/**
 * DanTheCoder - Innovative Web Solutions
 *
 * @author  DanTheCoder
 * @link    http://danthecoder.com
*/
/**
 * @group - IOS Icons
*/
@font-face {
  font-family: Vazir;
  src: url('fonts/Vazir-FD.eot');
  src: url('fonts/Vazir-FD.eot?#iefix') format('embedded-opentype'),
       url('fonts/Vazir-FD.woff2') format('woff2'),
       url('fonts/Vazir-FD.woff') format('woff'),
       url('fonts/Vazir-FD.ttf') format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: Vazir;
  src: url('fonts/Vazir-Medium-FD.eot');
  src: url('fonts/Vazir-Medium-FD.eot?#iefix') format('embedded-opentype'),
       url('fonts/Vazir-Medium-FD.woff2') format('woff2'),
       url('fonts/Vazir-Medium-FD.woff') format('woff'),
       url('fonts/Vazir-Medium-FD.ttf') format('truetype');
  font-weight: bold;
}
@font-face {
    font-family: 'Framework7 Icons';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Framework7Icons-Regular.eot");
    src: local('Framework7 Icons'),
         local('Framework7Icons-Regular'),
         url("../fonts/Framework7Icons-Regular.woff2") format("woff2"),
         url("../fonts/Framework7Icons-Regular.woff") format("woff"),
         url("../fonts/Framework7Icons-Regular.ttf") format("truetype");
}

.f7-icons, 
.framework7-icons {
    font-family: 'Framework7 Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 25px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    font-feature-settings: "liga";
    text-align: center;
}

.is-ios .star-rating {
    font-family: "Framework7 Icons";
    font-size: 1.4em;
}

.is-ios .star-rating:before {
    content: "\star_fill\star_fill\star_fill\star_fill\star_fill";
}

.is-ios .star-rating span:before {
    content: "\star_fill\star_fill\star_fill\star_fill\star_fill";
}
@font-face {
  font-family: 'icons';
  src:  url('../fonts/icons.eot?oy533p');
  src:  url('../fonts/icons.eot?oy533p#iefix') format('embedded-opentype'),
    url('../fonts/icons.ttf?oy533p') format('truetype'),
    url('../fonts/icons.woff?oy533p') format('woff'),
    url('../fonts/icons.svg?oy533p#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="dtc-"], [class*=" dtc-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon {
    font-size: 30px;
}

.dtc-ios-cart:before {
  content: "\f3f7";
}

img, pre {
    max-width: 100%;
    height: auto;
}

.popover {
    width: 200px;
}

.copyright {
   margin-top: 10px; 
}

.picker-sorting .content-block {
    margin: 55px 0;
}

html.pixel-ratio-3 .woocommerce-order-received #payment-instruction p:before,
html.pixel-ratio-3 #side-menu ul li:after,
html.pixel-ratio-3 .is-ios .full-cards:after {
    -webkit-transform: scaleY(.33);
    transform: scaleY(.33);
}

html.pixel-ratio-2 .woocommerce-order-received #payment-instruction p:before,
html.pixel-ratio-2 .is-ios .full-cards:after,
html.pixel-ratio-2 #side-menu ul li:after {
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}


.clearfix:after, 
.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.reset_variations {
    background-color: #ff4444;
	color: #fff;
	margin-top: 5px;
	text-align: center;
	font-size: 10px;
	padding: 2px 0;
	display: none !important;
	width: 100%;
}

.onsale {
    padding: 1px 8px;
    font-size: 11px;
    color: #fff;
    background: #ff637d;
}
.woocommerce-tabs .wc-tabs,.woocommerce-tabs .woocommerce-Tabs-panel.wc-tab {
   display: none !important;

}
.nav-previous {
padding: 10px 20px;
background-color: #fff;
box-shadow: 0 0 10px rgba(51, 51, 51, 0.15);
width: 40%;
margin: -20px auto 13px auto;
text-align: center;
}
.nav-previous a i {
font-size: 15px;
vertical-align: middle;
margin: 0 10px;
}
.notifications .notification-item ul {
    padding-left: 0;
    background: transparent;
}

.shipping-calculator-form {
    margin-top: 14px;
}

.shipping-calculator-button {
    font-size: 90%;
}

.coupon .coupon-btn {
    height: 35px;
	background-color: #62b965;
	color: #fff;
	border: 0 !important;
}

.is-material #coupon_code {
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    border: none;
}

a.woocommerce-remove-coupon {
    font-size: 90%;
    display: block;
}

.is-material #confirm_tab .content-block-title,
.is-material .woocommerce-order-details .content-block-title,
.is-material .woocommerce-billing-fields .content-block-title,
.is-material .cart_totals .content-block-title,
.is-material .coupon input.input-text {
    text-transform: capitalize;
}

.list-block {
    font-size: 13px;
}

.is-material .nav-shadow {
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
}

.is-material .block-shadow {
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
}

.is-material .block-shadow.list-block ul:before,
.is-material .block-shadow.list-block ul:after,
.is-material .block-shadow .content-block-inner:before,
.is-material .block-shadow .content-block-inner:after {
    display: none !important;
}

.stock.out-of-stock {
    text-align: center;
    color: #F44336;
    margin: 16px 0;
    font-weight: bold;
    text-transform: uppercase;
}

.stock.in-stock,
.product-unavailable {
}

.is-ios .stock.in-stock,
.is-ios .product-unavailable {
    color: #ff4444;
	margin: 0;
}

.woocommerce-Reviews #comments .description p {
    margin-bottom: 0;
    margin-top: 0.5em;
}

.woocommerce-Reviews #comments .meta {
    margin-top: 0.5em;
    font-size: 82%;
}

.woocommerce-Reviews #comments .woocommerce-review__awaiting-approval {
    color: #757575;
}

.is-ios .woocommerce-Reviews #comments .woocommerce-review__awaiting-approval {
    color: #8e8e93;
}

.woocommerce-Reviews .comment-respond .form-submit,
.woocommerce-Reviews .comment-respond .comment-form {
    margin-bottom: 0;
}

.woocommerce-Reviews .comment-respond label {
    font-size: 12px;
    float: right;
    line-height: 27px;
    margin-left: 18px;
}

.woocommerce-Reviews .comment-respond .comment-reply-title {
    font-size: 1em;
    font-weight: 300;
    color: #555;
}

.woocommerce-Reviews .comment-respond .comment-form-rating {
    margin: 20px 0;
}

.searchbar-input input.focus-state {
    opacity: 1 !important;
}

a.added_to_cart {
    display: none !important;
}

.toolbar-bottom .tab-link-highlight {
    display: none !important;
}

.navbar .cart-badge {
    display: inline-block;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    font-size: 10px;
    line-height: 18px;
    height: 16px;
    border-radius: 16px;
    padding: 0 4px;
    min-width: 16px;
    background-color: #f44336;
    top: 8px;
    left: 35px;
    z-index: 999;
}

.is-ios .navbar .cart-badge {
    line-height: 19px;
    top: 4px;
    left: 11px;
}

.is-material .navbar .button,
.is-material .picker-modal .toolbar .button {
    border: 1px solid #fff;
    margin-right: 16px;
}

.android .badge {
    font-size: 12px;
}
/** call me and no stock**/
.call-me {
	background:  #4caf7e ;
	color:#fff;
	padding: 1px 5px;
	font-size: 13px;
}
.call-me-icon{
	content:'';
	color: #fff;
	position: relative;
	font-family: "Framework7 Icons";
	background:  #4caf7e ;
	padding:1px 5px;
	border-left: 1px solid rgb(28, 113, 32);
	margin-top: -1px;
	margin-left: 5px;
	vertical-align: middle;

}
.no-stock-me {
	background:  #ff4444 ;
	color:#fff;
	padding: 1px 5px;
	font-size: 13px;
}
.no-stock-me-icon{
	content:'';
	font-family: "Framework7 Icons";
}

/**
 * @group - left Panel
*/
.panel .sidemenu-header {
	margin: 18px 42px;
	text-align: center;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}

.panel .sidemenu-header .sidemenu-avatar i {
    font-size: 70px;
}
.panel .sidemenu-header .sidemenu-info h3 {
    margin: 0;
}
/********sku**********/
.sku_single_product {
	color: #969696;
	font-size: 10px;
	font-family: Vazir;
	font-weight: 300;
    text-align: center;
}
/***/

#side-menu ul li {
	background-size: 14px;
	background-repeat: no-repeat;
	background-position: -webkit-calc(0% + 20px) center;
	background-position: calc(0% + 20px) center;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4Ij4KICA8Zz4KICAgIDxwYXRoIGQ9Im04OC42LDEyMS4zYzAuOCwwLjggMS44LDEuMiAyLjksMS4yczIuMS0wLjQgMi45LTEuMmMxLjYtMS42IDEuNi00LjIgMC01LjhsLTUxLTUxIDUxLTUxYzEuNi0xLjYgMS42LTQuMiAwLTUuOHMtNC4yLTEuNi01LjgsMGwtNTQsNTMuOWMtMS42LDEuNi0xLjYsNC4yIDAsNS44bDU0LDUzLjl6IiBmaWxsPSIjNjY2NjY2Ii8+CiAgPC9nPgo8L3N2Zz4K);
}

#side-menu ul li a {
    box-sizing: border-box;
    min-height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-right: 20px;
padding-left: 20px;
}
#side-menu ul li:last-child::after {
    display: none;
}

#side-menu ul li.menu-item-has-children {
    padding-right: 0;
    background-image: none;
}

#side-menu ul li.menu-item-has-children a {
	padding-left: 25px;
	background-size: 13px;
background-repeat: no-repeat;
background-position: 22px center;
padding-right: 20px;
}

#side-menu ul.sub-menu {
    padding: 0;
}

#side-menu ul.sub-menu li {
    padding: 0;
background-color: rgba(249, 249, 249, 0.93);
}
#side-menu ul.sub-menu li ul.sub-menu {
background-color: #000;
display: block;
}
#side-menu ul.sub-menu li ul.sub-menu li a{
    padding-right: 50px
  }
#side-menu ul.sub-menu li ul.sub-menu li a::after {
	content: '';
	background-color: #818181;
	height: 1px;
	width: 8px;
	right: 30px;
	position: absolute;
	background-size: cover;
}

.is-ios .remember-label {
    padding-top: 8px;
}

.is-material .remember-label {
    margin-top: -3px;
}


/**
 * @group - Pricing
*/
.price .amount {
    font-size: 14px;
    color: #4caf7e;
    font-weight: bold;
    line-height: 1.4;
}
.single-product .price .amount {
    font-size: 22px;
    }

.price ins .amount {
    margin-right: 6px;
}

.price del .amount {
    color: #ff637d;
    font-size: 11px !important;
    font-weight: 300;
    position: relative;
}
.price del .amount .woocommerce-Price-currencySymbol {
    display: none
 }
ins {
    text-decoration: none;
    display: inline-block;
}
/**
stock**
**/
.no-stock-anbar{
	color:#ff4444;
	margin: 0 ;
height: 20px;
}
.no-stock-anbar i{
	vertical-align: middle;
	font-size: 14px;
	margin-left: 3px;
}
.yes-stock-anbar{
	color:green;
    margin: 0;
height: 20px;
}
.yes-stock-anbar i{
	vertical-align: middle;
	font-size: 14px;
	margin-left: 3px;
}
	
/**
 * @group - Variation
*/
.wc-item-meta p {
    display: inline-block;
    margin: 0;
    color: #757575;
}

.is-ios .wc-item-meta p {
    color: #8e8e93;
}

.wc-item-meta strong {
    font-weight: normal;
}

.wc-item-meta li {
    padding-top: 8px;
}

.variation {
    margin: 0;
    padding: 8px 0; 
    font-size: 14px;
}

.variation-list{
    margin-bottom: 8px;
}

.variation .variation-list p {
    margin: 0;
    display: inline;
}



