
.modal-body .row{
	margin-right: 0px;
  margin-left: 0px;
}

input[type="text"] {
    height: 40px;
}

ul li {
  list-style: none;
}
.modal-body{
	position: relative !important;
	padding: 8px !important;
}

.modal-content{
    -webkit-box-shadow: 0 8px 13px -7px rgb(0 0 0 / 5%);
    box-shadow: 0 8px 13px -7px rgb(0 0 0 / 5%);
}

.modal-header .close {
	padding: 10px !important;
    margin: 0px !important;
}

.modal-header {
	align-items: center !important;
	padding: 10px !important;
}

.thintextlink{
	font-family: 'IRANSans';
}

.rayandaya-user-forms {
	text-align: initial;
}

.login-username,
.login-password,
.login-submit,
.login-remember {
	
}

#customer_registeration {
    width: 30%;
    margin: 0 auto;
}

.entry-login-content a{
    color: #fffff0 !important;
}

.entry-login-content a:hover{
	color: #fffff0 !important;
}

.rd-success{
  color: #155724 !important;
  background-color: #d4edda !important;
  border-color: #c3e6cb !important;
}
.rd-reg-error{
	display: none;
	float: right;
  line-height: 30px;
}

.rd-error{
	font-family: 'IRANSans';
  font-size: 13px;
  padding: 6px;
  margin: 15px 0px;
	border-radius: 5px;
	width: 100%;
	box-sizing: border-box;
	background: #ffebe8;
	border: 1px solid #c00;
	color: #222 !important;
    -webkit-box-shadow: 0 8px 13px -7px rgb(0 0 0 / 5%);
    box-shadow: 0 8px 13px -7px rgb(0 0 0 / 5%);
}

.loginusers {
    float: left;
    margin-top: 5px;
}

.loginregisterbtn {
	font-family: "IRANSans";
	font-size: 13px !important;
	margin: 0px 0px 0px 5px;
}

.loginnoticebtn{
    display: table !important;
    -webkit-box-shadow: 0 8px 13px -7px rgb(0 0 0 / 5%);
    box-shadow: 0 8px 13px -7px rgb(0 0 0 / 5%);
    margin: 14px auto;
}

.left-header-area-login {
    position: relative;
    overflow: hidden;
	float: left;
    margin: 5px;
    top: 13px;
    height: 40px;
    z-index: 999;
}

.left-header-area-login .btn:hover{
  
}
/* Bootstrap Select Drowpdown List Group*/

.bootstrap-select .dropdown-menu li a{
  text-align: right !important;
}

.bootstrap-select .dropdown-menu li:before{
  display: none !important;
  list-style: none !important;
}

.bootstrap-select{
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.bootstrap-select, .dropdown-toggle, .filter-option{
  text-align-last: right !important;
  float: right !important;
}

.dropdown-menu {
    right: 0 !important;
    font-size: 12px !important;
    color: #212529 !important;
    text-align: right !important;
    min-width: 12rem !important;
}

/* Bootstrap Select END */

/* -------------------- WOOCOMMERCE CSS STTYLE -------------------- */

#popup_coupencode:after{
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  transform: rotate(313deg);
  z-index: -1;
  bottom: -10px;
  left: calc(77% - 10px);
  background: rgba(0, 0, 0, 0.8);
  box-shadow: rgb(0 0 0 / 65%) 0px 0px 10px;
}

.msgbox-area{
  font-family: 'IRANSans';
  max-height: 100%;
  position: fixed;
  bottom: 15px;
  left: 20px;
  right: 80px;
  z-index: 1000;
  transition: opacity 50ms ease-in;
}

.msgbox-area-show{
  animation: msganifade 2s;
  -webkit-animation: msganifade 2s;
  -moz-animation: msganifade 2s;
  -o-animation: msganifade 2s;
  -ms-animation: msganifade 2s;
}

.msgbox-area .msgbox-box {
  font-size: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px 10px 40px;
  margin: 5px 5px 10px;
  display: flex;
  align-content: flex-start;
  align-items: center;
  position: relative;
  border-radius: 5px;
  box-shadow: 0 0px 10px rgb(0 0 0 / 65%);
  transition: opacity 500ms ease-in;
}

.msgbox-box-hide-mid{
  opacity: 1;
  animation: msganirunout-mid 0.3s;
  -webkit-animation: msganirunout-mid 0.3s;
  -moz-animation: msganirunout-mid 0.3s;
  -o-animation: msganirunout-mid 0.3s;
  -ms-animation: msganirunout-mid 0.3s;
  animation-fill-mode: forwards;
}

.msgbox-box-hide{
  opacity: 0; 
  animation: msganirunout 2s;
  -webkit-animation: msganirunout 2s;
  -moz-animation: msganirunout 2s;
  -o-animation: msganirunout 2s;
  -ms-animation: msganirunout 2s;
  animation-fill-mode: forwards;
}

.msgbox-box-hide:last-child {
  margin: 0;
}

.icon-angle-double-left:before {
    color: #fff !important;
    font-size: 20px !important;
    cursor: pointer !important;
}

#double-left-coupon{
    left: 0px;
    top: 38%;
    position: absolute;
}

.coupen-content{
    font-family: 'IRANSans' !important;
    width: 65% !important;
    font-size: 12px !important;
    margin: 5px 5px 5px 5px !important;

}

.coupen-content input[type="text"]{
    padding: 6px;
    height: 33px;
    margin-bottom: 2px;
    padding: 5px;
    height: 36px;
}

.msgbox-content, .coupen-content{
  flex-shrink: 1;
  margin: 5px 5px 12px 5px;
  width: 90%;
  font-size: 12px;
} 

.coupen-content a{
    bottom: 17% !important;
    left: 3% !important;
}

.msgbox-area .msgbox-box .msgbox-content a,
.coupen-content a
{
  position: absolute !important;
  font-family: 'IRANSans' !important;
  bottom: 8%;
  left: 2%;
  font-weight: 400;
  color: #efefef !important;
  background-color: transparent !important;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #ffffff69;
  padding: .375rem .75rem;
  font-size: 12px !important;
  line-height: 1.5;
  border-radius: .25rem; 
  background: linear-gradient(to left, #ff4530 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: bottom left;
  transition: all .3s ease-out;
}


.woocommerce a.button,
.coupen-popbtn a
{
  font-weight: 400;
  background-color: #191807cc !important;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #ffffff69;
  padding: .375rem .75rem;
  font-size: 12px !important;
  line-height: 1.5;
  border-radius: .25rem; 
  background: linear-gradient(to left, #ff4530 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: bottom left;
  transition: all .7s ease-out;
}

.woocommerce a.button:hover,
.msgbox-area .msgbox-box .msgbox-content a:hover,
.coupen-popbtn:hover
{
  background-position: bottom right;
  color: #ffa;
  cursor: pointer;
  font-size: 12px !important;
}

.icon-cancel-7:before{
  color: #fff !important;
  font-size: 15px !important;
  cursor: pointer !important;
}

/* .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{ */

.msgbox-close {
  position: absolute;
  color: #ffffff;
  font-weight: bold;
  top: 10px;
  left: 10px;
  text-decoration: none;
  margin: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  transition: text-shadow 225ms ease-out;
}

.msgbox-close:hover {
  text-shadow: 0 0 3px #efefef;
}

@media (min-width: 481px) and (max-width: 767px) {
  .msgbox-area {
    left: 80px;
    right: 80px;
  }
}

@media (max-width: 930px) {

    .c-listing__items {
        flex-direction: column !important;
    }

    .c-listing__items>li {
        max-width: 100% !important;
        min-height: 0px !important;
    }

    .c-listing__items .c-product-box{
        flex-direction: column !important;
    }

    .c-product-item__img img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        -o-object-fit: scale-down;
        object-fit: scale-down;
        border-radius: 9px;
        position: relative;
        overflow: hidden;
    }

    #searching-part div{
        margin: 0 0 .25rem 0 !important;
        border-radius: 0px;
    }

    #searching-part,
    #product-lists {
       width: 100% !important;
    }

    .c-listing__list {
        padding: 0;
        list-style: none;
        margin-bottom: 30px;
        background-color: #fff;
        border-radius: 9px;
    }

.c-listing__list li.is-detailed, .c-listing__list li:first-child, .c-listing li.c-listing__after-banner {
    border-top: none;
}

.c-listing__list li:first-child .c-product-item {
    border-radius: 9px 9px 0 0;
}
.c-product-item, .c-product-item__main-img-badges-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.c-product-item {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    background-color: #fff;
}
}

@media (min-width: 768px) {
  .msgbox-area {
      width: 400px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      height: 0px;
      top: 95%;
      left: auto;
      right: 15px;
  }
}

@-webkit-keyframes msganifade {
  0% { transform: translate(200vw);}
  20% { transform: translate(5px);}
  100% { transform: translate(0);}
}

@keyframes msganifade {
  0% { transform: translate(200vw);}
  20% { transform: translate(5px);}
  100% { transform: translate(0);}
}

@-webkit-keyframes msganirunout {
  0% { transform: translate(0);}
  20% { transform: translate(5px);}
  100% { transform: translate(200vw);}
}

@keyframes msganirunout {
  0% { transform: translate(0);}
  20% { transform: translate(5px);}
  100% { transform: translate(200vw);}
}

@-webkit-keyframes msganirunout-mid {
  0% { transform: translate(0);}
  20% { transform: translate(5px);}
  100% { transform: translate(98%);}
}

@keyframes msganirunout-mid {
  0% { transform: translate(0);}
  20% { transform: translate(5px);}
  100% { transform: translate(95%);}
}

/* ------------------  Thank you Receipt Page and Other End Payment Page ------------ */

.c-thank-you__main-container {
    width: 70%;
    margin: 0 auto;
}
.c-thank-you__container {
    margin-top: 24px;
    border-radius: 8px;
    border: 1px solid #ededed;
    padding: 24px 24px 16px;
    background-color: #fff;
    -webkit-box-shadow: 0 8px 13px -7px rgb(0 0 0 / 5%);
    box-shadow: 0 8px 13px -7px rgb(0 0 0 / 5%);
}
.c-thank-you__row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.c-thank-you__container--fidi-plus, .c-thank-you__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-thank-you__order-result-title--error {
    color: #b2001a;
}
.c-thank-you__order-result-title {
    font-weight: 700;
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 31px;
    margin-bottom: 4px;
}
.c-thank-you__order-result-data {
    font-size: 13px;
    font-size: .929rem;
    line-height: 22px;
    color: #232933;
    margin-bottom: 4px;
}
.c-thank-you__order-result-data span {
    color: #81858b;
}
.c-thank-you__failed-payment-text--error {
    color: #b2001a;
}
.c-thank-you__failed-payment-text {
    color: #62666d;
    text-align: right;
    display: block;
    font-size: 12px;
    font-size: .857rem;
    line-height: 24px;
}
.c-thank-you__order-status-image {
    width: 200px;
}
.c-thank-you__order-status-image img {
    width: 100%;
    height: auto;
}
.c-thank-you__order-status-actions {
    margin-top: 16px;
}
.c-thank-you__order-status-actions form {
    display: inline-block;
}
.c-thank-you__order-status-actions a:first-of-type {
    margin-left: 16px;
}
.c-thank-you__order-status-actions a {
    min-width: 160px;
    display: inline-block;
    text-align: center;
}
.c-thank-you__row--border-top {
    position: relative;
    padding-top: 11px;
    margin-top: 24px;
}
.c-thank-you__row--border-top:before {
    content: "";
    position: absolute;
    top: 0;
    right: -24px;
    left: -24px;
    height: 7px;
    background-color: #f5f7fa;
    display: block;
}
.c-thank-you__payments-history p {
    color: #62666d;
    padding: 20px 40px 20px 0;
    position: relative;
    font-size: 14px;
    font-size: 1rem;
    line-height: 25px;
}
.c-thank-you__payments-history p:before {
    content: "\E05D\00FE0E";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    font-size: 24px;
    color: #a1a3a8;
}

