/*
/*
Theme Name: Taner
Theme URI: N/A
Author: Md. Foridul Islam
Author URI: N/A
Description: A custom wordpress theme for Taner.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Html5, Css3, PHP5, Custom post type, Blog, Wpml
Text Domain: taner
*/

@import url('css/main.all.css');
.banner-slide-item video{
    width: 100%;
    height: auto;
}
.banner-slide-item img{
    width: 100%;
}
#map1,
#map2{
	height: 300px;
    //display: none;
}
body.home .pswp.jet-woo-product-gallery-pswp{
	display: none;
}
.organize-items ul li{
    visibility: hidden;
}
ul.grd-items-wrap li .woocommerce-product-rating,
.related-post-slide-item .woocommerce-product-rating {
    display: inline-block;
}
ul.grd-items-wrap li .star-rating,
.related-post-slide-item .star-rating {
    overflow: hidden;
    position: relative;
    height: 1.618em;
    width: 5.3em;
    font-family: star;
    text-align: center;
}

.woocommerce ul.grd-items-wrap li span.rating,
.related-post-slide-item span.rating {
    display: none;
}
.woocommerce ul.products li.product .star-rating,
.related-post-slide-item .star-rating{
    font-size: 18px !important; 
}

ul.grd-items-wrap li .star-rating:before {
    content: "\53\53\53\53\53";
    opacity: .25;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

ul.grd-items-wrap li .star-rating > span,
.related-post-slide-item .star-rating > span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
    font-family: star;
    margin: 0;
    width: 100% !important;
}
ul.grd-items-wrap li .star-rating > span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: #FFD203
}
.single-product.woocommerce .star-rating > span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: relative;
    color: #FFD203;
    padding-top: 1.5em;
}
.woocommerce ul.grd-items-wrap li .star-rating > span {
    left: 2px;
}
.woocommerce ul.products li.product .star-rating::before {
    color: #53257F !important;
    left: 2px !important;
    opacity: .25 !important;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 100% !important;
}
.woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a, .woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a {
    float: none; 
    width: initial; 
    margin-right: 0 !important; 
    margin-bottom: 0 !important;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 100% !important;
    margin-bottom: 0 !important;
}
.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 0 !important;
}
.single-product.woocommerce .woocommerce-product-rating .star-rating {
    margin: .9em 0px 0 0 !important;
}

/**
Mini cart
*/
.dropdown-cart-button {
    font-weight: normal;
    min-height: 35px;
    border: 1px solid transparent;
    text-align: left;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 10 !important;
    overflow: visible;
    display: inline-block;
    background: transparent;
}
.dropdown-cart-button .dropdown-total {
    display: block;
    line-height: 18px;
    padding: 7px 5px 7px 32px;
    background: url(images/cart-violet-icon.png) no-repeat top left transparent;
    outline: 0;
    position: relative;
}
.dropdown-cart-button .dropdown-total:after{
    content: "";
    background: url(images/arrow-down-cart.png) no-repeat;
    width: 24px;
    height: 14px;
    position: absolute;
    left: 4px;
    bottom: -9px;
    opacity: 0;
    transition: all 0.5s;
}
.cart-slidedown .dropdown-cart-button .dropdown-total:after{
    opacity: 1;
}
.dropdown-cart-button .dropdown-total .howmanyitem {
    position: absolute;
    left: 8px;
    top: -9px;
    font-size: 12px;
    height: 18px;
    width: 18px;
    background: #fff;
    color: #53257f;
    border-radius: 50%;
    text-align: center;
    line-height: 1.5;
    font-weight: 500;
    padding: 0;
}
.dropdown-cart-button .dropdown {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-top: 2px solid #13d0ca;
    padding: 13px 13px 5px 10px;
    width: 350px;
    margin-top: 9px;
    border-radius: 0 0 15px 15px;
}
.dropdown-cart-button .dropdown .cart_list{
    padding: 0 0 15px 0;
}
.dropdown-cart-button .dropdown .cart_list li{
    padding: 13px 0;
    border-bottom: 1px solid #dbdbdb;
    display: table;
}
.dropdown-cart-button .dropdown .cart_list a{
    font-size: 14px;
    display: table;
}
.dropdown-cart-button .dropdown .cart_list li a span{
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    line-height: 1;
    color: #474747;
}
.dropdown-cart-button .dropdown .cart_list img{
    width: 60px;
    border: 1px solid #66e0dc;
    border-radius: 5px;
    margin-right: 6px;
}
.dropdown-cart-button .dropdown .buttons,
.dropdown-cart-button .dropdown .total{
    padding-left: 3px;
}
.dropdown-cart-button .dropdown .total{
    padding-bottom: 25px;
}
.woocommerce-mini-cart__total strong{
    font-size: 16px;
    color: #53257f;
}
.woocommerce-mini-cart__total .woocommerce-Price-amount,
.woocommerce-mini-cart__total .woocommerce-Price-amount span{
    font-size: 20px;
    color: #db4386;
}
.dropdown-cart-button .dropdown .buttons a{
    font-size: 17px;
    height: 40px;
    font-family: 'latoblack';
}
.close-mini-cart{
    text-align: right;
}
.close-mini-cart span{
    color: #bcbcbc;
    cursor: pointer;
    height: 17px;
    width: 17px;
    background: url(images/cart-close-icon.png) no-repeat;
    padding: 0;
}

