*,
html,
body {
  font-family: "Open Sans", sans-serif;
}
body {
  width: 100%;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 0px 0px transparent;
}
button:focus {
  outline: 0px auto -webkit-focus-ring-color;
}
.columns {
  font-size: 1.4rem;
}

.action.primary {
  background: #1b6090;
  border: 1px solid #1b6090;
  color: #231f20;
  font-weight: 600;
  padding: 16px 20px;
  text-transform: uppercase;
  border-radius: 15px !important;
  font-size: 1.2rem;
}
.action.primary:hover,
.action.primary:focus,
.action.primary:active {
  background: #124959;
  border: 1px solid #124959;
  color: #fff;
}

.columns input[type="text"],
.columns input[type="password"],
.columns input[type="url"],
.columns input[type="tel"],
.columns input[type="search"],
.columns input[type="number"],
.columns input[type="datetime"],
.columns input[type="email"],
.columns select:not(.limiter-options) + .columns select:not(.sorter-options) {
  background: #f3f5f7;
  background-clip: padding-box;
  border: 0px solid #c2c2c2;
  border-radius: 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 52px;
  line-height: 1.42857143;
  padding: 0 20px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
.columns textarea {
  background: #f3f5f7;
  background-clip: padding-box;
  border: 0px solid #c2c2c2;
  border-radius: 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  /* height: 52px; */
  /* line-height: 1.42857143; */
  padding: 14px 20px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}

@media (min-width: 768px), print {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    max-width: 2560px;
  }
}
.header.panel > .header.links {
  float: left;
}
.page-header .header.panel {
  padding-bottom: 7px;
  padding-top: 7px;
}
.header.panel > .header.links > li:first-child {
  margin: 0 0 0 0px;
}
@media (min-width: 768px), print {
  .page-header .panel.wrapper {
    border-bottom: 1px solid #0000001f;
  }
  .nav-sections {
    margin-bottom: 0px;
    -webkit-flex-shrink: unset;
    flex-shrink: unset;
  }
  .header.content .logo img {
    min-width: 116px;
  }
  .header.content {
    padding: 20px;
  }
}

.minicart-wrapper .action.showcart {
  background: #1b6090;
  padding: 14px 18px;
  font-size: 1.3rem;
  font-weight: 600;
  border-radius: 15px;
  position: relative;
}

.minicart-wrapper .action.showcart:hover {
  background: #dac084;
}
.minicart-wrapper .action.showcart:before,
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.7rem;
  line-height: 2.7rem;
  color: #231f20;
  content: "\e909";
  font-family: "icomoon" !important;
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart span {
  margin-left: 10px;
}
.minicart-wrapper .action.showcart .counter.qty span {
  margin-left: 0px;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #231f20;
  position: absolute;
  border-radius: 100px;
  bottom: 6px;
  left: 6px;
  padding: 0 7px;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
}

a,
.alink,
a:visited,
.alink:visited,
a:hover,
.alink:hover {
  color: #231f20;
  text-decoration: none;
}

.header.panel > .header.links a {
  color: #919191;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.4;
}
.header.panel > .header.links a:hover {
  color: #231f20;
}
.header.panel > .header.links li {
  padding: 4px 6px;
  font-size: 1.1rem;
  line-height: 1.4;
}
.header.panel > .header.links .lang {
  padding: 4px 8px;
  background: #231f20;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.4;
}
.header.panel > .header.links .lang a {
  color: #fff;
  margin-right: 8px;
}
.header.panel > .header.links .lang a:last-child {
  margin-right: 0px;
}
.header.panel > .header.links .lang a.active {
  text-decoration: underline;
}