.c-thank-you__payments-history-header {
    font-weight: 700;
    font-size: 14px;
    font-size: 1rem;
    line-height: 25px;
    color: #030a16;
    margin: 8px 0;
}
.c-thank-you__payments-history-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.c-thank-you__payments-history-column--index {
    width: 8%;
}
.c-thank-you__payments-history-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.c-thank-you__payments-history-column span:first-of-type {
    margin-bottom: 4px;
    color: #81858b;
}
.c-thank-you__payments-history-column span {
    font-size: 12px;
    font-size: .857rem;
    line-height: 21px;
    color: #232933;
}
.c-thank-you__payments-history-column span {
    font-size: 12px;
    font-size: .857rem;
    line-height: 21px;
    color: #232933;
}
.c-thank-you__payments-history-column--gateway {
    width: 20%;
}
.c-thank-you__payments-history-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.c-thank-you__payments-history-column--id {
    width: 25%;
}
.c-thank-you__payments-history-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

/* ---------------      Single Product ----------- */

.c-product__nav-container nav ol.breadcrumb{
    margin-bottom: 0px !important; 
    list-style: none  !important; 
    background-color: transparent !important; 
    border-radius: .25rem !important; 
}

.c-product {
    background-color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 15px;
    width: 100%;
    padding: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.u-relative {
    position: relative;
}
.c-product__attributes, .c-product__params {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.c-product__attributes {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.c-product__config {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: unset;
    -webkit-box-flex: 0.9;
    -ms-flex-positive: 0.9;
    flex-grow: 0.9;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.c-product__config {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 14px;
    min-height: 300px;
    border-top: 1px solid #dfdfdf;
}
.c-product__engagement, .c-product__engagement-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.c-product__engagement {
    margin-bottom: 4px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
}
.c-product__engagement-item:first-of-type {
    margin-right: unset;
}

.c-product__engagement-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 8px;
}
.c-product__engagement, .c-product__engagement-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.c-product__engagement-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #81858b;
}
.c-product__engagement-rating:before {
    content: "\E050\00FE0E";
    margin-left: 4px;
    color: #fac74b;
    font-size: 16px;
}
.c-product__engagement-rating-num {
    margin-right: 2px;
    color: #c0c2c5;
    font-size: 10px;
    font-size: .714rem;
    line-height: 2.2;
}
.c-product__engagement-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 8px;
}

.c-product__engagement, .c-product__engagement-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.c-product__engagement-item:before {
    content: "";
    height: 4px;
    width: 4px;
    margin-left: 8px;
    background-color: #dfdfdf;
    border-radius: 999px;
}
.c-product__engagement-link {
    color: #0fabc6;
    cursor: pointer;
}
.c-product__config-wrapper, .c-product__feature-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.c-product__config-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.c-product__size-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin: 20px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 11px;
    font-size: .786rem;
    line-height: 19px;
}
.c-product__size-wrapper .c-product__size-label {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 14px;
    font-size: 1rem;
    line-height: 21px;
}
.c-product__size-wrapper .c-product__size-label {
    line-height: 1.571;
}
.c-product__product-size-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-product__size-wrapper .selectric-wrapper {
    margin: 0;
    min-width: 88px;
}

.c-product-info-box__row, .c-product .selectric-c-product__size-dropdown, .m-h-md {
    margin-left: 1rem;
    margin-right: 1rem;
}
.selectric-wrapper {
    position: relative;
    cursor: pointer;
}
.c-product__params {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.c-product__attributes, .c-product__params {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.c-product__params ul {
    list-style: none !important;
    padding: 0;
    color: #55565a;
    margin: 20px 0;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
}
.c-product__params ul:before {
    content: attr(data-title);
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    display: list-item;
    font-weight: 700;
    margin-bottom: 10px;
}
.c-product__params ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #ccc;
    vertical-align: middle;
    margin-left: 5px;
    border-radius: 50%;
}
.c-product__params ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    width: 100%;
    color: #686868;
    margin: 2px 0;
}
.c-product__params-more {
    display: none!important;
}
.c-product__params ul li span {
    margin-left: 5px;
    white-space: normal;
}
.c-product__params ul li span:last-of-type {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.c-product__params ul li span {
    margin-left: 5px;
    white-space: normal;
}
.c-product__params ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    width: 100%;
    color: #686868;
    margin: 2px 0;
}
.c-product__params ul li.c-product__params-more-handler:before {
    content: attr(data-sign);
    color: #1ca2bd;
    background: none;
    width: unset;
    height: unset;
}

.c-product__params ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #ccc;
    vertical-align: middle;
    margin-left: 5px;
    border-radius: 50%;
}
.btn-link-spoiler {
    color: #1ca2bd;
    padding: 0;
    line-height: 2;
}
.c-product__show-more-btn:after {
    border-bottom: none;
}
.btn-link-spoiler:after {
    left: 0;
    right: 0;
    top: 50%;
    margin-top: .85em;
    content: "";
    position: absolute;
    border-bottom: 1px dashed #1ca2bd;
}
.c-product__additional-info {
    margin-top: auto;
    line-height: 1.5rem;
}
.c-gallery__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 17px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.c-product__gallery {
    position: -webkit-sticky;
    position: sticky;
    top: 110px;
    margin-bottom: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.c-product-v-feedback__label, .c-product__additional-item:before, .c-product__config, .c-product__gallery, .c-seller--feedback-chart__label, .m-l-md {
    margin-left: 1rem;
}
.c-product__gallery, .p-l-md {
    padding-left: 1rem;
}

.c-product__summary {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 300px;
}
.c-box:first-child {
    margin-top: 0;
}
.c-box {
    background-color: #fff;
    position: relative;
}
.c-product__seller-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: normal;
    background-color: #f5f5f5;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
}
.c-product__seller-box {
    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: 150px;
}
.c-product__seller-row--price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fb3449;
}

.c-product__seller-row--summary-overlay {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.c-product__seller-row--clickable {
    cursor: pointer;
}
.c-product__seller-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .9rem;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #424750;
    margin: 10px;
}

.btn-primary--wide, .c-fixed-input-component__error-tip, .c-guarantee-info-box__row, .c-product, .c-product-info-box__btn, .c-product-info-box__header, .c-product__seller-add-to-basket, .c-product__seller-row, .c-product__stock-status, .p-md {
    padding: 1rem;
}

.c-product__seller-row--price {
    padding-bottom: 0;
}

.c-product__seller-price-info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #b4b4b4;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.c-product__seller-price-label {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.c-wiki__holder {
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.c-wiki-sign {
    cursor: pointer;
    position: relative;
    margin-right: 5px;
    width: 22px;
    height: 100%;
    display: block;
    margin-top: -4px;
}
.c-wiki-sign:after {
    content: "\E22D\00FE0E";
    color: #ababab;
    font-size: 21px;
    font-size: 1.5rem;
    line-height: 1.048;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.c-product__seller-price-prev {
    text-decoration: line-through;
    font-size: 16px;
    color: #a1a3a8;
    margin-left: 6px;
}
.c-product__seller-price-off {
    padding: 3px .7rem 1px;
    font-weight: 700;
    background: #fb3449;
    border-radius: 1rem;
    color: #fff;
    font-size: 1.1rem;
}
.c-product__gold-price, .c-product__price-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-product__nav-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: revert !important;
}
.c-product__nav-container, .c-product__usp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.c-product__price-row {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
}
.c-product__mini-seller-price-real, .c-product__seller-price-real {
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    margin: 0;
}
.c-product__seller-price-real {
    color: #424750;
    font-weight: 800;
    font-size: 12px;
    font-size: .857rem;
    line-height: 21px;
    height: 80px;
    width: 100%;
}
.c-product__seller-price-pure {
    display: inline;
    color: #030a16;
    font-weight: 700;
    font-size: 24px;
    font-size: 1.714rem;
    line-height: 41px;
}
.c-product__seller-row--add-to-cart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: calc(98px + 1rem);
    height: auto;
}

.btn-add-to-cart:not(.disabled):not(.is-inactive):not([disabled]) {
    overflow: hidden;
}

.btn-add-to-cart--full-width {
    width: 100%;
}
.btn-add-to-cart {
    font-size: 12px;
    font-size: 1rem;
    line-height: 1.222;
    border-radius: 8px;
    color: #fff;
    overflow: hidden;
    text-align: center;
    min-height: 48px;
    padding: 12px 18px;
    background-color: #ef394e;
    border: none;
}
.btn-add-to-cart:hover {

}
.c-product__seller-row:after {
    content: "";
    position: absolute;
    bottom: -1px;
    height: 1px;
    right: 56px;
    left: 16px;
    background-color: #dfdfdf;
}
.c-product__seller-row:after {
    content: "";
    position: absolute;
    bottom: 5px;
    height: 1px;
    right: 10px;
    left: 10px;
    background-color: #dfdfdf;
}

/* --------------     SOCIAL Media Single Page ----------- */

.c-gallery__options {
    list-style: none;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    margin-right: 0;
}

.c-gallery__img.is-video:before, .c-gallery__options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.c-gallery__options li:first-child {
    margin-top: 0;
}
.c-gallery__options li {
    display: block;
    margin-top: 20px;
    position: relative;
}