body .widget_shopping_mini_cart_content div.dropdown.dropdown-right{
    display: block!important;
    transform: scale3d(1, 0, 1);
    -ms-transform: scale3d(1, 0, 1);
    -webkit-transform: scale3d(1, 0, 1);
    opacity: 0;
    transform-origin: top;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transition: all 0.5s;
}
body .widget_shopping_mini_cart_content.cart-slidedown div.dropdown.dropdown-right{
    opacity: 1;
    transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    transform-origin: top;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
}
/*--Start-Mine--*/
#billing_no_outdoor_field {
	width: 33.33% !important;
	float: left !important;
}
#account_password_field {
	float: left !important;
	width: 50% !important;
}
#billing_estado {
	padding: 8px 20px !important;
	border: 1px solid #ffedb1;
	border-radius: 50px !important;
	height: 40px !important;
	font-size: 16px !important;
	line-height: 18px !important;
	color: #9fa1a3 !important;
	outline: none !important;
	position: relative !important;
	z-index: 2 !important;
	background: transparent !important;
	background-image: url("images/ar-m.jpg") !important;
	background-position: right .45em top 50% !important;
	background-repeat: no-repeat !important;
	padding-right: 1.4em !important;
	background-size: auto 8px !important;
}
#billing_coloni {
	padding: 8px 20px !important;
	border: 1px solid #ffedb1;
	border-radius: 50px !important;
	height: 40px !important;
	font-size: 16px !important;
	line-height: 18px !important;
	color: #9fa1a3 !important;
	outline: none !important;
	position: relative !important;
	z-index: 2 !important;
	background: transparent !important;
	background-image: url("images/ar-m.jpg") !important;
	background-position: right .45em top 50% !important;
	background-repeat: no-repeat !important;
	padding-right: 1.4em !important;
	background-size: auto 8px !important;
}
#additional_estado {
	padding: 8px 20px !important;
	border: 1px solid #ffedb1;
	border-radius: 50px !important;
	height: 40px !important;
	font-size: 16px !important;
	line-height: 18px !important;
	color: #ddd !important;
	outline: none !important;
	position: relative !important;
	z-index: 2 !important;
	background: transparent !important;
	background-image: url("images/ar-m.jpg") !important;
	background-position: right .45em top 50% !important;
	background-repeat: no-repeat !important;
	padding-right: 1.4em !important;
	background-size: auto 8px !important;
}
#additional_muncipia {
	padding: 8px 20px !important;
	border: 1px solid #ffedb1;
	border-radius: 50px !important;
	height: 40px !important;
	font-size: 16px !important;
	line-height: 18px !important;
	color: #9fa1a3 !important;
	outline: none !important;
	position: relative !important;
	z-index: 2 !important;
	background: transparent !important;
	background-image: url("images/ar-m.jpg") !important;
	background-position: right .45em top 50% !important;
	background-repeat: no-repeat !important;
	padding-right: 1.4em !important;
	background-size: auto 8px !important;
}
#my_custom_additional input::placeholder {
	color: #888a8c !important;
}
#additional_cp_field {
	width: 33% !important;
	float: left;
}
#additional_name_of_who_provide_field {
	width: 50% !important;
	float: left;
}
#additional_colonia {
	padding: 8px 20px !important;
	border: 1px solid #ffedb1;
	border-radius: 50px !important;
	height: 40px !important;
	font-size: 16px !important;
	line-height: 18px !important;
	color: #ddd !important;
	outline: none !important;
	position: relative !important;
	z-index: 2 !important;
	background: transparent !important;
	background-image: url("images/ar-m.jpg") !important;
	background-position: right .45em top 50% !important;
	background-repeat: no-repeat !important;
	padding-right: 1.4em !important;
	background-size: auto 8px !important;
}

#additional_calle_field {
	width: 100% !important;
	float: left;
}
#shipping_estado {
	padding: 8px 20px !important;
	border: 1px solid #ffedb1;
	border-radius: 50px !important;
	height: 40px !important;
	font-size: 16px !important;
	line-height: 18px !important;
	color: #ddd !important;
	outline: none !important;
	position: relative !important;
	z-index: 2 !important;
	background: transparent !important;
	background-image: url("images/ar-m.jpg") !important;
	background-position: right .45em top 50% !important;
	background-repeat: no-repeat !important;
	padding-right: 1.4em !important;
}
#shipping_muncipio {
	padding: 8px 20px !important;
	border: 1px solid #ffedb1;
	border-radius: 50px !important;
	height: 40px !important;
	font-size: 16px !important;
	line-height: 18px !important;
	color: #ddd !important;
	outline: none !important;
	position: relative !important;
	z-index: 2 !important;
	background: transparent !important;
	background-image: url("images/ar-m.jpg") !important;
	background-position: right .45em top 50% !important;
	background-repeat: no-repeat !important;
	padding-right: 1.4em !important;
	background-size: auto 8px !important;
}
#shipping_country_field {
	display: none !important;
}
#shipping_between_street_field {
	float: left;
	width: 100% !important;
}
#shipping_teliphone_field {
	float: left !important;
	width: 50% !important;
}
.woocommerce-shipping-fields #shipping_state_field {
	display: none !important;
}
#shipping_coloni {
	padding: 8px 20px !important;
	border: 1px solid #ffedb1;
	border-radius: 50px !important;
	height: 40px !important;
	font-size: 16px !important;
	line-height: 18px !important;
	color: #ddd !important;
	outline: none !important;
	position: relative !important;
	z-index: 2 !important;
	background: transparent !important;
	background-image: url("images/ar-m.jpg") !important;
	background-position: right .45em top 50% !important;
	background-repeat: no-repeat !important;
	padding-right: 1.4em !important;
	background-size: auto 8px !important;
}
#shipping_estado_field {
	width: 33.33% !important;
	float: left !important;
}
#billing_between_street_field {
	float: left;
	width: 100% !important;
}
#billing_delivery_observations_field {
	width: 100% !important;
	float: left;
}
#shipping_calle_field {
	float: left;
	width: 100% !important;
}
#billing_muncipio {
	padding: 8px 20px !important;
	border: 1px solid #ffedb1;
	border-radius: 50px !important;
	height: 40px !important;
	font-size: 16px !important;
	line-height: 18px !important;
	color: #ddd !important;
	outline: none !important;
	position: relative !important;
	z-index: 2 !important;
	background: transparent !important;
	background-image: url("images/ar-m.jpg") !important;
	background-position: right .45em top 50% !important;
	background-repeat: no-repeat !important;
	padding-right: 1.4em !important;
	background-size: auto 8px !important;
}
#billing_country_field {
	display: none !important;
}
/*--End-Mine--*/


/*<-- min cart*/
.woocommerce-cart-form .quantity input {
    width: 100% !important;
    height: 100% !important;
}
.woocommerce-cart-form .quantity-button.quantity-down,
.woocommerce-cart-form  .quantity-button.quantity-up {
    line-height: 50px;
}

.register .u-column1.col-1,
.hide-register .u-column2.col-2 {
    display: none;
}
.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals {
    float: none !important;
    width: inherit !important;
}

.small-add-inner{
    background: url(images/round3.png);
    background-repeat: no-repeat;
    height: 174px;
    width:230px;
    display:inline-block;
    position:relative;
    
}
.small-add-inner h2 {
    font-size: 23.58px;
    text-align: center;
    font-family: 'LatoBlackItalic';
    color: #ffd535;
    margin-top: 31px;
    text-transform: uppercase;
}
.small-add-inner a.small-add-link {
    position: absolute;
    bottom: 30px;
    left: 50%;
    background: #13D0CA;
    display: inline-block;
    color: #53257F;
    font-family: 'LatoBlackItalic';
    text-transform: uppercase;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    width: 130px;
    border-radius: 500px;
    font-style: italic;
    text-decoration: none;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
}
.small-add-inner a.small-add-link:hover{
    background:#ffd535;
    color:#53257f;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
    
}
.related-posts-slider .related-post-slide-item .grd-item img{
    max-width: 180px;
}
.easy_youtube_gallery.col-3 .eytg-item{
    padding: 10px;
}
.easy_youtube_gallery.col-3 .eytg-item span{
    box-shadow: 0 0 5px 0 #eee;
}
#banner-slider .banner-slide-item,
.add-slider .adds-item,
.related-posts-slider .related-post-slide-item{
display: none;
}
#banner-slider .banner-slide-item:first-child,
.add-slider .adds-item:first-child,
.related-posts-slider .related-post-slide-item:first-child{
display: block;
}
#banner-slider.slick-initialized .banner-slide-item,
.add-slider.slick-initialized .adds-item,
.related-posts-slider.slick-initialized .related-post-slide-item{
display: block;
}

