@charset "UTF-8";
/* CSS Document */

/*
Theme Name: ego
Author: Alex
*/

html {
    background: #f8f8f8;
}

.body {
    width: 100%;  
    max-width: 1920px;
    min-height: 100vh;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #333;
    background: #fff;
    -webkit-box-shadow: 0px 0px 128px -30px rgba(0,0,0,0.29);
    -moz-box-shadow: 0px 0px 128px -30px rgba(0,0,0,0.29);
    box-shadow: 0px 0px 128px -30px rgba(0,0,0,0.29);
    overflow-x: hidden;
}

section {
    width: 100%;
    padding-bottom: 80px;
    box-sizing: border-box;
}

.container {
    width: 100%;
    height: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box; 
}

a:hover {
    opacity: 0.8;
}

.button-container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.button-light {
    height: 38px;
    font-size: 18px;
    padding: 6px 12px 0 12px;
    box-sizing: border-box;
    text-transform: lowercase;
    border: 1px #000 solid;
    color: #000;
    text-decoration: none;
    display: inline-block;
}

.button-light:hover {
    background: #000;
    color: #fff;
    opacity: 1;
}

.page-title {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    text-align: center;
    padding: 70px 20px;
    box-sizing: border-box;
    color: #000;
    font-size: 36px;
    font-weight: normal;
    text-transform: uppercase;
}

.header {
    height: 100px;
    background: #fff;
}

.header .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}

.logo {
    width: 150px;
    height: 161px;
    z-index: 2;
}

.logo:hover {
    opacity: 1;
}

.logo img {
    width: 149px;
    height: auto;
}

.header-left, .header-right {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.header-left {
    padding-right: 20px;
    box-sizing: border-box;
}

.header-right {
    padding-left: 20px;
    box-sizing: border-box;
}

.header .menu {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin: 0;
    padding: 0;
}

.header .menu li {
    list-style: none;
    margin: 0 6px;
}

.header .menu li a {
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    padding: 6px 10px;
    box-sizing: border-box;
}

.header .menu li a:hover {
    background: #F4D339;
    color: #000;
    border-radius: 3px;
}

.current_page_item a {
    background: #F4D339;
    color: #000;
    border-radius: 3px;
}

.header-phone {
    font-size: 22px;
    color: #000;
    text-decoration: none;
}

.home-one {
    height: 450px;
    padding-bottom: 0;
}

.home-one a {
    display: block;
    width: 100%;
    height: 100%;
}

.home-one a:hover {
    opacity: 1;
}

.home-one .swiper-container {
      width: 100%;
      height: 100%;
}
    
.home-one .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #000;
}

.media-slide {
        display: none !important;
    }

.header-icon {
    width: auto;
    height: 30px;
}

.header-icon img {
    width: auto;
    height: 100%;
}

.home-one .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(img/arrow.svg);
    right: 20px;
}

.home-one .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(img/arrow.svg);
    left: 20px;
    -moz-transform: rotate(180deg); 
    -ms-transform: rotate(180deg); 
    -webkit-transform: rotate(180deg); 
    -o-transform: rotate(180deg); 
    transform: rotate(180deg);
}

.home-two {
    padding-bottom: 50px
}

.home-two .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(img/arrow-b.svg);
    right: 20px;
}

.home-two .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(img/arrow-b.svg);
    left: 20px;
    -moz-transform: rotate(180deg); 
    -ms-transform: rotate(180deg); 
    -webkit-transform: rotate(180deg); 
    -o-transform: rotate(180deg); 
    transform: rotate(180deg);
}

.home-two .swiper-slide, .columns-3 .catalog-slide {
    padding: 30px;
    box-sizing: border-box;
}

.columns-3 {
    width: calc(100% - 100px);
    margin: 0 auto !important;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: -30px !important;
}

.columns-3 .catalog-slide {
    width: 33.333%;
}

.home-two .slider-container {
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: -30px;
}

.home-two .swiper-container {
    width: calc(100% - 140px);
    height: 100%;
}

.swiper-container .product, .columns-3 .product {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    background: #fff;
}

.swiper-container .product a:hover, .columns-3 .product a:hover {
    opacity: 1;
}

