@charset "utf-8";

/* CSS Document */

html {
    overflow-x: hidden;
}

body {
    margin: 0px;
    color: #000000;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: normal;
    padding: 0px;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    color: #000000;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 50px;
}

h3 {
    font-size: 40px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 26px;
}

h6 {
    font-size: 22px;
}

hr {
    margin: 10px 0px;
    border: 0px;
    border-bottom: 1px dashed #828282;
}

p,
ul,
ol {
    margin: 0px;
    line-height: 25px;
    padding: 0px;
}

ul *,
ol * {
    margin: 0px;
    padding: 0px;
}

ol,
ul {
    padding-left: 25px;
}

ul {
    display: block;
    list-style: none;
}

ul li {
    line-height: 30px;
}

a img {
    border: 0px;
}

p,
ul,
ol {
    margin-bottom: 18px;
}

.clr {
    display: block;
    float: none;
    clear: both;
}

.c {
    overflow: hidden;
    float: none;
}

.underline {
    text-decoration: underline;
}

.left,
.flot_left {
    float: left;
}

.right,
.flot_right {
    float: right;
}

.a_left {
    text-align: left;
}

.a_center {
    text-align: center;
}

.a_right {
    text-align: right;
}

a {
    text-decoration: none;
}

.hidden {
    display: none;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

table {
    border-spacing: 0px;
    border-collapse: collapse;
}

input[type="text"],
input[type="url"],
input[type="tel"],
input[type="email"],
input[type="password"],
select,
textarea {
    background: #fff;
    border: 1px solid #e0e0e0;
    color: #000;
    font-size: 14px;
    padding: 10px 15px;
    resize: vertical;
    width: 100%;
    font-weight: 300;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

textarea {
    width: 100%;
}

select {
    padding: 12px;
    width: 100%;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
.primary-button,
.btn {
    font-family: "Poppins", sans-serif;
    background: #0488f1 none repeat scroll 0 0;
    border: 0px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    min-width: 120px;
    padding: 12px 15px;
    text-transform: uppercase;
    vertical-align: top;
    transition: all linear .2s;
    -moz-transition: all linear .2s;
    -ms-transition: all linear .2s;
    -o-transition: all linear .2s;
    -webkit-transition: all linear .2s;
}

input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover,
.primary-button:hover,
.btn:hover,
.primary-button:focus,
.btn:focus {
    background-color: #2497f2;
    color: #fff;
}

.form-control {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: 0 0 0;
    height: auto;
}

a:focus {
    outline: none;
    text-decoration: none;
}

a,
.a-link {
    color: #0488f1;
    text-decoration: none;
}

a:hover,
a:focus,
.a-link:hover {
    color: #2497f2;
    text-decoration: none;
}

.cfx::after {
    clear: both;
    content: "+";
    display: block;
    height: 0;
    visibility: hidden;
}

::-webkit-input-placeholder {
    opacity: 1;
}

::-moz-placeholder {
    opacity: 1;
}

:-ms-input-placeholder {
    opacity: 1;
}

:-moz-placeholder {
    opacity: 1;
}

#mob_menu {
    position: fixed;
    height: 100%;
    z-index: 999999;
    width: 100%;
    color: #fff;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
    left: -100%;
    overflow: auto;
}

#mob_menu.show_menu {
    left: 0px;
}

#mob_menu .closeBox {
    text-align: right;
    padding: 8px 15px;
}

#mob_menu #close {
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.75);
    height: 100%;
    width: calc(100% - 240px);
}

#mob_menu #close img {
    width: 15px;
    position: absolute;
    right: 20px;
    top: 20px;
}

#mob_menu .mobile_menu {
    background-color: #0488f1;
    width: 240px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

#mob_menu .mobile_menu ul,
#mob_menu .mobile_menu ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#mob_menu .mobile_menu ul li {
    display: block;
}

#mob_menu .mobile_menu ul li a {
    color: #fff;
    display: block;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 8px 15px;
}

#mob_menu .mobile_menu ul li a:hover {
    color: #fff;
}

#mob_menu .mobile_menu ul li+li {
    border-top: 1px solid #fff;
}

.button-box a {
    background-color: #ff872e;
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    min-width: 165px;
    padding: 12px 20px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
    border-radius: 5px;
}

.button-box a:hover {
    background-color: #b1e6ff;
    color: #000;
}

.button-box a.maroon {
    background-color: #911024;
}

.button-box a.maroon:hover {
    background-color: #fff;
    color: #000;
}

.button-box a.grey {
    background-color: #aa0b22;
}

.button-box a.grey:hover {
    background-color: #fff;
    color: #000;
}

.button-box a.green {
    background-color: #1c959d;
}

.button-box a.green:hover {
    background-color: #fff;
    color: #000;
}

.button-box a.big {
    min-width: 265px;
}

.button-box a.silver1 {
    background-color: #d9d7c1;
    color: #000;
}

.button-box a.silver1:hover {
    background-color: #000;
    color: #fff;
}

.button-box a.brown {
    background-color: #b3834f;
}

.button-box a.silver2 {
    background-color: #6fc7c9;
    color: #000;
}

.button-box a.silver2:hover {
    background-color: #000;
    color: #fff;
}

.button-box a.silver3 {
    background-color: #ede3e1;
    color: #000;
}

.button-box a.silver3:hover {
    background-color: #000;
    color: #fff;
}

.button-box a.silver4 {
    background-color: #ff8385;
    color: #000;
}

.button-box a.silver4:hover {
    background-color: #000;
    color: #fff;
}

.button-box a.silver5 {
    background-color: #fee84c;
    color: #000000;
    font-size: 16px;
}

.button-box a.silver5:hover {
    background-color: #000;
    color: #fff;
}

.button-box a.baner-btn:hover {
    background-color: #144f79;
    color: #fff;
}

.button-box a.white-btn {
    background-color: #fff;
    color: #000;
    font-size: 16px;
}

.button-box a.white-btn:hover {
    background-color: #333;
    color: #fff;
}

.button-box a.green-btn {
    background-color: #92ad60;
    color: #fff;
    font-size: 16px;
}

.button-box a.green-btn:hover {
    background-color: #a9c870;
    color: #fff;
}