/**
Hide Cart feature
exclusive-offers-section.php, 92
woo-custom-plugin.php, 66, 159, 166
related-box-product.php, 57
single-product.php, 116
*/
.nav-bar-shoping-cart {
    max-width: 160px;
    width: 100%;
}
.dgwt-wcas-tpd-image, .dgwt-wcas-pd-image{
    border: 1px solid #13d0ca;
}
.dgwt-wcas-pd-desc{display: none;}
body .dgwt-wcas-tpd-rest .product-title{
    text-overflow: initial;
    white-space: initial;   
}
.xs-hdr-topbar-cart:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
}
.orderby > option[value^="rating"],
.orderby > option[value^="date"],
.orderby > option[value^="price"],
.orderby > option[value^="price-desc"], 
body .gear-dropdown-con .login-register,
.xs-hdr-topbar-cart{
    //display: none;
}
aside .sidebar-mas-btn{display: none;}

/*.nav-bar-shoping-cart-inr, body .tpprice span, .cp-product-buy, span.woocommerce-Price-amount, .add_to_cart_inline{
    display: none;
}*/



.mslider + .exclusive-offers-section{
    padding-top: 60px;
}
.mslider{
    padding: 40px 0 20px;
	background: #ededed url(images/gray-sec-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.mslider-item-left{
    width: 50%;
    float: left;
    padding-right: 90px;
}
.mslider-item-right{
    width: 50%;
    float: left;
    padding-left: 15px;
}
.mslider-wrap{
    margin-top: 50px;
}
.mini-mslider-wrap-inner .slick-list{
    box-shadow: 3px 3px 5px rgba(0,0,0,0.1);
}
.mslider-item-right-cn p{
    margin-bottom: 20px;
}
.mslider .slick-dotted.slick-slider{
    margin-bottom: 0;
}
.mslider-wrap .slick-slide img{width: 100%;}
.mslider-item-left iframe {
    max-width: 100%;
    width: 100%;
    display: block;
    vertical-align: top;
}
.mslider .yellow-bdr-sec-hdr h2{
    color: #dc4386;
    margin-bottom: 10px;
}
.mslider .sec-hdr{
    overflow: hidden;
}
.mslider-title-sep{
    text-align: center;
    position: relative;
    height: 56px;
    overflow: hidden;   
}
.mslider-title-sep img{
    max-width: inherit;
    position: absolute;
    height: 56px;
    transform: translateX(-50%);
    left: 50%;    
}

/**
Woo
*/
.h-mas-btn{
    display: none!important;
}
body .woocommerce-message {
    max-width: 1240px;
    padding-left: 50px;
    padding-right: 20px;
    margin: 0 auto;
}

#offers-tab-slider-1 button.slick-arrow,
#offers-tab-slider-2 button.slick-arrow,
#offers-tab-slider-3 button.slick-arrow,
#offers-tab-slider-4 button.slick-arrow,
#offers-tab-slider-5 button.slick-arrow,
#offers-tab-slider-6 button.slick-arrow{
    width: 26px;
    height: 74px;    
}
#offers-tab-slider-1 button.slick-next,
#offers-tab-slider-2 button.slick-next,
#offers-tab-slider-3 button.slick-next,
#offers-tab-slider-4 button.slick-next,
#offers-tab-slider-5 button.slick-next,
#offers-tab-slider-6 button.slick-next{
    right: 0;
    z-index: 9;
}
#offers-tab-slider-1 button.slick-prev,
#offers-tab-slider-2 button.slick-prev,
#offers-tab-slider-3 button.slick-prev,
#offers-tab-slider-4 button.slick-prev,
#offers-tab-slider-5 button.slick-prev,
#offers-tab-slider-6 button.slick-prev{
    left: 0;
    z-index: 9;
}
#offers-tab-slider-1 button.slick-prev:before,
#offers-tab-slider-2 button.slick-prev:before,
#offers-tab-slider-3 button.slick-prev:before,
#offers-tab-slider-4 button.slick-prev:before,
#offers-tab-slider-5 button.slick-prev:before,
#offers-tab-slider-6 button.slick-prev:before{
    font: normal normal normal 74px/1 FontAwesome;
    content: "\f104";
    color: #808080;
    opacity: 1;
    font-weight: 100;
}
#offers-tab-slider-1 button.slick-next:before,
#offers-tab-slider-2 button.slick-next:before,
#offers-tab-slider-3 button.slick-next:before,
#offers-tab-slider-4 button.slick-next:before,
#offers-tab-slider-5 button.slick-next:before,
#offers-tab-slider-6 button.slick-next:before{
    font: normal normal normal 74px/1 FontAwesome;
    content: "\f105";
    color: #808080;
    opacity: 1;
    font-weight: 100;
}
#offers-tab-slider-1 button:hover:before,
#offers-tab-slider-1 button:focus:before,
#offers-tab-slider-2 button:hover:before,
#offers-tab-slider-2 button:focus:before,
#offers-tab-slider-3 button:hover:before,
#offers-tab-slider-3 button:focus:before,
#offers-tab-slider-4 button:hover:before,
#offers-tab-slider-4 button:focus:before,
#offers-tab-slider-5 button:hover:before,
#offers-tab-slider-5 button:focus:before,
#offers-tab-slider-6 button:hover:before,
#offers-tab-slider-6 button:focus:before{
    color: #53257f;
}
.optional-text {
    padding: 0 0 20px 15px;
    background: url(images/list-icon.png);
    background-repeat: no-repeat;
    background-position: left 3px;
    color: #888a8c;
    font-size: 14px;
    display: inline-block;
}
.optional-text span {
    color: #61328e;
    font-style: italic;
}

.cart_totals .cart-subtotal .tax_label,
.dcoms-order-review-table .tax_label,
.tax-rate.tax-rate-mx-iva-1 small{
    display: none!important;
}
.woocommerce-checkout-review-order-table #shipping_method{
    margin-top: 15px!important;
}
.woocommerce-checkout-review-order-table #shipping_method li{
    display: block;
    margin-bottom: 25px!important;
}
.woocommerce-checkout-review-order-table #shipping_method input[type='radio']{
    width: 50px;
    float: right;
}
.woocommerce-checkout-review-order-table #shipping_method label{
    display: inline-block!important;
    padding-top: 7px;
    padding-right: 15px;
}


.cart_totals.calculated_shipping tr.shipping td{
    padding-left: 0!important;
}
.cart_totals.calculated_shipping tr.shipping li input{
    max-width: 20px!important;
    margin-top: 7px!important;
}
.cart_totals.calculated_shipping tr.shipping li label{
    font-size: 15px;
}

.variation-custom-data-key{
    color: #db4386;
    display: block!important;
    width: 100%!important;
}
.variation-custom-data{
    color: #53257f;
    padding-bottom: 0.20em!important;
    margin-bottom: 0!important;
}
.variation-custom-data .quantity-variation-data{
    color: #13d0ca;
}
.variation-custom-data .quantity-variation-data:before{
    /*content: "-";*/
    /*display: inline-block;*/
    /*padding-right: 5px;*/
}
.variation-custom-data p{
    display: inline-block;
    margin-left: 5px!important;
}

