body {
    background-color: #f5f5f5;
}
@font-face {
  font-family: 'icon-font-mob';
  src: url('../fonts/c31308d5.woff') format('woff'), 
	 url('../fonts/3bd851a1.woff2') format('woff2');
}
.c-product__title {
    font-size: 15px;
    color: #333;
    font-weight: 500;
	padding-top: 10px;
	margin-bottom: 0 !important;
}
.c-product__title span {
    color: #b5b5b5;
    font-size: 12px !important;
    line-height: 1.833 !important;
    display: block;
    margin-top: 5px;
}
.row.c-product {
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.11);
    border: 1px solid #e4e4e4;
    margin-bottom: 15px;
    width: 100%;
    margin-top: 8px;
    overflow-y:hidden;
}
.rate-box {
    text-align: left;
    padding-top: 17px;
    font-size: 10px;
    color: #8a8887;
}
.rate .fas.fa-star {
    color: #ffb518;
}
.c-product__directory li{
	 margin-left: 28px;
   display: inline-block;
}
.btn-link-spoiler::after {
    left: 0;
    right: 0;
    top: 50%;
    margin-top: .85em;
    content: "";
    position: absolute;
    border-bottom: 1px dashed #1ca2bd;
}
.btn-link-spoiler {
    color: #1ca2bd;
    padding: 0;
    line-height: 2;
	display: inline-block;
   position: relative;
}
.c-product__variants {
    margin: 20px 0 10px;
    color: #6f6f6f;
    vertical-align: top;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
}
.c-product__variants > span {
    font-size: inherit;
    color: inherit;
    padding-left: 15px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    white-space: nowrap;
}
.c-product__variants, .c-product__variants > span {
    display: -ms-flexbox;
    display: flex;
}
.c-product__variants ul {
    margin-right: -8px;
    list-style: none;
    padding: 0;
    display: inline-block;
    max-width: calc(100% - 100px);
}
.c-product__variants li {
    margin: 0 8px 8px 0;
    display: inline-block;
}
.c-ui-variant {
    display: inline-block;
    position: relative;
}
.c-ui-variant--color .c-ui-variant__shape {
    width: 17px;
    height: 17px;
    position: absolute;
    right: 8px;
    top: 8px;
    border-radius: 5px;
    background: #ccc;
        background-color: rgb(204, 204, 204);
    border: 1px solid #ccc;
    content: "";
}
.c-ui-variant input[type="radio"] {
    visibility: hidden;
    position: absolute;
}
input[type="radio"]:checked + .c-ui-variant__check {
    border-color: var(--main-color);
}
.c-ui-variant--color .c-ui-variant__check {
    padding-right: 37px;
}
.c-ui-variant__check {
    cursor: pointer;
    border: 1px solid #dedede;
        border-top-color: rgb(222, 222, 222);
        border-right-color: rgb(222, 222, 222);
        border-bottom-color: rgb(222, 222, 222);
        border-left-color: rgb(222, 222, 222);
    border-radius: 5px;
    color: #000;
    padding: 5px 16px;
        padding-right: 16px;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    display: block;
}
.product-detail,.menu-item ul {
  list-style: none;
padding: 0;
color: #000;
font-size: 12px;
line-height: 1.833;
font-weight: 500;
}

