/********************************************************
			Templatemela Custom Styles
********************************************************/
.tm-carousel {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
}
.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;
}
.owl-carousel .owl-item .manu_image a {
  display: inline-block;
}
.owl-carousel .owl-item .manu_image a img {
  max-width: 100%;
}
.owl-carousel .owl-item:hover a img {
  border-color: blue;
}
.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 */
.grabbing {
  cursor: url("../img/megnor/grabbing.png") 8 8, move;
}
.customNavigation {
  position: absolute;
  z-index: 5;
  width: auto;
  top: 0;
  direction: ltr !important;
  right: 0;
}
.quickview .mask .customNavigation {
  top: 45%;
}
.customNavigation a.prev {
  right: 40px;
  left: auto;
  height: 20px;
  width: 22px;
  background: transparent url("../img/megnor/pro-arrow.png") no-repeat 0 4px;
}
.js-qv-mask.mask.additional_slider .customNavigation{
	position: absolute;
	top: 45%;
  width: 100%;
}
.js-qv-mask.mask.additional_slider .customNavigation a{
	position: absolute;
}
.brands .customNavigation {
  top: 45%;
  width: 100%;
  position: absolute;
}
.brands .customNavigation a.prev{
  right: auto !important;
  left: 0 !important;
}
.brands .customNavigation a.next{
  right: 0px !important;
  left: auto !important;
}
.brands .customNavigation a.prev::before,
.js-qv-mask.additional_slider .customNavigation a.prev::before{
  display: none;
}
.brands .customNavigation a{
  position: absolute;
}
.tmcategorylist .customNavigation {
  top: -30px;
}
.js-qv-mask.additional_slider .customNavigation a.prev {
  left: 0 !important;
  right: auto !important;
}
.js-qv-mask.additional_slider .customNavigation a.next {
  right: 0px !important;
  left: auto !important;
}
#tmtestimonialcmsblock .customNavigation {
  top: -50px;
  text-align: right;
}
#tmtestimonialcmsblock .customNavigation a.prev {
  background: url(../img/megnor/pro-arrow.png) no-repeat scroll 0 4px;
}
#tmtestimonialcmsblock .customNavigation a.next {
  background: url(../img/megnor/pro-arrow.png) no-repeat scroll -43px 4px;
  right: 0 !important;
}
#tmtestimonialcmsblock .customNavigation a.prev:hover {
  background-position: 0 -75px;
}
#tmtestimonialcmsblock .customNavigation a.next:hover {
  background-position: -43px -75px;
}
#tmtestimonialcmsblock .customNavigation a.prev::before{
  background: #ededed;
}

.customNavigation a.prev:hover {
  background-position: 0 -75px;
}
.customNavigation a.next {
  right: 0px;
  left: auto;
  height: 20px;
  width: 22px;
  background: transparent url("../img/megnor/pro-arrow.png") no-repeat -43px 4px;
}
.customNavigation a.next:hover {
  background-position: -43px -75px;
}
.customNavigation a.prev::before {
  content: '';
  position: absolute;
  right: -9px;
  left: auto;
  top: 3px;
  bottom: auto;
  height: 15px;
  width: 1px;
  background: #dbdbdb;
}

.customNavigation a {
  display: block;
  position: absolute;
  font-size: 0;
  padding:0;
}

@media (max-width: 991px){
  #tmtestimonialcmsblock .customNavigation {
    top: 0;
  }
}


@media (max-width: 767px) {
  .customNavigation {
		top: 0;
		position: relative;
		text-align: center;
	}	
	.customNavigation a{
		position: relative;
		display: inline-block;
	}
  .customNavigation a.prev::before{
    display: none;
  }
  .customNavigation a.prev{
    right: 10px !important;
    left: auto !important;
  }
  .customNavigation a.next{
    right: -10px !important;
    left: auto !important; 
  }
  .tmcategorylist .customNavigation {
    top: -10px;
  }
}

/*new styles*/

.container-fluid {
  padding: 0 100px;
}

#header .container-fluid {
  padding: 0 40px;
}


.container-fluid .container-fluid {
  padding: 0;
}

.header-nav {
  padding: 8px 10px;
}

/* #header .header-top,
#index #header .header-top {
  padding: 0 10px;
} */


.layout-left-column #content-wrapper,
#breadcrumb_wrapper {
  width: 100%;
  padding: 0;
}

#breadcrumb_wrapper {
  margin-bottom: 15px;
}

#main .images-container .js-qv-mask ul {
  padding: 0 20px 0 0;
}

#main .images-container .js-qv-mask ul li {
  padding: 0;
  margin-bottom: 20px;
}

.product-flags {
  opacity: 0; /*temp*/
}


#products .products .list li.product_item .thumbnail-container,
#products .products .list li.product_item .center-block {
  width: 50%;
}

#products .products .list li.product_item .center-block .product-description-content {
  padding: 0 40px;
}

#products .product_list li.product_item:nth-child(even) .center-block .product-description-content {
  /* padding-left: 100px; */
  padding-left: 40px;
}