.nav-bar-shoping-cart-inr span.quantity-variation-data{
    font-size: 12px;
    line-height: 17px;
}
.woocommerce td.product-name dl.variation dt{
    font-size: 14px;
}
.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dd p{
    font-size: 14px;
}
#fl-card-page-con-wrap .woocommerce-cart-form table tbody td.product-name a,
.dropdown-cart-button .dropdown .cart_list a .mcpn{
    color: #53257f;
    font-weight: bold;
}

.dcoms-order-review-table .variation .variation-custom-data p{
    float: none;
    width: auto;
    display: inline-block;
    max-width: 150px;
}
.checkout.woocommerce-checkout #shipping_method li{
    /*display: none;*/
}
#shipping_method li .woocommerce-Price-amount{
    display: none;
}
.woocommerce-MyAccount-navigation-link--downloads{
    display: none;
}
.woocommerce-orders-table__cell-order-date{
    text-transform: capitalize;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
    padding: 8px 20px !important;
    border: 1px solid #ffedb1;
    border-radius: 50px !important;
    font-size: 16px !important;
    line-height: 18px !important;
}
body.woocommerce-checkout .woocommerce-form-login{
    text-align:center;
}
.woocommerce-form-login.login .form-row .woocommerce-form__label-for-checkbox input{
    width: 20px;
    height: 20px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 15px;
}
.woocommerce-form-login.login .form-row .woocommerce-form__label-for-checkbox{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    margin-top: 15px;
    margin-bottom: 15px;
}
/*#shipping_method label[for="shipping_method_0_flat_rate8"] .woocommerce-Price-amount.amount{*/
/*    display: none;*/
/*}*/
.woocommerce-checkout-review-order-table .table-footer ul.subtotal-ul li{
    display: flex;
    flex-flow: column wrap;
}
.woocommerce-checkout-review-order-table .table-footer ul.subtotal-ul .cart-subtotal{
    order: 1;
    padding-right: 25px;
}
.woocommerce-checkout-review-order-table .table-footer ul.subtotal-ul .tax-rate{
    order: 2;
    padding-right: 25px;
}
.woocommerce-checkout-review-order-table .table-footer ul.subtotal-ul  .checkoutShipping{
    order: 3;
    border-top: 1px solid #e0d9e7;
    border-bottom: 1px solid #e0d9e7;
    padding-top: 15px;
    margin-top: 15px;
    padding-right: 25px;
}
.woocommerce-checkout-review-order-table .table-footer ul.subtotal-ul  #shipping_method{
    border-bottom: 0;
}
.woocommerce-checkout-review-order-table .table-footer ul.subtotal-ul{
    padding: 15px 0;
    border-bottom: 0;
}

.woocommerce-checkout-review-order-table .table-footer ul.subtotal-ul  .checkoutShipping [type="radio"]:checked,
.woocommerce-checkout-review-order-table .table-footer ul.subtotal-ul  .checkoutShipping [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.woocommerce-checkout-review-order-table .table-footer ul.subtotal-ul  .checkoutShipping [type="radio"]:checked + label,
.woocommerce-checkout-review-order-table .table-footer ul.subtotal-ul  .checkoutShipping [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-right: 28px!important;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    font-family: 'LatoRegular';
    line-height: 5px;
}
.woocommerce-checkout-review-order-table .table-footer ul.subtotal-ul  .checkoutShipping [type="radio"]:checked + label:before,
.woocommerce-checkout-review-order-table .table-footer ul.subtotal-ul  .checkoutShipping [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #53257f;
    border-radius: 100%;
    background: #fff;
}
.woocommerce-checkout-review-order-table .table-footer ul.subtotal-ul  .checkoutShipping [type="radio"]:disabled + label:before{
    opacity: 0.2;
    cursor: not-allowed;
}
.woocommerce-checkout-review-order-table .table-footer ul.subtotal-ul  .checkoutShipping [type="radio"]:checked + label:after,
.woocommerce-checkout-review-order-table .table-footer ul.subtotal-ul  .checkoutShipping [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #13d0ca;
    position: absolute;
    top: 3px;
    right: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.woocommerce-checkout-review-order-table .table-footer ul.subtotal-ul  .checkoutShipping [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.woocommerce-checkout-review-order-table .table-footer ul.subtotal-ul  .checkoutShipping [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.woocommerce-checkout-review-order-table .table-footer ul.all-total-ul{
    border-top: 0;
}
#cart-collaterals table tbody tr th{
    width: 35%;
}
#cart-collaterals table tbody tr td{
    padding-left: 0;
}


#cart-collaterals #shipping_method [type="radio"]:checked,
#cart-collaterals #shipping_method [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
#cart-collaterals #shipping_method [type="radio"]:checked + label,
#cart-collaterals #shipping_method [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px!important;
    display: block;

}
#cart-collaterals #shipping_method [type="radio"]:checked + label:before,
#cart-collaterals #shipping_method [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 30%;
    width: 18px;
    height: 18px;
    border: 1px solid #53257f;
    border-radius: 100%;
    background: #fff;
}
#cart-collaterals #shipping_method [type="radio"]:disabled + label:before{
    border: 1px solid rgba(83, 37, 127, 0.51);
    cursor: not-allowed;
}
#cart-collaterals #shipping_method [type="radio"]:checked + label:after,
#cart-collaterals #shipping_method [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #13d0ca;
    position: absolute;
    top: 35%;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#cart-collaterals #shipping_method [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
#cart-collaterals #shipping_method [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
#submit-payment{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.woocommerce-table__product-name.product-name .wc-item-meta{
    display: flex;
    flex-flow: column;
}
.woocommerce-table__product-name.product-name .wc-item-meta li{
    display: flex;
    flex-flow: row wrap;
}
.cart-discount{
    padding-right: 25px;
}
body #ship-to-different-address{
    display: none!important;
}
#my_custom_additional .additional-term-con .optional{
    display: none;
}
.woocommerce-remove-coupon{
    display: none;
}
.contact-us-col ul li strong{
    color: #ffd135;
}
.contact-us-col ul{
    margin-bottom: 25px;
}
.contact-us-col{
    width: 21%;
}



