.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section_our_video img {
  width: 100%;
  height: 100%;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


/* Custom */

a, input, select, textarea { transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; }
input, select, textarea { border: solid 1px #000000; padding: 13px 10px; border-radius: 0; }
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; -moz-appearance: none; appearance: none; margin: 0; }
input[type="checkbox"], input[type="radio"] { position: relative; margin: 0 3px 0 0; top: 1px; }

/* swiper slider */
.cover-background { background-repeat: no-repeat!important; background-size: cover!important; overflow: hidden; position: relative; background-position: center center!important; }
.swiper-slide { cursor: ew-resize; }

/* icon list */
.section_icon_list { background-color: #000; padding: 100px 0; }
.section_icon_list h2 { color: #fff; text-transform: uppercase; text-align: center; margin: 0 0 50px; font-size: 34px; letter-spacing: -1px; }
.section_icon_list h2 span { color: #ffda27; }
.box-main-wrapper { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -15px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.box-main-wrapper .box-wrapper { padding: 0 15px; text-align: center; -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; margin-bottom: 50px; }
.box-main-wrapper .box-wrapper img { width: 140px; height: auto; margin-bottom: 25px; }
.box-main-wrapper .box-wrapper h3 { color: #ffda27; text-transform: uppercase; font-size: 22px; line-height: 26px; margin: 0 0 15px; font-weight: bold; }
.box-main-wrapper .box-wrapper .box-description { color: #fff; font-size: 18px; line-height: 23px; }
.box-main-wrapper .box-wrapper .box-description p { margin: 0; padding: 0;}
.box-button-wrapper { text-align: center; margin-top: 10px; }
.button { background: #ffda27; color: #000000; text-transform: uppercase; border: 2px solid #ffda27; padding: 8px 20px; font-size: 18px; line-height: 24px; font-weight: bold; border-radius: 50px; display: inline-block;}
.button:hover { background: transparent; color: #ffda27; }

/* video section */
.popup-video { text-decoration: none;}
.popup-video i { border: solid 3px #fff; border-radius: 50%; display: block; width: 120px; height: 120px; line-height: 116px; text-align: center; position: absolute; left: 50%; top: 50%; font-size: 60px; color: #fff; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); padding-left: 13px;}
.section_our_video .row_grid_content { -ms-flex-pack: center!important; justify-content: center!important; }
.section_02_about_us .row_grid_content .column_content_about p:last-child { margin-bottom: 0; }
.section_02_about_us .row_grid_content .column_content_about:first-child:before { content: ""; height: 100%; position: absolute; right: -8%; width: 2px; background: #FFFFFF; }
.section_02_about_us .row_grid_content .column_content_about.left-wrapper { margin-right: auto; }
.section_02_about_us .row_grid_content .column_content_about.right-wrapper { margin-left: auto; }
.section_02_about_us .row_grid_content .column_content_about.left-wrapper{ display: -ms-flexbox!important; display: -webkit-box!important; display: flex!important; }

/* producrs section */
.section_producrs { padding: 150px 0; }
.section_producrs .content_list_product { width: 80%; margin: 0 auto; }
.woocommerce .products ul, .woocommerce ul.products, .woocommerce-page ul.products  { margin: 60px -15px 0; clear: both; display: inline-block;}
.woocommerce .products ul li, .woocommerce ul.products li, .woocommerce-page ul.products li, .woocommerce ul.products li.product { margin: 0 0 7% 0; text-align: center; padding: 0 15px }
.woocommerce ul.products li.product .price { color: #000000; display: block; margin-bottom: 30px; font-size: 17px; letter-spacing: 1px; }
.woocommerce ul.products li.product .price .amount { margin: 0 5px; }
.woocommerce ul.products li.product .price ins { font-weight: bold; text-decoration: none; }
.woocommerce ul.products li.product .product-cat { position: relative; margin-bottom:30px; text-align: center; }
.woocommerce ul.products li.product .product-cat, .woocommerce ul.products li.product .product-cat a { font-weight: bold; color: #000; font-style: normal; font-size: 25px; text-transform: uppercase; letter-spacing: 0.10em; }
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 { color: #000; padding: 0; margin: 0 0 25px 0; font-size: 20px; font-weight: normal; letter-spacing: 1px; }
.woocommerce .products ul li .onsale, .woocommerce ul.products li .onsale { display: none; }
.woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product { width: 50%; margin: 0; }
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce a.added_to_cart { min-width: 200px; }
.woocommerce a.added_to_cart { margin-top: 10px; }
.woocommerce ul.products li.product a img { margin: 0 0 85px 0; }
.woocommerce ul.products li.product .button { margin: 0 5px 0;; }
.woocommerce .woocommerce-ordering select { padding: 10px 10px; }
.woocommerce .woocommerce-result-count { margin: 12px 0 0 0; }

.woocommerce .products ul.columns-4 li, .woocommerce ul.products.columns-4 li, .woocommerce-page ul.products.columns-4 li, .woocommerce ul.products.columns-4 li.product { width: 25%; }
.woocommerce ul.products.columns-4 li.product a img { margin: 0 0 60px 0; }

/* breadcrumb */
.woocommerce .woocommerce-breadcrumb { margin: 15px 0 150px; }

/* page title */
.woocommerce-products-header { text-align: center; margin-bottom: 80px; }
.woocommerce-products-header .page-title { font-family: "Brandon Grotesque", sans-serif; letter-spacing: 0.18em; line-height: 32px; font-style: normal; font-size: 35px; position: relative; margin-bottom: 75px; padding-bottom: 25px; text-align: center; text-transform: uppercase; position: relative; }
.woocommerce-products-header .page-title:before { content: ""; position: absolute; bottom: 0; width: 140px; height: 2px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); background: #ffda27; }

/* button */
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce a.added_to_cart { margin: 0; letter-spacing: 2px; border-radius: 0; font-weight: 400; background: #ffda27; color: #000000; text-transform: uppercase; border: solid 2px #ffda27; padding: 13px 15px; font-size: 16px;}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { background: #ffda27; color: #000000; }
.woocommerce a.added_to_cart.wc-forward { margin-top: 10px; padding: 11px 15px 12px 15px; }
.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after { top: 12px; right: inherit; margin-left: 5px; }
.woocommerce #respond input#submit.added::after, .woocommerce a.button.added::after, .woocommerce button.button.added::after, .woocommerce input.button.added::after { margin-left: 5px; position: relative; top: -1px; }

/* single product */
.woocommerce div.product { width: 94%; margin: 0 auto 80px; clear: both; display: table; }
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images { width: 50%; }
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary { width: 35%; }
.woocommerce div.product div.summary .product-cat { font-family: "Brandon Grotesque", sans-serif; letter-spacing: 0.18em; line-height: 1.3; font-style: normal; font-size: 35px; position: relative; margin-bottom: 20px; text-transform: uppercase; position: relative; width: 75%; }
.woocommerce div.product div.summary .product-cat a { color: #000; }
.woocommerce div.product div.summary .product_title { color: #000; padding: 0; margin: 0 0 25px 0; font-size: 20px; font-weight: normal; letter-spacing: 1px; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: #000; font-size: 1.40em; letter-spacing: 2px; }
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins { font-weight: bold; text-decoration: none; }
.woocommerce div.product p.price del, .woocommerce div.product span.price del { margin-right: 10px; }
.woocommerce div.product div.summary .bloc-prod-select { width: 100%; border-top: 2px solid #ffda27; padding: 30px 0; margin: 55px 0 0; }
.woocommerce div.product div.summary .bloc-prod-select select { width: 100%; background:url("https://sleek.kodewp.com/wp-content/themes/theme-sleek/assets/images/select-arrow.jpg") right 0 center no-repeat #fff; appearance: none; -moz-appearance: none; -webkit-appearance: none; }
.woocommerce div.product form.cart div.quantity { border-top: 2px solid #000; border-bottom: 2px solid #000; padding: 20px 0; margin:0 0 35px 0; width: 100%;  }
.woocommerce div.product form.cart div.quantity .quantity-title { float: left; font-size: 16px; font-weight: normal; letter-spacing: 1.4px; text-transform: uppercase; margin-top: 12px; }
.woocommerce div.product form.cart div.quantity .qty { float: right; width: 50px; padding: 0; height: 42px; border: 0; text-align: center !important; color: #000; font-size: 1.2em; letter-spacing: 2px; }
.woocommerce div.product form.cart div.quantity .btn-minus, .woocommerce div.product form.cart div.quantity .btn-plus { float: right; width: 42px; height: 42px; border: 1px solid #000; background-color: #fff; line-height: 42px; font-size: 18px; text-align: center; transform: rotate(90deg); }
.woocommerce div.product form.cart .button { width: 100%; padding: 15px 15px; font-size: 20px; letter-spacing: 2px; }
.woocommerce div.product div.summary .woocommerce-product-details__short-description { clear: both; color: #000; padding: 0; margin: 0 0 35px 0; font-size: 20px; font-weight: normal; letter-spacing: 1px; }
.woocommerce div.product div.summary .woocommerce-product-details__short-description p { margin: 0; }
.woocommerce div.product form.cart { margin-bottom: 0; }
.woocommerce div.product div.summary { margin-bottom: 0; }
.woocommerce.single-product .section_benefits_site { background-color: #1b1b1b; }

.woocommerce div.product.product-tab-wrapper { width: 100%; margin: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs { background-color: #efefef; margin: 0; padding: 0; list-style: none; text-align: center; overflow: visible; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { padding: 0 50px; border: 0 solid #d3ced2; background-color: transparent; display: inline-block; position: relative; z-index: 0; border-radius: 0; margin: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs::before { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { display: inline-block; padding: 1.6em 0; color: #000; text-decoration: none; font-family: "Brandon Grotesque", sans-serif; letter-spacing: 0.12em; line-height: 1; font-style: normal; font-size: 18px; text-transform: uppercase; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { background: transparent; border-bottom-color: transparent; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after { top: 100%; left: 50%; border: solid transparent; content: ""; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(136, 183, 213, 0); border-top-color: #efefef; border-width: 35px; margin-left: -35px; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover { color: #000; }

.woocommerce div.product .woocommerce-tabs .panel { background-color: #ffda27; padding: 100px 0; text-align: center; margin: 0;  }
.woocommerce div.product .woocommerce-tabs .panel .size-full { margin: 0 auto; }
.woocommerce div.product .woocommerce-tabs .panel .tabs-main-wrapper { width: 100%; max-width: 1130px; padding: 0 20px; margin: 0 auto; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; text-align: left;  }
.woocommerce div.product .woocommerce-tabs .panel .tabs-main-wrapper .tabs-left { -ms-flex: 0 0 60%; flex: 0 0 60%; max-width: 60%; position: relative;}
.woocommerce div.product .woocommerce-tabs .panel .tabs-main-wrapper .tabs-right { -ms-flex: 0 0 30%; flex: 0 0 30%; max-width: 30%; margin-left: auto}
.woocommerce div.product .woocommerce-tabs .panel .tabs-main-wrapper .tabs-left:before { content: ""; height: 100%; position: absolute; right: -8%; width: 2px; background: #FFFFFF; }
.woocommerce div.product .woocommerce-tabs .panel .tabs-main-wrapper .tabs-left ul { list-style: none; padding: 0; margin: 0; }
.woocommerce div.product .woocommerce-tabs .panel .tabs-main-wrapper .tabs-left ul li { position: relative; padding: 0 0 0 110px; margin: 0 0 45px 0; }
.woocommerce div.product .woocommerce-tabs .panel .tabs-main-wrapper .tabs-left ul li:last-child { margin-bottom: 0; }
.woocommerce div.product .woocommerce-tabs .panel .tabs-main-wrapper .tabs-left ul li:last-child p { margin-bottom: 0; }
.woocommerce div.product .woocommerce-tabs .panel .tabs-main-wrapper .tabs-left ul li img { position: absolute; left: 0; top: 0; width: 82px; height: auto;}
.woocommerce div.product .woocommerce-tabs .panel .tabs-main-wrapper .tabs-left ul li br { display: none; }
.woocommerce div.product .woocommerce-tabs .panel .tabs-main-wrapper .tabs-left ul li h4 { display: inline-block; padding: 0; margin: 0 0 15px; color: #000; text-decoration: none; font-family: "Brandon Grotesque", sans-serif; letter-spacing: 0.12em; line-height: 1; font-style: normal; font-size: 20px; text-transform: uppercase; font-weight: 700; }
.woocommerce div.product .woocommerce-tabs .panel .tabs-main-wrapper .tabs-left ul li p { font-size: 20px; line-height: 30px; margin-bottom: 20px; }
.woocommerce div.product .woocommerce-tabs .panel .tabs-main-wrapper .tabs-right p { font-size: 20px; line-height: 30px; margin-bottom: 20px; }


/* press list */
.section_press_list { padding: 150px 0; background: #ffda27; }
.section_press_list .title_section:before { background: #fff; }
.press-main-wrapper { border-left: 2px solid #fff; }
.press-wrapper { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -15px 100px; -ms-flex-align: center!important; align-items: center!important; -ms-flex-pack: center!important; justify-content: center!important; }
.press-wrapper:last-child { margin-bottom: 0; }
.press-wrapper .press-left-wrapper { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; text-align: center; padding: 0 15px; }
.press-wrapper .press-left-wrapper img { width: 60%; height: auto; }
.press-wrapper .press-right-wrapper { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; padding: 0 15px; font-size: 24px; line-height: 36px; }
.press-wrapper .press-right-wrapper .press-description { width: 90%; }
.press-wrapper .press-right-wrapper p { margin: 0;}

/* error message */
.woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-info a, .woocommerce-privacy-policy-text a, .woocommerce-error li a, .woocommerce-info li a, .woocommerce-message li a { color: #000;}
.woocommerce-info a, .woocommerce-privacy-policy-text a, .woocommerce-error li a, .woocommerce-info li a, .woocommerce-message li a { text-decoration: underline; }
.woocommerce-info a:hover, .woocommerce-privacy-policy-text a:hover, .woocommerce-error li a:hover, .woocommerce-info li a:hover, .woocommerce-message li a:hover { text-decoration: none; }
.woocommerce table.shop_table th a, .woocommerce table.shop_table td a, div.woocommerce a { color: #000; text-decoration: underline; }
.woocommerce table.shop_table th a:hover, .woocommerce table.shop_table td a:hover, div.woocommerce a:hover { text-decoration: none; }

/* checkout */
.select2-container--default .select2-selection--single { height: 47px; width: 100%; border: solid 1px #000000; border-radius: 0; background:url("https://sleek.kodewp.com/wp-content/themes/theme-sleek/assets/images/select-arrow.jpg") right 0 center no-repeat #fff; appearance: none; -moz-appearance: none; -webkit-appearance: none; }
.select2-container--default .select2-selection--single .select2-selection__arrow { display: none; }
.select2-container--default .select2-selection--single .select2-selection__rendered { color: #000; line-height: 44px; min-height: 47px; }
.woocommerce form .form-row { margin: 0 0 15px; }
.woocommerce form h3, .woocommerce form h3, .col-1 h3, .col-2 h3 { font-size: 22px; margin-bottom: 25px; }
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text { font-family: "Avenir LT Std", sans-serif; }
.woocommerce .col2-set, .woocommerce-page .col2-set { margin-bottom: 50px; }
.woocommerce table.shop_table { border-radius: 0; }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { padding: 15px 15px; }
.woocommerce-checkout-review-order-table tfoot { background-color: #efefef; }
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment { background: #efefef; border-radius: 0; }
.woocommerce-terms-and-conditions-wrapper { margin-bottom: 30px; }
.content__styles__all p { margin-bottom: 15px; }
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register { border-radius: 0; }
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box { border-radius: 0; background-color: #dedede; color: #000000; }
#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input { margin: 0 5px 0 0; position: relative; top: 2px; }
#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li { margin: 0 0 5px 0; }
.select2-container--default .select2-search--dropdown .select2-search__field { padding: 8px 10px 13px; }

/* cart */
.woocommerce a.remove { color: #000 !important; font-weight: 400; text-decoration: none !important; }
.woocommerce a.remove:hover { color: #000 !important; background: transparent; }
.woocommerce table.shop_table td.product-quantity .quantity { display: inherit; }
.woocommerce table.shop_table td.product-quantity .quantity-title { display: none;}
.woocommerce table.shop_table td.product-quantity .btn-minus, .woocommerce table.shop_table td.product-quantity .btn-plus { float: right; width: 30px; height: 30px; transform: rotate(90deg); border: 1px solid #000; background-color: #fff; line-height: 28px; font-size: 12px; text-align: center; }
.woocommerce table.shop_table td.product-quantity .qty { float: right; }
.woocommerce .quantity .qty { width: 40px; text-align: center; vertical-align: top; border: 0; padding: 1px 0 0 0; margin: 0; height: 30px; line-height: 28px; }
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text { padding: 12px 10px 13px; min-width: 180px; }
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] { padding: 13px 15px; }
.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover { background-color: #ffda27; }
.cart-collaterals h2, div.woocommerce h2, .cart-collaterals h2, div.woocommerce h2 { font-size: 30px; margin-bottom: 25px; font-weight: normal; }
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals { background-color: #efefef; padding: 20px; }
#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout { padding: 1em 0 0; }
#add_payment_method .wc-proceed-to-checkout .checkout-button, .woocommerce-cart .wc-proceed-to-checkout .checkout-button, .woocommerce-checkout .wc-proceed-to-checkout .checkout-button { padding: 20px 15px !important; font-size: 18px !important;}
#add_payment_method .cart-collaterals .cart_totals table, .woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-checkout .cart-collaterals .cart_totals table { border: 0; }
#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th { border-top: 1px solid #d2d2d2; }
.woocommerce .cart-collaterals .cart_totals table tr td:last-child, .woocommerce-page .cart-collaterals .cart_totals table tr td:last-child { text-align: right; padding-right: 0; }
.woocommerce .cart-collaterals .cart_totals table tr th:first-child, .woocommerce-page .cart-collaterals .cart_totals table tr th:first-child { padding-left: 0; }
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme { margin-top: 8px; }
.woocommerce form .form-row label { margin-bottom: 5px; }

/* login */
.woocommerce-ResetPassword.lost_reset_password { border: 1px solid #d3ced2; padding: 20px; border-radius: 0 }

/* my account */
.woocommerce-LostPassword.lost_password a { color: #000; text-decoration: underline; }
.woocommerce-LostPassword.lost_password a:hover { text-decoration: none; }
.woocommerce-account .woocommerce-MyAccount-navigation { border: 1px solid #d3ced2; }
.woocommerce-account .woocommerce-MyAccount-navigation ul { margin: 0; padding: 0; list-style: none; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li { padding: 10px 15px; border-bottom: 1px solid #d3ced2;}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child { border: 0; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li a { color: #000; text-decoration: none; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a { font-weight: bold; }
.woocommerce-Address-title.title h3 { margin: 0; border: 0; padding: 0; }
.woocommerce-Address-title.title, fieldset legend, .woocommerce-MyAccount-content h3, .woocommerce-billing-fields h3, .woocommerce-additional-fields h3 { border-bottom: 1px solid #d3ced2; padding-bottom: 15px; margin-bottom: 25px; } 
fieldset legend { font-size: 22px; width: 100%; }
fieldset { margin-top: 40px; }

/* order details */
.woocommerce ul.order_details { padding: 0; }
.woocommerce ul.order_details li { font-size: 0.75em; margin-bottom: 20px; }
.woocommerce-table--order-details.order_details tfoot, .woocommerce-table--order-details.order_details tfoot { background-color: #efefef; }
.woocommerce .woocommerce-customer-details address { border: 0 solid rgba(0,0,0,.1); width: 100%; border-radius: 0; padding: 0; }
.woocommerce .woocommerce-order-details { margin-bottom: 4em; }


@media screen and (max-width:1199px) {
    .box-main-wrapper .box-wrapper { -ms-flex: 0 0 33.333%; flex: 0 0 33.333%; max-width: 33.333%; }
    .box-main-wrapper .box-wrapper .box-description { width: 85%; margin: 0 auto; }
    .woocommerce .woocommerce-breadcrumb { margin-bottom: 110px; }
}

@media screen and (max-width:991px) {
    .box-main-wrapper .box-wrapper .box-description { width: 100%; }
    .section_02_about_us, .section_01_about_us, .style_section_padding, .section_producrs, .section_press_list, .page__container { padding: 100px 0; }
    .section_producrs .content_list_product { width: 100%; }
    .press-wrapper .press-left-wrapper img { width: 80%; }
    .press-wrapper .press-right-wrapper .press-description { width: 100%; }
    .press-wrapper { margin-bottom: 70px; }
    .press-wrapper .press-right-wrapper { font-size: 20px; line-height: 30px; }
    .woocommerce .woocommerce-breadcrumb { margin-bottom: 80px; }
    .woocommerce ul.products[class*=columns-] li.product:nth-child(2n), .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) { float: left; }
    .woocommerce ul.products[class*=columns-] li.product:nth-child(4n), .woocommerce-page ul.products[class*=columns-] li.product:nth-child(4n) { clear: both !important; }
    .woocommerce .products ul.columns-4 li, .woocommerce ul.products.columns-4 li, .woocommerce-page ul.products.columns-4 li, .woocommerce ul.products.columns-4 li.product { width: 33.333%; clear: none; }
    .woocommerce .products ul, .woocommerce ul.products, .woocommerce-page ul.products { margin-top: 40px; }
    .woocommerce ul.products li.product .product-cat, .woocommerce ul.products li.product .product-cat a { font-size: 20px }
    .woocommerce ul.products.columns-4 li.product a img { margin-bottom: 35px; }
    .woocommerce ul.products li.product .product-cat { margin-bottom: 20px; }
    .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 { margin: 0 0 20px 0; }
    .woocommerce div.product { width: 100%; }
    .woocommerce div.product .woocommerce-tabs .panel { padding-bottom: 70px; }
}

@media screen and (max-width:768px) {
    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images { width: 100%; }
    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary { width: 100%; }
    .woocommerce div.product .woocommerce-tabs .panel .tabs-main-wrapper .tabs-left { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; margin-bottom: 50px; }
    .woocommerce div.product .woocommerce-tabs .panel .tabs-main-wrapper .tabs-right { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
    .woocommerce div.product .woocommerce-tabs .panel { padding-left: 20px; padding-right: 20px;}
    .woocommerce div.product .woocommerce-tabs .panel .tabs-main-wrapper { padding-left: 0; padding-right: 0; }
    .woocommerce div.product .woocommerce-tabs .panel .tabs-main-wrapper .tabs-left:before { display: none; }
    .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td { float: left; width: 100%; }
    .woocommerce .cart-collaterals .cart_totals table tr td:last-child, .woocommerce-page .cart-collaterals .cart_totals table tr td:last-child {  padding-left: 0; padding-right: 0; }
    .woocommerce .cart-collaterals .cart_totals table tr th:first-child, .woocommerce-page .cart-collaterals .cart_totals table tr th:first-child { padding-left: 0;  padding-left: 0; }
    .woocommerce-account .woocommerce-MyAccount-navigation { margin-bottom: 40px; }
    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 { margin-bottom: 40px; }
    .woocommerce-Addresses.col2-set.addresses { margin-bottom: 0; }
    .woocommerce div.product .woocommerce-tabs .panel .tabs-main-wrapper .tabs-left ul li { padding: 0; }
}

@media screen and (max-width: 767px) {
    .section_02_about_us, .section_01_about_us, .style_section_padding, .section_producrs, .section_press_list, .section_icon_list, .page__container { padding: 70px 0; }
    .section_icon_list h2 { font-size: 28px; letter-spacing: 0; }
    .box-main-wrapper .box-wrapper { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
    .box-main-wrapper .box-wrapper img { width: 110px; }
    .box-main-wrapper .box-wrapper h3 { font-size: 21px; }
    .section_top_banner .swiper-slide { min-height: 450px !important;}
    .section_02_about_us .row_grid_content h3 { font-size: 40px; line-height: 50px; }
    .title_section, .content__styles__all h1 { font-size: 30px; margin-bottom: 60px; padding-bottom: 20px; }
    .woocommerce .products ul, .woocommerce ul.products, .woocommerce-page ul.products { margin-top: 20px; }
    .press-wrapper { margin-bottom: 50px; }
    .woocommerce ul.products li.product a img { margin: 0 0 45px 0; }
    .woocommerce ul.products li.product .product-cat, .woocommerce ul.products li.product .product-cat a { font-size: 20px; }
    .woocommerce ul.products li.product .product-cat { margin-bottom: 20px; }
    .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 { margin: 0 0 20px 0; }
    .woocommerce ul.products li.product .price { margin-bottom: 25px; }
    .woocommerce .woocommerce-breadcrumb { margin-bottom: 50px; }
    .woocommerce-products-header { margin-bottom: 60px; }
    .woocommerce-products-header .page-title { line-height: 26px; font-size: 30px; }
    .woocommerce .products ul.columns-4 li, .woocommerce ul.products.columns-4 li, .woocommerce-page ul.products.columns-4 li, .woocommerce ul.products.columns-4 li.product { width: 50%; }
    .woocommerce ul.products[class*=columns-] li.product:nth-child(4n), .woocommerce-page ul.products[class*=columns-] li.product:nth-child(4n) { clear: none !important; }
    .woocommerce ul.products[class*=columns-] li.product:nth-child(3n), .woocommerce-page ul.products[class*=columns-] li.product:nth-child(3n) { clear: none !important; }
    .woocommerce-products-header .page-title { margin-bottom: 45px; }
    .woocommerce div.product .woocommerce-tabs .panel { padding-top: 50px; padding-bottom: 50px; }
    .woocommerce div.product { margin-bottom: 50px; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li { margin: 0; width: 100%; padding: 0; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a { padding: 1.2em 0; width: 100%; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li.active a { background-color: #dedede; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after { display: none; }
    .woocommerce .col2-set, .woocommerce-page .col2-set { margin-bottom: 30px; }
    .woocommerce form.checkout_coupon p, .woocommerce form.login p, .woocommerce form.register p { width: 100%; }
    .woocommerce form.checkout_coupon p:last-child, .woocommerce form.login p:last-child, .woocommerce form.register p:last-child { margin-bottom: 0; }
    .woocommerce ul.order_details li { font-size: 0.75em; width: 100%; margin: 0 0 17px 0; padding: 0 0 13px 0; border: 0; border-bottom: 1px dashed #d3ced2; }
    .woocommerce ul.order_details { margin: 0 0 1em; }
    .cart-collaterals h2, div.woocommerce h2, .cart-collaterals h2, div.woocommerce h2 { font-size: 25px; }
    .woocommerce form h3, .woocommerce form h3, .col-1 h3, .col-2 h3 { font-size: 20px; }
}

@media screen and (max-width: 480px) {
    .box-main-wrapper .box-wrapper { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
    .box-main-wrapper .box-wrapper h3 { font-size: 20px; }
    .box-button-wrapper { margin-top: 0; }
    .popup-video i { width: 100px; height: 100px; line-height: 96px; font-size: 45px; padding-left: 8px; }
    .row_grid_content .column_content_about { margin-bottom: 35px; }
    .section_02_about_us, .section_01_about_us, .style_section_padding, .section_producrs, .section_press_list, .section_icon_list, .page__container { padding: 55px 0; }
    .section_02_about_us .row_grid_content h3 { font-size: 35px; }
    .woocommerce .products ul, .woocommerce ul.products, .woocommerce-page ul.products { margin-top: 0; }
    .woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product { margin: 0 0 50px 0; width: 100%; }
    .woocommerce ul.products.columns-2 li.product:last-child, .woocommerce-page ul.products.columns-2 li.product:last-child { margin-bottom: 0; }
    .press-wrapper .press-left-wrapper { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; margin-bottom: 25px; } 
    .press-wrapper .press-right-wrapper { -ms-flex: 0 0 95%; flex: 0 0 95%; max-width: 95%; }
    .press-wrapper .press-left-wrapper img { width: 60%; }
    .section_newsletter_site .wpcf7-form .wpcf7-form-control-wrap.send .ajax-loader { position: absolute; right: 0; margin: 10px auto; left: 0; bottom: -50px; }
    .woocommerce .products ul.columns-4 li, .woocommerce ul.products.columns-4 li, .woocommerce-page ul.products.columns-4 li, .woocommerce ul.products.columns-4 li.product { width: 100%; }
    .woocommerce .woocommerce-ordering { margin: 0 0 50px; width: 100%; text-align: center; }
    .woocommerce .woocommerce-result-count { margin: 0 0 15px 0; width: 100%; text-align: center; }
    .woocommerce .woocommerce-ordering select { width: 100%; }
    .woocommerce div.product div.summary .product-cat { font-size: 30px; }
    .woocommerce div.product .woocommerce-tabs .panel .tabs-main-wrapper .tabs-left ul li img { width: 72px; }
    .woocommerce div.product .woocommerce-tabs .panel .tabs-main-wrapper .tabs-left ul li { margin: 0 0 35px 0; }
    .woocommerce div.product .woocommerce-tabs .panel .tabs-main-wrapper .tabs-left ul li h4 { font-size: 18px; }
    #add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text { min-width: 100%; margin: 0 0 5px 0; }
    .woocommerce #content table.cart td.actions .coupon .button.alt, .woocommerce #content table.cart td.actions .coupon .input-text+.button, .woocommerce table.cart td.actions .coupon .button.alt, .woocommerce table.cart td.actions .coupon .input-text+.button, .woocommerce-page #content table.cart td.actions .coupon .button.alt, .woocommerce-page #content table.cart td.actions .coupon .input-text+.button, .woocommerce-page table.cart td.actions .coupon .button.alt, .woocommerce-page table.cart td.actions .coupon .input-text+.button { width: 100%; }
}