/**
 * @group - Category Cards
*/
.category-cards {
    height: auto;
    padding: 0;
margin: 10px 15px;
box-shadow: 0 0 12px rgba(51, 51, 51, 0.13);
border-radius: 10px;
}
.category-cards .card-title {
list-style: none;
}
.category-cards .card-title .cardtitle {
width: 100%;
height: 130px;
display: block;
background-size: cover;
position: relative;
border-radius: 10px 10px 0 0;
}
.category-cards .card-title .cardtitle span{
position: absolute;
left: 0;
right: 0;
text-align: center;
bottom: 7px;
color: #fff;
font-size: 16px;
z-index: 2;
}
.category-cards .card-title .cardtitle:after {
content: '';
position: absolute;
width: 100%;
overflow: hidden;
height: 90px;
background: linear-gradient(0deg,rgba(0,0,0,.5),transparent);
bottom: 0;
}
.category-cards .card-title ul {
padding: 15px 30px;
background-color: #fff;
border-radius: 0 0 10px 10px;
}
.category-cards .card-title ul li{
padding-bottom: 3px;
}
/**
 * @group - Category List Tier
*/
#category-list .list-block .item-media img {
    width: 44px;
    height: 44px;
}

#category-list .list-block.media-list li.direct .item-link .item-title-row {
    background-image: none;
    padding-right: 0;
}

#category-list .list-block .accordion-item-content .item-link .item-inner {
    padding-right: 0;
}

#category-list .list-block .item-media .icon-image {
    width: 44px;
    height: 44px;
    white-space: normal;
    border-radius: 3px;
}

#category-list .list-block .item-media .icon-image i {
    font-size: 24px;
    padding: 10px;
    color: #fff;
}



/**
 * @group - Category List All
*/
#category-list-all ul {
    list-style: none;
}

#category-list-all ul.product-categories {
    padding: 0;
}

#category-list-all ul.children {
    padding: 0 0 0 20px;
}

#category-list-all ul li.cat-item {
    padding: 6px 0 0 0;
}







/**
 * @group - Block Heading
*/
.block-heading {
    margin: 16px;
}

.block-heading h2 {
    margin: 5px 0 0 0;
}

.block-heading p {
    margin-top: 0.3em;
}

.block-heading i {
    font-size: 3.2em;
}






/**
 * @group - Review Stars
*/
p.stars {
    margin: 0 !important;
}

p.stars a {
    position: relative;
    width: 1em;
    height: 1em;
    text-indent: -999em;
    font-size: 1.4em;
margin-left: 8px;
}

p.stars,
p.stars a {
    display: inline-block;
}

p.stars a:before,
p.stars a:hover~a:before {
    color: #43454b;
    opacity: .25;
    content: "\f005";
}


p.stars a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    text-indent: 0;
}

p.stars.selected a.active:before,
p.stars:hover a:before {
    content: "\f005";
    color: #FFC435;
    opacity: 1;
}

p.stars.selected a.active~a:before {
    content: "\f005";
    color: #43454b;
    opacity: .25;
}

p.stars.selected a:not(.active):before {
    content: "\f005";
    color: #FFC435;
    opacity: 1;
}



/**
 * @group - Cards
*/
.full-cards {
    margin: 0;
    border-radius: 0;
}

.is-ios .full-cards {
    box-shadow: none;
}

.full-cards .list-block {
    padding: 0 16px;
}

.full-cards .list-block .item-content {
    padding-left: 0;
}

.full-cards .list-block .item-inner {
    padding-right: 0;
}

.is-ios .full-cards:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color: #c8c7cc;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}




/**
 * @group - helpers
*/
.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mb-1 {
    margin-bottom: 8px !important;
}

.mb-2 {
    margin-bottom: 16px !important;
}

.mb-3 {
    margin-bottom: 24px !important;
}

.mt-1 {
    margin-top: 8px !important;
}

.mt-2 {
    margin-top: 16px !important;
}

.mt-3 {
    margin-top: 24px !important;
}

.my-2 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}

.my-3 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
}

.my-4 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;  
}

.pl-2 {
    padding-left: 16px !important;  
}

.pr-0 {
    padding-right: 0 !important;  
}

.pb-1 {
    padding-bottom: 8px !important;
   min-width: 60px;
}

.pb-2 {
    padding-bottom: 16px !important;
}

.pt-2 {
    padding-top: 16px !important;
}

.px-2 {
    padding-left: 16px !important;
    padding-right: 16px !important;   
}

.py-2 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;   
}

.py-3 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;   
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.bg-white {
    background: #fff !important;
}

.text-center {
    text-align: center;
}

.text-success {
    color: #4caf7e;
}

.text-error {
    color: #F44336;
}

.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
}



/**
 * @group - Nav Grid
 */
.nav-grid {
    text-align: center;
}

.nav-grid i {
    display: block;
    color: #757575;
    font-size: 3.5em; 
    margin-bottom: 8px;   
}

.nav-grid span {
    color: #212121;
}

.nav-grid .content-block-inner {
    padding: 8px 16px;
}

.nav-grid .row>[class*=col-] {
    padding: 16px 0;
}


/**
 * @group - Single product view
 */
 /**attrtiube style**/
 .shop_attributes tbody tr th{
	 background-color:#efefef;
	 border-bottom: 4px solid #fff;
	 border-left: 4px solid #fff;
	 padding: 0px 10px 0px 3px;
     font-size: 12px;
 }
  .shop_attributes tbody tr td{
	 background-color:#f9f9f9;
	 border-bottom: 4px solid #fff;
	 padding-right: 15px;
     font-size: 12px;
 }
 .title-attri {
	 color:#777;
	 margin-bottom: 15px;
 }

 .single-product .title h1 {
    font-size: 13px;
    color: #333;
    line-height: 27px;
    font-weight: 300;
    text-align: center;
    border-bottom: 1px dashed #bbb;
    padding-bottom: 7px;
 }
 /*dokan css store*/
 