.wpsisac-slick-slider.wpsisac-prodesign-3 .wpsisac-slider-short-content{
    min-width: 420px;
    background-color: transparent;
}
.wpsisac-slick-slider.wpsisac-prodesign-3 .wpsisac-slider-content{
    left: auto;
    right: auto;
    padding: 0;
}
.wpsisac-slick-slider.wpsisac-image-fit .wpsisac-img-wrap{
    height: 420px;
}
body .wpsisac-slick .slick-dots{
    bottom: 50px!important;
}
.wpsisac-slick-slider.wpsisac-prodesign-3 .wpsisac-slider-short-content p{
    color: #ffd135!important;
}
.wpsisac-slick-slider .slick-arrow{
    top: 36%;
}
.wpsisac-slick button.slick-prev, .wpsisac-slick button.slick-prev:active, .wpsisac-slick button.slick-prev:focus, .wpsisac-slick button.slick-prev:hover{
    background: rgba(0,0,0,0) url(/wp-content/plugins/wp-slick-slider-and-image-carousel-pro/assets/images/arrow-left.png) center center no-repeat;
    opacity: 0.3;
    left: -25px;
    border: none!important;
}
.wpsisac-slick .slick-next, .wpsisac-slick button.slick-next:active, .wpsisac-slick button.slick-next:focus, .wpsisac-slick button.slick-next:hover{
    background: rgba(0,0,0,0) url(/wp-content/plugins/wp-slick-slider-and-image-carousel-pro/assets/images/arrow-right.png) center center no-repeat;
    opacity: 0.3;
    right: -30px;
    border: none!important;
}
body .wpsisac-slick .slick-dots li button,
body .wpsisac-slider-nav .slick-dots li button{
    border: none;
    background-color: #764d9c!important;
}
body .wpsisac-slick .slick-dots li.slick-active button,
body .wpsisac-slider-nav .slick-dots li.slick-active button{
    background-color: #c0addb!important;
}
.contact-us-hh h2{
    text-align: center;
    text-transform: uppercase;
    color: #53257f;
    font-size: 26px;
    font-weight: bold;
}
.contact-us-hh .iframe-holder{
    margin-bottom: 15px;
}
.contact-us-hh .iframe-holder iframe{
    width: 100%;
    min-height: 300px;
    border: 2px solid #c0addb!important;
}
.to-full-map{
    text-align: center;
}
.to-full-map a,
.to-full-map a:hover,
.to-full-map a:focus,
.to-full-map a:visited{
    color: #13d0ca!important;
    text-align: center;
    font-size: 14px;
    font-family: 'LatoBoldItalic';
}
.contact-us-holder strong,
.contact-us-holder a,
.contact-us-holder a:hover,
.contact-us-holder a:focus,
.contact-us-holder a:visited{
    color: #53257f;
}
.contact-us-holder span{
    color: #db4386;
}
.contact-us-holder{
    padding-left: 15px;
}
.ta-hl textarea{
    max-height: 160px;
}
.shipping-desc{
    position: absolute;
    color: #db4386;
    font-size: 14px;
    display: block;
    right: 27px;
    top: 25px;
    opacity: 0.8;
}
.woocommerce-cart .shipping-desc{
    display: none;
}

.after-product-text{
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
}
.woocommerce-checkout-review-order-table #shipping_method li{
    display: none;
}
.poft{
    max-width: 900px;
    margin: 0 auto!important;
    margin-bottom: 30px!important;
}
.resumen-holder,
.woocommerce-column--shipping-address{
    border: 1px solid #13d0ca;
    border-radius: 25px;
    padding: 20px 15px;
    padding-bottom: 0;
    margin-bottom: 25px;
}
.woocommerce-thankyou-order-details{
    padding: 0;
}
.resumen-holder h3,
.woocommerce-column--shipping-address h3,
.thanks-page-order-items h3{
    color: #53257f!important;
    padding: 0!important;
    text-align: center!important;
    position: relative!important;
    margin-bottom: 30px!important;
    text-transform: uppercase;
}
.resumen-holder h3:after,
.woocommerce-column--shipping-address h3:after,
.thanks-page-order-items h3:after{
    content: " ";
    width: 20%;
    bottom: -10px;
    height: 1px;
    background-color: #FCD335;
    position: absolute;
    left: 41%;
}
.thanks-page-order-items h3:after{
    background-color: #13d0ca;
}

