

#small-img-roll {
    margin-top: 15px;
}

#small-img-roll .owl-dots {
    display: none;
}


#small-img-roll .owl-nav {
    opacity: 1;
}

#small-img-roll .owl-nav div {
    background: #000 url(../images/sprite.png) no-repeat scroll;
    height: 35px;
    width: 35px;
    font-size: 0px;
    position: absolute;
    transition: 0.5s;
    border-radius: 40px;
}

#small-img-roll .owl-nav .owl-prev {
    background-position: -4px -454px;
}

#small-img-roll .owl-nav .owl-prev:hover {
    background-color: #999;
}

#small-img-roll .owl-nav .owl-next {
    background-position: -200px -454px;
}

#small-img-roll .owl-nav .owl-next:hover {
    background-position: -199px -452px;
    transition: 0.5s;
    background-color: #999;
}

#small-img-roll .owl-nav {
    top: 21px;
    display: none;
}
#small-img-roll:hover .owl-nav {
    display: block;
}

#small-img-roll.owl-theme .owl-dots .owl-dot span {
    display: none;
}



#small-img-roll .owl-nav .owl-prev {
    left: -12px;
}


#small-img-roll .owl-nav .owl-next {
    right: -12px;
}

#small-img-roll .owl-item .item {
    border-radius: 5px;
    width: 100%;
    border: 1px solid #bfc0c6;
    height: 80px;
    overflow: hidden;
}

#small-img-roll .owl-item .item img {
    width: 100%;
    height: 80px;
    object-fit: cover;
}

.color-list {
    flex-wrap: wrap;
}

.zoom {
    display: inline-block;
    position: relative;
}

/* magnifying glass icon */
.zoom:after {
    content: "\f52a";
    font-family: bootstrap-icons !important;
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 33px;
    color: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zoom:hover:after {
    display: none;
}


.zoom:hover{
    cursor: zoom-in;
}

.zoom img {
    display: block;
    width:auto;
    height: 95%;
    background-color: #fff;
}

.zoom img::selection {
    background-color: transparent;
}

div#imageZoom {
    width: 100%;
    height: 600px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}


.color-list li{cursor: pointer;}

.product_price_div .discount {
    display: inline-flex;
    position: relative;
    top: inherit;
    left: inherit;
}
.breadcrumb-container {
    margin-top: 20px;
}

section.subbanner-section {
    background: #fff;
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px !important;
    margin-bottom: 10px;
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 0px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon,
.radio label input[type="radio"]+.cr>.cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon,
.radio label input[type="radio"]:checked+.cr>.cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled+.cr,
.radio label input[type="radio"]:disabled+.cr {
    opacity: .5;
}

/*****************Add Wallet Money css Start **********************/

#add_walletModal .modal-dialog {
    width: 385px;
    /* margin: 100px auto; */
    display: flex;
    align-items: center;
    align-self: center;
    align-content: center;
    height: 91vh;
}

#add_walletModal .modal-content {
    padding: 40px 25px 20px 25px;
    position: relative;
    width: 100%;
}

.locationmodel_bg {
    background-image: url(../img/locationbg_top.png), url(../img/locationbg_bottom.png);
    background-repeat: no-repeat;
    background-position: top left, bottom right;
}

.locationmodel_bg button.login_close {
    position: absolute;
    right: -21px;
    top: -25px;
    background: rgb(126, 187, 32);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    opacity: 1;
    font-size: 20px;
    color: #fffbfb;
    line-height: 0px;
    box-shadow: 0px 4px 10px #0000008f;
    border: 0;
}

.locationmodel_bg button.login_close:hover,
.locationmodel_bg button.login_close:focus,
.locationmodel_bg button.login_close:active {
    opacity: 1 !important;
    color: white !important;
}

