#btgof_promo .banner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px;
    border: 1px solid #221F20;
    background-color: #F9F8F7;
    border-radius: 8.65px;
    margin-top: 26px;
}

.banner .img-wrapper {
    background-color:rgba(224, 224, 224, 0.89);
    line-height: 0;
    width: 82px;
    height: 82px;
    position: relative;
}

#btgof_promo .banner-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
}

#btgof_promo .banner img {
    max-width: 82px;
    max-height: 82px;
    border: 1.65px solid #CCCCCC;
}

#btgof_promo .banner-wrapper p {
    margin: 0;
    color: #565656;
    font-size: 22px !important;
    font-weight: 700;
}

#btgof_promo .free-img, #cw-popup .free-img {
    position: relative;
}

#btgof_promo .btgof-tag, #cw-popup .btgof-tag {
    font-weight: 800;
    font-size: 17px;
    line-height: 11.82px;
    color: #FFFFFF;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    background-color: #1DA1F2;
    padding: 4.5px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
#btgof_promo .btgof_button {
    font-weight: 700;
    font-size: 25px;
    line-height: 22px;
    letter-spacing: 0.25px;
    vertical-align: middle;
    color: #FFFFFF;
    background-color: #FFA222;
    text-align: center;
    padding: 10px 15px;
    margin-bottom: 8px;
    border-radius: 5px;
    cursor: pointer;
}

#btgof_promo  .banner-text-wrapper p {
    font-weight: 400;
    font-size: 19px !important;
    line-height: 23px !important;
    letter-spacing: 0px !important;
    text-align: center;
    margin: 0;
    color: #565656;
}

#btgof_promo .banner-text-wrapper svg {
    max-width: 12px;
    margin: 0 0 3px 3px;
}

.btgof_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999999999;
}

.btgof_popup-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* conversionwise test */

#cw-popup .btgof_popup-content .btgof_wrapper{
    background: #F9F8F7;
	border-radius: 8.65px;
	border: 1px solid #221F20;
	width: fit-content;
	padding: 25px 16px;
}
#cw-popup .btgof_popup-content .images-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
    width: 100%;
}
#cw-popup .btgof_popup-content .images-wrapper p{
    font-weight: 700;
    font-size: 38.15px !important;
    line-height: 39.89px !important;
    letter-spacing: 0px !important;
    margin-bottom: 0;
    color: #565656;
}
#cw-popup .btgof_popup-content .text-wrapper{
    width: 100%;
    text-align: center;
}

#cw-popup .btgof_popup-content .text-wrapper .middle{
    margin: 22px 0 16px;
}

#cw-popup .btgof_popup-content .text-wrapper .bottom a{
    font-size: 19px;
	line-height: 23px;
	letter-spacing: 0;
	color: #565656;
	text-decoration: underline;
}

#cw-popup .btgof_popup-content .text-wrapper p{
    font-size: 19px !important;
	margin-bottom: 0;
	line-height: 23px !important;
	color: #565656;
	margin-top: 20px;
}
#cw-popup .btgof_popup-content .text-wrapper #conversionwise-toggle-b3g1{
    background: #FFA222;
    color: #fff;
    border-radius: 5px;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0.25px;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 6px 38px;
}

#cw-popup .btgof-tag {
    font-size: 29px;
	line-height: 20px;
	padding-bottom: 8px;
	padding-top: 6px;
}

#cw-popup #conversionwise-toggle-b3g1 span {
    font-family: 'Cormorant' !important;
    display: inline-block;
}

#cw-popup #conversionwise-toggle-b3g1 span.num-font {
    font-family: 'Cormorant Infant'!important;
}

#cw-popup .img-wrapper{
    border: 2px solid #E0E0E0E3;
    height: 142px;
    width: 142px;
}