.product-detail li,.menu-item ul li {
    margin: 5px 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.product-detail li::before,.menu-item ul li::before {
    content: "";
    width: 5px;
    height: 5px;
    background: #ccc;
    vertical-align: middle;
    margin-left: 5px;
    border-radius: 50%;
}
#showmenu::after {
    content: '+';
    color: #1ca2bd;
    background: none;
    width: unset;
    height: unset;
    position: absolute;
    right: 0;
    top: 2px;
    vertical-align: middle;
    margin-left: 5px;
    border-radius: 50%;
}
#showmenu {
    position: relative;
    padding-right: 13px;
    color: #1ca2bd;
    line-height: 2;
    font-size: 12px;
	display: inline-block;
	cursor: pointer;
}
#showmenu::before {
    left: 0;
    right: 12px;
    top: 50%;
    margin-top: .85em;
    content: "";
    position: absolute;
    border-bottom: 1px dashed #1ca2bd;	
}
.product-detail p {
    color: #000;
    font-weight: 700;
}
.close-box::before {
    content: '-';
    color: #1ca2bd;
    background: none;
    width: unset;
    height: unset;
    vertical-align: middle;
    margin-left: 5px;
    border-radius: 50%;
}
.close-box{
	position:relative;
}
.close-box {
    color: #1ca2bd;
    padding: 0;
    line-height: 2;
	position:relative;
	display:inline-block;
	cursor:pointer;
}
.close-box::after {
    left: 0;
    right: 0;
    top: 50%;
    margin-top: .85em;
    content: "";
    position: absolute;
    border-bottom: 1px dashed #1ca2bd;
}
.c-product__guarantee {
    margin: 10px 0 15px;
    color: #6f6f6f;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.c-product__variants, .c-product__variants > span {
    display: -ms-flexbox;
    display: flex;
}
.c-product__variants {
    margin: 20px 0 10px;
    color: #6f6f6f;
    vertical-align: top;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
}
.fas.fa-shield-alt,.fas.fa-store,.fas.fa-truck-moving {
    color: #d5d5d5;
    font-size: 22px;
    vertical-align: middle;
	margin-left: 5px;
}

.c-product__delivery > div {
    margin: 10px 0 15px;
}
.fas.fa-truck-moving {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.c-params__headline {
    color: #6f6f6f;
    font-size: 16px;
    line-height: 1.467;
    font-weight: 500;
    margin-bottom: 35px;
    letter-spacing: -.6px;
}
.panel.with-nav-tabs.panel-default {
    width: 100%;
}
.c-params__list {
    width: 100%;
    float: right;
}

.c-params__headline span {
    display: block;
    color: #a7a7a7;
}
.c-params__title {
    color: #4d4d4d;
    margin-bottom: 25px;
    position: relative;
    padding-right: 19px;
}
.c-params__title::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 0 7px;
    border-color: transparent transparent transparent var(--main-color);
    transform: rotate(45deg);
}
.c-params__list {
    list-style: none;
    padding: 0;
    margin-bottom: 70px;
}
.c-params__list li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    margin: 8px -8px;
}
.c-params__list-key .block, .c-params__list-value .block {
    display: block;
    background: #fafafa;
    padding: 14px 18px 12px;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    color: #4d4d4d;
    letter-spacing: -.3px;
    min-height: 47px;
    position: relative;
}
.c-params__list-key, .c-params__list-value {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
}
.nav.nav-tabs li a {
color: #000 !important;
    cursor: default;
    background-color: #f8f8f8;
   position: relative;
    display: block;
    padding: 10px 15px;
    border-radius: 4px;
	cursor: pointer;
	box-shadow:none !important;
}
.nav.nav-tabs li a.active  {
  border-top: 5px solid var(--main-color);
}
.nav.nav-tabs li {
    margin: 0;
}
.nav-tabs {

    background-color: #f8f8f8;
border: 1px solid #dfdfdf;
}
.tab-content {
    padding: 20px !important;
}
.row.row-tab {
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0px 0px 13px #e3e2e2 !important;
}
.c-product__feature-item .icon img {
    width: 100% !important;
}