#add_walletModal .modal-content .login_buton {
    font-size: 15px;
    text-transform: capitalize;
    padding: 10px 0px;
    border-radius: 40px;
    margin: 30px auto 20px auto;
    background: rgba(228, 43, 43, 1);
    background: -moz-linear-gradient(left, rgba(228, 43, 43, 1) 0%, rgba(228, 43, 43, 1) 6%, rgba(233, 71, 26, 1) 67%, rgba(233, 71, 26, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(228, 43, 43, 1)), color-stop(6%, rgba(228, 43, 43, 1)), color-stop(67%, rgba(233, 71, 26, 1)), color-stop(100%, rgba(233, 71, 26, 1)));
    background: -webkit-linear-gradient(left, rgba(228, 43, 43, 1) 0%, rgba(228, 43, 43, 1) 6%, rgba(233, 71, 26, 1) 67%, rgba(233, 71, 26, 1) 100%);
    background: -o-linear-gradient(left, rgba(228, 43, 43, 1) 0%, rgba(228, 43, 43, 1) 6%, rgba(233, 71, 26, 1) 67%, rgba(233, 71, 26, 1) 100%);
    background: -ms-linear-gradient(left, rgba(228, 43, 43, 1) 0%, rgba(228, 43, 43, 1) 6%, rgba(233, 71, 26, 1) 67%, rgba(233, 71, 26, 1) 100%);
    background: linear-gradient(to right, rgba(228, 43, 43, 1) 0%, rgba(228, 43, 43, 1) 6%, rgba(233, 71, 26, 1) 67%, rgba(233, 71, 26, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e42b2b', endColorstr='#e9471a', GradientType=1);
    border: 0px;
    color: #fff;
    box-shadow: 0px 5px 8px #00000024;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 50%;
}

#add_walletModal .modal-content .login_buton:active {
    font-size: 15px;
    text-transform: capitalize;
    padding: 10px 0px;
    border-radius: 40px;
    margin: 30px auto 20px auto;
    background: rgba(228, 43, 43, 1);
    background: -moz-linear-gradient(left, rgba(228, 43, 43, 1) 0%, rgba(228, 43, 43, 1) 6%, rgba(233, 71, 26, 1) 67%, rgba(233, 71, 26, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(228, 43, 43, 1)), color-stop(6%, rgba(228, 43, 43, 1)), color-stop(67%, rgba(233, 71, 26, 1)), color-stop(100%, rgba(233, 71, 26, 1)));
    background: -webkit-linear-gradient(left, rgba(228, 43, 43, 1) 0%, rgba(228, 43, 43, 1) 6%, rgba(233, 71, 26, 1) 67%, rgba(233, 71, 26, 1) 100%);
    background: -o-linear-gradient(left, rgba(228, 43, 43, 1) 0%, rgba(228, 43, 43, 1) 6%, rgba(233, 71, 26, 1) 67%, rgba(233, 71, 26, 1) 100%);
    background: -ms-linear-gradient(left, rgba(228, 43, 43, 1) 0%, rgba(228, 43, 43, 1) 6%, rgba(233, 71, 26, 1) 67%, rgba(233, 71, 26, 1) 100%);
    background: linear-gradient(to right, rgba(228, 43, 43, 1) 0%, rgba(228, 43, 43, 1) 6%, rgba(233, 71, 26, 1) 67%, rgba(233, 71, 26, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e42b2b', endColorstr='#e9471a', GradientType=1);
    border: 0px;
    color: #fff;
    width: 50%;

}

section {
    padding:15px 0;
}

.shop-brands {
    background: #f6f6f6;
    padding: 35px 0 5px 0;
}
.shop-brands .section_title{
    margin-bottom: 0;
}


/* #Navigation Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
nav {
    font-size: 0;
}

nav>ul>li {
    display: inline-block;
    font-size: 14px;
    padding: 0 15px;
    position: relative;
}

nav>ul>li:first-child {
    padding-left: 0;
}

nav>ul>li:last-child {
    padding-right: 0;
}

nav>ul>li>a {
    color: #000;
    display: block;
    position: relative;
    padding: 26px 0;
    border-bottom: 3px solid transparent;
    font-size: 14px;
    font-weight: 400;
}

nav>ul>li:hover>a {
    color: #000;
    border-bottom: 3px solid #000;
    font-weight: 700;
}



/* #Mega Menu Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.mega-menu {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 8px rgba(0, 0, 0, .1);
    background: #fff;
    display: none;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    text-align: left;
    width: 600px;
    z-index: 999;
}

.mega-menu-inside {
    background: #fff;
    z-index: 9;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.header.section.sticky .droppable:hover .mega-menu:after {
    top: 80px;
}

.droppable:hover .mega-menu:after {
    content: '';
    position: fixed;
    top: 128px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 0;
    pointer-events: none;
}

.mega-menu h3 {
    border-bottom: 2px solid #e30024;
    color: #e30024;
    font-size: 16px;
    padding-bottom: 15px;
    font-family: 'Rubik';
    font-weight: 400;

}

.mega-menu ul {
    float: left;
    width: 50%;
    padding: 15px 20px;
}
.mega-menu ul:last-child {
    margin-right: 0;
}

.mega-menu a {
    color: #000;
    display: block;
    padding: 3px 0;
    font-weight: 400;
}

.mega-menu a:hover {
    color: #000;
    font-weight: 700;
}



/* #Droppable Class Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
.droppable {
    position: static;
}
*/

.droppable>a:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 12px;
    padding-left: 6px;
    position: relative;
    top: -1px;
}

.droppable:hover .mega-menu {
    display: block;
}

ul.ul-reset:nth-child(even) {
    background-color: rgba(245, 245, 246, .4);
}

/* #Browser Clearfix
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.cf:before,
.cf:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.cf:after {
    clear: both;
}






.shopcart ul {
    display: flex;
    gap: 25px;
    justify-content: center;
    align-items: center;
}

.shopcart ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.shopcart ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.shopcart ul li i {
    font-size: 22px;
}

.shopcart ul li p {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    cursor: pointer;
}

.shopcart ul li:hover p {
    font-weight: 700;
}

.header-link-search .header-search #search .input-lg {
    border: 1px solid #f4f5f7;
    background: #f4f5f7;
    font-size: 16px;
    border-radius:50px;
}

.header-link-search .header-search #search .btn-lg {
    background: #f5f5f6;
}


.shop-brands .owl-carousel .owl-item img {
    border-radius: 100%;
    height: 100%;
    width: 100%;
    background-color: #fff;
    margin: 30px 0;
}

.shop-brands .owl-slider {
    max-width: 90%;
    margin: 0 auto;
}

.our-promise {
    display: flex;
    border-radius: 0.35rem;
    flex-direction: column;
}

.our-promise h3 {
    margin: 0;
    font-weight: 400;
}

.our-promise ul {
    display: flex;
    gap: 18px;
    flex-direction: column;
    justify-content: flex-start;
}

.our-promise ul li {
    font-size: 16px;
    position: relative;
    display: flex;
    align-items: center;
}

.our-promise ul li span {
    width: 40px;
    margin-right: 20px;
}

.our-promise ul li span img {
    width: 100%;
    height: auto;
}

.our-action {
    display: flex;
    flex-direction: column;
}

.our-action h3 {
    margin-bottom: 4px;
}

.our-action ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.our-action ul li img {
    width: 184px;
}

h5.category-offer-title-back {
    font-size: 18px;
    font-weight: 400;
}




.new-arrivals {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    background: #fff;


}

.new-arrivals .card-head {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 290px;
    position: relative;
    margin: 15px 0;
}

.new-arrivals .card-head img {
    width: 230px;
}

.new-arrivals .card-head ul {
    gap: 10px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    justify-content: center;
    display: none;
    transition: transform 250ms;
}

.new-arrivals .card-head:hover ul {
    display: flex;
    transform: translateY(-10px);
}

.new-arrivals .card-head ul li {
    background: #f7fafc;
    border-radius: 0.75rem;
    height: 40px;
    width: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    cursor: pointer;
}

.new-arrivals .card-head ul li:hover {
    background: #000;
    color: #fff;
}

.new-arrivals .card-body {

    padding: 1rem;
}
#NewArrivals .new-arrivals .card-body {

    background: #fafafa;
    border-radius: 0 0 12px 12px;
}

.new-arrivals .card-body ul {
    display: flex;
    gap: 10px;
    margin-bottom: 1rem;
}

.new-arrivals .card-body ul li {
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background: #ccc;
    border: 2px solid #fff;
}

.new-arrivals .card-body ul li:nth-child(1) {
    background: #ab8af8;
    outline: 1px solid #ab8af8;
}

.new-arrivals .card-body ul li:nth-child(2) {
    background: #ffca0c;
    outline: 1px solid #ffca0c;
}

.new-arrivals .card-body ul li:nth-child(3) {
    background: #ff8c2c;
    outline: 1px solid #ff8c2c;
}

.new-arrivals .card-body ul li:nth-child(4) {
    background: #00c0f9;
    outline: 1px solid #00c0f9;
}

.new-arrivals .card-body ul li:nth-child(5) {
    background: #00e188;
    outline: 1px solid #00e188;
}

.new-arrivals .card-body h3 {

    font-size: 16px;

    font-weight: 700;

    margin: 0;
}

.new-arrivals .card-body h3 a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}


.new-arrivals .card-body p {

    margin: 0;

    font-size: 14px;
}


.item-category .flex-justify {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    gap: 10px;
}

.item-categoey-bg {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.item-category {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}



.like-btn {
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 20px;
    top: 20px;
    border: 0;
    box-shadow: 2px 8px 40px rgba(0, 0, 0, .08);
}

.discount {
    display: flex;
    background: #fff2cc;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 20px;
    top: 20px;
    /*    box-shadow: 2px 8px 40px rgba(0,0,0,.08);*/
    padding: 0.275rem 0.85rem;
    border-radius: 100px;
    font-size: 13px;
    font-weight: bold;
}