.top-bar {
    background-image: url("../images/top-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 0;
    text-align: center;
}

.top-bar .brand-logo {
    display: inline-block;
    vertical-align: middle;
}

.top-bar .top-text {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    padding-left: 12px;
    text-transform: uppercase;
    vertical-align: middle;
}

.top-bar .top-textbox {
    display: inline-block;
    vertical-align: middle;
}

.top-bar .top-textbox+.top-textbox {
    margin-left: 30px;
}

.top-textbox .top-text a {
    color: #fff;
    font-weight: 500;
}

.top-textbox .top-links {
    background-color: #fff;
    border-radius: 50%;
    color: #ed2025;
    display: inline-block;
    font-size: 17px;
    height: 30px;
    padding-top: 5px;
    text-align: center;
    vertical-align: top;
    width: 30px;
}

.top-textbox .top-links:hover {
    background-color: #000;
    color: #fff;
}

.top-textbox .top-links+.top-links {
    margin-left: 5px;
}

.logo-section {
    padding: 15px 0;
}

.logo-section .logo-box {
    float: left;
    width: 50%;
    position: relative;
}

.logo-section .logo-box .mobile-btn {
    display: none;
}

.logo-section .cart-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
}

.cart-section .cart-box {
    color: #0084FF;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.cart-section .cart-box+.cart-box {
    padding-left: 30px;
}

.cart-section .cart-box .cart-text {
    margin-top: 8px;
}

.cart-section .cart-icon img {
    width: 25px;
}

.cart-section .mobile-icon {
    display: none;
}

.cart-section .account-ops {
    float: right;
    position: relative;
    text-align: right;
    margin-left: 30px;
}

.cart-section .account-ops .ac-icon-box {
    color: #0084FF;
    cursor: pointer;
    display: block;
}

.cart-section .material-symbols-outlined {
    font-size: 35px;
}

.cart-section .account-ops .ac-icon-box:hover {
    color: #000;
}

.cart-section .account-ops .ac-ops-menu {
    background-color: #fff;
    border: 1px solid #c0c0c0;
    box-shadow: 0 0 30px 7px rgba(0, 0, 0, 0.36);
    display: none;
    max-width: none;
    position: absolute;
    right: -10px;
    text-align: left;
    top: 33px;
    width: 160px;
    z-index: 999;
}

.cart-section .account-ops:hover>.ac-ops-menu {
    display: block;
}

.cart-section .account-ops .ac-ops-menu .aco-menu {
    display: block;
    font-size: 14px;
    padding: 8px 15px 8px 50px;
    color: #000;
}

.cart-section .account-ops .ac-ops-menu .aco-menu:first-child {
    padding-top: 17px;
}

.cart-section .account-ops .ac-ops-menu .aco-menu:last-child {
    padding-bottom: 17px;
}

.cart-section .account-ops .ac-ops-menu .aco-menu:hover {
    color: #ff8b36;
}

.cart-section .account-ops .ac-ops-menu .aco-menu i {
    left: 20px;
    margin-top: 1px;
    position: absolute;
    text-align: center;
    width: 20px;
}

.cart-box .cart-icon .cart-top {
    background-color: #ff872e;
    border-radius: 50%;
    color: #fff;
    height: 19px;
    padding-top: 2px;
    position: absolute;
    right: -5px;
    text-align: center;
    top: 12px;
    width: 19px;
}

.nav-section {
    padding: 10px 0;
    background-color: #0488f1;
}

.nav-section .nav-box ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.nav-section .nav-box ul li {
    display: inline-block;
    vertical-align: top;
}

.nav-section .nav-box ul li a {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin: 0 16px;
}

.nav-section .nav-box ul li a:hover {
    color: #ff8b36;
}

.nav-box ul .active a {
    color: #ff8b36 !important;
}

.inner-section-box {
    padding-top: 40px;
    padding-bottom: 40px;
}

.banner-image .banner-1 {
    background-image: url("../images/banner-1.jpg");
}

.banner-image .banner-2 {
    background-image: url("../images/banner-2.jpg");
}

.banner-image .banner-3 {
    background-image: url("../images/banner-3.jpg");
}

.banner-image .banner-section {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 640px;
    padding: 70px 0 110px;
}

.banner-section .banner-content {
    display: inline-block;
    vertical-align: top;
}

.banner-1 .banner-content {
    padding: 50px;
}

.banner-section .banner-content h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 90px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.banner-1 .banner-content h2 {
    font-size: 90px;
    color: #144f79;
}

.banner-section .banner-content h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: 130px;
}

.banner-1 .banner-content h1 {
    font-size: 130px;
    color: #144f79;
}

.banner-section .banner-content h3 {
    font-family: "Poppins", sans-serif;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 8px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.banner-1 .banner-content h3 {
    color: #144f79;
}

.banner-2 .banner-content {
    padding: 50px 30px;
}

.banner-2 .banner-content h2 {
    font-size: 90px;
    color: #144f79;
}

.banner-2 .banner-content h1 {
    font-size: 130px;
    color: #144f79;
}

.banner-2 .banner-content h3 {
    color: #144f79;
}

.banner-3 .banner-content {
    padding: 40px 30px;
}

.banner-3 .banner-content h2 {
    color: #144f79;
    font-size: 90px;
}

.banner-3 .banner-content h1 {
    color: #144f79;
    font-size: 130px;
}

.banner-3 .banner-content h3 {
    color: #144f79;
}

.banner-content .banner-content h3 {
    color: #265356;
}

.button-box a.maroon {
    background-color: #6496a6;
}

.banner-image .owl-dots .owl-dot.active {
    background-color: #ff8b36;
}

.banner-image .owl-dots .owl-dot {
    background-color: #144f79;
    border-radius: 50%;
    display: inline-block;
    height: 12px;
    margin: 0 5px;
    position: relative;
    top: -40px;
    vertical-align: top;
    width: 12px;
}

.banner-image .owl-dots {
    text-align: center;
}

.shop-section {
    padding: 40px 0;
}

.shop-details .shop-text {
    display: inline-block;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    vertical-align: top;
    width: calc(33.3% - 40px);
}

.shop-section .shop-details {
    font-size: 0;
    margin: 0 -20px;
    text-align: center;
}

.shop-details .shop-box h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 10px 0;
    text-transform: uppercase;
}

.shop-box.blue h4 {
    background-color: #5ebdeb;
}

.shop-box.grey h4 {
    background-color: #a19a8d;
}

.shop-box.yellow h4 {
    background-color: #f6c725;
}

.offer-section {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 60px;
}

.offer-box .new-arrival {
    position: relative;
}

.new-arrival .combo-text {
    background-color: #ffff;
    height: 280px;
    position: absolute;
    right: 12px;
    top: 0;
    width: 300px;
}


.featured-products {
    border-bottom: 1px solid #dfdfdf;
    padding: 30px 0;
}

.top-title h4 {
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
}

