
@charset "UTF-8";
.clear,
.woocommerce .woocommerce-breadcrumb:after {
    clear: both
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}
@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg)
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@font-face {
    font-family: star;
    src: url(../../../plugins/woocommerce/assets/fonts/star.eot);
    src: url(../../../plugins/woocommerce/assets/fonts/star.eot?#iefix) format("embedded-opentype"), url(../../../plugins/woocommerce/assets/fonts/star.woff) format("woff"), url(../../../plugins/woocommerce/assets/fonts/star.ttf) format("truetype"), url(../../../plugins/woocommerce/assets/fonts/star.svg#star) format("svg");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: WooCommerce;
    src: url(../../../plugins/woocommerce/assets/fonts/WooCommerce.eot);
    src: url(../../../plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix) format("embedded-opentype"), url(../../../plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"), url(../../../plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype"), url(../../../plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce) format("svg");
    font-weight: 400;
    font-style: normal
}
p.demo_store {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    padding: 1em 0;
    text-align: center;
    background-color: #a46497;
    color: #fff;
    z-index: 99998;
    box-shadow: 0 1px 1em rgba(0, 0, 0, .2)
}
p.demo_store a {
    color: #fff
}
.admin-bar p.demo_store {
    top: 32px
}
.woocommerce .blockUI.blockOverlay {
    position: relative
}
.woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:before {
    height: 1em;
    width: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    display: block;
    content: "";
    -webkit-animation: spin 1s ease-in-out infinite;
    -moz-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../../../plugins/woocommerce/assets/images/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}
.woocommerce a.remove {
    font-size:20px;
    line-height:20px;
    border-radius:0;
    
    text-indent:-999px;
}
.woocommerce a.remove:after{
    color:#fe8473;
    content:"\f156";
    text-indent:0 !important;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    text-align:center;
    font-family: "codeless-icons";
}

.woocommerce a.remove:hover {
}
.woocommerce small.note {
    display: block;
    color: #777;
    font-size: .857em;
    margin-top: 10px
}
.woocommerce .woocommerce-breadcrumb {

}
.woocommerce .woocommerce-breadcrumb:after,
.woocommerce .woocommerce-breadcrumb:before {
    content: " ";
    display: table
}
.woocommerce .quantity{
    position:relative;
    display:block
}
.woocommerce .qty_container{
    display:inline-block;
}
.woocommerce .qty_container label{
    padding-bottom: 10px;
    display: none;
}

.woocommerce .quantity .qty {
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 0 !important;
    border-width: 2px;
    border-style: solid;
    position: relative;
    z-index: 9;
    font-weight: 400;
    box-shadow: none;
}

.quantity.firefox-fix:after, .quantity.firefox-fix:before{
    display:none;
}
.quantity.firefox-fix .qty{
    text-align: center;
    padding-right: 20px !important;
    padding-left: 20px !important;
}
.woocommerce .quantity .qty::-webkit-inner-spin-button, .woocommerce .quantity .qty::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width:30px;
    z-index:999999;
    display:none;
    opacity:0;
}   
 

.woocommerce .quantity span.minus{
    position: absolute;
    
    top: 5px;
    left: -5px;
    width: 30px;
    font-size: 21px;
    color: #000;
    text-align: center;
    height: 30px;
    line-height: 33px;
    z-index: 99;
    cursor:pointer;
}

.woocommerce .quantity span.minus:after{
    
    font-family: codeless-icons-other;
    content: "\e803";
}

.woocommerce .quantity span.plus{
    position: absolute;
    bottom: 5px;
    right: -5px;
    text-align: center;
    line-height: 30px;
    font-size: 21px;
    color: #000;
    width: 30px;
    height: 28px;
    z-index: 99;
    cursor:pointer;
}

.woocommerce .quantity span.plus:after{
    content: "\e802";
    font-family: codeless-icons-other;
    
}

.woocommerce div.product {
    margin-bottom: 0;
    position: relative
}
.woocommerce div.product .product_title {
    clear: none;
    margin-top: 5px;
    margin-bottom:15px;
}
.woocommerce #reviews #comments .add_review:after,
.woocommerce .products ul:after,
.woocommerce div.product form.cart:after,
.woocommerce div.product p.cart:after,
.woocommerce nav.woocommerce-pagination ul,
.woocommerce ul.products:after {
    clear: both
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    font-size: 1.25em
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    background: inherit;
    font-weight: 700
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    opacity: .5
}
.woocommerce div.product p.stock {
    font-size: .92em
}
.woocommerce div.product .stock {
    color: #77a464
}
.woocommerce div.product .out-of-stock {
    color: red
}
.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 1.618em
}
.woocommerce div.product div.images,
.woocommerce div.product div.summary {
    margin-bottom: 2em
}
.woocommerce div.product div.images img {

}
.woocommerce div.product div.images div.thumbnails {
}
.woocommerce div.product div.social {
    text-align: right;
    margin: 0 0 1em
}
.woocommerce div.product div.social span {
    margin: 0 0 0 2px
}
.woocommerce div.product div.social span span {
    margin: 0
}
.woocommerce div.product div.social span .stButton .chicklets {
    padding-left: 16px;
    width: 0
}
.woocommerce div.product div.social iframe {
    float: left;
    margin-top: 3px
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 0em;
    margin: 0 0 35px;
    border-bottom-width:1px;
    border-bottom-style:solid;
    overflow: hidden;
    position: relative;
    text-align:left;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {

    display: inline-block;
    position: relative;
    z-index: 0;
    margin: 0px 5px;
    padding: 0px 15px;
    padding-bottom:5px;
    padding-left:0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding:0;
    text-decoration: none;
    text-transform: uppercase;
    font-size:16px;
}
.woocommerce div.product form.cart:after,
.woocommerce div.product form.cart:before,
.woocommerce div.product p.cart:after,
.woocommerce div.product p.cart:before {
    display: table;
    content: " "
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    text-decoration: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-bottom-width:2px;
    border-bottom-style:solid;
    border-bottom-color:#262a2c;
    z-index: 2;

}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: inherit;
    text-shadow: inherit;

}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {

}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {

}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {

    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " "
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    left: -6px;

}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    right: -6px;
}

@media (max-width:767px){
    .woocommerce div.product .woocommerce-tabs ul.tabs li{
        margin-bottom:10px;
        display:block;
    }
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1
}
.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 0em;
    padding: 0
}
.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
    margin-bottom: 1em
}
.woocommerce div.product form.variations_form{
    display: inline-block !important;
}
.woocommerce div.product form.cart div.quantity {

}
.woocommerce div.product form.cart table {
    border-width: 0 0 1px
}
.woocommerce div.product form.cart table td {
    padding-left: 0
}

.woocommerce div.product form.cart table small.stock {
    display: block;
    float: none
}
.woocommerce div.product form.cart .variations {
    margin-bottom: 0px !important;
    border: 0;
    width: 100%
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    border: 0;
    vertical-align: top;
    line-height: 2em
}
.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 75%;
    display: inline-block;
    margin-right: 1em
}
.woocommerce div.product form.cart .variations td.label {
    padding-right: 1em
}
.woocommerce div.product form.cart .woocommerce-variation-description p {
    margin-bottom: 1em
}
.woocommerce div.product form.cart .reset_variations {
    visibility: hidden;
    font-size: .83em;
    display:none !important;
}
.woocommerce div.product form.cart .wc-no-matching-variations {
    display: none
}
.woocommerce div.product form.cart .button {
    height: 40px;
    margin-left:15px;
    opacity:1;
    font-weight:600; 
    
    letter-spacing: 0.02em;
    text-transform: uppercase;

}
.single_add_to_cart_button{
    line-height:16px !important;
    border:none !important;
}
.woocommerce div.product form.cart .group_table td.label {
    padding-right: 1em;
    padding-left: 1em
}
.woocommerce div.product form.cart .group_table td {
    vertical-align: top;
    padding-bottom: .5em;
    border: 0
}

.woocommerce .products ul,
.woocommerce ul.products {
    padding: 0;
    list-style: none;
    clear: both;
    margin:0 -15px;
}

@media (max-width:500px){
    .woocommerce .products ul,
    .woocommerce ul.products{
        margin:0 0px;
    }
    .woocommerce ul.products[data-columns-mobile="1"] .product_item .inner-wrapper{
        padding-left:0 !important;
        padding-right:0 !important;
    }
    .woocommerce ul.products.cl-carousel .owl-nav{
        display:initial !important;
    }
    .cl_shop_trending .owl-nav .owl-prev{
        left:10px !important;
    }
    .cl_shop_trending .owl-nav .owl-next{
        right:10px !important;
    }

}

.woocommerce .products ul:after,
.woocommerce .products ul:before,
.woocommerce ul.products:after,
.woocommerce ul.products:before {
    content: " ";
    display: table
}
.woocommerce .products ul li,
.woocommerce ul.products li {
    list-style: none
}


.woocommerce ul.products li.product .cl-thumb-wrapper > a.woocommerce-LoopProduct-link {
    text-decoration: none;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:999;
}
.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none
}
.woocommerce ul.products li.product strong {
    display: block
}
/*.woocommerce ul.products li.product .star-rating {
    font-size: .7em
}*/

.woocommerce ul.products li.product .price {
    color: #242424;
    display: block;
    font-weight: 400;
    margin-bottom: 0em;
    font-size: 1em;
    width:100%;
    text-align:left;
    line-height:28px;
}
.woocommerce ul.products li.product .price del {
    color: inherit;
    padding-left:17px;
    display: inline-block;
    text-decoration: none;
    position:relative;
    margin-right: -81px;
}
.woocommerce ul.products li.product .price del .amount{
    font-weight:600;
    font-size:14px;
    display:flex;
    position:relative;
}
.woocommerce ul.products li.product .price del .amount:after{
    content: "";
    position: absolute;
    top: 14px;
    width: 120%;
    left: -10%;
    height: 1px;
    background: #c1cad1;
}
.woocommerce ul.products li.product .price .from {
    font-size: .67em;
    margin: -2px 0 0;
    text-transform: uppercase;
    color: rgba(132, 132, 132, .5)
}
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
    margin: 0 0 1em
}
.woocommerce .woocommerce-ordering select {
    vertical-align: top
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    margin: 0;
    position: relative;
    left: auto;
    white-space: nowrap;
    display: inline-block;
    font-weight:400;
}
.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
    opacity: 1;
    padding-right: 0em
}
.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
    font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    position: absolute;
    top: .618em;
    right: 1em;

}
.woocommerce #respond input#submit.added:after,
.woocommerce a.button.added:after,
.woocommerce button.button.added:after,
.woocommerce input.button.added:after {
    font-family: WooCommerce;
    content: "\e017";
    margin-left: .53em;
    vertical-align: bottom
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {

}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    -webkit-font-smoothing: antialiased
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {

}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #a46497;
    color: #fff
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    cursor: not-allowed;
    opacity: .5;
}
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {

}
.woocommerce .cart .button,
.woocommerce .cart input.button {
    float: right;
}
.woocommerce a.added_to_cart {
    padding-top: .5em;
    white-space: nowrap;
    display: inline-block
}
.woocommerce #reviews #comments .add_review:after,
.woocommerce #reviews #comments .add_review:before,
.woocommerce #reviews #comments ol.commentlist li .comment-text:after,
.woocommerce #reviews #comments ol.commentlist li .comment-text:before,
.woocommerce #reviews #comments ol.commentlist:after,
.woocommerce #reviews #comments ol.commentlist:before {
    content: " ";
    display: table
}
.woocommerce #reviews h2 small {
    float: right;
    color: #777;
    font-size: 15px;
    margin: 10px 0 0
}
.woocommerce #reviews h2 small a {
    text-decoration: none;
    color: #777
}
.woocommerce #reviews h3 {
    margin: 0
}
.woocommerce #reviews #respond {
    margin: 0;
    border: 0;
    padding: 0
}
.woocommerce #reviews #comment {
    height: 75px
}
.woocommerce #reviews #comments h2 {
    clear: none
}
.woocommerce #review_form #respond:after,
.woocommerce #reviews #comments ol.commentlist li .comment-text:after,
.woocommerce #reviews #comments ol.commentlist:after,
.woocommerce .woocommerce-product-rating:after,
.woocommerce td.product-name dl.variation:after {
    clear: both
}

.woocommerce #reviews #comments ol.commentlist {
    margin: 0;
    width: 100%;
    background: 0 0;
    list-style: none;
    padding:0;
}
.woocommerce #reviews #comments ol.commentlist li {
    margin: 0 0 0px;
    position: relative;
    background: 0;
    border: 0;
    padding:35px 0px 25px 0px;
    border-bottom-width:1px;
    border-bottom-style:solid;
}
.woocommerce #reviews #comments ol.commentlist li:first-child{
    padding-top:0; 
}
.woocommerce #reviews #comments ol.commentlist li:first-child img.avatar{
    top:0;
}


.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width:70px;
    height:70px;
    border-radius:50%;

}

@media (max-width:991px){
    .woocommerce #reviews #comments ol.commentlist li img.avatar{
        display:none;
    }
    .woocommerce #reviews #comments ol.commentlist li .comment-text{
        margin-left:0;
    }
}

.woocommerce #reviews #comments .comment_container{
    display:flex;
}
.woocommerce #reviews #comments .cl-user-info{
    text-align:center;
    width:100px;
}
.woocommerce #reviews #comments .cl-user-info .meta > *{
    display:block;
    line-height:20px;
}
.woocommerce #reviews #comments .woocommerce-review__author{
    font-size: 18px;
    display:block;
    line-height:26px;
    margin-top:10px;
}
.woocommerce #reviews #comments .woocommerce-review__author span{
    color:#283233;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 30px;
    padding: 0;
    width:fit-content;
}

.woocommerce-review__published-date{
    display: block;
    line-height: 20px;
    font-size: 13px;
    font-style: italic;
}

@media (max-width:1199px){
    .woocommerce #reviews #comments ol.commentlist li .comment-text{
        
    }
    .woocommerce #reviews #comments ol.commentlist .helpful{
        display:none !important;
    }
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating{
    font-size:14px;
    width:90px;
    height:22px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating:before{
    font-size:14px !important;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating span{
    font-size:14px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 4px
}
.woocommerce #reviews #comments ol.commentlist li .comment-text h5{
    font-size:14px;
    font-weight:600;
    margin-top:3px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .description{
    padding-top:5px;
    padding-bottom:5px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: .83em
}
.woocommerce #reviews #comments ol.commentlist ul.children {
    list-style: none;
    margin: 20px 0 0 50px
}
.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
    display: none
}

.woocommerce #reviews #comments ol.commentlist .helpful{
    margin-top:20px;
    display:flex;
    align-items:center;
}
.woocommerce #reviews #comments ol.commentlist .helpful .actions{
    margin-left:15px;
}
.woocommerce #reviews #comments ol.commentlist .helpful .upvote{
    float:left;
    display:inline-block;
}
.woocommerce #reviews #comments ol.commentlist .helpful .report_abuse{
    justify-content: flex-end;
    color:#dd4b39;
    position: absolute;
    right: 0;
}

@media (max-width:767px){
    .woocommerce #reviews #comments ol.commentlist .helpful{
        display:none;
    }
}