.discount svg {
    width: 0.875rem;
    height: 0.875rem;
}



.flex-justify-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
/*    margin-top: 1rem;*/
}

.flex-star {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: #000;
}

.flex-star svg {
    width: 25px;
    fill: #ffbc18;
}

span.price {
    font-size: 1.1rem;
    font-weight: 700;
    color: #000;
}

.product-strike {
    text-decoration: line-through;
    color: #7e818c;
    font-weight: 400;
    margin-left: 5px;
    font-size: 1.1rem;
}

.product-discountPercentage {
    color: #ff905a;
    font-weight: 400;
    font-size: 12px;
    margin-left: 5px;
}

.flex-justify button {
    display: flex;
    background: #000000;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 4px 6px rgba(0, 0, 0, .08);
    padding: 0.275rem 0.85rem;
    border-radius: 100px;
    font-size: 13px;
    border: 0;
    color: #fff;
    gap: 5px;
    max-height: 36px;
}
.flex-justify button a{
    
}
.flex-justify button svg {
    width: 15px;
}

.margin-filter {
    margin-top: 10px;
}

#column-left .margin-filter h3.section_title {
    margin-bottom: 0;
}

.discover {
    background-color: #fef4af;
    border-radius: 50px;
    padding: 30px;
    display: flex;
    background-image: url(../../images/moon.svg);
    background-size: contain;
    margin-top: 20px;
}

