
.products .regular-price {
  color: gray;
  font-size: 13px;
}

#top-menu img{
  width: 200px;
}

.header__sub--menu__link{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#top-menu .sub-menu li{
  flex: 1 1 0px;
  border-right: 1px solid lightgray;
  margin-right: 0 !important;
}
#top-menu .sub-menu li:last-child{
  border-right: none !important;
}

#mobile-top-menu{
      padding-left: 14px;
    padding-right: 14px;
}
.header__sub--menu__link .text{
padding-top: 15px;
font-size: 15px;
}

.tm-carousel {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
}

.cp-carousel {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  display: flex !important;
  flex-wrap: wrap;
}

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-wrapper-outer {
  overflow-x: clip;
  position: relative;
  float: left;
  width: 100%;
  padding: 0;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
  display: flex;
  height: auto;
}

#cptestimonial .owl-wrapper-outer .owl-item {
  display: block;
}

.owl-carousel .owl-item .manu_image a {
  display: inline-block;
}

.owl-carousel .owl-item .manu_image a img {
  max-width: 100%;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  /* fix */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  text-align: center;
}

/* mouse grab icon */
.customNavigation {
  position: absolute;
  z-index: 9;
  width: 100%;
  top: 50%;
  direction: ltr !important;
  right: 0;
  left: auto;
  opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
}

.products .customNavigation {
  top: 48%;
}

.tmcategorylist .customNavigation,
.testimonial-block-part .customNavigation {
  top: 54%;
}

.tmcategorylist:hover .customNavigation {
  opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
}

.customNavigation a.prev::before {
  content: "\E314";
  font-family: "Material Icons";
  position: absolute;
  font-size: 20px;
  right: 5px;
  top: -1px;
  color: #808080;
}

.customNavigation a.next::before {
  content: "\E315";
  font-family: "Material Icons";
  position: absolute;
  font-size: 20px;
  position: absolute;
  right: 3px;
  top: -1px;
  color: #808080;
}

#tmtestimonialcmsblock .customNavigation {
  top: -24px;
  z-index: 5;
  right: 15px;
}

#index #tmtestimonialcmsblock .customNavigation {
  top: -40px;
  right: 0;
}

.special-products .customNavigation {
  top: 52%;
}

.special-products:hover .customNavigation,
.products:hover .customNavigation,
.testimonial-block-part:hover .customNavigation,
.tmblog-latest:hover .customNavigation,
#tminstagramblock:hover .customNavigation,
.product-accessories:hover .customNavigation,
.productscategory-products:hover .customNavigation {
  opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
}

.lastest_block .customNavigation {
  top: 44%;
}

.customNavigation i {
  color: #222 !important;
  cursor: pointer;
  font-size: 0;
  font-weight: 500;
  height: 38px;
  line-height: 32px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 38px;
  background: transparent;
  border-radius: 0;
  font-style: unset;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.11);
}

.customNavigation i.prev {
  background: transparent;
  right: auto;
  background: #fff;
  border-radius: 50%;
  left: -5px;
}

.customNavigation i.next {
  background: transparent;
  right: 0px;
  background: #fff;
  border-radius: 50%;
  right: -5px;
}

.tmcategorylist .customNavigation i.prev,
.testimonial-block-part .customNavigation i.prev,
#tminstagramblock .btn.prev.instagram_prev,
.special-products .customNavigation i.prev {
  left: -20px;
}

.tmcategorylist .customNavigation i.next,
.testimonial-block-part .customNavigation i.next,
#tminstagramblock .btn.next.instagram_next,
.special-products .customNavigation i.next {
  right: -20px;
}

.testimonial-block-part .customNavigation i.prev,
.testimonial-block-part .customNavigation i.next {
  display: none;
}

.customNavigation i.prev::before {
  content: '';
  -webkit-mask-image: url(../img/megnor/pro-left.svg);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-image: url(../img/megnor/pro-left.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: #000;
  mask-size: 14px;
  font-size: 14px;
  width: 38px;
  height: 38px;
  display: block;
  -webkit-mask-size: 14px;
}

#tmtestimonialcmsblock .customNavigation i.prev::before {
  right: 1px;
  font-weight: 500;
}

#tmtestimonialcmsblock .customNavigation i.next::before {
  right: 0;
  font-weight: 500;
}

.customNavigation i.next::before {
  content: '';
  -webkit-mask-image: url(../img/megnor/pro-right.svg);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-image: url(../img/megnor/pro-right.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: #000;
  mask-size: 14px;
  font-size: 14px;
  width: 38px;
  height: 38px;
  display: block;
  -webkit-mask-size: 14px;
}

.customNavigation i.next:hover::before,
.customNavigation i.prev:hover::before {
  color: #fff;
}

#cpleftbanner1 img,
#cpleftbanner2 img {
  max-width: 100%;
}