.woocommerce #reviews #comments ol.commentlist #respond {
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 1em 1em 0;
    margin: 20px 0 0 50px
}
.woocommerce #reviews #comments .commentlist>li:before {
    content: ""
}
.woocommerce .star-rating {
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 11px;
    width: 5.4em;
    font-family: star;

}

.woocommerce .related.products .star-rating, .cl-info .star-rating{
    font-size:16px !important;
}

.woocommerce-product-rating .star-rating{
    width:4.8em !important;
}
.woocommerce .star-rating:before {
    content: "\73\73\73\73\73";
    float: left;
    top: 3px;
    left: 0;
    position: absolute;
    letter-spacing:4px;
}
.woocommerce .star-rating span {
    overflow: hidden;
    float: left;
    top: 3px;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.woocommerce .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    letter-spacing:4px;
    font-size:14px;
}
.woocommerce .woocommerce-product-rating {
    line-height: 2;
    display: block
}
.woocommerce .woocommerce-product-rating:after,
.woocommerce .woocommerce-product-rating:before {
    content: " ";
    display: table
}
.woocommerce .woocommerce-product-rating .star-rating {
    margin: .5em 4px 0 0;
    float: left
}
.woocommerce .products .star-rating {
    display: block;
    margin: 0em;
    float: none;
    height:16px;
    width: 100px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.woocommerce-product-gallery__image a{
    pointer-events: none
}
.woocommerce .hreview-aggregate .star-rating {
    margin: 10px 0 0
}
.woocommerce #review_form #respond {
    position: static;
    margin: 0;
    width: auto;
    padding: 0;
    background: 0 0;
    border: 0
}
.woocommerce #review_form #respond:after,
.woocommerce #review_form #respond:before {
    content: " ";
    display: table
}
.woocommerce p.stars a:before,
.woocommerce p.stars a:hover~a:before {
    content: "\e021"
}
.woocommerce #review_form #respond p {
    margin: 0 0 0px;
    margin-top:10px;
}

.woocommerce #review_form #respond #title{
    display:block;
    width:300px;
    border-width:1px;
    border-style:solid;
    padding-left:10px;
}
#review_form .comment-form-author, #review_form .comment-form-email{
    width:49% !important;
}
#review_form .comment-form-email{
    padding-right:0 !important;
}
#review_form .comment-form-author .required{
    display:none;
}

#review_form .comment-form-email .required{
    display: none;
}
#review_form form{
    position:relative;
    max-width:600px;
    padding-top:20px;
}
#review_form form .comment-form-comment{
    margin-top:25px !important;
}
.comment-form-rating{
    position:absolute;
    left:0px;
    top:0px;
}
.comment-form-rating p{
    margin-top:0 !important;
}
.comment-form-rating label{
    display:none;
}
.comment-notes{
    margin-top:10px !important;
}

.woocommerce #review_form #respond .form-submit input {
    left: auto;
    margin-top: 0px;
    height: 40px;
    font-size: 12px;
    text-transform: uppercase;
    width: auto;
    padding: 0 50px;
    font-weight: 600;
}
.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%
}
.woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none
}
.woocommerce p.stars a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    text-indent: 0
}
.woocommerce table.shop_attributes tr{
    border-bottom:0 !important;
}
.woocommerce table.shop_attributes th{
    text-align:right;
    width:180px;
}
.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
    line-height: 1.5;
    border-bottom-width: 1px;
    border-bottom-style:solid;
    border-top: 0;
    margin: 0;
    background:#fff;
    color:#727f88;
}
.woocommerce p.stars.selected a.active:before,
.woocommerce p.stars:hover a:before {
    content: "\e020"
}
.woocommerce p.stars.selected a.active~a:before {
    content: "\e021"
}
.woocommerce p.stars.selected a:not(.active):before {
    content: "\e020"
}
.woocommerce table.shop_attributes {
    border-top-width:1px;
    border-top-style:solid;

    border-left-width:1px;
    border-right-width:1px;

    border-left-style:solid;
    border-right-style:solid;

    margin-bottom: 1.618em;
    width: 100%;
    max-width:570px;
    margin:0 auto;
}
.woocommerce table.shop_attributes th {
    font-weight: 400;
    padding: 12px 25px;
    border-right-width:1px;
    border-right-style:solid;
}
.woocommerce table.shop_attributes td {
    font-style: italic;
    padding: 12px 25px;
}
.woocommerce table.shop_attributes td p {
    margin: 0;
}
.woocommerce table.shop_attributes .alt td,
.woocommerce table.shop_attributes .alt th {
    background: rgba(0, 0, 0, .025)
}
.woocommerce table.shop_table {
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-radius: 5px;
    border-bottom:none;
}

.woocommerce table.shop_table .actions{
    border-bottom:none !important;
}


.woocommerce table.shop_table th:first-child{
    text-align:left;
}

.woocommerce table.shop_table th {
    padding: 15px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.woocommerce table.shop_table tr.order-total th{
    color:#0b2b33;
}

.woocommerce table.shop_table thead th{
    text-align:center;
}

.woocommerce .quantity{
    width:90px;
    margin:0 auto;
    text-align:center;
}

.woocommerce table.shop_table td:first-child{
    text-align:left;
}
.woocommerce table.shop_table td {
    padding:30px;
    vertical-align: middle;
    border-bottom-width:1px;
    border-bottom-style:solid;
    text-align:center;
    background:#fff;
}


table.cart td.actions .coupon input[type="submit"]{
    background: #d2cec5;
    color: #fff !important;
}



.woocommerce table.shop_table tr:not(.cart_item) td:not(.actions){
    padding:30px 0px;
    background:#fff;
}
.woocommerce table.shop_table .update_cart{
    float:right;
}
.woocommerce table.shop_table td small {
    font-weight: 400
}
.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th {
    border-top: 0
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    font-weight: 700;
}
.woocommerce table.my_account_orders {
    font-size: .85em
}
.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
    padding: 4px 8px;
    vertical-align: middle
}
.woocommerce table.my_account_orders .button {
    white-space: nowrap
}
.woocommerce table.my_account_orders .order-actions {
    text-align: right
}
.woocommerce table.my_account_orders .order-actions .button {
    margin: .125em 0 .125em .25em
}
.woocommerce td.product-name dl.variation {
    margin: .25em 0
}
.woocommerce td.product-name dl.variation:after,
.woocommerce td.product-name dl.variation:before {
    content: " ";
    display: table
}
.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dt {
    display: inline-block;
    float: left;
    margin-bottom: 1em
}
.woocommerce td.product-name dl.variation dt {
    font-weight: 700;
    padding: 0 0 .25em;
    margin: 0 4px 0 0;
    clear: left
}
.woocommerce ul.cart_list li dl:after,
.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li dl:after,
.woocommerce ul.product_list_widget li:after {
    clear: both
}
.woocommerce td.product-name dl.variation dd {
    padding: 0 0 .25em
}
.woocommerce td.product-name dl.variation dd p:last-child {
    margin-bottom: 0
}
.woocommerce td.product-name p.backorder_notification {
    font-size: .83em
}
.woocommerce td.product-quantity {
    min-width: 80px
}
.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
    list-style: none;
    padding: 0;
    margin: 0
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
    padding: 4px 0;
    margin: 0;
    list-style: none
}
.woocommerce ul.cart_list li:after,
.woocommerce ul.cart_list li:before,
.woocommerce ul.product_list_widget li:after,
.woocommerce ul.product_list_widget li:before {
    content: " ";
    display: table
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 700
}

.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
    margin: 0;
    padding-left: 1em;
    border-left: 2px solid rgba(0, 0, 0, .1)
}
.woocommerce ul.cart_list li dl:after,
.woocommerce ul.cart_list li dl:before,
.woocommerce ul.product_list_widget li dl:after,
.woocommerce ul.product_list_widget li dl:before {
    content: " ";
    display: table
}
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt {
    display: inline-block;
    float: left;
    margin-bottom: 1em
}
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
    font-weight: 700;
    padding: 0 0 .25em;
    margin: 0 4px 0 0;
    clear: left
}
#add_payment_method .wc-proceed-to-checkout:after,
.woocommerce .order_details:after,
.woocommerce .widget_layered_nav ul li:after,
.woocommerce .widget_rating_filter ul li:after,
.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce-account .addresses .title:after,
.woocommerce-account .woocommerce:after,
.woocommerce-cart .wc-proceed-to-checkout:after,
.woocommerce-checkout .wc-proceed-to-checkout:after,
.woocommerce-error:after,
.woocommerce-info:after,
.woocommerce-message:after,
.woocommerce.widget_shopping_cart .buttons:after {
    clear: both
}

.wc-proceed-to-checkout .button{
    font-weight:600 !important;
    font-size:14px;
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
    padding: 0 0 .25em
}
.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child {
    margin-bottom: 0
}
.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
    float: none
}
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
    padding: 4px 0 0
}
.woocommerce .widget_shopping_cart .total strong,
.woocommerce.widget_shopping_cart .total strong {
    min-width: 40px;
    display: inline-block
}
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 2em;
    position: relative;
    padding-top: 0
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
    position: absolute;
    top: 0;
    left: 0
}
.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce .widget_shopping_cart .buttons:before,
.woocommerce.widget_shopping_cart .buttons:after,
.woocommerce.widget_shopping_cart .buttons:before {
    content: " ";
    display: table
}


.woocommerce form .form-row label.hidden {
    visibility: hidden
}
.woocommerce form .form-row label.inline {
    display: inline;
    padding-left:10px;
}
.woocommerce form .form-row select {
    cursor: pointer;
    margin: 0
}
.woocommerce form .form-row .required {
    color: red;
    font-weight: 700;
    border: 0
}
.woocommerce form .form-row .input-checkbox {
    display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle
}

#billing_address_1_field, #shipping_address_1{
    margin-bottom:10px !important;
}

.woocommerce-shipping-fields__field-wrapper{
    margin-top:20px;
}

.woocommerce form .form-row textarea {
    height: 6em;
    line-height: 1.5;
    display: block;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}
.woocommerce form .form-row .select2-container {
    width: 100% !important;
    line-height: 2em
}
.woocommerce form .form-row.woocommerce-invalid label {
    color: #a00
}
.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
    border-color: #a00
}
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
    border-color: #69bf29
}
.woocommerce form .form-row::-webkit-input-placeholder {
    line-height: normal
}
.woocommerce form .form-row:-moz-placeholder {
    line-height: normal
}
.woocommerce form .form-row:-ms-input-placeholder {
    line-height: normal
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    
}
.woocommerce ul#shipping_method {
    list-style: none;
    margin: 0;
    padding: 0
}
.woocommerce ul#shipping_method li {
    margin: 0;
    padding: .25em 0 .25em 22px;
    text-indent: -22px;
    list-style: none
}
.woocommerce ul#shipping_method li input {
    margin: 3px .5ex
}
.woocommerce ul#shipping_method li label {
    display: inline
}
.woocommerce ul#shipping_method .amount {
    font-weight: 700
}
.woocommerce p.woocommerce-shipping-contents {
    margin: 0
}
.woocommerce ul.order_details {
    margin: 0 0 1.5em;
    list-style: none;
    display:flex;
    margin-bottom:25px !important;
}
.woocommerce ul.order_details:after,
.woocommerce ul.order_details:before {
    content: " ";
    display: table
}
.woocommerce ul.order_details li {
    width:100%;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    font-size:16px;
    color:#727f88;
    line-height:30px;
    text-align:left;
}
.woocommerce .order_details li strong {
    display: block;
    font-weight:600;
}
.woocommerce .order_details li:last-of-type {
    border: none
}
.woocommerce-order-overview__total{
    text-align:right !important;
}
.woocommerce .widget_layered_nav ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none
}
.woocommerce .widget_layered_nav ul li {
    padding: 0 0 1px;
    list-style: none
}
.woocommerce .widget_layered_nav ul li:after,
.woocommerce .widget_layered_nav ul li:before {
    content: " ";
    display: table
}
.woocommerce .widget_layered_nav ul li.chosen a:before,
.woocommerce .widget_layered_nav_filters ul li a:before {
    line-height: 1;
    content: "";
    font-family: WooCommerce;
    font-weight: 400;
    speak: none;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-decoration: none
}
.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span {
    padding: 1px 0
}
.woocommerce .widget_layered_nav ul li.chosen a:before {
    margin-right: .618em
}
.woocommerce .widget_layered_nav_filters ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    overflow: hidden;
    zoom: 1
}
.woocommerce .widget_layered_nav_filters ul li {
    float: left;
    padding: 0 1px 1px 0;
    list-style: none
}
.woocommerce .widget_layered_nav_filters ul li a {
    text-decoration: none
}
.woocommerce .widget_layered_nav_filters ul li a:before {
    margin-right: .618em
}
.woocommerce .widget_price_filter .price_slider {
    margin-bottom: 1em
}
.woocommerce .widget_price_filter .price_slider_amount {
    text-align: left;
    width:100%;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
    background:#262a2c;
    color:#fff;
    font-weight:600;
    height:38px;
    padding-top:0;
    padding-bottom:0;
    line-height:38px;
    border-radius:4px;
    text-transform: none;
    margin-top:30px;
}

.woocommerce .widget_price_filter .price_slider_amount{
    position:relative;
}

.woocommerce .widget_price_filter .price_slider_amount .price_label{
    text-indent: -9999px;
    position:absolute;
    width:100%;
    left:0;
    top:0;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label span{
    text-indent:0;
    color:#c1cad1;
}

.woocommerce .widget_price_filter .price_slider_amount .price_label span.from{
    position:absolute;
    left:0;
    top:-7px;

}

.woocommerce .widget_price_filter .price_slider_amount .price_label span.to{
    position:absolute;
    right:0;
    top:-7px;
    
}

.woocommerce .widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
    margin-left: .5em;
    margin-right: .5em
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    border-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    top: -.3em;
    margin-left: -.5em
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background:#7ac143;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #dbe1e6;
    border: 0
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 5px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px
}
.woocommerce .widget_rating_filter ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none
}
.woocommerce .widget_rating_filter ul li {
    padding: 0 0 1px;
    list-style: none
}
.woocommerce .widget_rating_filter ul li:after,
.woocommerce .widget_rating_filter ul li:before {
    content: " ";
    display: table
}
.woocommerce .widget_rating_filter ul li a {
    padding: 1px 0;
    text-decoration: none
}
.woocommerce .widget_rating_filter ul li .star-rating {
    float: none;
    display: inline-block
}
.woocommerce .widget_rating_filter ul li.chosen a:before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "";
    text-decoration: none;
    color: #a00
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 1em 5.5em 1em 5.5em!important;
    margin: 0 0 2em!important;
    position: relative;
    list-style: none!important;
    width: auto;
    word-wrap: break-word;
    border-radius: 3px;
    text-align: center;
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a{
    color:#222;
}

.woocommerce-message{
    border: 1px solid #80d0c5;
    color: #727f88;
    background-color: #f9fdfc;
}
.woocommerce-message:before{
    background-color:#80d0c5;
    content: "\f12c" !important;
}


.woocommerce-error{
    border: 1px solid #fe8473;
    color: #727f88;
    background-color: #fff9f8;
}
.woocommerce-error:before{
    background-color:#fe8473;
    content: "\f156" !important;
}


.woocommerce-info{
    border: 1px solid #ffd072;
    color: #727f88;
    background-color: #fffdf8;
}
.woocommerce-info:before{
    background-color:#ffd072;
    content: "\f026" !important;
}