.discover-left {
    width: 50%;
    position: relative;
}

.discover-left img {
    position: absolute;
    top: -112px;
    height: 714px;
}

.discover-right {
    width: 50%;
    padding: 100px;
}

.discover-right .logo-middle {
    width: 200px;
    margin-bottom: 40px;
}

.discover-right h3 {
    font-size: 60px;
    font-weight: 500;
    line-height: 60px;
    font-family: 'Rubik';
    margin: 0 0 20px 0;
}

.discover-right p {
    font-size: 20px;
    color: #727171;
}

.discover-right a {
    font-size: 1rem;
    line-height: 1.5rem;
    background: #0b172a;
    padding: 0.875rem 1.5rem;
    border-radius: 50px;
    color: #fff;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
    margin-top: 20px;
}

.discover-right a:hover {
    background: #ff1a1a;
}


.footer-logo {
    padding-right: 30px;
}

.col-lg-4.prodetail.caption {
    padding-left: 50px;
    padding-right: 30px;
}


h4.product-name {
    font-size: 1.6rem;
}

.product-listing h3 {
    color: #535665;
    font-size: 1.3rem;
    font-weight: 400;
}

.product-listing p {
    color: #535665;
    font-size: 1.2rem;
    margin-bottom: 6px;
}

.product-listing .flex-star {
    margin-bottom: 10px;
}

.mrp-message {
    color: #309f07;
    font-weight: 600;
    font-size: 16px;
}

.accordion-item {
    margin-bottom: 15px;
    border-radius: 8px;
}

.accordion .accordion-item .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 10px 15px;

}

.accordion .accordion-item .accordion-header h3 {
    color: #000;
    font-weight: 600;
    font-size: 1rem;
    margin: 0;
}

.accordion .accordion-item .accordion-header .icon {
    transition: transform 0.3s ease;
    padding: 0;
    margin: 0;
    color: #000;

}

.accordion .accordion-item.active .accordion-header .icon {
    transform: rotate(180deg);
}

.accordion .accordion-item .accordion-content {
    display: none;
    padding: 0 15px 15px;
}

.accordion .accordion-item .accordion-content p {
    margin-bottom: 5px;
    color: #000;
    font-size: 1rem;
}

.accordion .accordion-item .accordion-content p:last-child {
    margin-bottom: 0;
}