.c-product__feature-col {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.c-product__feature .row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-right: 0;
    margin-left: 0;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.row.row-feature {
    border-top: 1px solid #f4f4f4;
    padding-top: 20px;
    padding-bottom: 20px !important;
}
.c-product__feature-item {
    color: #4a5f73;
    font-size: 10px;
}
.row.row-pro-name {
   border-bottom: 1px solid #f4f4f4;
margin-bottom: 20px !important;
align-items: center;
background-color: #f5f6f7;
margin-top: 10px;
}
.show-gallery.icon-gallery {
    width: 59px;

    font-size: 28px;
    color: #777;
    background-color: transparent !important;
    border-radius: 4px;
    background-color: #fefefe;
    border: 1px solid #e2e2e2;
    line-height: 56px;
	cursor:pointer;
}
.big-images {
    text-align: center;
	padding: 17px 0;
}
.thumbnails {
    height: 100%;
}

.c-gallery__options li {
    width: 40px;
    height: 36px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #cacaca;
    color: #565656;
    text-align: center;
    line-height: 36px;
	font-size: 19px;
   margin-bottom: 10px;
}
.c-price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
 .c-price__value {
    font-size: 2.214rem;
    line-height: 1.419;
    letter-spacing: 1.1px;
	color: #fb3449;
	font-weight: bold;
}
.c-price__value {
    font-size: 2.214rem;
    line-height: 1.419;
    letter-spacing: 1.1px;
}
.c-price__currency {
    font-size: 1.429rem;
    line-height: 1.1;
    letter-spacing: .4px;
}
.c-add-to-card {
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    white-space: nowrap;
    position: relative;
    padding-bottom: 20px;
}
.btn-add-to-cart:not(.disabled):not(.is-inactive):not([disabled])::before {
    transition: all .3s ease-in-out;
}
.btn-add-to-cart::before {
    width: 90px;
    height: 90px;
    position: absolute;
    right: -11px;
    top: -17px;
    background: hsla(0,0%,100%,.21);
    content: "";
    border-radius: 50%;
}
.btn-add-to-cart {
    font-size: 1.286rem;
    line-height: 1.222;
    padding: 16px 25px 16px 18px;
    border-radius: 8px;
    background-color: #2aab38;
    border: 1px solid #0da11d;
    color: #fff;
    text-align: right;
    letter-spacing: -.7px;
	position: relative;
	overflow: hidden;
	
}
.c-price__value.js-variant-price {
    border-top: 1px solid #f4f4f4;
}

.btn-add-to-cart.js-add-to-cart.js-btn-add-to-cart:hover {
    color: #fff !important;
}
.btn-add-to-cart:not(.disabled):not(.is-inactive):not([disabled]):hover::before {
    width: 900px;
    height: 900px;
    right: -450px;
    top: -450px;
    transform: unset;
}
.thumbnail.first_thumbnail {
    height: 100%;
    display: block;
	display: -ms-flexbox;
  display: flex;
}
.thumbnail.first_thumbnail img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    min-height: 100px;
    min-width: 101px;
    margin: 0 auto;
}
.description {
    color: #404040;
    font-size: 15px;
    line-height: 2.25;
    text-align: justify;
font-size: 13px;
}
@media screen  and (max-width:767px){
  .c-gallery__options {
    margin-top: 10px;
}  
  .c-gallery__options li {

    display: inline-block;
}  
.row-pro-name .rate {
    text-align: left;
}
.c-params__list-key {
    max-width: 100%;
}
.c-params__list-value {
    max-width: 100%;
	margin-top:5px;
}	
	#myTab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 8px 20px;
        margin-bottom: 20px;
    margin-bottom: 20px;
    overflow-x: auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-y: hidden;
    border-bottom: none !important;
}

}
.c-gallery__options li {
    cursor: pointer;
}
@media screen  and (min-width:768px){
  .detail {
    min-height: 200px;
}  
 .row.row-pro-name .rate {
    text-align: left;
    padding-left:10px;
}   
 .thumbnails {
    margin-right: 50px;
}   
.c-gallery__options {
    position: absolute;
    right: 10px;
    top: 20px;
    z-index: 9;
}	
.row-tab{
	padding: 20px;
}

.btn-add-to-cart__txt {
    padding-right: 30px;
}
.c-params__list-key {
  -ms-flex: 0 0 22.2%;
flex: 0 0 22.2%;
max-width: 22.2%
}
.c-params__list-value {
   -ms-flex: 0 0 77.8%;
flex: 0 0 77.8%;
max-width: 77.8%;
}	
.gap-col{
	padding-right:0 !important;
	padding-left:0 !important;
}
.thumb-user {
    width: 90%;
}
}
.owl-related img ,.owl-sugest img{
    width: auto !important;
}
.owl-related .img-pro.text-center,.owl-sugest .img-pro.text-center {
    width: 100%;
    float: right;
}
.owl-related .img-pro.text-center img,.owl-sugest .img-pro.text-center img{
	margin:0 auto !important;
	float:none !important;
}
.add-to-card.form-control {
    background-color: #00b034;
    color: #fff;
    border-color: #00b034;
    font-size: 13px;
    vertical-align: middle;
    border-radius: 9px;
}
.owl-related .card-body,.owl-sugest .card-body {
    background-color: #fff;
    width: 100%;
    float: right;
	padding: 15px 0;
    border-radius	border: 1px solid #e3e3e3;
	box-shadow: -1px 1px 5px 2px rgba(231, 231, 231, 0.8);
	-moz-box-shadow: -1px 1px 5px 2px rgba(231, 231, 231, 0.8);
	-ms-box-shadow: -1px 1px 5px 2px rgba(231, 231, 231, 0.8);
	-o-box-shadow: -1px 1px 5px 2px rgba(231, 231, 231, 0.8);
	-webkit-box-shadow: -1px 1px 5px 2px rgba(231, 231, 231, 0.8);
     border: 1px solid #e3e3e3;
	 border-radius: 4px;
}
.add-to-card .icon {
    background-position: -1273px -554px !important;
    width: 26px;
    height: 29px;
    background: url(../images/them/slices.png) no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
    display: inline-block;
    vertical-align: middle;
}
.owl-related .desc-pro ,.owl-sugest .desc-pro{
    text-align: center;
    width: 100%;
    float: right;
}
.thumb-user {
    margin-top: 10px !important;
    border-color: #eee;
    padding-top: 15px;
    position: relative;
    padding-right: 20px;
    -webkit-box-shadow: -1px 1px 5px 2px rgba(218, 218, 218, 0.8);
    -moz-box-shadow: -1px 1px 5px 2px rgba(218, 218, 218, 0.8);
    box-shadow: -1px 1px 5px 2px rgba(218, 218, 218, 0.8);
	background-color: #fff;
}
.gap-icon {
    width: 63px;
    height: 63px;
    position: absolute;
    background-color: #fff;
    border-left: 1px solid #ccc;
    border-radius: 100%;
    position: absolute;
    right: -35px;
    z-index: 9;
    background-color: #fff;
    padding: 2px;
    border-radius: 100%;
    top: 8px;
    -webkit-box-shadow: 0 10px 10px -10px #000000;
    -moz-box-shadow: 0 10px 10px -10px #000000;
    box-shadow: 0 10px 10px -10px #8d8989;
    transform: rotate(80deg);
}
.icon-thumbnail {
    width: 50px;
    height: 50px;
    position: absolute;
    right: -28px;
    z-index: 9;
    background-color: #fff;
    padding: 2px;
    box-shadow: 0px 0px 5px #ccc;
    border-radius: 100%;
}
.icon-thumbnail img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.replay {
    padding-top: 5px !important;
}
.thumb-user .content-review {
    border-bottom: 1px solid #e1e1e1;
}
.content-review {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    color: #424242;
    line-height: 1.8;
}
.date-review {
    text-align: left;
    padding-left: 10px;
}
.color {
    color: #000;
}
.row-message .form-group input {
    box-shadow: inset 0px 0px 7px 0px rgba(198, 196, 196, 0.5);
}
.row-message .form-group input {
    height: 40px;
    line-height: 40px;
}
.row-message .form-control.message-box-review {
    box-shadow: inset 0px 0px 7px 0px rgba(198, 196, 196, 0.5);
    border-radius: 0 !important;
}

