.quickview-close.close-pop {
    position: absolute;
    right: 15px;
    top: 10px
}

.quickview-close.close-pop .icon-close {
    background-image: url(//bizweb.dktcdn.net/100/432/370/themes/854781/assets/i-close-white.svg?1647402778831);
    background-repeat: no-repeat;
    width: 20px;
    height: 14px;
    display: block;
    background-size: contain;
    position: absolute;
    top: 4px;
    right: -10px
}

#popup-cart {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -os-transform: translateX(-50%);
    z-index: 10000;
    top: 10%;
    display: none;
    z-index: -1
}

#popup-cart.opencart {
    display: block;
    z-index: 99999
}

body.opacitycart:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    opacity: .5;
    z-index: 9999
}

.footer-popup {
    margin-top: 10px
}

.footer-popup .btn-proceed-checkout {
    color: #f4b915
}

.footer-popup .btn-proceed-checkout .fa {
    margin-right: 5px
}

#popupCartModal {
    padding-right: 0px !important;
    z-index: 10000;
    top: 0 !important
}

#popupCartModal .modal-dialog {
    transform: translate(0);
    border-radius: 0;
    width: 850px;
    max-width: 850px
}

@media (max-width: 991px) and (min-width: 768px) {
    #popupCartModal .modal-dialog {
        width: 700px;
        max-width: 700px
    }
}

@media (max-width: 767px) {
    #popupCartModal .modal-dialog {
        width: auto
    }
}

#popupCartModal .modal-content {
    border: none;
    box-shadow: none;
    border-radius: 0;
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0
}

@media (max-width: 991px) {
    #popupCartModal .modal-content {
        width: auto
    }
}

#popupCartModal .modal-content .col-lg-6 {
    padding: 10px 30px
}

@media (max-width: 767px) {
    #popupCartModal .modal-content .col-lg-6 {
        padding: 10px 15px
    }
}

#popupCartModal .modal-content .modal-left {
    text-align: left
}

#popupCartModal .modal-content .modal-right {
    text-align: center;
    background: #fafafa;
    padding-bottom: 30px
}

@media (max-width: 767px) {
    #popupCartModal .modal-content .modal-right {
        padding: 15px
    }
}

#popupCartModal .media .thumb-1x1 {
    width: 100px;
    text-align: center;
    border: solid 1px #ebebeb
}

#popupCartModal .product-new-price {
    color: #252525;
    margin-top: 6px;
    font-size: 16px;
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
    display: block
}

#popupCartModal button.close {
    position: absolute !important;
    right: 15px;
    top: 5px;
    opacity: 1
}

@media (max-width: 767px) {
    #popupCartModal button.close {
        right: 10px;
        top: 0
    }
}

#popupCartModal button.close span {
    color: #333;
    font-size: 30px
}

#popupCartModal .modal-body {
    position: relative;
    padding: 15px 0
}

@media (max-width: 767px) {
    #popupCartModal .modal-body {
        padding: 10px
    }
}

#popupCartModal .modal-body .thumb_img {
    width: 100px;
    display: block;
    float: left
}

@media (max-width: 767px) {
    #popupCartModal .modal-body .thumb_img {
        width: 100px
    }
}

#popupCartModal .modal-body .product-title {
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    color: #363636;
    font-weight: 400;
    line-height: 20px
}

#popupCartModal .modal-body .body_content {
    display: block;
    float: left
}

@media (min-width: 768px) {
    #popupCartModal .modal-body .body_content {
        width: calc(100% - 100px);
        -webkit-width: calc(100% - 100px);
        -moz-width: calc(100% - 100px);
        -o-width: calc(100% - 100px);
        -os-width: calc(100% - 100px);
        padding-left: 15px
    }
}

@media (max-width: 767px) {
    #popupCartModal .modal-body .body_content {
        width: calc(100% - 100px);
        padding-left: 15px
    }
}

#popupCartModal .right_title {
    font-family: "Quicksand", sans-serif;
    color: #363636;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    margin: 20px 0
}

#popupCartModal .total_price {
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
    padding: 10px 0 5px;
    font-size: 16px;
    color: #363025
}

@media (max-width: 767px) {
    #popupCartModal .total_price {
        padding: 5px 0 15px
    }
}

#popupCartModal .total_price .total_price_h {
    font-family: "Quicksand", sans-serif;
    display: inline-block
}

#popupCartModal .total_price .price {
    display: inline-block;
    font-weight: 400;
    color: #363636;
    font-family: "Quicksand", sans-serif;
    line-height: 24px
}