.accordion .accordion-item.active .accordion-content {
    display: block;
}


.accordion .accordion-item:nth-child(1) {
    background: #fef4af;
}

.accordion .accordion-item:nth-child(2) {
    background: #f6e8e8;
}

.accordion .accordion-item:nth-child(3) {
    background: #d1f3fa;
}







.men-shoes {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
    gap: 40px;
}

.shoes-head {
    border-radius: 8px;
}

.men-shoes-title {
    border-bottom: 1px solid #eaeaec;
    color: #262c3f;
    font-size: 1.3rem;
    margin: 0;
    padding-bottom: 8px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    margin-bottom: 8px;
}

.footer-fluid p {
    color: #7e7e7e;
    font-size: 15px;
    margin: 15px 0;
}



ul.popular-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

ul.popular-list li {
    position: relative;
    line-height: 14px;
    padding-right: 10px;
}

ul.popular-list li:last-child:after {
    display: none;
}

ul.popular-list li:after {
    content: '';
    position: absolute;
    border-left: 1px solid #696b79;
    height: 100%;
    right: 0;
}

ul.popular-list li a {
    color: #696b79;
    font-size: .9rem;
    font-weight: 500;
}


.top-sec-footer h2 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.top-sec-footer h3 {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.top-sec-footer p {
    color: #696b79;
    margin-bottom: 10px;
    line-height: 20px;
}


.footer-divider {
    border-top: 1px solid #eaeaec;
    border-bottom: 1px solid #eaeaec;
    padding: 10px 0;
    margin: 20px 0;
}

.footer-divider h2 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.extra-link {
    margin-top: 30px;
}

.extra-link ul li {
    line-height: initial;
    padding: 0 !important;
}

.extra-link ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.bg-white {
    background-color: #fafbfc !important;
}

.add-bottom-slider {
    width: 100%;
    border-radius:12px;
}

.col-lg-4.prodetail.caption .discount {
    display: none;
}

.available-color .new-arrivals {
    box-shadow: none;
    margin: 0;
}

#NewArrivals .new-arrivals {
    border: 1px solid #ECF0F4;
}

.NewArrivals {
    background: #fff;
    padding-top: 25px;
}
section.discover-bg {
    background: #fff;
    padding: 80px 0 15px;
}
section.add-bg {
    background: #fff;
}

#small-img-roll.custom_scroll {
    overflow: auto;
    max-height: 504px;
}
/*

.main-banner.owl-carousel img {
    height: 680px;
}
*/

ul.add-images {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
ul.add-images li{
    width:33.33333333333333%;
    padding: 10px;
    display: flex;
    gap:20px;
    flex-direction: column;
}

ul.add-images li a{
    width:100%;
    display: flex;
}
ul.add-images li a .item-img-box{
    width:100%;
    display: flex;
    flex-wrap: wrap;
}

ul.add-images li:nth-child(3) a .item-img-box{
    height: 100%;
}


.grid-flex-left {
    display: flex;
    gap: 150px;
    align-items: center;
}

.strip-top {
    color: #000;
    text-align: center;
    justify-content: center;
    font-size: 12px;
}


.strip-top b{font-weight: 700;padding: 0 5px;}





.timer-bg{
    background-image: linear-gradient(140deg, #ce7dd0 0%, #ce7dd0 20%, #00bc84 100%);
}

.timer-bg .container{ 
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.timer-bg .text{ 
    font-size: 32px;
    font-weight: 400;
}
#timer{
    display: flex;
    gap:20px;
    align-items: center;
}

#timer div{
    font-size: 40px;
    font-weight: 600;
    display: flex;
    align-items: center;
    position: relative;
    
}
#timer div span{
    font-size: 20px;
    font-weight: 400;
    padding-left: 5px;
}
#timer .title{
    font-size: 20px;
    font-weight: 400;
}

#timer div:nth-child(2):after, #timer div:nth-child(3):after{
    content: ":";
    font-size: 30px;
    opacity: 0.4;
    padding-left: 20px;
    
}

.timer-icon img{
    width: 80px;
    height: 80px;
    border-radius: 80px;
    object-fit: cover;
}


div#search {
    overflow: hidden;
}

.input-placeholder {
  position: absolute;
  font-size: 16px;
  top: 10px;
  left: 52px;
  visibility: hidden;
  transform: translateY(100%);
}