.message-box-review {
    height: 95px !important;
    display: block !important;
    width: 100% !important;
}
.btn.btn-comment {
    width: 115px;
    height: 37px;
    background-color:var(--main-color) ;
    color: #fff;
    float: left;
}
.caption-sec {
    font-size: 1.5rem;
    margin-top: 15px !important;
    margin-bottom: 10px !important;
    position: relative;
    padding-right: 20px !important;
}
.caption-sec::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 17px;
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid var(--main-color);
    right: -40px;
    z-index: 9;
    transform: rotate(-90deg);
}
.row.row-message {
    margin-top: 30px;
}
.c-ui-variant img {
    position: absolute;
    top: 9px;
    right: 8px;
    border: 1px solid #eee;
    border-radius: 100%;
}
.c-product__guarantee-text.js-guarantee-text {
    color: #000;
}
.c-product__delivery-seller {
    color: #000;
}
.cont-product {
    padding-bottom: 50px !important;
}
.row.row-tab {
    background-color: #fff;
}
 .bottom_part, .bottom_part::after, .link_part {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
 .bottom_part {
    background-color: #e9e9e9;
    color: #fff;
    font-size:13px;
    position: relative;
    padding: 13px 10px;
    -webkit-border-radius: 45px 0 0 0;
    -moz-border-radius: 45px 0 0 0;
    border-radius: 45px 0 0 0;
    height: 65px;

text-align: center;
}
.product-layout.product-grid-items:hover .bottom_part, .product-layout.product-grid-items:hover .bottom_part::after {
    background-color: #F00;
color: #FFF !important;
}
.product-layout.product-grid-items:hover .bottom_part a {
color: #FFF !important;
}
.bottom_part,  .bottom_part::after,  .link_part {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
 .bottom_part::after {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 0;
    background-color: #e9e9e9;
    height: 120px;
    width: 90%;
    z-index: 1;
}
.box-item {
    position: relative;
    overflow: hidden;
}
.item-box {
    background-color: #fff;
    margin-bottom: 20px;
    border: solid 1px #e9e9e9;
}
.item-box .off {
    position: absolute;
    top: 3px;
    left: 9px;
    font-size: 12px;
    color: #f00;
    font-weight: bold;
}
.price-product {
    width: 100%;
    text-align: center;
}
.product-main-categori {
    background-color: #fff;
}
.item-box {
    background-color: #fff;
    margin-bottom: 20px;
    border: solid 1px #e9e9e9;
}
.product-main-categori .icon {
    background-color: #FFF;
    position: absolute;
    top: -55px;
    right: 0;
    width: 100%;
    color: #FF6e41;
    padding: 7px 0;
    box-shadow: 0 0 4px rgba(0,0,0,0.3);
    text-align: center;
    z-index: 3;
}
.product-thumb.list-view .item {
    background-color: #FFF;
    z-index: 3;
    -webkit-border-radius: 0 0 23% 0;
    -moz-border-radius: 0 0 23% 0;
    border-radius: 0 0 23% 0;
    overflow: hidden;
    padding: 15px 10px;
    z-index: 2;
    position: relative;
}
.product-main-categori:hover .icon {
    top: 0;
}
.product-layout:hover .bottom_part, .product-layout:hover .bottom_part::after {
    background-color: #F00;
color: #FFF !important;
}
.product-layout:hover .bottom_part a {
color: #FFF !important;
}
@media screen and (min-width:768px) {
 .big-images {
    height: calc(100% - 80px);
}   
.c-product__feature-col {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
}
@media screen and (max-width:767.99px) {
.detail {
    min-height: 50px;
}    
.c-product__feature-col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}
.panel-heading {
    border-bottom: 1px solid #ccc;
}
.c-gallery__options li {
    list-style: none;
}
.quantity.form-control {
    text-align: center;
    width: 100px;
    margin-left: 17px;
}
.icon .fa {
    font-size: 24px;
}
.container-fluid.d-lg-none.d-xl-none.gap-col.menu-mob.fixed {
    position: relative !important;
}
.crd-cost {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: normal;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
}
.crd-cost .card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    min-height: 206px;
    position: relative;
}
.col-12.no-product-box {
    min-height: 188px;
}
.btn-not-exist {
    position: absolute;
    width: 90%;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.seller::after {
   font-family: 'icon-font-mob';
font-size: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-style: normal;
font-variant: normal;
font-weight: 400;
text-decoration: none;
text-transform: none;
line-height: 1;
position: absolute;
right: 0;
top: 50%;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
font-size: 1.3rem;
color: #fb3449;
content: "\F003\00FE0E";
}
.c-product__seller-first-line::after {
    content: "";
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: -16px;
    height: 1px;
    background-color: #e4e4e4;
}
.c-product__seller-first-line,.c-product__seller-first-line2 {
    padding-right: 26px;
    position: relative;
}
.c-product__seller-first-line::after {
    content: "";
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: -16px;
    height: 1px;
    background-color: #e4e4e4;
}
.list-icon > li {
    list-style: none;
    padding: 1rem;
    position: relative;
}
.crd-cost {
    background-color: #f5f5f5;
}
.list-icon > li {
    list-style: none;
    padding: 1rem;
    position: relative;
}
.garanty::after {
    font-size: 24px;
    font-family: 'icon-font';
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #9b9b9b;
    content: "\E13D\00FE0E";
    font-size: 24px;
}
.c-product__seller-first-line::after {
    content: "";
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: -16px;
    height: 1px;
    background-color: #e4e4e4;
}
.exist .c-product__seller-first-line::before {
  font-family: 'icon-font-mob';
font-size: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-style: normal;
font-variant: normal;
font-weight: 400;
text-decoration: none;
text-transform: none;
line-height: 1;
position: absolute;
right: -18px;
top: 67%;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
content: "\F07A\00FE0E";
font-size: 24px;
color: #6bb927;
background: none;
  
}
ul.c-product__seller-first-line2::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #0fabc6;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -2px;
}
.c-product__seller-first-line2::after {
    position: absolute;
    content: "";
    width: 2px;
    background-color: #e0e0e2;
    bottom: 15px;
    right: 0;
    height: 12px;
}
.c-product__seller-first-line2 li {
    list-style: none;
}

.q-cost {
    line-height: 1;
    color: #9b9b9b;
}
.left-modal {
    background: #fcfcfc;
    padding: 50px 32px 25px 40px;
}
.c-ui-input__field--has-currency {
    padding-left: 42px;
    position: relative;
}
.c-ui-input__field, .dk-selectric-input {
    border-radius: 8px;
    background: #fff;
    border: 1px solid #c8c8c8;
    color: #717171;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    padding: 11px 12px;
        padding-left: 12px;
    width: 100%;
    letter-spacing: -.8px;
}
.c-form-pricing__col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.c-ui-switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 21px;
}
.c-ui-switch__checkbox:checked + .c-ui-switch__slider::before {
    -webkit-transform: translateX(-18px);
    transform: translateX(-18px);
    border-color: #148693;
}
.c-ui-switch__slider--round::before {
    border-radius: 50%;
}
.c-ui-switch__slider::before {
    content: "";
    height: 15px;
    width: 15px;
    right: 3px;
    bottom: 2px;
    background-color: #fff;
}
.c-ui-switch__slider--round::before {
    border-radius: 50%;
}
.c-ui-switch__slider::before {
    content: "";
    height: 15px;
    width: 15px;
    right: 3px;
    bottom: 2px;
    background-color: #fff;
}
.c-ui-switch__slider, .c-ui-switch__slider::before {
    position: absolute;
    border: 1px solid #9b9b9b;
    -webkit-transition: .4s;
    transition: .4s;
}
.c-ui-input {
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 22px;
}
.c-ui-switch__checkbox:checked + .c-ui-switch__slider::before {
    -webkit-transform: translateX(-18px);
    transform: translateX(-18px);
    border-color: #148693;
}
.c-ui-switch__slider--round::before {
    border-radius: 50%;
}
.c-ui-switch__slider::before {
    content: "";
    height: 15px;
    width: 15px;
    right: 3px;
    bottom: 2px;
    background-color: #fff;
}
.c-ui-switch__slider, .c-ui-switch__slider::before {
    position: absolute;
    border: 1px solid #9b9b9b;
        border-top-color: rgb(155, 155, 155);
        border-right-color: rgb(155, 155, 155);
        border-bottom-color: rgb(155, 155, 155);
        border-left-color: rgb(155, 155, 155);
    -webkit-transition: .4s;
    transition: .4s;
}
.c-form-pricing .c-ui-switch + .c-form-pricing__label-text {
    margin-right: 11px;
}
.c-ui-switch__checkbox:checked + .c-ui-switch__slider {
    background-color: var(--main-color);
    border-color: #148693;
}
.c-ui-switch__slider--round {
    border-radius: 34px;
}
.c-ui-switch__slider, .c-ui-switch__slider::before {
    position: absolute;
    border: 1px solid #9b9b9b;
        border-top-color: rgb(155, 155, 155);
        border-right-color: rgb(155, 155, 155);
        border-bottom-color: rgb(155, 155, 155);
        border-left-color: rgb(155, 155, 155);
    -webkit-transition: .4s;
    transition: .4s;
}
.c-ui-switch__slider {
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #cbcbcb;
}
.c-ui-switch__checkbox {
    opacity: 0;
    width: 0;
    height: 0;
}
.c-ui-input__currency {
    position: absolute;
    left: 10px;
    top: calc(50% - 10px);
    color: #7c7c7c;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
}
.yes,.no {
    cursor: pointer;
    border-bottom: 1px dashed;
padding-bottom: 3px;
margin: 0 10px;
}
.modal-dialog .btn-cart,.modal-dialog .btn-primary {
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 1.467;
    border-radius: 8px;
    background-color: var(--main-color);
    border: 1px solid #148693;
    padding: 11px 31px;
    color: #fff;
}
@media screen and (min-width:1200px){	
.modal-dialog {
    max-width: 805px !important;
    margin: 1.75rem auto;
}
}
.form-group.group-comment input:checked ~ i {
    font-weight: 900;
}
.form-group.group-comment input {
    opacity: 0;
    position: absolute;
    cursor: pointer;
}
.form-group.group-comment .fa-star::before {
    color: #daa520;
}
#zoom_01-ZoomContainer {
    z-index: 99 !important;
}
.garanty::after {
    font-size: 24px;
    font-family: 'icon-font';
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #9b9b9b;
    content: "\E13D\00FE0E";
    font-size: 24px;
}
.c-product__seller-first-line::after {
    content: "";
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: -16px;
    height: 1px;
    background-color: #e4e4e4;
}
.exist .c-product__seller-first-line::before {
  font-family: 'icon-font-mob';
font-size: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-style: normal;
font-variant: normal;
font-weight: 400;
text-decoration: none;
text-transform: none;
line-height: 1;
position: absolute;
right: -18px;
top: 67%;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
content: "\F07A\00FE0E";
font-size: 24px;
color: #6bb927;
background: none;
  
}
ul.c-product__seller-first-line2::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #0fabc6;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -2px;
}
.c-product__seller-first-line2::after {
    position: absolute;
    content: "";
    width: 2px;
    background-color: #e0e0e2;
    bottom: 15px;
    right: 0;
    height: 12px;
}
.c-product__seller-first-line2 li {
    list-style: none;
}