.resumen-holder h3 span,
.woocommerce-column--shipping-address h3 span,
.thanks-page-order-items h3 span{
    color: #13d0ca;
}
.woocommerce ul.order_details{
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}
.woocommerce ul.order_details li{
    flex-basis: 50%;
    padding: 0!important;
    margin: 0!important;
    text-align: center;
    color: #53257f;
    font-size: 16px;
    border: none;
    margin-bottom: 15px!important;
}
.woocommerce ul.order_details li strong{
    color: #db4386;
    font-size: 16px;
    line-height: 26px;
}
.woocommerce ul.order_details li:first-child strong{
    color: #13d0ca;
}
.woocommerce .woocommerce-customer-details address{
    padding: 0;
    border: none;

}
.woocommerce-column--shipping-address address{
    margin-bottom: 30px!important;
}
.woocommerce-column--shipping-address address strong{
    color: #53257f;
    font-weight: 400;
}
.woocommerce-column--shipping-address address span{
    color: #db4386;
}
.thpf{
    padding-bottom: 25px;
}
.woocommerce-column--shipping-address h4{
    color: #53257f;
    font-size: 16px;
}
.thpf p{
    max-width: 250px;
    text-align: left;
}
.thpf p span{
    color: #db4386;
}
.thanks-page-order-items{
    border: 1px solid #FCD335;
    border-radius: 25px;
    padding: 20px 0;
    padding-bottom: 0;
    margin-bottom: 25px;
}
.thanks-page-table-header{
    background-color: #13d0ca;
    display: flex;
    flex-flow: row wrap;
    text-align: center;
    align-items: center;
    color: white;
}
.thanks-page-table-header p{
    padding: 0!important;
    margin: 0!important;
    color: white!important;
    font-size: 18px!important;
    line-height: 30px!important;
}
.thanks-page-table-header p:first-child{
    border-right: 1px solid white;
    flex-basis: 70%;
}
.thanks-page-table-header p:last-child{
    flex-basis: 30%;
}
.thanks-page-item{
    display: flex;
    flex-flow: row wrap;
    border-bottom: 1px solid #FCD335;
    padding: 20px 0;
}
.thanks-page-item .thanks-page-item-description{
    flex-basis: 70%;
}
.thanks-page-item  .thanks-page-item-total{
    flex-basis: 30%;
    text-align: left;
    color: #53257f;
    padding: 0 10px;
    align-items: center;
    display: flex;
}
.thanks-page-item  .thanks-page-item-total .woocommerce-Price-amount.amount{
    font-weight: bold;
}
.thanks-page-item .thanks-page-item-description{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.thanks-page-item .thanks-page-item-description .cor-pimg{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 30%;
}
.thanks-page-item .thanks-page-item-description .cor-pimg img{
    width: 100px;
    height: 100px;
    border: 1px solid lightgrey;
}
.thanks-page-item .thanks-page-item-description a{
    color: #53257f;
    font-weight: bold;
}
.thanks-page-item .thanks-page-item-description .product-quantity{
    color: #db4386;
}
.thanks-page-item .thanks-page-item-description .wc-item-meta-label{
    color: #db4386;
}
.thanks-page-item .thanks-page-item-description .wc-item-meta{
    padding-left: 20px;
    list-style: none;
}
.thanks-page-item .thanks-page-item-description .wc-item-meta li{
    position: relative;
}
.thanks-page-item .thanks-page-item-description .wc-item-meta li:before{
    content: " ";
    position: absolute;
    top: 5px;
    left: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #13d0ca;
}
.thanks-page-item .thanks-page-item-description .wc-item-meta li p{
}
.thanks-page-table-footer-holder{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.thanks-page-table-footer-label,
.thanks-page-table-footer-value{
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #53257f;
    font-size: 18px;
}
.thanks-page-table-footer-value{
    color: #db4386;
    font-weight: bold;
    line-height: 26px;
    font-size: 20px;
    text-transform: initial;
}
.thanks-page-order-product-holder{
    padding-bottom: 15px;
}
.thanks-page-table-footer-total-col .thanks-page-table-footer-label,
.thanks-page-table-footer-total-col .thanks-page-table-footer-value{
    font-size: 40px;
    line-height: 56px;
}
.bank-info-holder .col-md-2{
    text-align: center;
}
.bank-info-holder span{
    color: #db4386!important;
}
.bank-info-holder strong,
.bank-info-holder h4{
    color: #53257f;
    position: relative;
}
.bank-info-holder h4:before{
    content: " ";
    position: absolute;
    top: 5px;
    left: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #db4386;
}
.bank-info-holder-bank-name,
.bank-info-holder-bank-name p{
    display: flex;
    flex-flow: column wrap;
}
.bank-info-holder-bank-name span{
    color: black!important;
}
.bank-info-holder-bank-name img{
    width: auto;
    max-width: max-content;
    height: 42px;
    object-fit: contain;
}
.stfa{
    text-align: left;
}
.thp-header{
    color: #53257f;
    font-size: 36px!important;
    font-weight: 400;
    text-align: center;
    position: relative;
    margin-bottom: 80px;
}
.thp-header span{
    color: #13d0ca;
    font-weight: 600;
}
.thp-header:before{
    width: 77px;
    height: 58px;
    content: " ";
    position: absolute;
    background-position: center center;
    background-size: 100%;
    background-image: url(./images/thp/thumb-up.jpg);
    bottom: -65px;
    z-index: 1;
    left: calc(50% - 38.5px);
}
.thp-header:after{
    content: "";
    width: 60%;
    height: 2px;
    position: absolute;
    left: 20%;
    bottom: -38px;
    background-color: #FCD335;
}
.resumen-holder .woocommerce-order-overview__date.date strong{
    text-transform: capitalize;
}
.prcoloroptions{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.woocommerce ul#shipping_method li{
    display: none;
}
.header-slider .slick-dots li button:before,
.mobile-header-slider .slick-dots li button:before{
    color: transparent;
    background-color: #53257f;
    border-radius: 50%;
    width: 12px;
    height: 12px;
}
.header-slider .slick-dots li,
.mobile-header-slider .slick-dots li{
    width: 12px;
    height: 12px;
}
.mhbi-slider .slick-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px!important;
}
.mhbi-slider .slick-dots li{
    width: 25px;
    height: 12px;
    margin: 0;
    display: inline-block!important;
    padding: 0;
    margin-top: 10px;
    margin-left: 0!important;
    margin-right: 0!important;
}
.mhbi-slider .slick-dots li button:before{
    color: transparent;
    background-color: #00cccd;
    border-radius: 50%;
    width: 12px;
    height: 12px;
}
.sbm-con .contact-us-col{
    padding-bottom: 35px;
}



.mobile-header-slide-heading{
    text-transform: uppercase;
    color: #53257f;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    position: relative;
    margin-bottom: 30px;
}
.mobile-header-slide-heading:after{
    content: " ";
    height: 2px;
    width: 35%;
    bottom: -15px;
    position: absolute;
    background-color: #B8B7BB;
    left: 32%;
}
.wt-phone{
    background-image: url(../taner/images/xs-tell-icon-green.png) !important;
    background-repeat: no-repeat!important;
    background-position: left 7px!important;
    color: #db4386!important;
}
.mp-phone{
    background-image: url(../taner/images/xs-tell-icon-yellow.png)!important;
    background-repeat: no-repeat!important;
    background-position: left 7px!important;
}
.wpsisac-slick-slider.wpsisac-prodesign-3 .wpsisac-slick-image-slide:nth-child(1) .wpsisac-slider-short-content,
.wpsisac-slick-slider.wpsisac-prodesign-3 .wpsisac-slick-image-slide:nth-child(3) .wpsisac-slider-short-content{
    position: relative;
    top: 23px;
}
@media(min-width: 1024px){
    #cart-collaterals label[for="shipping_method_0_free_shipping6"]:after{
        top: 39%!important;
    }
}

@media(max-width: 1024px){
    .mslider-item-left{padding-right: 20px;}
}
#order_review_heading span{
    color: #13d0ca;
}
.woocommerce .cor-pname a.remove{
    position: absolute;
    left: 5px;
    border: 1px solid #999!important;
    color: #999!important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.woocommerce .cor-pname a.remove:hover{
    border: 1px solid red!important;
    color: white!important;
}
@media(max-width: 991px){
   .mobile-header-slide{
        
   }   
   
   .mobile-header-slider .mobile-header-slide{
    	display: none;
    }
    
    .mobile-header-slider .mobile-header-slide:first-child{
    	display: none;
    }
    
    .mobile-header-slider.slick-initialized .mobile-header-slide{
    	display: block;
    }

}