.hide {
  display: none;
}





@media screen and (max-width: 1400px) {
    .shopcart ul {
        gap: 20px;
    }

    .discover-right {
        padding: 100px 40px;
    }

    .discover-right h3 {
        font-size: 50px;
        line-height: 50px;
    }

    .discover-left img {
        height: 694px;
    }

}

@media screen and (max-width: 1366px) {
    div#column-left {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-lg-9.col-xl-9.col-sm-8.fullwidth {
        flex: 0 0 80%;
        max-width: 80%;
    }

    .new-arrivals .card-body h3 {
        font-size: 14px;
    }

    span.price {
        font-size: 1rem;
    }

    .product-strike {
        font-size: 1rem;
    }

    .flex-justify button {
        padding: 0.1rem 0.85rem;
        font-size: 11px;
        max-height: 26px;
    }

    .item-category .flex-justify {
        margin-top: 5px;
    }

    .new-arrivals .card-body ul {
        margin-bottom: 0.5rem;
    }
    
    .timer-bg .text {
        font-size: 24px;
    }
    
    #timer div{
        font-size: 30px;
    }
}


@media screen and (max-width: 1330px) {
    nav>ul>li {
        padding: 0 10px;
    }

    nav>ul>li>a {
        font-size: 12px;
        padding: 26px 0;
    }

    .shopcart ul li p {
        font-size: 10px;
    }

    .shopcart ul li i {
        font-size: 18px;
    }

    .shopcart ul {
        gap: 15px;
    }

    .header_img_final {
        height: 45px;
    }
    .item-category{
        width: 33.3337%;
    }
}


@media screen and (max-width: 1280px) {
    .header-link-search .header-search #search .input-lg {
        font-size: 14px;
    }

    .discover-right h3 {
        font-size: 40px;
        line-height: 40px;
    }

    .discover-right p {
        font-size: 16px;
    }

    .discover-left img {
        height: 554px;
    }

    .discover-right {
        padding: 40px;
    }
    .similar{
        padding-top: 10px;
    }
}


@media screen and (max-width: 1280px) {
    .col-lg-4.prodetail.caption {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-5.col-md-6.flex-details {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-3.accordion-flex {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px;
    }

    .cart-action-group {
        min-width: 150px;
    }

    .wishlist-btn {
        min-width: 150px;
        font-size: 14px;
    }

    .product_option .instock-btn {
        font-size: 14px;
    }
}

@media screen and (max-width: 1140px) {
    
    .timer-bg .container{
        flex-wrap: wrap;
        gap: 18px;
    }
    
    .timer-bg .text{
        width: 100%;
    }
    
    #timer {
        display: flex;
        gap: 20px;
        align-items: center;
        width: 100%;
    }
    
    .timer-icon {
        position: absolute;
        right: 10px;
    }
    
    .timer-bg {
        padding: 25px 5px;
    }
}



@media screen and (max-width: 1090px) {
    .header-link-search .header-search #search {
        width: 250px;
    }

    .header-link-search .header-search #search .input-lg {
        padding: 0 35px 0 35px;
    }

    .header-link-search .header-search #search .btn-lg {
        width: 35px;
    }

    .menu-flex {
        gap: 10px;
    }

    .item-category {
        width: 33.3337%
    }
    ul.list-unstyled.product_info.my-3{
        width: 100%;
    }

}