.list-unstyled{list-style: none;}
.seller-name span{color:#11a1cc;}
.select2-dropdown{z-index: 5001 !important;}
.store-name{color: #737373;position: relative;}
.store-name span{color: #11a1cc;}
.store-name .details{color:#737373;}
.store-address{color:#4caf7e;}
.shipping_tab{display:inline-block;width:25%;position: relative;text-align:center;background-color: #fff;padding-top: 5px;padding-bottom: 5px;}
shipping_tab:before{content: '';background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMS45OTggNTExLjk5OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTExLjk5OCA1MTEuOTk4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNDE0LjQ5OCwxODguNTI1aC0zMi4yMzRsOS43MTItMTExLjUwOWMwLjAxOC0wLjIwMiwwLjAyMS0wLjQwMSwwLjAyMi0wLjZjMC0wLjAxNywwLjAwMi0wLjAzMywwLjAwMi0wLjA1ICAgIGMwLTAuMDAzLDAtMC4wMDUsMC0wLjAwOGMwLTMuMDM1LTEuODMxLTUuNzEtNC41MjItNi44NzNjLTAuMDIzLTAuMDEtMC4wNDUtMC4wMjItMC4wNjgtMC4wMzJjLTAuMTY3LTAuMDctMC4zNC0wLjEzLTAuNTE0LTAuMTg4ICAgIGMtMC4wNjUtMC4wMjEtMC4xMjctMC4wNDctMC4xOTItMC4wNjdjLTAuMTQyLTAuMDQzLTAuMjg4LTAuMDc3LTAuNDMzLTAuMTEyYy0wLjEwMi0wLjAyNC0wLjItMC4wNTMtMC4zMDMtMC4wNzMgICAgYy0wLjEyNy0wLjAyNS0wLjI1OS0wLjA0MS0wLjM4OS0wLjA2Yy0wLjEyMi0wLjAxOC0wLjI0Mi0wLjAzOS0wLjM2NS0wLjA1Yy0wLjAyMS0wLjAwMi0wLjA0LTAuMDA2LTAuMDYxLTAuMDA4ICAgIGMtMC4xMzItMC4wMTItMC4yNjItMC4wMS0wLjM5My0wLjAxNWMtMC4wODgtMC4wMDMtMC4xNzQtMC4wMTMtMC4yNjItMC4wMTNoLTAuMDk0Yy0wLjAwOCwwLTAuMDE2LDAtMC4wMjMsMEgyMzEuMDEgICAgYy00LjE0LDAtNy41LDMuMzYtNy41LDcuNWMwLDQuMTMsMy4zNiw3LjUsNy41LDcuNWgxNDUuMzEzbC0xNC45MjYsMTcxLjM3NWMtMC4wMDIsMC4wMTMtMC4wMDIsMC4wMjYtMC4wMDQsMC4wMzlsLTMuNzY2LDQzLjI0MSAgICBIOTcuMDE4bDQuMzU5LTQ0Ljk5OGg0OS42MjFjNC4xNDMsMCw3LjUtMy4zNTgsNy41LTcuNWMwLTQuMTQyLTMuMzU3LTcuNS03LjUtNy41aC00OC4xNjdsOS4yMDQtOTQuOTk1aDc4Ljk3NSAgICBjNC4xNDMsMCw3LjUtMy4zNTgsNy41LTcuNWMwLTQuMTQyLTMuMzU3LTcuNS03LjUtNy41aC03Ny41MjFsNC4zMjgtNDQuNjYyaDgzLjE5M2M0LjEzLDAsNy41LTMuMzcsNy41LTcuNSAgICBjMC00LjE0LTMuMzctNy41LTcuNS03LjVoLTkwYy0wLjAwNCwwLTAuMDA3LDAuMDAxLTAuMDExLDAuMDAxYy0zLjUyMy0wLjAwMS02LjU3OSwyLjQ3OS03LjMxOCw1LjkxNyAgICBjLTAuMDA1LDAuMDI1LTAuMDE0LDAuMDQ5LTAuMDE5LDAuMDc0Yy0wLjAzOCwwLjE4Ny0wLjA2MywwLjM3OC0wLjA4OCwwLjU3Yy0wLjAwNywwLjA2MS0wLjAyLDAuMTE5LTAuMDI2LDAuMTggICAgYy0wLjAwMSwwLjAxMi0wLjAwNCwwLjAyMy0wLjAwNSwwLjAzNWwtNS4xMjQsNTIuODg1SDcuNWMtNC4xNDMsMC03LjUsMy4zNTgtNy41LDcuNWMwLDQuMTQyLDMuMzU3LDcuNSw3LjUsNy41aDg5LjQ2NSAgICBsLTkuMjA0LDk0Ljk5NUg2MS4wMDJjLTQuMTQzLDAtNy41LDMuMzU4LTcuNSw3LjVjMCw0LjE0MiwzLjM1Nyw3LjUsNy41LDcuNWgyNS4zMDZsLTUuMDEyLDUxLjcyMSAgICBjLTAuMDAxLDAuMDA4LTAuMDAxLDAuMDE2LTAuMDAyLDAuMDIzbC03Ljc0OSw3OS45NzljLTAuMDAxLDAuMDA5LTAuMDAyLDAuMDE5LTAuMDAzLDAuMDI3bC0wLjAwMywwLjAyOSAgICBjLTAuMDEsMC4xMDQtMC4wMDksMC4yMDYtMC4wMTUsMC4zMWMtMC4wMDcsMC4xMzgtMC4wMjEsMC4yNzMtMC4wMjEsMC40MTNjMCwwLjAwNiwwLjAwMSwwLjAxMiwwLjAwMSwwLjAxOSAgICBjMCwwLjE5MywwLjAxNCwwLjM4MywwLjAyOCwwLjU3M2MwLjAwNiwwLjA2MSwwLjAwNCwwLjEyMywwLjAxMSwwLjE4M2MwLjAyLDAuMTk0LDAuMDUzLDAuMzg1LDAuMDg4LDAuNTc1ICAgIGMwLjAxLDAuMDU2LDAuMDE1LDAuMTEzLDAuMDI2LDAuMTY4YzAuMDI5LDAuMTQ0LDAuMDcsMC4yODMsMC4xMDgsMC40MjRjMC4wMjYsMC4wOTksMC4wNDcsMC4yLDAuMDc3LDAuMjk3ICAgIGMwLjAwOSwwLjAyNywwLjAyMSwwLjA1MywwLjAyOSwwLjA4MWMwLjM2MywxLjExNiwwLjk3OSwyLjExOCwxLjc4MywyLjkzNmMwLjAxNSwwLjAxNSwwLjAyNywwLjAzMiwwLjA0MiwwLjA0NiAgICBjMC4wOCwwLjA4LDAuMTY3LDAuMTUyLDAuMjUxLDAuMjI4YzAuNTE3LDAuNDc0LDEuMTAxLDAuODc2LDEuNzQsMS4xOTFjMC4xMzMsMC4wNjYsMC4yNjQsMC4xMzUsMC40LDAuMTkyICAgIGMwLjA0MSwwLjAxOCwwLjA4NSwwLjAzLDAuMTI3LDAuMDQ2YzAuMTg4LDAuMDc1LDAuMzc3LDAuMTQ3LDAuNTcyLDAuMjA4YzAuMDE4LDAuMDA1LDAuMDM1LDAuMDA4LDAuMDUzLDAuMDE0ICAgIGMwLjIyMiwwLjA2NiwwLjQ0NiwwLjEyNCwwLjY3NSwwLjE3MWMwLjAzLDAuMDA2LDAuMDYxLDAuMDA4LDAuMDksMC4wMTRjMC4yMTgsMC4wNDEsMC40MzcsMC4wNzYsMC42NiwwLjA5OCAgICBjMC4wMDUsMCwwLjAwOSwwLjAwMSwwLjAxNCwwLjAwMmMwLjI0NiwwLjAyNCwwLjQ5LDAuMDM2LDAuNzMyLDAuMDM2YzAuMDAzLDAsMC4wMDctMC4wMDEsMC4wMTEtMC4wMDFoMzMuMzg4ICAgIGMzLjY4NywyNy45NTMsMjcuNjUyLDQ5LjYwMyw1Ni41OTcsNDkuNjAzYzI4Ljk0MywwLDUyLjkwOC0yMS42NSw1Ni41OTUtNDkuNjAzSDM0Ny45YzMuNjg4LDI3Ljk1MywyNy42NTIsNDkuNjAzLDU2LjU5Niw0OS42MDMgICAgYzI4Ljk0MywwLDUyLjkxLTIxLjY1LDU2LjU5OC00OS42MDNoMzMuMzk2YzAuMDA1LDAsMC4wMTEsMC4wMDEsMC4wMTYsMC4wMDFjMC4yNSwwLDAuNDk2LTAuMDE1LDAuNzQtMC4wMzkgICAgYzAuMDQ0LTAuMDA0LDAuMDg2LTAuMDEzLDAuMTMtMC4wMThjMC4xOTUtMC4wMjMsMC4zODktMC4wNSwwLjU3OS0wLjA4OGMwLjA4Mi0wLjAxNiwwLjE2MS0wLjAzOCwwLjI0Mi0wLjA1NyAgICBjMC4xNDctMC4wMzQsMC4yOTUtMC4wNywwLjQzOS0wLjExM2MwLjA5OC0wLjAyOSwwLjE5My0wLjA2MywwLjI4OS0wLjA5NmMwLjEyMy0wLjA0MiwwLjI0Ni0wLjA4NiwwLjM2Ny0wLjEzNSAgICBjMC4xMDQtMC4wNDEsMC4yMDMtMC4wODYsMC4zMDQtMC4xMzFjMC4xMS0wLjA1MSwwLjIyLTAuMTAzLDAuMzI3LTAuMTU4YzAuMTAyLTAuMDUyLDAuMi0wLjEwNiwwLjI5OC0wLjE2MiAgICBjMC4xMDMtMC4wNiwwLjIwNS0wLjEyMiwwLjMwNi0wLjE4NmMwLjA5NC0wLjA2LDAuMTg4LTAuMTIxLDAuMjc4LTAuMTg1YzAuMTAyLTAuMDcxLDAuMTk5LTAuMTQ2LDAuMjk4LTAuMjIyICAgIGMwLjA4Mi0wLjA2NSwwLjE2NS0wLjEyOSwwLjI0NS0wLjE5N2MwLjEwMy0wLjA4NywwLjItMC4xNzgsMC4yOTgtMC4yNzFjMC4wNjgtMC4wNjUsMC4xMzktMC4xMjksMC4yMDUtMC4xOTcgICAgYzAuMTA0LTAuMTA2LDAuMjAzLTAuMjE4LDAuMzAyLTAuMzMxYzAuMDUzLTAuMDYxLDAuMTA4LTAuMTIsMC4xNTktMC4xODJjMC4xMS0wLjEzNiwwLjIxLTAuMjc2LDAuMzEtMC40MTcgICAgYzAuMDM0LTAuMDQ5LDAuMDcyLTAuMDk1LDAuMTA1LTAuMTQ1YzAuMTIyLTAuMTgzLDAuMjM3LTAuMzcxLDAuMzQzLTAuNTY1YzAuMDA4LTAuMDEyLDAuMDE2LTAuMDIzLDAuMDIxLTAuMDM2ICAgIGMwLjExMy0wLjIwOCwwLjIxNy0wLjQyMSwwLjMxLTAuNjQxYzAuMDI2LTAuMDYzLDAuMDQ2LTAuMTI4LDAuMDcxLTAuMTkxYzAuMDYxLTAuMTU1LDAuMTIxLTAuMzEsMC4xNzItMC40NzEgICAgYzAuMDMzLTAuMTA0LDAuMDU3LTAuMjExLDAuMDg2LTAuMzE2YzAuMDMzLTAuMTI1LDAuMDY4LTAuMjQ5LDAuMDk2LTAuMzc2YzAuMDI1LTAuMTEzLDAuMDQxLTAuMjI5LDAuMDYtMC4zNDQgICAgYzAuMDE3LTAuMTAxLDAuMDM5LTAuMiwwLjA1Mi0wLjMwM2MwLjMxOC0yLjU0OCw2LjE5MS00OS42NjcsOC44MTQtODAuMTM1YzAuMDAzLTAuMDI5LDAuMDA0LTAuMDU5LDAuMDA3LTAuMDg4ICAgIGMwLjc1NS04Ljc4MywxLjIzOS0xNi4xNzksMS4yMzktMjAuNzA3QzUxMS45OTgsMjMyLjI2NCw0NjguMjYsMTg4LjUyNSw0MTQuNDk4LDE4OC41MjV6IE0zODAuOTU3LDIwMy41MjdoMzAuNjgzbC0zLjkxOSw0NC45OTYgICAgaC0zMC42ODNMMzgwLjk1NywyMDMuNTI3eiBNMTcxLjAwOCw0MjguMTI5Yy0yMy4yMTcsMC00Mi4xMDUtMTguODg4LTQyLjEwNS00Mi4xMDRzMTguODg5LTQyLjEwNCw0Mi4xMDUtNDIuMTA0ICAgIHM0Mi4xMDQsMTguODg4LDQyLjEwNCw0Mi4xMDRTMTk0LjIyNCw0MjguMTI5LDE3MS4wMDgsNDI4LjEyOXogTTQwNC40OTYsNDI4LjEyOWMtMjMuMjE2LDAtNDIuMTAzLTE4Ljg4OC00Mi4xMDMtNDIuMTA0ICAgIHMxOC44ODgtNDIuMTA0LDQyLjEwMy00Mi4xMDRjMjMuMjE3LDAsNDIuMTA1LDE4Ljg4OCw0Mi4xMDUsNDIuMTA0UzQyNy43MTMsNDI4LjEyOSw0MDQuNDk2LDQyOC4xMjl6IE00ODcuODYzLDM3OC41MjJoLTI2Ljc2NyAgICBjLTMuNjg2LTI3Ljk1NS0yNy42NTItNDkuNjA2LTU2LjU5OC00OS42MDZjLTI4Ljk0NCwwLTUyLjkxLDIxLjY1Mi01Ni41OTYsNDkuNjA2SDIyNy42MDQgICAgYy0zLjY4Ni0yNy45NTUtMjcuNjUxLTQ5LjYwNi01Ni41OTYtNDkuNjA2cy01Mi45MTIsMjEuNjUyLTU2LjU5OCw0OS42MDZIODkuMjY2bDYuMjk5LTY1LjAwNEgzNjQuNXYwLjAwNCAgICBjMC4wMDQsMCwwLjAwNywwLDAuMDExLDBjMC4yNTEsMCwwLjUtMC4wMTQsMC43NDYtMC4wMzljMC4wNDYtMC4wMDQsMC4wOTEtMC4wMTQsMC4xMzctMC4wMmMwLjE5Ni0wLjAyMywwLjM5MS0wLjA1MSwwLjU4My0wLjA4OSAgICBjMC4wODMtMC4wMTcsMC4xNjQtMC4wNCwwLjI0Ni0wLjA2YzAuMTUtMC4wMzYsMC4zLTAuMDcxLDAuNDQ2LTAuMTE1YzAuMS0wLjAzLDAuMTk1LTAuMDY2LDAuMjkyLTAuMSAgICBjMC4xMjYtMC4wNDQsMC4yNTItMC4wODcsMC4zNzQtMC4xMzdjMC4xMDUtMC4wNDMsMC4yMDYtMC4wOTEsMC4zMDgtMC4xMzljMC4xMTEtMC4wNTEsMC4yMjItMC4xMDIsMC4zMjktMC4xNTggICAgYzAuMTAyLTAuMDU0LDAuMjAyLTAuMTEyLDAuMzAzLTAuMTdjMC4xMDMtMC4wNiwwLjIwNS0wLjEyMSwwLjMwNS0wLjE4NWMwLjA5Ny0wLjA2MywwLjE4OS0wLjEyOSwwLjI4Mi0wLjE5NSAgICBjMC4wOTktMC4wNywwLjE5NS0wLjE0MiwwLjI5MS0wLjIxN2MwLjA4Ni0wLjA2OSwwLjE3MS0wLjE0LDAuMjU1LTAuMjEzYzAuMDk1LTAuMDgyLDAuMTg4LTAuMTY2LDAuMjc4LTAuMjUzICAgIGMwLjA3Ni0wLjA3MywwLjE1Mi0wLjE0OCwwLjIyNi0wLjIyNWMwLjA5LTAuMDk0LDAuMTc3LTAuMTkxLDAuMjYzLTAuMjljMC4wNjctMC4wNzgsMC4xMzMtMC4xNTYsMC4xOTctMC4yMzYgICAgYzAuMDgzLTAuMTA1LDAuMTYyLTAuMjEzLDAuMjQtMC4zMjJjMC4wNTktMC4wODIsMC4xMTYtMC4xNjQsMC4xNzItMC4yNDhjMC4wNzMtMC4xMTMsMC4xNDMtMC4yMjksMC4yMS0wLjM0NyAgICBjMC4wNTEtMC4wODgsMC4xMDMtMC4xNzYsMC4xNDktMC4yNjZjMC4wNjMtMC4xMTgsMC4xMTctMC4yMzgsMC4xNzQtMC4zNTljMC4wNDQtMC4wOTcsMC4wODktMC4xOTIsMC4xMjktMC4yOTIgICAgYzAuMDQ5LTAuMTE4LDAuMDktMC4yMzksMC4xMzMtMC4zNmMwLjAzNy0wLjEwNywwLjA3Ni0wLjIxNCwwLjEwOS0wLjMyNGMwLjAzMy0wLjExNiwwLjA2LTAuMjM1LDAuMDktMC4zNTMgICAgYzAuMDI5LTAuMTE5LDAuMDYxLTAuMjM3LDAuMDg0LTAuMzU4YzAuMDIzLTAuMTE4LDAuMDM3LTAuMjM4LDAuMDU1LTAuMzU4YzAuMDE4LTAuMTI0LDAuMDM5LTAuMjQ2LDAuMDUxLTAuMzcyICAgIGMwLjAwMi0wLjAxOCwwLjAwNi0wLjAzNSwwLjAwNy0wLjA1M2wzLjc1OS00My4xNWgzOC43NjJjMjIuOTc5LDAsMzMuMzQzLDExLjkwNiw0NC4zMTQsMjQuNTEyICAgIGM5LjA1MywxMC40MDEsMTkuMTYsMjIuMDA2LDM2LjM0LDI0LjgzN0M0OTIuOTY4LDMzNS45MzgsNDg5LjQ0MSwzNjUuNTU0LDQ4Ny44NjMsMzc4LjUyMnogTTQ5Ni40MzIsMjk3LjgzOCAgICBjLTExLjE0NS0yLjI3Mi0xOC4wMDItMTAuMTA3LTI2LjMwOS0xOS42NTFjLTEwLjM4OS0xMS45MzUtMjMuMDcyLTI2LjUtNDcuMzg1LTI5LjIxNGwzLjg4LTQ0LjU0OCAgICBjMzkuNzY0LDUuODgxLDcwLjM4LDQwLjIyOSw3MC4zOCw4MS42MDJDNDk2Ljk5OCwyODguODM4LDQ5Ni43ODgsMjkyLjkyMiw0OTYuNDMyLDI5Ny44Mzh6IiBmaWxsPSIjMDAwMDAwIi8+Cgk8L2c+CjwvZz4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMTcxLjAwOCwzNTguNTI0Yy0xNS4xNjMsMC0yNy41LDEyLjMzNi0yNy41LDI3LjVzMTIuMzM3LDI3LjUsMjcuNSwyNy41YzE1LjE2MywwLDI3LjUtMTIuMzM2LDI3LjUtMjcuNSAgICBDMTk4LjUwOCwzNzAuODYxLDE4Ni4xNzEsMzU4LjUyNCwxNzEuMDA4LDM1OC41MjR6IE0xNzEuMDA4LDM5OC41MjRjLTYuODkzLDAtMTIuNS01LjYwNy0xMi41LTEyLjVzNS42MDctMTIuNSwxMi41LTEyLjUgICAgczEyLjUsNS42MDcsMTIuNSwxMi41UzE3Ny45LDM5OC41MjQsMTcxLjAwOCwzOTguNTI0eiIgZmlsbD0iIzAwMDAwMCIvPgoJPC9nPgo8L2c+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTQwNC40OTYsMzU4LjUyNGMtMTUuMTYzLDAtMjcuNSwxMi4zMzYtMjcuNSwyNy41czEyLjMzNywyNy41LDI3LjUsMjcuNWMxNS4xNjMsMCwyNy41LTEyLjMzNiwyNy41LTI3LjUgICAgQzQzMS45OTYsMzcwLjg2MSw0MTkuNjU5LDM1OC41MjQsNDA0LjQ5NiwzNTguNTI0eiBNNDA0LjQ5NiwzOTguNTI0Yy02Ljg5MywwLTEyLjUtNS42MDctMTIuNS0xMi41czUuNjA3LTEyLjUsMTIuNS0xMi41ICAgIHMxMi41LDUuNjA3LDEyLjUsMTIuNVM0MTEuMzg5LDM5OC41MjQsNDA0LjQ5NiwzOTguNTI0eiIgZmlsbD0iIzAwMDAwMCIvPgoJPC9nPgo8L2c+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTcxLDE4OC41MjdIMzQuMzM0Yy00LjE0MywwLTcuNSwzLjM1OC03LjUsNy41YzAsNC4xNDIsMy4zNTcsNy41LDcuNSw3LjVINzFjNC4xNDMsMCw3LjUtMy4zNTgsNy41LTcuNSAgICBDNzguNSwxOTEuODg1LDc1LjE0MywxODguNTI3LDcxLDE4OC41Mjd6IiBmaWxsPSIjMDAwMDAwIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);width: 25px;height: 25px;position: absolute;top: 0px;right: 2%;background-size: contain;}
.seller_tab{display:inline-block;text-align:center;width:25%;position: relative;background-color: #fff;padding-top: 5px;padding-bottom: 5px;}
seller_tab:before{content: '';background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSItMjEgLTExNCA2ODIuNjY2NjkgNjgyIiB3aWR0aD0iNTEycHgiPjxwYXRoIGQ9Im01NzEuMjUgMTAyLjkxNzk2OWM1LjE3NTc4MSAwIDkuMzc1LTQuMTk1MzEzIDkuMzc1LTkuMzc1IDAtNS4xODM1OTQtNC4xOTkyMTktOS4zNzUtOS4zNzUtOS4zNzVoLTE2My4yMDcwMzFjLTUuMTgzNTk0IDAtOS4zNzUgNC4xOTE0MDYtOS4zNzUgOS4zNzUgMCA1LjE3OTY4NyA0LjE5MTQwNiA5LjM3NSA5LjM3NSA5LjM3NXptMCAwIiBmaWxsPSIjMDAwMDAwIi8+PHBhdGggZD0ibTM0OS4zNzUgMTQ1LjEwNTQ2OWMwIDUuMTc5Njg3IDQuMTk5MjE5IDkuMzc1IDkuMzc1IDkuMzc1aDIxMi41YzUuMTc1NzgxIDAgOS4zNzUtNC4xOTUzMTMgOS4zNzUtOS4zNzUgMC01LjE4MzU5NC00LjE5OTIxOS05LjM3NS05LjM3NS05LjM3NWgtMjEyLjVjLTUuMTc1NzgxIDAtOS4zNzUgNC4xOTE0MDYtOS4zNzUgOS4zNzV6bTAgMCIgZmlsbD0iIzAwMDAwMCIvPjxwYXRoIGQ9Im0zNTguNzUgMjA2LjA0Mjk2OWgyMTIuNWM1LjE3NTc4MSAwIDkuMzc1LTQuMTk1MzEzIDkuMzc1LTkuMzc1IDAtNS4xODM1OTQtNC4xOTkyMTktOS4zNzUtOS4zNzUtOS4zNzVoLTIxMi41Yy01LjE3NTc4MSAwLTkuMzc1IDQuMTkxNDA2LTkuMzc1IDkuMzc1IDAgNS4xNzk2ODcgNC4xOTkyMTkgOS4zNzUgOS4zNzUgOS4zNzV6bTAgMCIgZmlsbD0iIzAwMDAwMCIvPjxwYXRoIGQ9Im0zNTguNzUgMjU3LjYwNTQ2OWgyMTIuNWM1LjE3NTc4MSAwIDkuMzc1LTQuMTk1MzEzIDkuMzc1LTkuMzc1IDAtNS4xODM1OTQtNC4xOTkyMTktOS4zNzUtOS4zNzUtOS4zNzVoLTIxMi41Yy01LjE3NTc4MSAwLTkuMzc1IDQuMTkxNDA2LTkuMzc1IDkuMzc1IDAgNS4xNzk2ODcgNC4xOTkyMTkgOS4zNzUgOS4zNzUgOS4zNzV6bTAgMCIgZmlsbD0iIzAwMDAwMCIvPjxwYXRoIGQ9Im0zNTguNzUgMzA5LjE2Nzk2OWgxMjguNTQ2ODc1YzUuMTcxODc1IDAgOS4zNzUtNC4xOTUzMTMgOS4zNzUtOS4zNzUgMC01LjE4MzU5NC00LjIwMzEyNS05LjM3NS05LjM3NS05LjM3NWgtMTI4LjU0Njg3NWMtNS4xNzU3ODEgMC05LjM3NSA0LjE5MTQwNi05LjM3NSA5LjM3NSAwIDUuMTc5Njg3IDQuMTk5MjE5IDkuMzc1IDkuMzc1IDkuMzc1em0wIDAiIGZpbGw9IiMwMDAwMDAiLz48cGF0aCBkPSJtNjMwLjYyNSAzMzEuMTk5MjE5Yy01LjE3NTc4MSAwLTkuMzc1IDQuMTkxNDA2LTkuMzc1IDkuMzc1djEzLjU5Mzc1aC01MDEuNDYwOTM4Yy01LjE3NTc4MSAwLTkuMzc1IDQuMTkxNDA2LTkuMzc1IDkuMzc1IDAgNS4xNzk2ODcgNC4xOTkyMTkgOS4zNzUgOS4zNzUgOS4zNzVoNTAxLjQ2MDkzOHY0MC42MjVjMCA4LjYxNzE4Ny03LjAwNzgxMiAxNS42MjUtMTUuNjI1IDE1LjYyNWgtNTcxLjI1Yy04LjYxNzE4OCAwLTE1LjYyNS03LjAwNzgxMy0xNS42MjUtMTUuNjI1di00MC42MjVoNjEuNDYwOTM4YzUuMTc1NzgxIDAgOS4zNzUtNC4xOTUzMTMgOS4zNzUtOS4zNzUgMC01LjE4MzU5NC00LjE5OTIxOS05LjM3NS05LjM3NS05LjM3NWgtNjEuNDYwOTM4di0yNTMuMTI1YzAtNS4xODM1OTQtNC4xOTkyMTktOS4zNzUtOS4zNzUtOS4zNzVzLTkuMzc1IDQuMTkxNDA2LTkuMzc1IDkuMzc1djMxMi41YzAgMTguOTUzMTI1IDE1LjQyMTg3NSAzNC4zNzUgMzQuMzc1IDM0LjM3NWg1NzEuMjVjMTguOTUzMTI1IDAgMzQuMzc1LTE1LjQyMTg3NSAzNC4zNzUtMzQuMzc1di03Mi45Njg3NWMwLTUuMTgzNTk0LTQuMTk5MjE5LTkuMzc1LTkuMzc1LTkuMzc1em0wIDAiIGZpbGw9IiMwMDAwMDAiLz48cGF0aCBkPSJtNjA1LjYyNS01LjgzMjAzMWgtNTcxLjI1Yy0xOC45NTMxMjUgMC0zNC4zNzUgMTUuNDE3OTY5LTM0LjM3NSAzNC4zNzV2MzEuODc1YzAgNS4xNzk2ODcgNC4xOTkyMTkgOS4zNzUgOS4zNzUgOS4zNzVzOS4zNzUtNC4xOTUzMTMgOS4zNzUtOS4zNzV2LTMxLjg3NWMwLTguNjIxMDk0IDcuMDA3ODEyLTE1LjYyNSAxNS42MjUtMTUuNjI1aDU3MS4yNWM4LjYxNzE4OCAwIDE1LjYyNSA3LjAwMzkwNiAxNS42MjUgMTUuNjI1djI3Mi4xODc1YzAgNS4xNzk2ODcgNC4xOTkyMTkgOS4zNzUgOS4zNzUgOS4zNzVzOS4zNzUtNC4xOTUzMTMgOS4zNzUtOS4zNzV2LTI3Mi4xODc1YzAtMTguOTU3MDMxLTE1LjQyMTg3NS0zNC4zNzUtMzQuMzc1LTM0LjM3NXptMCAwIiBmaWxsPSIjMDAwMDAwIi8+PHBhdGggZD0ibTI4Ni4yNSAyODguODQ3NjU2YzE0LjgyMDMxMiAwIDI2Ljg3NS0xMi4wNTQ2ODcgMjYuODc1LTI2Ljg3NXYtMTUyLjVjMC0xNC44MTY0MDYtMTIuMDU0Njg4LTI2Ljg3NS0yNi44NzUtMjYuODc1aC0xOTcuNWMtMTQuODIwMzEyIDAtMjYuODc1IDEyLjA1ODU5NC0yNi44NzUgMjYuODc1djE1Mi41YzAgMTQuODIwMzEzIDEyLjA1NDY4OCAyNi44NzUgMjYuODc1IDI2Ljg3NXptLTIwNS42MjUtMjYuODc1di0xNTIuNWMwLTQuNDgwNDY4IDMuNjQwNjI1LTguMTI1IDguMTI1LTguMTI1aDE5Ny41YzQuNDg0Mzc1IDAgOC4xMjUgMy42NDQ1MzIgOC4xMjUgOC4xMjV2MTUyLjVjMCA0LjQ4MDQ2OS0zLjY0MDYyNSA4LjEyNS04LjEyNSA4LjEyNWgtMTk3LjVjLTQuNDg0Mzc1IDAtOC4xMjUtMy42NDQ1MzEtOC4xMjUtOC4xMjV6bTAgMCIgZmlsbD0iIzAwMDAwMCIvPjxwYXRoIGQ9Im0xNTUgMjQ5LjE1NjI1aDY1YzcuOTI1NzgxIDAgMTQuMzc1LTYuNDQ5MjE5IDE0LjM3NS0xNC4zNzV2LTIwYzAtMTYuNDg4MjgxLTguNTU4NTk0LTMxLjAxNTYyNS0yMS40NjQ4NDQtMzkuMzc1IDUuNTY2NDA2LTYuMTA5Mzc1IDguOTY0ODQ0LTE0LjIyNjU2MiA4Ljk2NDg0NC0yMy4xMjUgMC0xOC45NTMxMjUtMTUuNDIxODc1LTM0LjM3NS0zNC4zNzUtMzQuMzc1cy0zNC4zNzUgMTUuNDIxODc1LTM0LjM3NSAzNC4zNzVjMCA4Ljg5ODQzOCAzLjM5ODQzOCAxNy4wMTU2MjUgOC45NjQ4NDQgMjMuMTI1LTEyLjkwNjI1IDguMzU5Mzc1LTIxLjQ2NDg0NCAyMi44ODY3MTktMjEuNDY0ODQ0IDM5LjM3NXYyMGMwIDcuOTI1NzgxIDYuNDQ5MjE5IDE0LjM3NSAxNC4zNzUgMTQuMzc1em0xNi44NzUtOTYuODc1YzAtOC42MTcxODggNy4wMDc4MTItMTUuNjI1IDE1LjYyNS0xNS42MjVzMTUuNjI1IDcuMDA3ODEyIDE1LjYyNSAxNS42MjUtNy4wMDc4MTIgMTUuNjI1LTE1LjYyNSAxNS42MjUtMTUuNjI1LTcuMDA3ODEyLTE1LjYyNS0xNS42MjV6bS0xMi41IDYyLjVjMC0xNS41MDc4MTIgMTIuNjE3MTg4LTI4LjEyNSAyOC4xMjUtMjguMTI1czI4LjEyNSAxMi42MTcxODggMjguMTI1IDI4LjEyNXYxNS42MjVoLTU2LjI1em0wIDAiIGZpbGw9IiMwMDAwMDAiLz48L3N2Zz4K);width: 25px;height: 25px;position: absolute;top: 0px;right: 2%;background-size: contain;}

.more_seller_product_tab{display:inline-block;width:25%;text-align:center;position:relative;background-color: #fff;padding-top: 5px;padding-bottom: 5px;}
.seller_enquiry_form_tab{display:inline-block;width:25%;background-color: #fff;padding-top: 5px;padding-bottom: 5px;
border-left: 5px solid #f7f8f9;}
.wc-tabs{padding: 0;margin: 0 auto;margin-top: 15px;width: 97%;}
.shipping_tab.active{border-top: 2px solid #ff637d;color: #ff637d;border-left: 1px solid #e9e9e9;
border-right: 1px solid #e9e9e9;
box-shadow: 0px 0px 3px rgba(51, 51, 51, 0.2);}
.seller_tab.active{border-top: 2px solid #ff637d;color: #ff637d;border-left: 1px solid #e9e9e9;
border-right: 1px solid #e9e9e9;
box-shadow: 0px 0px 3px rgba(51, 51, 51, 0.2);}
.more_seller_product_tab.active{border-top: 2px solid #ff637d;color: #ff637d;border-left: 1px solid #e9e9e9;
border-right: 1px solid #e9e9e9;
box-shadow: 0px 0px 3px rgba(51, 51, 51, 0.2);}
.woocommerce-Tabs-panel--shipping p{padding: 4px 3px;
margin-bottom: 30px;}
.woocommerce-Tabs-panel--seller{margin-bottom: 30px;padding: 4px 3px}
.woocommerce-Tabs-panel--more_seller_product{margin-bottom: 30px;padding: 4px 3px}
.image-dok{position:relative;display: inline-block;top: 0;right: 2%;width: 26%;}
.list-img-dok{position: absolute;display: inline-block;width: 60%;border-right: 1px solid #d4d4d4;padding: 0;margin-right: 20px;padding-right: 15px;}
.title-info{color:#777;}
.seller-items{background-color:#fff;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);width: 103%;}
.profile-info-summery-wrapper{background-color:#fff !important;margin-bottom: 15px;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.dokan-single-store .dokan-store-tabs ul{width: 103%;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.seller-items .item-media{width: 20%;padding-left: 23px;padding-right: 23px;}
.seller-items .item-inner{border-bottom: 1px solid #ddd;}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper{height: 346px;width: 97% !important;}
.mfp-bg{z-index: 6000 !important;}
.mfp-wrap{z-index: 6000 !important;}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery{padding-right:10px !important;padding:0;}
.profile-info{color:#555;}
.dokan-single-store .dokan-store-tabs ul li.dokan-store-support-btn-wrap{float:none !important;}
.dokan-single-store .profile-frame{background:none;}
#store-toc-wrapper{background-color: #fff;width: 103%;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
#store-toc{padding: 15px;}
.store-review-wrap #reviews{background-color: #fff;width: 103%;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
#comments{padding:15px;margin-bottom: 15px;}
.seller-rating .star-rating{float: left;}
.woocommerce-Tabs-panel--more_seller_product .item-media{width: 20%;padding-right:23px;padding-left:23px;}
.woocommerce-Tabs-panel--more_seller_product .item-inner{width: 68%;border-bottom: 1px solid #ddd;}
.columns-3 .rating-list::before{right: -44px;position: relative;top: 1px;}
.columns-4 .rating-list::before{right: -44px;position: relative;top: 1px;}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li.dokan-store-rating{float: right !important;}
.seller-items .columns-3{margin:0;padding: 0;}
.dokan-store-info i:before{display:none;}
.dokan-store-info{list-style: circle !important;}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info{padding-right:0 !important;}
.dokan-store-support-btn-wrap{margin-bottom:5px;}
.profile-info-summery{width:97% !important;}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper{width:103% !important;}
.dokan-single-store .profile-frame .profile-info-box .profile-info-img{width:103% !important;max-width:103% !important;}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li{float:right !important;}
.woocommerce-Tabs-panel--more_seller_product .columns-4{padding:0;}
.tcw_table_price .order-title{display: inline-block;}
.tcw_table_price .td-product-thump ,.th-product-thumb{display:none !important;}
.tcw_table_price .td-product-index , .th-product-index{display:none !important;}
.tcw_table_price .td-product-price-change ,.th-product-price-change{display:none !important;}
.tcw_table_price .td-product-title{display:table-cell !important;}
.tcw_table_price .td-product-old-price{display:table-cell !important;}
.tcw_table_price .td-product-new-price{display:table-cell !important;}
.tcw_table_price .td-product-status{display:table-cell !important;}
.tcw_table_price tr{border-bottom: 1px solid #ddd;}

 /*
 *title single product*
 */
 .shadow-box {
    background-color: #fff;
    margin: 4px 8px;
    padding: 10px 10px;
    box-shadow: 0 0 7px rgba(193, 193, 193, 0.1);
 }

.single-product .woocommerce-product-rating {
     padding: 5px 15px 5px 0;
}
.single-product .woocommerce-product-rating .rating-title {
	width: 68%;
    display: inline-block;
}
.single-product .woocommerce-product-rating .rating-avrage {
	width: 28%;
    display: inline-block;
    font-size: 15px;
}
.single-product .woocommerce-product-rating .rating-info {
	display: inline-block;
	width: 60%;
}
.single-product .woocommerce-product-rating .star-rating {
	display: inline-block;
    text-align: center;

}

.single-product .price {
	font-size:10px;
    height: 55px;
}
.single-product .price ins .amount{
    font-size: 22px;
}
.single-product .onsale {
    position: absolute;
    z-index: 999;
    left: 10px;
    margin-top: 10px;
    padding: 2px 10px;
}

.single-product .product_meta>span {
    display: block;
    padding: 8px 0;
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 11px;
}

.single-product .product_meta>span:last-child {
    padding-bottom: 0;
}

.single-product .grouped-product .quantity input.qty,
.single-product .grouped-product .quantity input.minus, 
.single-product .grouped-product .quantity input.plus {
    height: 40px;
}

.single-product .grouped-product .grouped-title {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.single-product .grouped-product .grouped-price ins .amount, 
.single-product .grouped-product .grouped-price .amount {
    font-size: 14px;
    font-weight: bold;
}
.icon-bottom-product-image {
	position: relative;
}
.social-share {
	font-family: "Framework7 Icons";
	font-size: 30px;
color: #666;
	letter-spacing: 0;
	display: inline;
	padding: 0 5px 0 10px;
}
.social-share a{
	font-size:11px;
	font-family:vazir;
}
.social-share a i{
	font-size: 21px;
padding-right: 6px;
padding-left: 4px;
vertical-align: middle;
}
.close-picker {
	color:#fff !important;
	background-color:#ff4444 !important;
	border: 1px solid #fff !important ;
}
.single-product .buttons-fixed-add-to-cart button{
    color: #fff;
    height: 100%;
    border-radius: 0;
    padding: 0 34px;
    margin: 0 auto;
	webkit-transform: translateZ(0);
	-webkit-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
	position: fixed;
	bottom: 44px !important;
	right: 0 !important;
	width: 100% !important;
	z-index: 999 !important;
	height: 45px !important;
	text-align: center !important;
	line-height: 45px !important;
	border: none !important;
	border-radius: 0 !important;
	font-size: 17px !important;
	background-color: #4caf7e;
}
.single-product .buttons-fixed-add-to-cart button:before{
    content:'';
    position: absolute;
}
.single-product .woocommerce-Reviews {
    background-color:#fff
}
.single_add_to_cart_button {
	webkit-transform: translateZ(0);
-webkit-transform: translate3d(0%, 0, 0);
-o-transform: translate3d(0%, 0, 0);
transform: translate3d(0%, 0, 0);
position: fixed;
bottom: 44px !important;
right: 0 !important;
width: 100% !important;
z-index: 999 !important;
height: 45px !important;
text-align: center !important;
line-height: 45px !important;
border: none !important;
border-radius: 0 !important;
font-size: 17px !important;
background-color: #4caf7e !important;
}

/**
 * @group - Pagination
*/
.pagination {
    text-align: center;
    margin: 10px 0;
}

.pagination .page-numbers {
    list-style: none;
    padding: 0;
}

.pagination .page-numbers li {
    display: inline-block;
    margin: 20px 0 10px 0;
}

.pagination .page-numbers li a,
.pagination .page-numbers li span {
    color: #43454b;    
    padding: .3em 1em;
    background-color: #fff;
}
.pagination .page-numbers li span {
    background: #2196f3;
    color: #fff;
    font-weight: bold;
}

/************ filter **************/
ul.woof_list {
    padding-right: 0;
}
.woof_list li {
    width: 100%;
}
/**title sale**/
.title-vije {
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
	max-width: 100%;
	text-overflow: ellipsis;
	padding: 6px;
	margin-bottom: 6px;
}
/**
 * @group - Quantity Input
*/
.quantity input.minus, .quantity input.plus {
	height: 35px;
	border: 1px solid #ddd;
	background-color: #f9f9f9;
	padding-left: 1em;
	padding-right: 1em;
	font-weight: bold;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
}


.quantity input.qty {
	max-width: 3em;
	text-align: center;
	border-radius: 0 !important;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
	display: inline-block;
	height: 35px;
	border: 1px solid #ddd;
	font-size: 13px;
	vertical-align: middle;
	padding: 0;
}

/**
 * @group - Star Rating
*/
.star-rating {
    overflow: hidden;
    position: relative;
    height: 27px;
    width: 5.5em;
    font-size: 1.5em;
    margin: 0 auto;
}

.star-rating:before {
    color: rgba(0,0,0,.14);
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
    color: #FFC435;
}

.star-rating span:before {
    top: 0;
    position: absolute;
    left: 0;
}
.rating-list {
	padding-right: 25px;
	padding-left: 5px;
	background-color: #2196f3;
	border-radius: 3px;
	margin-left: 7px;
	color: #fff;	
}
.custom-rate {
	margin-bottom: 6px;
}
.rating-list:before {
	content: "\star_fill";
	font-family: "Framework7 Icons";
	right: 6px;
	position: absolute;
	line-height: 23px;
}
.rating-list-des {
	font-size: 11px;
	color: #555;
}



/**
 * @group - Custom Input
 * Reset input fields to defaut look
*/
.custom-inputs input[type=time], 
.custom-inputs input[type=number], 
.custom-inputs input[type=search], 
.custom-inputs input[type=text], 
.custom-inputs input[type=password], 
.custom-inputs input[type=email], 
.custom-inputs input[type=tel], 
.custom-inputs input[type=url], 
.custom-inputs input[type=date], 
.custom-inputs input[type=datetime-local], 
.custom-inputs select, 
.custom-inputs textarea {
    outline: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    border: 1px solid #ddd;
    width: 100%;
    padding: 5px 8px;
    font-size: 11px;
    border-radius: 3px;
    height: 36px;
    font-family: Vazir;
}
.select .swatch-control{
	background-color:#333;
}
.is-material .custom-inputs input[type=time], 
.is-material .custom-inputs input[type=number], 
.is-material .custom-inputs input[type=search], 
.is-material .custom-inputs input[type=text], 
.is-material .custom-inputs input[type=password], 
.is-material .custom-inputs input[type=email], 
.is-material .custom-inputs input[type=tel], 
.is-material .custom-inputs input[type=url], 
.is-material .custom-inputs input[type=date], 
.is-material .custom-inputs input[type=datetime-local], 
.is-material .custom-inputs select, 
.is-material .custom-inputs textarea {
    border-radius: 2px;
}

.custom-inputs textarea {
    width: 100%;
    height: 100px;
}

.custom-inputs p,
.custom-inputs p.form-row {
    margin: 0 0 15px 0;
}

.custom-inputs label {
    display: block;
font-size: 13px;
line-height: 20px;
width: 100%;
float: right;
}

.custom-inputs label .required {
    display: none;
}
/**
*login form*
**/
.mb-loginp {
	padding: 10px 25px 0 25px;
	font-size: 12px;
	color: #888;
}
.login-st {
	border-bottom:1px solid #eaeaea;
	padding-bottom: 10px;
	margin: 0px 30px;
}

.icon-infoo{
	font-family: 'Material Icons';
	color:#246ed7;
	letter-spacing: -4px;
	margin-left: 8px;
}
/**
 * @group - Empty State
*/
.empty-state {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.empty-state .content-block {
    margin: 0;
}

.empty-state h2 {
    margin-bottom: 0;
}

.empty-state p {
    margin-top: 0;
}

.empty-state a {
    margin-top: 20px;
}

.empty-state .empty-icon i {
    font-size: 7em; 
}

.empty-state .empty-icon i,
.empty-state p,
.empty-state h2 {
    color: #757575;
}




/**
 * @group - List Table
*/
table {
    width: 100%;
    border-collapse: collapse;
    background-color: transparent;
}

.list-table {
    width: 100%;
}

.list-table th {
    text-align: left;
    font-weight: normal;
}

.list-table td {
    text-align: right;
    color: #757575;
}

.list-table td p {
    margin: 0;
}

.is-ios .list-table td {
    text-align: right;
    color: #8e8e93;
}

.list-table td,
.list-table th {
    font-size: 12px;
    padding: 14px 0;
    border-top: 1px solid #eceeef;
}

.list-table tr:first-child td, 
.list-table tr:first-child th {
    border-top: none;
}

.list-table .variation {
    padding-bottom: 0;
}

.list-table .variation .variation-list:last-child {
    margin-bottom: 0;
}

.list-table .shipping td > p {
    font-weight: normal;
    padding-left: 50px;
    font-size: 90%;
}


/**
 * @group - Cart List
*/
.cart-items.product-list .remove-swipeout {
	text-align: center;
	display: block;
	color: #bd1633;
	padding: 10px;
	position: absolute;
	right: 9px;
	top: 6px;
	z-index: 99;
}

.cart-discount td {
    color: #F44336;
}

.cart-items .backorder_notification {
    font-size: 14px;
    margin-top: -5px;
    padding: 0 14px 8px;    
}

.cart-items .variation .variation-list:last-child {
    margin-bottom: 0;
}

.cart-items .variation {
    padding: 8px 14px 8px 0;
font-size: 12px;
border-bottom: 1px solid #ddd;
}

.cart-items .variation-list {
    margin-bottom: 0;
}

.cart_totals .content-block-inner {
    padding: 0 16px;
}



/**
 * @group - Product Horizontal Scroll
*/
.product-hscroll .card {
    margin: 0 5px;
    border-radius: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	overflow-y: visible;
}

.product-hscroll .swiper-slide {
    width: 180px;
    margin-right: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.product-hscroll .card .card-content img {
    display: block;
    max-width: 100%;
    height: auto;
}

.product-hscroll .card .footer {
    padding: 6px 3px 6px 3px;
}

.product-hscroll .card .footer .title {
	display: block !important;/* or inline-block */
    text-overflow: ellipsis !important;
    word-wrap: break-word !important;
    overflow: hidden !important;
    max-height: 3.6em !important;
    line-height: 1.8em !important;
    font-size:12px;
    padding: 0;
    max-width: 100%;
    font-weight: normal;
    margin: 0;
    white-space: initial;
	/*
   // font-size: 12px;
   // overflow: hidden;
   // padding: 0;
   // white-space: nowrap;
//max-width: 100%;
  //  text-overflow: ellipsis;
  //  padding-bottom: 6px;
  //  font-weight: normal;
//margin: 0;
//style man 
*/
} 

 	



.product-hscroll .star-rating {
    font-size: 1em;
    margin-top: -5px;
	padding-bottom: 4px;
}

.product-hscroll .product-price ins .amount,
.product-hscroll .product-price .amount {
    font-size: 16px;
    font-weight: bold;
}

.product-hscroll .product-price del .amount {
    top: 0;
}

.product-hscroll .footer {
    height: 65px;
}

.product-hscroll .onsale {
    left: 0;
    padding: 1px 8px;
    top: 0;
    margin-top: 0;
}





/**
 * @group - Product Grid
*/
.product-grid {
    padding: 0 3px;
    background-color: #f7f7f7;
    padding-top: 11px;
}

.product-grid .card {
    border-radius: 0;
	margin: 2px 1px;
    padding: 10px;
    box-shadow: 0 0 5px rgba(51, 51, 51, 0.09);
}
.product-grid .card img {
    display: block;
    max-width: 100%;
    height: auto;
}

.product-grid .row .col-50 {
    width: -webkit-calc((100% - 2px*1)/ 2);
    width: calc((100% - 2px*1)/ 2);
}

.product-grid .card .footer {
    height: 60px;
	margin-bottom: 5px;
}

.product-grid .card .footer .title {
	/*
    font-size: 12px;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis;
    padding-bottom: 6px;
    font-weight: normal;
	margin: 0;
	*/


	display: block !important;/* or inline-block */
    text-overflow: ellipsis !important;
    word-wrap: break-word !important;
    overflow: hidden !important;
    max-height: 3.6em !important;
    line-height: 1.8em !important;
    font-size:12px;
    padding: 0;
    max-width: 100%;
    font-weight: normal;
    margin: 0;
    white-space: initial;
}

.product-grid .card .onsale {
    top: 10px;
    right: 12px;
}

.product-grid .star-rating {
    font-size: 1em;
    margin-top: -3px;
	padding-bottom: 7px;
}

.product-grid .price .amount {
    font-size: 14px;
}

.is-material .product-grid .shop-add-to-cart {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 28px;
}

.is-material .product-grid .shop-add-to-cart .button {
    width: 40px;
    height: 28px;
    padding: 0;
    min-width: 40px;
}

.product-grid .product-price {
    position: relative;
    bottom: 0px;
}

.product-grid .shop-add-to-cart {
    display: none;
}
.woocommerce-Price-currencySymbol {
    font-size: 10px;
}
.product-hscroll .card .footer .custom-rate,.product-grid .card .footer .custom-rate {
	display:none;
}

/**
 * @group - Product List
*/
.product-list .list-block {
    margin: -2px 0 0 0;
}

.product-list .list-block .item-media img {
    max-width: 115px;
    height: auto;
    padding-right: 12px;
}

.product-list .list-block.media-list .item-title-row {
    padding-right: 0;
    background-image: none;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
	margin-bottom: 5px;
}

.product-list .list-block .item-title {
    white-space: initial;
    text-overflow: initial;
    font-size: 12px;
    padding-left: 15px;
}

.product-list .list-block .sale-label {
    position: absolute;
    top: 14px;
    z-index: 999;
}

.product-list .list-block .item-inner:after,
.product-list .list-block ul:before {
    display: none
}

.product-list .product-price {
`	margin-top: 10px;
}

.product-list .onsale {
    position: absolute;
    z-index: 999;
    bottom: 4%;
    left: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
}

.product-list .star-rating {
    
}

.product-list .shop-add-to-cart {
    position: absolute;
    bottom: 0;
    right: 0;
}

.product-list .shop-add-to-cart i {
    color: #757575;
}

.is-ios .product-list .shop-add-to-cart i {
    color: #8e8e93;
    width: auto;
    height: auto;
    line-height: normal;
}

.is-ios .product-list .shop-add-to-cart .button {
    border: none;
}

.is-ios .product-list .shop-add-to-cart {
    bottom: 8px;
    right: 5px;
}

.is-ios .product-list .onsale {
}



/**
 * @group - Navbar
*/
.navbar .center .logo img {
    max-width: 180px;
    height: auto;
    width: 100%;
}

.is-material .navbar,
.is-material .toolbar,
.is-material .searchbar,
.is-ios .subnavbar .buttons-row .button.active {
    background-color: #fff;
    color: #ff4444;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    box-shadow: 0px 0px 7px rgba(51, 51, 51, 0.2);
}
.is-ios .subnavbar .buttons-row a {
    color: #666;
    border: 0;
    border-radius: 0;
    height: auto;
    line-height: 44px;
}


/**
 * @group - Toolbar
*/
.toolbar-button .button {
    width: 100%;
    height: 48px;
    line-height: 48px;
}

.is-ios .toolbar-button .button {
    height: 44px;
    line-height: 44px;
    border-radius: 0;
}

.is-ios .toolbar-button .toolbar-inner {
    padding: 0;
}




/**
 * @group - Cart Page
*/
.woocommerce-cart .cart_totals .shipping td form {
    padding-left: 50px;
}

.woocommerce-cart .cart-update-button {
	border-radius: 0 !important;
	border: none !important;
	color: #fff;
	background-color: #0eb6b6;
	height: 35px;
}

.woocommerce-cart .actions .card {
    background: #f2f2f2;
}

/**
*title sale
**/
.content-block-titletakh{
position: relative;
overflow: hidden;
margin: 10px 0 0;
white-space: nowrap;
text-overflow: ellipsis;
font-size: 12px;
text-transform: uppercase;
color: #666;
padding: 11px 33px 14px 0;
}
.content-block-titletakh:before{
    background:none;
}




/**
 * @group - Checkout Page
*/
.woocommerce-shipping-fields__field-wrapper p:last-child,
.woocommerce-additional-fields__field-wrapper p:last-child {
    margin-bottom: 0;
}

.woocommerce-additional-fields__field-wrapper label {
    display: none;
}

.shipping-block .content-block-title,
.shipping-block .content-block {
    margin-top: 0;
}

.shipping-block .item-input.switcher {
    text-align: right;
    padding-right: 16px;
}

.shipping-block .item-input .label-switch {
    top: 16px;
}

.is-ios .shipping-block .content-block-title,
.is-ios .shipping-block .content-block {
    margin-top: 10px;
}

.is-ios .shipping-block {
    padding: 8px 0;
}
.payment-radio.list-block .item-text {
    max-height: initial;
    text-overflow: ellipsis;
    -webkit-line-clamp: initial;
    height: auto;
}

.payment-radio.list-block .item-text p {
    margin: 5px 0;
    font-size: 12px;
}

.is-ios label.label-radio input[type=checkbox]:checked~.item-inner, 
.is-ios label.label-radio input[type=radio]:checked~.item-inner {
    background-size: 20px 20px;
}

.checkout-terms.list-block .item-title {
    -webkit-box-flex: initial;
    -webkit-flex-shrink: initial;
    -ms-flex: initial;
    flex-shrink: initial;
    white-space: normal;
    overflow: initial;
    text-overflow: initial;
    font-size: 13px;
}

.woocommerce-order-received #payment-instruction p {
    margin: 0;
    border-radius: 0 0 2px 2px;
    color: #757575;
    min-height: 48px;
    position: relative;
    padding: 4px 16px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.is-ios.woocommerce-order-received #payment-instruction p {
    color: #8e8e93;
}

.woocommerce-order-received #payment-instruction p:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    right: auto;
    height: 1px;
    width: 100%;
    background-color: #e1e1e1;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.is-ios.woocommerce-order-received #payment-instruction p:before {
    background-color: #c8c7cc;
}
.cart_item .product-name {
    width: 42%;
    line-height: 25px;
}
.shipping td ul {
    list-style: none;
    padding-right: 0
}
.shipping td ul li {
    padding:8px 0;
}

/**
*blog
*/
.pos-archive {
	width: 100%;
	height: 300px;
	background-size: cover;
	position: relative;
	background-position: center center;
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.37);
    background-color: #1d1313;
}
.pos-archive::before{
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	background: -webkit-gradient(linear,left bottom,left top,from(#1d1313),to(transparent));
background: linear-gradient(to top,#1d1313,transparent);
}
.entry-header {
	position: absolute;
	bottom: 20px;
	color:#fff;
	padding: 0 10px;
}
.entry-header a{
	color:#fff;
	font-size: 14px;
}

.comments-link {
padding-right: 10px;
}
.comments-link a{
	border-left: 1px solid #969696;
	padding-left: 18px;
}
.comments-link i{
	vertical-align: middle;
	padding-top: 4px;
}
.icon-time {
	font-size: 19px;
	vertical-align: middle;
	padding: 0 6px;
	margin-right: 3px;
}
.posted-on a{
	color:#333;
	border-right: 1px solid #fff;
	font-size: 10px;
}
.entry-meta {
	background-color: #fff;
	margin-bottom: 20px;
	padding: 10px 0;
	box-shadow: 0 3px 7px rgba(51, 51, 51, 0.09);
}

.primary-navigation-blog {
	margin: 0;
	padding: 10px 0;
	background: #f7f7f7;
}
.primary-navigation-blog li {
	display: block;
    padding: 13px 12px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(51, 51, 51, 0.09);
    margin: 9px auto;
}
.alpha{
	font-size:13px;
	margin: 0;
}
.blogg-row {
	padding: 10px 10px;
	border-bottom: 15px solid #f2f2f2;
}
.content-ptpb {
	padding:0px 15px;
}
 /* Style the tab */
.tabpost {
    overflow: hidden;
    background-color: #fff;
}

/* Style the buttons that are used to open the tab content */
.tabpost button {
    background-color: inherit;
    float: right;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
	font-family: vazir;
	width: 50%;
	border-left: 1px solid #ddd;
	font-size: 12px;
	border-bottom: 0;
}
.blogicon{
	font-size: 18px;
	padding-left: 8px;
	vertical-align: middle;
}

/* Change background color of buttons on hover */
.tabpost button:hover {
    background-color: #eee;
}
/* Style the tab content */
.tabcontent {
    display: none;
    padding: 12px 16px;
    border-top: none;
} 
.tabcontent {
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

	
/**
 * @group - widgets
*/

ul.widgets {
    padding: 0;
    list-style: none;
}

.widgets h2 {
	font-size: 0.80rem;
	margin: 5px 0px;
	border-bottom: 1px solid #ff637d;
	padding-bottom: 6px;
	display: inline-block;
}

.widgets li.widget {
padding-bottom: 10px;
margin-bottom: 10px;
}


.widgets .woocommerce.widget_layered_nav ul,
.widgets .woocommerce.widget_rating_filter ul,
.widgets .widget_layered_nav_filters ul,
.widgets ul.product-categories,
.widgets ul.product-categories ul.children {
    padding: 4px 0;
    list-style: none;
    border-top: 1px solid #ddd;
margin-top: -6px;
}

.widgets ul.product-categories {
    padding: 0;
}

.widgets .product-categories li {
    padding: 6px 0 0 0;
}

.widgets ul.product_list_widget {
    padding-left: 0;
    list-style: none;
}

.widget_product_categories ul li:before {
    font-size: 1.4rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\E2C8";
}

.widget_layered_nav li:before, 
.widget_product_categories ul li:before {
    font-family: 'Material Icons';
    display: inline-block;
    margin-right: 8px;
    position: relative;
    top: 5px;
}

.widgets .product_list_widget li {
    margin-bottom: 16px;
    text-align: center;
    box-shadow: 0 1px 2px rgba(0,0,0,.3);
    padding: 0 0 8px 0;
}

.widgets .product_list_widget li img {
    width: 100%;
    padding-bottom: 8px;
}

.widgets .product_list_widget li .product-title {
    display: block;
}

.widgets .product_list_widget .star-rating {
    font-size: 1.3em;
    margin: 0 auto;
}

.widgets .cart_list .mini_cart_item a.remove {
    position: absolute;
    font-size: 2rem;
    margin-left: 10px;
    margin-top: -5px;
    color: red;
}

.widgets .widget_shopping_cart_content .buttons a {
    margin-bottom: 10px;
}

.widgets .widget_shopping_cart_content p.buttons {
    margin-bottom: 0;
}

.widgets .cart_list .mini_cart_item .quantity,
.widgets .product_list_widget .reviewer {
    display: block;
}

.widgets .product_list_widget .amount {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.widgets .product_list_widget ins .amount {
    margin-right: 6px;
}

.widgets .product_list_widget del .amount {
    color: #757575;
    font-size: 14px;
    text-decoration: line-through;
}

.is-ios .widgets .product_list_widget del .amount {
    color: #8e8e93;
}

.widgets .widget_product_search .search-field {
    outline: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    border: 1px solid #ddd;
    width: 100%;
    padding: 5px 8px;
    font-size: 13px;
    border-radius: 5px;
    height: 36px;
}

.is-material .widgets .widget_product_search .search-field {
    border-radius: 2px;
}

.widgets form.woocommerce-product-search {
    margin-bottom: 0;
}

.widgets .woocommerce-product-search input[type=submit] {
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    text-decoration: none;
    text-align: center;
    display: block;
    border-radius: 2px;
    line-height: 36px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: 0 0;
    margin: 0;
    height: 36px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    text-transform: uppercase;
    font-family: inherit;
    cursor: pointer;
    min-width: 64px;
    padding: 0 8px;
    position: relative;
    overflow: hidden;
    outline: 0;
    border: none;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    width: 100%;
    margin-top: 10px;
    background-color: #0eb698;
    color: #fff;
}

.is-ios .widgets .woocommerce-product-search input[type=submit] {
    box-shadow: none;
    border-radius: 5px;
}

.widgets .widget_rating_filter .wc-layered-nav-rating .star-rating {
    display: inline-block;
    font-size: 1.1em;
    position: relative;
    top: 10px;
}

.widgets .widget_layered_nav_filters ul li.chosen a::before, a.remove::before {
	color: #ff637d;
	text-rendering: auto;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	top: 2px;
	font-size: 1rem;
	content: "\f00d";
	font-family: "Font Awesome 5 free";
	margin-left: 8px;
    display: inline-block;
    font-weight: 800;
}


.footer-widgets ul.widgets {
    margin: 0;
}


.widgets .woocommerce.widget_price_filter .price_label {
	font-size: .9rem;
	margin-top: 10px;
	text-align: center;
}

.widgets .price_slider { 
    margin-bottom: 1em;
}

.widgets .price_slider_amount {
    text-align: right;
    line-height: 2.4em;
    font-size: 0.8751em;
}


.widgets .widget_price_filter .price_slider_amount .button {
	font-size: 1.15em;
	width: 100%;
	background-color: #0eb698;
	color: #fff;
	border-radius: 0;
}

.widgets .ui-slider {
    position: relative;
    text-align: left;
}

.widgets .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: 1px solid rgba(0, 0, 0, 0.25);
	cursor: pointer;
	background: #e7e7e7;
	background: -webkit-gradient(linear,left top,left bottom,from(#FEFEFE),to(#e7e7e7));
	background: -webkit-linear-gradient(#FEFEFE,#e7e7e7);
	background: -moz-linear-gradient(center top,#FEFEFE 0%,#e7e7e7 100%);
	background: -moz-gradient(center top,#FEFEFE 0%,#e7e7e7 100%);
	outline: none;
	top: -.6em;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
}

.widgets .ui-slider .ui-slider-handle:last-child {
    margin-left: -1em;
}

.widgets .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size:.7em;
    display: block;
    border: 0;
    background: none repeat scroll 0 0 #0eb698;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}

.widgets .price_slider_wrapper .ui-widget-content {
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    background: #1e1e1e;
    background: -webkit-gradient(linear,left top,left bottom,from(#1e1e1e),to(#6a6a6a));
    background: -webkit-linear-gradient(#1e1e1e,#6a6a6a);
    background: -moz-linear-gradient(center top,#1e1e1e 0%,#6a6a6a 100%);
    background: -moz-gradient(center top,#1e1e1e 0%,#6a6a6a 100%);
}

.widgets .ui-slider-horizontal {
	height: 0.3em;
	margin: 15px 0;
}

.widgets .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.widgets .ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}

.widgets .ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}
/****
price
*****/
.col-50-price {
	text-align: center;
}

.price-old {
	display:block;
	width:90%;
	background-color:#777;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 2px;
}
.price-old .amount {
	color:#fff;
	text-decoration:line-through;
	font-weight: 300 !important;
}
.price-new {
	display: block;
	width: 90%;
	background-color: #ff637d;
	text-align: center;
	margin: 0 auto;
}
.price-new .amount {
	color:#fff;
}
/**
 * @group - RTL Support
*/
.rtl .list-table th {
    text-align: right;
}

.rtl.woocommerce-cart .cart_totals .shipping td form {
    padding-right: 50px;
    padding-left: 0;
}

.rtl .full-cards .list-block .item-inner {
    padding-left: 0;
}

.rtl .full-cards .list-block .item-inner {
    padding-left: 0;
}

.rtl .full-cards .list-block .item-content {
    padding-right: 0;
}

.rtl.is-ios .shipping-block .item-input.switcher {
    text-align: right;
    padding-left: 16px;
    padding-right: 0;
}

.rtl.is-material .navbar .button, 
.rtl.is-material .picker-modal .toolbar .button {
    margin-left: 16px;
}

.rtl .list-block li.media-item .item-link .item-title-row,
.rtl .list-block.media-list .item-link .item-title-row {
    padding-left: 0;
}

.rtl .list-block .item-after {
    padding-left: 0;
}

.rtl .widget_layered_nav li:before,
.rtl .widget_product_categories ul li:before {
    font-family: 'Material Icons';
    display: inline-block;
    margin-left: 8px;
}

.rtl #category-list-all ul.children {
    padding: 0 20px 0 0;
}

.sub-menu{
	display: none;
}


.rtl .pull-right {
    float: left;
}

.rtl .pull-left {
    float: right;
}

.rtl .product-list .shop-add-to-cart {
    left: 0;
    right: initial;
}


/**
 * Tablet devices
*/
@media (min-width: 768px) {
    .panel-left {
        border-right: 1px solid #ddd;
    }

}



/**
 * Devices that are lower than 320px
*/
@media (max-width: 320px) {
    .list-block .item-content {
        padding-left: 10px;
    }

    .list-block .item-media+.item-inner {
        margin-left: 8px;
    }

    .cart-items .quantity input.minus, 
    .cart-items .quantity input.plus {
        padding-left: 0.6em;
        padding-right: 0.6em;
    }
}

input#show_complete_btn {
    /* display: block !important; */
}

h5 {
    margin-top: 0;
    color: red;
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal_1 {
    display:    none;
    position:   fixed;
    z-index:    1000;
    bottom:        0;
    left:       0;
    height:     20%;
    width:      100%;
    
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal_1 {
    display: block;
}

/******* blog  *****/
.row .blog-col-70 {
	width: 70%;
	width: -webkit-calc((100% - 15px*1)/ 1.5);
	width: calc((100% - 15px*1)/ 1.5);
}
.row .blog-col-30 {
	width: 30%;
    width: -webkit-calc((100% - 15px*1)/ 2.7);
    width: calc((100% - 15px*1)/ 2.7);
    padding-left: 10px;
}
.woocommerce-tabs {
	margin-top: -10px;
}

.woocommerce-tabs .woocommerce-Tabs-panel {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    z-index: 2;
	width: 97%;
	margin: 0 auto;
	margin-bottom: 14px;
}
.select2 {
    display: none;
}
.bubble {
  right: 10px;
  position: absolute;
  text-transform: uppercase;
  z-index: 9;
}

.bubble .inside {
  background-color: #e74c3c;
  border-radius: 999px;
  display: table;
  height: 42px;
  position: relative;
  width: 42px;
  -webkit-border-radius: 999px;
}

.bubble .inside .inside-text {
  color: #fff;
  display: table-cell;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  text-align: center;
  vertical-align: middle;
}
#billing_country_field {
    display:none;
}

.tm-woowishlist-page-button{color: #ff637d !important;position: absolute;top: 153px;right: 7px;z-index: 55;border: none !important;font-size: 25px;background-color: #fff;width: 47px;height: 39px;border-radius: 10px;}
.tm-woowishlist-button-single{color: #ff637d !important;position: absolute;top: 153px;right: 7px;z-index: 55;border: none !important;font-size: 25px;background-color: #fff;width: 47px;height: 39px;border-radius: 10px;box-shadow: 0 0 10px rgba(51,51,51,.18);}
.tm-wc-compare-wishlist-loader{display:none;}
.tm-woowishlist-item {
    position: relative;
    margin: 0 0 20px;
    border-bottom: 1px solid #ddd;
}
.tm-woowishlist-remove {
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: pointer;
    color: #ff4444;
    text-align: center;
    line-height: 17px;
    font-size: 17px;
    right: auto;
}
.tm-woowishlist-item .tm-woocomerce-list__product-image {
    float: left;
    margin: 0 30px 10px 0;
}
.tm-woowishlist-item .tm-woocomerce-list__product-title {

    margin: 0 0 10px;

}
.is-ios .stock.in-stock {
    display:none;
}
.tm-woowishlist-item .shop-add-to-cart {
    display:none;
}
/***** new *****/
.cus-style {
    list-style-type: circle;
}
.product ul.jcaa_attr_select:first-child,.card-content .item-media ul.jcaa_attr_select:first-child {
	position: absolute;
	display: block;
	width: 17px;
	right: 0;
	padding-right: 2px;
    top: 10px;
}
.product ul.jcaa_attr_select:first-child li,.card-content .item-media ul.jcaa_attr_select:first-child li {
    border: 0;
}
.product ul.jcaa_attr_select:first-child li a .jcaa_obj_color,.card-content .item-media ul.jcaa_attr_select:first-child li a .jcaa_obj_color {
    width: 7px;
    height: 7px;
    border-radius: 7px;
    padding: 0;
}
.price del {
    color: #ff637d;
}
.onsale-box {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0;
    height: 0;
    border-bottom: 53px solid transparent;
    border-left: 53px solid #ff637d;
}
.onsale-box span.onsale {
	position: absolute;
	top: 11px;
	left: 0;
	transform: rotate(-45deg);
	color: #fff;
	text-align: center;
	background-color: transparent;
	font-size: 14px;
	line-height: 1;
	min-height: auto;
	width: auto;
	right: 15px;
	min-width: 3em;
	padding: 0;
	margin: 0;
	z-index: 9;
}
.home--banner {
    width: 96%;
display: block;
margin: 0 auto;
position: relative;
}
.home--banner img {
border-radius: 7px;
box-shadow: 0 0 10px rgba(62, 62, 62, 0.2);
}
.contdown-sale {
  background-color: #ffdfdf;
padding: 5px 0;
color: #b35353;
}
.contdown-sale span.countdown-section{
    width: 25%;
display: inline-block;
}
.contdown-sale span.countdown-section .countdown-amount, .contdown-sale span.countdown-section .countdown-period {
	margin: -5px 0 0 0;
	display: block;
	text-align: center;
}
.finish-sale {
	text-align: center;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	height: 30px;
	line-height: 30px;
	margin-top: -55px;
	position: absolute;
	left: 20px;
	right: 20px;
	top: 50%;
}
.product-hscroll .card.blog {
    height: 245px;
border-radius: 7px;
background-size: cover;
background-position: center;
background-color: #1d1313;
}
.product-hscroll .card.blog:before {
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: -webkit-gradient(linear,left bottom,left top,from(#1d1313),to(transparent));
	background: linear-gradient(to top,#1d1313,transparent);
	position: absolute;
    border-radius: 7px;
}
.product-hscroll .card.blog .title {
position: absolute;
color: #fff;
bottom: 10px;
z-index: 2;
text-align: center;
font-size: 13px;
background: linear-gradient(to top,#1d1313,transparent);
padding: 0 5px;
}
.product-list .price .amount {
    font-size: 17px;
    }
.term-description {
      background-color: #fff;
padding: 10px;
text-align: justify;
margin: 0 10px;
box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
}

.woocommerce .woocommerce-widget-layered-nav-list {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
	position: relative;
	margin-bottom: 2px;
	padding: 5px 13px;
    list-style: none;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: 8px;
    width: 15px;
    height: 15px;
    background-position: -193px -81px;
    border: 1px solid #d4dbde;
    border-radius: 2px;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after, .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before {
	content: ' ';
	display: table;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a {
	padding-right: 25px;
	position: relative;
	font-weight: 500;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span.count {
	float: left;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	right: 5px;
	width: 11px;
	height: 11px;
	background-position: -193px -81px;
	border: 1px solid #fff;
	border-radius: 1px;
	background-color: #1ca2bd;
}
.tcw-product__add {
    width: 92% !important;
}
.archive-out-of-stock {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: rgba(255,255,255,.92);
    padding: 1px 20px;
    border: 1px solid #c3c3c3;
    font-size: 13px;
}
.jcaa_attr_select .jcaa_active_attr {
    border-color: #8fc0e6;
    background-color: rgba(143, 192, 230, 0.23);
}
a.jcaa_attr_option.jcaa_obj_text {
    padding: 15px 10px;
}
.comment-list {
    padding-right: 15px;
list-style: none;
}
.comment-list .comment {
padding-bottom: 7px;
margin-bottom: 12px;
border-bottom: 1px solid #ddd;
position: relative;
}
.comment-list .comment .comment-meta {
    position: absolute;
top: 0;
left: 0;
}
.comment-list .comment .reply {
    position: absolute;
left: 0;
bottom: 10px;
}
.comments-area .comment-form-author input,
.comments-area .comment-form-email input,
.comments-area .comment-form-url input ,
.comments-area .comment-form-comment textarea {
 width: 100%;
}
.woocommerce-error, .woocommerce-message {
  -webkit-animation: seconds 1.0s forwards;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 4s;
  animation: seconds 1.0s forwards;
  animation-iteration-count: 1;
  animation-delay: 5s;
  position: absolute;
background: #ff637d;
z-index: 99;
margin-top: 32px;
opacity: 1;
color: #fff;
width: 100%;
text-align: center;
padding: 7px 0;
}
.woocommerce-message {
background: #4caf7e; }
@-webkit-keyframes seconds {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    left: -9999px;
  }
}
@keyframes seconds {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    left: -9999px;
  }
}
.leftarrow {
     background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4Ij4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNDkyLDIzNkgyNzZWMjBjMC0xMS4wNDYtOC45NTQtMjAtMjAtMjBjLTExLjA0NiwwLTIwLDguOTU0LTIwLDIwdjIxNkgyMGMtMTEuMDQ2LDAtMjAsOC45NTQtMjAsMjBzOC45NTQsMjAsMjAsMjBoMjE2ICAgIHYyMTZjMCwxMS4wNDYsOC45NTQsMjAsMjAsMjBzMjAtOC45NTQsMjAtMjBWMjc2aDIxNmMxMS4wNDYsMCwyMC04Ljk1NCwyMC0yMEM1MTIsMjQ0Ljk1NCw1MDMuMDQ2LDIzNiw0OTIsMjM2eiIgZmlsbD0iIzY2NjY2NiIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=)
}
.downarrow {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMxLjQyNyAzMS40MjciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMxLjQyNyAzMS40Mjc7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4Ij4KPHBhdGggZD0iTTEuMTExLDE2LjgzMkMwLjQ5MiwxNi44MzIsMCwxNi4zMjUsMCwxNS43MDZjMC0wLjYxOSwwLjQ5Mi0xLjExMSwxLjExMS0xLjExMUgzMC4zICBjMC42MTksMCwxLjEyNywwLjQ5MiwxLjEyNywxLjExMWMwLDAuNjE5LTAuNTA4LDEuMTI3LTEuMTI3LDEuMTI3SDEuMTExeiIgZmlsbD0iIzY2NjY2NiIvPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K)
}
#billing_city_field,#billing_sabira_cities_field {
    width: 49%;
display: inline-block;
float: left;
}
#billing_state_field {
    width: 49%;
display: inline-block;
}
.new-social3 {
    display: block;
    background-color: #fff;
padding: 0px;
}
.new-social3 .socialrow {
    display: block;
margin: 0 auto; 
text-align: center;
}
.new-social3 .social {
    width: 40px;
    height: 50px;
    display: inline-block;
    background-repeat: no-repeat;
}
.new-social3 .social.telegram {
    background: url(img/img-sprite.png) 48px 0;
}
.new-social3 .social.instagram {
    background: url(img/img-sprite.png) 101px 0;
}
.new-social3 .social.aparat {
    background: url(img/img-sprite.png) 151px 0;
}
.new-social3 .app {
    width: 154px;
    height: 50px;
    display: inline-block;
    background-repeat: no-repeat;
}
.new-social3 .app.ios {
    background: url(img/img-sprite.png) 465px 0;
}
.new-social3 .app.android {
    background: url(img/img-sprite.png) 310px 0;
}
.c-loading__anim2 {
	width: 38px;
	height: 38px;
	position: absolute;
	margin-right: -18px;
	margin-top: -18px;
	top: 50%;
	right: 50%;
}

.a-loading__anim2__dot {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
}

.a-loading__anim2__dot:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #575757;
}

.a-loading__anim2__dot1 {
  transform: rotate(225deg);
  animation: a-loading__anim2__dot1__Orbit1 5s infinite;
  animation-delay: 0ms;
}
.a-loading__anim2__dot2 {
  transform: rotate(215deg);
  animation: a-loading__anim2__dot1__Orbit2 5s infinite;
  animation-delay: 125ms;
}
.a-loading__anim2__dot3 {
  transform: rotate(205deg);
  animation: a-loading__anim2__dot1__Orbit3 5s infinite;
  animation-delay: 250ms;
}
.a-loading__anim2__dot4 {
  transform: rotate(195deg);
  animation: a-loading__anim2__dot1__Orbit4 5s infinite;
  animation-delay: 375ms;
}
.a-loading__anim2__dot5 {
  transform: rotate(185deg);
  animation: a-loading__anim2__dot1__Orbit5 5s infinite;
  animation-delay: 500ms;
}

@keyframes a-loading__anim2__dot1__Orbit1 {
  0% {
    transform: rotate(225deg);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  6% {
    transform: rotate(350deg);
    animation-timing-function: linear;
  }
  29% {
    transform: rotate(495deg);
    animation-timing-function: ease-in-out;
  }
  39% {
    transform: rotate(710deg);
    animation-timing-function: linear;
  }
  62% {
    transform: rotate(855deg);
    animation-timing-function: ease-in;
  }
  66% {
    transform: rotate(945deg);
    animation-timing-function: ease-in;
    opacity: 1;
  }
  67% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes a-loading__anim2__dot1__Orbit2 {
  0% {
    transform: rotate(215deg);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  6% {
    transform: rotate(340deg);
    animation-timing-function: linear;
  }
  29% {
    transform: rotate(485deg);
    animation-timing-function: ease-in-out;
  }
  39% {
    transform: rotate(700deg);
    animation-timing-function: linear;
  }
  62% {
    transform: rotate(845deg);
    animation-timing-function: ease-in;
  }
  66% {
    transform: rotate(935deg);
    animation-timing-function: ease-in;
    opacity: 1;
  }
  67% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes a-loading__anim2__dot1__Orbit3 {
  0% {
    transform: rotate(205deg);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  6% {
    transform: rotate(330deg);
    animation-timing-function: linear;
  }
  29% {
    transform: rotate(475deg);
    animation-timing-function: ease-in-out;
  }
  39% {
    transform: rotate(690deg);
    animation-timing-function: linear;
  }
  62% {
    transform: rotate(835deg);
    animation-timing-function: ease-in;
  }
  66% {
    transform: rotate(925deg);
    animation-timing-function: ease-in;
    opacity: 1;
  }
  67% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes a-loading__anim2__dot1__Orbit4 {
  0% {
    transform: rotate(195deg);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  6% {
    transform: rotate(320deg);
    animation-timing-function: linear;
  }
  29% {
    transform: rotate(465deg);
    animation-timing-function: ease-in-out;
  }
  39% {
    transform: rotate(680deg);
    animation-timing-function: linear;
  }
  62% {
    transform: rotate(825deg);
    animation-timing-function: ease-in;
  }
  66% {
    transform: rotate(915deg);
    animation-timing-function: ease-in;
    opacity: 1;
  }
  67% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes a-loading__anim2__dot1__Orbit5 {
  0% {
    transform: rotate(185deg);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  6% {
    transform: rotate(310deg);
    animation-timing-function: linear;
  }
  29% {
    transform: rotate(455deg);
    animation-timing-function: ease-in-out;
  }
  39% {
    transform: rotate(670deg);
    animation-timing-function: linear;
  }
  62% {
    transform: rotate(815deg);
    animation-timing-function: ease-in;
  }
  66% {
    transform: rotate(905deg);
    animation-timing-function: ease-in;
    opacity: 1;
  }
  67% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
body .loadinggif {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 99;
	background-color: rgba(255, 255, 255, 0.61);
}
body.loading .loadinggif {
    display:block;
}
.zanbil-vendor {
	width: auto;
	box-shadow: 0 0 7px rgba(51, 51, 51, 0.05);
}
.zanbil-vendor .dc {
	width: 85%;
	display: block;
	vertical-align: top;
	height: 66px;
	margin-right: 15px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	padding: 0 15px;
}
.zanbil-vendor .dc p {
	line-height: 23px;
    font-size: 12px;
}
.zanbil-vendor .dc img {
	width: 42px;
	opacity: 0.5;
	float: right;
	margin-left: 15px;
}
.zanbil-vendor .dc:last-child {
	border: 0;
	margin-bottom: 0;
}