#products .product_list li.product_item:nth-child(odd) .center-block .product-description-content {
  /* padding-right: 100px; */
  padding-right: 40px;
}

#products .products .list li.product_item .center-block .product-title {
  padding-bottom: 15px;
  margin-bottom: 20px !important;
  border-bottom: 2px solid #d9d9d9;
}

#products .products .list li.product_item .center-block .product-title a {
  font-size: 1.875rem;
  line-height: 1.2em;
  padding-top: 0;
  margin-bottom: 1.25rem;
  font-weight: 700;
  color: #667d63;
  transition: color 0.2s ease;
}

#products .products .list li.product_item .center-block .product-title a:hover {
  color: #000;
}

#js-product-list .product_list.gridcount.list li .product-description .comments_note {
  font-size: .875rem;
  font-weight: 700;
  text-transform: uppercase;
  display: none;
}

#products .products .list li .product-detail {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 40px;
  transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: 2px 2px 10px rgb(0 0 0 / 80%);
  /* font-family: "Lato", serif; */
  /* font-weight: 700; */
  /* font-size: 1.25rem; */
  /* line-height: 1.1rem; */
  font-family: 'Poppins', sans-serif !important;
  /* margin-bottom: 5%; */
}


#products .addToCartFormWrapper {
  box-shadow: none;
  padding: 20px 0;
  background-color: transparent;
}

.addToCartButtonNumber {
  font-size: 14px;
  font-weight: 400;
  width: 80px;
  color: #414141;
  background-color: #FFFFFF;
  /* height: 2.50rem; */
  padding: 0.175rem 0.5rem;
  text-align: center;
  margin: 0 10px 15px 0;
}

#products .addToCartFormWrapper .button-group {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}

#products .addToCartFormWrapper .button-group > a,
#products .addToCartFormWrapper .button-group > .btn {
  height: 100%;
  max-height: 44px;
  padding: 14px;
  /* min-width: 45%; */
  margin: 0 15px 15px 0 !important;
}


#products .addToCartFormWrapper .button-group > a {
  background-color: #fff;
  border: 2px solid #e6be00;
  color: #e6be00;
  line-height: 16px;
}

#products .addToCartFormWrapper .button-group > a:hover {
  background-color: #e6be00;
  color: #fff;
}

.addToCartButtonNumber + .button-group {
  margin-left: 0 !important;
}

.addToCartFormWrapper .product-variants-item {
  /* display: flex; */
  margin: 10px 0;
  font-size: 14px;
  color: #666;
  font-weight: 400;
}

.addToCartFormWrapper .product-variants-item .control-label {
  bottom: 0;
  display: block;
  width: 100px;
  float: left;
  margin: 10px 20px 10px 0;
  color: #414141;
  font-weight: 500;
}

.addToCartFormWrapper .product-variants-item > select {
  border: 1px solid #ebebeb;
  height: 2.5rem;
  width: auto;
  min-width: 110px;
  padding-left: 7px;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=) no-repeat scroll right 0.5rem center/1.25rem 1.25rem;
  padding-right: 2rem;
  text-align-last: left;
}

.addToCartFormWrapper .product-variants-item .groupUl {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0;
}

.addToCartFormWrapper .product-variants-item .groupUl li .color {
  width: 25px;
  height: 25px;
}

.addToCartFormWrapper .product-variants-item .groupUl li input:checked + .color {
  border-color: #e6be00;
}

.addToCartFormWrapper .product-variants-item .groupUl li:hover .color {
  border-color: #e6be00;
}

#products .products .product_list.list .product-price-and-shipping {
  font-size: 1.75rem;
  font-weight: 700;
}

#products .products .product_list.list .product-price-and-shipping .price {
  color: #667d63;
}

#products .products .list li.product_item .thumbnail-container .product-thumbnail {
  position: relative;
  height: 100%;
  display: flex;
  overflow: hidden;
  /* background-color: #d9d9d9; */
}

#products .products .list li.product_item .thumbnail-container .product-thumbnail img {
  max-height: 550px;
  width: 100%;
  object-fit: cover;
  /* position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: 100%; */
}

#products .products .list li.product_item .thumbnail-container .product-thumbnail img.replace-2x {
  opacity: 1;
  transform: scaleX(1);
  margin: 0 auto;
}

#products .products .list li.product_item .product-miniature {
  display: flex;
}

.products .product_list li.product_item:nth-child(even) .thumbnail-container {
  order: 1;
}

.products .product_list li.product_item:nth-child(even) .product-description {
  order: 0;
}

#product #content .product-leftside {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.images-container {
  margin-bottom: 15px;
  display: flex;
  width: 100%;
}

.product-cover {
  width: 70%;
  /* margin: 0 50px 0 120px; */
}

.product-description {
  position: relative;
  padding: 20px 0;
  color: #666;
}

.product-description > p {
  font-size: 1.1rem;
  font-weight: 400;
  color: #000;
  margin-bottom: 10px;
}

