#popup-cart {
    padding-top: 10%;
    overflow: overlay
}

#popup-cart:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
    z-index: 1
}

#popup-cart .close-window .fa {
    font-size: 14px;
    color: #000
}

#popup-cart .close-window .fa:hover {
    color: #73b21a
}

#myModal:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
    z-index: 1
}

#myModal .modal-dialog {
    z-index: 2;
    top: 5%;
    width: 88%;
}

#popup-cart-desktop {
    width: 715px;
    float: none;
    margin: 0 auto;
    position: relative;
    border-radius: 4px;
}

#popup-cart-desktop .pop-title {
    padding-bottom: 15px;
    border-bottom: #dedede 1px solid;
    display: block;
    font-size: 15px
}

#popup-cart-desktop .title-popup-cart {
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 25px;
    box-shadow: 0 0 1px 1px;
    z-index: 2;
    position: absolute
}

#popup-cart-desktop .title-popup-cart i.check {
    color: #73b21a;
    font-size: 14px;
    padding: 6px;
    border: 1px solid;
    border-radius: 50%
}

#popup-cart-desktop .title-quantity-popup {
    margin-bottom: 15px;
    margin-top: 20px;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase
}

#popup-cart-desktop .title-quantity-popup .fa-shopping-cart {
    color: #232323;
    font-size: 25px
}

#popup-cart-desktop .title-quantity-popup .fa-caret-right {
    font-size: 14px
}

#popup-cart-desktop .item-remove {
    height: 0;
    margin: 0
}

#popup-cart-desktop .item-name {
    margin-bottom: 0;
    width: 100%;
    float: left
}

#popup-cart-desktop .variant-tit {
    font-size: 13px;
    color: #333;
    font-style: italic;
    width: 100%;
    float: left
}

#popup-cart-desktop .content-popup-cart {
    overflow: hidden
}

#popup-cart-desktop .content-popup-cart .thead-popup {
    float: left;
    width: 100%;
    clear: both;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    font-weight: 700
}

#popup-cart-desktop .content-popup-cart .thead-popup>div {
    float: left;
    padding: 6px 10px;
    font-size: 14px;
    padding-left: 0;
    border-left: 2px solid #fff
}

#popup-cart-desktop .content-popup-cart .thead-popup>div:first-child {
    border-left: none
}

#popup-cart-desktop .content-popup-cart .tbody-popup {
    width: 100%;
    float: left;
    clear: both;
    max-height: 280px;
    margin-top: 5px;
    overflow-x: auto;
    border-top: none
}

#popup-cart-desktop .content-popup-cart .tbody-popup::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5
}

#popup-cart-desktop .content-popup-cart .tbody-popup::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5
}