.product-img-link {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.price-box {
    display: none;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.swiper-container .product .price-box {
    position: absolute;
    margin-bottom: 8px;
    margin-right: 0;
}

.tovar-charact-box {
    border-left: 1px #e6e6e6 solid;
    border-right: 1px #e6e6e6 solid;
    border-bottom: 1px #e6e6e6 solid;
    padding: 22px 22px 26px 22px;
    box-sizing: border-box;
}

.swiper-container .product:hover, .columns-3 .product:hover {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08);
}

.swiper-container .product a, .columns-3 .product a{
    text-decoration: none;
}

.onsale {
    background: #ff0000; 
    width: 112px;
    height: 36px;
    color: #fff;
    text-align: center;
    padding: 5px 0 5px 0;
    box-sizing: border-box;
    font-size: 20px;
}

.price-box-two {
    width: 102px;
    height: 54px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0 9px 4px 10px;
    box-sizing: border-box;
}

.price-box-two ins {
    text-decoration: none;
}

.price-box-two .woocommerce-Price-amount {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    font-size: 26px;
    color: #000;
    line-height: 16px;
    text-decoration: none;
}

.price-box-two .woocommerce-Price-amount span {
    font-size: 12px;
    text-decoration: none;
}

.price-box-two del .woocommerce-Price-amount {
    font-size: 12px;
    color: #666;
}

.price-box-two del .woocommerce-Price-amount span {
    display: none;
}

.home-two .product img, .columns-3 .product img {
    width: 100%;
    height: auto;
}

.home-two .product .woocommerce-loop-product__title, .columns-3 .product .woocommerce-loop-product__title {
    padding: 0;
    font-size: 22px;
    color: #000;
    margin:0 0 20px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-two .product:hover .woocommerce-loop-product__title, .columns-3 .product:hover .woocommerce-loop-product__title {
    color: #333;
}

.tovar-spec-box {
    margin: 0 0 20px 0;
    height: 130px;
    overflow: hidden;
}

.tovar-spec {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    padding: 0 0 5px 0;
    box-sizing: border-box;
}

.cart{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.cart input{
    height: 38px;
    background: #e6e6e6;
    border: none;
    max-width: 52px;
    font-size: 18px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    padding: 0 6px 0 12px;
    box-sizing: border-box;
}

.cart .button {
    height: 38px !important;
    background: #000 !important;
    color: #FFF !important;
    font-size: 18px;
    text-transform: lowercase !important;
    border: none !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: normal !important;
    padding: 0 12px !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
    border-radius: 0 !important;
}

.cart .button:hover {
    color: #F4D339 !important;
}

.home-three {
    background: #f8f8f8;
}

.home-three .columns-3 section {
    padding-bottom: 50px;
}

.woocommerce-result-count, .woocommerce-ordering {
    display: none;
}

.woo-two {
    background: #f8f8f8;
    min-height: calc(100vh - 300px);
}

.woo-two h1 {
    padding-top: 30px;
}

.woo-one {
    background: #f8f8f8;
    padding: 0 !important;
}

.woo-one .container {
    height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.bread {
    padding: 0 0 0 40px;
    box-sizing: border-box;
    max-width: 500px;
}

.bread span {
    text-transform: uppercase;
}

.bread a {
    color: #000;
    text-decoration: none;
}

.home-three .woocommerce {
    width: 100%;
    margin-top: 0px !important;
}

.woocommerce div.product form.cart div.quantity {
    margin: 0px !important;
}

.woocommerce div.product form.cart {
    margin-bottom: 0px !important;
}

.home-three .button-light {
    margin: 0;
}

.home-four .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.home-four-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    padding: 0 30px;
    box-sizing: border-box;
}

.home-four-item img {
    height: 74px;
    width: auto;
}

.home-four-item h3 {
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 0;
    margin: 48px 0 0 0;
}

.home-four-item span {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}

.home-four-border {
    width: 72px;
    height: 1px;
    background: #000;
    margin: 16px 0;
}

.home-four-text {
    font-size: 14px !important;
    font-weight: normal !important;
    text-transform: lowercase !important;
    max-width: 200px;
}

.home-five {
    background: #F4D339;
}

.home-five .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.home-five-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 20px;
    box-sizing: border-box;
    max-width: 280px;
}

.home-five-item:first-child {
    padding-left: 0;
}

.home-five-item:last-child {
    padding-right: 0;
}


.home-five-number {
    font-size: 112px;
    color: #fff;
    font-weight: bold;
    line-height: 78px;
    padding-right: 16px;
    box-sizing: border-box;
}

.home-five-text {
    font-size: 16px;
    color: #000;
}

.home-five .button-light {
    margin-top: 80px;
}

.home-five .button-light:hover {
    color: #F4D339;
}

.home-six {
    background: url(img/watch-bgr.jpg)no-repeat center center;
    background-size: cover;
}

.home-six .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.home-six span {
    max-width: 360px;
    font-size: 26px;
    padding-bottom: 36px;
    box-sizing: border-box;
    text-align: center;
}

.home-six p {
    max-width: 1070px;
    margin-right: auto;
    margin-left: auto;
}

.home-six .button-light {
    margin-top: 50px;
}

.footer {
    height: 100px;
    border-bottom: 18px solid #F4D339;
    box-sizing: border-box;
    background: #222;
    color: #fff;
}

.footer .container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center; 
}

.footer-left {
    width: 100%;
    padding-right: 60px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.footer-right {
    width: 100%;
    padding-left: 60px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.footer .container .footer-logo {
    width: auto;
    height: 52px;
}

.footer-one {
    font-size: 22px;
}

.footer-two {
    font-size: 14px;
    max-width: 170px;
}

.footer-phone {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

.footer-icon {
    height: 30px;
    width: auto;
}

.footer-icon img {
    width: 100%;
    height: 100%;
}

.single-container {
    width: calc(100% - 140px);
    margin: 0 auto;
    padding: 40px 0 0 0;
    box-sizing: border-box;
}

.single-container .product{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.woocommerce-tabs {
    display: none;
}

.single-gallery {
    width: 400px;
    max-width: 100%;
    height: auto;
}

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

.single-one .swiper-slide {
    background-size: cover;
    background-position: center;
}
    
.single-one .gallery-top {
    height: auto;
    width: 100%;
}
    
.single-one .gallery-thumbs {
    height: auto;
    box-sizing: border-box;
    padding: 4px 0 0 0;
}
    
.single-one .gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
}
    
.single-one .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.product-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
}

.single-one {
    background: #f8f8f8;
}

.single-one .container {
    padding-top: 40px;
}

.single-one .summary {
    padding: 0 0 0 56px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.single-one .price {
    display: none;
}

.single-one .product_meta {
    display: none;
}

.single-one .woocommerce-product-details__short-description {
    order: 2;
}

.single-one .woocommerce-product-details__short-description p {
    margin: 40px 0;
}

.single-one .tovar-spec-box {
    order: 3;
    height: auto;
    margin: 0 0 40px 0;
}

.single-one .cart {
    order: 4;
}

.product_title {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    color: #000;
    font-size: 36px;
    font-weight: normal; 
    text-transform: uppercase;
    order: 1;
    padding-top: 0px !important;
}

.single-two {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 0;
}

.single-two-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    min-height: 400px;
}

.single-two-item:nth-child(2n) {
    flex-direction: row-reverse;
}

.single-two-item-box-one {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
}

.single-two-item-box-two {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
}

.single-two-item-container {
    width: 620px;
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    height: 100%;
}

.single-two-item-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.single-two-item-text-box .product_title {
    margin: 0 0 34px 40px;
}

.single-two-item-text-box .single-two-item-text {
    margin: 0 0 0 40px;
}

.single-three {
    background: url(img/watch-bgr.jpg)no-repeat center center;
    background-size: cover;
}

.woocommerce-pagination {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 80px;
    margin-top: -30px;
}

.woocommerce-pagination .page-numbers {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin: 0;
}

.woocommerce-pagination .page-numbers li {
    list-style: none;
    width: 28px;
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 6px;
    background: #000;
}

.woocommerce-pagination .page-numbers li a {
    text-decoration: none;
    font-size: 18px;
    color: #f8f8f8;
    line-height: 30px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.woocommerce-pagination .page-numbers li prev {
    padding: 2px !important;
}

.woocommerce-pagination .page-numbers li span {
    text-decoration: none;
    font-size: 18px;
    color: #F4D339;
    line-height: 30px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.woocommerce-checkout h3 {
    display: none;
}

.woocommerce-checkout .col-2 {
    display: none;
}

.woocommerce-checkout #order_review_heading {
    display: inline-block;
}

.woocommerce-billing-fields__field-wrapper input {
    font-size: 18px;
    color: #000;
    padding:  8px 10px;
    box-sizing: border-box;
    width: 100%;
    background: #f8f8f8;
    border: 1px solid #ccc;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    border-radius: 5px;
}

.cart-subtotal {
    display: none;
}

.shop_table thead {
    display: none;
}

.woocommerce-cart-form .attachment-woocommerce_thumbnail {
    width: 50px;
    height: 50px;
}

.woocommerce-cart-form table {
    width: 100%;
}

.woocommerce-cart-form tbody {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}

.woocommerce-cart-form tr {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-top: 1px #ccc solid;
    border-right: 1px #ccc solid;
    border-left: 1px #ccc solid;
}

.woocommerce-cart-form tr:first-child {
    border-radius: 5px 5px 0 0;
}

.woocommerce-cart-form tr:nth-last-child(2) {
    border-radius:  0 0 5px 5px;
    border-bottom: 1px #ccc solid;
}

.woocommerce-cart-form tr:last-child {
    border: 0;
    display: none;
}

.shop_table td {
    text-align: left;
}

.woocommerce-cart-form .product-name {
    width: 200px;
}

.woocommerce-cart-form .product-price {
    width: 100px;
}
 
.woocommerce-cart-form .product-name a {
    color: #000;
    text-decoration: none;
}

.woocommerce-cart-form td {
    border-top: 0px !important;
}

.woocommerce table.shop_table {
    border: 0px !important;
}

.checkout-button, #place_order {
    background: #000 !important;
    border-radius: 0px !important;
    font-weight: normal !important;
    text-transform: lowercase !important;
}

.checkout-button:hover, #place_order:hover {
    color: #F4D339 !important;
}

.burger {
    display: none;
}

.footer-left .footer-icon {
    display: none;
}

.title-media {
    display: none;
}

.woocommerce-message {
    border-top-color: #F4D339 !important;
}

.woocommerce-message::before {
    color: #F4D339 !important;
}

.woocommerce-info {
    border-top-color: #333 !important;
}

.woocommerce-info::before {
    color: #333 !important;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    border-radius: 0px !important;
    font-weight: normal !important;
    text-transform: lowercase !important;
}

.overlay {
    display:none; 
    position:fixed; 
    z-index:999; 
    opacity:0.9; 
    filter:alpha(opacity=90); 
    top:0; 
    right:0; 
    left:0; 
    bottom:0; 
    background:#000;
    text-align: center;
}

.popup {
    display:none; 
    position:fixed; 
    overflow-y: auto;
    z-index:1000;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    top: 0;
    left: 0;
}

.popup-box {
    width: 80%;
    height: 80%;
    padding: 60px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 20px auto;
}

.close {
    display:block; 
    width:20px;  
    cursor:pointer;  
    height:20px;   
    position:absolute; 
    top:40px; 
    right:40px; 
}

.popup-box .menu {
    padding: 0;
    margin: 0;
}

.popup-box .menu li {
    list-style: none;
    margin-bottom: 20px;
}

.popup-box .menu li a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    font-weight: normal;
}

.popup-box .current_page_item a {
    background: #F4D339;
    color: #000 !important;
    padding: 0 4px;
}

.popup-box .social-box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 30px 0 0 0;
}