.social-sharing {
  float: none;
  top: auto !important;
  text-align: center !important;
  margin-right: 5px;
}

.social-sharing ul {
  margin-bottom: 0;
}

.page-content .social-sharing,
.page-content .product-attachments {
  display: inline-block;
  width: auto;
}

.page-content .social-sharing + .social-sharing {
  display: none;
}

/* .page-content .product-attachments {
  margin: 0 5px;
} */

.block-social li, 
.social-sharing li,
.product-attachments .attachment {
  display: inline-block;
  background-color: #d9d9d9;
  width: auto;
  height: 40px;
  border-radius: 5px;
  padding: 5px 10px;
  color: #000;
  transition: all 0.2s ease;
}

.product-attachments .attachment {
  border: 3px solid #FFF6F2 !important;
}


.social-sharing li:hover,
.product-attachments .attachment:hover {
  background-color: #000;
  color: #d9d9d9;
}

.social-sharing li a,
.product-attachments .attachment a {
  font-family: 'Poppins', sans-serif;
  padding: 5px;
  font-size: 14px;
  line-height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  text-indent: inherit;
}

.product-attachments .attachment a {
  height: 100%;
  line-height: 0;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.social-sharing li a:before {
  content: '';
  font-family: 'Material Icons';
  opacity: 0.6;
  font-size: 20px;
}

.social-sharing li.facebook a:before {}

.social-sharing li.twitter a:before {}

.social-sharing li.pinterest a:before {}

#tmservicecmsblock {
  float: none;
  padding: 15px 20px;
  background-color: #eee;
  border-radius: 0;
}

.product-additional-info #tmservicecmsblock {
  padding: 0;
  margin: 0;
  background-color: transparent;
}

.ttmainserviceblock {
  display: flex;
  flex-wrap: wrap;
}

.ttmainserviceblock .serveinnerblock {
  float: none;
  width: 100%;
  padding: 0;
  margin-bottom: 10px 0;
}


#block-reassurance ul {}

#block-reassurance li .block-reassurance-item {
  position: relative;
  padding: 0;
}

.block-reassurance__title {
  position: relative;
  display: block;
  font-size: 0.8rem;
  padding: 1rem 30px 1rem 1rem;
  cursor: pointer;
  margin: 0;
}

.block-reassurance__title > p {
  display: inline-block;
  margin: 0;
}

.block-reassurance__content {
  padding: 1rem;
  background-color: #f2f2f2;
  display: none;
}

.block-reassurance .collapse-icons {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  padding: 0;
  color: #000;
  vertical-align: middle;
}

.block-reassurance__title.is-active .collapse-icons .add {
  display: none;
}

.block-reassurance .collapse-icons .remove {
  display: none;
}

.block-reassurance__title.is-active .collapse-icons .remove {
  display: block;
}

.block-reassurance-item .collapse.in {
  display: inline-block;
  float: left;
  width: 100%;
}

.block-category {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.block-category .category-cover {
  max-width: 100%;
  width: 100%;
  max-height: 400px;
  overflow: hidden;
  margin-bottom: 0;
  background-color: #d9d9d9;
}

.block-category .category-cover img {
  min-height: auto;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transform: scale(1.25);
}

#category .block-category .category-content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;

  flex-basis: 75%;
  max-width: 75%;
}

#category .block-category .category-content h1,
#category .block-category #category-description {
  line-height: 1em;
  font-weight: 700;
  text-shadow: 2px 2px 10px rgba(0,0,0,.6);
  color: #fff;
}

#category .block-category .category-content h1 {
  font-size: 5rem;
  margin-bottom: 15px;
}

.block-category #category-description {
  font-size: 1.6rem;
}

#header .header-top .menu {
  display: none;
}

.container-iqit-menu {
  float: left;
  margin: 59px 30px 0;
}

#header .header-top.fixed .container-iqit-menu {
  /* margin-top: 39px; */
  margin-top: 0px;
}

#cbp-hrmenu > ul > li > a {
  padding-top: 0;
}


.aone-featuredcategories {
  margin-bottom: 20px;
}

.aone-featuredcategories .title-block {
  clear: both;
  color: #000;
  font-size: 26px;
  letter-spacing: 0.2px;
  margin: 0 0 25px;
  position: relative;
  font-weight: 700;
  display: inline-block;
  width: auto;
  text-align: center;
  line-height: 30px;
}

.aone-featuredcategories .title-block .title-icon {
  display: none;
}