@media screen and (max-width: 768px) {
    #cw-popup .btgof_popup-content .btgof_wrapper {
        padding: 18px 17px 15px;
	    max-width: 360px;
    }

    #cw-popup .btgof_popup-content .images-wrapper {
        gap: 11px;
    }

    #cw-popup .img-wrapper {
        border: 1px solid #E0E0E0E3;
        height: 65.72px;
        width: 65.72px;
    }

    #cw-popup .btgof_popup-content .images-wrapper p {
        font-weight: 700;
        font-size: 24.93px !important;
        line-height: 26.06px !important;
    }

    #cw-popup .btgof-tag {
        font-size: 19.26px;
        line-height: 13.39px;
        padding-bottom: 6px;
    }

    #cw-popup .btgof_popup-content .text-wrapper p {
        font-size: 18px !important;
        line-height: 20px !important;
        margin-top: 6px;
    }

    #cw-popup .btgof_popup-content .text-wrapper .middle {
	    margin: 7px 0 9px;
    }

    #cw-popup .btgof_popup-content .text-wrapper #conversionwise-toggle-b3g1 {
        font-size: 23px;
        line-height: 22px;
        width: 100%;
    }

    #cw-popup .btgof_popup-content .text-wrapper .bottom a {
        font-size: 16px;
    }
}

@media screen and (max-width: 360px) {
    #cw-popup .btgof_popup-content .images-wrapper {
        gap: 5px;
    }

    #cw-popup .btgof_popup-content .btgof_wrapper {
        padding: 10px;
        max-width: 320px;
    }
}


.btgof_overlay {
    background-color: rgb(0 0 0 / .9);
    opacity: 1;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.btgof_overlay.blur {
    background-color: rgba(20, 20, 20, 0.5);
	backdrop-filter: blur(2px);
}

.btgof_popup ul.products li.product .woocommerce-LoopProduct-link {
	padding: 10px;
}

.btgof_popup ul.products li.product a img {
	margin: 0 !important;
}

.btgof_wrapper {
    width: 100%;
    max-width: 1240px;
    background-color: #FFFFFF;
    position: relative;
    max-height: 95%;
    margin: auto;
}


.btgof_popup .close {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50%;
    background-color: #F1F1F1;
    width: 33px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px;
    cursor: pointer;
}

.btgof_heading {
    padding: 20px !important;
}

.btgof_heading h3 {
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #565656;
    margin: 0;
}

.btgof_heading p {
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 36px !important;
    letter-spacing: 0 !important;
    color: #565656;
    margin: 0;
}

.btgof_popup .add_btn-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 20px !important;
    align-items: center;
    background-color: #F8F8F8;
}

.btgof_popup .add_btn-wrapper .clear-btn {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0;
    text-decoration: underline;
    text-transform: uppercase;
    color: #000000;
    background: transparent;
    padding: 0;
}

.btgof_popup .add_btn-wrapper p {
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 21px !important;
    letter-spacing: 0 !important;
    color: #777777;
    margin: 0;
    margin-right: 20px;
}

.btgof_popup .btgof_add_to_cart_button {
    background-color: #FFA222;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    padding: 16px 24px;
    text-transform: capitalize;
    border-radius: 10px;
    height: 50px;
    width: 133px;
}

.btgof_popup .btgof_add_to_cart_button.disabled {
    opacity: 50%;
    cursor: not-allowed;
    pointer-events: none;
}

.btgof_popup .btn-wrapper {
    display: flex;
    align-items: center;
}

.btgof_popup ul.products {
    gap: 24px;
    margin: 0 20px 0 0 !important;
    max-width: 1170px;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
}

.btgof_popup ul.products:before {
    display: none;
}

.btgof_popup ul.products li.product {
    margin: 0;
    border: 1px solid #DDDDDD;
    padding: 10px;
    text-align: left;
    order: 0;
    width: 100% !important;
    max-width: 374px;
    margin: 0 !important;
}
.btgof_popup ul.products li.product .quantity-wrapper {
    width: 100%;
    display: flex;
    justify-items: center;
    align-items: center;
}

.btgof_popup ul.products li.product .quantity-wrapper .plus-minus-wrapper {
    width: 100%;
}
.btgof_popup ul.products li.product.selected {
    border: 1px solid #000000 !important;
}
.btgof_popup ul.products li.product.pre-selected{
    order: -1;
}

.btgof_popup ul li.product .woocommerce-loop-product__title,
.btgof_popup ul li.product .wc-product-image,
.btgof_popup ul li.product .price {
    cursor: none;
}

.btgof_popup ul li.product .woocommerce-loop-product__title,
.btgof_popup ul li.product .wc-product-image,
.btgof_popup ul li.product .price .woocommerce-Price-amountå {
    pointer-events: none;
}

.btgof_popup .wc-product-image {
    line-height: 0;
}