.c-gallery__options li:hover .c-tooltip {
    display: block;
}
.c-tooltip--short {
    white-space: nowrap;
}
.c-tooltip--left, .c-tooltip--left:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.c-tooltip--left {
    right: calc(100% + 10px);
    margin-right: 10px;
}
.c-tooltip {
    position: absolute;
    display: none;
    opacity: 0;
    padding: 9px 15px;
    background-color: #6f6f6f;
    color: #fff;
    z-index: 4;
    -webkit-animation-name: rd-tooltip-animation;
    animation-name: rd-tooltip-animation;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
}
.c-tooltip--left:before {
    border-width: 10px 0 12px 10px;
    border-color: transparent transparent transparent #6f6f6f;
    right: -10px;
}
.c-tooltip--left, .c-tooltip--left:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.c-tooltip:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
}
.c-gallery__options .btn-option {
    vertical-align: top;
    z-index: 6;
    border: none;
    padding: 3px;
    color: #424750;
    width: 20px;
    height: 20px;
}
.btn-option--social {
    font-size: 26px;
    font-size: 24px;
    font-size: 1.714rem;
    line-height: 24px;
}
.btn-option {
    width: 51px;
    height: 46px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #cacaca;
    color: #9b9b9b;
}
.btn-option:hover {
    border-color: #9d9d9d;
}
.btn-option:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.c-gallery__options li {
    display: block;
    margin-top: 20px;
    position: relative;
}

@keyframes rd-tooltip-animation{
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/* --------------  Order Receipt Page ------------- */

.invoice-container {
    padding: 30px;
    border-top: 4px solid #ff761b;
    border-bottom: 4px solid #ff761b;
}
.invoice-container {
    margin: 15px auto;
    padding: 70px;
    max-width: 850px;
    background-color: #fff;
    border: 1px solid #ccc;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 500px)
.invoice-col.right {
    float: right;
    text-align: right;
}
@media (min-width: 500px)
.invoice-col {
    float: left;
    width: 50%;
}
.invoice-col {
    padding-right: 20px;
    padding-left: 20px;
    width: 50%;
}
@media (min-width: 500px)
.invoice-col {
    float: left;
    width: 50%;
}
.panel {
    font-size: .9em;
}
.panel-default {
    border-color: #ddd;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    height: auto;
    min-height: 240px;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.row .invoice-header{
    justify-content: space-around !important;
}

/* --------------   Footer SideBar Style   ----------------*/

.c-new-footer__logo {
    background-image: url(../img/Rayandaya_logo.svg);
    width: 107.33px;
    height: 31px;
    background-size: cover;
}
.c-new-footer__contact-info-container {
    -webkit-box-pack: flex-strat;
    -ms-flex-pack: flex-strat;
    justify-content: flex-strat;
    line-height: 217%;
    color: #424750;
    margin-top: 10px;
}
.c-new-footer__support-email {
    margin-right: 9px;
    color: #424750;
}
.c-new-footer__phone-number-separator {
    color: #dfdfdf;
    margin: 0 19px 0 16px;
}
.c-new-footer__phone-number {
    margin-right: 9px;
    letter-spacing: 3px;
    color: #424750;
}
.c-new-footer__phone-number-separator {
    color: #dfdfdf;
    margin: 0 19px 0 16px;
}

.c-new-footer__newsletter-label{
    margin: 0px 0px 5px 0px;
}
/* -----------------------------------------------------------  */
.c-new-footer__contact-info-container, .c-new-footer__jump-to-top-icon:after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    font-size: .857rem;
}

.c-new-footer__column-social-media {
    t-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.c-new-footer__column-label {
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 34.4px;
    color: #424750;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 700;
    display: block;
}
.c-new-footer__social-link, .c-new-footer__social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-new-footer__social-links {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 12px 0 32px;
}
.c-new-footer__social-link {
    width: 40px;
    height: 40px;
    color: #a1a3a8;
    margin-left: 24px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.c-new-footer__social-link, .c-new-footer__social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-new-footer__social-link:before {
    font-size: 30px;
}

.c-new-footer__social-link--instagram:before {
    content: "\E196\00FE0E";
}

.c-header-window-rd{
    color: #fff;
    background-color: #828a91;
    border-color: #000000;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 10px;
}

.c-new-footer__newsletter-input {
    border-radius: 8px;
    background: #f0f0f1;
    border: none;
    color: #81858b;
    font-size: 12px;
    line-height: 215%;
    padding: 8px 12px;
    letter-spacing: -.8px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.c-new-footer__newsletter-input{
    margin-bottom: 0px !important;
}
.c-new-footer__newsletter-send-btn--disabled {
    background: #e0e0e2;
}
.c-new-footer__newsletter-send-btn {
    width: 57px;
    height: 40px;
    border: none;
    /*color: #fff;*/
    margin-right: 8px;
    border-radius: 8px;
    text-align: center;
    vertical-align: center;
    overflow: hidden;
}
.u-justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.u-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.c-new-footer__seo-title {
    font-size: 14px;
    font-size: 1rem;
    line-height: 215%;
    font-weight: 700;
    color: #424750;
    margin: 0 0 8px;
}
.c-new-footer__seo-container p {
    font-size: 12px;
    font-size: .857rem;
    line-height: 26px;
    font-weight: 300;
    letter-spacing: -.3px;
    color: #81858b;
}
.c-new-footer__seo-content {
    height: 80px;
    overflow: hidden;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.c-new-footer__seo-readmore {
    display: none;
}
.c-new-footer__seo-readmore-btn {
    cursor: pointer;
    display: block;
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-size: .857rem;
    line-height: 217%;
    font-weight: 700;
    color: #a1a3a8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.c-new-footer__seo-readmore-btn:after {
    content: "\E10D\00FE0E";
    width: 18px;
    height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.c-new-footer__trust-symbol:first-child {
    margin-right: 38px;
}
.c-new-footer__trust-symbol {
    width: 128.57px;
    height: 120px;
    border: 1px solid #e5e5ea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 12px;
    padding: 18px 24.87px 17.14px 24.86px;
    border-radius: 8px;
    margin-top: 21px;
}
.c-new-footer__trust-symbol img {
    /*background: url(data:image/png;base64,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) no-repeat 50% #fafafa;*/
    max-width: 78.84px;
    max-height: 84.86px;
}
.c-new-footer__copyright {
    color: #81858b;
    margin-top: 28px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 57px;
    border-top: 1px solid #e0e0e2;
    font-weight: 300;
    font-size: 12px;
}

/* --------------   BT ToolTip Customizing   ----------------*/
.tooltip-inner {
  background-color: #f00 !important;
  font-family: 'IRANSANS' !important;
  font-weight: 200 !important;
  font-size: 12px;
  color: #f00 ;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #f00 !important;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #f00 !important;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #f00 !important;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #f00 !important;
}
#SubscribeNewsletter div input {
    text-align: left;
}
#SubscribeNewsletter div input::placeholder {
    text-align: right;
}

/* --------------   SideBar Sticky Contents   ----------------*/
.post-nav__body, .related-posts__item {
    min-height: 110px;
    border-right: 5px solid transparent;
    padding: 10px 10px 10px 10px;
    cursor: pointer;
}

.post-nav__body, .related-posts__item:first-child:before {
    top: -2px;
}

.related-posts_seperator_item {
    content: "";
    display: block;
    width: calc(100% - 10px);
    height: 2px;
    background-color: #f8f8f8;
    top: 0;
    left: 0;
}

.post-nav__body, .related-posts__item, .image-wrapper {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    -ms-grid-row-align: center;
    align-self: center;
    min-width: 60px;
}

.post-nav__body, .related-posts__item, .image-wrapper__img {
    display: block;
}

.post-nav__body, .related-posts__item, .detail-wrapper {
    padding-right: 10px;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    align-items: center;
}

.post-nav__body, .related-posts__item, .detail-wrapper__title {
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    color: #6b7074;
    font-size: 12px;
    line-height: 21px;
}

.post-nav__body, .related-posts__item, .detail-wrapper__time {
    color: #afb6bc;
    font-size: 12px;
}

.post-nav__body, .related-posts__item, .detail-wrapper__time, .icon-clock-icon {
    display: flex;
    font-size: 12px;
    margin-left: 5px;
}

.icon-clock-icon:before {
    content: "\e91e";
}

.post-nav__body, .related-posts__item, .detail-wrapper__time--detail {
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1
}

.image-wrapper__img{
    display: block;
    color: transparent;
    height: 60px !important;
    width: 60px !important;
    background: url(data:image/png;base64,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) no-repeat 50% #fafafa;
    background-size: 32px 25px;
    border-radius: 50%;
}

.testimonal-sl div img{
    margin: 0 auto;
}

.header-content {
    top: 1%;
    right: 50px;
    max-width: 550px;
    width: 100%;
    padding: 2rem;
}

.slide-content {
  padding: 10px 20px 10px 0;
}

.slick-title-animate {
  animation: fadeInBottom 1s ease-in;
}

.slick-text-animate {
  animation: fadeInBottom 2s ease-in;
}

.slick-alink-animate {
  animation: fadeInBottom 2.5s ease-in;
}

.slick-st{
    color: #fff8ef;
    line-height: 28px;
    margin-bottom: 10px;
    text-shadow: 2px 2px 3px #212529;
}

.slick-title{
    font-size: 20px;
    font-weight: 700;
}

.slick-text{
    font-size: 15px;
    font-weight: 300;
}

/* --------------   WOOCOMMERCE Rating style   ----------------*/
.rate {
    float: right;
    height: 30px;
    padding: 0 1px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:left;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:20px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}

/* --------------   WOOCOMMERCE Comments on Products   ----------------*/
#reviews ol{
    list-style-type: none !important;
}
.woo-subcomments-area-mainpart {
    margin: 8px 70px 20px 5px;
    background: #f9f9f9;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 10%);
    -moz-box-shadow: 1px 1px 5px rgba(0,0,0,.1);
    -webkit-box-shadow: 1px 1px 5px rgb(0 0 0 / 10%);
    -ms-box-shadow: 1px 1px 5px rgba(0,0,0,.1);
    -o-box-shadow: 1px 1px 5px rgba(0,0,0,.1);
}
.woo-comments-area-mainpart {
    position: relative;
    margin: 15px 65px 15px 20px;
    border-radius: 3px;
    padding: 10px;
}
/* --------------   WOOCOMMERCE POPUP Notifications   ----------------*/

#ulcarouselwoo ul{
  margin: 0px !important;
  padding: 0px !important;
}

.recommendation-swiper {
  position: relative;
}

.c-swiper--brands, .c-swiper--present, .c-swiper--products, .c-swiper--trends {
  max-width: 100%;
  float: right;
  width: 100%;
  margin: 16px 0 0;
  padding: 1px 1px 1px 1px;
}

.c-swiper--products.has-placeholder .o-headline {
  min-height: 49px;
}

.c-swiper--brands .o-headline, .c-swiper--present .o-headline, .c-swiper--products .o-headline, .c-swiper--trends .o-headline {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 6px 33px;
  position: relative;
  padding-left: 5px;
}
.c-swiper .o-headline, .t-index .o-headline {
  padding-right: 5px;
  margin-bottom: 22px;
  margin-top: 8px;
}
.o-headline {
    margin: 26px 0 20px;
    padding: 0 30px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.c-swiper--brands .o-headline>span, .c-swiper--present .o-headline>span, .c-swiper--products .o-headline>span, .c-swiper--trends .o-headline>span {
    padding: 8px 0;
    min-height: 49px;
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 31px;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.c-swiper .o-headline>h2, .c-swiper .o-headline>span, .t-index .o-headline>h2, .t-index .o-headline>span {
    font-weight: 700;
}

.o-headline>h2, .o-headline>span {
    color: inherit;
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 31px;
    font-weight: 700;
}

.o-headline:after {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #dfdfdf;
    height: 1px;
    content: "";
    z-index: 0;
}

.c-swiper--brands .o-headline>span:before, .c-swiper--present .o-headline>span:before, .c-swiper--products .o-headline>span:before, .c-swiper--trends .o-headline>span:before {
    content: "";
    position: absolute;
    right: 0;
    left: -40px;
    bottom: 0;
    background-color: #ef5661;
    height: 1px;
    z-index: 1;
}

.c-swiper--brands .o-headline>span:after, .c-swiper--present .o-headline>span:after, .c-swiper--products .o-headline>span:after, .c-swiper--trends .o-headline>span:after {
    content: "";
    position: absolute;
    left: -45px;
    width: 15px;
    height: 1px;
    background-color: #fff;
    bottom: 0;
    z-index: 1;
}

.c-box {
    position: relative;
    background-color: #fff;
    margin-top: 10px !important;
}

.c-box .swiper-container {
    position: unset;
    padding-top: 3px;
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.c-col-item:after{
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 8px;
    width: 1px;
    background-color: #eee;
}

.item-box{
    padding: 15px;
}

.c-swiper--products .c-product-box:hover,
.item-box:hover {
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}

.c-swiper .c-product-box:hover,
.item-box:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.c-swiper--products{
    padding: 2px 0;
}
.c-swiper{
    -webkit-transition: -webkit-transform .5s cubic-bezier(.3,0,.9,1)!important;
    transition: -webkit-transform .5s cubic-bezier(.3,0,.9,1)!important;
    transition: transform .5s cubic-bezier(.3,0,.9,1)!important;
    transition: transform .5s cubic-bezier(.3,0,.9,1),-webkit-transform .5s cubic-bezier(.3,0,.9,1)!important;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    background: no-repeat 50% 50%;
    background-size: cover;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}

.c-product-box{
    margin-right: 5px !important;
}

.c-swiper--products .c-product-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-radius: 8px;
    background-color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 5px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 5px 15px 16px;
    position: relative;
}

.c-swiper .c-product-box {
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
}

.c-product-box {
    display: block;
    background: #fff;
    height: 100%;
    position: relative;
    -webkit-transition: -webkit-box-shadow .2s cubic-bezier(.4,0,1,1),-webkit-transform .2s cubic-bezier(.4,0,1,1);
    transition: -webkit-box-shadow .2s cubic-bezier(.4,0,1,1),-webkit-transform .2s cubic-bezier(.4,0,1,1);
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),transform .2s cubic-bezier(.4,0,1,1);
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),transform .2s cubic-bezier(.4,0,1,1),-webkit-box-shadow .2s cubic-bezier(.4,0,1,1),-webkit-transform .2s cubic-bezier(.4,0,1,1);
    padding: 30px 12px 46px;
}

.c-swiper .c-product-box:hover:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  left:  0;
  height: 2px;
}

.c-swiper--products .c-product-box__img {
    width: 180px;
    height: 180px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100%;
    position: relative;
}
.c-product-box__img {
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 10px;
    height: 200px;
    position: relative;
}

.u-hidden {
    display: none!important;
}

.c-product-box__fmcg-symbol {
    width: 36px;
    position: absolute;
    left: 0;
    bottom: -5px;
}

.c-swiper--products .c-product-box__title {
    text-align: right;
    margin-top: 14px;
    overflow: hidden;
    max-width: 90%;
    min-height: 50px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 25px;
    color: #535353;
}

.c-product-box__title {
    display: block;
    overflow: hidden;
    font-size: 12px;
    font-size: .857rem;
    line-height: 30px;
    text-align: right;
    line-height: 22px;
    margin-top: 13px;
    height: 43px;
}

.c-product-box__title a {
    color: #535353;
}

.c-product-box__price-row {
    width: 100%;
}


.c-new-price, .c-new-price__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-new-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 52px;
    padding: 4px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.c-new-price__old-value {
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    color: #ababab;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0;
}

.c-new-price__old-value del {
    display: block;
    text-decoration: line-through;
}

.c-swiper {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    border-radius: 8px;
}

.c-new-price__discount {
    font-size: 12px;
    font-size: .857rem;
    line-height: 20px;
    font-weight: 700;
    padding-top: 2px;
    background-color: #e6123d;
    color: #fff;
    border-radius: 16px;
    margin-right: 4px;
    width: 32px;
    text-align: center;
}

.c-new-price__value {
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 30px;
    color: #232933;
    font-weight: 700;
    width: 100%;
    margin-top: 0!important;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.c-new-price, .c-new-price__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-new-price__currency {
    font-size: 10px;
    font-size: .714rem;
    line-height: 21px;
    font-weight: 600;
    margin-right: 4px;
}

#TopFooterH{
    text-align: right;
    padding: 10px;
    /*border-top: 1px solid rgba(0, 0, 0, 0.05);*/
}

/*------> Prev and next Buttom <------*/

.btn-group-sm>.btn, .btn-sm {
    padding: 0.19rem .5rem !important;
    font-size: .875rem !important;
    line-height: 2.4 !important;
    border-radius: .2rem !important;
}

.flex-btn-nav{
    position: unset;
    margin: 0 auto;
    overflow: hidden;
    list-style: none;
    width: 100%;
    padding: 0;
    z-index: 1;
}

.upsells-section .container,
.related-section .container{
    max-width: none !important;
}

.flex-btn-next, .slick-btn-next{
    position: absolute;
    color: #a8a8a8;
    width: 35px;
    -webkit-box-shadow: -1.5px 0 4px 0 rgb(0 0 0 / 15%);
    box-shadow: -1.5px 0 4px 0 rgb(0 0 0 / 15%);
    border-radius: 8px 0px 0px 8px;
    padding: 20px 5px;
    top: 50%;
    -webkit-transform: translateY(-50%); 
    transform: translateY(-50%);
    right: 0;
    background: #ffffffba;
    float: right;
    z-index: 3;
}

#slickPrev-MainPage,
#slickNext-MainPage {
    background: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.flex-btn-prev, .slick-btn-prev {
    position: absolute;
    color: #a8a8a8;
    width: 35px;
    -webkit-box-shadow: 1.5px 0 4px 0 rgb(0 0 0 / 15%);
    box-shadow: 1.5px 0 4px 0 rgb(0 0 0 / 15%);
    border-radius: 0 8px 8px 0;
    padding: 20px 5px;
    top: 50%;
    -webkit-transform: translateY(-50%); 
    transform: translateY(-50%);
    left: 0px;
    background: #ffffffba;
    float: left;
    z-index: 1000;
}

/* ------------- END OF CAROUSEL OF WOOCOMMERCE ------------- */

/* --------------------  Popup User Profile Menu -------------------- */
.profile-account-popup {
    padding-top: 5px;
    padding-bottom: 0px;
    position: relative;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    cursor: pointer;  
}

.profile-account-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0px;
    position: relative;
    z-index: 1;
}

.profile-account-user-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    background-size: contain;
}