.aone-featuredcategories .category-list {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.aone-featuredcategories .category-block {
  position: relative;
  padding: 0 10px;
  margin-bottom: 20px;
}

.aone-featuredcategories .category-list.per-row-3 .category-block {
  flex: 0 0 33%;
  max-width: 33%;
}

.aone-featuredcategories .category-list.per-row-4 .category-block {
  flex: 0 0 25%;
  max-width: 25%;
}

.aone-featuredcategories .category-list .category-container {
  overflow: hidden;
  height: 100%;
  background-color: #f6f6f6;
  padding: 20px;
}

.aone-featuredcategories .category-list .category-image {
  position: relative;
  padding: 10px;
  height: 175px;
  margin-bottom: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: #f6f6f6; */
}

.aone-featuredcategories .category-list .category-image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aone-featuredcategories .category-list .category-image img {
  height: 100%;
  width: 100%;
  object-fit: none;
  object-position: center;
}

.aone-featuredcategories .category-list .category-name {
  font-size: 1.125rem;
  font-weight: 700;
  color: #111111;
  margin: 0 0 10px;
  padding: 0;
}

.accordion-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 3.75rem;
  cursor: pointer;
  border-top: 1px solid #d9d9d9;
}

.accordion-header .btn {
  text-transform: uppercase;
  color: #667d63;
  font-size: .75rem;
  padding-left: 0;
  text-decoration: none;
  font-family: Lato,serif;
  font-weight: 700;
}

.icon-plus-minus .plus-shape:before {
  top: 8px;
  left: -8px;
  width: 16px;
  height: 1px;
}

.icon-plus-minus .plus-shape:after {
  left: 0;
  width: 1px;
  height: 16px;
}

.icon-plus-minus .plus-shape:after, 
.icon-plus-minus .plus-shape:before {
  position: absolute;
  content: "";
  background: #485645;
  border-radius: 3px;
  transition: all .3s ease;
}

.accordion-header .icon-plus-minus .plus-shape:before {
  transform: rotate(180deg);
  transition: all .3s ease;
  background: 0 0;
}

.accordion-header.collapsed .icon-plus-minus .plus-shape:before {
  position: absolute;
  content: "";
  top: 8px;
  left: -8px;
  width: 16px;
  height: 1px;
  background: #485645;
  border-radius: 3px;
  transition: all .3s ease;
  transform: rotate(90deg);
}

.accordion-header .icon-plus-minus .plus-shape:after {
  transform: rotate(90deg);
  transition: all .3s ease;
}

.accordion-header.collapsed .icon-plus-minus .plus-shape:after {
  position: absolute;
  content: "";
  left: 0;
  width: 1px;
  height: 16px;
  background: #485645;
  border-radius: 3px;
  transition: all .3s ease;
}

.collapse:not(.show) {
  display: none;
}

.collapse.in {
  display: block !important;
}

.block-promo .promo-code form {
  text-align: center;
}

.block-promo .promo-code .promo-input {
  width: 100%;
  margin-bottom: 10px;
}

.accordion-body {
  min-height: 3.75rem;
  padding-left: .9375rem;
  margin-top: .9375rem;
  color: #707070;
  font-size: .875rem;
  margin-bottom: .625rem;
  font-family: Lato,serif;
  font-weight: 700;
}


#block-reassurance {
  display: block;
}


body#checkout section#content {
  width: 100%;
  float: none;
  padding: 0;
}

.footer-before .container-fluid {
  padding: 0 40px;
}

.block_newsletter .col-md-7.col-xs-12 {
  width: 40%;
  max-width: 558px;
}

.container-iqit-menu {
  margin: 10px auto 0;
  float: none;
}

#_desktop_cart,
#header .header-top .header_logo {
  /* padding-top: 40px; */
  padding-top: 10px;
  padding-bottom: 5px;
}

#_desktop_user_info, 
#_mobile_user_info,
#search_widget
 {
  /* margin-top: 40px; */
  margin-top: 10px;
}

#header {
  min-height: 136px;
}

#cbp-hrmenu > ul > li > a {
  padding-bottom: 0;
}


.container-iqit-menu,
.cbp-hrsub-narrow {
  position: static;
}

.cbp-hrmenu .cbp-hrsub {
  width: 99vw;
  position: absolute;
  /* top: 140px; */
  top: 100px;
  left: 50%;
  z-index: 35;
  margin: 0 0 0 -50%;
}

.header-top.fixed .cbp-hrmenu .cbp-hrsub {
  /* top: 120px; */
  top: 92px;
}

#cbp-hrmenu > ul > li > a {
  padding-bottom: 10px;
}

#header .header-top {
  padding-bottom: 15px;
}

#header .header-top.fixed .header_logo {
  padding: 10px 0;
}

#header .header-top.fixed #_desktop_cart {
  padding-top: 27px;
}

#header .header-top.fixed #_desktop_user_info, #_mobile_user_info,
#header .header-top.fixed #search_widget {
  margin-top: 27px;
}