.q-cost {
    line-height: 1;
    color: #9b9b9b;
}
#q_unfair {
    margin-bottom: 20px;
}
.btn-add-to-cart.js-add-to-cart.js-btn-add-to-cart.addToCart.text-light {
    cursor: pointer;
}
.row.row-pro-name .rate {
    font-size: 9px;
}
.c-product__directory span {
    font-size: 11px;
}
.c-product__directory {
    margin-bottom: 10px !important;
}
.q-cost {
    font-size: 13px;
}
@media screen  and (max-width:500px){
 .fixed-bottom-bar {
    bottom: 58px !important;
  
} 



.item.box-shadow-none.border {margin: -12px;} 




 body {
  
    padding-bottom: 54px !important;
}   
.btn-add-to-cart.js-add-to-cart.js-btn-add-to-cart.addToCart.text-light {
    position: fixed;
    z-index: 111;
    bottom: 0;
    width: 100%;
    right: 0;
    text-align: center;
    font-weight: 500;
font-size: 20px;
padding: 6px;
}
}
.btn-add-to-cart.js-add-to-cart.js-btn-add-to-cart.addToCart.text-light i {
    vertical-align: middle;
    margin-left: 10px;
}
#myTab li i {
    font-size: 20px;
    color: #999898;
    vertical-align: middle;
    margin-left: 10px;
}





