a:hover{text-decoration: none !important;}
input:focus{
  /*border: 1px solid #000;*/
  outline: 0 !important;
  /*border-color: #000 !important;*/
  box-shadow: unset !important;
  color: #000!important;
}
textarea:focus{
  border: 1px solid #000;
  outline: 0 !important;
  border-color: #000 !important;
  box-shadow: unset !important;
  color: #000!important;
}
.ns_error, .ns_error a{color: #e10d2c !important;}
.required.highlight::placeholder{color: #e10d2c;}
.dot-box a{display: block;}
#gallery-thumb {
    list-style-type: none;
    padding: 0;
}

#gallery-slider{height: 600px;}
.slider-item{height: 100%;}
#gallery-slider .owl-stage-outer{max-height: 600px;}
.breadcrumb{
  padding: 0;
  align-items: center;
  margin-bottom: 0;
}
/*.breadcrumb li{padding-right: 30px;}*/
.breadcrumb li a:after{
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f105";
  padding-left: 15px;
  padding-right: 15px;
}
.breadcrumb li:last-child a:after{content: "";}
.breadcrumb li a{
  font-size: 12px;
  text-align: center;
  font-family: 'Lato', sans-serif;
  color: #474747;
}
.breadcrumb{background-color: transparent;}
.disc-price{
  font-size: 19px;
  color: #8d8d8d;
  text-decoration: line-through;
}
/*p#pr_qty_price{
  display: flex;
  flex-direction: column-reverse;
}*/

.addons_wrap{display: none;}
.action-btn.add-to-cart{
  max-width: 356px;
  height: 52px;
    background-color: #111111;
    line-height: 52px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;

}
.action-btn.hvr-hollow.add-to-cart{
  box-shadow: inset 0 0 0 2px #111111,0 0 1px rgba(0,0,0,0);
}
.action-btn.hvr-hollow.add-to-cart:hover{color: #111111; text-decoration: none;}
.packages_wrap{
   display: flex;
  flex-wrap: wrap;
}
/*.package-item{
  max-width: 230px;
  min-width: 230px;
}*/
.single-item.reset-link-styles{
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.similar-products{padding-bottom: 100px;}


.side-image img{
  max-width: 103px;
  height: auto;
}
.zoom {
  display:inline-block;
  position: relative;
}
    
.zoomimg.zoom:hover{
  cursor: zoom-in;
}
.zoomImg{background-color: #fff;}
.package-item:after {
  content: "+";
  position: absolute;
  right: -7px;
  top: 50%;
  color: #2d2d2d;
  font-size: 25px;
}
.package-item{position: relative ; margin-bottom: 50px;}

.package-single{
  border: solid 1px #dcdcdc;
  padding: 8px;
  height: 100%;
}
.package-item:last-child:after{content: "";} 
.first-btn.product-btn{
  margin: 0;
  margin-top: 20px;
  /*padding-left: 14px;*/
}
.bread_cat{
  border-top: 1px solid #dcdcdc;
}
.primary-menu-container{
  width: 100%;
}
.menu-items{
  padding-left: 0;
  list-style-type: none;
}
.menu-items li h3 a{
  font-size: 16px !important; 
    font-weight: 700 !important;
    font-family: 'Lato', sans-serif !important;
  color: #2d2d2d !important;

}
.menu-items li a{
  font-family: 'Lato', sans-serif !important;
  color: #2d2d2d !important;
}
.menu-items{
  float: left;
  width: 25%;
}
/*.primary-submenu{
  display: flex;
  justify-content: space-between;
}*/
.menu-hover.hvr-underline-from-left{
  padding-bottom: 10px;
}
.fix-nav .menu-hover.hvr-underline-from-left:before{
  color: #fff;
  background-color: #111;
  height: 2px;
}
.menu-hover.hvr-underline-from-left:before{
  color: #fff;
  background-color: #fff;
  height: 2px;
}
.parallax_banner{
  height: 600px;
  width: 100%;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
#stores{
  transform-y: scale(0);
  transform-origin: bottom;
}

#pin{
  transform-y: scale(0);
    transform-origin: top;
    overflow: hidden;
}
/*#phone{
  max-width: 40px;
}*/

.line1, .line2, .line3{
  opacity: 0;
}
.icon_shipping{overflow: hidden; display: block;}
/**
 * General variables
 */
/**
 * General configs
 */

.forms_form button {
  background-color: transparent;
  padding: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
}

.forms_form input {
  background-color: transparent;
  padding: 0;
  border: 0;
  outline: 0;
}
.forms_form input[type="submit"] {
  cursor: pointer;

}
.forms_form input::-webkit-input-placeholder, .forms_form textarea:-webkit-input-placeholder {
  font-size: 0.85rem;
  font-family: 'Lato', sans-serif !important;
  font-weight: 300;
  letter-spacing: 0.1rem;
  color: #ccc;
}
.forms_form input:-ms-input-placeholder, .forms_form textarea:-ms-input-placeholder {
  font-size: 0.85rem;
  font-family: 'Lato', sans-serif !important;
  font-weight: 300;
  letter-spacing: 0.1rem;
  color: #ccc;
}
.forms_form input::-ms-input-placeholder, .forms_form textarea:-ms-input-placeholder {
  font-size: 0.85rem;
  font-family: 'Lato', sans-serif !important;
  font-weight: 300;
  letter-spacing: 0.1rem;
  color: #ccc;
}
.forms_form input::placeholder, .forms_form textarea:placeholder {
  font-size: 0.85rem;
  font-family: 'Lato', sans-serif !important;
  font-weight: 300;
  letter-spacing: 0.1rem;
  color: #ccc;
}

/**
 * Bounce to the left side
 */
@-webkit-keyframes bounceLeft {
  0% {
    -webkit-transform: translate3d(100%, -50%, 0);
            transform: translate3d(100%, -50%, 0);
  }
  50% {
    -webkit-transform: translate3d(-30px, -50%, 0);
            transform: translate3d(-30px, -50%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
}
@keyframes bounceLeft {
  0% {
    -webkit-transform: translate3d(100%, -50%, 0);
            transform: translate3d(100%, -50%, 0);
  }
  50% {
    -webkit-transform: translate3d(-30px, -50%, 0);
            transform: translate3d(-30px, -50%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
}
/**
 * Bounce to the left side
 */
@-webkit-keyframes bounceRight {
  0% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  50% {
    -webkit-transform: translate3d(calc(100% + 30px), -50%, 0);
            transform: translate3d(calc(100% + 30px), -50%, 0);
  }
  100% {
    -webkit-transform: translate3d(100%, -50%, 0);
            transform: translate3d(100%, -50%, 0);
  }
}
@keyframes bounceRight {
  0% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  50% {
    -webkit-transform: translate3d(calc(100% + 30px), -50%, 0);
            transform: translate3d(calc(100% + 30px), -50%, 0);
  }
  100% {
    -webkit-transform: translate3d(100%, -50%, 0);
            transform: translate3d(100%, -50%, 0);
  }
}
/**
 * Show Sign Up form
 */
@-webkit-keyframes showSignUp {
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes showSignUp {
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
/**
 * Page background
 */
.user {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}
#modal_login .modal-dialog{
  width: 100%;
  max-width: 100%;
}
.user_options-container {
  position: relative;
  width: 100%;
}
.user_options-text {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: #f1f1ed;
  border-radius: 3px;
}
.modal-content.login-register-popup{
  height: 700px;
  background-color: transparent;
  box-shadow: none;
  border: 0;

}
/**
 * Registered and Unregistered user box and text
 */
.user_options-registered,
.user_options-unregistered {
  width: 50%;
  padding: 75px 45px;
  color: #2d2d2d;
  font-weight: 300;
}

.user_registered-title,
.user_unregistered-title {
  margin-bottom: 15px;
  font-size: 1.66rem;
  line-height: 1em;
}

.user_unregistered-text,
.user_registered-text {
  font-size: 0.83rem;
  line-height: 1.4em;
}

.user_registered-login,
.user_unregistered-signup {
  width: 230px;
  height: 52px;
  background-color: #111111;
  color: #fff;
  border: 0;
  border: 1px solid  #111111;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  cursor: pointer;
}
.user_registered-login:hover,
.user_unregistered-signup:hover {
  color: rgba(34, 34, 34, 0.85);
  background-color: #ccc;
}

/**
 * Login and signup forms
 */
.user_options-forms {
  position: absolute;
  top: 50%;
  left: 30px;
  width: calc(50% - 30px);
  min-height: 420px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 2px 0 15px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  -webkit-transform: translate3d(100%, -50%, 0);
          transform: translate3d(100%, -50%, 0);
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.user_options-forms.bounceLeft.register-height{
  height: 720px;
}
#agree_terms{-webkit-appearance: none;}
#f_terms, #footer_terms{-webkit-appearance: none;}
.user_options-forms .user_forms-login {
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}
.user_options-forms .forms_title {
  margin-bottom: 25px;
  font-size: 1.3rem;
  font-weight: 500;
  color: #2d2d2d;
}
.user_options-forms .forms_field:not(:last-of-type) {
  margin-bottom: 20px;
}
.user_options-forms .forms_field-input {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 6px 20px 6px 6px;
  font-size: 1rem;
  font-weight: 300;
  color: gray;
  letter-spacing: 0.1rem;
  transition: border-color 0.2s ease-in-out;
}
.user_options-forms .forms_field-input:focus {
  border-color: gray;
}
.user_options-forms .forms_buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 35px;
}
.user_options-forms .forms_buttons-forgot {
  font-family: 'Lato', sans-serif !important;
  letter-spacing: 0.1rem;
  color: #ccc;
  text-decoration: underline;
  transition: color 0.2s ease-in-out;
}
.user_options-forms .forms_buttons-forgot:hover {
  color: #b3b3b3;
}
.user_options-forms .forms_buttons-action {
  width: 180px;
  height: 52px;
  background-color: #111111;
  color: #fff;
  border: 0;
  transition: background-color 0.2s ease-in-out;
}
.user_options-forms .forms_buttons-action:hover {
  background-color: #e14641;
}
.user_options-forms .user_forms-signup,
.user_options-forms .user_forms-login {
  position: absolute;
  top: 70px;
  left: 40px;
  width: calc(100% - 80px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.5s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.user_options-forms .user_forms-signup {
  -webkit-transform: translate3d(120px, 0, 0);
          transform: translate3d(120px, 0, 0);
}
.user_options-forms .user_forms-signup .forms_buttons {
  justify-content: flex-end;
}
.user_options-forms .user_forms-login {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

/**
 * Triggers
 */
.user_options-forms.bounceLeft {
  -webkit-animation: bounceLeft 1s forwards;
          animation: bounceLeft 1s forwards;
}
.user_options-forms.bounceLeft .user_forms-signup {
  -webkit-animation: showSignUp 1s forwards;
          animation: showSignUp 1s forwards;
}
.user_options-forms.bounceLeft .user_forms-login {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(-120px, 0, 0);
          transform: translate3d(-120px, 0, 0);
}
.user_options-forms.bounceRight {
  -webkit-animation: bounceRight 1s forwards;
          animation: bounceRight 1s forwards;
}


.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.80);
  opacity: 1 !important;

}
.pred{
  color: #111;
  font-size: 11px;
  text-decoration: none;
}
.forms_field{position: relative;}
.forms_field input{
  border: 1px solid;
  border-color: #dbdad4;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  font-size: 14px;
  color: #4d4d4e;
  font-family: lato,sans-serif;
  width: 100%;
  margin-bottom: 0px;
}
.forms_field input::placeholder{
    font-size: 14px;
  color: #4d4d4e;
   font-family: lato,sans-serif;
}
.green-btn{
  width: 180px;
  /*height: 52px;*/
   line-height: 52px;
  background-color: #111111;
  text-align: center;
  color: #fff;
  border: 0;
  cursor: pointer;
  border: 1px solid  #111111;
}
.green-btn.hvr-sweep-to-left:before{background: #fff;}
.green-btn.hvr-sweep-to-left:hover::before{
  background: #fff;
}
.green-btn.hvr-sweep-to-left:hover{color: #111;}
.forms_field input:focus{
  box-shadow: none;
  outline: none;
}
.effect-8{
  border: 1px solid #ccc; padding: 7px 14px 9px; transition: 0.4s;
}
.effect-8 ~ .focus-border:before,
.effect-8 ~ .focus-border:after{content: ""; position: absolute; top: 0; left: 0; width: 0; height: 2px; background-color: #111; transition: 0.3s;}
.effect-8 ~ .focus-border:after{top: auto; bottom: 0; left: auto; right: 0;}
.effect-8 ~ .focus-border i:before,
.effect-8 ~ .focus-border i:after{content: ""; position: absolute; top: 0; left: 0; width: 2px; height: 0; background-color: #111; transition: 0.4s;}
.effect-8 ~ .focus-border i:after{left: auto; right: 0; top: auto; bottom: 0;}
.effect-8:focus ~ .focus-border:before,
.effect-8:focus ~ .focus-border:after{width: 100%; transition: 0.3s;}
.effect-8:focus ~ .focus-border i:before,
.effect-8:focus ~ .focus-border i:after{height: 100%; transition: 0.4s;}

.user_unregistered-signup.hvr-sweep-to-left:before{background: #f1f1ed;}
.user_unregistered-signup.hvr-sweep-to-left:hover{background: #f1f1ed;}
.user_unregistered-signup.hvr-sweep-to-left:hover::before{
  background: #f1f1ed;
}
.user_unregistered-signup.hvr-sweep-to-left:hover{color: #111;}

.user_registered-login.hvr-sweep-to-left:before{background: #f1f1ed;}
.user_registered-login.hvr-sweep-to-left:hover{background: #f1f1ed;}
.user_registered-login.hvr-sweep-to-left:hover::before{
  background: #f1f1ed;
}
.user_registered-login.hvr-sweep-to-left:hover{color: #111;}

.user_forms-signup{top: 20px !important; }
.modal-cart.open_cart{
  display: block!important;
}

.cart_checkout{
  display: block;
  margin-top: 30px;
  width: 100%;
}
.fixed-body{position: fixed;}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}

.quantity input {
    width: 72px;
    height: 35px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    border: 1px solid #ddd;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 33px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #787878;
  font-size: 13px;
  line-height: 1.5;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}
.qty_tlt{
  margin: 0;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  color: #2d2d2d;
  display: block;
  padding-bottom: 10px;
}
.single_price{
  display: flex;
  color: #2d2d2d;
  font-size: 40px;
  font-family: 'Lato', sans-serif;
  padding: 0 0 0 10px;
  line-height: 1.71;
}
.empty-cart{
  font-size: 11px;
  color: #2d2d2d;
}
.modify_cart.remove-product.product-title-cart{
  width: 24px;
  height: 24px;
  background-color: #f1f1ed;
  border-radius: 12px;
  font-size: 12px;
  display: block;
  text-align: center;
  line-height: 24px;
  color: #2d2d2d;
}
.modify_cart.remove-product.product-delete-cart{
  width: 24px;
  height: 24px;
  background-color: #f1f1ed;
  border-radius: 12px;
  font-size: 12px;
  display: block;
  text-align: center;
  line-height: 24px;
  color: #2d2d2d;
}

.cart-products.prPackRow{width: 100%;}
.packs-values.values.p-0{
  min-height: 300px;
  display: flex;
  align-self: center;
  justify-content: center;
}
.in-order.extra{
  position: relative;
}
.packages_item_total{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.qty-pack{
  align-self: center;
}
.pagination{margin-top: 50px; width: 100%;}
#cust_pagi{width: 100%;}
.pagination ul{
  margin: 0;
  list-style: none;
  padding: 0;
}
.pagination ul{
  display: flex;
  width: 100%;
  position: relative;
  justify-content: center;
  /*text-align: center;*/
}
.prev {
   position: absolute;
    left: 0;
}

.next {
  position: absolute;
  right: 0;
}

.prev>a{
  font-size: 12px;
  color: #2d2d2d;
  width: 150px;
  height: 40px;
  background-color: #f1f1ed;
  display: flex;
  justify-content: center;
  line-height: 40px;
  text-align: center;
}

.next>a{
  font-size: 12px;
  color: #2d2d2d;
  width: 150px;
  height: 40px;
  background-color: #f1f1ed;
  line-height: 40px;
  display: flex;
  justify-content: center;
  float: right;
}
.prev>a:before{
  content: "\f104";
  font-size: 22px;
  font-family: 'FontAwesome';
  font-weight: 900;
  margin-right: 10px;
}
.next>a:after{
  content: "\f105";
  font-size: 22px;
  font-family: 'FontAwesome';
  font-weight: 900;
  margin-left: 10px;

}
.pagination ul li a:hover{text-decoration: none;}
.pagintaion_num a{
  font-size: 18px;
  color: #2d2d2d;
}
.pagintaion_num{
  padding: 0px 20px;
}
.pagintaion_num a.active{
  font-weight: 600;
  border: 1px solid #dcdcdc;
  padding: 8px 13px;
}
.single-post-top-img{height: 700px;}
.single_post_wrap{margin-top: 170px;}
#order_details .order_checkout_register_form { display: none; }
#order_details .order_guest_form { display: none; width: 100%; }

.check-btn input[type="radio"] {
  display: none;
}
.check-btn input[type="radio"]:checked + label span {
  background-color: #111111;
  transform: scale(1.25);
}
.check-btn input[type="radio"]:checked + label span:after {
  width: 10px;
  background: #fff;
  transition: width 150ms ease 100ms;
}
.check-btn input[type="radio"]:checked + label span:before {
  width: 5px;
  background: #fff;
  transition: width 150ms ease 100ms;
}

.check-btn input[type="checkbox"]:checked + label span {
  background-color: #111111;
  transform: scale(1.25);
}
.check-btn input[type="checkbox"]:checked + label span:after {
  width: 10px;
  background: #fff;
  transition: width 150ms ease 100ms;
}
.check-btn input[type="checkbox"]:checked + label span:before {
  width: 5px;
  background: #fff;
  transition: width 150ms ease 100ms;
}
.check-btn label span{
  display: inline-block;
  position: relative;
  background-color: #f7f7f7;
    width: 30px;
    height: 30px;
    transform-origin: center;
    border: 2px solid #dddddd;
    border-radius: 50%;
    vertical-align: -8px;
    margin-right: 10px;
    transition: background-color 150ms 200ms, transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
}
.check-btn label span:before{
  content: "";
  width: 0px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  transform: rotate(45deg);
  top: 14px;
  left: 8px;
  transition: width 50ms ease 50ms;
  transform-origin: 0% 0%;
}
.check-btn label span:after{
  content: "";
  width: 0px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  transform: rotate(305deg);
  top: 18px;
  left: 9px;
  transition: width 50ms ease;
  transform-origin: 0% 0%;
}
.check-btn label:hover span:before{
  width: 5px;
  transition: width 100ms ease;
  background: #111111;
}
.check-btn span:before {
   width: 5px;
  transition: width 100ms ease;
 }
.check-btn label:hover span:after {
  width: 10px;
  transition: width 150ms ease 100ms;
    background: #111111;

}
/*div#expand_for_register{
    border: 1px solid #dcdcdc;
    padding: 30px 20px 30px 20px;
}*/
form#chkout_login_form{
    max-width: 320px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 36px;

}
a.forgot-password.remove-product {
    font-size: 14px;
    color: #2d2d2d;
    margin-bottom: 30px;
    display: block;
    text-align: left;
}

.captcha.control-group {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
}

.register-box {
    border: 1px solid #dcdcdc;
}

p.method-hint {
    padding-left: 40px;
    margin-bottom: 0;
}

div#guest_or_register_btn {
    border: 0;
    color: #fff;
    background-color: #111111;
    width: 100%;
    height: 52px;
    max-width: 270px;
    margin: 0 auto;
    line-height: 52px;
    text-align: center;
    margin-top: 21px;
    margin-bottom: 30px;
    display: block;
}

span.btn.btn-md.btn-link.cancel_registration{
    display: block;
    border: 0;
    color: #111;
    background-color: #dbdad4;
    width: 100%;
    height: 52px;
    max-width: 230px;
    margin: 0 auto;
    margin-top: 20px;
    line-height: 41px;
}
span.btn.btn-md.btn-link.cancel_registration:hover{text-decoration: none;}
.register.check-btn.checkbox.cust_checkbox, .visitor.check-btn.checkbox.cust_checkbox{
      border-bottom: 1px solid #dcdcdc;
      padding: 25px;
}
.checkout-login-form{
      border: 1px solid #dcdcdc;
}
.input-text{
    height: 40px;
    margin-bottom: 5px;
    border-radius: 0;
    border-color: #dbdad4;
}
.login-full{max-width: 100%!important; flex: 0 0 100%;}
.chkout_login_form.register_checkout_form{
    max-width: 600px !important;
    padding: 30px;
}
.chkout_login_form.register_checkout_form input{
    border: 1px solid #dbdad4;
    width: 100%;
    padding: 0px 20px;
    font-size: 14px;
    color: #4d4d4e;
}
h2.subheader.incheckoutheader.order_checkout_register_form{font-size: 18px;color: #2d2d2d;font-weight: 600;}
.coupon-form{display: flex;}
div#order_details{
  margin: 0 50px 50px 50px;
}
/*input#coupon_code{
    height: 46px;
    width: 100%;
    width: calc(100% - 42px);
    font-size: 14px;
    color: #474747;
    text-align: right;
    padding-right: 20px;
}

div#curr_order_summary h3{
    font-size: 18px;
    color: #111111;
    font-weight: 600;
}*/
.shipping input, .address-shipping input{
    max-width: 320px;
    width: 100%;
    height: 40px;
    border: 1px solid #dbdad4;
    font-size: 14px;
    color: #4d4d4e;
    padding: 0px 20px;
}
.row.shipping{
    border: 1px solid #dcdcdc;
    padding: 35px 30px;
}
.shipping-info h4, .address-shipping h4{
    font-size: 18px;  
    color: #2d2d2d;
    margin-bottom: 40px;
    font-weight: 600;
}
.shipping-info select, .address-shipping select{
      background-image: linear-gradient(45deg, transparent 50%, #4d4d4e 50%), linear-gradient(135deg, #4d4d4e 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 15px;
    height: 40px;
    background-color: #fff;
    padding: 0 12px;
    -webkit-appearance: none;
    border:1px solid #dbdad4;
    max-width: 320px;
    border-radius: 0;
}
.action-button.step_save.step_continue.send-btn.sweep-to-white{
   line-height: 52px;
    display: block;
    max-width: 300px;
    width: 230px;
    text-align: center;
    margin-top: 60px;
}
h4.subheader.incheckoutheader{
    font-size: 18px;
    color: #2d2d2d;
    margin-bottom: 10px;
    font-weight: 600;
}
.step-back-button.step_change.sweep-to-white{
    width: 100%;
    max-width: 230px;
    height: 52px;
    background-color: #111111;
    color: #fff;
    line-height: 52px;
    text-align: center;
}
.action-button.step_save.step_continue.sweep-to-white{
    width: 100%;
    max-width: 230px;
    height: 52px;
    background-color: #111111;
    color: #fff;
    line-height: 52px;
    text-align: center;
}
textarea.input-textarea.checkout-textarea{width: 100%;}
.price{
  font-size: 16px;
  color: #2d2d2d;
  font-weight: 600;
}
.img-fluid.category-product-image{
  max-width: 290px;
  padding: 40px;
  height: auto;
}


.description{
  width: 100%;
}

.discount{
  font-size: 14px;
  color: #8d8d8d;
  text-decoration: line-through;
  font-weight: 400;
}
.terms_register_box a{
  display: block; 
  text-align: center;
  color: #111; 
}
.terms_register_box label{
  display: block;
  text-align: center;
  margin-bottom: 0;
}
.information-icons a{
  text-decoration: none;
  list-style: none;
  color: #727272;
  display: block;
}
/*Flash Message*/
.flash_message_general { display: none; }
.flash_message, .flash_message_general {
    position: relative;

}
.alert.alert-success{
    top: 0;
    z-index: 9999;
}
.flash_message .alert, .flash_message_general .alert {
    position: fixed;
    z-index: 999999999;
    top: 0;
    left: 0;
    right: 0;
    font-size: 24px;
    background-color: rgba(0, 0, 0, 0.84);
    color: #fff;
    border: 0;
    border-radius: 0;
}

.flash_message .alert button, .flash_message_general .alert button {
    background: transparent;
    position: absolute;
    right: 40px;
    top: calc(50% - 26px);
    /*display: inline-block;*/
    min-height: 38px;
    min-width: 38px;
    line-height: 38px;
    vertical-align: middle;
    text-align: center;
    font-size: 30px;
    opacity: .9;

}

.flash_message .alert ul, .flash_message_general .alert ul {
    list-style: none;
    /*padding: 38px 0px 38px 0px;*/
    margin: 0;
    text-align: center;

}
.alert.alert-warning.alert-dismissible ul li{font-size: 20px;}
#edit_profile_form input{
  padding: 22px;
}
.wish-link{
  font-size: 14px;
  color: #2d2d2d;
}

#filters_form table tr td a{
  font-size: 14px;
  color: #2d2d2d;
}

.row.user-info-login{
  padding: 35px;
}
/*.customer-info h3{
  padding-left: 25px;
}
*/
.profile-btn.hvr-sweep-to-right{
  width: 100%;
  max-width: 323px;
  height: 52px;
  background-color: #111111;
  color: #fff;
  text-align: center;
  line-height: 52px;
}

.profile-btn{
  display: flex;
  justify-content: space-evenly;
  margin-top: 40px;
}
.profile-btn.hvr-sweep-to-right:hover{
  color: #111111;
  text-decoration: none;

}
.profile-btn.hvr-sweep-to-right:before{
   border: 1px solid #111111;
  background: #fff;
}
.row.user-info-login span a{
  color: #111;
}

.update-info-btn.hvr-sweep-to-right:before{
   border: 1px solid #111111;
  background: #fff;
}
.update-info-btn.hvr-sweep-to-right:hover{color: #111111;}

/*.single-product-page{
  margin-top: 20px;
}*/


/*filters price range*/
.range-slider{
  background-color: #ffffff;
  width: 100%;
  margin: 0 auto;
  border: solid 1px #dcdcdc;
  padding: 10px 20px;
  text-align: center;
}
.accordion-filters .range-slider p{
  font-size: 15px;
  color: #2d2d2d;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
#slider{
  height: 10px;
  border-radius: 5px;
  border: 1px solid #f1f1ed;
}
.noUi-target{
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.ui-slider-handle.ui-corner-all.ui-state-default{
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border-radius: 10px;
}

.order_success{margin-top: 200px; padding-bottom: 200px;}
.info_title{
    text-align: center;
    font-size: 28px;
    color: #2d2d2d;
    margin-bottom: 20px;
}
.info_mess_cont{
    text-align: center;
    font-size: 14px;
    line-height: 1.71;
    color: #474747;
}
ul.user-menu{
    list-style: none;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-top: 40px;
}
ul.user-menu li a{
    margin-right: 40px;
    margin-left: 40px;
    width: 356px;
    height: 52px;
    background-color: #111111;
    line-height: 52px;
    color: #fff;
    font-size: 16px;
}
a.order-btn.hvr-sweep-to-right:before{
    background: #fff;
    border: 1px solid #111;
}
a.order-btn:hover{
    text-decoration: none;
    color: #111;
}
.quantity.cartqty{
  margin-right: 20px;
}
.price.cart-price-pro:before {
    content: '\20AC';
}
.currency-symbols.total-price-cart{
  padding-left: 10px;
}
.complete-btn.hvr-sweep-to-right:before{
  background: #fff;
  border: 1px solid #111;
}
.complete-btn.hvr-sweep-to-right:hover{color:#111 !important;}
.checkout-btn{
  display: flex;
  justify-content: space-around;
  width: 100%;
}
#order_details .user_section_exp .user_details .step_finish{
  width: 100%;
  max-width: 230px;
  height: 52px;
  background-color: #111111;
  color: #fff;
  line-height: 52px;
  text-align: center;
}
.read-terms{
  display: block;
  text-decoration: none;
  color: #111;
}
.payment-method-logo { 
  list-style-type: none;
  padding-left: 0;
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
  margin-bottom: 50px;
  width: 100%;
}

.payment-method-logo li img{
  height: 25px;
  object-fit: cover;
}
.darkpony a{
  text-decoration: none;
  color: #111;
}

.retro {display: block; overflow: hidden;}
.retro img {
  -webkit-transform: scale(1, 1);
  -webkit-transition-duration: 3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transform: scale(1, 1);
  -moz-transition-duration: 3s;
  -moz-transition-timing-function: ease-out;
  -ms-transform: scale(1, 1);
  -ms-transition-duration: 3s;
  -ms-transition-timing-function: ease-out;
  /* -webkit-transform: translateZ(1); */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;}

.retro:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -webkit-transition-duration: 5s;
  -webkit-transition-timing-function: ease-out;
  -moz-transform: scale(1.2, 1.2);
  -moz-transition-duration: 5s;
  -moz-transition-timing-function: ease-out;
  -ms-transform: scale(1.20, 1.20);
  -ms-transition-duration: 5s;
  -ms-transition-timing-function: ease-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  /* -webkit-transform: translateZ(0); */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.read-more p a{color: #111;}
.foot-btn.hvr-sweep-to-right:before{
  background: #fff;
}
#list_reloading{
  display: none;
}
#list_reloading .reloading_cont{
  background-color: #d9dbe2;
  bottom: 0;
  left: 0;
  opacity: 0.4;
  position: fixed;
  right: 0;
  top: 0;
  text-align: center;
  z-index: 1;
}
#list_reloading .reloading_cont img{
  display: inline-block;
  margin-top: 34%;
}

/*.filter-item {
  background-color: #fff;
  width: calc(50% - 4px);
  height: auto;
  min-height: 32px;
  cursor: pointer;
  margin-bottom: 4px;
  margin-right: 4px;
  border: 1px solid #dcdcdc;}
.filter-item input[type="checkbox"]{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    margin: 0;
    opacity: 0;
    z-index: 1;
}
.filter-item label{
   text-align: center;
  position: relative;
  font-weight: 400;
  font-size: 12px;
  color: #4d4d4e;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  margin-bottom: 0;
  height: 100%;
}
.material h3{
  font-size: 15px;
  letter-spacing: 1px;
  color: #2d2d2d;
  text-align: center;
  padding-top: 40px;
}
.filter-cat{
  display: flex;
  flex-wrap: wrap;
}
.filter-item.filter-active{
  background-color: #f1f1ed;
}*/
.product-view-sorting.use_on_filter.selectpicker, .product-view-options.use_on_filter.selectpicker{
  background-image: linear-gradient(45deg, transparent 50%, #4d4d4e 50%), linear-gradient(135deg, #4d4d4e 50%, transparent 50%);
  background-position: calc(100% - 13px) calc(14px + 0px), calc(100% - 8px) calc(14px + 0px), calc(100% - 2.5em) 0.5em;
  background-size: 4px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  font-size: 12px;
  color: #4d4d4e;
  height: 32px;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0px 19px;
  background-color: #f1f1ed;
  border: 0;
  border-radius: 0;
}
.product-view-options.use_on_filter.selectpicker{
  background-position:calc(100% - 13px) calc(14px + 0px), calc(100% - 8px) calc(14px + 0px), calc(100% - 2.5em) 0.5em;
}
.collapse{width: 100%;}
.filters-more-btn{
  height: 32px;
  background-color: #f1f1ed;
  display: block;
  width: 100%;
  font-size: 11px;
  color: #4d4d4e;
  line-height: 32px;
}
.more-row{
  width: 100%;
  text-align: center;
}
.filters-more-btn svg{
  margin-left: 14px;
}
.btn.btn-wishlist.add_to_wishlist{
  padding-right: 0;
  text-decoration: none;
  border: 0;
}
/*.modal {
  text-align: center;
}

@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}*/

.modal-content.login-register-popup{
  max-width: 1100px;
  margin: 0 auto;
}
.modal-ask-product .modal-title {  
  font-size: 18px;
  color: #2d2d2d;
  padding: 0px 60px;
  padding-left: 0;
}
.modal-dialog.modal-ask-dialog{max-width: 700px !important;}
.modal-body.ask-modal-body .forms_field{
  margin-bottom: 20px;
  /*padding: 0px 80px;*/
}
.modal-body.ask-modal-body .forms_field textarea{
  width: 100%;
  height: 200px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.modal-body.ask-modal-body .forms_field textarea:focus{outline: 0;}
.re_position_out{
  display: flex;
  justify-content: center;
}
.submit_info_button.hvr-sweep-to-right{
  -webkit-appearance: none;
  background-color: #111;
  color: #fff;
  font-size: 16px;
  border: 0;
  box-shadow: none;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  margin-top: 40px;
  height: 45px;
  max-width: 400px;
  display: block;
  cursor: pointer;
}
.submit_info_button.hvr-sweep-to-right:hover{color: #111;}
.submit_info_button.hvr-sweep-to-right:before{
  background: #fff;
  border: 1px solid #111;
}
.retro.middle-banner{height: 100%;}
.blog-post{padding: 0px 80px;}
.single-post-home{
  height: 284px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.blog_home_tlt{
  position: absolute;
  bottom: -28%;
  left: 50%;
  max-width: 416px;
  min-width: 416px;
  background-color: #ffff;
  min-height: 160px;
  padding: 40px;
}
.blog_desc_home h3 a, .blog_desc_home h3{
  font-size: 20px;
  color: #000000;
}
.blog_desc_home h3 a:hover{
  text-decoration: none;
}
.blog_desc_home>a{
  font-weight: 800;
  color: #000;
  font-size: 14px;
  padding-top: 20px;
  display: block;
}
.blog_overlay{
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.more_blog{
  text-align: center;
  margin: 0 auto;
  margin-top: 125px;
}
.embeddedContent.oembed-provider-.oembed-provider-youtube iframe{
  height: 300px;
  max-width: 550px;
  float: right;
}

.mobile-middle-desc{display: none;}


/*mobile menu ccs*/
.mobile-menu{
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 99999;
  height: 56px;
  top: 0;
}
.mobile-menu-logo, .mobile-menu-search, .mobile-menu-cart {
    display: inline-block;
    /*margin-right: 9px;*/
}


.modal-body.font-image img{
  margin: 0 auto;
  display: block;
}

.overlay_add_to_cart{
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99999;
}
.overlay_add_to_cart{
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
}
.header-navbar.d-none.d-lg-block.fixed-top{z-index: 99999;}
.mfp-wrap{z-index: 999999;}
.mfp-bg{z-index: 999999;}
.desc_tab.video_valuro{display: flex;}
.video_rings{width: 50%; height: 50%;}
.modal{z-index: 999999;}
.modal-backdrop{z-index: 99999;}
#NewsletterModal .modal-dialog{
  max-width:1064px;
}
.newsletter_bg{height: 438px;background-position: center;background-size: cover;}
#NewsletterModal .modal-body{ padding: 0; }
.newsletter-body h2{
  text-align: center;
  font-size: 22px;
  color: #111111;
  margin-bottom: 20px;
}
.newsletter-body p{
  font-size: 14px;
  line-height: 1.71;
  color: #474747;
  text-align: center;
}
.close.modal_close_newsletter{
  position: absolute;
  top: 18px;
  right: 40px;
  color: #fff;
  background-color: #111;
  opacity: 1;
  height: 24px;
  width: 24px;
  font-size: 12px;
  line-height: 24px;
  border-radius: 12px;
}
.newsletter_modal_form{
  display: flex;
  justify-content: center;
}
.newsletter_button{
  width: 100%;
  max-width: 155px;
  height: 42px;
  background-color: #111111;
  color: #fff;
  border: 1px solid #111;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
}
.newsletter_button:hover{
  background-color: #fff;
  color: #111;
}
.newsletter_modal_form input[type="text"]{
 max-width: 439px;
  width: 100%;
  height: 42px;
  border: solid 1px #dbdad4;
  text-align: right;
  padding: 0px 20px;
}
#sizeModal .modal-header{display: block;}
#sizeModal h2{
  text-align: center;
  display: block;
}
#sizeModal .close{
  position: absolute;
  right: 25px;
  top: 11px;
}
#sizeModal h2{
  text-align: center;
  display: block;
  font-size: 21px;
  font-weight: 800;
}
/**
 * Responsive 1440px
 */
@media(max-width: 1440px){
  .blog-post{padding: 0px 0px;}
  .blog_home_tlt{left: unset; right: 0;}
}
/**
 * Responsive 990px
 */
@media screen and (max-width: 990px) {
  .single_post_wrap{
    margin-top:0px;
  }
  .single-post-top-img{
    height: 300px;
  }
    .newsletter_bg{
    margin-right: 15px;
    margin-left: 15px;
    height: 238px;
  }
  .newsletter-body{padding: 50px 0px;}
  .close.modal_close_newsletter{top: -230px; right: 23px;}
  .user-menu-cart{display: inline-block;}
  .mobile-menu{display: block !important;}
  .user_options-forms {
    min-height: 350px;
  }
  .user_options-forms .forms_buttons {
    flex-direction: column;
  }
  .user_options-forms .user_forms-login .forms_buttons-action {
    margin-top: 30px;
  }
  .user_options-forms .user_forms-signup,
  .user_options-forms .user_forms-login {
    top: 40px;
  }

  .user_options-registered,
  .user_options-unregistered {
    padding: 50px 45px;
  }
  .darkpony.hvr-icon-pulse a{color: #aaaaaa;}
  .home-banners a{
    font-size: 22px;
    color: #000000;
    text-align: center;
    display: block;
  }
  .three-columns .middle-col{height: 304px;}
  .three-columns .img-gradient::before{background-image:none;}
  .middle-content{display: none;}
  .mobile-middle-desc{display: block;}
}


.mobile-right-icons{margin-right: 20px;}
#nav-icon1{
  display: inline-block;
  width: 25px;
  height: 25px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  margin-left: 20px;
  margin-top: 8px;
}


#nav-icon1 span{
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 6px;
}

#nav-icon1 span:nth-child(3) {
  top: 12px;
}

#nav-icon1.open span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#dl-menu{
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*border-bottom: 2px solid #dcdcdc;*/
}
.mobile-menu.active .dl-menuwrapper{border-bottom: 2px solid #dcdcdc;}

.mobile-menu-logo{margin-top: 7px; margin-left: 16px; margin-right: 0;}
.mobile-menu.active{background-color: #fff;}
.mobile-menu.active .mobile-menu-logo a svg g, .mobile-menu.active .mobile-menu-search svg path, .mobile-menu.active .mobile-menu-cart svg path, .mobile-menu.active .user-menu-cart svg path{
  fill: #000;
}
.mobile-menu.active #nav-icon1 span{
  background:#000;
}
.mobile-menu.scroll_active .dl-menuwrapper{border-bottom: 2px solid #dcdcdc;}
.mobile-menu-search{margin-right: 0px;}
.mobile-menu.scroll_active{background-color: #fff;}
.mobile-menu.scroll_active .mobile-menu-logo a svg g, .mobile-menu.scroll_active .mobile-menu-search svg path, .mobile-menu.scroll_active .mobile-menu-cart svg path, .mobile-menu.scroll_active .user-menu-cart svg path{
  fill: #000;
}
.mobile-menu.scroll_active #nav-icon1 span{
  background:#000;
}
.dl-back a span{
  padding-left: 10px;
}
.side-b.category-page{margin-top: 70px;}
.mobile-menu{display: none;}
#three-col-slider{display: flex;}
.overlay-homepage{
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 150px;
  height: 100%;
  z-index: 999;
}
.static-body ul{
  padding: 47px 80px 0px 0px;
  /*max-width: 850px;*/
  margin: 0 auto;
}
.static-body ul li{
   font-family: lato,sans-serif;
  font-size: 16px;
  color: #4e4e4e;
  font-weight: 100;
  font-style: normal;
  line-height: 1.88;
  /* max-width: 850px; */
  margin: 0 auto;
}
.desc_tab h1, .desc_tab h2,.desc_tab h3{
  font-family: 'Lato',sans-serif;
  font-size: 14px !important;
  line-height: 1.71;
  color: #474747;
  width: 88%;
}
.desc_tab table{
  /*padding: 0px 30px;*/
  max-width: 700px;
  margin: 0 auto;
}
.desc_tab table tbody tr{
  background-color: #f1f1ed;
}
.desc_tab table tbody tr td{
  padding: 0px 30px;
  font-size: 14px;
  color: #474747;
}
.desc_tab table tbody tr td:first-child, .desc_tab table tbody tr td:first-child p{
  font-size: 14px;
  color: #2d2d2d;
  font-weight: 700;
}
.payment-method-logo li img{
  height: 35px;
  object-fit: cover;
  filter: grayscale(100%);
  mix-blend-mode: multiply;
  -webkit-filter: grayscale(100%);
}
.btn.btn-wishlist.add_to_wishlist{margin-top: -5px;}
.option-drop-down{
  background-image: linear-gradient(45deg, transparent 50%, #4d4d4e 50%), linear-gradient(135deg, #4d4d4e 50%, transparent 50%);
  background-position: calc(100% - 30px) calc(14px + 0px), calc(100% - 25px) calc(14px + 0px), calc(100% - 2.5em) 0.5em;
  background-size: 4px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  /* font-size: 12px; */
  color: #4d4d4e;
  height: 32px;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0px 27px;
  background-color: #f1f1ed;
  border: 0;
  border-radius: 0;
  width: 100%;
  min-width: 190px;
}
.option-drop-down.option-down{
    background-image: none;
  background-position: none;
  background-size: none;
  /*background-repeat: no-repeat;*/
  /* font-size: 12px; */
  color: #4d4d4e;
  height: 32px;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0px 27px;
  background-color: #f1f1ed;
  border: 0;
  border-radius: 0;
  width: 100%;
  min-width: 190px;
}
.header-content{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 150px;
}
.product_options{
  padding-bottom: 40px;
}
.hidden-names-input input{
  width: 100%;
  margin-top: 9px;
  border: 1px solid #000;
  padding:20px;
  color: #000;
  font-size: 14px;
  text-align: center;
}
.hidden-names-input{display: none;}
.hidden-names-input input:focus{outline: none;}
.hidden-names-input input::-webkit-input-placeholder {
  color: #000;
}

.hidden-names-input input:-ms-input-placeholder {
  color: #000;
}

.hidden-names-input input::-ms-input-placeholder {
  color: #000;
}

.hidden-names-input input::placeholder {
  color: #000;
}
.more_infoe:-ms-input-placeholder {
  color: #dbdad4 !important;
}
.more_infoe::-ms-input-placeholder {
  color: #dbdad4 !important;
}
.more_infoe::placeholder {
  color: #dbdad4 !important;
}
.curr_icon{display: flex;}

#FontsModal .modal-dialog{
  max-width: 800px;
}

.single_order_view{
  padding: 20px 20px 5rem 20px;
  border: 1px solid #dcdcf1;
}
.profile_cont h4{
  font-size: 18px;
  font-family: 'Lato', sans-serif;
}
.profile_cont{
  padding-bottom: 40px;
  border-bottom: 1px solid #dcdcf1;
}
.user_order_table.table.table-striped.table-bordered.table-hover.table-condensed{margin: 0;}
.order_pr_title{color: #000;}
.order_pr_title:hover{text-decoration: none; color: #000;}
.section_title{
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: bold;
}
.order_entry{
  display: flex;
width: 100%;
justify-content: space-between;
border-bottom: 1px solid #dcdcf1;
padding: 10px;
}
.dropdown-menu.user-dropdown{
  padding:10px;
}
.dropdown-menu.user-dropdown li{padding-bottom: 5px;}
.search_results{padding-top: 140px;}
.option-drop-down.option-size{
  min-width: 40px;
  padding: 0px 25px 0px 14px;
  background-position:calc(100% - 15px) calc(14px + 0px), calc(100% - 10px) calc(14px + 0px), calc(100% - 2.5em) 0.5em;
}
.size_button_bnt{
  font-size: 12px;
  color: #2d2d2d;
  font-family: 'Lato', sans-serif;
  margin-left: 10px;
  border: solid 1px #aaaaaa;
  padding: 6px 23px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.size_button_bnt:hover{
  color: #fff;
  background-color: #000;
}
#sizeModal .modal-dialog{
  max-width: 1000px;
}
#sizeModal img{
  display: block;
  margin: 0 auto;
}
.mobile_size_options{display: none;}
.main_new.register_page{padding-top: 200px; padding-bottom: 100px;}
.subheader{
  font-size: 26px;
  color: #000000;
  font-family: 'Lato', sans-serif;
  margin-bottom: 30px;
}
.cm-processed-form input{
  border: solid 1px #dbdad4;
  width: 100%;
  padding: 0px 20px;
  border-radius: 0;
}
#agree_terms,#f_terms, #footer_terms{display: none;}
.captcha.control-group.register_recaptcha{display: block; margin-top: 20px; margin-bottom: 0;}
.cm-processed-form .read-terms{margin-left: 45px;}
.green-btn.register_page_login.hvr-sweep-to-left{text-align: center;line-height: 52px;margin-left: 20px;}
.green-btn.register_page_login.hvr-sweep-to-left:hover{text-decoration: none;}
.filters_mobile{display: none;}
.static-body img{display: block; max-width: 100%; height: auto;}
.rings_size_text p{margin-bottom: 5px; font-size: 14px;}
.rings_size_text{margin-top: 20px;}
.ring-size-img{max-width: 200px;}
.size-table{margin:0; max-width: 45%;}
.size-table tr{height: unset!important;}
.size-table{text-align: center;}
.size_table_header td{font-weight: 800;font-size: 13px;}
.size-table td{font-size: 13px;}
.store_img{
  height: 450px;
  background-size: cover;
  background-repeat: no-repeat;
}
#info_cont{margin-top: 160px;}

.pred.login-page{
  display: block;
  padding-bottom: 10px;
}
.categories-dropdown{
  max-width: 300px;
  margin: 0 auto;
  margin-top: 30px;
}
#more-categories{
  background-color: #000;
  color: #fff;
  padding: 10px 0px;
  font-size: 14px;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  border:1px solid #000;
}
#more-categories:hover{text-decoration: none; color: #000; background-color: #fff;}
#MainMenu{
  width: 100%;
  margin: 0px auto;
  padding: 0px 30px;
  list-style-type: none;
}
.hidden-categories li{
  background-color: transparent !important;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #dcdcdc;
  border-color: #dcdcdc !important;
  padding: 5px 0px;
}
/*.post-list.active a{
  font-size: 14px;
  color: #2d2d2d;
  border:0;
}*/
.hidden-categories>.post-list.active{font-weight: 800;}
.post-list a{
  font-size: 14px;
  color: #2d2d2d;
  border:0;
}
.hidden-categories li:last-child{border-bottom: 0;}
.hidden-categories li ul{padding-left: 20px; list-style-type: none;}
.table_wrap{
  display: flex;
  justify-content: space-around;
}
.right-size h3, .left-size h3{
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}
.category-menu-link.active{font-weight: 600;}
.filters_overlay{
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 10;
}
.filter-cat.hidden_filter, .hidden_filter{display: none;}
.focus_on_icons{
  position: absolute;
  top: 20px;
  right: 0;
}
.products_tag{
  background-color: #111111;
  padding: 4px 14px;
  font-size: 13px;
  color: #ffffff;
  display: block;
}
.newsletter-body p{font-size: 20px;}
.newsletter-body{padding-bottom: 80px; padding-top: 80px;}
.modal_terms_label{display: flex;line-height: 30px;}
.col-12.check-btn.terms_modal {display: flex;justify-content: center;margin-top: 23px;}
.col-12.check-btn.terms_footer {
  display: flex;
  justify-content: center;
  margin-top: 12px;
  padding-bottom: 20px;
  font-size: 13px;
}

.modal_terms_label a {text-decoration: underline; padding-left: 4px;}
.modal_terms_label a:hover{text-decoration: underline; color: #000;}

.footer_terms_label {display: flex;line-height: 30px; color: #fff;}
.footer_terms_label a {text-decoration: underline; padding-left: 4px; color: #fff;}
.footer_terms_label a:hover{text-decoration: underline; color: #fff;}

.terms_modal label span {width: 20px;height: 20px;}
.terms_modal label span:before{
  top: 8px;
  left: 5px;
}
.terms_modal label span:after{
  top: 12px;
  left: 7px;
}
.terms_footer label span {width: 20px;height: 20px;}
.terms_footer label span:before{
  top: 8px;
  left: 5px;
}
.terms_footer label span:after{
  top: 12px;
  left: 7px;
}
.footer_newsletter{display: flex;}
/*responsive*/
@media(max-width: 1025px){
  .instagram_img_holder{height: 200px;}
  .slider{height: 100%; padding-bottom: 80px; margin-bottom: 4rem;}
  .payment-method-logo li img{height: 24px;}
}


@media(max-width:1280px){
  .header-content h1 a{font-size: 38px;}
  .header-content{bottom: 50px;}
}
@media(max-width: 970px){
  .home_post{margin-bottom: 70px;}
  .blog_home_tlt{
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 600px;
    bottom: -32%;
  }
  .header-content h1 a{width: 100%;}
  .foot-btn a{font-size: 14px; color: #fff;}
}
@media(max-width:970px){
  .dropdowns-btn{display: none;}
  .cart_popup_pro{position: relative;}
  .pop_up_remove_prod{position: absolute;top: 7px;right: 16px;}
  .mobile-cart-wrap{max-height: 400px; overflow-y: scroll;}
  .user-menu-cart{display: inline-block;}
  div#order_details{margin: 0 20px 20px 20px;}
  .post-list a{color: #fff;}
  .hidden-categories li ul{padding-left: 0;}
  #MainMenu{padding: 0px 0px;}
  #MainMenu{display: none;}
  .pro-whishlist svg{font-size: 19px;}
  .block-body .get-it h3{font-size: 14px;}
  .user-page-body h1{margin:2rem 0;}
  .row.user-info-login{padding: 15px;}
  .profile-btn{display: block;}
  .profile-btn{margin-top: 10px;}
  .user-page-body .user-info .company-info .update-info-btn{width: 100%;}
  .summary_cart{padding: 0;}
  html{overflow-x: hidden;}
  .filters_mobile{
    display: block;
    position: absolute;
    width: 115px;
    height: 32px;
    background-color: #111111;
    left: 0;
    margin-top: 14px;
    cursor: pointer;
    z-index: 9999;
  }
  .close_flilters{
    position: absolute;
    height: 32px;
    right: 0;
    display: none;
    margin-top: 0px;
    cursor: pointer;
    z-index: 9999;
  }
  .category-body .btn-cell p{display: none;}
  .welcome-banner{background-attachment: unset;}
  .header-content h1 a{font-size: 30px; width: 100%}
  .three-columns p{max-width: 100%;}
  .three-columns .btn-call{font-size: 14px;}
  #gallery-slider{height: unset;}
  .zoomImg{display: none!important;}
  .single-pro-image{
    padding: 0;
    max-height: 270px;
    width: auto !important;
    margin: 0 auto;
    text-align: center;
  }
  .product-btn .left h4{min-width: 127px;}
  .zoomimg.zoom{
    display: block;
    margin-bottom: 20px;
  }
  .gallery-slider_card{width: 100%;}
  .size-modal-rings{display: none;}
  .mobile_size_options{display: block; margin-top: 20px;}
  .mobile_size_options a{margin-left: 0;}
  .package-product-price del{font-size: 12px; color: #8d8d8d;}
  .card.packages-mobile img{width: 85px; margin: 0 auto; display: block; text-align: center;}
  .cart-side{width: 100%;}
  .cart-side{margin-top: 56px;}
  .number-of-products{color: #fff; text-decoration: none;}
  .mobile-menu-cart a:hover{text-decoration: none;}
  .single-item img{max-width: 150px !important;}
  .single-item .description{padding: 0;}
  .secondary-footer .social{margin: 1rem 0 2rem 0;}
  .secondary-footer .input-field .mail[type=text]{
      border: solid 1px #979797;
      width: 100%;
      height: 48px;
      margin: 0 auto;
      display: block;
      /*max-width: 288px;*/
      line-height: 48px;
      font-size: 15px;
      text-align: center;
  }
  .secondary-footer .input-field .mail:focus{border: solid 1px #979797;}
  .filters_mobile a{ display: flex; align-items: center; justify-content: space-around; line-height: 32px; font-size: 10px; color: #ffffff;}
  .cat_product{padding-left: 5px; padding-right: 5px;}
  .category-body.open_filters{background-color: #2d2d2d;}
  .more_blog{margin-top: 50px;}
  .information-icons span a img{max-height: 34px;}
 
  #order_details .user_section_exp{padding: 0;}
  ul#progressbar{padding-left: 0;}
  .row.shipping{padding: 35px 0px;}
  h4.subheader.incheckoutheader{margin-bottom: 20px;}
  .address-shipping{margin-top: 20px;}
  .action-button.step_save.step_continue.send-btn.sweep-to-white{margin-top: 20px;}
  div#curr_order_summary h3{margin-top: 20px;}
  .next{display: none;}
  .pagintaion_num a.active{padding: 0; border:0;}
  .card-img-left{max-width: 58px;}
  .pagintaion_num{padding:0px 10px;}
  .modal-ask-product .modal-title{font-size:14px; padding: 0;}
  .modal-dialog{margin-top: 60px;}
  .pop-up-form h3{font-size: 21px;}
  .pop-up-form p{font-size: 12px;}
  .pop-up-content{min-height: 400px;overflow-y: scroll;}
  .pop-up-form .input-box{padding: 5px 0px;}
  .pop-up-form textarea{width: 100%; margin-left: 0;}
  .pop-up-form .send-box{width: 100%;}
  .similar-single{margin-bottom: 10px; padding: 0px 5px !important;}
  .card.packages-mobile{
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 8px;
  }
  .packages-mobile-after:after{
    content: " + ";
    position: absolute;
    top: 58px;
    left: -4px;
}
  .packages-mobile-after:nth-of-type(2){
    content: " ";
  }
  .modal-cart{z-index: 99999;}
  .products_tag{padding: 4px 16px; font-size: 11px;}
  .focus_on_icons{top: 3px;}
  .cart-body .order-overview h3{font-size: 24px;}
  .svg.mobile-icons.replaced-svg{max-width: 21px;}
  .cm-processed-form{padding:0!important;}
  #info_cont{padding-bottom: 100px; margin-top: 100px;}
  .main_new.register_page{padding-top: 100px;}
  .checkout-register-form{margin-top: 40px;}
  .newsletter_bg{
    margin-right: 15px;
    margin-left: 15px;
    height: 238px;
  }
  .newsletter-body{padding: 50px 0px;}
  .close.modal_close_newsletter{top: -230px; right: 23px;}
  #table_w{margin:0;}
  .mobile-remove-cart{position: absolute; top: 5px; right: 10px;}
  .extra-item.reset-link-styles{padding: 10px;}

}
@media(max-width:375px){
  .category-body{margin:0;}
 /* #product_filters{
    background-color: #2d2d2d;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
    top: -79px;
    padding-bottom: 0;
  }*/
}

@media(max-width: 320px){
  .single-item img{max-width: 100px !important;}
  .discount{font-size: 11px;}
  .price{font-size: 13px;}
}


.discount_tag{
  background-color: #111111;
  padding: 4px 8px;
  font-size: 13px;
  color: #ffffff;
  display: block;
  max-width: 50px;
  float: right;
}
.wishlist_heade_icon{font-size: 21px;}
.fixed-top.transnav .wishlist_heade_icon{ color: #fff !important;}
/*.header-navbar.d-none.d-lg-block.fixed-top.transnav .wishlist_heade_icon{color: #fff!important;}*/
/*.header-navbar.d-none.d-lg-block.fixed-top .wishlist_heade_icon{color: #000 !important;}*/

.fix-nav .fixed-top.transnav .wishlist_heade_icon{color: #000 !important;}


.footer-info ul{
  display: flex; 
  padding-left: 0; 
  list-style: none;
  justify-content: space-between;
}
/*.footer-info{padding: 0px 20px;}*/
.footer-info ul li p{margin-bottom:0;}


/*.footer-info {padding: 0px 20px;}*/
.footer-info ul li span {
    font-size: 13px;
    color: #000;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
}
.footer-info ul li p, .footer-info ul li p a {
  font-size: 13px;
  color: #000;
  font-family: 'Lato', sans-serif;}
  .wish-link{
    display: block;
  }
  .wishlist_table{
    max-width: 150px;
  word-spacing: unset;
  white-space: unset !important;
  }
  .desc_tab p a, .card-body p a{
    color: #000;
    text-decoration: underline;
  }
  .desc_tab p a:hover{text-decoration: underline;}
  .card-body p{
    font-family: 'Lato',sans-serif;
    font-size: 14px;
    line-height: 1.71;
    color: #474747;
  }
.account_exists, .have_account{
  font-size:15px;
}
.cancel_registration_new{display: block; color: #232323;}
.register_error_checkout.used_email.alert.alert-danger a{color: #232323;}
.cancel_registration_new svg{margin-right:10px;}
.forgot_password_wrap{padding: 180px 0px;}
.forgot_password_wrap h4{text-align: center;font-size: 28px;color: #2d2d2d;padding-bottom: 30px;}
.forgot_password_wrap p{text-align:center; margin-bottom:5px;}
.forgot_password_wrap input{max-width: 400px;margin: 0 auto;border-radius: 0; color: #232323;}
.pass-action-button{
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  line-height: 42px;
  background-color: #111;
  color: #fff;
  border: 1px solid #111;
  text-align: center;
  display: block;
  margin-top: 20px;
}
.pass-action-button:hover{ color:#111;}
.pass-action-button.hvr-sweep-to-right:before{
  background: #fff!important;

}

@media screen and (min-width: 1800px) { 
  .single-pro-image{padding: 0px 200px 200px 200px;}
}



.login-register--wrapper{
  padding: 260px 0 100px;
  background-color: #f1f1ed;
}
@media(max-width: 780px){
  .login-register--wrapper{
   padding: 80px 0 100px;
    background-color: #f1f1ed;
  }
}
.login-register--wrapper .form--wrapper.form-card{
  background-color: #fff;
  padding: 55px 40px;
}
.main-title{
  margin-bottom: 15px;
  font-size: 1.66rem;
  line-height: 1em;
}
.login-register--wrapper .line-splitter{
  width: 100%;
  height: 1px;
  background-color: #000;
  margin-top: 40px;
  margin-bottom: 40px;
}
.login-register--wrapper form .form-check .form-check-label{
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #353a3d;
}
.styled-checkbox+label:not(.error){
  position: relative;
  cursor: pointer;
  padding: 0;
}
html body main .errorTxt{

  font-size: 13px;
  color: #b1d20a;
}
.login-register--wrapper form input{

}
.login-register--wrapper form .form-check .styled-checkbox:checked+label:not(.error):before, .login-register--wrapper form .form-check .styled-checkbox:hover+label:not(.error):before{
  background-color: #000;
}
.login-register--wrapper form .form-check .styled-checkbox+label:not(.error):before{
  top: 2px;
  position: relative;
  box-shadow: none;
  border: 1px solid #dbdbdb;
}

.styled-checkbox:checked+label:not(.error):before{

  background: #212529;
}
.styled-checkbox+label:not(.error):before{
    content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 15px;
  height: 15px;
  background: #fff;
}
.styled-checkbox{
  position: absolute;
  display: none;
}
.form-check{padding-left: 0;}
.styled-checkbox:checked+label:not(.error):after{

  content: "";
  position: absolute;
  left: 3px;
  top: 7px;
  background: #fff;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #fff,4px 0 0 #fff,4px -2px 0 #fff,4px -4px 0 #fff,4px -6px 0 #fff,4px -8px 0 #fff;
  transform: rotate(45deg);
}
.form-check-label a{
  color: #000;
  text-decoration: underline;
}

.form-control{border-radius:0;}

.search_results_page{
  padding: 200px 0px;
}
.search_top h1{
 margin-bottom: 15px;
  font-size: 1.66rem;
  line-height: 1em;
  text-align: center;
}

/*.accordion-filters .range-slider{
  max-width: 250px;
  margin: 0 auto;
}
.accordion-filters .range-slider p{
  text-align: center;
  margin-bottom: 10px;
  display: block;
  font-weight: 700;
  font-size: 14px;
  margin-top: 30px;
  color: #151515;
}*/
/*.accordion-filters .range-slider .noUi-horizontal{
  height: 7px;
}
.accordion-filters .noUi-connect{
  background: #000;
}
.accordion-filters .range-slider .noUi-horizontal .noUi-handle{
  top: -8px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}*/
.accordion-filters .card-header-f{
  padding: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dcdcdc;
  cursor: pointer;
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin-bottom: 5px;
  background-color: #f1f1ed;
}
.accordion-filters .card-body{
  border-bottom: 1px solid #dcdcdc;
  padding-left: 0;
  position: relative;
}
.accordion-filters .filters_cat_sub{
  max-height: 300px;
  overflow: hidden;
  overflow-y: auto;
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0;
}
.accordion-filters .filters_cat_sub li{
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
.accordion-filters .filters_cat_sub li .f_label{
  cursor: pointer;
  position: relative;
  /*text-indent: -22px;*/
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
  color: #494949;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.accordion-filters .filters_cat_sub li .f_label svg{
  position: relative;
  z-index: 1;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #c8ccd4;
  stroke-width: 1.5;
  transform: translateZ(0);
  transition: all .2s ease;
}
.accordion-filters .filters_cat_sub li .f_label span{
  padding-left: 7px;
}
.accordion-filters .filters_cat_sub li .f_label:after{
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(34,50,84,.03);
  opacity: 0;
  transition: opacity .2s ease;
}
.accordion-filters .filters_cat_sub li .f_label svg path{
  stroke-dasharray: 60;
  stroke-dashoffset: 0;
  transition: fill .4s ease;
}
.accordion-filters .filters_cat_sub li .f_label svg polyline{
  stroke-dasharray: 22;
  stroke-dashoffset: 66;
}
.cbx{
  display: none;
}

.accordion-filters .filters_cat_sub li .cbx:checked+.f_label svg polyline{
  stroke-dashoffset: 42;
  transition: all .2s linear;
  transition-delay: .15s;
}
.accordion-filters .filters_cat_sub li .cbx:checked+.f_label svg path{
  stroke-dashoffset: 60;
  transition: all .3s linear;
}
.accordion-filters .filters_cat_sub li .cbx:checked+.f_label svg{
  stroke: #000;
}
.filters_cat_sub::-webkit-scrollbar,  .filters_cat_sub>ul::-webkit-scrollbar{
    width: 5px;
}

.filters_cat_sub::-webkit-scrollbar-thumb, .filters_cat_sub>ul::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 3px;
}

.filters_cat_sub::-webkit-scrollbar-track, .filters_cat_sub>ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 2px;
}

#CloseFilters{
  display: none;
  background: #000;
  width: 30px;
  line-height: 30px;
  float: right;
  text-align: center;
  cursor: pointer;
}
#filter-screen{
  max-width: 340px;
}
#myListSearch{
  list-style-type: none!important;
  padding-left: 10px!important
}

#myListSearch .cats-item a{
  color: #000;
}

.user-menu-cart .black-icons{
  display: none;
}
.user-menu-cart  img{
  margin-top: -15px;
  display: block;
}
.user-menu-cart .btn.btn-sm{
  padding: 0;
}

.mobile-menu.scroll_active .black-icons{
  display: block;
}

.mobile-menu.active .black-icons{
  display: block;
}

.choose-country{
  background-image: linear-gradient(45deg,transparent 50%,#4d4d4e 0),linear-gradient(135deg,#4d4d4e 50%,transparent 0);
  background-position: calc(100% - 20px) calc(1em + 2px),calc(100% - 15px) calc(1em + 2px),calc(100% - 2.5em) .5em;
  background-size: 5px 5px,5px 5px,1px 1.5em;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  height: 46px;
  background-color: #fff;
  -webkit-appearance: none;
  border: 1px solid #c3c3c3;
  color: #151515;
  border-radius: 0;
  padding: .375rem .75rem;
}
#table_w a{
  color: #000;
}
.valid_coupon_code{
  color: green;
}
.invalid_coupon_code{
  color: red;
}
.shipping-method-text{
  display: none;
}

.verror::-webkit-input-placeholder {color: #E4003a !important;}
.verror::-ms-input-placeholder{ color: #E4003a !important;}
.verror::placeholder { color: #E4003a !important;}

#mobile_pagi_area{
  justify-content: space-between;
  width: 100%;
  display: none;
}
#mobile_pagi_area a{
  display: block;
  border: solid 1px #dcdcdc;
  padding: 8px 33px;
  color: #000;
  font-size: 14px;

}
@media(max-width: 780px){
  #pagi_area{
    display: none;
  }
  #mobile_pagi_area{
    display: flex;
  }
}

.vale_focus_on_icons{
  position: absolute;
  top: 60px;
  right: 0;
}
.vale_tag{
  background-color: #000000;
  padding: 4px 14px;
  font-size: 13px;
  color: #fff;
  display: block;
}

@media(max-width: 480px){
  .vale_focus_on_icons{
    top: 30px;
  }
}