.woocommerce-error:after,
.woocommerce-error:before,
.woocommerce-info:after,
.woocommerce-info:before,
.woocommerce-message:after,
.woocommerce-message:before {
    content: " ";
    display: table
}
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
    font-family: "codeless-icons";
    
    display: inline-block;
    position: absolute;
    top: 14px;
    left: 1.5em;
    font-size:24px;
    color:#fff;
    width:36px;
    height:36px;
    line-height:36px;
    text-align:center;
    border-radius:50%;
}
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
    float: right
}
.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
    list-style: none!important;
    padding-left: 0!important;
    margin-left: 0!important
}

.woocommerce-account .addresses .title:after,
.woocommerce-account .addresses .title:before,
.woocommerce-account .woocommerce:after,
.woocommerce-account .woocommerce:before {
    content: " ";
    display: table
}
.woocommerce-account .addresses .title h3 {
    float: left
}
.woocommerce-account .addresses .title .edit,
.woocommerce-account ul.digital-downloads li .count {
    float: right
}
.woocommerce-account ol.commentlist.notes li.note p.meta {
    font-weight: 700;
    margin-bottom: 0
}
.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
    margin-bottom: 0
}
.woocommerce-account ul.digital-downloads {
    margin-left: 0;
    padding-left: 0
}
.woocommerce-account ul.digital-downloads li {
    list-style: none;
    margin-left: 0;
    padding-left: 0
}
.woocommerce-account ul.digital-downloads li:before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "";
    text-decoration: none
}
#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
    min-width: 32px
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 100%;
    box-shadow: none
}
#add_payment_method table.cart td,
#add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th {
    vertical-align: middle
}
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* border: 1px solid #d3ced2; */
    padding: 9px 12px;
    margin: 0 4px 0 0;
    outline: 0;
    line-height: 1;
    background: #f1f1f1;
}
#add_payment_method table.cart input,
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input {
    margin: 0;
    vertical-align: middle;
    line-height: 1
}
#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
    padding: 0em 0;
    display:flex;
}
#add_payment_method .wc-proceed-to-checkout:after,
#add_payment_method .wc-proceed-to-checkout:before,
.woocommerce-cart .wc-proceed-to-checkout:after,
.woocommerce-cart .wc-proceed-to-checkout:before,
.woocommerce-checkout .wc-proceed-to-checkout:after,
.woocommerce-checkout .wc-proceed-to-checkout:before {
    content: " ";
    display: table
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    float:right;
}
#add_payment_method .cart-collaterals .shipping_calculator .button,
.woocommerce-cart .cart-collaterals .shipping_calculator .button,
.woocommerce-checkout .cart-collaterals .shipping_calculator .button {
    width: 100%;
    float: none;
    display: block
}
#add_payment_method .cart-collaterals .shipping_calculator .shipping-calculator-button:after,
.woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button:after,
.woocommerce-checkout .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "";
    text-decoration: none
}
#add_payment_method #payment ul.payment_methods li:after,
#add_payment_method #payment ul.payment_methods li:before,
#add_payment_method #payment ul.payment_methods:after,
#add_payment_method #payment ul.payment_methods:before,
.woocommerce-cart #payment ul.payment_methods li:after,
.woocommerce-cart #payment ul.payment_methods li:before,
.woocommerce-cart #payment ul.payment_methods:after,
.woocommerce-cart #payment ul.payment_methods:before,
.woocommerce-checkout #payment ul.payment_methods li:after,
.woocommerce-checkout #payment ul.payment_methods li:before,
.woocommerce-checkout #payment ul.payment_methods:after,
.woocommerce-checkout #payment ul.payment_methods:before {
    content: " ";
    display: table
}
#add_payment_method .cart-collaterals .cart_totals p small,
.woocommerce-cart .cart-collaterals .cart_totals p small,
.woocommerce-checkout .cart-collaterals .cart_totals p small {
    color: #777;
    font-size: .83em
}
#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
    margin: 0 0 0px;
    padding: 0
}
#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,
#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th {
    border-top: 0
}
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
    width: 40%
}
#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
    vertical-align: top;
    border-left: 0;
    border-right: 0;
    line-height: 1.5em
}
#add_payment_method .cart-collaterals .cart_totals table small,
.woocommerce-cart .cart-collaterals .cart_totals table small,
.woocommerce-checkout .cart-collaterals .cart_totals table small {
    color: #777
}
#add_payment_method .cart-collaterals .cart_totals table select,
.woocommerce-cart .cart-collaterals .cart_totals table select,
.woocommerce-checkout .cart-collaterals .cart_totals table select {
    width: 100%
}
#add_payment_method .cart-collaterals .cart_totals .discount td,
.woocommerce-cart .cart-collaterals .cart_totals .discount td,
.woocommerce-checkout .cart-collaterals .cart_totals .discount td {
    color: #77a464
}
#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #ebe9eb
}

.woocommerce-cart .cart-collaterals .cart_totals tr.order-total th{
    vertical-align: middle;
}

.woocommerce-cart .cart-collaterals .cart_totals tr{
    border-bottom:1px solid;
}

#add_payment_method .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product {
    margin-top: 0
}
#add_payment_method .checkout .col-2 h3#ship-to-different-address,
.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    float: left;
    clear: none
}
#add_payment_method .checkout .col-2 .form-row-first,
#add_payment_method .checkout .col-2 .notes,
.woocommerce-cart .checkout .col-2 .form-row-first,
.woocommerce-cart .checkout .col-2 .notes,
.woocommerce-checkout .checkout .col-2 .form-row-first,
.woocommerce-checkout .checkout .col-2 .notes {
    clear: left
}
#add_payment_method .checkout .create-account small,
.woocommerce-cart .checkout .create-account small,
.woocommerce-checkout .checkout .create-account small {
    font-size: 11px;
    color: #777;
    font-weight: 400
}
#add_payment_method .checkout div.shipping-address,
.woocommerce-cart .checkout div.shipping-address,
.woocommerce-checkout .checkout div.shipping-address {
    padding: 0;
    clear: left;
    width: 100%
}
#add_payment_method #payment ul.payment_methods li:after,
#add_payment_method #payment ul.payment_methods:after,
#add_payment_method .checkout .shipping_address,
.single-product .twentythirteen p.stars,
.woocommerce-cart #payment ul.payment_methods li:after,
.woocommerce-cart #payment ul.payment_methods:after,
.woocommerce-cart .checkout .shipping_address,
.woocommerce-checkout #payment ul.payment_methods li:after,
.woocommerce-checkout #payment ul.payment_methods:after,
.woocommerce-checkout .checkout .shipping_address {
    clear: both
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {

}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #ebebeb;
    margin: 0;
    list-style: none
}
#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
    line-height: 2;
    text-align: left;
    margin: 0;
    font-weight: 400
}
#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 1em 0 0;
    display:inline-block !important;
}
#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
    vertical-align: middle;
    margin: -2px 0 0 .5em;
    padding: 0;
    position: relative;
    box-shadow: none
}
#add_payment_method #payment ul.payment_methods li img+img,
.woocommerce-cart #payment ul.payment_methods li img+img,
.woocommerce-checkout #payment ul.payment_methods li img+img {
    margin-left: 2px
}
#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
    padding: 1em
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    color: #515151
}
#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea,
.woocommerce-cart #payment div.payment_box input.input-text,
.woocommerce-cart #payment div.payment_box textarea,
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea {
    border-color: #bbb3b9 #c7c1c6 #c7c1c6
}
#add_payment_method #payment div.payment_box::-webkit-input-placeholder,
.woocommerce-cart #payment div.payment_box::-webkit-input-placeholder,
.woocommerce-checkout #payment div.payment_box::-webkit-input-placeholder {
    color: #bbb3b9
}
#add_payment_method #payment div.payment_box:-moz-placeholder,
.woocommerce-cart #payment div.payment_box:-moz-placeholder,
.woocommerce-checkout #payment div.payment_box:-moz-placeholder {
    color: #bbb3b9
}
#add_payment_method #payment div.payment_box:-ms-input-placeholder,
.woocommerce-cart #payment div.payment_box:-ms-input-placeholder,
.woocommerce-checkout #payment div.payment_box:-ms-input-placeholder {
    color: #bbb3b9
}
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
    list-style: none;
    margin: 0
}
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
    margin: 0 0 .5em
}
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label {
    cursor: pointer
}
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
    vertical-align: middle;
    margin: -3px 1em 0 0;
    position: relative
}
#add_payment_method #payment div.payment_box .wc-credit-card-form,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
    border: 0;
    padding: 0;
    margin: 1em 0 0
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
    font-size: 1.5em;
    padding: 8px;
    background-repeat: no-repeat;
    background-position: right .618em center;
    background-size: 32px 20px
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
    background-image: url(../images/icons/credit-cards/visa.svg)
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
    background-image: url(../images/icons/credit-cards/mastercard.svg)
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {
    background-image: url(../images/icons/credit-cards/laser.svg)
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
    background-image: url(../images/icons/credit-cards/diners.svg)
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {
    background-image: url(../images/icons/credit-cards/maestro.svg)
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {
    background-image: url(../images/icons/credit-cards/jcb.svg)
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
    background-image: url(../images/icons/credit-cards/amex.svg)
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
    background-image: url(../images/icons/credit-cards/discover.svg)
}
#add_payment_method #payment div.payment_box span.help,
.woocommerce-cart #payment div.payment_box span.help,
.woocommerce-checkout #payment div.payment_box span.help {
    font-size: .857em;
    color: #777;
    font-weight: 400
}
#add_payment_method #payment div.payment_box .form-row,
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row {
    margin: 0 0 1em
}
#add_payment_method #payment div.payment_box p:last-child,
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child {
    margin-bottom: 0
}
#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
    content: "";
    display: block;
    border: 1em solid #fff;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em
}
#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: right;
    line-height: 52px;
    font-size: .83em
}
#add_payment_method #payment .payment_method_paypal img,
.woocommerce-cart #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img {
    max-height: 52px;
    vertical-align: middle
}
.woocommerce-password-strength {
    text-align: center;
    font-weight: 600;
    padding: 3px .5em;
    font-size: 1em
}
.woocommerce-password-strength.strong {
    background-color: #c1e1b9;
    border-color: #83c373
}
.woocommerce-password-strength.short {
    background-color: #f1adad;
    border-color: #e35b5b
}
.woocommerce-password-strength.bad {
    background-color: #fbc5a9;
    border-color: #f78b53
}
.woocommerce-password-strength.good {
    background-color: #ffe399;
    border-color: #ffc733
}
.woocommerce-password-hint {
    margin: .5em 0 0;
    display: block
}
.product.has-default-attributes.has-children>.images {
    opacity: 0
}
#content.twentyeleven .woocommerce-pagination a {
    font-size: 1em;
    line-height: 1
}
.single-product .twentythirteen #reply-title,
.single-product .twentythirteen #respond #commentform,
.single-product .twentythirteen .entry-summary {
    padding: 0
}
.twentythirteen .woocommerce-breadcrumb {
    padding-top: 40px
}
.twentyfourteen ul.products li.product {
    margin-top: 0!important
}
body:not(.search-results) .twentysixteen .entry-summary {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}
.twentysixteen .price ins {
    background: inherit;
    color: inherit
}







/* Added By Codeless */




/* WooCommerce Results Title */
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count{
	font-size:14px;
	text-transform: none;
	font-weight:400;
	line-height: 27px;
    margin-right: 10px !important;
}
.woocommerce .woocommerce-ordering{
	float:right;
}
.woocommerce .woocommerce-result-count{
	float:left;
}
.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count{
	margin:0;
	display:inline-block;
}
.cl-woocommerce-results-title{
	width:100%;
    position:relative;
}


/* Layouts */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	margin:0;
	padding:0;
	float:none;
}

@media (min-width:992px){
  .shop-products[data-grid-cols="4"] .product_item{
    width:24.999999%;
  }

  .shop-products[data-grid-cols="3"] .product_item{
    width:33.3%;
  }

  .shop-products[data-grid-cols="2"] .product_item{
    width:50%;
  }

  .shop-products[data-grid-cols="5"] .product_item{
    width:20%;
  }

  .shop-products[data-grid-cols="6"] .product_item{
	width:16.6%;
  }
}

@media (min-width: 570px) and (max-width:991px){
  .shop-products .product_item{
    width:50%;
  }
}
@media (max-width: 569px){
  .shop-products[data-columns-mobile="1"] .product_item{
   width:100%;
  } 

  .shop-products[data-columns-mobile="2"] .product_item{
   width:50%;
  } 
}


/* Product Item Style */
.shop-products .product_item .onsale{
	position: absolute;
    top: 10px;
    left: 10px;
    padding-left:10px;
    padding-right:10px;
    height:29px;
    color: #fff;
    text-align:center;
    font-weight: 400 !important;
    line-height: 29px !important;
    text-transform: uppercase;
    z-index: 9999;
    font-size: 14px !important;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;

}

.shop-products .product_item .outofstock{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -65px;
    margin-top: -25px;
    padding-left: 20px;
    padding-right: 20px;
    height: 50px;
    color: #222;
    background: rgba(255,255,255,0.9);
    text-align: center;
    font-weight: 400 !important;
    line-height: 50px !important;
    z-index: 9999;
    font-size: 16px !important;
    text-transform: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}


.shop-products .product_item h3{
    text-align:center;
}
.cl-price-rating{
    margin-top:5px;
    display:flex;
    align-items:center;
}
.cl-price-rating span:not(.woocommerce-Price-amount):not(.woocommerce-Price-currencySymbol){
    display: flex !important;
    flex-direction: row;
    justify-content: center;
}

.cl-price-rating span ins, .cl-price-rating span > .amount{
    text-decoration: none;
    font-size:18px !important;
    line-height:26px !important;
}

.cl-price-rating span ins .amount, .cl-price-rating .woocs_price_code > .amount, .cl-price-rating span.price > .amount{
    font-weight:500;
}

.shop-products .product_item .cl-price-button-switch a.added_to_cart{
	float:right;
	line-height:22px;
    display:none;
}


.shop-products .product_item .cl-thumb-wrapper{
	position:relative;
	overflow:hidden;
	margin-bottom:15px;
}


.shop-products .product_item img{
	z-index: 1;
	transform: translate3d(0, 0px, 0);
	-webkit-transform: translate3d(0, 0px, 0);
	-moz-transform: translate3d(0, 0px, 0);
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin:0 !important;

}
.shop-products .product_item .onsale{
	z-index:3;
}
.shop-products .product_item .overlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:2;
	opacity:0;
	background:rgba(0,0,0,0.67);
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.shop-products .product_item:hover .overlay, .shop-products .product_item:focus .overlay{
	opacity:1;
}
.shop-products .product_item:hover img, .shop-products .product_item:focus img{
	
}
.cl-actions .button.product_type_grouped{
    display:none;
}
.shop-products .product_item.style_normal .cl-actions{
    position:absolute;
    width:180px;
    height:60px;
    top:50%;
    margin-top:-25px;
    left:50%;
    margin-left:-90px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
    opacity:0;
    transform:scale(0.85);
    -webkit-transition: all 0.22s ease-in-out;
    -moz-transition: all 0.22s ease-in-out;
    transition: all 0.22s ease-in-out;
    z-index:9999;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
}
.shop-products .product_item.style_normal .cl-actions .wrapper{
    display:flex;
    height:100%;
}
.shop-products .product_item.style_normal .cl-actions a{
    background:#fff;
    width:100%;
    height:100%;
    -webkit-transition: all 0.22s ease-in-out;
    -moz-transition: all 0.22s ease-in-out;
    transition: all 0.22s ease-in-out;
    position:relative;
    margin-right:1px;
}
.shop-products .product_item.style_normal .cl-actions a:last-child{
    margin-right:0;
}


