marquee {
    padding: 10px 0 5px;
    font-size: 18px;
}
marquee svg {
    vertical-align: bottom;
    stroke: #02a6d0;
    margin-right: 7px;
}

@media screen and (max-width: 1024px) {
	header {
	    margin-top: 20px;
	}
	.header {
	    grid-template-columns: 3fr 2fr 3fr 2fr;
	    grid-template-rows: 1fr 1fr;
	}
	.phones .header-info a {
        font-size: 18px;
    }
	.logo {
	    align-self: center;
	    padding-right: 20px;
	}
	#topnav .dropdown-category {
	    min-width: 175px;
	    font-size: 14px;
	}
	#cart-total {
        right: 2px;
        top: 5px;
    }
  .category-rows {
    justify-content: space-around;
    gap: 20px 0;
  }
  .sub_text {
      font-size: 16px;
  }
  input[type="submit"] {
      font-size: 12px;
      padding: 14px 30px 12px;
  }
  .subscribe input[type="email"] {
      padding: 10px 25px;
  }
  .newest-product-item {
    max-width: 48%;
}
}






@media screen and (max-width: 965px) {
    .mob_menu {
        display: none;
        position: absolute;
        flex-direction: column;
        background: #fff;
        top: 100%;
        z-index: 9;
        width: 100%;
    }
    #topnav.responsive .mob_menu {
        display: flex;
    }
    #topnav .mob_menu a {
    color: #000;
    padding: 10px 20px;
}
#topnav a.price img {
    display: none;
}
#topnav .mob_menu a:hover {
    color: #fff;
}
    /*#topnav .container .main-menu > a {
	    display: none;
	}
	#topnav.responsive .container .main-menu a {
	    display: flex;
	}*/
	#topnav .container .main-menu .icon {
	    display: block;
	    float: right;
	    font-size: 14px;
	    cursor: pointer;
	    padding: 21px;
	    position: absolute;
		top: 0;
		right: 0;
	}
}



@media screen and (max-width: 805px) {
header {
    margin-top: 10px;
}
.other_choice, .address, .phones {
    margin-bottom: 5px;
}
.city,
.address {
    font-size: 14px;
}
.header {
    grid-template-columns: 1fr 2fr 3fr 2fr;
    grid-template-rows: 1fr auto;
    grid-template-areas:
        "city city address phones"
        "logo search search cart";
}
.logo img {
    display: none;
}
.logo a:after {
    content: '';
    background-image: url(../image/favicon_.png);
    width: 55px;
    height: 60px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#cart-total {
    top: 8px;
}
}



@media screen and (max-width: 767px) {
	header {
	    font-size: 12px;
	}
	.header-icon i {
	    font-size: 14px;
	}
	
	
  .newest-product-item a {
      font-size: 14px;
  }
  .slide-section .margo-container {
        grid-template-columns: 100%;
    }
    .common-home h1 {
      text-align: center;
      line-height: 24px;
  }
    .slide-name {
      margin: 5px 5px 15px;
      width: 100%;
  }
  .product-main-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
  }
  .product-main-grid div a span {
    font-size: 14px;
    left: 0;
    right: 0;
  }
  .product-main-grid div a:hover span {
    left: 0;
    bottom: 50%;
    background: #fff;
    color: #a72681;
    transform: translate(0%, 50%);
  }
  .breadcrumb a {
    font-size: 13px;
}

.product-layout {
    border: 1px solid #dcdcdc;
    margin-bottom: 20px;
}
.warranty-list {
    flex-wrap: wrap;
}
.warranty-list > div {
    width: 25%;
}
}

@media screen and (max-width: 650px) {
.header {
    grid-template-columns: 1fr 2fr 3fr 2.5fr;
}
.phones .header-info a {
    font-size: 16px;
}
}


@media screen and (max-width: 520px) {
.address {
    display: none;
}
.header {
    grid-template-columns: 1fr 2fr 3fr 2fr;
    grid-template-rows: 1fr auto;
    grid-template-areas:
        "city city phones phones"
        "logo search search cart";
}
.search {
    padding-right: 15px;
}
}