.btgof_popup ul.products .woocommerce-LoopProduct-link h2 {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 19.65px;
    letter-spacing: 0px;
    margin-top: 10px !important;
    color: #565656 !important;
}

.btgof_popup ul.products .star-rating {
    display: block !important;
    margin: 10px 0 0 !important;
}

body .btgof_popup ul.products .price {
    margin-top: 10px !important;
    display: flex !important;
    align-items: center;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 23.19px;
    letter-spacing: 0;
    color: #565656 !important;
}

.btgof_popup .btgof-products {
    background-color: #F8F8F8;
    padding: 30px 10px 0 30px;
}

.btgof-products .valentte-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #ccc;
    border-top-color: #000;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    margin: 20px auto;
}
@keyframes spin {
    to { transform: rotate(360deg); }
}

.btgof_popup .btgof-products .woocommerce {
    max-height: 550px;
    overflow-y: scroll !important;
}

.woocommerce::-webkit-scrollbar {
    width: 8px;
}

.woocommerce::-webkit-scrollbar-track {
    background-color: #DEDEDE;
    border-radius: 10px;
}

.woocommerce::-webkit-scrollbar-thumb {
    background-color: #000000;
    border-radius: 10px;
    min-height: 120px;
}

.btgof_popup ul.products li.product .quantity-wrapper .plus-minus-wrapper {
    display: none !important;
}

.btgof_popup .product-review-summary {
    margin-top: 5px !important;
    flex-wrap: nowrap;
    height: 21px;
}

.btgof_popup .product-review-summary .review-stars .filled svg {
    max-width: 17px;
}

.btgof_popup .product-review-summary p {
    font-weight: 800;
    font-size: 14px !important;
    line-height: 20.92px !important;
    letter-spacing: 0.44px !important;
    text-align: center;
}



.btgof_popup select.quantity-dropdown {
    max-width: 34px;
    max-height: 36px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.16px;
    text-align: center;
    padding: 0;
    margin: 0 0 0 auto;
}

.btgof_popup button.add-btn {
    font-weight: 500;
    font-size: 17px;
    line-height: 24.5px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 5px 15px;
    background-color: #FFA222;
    border-radius: 5px;
    max-height: 36px;
    margin-left: 10px;
}

.btgof_popup button.remove-btn {
    background-color: transparent;
    font-weight: 500;
    font-size: 17px;
    line-height: 18px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 5px 8px 15px;
    border: 1px solid #000000;
    color: #000000;
    border-radius: 5px;
    max-height: 36px;
    margin: 0 0 0 auto;
}

.btgof_popup .price ins {
    padding-left: 0px !important;
}

body .btgof_popup ul.products li.product .price del {
    padding-right: 4px;
    display: none;
}

.btgof-products.all-items-selected ul.products li.product {
    opacity: 50%;
    pointer-events: none;
}

.btgof-products.all-items-selected ul.products li.product.selected {
    opacity: 100%;
    pointer-events: all;
}

#spinner {
    display: none;
    animation: rotating 1s linear infinite;
    margin-top: -3px;
}

#spinner svg {
    width: 100%;
    max-width: 22px;
    fill: #FFF;
}

.btgof_popup .spinning #spinner {
    display: inline-block;
}

.btgof_popup .spinning #btn-txt {
    display: none;
}

.btgof_popup .custom-sale-tag.custom-text.new {
    display: block !important;
    padding: 7px;
    font-size: 12px;
}

.no_scrolling {
    overflow: hidden;
}

.no_scrolling  .page-template-default .main-navigation {
    z-index: 0 !important;
}

@keyframes rotating {
    0% {
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 1145px) {
    .btgof_popup .product-review-summary {
        gap: 4px;
        height: 18px;
    }

    .btgof_popup .product-review-summary p {
        font-size: 13px !important;
        letter-spacing: 0.38px !important;
    }

    .btgof_popup .product-review-summary .review-stars .filled svg {
        max-width: 10px;
    }
}


@media screen and (max-width: 1300px) {
    #btgof_promo .banner {
        flex-direction: column;
    }
}