.shop-products .product_item.style_normal .cl-actions a i{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    color:#283233;
    -webkit-transition: all 0.22s ease-in-out;
    -moz-transition: all 0.22s ease-in-out;
    transition: all 0.22s ease-in-out;
}

.shop-products .product_item.style_normal .cl-actions a:hover{
    background:rgba(255,255,255,1);
}

.shop-products .product_item.style_normal .cl-actions .add_to_cart_button{
    text-indent: -9999px;
}
.shop-products .product_item.style_normal .cl-actions .ajax_add_to_cart:not(.add_to_cart_button),
.shop-products .product_item.style_normal .cl-actions .ajax_add_to_cart_variable:not(.add_to_cart_button){
    display:none;
}
.shop-products .product_item.style_normal .cl-actions .add_to_cart_button.added{
    display:none;
}
.shop-products .product_item.style_normal .cl-actions .add_to_cart_button:not(.loading-add-cart):after{
    text-indent:0;
    content:"\f112";
    font-family: "codeless-icons";
    font-size:24px;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    line-height:60px;
    text-align:center;
    color:#283233;
    -webkit-transition: all 0.22s ease-in-out;
    -moz-transition: all 0.22s ease-in-out;
    transition: all 0.22s ease-in-out;
}


.shop-products .product_item.style_normal .cl-actions .add_to_wishlist{
    text-indent: -9999px;
}
.shop-products .product_item.style_normal .cl-actions .add_to_wishlist.added{
    display:none;
}
.shop-products .product_item.style_normal .cl-actions .add_to_wishlist:after{
    text-indent:0;
    content:"\f2d5";
    font-family: "codeless-icons";
    font-size:24px;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    line-height:60px;
    text-align:center;
    color: #283233;
    -webkit-transition: all 0.22s ease-in-out;
    -moz-transition: all 0.22s ease-in-out;
    transition: all 0.22s ease-in-out;
}


.shop-products .product_item.style_normal .cl-actions .added_to_cart{
    text-indent: -9999px;
}

.shop-products .product_item.style_normal .cl-actions .added_to_cart:after{
    text-indent:0;
    content:"\f12c";
    font-family: "codeless-icons";
    font-size:24px;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    line-height:60px;
    text-align:center;
    color: #727f88;

}

.shop-products .product_item.style_normal:hover .cl-actions{
    opacity:1;
    transform:scale(1);
}

.shop-products .product_item .cl-thumb-wrapper{
	position:relative;
}

.shop-products .cl-thumb-wrapper .single_variation_wrap{
    display:none !important;
}
.shop-products .cl-thumb-wrapper form{
    position:absolute;
    width:100%;
}
.shop-products .cl-thumb-wrapper .tawcvs-swatches{
    position:absolute;
    z-index:9999999;
    right:6px;
    top:10px;
    padding:10px !important;
    opacity:0;
    transform:scale(0.85);
    -webkit-transition: all 0.22s ease-in-out;
    -moz-transition: all 0.22s ease-in-out;
    transition: all 0.22s ease-in-out;
}

.shop-products .product_item .cl-thumb-wrapper .variation-select-label.hidden + .tawcvs-swatches{
    display:none;
}

.shop-products .product_item:hover .cl-thumb-wrapper .tawcvs-swatches{
    opacity:1;
    transform:scale(1);
}
.shop-products .cl-thumb-wrapper .swatch-color{
    display: block;
    margin-bottom: 14px;
    margin-right:0px;
    width:12px !important;
    height:12px !important;
}
.shop-products .cl-thumb-wrapper .tawcvs-swatches .swatch-color.selected:after{
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    top: -7px;
    left: -7px;

}
.shop-products .cl-thumb-wrapper .tawcvs-swatches .swatch-color.selected:before{
    display:none;

}

.swatch-color.white-color{
    border:1px solid #e1e1e1 !important;
}

.swatch-color.selected.white-color:before{
    border-color:#e1e1e1 !important;
}

.shop-products .cl-thumb-wrapper form label{
    display:none;
}
.shop-products .product_item .tags{
    display: block;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    color:#73848e !important;
}

.shop-products .product_item .cl-price-rating{
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #d9dcdd;
}

.shop-products .product_item .cl-thumb-wrapper.with_two_img .wp-post-image{
	opacity:1;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.shop-products .product_item .cl-thumb-wrapper.with_two_img .second-img{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.shop-products .product_item .cl-thumb-wrapper.with_two_img:hover .wp-post-image, .shop-products .product_item .cl-thumb-wrapper.with_two_img:focus .wp-post-image{
	opacity:0;
}
.shop-products .product_item .cl-thumb-wrapper.with_two_img:hover .second-img, .shop-products .product_item .cl-thumb-wrapper.with_two_img:focus .second-img{
	opacity:1;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
	background:#fff;
	border:2px solid #7ac143;
}

.

.woocommerce #respond input#submit.loading:after, .woocommerce a.button.loading:after, .woocommerce button.button.loading:after, .woocommerce input.button.loading:after{
	display: inline-block;
    position: static;
    margin-left: 0px;
}

/* Shop Table Responsive */
table.shop_table_responsive tbody th,
table.shop_table_responsive thead {
    display: none;
    background:#fff;
}
table.shop_table_responsive tr td {
    display: block;
    text-align: center;
    position:relative;
}
table.shop_table_responsive tr td:before {
    content: attr(data-title) ": ";
    font-weight: 400;
    position:absolute;
    left:15px;
    top:15px;
}
table.shop_table_responsive tr td.product-remove a {
    text-align: center
}
table.shop_table_responsive tr td.actions:before,
table.shop_table_responsive tr td.download-actions:before,
table.shop_table_responsive tr td.product-remove:before {
    display: none
}
table.shop_table_responsive tr td.download-actions .button {
    display: block;
    text-align: center
}
table.shop_table_responsive.my_account_orders .order-actions {
    text-align: right
}
table.shop_table_responsive.my_account_orders .order-actions:before {
    display: none
}



table.cart td.actions .coupon label{
	display:flex;
    line-height:30px;
    margin-bottom:15px;
}
table.cart td.actions .coupon label i{
    font-size:24px;
    padding-right:5px;
    line-height:30px !important;
}
@media (min-width:768px){
	table.shop_table_responsive tbody tr td,
    table.shop_table_responsive tbody tr th {
        text-align: left
    }

	table.shop_table_responsive thead {
        display: table-header-group
    }
    table.shop_table_responsive tbody th,
    table.shop_table_responsive tr td {
        display: table-cell
    }
    table.shop_table_responsive tr td:before {
        display: none
    }
    table.cart td.actions .coupon {
	    padding-bottom: 0;
	    margin-bottom: 0;
	    border-bottom: 0;
	    display: inline-block;
	    float: left;
	}
	table.cart td.actions input{
		display:block;
	}
}
table.cart td.actions .coupon{
    position:relative;
    width:370px;
}
table.cart td.actions .coupon #coupon_code{
    width:100%;
    margin-bottom:20px;
    background:#fff;
    height:60px;
    margin-bottom:0;
    box-shadow:none;
    border-bottom:none !important;
}
table.cart td.actions .coupon input[type="submit"]{
    position:absolute;
    bottom:0px;
    right:0px;
    height:60px;
    border:none !important;
    font-weight:600;
    font-size:14px;
    box-shadow:none;
    color:#fff !important;
}


@media (max-width:992px){
    table.cart td.actions .coupon{
        width:40%;
    }
    .cart-collaterals{
        width:60%;
    }
}

@media (max-width:767px){
    table.cart td.actions .coupon{
        width:100% !important;
    }
}

.shop_table_responsive td.product-name{
	font-weight: 600;
    font-size: 16px;
}

.cart_totals h3{
    margin-bottom:20px;
}
.cart_totals th{
    padding:30px 12px !important;
}

.shop_table_responsive .product-thumbnail:before{
    display:none;
}

@media (max-width:767px){
    table.shop_table_responsive .product-thumbnail{
        text-align:center;
    }
    .woocommerce table.shop_table td{
        padding:20px 9px;
    }
     .woocommerce table.shop_table td .product-data{
        padding-top:20px;
     }
    .woocommerce table.shop_table tr.cart_item td:first-child{
        padding-top:20px;

    }
    .woocommerce table.shop_table tr.cart_item td:last-child{
        padding-bottom:20px;
    }
    .woocommerce table.shop_table .update_cart{
        margin-top:20px;
    }
}


/* Aside WooCommerce Search */
aside .widget_product_search .screen-reader-text{
  display:none;
}
aside .widget_product_search form{
  position:relative;
}
aside .widget_product_search input[type="search"]{
  width:100%;
  height:50px;
  border-width:1px;
  border-style:solid;
  padding-left:18px;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-border-sizing:border-box;
}
aside .widget_product_search input[type="submit"]{
  display:none;
}


.woocommerce #content h1.page-title{
    text-align:left;
    font-size:30px;
    line-height:48px;
    text-align:left;
    margin-bottom:0;
    font-weight:600;
    letter-spacing:0.02em;
}


.shop-entries.cl-carousel .product_item{
  width:100% !important;
}
@media (min-width:992px){
    .cl-product-info{
        display:-webkit-flex;
        display:-webkit-box;
        display:-moz-flex;
        display:-moz-box;
        display:-ms-flexbox;
        display:flex;
        width:100%;
        position:relative;
        flex-grow: 1;
        -webkit-box-align: center;
        -webkit-box-flex: 1;
    }
    .cl-product-info .cl-images-wrapper{
        width:100%;
    }
}
.cl-product-info .cl-images-wrapper{
    width: 35%;
    display:inline-block;
    position:relative;
}

.cl-product-info .summary{
    padding-left:40px;
    width:62%;
    display:inline-block;
}




@media (max-width:600px){
    .woocommerce div.product div.images.woocommerce-product-gallery{
            flex-direction: column !important;
    }
    .woocommerce div.product div.images .flex-control-thumbs{
        width:100% !important;
        flex-flow: row wrap;
        margin-top:5px;
    }
}

@media (min-width:768px){
    /*.woocommerce-product-gallery__image{
        min-width:600px;
    }*/
}

@media (max-width:767px){
    .actions .coupon input[type="submit"]{
        margin-left:10px;
    }
}
.cl-product-info{
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    flex-grow: 1;
    -webkit-box-align: center;
    -webkit-box-flex: 1;
}
.cl-product-info .onsale{
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 1px 9px;
    color: #fff;
    font-weight: 600 !important;
    line-height: 18px !important;
    text-transform: uppercase;
    z-index: 9999;
    font-size: 12px !important;
    padding-top:4px;
}

.single_add_to_cart_button{
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    color:#73848e !important;
    font-size:12px;
    display: inline-block;
    width: 200px;
    margin-top: 0;
    height: 40px;
    background: #eceff0;
}

.cl-product-info .qty{
    padding:10px 10px !important;
}

.cl-product-info .product_meta{
    border-top-width:1px;
    border-top-style:solid;
}
.cl-product-info .product_meta > span{
    display:block;
    margin-bottom:0px;
    text-transform: uppercase;
    font-size:12px;
}

.cl-product-info .product_meta > span:last-child{
    margin-bottom:0;
}

.cl-product-info .product_meta a{
    margin-left: 5px;
    margin-right: 5px;
}


.cl-product-info .woocommerce-review-link{
    color:#242424;
}
.woocommerce div.product form.cart{
    display: flex;
    margin-top: 30px;
}
.woocommerce div.product form.cart .variations label{
    text-transform: capitalize;
}
.variations .select2-selection__rendered{
    text-transform: none !important;
    font-weight:400 !important;
    color:#777 !important;
}
.variations{
    margin-bottom:35px !important;
}
.variations td{
    background:none;
}

.cl-woo-share{
    margin-top:20px;
}

.cl-woo-share a{
    font-size:16px;
    color:#242424;
    padding-right:10px;
}

.related.products .cl-carousel-items-wrapper{
    margin-top:30px;
}



.related.products > h3{
    text-align:center;
}

.woocommerce div.product div.images{
    display:block;
}
.woocommerce div.product div.images .thumbnails{
    width:20%;
    float:left;
}
.woocommerce div.product div.images .thumbnails a{
    width:auto;
    height:auto;
}
.woocommerce div.product div.images .thumbnails img{
    margin-bottom:10px;
    opacity:0.3;
    -webkit-transition: opacity .5s .5s ease;
    -moz-transition: opacity .5s .5s ease;
    transition: opacity .5s .5s ease;
}
.woocommerce div.product div.images .thumbnails .active img{
    opacity:1;
}
.woocommerce div.product div.images .cl-images{
    float:left;
    width:79%;
    padding-left:10px;
}

.woocommerce div.product div.images .owl-carousel, .woocommerce div.product div.images .owl-carousel.owl-loaded{
    display:block !important;
}

.woocommerce-Reviews-title{
    margin-bottom:20px !important;
}
#review_form_wrapper{
    margin-top:0px;
}



#customer_details{
    margin-bottom:35px;
}

#customer_details .col-2{
    margin-top:45px;
}

.woocommerce form.login{
    
}
.lost_reset_password{
    padding: 10px 15px;
    background: #fafafa;
    border: 1px solid #ebebeb;
    max-width:440px;
    margin:0 auto;
}



/* Update 3.0.0 */
.woocommerce div.product div.images {
    margin-bottom: 2em
}
.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none; 
    cursor: pointer;
}
.woocommerce div.product div.images div.thumbnails {
    padding-top: 1em
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport{
    width:100%;
    z-index:999;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    transition: all cubic-bezier(.795, -.035, 0, 1) .5s
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 9px;
    box-sizing: content-box
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    left: 22px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: content-box
}
.woocommerce div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0;
    width:100%;
    padding:15px 0px;
    display:flex;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 100%;  
    list-style: none;
    padding:0 7px;
    padding-bottom:5px;
}


.woocommerce div.product div.images .flex-control-thumbs li img {
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 0
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
    opacity: 1
}
.woocommerce .cross-sells{
    margin-bottom:0px;
    margin-top:80px;
}

.product_item .inner-wrapper{
    background:#fff;
}
.cl-shop-filter{
    display: flex;
    align-items: center;
    margin-bottom:20px;
}
.cl-shop-filter h4{
    width:100%;
    text-transform: uppercase;
    text-align:left;
}
.cl-shop-filter .inner{
    justify-content: flex-end;
    width: 100%;
    align-items: flex-end;
    display: flex;
}

.cl-shop-filter button{
    text-transform: uppercase;
    padding: 0;
    margin-left: 30px;
    font-weight: 600;
    font-size: 14px;
    border-bottom-width: 2px;
    border-bottom-style:solid;
    border-bottom-color:transparent;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    line-height:26px;
}
.cl-shop-filter button.selected{
    color:#262a2c;
    border-bottom-color:#262a2c;
}




