/* Under product promo */
#column-adfreegift-blocks {
    width: 100%;
    margin-top: 45px;
}

#column-adfreegift-blocks .block {
    position: relative;
    width: 100%;
    height: auto;
    background: rgb(255, 195, 177);
    background: -moz-linear-gradient(29deg, rgba(255, 195, 177, 1) 2%, rgba(255, 217, 158, 1) 50%, rgba(254, 234, 188, 1) 100%);
    background: -webkit-linear-gradient(29deg, rgba(255, 195, 177, 1) 2%, rgba(255, 217, 158, 1) 50%, rgba(254, 234, 188, 1) 100%);
    background: linear-gradient(29deg, rgba(255, 195, 177, 1) 2%, rgba(255, 217, 158, 1) 50%, rgba(254, 234, 188, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffc3b1", endColorstr="#feeabc", GradientType=1);
    margin-top: 45px;
    border-radius: 30px;
    padding: 20px;
}

#column-adfreegift-blocks .promo_label {
    width: 200px;
    display: block;
    position: absolute;
    top: -40px;
    left: -30px;
    z-index: 1;
}

#column-adfreegift-blocks .rule_image {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 10px;
}

#column-adfreegift-blocks .rule_image img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#column-adfreegift-blocks .rule_description {
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    font-weight: 600;
    margin-top: 10px;
}

#column-adfreegift-blocks button,
#column-adfreegift-blocks .addToCartButton {
    display: block;
    background: #ea8726;
    color: #fff;
    border-radius: 10px;
    font-size: 18px;
    padding: 5px 15px;
    border: 0;
    text-transform: uppercase;
    display: block;
    margin-left: auto;
    margin-right: 35px;
    text-align: center;
}

#column-adfreegift-blocks .addToCartButton {
    max-width: 200px;
    margin-left: auto !important;
    margin-right: auto !important;
}

#column-adfreegift-blocks button:hover,
#column-adfreegift-blocks .addToCartButton:hover {
    background: #804908;
}

#column-adfreegift-blocks .product-combinations {
    width: 100%;
    margin-top: 20px;
}

#column-adfreegift-blocks .product-combinations li {
    margin-top: 10px;
}

#column-adfreegift-blocks .product-combinations-table {
    border-collapse: collapse;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    min-width: 250px;
}

#column-adfreegift-blocks .product-combinations-table tr:not(:last-child) {
    border-bottom: 1px solid #cfbcbc;
}

#column-adfreegift-blocks .product-combinations-table th,
#column-adfreegift-blocks .product-combinations-table td {
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #000;
}

#column-adfreegift-blocks .product-combinations-table th {
    border-bottom: 1px solid #ea8726;
}

#column-adfreegift-blocks .product-combinations-table tr:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

#column-adfreegift-blocks .product-combinations-table input {
    width: 40px;
    color: #000;
}

#column-adfreegift-blocks .product-combinations-table input::-webkit-outer-spin-button,
#column-adfreegift-blocks .product-combinations-table input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#column-adfreegift-blocks .product-combinations-table input[type=number] {
    -moz-appearance: textfield;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

@media (max-width:991px)  {
    #column-adfreegift-blocks .promo_label {
        width: 125px;
        top: -21px;
        left: -18px;
    }

    #column-adfreegift-blocks {
        margin-top: 0;
    }

    #column-adfreegift-blocks .block {
        margin-top: 0;
    }
}
/* END Under product promo */


/* Right product block */
#column_adfreegift_right {
    display: block;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding-block-end: 0.625em;
    min-inline-size: min-content;
    border-width: 1px;
    border-style: solid;
    border-color: #CDCDCD;
    border-image: initial;
    margin-bottom: 20px;
}

#column_adfreegift_right legend {
    text-align: center;
    display: block;
    padding-inline-start: 10px;
    padding-inline-end: 10px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    width: unset;
    font-size: 14px;
    font-weight: bold;
    color: #777777;
}

#column_adfreegift_right ul li {
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 10px;
    margin-top: 5px;
}

#column_adfreegift_right ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

#column_adfreegift_right .rule_image {
    float: left;
    width: 31%;
    margin-right: 5px;
}

#column_adfreegift_right .rule_description {
    float: right;
    padding-bottom: 5px;
    width: 56%;
}

#column_adfreegift_right .product-combinations-button {
    color: white;
    border-radius: 6px;
    border: none;
    padding: 5px;
    font: 700 13px/16px Arial, Helvetica, sans-serif;
    -background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3266ba), color-stop(100%, #3c485c));
    -background-image: -moz-linear-gradient(#3266ba, #3c485c);
    -background-image: -webkit-linear-gradient(#3266ba, #3c485c);
    -background-image: linear-gradient(#3266ba, #3c485c);
    background-color: #3266BA;
    margin-top: 10px;
}

#column_adfreegift_right .product-combinations-button:hover {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #007ab7), color-stop(100%, #009ad0));
    background-image: -moz-linear-gradient(#007ab7, #009ad0);
    background-image: -webkit-linear-gradient(#007ab7, #009ad0);
    background-image: linear-gradient(#007ab7, #009ad0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007ab7', endColorstr='#009ad0', GradientType=0);
}

#column_adfreegift_right .addToCartButton {
    color: white;
    border-radius: 30px;
    border: none;
    padding: 5px 15px;
    margin-top: 10px;
    font: 700 13px/16px Arial, Helvetica, sans-serif;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3266ba), color-stop(100%, #3c485c));
    background-image: -moz-linear-gradient(#3266ba, #3c485c);
    background-image: -webkit-linear-gradient(#3266ba, #3c485c);
    background-image: linear-gradient(#3266ba, #3c485c);
}

#column_adfreegift_right .addToCartButton:hover {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #007ab7), color-stop(100%, #009ad0));
    background-image: -moz-linear-gradient(#007ab7, #009ad0);
    background-image: -webkit-linear-gradient(#007ab7, #009ad0);
    background-image: linear-gradient(#007ab7, #009ad0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007ab7', endColorstr='#009ad0', GradientType=0);
}

#column_adfreegift_right .product-combinations-table {
    border-collapse: collapse;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

#column_adfreegift_right .product-combinations-table th,
#column_adfreegift_right .product-combinations-table td {
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #000;
}

#column_adfreegift_right .product-combinations-table th {
    background-color: rgba(50,102,186, 0.3);
    border-bottom: 1px solid #3266BA;
}

#column_adfreegift_right .product-combinations-table tr:hover {
    background-color: rgba(50,102,186, 0.3);
}

#column_adfreegift_right .product-combinations-table input {
    width: 40px;
    color: #000;
}

#column_adfreegift_right .product-combinations-table input::-webkit-outer-spin-button,
#column_adfreegift_right .product-combinations-table input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#column_adfreegift_right .product-combinations-table input[type=number] {
    -moz-appearance: textfield;
}
/* END Right product block */