@media(max-width: 767px){
    .stfa{
        padding-left: 35px;
        padding-right: 35px;
    }
    .shipping-desc{
        position: absolute;
        color: #db4386;
        font-size: 14px;
        display: block;
        right: auto;
        opacity: 0.8;
        width: 100%;
        text-align: center;
        top: auto;
        bottom: -15px;
        margin: 0 auto;
        margin-left: -15px;
    }
    .mslider-item-left{ margin-bottom: 30px; }
    .mslider-item-left,.mslider-item-right{max-width: 767px; width: 100%; padding-left: 0; padding-right: 0;}
    .mini-mslider-wrap{max-width: 450px; margin: 0 auto; }
    .mini-mslider-item{max-width: 767px; width: 100%;}
    .mslider .slick-dots{margin-top: 30px;}

    .woocommerce-cart .shop-content-header.page-post-title{
        display: flex;
        justify-content: center;
    }
    .woocommerce-cart-form__cart-item .product-thumbnail{
        display: flex!important;
        width: 50%;
        text-align: center!important;
        justify-content: center;
        align-items: center;
    }
    .woocommerce-cart-form__cart-item .product-thumbnail:before,
    .woocommerce-cart-form__cart-item .product-name:before{
        display: none!important;
    }
    body .woocommerce-cart-form__cart-item .product-name{
        display: flex!important;
        justify-content: flex-start;
        align-items: flex-start;
        width: 50%;
        flex-flow: column;
        text-align: left!important;
    }
    body .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td{
        text-align: left!important;
        border: none;
    }
    .woocommerce-cart-form__contents tbody tr{
        display: flex!important;
        flex-flow: row wrap;
    }
    body .woocommerce-cart-form__cart-item .product-price,
    body .woocommerce-cart-form__cart-item .product-quantity{
        display: flex!important;
        flex-flow: column;
        width: 50%;
        justify-content: flex-start;
        align-items: center;
        border-top: 1px solid rgb(239, 239, 239)!important;
        border-right: 1px solid rgb(239, 239, 239)!important;
        border-bottom: 1px solid rgb(239, 239, 239)!important;
    }
    body .woocommerce-cart-form__cart-item .product-quantity{
        border-right: none!important;
    }
    body .woocommerce-cart-form__cart-item .product-quantity .quantity{
        margin: 0 auto!important;
        top: auto!important;
    }
    body .woocommerce-cart-form__cart-item .product-price:before,
    body .woocommerce-cart-form__cart-item .product-quantity:before{
        padding-bottom: 15px;
        color: #53257f!important;
        font-weight: bold!important;
        font-size: 18px!important;
        content: attr(data-title) !important;
    }
    body .woocommerce-cart-form__cart-item .product-price .woocommerce-Price-amount{
        color: #db4386!important;
        line-height: 35px!important;
        font-size: 24px!important;
        font-weight: bold;
    }
    body .woocommerce-cart-form__cart-item .product-subtotal:before{
        content: attr(data-title)!important;
        font-size: 20px!important;
        color: #53257f!important;
        padding-bottom: 10px;
    }
    body .woocommerce-cart-form__cart-item .product-subtotal{
        width: 100%;
        display: flex!important;
        flex-flow: column wrap!important;
        align-items: center;
        justify-content: center;
        padding-bottom: 0!important;
    }
    body .woocommerce-cart-form__cart-item .product-subtotal .woocommerce-Price-amount,
    body .woocommerce-cart-form__cart-item .product-subtotal .woocommerce-Price-currencySymbol{
        color: #db4386!important;
        line-height: 38px!important;
        font-size: 32px!important;
        font-weight: bold;
    }
    body .woocommerce-cart-form__cart-item .product-remove{
        position: absolute;
        top: -35px;
        width: 100%;
        background-color: #53257f;
        border-radius: 25px 25px 0 0;
        padding: 10px 10px!important;
        display: flex!important;
        justify-content: center;
        align-items: center;
    }
    #fl-card-page-con-wrap .woocommerce-cart-form table tbody td.product-remove a{
        border: 1px solid white;
        color: white!important;
        position: relative;
        margin-left: -48%;
    }
    #fl-card-page-con-wrap .woocommerce-cart-form table tbody td.product-remove a:after{
        color: white!important;
        content: "ELIMINAR PRODUCTO";
        position: absolute;
        font-size: 16px;
        min-width: 190px;
    }
    #fl-card-page-con-wrap .woocommerce-cart-form table tbody tr{
        position: relative;
    }
    #fl-card-page-con-wrap .woocommerce-cart-form table tbody tr td.actions{
        display: none!important;
    }
    #fl-card-page-con-wrap .woocommerce-cart-form table{
        margin-top: 40px;
        border-radius: 0 0 25px 25px;
        border: none;
        margin-bottom: -30px;
    }
    #cart-collaterals h2{
        border-radius: 25px 25px 0 0;
    }
    #cart-collaterals table tbody tr{
        padding: 0 25px;
    }
    #cart-collaterals table tbody tr td{
        padding-right: 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    #cart-collaterals table tbody tr td:before{
        font-weight: 400;
        content: attr(data-title);
        width: 40%;
    }
    #cart-collaterals table tbody tr.cart-discount{
        color: transparent;
    }
    #cart-collaterals table tbody tr.cart-discount td:before,
    #cart-collaterals table tbody tr.cart-discount td .woocommerce-Price-amount{
        color: #53257f!important;
    }
    #cart-collaterals table tbody tr.cart-discount td .woocommerce-Price-amount{
        position: relative;
        left: -10px;
        font-weight: bold;
    }
    #cart-collaterals table tbody tr.cart-discount td .woocommerce-Price-amount a{
        font-weight: normal;
    }
    #cart-collaterals ul#shipping_method{
        padding-left: 25px!important;
    }
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{
        background-color: transparent;
    }
    #cart-collaterals table tbody tr:last-child{
        border-bottom: none!important;
    }
    #cart-collaterals .wc-proceed-to-checkout{
        border-radius: 0 0 25px 25px;
    }
    #fl-card-page-con-wrap{
        margin-bottom: 25px!important;
    }

    .woocommerce-checkout .shop-content-header{
        display: flex!important;
        justify-content: center!important;
    }
    .woocommerce-checkout-review-order{
        padding-left: 0!important;
        padding-right: 0!important;
    }
    #order_review_heading{
        line-height: 26px!important;
        max-width: 225px;
        text-align: center;
        margin: 0 auto;
    }
    #order_review_heading span{
        color: #db4386!important;
    }
    .woocommerce-checkout-review-order-table{
        padding-top: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .shop_table.woocommerce-checkout-review-order-table .table-head .product-quantati,
    .shop_table.woocommerce-checkout-review-order-table .table-head .product-total{
        display: none;
    }
    .woocommerce-checkout-review-order-table .table-head{
        padding: 10px 0;
    }
    .shop_table.woocommerce-checkout-review-order-table .table-head ul{
        display: flex;
        justify-content: center;
        align-items: center;
        text-transform: uppercase;
    }
    .shop_table.woocommerce-checkout-review-order-table .dcoms-order-review-table .cart_item{
        display: flex;
        flex-flow: row wrap;
    }
    .dcoms-order-review-table .table-body ul:after,
    .dcoms-order-review-table .table-body ul:before{
        display: none;
    }
    .dcoms-order-review-table .table-body ul li.product-name{
        width: 100%;
        border-bottom: 1px solid #e0d9e7;
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: center;
    }
    .dcoms-order-review-table .table-body ul li.product-name .cor-pimg-pname{
        width: 40%!important;
    }
    .dcoms-order-review-table .table-body ul li.product-name .cor-pdata{
        width: 50%!important;
        margin-top: 40px;
    }
    .dcoms-order-review-table .table-body ul li.product-name .cor-pname{
        position: absolute;
        top: 20px;
        left: 44%;
        width: 50%;
        text-align: left;
    }
    .table-body .product-name .variation{
        width: 100% !important;
    }

    .dcoms-order-review-table .table-body ul li.product-total,
    .dcoms-order-review-table .table-body ul li.product-quantati{
        width: 50%;
        border: none;
        position: relative;
        text-align: center;
        color: #53257f!important;
        font-size: 20px;
        font-weight: bold;
    }

    .dcoms-order-review-table .table-body ul li.product-quantati:after{
        position: absolute;
        right: -1.5px;
        width: 2px;
        height: 60%;
        background-color: #13d0ca;
        content: " ";
        display: block;
        top: 8px;
    }

    .dcoms-order-review-table .table-body ul li.product-quantati .product-quantity:before,
    .dcoms-order-review-table .table-body ul li.product-total .woocommerce-Price-amount:before{
        content: "Cantidad - ";
        color: #adadad;
        font-size: 16px;
        display: inline-block;
        padding-right: 3px;
        font-style: italic;
    }
    .dcoms-order-review-table .table-body ul li.product-total .woocommerce-Price-amount:before{
        content: "Total - ";
    }
    .dcoms-order-review-table > div{
        display: flex;
        flex-flow: column wrap;
    }
    .woocommerce-checkout-review-order-table .table-footer ul.subtotal-ul .tax-rate,
    .woocommerce-checkout-review-order-table .table-footer ul.subtotal-ul .cart-subtotal{
        width: 50%;
        text-align: center;
        padding: 0;
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        align-items: center;
    }
    .woocommerce-checkout-review-order-table .table-footer ul.subtotal-ul li{
        display: flex;
        flex-flow: row wrap;
    }
    .woocommerce-checkout-review-order-table .table-footer ul.subtotal-ul div strong{
        margin-right: 0!important;
    }
    .woocommerce-checkout-review-order-table .table-footer ul.subtotal-ul .woocommerce-Price-amount,
    .woocommerce-checkout-review-order-table .table-footer ul.subtotal-ul .woocommerce-Price-currencySymbol,
    .woocommerce-checkout-review-order-table .table-footer ul.subtotal-ul .woocommerce-Price-amount bdi{
        font-size: 32px;
        line-height: 40px;
        color: #db4386!important;
    }
    .woocommerce-checkout-review-order-table .table-footer ul.subtotal-ul .checkoutShipping{
        padding-right: 0;
        text-align: center;
    }
    .woocommerce-checkout-review-order-table #shipping_method label{
        line-height: 25px;
        padding-right: 15px!important;
        padding-left: 15px!important;
    }
    .woocommerce ul#shipping_method li{
        margin-bottom: 15px!important;
        margin-top: 40px!important;
    }
    .woocommerce-checkout-review-order-table .table-footer ul.subtotal-ul .checkoutShipping [type="radio"]:checked + label:before, .woocommerce-checkout-review-order-table .table-footer ul.subtotal-ul .checkoutShipping [type="radio"]:not(:checked) + label:before{
        right: calc(50% - 15px);
        top: -30px;
        width: 30px;
        height: 30px;
    }
    .woocommerce-checkout-review-order-table .table-footer ul.subtotal-ul .checkoutShipping [type="radio"]:checked + label:after, .woocommerce-checkout-review-order-table .table-footer ul.subtotal-ul .checkoutShipping [type="radio"]:not(:checked) + label:after{
        width: 20px;
        height: 20px;
        top: -25px;
        right: calc(50% - 10px);
    }
    html body.woocommerce-checkout #customer_details{
        background-color: white;
        padding-top: 25px!important;
        padding-bottom: 25px!important;
    }
    .woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox{
        text-align: left;
        white-space: nowrap;
    }
    .woocommerce form .form-row label.checkbox .optional, .woocommerce-page form .form-row label.checkbox .optional{
        display: none;
    }
    .order-total{
        display: flex;
        flex-flow: column;
        text-align: center;
        justify-content: center;
    }
    .order-total strong{
        color: #53257f!important;

    }
    .order-total span, .order-total span bdi{
        font-size: 32px;
        line-height: 40px;
        color: #db4386!important;
    }
    #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-right: 10px;
    }
    #add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li{
        font-size: 14px;
    }
    #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{
        max-width: 44px;
    }
    #fl-card-page-con-wrap .woocommerce-cart-form table tbody td.product-remove{
        background-color: #53257f!important;
    }
    #fl-card-page-con-wrap .woocommerce-cart-form table tbody td.product-subtotal{
        padding-bottom: 10px!important;
    }
    #fl-card-page-con-wrap .woocommerce-cart-form table tbody tr{
        border: 1px solid rgb(239, 239, 239);
        border-radius: 25px 25px 25px 25px;
        margin-bottom: 60px;
    }
    #fl-card-page-con-wrap .woocommerce-cart-form table tbody tr.hide-on-mobile{
        display: none!important;
    }
    .woocommerce-cart.woocommerce-page .woocommerce{
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        align-items: center;
    }
    .woocommerce .cor-pname a.remove{
        left: -80%;
        top: 0;
    }
    .wpsisac-slick-slider.wpsisac-prodesign-3 .wpsisac-slider-short-content{
        min-width: initial;
    }
    .wpsisac-slick-slider .slick-arrow{
        display: none!important;
    }
    .wpsisac-slide-title{
        display: none!important;
    }
    .wpsisac-slider-short-content iframe{
        width: auto!important;
        margin-left: -2%;
    }
    .wpsisac-slick-slider.wpsisac-image-fit .wpsisac-img-wrap{
        height: 440px;
    }
    .slick-dotted.slick-slider{
        margin-bottom: -40px;
    }
    .woocommerce-checkout .woocommerce-notices-wrapper{
    	display:none;
    }
    #banner-slider-xs-wrap .xs-bnr-slide-des .slide-des {
        max-width: initial!important;
        margin-left: -15px;
        margin-right: -15px;
        width: auto;
    }
    
}