@media screen and (max-width: 992px) {
    .our-promise ul{margin-bottom: 20px;}
    
    
    .menu-flex {
        flex-wrap: wrap;
        padding-bottom: 10px;
    }
    .header-container{padding: 12px 10px;}
    .header-top{display: block;}
    
    .navbar-header .navbar-brand {
        margin: 10px 0 10px 0;
    }
    .sticky .navbar-header .navbar-brand {
        margin: 10px 0 10px 35px;
    }
    .sticky .menu-flex {
        padding-top: 5px;
    }    
    
    .sticky .shopcart {
        top: 12px;
    }
    span#cart-total {
        white-space: nowrap;
    }
    
    .header_img_final {
        height: 40px;
    }
    
    .header-bottom-right {
        width: 100%;
        justify-content: space-between;
        order: 3;
    }

    .shopcart {
        order: 1;
    }

    .header-link-search .header-search #search {
        width: 380px;
    }

    .header-link-search .header-search #search .input-lg {
        font-size: 16px;
    }

    .droppable:hover .mega-menu:after {
        top: 182px;
    }

    .discover {
        flex-direction: column;
        padding-bottom: 0;
    }

    .discover-right {
        order: 1;
        width: 100%;
    }

    .discover-left {
        order: 2;
        width: 100%;
        text-align: center;
    }

    .discover-left img {
        width: 90%;
    }

    .discover-left img {
        position: relative;
        top: initial;
        height: auto;
        bottom: 0;
    }

    .extra-link {
        margin-top: 0;
    }

    .social_icon {
        margin-bottom: 20px;
    }

    div#column-left {
        flex: 0 0 20%;
        max-width: 20%;
        display: none;
    }

    .col-lg-9.col-xl-9.col-sm-8.fullwidth {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 18px;
    }

    .zoomtracker {
        display: none;
    }

    .featuredimagezoomerhidden {
        display: none;
    }

    .filter-bg {
        display: none;
    }

    .color-list li {
        font-size: 12px;
    }

    ul.my-list {
        gap: 5px;
    }

    ul.my-list li {
        min-width: 30px;
        height: 30px;
    }

    .available-list li {
        width: 60px;
        height: 60px;
    }

    .available-list li img {
        width: 45px;
        height: 45px;
    }

    .available-list {
        gap: 10px;
        flex-wrap: wrap;
    }
    .col-lg-4.prodetail.caption {
        padding-left: 30px;
    }
    #small-img-roll .owl-nav {
        display: inherit;
    }
    #small-img-roll:hover .owl-nav {
        display: inherit;
    }

}

@media screen and (max-width: 668px) {
    .item-category {
        width: 50%
    }

}

@media screen and (max-width: 768px) {
    .col-lg-4.prodetail.caption {
        padding: 30px 8px 0 8px;
    }

    .col-lg-4.prodetail.caption {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-lg-5.col-md-6.flex-details {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .item-category .flex-justify {
        flex-direction: column;
        align-items: flex-start;
    }
    
    ul.add-images li{
        width:100%;
        flex-direction: inherit;
        padding: 5px;
        gap: 10px;
    }

}


@media screen and (max-width: 600px) {
    .discover {
        border-radius: 25px;
    }

    .discover-right {
        padding: 0;
    }

    .men-shoes {
        flex-direction: column;
        gap: 5px;
    }

    ul.popular-list {
        margin-bottom: 30px;
    }

    .reserve {
        margin-bottom: 10px;
    }

    .filter-right-select .recommended {
        min-width: 200px;
        font-size: 12px;
    }

    .filter-right-select .recommended span {
        padding-left: 60px;
    }

    .section_title h2 {
        font-size: 20px;
        text-align: center;
    }

    .small-img-phone.col-md-2.d-block.d-sm-none {
        margin-top: 20px;
    }
    
    .timer-bg .text {
        font-size: 14px;
    }
    
    #timer div{
        font-size: 18px;
    }
    #timer .title{
        display: none;
    }
    #timer {
        gap: 10px;
    }
    #timer div:nth-child(2):after, #timer div:nth-child(3):after{padding-left: 10px;font-size: 24px;}
    #timer div span{
        font-size: 14px;
    }

}


@media screen and (max-width: 575px) {

    #small-img-roll1 {
        display: flex;
        flex-wrap: wrap;
        gap: 9px;
    }

    .small-container .small_img_first1 {
        width: 70px;
    }
    .breadcrumb{font-size: 12px;margin: 10px 0;}
}



@media screen and (max-width: 490px) {
    
    .timer-icon {
        position: relative;
    }
    .timer-bg .text {
        text-align: center;
    }
    #timer {
        justify-content: center;
    }
    .timer-bg .container{
        justify-content: center;
    }
}


@media screen and (max-width: 547px) {
    .strip-top{padding-left: 40px;font-size: 10px;}
    .header-container {padding:12px 10px;}
    .header_img_final {height: 30px;}
}

@media screen and (max-width: 490px) {
    .responsive_filter_by {
        font-size: 16px;
    }
    ul.add-images li{
        width:100%;
    }
}

@media screen and (max-width: 428px) {
    .header-container {padding:4px 10px;}
}



@media screen and (max-width: 370px) {
    .wishlist-btn {
        min-width: 130px;
    }
    .cart-action-group {
        min-width: 130px;
    }
}



@media screen and (max-width: 992px) {
    div#imageZoom{height: auto;}
}