.profile-account-user-info {
    margin-right: 8px;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100% !important;
    margin-bottom: 5px !important;
}

.profile-account-user-name {
    font-size: 12px;
    font-size: .8rem;
    line-height: 1px;
    font-weight: 600;
}

.profile-account-user-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #19bfd3;
    font-size: 10px;
    font-size: .714rem;
    line-height: 2.2;
}

.img-thumbnail{
    opacity: 1;
    transition-duration: 0.8s;
}

.txtOnText{
    position: absolute;
    display: flex;
    justify-content: space-evenly !important;
    background: rgba(0, 0, 0, 33%);
    visibility: hidden; 
    justify-content: center;
    color: white;
    left: 0;
    right: 0;
    top: 40%;
    margin: 0 auto;
    width: 125px;
    height: 11%;
    border-radius: 5px;
}

#userprofileimg div a,
{
    cursor: pointer;
}

#userprofileimg div a:before,
#userprofileimg div a:before{
    color: white !important;
    font-size: 20px !important;
    margin: 0 auto;
}

#userprofileimg img{
    max-width: 65% !important;
    margin: 4px auto !important;
}

#userprofileimg img:hover  + .txtOnText,
.txtOnText:hover{
  visibility: visible;
  opacity: 0.8;
  transition: visibility 0s linear 0s, opacity 800ms;
}

.img-thumbnail:hover{

}

#upaddiuser-personality .form-group,
#settings .form-group {
    margin-bottom: 0px !important;
}

#upaddiuser-personality label,
#settings label,
#accountsetting label{
    font-size: 12px !important;
    margin: 5px 0px 0px 0px !important;
}

#profile-user-drowp .img-thumbnail{
    padding: 2px !important;
}

#profile-user-drowp{
    top: calc(100% + 2px);
    -webkit-box-shadow: 0 3px 8px 0 rgb(0 0 0 / 30%) !important;
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 30%) !important;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

#profile-user-drowp .dropdown-item{
    padding: .5rem .5rem !important;
}

#profile-user-drowp .dropdown-divider{
  margin: 0.1rem 0 !important;
}