@media(max-width: 575px){
    .hide-xsml{
		display: none!important;
	}
	.show-xsml{
		display: block!important;
	}
	.dots-cnltr .slick-slider .slick-dots li,
	.dots-cnltr .slick-slider .slick-dots li button{
    	width: 14px!important;
    	height: 14px!important;
    }

}
.exos-slider2-thumbnail .slick-track{margin: 0 auto;}
.exos-slider2-thumbnail-item > div.mHc{
	min-heigth: 90px;
}

.single_add_to_cart_button.button.alt.added:after{
	display:none!important;
}
.single_add_to_cart_button.button.alt.added{
	margin-right:15px;
}
.product-summery .added_to_cart.wc-forward{
	display: none!important;
    align-items: center;
    justify-content: center;
    max-width: 195px;
}
.exos-slider1-des .has-stike-price{margin: 0;}
.exos-slider1-des span.has-stike-price{padding-bottom: 5px;}
.exos-slider1-des span.has-stike-price + strike{padding-bottom: 10px;display: inline-block;}

#fl-card-page-con-wrap .col-md-4:nth-child(3n+1){
	clear: left;
}
span.excl-text {
    font-size: 14px !important;
    color: #888a8c !important;
    font-weight: 400;
    margin-top: 6px;
    font-family: 'LatoRegular';
}

#cp-grd-right .product-summery .heading-price {
    top: initial;
    bottom: 10px;
}
#cp-grd-right .product-summery .heading-price strike {
    color: #53257f8c;
    font-size: 18px;
    line-height: 1.2;
    margin-top: -30px;
    order: 1;
}
#cp-grd-right .product-summery .heading-price > span{
    font-size: 24px;
    line-height: 28px;
    align-items: flex-end;
}
#cp-grd-right .product-summery .heading-price span.has-stike-price {
    font-size: 24px;
    line-height: 1;    
    order: 2;
    margin: 0;
}
#cp-grd-right .product-summery .heading-price span.excl-text{
	line-height: 1;
    margin: 0;
    padding: 3px 0 0;
    order: 3;
}
#cp-grd-right .product-summery .heading-price .rating .woocommerce-product-rating{
	display: flex;
}
#cp-grd-right .product-summery .heading-price .rating .woocommerce-product-rating .star-rating{
	margin-left: auto!important;
}
@media(max-width: 767px){
	#cp-grd-right .product-summery .heading-price strike{
    	margin-top: -15px;
    }
}