/* General Single - Product */
.single-product .woocommerce-breadcrumb{
    font-size:12px !important;
    text-transform: uppercase;
}
.single-product .woocommerce-breadcrumb a{
    padding-right:24px;
    position:relative;
}
.single-product .woocommerce-breadcrumb a:after{
    content: ">";
    position: absolute;
    right: 9px;
    top: 0px;
    line-height: 18px;
}

body[class*=" currency-"] .summary.entry-summary .price .woocs_price_code, 
body:not([class*="currency-"]) .summary.entry-summary .price{
    display: flex;
    flex-direction: initial;
    justify-content: flex-start;
    font-weight:600;
    width:100%;
    margin-top:22px;
    margin-bottom:18px;
}

body[class*=" currency-"] .product-type-grouped > .cl-product-info .summary.entry-summary > .price .woocs_price_code, 
body:not([class*="currency-"]) .product-type-grouped > .cl-product-info .summary.entry-summary > .price{
    flex-direction: row !important;
    justify-content: flex-start !important;
}

.single_variation_wrap .woocommerce-variation-price .price{ 

    display: flex !important;
    flex-direction: row-reverse !important;
    justify-content: flex-start !important;

 }


.single-product .summary.entry-summary .price ins{
    text-decoration: none;
    font-size:16px;
    line-height:26px;
}

.single-product .summary.entry-summary .price ins .amount{
    display: flex;
    flex-direction: row;
    font-weight:600;
}
.single-product .summary.entry-summary .price ins{
    font-size:24px;
}

.single-product .summary.entry-summary .price del{
    font-size:18px;
    padding-left:4px;
}
.single-product .summary .star-rating{
    font-size:16px !important;
}
.single-product .star-rating:before{
    font-size:0.7em;
}

.single-product .star-rating span{
    font-size:0.7em;
}
.single-product .star-rating span span{
    display:none;
}

.single-product .cl-info.gift{
    position:relative;
    z-index:9;
    cursor:pointer;
}
.single-product .cl-info.gift .tooltip{
    position: absolute;
    width: 300px;
    z-index: 9;
    background-color: #fff;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
    padding: 14px 18px !important;
    box-sizing: border-box;
}

@media (max-width:767px){
    .single-product .cl-info.gift .tooltip{
        left:10px !important;
    }
}

.single-product .cl-info.gift .tooltip{
    transform: translateY(0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    top: auto;
    left: -150px;
    bottom: 100%;
}
.single-product .cl-info.gift .tooltip p{
    margin:5px 0;
}
.single-product .cl-info.gift.show-tooltip .tooltip{
    opacity:1 !important;
    transform:translateY(-40px);
}

.single-product .summary .variations tr{
    display:block;
    margin-bottom:10px;
}

.single-product .summary .variations tr td{
    display:block;
    background:transparent;
}

.tawcvs-swatches .swatch-label{
    border-radius:3px !important;
    background:transparent !important;
    line-height:34px !important;
    width:34px !important;
    height:34px !important;
    border-width:1px !important;
    border-style:solid !important;
}
.tawcvs-swatches .swatch-label.selected{
    border-color:#262a2c !important;
    color:#262a2c !important;
    box-shadow:none !important;
}

.single-product .tawcvs-swatches{
    padding:10px 0px !important;
    margin-bottom:12px !important;
}

.woocommerce-product-details__short-description{
    border-bottom-width:1px;
    border-bottom-style:solid;
    padding-bottom:13px;
    margin-bottom:30px;
}
.single-product .woocommerce-product-rating{
    margin-bottom:0 !important;
}

.single-product [data-attribute_name="attribute_pa_size"]{
    margin-bottom:0px;
    padding-bottom:0px;
}
.single-product .cl-single-add-to-cart-wrapper > .single_variation_wrap{
    width:100%;
}
.single-product .cl-single-add-to-cart-wrapper > .single_variation_wrap > .woocommerce-variation-add-to-cart{
    display:flex;
}

.single-product .cl-single-add-to-cart-wrapper{
    display:flex;
}

.single-product .woocommerce-variation.single_variation{

}
.single-product .cl-wishlist-share-wrapper{
    display:flex;
    padding-top:8px;
}
.add_to_wishlist_button{
    display:inline-block;
}
.single-product .cl-wishlist-share-wrapper .wishlist, .add_to_wishlist_button{
    border-bottom-width:1px;
    border-bottom-style:dashed;
    border-bottom-color:#262a2c;
    padding-right:0px;
    margin-right:20px;
    line-height:24px;
}
.single-product .cl-wishlist-share-wrapper .wishlist i, .add_to_wishlist_button i{
    padding-left:8px;
}
.single-product .cl-wishlist-share-wrapper > .share{
    border-left-width:1px;
    border-left-style:solid;
    padding-left:20px;
}
.single-product .cl-wishlist-share-wrapper .share-buttons{
    display:inline-block;
    line-height:24px;
}
.single-product .cl-wishlist-share-wrapper .share-buttons .share{
    padding-left:15px;
    padding-right:15px;
}
.single-product .cl-wishlist-share-wrapper .share-buttons i{
    font-size:20px;
}
.single-product .product_meta{
    margin-top:35px;
    padding-top:25px;
    padding-bottom:25px;
}

.single-product .flex-control-thumbs .owl-prev:after{
    content: '\e804';
    font-family: codeless-icons-other;
    font-size: 64px;
    width:20px;
    height:40px;
    line-height:40px;
    text-indent: 0 !important;
    position:absolute;
    color:#c1cad1;
    z-index: 9999;
    float:left;
    left:-18px;
    top:50%;
    margin-top:-20px;
}

.single-product .flex-control-thumbs .owl-next:after{
    content: '\e805';
    font-family: "codeless-icons-other";
    font-size: 64px;
    width:20px;
    height:40px;
    text-indent: 0 !important;
    position:absolute;
    color:#c1cad1;
    z-index: 9999;
    float:left;
    right:27px;
    top:50%;
    margin-top:-20px;
}

.single-product .cl-complete-look h6{
    border-bottom-width:1px;
    border-bottom-style:solid;
    padding-bottom: 16px;
    margin-top:6px;
}

.single-product .cl-complete-look .shop-products.name-cross-sells .product_item .cl-thumb-wrapper{
    width:100%;
}

.single-product .cl-complete-look .star-rating{
    display:none;
}

.single-product #tab-description p{
    margin:5px 0;
}

.single-product #tab-description h6{
    margin-top:15px;
}

.single-product #tab-description h6:first-child{
    margin-top:0;
}

.single-product .related.products{
    margin-top:70px;
}
.single-product .related.products h4{
    text-transform: uppercase;
    text-align:left;
    border-bottom-width:1px;
    border-bottom-style:solid;
    padding-bottom:10px;
}

.cross-sells h2{  
    text-transform: uppercase !important;
    text-align: left !important;
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
    padding-bottom: 10px !important;
    font-size: 22px !important;
    line-height: 34px !important;
    margin-bottom: 25px !important;
}

.cross-sells .grid-entries{
    margin-left: -15px !important;
    margin-right: -15px !important;
}





.single-product .related.products .owl-nav{
    right: 15px;
    top: -45px;
    position: absolute;
    width: 70px;
    height: 35px !important;
    left:auto;
    display:none;
}

.single-product .related.products .owl-nav > div{
    width:30px;
    height:30px;
    border-width:1px;
    border-style:solid;
    border-radius:50%;
    display:inline-block;
    margin-right:4px;
}
.single-product .related.products .owl-nav > div:after{
    position:absolute;
    left:0;
    top:0;
    font-size:20px;
    width:100%;
    height:100%;
    line-height:30px;
    text-indent:0;
    text-align:center;
    color:#c1cad1;
    font-family: 'codeless-icons-other';
}

.single-product .related.products .owl-nav > div.owl-prev:after{
    content:"\e804";
}

.single-product .related.products .owl-nav > div.owl-next:after{
    content:"\e805";
}
@media (max-width: 480px){
    .single-product .related.products .owl-nav > div.owl-prev {
        left: -35px !important;
    }
    .single-product .related.products .owl-nav > div:after {
        top: 9px !important;
    }

    .shop-entries.products.name-cross-sells{
        padding: 0px 20px;
    }
}

/* End General Single - Product */


/* Default Style Single */

.single-product .cl-style-default h1{
    margin-bottom:25px;
    padding-top:10px;
    font-size:48px !important;
    line-height:56px !important;
}

.single-product .cl-style-default .cl-useful-info{
    display:inline-block;
    margin-top:10px;
}

.single-product .cl-style-default .cl-info{
    display:inline-block;
    width:auto;
    padding-right:16px;
    padding-left:16px;
}

@media (max-width:767px){
    .single-product .cl-style-default .cl-info{
        padding:5px 0px !important;
        border:none !important;
        width:100% !important;
    }
}

.single-product .cl-style-default .cl-info.instock{
    border-right-width:1px;
    border-right-style:solid;
}
.single-product .cl-style-default .cl-info:first-child{
    padding-left:0;
}
.single-product .cl-style-default .cl-info i{
    padding-right:8px;
}
.single-product .cl-style-default .cl-info .in-stock i{
    color:#8aba56;
}

.single-product .cl-style-default .cl-info.gift i{
    color:#dd4b39;
}
@media (min-width:1200px){
    .single-product .cl-style-default .cl-product-info .cl-images-wrapper{
        width:100%;
        max-width:560px;
    }
}

.single-product .cl-style-default .cl-product-info .summary{
    padding-left:70px;
    width:100%;
}

@media (min-width:992px){
    .single-product .cl-style-default .cl-product-info .summary{
        max-width:550px;
    }
}

@media (max-width:991px){
    .cl-product-info{
        display:block;
    }
    .cl-product-info .cl-images-wrapper{
        width:100%;
        max-width:none;
    }
    .cl-product-info .summary{
        width:100%;
        padding-left:0;
    }
    .single-product .cl-style-default .cl-product-info .summary{
        padding-left:0;
    }
    .cl-tabs-wrapper, .cl-complete-look{
        width:100%;
    }
    .cl-complete-look{
        margin-top:40px;
    }
}

@media (min-width:992px) and (max-width:1199px){
    .single-product .cl-style-default .cl-product-info .cl-images-wrapper{
        width:50%;
    }
    .single-product .cl-style-default .cl-product-info .summary{
        padding-left:30px;
    }
}




.single-product .cl-style-default .cl-tabs-completelook{
    margin-top:20px;
}

.single-product .cl-complete-look .cross-sells{
    margin-left:-15px;
    margin-right:-15px;
    margin-top:15px;
}




/* Single Style Wide and Vertical Thumbs */



.product-type-grouped .cl-single-add-to-cart-wrapper .button{
    margin-left:0 !important;
    width:100% !important;
}


/* Group Table */
.summary .group_table{
    width:100%;
}
.summary .group_table .thumb{
    padding:0px !important;
    max-width:70px;
}

.summary .group_table tr{
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
    display:flex;
    margin-top:20px;
}

@media (max-width:767px){
    .summary .group_table tr{
        flex-wrap:wrap;
    }
    .summary .group_table .thumb{
        max-width:110px;
        margin:0 auto;
    }
    .woocommerce div.product form.cart .group_table td.label{
        text-align:center;
        justify-content:center;
        padding-top:15px;
    }
    .summary .group_table tr td .add_to_cart_button{
        width:100% !important;
    }

    body[class*=" currency-"] div.product form.cart .group_table td.label .woocs_price_code, body[class*=" currency-"] div.product form.cart .group_table td.label .price{
        justify-content:center;
    }
}

.summary .group_table tr td{
    background:#fff !important;
    width:100%;
}

.summary .group_table tr td .stock{
    display:none;
}
.summary .group_table tr td.label{
    padding-right:5px !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-flow: column;
    padding-bottom: 0px !important;
    line-height: 24px;
}
.summary .group_table tr td.label label{
    display:block;
    line-height:24px;
}
.summary .group_table tr td.label label a{
    color:#262a2c;
    line-height:24px !important;
}

.summary .group_table tr td.label .price *{
    font-size:14px !important;
    line-height:24px;
}

.summary .group_table tr td.label .price del{
    padding-left:5px;
}
.summary .group_table tr td .add_to_cart_button{
        margin:0 !important;
        border-radius:0 !important;
        background:#fff !important;
        color:#262a2c !important;
        line-height:70px;
        text-align:center;
        height:70px !important;
        box-shadow: -10px 0px 20px 0px rgba(0, 0, 0, 0.03); 
        font-size:14px !important;
        
}
@media(min-width:768px){
    .summary .group_table tr td .add_to_cart_button{
        width:80% !important;
    }
}

.summary .group_table tr td.button_cart{
    background:#fff;
    padding-bottom:0 !important;
}
.summary .group_table tr td .qty_container{
    height:100%;
    width:119px;
    float:right;
}
.summary .group_table tr td .qty_container .quantity{
    height:100%;
}
.summary .group_table tr td .qty_container .quantity .input-text{
    height:70px;
    border-top:none;
    border-bottom:none;
    width:100%;
    border-right:none;
}
.summary .group_table tr td .qty_container .quantity:before{
    height:36px;
    line-height:38px;
}
.summary .group_table tr td .qty_container .quantity:after{
    height:34px;
    line-height:38px;
}
.summary .group_table tr td .qty_container label{
    display:none;
}




.single-product .cl-container-div{
    margin-top:80px;
}



@media (max-width:767px){

    .single-product .cl-single-add-to-cart-wrapper{
        display:block !important;
    }
}




.tawcvs-swatches .swatch{
    opacity:1 !important;
    margin-bottom:5px;
}



@media (max-width:991px){

    .single-product .related.products .owl-nav{
        display:none !important;
    }
}


/* Review */
#reviews{
    max-width:100%;
}
#reviews #comments{
    margin-bottom:30px;
}
#reviews #comments p{
    margin:0;
}
.cl-review-info{
    display:flex;
}
.cl-review-info .average{
    
}
.cl-review-info .average span.star{
    
    
}
.cl-review-info .average span.star i{
   
}
.cl-review-info .average span{
    
}
.cl-review-info .leave-review{
    
}

@media (max-width:767px){
    .cl-review-info{
       
    }
    .cl-review-info .average{
        
    }
    .cl-review-info .leave-review{
        display:block;
        width:100%;
    }
}

.cl-review-info .leave-review input[type="submit"]{
    
}

@media (max-width:500px){
    .cl-review-info .leave-review input[type="submit"]{
        position: static !important;
    }
}

.cl-review-info .leave-review form{
    
}

#reviews .inner-content #comments{
    margin-top:70px;
}


@media (min-width:768px){
    table.shop_table .product-thumbnail{
        display:flex;
    }
}



table.shop_table .product-thumbnail > a{
    margin-right:30px;
}

table.shop_table .product-data > a{
    font-size:18px;
}

table.shop_table .product-data{
    position: relative;
    min-width: 200px;
    line-height: 20px;
    display: flex;
    justify-content: center;
    flex-flow: column;
    font-size:14px;
}
table.shop_table .product-data .data{
    margin-top:5px;
}
table.shop_table  .product-data .in-stock i{
    padding-right:8px;
}
table.shop_table .cart_item .product-data > .wishlist{
    margin-top:5px;
}
table.shop_table .cart_item .sold-shipped-by{
    margin-top:5px;
}
table.shop_table .cart_item .sold-shipped-by:first-child{
    margin-top:12px;
}