/* --------------------     Custom Woo Pagination    -------------------- */
.c-pager {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10.5px -10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-pager__items, .c-pager__tabs {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    list-style: none;
}

.c-pager__items li, .c-pager__tabs li {
    display: inline-block;
}

.c-pager__next, .c-pager__prev {
    font-size: 23px;
    font-size: 1.643rem;
    line-height: 34px;
    font-family: LucidaGrande;
    letter-spacing: .3px;
    color: #6e6e6e;
}

.c-pager__item, .c-pager__next, .c-pager__prev {
    display: inline-block;
    width: 35px;
    height: 34px;
    text-align: center;
    vertical-align: top;
}

.c-pager__prev:before {
    content: "\00ab";
}

.c-pager__next:before {
    content: "\00bb";
}
.c-pager__next:before, .c-pager__prev:before {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    margin-top: 3px;
}

.c-pager__items--partition {
    display: inline-block;
    vertical-align: bottom;
    width: 2px;
    height: 34px;
    border: 1px solid #e8e8e8;
    margin-left: 30px;
    margin-right: 30px;
}

.c-pager__item.is-active {
    background-color: #00bfd6;
    border: 1px solid #00bfd6;
    color: #fff;
}
.c-pager__item {
    border-radius: 8px;
    color: #535353;
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 34px;
    margin: 0 3px;
}
.c-pager__item, .c-pager__next, .c-pager__prev {
    display: inline-block;
    width: 35px;
    height: 34px;
    text-align: center;
    vertical-align: top;
}
/* --------------------  Popup User Profile Menu END -------------------- */

.pf_woo_numbers{
    font-family: 'IRANSans';
}

/* Empty Cart */
.c-checkout-empty-container{
  font-family: 'IRANSans';
}

.c-checkout-empty {
    margin-bottom: 30px;
    width: 100%;
    background: #efefef;
    padding: 30px;
    text-align: center;
    line-height: 22px;
    border: 1px solid #ededed;
    -webkit-box-shadow: 0 8px 13px -7px rgb(0 0 0 / 5%);
    box-shadow: 0 8px 13px -7px rgb(0 0 0 / 5%);
}

.empshop {
    text-align: center;
    padding: 60px 10px 0 10px;
    color: #666;
    background-image: url(../img/empshopping.svg);
    background-repeat: no-repeat;
    background-position: center 5px;
    background-size: 100px;
}

.c-checkout-empty__empty-cart-icon {
    margin: 0 auto;
    width: 200px;
    height: 150px;
    background: url(../img/basket-rd.png) 50% no-repeat;
    background-size: contain;
}

.c-checkout-empty__title {
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 31px;
    color: #424750;
    text-align: center;
    margin: 4px auto 12px;
}

.c-checkout-empty__links {
    margin-bottom: 20px;
}

.c-checkout-empty__link-urls a{
  font-family: 'IRANSans';
  font-weight: lighter;
}

.c-checkout-empty__link-urls a:not(:last-of-type) {
  border-left: 1px solid #e0e0e2;
  padding-left: 12px;
  margin-left: 12px;
}
/* Emprt Cart - END */

/* Cart Not Empty */

.c-checkout, .c-checkout__body {
    background-color: #fff;
}
.c-checkout {
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    -webkit-box-shadow: 0 8px 13px -7px rgb(0 0 0 / 5%);
    box-shadow: 0 8px 13px -7px rgb(0 0 0 / 5%);
    position: relative;
    overflow: hidden;
}

li.o-box_tabs-checout a.active:after {
    color: #ef394e;
}

li.o-box_tabs-checout a.active:after {
    content: "";
    position: absolute;
    width: calc(100% - 16px);
    right: 8px;
    bottom: -1px;
    height: 3px;
    border-radius: 2px 2px 0 0;
    background-color: #ef394e;
}

.o-box_tabs-checout {
    padding: 6px 10px;
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    color: #6d7179;
    text-align: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.o-box_tabs-checout-sticky {
    position: -webkit-sticky;
    position: sticky;
    background: #fff;
    z-index: 2;
    top: 68px;
}

.o-box_tabs-checout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e0e0e2;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    list-style: none;
}
.o-page__content .c-checkout div:first-of-type ul {
    border-top: none;
}

.o-page__content .c-checkout .c-checkout__group ul{
  border-top: 1px solid #eee;
}

.c-checkout__group {
    background: #fff;
    padding: 12px 12px 0;
}

.c-checkout__items {
    border-top: 1px solid #eee;
    padding: 0;
    list-style: none;
    margin: 0px !important;
}

.c-checkout__item{
    border-top: none;
}

.c-cart-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
}

.c-cart-item__thumb {
    width: 20%;
    min-width: 124px;
}

.c-cart-item__thumb-img {
    width: 100%;
    display: block;
    min-height: 100px;
    text-align: center;
    position: relative;
}

.c-cart-item__thumb-img img {
    max-width: 100%;
    max-height: 140px;
}
.c-cart-item__thumb-img img {
    overflow: hidden;
}

.c-cart-item__thumb-img img {
    overflow: visible;
    min-height: 100px;
    min-width: 100px;
}

.c-cart-item__thumb-img img[alt]:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-weight: 300;
    color: transparent;
    text-align: center;
    content: attr(alt);
    background: #fff url(../files/f8c6572e.svg) no-repeat 50%;
    background-size: contain;
    width: 100%;
    height: 100%;
}
.c-cart-item__thumb-img img[alt]:after {
    min-width: 100px!important;
    min-height: 100px!important;
}

.c-cart-item__data {
    width: 80%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 12px 20px 4px;
}

.c-cart-item__title {
    font-size: 16px;
    font-size: 1.143rem;
    font-weight: 400;
    line-height: 1.375;
    color: #3f3f3f;
    text-align: right;
    margin-bottom: 10px;
    margin-top: 6px;
    width: 100%;
}

.c-cart-item__product-data {
    color: #62666d;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    width: 100%;
    text-align: right;
    padding-right: 24px;
    position: relative;
    margin-bottom: 4px;
}

.c-cart-item__product-data--warranty:before {
    content: "\E076\00FE0E";
}

.c-cart-item__product-data:before {
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 18px;
    position: absolute;
    right: 0;
    top: 2px;
    color: #979797;
}

.c-cart-item__product-data {
    color: #62666d;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    width: 100%;
    text-align: right;
    padding-right: 24px;
    position: relative;
    margin-bottom: 4px;
}

.c-cart-item__product-data--no-lead-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c-cart-item__product-data--no-lead-time:before {
    content: "\E07F\00FE0E";
    color: #0fabc6;
}

.c-cart-item__product-data:before {
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 18px;
    position: absolute;
    right: 0;
    top: 2px;
    color: #979797;
}

.c-cart-item__spacer {
    width: 100%;
    height: 10px;
}

.c-cart-item__price-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 4px;
}

.c-cart-item__quantity-row, .c-cart-item__sfl-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c-quantity-selector {
    width: 100px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #eee;
    border-radius: 8px;
    color: #0fabc6;
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 1.467;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-quantity-selector button {
    border: none;
    margin: 0;
    padding: 0;
    color: #0fabc6;
    background-color: #fff;
    cursor: pointer;
    width: 100%;
    text-align: center;
    height: 100%;
    border-radius: 8px;
}

.input-group-btn{
    width: 30%;
}

.c-quantity-selector__add:before {
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 22px;
}

.c-quantity-selector__add:before {
    content: "\E0A4\00FE0E";
}

.c-quantity-selector__number {
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 15px;
}

.c-quantity-selector__add--disabled, .c-quantity-selector__add--disabled:before {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

.c-quantity-selector__remove:before {
    content: "\E0AA\00FE0E";
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 18px;
    vertical-align: top;
}

.c-quantity-selector__add--disabled:before {
    color: #e0e0e2;
}
.c-quantity-selector__add--disabled, .c-quantity-selector__add--disabled:before {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.c-cart-item__delete {
  display: flex;
  align-items: center;
}

.js-mini-cart-item {
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    border-bottom: 1px solid #f0f0f1;
    margin: 0 12px;
    align-items: flex-start;
}

.c-cart-item__delete {
  font-family: 'IRANSans' !important;
  font-size: 12px !important;
  font-size: .857rem;
  line-height: 1.833 important;
  color: #777 !important;
  padding-right: 20px;
  position: relative;
  cursor: pointer;
  margin-right: 12px;
  padding-top: 8px;
}

.c-cart-item__product-price {
    text-align: left;
    color: #000;
    font-size: 17px;
    font-size: 1.214rem;
    font-weight: 400;
    line-height: 1.294;
}

.c-cart-item__product-price span {
    font-size: 10px;
    font-size: 1.1rem;
    line-height: 2.2;
}

.c-cart-item__price-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 4px;
}
/* Cart - END */

/* Cart Bill  */

.c-checkout-bill__summary li:before, .c-checkout__items li:before{
    display: none !important;
    list-style: none !important;
    content: "" !important;
}

.c-checkout-bill {
    background-color: #fff;
    -webkit-box-shadow: 0 8px 13px -7px rgb(0 0 0 / 5%);
    box-shadow: 0 8px 13px -7px rgb(0 0 0 / 5%);
    border: 1px solid #e6e6e6;
    line-height: 22px;
    border-radius: 8px;
}

.c-checkout-bill__summary {
    list-style: none;
    padding: 14px 16px 8px;
    margin: 0px !important;
}

#cartcontentscount{
    font-family: 'IRANSans' !important;
    font-weight: 100;
}

.c-checkout-bill__summary li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 6px 0;
    color: #777;
}