@media (max-width: 1199px) {
  .container-fluid,
  #header .container-fluid {
    padding: 0 15px;
  }

  #products .product_list li.product_item:nth-child(even) .center-block .product-description-content {
    /* padding-left: 15px; */
    padding-left: 40px;
    padding-right: 40px;
  }
  
  #products .product_list li.product_item:nth-child(odd) .center-block .product-description-content {
    /* padding-right: 15px; */
    padding-right: 40px;
    padding-left: 40px;
  }

  .header-nav .container {
    max-width: 100%;
  }

  #category .block-category .category-content h1 {
    font-size: 3rem;
  }

  #products .products .list li.product_item .center-block .product-title a {
    font-size: 1.2rem;
  }

  #js-product-list .product_list.gridcount.list li .product-description .comments_note {
    font-size: 0.75rem;
  }

  #products .products .product_list.list .product-price-and-shipping {
    font-size: 1.1rem;
  }

  .block_newsletter .block_title {
    width: 100%;
  }

  .footer-before .container-fluid {
    padding: 0 15px;
    max-width: 640px;
  }

  .block_newsletter .col-md-7.col-xs-12 {
    width: 100%;
    max-width: none;
  }




}

@media (max-width: 991px) {

  .container-iqit-menu {
    display: none;
  }

  #header {
    min-height: 70px;
  }

  #header .header-nav .top-logo {
    width: auto;
    height: 50px;
  }

  #header .header-nav .top-logo img {
    height: 100%;
    object-fit: contain;
  }

  #_desktop_user_info, 
  #_mobile_user_info,
  #search_widget {
    margin-top: 18px;
  }

  #_desktop_cart,
  #header .header-top .header_logo {
    padding-top: 18px;
  }


  #products .products .list li.product_item .center-block {
    padding: 0 20px;
  }

  #main .images-container .js-qv-mask {
    display: none;
  }

  .product-cover {
    width: 100%;
  }

  #category .block-category .category-content h1 {
    font-size: 2rem;
  }
  

  #category .block-category #category-description {
    line-height: 18px;
  }

  .aone-featuredcategories .category-list.per-row-4 .category-block {
    flex: 0 0 50%;
    max-width: 50%;
  }

  #product #content .product-leftside {
    justify-content: center;
  }

  .page-content .product-attachments {
    padding: 15px 0;
  }

}

@media (max-width: 767px) {

  #products .products .list li.product_item .product-miniature {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
  }

  #products .products .list li.product_item .center-block .product-title {
    display: none;
  }

  #products .products .list li.product_item .center-block {
    /* margin-bottom: 40px; */
    margin-bottom: 20px;
  }

  #products .products .list li.product_item .center-block > .product-title {
    display: block !important;
    margin: 0;
    white-space: inherit;
  }

  #products .products .list li.product_item .thumbnail-container, 
  #products .products .list li.product_item .center-block {
    width: 100%;
  }

  .products .product_list li.product_item:nth-child(even) .thumbnail-container {
    order: 0;
  }

  #product #content .product-leftside {
    width: 100%;
  }

  .images-container {
    justify-content: center;
  }
  .product-cover {
    width: 50%;
    min-width: 320px;
  }

  .breadcrumb.hidden-sm-down {
    display: block !important;
  }

  #category .block-category .category-content h1 {
    font-size: 1.4rem;
  }

  #category .block-category .category-content {
    flex-basis: 100%;
    max-width: 100%;
  }

.block-category .category-cover img {
  max-width: 100%;
  min-height: 100%;
  width: 100%;
}

#header .header-nav .top-logo {
  height: 40px;
  margin-top: 4px;
}

.card.cart-summary {
  padding: 1.25rem 0;
}

.card-block {
  padding: 0 1.25rem;
}

.cart-detailed-totals {
  margin-bottom: 15px;
}


.form-control-label {
  padding-top: 4px;
  font-size: 12px;
  padding: 0 15px;
  margin: 0;
}

.form-control-comment {
  font-size: 9px;
  line-height: 12px;
  padding: 5px 0 0;
  float: right;
  margin-right: 15px;
}


}

@media (max-width: 543px) {
  #category .block-category #category-description {
    display: none;
  }

  .aone-featuredcategories .category-list.per-row-4 .category-block {
    flex: 0 0 100%;
    max-width: 100%;
}

.container.menu-container {
  margin: 4px 0 0;
}

#_mobile_cart .cart-products-count {
  margin-left: -10px;
}

#_desktop_user_info, 
#_mobile_user_info,
#search_widget,
#_mobile_cart {
  margin-top: 4px;
}

#_desktop_cart,
#header .header-top .header_logo {
  padding-top: 4px;
  margin: 0 3px;
}

#header .header-nav.fixed {
  height: 54px;
  padding-right: 3%;
}

#header .header-nav .top-logo {
  height: 28px;
  display: inline-block !important;
}

#header .header-top {
  padding-bottom: 0;
}

#header {
  min-height: 58px;
}

.breadcrumb {
  font-size: 12px;
  line-height: 20px;
}

.product-variants > .product-variants-item {
  margin: 0;
}

.product-variants > .product-variants-item {
  flex-wrap: wrap;
  margin-bottom: 20px;
}

#product .product-actions .control-label {
  width: 100%;
  display: block;
  margin: 0;
}

#product .product-actions .control-label {
  margin-bottom: 5px;
}

.product-add-to-cart .product-prices,
.product-add-to-cart .add {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 50;
}