#cpleftbanner1 li,
#cpleftbanner2 li {
  overflow: hidden;
  position: relative;
  float: left;
  border-radius: 5px;
}

#cpleftbanner1 li a,
#cpleftbanner2 li a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: top;
}

.footer-container .links.lastest_block .customNavigation i.prev:hover {
  color: #9bbab1 !important;
}

.footer-container .links.lastest_block .customNavigation i.next:hover {
  color: #9bbab1 !important;
}

@media (max-width: 1449px) {

  .tmcategorylist .customNavigation i.prev,
  .testimonial-block-part .customNavigation i.prev,
  #tminstagramblock .btn.prev.instagram_prev,
  .special-products .customNavigation i.prev {
    left: -15px;
  }

  .tmcategorylist .customNavigation i.next,
  .testimonial-block-part .customNavigation i.next,
  #tminstagramblock .btn.next.instagram_next,
  .special-products .customNavigation i.next {
    right: -15px;
  }

  .customNavigation i.next {
    right: 0;
  }

  .customNavigation i.prev {
    left: 0;
  }
}

@media (max-width: 1199px) {
  #tmtestimonialcmsblock .customNavigation {
    top: -36px;
    z-index: 5;
    right: -18px;
  }
}

@media (max-width: 991px) {

  #cpleftbanner1 li img,
  #cpleftbanner2 li a {
    width: auto;
  }

  #tmtestimonialcmsblock .customNavigation {
    top: 0;
    right: 0;
  }
}

@media (max-width: 767px) {
  .customNavigation {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
  }

  .tmcategorylist .customNavigation i.prev,
  .testimonial-block-part .customNavigation i.prev,
  #tminstagramblock .btn.prev.instagram_prev,
  .special-products .customNavigation i.prev,
  .btn.prev.accessories_prev {
    left: 0;
  }

  .tmcategorylist .customNavigation i.next,
  .testimonial-block-part .customNavigation i.next,
  #tminstagramblock .btn.next.instagram_next,
  .special-products .customNavigation i.next,
  .btn.next.accessories_next {
    right: 0;
  }

  #main .images-container .js-qv-mask .customNavigation {
    top: 40%;
  }

  .quickview .mask.additional_slider .customNavigation i.prev {
    left: -10px !important;
  }

  .quickview .mask.additional_slider .customNavigation i.next {
    right: -10px !important;
  }

  .btn.next.brand_next {
    left: auto;
    right: 0;
    position: absolute;
  }

  .btn.prev.brand_prev {
    left: 0;
    right: auto;
  }

  .customNavigation i.next {
    left: auto;
    right: 0;
  }
}


.form-option-label {
  position: relative !important;
  min-width: 2.2rem;
  height: 2.2rem;
  margin-bottom: 0;
  padding-top: .0725rem;
  padding-right: .475rem;
  padding-left: .475rem !important;
  transition: color .2s ease-in-out, border-color .2s ease-in-out;
  border: 1px solid #e3e9ef;
  border-radius: .25rem;
  color: #4b566b;
  font-size: .75rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.75rem !important;
  cursor: pointer;
}

.rounded-circle {
  border-radius: 50% !important;
}

.form-option-label.small {
  min-width: 1.2rem;
  height: 1.2rem;
  line-height: 1.10rem !important;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}

.variant__input--fieldset input[type="radio"]+label {
  border: 1px solid #a0a2a5;
}

.variant__input--fieldset input[type="radio"] {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}

.form-check-inline {
  padding-left: 0;
}

.form-check-input:checked~.form-option-label span:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  border-bottom: 2px solid transparent;
  border-color: #000;
  opacity: 1;
  transition: opacity .2s ease;
}

.form-check+.form-check {
  margin-top: unset;
}

.form-check-inline+.form-check-inline {
  margin-left: 3px;
}

.flex {
  display: flex;
}

.flex-center {
  align-items: center;
  justify-self: center;
}


.variant__input--fieldset input[type="radio"]+label {
  border: 1px solid #e0e0e0 !important;
  border-radius: .5rem
}

.variant__input--fieldset input[type="radio"]:checked+label {
  border: 2px solid rgba(0, 0, 0, 1) !important;
  color: #000000 !important;
  border-radius: .5rem !important;
}

.highlighted-informations input[type="radio"]:checked+label{
  border-radius: 50% !important;
}

.double-bordered-box:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: .5rem;
  background-color: #0000000a;
}

.product-discount .regular-price {
  color: #afafaf !important;
  font-size: 14px !important;
  margin-left: 5px !important;
  font-weight: normal !important;
}

.primary__btn {
  background: #030303 !important;
}

.breadcrumb li div {
  padding-inline: 10px;
  display: inline-block;
  position: relative;
}

.breadcrumb li div::after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 6px;
  right: 0;
  width: 1px;
  height: 14px;
  background-color: #bfbfbf;
}