/*begin options section styles*/

@media screen and (max-width:767.99px) {
    .c-gallery__options li {
        display: inline-block !important;
    }
    .c-product__feature-col {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
.panel-heading {
    border-bottom: 1px solid #ccc;
}
.list-attrib li {
    display: inline-block;
    vertical-align: middle;
}
.list-attrib li:nth-child(1) {
    min-width: 40px;
}

.select2-container {
    width: 100% !important;
}
.list-attrib li {
    margin-top: 10px;
}
.col.s4.dropOption {
    width: 180px;
    margin: auto;
}

.input-field {
    position: relative;

}

.dropdown.dropdown--image{
    display: inline-block;
    position: relative;
    height: 39px;
    font-size: 14px;
    color: #000;
    width: 100%;
}

.dropdown__select.active {
    background-color: #e1e0e0;
}

.dropdown{
    display:inline-block;
    position:relative;
    height: 40px;
    font-size: 14px;
    color: #fff;
}

.dropdown--image .dropdown__select{
    /*background: #ffffff;*/
    cursor: pointer;
    padding-left: 40px;
}

.dropdown__select{
    background: #fff;
    cursor: pointer;
    padding: 7px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.dropdown__select:after{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid #534d4d;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.dropdown__select.active:after{
    transform:translateY(-50%)rotate(-180deg);
}

.dropdown__select-wrap{
    width: 100%;
    max-width:100%;
    white-space:nowrap;
}

.dropdown__select-wrap i{
    display:none;
}

.dropdown--image .dropdown__select-wrap i{
    display:inline-block;
    vertical-align:middle;
    width: 24px;
    height:auto;
    max-height:30px;
    margin-right: 0;
    padding-left: 10px;
}

.dropdown__select-wrap span{
    display:inline-block;
    vertical-align:middle;
    text-transform:capitalize;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown--image .dropdown__select-wrap span{
    display:inline-block;
    vertical-align:middle;
    text-transform:capitalize;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown__options-wrap{
    display:none;
    max-height:194px;
    position:absolute;
    top:60px;
    max-width:calc(100% + 200px);
    overflow:auto;
}

.dropdown__option {
    height: 45px;
    padding: 4px;
    line-height: 25px;
    text-indent: 10px;
}

.dropdown--image .dropdown__options-wrap{
    display:none;
    max-height:200px;
    position:absolute;
    top:70px;
    max-width:calc(100% + 200px);
    overflow:auto;
}

.dropdown--image .dropdown__options-wrap.active,
.dropdown__options-wrap.active{
    display: inline-block;
    z-index: 99999;
    width: 100%;
    margin: auto;
    border-bottom: none;
    background-color: #fff;
    top: 45px;
    cursor: pointer;
    border: 1px solid #d9d9d9;
    border-radius: 0 0 5px 5px;
}

.dropdown__option i{
    display:none;
}

.dropdown--image .dropdown__option i{
    display: initial;
    vertical-align: middle;
    width: 24px;
    height: auto;
    max-height: 30px;
    margin-left: 10px;
}

.dropdown__option span{
    white-space: nowrap;
    font-size: 13px;
    max-width: 82%;
    overflow: hidden;
    text-overflow: ellipsis;
    display:inline-block;
    vertical-align:middle;
    text-transform:capitalize;
}

.dropdown__option:last-child{
    border-bottom:none;
}

.dropdown__option:hover{
    background:#eee;
}
.reveal-modal-bg {

    z-index: 1000;

}
.reveal-modal {
    z-index: 10000000;
}