.product-add-to-cart .add {
  bottom: 0;
  height: 40px;
  margin: 0;
}

.product-add-to-cart .add > .btn {
  float: none;
  width: 100%;
}

.product-add-to-cart .product-prices {
  bottom: 40px;
  background: #fff;
  padding: 20px;
  margin: 0;
  text-align: center;
  border-top: 1px solid #ddd;
}

.social-sharing,
.page-content .product-attachments {
  padding: 5px 0;
}

.block-social li, .social-sharing li, .product-attachments .attachment {
  height: 30px;
  padding: 0;
}

.product-attachments .attachment {
  margin: 3px 0;
}

  
}


.products .product_list li.product_item {
  padding: 0 15px;
}

#products .products .list li.product_item .center-block .product-description_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* min-height: 100%; */
}

#products .products .list li.product_item .center-block .product-description-image {
  width: 30%;
}

#products .products .list li.product_item .center-block .product-description-image > div {
  width: 100%;
}

#products .products .list li.product_item .center-block .product-description-image .second_main {
  /* display: none; */
}

#products .products .list li.product_item .center-block .product-description-content {
  position: relative;
  width: 70%;
  padding-top: 30px;  

}

#products .products .list li.product_item .center-block .product-description-image .product-detail {
  display: none;
}


#products .products .list li.product_item .center-block {
  /* padding-top: 30px; */
  /* padding-left: 15px; */
}

.productpage_title, .quickview h1.h1 {
  font-weight: bold;
  color: #667D63;
}

#iqitmegamenu-mobile .iqitmegamenu-icon {
  color: #000;
  background-color: transparent;
}

#iqitmegamenu-mobile #iqitmegamenu-shower {
  padding: 0;
  margin-top: -5px;
  /* background-color: transparent; */
}

.cbp-spmenu-push-toright #iqitmegamenu-mobile .iqitmegamenu-icon {
  visibility: hidden;
  opacity: 0;
}

/* .container-iqit-menu {
  display: block !important;
} */


/* #footer .container-fluid {
  padding: 0 40px;
} */

.footer-container .footer-logo {
  width: 100%;
  max-width: 200px;
  margin-bottom: 20px;
}

.footer-container .links {
  width: 18%;
}

.footer-container .block-contact.links {
  width: 25%;
}

.footer-container .block-social {
  width: 20%;
  margin-top: 0;
}

.footer-container .block-social:before {
  content: none;
} 

.footer-container .block-social li {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  padding: 0;
  border: 1px solid #e2e2e2;
  background-color: transparent;
  opacity: 0.8;
  transition: all 0.2s ease;
  margin: 0 5px 10px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 80%;
  transition: all 0.3s;
}
.footer-container .block-social li:hover,
.footer-container .social-sharing li:hover {
  transform: scale(1.05);
}

.footer-container .block-social li a,
.footer-container .social-sharing li a {
  display: block;
  height: 100%;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}
.footer-container .block-social li a:hover,
.footer-container .social-sharing li a:hover {
  color: transparent;
}
.footer-container .block-social .facebook,
.footer-container .social-sharing .facebook {
  background-image: url(../fonts/3NoGD6.svg);
  /* background-color: #3b5998; */
}
.footer-container .block-social .twitter,
.footer-container .social-sharing .twitter {
  background-image: url(../fonts/3nR_A8.svg);
  /* background-color: #55acee; */
}
.footer-container .block-social .rss,
.footer-container .social-sharing .rss {
  background-image: url(../fonts/3xi34N.svg);
  /* background-color: #f60; */
}
.footer-container .block-social .youtube,
.footer-container .social-sharing .youtube {
  background-image: url(../fonts/1sM1IU.svg);
  /* background-color: #b00; */
}
.footer-container .block-social .googleplus,
.footer-container .social-sharing .googleplus {
  background-image: url(../fonts/2HaiOO.svg);
  /* background-color: #dd4b39; */
}
.footer-container .block-social .pinterest,
.footer-container .social-sharing .pinterest {
  background-image: url(../fonts/dm_WQe.svg);
  /* background-color: #cb2027; */
}
.footer-container .block-social .vimeo,
.footer-container .social-sharing .vimeo {
  background-image: url(../fonts/grVN_w.svg);
  /* background-color: #aad450; */
}
.footer-container .block-social .instagram,
.footer-container .social-sharing .instagram {
  background-image: url(../fonts/3EosRh.svg);
  /* background-color: #F77737; */
}
.footer-container .block-social .linkedin,
.footer-container .social-sharing .linkedin {
  background-image: url(../fonts/twDMcZ.svg);
  /* background-color: #0e76a8; */
  background-size: auto;
}
.footer-container .block-social .whatsapp,
.footer-container .social-sharing .whatsapp {
  background-image: url(../fonts/whatsapp_2.svg);
  background-size: 70%;
}