#popupCartModal .checkout_button {
    font-family: "Quicksand", sans-serif;
    display: inline-block;
    float: left;
    font-size: 21px;
    margin-top: 15px;
    border: solid 1px #f4b915;
    margin: 15px auto 20px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    border-radius: 0;
    background: #f4b915;
    padding: 0px 25px;
    height: 50px;
    line-height: 50px;
    color: #fff
}

@media (max-width: 767px) {
    #popupCartModal .checkout_button {
        width: 100%
    }
}

#popupCartModal .checkout_button .fa {
    padding-left: 10px
}

#popupCartModal .checkout_button:hover {
    background: #fff;
    border-color: #f9a529;
    color: #f9a529
}

#popupCartModal h3 {
    font-family: "Quicksand", sans-serif;
    color: #363636;
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    margin: 20px 0;
    display: block
}

#popupCartModal h3.right_title {
    font-size: 16px;
    line-height: 19px;
    font-style: normal;
    color: #363025
}

#popupCartModal h3.right_title a,
#popupCartModal h3.right_title b {
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    line-height: 19px;
    font-style: normal;
    color: #363025;
    font-weight: 400
}

#popupCartModal h3.right_title a i,
#popupCartModal h3.right_title b i {
    font-style: normal
}

#popupCartModal h3 i.fa {
    font-style: normal;
    color: #363025
}

#popupCartModal h3 a:hover i {
    color: #f4b915
}

#popupCartModal .btn-red {
    line-height: 48px;
    height: 50px;
    padding: 0;
    border-radius: 0;
    font-size: 21px;
    font-weight: 400;
    box-shadow: none
}

.ajax-load {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    width: 100px;
    height: 100px;
    line-height: 100px;
    opacity: 0;
    visibility: hidden
}

.ajax-load.active {
    opacity: 1;
    visibility: visible;
    z-index: 9999
}

.awe-popup {
    position: fixed;
    z-index: 9999;
    top: 0;
    height: 0;
    width: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}

.awe-popup .overlay {
    background-color: rgba(33, 33, 33, 0.8);
    color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0 !important;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0
}

.awe-popup .content {
    position: relative;
    max-width: 1140px;
    min-width: 1140px;
    padding: 25px 28px;
    max-height: 0;
    text-align: left;
    opacity: 0;
    margin: 0 auto;
    background: transparent;
    overflow: hidden;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    position: relative;
    padding: 25px 28px;
    max-height: 0;
    text-align: left;
    opacity: 0;
    margin: 0 auto;
    background: #fff
}

.awe-popup.active {
    visibility: visible;
    opacity: 1;
    top: 0 !important;
    height: auto;
    width: auto
}

.awe-popup.active .content {
    max-height: calc(100% - 60px);
    opacity: 1;
    background: transparent;
    padding: 0
}

.awe-popup.active .content .info {
    background: #fff;
    min-width: 500px
}

.awe-popup.active .overlay {
    width: 100%;
    height: 100%
}

.close-window {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 8040;
    color: #fff;
    text-align: center;
    line-height: 25px;
    border-radius: 0
}

.close-window .icon-close {
    background-image: url(//bizweb.dktcdn.net/100/432/370/themes/854781/assets/i-close-white.svg?1647402778831);
    background-repeat: no-repeat;
    width: 20px;
    height: 14px;
    display: block;
    background-size: contain;
    position: absolute;
    top: -15px;
    right: -30px
}

.awe-popup.loading {
    z-index: 9998
}

.awe-popup.loading .loader {
    left: 50%;
    position: fixed;
    top: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.awe-popup.loaded-content .loader {
    display: none
}

.awe-popup.addcart-popup .content {
    min-width: auto
}

.product-popup .product-image {
    float: left;
    margin: 0 20px 0 0
}

.product-popup .product-info {
    overflow: hidden;
    position: relative
}

.product-popup .product-info p {
    margin-bottom: 0px;
    line-height: 24px
}

.product-popup .popup-title {
    padding-left: 15px;
    border-radius: 0
}

.product-popup .popup-title i {
    margin-right: 5px
}

.product-popup .product-name {
    color: #f4b915
}

.product-popup .product-info p.total-money {
    margin-bottom: 15px
}

.product-popup h3 {
    color: #52b249;
    margin-bottom: 25px
}

.product-popup h3 .fa {
    margin-right: 4px
}

.product-popup .pop-right h3 {
    color: #333
}

.pop-right {
    background: #f9f9f9
}