table.shop_table .cart_item .product-data .meta dl{
    display:inline-block;
    display:flex;
    margin:0;
}
table.shop_table .cart_item .product-data .data{
    display:flex;
}
table.shop_table .cart_item .product-data .meta{
    padding-right:15px;
    border-right-width:1px;
    border-right-style:solid;
    margin-right:15px;
}
table.shop_table .cart_item .product-data .meta dl p{
    margin:0;
    padding:0;
}
table.shop_table .cart_item .product-data .meta dd{
    margin-left:5px;
}

body[class*=" currency-"] table.shop_table .product-price .woocs_price_code, table.shop_table .product-price .price{
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    font-weight:600;
}

table.shop_table .product-price .price ins{
    text-decoration: none;
    font-size:16px;
    line-height:26px;
}

table.shop_table .product-price .price ins .amount{
    display: flex;
    flex-direction: row-reverse;
    font-weight:600;
}
table.shop_table .product-price .price ins{
    font-size:24px;
}

table.shop_table .product-price .price del{
    font-size:18px;
    padding-left:10px;
    color:#c1cad1;
    margin-top:1px;
}

table.shop_table .submit_div{
    position:relative;
    display:block;
    width: 36px;
    height: 36px;;
    margin:10px auto;
}
table.shop_table .update_item_submit{
    display: inline-block;
    width: 36px;
    height: 36px;
    font-size: 20px;
    background: #f2faf9;
    border-radius: 0;
    line-height: 36px;
    text-indent:-99999px;
    border:none;
    float:none;
    opacity:1 !important;
    box-shadow:none;
    padding:0;
}

table.shop_table .submit_div i{
    width:100%;
    position:absolute;
    height:100%;
    left:0;
    color: #80d0c5 !important;
    top:0;
    line-height:36px;
    text-indent:0;
    pointer-events: none;
}
table.shop_table a.remove{
    display: inline-block;
    width: 36px;
    height: 36px;
    font-size: 20px;
    background: #fff2f1;
    border-radius: 0;
    line-height: 36px;
    color: #fe8473 !important;
    position:relative;
    text-indent: -99999px;

}


table.shop_table .woocs_special_price_code, table.shop_table .product-subtotal{
    font-size:24px;
    font-weight:600;
}

.yith-wcwl-add-to-wishlist{
    display:none !important;
}

.quantity .screen-reader-text{
    display:none !important;
}

table.shop_table .off{
    background: #f2faf9;
    padding: 0 6px;
    color: #73bbb1;
    line-height: 24px;
    height: 24px;
    display: inline-block;
}

 .price > .woocommerce-Price-amount,  
 .price .woocs_price_code > .woocommerce-Price-amount{
    font-size:30px;
    font-weight:500;
}

.product-price .price > .woocommerce-Price-amount, 
 .product-price .price .woocs_price_code > .woocommerce-Price-amount{
    font-size:18px !important;
 }

.cart-collaterals{
    width:500px;
    float:right;

}

.shop_table_responsive.cart .actions{
    padding-top:30px;
}
.cart-collaterals h2{
    display: block;
    font-size: 16px !important;
    text-transform: uppercase !important;
    height: 50px !important;
    font-weight:600 !important;
    line-height: 50px !important;
}
.cart-collaterals tr th{
    padding:17px 30px !important;
    border:none !important;

}
.cart-collaterals tr td{
    padding:17px 30px !important;
    text-align:right !important;
    border:none !important;
    font-size:16px !important;
}

.cart-collaterals tr td .woocommerce-Price-amount{
    font-size:16px;
}

.cart-collaterals #shipping_method li{
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
    align-items:center;
    padding-top:0 !important;
    padding-bottom:10px !important;
    position:relative;
}
.cart-collaterals #shipping_method li > *{
    display:inline-block;
}

.cart-collaterals #shipping_method li > input{
    margin-left:15px !important;
}

.cart-collaterals #shipping_method li input[type=radio]:checked + label{
    font-weight:600;
}
.cart-collaterals #shipping_method li .check:before{
    position: absolute;
    pointer-events: none;
    width: 20px;
    height: 22px;
    right: 0;
    top: 50%;
    margin-top: -15px;
    font-family: "codeless-icons";
    font-size: 24px;
    content: "\f765";
    z-index: 9999999;
    color: #8b99a3;
    background: #fff;
}

.cart-collaterals #shipping_method li input[type=radio]:checked ~ .check:before{
    content:"\f01a";
}
.cart-collaterals .order-total td,.cart-collaterals .order-total th {
    border-top-width:1px !important;
    border-top-style:solid !important;
}
.cart-collaterals .order-total th{
    font-size:14px !important;
    font-weight:600 !important;
    padding:12px 30px;
}
.cart-collaterals .order-total td span{
    font-size:24px !important;
    line-height:36px !important;
}

.shipping-calculator-form .select2-container--default .select2-selection--single .select2-selection__arrow{
    height:100%;
}

.shipping-calculator-form span.select2-selection.select2-selection--single{
    height:48px;
}

.shipping-calculator-form .select2-container{
    width: 100% !important;
    border-width: 1px;
    border-style: solid;
}

.shipping-calculator-form button[type="submit"]{
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    height:50px;
    text-align:center;
    text-transform: uppercase;
    line-height:50px;
    border-width:1px;
    border-style:solid;
    box-shadow:none;
    background:#fff;
    font-size:14px;
    font-weight:600;
    width:100% !important;
}

.wc-proceed-to-checkout{
    padding-top:0 !important;
}

.wc-proceed-to-checkout a{
    width:100%;
    height:60px;
    line-height:60px;
    text-align:center;
    padding:0 !important;
    text-transform: uppercase;
    margin-top:20px !important;

}

.wc-proceed-to-checkout .checkout-button:not(.continue-shopping){
    background:#d2cec5 !important;
    color:#fff !important;
    margin-right:20px;
}

.wc-proceed-to-checkout .checkout-button.continue-shopping{
    color:#fff;
}

.wc-proceed-to-checkout .checkout-button.continue-shopping:hover{
    color:#fff !important;
}

.cl-info-checkout{
    font-size:16px;
    display:flex;
    align-items:center;
    margin-bottom:10px;

}
.cl-info-checkout > a{
    border-bottom-width:1px;
    border-bottom-style:dashed;
    line-height:20px;
    margin-left:10px;
}

.cl-info-checkout > i{
    font-size:24px;
    margin-right:10px;

}

.cl-action:focus{
    outline:none !important;
}

form.woocommerce-checkout{
    display:block;
    width:100%;
    margin-top:60px;
}
form.woocommerce-checkout h5{
    text-transform: uppercase !important; 
}
#customer_details{
    width:600px;
    display:inline-block;
    float:left;
}

.your-order{
    margin-left:40px;
    width:505px;
    display:inline-block;
}

form.woocommerce-checkout input,
form.woocommerce-checkout textarea,
form.woocommerce-checkout select,
form.woocommerce-checkout .select2-choice {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-left:16px !important;
}


form.woocommerce-checkout .form-row{
    width:570px;
    max-width:100%;
}

#place_order{
    background: #80d0c5;
    width: 100%;
    text-transform: uppercase;
    font-weight:600;
    color:#fff !important;
    font-size:14px;
    height:50px;
    border:none;
}


.button.checkout.wc-forward{
}

form.woocommerce-checkout #billing_first_name_field, 
form.woocommerce-checkout #billing_last_name_field, 
form.woocommerce-checkout #billing_state_field, 
form.woocommerce-checkout #billing_postcode_field,
form.woocommerce-checkout #billing_phone_field,
form.woocommerce-checkout #billing_email_field{
    width:270px;
    display:inline-block;
}

form.woocommerce-checkout #billing_last_name_field, form.woocommerce-checkout #billing_postcode_field, form.woocommerce-checkout #billing_email_field{
    margin-left:30px;
}

.woocommerce .form-row .select2-container{
    width:100% !important;
    border-bottom-width:1px;
    border-bottom-style:solid;
    height:40px;
}

form.woocommerce-checkout .form-row  .select2-container--default .select2-selection--single .select2-selection__arrow{
    height:100%;
    right:10px;
}

form.woocommerce-checkout .form-row .select2-container .select2-selection--single .select2-selection__rendered{
    padding-left:16px !important;
    color:#262A2C !important;
}

form.woocommerce-checkout .form-row .select2-container--open{
    border:0 !important;
}

.woocommerce-billing-fields__field-wrapper{
    margin-top:20px;
}

#ship-to-different-address span{
    font-weight: 400;
    text-transform: none;
    font-size: 14px;
}
#ship-to-different-address label{
    margin-left:30px;
}

.woocommerce-additional-fields{
    margin-top:45px;
}

.your-order{
    padding:30px 30px; 
    position:relative;
}
.your-order h5{
    margin-bottom:20px;
}

.your-order h5{
    text-align:center;
}

.woocommerce-checkout-review-order-table{
    background:#fff;
    padding:30px;
    padding-top:0;
    border-collapse:initial;
}

.woocommerce-checkout-review-order-table td{
    padding-bottom:20px;
    text-align:left;
}
.woocommerce-checkout-review-order-table td.product-total{
    text-align:right !important;
    
}
.woocommerce-checkout-review-order-table td.product-total span{
    font-size:16px !important;
}

.woocommerce-checkout-review-order-table tfoot th{
    border-bottom-width:1px;
    border-bottom-style:solid;
    font-weight:600 !important;
    color:#8b99a3;
    vertical-align: top;
    padding-top:20px !important;

}
.woocommerce-checkout-review-order-table tfoot td span{
    font-size:16px !important;
    font-weight:600 !important;
}
.woocommerce-checkout-review-order-table tfoot td:last-child{
    text-align:right !important;
    width:50%;
}


.woocommerce-checkout-review-order-table #shipping_method li{
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
    align-items:center;
    padding-top:0 !important;
    padding-bottom:10px !important;
    position:relative;
}
.woocommerce-checkout-review-order-table #shipping_method li > *{
    display:inline-block;
}

.woocommerce-checkout-review-order-table #shipping_method li > input{
    margin-left:15px !important;
}

.woocommerce-checkout-review-order-table #shipping_method li input[type=radio]:checked + label{
    font-weight:600;
}
.woocommerce-checkout-review-order-table #shipping_method li .check:before{
    position:absolute;
    pointer-events: none;
    width:20px;
    height:25px;
    right:0;
    top:50%;
    margin-top:-19.5px;
    font-family:"codeless-icons";
    font-size:24px;
    content:"\f765";
    z-index: 9999999;
    color: #8b99a3;
    background: #fff;
}

.woocommerce-checkout-review-order-table #shipping_method li input[type=radio]:checked ~ .check:before{
    content:"\f01a";
}

.woocommerce-checkout-review-order-table .product-thumbnail{
    display:table-cell !important;
}

.woocommerce-checkout-review-order-table .product-name{
    width: 80%;
    text-align: left !important;
    padding-left: 20px !important;
}

.woocommerce-checkout-review-order-table .order-total th{
    font-size:24px !important;
    font-weight:600 !important;
}

.woocommerce-checkout-review-order-table .order-total th, .woocommerce-checkout-review-order-table .order-total td{
    border:0 !important;
    padding-bottom:0 !important;
}


.payment_methods{
    padding:0;
}
.payment_methods li:not(.woocommerce-notice){
    padding-top:0 !important;
    padding-bottom:10px !important;
    position:relative;
}
.payment_methods li > *{
    display:inline-block;
}
.payment_methods li > label{
    font-size:16px;
}
.payment_methods li > input{
    margin-left:0px !important;
    width:20px;
    height:18px;
    position: relative;
    top: 2px;
}

.payment_methods li input[type=radio]:checked + label{
    font-weight:400;
    color:#262a2c;
}
.payment_methods li .check:before{
    position: absolute;
    pointer-events: none;
    width: 20px;
    height: 20px;
    left: 0px;
    top: 5px;
    font-family: "codeless-icons";
    font-size: 24px;
    content: "\f765";
    z-index: 9999999;
    color: #8b99a3;
    background:#f7f9fb;
    line-height:20px;
}

.payment_methods li input[type=radio]:checked ~ .check:before{
    content:"\f01a";
}
.payment_methods li .payment_box{
    background:#fff;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
    line-height:28px !important;
    color:#727f88 !important;
}
.payment_methods li .payment_box p:first-child{
    margin-top:0;
}

.payment_method_paypal{
    position:relative;
}

.payment_method_paypal img{
    position: absolute !important;
    right: 0;
    top: 0;
}

.payment_method_paypal a{
    line-height: 22px !important;
    padding-top: 5px;
    margin-left: 15px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
}


.woocommerce-order{
    width: 830px;
    margin: 0 auto;
    text-align: center;
}

.woocommerce-order .cl-thankyou-data{
    padding:30px;
}
.woocommerce-order .cl-thankyou-data .woocommerce-order-details{
    margin-top:50px !important;
    width: 430px;
    margin: 0 auto;
    background:#fff;
}
.woocommerce-order .cl-thankyou-data .woocommerce-order-details h2{
    font-size:18px;
    font-weight:600;
    color:#fff;
    text-transform: uppercase;
    background:#d2cec5;
    line-height:70px;
}
.woocommerce-order .cl-thankyou-data .woocommerce-order-details table{
    padding:30px;
    margin-bottom:0;
    border-collapse: initial;
    padding-top:0;
}
.woocommerce-order .cl-thankyou-data .woocommerce-order-details table th{
    padding-top:0;
    font-weight:600;
    text-transform: uppercase;
}

.woocommerce-order .cl-thankyou-data .woocommerce-order-details table thead th{
    display:none;
}

.woocommerce-order .cl-thankyou-data .woocommerce-order-details table th:last-child{
    text-align:right !important;
}

.woocommerce-order .cl-thankyou-data .woocommerce-order-details table td.woocommerce-table__product-name{
    color:#73bbb1;
    font-size:16px;
}

.woocommerce-order .cl-thankyou-data .woocommerce-order-details table td.woocommerce-table__product-total{
    font-size:16px;
    font-weight:bold;
}

.woocommerce-order .cl-thankyou-data .woocommerce-order-details table td:last-child{
    text-align:right !important;
}

.woocommerce-order .cl-thankyou-data .woocommerce-order-details table .wc-item-meta{
    display:none;
}
.woocommerce-order .cl-thankyou-data .woocommerce-order-details table tfoot{
    padding-top:10px;
}

.woocommerce-order .cl-thankyou-data .woocommerce-order-details table tfoot th{
    font-size:14px;
    font-weight:400;
    text-transform: none;
    padding:10px 0 !important;
}

.woocommerce-order .cl-thankyou-data .woocommerce-order-details table tfoot tr:first-child th, 
.woocommerce-order .cl-thankyou-data .woocommerce-order-details table tfoot tr:first-child td{
    padding-top:25px !important;
}
.woocommerce-order .cl-thankyou-data .woocommerce-order-details table tfoot td{
    border:0 !important;
    padding:10px 0 !important;
    font-size:16px;
    font-weight:bold;
}
.woocommerce-order .cl-thankyou-data .woocommerce-order-details table tfoot tr:nth-last-child(2) th, 
.woocommerce-order .cl-thankyou-data .woocommerce-order-details table tfoot tr:nth-last-child(2) td{
    padding-bottom:25px !important;
}
.woocommerce-order .cl-thankyou-data .woocommerce-order-details table tfoot tr:last-child th{
    font-size:24px;
    border-top-width:1px;
    border-top-style:solid;
}
.woocommerce-order .cl-thankyou-data .woocommerce-order-details table tfoot tr:last-child td{
    font-size:24px;
    border-top-width:1px !important;
    border-top-style:solid !important;
}