.top-title {
    margin-bottom: 50px;
    text-align: center;
}

.featured-products .featured-details {
    font-size: 0;
    margin: 0 -10px;
    text-align: center;
    max-width: none;
}

.featured-products .featured-details a {
    display: inline-block;
    margin-bottom: 50px;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: top;
    width: calc(25% - 20px);
}

.featured-box .top-box .percentage {
    color: #fff;
    font-size: 12px;
}

.featured-box .top-box {
    background-image: url("../images/top-offer.png");
    background-repeat: no-repeat;
    height: 37px;
    left: 10px;
    position: absolute;
    top: 15px;
    width: 37px;
}

.featured-box .top-box .offer {
    font-size: 12px;
    text-transform: uppercase;
}


/*
.featured-box .product-price {background-color: #e31a37;border-radius: 50%;bottom: 20px;color: #fff;font-size: 16px;height: 100px;padding-top: 43px;position: absolute;right: 20px;text-align: center;width: 100px;}
.product-price::after {border: 2px solid #fff;border-radius: 50%;content: "";height: 85px;left: 7px;position: absolute;text-align: center;top: 50%;transform: translateY(-50%);width: 85px;}
.featured-box .product-price.range {border-radius: 28px;height: auto;padding: 20px 22px;width: auto;}
.featured-box .product-price.range::after {border-radius: 24px;height: calc(100% - 14px);width: calc(100% - 14px);}
*/

.featured-box .product-image {
    margin-bottom: 20px;
    position: relative;
}

.featured-box .product-name {
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    color: #000;
}

a:hover .featured-box .product-name {
    color: #ff4c4c;
}

.featured-box .item-price {
    color: #ff4c4c;
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    margin-top: 10px;
}

.featured-box .item-price .old-price {
    text-decoration: line-through;
    font-weight: 500;
    color: #777;
    font-size: 18px;
    margin-bottom: 7px;
}

.arrival-sec {
    border-bottom: 1px solid #dfdfdf;
    padding: 60px 0;
}

.arrival-sec .new-arrival {
    background-image: url("../images/new-arrival.png");
}

.arrival-sec .last-offer {
    background-image: url("../images/last-offer1.png");
}

.new-arrival .combo-text h3 {
    color: #000;
    font-size: 41px;
    font-weight: 600;
    letter-spacing: 15px;
    margin-bottom: 0;
    padding-top: 50px;
}

.new-arrival .btm-img {
    bottom: 0;
    left: 0;
    position: absolute;
}

.last-offer .combo-text h3 {
    margin-bottom: 0;
}

.new-arrival .combo-text h4 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 13px;
    margin-bottom: 20px;
}

.last-offer .combo-text h4 {
    font-size: 23px;
    font-weight: 400;
}

.new-arrivals {
    padding: 40px 0 0;
}

.new-arrivals .arrival-products {
    font-size: 0;
    margin: 0 -10px;
    text-align: center;
}

.arrival-products .product-box {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 50px;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: top;
    width: calc(25% - 20px);
}

.product-box .btm-price {
    background-color: #ff526a;
    border-radius: 50%;
    bottom: 20px;
    color: #fff;
    font-size: 15px;
    height: 65px;
    left: 20px;
    padding-top: 24px;
    position: absolute;
    text-align: center;
    width: 65px;
}

.product-box .image-box {
    margin-bottom: 20px;
}

.product-box .size-details h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.product-box .btm-price {
    display: none;
}

.size-details .item-price .sale-price {
    color: #ff4c4c;
    font-size: 22px;
    font-weight: 700;
}

.size-details .item-price .off-price {
    font-weight: 400;
    padding-right: 20px;
    text-decoration: line-through;
}

.size-details .item-price .old-price {
    color: #777;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 7px;
    text-decoration: line-through;
}

.size-details .size-chart a {
    color: #2b2828;
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    padding-right: 10px;
    position: relative;
    text-transform: uppercase;
    vertical-align: top;
}

.size-details .size-chart a:hover {
    color: #ee2025;
}

.size-details .size-chart a.sold {
    opacity: 0.6;
    text-decoration: line-through;
}

.size-details .size-chart a+a::after {
    background-color: #2b2828;
    content: "";
    height: 11px;
    left: -6px;
    position: absolute;
    top: 2px;
    width: 1px;
}

.arrival-products .size-details {
    text-align: left;
}

.size-details .size-chart {
    display: none;
}

.product-box .image-sec a {
    display: block;
    position: relative;
}

.get-notified {
    padding: 0 0 50px;
    text-align: center;
}