.popup-box .social-box .popup-icon {
    width: 30px;
    height: auto;
    margin-right: 20px;
}

.popup-box .social-box .popup-icon img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1120px) {
    .header .menu li:first-child {
        display: none;
    }
    
    .header-phone {
        font-size: 18px;
    }
    
    .footer-left div:first-child {
        display: none;
    }
    
    .home-one {
        height: 380px;
    }
    
    .home-two .swiper-container {
        width: calc(100% - 80px);
    }
    
    .columns-3 {
        width: calc(100% - 40px);
    }
    
    .home-two .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 8px;
    }
    
    .home-two .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 8px;
    }
    
    .home-two .swiper-slide, .columns-3 .catalog-slide {
        padding: 18px;
    }
    
    .home-four-item {
        padding: 0 10px;
    }
    
    .home-four-item h3 {
        font-size: 16px;
    }
    
    .home-four-item span {
        font-size: 16px;
    }
    
    .home-five-item {
        padding: 0 10px;
        width: 25%; 
    }
    
    .home-five-text {
        font-size: 15px;
    }
    
    .woo-one .container {
        align-items: flex-end;
    }
    
    .bread {
        padding: 0;
        max-width: 38%;
    }
}

@media screen and (max-width: 940px) {
    .footer-one {
        display: none;
    }
    
    .footer-two {
        text-align: right;
    }
    
    .footer-left {
        padding-right: 20px;
    }
    
    .footer-right {
        padding-left: 20px;
    }
    
    .home-one {
        height: 300px;
    }
    
    .home-four .container {
        flex-wrap: wrap;
    }
    
    .home-four {
        padding-bottom: 40px;
    }
    
    .home-four-item {
        width: 50%;
        padding-bottom: 40px;
    }
    
    .home-five .container {
        flex-wrap: wrap;
    }
    
    .home-five-item {
        width: 50%;
        padding: 40px;
        max-width: 50%;
    }
    
    .home-five-item:first-child {
        padding: 40px;
    }
    
    .home-five-item:last-child {
        padding: 40px;
    }
    
    .home-five .button-light {
        margin-top: 40px;
    }
    
    .single-one .summary {
        padding: 0 0 0 30px;
    }
    
    .single-one .tovar-spec {
        white-space: normal; 
    }
}