.woocommerce-order .woocommerce-thankyou-order-received{
    font-size:24px;
    font-weight:600;
    padding-top:0px;
    margin-bottom:45px;
    color:#222;
}


.woocommerce ul.order_details{
    padding:0;
    margin:0;
}

.woocommerce-order .cl-thankyou-data .woocommerce-customer-details{
    display:none;
}

.wishlist-title{
    display:none;
}

.yith-wcwl-share{
    display:none;
}

.wishlist_table tr td.product-thumbnail .product-data a{
    display:block;
    width:100%;
    max-width:none;
}

.wishlist_table tr td .product-data{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

@media (max-width:767px){
    .shop_table.wishlist_table .product-edit, .shop_table.wishlist_table .product-remove{
        display:none;
    }
    .shop_table.wishlist_table .product-add-to-cart{
        display:none;
    }
    .shop_table.wishlist_table td .product-data{
        text-align:left;
    }
}


.woocommerce table.wishlist_table thead th{
    border-top:0 !important;
}

.woocommerce table.wishlist_table th:first-child{
    width:100%;
}

.woocommerce table.wishlist_table th:last-child{
    text-align:right;
}

.woocommerce table.wishlist_table .product-add-to-cart a{
    width:100%;
    background:#80d0c5;
    color:#fff;
    text-align:center;
    font-size:14px;
    text-transform: uppercase;
    font-weight:600;
    width:270px;
    height:56px;
    line-height:56px;
    padding:0;
    margin:0 auto;
}

#customer_login .centered.col-1{
    width: auto !important;
    margin: 0 auto;
}

#customer_login.u-columns{
    display:flex;
    align-items:center;
}
#customer_login.u-columns .col-1{
    width:100%;
}
#customer_login.u-columns .col-2{
    width:100%;
    margin-left:30px;
}
@media (max-width:767px){
    #customer_login.u-columns .col-2{
        margin-left:0px;
    }
}
#customer_login.u-columns .col-2 h5{
    margin-bottom:0px;
    width:100%;
    text-align:center;
}
#customer_login.u-columns .col-2 > span{
    text-align:center;
    display:block;
    margin-bottom:10px;
}
#customer_login.u-columns .col-2 form{
    margin:0 auto;
    width:370px;
    max-width:100%;
}
#customer_login.u-columns .col-1 form{
    width:470px;
}
#customer_login.u-columns h5{
    text-transform: uppercase;
    font-weight:600;
    text-align:center;
    margin-bottom:30px;
    width:470px;
}

#customer_login.u-columns .ywsl-google{
    margin-left:10px;
}

#customer_login.u-columns .login_div{
    background:#f7f9fb;
    padding:50px 45px;
    padding-bottom:25px;
    margin-top:45px;
    border-top:1px solid #dbe1e6;
    position:relative;
}

#customer_login.u-columns .login_div h6{
    text-align:center;
    margin-bottom:15px;
}

#customer_login.u-columns .login_div .or{
    position:absolute;
    border-width:1px;
    border-style:solid;
    width:40px;
    height:40px;
    text-align:center;
    border-radius:50%;
    top:-20px;
    left:50%;
    margin-left:-20px;
    background:#fff;
    line-height:40px;
    color:#727f88;
    font-weight:600;
}
#customer_login.u-columns .login_div .other{
    display:block;
    width:100%;
    margin-top:-10px;
}
#customer_login.u-columns .login_div .other a{
   color:#73bbb1;
}

#customer_login.u-columns .login_div .other label{
    float:right;
}

#customer_login.u-columns .login_div input[type="submit"]{
    text-align:center;
    color:#fff;
    background:#80d0c5;
    height:50px;
    width:100%;
    line-height:50px;
    text-transform:uppercase;
    font-weight:600;
}

#customer_login.u-columns .col-2 form label{
    text-transform: uppercase;
}

#customer_login.u-columns form input[type="submit"]{
    font-size:14px;
}

#customer_login.u-columns .col-2 form input[type="submit"]{
    text-align:center;
    color:#fff;
    background:#fdb551;
    height:50px;
    width:100%;
    line-height:50px;
    text-transform:uppercase;
    font-weight:600;
}
.woocommerce-MyAccount-navigation{
    margin-bottom:40px;
}
.woocommerce-MyAccount-navigation ul{
    padding:0;
    margin:0;
    list-style:none;
    border-bottom-width:1px;
    border-bottom-style:solid;
}

.woocommerce-MyAccount-navigation ul li{
    display:inline-block;
    padding:10px 15px;
    border-bottom:3px solid rgba(0,0,0,0);
}
.woocommerce-MyAccount-navigation ul li.is-active{
    border-bottom:3px solid #262a2c;
}
.woocommerce-MyAccount-navigation ul li a{
    font-weight:600;
}

.woocommerce-MyAccount-content .col2-set.addresses{
    display:flex;
}

.woocommerce-MyAccount-content .col2-set.addresses .woocommerce-Address{
    width:100%;
}

.woocommerce-MyAccount-content h3{
    font-size:18px !important;
    font-weight:bold !important;
    text-transform: uppercase !important;
}
.woocommerce-MyAccount-content label{
    text-transform: uppercase;
}
.woocommerce-MyAccount-content input[type="submit"]{
    background:#80d0c5;
    color:#fff;
    width:300px;
    height:50px;
    text-transform: uppercase;
    font-weight:600;
}
.woocommerce-MyAccount-content .col2-set.addresses .woocommerce-Address .edit{
    line-height:44px;
}
.woocommerce-MyAccount-content .col2-set.addresses .woocommerce-Address.u-column2{
    margin-left:30px;
}


@media(max-width:767px){
    table.shop_table .product-data > .wishlist{
        position:static !important;
    }
    table.shop_table img{
        width:auto !important;
    }
    .woocommerce table.shop_table td:first-child{
        text-align:center;
    }

    table.shop_table .cart_item .product-data .data{
        justify-content: center
    }

     table.shop_table td.actions{
        border:0;
     }
     .woocommerce-cart table.cart td.actions .coupon .input-text{
        float:none;
     }

     .cart-collaterals{
        width:100%;
        float:none;
        margin-top:30px;
     }
}

@media (max-width:1199px){
    #customer_details{
        width:100%;
    }
    form.woocommerce-checkout .form-row{
        width:100% !important;
        margin-left:0 !important;
    }
    .your-order{
        width:100%;
        margin-left:0;
    }
}

@media (max-width:991px){
    #customer_login.u-columns{
        flex-wrap:wrap;
    }
    #customer_login.u-columns .col-1 form{
        margin:0 auto;
    }
    #customer_login .col-2{
        margin-top:30px;
    }
    #customer_login.u-columns h5{
        width:100%;
    }
}

@media (max-width:582px){
    #customer_login.u-columns .col-1 form{
        width:100%;
    }
    a.ywsl-social{
        margin:0;
        display:block;
    }
    #customer_login.u-columns .ywsl-google{
        margin-left:0;
        margin-top:10px;
    }
    .wc-social-login{
        width:228px;
        margin:0 auto;
    }
}
.cl-woocommerce-results-title{
    display:flex;
    margin-top:35px;
    margin-bottom:40px;
}
.cl-woocommerce-results-title .sort-options{
    width:auto;
}

.cl-woocommerce-results-title .sort-options .select2-container{
    border-radius:4px !important;
}

.shop_show_options{
    display:flex;
    align-items:center;
    width:100%;
}
.shop_show_options .grid-options{
    align-self:center;
    padding-left:24px;

}
.shop_show_options .grid-options:first-child{
    padding-left:0;
}

.shop-products .product_item img{
    max-width: 100%;
    margin: 0 auto !important;
    display: inherit;
}


.cl-carousel-items-wrapper .shop-entries{
    margin:0 !important;
}

.shop_show_options .view-options{
    display:flex;
    padding-right:20px;
    border-right:1px solid #262a2c;
    line-height:20px;
    height:20px;
}
.shop_show_options .view-options a{
    padding:0 10px;
}
.shop_show_options .view-options a:first-child{
    padding-left:0px;
}
.shop_show_options .view-options a:last-child{
    padding-right:0;
    padding-top:1px;
}
.shop_show_options .view-options a i{
    font-size:20px;
    color:#c1cad1;
    line-height:20px;
}

.shop_show_options .view-options a.active i{
    color:#262a2c;
}

aside .widget.woocommerce .widget-title{
    font-size:18px !important;
    line-height:28px;
    font-weight:600 !important;
    letter-spacing:0.02em !important;
}
aside .widget.woocommerce .widget-title:after{
    display:none;
}

aside .widget.woocommerce .product-categories{
    list-style:none;
    margin:0;
    padding:0;
}

aside .widget.woocommerce .product-categories li{
    padding:10px 0;
}
aside .widget.woocommerce .product-categories li .children{
    padding-left:15px;
    padding-top:15px;
}
aside .widget.woocommerce .product-categories li:first-child{
    padding-top:0;
}
aside .widget.woocommerce .product-categories li:last-child{
    padding-bottom:0;
}
aside .widget.woocommerce .product-categories li a{
    font-weight:600;
    position: relative;
    line-height:20px;
    display:block;
    letter-spacing: 0.04em;
}

aside .widget.woocommerce .product-categories li a:after{
    content:"\f35f";
    font-family: "codeless-icons";
    font-size:20px;
    position:absolute;
    right:10px;
    top:0;
    line-height:20px;
}

.widget.woocommerce.widget_layered_nav .widget-title,
.widget.woocommerce.widget_price_filter .widget-title{
    color:#262a2c !important;
    text-transform: uppercase !important;
    font-weight:600 !important;
    font-size:14px !important;
    line-height:20px;
    cursor:pointer;
    padding-bottom:0;
    margin-bottom:0;
}
.widget.woocommerce.widget_layered_nav .widget-title:before,
.widget.woocommerce.widget_price_filter .widget-title:before{
    content:"\f142";
    font-family: "codeless-icons";
    font-size:20px;
    color:#262a2c;
    position: absolute;
    top:0; 
    right:0px;
    line-height:20px;
    display:block;
}

.widget.woocommerce.widget_layered_nav .woocommerce-widget-layered-nav-list,
.widget.woocommerce.widget_price_filter > form,
.widget.woocommerce.widget_layered_nav .yith-wcan {
    display:none;
    list-style:none;
    margin:0;
    padding:0;
}

.widget.woocommerce.widget_layered_nav.show-toggle .woocommerce-widget-layered-nav-list,
.widget.woocommerce.widget_price_filter.show-toggle > form,
.widget.woocommerce.widget_layered_nav.show-toggle .yith-wcan{
    display:block;
    margin-top:15px;
}

.widget.woocommerce.widget_price_filter.show-toggle > form{
    margin-top:20px;
}

.widget.woocommerce.widget_layered_nav.show-toggle .widget-title:before,
.widget.woocommerce.widget_price_filter.show-toggle .widget-title:before{
    content:"\f140";
}

.widget.woocommerce.widget_layered_nav,
.widget.woocommerce.widget_price_filter{
    padding:20px 0;
}
.widget.woocommerce.widget_layered_nav ~ .woocommerce.widget_layered_nav,
.widget.woocommerce.widget_price_filter
{
    border-top:1px solid #dbe1e6;
}

.widget.woocommerce.widget_layered_nav .woocommerce-widget-layered-nav-list li, .widget.yith-woocommerce-ajax-product-filter .yith-wcan-list li{
    
    font-size:16px;
    position:relative;
    line-height:24px;
    display:block;
    padding-bottom:10px;
}

.widget.woocommerce.widget_layered_nav .woocommerce-widget-layered-nav-list li:last-child,  .widget.yith-woocommerce-ajax-product-filter .yith-wcan-list li:last-child{
    padding-bottom:0;
}

.widget.woocommerce.widget_layered_nav .woocommerce-widget-layered-nav-list li a,  .widget.yith-woocommerce-ajax-product-filter .yith-wcan-list li a{
    display:inline-block;
    position:relative;
    padding-left:40px;
}

.widget.woocommerce.widget_layered_nav .woocommerce-widget-layered-nav-list li span,  .widget.yith-woocommerce-ajax-product-filter .yith-wcan-list li span{
    color:#c1cad1;
    display:inline-block;
}

.widget.woocommerce.widget_layered_nav .woocommerce-widget-layered-nav-list li a:before,  .widget.yith-woocommerce-ajax-product-filter .yith-wcan-list li a:before{
    position: absolute;
    content:"\f131";
    font-size:24px;
    line-height:24px;
    left:5px;
    top:0;
    font-family: "codeless-icons";
}
.widget.yith-woocommerce-ajax-product-filter .yith-wcan-list li > span{
    display:none;
}
.widget.woocommerce.widget_layered_nav .woocommerce-widget-layered-nav-list li.chosen a:before,  .widget.yith-woocommerce-ajax-product-filter .yith-wcan-list li.chosen a:before{
    content:"\f132";
    color:#262a2c;
    font-family: "codeless-icons";
}
.widget.woocommerce.added_with_js{
    padding-bottom:15px;
}
.widget.woocommerce.added_with_js h3{
    padding:0 !important;
    margin:0 !important;
}


.woocommerce .widget_layered_nav ul.yith-wcan-color li a, .woocommerce-page .widget_layered_nav ul.yith-wcan-color li a, .woocommerce .widget_layered_nav ul.yith-wcan-color li span, .woocommerce-page .widget_layered_nav ul.yith-wcan-color li span{
    border-radius:50%;
    border:0;
    width:24px;
    height:24px;
    margin-right:15px;
    opacity:0.8;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li a:hover, .woocommerce-page .widget_layered_nav ul.yith-wcan-color li a:hover, .woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen a, .woocommerce-page .widget_layered_nav ul.yith-wcan-color li.chosen a, .woocommerce .widget_layered_nav ul.yith-wcan-color li span:hover, .woocommerce-page .widget_layered_nav ul.yith-wcan-color li span:hover, .woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen span, .woocommerce-page .widget_layered_nav ul.yith-wcan-color li.chosen span{
    border:0;
    opacity:1;
    border-radius:50%;
}

.woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen a:before{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    /* transform: rotate(45deg); */
    content: "";
    width: 6px;
    height: 10px;
    display: block;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    position: absolute;
    top: 6px;
    left: 9px;
}

.woocommerce .widget_layered_nav ul.yith-wcan-label li a, .woocommerce-page .widget_layered_nav ul.yith-wcan-label li a, .woocommerce .widget_layered_nav ul.yith-wcan-label li span, .woocommerce-page .widget_layered_nav ul.yith-wcan-label li span{
    background:#fff;
    border:1px solid #dbe1e6;
    color:#8b99a3;
    border-radius:3px;
    padding:6px 12px;
    margin-right:13px;
}

.woocommerce .widget_layered_nav ul.yith-wcan-label li.chosen a{
    border:1px solid #262a2c;
    color:#262a2c;
    background-color:#fff !important;
}

.woocommerce .widget_layered_nav ul.yith-wcan-label li.chosen a:before{
    top: 2px;
    position: relative;
}

.woocommerce .widget_layered_nav ul.yith-wcan-label li a:hover{
    background:#fff;
    border:1px solid #262a2c;
    color:#262a2c;
}
.cl_woocommerce.small_list .shop-entries[data-grid-cols="1"] .product_item{
    width:100%;
}
.cl_woocommerce.small_list .product_item .inner-wrapper{
    display:flex;
    flex-wrap:wrap;
}

.cl_woocommerce.small_list .product_item .inner-wrapper .cl-small-data{
    padding-left:20px;
    width:55%;
}
#content > .fixed-up-sells {
    width: 270px;
    position: absolute;
    right: 75px;
    margin-top: 0;
    height:100%;
}
#content > .fixed-up-sells .up-sells{
    position:sticky;
    position: -webkit-sticky;
    top:40px;
}
#content > .fixed-up-sells .up-sells .product_item{
    width:100%;
}
#content > .fixed-up-sells .up-sells .product_item .inner-wrapper{
    display:flex;
    flex-wrap:wrap;
}