.c-checkout-bill__item-title {
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c-checkout-bill__price {
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 1.467;
}

.c-checkout-bill__currency {
    font-size: 10px;
    font-size: .714rem;
    line-height: 2.2;
}

.c-checkout-bill__item-title {
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c-checkout-bill__sum-price{
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #eee;
    font-weight: 700!important;
    color: #000!important;
}

.c-checkout-bill__price {
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 1.467;
}

.c-checkout-bill__currency {
    font-family: 'IRANSans';
    font-weight: normal;
    font-size: 10px;
    font-size: .714rem;
    line-height: 2.2;
/*     float: left;
    margin: 0px 2px 0px 0px; */
}

.c-checkout-bill__to-forward-button {
    margin: 12px 0!important;
}

.c-checkout-bill__cash-back {
    padding: 10px 16px 0;
}
.c-checkout-bill__cash-back, .c-checkout-bill__digiclub {
    background-color: rgba(245,247,250,.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 0 0 8px 8px;
}

.c-wiki__holder {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.c-checkout-bill__digiclub-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    font-size: .857rem;
    line-height: 25px;
    color: #62666d;
}

.c-checkout-bill__digiclub-coin {
    width: 14px;
    height: 14px;
    margin-left: 4px;
    display: inline-block;
    vertical-align: text-top;
}

.c-wiki__container.is-right {
    left: -10px;
    right: unset;
}

.c-wiki__container {
    position: absolute;
    top: calc(100% + 17px);
    right: -10px;
    padding: 11px 11px 21px;
    min-width: 273px;
    max-width: 394px;
    -webkit-box-shadow: 0 8px 13px -7px rgb(0 0 0 / 5%);
    box-shadow: 0 8px 13px -7px rgb(0 0 0 / 5%);
    background-color: #fff;
    border: 1px solid #b8b8b8;
    z-index: 121;
    display: none;
}

.c-wiki__container.is-right .c-wiki__arrow {
    left: 14px;
    right: unset;
}

.c-wiki__arrow {
    position: absolute;
    top: -8px;
    right: 16px;
    width: 13.7px;
    height: 13.7px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background-color: #fff;
    -webkit-box-shadow: 0 8px 13px -7px rgb(0 0 0 / 5%);
    box-shadow: 0 8px 13px -7px rgb(0 0 0 / 5%);
}

.c-wiki__text {
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    font-weight: 400;
    letter-spacing: -.3px;
    text-align: right;
    direction: rtl;
    color: #777;
}

.c-checkout-bill__digiclub-title:after {
    content: "\E176\00FE0E";
    font-size: 16px;
    vertical-align: sub;
    color: #999;
}

.c-checkout-bill__digiclub-point {
    color: #474848;
    font-size: 14px;
    font-size: 1rem;
    line-height: 25px;
}

.c-checkout__tab-container--full-width{
    width: 100%;
    font-family: 'IRANSans';

}

.c-checkout__tab-container--full-width ul{
  margin: 0 0 0px 0px;
}

.c-checkout__tab, .c-checkout__tab-container{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c-checkout-pages .o-page__content {
    -ms-flex: 0 0 71.5%;
    -webkit-box-flex: 0;
     flex: 0 0 71.5%; 
    max-width: 71.5%;
    padding-right: 5px;
    padding-left: 0px;
}

.o-page__content {
    position: relative;
    width: 100%;
    float: right;
    min-height: 1px;
    padding-right: 0px;
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 5px;
}

.c-checkout-pages .o-page__aside {
    -ms-flex: 0 0 28.5%;
    -webkit-box-flex: 0;
    flex: 0 0 28.5%;
    max-width: 28.5%;
    padding-left: 0;
    padding-right: 0px;
}


.o-page__aside {
    position: relative;
    width: 100%;
    float: left;
    min-height: 1px;
    padding-left: 0px;
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 0;
    margin-bottom: 13px;
}

aside, section {
    display: block;
}

.c-cart-page .c-checkout-aside {
    margin-bottom: 83px;
    margin-top: 0!important;
}

.c-checkout-aside {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
    margin-bottom: 23px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    top: 78px;
}

.left-header-area-login:not(:last-child) {
    padding-left: 8px;
    margin-left: 3px;
    border-left: 1px solid #f0f0f1;
}

.basket-btn-arround {
    position: relative;
    padding: 5px 20px 5px 16px;
}

.basket-count {
    position: absolute;
    width: auto;
    min-width: 15px;
    font-weight: 600;
    left: 28px;
    top: 0px;
    height: 15px;
    background: red;
    border-radius: 25%;
    font-size: 12px;
    color: white;
    padding: 0px 1px 0px 1px;
    line-height: 1.4;
}

.btn-dropdown-setting-user{
    padding: 6px 5px 6px 5px;
}

.btn:focus{
    box-shadow: none !important;
}

.btn-minus-disabled{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

/* ----------------------    Spinner Loading     -------------------------  */

.lds-ellipsis {
    display: block;
    position: relative;
    width: 69%;
    height: 37px;
    margin: 0px 17px 0px 17px;
}

.lds-ellipsis div {
  position: absolute;
  top: 10px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #515151;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

/* ------------------ END OF ELLIPSE Loading  ----------------- */

.rdsvgst{
    padding: 10px;
    margin: 6px;
}

/* -----------------  Mini Cart WooCommerce -----------------  */

.o-form__field-helper {
    font-size: 0.54rem;
    color: #a1a3a8;
    line-height: 11px;
    margin-top: 2px;
    margin-right: 8px;
}

.c-header__cart-info {
    position: absolute;
    left: 180px;
    top: calc(100% - 30px);
    width: 300px;
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 12px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 20%);
    z-index: 1001;
}

.c-header-vieworder-title{
    margin: 10px 10px 0px 10px !important;
}

.c-header__cart-info-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    padding: 12px 16px 12px 12px;
    font-size: 16px;
    font-size: 1.143rem;
    line-height: normal;
}

.c-header__cart-info-count {
    font-size: 12px;
    font-size: .857rem;
    line-height: normal;
    color: #81858b;
}

.c-header__cart-info-total{
    font-size: 12px;
    font-weight: 600;
}

.c-header__cart-info-total p{
    margin: 0px;
}

.c-header__cart-info-link {
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0fabc6;
    font-size: 12px!important;
    font-size: .857rem!important;
    line-height: normal!important;
}

/* .c-header__cart-info-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 16px 12px 12px;
    font-size: 16px;
    font-size: 1.143rem;
    line-height: normal;
} */

.c-header__basket-list, .c-total-tbl-products__woo {
  max-height: 293px;
  overflow-y: scroll;
  overflow-x: hidden;
  list-style: none;
  border-top: 1px solid #f0f0f1;
}

.c-header__basket-list-item {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #f0f0f1;
  margin: 0 0px;
}

#products_vieworder-lists{
  margin: 10px;
}

#products_vieworder-title:hover{
  cursor: pointer;
}
.c-header__basket-list-item-image {
    width: 75px;
    height: 75px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
    max-width: 75px;
    position: relative;
}

.c-header__basket-list-item-image img {
    max-height: 100%;
    max-width: 100%;
    overflow: hidden;
}

.c-header__basket-list-item-content {
    margin-right: 8px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: right;
}

.c-header__basket-list-item-title {
    font-size: 12px!important;
    font-size: .857rem!important;
    line-height: normal!important;
    font-weight: 700;
    margin-bottom: 8px;
    color: #424750;
}

.c-header__basket-list-item-shipping-type--ready {
    color: #0fabc6;
}

.c-header__basket-list-item-shipping-type {
    font-size: 10px;
    font-size: .714rem;
    line-height: normal;
    margin-bottom: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-header__basket-list-item-shipping-type--ready:before {
    content: "\E07F\00FE0E";
}
.c-header__basket-list-item-shipping-type:before {
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 18px;
    margin-left: 6px;
}

.c-header__basket-list-item-footer, .c-header__basket-list-item-remove {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-header__basket-list-item-props {
    color: #81858b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px;
    font-size: .714rem;
    line-height: normal;
}

.c-header__basket-list-item-props-item:not(:last-child) {
    padding-left: 8px;
    margin-left: 8px;
    /*border-left: 1px solid #f0f0f1;*/
}

.c-header__basket-list-item-props-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-header__basket-list-item-props-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-header__basket-list-item-color-badge {
    background: #fff;
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,.3);
    margin-left: 6px;
}

.c-header__basket-list-item-props {
    color: #81858b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px;
    font-size: .714rem;
    line-height: normal;
}

.c-header__basket-list-item-remove {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    border: 0;
    outline: 0;
    color: #a1a3a8;
    cursor: pointer;
}

.c-header__cart-info-submit{
    display: block;
    border-radius: 8px;
    font-size: 14px;
    font-size: 1rem;
    line-height: 26px;
    letter-spacing: -.5px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding-top: 9px;
    padding-bottom: 10px;
    background-color: #00bfd6;
    border: none;
}

.c-header__cart-info-footer {
    padding: 8px;
    border-top: 1px solid #f0f0f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-content: center;
    flex-direction: row;
    justify-content: space-between;
}

.c-header__basket-list-item-footer, .c-header__basket-list-item-remove {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}

.c-header__basket-list-item-remove:before {
    content: "\E123\00FE0E";
    font-size: 18px;
    font-size: 1.286rem;
    line-height: normal;
}

/*  --------------------------- CAROUSEL FOR WooCommerce --------------------------- */

.team-member-box{
  clear: both !important;
  background:  transparent !important;
  padding: 20px 0 5px !important;
}


/* ---------------------------  Single Product  ---------------------------*/

.js-gallery-img{
    width: 40%;
    margin-bottom: 15px;
}

.c-gallery__img img {
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}
.c-gallery__img img {
    overflow: hidden;
}
.c-gallery__img img {
    overflow: visible;
    min-height: 100px;
    min-width: 101px;
}
.c-gallery__item img {
    max-width: 100%;
    vertical-align: top;
}

.c-gallery__items {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: none;
    padding: 0;
}

.overshow_item-c-gallery__items{
  -webkit-transition: all .25s linear;
     -moz-transition: all .25s linear;
      -ms-transition: all .25s linear;
       -o-transition: all .25s linear;
          transition: all .25s linear;
          opacity: 1;
}

.overhide_item-c-gallery__items{
  -webkit-transition: all .25s linear;
     -moz-transition: all .25s linear;
      -ms-transition: all .25s linear;
       -o-transition: all .25s linear;
          transition: all .25s linear;
          opacity: 0.6;
}

.beeshown_item-c-gallery__items{
    opacity: 1;
}

@media only screen and (min-width: 1366px){
    .c-listing__items>li {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 25% !important;
        flex: 1 0 25% !important;
        max-width: 25% !important;
        min-height: 424px !important;
    }
}

/*media="screen and (min-width: 1366px)"*/
.c-gallery__items li:nth-child(-n+4), .c-gallery__items li:nth-child(-n+5) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.c-gallery__items li:nth-child(-n+3), .c-gallery__items li:nth-child(-n+4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
/*media="screen and (min-width: 1366px)"*/
.c-gallery__items li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    padding: 18% 0 0;
    max-width: none;
}
.c-gallery__items li {
    max-width: 20%;
    height: 43px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22%;
    flex: 0 0 30%;
    padding: 20% 0 0px;
    margin-left: 5px;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}

.c-remodal-gallery__content.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.c-remodal-gallery__content {
    padding: 15px 20px 15px;
    height: auto;
    width: auto;
    /*height: calc(90vh - 62px);*/
    /*width: calc(90vh + 300px);*/
    max-width: 1200px;
    max-height: 838px;
    overflow: auto;
}

.c-remodal-gallery__info {
    width: auto;
    margin-right: 5px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: auto;
}

.c-remodal-gallery__main-img.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c-remodal-gallery__title {
    color: #030a16;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    font-weight: 700;
    text-align: right;
}

.c-remodal-gallery__main-img {
    width: auto;
    height: auto;
    max-height: 792px;
    max-width: 792px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    margin-bottom: 25px;
}

.c-gallery__items li .thumb-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4px;
}
.c-gallery__items li .thumb-wrapper, .c-gallery__items li:nth-of-type(4) .c-gallery__images-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c-gallery__items li img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;
    opacity: .7;
    position: relative;
}
.c-gallery__items li img {
    overflow: hidden;
}
.c-gallery__items li img {
    overflow: visible;
    min-height: 30px;
    min-width: 30px;
}

.c-product__info {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.c-product__title-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 7px 0;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.u-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.u-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-product__title {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 28px;
    color: #000;
}
#zoom-box {
    left: 0;
    bottom: 0;
    top: 12px;
    width: 100%;
    height: 100%;
    position: absolute;
}
.c-product__config {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: unset;
    -webkit-box-flex: 0.9;
    -ms-flex-positive: 0.9;
    flex-grow: 0.9;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.c-product__config {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 14px;
    min-height: 300px;
    border-top: 1px solid #dfdfdf;
}
/* -------------------------------------------------------------------------- */

/* ------------------------  Rayandaya Radio ------------------------- */
div.rayandayaradio label {
    display: flex;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin: 0.375em;
}
div.rayandayaradio label input {
    display: none !important;
}
div.rayandayaradio label input:checked + span {
    background-color: #d6d6e5;
}
div.rayandayaradio label input:checked + span:before {
    box-shadow: inset 0 0 0 0.4375em #00005c;
}
div.rayandayaradio label span {
    display: flex;
    align-items: center;
    padding: 0.375em 0.75em 0.375em 1.375em;
    border-radius: 99em;
    transition: 0.25s ease;
}
div.rayandayaradio label span:hover {
    background-color: #d6d6e5;
}
div.rayandayaradio label span:before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    margin-right: 0.375em;
    margin-left: 0.375em;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em #00005c;
}
div.rayandayaradio label{
    display: unset !important;
}

/* -------------------------------------------------------------------------- */

#customer_registeration form.ulogin-register-user label,
#customer_registeration form.ulogin-otpform-user label,
#rayandayacf label,
#suggestionform label {
    display: none;
}