@media screen and (max-width: 900px) {
    .header-phone {
        display: none;
    }
    
    .header .menu-top-menu-container {
        display: none;
    }
    
    .burger {
        display: block;
    }
    
    .footer-phone {
        display: none;
    }
    
    .home-two .swiper-slide, .columns-3 .catalog-slide {
        padding: 30px;
    }
    
    .columns-3 .catalog-slide {
        width: 50%;
    }
    
    .woocommerce-cart-form .product-name {
        width: auto;
    }
    
    .woocommerce-cart-form .product-name {
        width: auto;
    }
}

@media screen and (max-width: 810px) {
    .home-one {
        height: 280px;
    }
    
    .home-one .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 10px;
    }
    
    .home-one .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 10px;
    }
    
    .swiper-button-next, .swiper-button-prev {
        width: 18px;
        background-size: contain;
    }
    
    .page-title {
        padding: 40px 20px;
        font-size: 28px;
    }
    
    .home-two .swiper-slide, .columns-3 .catalog-slide {
        padding: 18px;
    }
    
    .single-one .container {
        padding-top: 10px;
    }
    
    .product-container {
        flex-direction: column;
    }
    
    .product_title {
        display: none;
    }
    
    .title-media {
        display: block;
    }
    
    .single-one .summary {
        padding: 0;
    }
    
}