.get-notified .notified-content {
    background-image: url("../images/newsletter-bg.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    border: 1px solid #a5a5a5;
    margin: 0 auto;
    max-width: 1165px;
    padding: 50px 10px 100px;
}

.get-notified .mail-box {
    margin: 0 auto;
    position: relative;
    width: 690px;
}

.mail-box .submit-btn {
    position: absolute;
    right: 0;
    top: 0;
}

.mail-box .email-adrs input[type="email"] {
    border-color: #1c959d;
    color: #2b2828;
    font-size: 12px;
    font-weight: 400;
    padding: 12px 20px;
}

.mail-box .submit-btn input[type="submit"] {
    background-color: #1c959d;
    font-size: 15px;
    font-weight: 500;
    min-width: 165px;
    padding: 12px 15px;
}

.mail-box .submit-btn input[type="submit"]:hover {
    background-color: #068088;
    color: #fff;
}

.get-notified h2 {
    font-size: 39px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.get-notified .newsletter__input {
    height: 46px;
}

.get-notified h4 {
    color: #2b2828;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 40px;
    text-transform: uppercase;
    line-height: 22px;
}

.insta-section {
    background-image: url("../images/instegram-bg.jpg");
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 75px 0;
    text-align: center;
}

.insta-section .insta-images {
    margin-bottom: 30px;
}

.insta-images .instagram_gallery {
    overflow: hidden;
}

.insta-section .insta-head h3 {
    color: #fff;
    font-size: 39px;
    font-weight: 600;
    margin-bottom: 5px;
}

.insta-section .insta-head span {
    padding-right: 20px;
}

.insta-section .insta-head {
    margin-bottom: 20px;
}

.insta-section .insta-head p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.footer-section {
    padding: 90px 0 0px;
}

.footer-content .footer-box {
    width: calc(25% - 20px);
    margin: 0px 10px;
}

.footer-content .footer-box.footer-quicklinks {
    width: calc(42% - 20px);
}

.footer-content .footer-box.footer-location {
    width: calc(30% - 20px);
}

.footer-content .footer-box.footer-logo-box {
    width: calc(20% - 20px);
}

.footer-section .footer-content {
    padding-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -10px;
    max-width: unset !important;
}

.footer-box .footer-links ul {
    margin: 0;
    padding: 0;
}

.footer-box .footer-links ul li {
    box-sizing: border-box;
}

@media only screen and (min-width:992px) {
    .footer-box .footer-links ul {
        column-count: 2;
        column-gap: 20px;
    }

    .footer-box .footer-links ul li {
        break-inside: avoid;
    }
}

.footer-content .footer-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-box .footer-links a {
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.footer-box .footer-links a:hover {
    color: #ff8b36;
}

.footer-box .footer-text {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

.footer-box .location {
    display: flex;
    align-items: flex-start;
}

.footer-box .location .icn {
    font-size: 20px;
    color: #4bb6f2;
    margin-right: 5px;
    display: inline-block;
}

.footer-box .location .addrs {
    display: inline-block;
}

.footer-box .location .separater {
    margin: 0 10px;
    color: #4bb6f2;
}

.footer-box .footer-text p {
    font-weight: 400;
}

.footer-box .footer-logo {
    margin-bottom: 20px;
}

.footer-box .footer-follow {
    margin-top: 10px;
}

.footer-box .social-links a {
    display: inline-block;
    font-size: 25px;
    margin-right: 20px;
    vertical-align: top;
}

.copy-right {
    font-size: 13px;
    font-weight: 500;
    padding: 30px 0;
    text-align: center;
    overflow: hidden;
    border-top: 1px solid #d6d6d6;
}

.copy-right .c-left {
    float: left;
}

.copy-right .c-right {
    float: right;
}

.copy-right .c-right a {
    color: #ed4749;
}

.pagination input[type="button"],
.pagination input[type="submit"],
.pagination input[type="reset"],
.pagination .primary-button,
.pagination .btn {
    background: none;
    color: #000;
    min-width: auto;
    padding: 6px 12px;
}

.cart-flex-item .small--hide .btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    text-align: left;
}

.cart-flex-item .small--hide .btn:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.social-sharing .btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #000;
}

.social-sharing .btn:hover {
    color: #eb6e9d;
}

.return-link-wrapper .btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #000;
}

.return-link-wrapper .btn:hover {
    color: #eb6e9d;
}

.arrival-products .product-box .image-sec {
    position: relative;
}

.product-box .image-sec .percentage {
    background-image: url("../images/top-offer.png");
    background-repeat: no-repeat;
    color: #fff;
    font-size: 12px;
    height: 37px;
    left: 10px;
    position: absolute;
    top: 15px;
    width: 37px;
    z-index: 999;
}

.content_section .product_section .product_list .product_box .product_img {
    position: relative;
}

.content_section .product_section .product_list .product_box .product_img .percentage {
    background-image: url("../images/top-offer.png");
    background-repeat: no-repeat;
    color: #fff;
    font-size: 12px;
    height: 37px;
    left: 10px;
    position: absolute;
    text-align: center;
    top: 15px;
    width: 37px;
    z-index: 999;
}

.percentage.remove-0,
.top-box.remove-0 {
    display: none;
}

.new-arrivals .button-box {
    margin-bottom: 60px;
    text-align: center;
}

.new-arrivals .button-box a:hover {
    background-color: #000;
    color: #fff;
}

.featured-products .button-box {
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
}

.featured-products .button-box a:hover {
    background-color: #000;
    color: #fff;
}

#messageus_button {
    display: none !important;
}