@media screen and (max-width: 992px) {
    #btgof_promo ul.products {
        gap: 10px;
    }
    #btgof_promo ul.prod .product {
        width: calc(33% - 10px);
    }
    #btgof_promo .banner-wrapper {
        gap: 10px;
    }

    .banner .img-wrapper {
        width: 70px;
        height: 70px;
    }

    #btgof_promo .banner img {
        max-width: 70px;
    }

    .btgof_popup button.add-btn {
        font-size: 16px;
        letter-spacing: 0;
        padding: 8px 10px;
        line-height: 10px;
        margin-left: 7px;
    }

    .btgof_popup select.quantity-dropdown {
        max-width: 40px;
        max-height: 27px;
        font-size: 16px;
    }

    .btgof_popup ul.products {
        gap: 10px !important;
    }

    .btgof_popup ul.products li.product {
        width: 100% !important;
    }
}

@media screen and (max-width: 768px) {
    #btgof_promo .btgof-products .woocommerce {
        max-height: 400px;
    }

    #btgof_promo .close{
        margin: 10px;
    }

    #btgof_promo ul.products {
        margin: 0 4px 0 0 !important;
    }
    #btgof_promo ul.prod .product {
        width: calc(50% - 10px);
    }

    .woocommerce::-webkit-scrollbar {
        width: 6px;
    }

    #btgof_promo .btgof-products {
        padding: 30px 5px 0 15px;
    }

    #btgof_promo .btgof_heading {
        padding: 25px 30px;
    }

    .btgof_heading h3 {
        font-size: 22px;
    }

    .btgof_heading p {
        font-size: 16px !important;
        line-height: 20px !important;
        max-width: 90%;
    }

    .add_btn-wrapper {
        padding: 46px 15px 30px;
    }

    .btgof_add_to_cart_button {
        padding: 10px 24px;
    }

    #btgof_promo .btgof_button {
        font-size: 23px;
        margin: 0 auto 9px;
        width: fit-content;
    }

    #btgof_promo .banner-text-wrapper p {
        font-weight: 400;
        font-size: 18px !important;
        line-height: 20px !important;
    }

    #btgof_promo .banner-text-wrapper svg {
        margin: 0;
    }

    #btgof_promo .banner {
        padding: 15px;
    }

    .btgof_popup .product-review-summary {
        margin-top: 0 !important;
    }

    body .btgof_popup button.add-btn {
        font-size: 12px;
        margin-left: 4px;
    }

    .btgof_popup .woocommerce ul.products li.product .price {
        font-size: 14px!important;
    }

    .btgof_popup ul.products li.product {
        padding: 8px;
    }

    .btgof_popup .btgof-products .woocommerce {
        max-height: 380px !important;
    }

    body .btgof_popup ul.products {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        margin: 0 5px 0 0 !important;
    }

    .btgof_popup .close {
        margin: 5px;
        width: 28px;
        height: 28px;
    }

    .btgof_popup .close svg {
        width: 12px;
        height: 10px;
    }

    .btgof_popup .btgof-products {
        padding: 20px 4px 0 15px !important;
    }

    body .btgof_popup ul.products .woocommerce-LoopProduct-link h2 {
        font-size: 12px !important;
    }

    .btgof_popup .product-review-summary p {
        font-size: 11px !important;
        letter-spacing: 0px !important;
    }

    body .btgof_popup .add_btn-wrapper {
        padding: 20px 15px !important;
    }

    body .btgof_popup .btgof_add_to_cart_button.disabled {
        padding: 10px 20px !important;
    }

    body .btgof_popup .add_btn-wrapper p {
        font-size: 14px !important;
        margin-right: 10px !important;
    }

    body .btgof_popup .add_btn-wrapper .clear-btn {
        font-size: 14px !important;
    }

    body .btgof_popup button.remove-btn {
        font-size: 10px;
        padding: 5px 5px 5px 8px;
        display: flex;
        align-items: center;
        gap: 5px;
    }

    body .btgof_popup button.remove-btn svg {
        width: 10px;
        height: 10px;
    }
}

@media screen and (max-width: 470px) {
    body #btgof_promo .banner-wrapper {
        max-width: 100%;
    }

    body #btgof_promo .banner img {
        max-width: 58px;
    }

    .banner .img-wrapper {
        width: 58px;
        height: 58px;
    }
}

@media screen and (max-width: 430px) {
    .group-inner .cart-btn-content {
        margin-top: -6vw;
    }
}

@media screen and (max-width: 380px) {
    #btgof_promo .banner-wrapper {
        gap: 8px;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 240px;
    }

    #btgof_promo .banner {
        gap: 8px
    }
}