.sections.nav-sections {
  background: transparent;
  margin-left: 15px;
  padding: 10px 0;
  background: #fff;
  border-radius: 15px;
  padding-left: 15px;
}
.sections.nav-sections ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.sections.nav-sections ul li {
  display: inline-block;
  margin-right: 19px;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: -0.5px;
  -webkit-box-shadow: inset 0px 0px 0px 0px rgba(226, 200, 141, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 0px rgba(226, 200, 141, 0.3);
  box-shadow: inset 0px 0px 0px 0px rgba(226, 200, 141, 0.3);
  -webkit-transition: box-shadow 0.3s ease-out;
  transition: box-shadow 0.3s ease-out;
  /*text-shadow: 1px 1px 4px rgba(255, 255, 255, 1), -1px -1px 4px rgba(255, 255, 255, 1), -1px 1px 4px rgba(255, 255, 255, 1), 1px -1px 4px rgba(255, 255, 255, 1);*/
}
.sections.nav-sections ul li:hover {
  -webkit-box-shadow: inset 0px -8px 0px 0px rgba(226, 200, 141, 0.3);
  -moz-box-shadow: inset 0px -8px 0px 0px rgba(226, 200, 141, 0.3);
  box-shadow: inset 0px -8px 0px 0px rgba(226, 200, 141, 0.3);
  /* 
	-webkit-box-shadow: inset 0px 0px 0px 0px rgba(226, 200, 141, 0.2);
	-moz-box-shadow: inset 0px 0px 0px 0px rgba(226,200,141,0.2);
	box-shadow: inset 0px 0px 0px 0px rgba(226,200,141,0.2);
	animation-name: nav_animation;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	animation-duration: 0.6s;
	animation-fill-mode: forwards;
	 */
}

@-webkit-keyframes nav_animation {
  /* 
	0%   {-webkit-box-shadow: inset 0px 0px 0px 0px rgba(226, 200, 141, 0.2);
		-moz-box-shadow: inset 0px 0px 0px 0px rgba(226,200,141,0.2);
		box-shadow: inset 0px 0px 0px 0px rgba(226,200,141,0.2);
	}
	50%  {-webkit-box-shadow: inset 0px -25px 0px 0px rgba(226, 200, 141, 0.3);
		-moz-box-shadow: inset 0px -25px 0px 0px rgba(226,200,141,0.3);
		box-shadow: inset 0px -25px 0px 0px rgba(226,200,141,0.3);
	}
	51%  {-webkit-box-shadow: inset 0px 25px 0px 0px rgba(226, 200, 141, 0.3);
		-moz-box-shadow: inset 0px 25px 0px 0px rgba(226,200,141,0.3);
		box-shadow: inset 0px 25px 0px 0px rgba(226,200,141,0.3);
	}
	100% {-webkit-box-shadow: inset 0px 0px 0px 0px rgba(226, 200, 141, 0.2);
		-moz-box-shadow: inset 0px 0px 0px 0px rgba(226,200,141,0.2);
		box-shadow: inset 0px 0px 0px 0px rgba(226,200,141,0.2);
	}
*/
}

@keyframes nav_animation {
  /* 
	0%   {-webkit-box-shadow: inset 0px 0px 0px 0px rgba(226, 200, 141, 0.2);
		-moz-box-shadow: inset 0px 0px 0px 0px rgba(226,200,141,0.2);
		box-shadow: inset 0px 0px 0px 0px rgba(226,200,141,0.2);
	}
	50%  {-webkit-box-shadow: inset 0px -25px 0px 0px rgba(226, 200, 141, 0.3);
		-moz-box-shadow: inset 0px -25px 0px 0px rgba(226,200,141,0.3);
		box-shadow: inset 0px -25px 0px 0px rgba(226,200,141,0.3);
	}
	51%  {-webkit-box-shadow: inset 0px 25px 0px 0px rgba(226, 200, 141, 0.3);
		-moz-box-shadow: inset 0px 25px 0px 0px rgba(226,200,141,0.3);
		box-shadow: inset 0px 25px 0px 0px rgba(226,200,141,0.3);
	}
	100% {-webkit-box-shadow: inset 0px 0px 0px 0px rgba(226, 200, 141, 0.2);
		-moz-box-shadow: inset 0px 0px 0px 0px rgba(226,200,141,0.2);
		box-shadow: inset 0px 0px 0px 0px rgba(226,200,141,0.2);
	}
*/
}

.sections.nav-sections ul li:last-child a {
  color: #c8a14a;
}
.header.content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header.content:before,
.header.content:after {
  display: none;
}
.header.content .logo {
  float: none;
  margin: 0;
}

.header.content .logo_n_nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header.content .search_n_cart {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.block-search {
  float: none;
  padding-left: 0;
  border-radius: 15px;
  background: #231f20;
  width: 230px;
}
.block-search .block {
  display: flex;
  height: 55px;
  justify-content: space-between;
  align-items: center;
  padding: 0 0px 0 15px;
}
.block-search input {
  background: transparent;
  border: 0px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 1.3rem;
  padding: 0 9px;
}
.block-search button {
  background: transparent;
  border: 0px;
  color: #fff;
  font-size: 2.2rem;
  padding-left: 6px;
}
.burger_menu {
  display: none;
}

.page-header {
  -webkit-box-shadow: 0px 10px 36px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 10px 36px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 36px 0px rgba(0, 0, 0, 0.08);
  background: #fff;
  z-index: 1;
}

.cms-index-index .page-header {
  position: absolute;
  width: 100%;
  background: transparent;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  z-index: 100;
}

@media (max-width: 1350px), print {
  .sections.nav-sections {
    display: none;
  }
  .burger_menu {
    display: block;
    cursor: pointer;
    padding: 14px 14px;
    background: #eef2f6;
    margin-right: 10px;
    border-radius: 15px;
  }
  .burger_menu i {
    font-size: 2.4rem;
  }
  .header.content {
    justify-content: flex-start;
  }
  .header.content .search_n_cart {
    flex-grow: 1;
  }
}

@media (max-width: 767px), print {
  .header.content {
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100%;
    max-width: 100vw;
    justify-content: space-between;
  }
  .header.content .search_n_cart {
    flex-grow: 0;
  }
  .burger_menu {
    display: block;
    cursor: pointer;
    margin-right: 0px;
    border-radius: 15px;
  }
  .header.content .search_n_cart .block-search {
    display: none;
  }
  .page-header {
    border-bottom: 0px solid #d1d1d1;
  }
  .minicart-wrapper .action.showcart span {
    display: none;
  }
  .minicart-wrapper .action.showcart .counter.qty span {
    display: block;
  }
  .header.content .logo {
    margin-right: 0px;
  }
  .header.content .logo_n_nav {
    display: block;
  }
  .header.content .logo img {
    width: 100px;
    padding: 8px 0;
  }
  .cms-index-index .page-header {
    background: rgba(255, 255, 255, 0.9);
  }
  .slider_text a {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 639px) {
  .minicart-wrapper {
    margin-top: 0px;
  }
}

.page-main {
  padding: 0;
}

.slider_banner {
  position: relative;
}
.slider_banner .swiper-container {
  width: 100%;
}
.slider_banner .swiper-wrapper {
  height: auto;
}
.slider_banner .swiper-slide {
  text-align: center;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
}
.slider_banner .swiper-slide .slider_img {
  width: 100%;
  min-width: 700px;
}

.slider_text {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
  max-width: 600px;
  margin-left: 165px;
  margin-top: 20%;
  background: #fff;
  margin-bottom: 10%;
}
.slider_text h1 {
  font-size: 4.5rem;
  font-weight: 900;
  margin-top: 20px;
}
.slider_text p {
  font-size: 1.8rem;
  line-height: 3.6rem;
  margin-top: 12px;
}
.slider_text a {
  background: #1b6090;
  padding: 18px;
  font-size: 1.3rem;
  font-weight: 600;
  border-radius: 15px;
  display: block;
  margin-top: 17px;
}
.slider_text a:hover {
  background: #dac084;
}
.slider_banner .swiper-pagination {
  margin-left: 165px;
  bottom: 20%;
  position: absolute;
  z-index: 2;
}
.slider_banner .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin-right: 15px;
  border-radius: 4px;
  cursor: pointer;
  background: #1b6090;
}
.slider_banner .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0px;
}
.slider_banner .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #1b6090;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}
.main_social a {
  color: #231f20;
  font-size: 2.4rem;
  display: block;
  line-height: 0rem;
  margin-top: 20px;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.main_social a:hover {
  color: #1b6090;
}
.main_social {
  margin-left: 20px;
  bottom: 19.5%;
  position: absolute;
  z-index: 2;
}

.banners_top,
.internal_pad {
  padding-left: 165px;
  padding-right: 165px;
}

@media only screen and (max-width: 1600px) {
  .slider_banner .swiper-pagination {
    bottom: 7%;
  }
  .main_social {
    bottom: 6.2%;
  }
}
@media only screen and (max-width: 1350px) {
  .slider_banner .swiper-pagination {
    margin-left: 80px;
    bottom: 7%;
  }
  .banners_top,
  .internal_pad {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media only screen and (max-width: 1080px) {
  .slider_banner .swiper-pagination {
    margin-left: 80px;
    bottom: -10%;
  }
  .slider_banner .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin-right: 11px;
    border-radius: 2px;
  }
  .main_social {
    bottom: -11%;
  }
  .banners_top {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 820px) {
  .slider_banner {
    position: static;
  }
  .slider_banner .swiper-pagination {
    margin-left: 0px;
    position: static;
    margin-top: 20px;
  }
  .main_social {
    margin: 0 auto;
    width: 100%;
    position: static;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    bottom: auto;
  }
  .main_social a {
    color: #231f20;
    display: block;
    line-height: 0rem;
    margin: 30px 20px;
  }
  .banners_top {
    margin-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .internal_pad {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1350px) {
  .slider_banner .swiper-slide {
    align-items: center;
  }
  .slider_text {
    margin-top: 150px;
    margin-left: 80px;
    margin-bottom: 0px;
  }
  .slider_text h1 {
    font-size: 4rem;
    font-weight: 900;
    margin-top: 20px;
  }
  .slider_text p {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}
@media only screen and (max-width: 1080px) {
  .slider_banner .swiper-slide .slider_img {
    width: 100%;
    min-width: 500px;
  }
  .slider_brand_image {
    width: 100%;
    max-width: 120px;
  }
  .slider_text {
    max-width: 400px;
  }
  .slider_text h1 {
    font-size: 3rem;
    font-weight: 900;
    margin-top: 20px;
  }
  .slider_text p {
    font-size: 1.4rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 820px) {
  .slider_banner .swiper-slide {
    text-align: center;
    background: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .slider_text {
    margin-top: 0px;
    order: 2;
  }
  .slider_banner .swiper-slide .slider_img {
    width: 100%;
    max-width: 100%;
    min-width: 10px;
    padding-left: 10px;
  }
  .slider_text {
    max-width: 100%;
    margin-left: 0px;
    padding: 0 20px;
  }
}

.banner_portait {
  -webkit-box-shadow: -80px 80px 0px 0px rgba(241, 245, 247, 1);
  -moz-box-shadow: -80px 80px 0px 0px rgba(241, 245, 247, 1);
  box-shadow: -80px 80px 0px 0px rgba(241, 245, 247, 1);
}
.banner_landscape {
  -webkit-box-shadow: 80px 80px 0px 0px rgba(241, 245, 247, 1);
  -moz-box-shadow: 80px 80px 0px 0px rgba(241, 245, 247, 1);
  box-shadow: 80px 80px 0px 0px rgba(241, 245, 247, 1);
}
.banner_portait,
.banner_landscape {
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  padding: 50px;
  display: block;
}
.banner_portait .banner_img,
.banner_landscape .banner_img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 1.2s ease-in-out;
  transition: all 1.2s ease-in-out;
}
.banner_portait:hover .banner_img,
.banner_landscape:hover .banner_img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.banners_top .col-lg-6:first-child {
  padding-right: 80px;
}
.banners_top .col-lg-6:last-child {
  padding-left: 40px;
}
@media only screen and (max-width: 1350px) {
  .banners_top .col-lg-6:first-child {
    padding-right: 40px;
  }
  .banners_top .col-lg-6:last-child {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .banners_top .col-lg-6:first-child {
    padding-right: 15px;
  }
  .banners_top .col-lg-6:last-child {
    padding-left: 15px;
    z-index: 0;
  }
  .banner_landscape {
    margin-top: 50px;
  }
  .banner_portait,
  .banner_landscape {
    border-radius: 25px;
  }
}
@media only screen and (min-width: 820px) {
  .banner_portait {
    margin-top: 0px;
  }
  .banner_landscape {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 1350px) {
  .banner_portait {
    margin-top: 0px;
  }
  .banner_landscape {
    margin-top: 200px;
  }
}
@media only screen and (min-width: 1600px) {
  .banner_portait {
    margin-top: -100px;
  }
  .banner_landscape {
    margin-top: 200px;
  }
  .banners_top {
    position: relative;
    z-index: 12;
  }
}

.banner_portait .banner_port_cat {
  writing-mode: tb-rl;
  text-orientation: mixed;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  letter-spacing: 16px;
  font-size: 3rem;
  line-height: 1.8rem;
}
.banner_portait .banner_port_txt {
  font-weight: 900;
}
.banner_portait .banner_port_txt .percentage {
  font-size: 6rem;
  line-height: 6rem;
  letter-spacing: -2px;
  display: block;
}
.banner_portait .banner_port_txt span:nth-child(2) {
  display: block;
  font-size: 2rem;
}
.banner_portait .banner_port_txt span:nth-child(3) {
  display: block;
  font-size: 3.45rem;
  line-height: 4rem;
}

.banner_landscape {
  text-align: right;
}
.banner_landscape .banner_land_cat {
  writing-mode: tb-rl;
  text-orientation: mixed;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  letter-spacing: 16px;
  font-size: 2rem;
  line-height: 1.8rem;
  color: #fff;
  text-align: right;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.banner_landscape .banner_land_txt {
  font-size: 6rem;
  line-height: 6rem;
  font-weight: 100;
  color: #fff;
}
.banner_landscape .banner_land_txt .inline {
  font-weight: 900;
}

.banner_view_more {
  padding: 18px;
  font-size: 1.3rem;
  font-weight: 600;
  background: #fff;
  border-radius: 15px;
  white-space: nowrap;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .banner_portait,
  .banner_landscape {
    padding: 30px;
  }
  .banner_portait .banner_port_cat,
  .banner_landscape .banner_land_cat {
    font-size: 2rem;
    font-weight: 600;
  }
  .banner_portait .banner_port_txt .percentage,
  .banner_landscape .banner_land_txt {
    font-size: 3.6rem;
    line-height: 4rem;
  }
  .banner_portait .banner_port_txt span:nth-child(2) {
    font-size: 1.2rem;
  }
  .banner_portait .banner_port_txt span:nth-child(3) {
    font-size: 2rem;
    line-height: 2.9rem;
  }
}

.products_slider_full {
  margin-top: 150px;
}
.products_slider_full_oneLine .swiper-container {
  background: #d6d6d6;
}
.products_slider .swiper-wrapper {
  height: auto;
  background: #d6d6d6;
}

.products_slider_head .swiper-button-arrows {
  position: relative;
  display: flex;
  font-size: 3rem;
}
.products_slider_head .swiper-button-arrows div {
  position: static;
  width: auto;
  height: auto;
  background: transparent;
  margin-top: 0;
}
.products_slider_head .swiper-button-arrows div:first-child {
  margin-right: 20px;
}

.products_slider_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.products_slider_head h2 {
  font-size: 3.6rem;
  letter-spacing: 10px;
  font-weight: 900;
}

.product_slide {
  padding: 20px;
  background: #fff;
  position: relative;
  display: block;
  min-height: 250px;
}
.product_slide_img {
  width: 100%;
  margin: 30px 0;
}
.product_slide_title,
.product_slide_price {
  font-weight: 800;
  font-size: 1.4rem;
  letter-spacing: 0.6px;
  text-align: center;
}
.product_slide_price .price {
  font-weight: 800;
}
.product_slide_price .old-price .price {
  font-weight: 300;
  position: relative;
}
.product_slide_title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 1.9rem;
  -webkit-box-orient: vertical;
  height: 5.7rem;
}
.old-price,
.old.price {
  text-decoration: none;
}
.old-price .price:before {
  background-color: #d51317;
  bottom: -2px;
  content: "";
  left: -1px;
  position: absolute;
  -webkit-transform: rotate(-18deg);
  -ms-transform: rotate(-18deg);
  transform: rotate(-18deg);
  transform-origin: 0 0;
  width: 104%;
  height: 1px;
}

.product_slide_badges {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px;
}

.product_slide_badges div {
  border-radius: 100px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 4rem;
  padding: 4px 8px;
  width: 5rem;
  height: 5rem;
  margin-left: 8px;
}
.product_slide_badge_new {
  background: #1b6090;
}
.product_slide_badge_sale {
  background: #dbbd88;
}

.products_slider .swiper-slide {
  overflow: hidden;
  height: auto;
}

.product_slide_overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 0;
  pointer-events: none;
}

.products_slider .swiper-slide:hover .product_slide_overlay,
.product_list_container .product_slide_item:hover .product_slide_overlay {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 991px) {
  .product_list_container .product_slide_item .product_slide_overlay {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
    pointer-events: auto;
  }
}
.products_slider .swiper-slide .actions-secondary,
.products_slider .swiper-slide .actions-primary,
.products_slider .swiper-slide .product_slide_overlay_view,
.product_list_container .product_slide_item .actions-secondary,
.product_list_container .product_slide_item .actions-primary,
.product_list_container .product_slide_item .product_slide_overlay_view {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
.products_slider .swiper-slide .actions-secondary,
.product_list_container .product_slide_item .actions-secondary {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
/* 
.products_slider .swiper-slide .actions-primary,
.product_list_container .product_slide_item .actions-primary{
} */

.products_slider .swiper-slide .product_slide_overlay_view,
.product_list_container .product_slide_item .product_slide_overlay_view {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  margin-top: 10px;
}

.products_slider .swiper-slide:hover .actions-secondary,
.products_slider .swiper-slide:hover .actions-primary,
.products_slider .swiper-slide:hover .product_slide_overlay_view,
.product_list_container .product_slide_item:hover .actions-secondary,
.product_list_container .product_slide_item:hover .actions-primary,
.product_list_container .product_slide_item:hover .product_slide_overlay_view {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 991px) {
  .product_list_container .product_slide_item .actions-secondary,
  .product_list_container .product_slide_item .actions-primary,
  .product_list_container .product_slide_item .product_slide_overlay_view {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
    pointer-events: auto;
  }
}

.product_slide_overlay .product-item-actions {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
@media (min-width: 640px) {
  .products-grid .product-item-actions {
    margin: 0px 0;
  }
}

.product_slide_overlay .product-item-actions .actions-secondary {
  margin-bottom: 20px;
}

.product_slide_overlay .product-item-actions .actions-secondary > .action {
  width: auto;
  font-size: 1.2rem;
}
.product_slide_overlay .product-item-actions .actions-secondary > .action i {
  display: block;
  font-size: 2.7rem;
  line-height: 2.7rem;
  color: #231f20;
}

.product_slide_overlay .product-item-actions .actions-primary .tocart {
  width: auto;
  font-size: 1.2rem;
  background: #1b6090;
  padding: 14px 18px;
  font-size: 1.3rem;
  font-weight: 300;
  color: #231f20;
  border-radius: 15px;
  border: 0px;
  margin-bottom: 8px;
  text-align: center;
}
.product_slide_overlay .product-item-actions .actions-primary .tocart:hover {
  background: #dac084;
}
.product_slide_overlay .product-item-actions .actions-primary .tocart i {
  display: block;
  font-size: 2.7rem;
  line-height: 2.7rem;
  color: #231f20;
}
/*.product_slide_overlay_view{
	position: absolute;
	bottom:24px;
}
*/
.product_slide_overlay_view {
  text-align: center;
}
.product_slide_overlay_view i {
  display: block;
  font-size: 2.2rem;
  line-height: 4rem;
  color: #231f20;
}
.product_slide_overlay_view span {
  font-size: 1.3rem;
}

.banner_fullWidth {
  margin-top: 100px;
  width: 100%;
}

.banner_luxury {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner_luxury .internal_pad {
  padding-right: 20px;
}
.bannerFullWidth_col_txt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.bannerFullWidth_text h2 {
  font-size: 7rem;
  font-weight: 900;
  letter-spacing: -4px;
  line-height: 7rem;
}
.bannerFullWidth_text h3 {
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 14px;
}
.bannerFullWidth_text p {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 3rem;
  padding-bottom: 15px;
}
@media only screen and (max-width: 1300px) {
  .bannerFullWidth_text h2 {
    font-size: 5rem;
    font-weight: 900;
    letter-spacing: -4px;
    line-height: 5rem;
  }
  .bannerFullWidth_text h3 {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 14px;
  }
  .bannerFullWidth_text p {
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 2.6rem;
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 991px) {
  .bannerFullWidth_col_txt {
    justify-content: center;
    order: 2;
  }
  .banner_luxury .internal_pad {
    padding-left: 20px;
  }
  .bannerFullWidth_text {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 25px;
  }
  .bannerFullWidth_text h2,
  .bannerFullWidth_text h3,
  .bannerFullWidth_text p {
    text-align: center;
  }
  .bannerFullWidth_text .banner_view_more {
    text-align: center;
    display: block;
    background: #f5f5f5;
  }
  .bannerFullWidth_text h2 {
    font-size: 4.2rem;
    font-weight: 900;
    letter-spacing: -3px;
    line-height: 4.2rem;
  }
  .bannerFullWidth_text h3 {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .products_slider_head {
    flex-direction: column;
  }
  .products_slider_head h2 {
    text-align: center;
  }
}

.mt100 {
  margin-top: 100px;
}
.mt50 {
  margin-top: 50px;
}
.mb50 {
  margin-bottom: 50px;
}

.banner_lenses {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner_lenses .internal_pad {
  padding-left: 0px;
}
.bannerFullWidth_col_btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bannerFullWidth_col_btns .banner_btn img {
  width: 100%;
}
.bannerFullWidth_col_btns .banner_btn {
  display: block;
  overflow: hidden;
  border-radius: 50px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.bannerFullWidth_col_btns .banner_btn:hover {
  -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.42);
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.42);
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}
.bannerFullWidth_col_btns .banner_btn:first-child {
  margin-right: 30px;
}

@media only screen and (max-width: 991px) {
  .side_banner {
    margin-top: 50px;
  }
  .banner_lenses .bannerFullWidth_col_btns {
    margin-left: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 820px) {
  .banner_lenses .bannerFullWidth_col_btns {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .banner_lenses .bannerFullWidth_col_btns {
    margin-left: 20px;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .bannerFullWidth_col_btns .banner_btn:first-child {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

.banner_btn_txt {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 30px;
  width: 100%;
  height: 100%;
}
.banner_btn_txt ._01 {
  font-size: 2rem;
}
.banner_btn_txt ._02 {
  font-size: 4rem;
  font-weight: 400;
  line-height: 4rem;
  letter-spacing: -3px;
  margin-bottom: 6px;
}
.banner_btn_txt ._02 span {
  font-weight: 900;
}
.banner_btn_txt ._03 {
  font-size: 1.8rem;
}

@media only screen and (max-width: 1610px) {
  .banner_btn_txt ._02 {
    font-size: 3rem;
    font-weight: 400;
    line-height: 3rem;
    letter-spacing: -3px;
    margin-bottom: 6px;
  }
}

@media only screen and (max-width: 1200px) {
  .banner_btn_txt {
    padding: 22px;
  }
  .banner_btn_txt ._01 {
    font-size: 1.6rem;
  }
  .banner_btn_txt ._02 {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 2.5rem;
    letter-spacing: -3px;
    margin-bottom: 6px;
  }
  .banner_btn_txt ._03 {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 991px) {
  .banner_btn_txt {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 30px;
    width: 100%;
    height: 100%;
  }
  .banner_btn_txt ._01 {
    font-size: 2rem;
  }
  .banner_btn_txt ._02 {
    font-size: 4rem;
    font-weight: 400;
    line-height: 4rem;
    letter-spacing: -3px;
    margin-bottom: 6px;
  }
  .banner_btn_txt ._02 span {
    font-weight: 900;
  }
  .banner_btn_txt ._03 {
    font-size: 1.8rem;
  }
  .banner_lenses_main {
    display: none;
  }
  .banner_lenses .internal_pad {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 400px) {
  .banner_btn_txt ._02 {
    font-size: 3rem;
    font-weight: 400;
    line-height: 3.5rem;
    letter-spacing: -3px;
    margin-bottom: 6px;
  }
}

.company_home {
  background-color: #f3f7f9;
  padding-top: 100px;
  padding-bottom: 100px;
}

.company_home .bannerFullWidth_text h2 {
  font-size: 3.6rem;
  letter-spacing: 10px;
  font-weight: 900;
}
.company_home .bannerFullWidth_text p {
  letter-spacing: 0px;
  font-size: 1.6rem;
  line-height: 3rem;
}
.company_home .bannerFullWidth_text .banner_view_more {
  background: #1b6090;
}
.company_home .bannerFullWidth_text .banner_view_more:hover {
  background: #dac084;
}
.company_img {
  border-radius: 100px;
  -webkit-box-shadow: 40px 40px 0px 0px rgba(233, 224, 204, 1);
  -moz-box-shadow: 40px 40px 0px 0px rgba(233, 224, 204, 1);
  box-shadow: 40px 40px 0px 0px rgba(233, 224, 204, 1);
}
@media only screen and (max-width: 991px) {
  .company_home .bannerFullWidth_text {
    margin-top: 60px;
    background: transparent;
    width: 100%;
  }
  .company_img {
    border-radius: 50px;
  }
}

.cms-index-index .columns .column.main {
  padding-bottom: 0px;
}

.brands_carousel .swiper-wrapper {
  height: auto;
}
.brands_carousel .swiper-slide {
  opacity: 0.4;
  height: auto;
}

.newsletter_container {
  background-image: url(../images/newsletter_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.newsletter_container h2 {
  font-size: 3.6rem;
  letter-spacing: 10px;
  font-weight: 900;
  padding-bottom: 10px;
}
.newsletter_container p {
  letter-spacing: 0px;
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 600;
  padding-bottom: 10px;
}
.newsletter_input {
  max-width: 450px;
  width: 100%;
  display: flex;
  background: #fff;
  border-radius: 50px;
  height: 55px;
}
.newsletter_input input {
  width: 100%;
  border: 0px;
  padding: 12px 18px;
  background: #fff;
  border-radius: 15px;
  height: 100%;
}
.newsletter_input button {
  border: 0px !important;
  background: #1b6090 !important;
  padding: 0px 18px !important;
  font-size: 1.3rem !important;
  font-weight: 600 !important;
  border-radius: 15px !important;
  color: #fff !important;
  height: 100% !important;
}
.newsletter_input button:hover {
  background: #234e74 !important;
}

@media only screen and (max-width: 554px) {
  .products_slider_head h2,
  .company_home .bannerFullWidth_text h2,
  .newsletter_container h2 {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
  .newsletter_input {
    flex-direction: column;
    background: transparent;
    height: auto;
  }
  .newsletter_input input {
    height: 55px;
    margin-bottom: 10px;
  }
  .newsletter_input button {
    height: 55px !important;
  }
}

footer {
  background-color: #231f20;
}
.footer.content {
  border-top: 0px solid #d1d1d1;
  margin-top: 0px;
  padding-bottom: 80px;
  padding-top: 80px;
  background-color: #231f20;
}

.footer.content a,
.footer.content h5,
.footer.content span {
  display: block;
  color: #fff;
  font-size: 1.4rem;
}
.footer.content h5 {
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 30px;
  margin-top: 70px;
}
.footer.content a {
  margin-bottom: 20px;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer.content span {
  margin-bottom: 20px;
}
.footer.content a:hover {
  color: #1b6090;
}
.footer_centered {
  text-align: center;
}

.footer_phone {
  background-image: url(../images/footer_phone_icon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 40px;
}
.footer.content .footer_phone a {
  font-size: 3rem;
  letter-spacing: 4px;
  font-weight: 100;
  color: #1b6090;
  padding: 20px 0;
}

.footer.content .footer_location {
  max-width: 400px;
  text-align: center;
  margin: 0 auto;
}
.footer.content .footer_location a {
  font-size: 1.4rem;
  letter-spacing: 4px;
  font-weight: 100;
  color: #fff;
  padding: 20px 0;
}
.sm_line {
  margin: 10px auto;
  width: 100px;
  height: 1px;
  background-color: #1b6090;
}
.footer.content .footer_email {
  margin: 15px auto;
}
.footer.content .footer_email a {
  font-size: 1.4rem;
  letter-spacing: 4px;
  font-weight: 100;
  color: #fff;
  padding: 20px 0;
}

.footer.content .footer_social a {
  display: inline-block;
  margin: 0 15px;
  font-size: 2rem;
}
.footer.content .footer_payment {
  text-align: center;
  margin-top: 50px;
}
.footer.content .footer_payment img {
  margin: 0 20px;
}
.footer_bottom {
  background: #1c191a;
  color: #fff;
  padding: 20px;
}
.footer_bottom .internal_pad {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2rem;
}
.footer_bottom .internal_pad a {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer_bottom .internal_pad a:hover {
  color: #1b6090;
}

@media only screen and (max-width: 991px) {
  .footer_centered {
    order: -1;
  }
  .footer_col {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .footer_bottom .internal_pad {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .footer_bottom .internal_pad div:first-child {
    margin-bottom: 10px;
  }
  .page-header {
    border-bottom: 0px solid #d1d1d1;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 370px) {
  .footer.content .footer_location a {
    font-size: 1.1rem;
  }
  .footer.content .footer_email a {
    font-size: 1.1rem;
  }
}

.fixed {
  position: fixed;
}

.mobile_nav {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgb(34 100 120 / 95%);
  z-index: 101;
  overflow: auto;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale3d(2, 2, 2);
  transform: scale3d(2, 2, 2);
}
.mobile_nav.show {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.mobile_nav a,
.mobile_nav i {
  color: #fff;
  font-size: 1.5rem;
}
.close_mobile_nav {
  padding: 20px;
}
.mobile_nav_head {
  padding: 15px 35px 8px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile_nav ul {
  padding: 0 35px 55px;
  text-align: center;
}
.mobile_search_container {
  padding: 0 35px 20px;
}
.mobile_search {
  display: flex;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}
.mobile_search_container input {
  background: transparent;
  border: 0px;
  color: #fff;
}
.mobile_search_container button {
  background: transparent;
  border: 0px;
  color: #fff;
}
.mobile_nav .lang {
  color: #fff;
}
.mobile_nav .lang a {
  color: #fff;
  font-size: 1.5rem;
  margin-right: 8px;
}
.mobile_nav .lang a:last-child {
  margin-right: 0px;
}
.mobile_nav .lang a.active {
  text-decoration: underline;
}

.mob_nav_sep {
  height: 1px;
  background: #ffffff40;
  width: 100%;
}

@media only screen and (min-width: 1351px) {
  .mobile_nav {
    display: none;
  }
  body.fixed {
    position: static;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1350px) {
  body.fixed {
    position: static;
  }

  .mobile_nav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 100%;
    background: rgb(34 100 120 / 95%);
    z-index: 101;
    overflow: auto;
    pointer-events: none;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .mobile_nav.show {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .mobile_nav_head {
    padding: 15px 35px 8px 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .mobile_nav ul {
    padding: 0 35px 55px;
    text-align: left;
    list-style-type: none;
  }
  .mobile_nav ul li {
    padding: 8px 0;
  }
  .mobile_nav ul li.mob_nav_sep {
    padding: 0;
    margin: 24px 0;
  }
  .mobile_search_container {
    padding: 0 35px 20px;
    display: none;
  }
  .mobile_search {
    display: flex;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
  }
  .mobile_search_container input {
    background: transparent;
    border: 0px;
    color: #fff;
  }
  .mobile_search_container button {
    background: transparent;
    border: 0px;
    color: #fff;
  }
  .mobile_nav .lang {
    color: #fff;
    display: none;
  }
  .mobile_nav .lang a {
    color: #fff;
    font-size: 1.5rem;
  }
  .mobile_nav .lang a:first-child {
    margin-right: 8px;
  }
  .mobile_nav .lang a.active {
    text-decoration: underline;
  }
  .close_mobile_nav {
    cursor: pointer;
  }
  .mobile_nav ul li a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .mobile_nav ul li a:hover {
    color: #1b6090;
  }
}

.page-banner {
  margin-bottom: 50px;
}

.page-banner img {
  width: 100%;
}

.page-title-wrapper .page-title {
  font-size: 3.6rem;
  letter-spacing: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.product_list_header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  background-color: #f6f8f9;
  border-radius: 15px;
  margin: 20px 0 50px;
  padding: 6px 8px;
}

.product_list_header .toolbar-amount {
  background: #fff;
  border-radius: 10px;
  font-size: 1.3rem;
  padding: 15px 12px;
  line-height: 1.42857143;
}
.product_list_header .products_num {
  background: #fff;
  border-radius: 10px;
  font-size: 1.3rem;
  padding: 8px 0px 8px 10px;
  position: relative;
}
.product_list_header .products_num:after {
  content: "\e90b";
  font-family: "icomoon" !important;
  color: #000;
  right: 0px;
  top: 0px;
  font-size: 1rem;
  line-height: 2rem;
  position: absolute;
  padding: 15px 10px 0px 2px;
  pointer-events: none;
}
.product_list_header .products_num select {
  border: 0px;
  margin: 0;
  padding: 0 35px 0 5px;
  -webkit-appearance: none;
}
.product_list_header .toolbar-sorter.sorter {
  display: flex;
  align-items: baseline;
  padding: 0;
}
.product_list_header .toolbar-sorter.sorter label {
  margin: 0;
  margin-right: 5px;
  font-size: 1.3rem;
}
.product_list_header .toolbar-sorter.sorter .sorter_cont {
  background: #fff;
  border-radius: 10px;
  font-size: 1.3rem;
  padding: 8px 10px;
  margin-right: 5px;
  position: relative;
}
.product_list_header .toolbar-sorter.sorter .sorter_cont:after {
  content: "\e90b";
  font-family: "icomoon" !important;
  color: #000;
  right: 0px;
  top: 0px;
  font-size: 1rem;
  line-height: 2rem;
  position: absolute;
  padding: 15px 10px 0px 2px;
  pointer-events: none;
}
.product_list_header .toolbar-sorter.sorter .sorter_cont select {
  border: 0px;
  margin: 0;
  padding: 0 5px;
  -webkit-appearance: none;
}
.product_list_header .toolbar-sorter.sorter a {
  display: block;
  padding: 7px 12px;
  background: #fff;
  border-radius: 10px;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: 3.2rem;
  color: #231f20;
  font-family: "icomoon" !important;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter .sort-asc:before {
  content: "\e908";
}
.sorter .sort-desc:before {
  content: "\e905";
}

@media only screen and (max-width: 920px) {
  .product_list_header {
    display: inline-block;
    text-align: center;
    width: 100%;
    background-color: transparent;
  }
  .product_list_header .products_num {
    display: inline-block;
    border-radius: 6px;
    padding: 15px 30px 15px 5px;
    margin-left: 5px;
    background-color: #f6f8f9;
  }
  .product_list_header .toolbar-amount {
    border-radius: 6px;
    display: inline-block;
    float: none;
    vertical-align: top;
    background-color: #f6f8f9;
  }
  .product_list_header .products_num select,
  .product_list_header .toolbar-sorter.sorter .sorter_cont select {
    height: 18px;
    background-color: #f6f8f9;
  }
  .product_list_header .toolbar-sorter.sorter {
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    float: none;
    margin-top: 5px;
  }
  .product_list_header .toolbar-sorter.sorter .sorter_cont {
    border-radius: 6px;
    padding: 15px 10px;
    background-color: #f6f8f9;
  }
  .product_list_header .toolbar-sorter.sorter a {
    padding: 8px 12px;
    border-radius: 6px;
    top: 0px;
    background-color: #f6f8f9;
  }
}

.catalog-category-view.page-layout-2columns-left .column,
.catalog-category-view.page-layout-2columns-left .sidebar,
.catalogsearch-result-index.page-layout-2columns-left .column,
.catalogsearch-result-index.page-layout-2columns-left .sidebar {
  padding: 0px 20px;
}

.product_list_container .product_slide_item {
  overflow: hidden;
  height: auto;
  position: relative;
}
.product_list_container .col-lg-4 {
  border-top: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  padding-right: 5px;
  padding-left: 5px;
}
@media only screen and (min-width: 1250px) {
  .page-layout-2columns-left .column.main {
    width: 78%;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 22%;
  }
  .catalog-category-view.page-layout-2columns-left .sidebar {
    padding-right: 0px;
  }
}

@media only screen and (min-width: 890px) and (max-width: 1249px) {
  .page-layout-2columns-left .column.main {
    width: 70%;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 30%;
  }
  .page-products .columns {
    padding-bottom: 60px;
  }
  .catalog-category-view.page-layout-2columns-left .sidebar {
    padding-right: 0px;
  }
}
@media only screen and (max-width: 889px) {
  .page-layout-2columns-left .columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  .page-layout-2columns-left .column.main {
    width: 100%;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    flex-grow: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 100%;
    flex-grow: 1;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}
/*
{
-webkit-box-shadow: inset -1px 0px 0px 0px rgba(214,214,214,1);
-moz-box-shadow: inset -1px 0px 0px 0px rgba(214,214,214,1);
box-shadow: inset -1px 0px 0px 0px rgba(214,214,214,1);
}
*/
@media only screen and (min-width: 1401px) {
  .product_list_container .col-lg-4:nth-child(1),
  .product_list_container .col-lg-4:nth-child(2),
  .product_list_container .col-lg-4:nth-child(3),
  .product_list_container .col-lg-4:nth-child(4) {
    border-top: 0px solid #d6d6d6;
  }
  .product_list_container .col-lg-4:nth-child(4n) {
    border-right: 0 solid #d6d6d6;
  }
}

@media only screen and (min-width: 1101px) and (max-width: 1400px) {
  .product_list_container .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .product_list_container .col-lg-4:nth-child(1),
  .product_list_container .col-lg-4:nth-child(2),
  .product_list_container .col-lg-4:nth-child(3) {
    border-top: 0px solid #d6d6d6;
  }
  .product_list_container .col-lg-4:nth-child(3n) {
    border-right: 0 solid #d6d6d6;
  }
}

@media only screen and (min-width: 541px) and (max-width: 1100px) {
  .product_list_container .col-lg-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .product_list_container .col-lg-4:nth-child(1),
  .product_list_container .col-lg-4:nth-child(2) {
    border-top: 0px solid #d6d6d6;
  }
  .product_list_container .col-lg-4:nth-child(2n) {
    border-right: 0 solid #d6d6d6;
  }
}

@media only screen and (max-width: 540px) {
  .product_list_container .col-lg-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border-right: 0 solid #d6d6d6;
  }
  .product_list_container .col-lg-4:nth-child(1) {
    border-top: 0px solid #d6d6d6;
  }
}

.amshopby-filter-current .amshopby-item.item .amshopby-filter-name {
  display: none;
}
.only_mob_title {
  display: none;
  background: #fff;
  padding: 15px 20px;
  border-radius: 15px;
  cursor: pointer;
  background-color: #f6f8f9;
}
.sidebar {
  font-size: 1.3rem;
}

/*@media only screen and (min-width: 890px){
	.block-content.filter-content.filter_full{
		display: block !important;
	}
}*/
@media (max-width: 889px) {
  .only_mob_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .page-layout-2columns-left .sidebar .block.filter {
    background: #f6f8f9;
    border-radius: 15px;
    margin-bottom: 35px;
  }
  .block-content.filter-content.filter_full {
    padding: 0 20px 10px;
    display: none;
  }
  .page-title-wrapper .page-title {
    font-size: 2.2rem;
    letter-spacing: 6px;
    text-align: center;
  }
}

.filter_box {
  border-radius: 25px;
  -webkit-box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.08);
  padding: 28px 24px;
  margin-bottom: 20px;
  background-color: #fff;
}
.filter-options .filter-options-content {
  margin: 0 0 0px;
}
.amshopby-filter-current.filter-current .block-subtitle,
.filter-options .filter-options-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px;
  font-weight: 900;
  letter-spacing: 5px;
  font-size: 1.4rem;
  word-break: break-word;
  text-transform: uppercase;
}
.amshopby-filter-current .amshopby-items {
  padding: 20px 0 10px 0px;
}
.amshopby-filter-current .amshopby-item.item {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 6px 10px 6px 24px;
  background: #231f20;
  border-radius: 5px;
  color: #fff;
  margin-right: 3px;
}
.amshopby-filter-current .amshopby-remove {
  padding-left: 12px;
  color: #fff;
}
.filter-current + .filter-actions {
  margin-bottom: 0px;
}
.amshopby-filter-current .amshopby-remove:after,
.amshopby-filter-current .amshopby-remove:before {
  background-color: #fff;
}
.amshopby-filter-current .amshopby-remove:hover:after,
.amshopby-filter-current .amshopby-remove:hover:before {
  background-color: #b1b1b1;
}
.filter-options .am-labels-folding .item {
  padding: 0 0 0 0px;
}

.chosen_filters .filter-actions .action.clear.filter-clear:before {
  content: "\e91d";
  font-family: "icomoon" !important;
  margin-right: 4px;
  position: relative;
  top: 1px;
}
.chosen_filters .filter-actions .action.clear.filter-clear {
  background: #eeeeee;
  padding: 6px 10px;
  border-radius: 5px;
}
.chosen_filters .filter-actions .action.clear.filter-clear:hover {
  background: #e4e4e4;
}
.chosen_filters .filter-actions {
  margin-top: 10px;
  text-align: right;
}
.filter-options .filter-options-content .item {
  margin-bottom: 14px;
}
.filter-options .filter-options-content .item:last-child {
  margin-bottom: 0px;
}
.filter-options .filter-options-content .item:first-child {
  padding-top: 25px;
}
.filter-options .filter-options-content .item input {
  display: none;
}
.filter-options-content .items a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filter-options form {
  margin-bottom: 5px;
}
.filter-options .am-labels-folding .item {
  display: block;
}

.filter-options-title i {
  cursor: pointer;
}
.filter-options .filter-options-content .item:hover a {
  color: #c8a14a;
}

.filter_box .filter-options-title i,
.only_mob_title i {
  -webkit-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.filter_box .filter-options-title i.closed,
.only_mob_title i.closed {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.page-products .columns {
  padding-bottom: 60px;
}

.pagination_plist {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 50px;
}
.pagin_step {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  border-radius: 15px;
  margin-right: 10px;
  font-size: 1.8rem;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: #fff;
  color: #000;
}
.pagin_step.active,
.pagin_step:hover {
  color: #000;
  background: #1b6090;
}
.pagin_step span {
  color: #000;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.pagin_step.active span,
.pagin_step:hover span {
  color: #000;
}

.product_in_img_container {
  padding: 40px 30px 10px 30px;
  position: sticky;
  top: 0px;
  text-align: center;
}

.product_in_txt_ext_container {
  background: #231f20;
  border-bottom-left-radius: 100px;
}
.product_in_txt_container {
  padding: 100px 50px;
  color: #fff;
}
.product_in_txt {
  max-width: 600px;
}

.product_in_txt_container .breadcrumbs {
  padding: 0;
  padding-bottom: 20px;
}
.product_in_txt_container .breadcrumbs .item a,
.product_in_txt_container .breadcrumbs .item a:visited {
  color: #fff;
}
.product_in_txt_container .breadcrumbs .item {
  color: #1b6090;
}

.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 18px;
  content: "·";
  font-family: "arial";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product_in_txt_container .page-title {
  letter-spacing: 0px;
}

.product_in_txt_container .product_sku {
  color: #7d7d7d;
  font-size: 1.3rem;
  font-weight: 600;
  padding: 15px 0;
}
.product_availability {
  padding: 10px 0;
}
.product_availability .product_available i {
  padding: 4px;
  border-radius: 100px;
  background: #1fc00e;
  margin-right: 5px;
  font-size: 1rem;
}
.product_availability span {
  font-size: 1.3rem;
}
.product_availability .product_available_soon i {
  padding: 4px;
  border-radius: 100px;
  background: #efb115;
  margin-right: 5px;
}
.product_availability .product_unavailable i {
  padding: 4px;
  border-radius: 100px;
  background: #d60e0e;
  margin-right: 5px;
}
.product_description {
  padding-top: 20px;
  padding-bottom: 40px;
  font-size: 1.4rem;
  line-height: 3rem;
  color: #cecece;
  max-width: 600px;
}

#product_addtocart_form .price-container .price {
  color: #1b6090;
  font-size: 3.6rem;
  font-weight: 900;
}
#product_addtocart_form .special-price .price-container .price {
  margin-right: 15px;
}
#product_addtocart_form .old-price .price-container .price {
  color: #515151;
  font-size: 3rem;
  position: relative;
}

.qty_addtocart_fav {
  padding-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.qty_addtocart_fav .page-product_qty {
  margin-right: 18px;
}
.qty_addtocart_fav .page-product_qty .page-product_qty_in {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 15px;
  background: #393637;
  border-radius: 15px;
}
.qty_addtocart_fav .page-product_qty button i {
  padding: 10px;
  display: block;
}
.qty_addtocart_fav .page-product_qty button {
  border: 0px;
  background: #2e2a2b;
  color: #fff;
  border-radius: 10px;
  padding: 0px 2px;
  font-size: 1rem;
  line-height: 1rem;
}
.qty_addtocart_fav .page-product_qty input {
  background: transparent;
  text-align: center;
  max-width: 55px;
  color: #fff;
  border: 0px;
  height: 32px;
  font-size: 1.6rem;
}

.qty_addtocart_fav .page-product_actions {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.qty_addtocart_fav .action.primary.tocart {
  background: #1b6090;
  padding: 14px 16px;
  font-size: 1.3rem;
  font-weight: 600;
  border-radius: 15px;
  color: #000;
  border: 0px;
}
.qty_addtocart_fav .action.primary.tocart:hover {
  background: #dac084;
  border: 0px solid #dac084;
  color: #000;
}

.qty_addtocart_fav .action.primary.tocart i {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.7rem;
  line-height: 2.7rem;
  color: #231f20;
  content: "\e909";
  font-family: "icomoon" !important;
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  margin-right: 10px;
}

.page-product_actions .product-social-links .action.wishlist_btn_only_icon {
  font-size: 2.7rem;
  line-height: 2.7rem;
  color: #fff;
  margin-left: 18px;
}
.product-social-links {
  width: auto;
}
.product_in_img_extras {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product_in_badges {
  display: flex;
  justify-content: flex-start;
}
.product_in_badges div {
  border-radius: 100px;
  color: #fff;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 5rem;
  padding: 4px 8px;
  width: 6rem;
  height: 6rem;
  margin-left: 8px;
}
.product_in_badges div.product_badge_sale {
  background: #dbbd88;
}
.product_in_badges div.product_badge_new {
  background: #1b6090;
}
.product_in_brand {
  max-width: 150px;
}
.product_in_brand img {
  width: 100%;
}

.product_in_colors {
  margin-top: 60px;
  padding-top: 54px;
  border-top: 1px solid #ffffff1a;
}
.p_atr_h h3 {
  font-weight: 900;
  letter-spacing: 8px;
  font-size: 1.6rem;
  margin-bottom: 30px;
}
.product_in_colors_imgs {
  display: block;
}
.product_in_color_img {
  width: 125px;
  height: 125px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
}
.product_in_color_img img {
  align-self: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product_in_color_img:hover img {
  opacity: 0.1;
}
.product_in_color_img .product_slide_overlay_view {
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
  opacity: 0;
}
.product_in_color_img:hover .product_slide_overlay_view {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.product_in_specs {
  margin-top: 42px;
  padding-top: 54px;
  border-top: 1px solid #ffffff1a;
}
.product_in_specs table th {
  color: #d8d8d8;
  padding-left: 0;
  padding-bottom: 14px;
  font-size: 1.4rem;
  white-space: nowrap;
}
.product_in_specs table td {
  color: #d8d8d8;
  font-weight: 300;
  font-size: 1.4rem;
  white-space: nowrap;
}

@media only screen and (max-width: 991px) {
  .product_in_txt_ext_container {
    border-radius: 0px;
    text-align: center;
  }
  .product_in_txt,
  .product_description {
    max-width: 100%;
  }
  .qty_addtocart_fav {
    justify-content: center;
  }
  .product_in_specs table {
    max-width: 400px;
    margin: 0 auto;
  }
  .product_in_txt_container {
    padding: 60px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .qty_addtocart_fav {
    flex-direction: column;
  }
  .qty_addtocart_fav .page-product_qty {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .qty_addtocart_fav .page-product_actions {
    justify-content: center;
    flex-direction: column;
    width: 100%;
  }
  .qty_addtocart_fav .action.primary.tocart {
    margin-bottom: 20px;
    width: 100%;
  }
  .page-product_actions .product-social-links .action.wishlist_btn_only_icon {
    margin-left: 0;
  }
  .product_in_img_container {
    padding: 20px 0px 10px 0px;
  }
  .product_in_badges div {
    border-radius: 100px;
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 4rem;
    padding: 4px 8px;
    width: 5rem;
    height: 5rem;
    margin-left: 8px;
  }
  .product_in_brand {
    max-width: 90px;
  }

  #product_addtocart_form .special-price {
    display: block;
  }
  #product_addtocart_form .special-price .price-container .price {
    margin-right: 0px;
  }
  #product_addtocart_form .old-price {
    font-size: 2.2rem;
  }
  .product_in_txt_container .breadcrumbs {
    padding-bottom: 0px;
  }
}

/* .customer-account-login .login-container{
	padding: 0px 20px;
} */
.customer-account-login .login-container .block {
  font-size: 1.4rem;
  padding: 40px;
}
.customer-account-login .login-container .block-title strong {
  font-size: 2.4rem;
  font-weight: 700;
}
.customer-account-login .login-container .block.block-new-customer {
  background: #231f20;
  border-radius: 30px;
}
.customer-account-login .login-container .block.block-new-customer .block-title strong,
.customer-account-login .login-container .block.block-new-customer .block-content {
  color: #fff;
}

.action.reload.captcha-reload {
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 12px !important;
}
.password-strength-meter {
  height: auto;
  font-size: 1.2rem;
  line-height: 1.8rem;
  /* border: 1px solid #d6d6d6; */
  background: transparent;
  padding: 4px 9px;
}
.password-strength-meter span {
  font-weight: 600;
}

.fieldset .legend {
  font-weight: 700;
}

.contact-index-index .column:not(.sidebar-additional) .form.contact {
  min-width: auto;
  width: 100%;
  margin-bottom: 60px;
}

.contact_infos {
  margin-bottom: 60px;
  padding: 50px;
  /* background:#F1F5F7; */
  position: sticky;
  top: 50px;
  /* border-radius: 15px; */
  border-radius: 30px;
  -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  background: #fff;
}
.contact_infos > div > a {
  display: flex;
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact_infos > div > a:hover {
  color: #c8a14a;
}
.contact_infos .contact_orario {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #d3d9dc;
}

.contact_infos > .contact_info > a:nth-child(2):before {
  content: "\e918";
  font-family: "icomoon" !important;
  margin-right: 8px;
  font-size: 1.4rem;
  width: 25px;
  text-align: center;
}
.contact_infos > .contact_info > a:nth-child(3):before {
  content: "\e915";
  font-family: "icomoon" !important;
  margin-right: 8px;
  font-size: 1.6rem;
  width: 25px;
  text-align: center;
}
.contact_infos > .contact_info > a:nth-child(4):before {
  content: "\e61d";
  font-family: "icons-blank-theme";
  margin-right: 8px;
  font-size: 2.4rem;
  line-height: 2.3rem;
  width: 25px;
  text-align: center;
}
.contact_infos .contact_info .contact_social {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #d3d9dc;
}

.contact_infos .contact_info .contact_social a {
  margin-right: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 2.4rem;
}
.contact_infos .contact_info .contact_social a:hover {
  color: #c8a14a;
}
.contact_infos .contact_orario h5,
.contact_infos .contact_info h5,
.sp_title span {
  font-weight: 900 !important;
  letter-spacing: 8px !important;
  font-size: 1.6rem !important;
  margin-bottom: 20px !important;
  text-transform: uppercase !important;
  padding-left: 0px !important;
}
.contact_infos .contact_orario div {
  margin-bottom: 20px;
}
.contact_infos .contact_orario div:last-child {
  margin-bottom: 0px;
}
.contact_infos .contact_orario div span:first-child {
  font-weight: 600;
  display: block;
}
@media (max-width: 767px), print {
  .contact_infos {
    padding: 30px 20px;
  }
  .contact_infos > .contact_info > a:before {
    display: none;
  }
}

@media (min-width: 768px), print {
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 4px 0;
    text-align: left;
    width: 100%;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 14px;
  }
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar {
    margin-left: 0;
  }
  .fieldset .legend {
    margin-left: 0;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 100%;
  }
  .form.password.forget,
  .form.create.account {
    margin: 0 auto;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    width: 100%;
  }
}

.page-products .columns {
  z-index: 0;
}

.customer-account-login .column.main,
.customer-account-forgotpassword .column.main,
.customer-account-create .column.main,
.contact-index-index .column.main,
.account .columns,
.checkout-index-index .column.main,
.checkout-onepage-success .column.main,
.cms-company.cms-page-view .column.main,
.cms-stores.cms-page-view .column.main,
.cms-terms-of-use.cms-page-view .column.main,
.cms-shipping-methods.cms-page-view .column.main,
.cms-payment-methods.cms-page-view .column.main,
.blog-page .columns {
  max-width: 1380px;
  margin: 60px auto;
  margin-top: 0;
  padding: 0px 20px;
  font-size: 1.4rem;
}
.page.messages {
  max-width: 1380px;
  margin: 0px auto;
  padding: 0px 20px;
  font-size: 1.4rem;
}
.blog-page .page-title-wrapper {
  min-height: 100px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-page.blog-post-view .columns,
.blog-page.blog-category-view .columns {
  max-width: 1380px;
  margin: 20px auto;
  padding: 0px 20px;
  font-size: 1.4rem;
}

.checkout-index-index header {
  max-width: 1380px;
  margin: 0px auto;
}

.checkout-index-index header .header.content {
  padding-left: 0;
}

/* 
.cms-index-index .page.messages{
	position: fixed;
	bottom: 0%;
	z-index: 100;
    width: 100%;
	max-width: 100%;
} */

.page.messages {
  position: fixed;
  bottom: 0%;
  z-index: 100;
  width: 100%;
  max-width: 100%;
}

.page.messages .message {
  border-radius: 15px;
  margin-top: 10px;
}

.customer-account-login .page-title-wrapper,
.customer-account-forgotpassword .page-title-wrapper,
.customer-account-create .page-title-wrapper {
  min-height: 100px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1b6090;
  border-radius: 15px;
}
.checkout-cart-index .page-title-wrapper {
  min-height: 100px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1b6090;
  border-radius: 15px;
}
.contact-index-index .page-title-wrapper,
.checkout-onepage-success .page-title-wrapper,
.cms-company.cms-page-view .page-title-wrapper,
.cms-stores.cms-page-view .page-title-wrapper,
.cms-terms-of-use.cms-page-view .page-title-wrapper,
.cms-shipping-methods.cms-page-view .page-title-wrapper,
.cms-payment-methods.cms-page-view .page-title-wrapper {
  min-height: 100px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1b6090;
  border-radius: 15px;
}
.account .page-title-wrapper {
  min-height: 100px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1b6090;
  border-radius: 15px;
}
/* .contact-index-index .fieldset .legend,
.contact-index-index .fieldset > .field{
	text-align: center;
} */

.blog-index-index.blog-page-list .page-title-wrapper {
  min-height: 100px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1b6090;
  border-radius: 15px;
}

.customer-account-logoutsuccess .page-title-wrapper {
  text-align: center;
  margin-top: 100px;
}
.customer-account-logoutsuccess .columns,
.checkout-onepage-success .columns {
  text-align: center;
}
.customer-account-logoutsuccess .column.main,
.checkout-onepage-success .column.main {
  max-width: 1380px;
  margin: 20px auto;
  padding: 0px 20px;
  font-size: 1.4rem;
}
.catalogsearch-result-index .columns:before {
  content: "";
  width: 100%;
  height: 70px;
  display: block;
  background: #1b6090;
  margin-bottom: 40px;
}
/* .catalogsearch-result-index .columns{
	margin-top:50px;
} */

.customer-account-login .page-title-wrapper .page-title,
.customer-account-forgotpassword .page-title-wrapper .page-title,
.customer-account-create .page-title-wrapper .page-title,
.checkout-cart-index .page-title-wrapper .page-title,
.contact-index-index .page-title-wrapper .page-title,
.account .page-title-wrapper .page-title,
.checkout-onepage-success .page-title-wrapper .page-title,
.cms-company.cms-page-view .page-title-wrapper .page-title,
.cms-stores.cms-page-view .page-title-wrapper .page-title,
.cms-terms-of-use.cms-page-view .page-title-wrapper .page-title,
.cms-shipping-methods.cms-page-view .page-title-wrapper .page-title,
.cms-payment-methods.cms-page-view .page-title-wrapper .page-title,
.blog-index-index.blog-page-list .page-title-wrapper .page-title {
  margin: 0;
  padding: 0 40px;
  text-transform: uppercase;
  color: #fff;
}
.cart-empty {
  text-align: center;
  margin: 80px 0 0 0;
}
.cart-empty a {
  font-weight: 900;
}

@media only screen and (min-width: 890px) {
  .account .sidebar.sidebar-main {
    position: sticky;
    top: 50px;
  }
}

.account-nav .content {
  background: #231f20;
  padding: 25px 0;
  border-radius: 15px;
}
.account-nav .item .delimiter {
  border-top: 1px solid #4a4a4a;
  display: block;
  margin: 10px 1.8rem;
}
.account-nav .item {
  display: block;
  width: 100%;
}
.account-nav .item a,
.account-nav .item > strong {
  border-left: 5px solid transparent;
  display: block;
  padding: 12px 20px 12px 25px;
  color: #fff;
}
.account-nav .item a:hover {
  background: rgba(255, 255, 255, 0.09);
}
.account-nav .item.current a,
.account-nav .item.current strong {
  border-color: #1b6090;
  font-weight: 700;
  color: #1b6090;
}

.account .column.main .block:not(.widget) .block-content .box {
  padding: 20px;
  border-radius: 15px;
  background: #f7f7f7;
}

.column.main .block:not(.widget) .block-title > strong {
  font-size: 2.2rem;
}

.box-actions .action {
  padding: 6px 10px;
  color: #fff;
  background: #1b6090;
  border-radius: 5px;
  margin-right: 6px;
  font-size: 1.3rem;
  white-space: nowrap;
  display: inline-block;
  margin: 2px 0;
}
.box-actions .action:last-child {
  margin-right: 0;
}

#store-selector .form-continue .actions-toolbar .action.primary,
.form-address-edit .actions-toolbar .action.vertex-secondary,
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart,
.cart-container .checkout-methods-items .action.primary,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.multicheckout .action.primary {
  font-size: 1.3rem;
}

.account .table-wrapper .actions,
.account .table-wrapper th {
  white-space: nowrap;
}

.account .table-wrapper .action.view span {
  display: none;
}
.account .table-wrapper .action.order span {
  display: none;
}
.account .table-wrapper .action:first-child {
  margin-right: 6px;
}
.account .table-wrapper .action:before {
  font-family: "icomoon" !important;
  font-size: 1.8rem;
  line-height: 1.8rem;
  padding: 8px;
  border-radius: 100px;
  background: #f7f7f7;
  border: 1px solid #dedede;
  display: inline-block;

  /* -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.12);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.12); */
}
.account .table-wrapper .action:hover:before {
  background: #ebebeb;
}
.account .table-wrapper .action.view:before {
  content: "\e920";
}
.account .table-wrapper .action.order:before {
  content: "\e91a";
}

.account .column.main .block:not(.widget) .block-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .account .column.main .block:not(.widget) .block-title {
    flex-direction: column;
  }
  .account .column.main .block:not(.widget) .block-title > .action {
    margin-left: 0;
    padding: 8px 14px;
    background: #f9f9f9;
    border-radius: 25px;
  }
}
.account .table-wrapper tbody tr:nth-child(even) {
  background: #f7f7f7;
}

.account.sales-order-view .page-title-wrapper {
  flex-direction: column;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 700;
  padding: 20px;
}

.account.sales-order-view .page-title-wrapper .order-actions-toolbar {
  margin-bottom: 0px;
}
.account.sales-order-view .page-title-wrapper .order-actions-toolbar .action {
  padding: 8px 12px;
  background: #fff;
  color: #000;
  border-radius: 100px;
  display: inline-block;
}
.mark,
mark {
  background-color: transparent;
}

@media only screen and (max-width: 540px) {
  .page-title-wrapper .order-date {
    text-align: center;
  }
  .page-title-wrapper .order-date span {
    display: block;
  }
  .account.sales-order-view .page-title-wrapper .order-actions-toolbar .actions {
    text-align: center;
  }
  .account.sales-order-view .page-title-wrapper .order-actions-toolbar .action:first-child {
    margin: 0;
    margin-bottom: 12px;
  }
}

.amshopby-slider-container .ui-slider-range,
.ui-slider-horizontal {
  height: 2px;
}
.amshopby-slider-container .am-slider .ui-slider-handle {
  width: 12px;
  height: 12px;
  background: #212529;
  cursor: pointer;
}
.amshopby-slider-container {
  margin: 30px 15px 15px 5px;
}
.amshopby-slider-container .amshopby-slider-display {
  font-weight: 700;
  margin-top: 10px;
  font-size: 1.4rem;
}
.amshopby-slider-container .am-slider .ui-slider-handle:hover,
.amshopby-slider-container .am-slider .ui-slider-handle:active {
  background-color: #1b6090;
}

@media only screen and (max-width: 767px) {
  .customer-account-login .page-title-wrapper,
  .customer-account-forgotpassword .page-title-wrapper,
  .customer-account-create .page-title-wrapper {
    min-height: 150px;
  }
  .customer-account-login .login-container .block {
    padding: 0px;
  }
  .customer-account-login .login-container .block.block-new-customer {
    padding: 30px;
  }
  .customer-account-login .column.main,
  .customer-account-forgotpassword .column.main,
  .customer-account-create .column.main,
  .contact-index-index .column.main {
    margin: 30px auto;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 0px;
  }
}

.wishlist-index-index .product-item-photo img {
  border-radius: 10px;
}
.wishlist-index-index .product-item-name {
  font-weight: 700;
}

.products-grid.wishlist .product-item-comment {
  height: 52px;
  background: #fff;
  border-radius: 10px;
}
.products-grid.wishlist .product-item .box-tocart input.qty {
  height: 32px;
  background: #fff;
  border-radius: 10px;
  width: 60px;
  padding: 0 0px;
}
.wishlist-index-index .products-grid .product-item-actions .actions-primary,
.wishlist-index-index .products-grid .product-item-actions .actions-primary .action.primary {
  width: 100%;
}
.wishlist-index-index .products-grid .product-item-actions .action.edit span,
.wishlist-index-index .products-grid .product-item-actions .action.delete span {
  display: none;
}
.wishlist-index-index .products-grid .product-item-actions .action:before {
  font-family: "icomoon" !important;
  font-size: 1.8rem;
  line-height: 1.8rem;
  padding: 8px;
  border-radius: 100px;
  background: #f7f7f7;
  border: 1px solid #dedede;
  display: inline-block;
}
.wishlist-index-index .products-grid .product-item-actions .action.edit:before {
  content: "\e910";
}
.wishlist-index-index .products-grid .product-item-actions .action.delete:before {
  content: "\e91d";
}

.wishlist-index-index .product-item-info .product-item-inner .box-tocart .fieldset:last-child {
  margin-bottom: 10px;
}

.wishlist-index-index .form-wishlist-items .actions-toolbar .primary .action {
  border: 0px;
  border-radius: 15px;
  font-weight: 600;
  font-size: 1.2rem;
  text-transform: uppercase;
  padding: 16px 20px;
}
.wishlist-index-index .form-wishlist-items .actions-toolbar .primary .action.tocart {
  background: #dac084;
}
.account.wishlist-index-index .column.main .toolbar {
  display: none;
}
.account .table td,
.account .table th {
  vertical-align: middle;
}
.account select {
  background: #f3f5f7;
  background-clip: padding-box;
  border: 0px solid #c2c2c2;
  border-radius: 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 52px;
  line-height: 1.42857143;
  padding: 0 20px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}

@media (min-width: 768px), print {
  .wishlist-index-index .product-item-info {
    padding: 10px;
    background: #f5f5f5;
    text-align: center;
    border-radius: 15px;
  }
  .wishlist-index-index .products-grid.wishlist .product-item .fieldset .field.qty .label {
    padding: 6px 0px 4px 0;
    text-align: center;
    width: 100%;
  }
}

.cms-page-view .breadcrumbs,
.blog-page .breadcrumbs {
  margin: 10px 0 10px;
  text-align: center;
}

.checkout-cart-index .cart-container {
  margin-top: 50px;
}

.checkout-cart-index .cart-container .cart-summary {
  /* -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.12);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.12); */
  background: #1b6090;
  padding: 5px 15px 25px;
  color: #fff !important;
  border-radius: 15px;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals table {
  color: #fff;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items a {
  color: #fff;
}
.column.main .cart-summary .block > .title strong {
  font-size: 1.3rem;
}
.cart-summary > .title {
  font-weight: 700;
  line-height: 2.4rem;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.cart-summary .block > .title {
  border-top: 0px;
  background: rgba(255, 255, 255, 0.1);
  padding: 7px 30px 7px 12px;
  border-radius: 0px;
}
.cart-summary .block.active > .content {
  display: block;
  padding: 1px 10px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 1.3rem;
  border-radius: 0px;
}
.cart-summary .block.active > .content input[type="text"] {
  background: rgba(255, 255, 255, 0.1);
  height: 40px;
  border-radius: 15px;
  padding: 0 10px;
  font-size: 1.2rem;
  color: #fff;
}
.cart-summary .block.active > .content .actions-toolbar .primary {
  width: 100%;
}
.cart-summary .block.active > .content .actions-toolbar .primary button {
  background: #111;
  color: #ffffff;
  padding: 10px 15px;
  width: 100%;
  margin: 0;
  border: 0;
}
.cart-summary .block.active > .content .actions-toolbar .primary button:hover {
  background: #000;
}
.cart-summary .block .fieldset {
  margin: 5px 0 15px 0px;
}
.cart-totals {
  border-top: 0px;
  padding-top: 10px;
}
.cart-totals .table td,
.cart-totals .table th {
  border-top: 1px solid #565656;
}
.cart-totals .grand .amount strong,
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: 900;
  color: #000;
}

.checkout.methods button.action.checkout {
  border: none;
}

@media (min-width: 768px) {
  .checkout-cart-index .cart-container.container {
    max-width: 1300px;
  }
}
@media (min-width: 1200px) {
  .checkout-cart-index .cart-container.container {
    max-width: 1360px;
  }
}

.checkout-cart-index form.form-cart .table thead th {
  border-bottom: 0px;
  border-top: 0px;
}
.cart.table-wrapper .items thead + .item {
  border-top: 0px;
}
.cart.table-wrapper .items > .item {
  border-bottom: 0px;
}
.cart.table-wrapper .product-item-name {
  font-weight: 700;
  margin-top: 0px;
}
.amstockstatus-cart {
  background: transparent;
  padding: 0px;
}
.cart.table-wrapper .table td,
.cart.table-wrapper .table th {
  vertical-align: middle;
  border-top: 0px;
}
.cart.table-wrapper .table .item-info .col {
  padding-top: 0px;
}
.cart.table-wrapper .table .item-info {
  border-top: 1px solid #dedede;
}
/* 
.cart.table-wrapper .table .item-info{
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.22);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.22);
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.22);
} */

.cart.table-wrapper .col.qty .input-text {
  height: 35px;
  margin-top: 0px;
  padding: 0;
}
.cart.table-wrapper .col.qty label {
  margin-bottom: 0rem;
}

.cart.table-wrapper .item-actions .actions-toolbar .action {
  border-radius: 100px;
  border: 0px;
  font-size: 1.3rem;
  padding: 10px 16px;
  font-weight: 400;
}

.cart-container .form-cart .actions {
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 15px;
}
.cart-container .form-cart .actions .action {
  border-radius: 100px;
  border: 0px;
  font-size: 1.3rem;
  padding: 10px 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar .action {
  border-radius: 100px;
  border: 0px;
  font-size: 1.3rem;
  padding: 10px 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.cart-container .form-cart .actions .action:hover {
  border: 0px;
}
.cart-container .form-cart .action.update:before {
  font-size: 1.6rem;
  line-height: 1.7rem;
  padding-right: 6px;
  vertical-align: middle;
  content: "\e91a";
  font-family: "icomoon" !important;
}
.cart-container .form-cart .action.continue:before {
  font-size: 1.6rem;
  line-height: 1.7rem;
  padding-right: 6px;
  vertical-align: middle;
  content: "\e90c";
  font-family: "icomoon" !important;
}

@media (min-width: 768px), print {
  .cart.table-wrapper .product-item-details {
    vertical-align: middle;
  }
  .cart.table-wrapper .item .col.item {
    padding: 10px 8px 10px;
  }
  .table tbody + tbody {
    border-top: 0px;
  }
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update {
    margin-bottom: 0px;
  }
  .cart-container .form-cart .actions {
    border-radius: 50px;
  }
}

.cart.table-wrapper .product-item-details .message.notice {
  margin: 10px 0 10px;
  padding: 10px 10px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  border-radius: 10px;
  padding-left: 40px;
  position: relative;
}
.cart.table-wrapper .product-item-details .stock .product_available {
  font-size: 1.2rem;
}
.cart.table-wrapper .product-item-details .stock .product_available i {
  padding: 4px;
  border-radius: 100px;
  background: #1fc00e;
  margin-right: 5px;
  font-size: 1rem;
  color: #fff;
}
.cart.table-wrapper .product-item-details .stock .product_available_soon i {
  padding: 4px;
  border-radius: 100px;
  background: #efb115;
  margin-right: 5px;
  font-size: 1rem;
  color: #000;
}
.cart.table-wrapper .product-item-details .stock .product_unavailable i {
  padding: 4px;
  border-radius: 100px;
  background: #d60e0e;
  margin-right: 5px;
  font-size: 1rem;
  color: #fff;
}

.checkout-index-index .page-header {
  background: transparent;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
/* 
.checkout-index-index .page-header .header.content {
    display: flex;
    justify-content: center;
    align-items: center;
} 
*/
@media (min-width: 768px), print {
  .opc-progress-bar-item {
    width: 50%;
  }
}
.opc-progress-bar-item:before {
  top: 18px;
  height: 3px;
}
.opc-progress-bar-item > span {
  font-weight: 700;
  font-size: 1.6rem;
}
.opc-progress-bar-item._active > span:before {
  background: #1b6090;
}
.opc-progress-bar-item._active:before {
  background: #1b6090;
}
.opc-progress-bar-item._active > span:after {
  content: "\e90a";
  font-family: "icomoon" !important;
  line-height: 2.8rem;
  font-size: 1.5rem;
}
.opc-progress-bar-item._complete > span:after {
  content: "\e90a";
  font-family: "icomoon" !important;
  line-height: 2.8rem;
  font-size: 1.5rem;
}
.opc-wrapper .step-title {
  font-weight: 700;
  font-size: 2.2rem;
}
.opc-wrapper .shipping-address-items {
  margin-top: 10px;
}
.opc-wrapper .shipping-address-item.selected-item {
  /* border-color: #1b6090; */
  border-color: transparent;
  background: #f9f9f9;
  border-radius: 15px;
}

.opc-wrapper .shipping-address-item.selected-item:after {
  background: #1b6090;
  color: #ffffff;
  content: "\e90a";
  font-family: "icomoon" !important;
  height: 27px;
  width: 27px;
  line-height: 2.3rem;
  font-size: 1.5rem;
  padding-top: 2px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 5px;
  border-radius: 8px;
}
.checkout-index-index .new-address-popup .action.action-show-popup {
  border-radius: 100px;
  border: 0px;
  font-size: 1.3rem;
  padding: 10px 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.table-checkout-shipping-method .row {
  margin: 0;
}

.modal-popup.modal-slide._inner-scroll .modal-header {
  border-bottom: 0px;
}
.modal-popup .modal-title {
  border-bottom: 0px;
  font-weight: 700;
  font-size: 2rem;
}
.modal-slide._inner-scroll .modal-content {
  border-radius: 0;
  border: 0px;
  padding: 20px 3rem;
  font-size: 1.3rem;
  -webkit-box-shadow: inset 0px 17px 18px -18px rgba(0, 0, 0, 0.22), inset 0px -17px 18px -18px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: inset 0px 17px 18px -18px rgba(0, 0, 0, 0.22), inset 0px -17px 18px -18px rgba(0, 0, 0, 0.22);
  box-shadow: inset 0px 17px 18px -18px rgba(0, 0, 0, 0.22), inset 0px -17px 18px -18px rgba(0, 0, 0, 0.22);
}
.modal-slide._inner-scroll .modal-content input[type="text"],
.modal-slide._inner-scroll .modal-content input[type="password"],
.modal-slide._inner-scroll .modal-content input[type="url"],
.modal-slide._inner-scroll .modal-content input[type="tel"],
.modal-slide._inner-scroll .modal-content input[type="search"],
.modal-slide._inner-scroll .modal-content input[type="number"],
.modal-slide._inner-scroll .modal-content input[type="datetime"],
.modal-slide._inner-scroll .modal-content input[type="email"],
.modal-slide._inner-scroll .modal-content select {
  background: #f3f5f7;
  background-clip: padding-box;
  border: 0px solid #c2c2c2;
  border-radius: 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 52px;
  line-height: 1.42857143;
  padding: 0 20px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
.modal-popup.modal-slide .modal-footer {
  background: #fff;
  border-top: 0px solid #c1c1c1;
}

.modal-footer .action-hide-popup {
  background: #f3f5f7;
  border: 1px solid #f3f5f7;
  color: #231f20;
  font-weight: 600;
  padding: 16px 20px;
  text-transform: uppercase;
  border-radius: 15px !important;
  font-size: 1.2rem;
}

@media (min-width: 768px), print {
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 100%;
  }
}

.opc-block-summary {
  background: #fff;
  padding: 22px 30px;
  margin: 0 0 20px;
}
#opc-sidebar,
.modal-custom.opc-sidebar.opc-summary-wrapper,
.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-inner-wrap,
.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-inner-wrap .modal-content {
  background: #fff;
  border: 0px;
}
.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-inner-wrap {
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.18);
}
.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-inner-wrap .modal-header {
  border-bottom: 0px;
  padding-bottom: 40px;
}

@media (min-width: 768px), print {
  .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-inner-wrap .modal-header {
    display: none;
  }
}

.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .action-close {
  right: 10px;
  top: 10px;
  margin: 5px;
}

.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-inner-wrap .opc-block-summary > .title {
  font-weight: 700;
  font-size: 2.2rem;
}
.opc-block-shipping-information .shipping-information-title {
  font-weight: 700;
  font-size: 1.6rem;
}
.opc-block-summary .block.items-in-cart {
  margin-bottom: 0px;
}

.column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > strong {
  font-weight: 700;
}

.block-minicart .items-total {
  float: none;
  margin: 0 0px 20px;
  font-size: 1.3rem;
}
.block-minicart .subtotal {
  margin: 10px 10px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 1.3rem;
}
.block-minicart .block-content > .actions {
  font-size: 1.3rem;
}
.minicart-items .product-item-name a {
  color: #231f20;
  font-weight: 700;
}

.minicart-wrapper .block-minicart {
  border: 0px;
  border-radius: 15px;
  -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.2);
}
.minicart-items .item-qty {
  background: #f3f5f7;
  border: 0px;
}
.minicart-items .update-cart-item {
  border: 1px solid #f2f2f2;
  border-radius: 15px;
}

.checkout-index-index #shipping-new-address-form select {
  background: #f3f5f7;
  background-clip: padding-box;
  border: 0px solid #c2c2c2;
  border-radius: 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 52px;
  line-height: 1.42857143;
  padding: 0 20px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}

.checkout-container .authentication-wrapper .action.action-auth-toggle {
  padding: 6px 16px;
  background: #231f20;
  border-radius: 100px;
  color: #fff;
}
.checkout-container .authentication-wrapper {
  /*margin-top: -120px;*/
  z-index: 4;
}

.authentication-dropdown {
  border: 0px;
  -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}
.authentication-dropdown .modal-header {
  border-bottom: 0px;
  padding: 1rem 1rem 2rem;
}
.authentication-dropdown .modal-content {
  border: 0px solid rgba(0, 0, 0, 0.2);
}
.authentication-dropdown .actions-toolbar .primary .action-login {
  background: #1b6090;
  padding: 14px 16px;
  font-size: 1.3rem;
  font-weight: 600;
  border-radius: 15px;
  color: #000;
  text-transform: uppercase;
  border: 0px;
}
@media (min-width: 768px), print {
  .authentication-dropdown .actions-toolbar .secondary a.action {
    margin-top: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .custom-slide.authentication-dropdown .modal-inner-wrap {
    background-color: #ffffff;
  }
  .custom-slide.authentication-dropdown {
    border-radius: 0px;
  }
}
.checkout-onepage-success .actions-toolbar > .primary {
  width: 100%;
  display: flex;
  justify-content: center;
}

.cms-no-route .columns {
  width: 100%;
  background-image: url(../images/404bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.cms-no-route .column.main {
  max-width: 1380px;
  margin: 20px auto 80px;
  padding: 0px 20px;
  font-size: 1.4rem;
}

.cms-page-error {
  text-align: center;
}

.cms-page-error img {
  max-width: 460px;
  margin: 0 auto;
  width: 100%;
}
.cms-page-error h1,
.cms-page-error h2 {
  font-weight: 900;
  color: #464646;
}

.MagicToolboxSelectorsContainer .mt-thumb-switcher {
  width: 88px;
  height: 88px;
  background: #fff;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
}
.mt-thumb-switcher.active-selector {
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}
/* .mt-thumb-switcher.active-selector img {
    -webkit-filter: none !important;
	border:0px !important;
	padding-bottom: 0px !important;
    filter: none !important;
    border-bottom-color: transparent !important;
} */

.modal-popup.confirm .modal-inner-wrap {
  border-radius: 15px;
  overflow: hidden;
  font-size: 1.4rem;
}
.modal-popup.confirm .modal-inner-wrap .modal-header {
  border: 0px;
}
.modal-popup.confirm .modal-inner-wrap .modal-content {
  padding-right: 3rem;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 0px;
}
.modal-popup.confirm .modal-inner-wrap .modal-footer {
  background: #fff;
  padding-bottom: 2rem;
  padding-top: 2rem;
  border: 0px;
}
.modal-popup.confirm .modal-inner-wrap .modal-footer .action-primary {
  background: #1b6090;
  border: 1px solid #1b6090;
  color: #231f20;
  font-weight: 600;
  padding: 16px 20px;
  text-transform: uppercase;
  border-radius: 15px !important;
  font-size: 1.2rem;
  line-height: 2.2rem;
  padding: 7px 37px;
}
.modal-popup.confirm .modal-inner-wrap .modal-footer .action-primary:hover,
.modal-popup.confirm .modal-inner-wrap .modal-footer .action-primary:focus,
.modal-popup.confirm .modal-inner-wrap .modal-footer .action-primary:active {
  background: #dac084;
  border: 1px solid #dac084;
  color: #231f20;
}
.modal-popup.confirm .modal-inner-wrap .modal-footer .action-secondary {
  background: #eaeaea;
  border: 1px solid #eaeaea;
  color: #231f20;
  font-weight: 600;
  padding: 16px 20px;
  text-transform: uppercase;
  border-radius: 15px !important;
  font-size: 1.2rem;
  line-height: 2.2rem;
  padding: 7px 17px;
}
.modal-popup.confirm .modal-inner-wrap .modal-footer .action-secondary:hover,
.modal-popup.confirm .modal-inner-wrap .modal-footer .action-secondary:focus,
.modal-popup.confirm .modal-inner-wrap .modal-footer .action-secondary:active {
  background: #dbdbdb;
  border: 1px solid #dbdbdb;
  color: #231f20;
}

.clm__table .clm__table-row.clm__table-row--head {
  background-color: #1b6090 !important;
  border-radius: 0px !important;
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
}
.clm-title {
  font-weight: 900 !important;
  letter-spacing: 0px !important;
  font-size: 1.6rem !important;
  margin-bottom: 20px !important;
  text-transform: uppercase !important;
  padding-left: 0px !important;
}
.clm__table .clm__table-row.clm__table-row--footer .total-cost .value {
  color: #1b6090 !important;
  font-weight: 700 !important;
}
.clm__table {
  border-radius: 16px !important;
}
.clm__table .clm__table-row .clm__table-cell.qty-cell .qty .plus,
.clm__table .clm__table-row .clm__table-cell.qty-cell .qty .minus,
.clm__table .clm__table-row .clm__table-cell.qty-cell .qty .plus:hover,
.clm__table .clm__table-row .clm__table-cell.qty-cell .qty .minus:hover {
  background: #1b6090 !important;
}
.add-box {
  border-color: #1b6090 !important;
  background: #fff !important;
  color: #1b6090 !important;
}
.add-box:hover {
  border-color: #1b6090 !important;
  background: #1b609025 !important;
  color: #1b6090 !important;
}
.clm__table--collapse .clm__table-row .clm__table-cell .remove-box {
  width: 2.1rem !important;
  z-index: 1 !important;
  left: auto !important;
  background: #fff !important;
  padding: 10px !important;
  border-radius: 28px !important;
  right: -1.9rem !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.clm__table--collapse .clm__table-row .clm__table-cell .remove-box:before,
.clm__table--collapse .clm__table-row .clm__table-cell .remove-box:after {
  left: 9px !important;
  top: 3px !important;
  height: 14px !important;
}
.clm__table-row.clm__table-row--footer .add-box-container a {
  display: block;
}
.add-box {
  height: auto !important;
}

@media only screen and (max-width: 750px) {
  .clm__table--collapse .clm__table-row .clm__table-cell .remove-box {
    right: 2rem !important;
  }
  .clm__table--collapse .clm__table-row .clm__table-cell .clm__table-cell--heading {
    font-size: 1.1rem !important;
    max-width: 120px !important;
    min-width: 50px !important;
    color: #fff !important;
    border-right: 0px solid #ccc !important;
  }
  .clm__table .clm__table-row.clm__table-row--footer {
    margin-bottom: 1rem !important;
  }
}

@media only screen and (max-width: 580px) {
  .clm__table-row.clm__table-row--footer .add-box-container {
    margin-bottom: 15px !important;
  }
  .clm__table .clm__table-row.clm__table-row--footer {
    justify-content: center !important;
  }
}
@media only screen and (max-width: 500px) {
  .clm__table--collapse .clm__table-row .clm__table-cell .remove-box {
    bottom: -11.4px;
    right: -1.1rem !important;
    padding: 13px !important;
  }
}

.mst-searchautocomplete__autocomplete {
  border-radius: 6px;
  border: 0px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.2);
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__index-title {
  background: #f1f5f7;
}
.mst-searchautocomplete__item.magento_catalog_product .title a,
.mst-searchautocomplete__item.magento_catalog_product .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.mst-searchautocomplete__item.magento_catalog_product .title {
  margin-bottom: 0rem;
  text-align: left;
}

.mobile_nav .mst-searchautocomplete__autocomplete ul {
  padding: 0 !important;
}

.store_content_p {
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
}
.stores_title {
  padding: 12px 16px;
  /* background: #1b6090; */
  background: #fff;
  margin-bottom: 1px;
}

.blog-page.blog-page-list.blog-index-index .post-holder,
.blog-page.blog-category-view .post-holder {
  background: #ffffff;
  border: 0px solid #e9e9e9;
  -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
.blog-page.blog-page-list.blog-index-index .post-list .post-header .post-title a,
.blog-page.blog-category-view .post-list .post-header .post-title a {
  font-weight: 900;
}
.blog-page.blog-page-list.blog-index-index .post-list .post-content .post-read-more,
.blog-page.blog-category-view .post-list .post-content .post-read-more {
  margin-top: 10px;
  padding: 6px 10px;
  border-radius: 45px;
  background: #f3f5f7;
}
.blog-page.blog-page-list.blog-index-index .post-holder .post-header .post-info .item,
.blog-page.blog-page-list.blog-index-index .post-holder .post-header .post-info .item span,
.blog-page.blog-category-view .post-holder .post-header .post-info .item,
.blog-page.blog-category-view .post-holder .post-header .post-info .item span,
.blog-post-view .post-holder .post-header .post-info .item,
.blog-post-view .post-holder .post-header .post-info .item span {
  color: #a2a2a2;
  font-style: normal !important;
  font-weight: 500;
  font-size: 1.2rem;
}
.blog-post-view .post-holder {
  background: #fff;
  padding: 0px;
  border: 0px;
  border-radius: 0px;
  padding-bottom: 20px;
  margin-bottom: 0px;
}
.blog-post-view .post-holder input {
  border-radius: 8px;
}

.blog-post-view .block.comments #post-comments {
  padding: 20px;
  background: #f3f5f7;
  border-radius: 15px;
}
.blog-post-view .block.comments #post-comments textarea {
  border-radius: 8px;
  border-bottom: 0px;
  min-height: 70px;
}
.blog-post-view .block.comments #post-comments .c-replyform .c-btn-hld {
  background: transparent;
  border: 0px solid #d5d6da;
  padding: 8px 0;
}
.blog-post-view .block.comments #post-comments .c-replyform,
.blog-post-view .block.comments #post-comments .c-post {
  margin-left: 0px;
}
.blog-post-view .block.comments #post-comments .c-replyform .c-btn-hld button {
  background: #1b6090;
  border: 1px solid #1b6090;
  color: #231f20;
  font-weight: 600;
  padding: 16px 20px;
  text-transform: uppercase;
  border-radius: 15px !important;
  font-size: 1.2rem;
  line-height: 2.2rem;
  padding: 7px 37px;
}
.blog-post-view .block.comments #post-comments .c-replyform .c-btn-hld button.cancel.reply-cancel-action {
  background: #eaeaea;
  border: 1px solid #eaeaea;
  color: #231f20;
  font-weight: 600;
  padding: 16px 20px;
  text-transform: uppercase;
  border-radius: 15px !important;
  font-size: 1.2rem;
  line-height: 2.2rem;
  padding: 7px 17px;
}
.blog-post-view .block.comments #post-comments .c-replyform .c-btn-hld button.cancel.reply-cancel-action:hover,
.blog-post-view .block.comments #post-comments .c-replyform .c-btn-hld button.cancel.reply-cancel-action:focus,
.blog-post-view .block.comments #post-comments .c-replyform .c-btn-hld button.cancel.reply-cancel-action:active {
  background: #dbdbdb;
  border: 1px solid #dbdbdb;
  color: #231f20;
}

.blog-post-view .block.comments #post-comments .c-replyform .c-btn-hld button:hover,
.blog-post-view .block.comments #post-comments .c-replyform .c-btn-hld button:focus,
.blog-post-view .block.comments #post-comments .c-replyform .c-btn-hld button:active {
  background: #dac084;
  border: 1px solid #dac084;
  color: #231f20;
}

.blog-post-view .block.comments #post-comments .c-comments .c-comment {
  padding: 15px;
  background: #fff;
  display: block;
  border-radius: 8px;
  -webkit-box-shadow: 0px 6px 20px -5px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 6px 20px -5px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 6px 20px -5px rgba(0, 0, 0, 0.18);
}
.blog-post-view .block.comments #post-comments .c-comments .c-comment .c-post .p-actions {
  padding: 8px 0 0px;
}
.blog-post-view .block.comments #post-comments .c-comments .c-comment textarea {
  background: rgba(247, 247, 247, 1) !important;
  margin-top: 10px;
}
.blog-post-view .block.comments #post-comments .c-comments .c-comment input {
  background: rgba(247, 247, 247, 1) !important;
}

.blog-page .sidebar.sidebar-additional .widget.block {
  margin-bottom: 20px;
}
.blog-page .sidebar.sidebar-additional .widget.block.block-categories,
.blog-page .sidebar.sidebar-additional .widget.block.block-recent-posts.block-list-posts,
.blog-page .sidebar.sidebar-additional .widget.block.block-archive {
  padding: 16px;
  -webkit-box-shadow: 0px 6px 20px -5px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 6px 20px -5px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 6px 20px -5px rgba(0, 0, 0, 0.18);
  border-radius: 15px;
}

.clm__table .clm__table-row.clm__table-row--footer .value,
.clm__table .clm__table-row .clm__table-cell .clm__table-cell--content {
  color: #000 !important;
}

.table-checkout-shipping-method {
  width: 100%;
}

.mst-searchautocomplete__item.magento_catalog_product .title a,
.mst-searchautocomplete__item.magento_catalog_product .price {
  position: relative;
}

.only_num {
  text-align: center;
}

.catalog-category-view .category_description {
  margin-top: 40px;
  font-size: 1.3rem;
  line-height: 2.6rem;
  padding: 26px 30px 18px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
}

.product_slide_badge_black {
  font-size: 1.1rem !important;
  letter-spacing: -0.5px;
  line-height: 1.2rem !important;
  background: #000000;
  /* color: #ffc800 !important; */
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #ffc800;
}

.shake:hover svg {
  -webkit-animation-name: nlrg;
  animation-name: nlrg;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-timing-function: linear;
}

@-webkit-keyframes nlrg {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }

  99% {
    -webkit-transform: scale3d(24, 24, 24);
    transform: scale3d(24, 24, 24);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@keyframes nlrg {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }

  99% {
    -webkit-transform: scale3d(24, 24, 24);
    transform: scale3d(24, 24, 24);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}

/* text page */
.text-page-content {
  display: flex;
  justify-content: space-between;
  gap: 5rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.text-page-content p,
.text-page-content div,
.text-page-content li {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 300;
}
.text-page-content h4 {
  font-size: 1.8rem;
  margin-bottom: 2.5rem;
}
.text-page-content .column-2 {
  flex: 1;
}
.text-page-content .column-1 {
  flex: 0 0 300px;
  width: 300px;
}
.text-page-content .pl-sidebar {
  background: #f5f5f5;
  padding: 1.5rem 3.5rem;
  position: sticky;
  position: -webkit-sticky;
  border-radius: 25px;
  top: 2rem;
}
.text-page-content .pl-sidebar ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.text-page-content .pl-sidebar ul li {
  padding: 1.25rem 0;
  border-bottom: 1px solid #e8e8e8;
  margin: 0;
}
.text-page-content .pl-sidebar ul li:last-child {
  border-bottom: none;
}
.text-page-content .pl-sidebar ul li a {
  color: #272727;
}
.text-page-content .small-title {
  margin-bottom: 1.5rem;
}
.text-page-content .small-title span {
  font-weight: 600;
  background: #c51017;
  padding: 2px 1.5rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #ffffff;
}
.text-page-content ul {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 1199px) {
  .text-page-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .text-page-content .column-1 {
    order: 2;
    flex-basis: 100%;
    width: 100%;
  }
  .text-page-content .column-2 {
    order: 1;
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .text-page-content {
    padding-left: 25px;
    padding-right: 25px;
  }
}

/* fixes */
.women_kids_men_banners {
  max-width: 2200px;
}

.footer_payment img {
  max-height: 30px;
}

@media only screen and (max-width: 991px) {
  .footer_bottom .internal_pad {
    flex-wrap: wrap;
  }
  .footer_bottom > div .footer_payment {
    order: 1;
    flex-basis: 100%;
    margin-top: 15px;
    margin-bottom: 25px;
    background: #f5f5f5;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
  }
  .footer_bottom > div > *:not(.footer_payment) {
    order: 2;
  }
}

.cms-no-route .page-main {
}

.cms-no-route .not-found-page {
  margin: 5vw auto;
}
.cms-no-route .not-found-page .not-found-image {
  width: 100%;
  margin-top: 7vw;
  margin-bottom: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cms-no-route .not-found-page .not-found-image img {
  width: 600px;
}
.cms-no-route .not-found-page .text {
  text-align: center;
  font-size: 4rem;
}
.cms-no-route .not-found-page .text .actions {
  margin-top: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cms-no-route .not-found-page .text .action-1 {
  margin-right: 1rem;
}

.cms-no-route .not-found-page .button {
  font-size: 16px;
  color: #fff;
  background: #111;
  border-radius: 7px;
  padding: 8px 24px;
}

.cms-no-route .not-found-page .button.action-2 {
  background: #1b6090;
}

.customer-account-edit .column.main {
  padding-left: 0;
}

.customer-account-edit .page-title-wrapper {
  margin-bottom: 40px;
}