.season-section .featured-products {
    background-image: url("../images/xmass-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -20px;
    position: relative;
}

.shop-section {
    display: none;
}


/* age category */

.home-category {
    padding: 50px 0 30px;
    background-color: #f3f3f3;
    position: relative;
    z-index: 1;
    margin-top: 0px;
}

.home-category .top-head {
    text-align: center;
}

.home-category .top-head h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.home-category .top-head h4 {
    font-weight: 500;
    margin-bottom: 30px;
}

.home-category .catgory-sec {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.home-category .first-sec .catgy-box:nth-child(1) {
    /*  margin-top: -130px;*/
    z-index: 99;
}

.home-category .catgory-sec .catgy-box {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(16.6% - 30px);
    text-align: center;
    display: block;
    color: #000000;
    margin-bottom: 30px;
}

.home-category .catgory-sec .catgy-box .catgy-img {
    margin-bottom: 20px;
}

.catgy-box .catgy-size {
    font-size: 16px;
    font-weight: 600;
}

.home-category .catgory-sec .catgy-box .catgy-img img {
    width: 100%;
}

.home-category .first-sec {
    position: relative;
}

/*.home-category .first-sec::before { background-image: url(../images/first-rt-bg.png); background-repeat: no-repeat; position: absolute; content: ""; right: -48px;top: -233px; width: 500px; height: 585px; z-index: -1; background-size: 450px;}*/
.home-category .secnd-sec {
    position: relative;
}

/*
.home-category .secnd-sec:before {
    background-image: url(../images/secnd-lt-bg.png);
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    left: -24px;
    top: -170px;
    width: 300px;
    height: 570px;
    z-index: -1;
    background-size: 300px;
}

.home-category .secnd-sec:after {
    background-image: url(../images/secnd-rt-bg.png);
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    right: 30px;
    top: -150px;
    width: 610px;
    height: 550px;
    z-index: -1;
}
*/
.home-category .secnd-sec .catgy-box:nth-child(3) {
    margin-top: 110px;
}

.home-category .secnd-sec .catgy-box:nth-child(4) {
    margin-top: -50px;
}

.home-category .thrd-sec {
    position: relative;
}

/*
.home-category .thrd-sec:before {
    background-image: url(../images/thrd-lt-bg.png);
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    left: -10px;
    top: -210px;
    width: 490px;
    height: 435px;
    z-index: -1;
    background-size: 490px;
}

.home-category .thrd-sec:after {
    background-image: url(../images/thrd-rt-bg.png);
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    right: 0px;
    top: -150px;
    width: 440px;
    height: 566px;
    z-index: -1;
    background-size: 440px;
}
*/
.home-category .thrd-sec .catgy-box:nth-child(2) {
    margin-top: 70px;
}

.home-category .thrd-sec .catgy-box:nth-child(3) {
    margin-top: 40px;
    z-index: 999;
}

.home-category .secnd-sec .catgy-box:nth-child(2) {
    z-index: 99;
}

.new-search-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.mobile-call-bar {
    display: none;
}

.new-search-head .logo-box {
    width: 260px;
}

.new-search-head .cart-section {
    width: 250px;
}

.new-search-head .head-search {
    width: calc(100% - 520px);
    padding: 0px 60px;
    display: flex;
    justify-content: end;
}

.new-search-head .head-search .call-icn {
    font-size: 18px;
    font-weight: 600;
    margin-right: 7px;
}

.new-search-head .head-search .phno {
    margin-left: 12px;
}

.search-bar-box {
    position: relative;
    max-width: 460px !important;
    width: 100%;
}

.search-bar-box button.pix-btn.site {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
}

.search-bar-box input[type="text"] {
    padding-right: 50px;
}

.insta-section::before {
    background: url(../images/instegram-bg.jpg);
    position: absolute;
    content: "";
    width: 100%;
    height: 140px;
    bottom: 0;
    left: 0;
    z-index: 999999 !important;
    display: none;
}

.insta-feed h1.referral {
    display: none !important;
    font-size: 0;
}

.insta-feed h1.referral a {
    font-size: 0 !important;
}

.juicer-feed h1.referral a:after {
    display: none;
}

.bap-img {
    margin-top: 15px;
}

.bapt-section .product_list {
    position: relative;
}

.bapt-section {
    overflow-x: hidden;
}

.bapt-section .product_list::after {
    content: "";
    width: 346px;
    height: 478px;
    position: absolute;
    background-image: url(../images/bap2.png);
    z-index: -1;
    top: 150px;
    right: -220px;
    pointer-events: none;
}

.diwali-banner a {
    display: block;
    height: 79px;
}

.diwali-banner a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.diwali-banner .dsk {
    display: block;
}

.diwali-banner .mob {
    display: none;
}

.whtsap {
    bottom: 20px;
    content: "";
    height: 50px;
    position: fixed;
    right: 20px;
    width: 50px;
    z-index: 9999;
}

.cou-box {
    text-align: center;
    padding: 10px 15px;
    font-size: 16px;
    background: #1ebdb9;
    color: #fff;
}

.cou-box strong {
    color: #000;
    font-size: 1.25em;
}

.shiping-partners {
    width: 600px;
    margin: 0 auto;
    padding-top: 60px;
}

.shiping-partners .partner-heading {
    text-align: center;
    font-size: 16px;
}

.shiping-partners .partner-logos {
    display: flex;
    padding: 40px 0px;
    align-items: center;
    margin: 0 -15px;
    flex-wrap: wrap;
    max-width: none;
}

.shiping-partners .partner-logos .logos {
    margin: 0 15px;
    width: calc(33.33% - 30px);
}

.cou-box .all-ind {
    display: inline-block;
    border-left: 1px solid #fff;
    padding-left: 9px;
    margin-left: 8px;
}

.size-chart .makesure {
    display: block;
    margin-top: 8px;
    padding: 15px;
    color: #000;
    font-size: 14px;
    border: 2px solid #1ebdb9;
    max-width: 450px;
}

.size-chart .mea {
    display: inline-block;
    margin-left: 35px;
}

.size-chart .mea a {
    display: inline-block;
    text-decoration: underline;
}

.nav-section .nav-box ul li.onam-nav {
    position: relative;
}

.site-heading {
    text-align: center;
    margin-bottom: 45px;
}

.site-heading .heading-sec {
    margin-bottom: 30px;
}

.site-heading .heading-sec .main-head {
    font-size: 50px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 5px;
    line-height: 50px;
    color: #144f79;
    text-transform: uppercase;
}

.site-heading .heading-sec .descr {
    color: #144f79;
    font-size: 16px;
    font-weight: 400;
}

.all-category {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: unset !important;
    gap: 20px;
    flex-wrap: wrap;
}

.all-category .each-category {
    text-align: center;
    border-radius: 20px;
    padding: 35px 0 20px;
    flex: 1 1 250px;
}

.all-category .each-category.blue-bg {
    background: linear-gradient(to bottom left, #51c3fe, #3faaff);
}

.all-category .each-category.orange-bg {
    background: linear-gradient(to bottom left, #ffa05f, #ff862c);
}

.all-category .each-category.green-bg {
    background: linear-gradient(to bottom left, #8eb04f, #92ad60);
}

.all-category .each-category .hed {
    color: #fff;
    margin: 0;
    font-size: 55px;
    line-height: 55px;
    font-weight: 700;
}

.all-category .each-category .para {
    color: #fff;
    margin: 0 0 20px;
    font-size: 16px;
}

/*
.nav-section .nav-box ul li.onam-nav::after {
    content: "";
    position: absolute;
    width: 54px;
    height: 88px;
    top: -23px;
    right: -4px;
    background-image: url(../images/onam-nav.png);
    background-repeat: no-repeat;
    background-position: center top;
    pointer-events: none;
}
.nav-section .nav-box ul li.onam-nav::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 34px;
    top: -23px;
    left: -4px;
    background-image: url(../images/butter.png);
    background-repeat: no-repeat;
    background-position: center top;
    pointer-events: none;
}
*/

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

    .banner-1 .banner-content,
    .banner-2 .banner-content,
    .banner-3 .banner-content {
        padding: 0 30px;
    }
}

@media only screen and (min-width:1400px) and (max-width:1600px) {
    .container {
        width: 1370px;
    }

    .banner-image .banner-section {
        height: 540px;
    }

    /* .home-category .first-sec::before{ right: -98px;}*/
    .home-category .secnd-sec:after {
        right: -40px;
        top: -180px;
    }
}

@media only screen and (min-width:1230px) and (max-width:1399px) {
    .container {
        width: 1200px;
    }

    .banner-image .banner-section {
        height: 500px;
    }
}

@media only screen and (min-width:992px) and (max-width:1400px) {
    .footer-box .location .addrs span.phno.two {
        display: block;
    }
}

@media only screen and (min-width:992px) and (max-width:1230px) {
    .container {
        width: 960px;
    }
}

@media only screen and (max-width:1400px) {
    /*   .home-category .top-head h2 {
        font-size: 35px;
    }*/

    .home-category .top-head h4 {
        font-size: 25px;
    }

    .home-category .first-sec::before {
        background-size: 290px;
        right: 0px;
        width: 290px;
        top: -190px;
    }

    .home-category .secnd-sec:before {
        background-size: 200px;
        left: 0px;
        top: -120px;
        height: 380px;
    }

    .home-category .secnd-sec:after {
        background-size: 300px;
        right: 130px;
        top: -60px;
        width: 300px;
    }

    .home-category .thrd-sec:before {
        background-size: 360px;
        top: -170px;
        left: 30px;
    }

    .home-category .thrd-sec:after {
        background-size: 300px;
        right: 40px;
        width: 300px;
        top: -120px;
        height: 450px;
    }

    .banner-1 .banner-content h1,
    .banner-2 .banner-content h1,
    .banner-3 .banner-content h1 {
        font-size: 95px;
        line-height: 95px;
    }

    .banner-1 .banner-content h2,
    .banner-2 .banner-content h2,
    .banner-3 .banner-content h2 {
        font-size: 65px;
        line-height: 65px;
    }

    .all-category .each-category .hed {
        font-size: 32px;
        line-height: 32px;
    }
}

@media only screen and (max-width:1394px) {
    .cou-box .all-ind {
        display: block;
        border-left: 0;
        padding-left: 0;
        margin-left: 0;
        margin-top: 12px;
    }
}

@media only screen and (max-width:1230px) {
    .container {
        width: 100%;
    }

    .top-bar .brand-logo {
        max-width: 100px;
    }

    .top-bar .top-text {
        font-size: 12px;
    }

    .new-search-head .head-search {
        width: calc(100% - 470px);
        padding: 0px 40px;
    }

    .new-search-head .cart-section {
        width: 210px;
    }

    .cart-section .material-symbols-outlined {
        font-size: 30px;
    }

    .banner-section .banner-content .flat-offer {
        font-size: 40px;
        min-width: 350px;
        padding: 20px 15px;
    }

    .banner-image .banner-section {
        padding: 10px 0;
        height: 400px;
    }

    .banner-section .banner-content .flat-offer {
        font-size: 25px;
        min-width: 230px;
        padding: 12px 15px;
    }

    .banner-1 .banner-content h1,
    .banner-2 .banner-content h1,
    .banner-3 .banner-content h1 {
        font-size: 80px;
        line-height: 80px;
    }

    .banner-1 .banner-content h2,
    .banner-2 .banner-content h2,
    .banner-3 .banner-content h2 {
        font-size: 60px;
        line-height: 60px;
    }

    .banner-2 .banner-content {
        padding: 30px;
    }

    .banner-1 .banner-content {
        padding: 30px;
    }

    .banner-image .owl-dots .owl-dot {
        top: -25px;
    }

    .featured-products .featured-details a {
        width: calc(25% - 20px);
    }

    .arrival-products .product-box {
        width: calc(25% - 20px);
    }

    .product-box .size-details h4 {
        font-size: 14px;
    }

    .insta-section {
        padding: 40px 0;
    }

    .insta-section::before {
        height: 90px;
    }

    .new-arrival .combo-text h3 {
        letter-spacing: 3px;
        padding-top: 20px;
    }

    .new-arrival .combo-text h4 {
        font-size: 20px;
        letter-spacing: 4px;
        margin-bottom: 10px;
    }

    .new-arrival .combo-text {
        height: 180px;
        width: 210px;
    }

    .button-box a {
        min-width: 145px;
    }

    .get-notified .mail-box {
        width: 540px;
    }

    .get-notified .notified-content {
        background-size: 930px auto;
        padding: 40px 0 80px;
    }

    .get-notified h2 {
        font-size: 35px;
    }

    .size-details .item-price .sale-price {
        font-size: 20px;
    }

    /*
    .catgy-box .catgy-size {
        font-size: 20px;
    }*/

    .home-category .secnd-sec:after {
        right: 0;
    }

    .home-category .thrd-sec:after {
        background-size: 270px;
        right: -40px;
        top: -90px;
    }

    .home-category .catgory-sec .catgy-box {
        width: calc(25% - 30px);
    }
}


@media only screen and (max-width:991px) {
    .nav-section .nav-box ul li a {
        margin: 0 10px;
    }

    .banner-section .banner-content .flat-offer {
        font-size: 25px;
        min-width: 230px;
        padding: 12px 15px;
    }

    .banner-image .banner-section {
        padding: 50px 0;
    }

    .banner-1 .banner-content h1,
    .banner-2 .banner-content h1,
    .banner-3 .banner-content h1 {
        font-size: 60px;
        line-height: 60px;
    }

    .banner-1 .banner-content h2,
    .banner-2 .banner-content h2,
    .banner-3 .banner-content h2 {
        font-size: 40px;
        line-height: 40px;
    }

    .banner-section .banner-content h3 {
        font-size: 17px;
    }

    .banner-section .banner-content {
        padding: 30px;
    }

    .banner-image .banner-section {
        height: 480px;
    }

    .all-category {
        justify-content: center;
    }

    .button-box a {
        font-size: 14px;
        min-width: 125px;
        padding: 8px 20px;
    }

    .featured-products .featured-details {
        margin-left: -2px;
        margin-right: -2px;
    }

    .featured-products .featured-details a {
        width: calc(33.33% - 4px);
        margin-left: 2px;
        margin-right: 2px;
    }

    .featured-box .product-name {
        margin-left: 15px;
        margin-right: 15px;
    }

    .featured-box .item-price {
        margin-left: 15px;
        margin-right: 15px;
        font-size: 17px;
    }

    .featured-box .item-price .old-price {
        font-size: 15px;
    }

    .product-box .image-box img {
        width: 100%;
    }

    .arrival-products .product-box {
        width: calc(50% - 20px);
    }

    .new-arrival .combo-text {
        height: 160px;
        width: 180px;
    }

    .new-arrivals .button-box {
        margin-bottom: 20px;
    }

    .insta-section .insta-head h3 {
        font-size: 30px;
    }

    .insta-section .insta-head {
        margin-bottom: 0;
    }

    .footer-section {
        padding: 40px 0;
    }

    .get-notified .notified-content {
        background-size: 720px auto;
        padding: 30px 0 60px;
    }

    .get-notified h2 {
        font-size: 25px;
        margin-bottom: 5px;
    }

    .get-notified h4 {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .get-notified .mail-box {
        width: 430px;
    }

    .home-category .catgory-sec {
        flex-wrap: wrap;
    }

    .home-category .first-sec .catgy-box:nth-child(1) {
        margin-top: 0;
    }

    .home-category .catgory-sec .catgy-box {
        width: calc(50% - 10px) !important;
        margin-bottom: 20px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .home-category .first-sec .catgy-box:nth-child(4) {
        margin-top: 0;
    }

    .home-category .secnd-sec .catgy-box:nth-child(2) {
        z-index: 99;
    }

    .home-category .secnd-sec .catgy-box:nth-child(4) {
        margin-top: 0;
    }

    .home-category .secnd-sec .catgy-box:nth-child(3) {
        margin-top: 0;
    }

    .home-category .thrd-sec .catgy-box:nth-child(3) {
        margin-top: 0;
    }

    .home-category .first-sec::before {
        top: -50px;
    }

    .home-category .thrd-sec:after {
        top: 0;
    }

    .home-category .thrd-sec .catgy-box:nth-child(2) {
        margin-top: 0;
    }

    .home-category {
        padding: 40px 0;
    }

    .home-category .first-sec::before,
    .home-category .secnd-sec:before,
    .home-category .secnd-sec:after,
    .home-category .thrd-sec:before,
    .home-category .thrd-sec:after {
        display: none;
    }

    .new-search-head .logo-box {
        width: 180px;
    }

    .new-search-head .cart-section {
        width: 180px;
    }

    .new-search-head .head-search {
        width: calc(100% - 360px);
        padding: 0px 20px;
    }

    .cart-section .cart-box+.cart-box {
        padding-left: 20px;
    }

    .cart-section .account-ops {
        margin-left: 20px;
    }

    .bapt-section .product_list::after {
        right: 0;
    }

    .footer-section .footer-content {
        padding-bottom: 0;
    }

    .footer-content .footer-box {
        width: calc(50% - 20px);
        margin: 0px 10px 25px;
    }

    .footer-content .footer-box.footer-quicklinks,
    .footer-content .footer-box.footer-location,
    .footer-content .footer-box.footer-logo-box {
        width: calc(50% - 20px);
    }

    .footer-content .footer-box.text-center {
        text-align: left;
    }

}

@media only screen and (max-width:845px) and (min-width:768px) {
    .nav-section .nav-box ul li a {
        margin: 0 7px;
    }
}

@media only screen and (max-width:768px) {
    body .container {
        width: auto;
    }

    .featured-products .featured-details {
        margin-left: -13px;
        margin-right: -13px;
    }

    .site-heading .heading-sec .main-head {
        font-size: 40px;
    }
}

@media only screen and (max-width:767px) {
    .stick-head {
        position: sticky;
        top: 0;
        background-color: #fff;
        z-index: 98;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }

    .top-bar.hide-mobile {
        display: none;
    }

    .logo-section {
        padding: 15px 0;
    }

    .nav-section .nav-box {
        display: none;
    }

    .logo-section .cart-section {
        width: 140px;
        padding-top: 0;
    }

    .logo-section .logo-box {
        padding-left: 47px;
        width: calc(100% - 140px);
    }

    .logo-section .logo-box .logo-img {
        width: 143px;
    }

    .logo-section .logo-box .mobile-btn {
        cursor: pointer;
        display: block;
        height: calc(100% + 35px);
        left: -15px;
        position: absolute;
        top: -15px;
        width: 60px;
    }

    .logo-section .logo-box .mobile-btn img {
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .cart-section .cart-box {
        display: none;
    }

    .cart-section .cart-box.mob-show {
        display: inline-block;
    }

    .cart-section .desktop-icon {
        display: none;
    }

    .cart-section .mobile-icon,
    .cart-section .cart-icon img.mobile-icon {
        display: inline-block;
        width: 22px;
    }

    .cart-section .cart-icon img.mobile-icon {
        width: 16px;
    }

    .cart-section .account-ops {
        margin-left: 15px;
    }

    .cart-section .account-ops .ac-icon-box {
        font-size: 12px;
        padding: 7px 10px;
        margin-top: 6px;
    }

    .logo-section {
        padding: 15px 0;
    }

    .nav-section {
        padding: 0;
    }

    .banner-image {
        display: none;
    }

    .category-section {
        margin-top: 30px;
    }

    .banner-1 .banner-content h2,
    .banner-2 .banner-content h2,
    .banner-3 .banner-content h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .banner-1 .banner-content h1,
    .banner-2 .banner-content h1,
    .banner-3 .banner-content h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .banner-1 .banner-content h3,
    .banner-2 .banner-content h3,
    .banner-3 .banner-content h3 {
        letter-spacing: 2px;
        margin-bottom: 5px;
        font-size: 16px;
    }

    .banner-1 .banner-content {
        padding: 30px;
    }

    .banner-image .banner-section {
        height: 390px;
        padding: 30px 0;
    }

    .banner-image .banner-1 {
        background-position: right !important;
    }

    .banner-image .banner-2 {
        background-position: right !important;
    }

    .banner-image .banner-3 {
        background-position: right !important;
    }

    .shop-details .shop-text {
        margin-left: 10px;
        margin-right: 10px;
        width: calc(50% - 20px);
    }

    .shop-details .shop-box h4 {
        font-size: 20px;
    }

    .shop-section {
        padding: 20px 0;
    }

    .top-title {
        margin-bottom: 30px;
    }

    .featured-box .product-image img {
        width: 100%;
    }

    .top-title h4 {
        font-size: 20px;
    }

    .arrival-products .product-box {
        width: calc(50% - 20px);
        margin-bottom: 30px;
    }

    .offer-section {
        padding-bottom: 40px;
    }

    .insta-section .insta-images {
        margin-bottom: 20px;
    }

    .arrival-sec {
        padding: 40px 0;
    }

    .featured-products {
        padding: 25px 0;
    }

    .new-arrivals {
        padding: 20px 0 0;
    }

    .footer-section {
        padding: 20px 0;
    }

    .footer-content .footer-box h4 {
        margin-bottom: 10px;
    }

    .footer-content .footer-box {
        margin-bottom: 20px;
        width: auto;
    }

    .footer-content .footer-box.footer-quicklinks,
    .footer-content .footer-box.footer-location,
    .footer-content .footer-box.footer-logo-box {
        width: auto;
    }

    .footer-content .footer-box .footer-logo {
        width: 150px;
    }

    .footer-section .footer-content {
        padding-bottom: 10px;
    }

    .footer-box .footer-links ul {
        display: flex;
        flex-wrap: wrap;
    }

    .footer-box .footer-links ul li {
        width: 33.33%;
        padding-right: 10px;
        line-height: 1.4em;
        margin-bottom: 1em;
    }

    .get-notified h2 {
        font-size: 20px;
    }

    .get-notified .notified-content {
        background-size: 530px auto;
    }

    .get-notified h4 {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .product-box .size-details h4 {
        margin-bottom: 5px;
    }

    .copy-right .c-left {
        float: none;
    }

    .copy-right .c-right {
        float: none;
        margin-top: 6px;
    }

    .template-cart .content_section .side_bar {
        display: none;
    }

    .new-search-head .cart-section {
        width: auto;
        justify-content: center;
        align-items: baseline;
    }

    .new-search-head .logo-box {
        width: 200px;
    }

    .new-search-head .head-search {
        display: none;
    }

    .mobile-call-bar {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        padding: 15px 10px;
        font-size: 12px;
        background-color: #fff;
    }

    .mobile-call-bar .call-icn {
        font-size: 15px;
        margin-right: 4px;
    }

    .mobile-call-bar .phno {
        margin-left: 6px;
    }

    .bap-img {
        display: none;
    }

    .diwali-banner .dsk {
        display: none;
    }

    .diwali-banner .mob {
        display: block;
    }

    .diwali-banner a {
        height: auto;
    }

    .diwali-banner a img {
        height: auto;
        object-fit: contain;
    }

    .whtsap {
        bottom: 66px;
        width: 38px;
        right: 10px;
    }

    .cou-box {
        font-size: 13px;
    }
}

@media only screen and (max-width:640px) {
    .insta-section .insta-head h3 {
        font-size: 24px;
    }

    .insta-section .insta-head {
        font-size: 15px;
    }

    .insta-section .insta-head p {
        line-height: 22px;
    }

    .top-bar {
        overflow: hidden;
    }

    .top-bar .top-textbox+.top-textbox {
        margin-top: 2px;
    }

    .top-bar .features-box {
        overflow: hidden;
        width: 400%;
        max-width: none;
        animation: featureBoxMarquee 15s ease-in-out infinite;
        -webkit-animation: featureBoxMarquee 15s ease-in-out infinite;
    }

    .top-bar .features-box .top-textbox {
        width: 25%;
        float: left;
    }

    .top-bar .brand-logo img {
        max-height: 17px;
    }

    .banner-image .banner-section {
        height: 330px;
    }

    .banner-section .banner-content {
        background-color: rgba(177, 230, 255, 0.7);
        width: 100%;
    }

}

@media only screen and (max-width:619px) {
    .footer-box .footer-links ul li {
        width: 50%;
    }

    .all-category .each-category .hed {
        font-size: 25px;
        line-height: 25px;
    }

    .all-category .each-category .para {
        font-size: 14px;
    }
}

@media only screen and (max-width:599px) {
    .featured-products .featured-details a {
        width: calc(50% - 4px);
    }
}

@keyframes featureBoxMarquee {
    0% {
        margin-left: 0
    }

    23% {
        margin-left: 0
    }

    25% {
        margin-left: -100%
    }

    48% {
        margin-left: -100%
    }

    50% {
        margin-left: -200%
    }

    73% {
        margin-left: -200%
    }

    75% {
        margin-left: -300%
    }

    98% {
        margin-left: -300%
    }
}

@-webkit-keyframes featureBoxMarquee {
    0% {
        margin-left: 0
    }

    23% {
        margin-left: 0
    }

    25% {
        margin-left: -100%
    }

    48% {
        margin-left: -100%
    }

    50% {
        margin-left: -200%
    }

    73% {
        margin-left: -200%
    }

    75% {
        margin-left: -300%
    }

    98% {
        margin-left: -300%
    }
}

@media only screen and (max-width:510px) {
    .top-bar .brand-logo {
        max-width: none;
    }

    .top-bar .brand-logo .pay-icon {
        max-height: 24px;
    }

    .top-bar .top-textbox {
        display: block;
    }

    .top-bar .top-textbox+.top-textbox {
        margin-left: 0;
    }

    .top-textbox .top-links {
        width: 24px;
        height: 24px;
        font-size: 14px;
        padding-top: 3px;
    }
}

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

    .banner-1 .banner-content h2,
    .banner-2 .banner-content h2,
    .banner-3 .banner-content h2 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 8px;
    }

    .banner-1 .banner-content h1,
    .banner-2 .banner-content h1,
    .banner-3 .banner-content h1 {
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .banner-1 .banner-content h3,
    .banner-2 .banner-content h3,
    .banner-3 .banner-content h3 {
        font-size: 14px;
    }

    .banner-section .banner-content {
        text-align: center;
    }

    .banner-3 .banner-content {
        float: none;
        max-width: none;
    }

    .banner-section .banner-content {
        display: block;
    }

    .banner-1 .banner-content,
    .banner-2 .banner-content,
    .banner-3 .banner-content {
        margin-top: 10px;
    }

    .banner-image .banner-section {
        height: 280px;
    }

    .banner-image .owl-dots .owl-dot {
        top: -20px;
    }

    .banner-image .banner-section {
        height: 240px;
    }

    .banner-section .banner-content {
        padding: 20px;
    }

    .shop-details .shop-text {
        display: block;
        width: auto;
    }

    .arrival-products .product-box {
        display: block;
        width: auto;
    }

    .button-box a.big {
        min-width: 165px;
    }

    .insta-section .insta-head h3 {
        font-size: 20px;
    }

    .insta-section .insta-head span {
        padding-right: 10px;
    }

    .mail-box .submit-btn input[type="submit"] {
        min-width: 105px;
    }

    .mail-box .email-adrs input[type="email"] {
        padding: 12px 10px;
    }

    .get-notified .mail-box {
        width: 330px;
    }

    .get-notified .notified-content {
        background-size: 270px auto;
    }

    .get-notified .notified-content {
        padding: 30px 0;
    }

    .insta-section {
        padding: 20px 0;
    }

    .content_section .product_section .product_list .product_box+.product_box {
        margin-bottom: 30px;
    }

    .content_section .product_section .product_list .product_box .product_img {
        margin-bottom: 10px;
    }

    .arrival-products .size-details {
        text-align: center;
    }

    .get-notified h2 {
        letter-spacing: 0;
    }

    .home-category .top-head h2 {
        font-size: 25px;
    }

    .home-category .top-head h4 {
        font-size: 20px;
    }

    .home-category .top-head h2 {
        margin-bottom: 35px;
    }

    .all-category .each-category {
        width: auto;
    }

}

@media only screen and (max-width:425px) {
    .shiping-partners .partner-logos {
        margin-left: 0 -5px;
        margin-right: 0 -5px;
    }

    .shiping-partners .partner-logos .logos {
        margin-left: 5px;
        margin-right: 5px;
        width: calc(33.33% - 10px);
    }
}

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

    .get-notified .mail-box {
        width: 270px;
    }

    .mail-box .email-adrs input[type="email"] {
        font-size: 11px;
    }

    .mail-box .submit-btn input[type="submit"] {
        min-width: 85px;
    }

    .banner-image .banner-section {
        height: 210px;
    }
}