#footer .footer-container .block-social ul li.facebook a:before {
  content: "\f09a"; 
}
#footer .footer-container .block-social ul li.twitter a:before {
  content: "\f099"; 
}
#footer .footer-container .block-social ul li.rss a:before {
  content: "\f09e"; 
}
#footer .footer-container .block-social ul li.youtube a:before {
  content: "\f167"; 
}
#footer .footer-container .block-social ul li.google-plus a:before {
  content: "\f0d5"; 
}
#footer .footer-container .block-social ul li.pinterest a:before {
  content: "\f0d2"; 
}

#footer-partners-list li {
  margin-bottom: 20px;
}

.copyright span {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.79px;
  line-height: 20px;
}


@media (max-width: 991px) {
  .footer-container .block-contact.links,
  .footer-container .links,
  .footer-container .block-social {
      width: 100%;
  }
}


@media (max-width: 1199px) {


  #products .products .list li.product_item .thumbnail-container.col-xs-12.col-md-6 {
    display: none;
  }

  #products .products .list li.product_item .center-block.col-xs-12.col-md-6 {
    width: 100%;
    /* margin: 0 0 0 15px; */
  }

  #products .products .list li.product_item .center-block .product-description_inner {
    flex-wrap: wrap;
  }

  #products .products .list li.product_item .center-block .product-description-content {
    width: 60%;
  }

  #products .products .list li.product_item .center-block .product-description-image {
    width: 40%;
    text-align: center;
  }

  .products .product_list li.product_item {
    padding: 0;
  }
}

@media (max-width: 767px) {
  #products .products .list li.product_item .center-block .product-description-content,
    #products .products .list li.product_item .center-block .product-description-image {
    width: 100%;
    padding: 20px;
    padding: 0 20px;
  }

  #products .products .list li.product_item .center-block .product-description-image img {
    /* max-height: 360px; */
    max-height: 250px;
  }
}


.products .product_list li.product_item:hover .product-description-image img.replace-2x {
  opacity: 0;
  visibility: hidden;
}


#main .images-container .js-qv-mask,
#main .images-container .js-qv-mask.additional_slider {
  width: 20%;
  min-width: 100px;
}

#main .images-container .js-qv-mask #additional-grid {
  opacity: 1;
  visibility: visible;
}

#main .images-container .js-qv-mask.additional_slider {
  margin: 25px 0;
}

.js-qv-mask.mask.additional_slider .customNavigation {
  display: none;
}

.images-container {
  position: relative;
  /* padding-top: 560px; */
  padding-top: 620px;
  overflow: hidden;
}


.images-container_in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

.product-actions .product-cover {
  display: none;
}

.product-variants > .product-variants-item {
  display: flex;
  align-items: center;
}

.product-variants > .product-variants-item > ul {
  margin: 0;
}

#product .product-actions .control-label {
  margin-top: 0;
  line-height: 1.4rem;
}

#product .product-add-to-cart .control-label {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .images-container {
    padding-top: 300px;
  }

  .images-container_in {
    justify-content: center;
  }

  #product #main > .row {
    display: flex;
    flex-wrap: wrap;
  }
  
  #product .pro_decs {
    order: 0;
  }

  #product .pro_image {
    order: 1;
  }

  .product-actions .product-cover {
    width: 100%;
    display: block;
  }

  .product-actions .product-cover img {
    height: 300px;
  }

  .product-leftside .images-container {
    display: none;
  }

  /* html .ls-container, 
  body .ls-container, 
  #ls-global .ls-container {
    height: 375px !important;
  }

  html .ls-container .ls-wrapper.ls-in-out {
    top: 0 !important;
  } */

  .ls-device-is-phone {
    margin: -166px 0 !important;
  }

  #header .header-nav {
    padding: 10px 0;
    z-index: 100;
}
}

#main .images-container .js-qv-mask ul {
  padding: 0;
  height: 100%;
}

#additional-carousel .slick-arrow {
  position: absolute;
  left: 50%;
  width: 40px;
  height: 20px;
  margin-left: -20px;
  background-color: #eee;
  border: none;
  font-size: 0;
  z-index: 5;
  outline: none;
}

#additional-carousel .slick-arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  transform: translate(-50%, -50%);
}

#additional-carousel .slick-arrow.slick-prev {
  top: -20px;
}

#additional-carousel .slick-arrow.slick-prev:before {
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e6be00 transparent;
}

#additional-carousel .slick-arrow.slick-next:before {
  border-width: 10px 10px 0 10px;
  border-color: #e6be00 transparent transparent transparent;
}

#additional-carousel .slick-arrow.slick-prev:hover:before {
  border-color: transparent transparent #000 transparent;
}

#additional-carousel .slick-arrow.slick-next:hover:before {
  border-color: #000 transparent transparent transparent;
}



#additional-carousel .slick-arrow.slick-next {
  bottom: -20px;
}

#main .images-container .js-qv-mask ul li {
  display: flex;
  justify-content: center;
}


.product-cover img {
  object-fit: contain;
  height: 100%;
}