@media screen and (max-width: 497px) {
  .category-item {
      max-height: 231px;
  }
  .category-item img {
      max-width: 172px;
        height: auto;
  }
  .category-item a .category-item-name {
      font-size: 12px;
    width: 80%;
    height: 46px;
    bottom: 70px;
  }
  .dropdown-category-list .child-sub {
    display: none;
    grid-column-start: 1;
    grid-column-end: 3;
    position: relative;
    right:0;
    width: 270px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 11%), 0 2px 2px rgb(0 0 0 / 11%), 0 4px 4px rgb(0 0 0 / 11%), 0 8px 8px rgb(0 0 0 / 11%), 0 16px 16px rgb(0 0 0 / 11%), 0 32px 32px rgb(0 0 0 / 11%);
    z-index: 1;
}

#topnav .dropdown-category {
    min-width: 140px !important;
}

#topnav .container {
    margin: 0;
}

#topnav .cart {
    position: relative;
    right: 70px;
}

  /*.warranty-img {
    width: 80px;
    height: 79px;
    background-size: 20em;
}
.warranty-2 {
    background-position-x: -80px;
}
.warranty-3 {
    background-position-x: -160px;
}
.warranty-4 {
    background-position-x: -240px;
}*/
.reverse-block {
    flex-direction: column;
}
.slick-track {
    width: 100% !important;
}
.lightbox .lb-image {
    width: 100% !important;
    height: auto !important;
}
.lb-outerContainer {
    width: 100% !important;
    padding: 0 10px;
    height: auto !important;
}
.lb-dataContainer {
    width: 100% !important;
}
}
@media screen and (max-width: 425px) {
    header {
        margin-top: 10px;
    }
	/*.header {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: .3fr 1.4fr .5fr 1fr;
		grid-template-areas: "mail phones"
							 "logo logo"
							 "address address"
							 "search cart";
	}*/
  /*.cart-btn {
    min-width: 190px;
}*/
	.header-icon {
	    padding: 0 10px 0 0;
	}
	/*.logo {
	    padding-right: 0;
	}*/
	.address {
	    font-size: 14px;
	}
	.address .header-info {
	    display: flex;
	    justify-content: space-between;
	    width: 100%;
	}
	.address .header-info span {
	    display: block;
	}
	.cart-btn > div:first-child {
	    display: none;
	}
  .cart-btn > div:nth-child(2) {
      width: 100%;
      justify-content: flex-end;
  }
  /*.mail, .phones {
        align-items: center;
    }*/
  /*.mail .header-info span, .phones .header-info a {
        display: none;
    }*/
    
    .mail .header-info a {
        font-size: 17px;
        color: var(--main-color);
    }
    .address {
        align-items: center;
    }
  .two-banners {
      flex-direction: column;
  }
  .two-banners div {
      width: 100%;
      margin-bottom: 15px;
  }
  .warranty-list {
      flex-wrap: wrap;
      font-size: 14px;
  }
  .warranty-list > div {
    width: 50%;
  }
  /*.warranty-img {
      background-size: 23em;
  }
  .warranty-2 {
    background-position-x: -81px;
}
.warranty-3 {
    background-position-x: -161px;
}
.warranty-4 {
    background-position-x: -241px;
}*/
.subscribe-block {
    flex-direction: column;
    padding: 20px 0;
}
.subscribe-block > div {
    width: 100%;
}
.sub_text {
    margin-bottom: 10px;
}
.subscribe input[type="email"] {
    width: calc(100% - 130px);
}
.newest-products {
    flex-direction: column;
}
.newest-product-item {
    max-width: 100%;
    margin-bottom: 10px;
}
.newest-product-item img {
    display: none;
}
.newest-product-item a {
    padding-top: 0;
}
.common-home h1 {
    line-height: 34px;
}

.vert-carousel {
    margin-top: 20px;
}
.vert-carousel .image-additional {
    padding: 0 3px;
}
.bottom-line .container {
    flex-direction: column-reverse;
}
.bottom-line .container .copyright {
    width: 100%;
    font-size: 12px;
}
.bottom-line .container .payments {
    width: 100%;
    justify-content: space-between;
}

.simplecheckout-cart .name a, .simplecheckout-cart .name .options {
    font-size: 13px;
}

.be-registered fieldset .form-group:first-child {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    align-items: center;
}

.be-registered fieldset .form-group > *, .shipping-block fieldset .form-group > * {
    padding: 0;
}

.be-registered fieldset .form-group:first-child > div label {
    padding: 0;
}

.be-registered fieldset .form-group:not(:first-child), .shipping-block fieldset .form-group {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.checkout-btns {
    display: flex;
    flex-direction: column;
        align-items: center;
}

.checkout-btns > * {
    width: 100%;
    text-align: left;
}

.checkout-btns a {
    width: fit-content;
}

}

@media screen and (max-width: 375px) {
	.address {
	    font-size: 12px;
	}
	/*.cart-btn {
	    min-width: 170px;
      padding: 20px 10px 10px;
	}*/
  .category-item {
      max-height: 340px;
  }
  .category-item img {
      max-width: 272px;
  }
  .module-heading h2 {
	    font-size: 24px;
	}
	.btn-add, .button_oc.btn {
	    font-size: 12px;
	    padding: 10px 15px;
	}
	.mail .header-info a, .phones .header-info span {
        font-size: 15px;
    }
}

@media screen and (max-width: 320px) {
	.address .header-info {
	    display: block;
	}
	.mail .header-info a, .phones .header-info span {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {

    
}

@media screen and (max-width: 600px) {

.cart_head_sticky .text_cart {
    display: none;
}

.cart_head_sticky .cart-btn {
    min-width: 150px;
    max-width: 200px;
}

  .topnav a:not(:first-child) {display: none;}
  #topnav .main-menu .icon {
    float: right;
    display: block;
  }
  .topnav.responsive {position: relative;}
  #topnav .topnav.responsive .main-menu .icon {
    position: absolute;
    right: 15px;
    top: 0;
  }
  .topnav.responsive a, .topnav.responsive .main-menu-dropdown {
    float: none;
    display: block;
    text-align: left;
  }
  #topnav .main-menu .icon i {
    padding: 0 5px;
  }
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}