#content > .fixed-up-sells .up-sells .product_item .inner-wrapper .cl-small-data{
    padding-left:20px;
    width:55%;
}

#content > .fixed-up-sells .up-sells .onsale{
    display:none;
}

#content > .fixed-up-sells .up-sells .cl-actions{ display:none; }

#content > .fixed-up-sells .up-sells h5{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 16px;
    margin-top: 6px;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.4px;
    color: #262a2c;
    margin-bottom:20px;
}

#content > .fixed-up-sells .up-sells .cl-price-rating{
    flex-wrap:wrap;
}

@media (max-width:1860px){
    #content > .fixed-up-sells{display:none;}
}


.cl_woocommerce.small_list .cl-price-rating{
    align-items: flex-start;
    flex-direction: column-reverse;
    margin-top:3px;
}
.cl_woocommerce.small_list .cl-price-rating > .price{
    margin-top:10px;
}

.shop-products.name-sale_products .product_item .onsale{
    display:none;
}

.cl_woocommerce a.show-all{
    border-bottom-width:1px;
    border-bottom-style:dotted;
    font-size:16px;
}

.cl_shop_trending > .woocommerce{
    margin:0 -15px !important
}
.cl_shop_trending .shop-entries{
    margin:0 !important;
}
.cl_shop_trending li.product-category{
    padding:0 15px !important;
    width:100%;
}
.cl_shop_trending li.product-category a{
    display: flex;
    align-items: center;
    overflow: hidden;
    position:relative;
}

.cl_shop_trending li.product-category a h3{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:30px;
    background:#262a2c;
    text-align:center;
    text-transform: uppercase;
    font-weight:600;
    font-size:14px;
    color:#fff;
    z-index:9;
    line-height:30px !important;
    letter-spacing: 0.4px
}

.cl_shop_trending li.product-category > a mark{
    display:none;
}


.cl_shop_trending .owl-nav .owl-prev{
    left:-60px;
}
.cl_shop_trending .owl-nav .owl-next{
    right:-60px;
}
.cl_shop_trending .owl-nav [class*=owl-]{
  opacity:0;
}
.cl_shop_trending:hover .owl-nav [class*=owl-]{
  opacity:1;
}
.cl_shop_trending:hover .owl-nav .disabled{
  opacity: 0.5;
}



.shop-products table.variations td.value select, .shop-products table.variations td.value select + .select2{
    display:none;
}


.cl-shop-pagination{

}





.open-filters{
    text-align: right;
    width: 100%;
    display: block;
    font-weight:600;
    font-size:14px;
    margin-top:5px;
}
.open-filters:after{
    content:"[+]";
    padding-left:5px;

}

.open-filters.opened:after{
    content:"[-]";
}
.cl-shop-inpage-filters{
    height:0;
    overflow:hidden;
    background:#f7f9fb;
    -webkit-transition: height .5s  ease;
    -moz-transition: height .5s  ease;
    transition: height .5s ease;
}
.cl-shop-inpage-filters .filters-wrapper{
    display:block;
    padding:5% 7%;

}
.cl-shop-inpage-filters .filters-wrapper .widget{
    width: 30%;
    margin:10px;
    padding:15px;
    height:50px;
    vertical-align: top;
    display:inline-block;
    background:#fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
    border:none !important;
}

@media (max-width:767px){
    .cl-shop-inpage-filters .filters-wrapper .widget{
        width:100%;
    }
}

.cl-shop-inpage-filters .filters-wrapper .widget.show-toggle{
    height:auto;
}
.cl-shop-inpage-filters .filters-wrapper .widget .widget-title{
    position:relative;
}
.cl-shop-inpage-filters .filters-wrapper .widget .widget-title:before{
    content:"\f142";
    font-family: "codeless-icons";
    font-size:20px;
    color:#262a2c;
    position: absolute;
    top:0; 
    right:0px;
    line-height:20px;
    display:block;
}
.cl-shop-inpage-filters .filters-wrapper .widget.show-toggle .widget-title:before{
    content:"\f140";
}

.right-part{
    position: absolute;
    right: 0;
    transform:translateY(-50%);
}


/* Single Select2 Variations */
.variations_select{
    height: 50px;
    line-height: 50px;
    border-width: 1px;
    border-style: solid;
    font-size: 16px;
    text-align: center;
    padding: 0 21px;
    min-width:171px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-top: 3px;
    width:94% !important;
    z-index:0;
}

.variations_select .select2-selection--single, .variations_select .select2-selection--single .select2-selection__rendered{
    height:48px;
    line-height:48px !important;
    text-transform:none !important;
    font-weight:400 !important;
    font-size:16px;
    text-align:left;
}

.variations_select .select2-selection--single .select2-selection__arrow, .variations_select .select2-selection--single .select2-selection__arrow{
    height: 26px;
    position: absolute;
    top: 11px;
    right: 18px;
    width: 26px;
}



/* Up-sells */
.up-sells{
    margin-top:80px;
}
.up-sells h5{
    margin-bottom:10px;
}

.up-sells .star-rating{
    font-size:16px;
}



/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.popup-quick-view{
    max-width: 1100px;
    margin: 25px auto;
    position:relative;
}
.popup-quick-view .cl-style-default .cl-product-info .summary{
    margin-bottom:0;
    padding-left:0;
}

.popup-quick-view .cl-style-default .cl-product-info .summary .nano-content{
    padding-right:30px;
    padding-top:30px;
    padding-bottom:30px;
    padding-left:40px;
}

.popup-quick-view .cl-style-default .cl-product-info .cl-images-wrapper{
    max-width:500px;
}

.popup-quick-view .cl-product-info .woocommerce-product-gallery__wrapper{
    width:500px;
}

.popup-quick-view .cl-product-info{
    background: #fff !important;
}

.scrollbar-div.nano{
    min-height:100%;
}

.popup-quick-view .cl-carousel .owl-nav .owl-prev{
    box-shadow:none;
    width:80px !important;
    height:80px !important;
    background:transparent;
}

.popup-quick-view .cl-carousel .owl-nav .owl-next{
    box-shadow:none;
    width:80px !important;
    height:80px !important;
    background:transparent;
}

.popup-quick-view .cl-carousel .owl-nav .owl-next:after{
    font-family: "codeless-icons-other";
    content:"\e805";
    font-size:96px;
    color:#c1cad1 !important;
    line-height:80px !important;
    left:-8px !important;
}

.popup-quick-view .cl-carousel .owl-nav .owl-prev:after{
    font-family: "codeless-icons-other";
    content:"\e804";
    font-size:96px;
    color:#c1cad1 !important;
    line-height:80px !important;
}

.popup-quick-view .woocommerce-product-gallery{
    margin-bottom:0 !important;
    padding-bottom:0 !important;
}

.popup-quick-view .cl-info.gift{
    display:none;
}

.popup-quick-view .summary:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 18px;
    height: 50px;
    pointer-events: none;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(white));
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    -webkit-transition: opacity .3s ease,-webkit-transform .3s ease;
    transition: opacity .3s ease,-webkit-transform .3s ease;
    transition: transform .3s ease,opacity .3s ease;
    transition: transform .3s ease,opacity .3s ease,-webkit-transform .3s ease;
    -webkit-transition: transform .3s ease,opacity .3s ease;
    transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
}

.popup-quick-view .woocommerce-product-gallery__image:nth-child(n+2){
    display:none !important;
}

.popup-quick-view .owl-nav{
    display:none;
}

.loading-add-cart{
    text-indent: -9999px;
}
.loading-add-cart:after{
    content: "" !important;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid rgba(255,255,255,.3);
    border-left-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 1;
    margin-left: -9px;
    margin-top: -9px;
    transition: opacity 0s ease;
    -webkit-transition: opacity 0s ease;
    opacity: 1;
    animation: load-spin 450ms infinite linear;
    -webkit-animation: load-spin 450ms infinite linear;
    transition: opacity .25s ease;
    -webkit-transition: opacity .25s ease;
}
.cl-actions .loading-add-cart:before{
    display:none !important;
}
.cl-actions .loading-add-cart:after{
    border-left-color: #222;
}

.added-cart-success{
    display: flex !important;
    justify-content: center;
    flex-flow: row-reverse;
}

.added-cart-success:after{
    content:"\f12c";
    font-family: "codeless-icons";
    font-size:20px;
    line-height:18px;
    text-indent:0px !important;
    padding-right:7px;

}



.cl-quick-view.loading i:before{
    content: "" !important;
        width: 18px;
        height: 18px;
        display: inline-block;
        vertical-align: middle;
        border: 1px solid rgba(255,255,255,.3);
        border-left-color: #222;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        opacity: 1;
        margin-left: -9px;
        margin-top: -9px;
        transition: opacity 0s ease;
        -webkit-transition: opacity 0s ease;
        opacity: 1;
        animation: load-spin 450ms infinite linear;
        -webkit-animation: load-spin 450ms infinite linear;
        transition: opacity .25s ease;
        -webkit-transition: opacity .25s ease;
}
.product-type-grouped  > .button_cart .cl-quick-view.loading{
    position:relative;
    text-indent: -9999px;
}
.product-type-grouped  > .button_cart .cl-quick-view:focus{
    outline:0 !important;
}
.product-type-grouped  > .button_cart .cl-quick-view.loading:before{
    content: "" !important;
        width: 18px;
        height: 18px;
        display: inline-block;
        vertical-align: middle;
        border: 1px solid rgba(255,255,255,.3);
        border-left-color: #222;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        text-indent: 0px;
        opacity: 1;
        margin-left: -9px;
        margin-top: -9px;
        transition: opacity 0s ease;
        -webkit-transition: opacity 0s ease;
        opacity: 1;
        animation: load-spin 450ms infinite linear;
        -webkit-animation: load-spin 450ms infinite linear;
        transition: opacity .25s ease;
        -webkit-transition: opacity .25s ease;
}

.product-type-external .single_add_to_cart_button{
    text-transform: uppercase;
    background: #222;
    font-weight: 600;
    font-size: 14px;
    text-align:center;
    width:100%;
}
.product_type_external.button{
    display:none !important;
}

.yith-wcan-loading{
    background:none !important;
    position:relative;
}

.yith-wcan-loading:before{
    content: "" !important;
        width: 64px;
        height: 64px;
        display: inline-block;
        vertical-align: middle;
        border: 2px solid rgba(255,255,255,.3);
        border-left-color: #222;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        opacity: 1;
        margin-left: -9px;
        margin-top: -9px;
        transition: opacity 0s ease;
        -webkit-transition: opacity 0s ease;
        opacity: 1;
        animation: load-spin 450ms infinite linear;
        -webkit-animation: load-spin 450ms infinite linear;
        transition: opacity .25s ease;
        -webkit-transition: opacity .25s ease;
}

.woocommerce-checkout .woocommerce > .ywsl-social{
    display:none;
}



.single-product .flex-direction-nav{
    display:none;
}
.single-product .flex-direction-nav a{
    text-indent: -9999px;

}
.single-product .flex-direction-nav a:focus{
    outline:none;
    border:none;
}
.single-product .flex-direction-nav .flex-prev{
    position: absolute;
    left: 0;
    top: 50%;
}

.single-product .flex-direction-nav .flex-next{
    position: absolute;
    right: 0;
    top: 50%;
}

.single-product .flex-direction-nav .flex-prev:before{
    content: "\e804";
    font-family: 'codeless-icons-other';
    text-indent: 0px !important;
    position: absolute;
    width: 96px;
    height: 96px;
    left: 5px;
    top: 50%;
    line-height: 96px;
    margin-top: -48px;
    font-size: 96px;
    color:#c1cad1;
    opacity:0.6;
    -webkit-transition: opacity 0.33s ease-in-out;
    -moz-transition: opacity 0.33s ease-in-out;
    transition: opacity 0.33s ease-in-out;
}

.single-product .flex-direction-nav .flex-next:before{
    content: "\e805";
    font-family: 'codeless-icons-other';
    text-indent: 0px !important;
    position: absolute;
    width: 60px;
    height: 60px;
    left: auto;
    right:40px;
    top: 50%;
    line-height: 96px;
    margin-top: -48px;
    font-size: 96px;
    color:#c1cad1;
    opacity:0.6;
    -webkit-transition: opacity 0.33s ease-in-out;
    -moz-transition: opacity 0.33s ease-in-out;
    transition: opacity 0.33s ease-in-out;
}

.single-product .flex-direction-nav a:hover:before{
    opacity: 1;
}

[name="apply_coupon"]{
    font-weight: 600 !important;
    text-transform: uppercase;
    font-size: 14px;
}

#select2-calc_shipping_country-results{
    max-height:300px !important;
}

#calc_shipping_country + .select2-container, .calc_shipping_country_dropdown .select2-dropdown{
    width:200px !important;
}

.select2-container .select2-results{
    max-height:350px !important;
}

#order_comments{
    padding-top:10px;
}

.woocommerce-checkout-review-order-table  td, .woocommerce-checkout-review-order-table  th{
    padding:20px 0 !important;
}

.thankyou-button{
    background: #80d0c5;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 14px;
    width: 370px;
    margin-bottom: 30px !important;
    line-height: 30px;
}
.thankyou-button i{
    padding-left:5px;
}


.wishlist .add_to_wishlist.added_to_cart{
    padding-top:0;
}

.return-to-shop a{
    background: #262A2C;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 14px;
}

.single_variation_wrap .woocommerce-variation-availability{
    margin-top:-20px;
    display:none;
}



body.tax-product_cat .shop-products .woocommerce-loop-category__title{
    margin-top:15px;
}

body.tax-product_cat .shop-products .woocommerce-loop-category__title mark{
    font-size: 14px !important;
    line-height: 26px !important;
    font-weight: 600 !important;
    background: none;
}


.cl-catalog-mode .add_to_cart_button{
    display:none !important;
}

.cl-catalog-mode .cl-single-add-to-cart-wrapper{
    display:none !important;
}


.product_item.outofstock .cl-thumb-wrapper > .overlay{
    opacity: 1;
    background: rgba(255,255,255,0.5) !important;
}
.shop_attribute_single{
    margin-top:30px;
}
.shop_attribute_single h5{
    text-transform: uppercase !important; 
}
.shop_attribute_single ul{
    padding:0;
    margin-top:5px;
}
.shop_attribute_single p{
    margin-top:0;
    margin-bottom:0;
}

.product_item .desc{
    text-align:center;
    padding:0 30px;
}

.group_table .label .price{
    margin-top:0px !important;
    margin-bottom:0px !important;
}