#customer_registeration form.ulogin-user-forms ul li,
#rayandayacf ul li,
#suggestionform ul li {
    list-style: none;
}

.btn-outline-danger:hover{
    transition: all 100ms ease-in;
}

.button-primary {
    -webkit-box-shadow: 0 8px 13px -7px rgb(0 0 0 / 5%);
    box-shadow: 0 8px 13px -7px rgb(0 0 0 / 5%);
}

#ulogin-reset-password ul,
#ulogin-reset-password ol
{
    margin: 0px 0 20px 1px;
}

#ulogin-reset-password ul li::before,
#rayandayacf ul li::before,
#suggestionform ul li::before
{
    display: none !important;
    list-style: none !important;
    content: '';
}

.entry-content #customer_registeration ul li::before,
.entry-content #rayandayacf ul li::before,
.entry-content #suggestionform ul li::before {
    display: none;
    content: "";
    list-style: none;
}

#customer_registeration form.ulogin-user-forms ul,
#rayandayacf ul,
#suggestionform ul {
    list-style: none;
}

#customer_login header {text-align:center;font-size:40px;margin-bottom:10px;width:100%;display:block;float:right;}
#customer_login p
#wppb_general_top_error_message,
#customer_login p.wppb-error,
#customer_login p.wppb-warning{
	float:right;
	width:100%;
	padding:10px !important;
	line-height:30px;
	background-color:#f7f6f7;
	margin-bottom:20px
}

#customer_login 
#ulogin-login-wrap{
	width:100%;
	float:right
}

#customer_registeration {
    display: flex;
    flex-direction: column;
	padding:0 20px;
	text-align:right;
	margin: 0 auto;
}

#btn-user-setting-header,
#basket_btn {
    line-height: 0 !important;
    padding: 4px !important;
    font-size: 1.09em !important;
}

#customer_registeration header ul{
	padding:0;
	margin:0 0 20px;
	list-style:none;
	text-align:center;
	display:inline-block;
	float:right;width:100%;
	/* height:50px; */
	line-height:50px;
	font-size:16px;
	border-bottom:1px solid #dbdbdb;
}

#stateList button.btn {line-height: 1.9 !important;}
#PassChangingForm input, #PassChangingForm label {font-size: 12px;}
#customer_registeration header ul li{display:inline-block;padding:0 30px}
#customer_registeration header ul li a{color:#bdbdbd;cursor:pointer;transition:ease-in-out .15s}
#customer_registeration header ul li a:hover{color:#F44336}
#customer_registeration header ul li.active{border-bottom:2px solid #F44336;}
#customer_registeration header ul li.active a{color:#333}
#customer_registeration header i{font-size:35px;float:right;margin-left:5px}
#customer_registeration header h2{font-size:20px;display:inline-block;float:right;margin-top:10px}
#customer_registeration header span{display:inline-block;float:left;color:#dbdbdb}
#customer_registeration header span i{font-size:17px}
#customer_registeration header span a{color:#dbdbdb;transition:ease-in-out .15s;margin-top:8px;display:inline-block}
#customer_registeration header span a:hover{color:#757575}
#customer_registeration p{padding:5px}
#customer_registeration p.lost_password{margin:0}
#customer_registeration p.lost_password a{color:#333;transition:ease-in-out .15s}
#customer_registeration p.lost_password a:hover{color:#F44336}
#customer_registeration form.login{border:none;float:right;width:100%}
#customer_registeration div.form-check input{ box-shadow: none !important; }
.form-group input, #customer_registeration input{height:45px;padding:0 10px;font-size:14px;background-color:#fefefe;border:1px solid #dbdbdb;box-shadow:0 1px 5px rgba(189,189,189,.25),0 2px 2px rgba(230,230,230,.1);border-radius:3px;letter-spacing:-.01em;resize:none;-webkit-transition:border ease .2s,box-shadow ease-in-out .15s;transition:border ease .2s,box-shadow ease-in-out .15s}
#customer_registeration label[for=rememberme]{float:right;margin-top:10px}
#customer_registeration input#rememberme{height:auto}
#customer_passwordrecover form input[type=submit], #customer_registeration input[type=submit]{width:100%;margin: 0 0 0 0;background:#F44336;color:#fff;transition:ease-in-out .15s}
#customer_registeration input[type=submit]:hover{background:#D32F2F; color: #500e0e;} 
.form-group input, #customer_registeration input:focus{border-color:#F44336;background-color:transparent;box-shadow:0 1px 2px rgba(24,24,24,.15)}
#customer_registeration footer{padding:10px 0 0;border-top:1px solid #dbdbdb;text-align:center;font-size:14px;color:#333;float:right;width:100%;margin-top:20px}
#customer_registeration footer a{color:#757575;cursor:pointer;transition:ease-in-out .15s}
#customer_registeration footer a:hover{color:#F44336}
#customer_registeration header ul li:before{list-style: none; display: none;}
form#ulogin-recover-password ul li:before{content: ''; display: none;}
#ulogin-recover-password .ulogin-field-error,.ulogin-edit-user .ulogin-field-error,.ulogin-register-user .ulogin-field-error{border:none!important;background-color:transparent!important}
#ulogin-recover-password .ulogin-field-error input,.ulogin-edit-user .ulogin-field-error input,
.ulogin-register-user .wppb-field-error input,
{
	border:1px solid #F44336!important
}

.user-input-const{
	width: 100% !important;
	float: left;
}

#ulogin-login-wrap .login-password input{
	width: 66.6%;
}

.ulogin-form-field{
  margin: 7px 0px 7px 0px;
}

.ulogin-form-field>span.ulogin-form-error
{
	border-top:none!important;
  color:#E57373!important;
  margin: 7px 0px 7px 0px;
}


#search_popup,.toolbar
{
	box-shadow:0 1px 1px 1px rgba(0,0,0,.1)
}

.lost_password ul
{
	list-style:none;padding:0 5px;margin:0
}

.lost_password p{float:right;width:100%;line-height:2}
aside.header_bar ul.search_cart_mobile li a.phone_number
{
	width:auto;padding:5px 10px 0 30px
}

aside.header_bar ul.search_cart_mobile li a.phone_number i
{
	right:auto;left:0
}

.wrap{
    width: 96% !important;
}

.wrap .main-header .btn-group-sm{
 font-family: 'IRANSans';
 opacity: 0.9;
   z-index: 4;
}

.userprofile-container{
    background-color: #fff;
    -webkit-box-shadow: 0 8px 13px -7px rgb(0 0 0 / 5%);
    box-shadow: 0 8px 13px -7px rgb(0 0 0 / 5%);
    border: 1px solid #dedede;
    margin-bottom: 1px;
    padding: 25px;
    max-width: 100%;
}

.register-btn-sbt{
  font-family: 'IRANSans';
	margin: 0 auto !important;
  width: 100% !important;
  font-size: 14px !important;
}

#ulogin-reset-password input[type="text"]{
  width: 100% !important;
}

#ulogin-reset-password input[type="button"]{ /* , input[type="submit"] */
	width: auto !important;
}

.rayandaya-user-forms {
	width: 100%;
}

#customer_resetpassword {
	display: flex;
	justify-content: center;
}

#ulogin-recover-password ul {
    margin: 0 0 2px 2px;
}

#ulogin-recover-password p input[type=submit]{
	margin: 5px 0 0;
}

#ulogin-register-user ul,
#ulogin-otpform-user ul,
#rayandaya-constant-loginform ul,
#rayandayacf ul,
#suggestionform ul {
	margin: 2px 2px 10px 2px;
}

#ulogin-register-user .form-submit,
#ulogin-optform-user .form-submit{
	width: 100%;
	height: auto;
}

/*
************************************************************************
** ---------------- Password Validation CSS Style ------------------- **
************************************************************************
*/

#validation_message {
  display:none;
  font-family: 'IRANSans';
  top: 15px;
  position: relative;
  -webkit-box-shadow: 0 8px 13px -7px rgb(0 0 0 / 5%);
  box-shadow: 0 8px 13px -7px rgb(0 0 0 / 5%);
  padding: 2px;
  font-size: 13px;
  padding: 6px 9px;
  margin: 0 auto 8px;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
  background: #f7f3f1;
  border: 1px solid #f7f3f1;
  color: #222 !important;
}

#validation_message p {
	padding: 1px 2px;
    font-size: 12px;
    margin: 0px 0px 4px;
}

.validation_rightpart{
  width: 50%;
  float: right;
}

.validation_leftpart{
  width: 50%;
  float: left;
}

.validation_valid {
  color: green;

}

.validation_valid:before {
  content: "✔";
  margin-left: 10px;
}

.validation_invalid {
  color: red;
}

.validation_invalid:before {
  content: "✖";
  margin-left: 10px;
}
/*_________________________Check Icon Point______________________________*/

.matchpassw {
	font-family: 'IRANSans';
    position: relative;
    margin-top: 0px;
    display: inline-block;
    font-size: 12px;
}

#matchpass-ma:before {
	display: none !important;
}

@keyframes rotate {
  50%{
    border-left-color: #9b59b6;
  }
  75%{
    border-left-color: #e67e22;
  }
  100%{
    transform: rotate(360deg);
  }
}

.circle-loader {
	display:none; 
    border: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    width: 20px;
    height: 20px;
	margin: 5px 1px 1px 1px;
}


#payment ul li div div.check-icon{
    top: 10px;
    left: 0px;
}

.check-icon{
  display: none;
}

.check-icon:after{
	position: absolute;
    content: "";
    top: 57%;
    left: 2px;
    transform: scaleX(-1) rotate(135deg);
	height: 13px;
    width: 7px;
    border-radius: 2px;
    border-top: 3px solid #5cb85c;
    border-right: 3px solid #5cb85c;
    transform-origin: left top;
    animation: check-icon 2s ease;
}

.error-icon{
	display: none;
}

.error-icon:after,.error-icon:before{
	position: absolute;
    content: "";
	top: 20%;
    left: 7px;
    height: 11px;
}

.error-icon:before{
	border-left: 3px solid #5cb85c;
	transform: skew(28deg);
	animation: error-icon 2s ease !important;
}

.error-icon:after{
	border-right: 3px solid #5cb85c;
	transform: skew(-28deg);
	animation: error-icon 2s ease !important;
}
/* *, *::before, *::after {
    box-sizing: border-box;
}
 */

@keyframes check-icon {
  0%{
    height: 0px;
    width: 0px;
    opacity: 1;
  }
  20%{
    height: 0px;
    width: 7px;
    opacity: 1;
  }
  40%{
    height: 13px;
    width: 7px;
    opacity: 1;
  }
  100%{
    height: 13px;
    width: 7px;
    opacity: 1;
  }
}

.check-icon{
  display: block;
}