@media screen and (max-width: 425px) {

    .slide-section .margo-container {
        grid-template-columns: 0px 100% 0px;
    }
    .top-line {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr .5fr .5fr .5fr 1fr;
    }
    .top-line .top-line-block:nth-child(1) {
        grid-row-start: 1;
        grid-column-start: 1;
        grid-column-end: 2;
        align-self: center;
    }
    .top-line .top-line-block:nth-child(2) {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 2;
        grid-row-end: 3;
    }
    .top-line .top-line-block:nth-child(3) {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 3;
    }
    .top-line .top-line-block:nth-child(4) {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 4;
        grid-row-end: 5;
        justify-self: center;
    }
    .top-line .top-line-block:nth-child(5) {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 4;
        /*border-top: 1px solid;*/
        padding-top: 10px;
        justify-self: right;
        /*margin-top: 10px;*/
    }
    .top-line .top-line-block:nth-child(6) {
        grid-column-start: 3;
        grid-column-end: 5;
        grid-row-start: 4;
        grid-row-end: 4;
        border-top: 1px solid;
        padding-top: 10px;
        margin-top: 10px;
    }
    .top-line .top-line-block:last-child {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 5;
        grid-row-end: 6;
        justify-self: center;
    }

    .search-box input {
        width: calc(100% - 130px);
    }
    .search-box button {
        width: 130px;
    }
    .main-text-page p {
        max-width: 100%;
    }
    .row {
      margin-right: 0px;
      margin-left: 0px;
  }
    .productcategory img {
      margin: 0 auto;
  }
    .top-line .top-line-block .freenum {
      font-size: 20px !important;
  }
    .simplecheckout .form-horizontal label {
      padding-bottom: 10px;
  }
  .radio-btns > div {
      width: 100%;
  }
  .mob-feedback {
    display: block;
  }
  .product-main-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 320px) {
  .top-line .top-line-block .freenum {
      font-size: 18px !important;
  }
}

@media screen and (max-width: 375px) {
  .slick-dots {
    bottom: -40px;
}
.breadcrumb {
    margin-top: 10px;
}
}