#main .images-container .js-qv-mask ul li {
  margin-bottom: 15px;
}

.product_list.gridcount.grid {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}

#iqitmegamenu-accordion {
  box-shadow: none !important;
  border: 1px solid #e6e6e6;
}

#iqitmegamenu-accordion.cbp-spmenu li a:hover,
#iqitmegamenu-accordion.cbp-spmenu > li ul {
  box-shadow: none !important;
}

.page-contact #columns_inner {
  display: flex;
  flex-wrap: wrap;
}

.page-contact #columns_inner #left-column {
  order: 2;
}
.page-contact #columns_inner #breadcrumb_wrapper {
  order: 1;
}
.page-contact #columns_inner #content-wrapper {
  order: 3;
  width: 75.2%;
}

@media (max-width: 1199px) {
  .page-contact #columns_inner #left-column,
  .page-contact #columns_inner #content-wrapper {
    width: 100%;
    padding: 0;
  }
}

.products .product_list .quick-view {
  display: none;
}

.product-variants > .product-variants-item ul li .radio-label {
  background-color: #fff;;
  color: #535539;
  border: 2px solid #535539;
}

.product-variants > .product-variants-item ul li .input-radio:checked + span {
  background: #485645;
  color: #fff;
  border: 2px solid #535539;
}

body#checkout section.checkout-step #customer-form .form-control-label, 
#checkout section.checkout-step #delivery-address .form-control-label, 
#checkout section.checkout-step #invoice-address .form-control-label, 
body#checkout section.checkout-step #login-form .form-control-label {
  display: none;
}

body#checkout section.checkout-step .form-control-comment {
  line-height: 1.2rem;
  position: absolute;
  top: 20px;
  right: 0;
  width: auto;
  height: 20px;
  font-size: 10px;
  padding: 0 20px;
  text-align: right;
}


#checkout section.checkout-step #delivery-address .form-fields,
#checkout section.checkout-step #invoice-address .form-fields{
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
}

#checkout section.checkout-step #delivery-address .form-fields > .form-group,
#checkout section.checkout-step #invoice-address .form-fields > .form-group{
  position: relative;
  width: 50%;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  #checkout section.checkout-step #delivery-address .form-fields > .form-group,
  #checkout section.checkout-step #invoice-address .form-fields > .form-group{
    position: relative;
    width: 100%;
  }
}

#checkout section.checkout-step #delivery-address .form-fields > .form-group._full,
#checkout section.checkout-step #invoice-address .form-fields > .form-group._full{
  width: 100%;
}

#checkout section.checkout-step #delivery-address .form-fields > .form-group .col-md-6,
#checkout section.checkout-step #invoice-address .form-fields > .form-group .col-md-6{
  width: 100%;
}

body#checkout section.checkout-step form.js-customer-form > section > .form-group {
  position: relative;
}

body#checkout section.checkout-step form.js-customer-form > section > p + .form-group .form-control-comment,
body#checkout section.checkout-step form.js-customer-form > section > p + .form-group + .form-group .form-control-comment{
  display: none;
}

body#checkout section.checkout-step form.js-customer-form > section > .form-group:nth-child(2) .form-control-comment,
body#checkout section.checkout-step form.js-customer-form > section > .form-group:nth-child(3) .form-control-comment {
  position: relative;
  top: auto;
  right: auto;
  font-size: 13px;
  padding: 10px 0;
  text-align: left;
}


.breadcrumb li:last-child {
  line-height: inherit;
}

@media (max-width: 543px) {
  .ls-device-is-phone {
      margin: -225px 0 !important;
  }

  @media (max-height: 680px) {
    .ls-device-is-phone {
      margin: -125px 0 !important;
    }
  }

  #header .container-fluid {
    padding: 0 10px;
  }

  .hidden-lg-up.text-xs-center.mobile.container {
    white-space: nowrap;
  }

  .header-nav #_mobile_user_info {
    margin: 4px 5px 0 !important;
  }
}

.iqitfreedeliverycount {
  background-color: transparent;
  color: #72896f;
  border: 2px solid #72896f;
  margin: 8px 10px;
  line-height: 1.4em;
}

#blockcart-modal .iqitfreedeliverycount {
  display: none;
}

.iqitfreedeliverycount-product .fd-table {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.iqitfreedeliverycount-product .ifdc-icon.fd-table-cell i {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  background:  url("../img/megnor/truck.svg") no-repeat center;
  background-size: contain;
  margin-right: 15px;  
  animation-name: blinker;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(1.0,0,0,1.0);
  animation-duration: 1.25s;
  -webkit-animation-name: blinker;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(1.0,0,0,1.0);
  -webkit-animation-duration: 1.25s;
}

 
@keyframes blinker {
  from { opacity: 1.0; }
  to { opacity: 0.0; }
}
 
@-webkit-keyframes blinker {
  from { opacity: 1.0; }
  to { opacity: 0.0; }
}

.iqitfreedeliverycount-product .ifdc-remaining-price {
  text-decoration: none;
}