#popup-cart-desktop .content-popup-cart .tbody-popup::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: #898989
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup {
    width: 100%;
    float: left;
    clear: both;
    padding-right: 15px;
    border-bottom: 1px solid #dedede;
    position: relative;
    height: 100%;
    overflow: hidden
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup>div:nth-child(1) {
    width: 10%
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup>div:nth-child(2) {
    width: 60%;
    padding-left: 10px;
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup>div:nth-child(3) {
    width: 20%
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup>div:nth-child(4) {
    width: 10%
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup>div {
    float: left;
    position: relative;
    height: 100%
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup>div:nth-child(3) {
    position: relative
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup>div .fixab {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%)
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-image {
    float: left;
    margin-top: 20px;
    margin-bottom: 15px;
    height: 52px;
    display: block;
    float: left;
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-image .product-image {
    display: flex;
    justify-content: center;
    align-items: center
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-image img {
    border: 1px solid #dedede;
    width: 55px;
    height: 50px;
    object-fit: cover;
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-remove {
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info {
    margin-top: 20px;
    display: block;
    float: left
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info span.add_sus {
    font-size: 14px;
    color: #232323 !important;
    font-style: italic
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info span.add_sus i {
    color: #232323 !important
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .item-name a {
    display: block;
    margin-bottom: 5px;
    width: 100%;
    float: left;
    color: #494949;
    font-size: 16px
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .item-name a:hover {
    color: #73b21a
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .variant-title-popup {
    font-size: 14px;
    margin-bottom: 5px;
    color: #333333
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .item-remove a {
    font-size: 0;
    color: #888;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .item-remove a i {
    font-size: 20px;
    padding: 3px 5px;
    color: #636363;
    text-align: center
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-price {
    margin-top: 20px
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-price span {
    display: block
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-price .price {
    color: #73b21a;
    font-size: 14px;
    font-weight: 600;
    padding-right: 33px
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-price .compare-price {
    color: #232323;
    font-size: 13px;
    text-decoration: line-through;
    font-weight: 500
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-price .compare-divide {
    font-size: 12px;
    color: #d71515
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .items-count {
    border: 1px solid #ddd;
    outline: none;
    background: #fff;
    height: 22px;
    width: 23px;
    text-align: center;
    vertical-align: top;
    padding: 0
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .items-count .fa {
    font-size: 15px;
    color: #333
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .number-sidebar {
    border: 1px solid #dedede;
    text-align: center;
    font-size: 14px;
    width: 30px;
    vertical-align: top;
    display: inline-block;
    height: 30px;
    background: #fff;
    padding: 10px;
    outline: none;
    color: #aaa;
    min-height: auto;
    margin: 0;
    margin-top: 22px
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .cart-price {
    display: block;
    font-weight: 500;
    padding: 10px;
    font-size: 14px;
    position: absolute;
    color: #73b21a;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

#popup-cart-desktop .content-popup-cart .tfoot-popup {
    width: 100%;
    float: left;
    clear: both
}

#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 {
    padding: 20px 0 0
}

#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .btn-continue {
    background: transparent;
    font-size: 14px;
    float: left;
    border: none;
    outline: none;
    color: #232323;
    margin-left: 0;
    cursor: pointer;
    padding: 0;
    text-transform: none;
}

#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .btn-continue:hover {
    color: #73b21a
}

#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-ship {
    font-size: 13px;
    width: 320px
}

#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-ship img {
    float: left;
    margin-right: 10px
}

#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-ship p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-left: 20px;
    margin-top: 3px;
    text-transform: uppercase
}

#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-ship p:before {
    font-family: 'FontAwesome';
    content: "\f0d1";
    font-size: 15px;
    position: absolute;
    left: 40px
}

#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-total p {
    font-size: 16px;
    text-align: right;
    padding: 0
}

#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-total p .total-price {
    color: #73b21a;
    font-weight: 600
}

#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-2 .button.btn-proceed-checkout {
    background: #73b21a;
    font-size: 15px;
    float: right;
    display: block;
    padding: 6px 10px;
    border-radius: 5px;
    color: #fff;
    margin: 15px 0 10px 0;
    height: 50px;
    width: 240px;
    text-align: center;
    line-height: 50px;
    padding: 0;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 0;
    font-weight: 600
}

#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-2 .button.btn-proceed-checkout:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 20px;
    padding-right: 5px
}

#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-2 .button.btn-proceed-checkout:hover {
    background: #333
}

#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-2 .button.btn-proceed-checkout span {
    font-size: 18px;
    font-weight: 400
}

#popup-cart-desktop .remove-item-cart {
    font-size: 13px;
    display: block;
    text-align: center;
    margin-top: 5px;
    color: #333
}

#popup-cart-desktop .remove-item-cart:hover {
    color: #73b21a
}

.title-quantity-popup {
    cursor: pointer
}

button.increase.items-count.btn-plus {
    position: absolute;
    line-height: 24px;
    right: 7px;
    top: 1px;
    margin: 0;
    border: none !important
}

button.reduced.items-count.btn-minus {
    position: absolute;
    right: 7px;
    border: none !important;
    bottom: 4px;
    margin: 0
}

@media (max-width: 480px) {
    button.increase.items-count.btn-plus {
        left: 30px;
        top: 0;
        line-height: 15px
    }
    button.reduced.items-count.btn-minus {
        left: 30px;
        top: 15px
    }
}

.fancybox-skin {
    background: #fff !important
}

.modal-content {
    border: none;
    border-radius: 0.5rem;
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    box-shadow: 0 1px 1px 1px
}

.modal-header {
    background-color: #73b21a;
    color: #fff;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px
}

.modal-header .close {
    margin-top: -2px;
    opacity: 1 !important;
    position: absolute !important;
    right: 5px;
    top: 5px;
}

.modal-header .close span {
    color: #fff
}

.modal-header .modal-title {
    padding-left: 50px;
    position: relative;
    height: 44px;
    font-weight: normal;
    font-size: 18px;
    line-height: normal;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.modal-header .modal-title span {
    width: 44px;
    height: 44px;
    border-radius: 100%;
    font-size: 23px;
    text-align: center;
    line-height: 44px;
    color: #232323;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background-color: #fff
}

.modal-body {
    position: relative;
    padding: 15px
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20)
}

.modal-header .media:first-child {
    margin-top: 0
}

.btn-outline-red {
    background: #fff;
    color: #232323 !important;
    font-size: 17px;
    line-height: normal;
    padding: 10px 15px;
    border: 1px solid #dedede;
    text-align: center;
    margin-top: 1.5rem
}

.btn-red {
    background: #73b21a;
    color: #fff !important;
    font-size: 17px;
    line-height: normal;
    padding: 10px 15px;
    border: none;
    text-align: center;
    margin-top: 1.5rem
}

.media .media-left {
    padding-right: 1rem
}

.media .thumb-1x1 {
    width: 7.7rem
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top
}

.product-new-price {
    color: #73b21a
}

.product-title {
    font-weight: 600
}

.close-window {
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 50%;
    background: #fff;
    width: 25px;
    height: 25px;
    line-height: 20px;
    text-align: center;
    border: #dedede 1px solid
}
div#DHTMLSuite_modalBox_contentDiv {
    width: 300px !important;
}

.modalDialog_transparentDivs {
    width: 300px !important;
}