@keyframes error-icon {
  0%{
    height: 0px;
    width: 0;
    opacity: 1;
  }
  20%{
    height: 10px;
    width: 0px;
    opacity: 1;
  }
  40%{
    height: 10px;
    width: 0px;
    opacity: 1;
  }
  100%{
    height: 10px;
    width: 0px;
    opacity: 1;
  }
}

.error-icon
{
  	display: block;
}

#s-error-cap strong:after
{
	border-bottom: 1px solid grey;
	padding-bottom: 5px;
	width: 100%;
}

.rayandaya-popupuser-forms{
  width: auto;
  text-align: initial;
}

.rayandaya-reset-forms,
.rayandaya-user-forms,
.ulogin-user-forms
{
  border: 1px solid #fbe3e3;
  border-radius: 9px;
  padding: 15px;
  -webkit-box-shadow: 0 8px 13px -7px rgb(0 0 0 / 5%);
  box-shadow: 0 8px 13px -7px rgb(0 0 0 / 5%);
  background: #fff;
}

.rayandaya-user-forms li:before,
.rayandaya-user-forms li::marker
{
    display: none !important;
}

.rayandaya-reset-forms{
  width: 40%;
}

/* ----   CHECKOUT Customization Woocommerce   ----- */
/* .c-address__form-row {
  width: calc(50% - 8px);
} */

/* .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}
 */

/* ---------- Customize Default Option OBJ ---------- */
.select2-container--default .select2-selection--single{
  background-color: #fafafa !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 4px !important;
  -moz-border-radius: 5px !important;
  height: 40px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}

.selection{
  font-family: 'IRANSans' !important;
}

.select2-results {
  font-family: 'IRANSans' !important;
  text-align: right !important;
}

/* ---------- Customize Default Option OBJ ---------- */
.c-listing__header ul{
    margin-bottom: 4px;
}
.c-listing__header {
    border-bottom: 1px solid #ebe9e9;
    position: relative;
    padding: 0 44px 0 60px;
    z-index: 2;
    overflow: hidden;
}

.custom-select{
    font-size: 12px !important;
}

.c-listing__header:before, .c-listing__type {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.c-listing__header:before {
    right: 13px;
    color: #cecece;
}

.c-listing {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 3%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 3%);
    border: 1px solid #e4e4e4;
    line-height: 22px;
    position: relative;
}

.c-listing__sort li{
    margin-left: 5px;
}

.c-listing__sort li a:hover {
    background-color: #ece9e9;
}

.c-listing__sort li a.is-active {
    background-color: #00bfd6;
    color: #fff;
}

.c-listing__sort li a {
display: block;
    padding: 10px 5px;
    position: relative;
    font-size: 12px;
    font-size: .857rem;
    line-height: 16px;
    vertical-align: middle;
    border-radius: 8px;
    white-space: nowrap;
}

.c-listing__sort {
    list-style: none;
    line-height: 34px;
    padding: 0;
    margin-top: 1px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 44px;
}

.c-listing__sort:before {
    display: inline-block;
    content: attr(data-label);
    color: #3b3b3b;
    margin-left: 5px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 21px;
    vertical-align: middle;
    white-space: nowrap;
}

.c-catalog__show-more:hover {
    background-color: #f7f7f7;
}

.c-catalog__show-more {
    font-size: 12px;
    font-size: .857rem;
    line-height: 21px;
    color: #4d4d4d;
    text-align: center;
    width: 100%;
    padding: 8.5px 0 5px;
    border-top: 1px solid #f2f2f2;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fcfcfc;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-property: background-color;
    transition-property: background-color;
}

.c-listing__counter {
    position: absolute;
    top: -12px;
    left: 12px;
    color: #b7b7b7;
    font-size: 12px;
    font-size: .857rem;
    line-height: 21px;
}
/*-------------------- Listing Items --------------------------*/

.c-listing__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    list-style: none;
    padding: 0px;
    padding-right: 1px;
}

.c-listing__items>li {
    min-height: 424px;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33.333%;
    flex: 1 0 33.333%;
    max-width: 33.333%;
}

.c-listing__items .c-product-box {
    position: relative;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: -3px !important;
    border: 1px solid #ebebeb;
    border-top: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.woocommerce .woocommerce-ordering{
    margin: 0 !important;
}

.c-listing__items .c-product-box:hover {
    -webkit-box-shadow: 0 2px 17px 0 rgb(0 0 0 / 9%);
    box-shadow: 0 2px 17px 0 rgb(0 0 0 / 9%);
    z-index: 11;
}

.c-listing .c-product-box {
    padding-bottom: 25px;
}
.c-promotion-box, .c-promotion-box__image {
    position: relative;
}

.c-product-box {
    display: block;
    background: #fff;
    height: 100%;
    position: relative;
    -webkit-transition: -webkit-box-shadow .2s cubic-bezier(.4,0,1,1),-webkit-transform .2s cubic-bezier(.4,0,1,1);
    transition: -webkit-box-shadow .2s cubic-bezier(.4,0,1,1),-webkit-transform .2s cubic-bezier(.4,0,1,1);
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),transform .2s cubic-bezier(.4,0,1,1);
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),transform .2s cubic-bezier(.4,0,1,1),-webkit-box-shadow .2s cubic-bezier(.4,0,1,1),-webkit-transform .2s cubic-bezier(.4,0,1,1);
    padding: 30px 12px 46px;
}

.c-box__header {
    position: relative;
    color: #535353;
    letter-spacing: .2px;
    font-weight: 700;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    padding: 8px 16px 10px 15px;
    border-bottom: 1px solid #f2f2f2;
    margin-right: 6px;
    margin-left: 6px;
}

.c-filter {
    line-height: 22px;
}

.c-catalog.show-more {
    padding-bottom: 44px;
}

.c-catalog {
    padding: 0 13px 8px 12px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    position: relative;
}

.o-page__row--listing {
    margin-bottom: 20px;
}

.o-page__row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}

.c-listing__items .c-product-box__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.c-product-box__engagement-rating, .c-product-box__rate-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.c-product-box__rate-status {
    margin-top: 8px;
}

.c-product-box__status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    color: #62666d;
    font-size: 11px;
    font-size: .786rem;
    line-height: 2;
}

.c-product__seller-details--item-grid-link {
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    z-index: 2;
    width: 100%;
    height: 36px;
    position: absolute;
}

.c-product-box__img img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.c-product-box__img img {
    overflow: hidden;
}

.c-product-box__row--price {
    margin-top: 13px;
    height: 43px;
}
.c-product-box__row {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.c-price, .c-price__application-only-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-price__value--plp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.c-price__value {
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 26px;
    color: #fb3449;
    letter-spacing: .8px;
}

.c-price__discount-oval {
    background-color: #fb3449;
    font-weight: 700;
    color: #fff;
    border-radius: 20px;
    padding: 4px 6px 1px;
    letter-spacing: 0;
    margin-bottom: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 1.375;
    margin-right: 8px;
    min-width: 43px;
    height: 23px;
}

.c-price__value-wrapper {
    width: 100%;
    color: #000;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 20px;
    font-size: 1.429rem;
    line-height: 1.1;
    text-align: left;
}

.site-content-contain{
    background: #ffffff;
}

/* ---------------------  Show Categories and Shop Items Full Width -------------------- */

.c-filter-shortcut {
    margin-bottom: 24px;
}

.o-box {
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #ededed;
    padding: 16px 24px 24px;
}

.c-filter-shortcut__list-title {
    color: #232933;
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 1.375;
    font-weight: 700;
    margin-bottom: 16px;
}

.c-filter-shortcut__list--category {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -16px;
}

.c-filter-shortcut__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c-filter-shortcut__category-item+.c-filter-shortcut__category-item {
    margin-right: 16px;
}

.c-filter-shortcut__category-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f0f0f1;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 3%);
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 3%);
    padding: 16px 8px;
    width: calc((100% - 112px)/8);
    margin-top: 16px;
    cursor: pointer;
}

.c-filter-shortcut__category-image {
    max-width: 96px;
    height: 60px;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.c-filter-shortcut__category-image:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(3,10,22,.06);
}

.c-filter-shortcut__category-image img {
    height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.c-filter-shortcut__brand-item, .c-filter-shortcut__category-title {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-filter-shortcut__category-title {
    margin-top: 12px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    font-weight: 700;
    color: #62666d;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-filter-shortcut__category-item+.c-filter-shortcut__category-item {
    margin-right: 16px;
}

.c-filter-shortcut__category-item--show-more {
    padding: 40px 0 24px;
}

.c-filter-shortcut__show-more-count {
    font-size: 30px;
    font-size: 2.143rem;
    line-height: 60px;
    vertical-align: middle;
    color: #62666d;
    font-weight: 700;
    display: block;
}

.c-filter-shortcut__show-more-text {
    font-size: 10px;
    font-size: .714rem;
    line-height: 2.2;
    color: #62666d;
    margin-top: 12px;
    display: block;
}
/* ----------------------------------------------------------  */
.c-total__woo-in-checkout-fixed{
  position: fixed !important;
  left: 30px !important;
  top: 10% !important;
  width: 24% !important;
}

.c-total__woo-in-checkout {
  position: absolute;
  left: 0px;
  top: 1%;
  width: 25%;
  border: 1px solid #eee !important;
  -webkit-box-shadow: 0 6px 6px -6px rgb(0 0 0 / 6%);
  box-shadow: 0 6px 6px -6px rgb(0 0 0 / 6%);
  margin: 25px 0px 25px 0px !important;
  z-index: 3;
}

.c-address__form-row p label,
.c-total-pop-form-row p label{
  font-family: 'IRANSans';
  margin-bottom: 0.2px !important;
}

.c-address__form-row p,
.c-address__form-row div,
.c-total-pop-form-row p,
.c-total-pop-form-row div{
  width: calc(50% - 8px);
  margin: 0px 5px 0px 0px;
}

.c-address__form-row, .c-total-pop-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  margin-top: 16px;
  align-content: flex-end;
  flex-wrap: nowrap;
  flex-direction: row;
}

.c-address__form-align-cnt{
  align-items: center;
}

.c-address__form-row--full-width, .c-total-pop-form--full-width{
  width: 100% !important;
}

.c-total-pop-form-row{
  border-bottom: 1px solid #eee;
}

#popup_total_woo{
  font-family: 'IRANSans';
}

.c-item-center{
  display: flex;
  align-items: center;
  font-size: 12px;
}

.c-header-total-woo{
    background-color: #eeeeee85;
    margin: 15px 0px 15px 0px;
    border-radius: 2px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%);
}

.c-total-pop-form-row{
    justify-content: unset;
    margin: 10px !important;
}

.c-address__form-row {
    justify-content: space-between;
}

.c-address__page{
  width: 95%;
  margin: 24px auto 0;
  background: #fff;
  padding: 10px 15px 0;
  border: 1px solid #eee;
  border-radius: 8px;
  -webkit-box-shadow: 0 6px 6px -6px rgb(0 0 0 / 6%);
  box-shadow: 0 6px 6px -6px rgb(0 0 0 / 6%);
}