.breadcrumb li:first-child div {
  padding-inline-start: 0;
}

.breadcrumb li:last-child div::after {
  display: none;
}

.product_quantity .remove_button {
  position: relative;
  right: -1px;
}

.product-size-option button,
.product_quantity button {
  width: 47px !important;
  display: flex;
  align-items: center;
  font-size: 23px;
  justify-content: center;
  border-radius: 0 !important;
}

.product_quantity .remove_button {
  position: relative;
  right: -1px !important;
}

.product-size-option input,
.product_quantity input {
  width: 70px !important;
}

.no-account a {
  font-size: 16px;
  font-weight: 500;
}

.register_to_see_price {
  background: #1b945d !important;
}

.register_to_see_price:hover {
  background: #3ac083 !important;
}

.add-to-cart.quickview__cart--btn {
  height: 50px;
}

.product-size-option button:hover span,
.product_quantity button:hover span {
  color: #fff !important;
}

.badge {
  position: absolute;
  top: -16px;
  width: 38px;
  height: 38px;
  right: -12px;
  font-size: 12px;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  color: #fff;
  border-radius: 100%;
}

.product-add-to-cart.js-product-add-to-cart {
  flex-wrap: wrap;
}

.wish-comp {
  margin-top: 0;
  margin-bottom: 10px;
}

.wishlist_remove .fa-heart {
  color: #ff0000 !important;
}

.continue-shopping {
  background: #fff !important;
}

.cart-content a.btn {
  margin-left: 0px !important;
}

#blockcart-modal .cart-content button {
  padding-top: 5px;
  padding-bottom: 5px;
}

#blockcart-modal .cart-content a.btn {
  padding-bottom: 13px;
  padding-left: 36px;
  padding-right: 36px;
  padding-top: 13px;
  margin-top: 0;
}

.product-discount {
  font-size: 13px !important;
}

.cart-detailed-totals .value {
  color: #000 !important;
}

.add-to-cart {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-line-grid-left img {
  object-fit: cover;
}

.old__price {
  color: #afafaf !important;
  margin-left: 10px;
}

.progression-height {
  position: relative;
  min-height: 81px;
  padding-top: 6px;
}

.progression-text {}

.show {
  display: block !important;
}

#_desktop_cart {
  padding-top: 5px;
}

.topcolumntop {
  margin-bottom: 10px;
}

.continue:hover {
  background: #424242;
}

body#checkout section.checkout-step.addresses {
  height: 300px;
}

.product-line-info a {
  font-size: 15px;
}

.order-summary-cart .product-size-option input,
.order-summary-cart .product_quantity input {
  width: 100% !important;
}


.checkout-shipping-address{
  margin-bottom: 18px;
}
#place-order-container{
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.sticky-place-order{
    position: fixed;
    bottom: 0px;
    z-index: 999;
    border: 1px solid #e1e1e1;
    background: #fbfbfb;
    width: 100%;
    left: 0;
    padding: 10px;
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  
}
.sticky-hidden {
  opacity: 0;
  transform: translateY(100%);
  pointer-events: none;
}

#block-contact_list a, #block-contact_list i{
  color: #ffffffb5 !important;
  display: block;
}


.no-account a{
      font-size: 17px;
}

.visible-only-desktop{
  display: none;
}

.margin-bottom15px-only-desktop{
  margin-bottom: 0 !important;
}

.margin-top1rem-only-desktop{
  margin-top: 0 !important;
}

.register-form{

}

.register-form #field-id_country{
  height: 100%;
}

.flex-center-and-justify{
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Dropdown Button */
.dropbtn {
  background-color: #3498DB;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}




/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

.pagination a{
  display: flex;
  align-items: center;
  justify-content: center;
}

.current_url_pos span{
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.modal .close{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background: #efefef;
  border-radius: 50%;
  height: 27px;
}
.wishlist_remove .fa-heart{
  color: red;
}

@media (min-width: 768px){
  .visible-only-desktop{
    display: block;
  }
  .margin-top1rem-only-desktop{
    margin-top: 1rem !important;
  }

  .margin-bottom15px-only-desktop{
    margin-bottom: 15px !important;
  }

  .register-form .form-group.row {
        width: 33.33333%;
        padding-right: 25px;  
  }

  .register-form .form-group.row .col-md-6{
    width: 100%;
    padding-left: 0px;
    padding-top: 10px;
  }

  .register-form .form-control-label{
    width: 100%;
  }

  .register-form .form-group-50{
    width: 50% !important;
  }

}



@media (min-width: 992px) {
  .order-summary-cart .product_quantity {
    justify-content: flex-end;
  }
  .checkout-shipping-address{
  margin-bottom: 0;
}

}

@media (min-width: 1200px){
  .main-text{
    padding: 0px 190px;
  }
}