@media screen and (max-width: 620px) {
    .header {
        height: 90px;
    }
    
    .logo img {
        width: 120px;
    }
    
    .footer-two {
        font-size: 12px;
    }
    
    .desktop-slide {
        display: none;
    }
    
    .media-slide {
        display: block !important;
    }
    
    .media-slide img {
        width: 100%;
        height: auto;
    }
    
    .home-one {
        height: auto;
    }
    
    .columns-3 .catalog-slide {
        width: 100%;
    }
    
    .home-four-item {
        width: 100%;
        padding-bottom: 40px;
    }
    
    .home-five-item {
        width: 100%;
        padding: 20px 20px 40px 20px;
        max-width: 100%;
    }
    
    .home-five-item:first-child {
        padding: 20px 20px 40px 20px;
    }
    
    .home-five-item:last-child {
        padding: 20px 20px 40px 20px;
    }
    
    .home-five-item:first-child .home-five-number {
        padding-right: 30px;
        padding-left: 8px;
    }
    
    .button-light {
        font-size: 16px;
        padding: 8px 12px 0 12px;
    }
    
    .single-gallery {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .header-right .header-icon:last-child {
        display: none;
    }
    
    .header {
        height: 80px;
    }
    
    .logo img {
        width: 100px;
    }
    
    .header-icon {
        height: 22px;
    }
    
    .footer .container .footer-logo {
        height: 40px;
    }
    
    .footer-icon {
        height: 22px;
    }
    
    .footer-two {
        display: none;
    }
    
    .footer-left .footer-icon {
        display: block;
    }
    
    .footer-left .footer-icon:nth-last-child(4) {
        display: none;
    }
    
    .footer-left .footer-icon:nth-last-child(5) {
        display: none;
    }
    
    .footer-right .footer-icon:nth-child(2) {
        display: none;
    }
    
    .footer-right .footer-icon:last-child {
        display: none;
    }
    
    .home-two .swiper-container {
        width: 100%;
    }
    
    .columns-3 {
        width: calc(100% + 40px);
        margin-left: -10px !important;
    }
    
    .woo-two .columns-3 {
        width: calc(100% + 20px);
    }
    
    .woocommerce-pagination {
        margin-left: -40px;
    }
    
    .home-two .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: -10px;
    }
    
    .home-two .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: -10px;
    }
    
    .single-three .container{
        padding: 0 15px;
    }
}