/********************************************************************************************

DEVELOP & DESIGN BY KAMAL SHAH
Author  : Kamal Shah
Date    : 05 July 2022
instagram : dr_kamalshah

***********************************************************************************************/

/*-----------------------------------------
| 			Style for Offcanvas			  |
------------------------------------------*/
html,
body{
    overflow-x: hidden; /* Prevent scroll on narrow devices */
    inset: 0;
}


@media (max-width: 991.98px) {
    .offcanvas-collapse {
        position: fixed;
        top: 56px; /* Height of navbar */
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #343a40;
        transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    }
    .offcanvas-collapse.open {
        visibility: visible;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    color: rgba(255, 255, 255, .75);
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
    color: #6c757d;
}

.nav-underline .nav-link:hover {
    color: #007bff;
}

.nav-underline .active {
    font-weight: 500;
    color: #343a40;
}

.text-white-50 { color: rgba(255, 255, 255, .5); }

.bg-purple { background-color: #6f42c1; }

.lh-100 { line-height: 1; }
.lh-125 { line-height: 1.25; }
.lh-150 { line-height: 1.5; }

.nav-cart-price,
.nav-my-account,
.nav-logout,
.nav-login,
.nav-registration,
.nav-profile{
    font-size: 12px;
    color: #16181b;
    font-family: 'Roboto', sans-serif;
}
#nav-submenu a{
    color: #434343;
    font-size: 12px;
    vertical-align: middle;
    font-family: 'Roboto', sans-serif;
}
#nav-submenu a:hover{
    color: #fdfdfe;
    background-color: #666666;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}


/*-----------------------------------------
| 			Style for Offcanvas End		  |
------------------------------------------*/

/*-----------------------------------------
| 			Style for Sidebar			  |
------------------------------------------*/

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 48px 0 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
    .sidebar {
        top: 5rem;
    }
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
        position: -webkit-sticky;
        position: sticky;
    }
}

.sidebar .nav-link {
    font-weight: 500;
    color: #333;
}

.sidebar .nav-link .feather {
    margin-right: 4px;
    color: #999;
}

.sidebar .nav-link.active {
    color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
    color: inherit;
}

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

/*-----------------------------------------
| 			Style for Product			  |
------------------------------------------*/
/*#images{*/
/*    height: 90%!important;*/
/*    width: 90%!important;*/
/*    margin: auto;*/
/*}*/

/*.details{*/
/*    width: auto;*/
/*    margin: 15px auto;*/
/*    height: 200px;*/
/*}*/



/*#images:hover {*/
/*    background: rgb(0, 0, 0);*/
/*    background: rgba(0,0,0, 0.5);*/
/*}*/


/*-----------------------------------------
| 			Style for Item page			  |
------------------------------------------*/
#commentimage{
    margin: auto;
    height: 70px;
}
#suggestionimage{
    margin: auto;
    height: 70px;
}
#postcommentimage{
    width: auto;
    margin: auto;
    height: 50px;
}


.js .slider-single > div:nth-child(1n+2) { display: none }

.js .slider-single.slick-initialized > div:nth-child(1n+2) { display: block }

.slider h3 {
    background: #f0f0f0;
    color: #3498db;
    font-size: 2.25rem;
    margin: .5rem;
    padding: 2%;
    position: relative;
    text-align: center;
}

.slider-single h3 {
    line-height: 10rem;
}

.slider-nav h3::before {
    content: "";
    display: block;
    padding-top: 75%;
}
.slider-nav{
    width: 80%;
    margin: auto;
}
.slider-nav h3 span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%!important;
    height: 100%!important;
    transform: translate(-50%, -50%);
}

.slider-nav h3{
    padding: 0px!important;
    margin: 0px!important;
}

.slider-nav .slick-slide { cursor: pointer; }


.slick-slide.is-active h3 {
    color: #c00;
    background-color: #fff
}

.slick-prev, .slick-prev, .slick-next, .slick-next {
    color: #fff!important;
    background: #000!important;
    color: black!important;
    height: 60px!important;
}


.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent!important;
    outline: none;
    background: #439772!important;
    height: 60px!important;
}
.slick-prev:before {
    color: #fff !important;
    background-color: transparent!important;
}
.slick-next:before {
    color: #fff !important;
    background-color: transparent!important;
}



/*-----------------------------------------
| 			Style for Footer			  |
------------------------------------------*/

#footer{
    margin-top: 50px;
}
#copyright{
    background-color: #800000;
    color: #ffffff;
}
#footer-payment-icos > img{
    padding: 0 2px 0 2px;
}
/*-----------------------------------------
| 			Style for Comments box		   |
------------------------------------------*/
.pb-cmnt-container {
    font-family: Lato;
    margin-top: 10px;
}

.pb-cmnt-textarea {
    resize: none;
    padding: 20px;
    height: 130px;
    width: 100%;
    border: 1px solid #F2F2F2;
}
/*-----------------------------------------
| 			Style for Message   		   |
------------------------------------------*/

/*img{ max-width:100%;}*/
.inbox_people {
    background: #f8f8f8 none repeat scroll 0 0;
    float: left;
    overflow: hidden;
    width: 40%; border-right:1px solid #c4c4c4;
}
.inbox_msg {
    border: 1px solid #c4c4c4;
    clear: both;
    overflow: hidden;
}
.top_spac{ margin: 20px 0 0;}


.recent_heading {float: left; width:40%;}
.srch_bar {
    display: inline-block;
    text-align: right;
    width: 60%; padding:0
}
.headind_srch{ padding:10px 29px 10px 20px; overflow:hidden; border-bottom:1px solid #c4c4c4;}

.recent_heading h4 {
    color: #05728f;
    font-size: 21px;
    margin: auto;
}
.srch_bar input{ border:1px solid #cdcdcd; border-width:0 0 1px 0; width:80%; padding:2px 0 4px 6px; background:none;}
.srch_bar .input-group-addon button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    padding: 0;
    color: #707070;
    font-size: 18px;
}
.srch_bar .input-group-addon { margin: 0 0 0 -37px;}

.chat_ib h5{ font-size:15px; color:#464646; margin:0 0 8px 0;}
.chat_ib h5 span{ font-size:13px; float:right;}
.chat_ib p{ font-size:14px; color:#989898; margin:auto}
.chat_img {
    float: left;
    width: 11%;
}
.chat_ib {
    float: left;
    padding: 0 0 0 15px;
    width: 88%;
}

.chat_people{ overflow:hidden; clear:both;}
.chat_list {
    border-bottom: 1px solid #c4c4c4;
    margin: 0;
    padding: 18px 16px 10px;
}
.inbox_chat { height: 550px; overflow-y: scroll;}

.active_chat{ background:#ebebeb;}

.incoming_msg_img {
    display: inline-block;
    width: 6%;
}
.received_msg {
    display: inline-block;
    padding: 0 0 0 10px;
    vertical-align: top;
    width: 92%;
}
.received_withd_msg p {
    background: #ebebeb none repeat scroll 0 0;
    border-radius: 3px;
    color: #646464;
    font-size: 14px;
    margin: 0;
    padding: 5px 10px 5px 12px;
    width: 100%;
}
.time_date {
    color: #747474;
    display: block;
    font-size: 12px;
    margin: 8px 0 0;
}
.received_withd_msg { width: 57%;}
.mesgs {
    float: left;
    padding: 30px 15px 0 25px;
    width: 60%;
}

.sent_msg p {
    background: #05728f none repeat scroll 0 0;
    border-radius: 3px;
    font-size: 14px;
    margin: 0; color:#fff;
    padding: 5px 10px 5px 12px;
    width:100%;
}
.outgoing_msg{ overflow:hidden; margin:26px 0 26px;}
.sent_msg {
    float: right;
    width: 46%;
}
.input_msg_write input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #4c4c4c;
    font-size: 15px;
    min-height: 48px;
    width: 100%;
}

.type_msg {position: relative;}
.msg_send_btn {
    background: #05728f none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    height: 43px;
    position: absolute;
    right: 0;
    top: 3px;
    width: 43px;
}
.messaging { padding: 0 0 50px 0;}
.msg_history {
    height: 516px;
    overflow-y: auto;
}

/*-----------------------------------------
| 			Style for Custom Font		   |
------------------------------------------*/
#font-gorgia{
    color: #16181b;
    font-family: Georgia, serif;
}

/*-----------------------------------------
| 			Style for Search input		   |
------------------------------------------*/
input.form-control-dark {
    color: #fff;
    background-color: rgb(211,211,211);
    border-color: rgba(255, 255, 255, .1);
}

input.form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

/*-----------------------------------------
| 			Style for Sign in			   |
------------------------------------------*/
.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}
.form-signin .checkbox {
    font-weight: 400;
}
.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/*-----------------------------------------
| 			Style for Footer			   |
------------------------------------------*/
.page-footer{bottom:0;color:#fff}footer.page-footer .container-fluid{width:auto}footer.page-footer .footer-copyright{overflow:hidden;color:rgba(0,0,0,0.6);background-color:rgba(0,0,0,0.2)}footer.page-footer a{color:#fff}

.font-small{font-size:.9rem}

/*.unique-color-dark{background-color:#1c2331 !important}*/
.unique-color-dark{background-color:#ffffff !important; color: #444444}

.fb-ic{color:#3b5998 !important}.fb-ic:hover,.fb-ic:focus{color:#3b5998}

.tw-ic{color:#3b5998 !important}.fb-ic:hover,.fb-ic:focus{color:#3b5998}

.gplus-ic{color:#dd4b39 !important}.gplus-ic:hover,.gplus-ic:focus{color:#dd4b39}

.li-ic{color:#3b5998 !important}.fb-ic:hover,.fb-ic:focus{color:#3b5998}

.ins-ic{color:#2e5e86 !important}.ins-ic:hover,.ins-ic:focus{color:#2e5e86}

.text-uppercase{text-transform:uppercase !important}

.font-weight-bold{font-weight:700 !important}.font-weight-bolder{font-weight:bolder !important}

.deep-purple.lighten-5{background-color:#ede7f6 !important}.deep-purple.lighten-4{background-color:#d1c4e9 !important}.deep-purple.lighten-3{background-color:#b39ddb !important}.deep-purple.lighten-2{background-color:#9575cd !important}.deep-purple.lighten-1{background-color:#7e57c2 !important}.deep-purple{background-color:#673ab7 !important}.deep-purple-text{color:#673ab7 !important}.rgba-deep-purple-slight,.rgba-deep-purple-slight:after{background-color:rgba(103,58,183,0.1)}.rgba-deep-purple-light,.rgba-deep-purple-light:after{background-color:rgba(103,58,183,0.3)}.rgba-deep-purple-strong,.rgba-deep-purple-strong:after{background-color:rgba(103,58,183,0.7)}.deep-purple.darken-1{background-color:#5e35b1 !important}.deep-purple.darken-2{background-color:#512da8 !important}.deep-purple.darken-3{background-color:#4527a0 !important}.deep-purple.darken-4{background-color:#311b92 !important}.deep-purple.accent-1{background-color:#b388ff !important}.deep-purple.accent-2{background-color:#7c4dff !important}.deep-purple.accent-3{background-color:#651fff !important}.deep-purple.accent-4{background-color:#6200ea !important}

.footer-copyright{overflow:hidden;color:rgba(255,255,255,0.6);background-color:rgba(0,0,0,0.2)}footer.page-footer a{color:#444444}

/*-----------------------------------------
| 			Style for Header Logo	rgb(0, 0, 0)		   |
------------------------------------------*/
#exlusive-banners{
    vertical-align: middle;
    width: 100%!important;
}

#background-image{
    width: auto;
    height: auto;
    position: relative;
    /*top: 10px;*/
    /*padding-top: 150px;*/
    /*	background-image: url("../images/2687810_8991_3.jpg");
        background-repeat: no-repeat;
        background-position: center;*/
    /*background-size: 100%;*/
}
div#exclusive-wrapper{
    background: rgb(0, 0, 0); /* Fallback color */
    background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
}
/*#left_logo{*/
/*	width: auto;*/
/*	height: auto;*/
/*	display: inline-block;*/
/*    !*position: relative;*!*/
/*    position: absolute;*/
/*    top: 40%;*/
/*    left: 10%;*/
/*	text-align: center;*/
/*	justify-content:center;*/
/*	vertical-align: middle;*/

/*}*/
/*#rounded-logo{*/
/*	width: auto;*/
/*	height: auto;*/
/*	margin:auto;*/
/*	max-width: 200px;*/
/*	max-height: 200px;*/
/*	text-align: center;*/
/*	transform: rotateY(180deg);*/
/*	animation: roll 5s infinite;*/
/*	animation-direction: alternate;*/
/*}*/
/*@keyframes roll {*/
/*  0% {*/
/*    transform: rotateY(0);*/
/*  }*/
/*  100% {*/
/*    transform: rotateY(360deg);*/
/*  }*/
/*}*/
#logo-text{
    /*position: relative;*/
    position: absolute;
    top: 30%;
    left: 30%;
    display: inline-block;
    width: auto;
    height: auto;
    margin:auto;
    color: #F1F1F1;
    font-family: 'Raleway';

}

#product_price_text{
    font-size: 21px;
}
#p-logo-text{
    font-size: 32px!important;
}

@media (max-width: 575.98px) {

    #exlusive-banners{
        vertical-align: middle;
        width: 100%!important;
    }
    #background-image{
        width: auto;
        height: auto;
        overflow: hidden;
        position: relative;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }

    /*#left_logo{*/
    /*	width: 100%;*/
    /*	height: 100%;*/
    /*	!*display: inline-block;*!*/
    /*    display: none;*/
    /*	text-align: center;*/
    /*	justify-content:center;*/
    /*	vertical-align: middle;*/
    /*}*/

    /*#rounded-logo{*/
    /*	width: 125px;*/
    /*	height: 125px;*/
    /*	text-align: center;*/
    /*	transform: rotateY(180deg);*/
    /*	animation: roll 5s infinite;*/
    /*	animation-direction: alternate;*/
    /*}*/
    /*@keyframes roll {*/
    /*  0% {*/
    /*    transform: rotateY(0);*/
    /*  }*/
    /*  100% {*/
    /*    transform: rotateY(360deg);*/
    /*  }*/
    /*}*/
    #logo-text{
        display: inline-block;
        width: auto;
        height: auto;
        margin:auto;
        left: 12%;
        top: 30%;
        /*position: relative;*/
        text-align:center;
        color: #F0F5FF;
    }
    .display-1 {
        font-size: 1.3rem!important;
        font-weight: 300!important;
        line-height: 1.2em!important;
        font-family: 'Raleway';
    }
    #p-logo-text{
        font-size: 18px!important;
    }

    #product_price_text{
        font-size: 18px;
    }

}

@media (max-width: 767.98px) {

}

@media (max-width: 991.98px) {



}

#chat-btn{
    position: fixed;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 1000;
}
#chat-btn a{
    text-decoration: none;
    font-size: 12px;
}

i.whatsapp{
    width: 48px;
    height: 48px;
    position: relative;
    right: -5px;
    background-image: url("/images/whatsapp.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 48px;
}
i.messanger{
    width: 48px;
    height: 48px;
    position: relative;
    right: -5px;
    background-image: url("/images/messanger.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


/*-----------------------------------------
| 			Item Page					 |
------------------------------------------*/
div.item-title b{
    font-weight: 700;
}
div.item-title h2{
    font-size: 36px;
    font-family: 'Raleway';
    line-height: 50px;
    color: #191919;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

span.new-price{
    font-size: 24px;
    font-family: Hind,sans-serif;
    font-weight: 700;
    color: #000 !important;
    box-sizing: border-box;
}
span.new-price del{
    color: #f00;
    font-size: 16px;
    font-weight: 500;
}
h3.item-h3 {
    font-size: 18px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 10px;
    color: inherit;
    text-align: left;
}

@media (max-width: 575.98px) {
    #Item-wrapper{
        margin: 50px 0 0 0;
    }
    div.item-title h2{
        font-size: 26px;
        font-family: 'Raleway';
        max-width: 100%;
        height: 88px;
        margin: 0 auto;
        line-height: 40px;
        color: #191919;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    span.new-price{
        font-size: 20px;
        font-family: Hind,sans-serif;
        font-weight: 700;
        color: #222222 !important;
        box-sizing: border-box;
    }
    span.new-price del{
        color: #f00;
        font-size: 16px;
        font-weight: 500;
    }
    h3.item-h3 {
        font-size: 18px;
        font-family: inherit;
        font-weight: 500;
        line-height: 1.1;
        margin-top: 20px;
        margin-bottom: 10px;
        color: inherit;
        text-align: left;
    }
    p.shortDescription{
        font-size: 12.48px;
        line-height: 20px;
        font-weight: 400;
        font-family: 'Roboto', arial Helvetica;
    }
}

@media (max-width: 767.98px) {

}

@media (max-width: 991.98px) {

}


/*-----------------------------------------
| 			Cart Table					 |
------------------------------------------*/
div.cart-table{
    font-size: 12px;
    overflow-x: auto;
    min-height: .01%;
}
/*-----------------------------------------
| 			Checkout btn					 |
------------------------------------------*/
input.btn-circle{
    font-size: 24px;
    font-family: 'Raleway';
    font-weight: 700;
    background-color:#855e15;
    color: #fff;
    border-radius: 0px 50px;
}
input.btn-circle:hover{
    font-size: 24px;
    font-family: 'Raleway';
    font-weight: 700;
    color: #191919;
    border-radius: 0px 50px;

}

a.btn-circle{
    font-size: 30px;
    font-family: 'Raleway';
    font-weight: 700;
    background-color:#855e15;
    color: #fff;
    border-radius: 0px 50px;
}
a.btn-circle:hover{
    font-size: 30px;
    font-family: 'Raleway';
    font-weight: 700;
    color: #191919;
    border-radius: 0px 50px;

}

/*-----------------------------------------
| 			Exclusive Offer Banner		  |
------------------------------------------*/
/* slide */

.slide {
    position: relative;
    margin: 0;
    padding: 0;
}
.slide .item {
    position: relative;
    height: 100%;
}
.slide .item::before {
    display: block;
    padding-top: 39%;
    content: "";
}
.slide .item .image {
    position: relative;
    overflow: hidden;
}
.slide .item img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
}
.slide > .slick-list,
.slide > .slick-list > .slick-track,
.slide > .slick-list > .slick-track > .slick-slide > div {
    position: relative;
    height: 100%;
}
.slide-animation{
    animation: fadezoom 8s 0s forwards;
}
@keyframes fadezoom {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}


/*-----------------------------------------
| 			Carousel			 	 |
------------------------------------------*/
h1.carousel-title{
    color: #444444;
    font-weight: bold;
    margin: auto;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    text-align: center;
}
@media (max-width: 575.98px) {
    h1.carousel-title {
        color: #444444;
        font-weight: bold;
        font-family: 'Roboto', sans-serif;
        margin: auto;
        font-size: 20px;
        text-align: center;
    }
}
@media (min-width: 768px){
    h1.carousel-title {
        color: #444444;
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
        margin: auto;
        font-size: 30px;
        text-align: center;
    }
}
/*-----------------------------------------
| 			Product Price			 	 |
------------------------------------------*/
#current-price-wrapper{
    font-size: 14px;
}
#current-price-text{
    font-size: 18px;
    color: #444444;
}
#mute-price-text{
    font-size: 14px;
}
@media (max-width: 575.98px) {
    #current-price-text{
        font-size: 14px;
    }
    #mute-price-text{
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {
    #current-price-wrapper{
        font-size: 14px;
    }
    #current-price-text{
        font-size: 18px;
    }
    #mute-price-text{
        font-size: 14px;
    }
}

@media (max-width: 991.98px) {
    #current-price-wrapper{
        font-size: 14px;
    }
    #current-price-text{
        font-size: 18px;
    }
    #mute-price-text{
        font-size: 14px;
    }
}

/*-----------------------------------------
| 			New Arrival			 	 |
------------------------------------------*/
.arrival-product-title{
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #444444;

    display: -webkit-box;
    max-width: 100%;
    height: 45px;
    margin: 0 auto;
    line-height: 1rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.new-arrival-carousel #images{
    height: auto!important;
    width: auto!important;
    margin: auto;
}

.new-arrival-carousel .details{
    width: auto;
    margin: 15px auto;
    height: 200px;
}
.new-arrival-carousel #images:hover {
    background: rgb(0, 0, 0);
    background: rgba(0,0,0, 0.5);
}

.new-arrival-carousel a.btn{
    font-size: 12px;
    color: #444444;
    inset: 0;
    background-color: #fdfdfe;
}
.new-arrival-carousel .product-new-label{
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 75px solid #FBE344;
    border-left: 75px solid transparent;
}
.new-arrival-carousel .product-new-label label{
    position: absolute;
    top: -60px;
    right: 10px;
    font-size: 14px;
    color: #000000;
}


@media (max-width: 575.98px) {
    .new-arrival-carousel a.btn{
        font-size: 12px;
    }
    .new-arrival-carousel .product-new-label{
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        border-top: 50px solid #FBE344;
        border-left: 50px solid transparent;
    }
    .new-arrival-carousel .product-new-label label{
        position: absolute;
        top: -45px;
        right: 5px;
        font-size: 12px;
        color: #000000;
    }
}
@media (max-width: 767.98px) {
    .new-arrival-carousel a.btn{
        font-size: 12px;
        color: #444444;
        border: 0;
        inset: 0;
        background-color: #fdfdfe;
    }
    .new-arrival-carousel .product-new-label{
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        border-top: 50px solid #FBE344;
        border-left: 50px solid transparent;
    }
    .new-arrival-carousel .product-new-label label{
        position: absolute;
        top: -45px;
        right: 5px;
        font-size: 12px;
        color: #000000;
    }
}

@media (max-width: 991.98px) {

    .new-arrival-carousel a.btn{
        font-size: 12px;
        color: #444444;
        border: 0;
        inset: 0;
        background-color: #fdfdfe;
    }
    .new-arrival-carousel .product-new-label{
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        border-top: 50px solid #FBE344;
        border-left: 50px solid transparent;
    }
    .new-arrival-carousel .product-new-label label{
        position: absolute;
        top: -45px;
        right: 5px;
        font-size: 12px;
        color: #000000;
    }
}


/*-----------------------------------------
| 			 Best Seller Carousel			 	 |
------------------------------------------*/
.best-seller-carousel #images{
    height: auto!important;
    width: auto!important;
    margin: auto;
}
.best-seller-carousel .details{
    width: auto;
    margin: 15px auto;
    height: 200px;
}
.best-seller-carousel #images:hover {
    background: rgb(0, 0, 0);
    background: rgba(0,0,0, 0.5);
}

.best-seller-carousel a.btn{
    font-size: 12px;
    color: #444444;
    inset: 0;
    background-color: #fdfdfe;
}
.best-seller-carousel .product-new-label{
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 75px solid #FBE344;
    border-left: 75px solid transparent;
}
.best-seller-carousel .product-new-label label{
    position: absolute;
    top: -60px;
    right: 10px;
    font-size: 14px;
    color: #000000;
}


@media (max-width: 575.98px) {
    .best-seller-carousel a.btn{
        font-size: 12px;
    }
    .best-seller-carousel .product-new-label{
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        border-top: 50px solid #FBE344;
        border-left: 50px solid transparent;
    }
    .best-seller-carousel .product-new-label label{
        position: absolute;
        top: -45px;
        right: 5px;
        font-size: 12px;
        color: #000000;
    }
}
@media (max-width: 767.98px) {
    .best-seller-carousel a.btn{
        font-size: 12px;
        color: #444444;
        border: 0;
        inset: 0;
        background-color: #fdfdfe;
    }
    .best-seller-carousel .product-new-label{
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        border-top: 50px solid #FBE344;
        border-left: 50px solid transparent;
    }
    .best-seller-carousel .product-new-label label{
        position: absolute;
        top: -45px;
        right: 5px;
        font-size: 12px;
        color: #000000;
    }
}

@media (max-width: 991.98px) {

    .best-seller-carousel a.btn{
        font-size: 12px;
        color: #444444;
        border: 0;
        inset: 0;
        background-color: #fdfdfe;
    }
    .best-seller-carousel .product-new-label{
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        border-top: 50px solid #FBE344;
        border-left: 50px solid transparent;
    }
    .best-seller-carousel .product-new-label label{
        position: absolute;
        top: -45px;
        right: 5px;
        font-size: 12px;
        color: #000000;
    }
}
/*-----------------------------------------
| 			Nav			 	 |
------------------------------------------*/

@media (max-width: 575.98px) {

    #mobile-navigation{

        position: relative;
        height: 700px;
        z-index: 1000;
    }
    #mobile-navigation:hover{
        overflow-y: scroll;
    }

    nav {
        position: fixed!important;
        top: 0!important;
        z-index: 1020!important;
        width: 100%!important;
        overflow-y: auto;
        background-color: #fff!important;
        border-bottom: 3px solid #eee!important;
    }
    #background-image{
        width: auto;
        height: auto;
        position: relative;
        /*top: 80px;*/
        padding-top: 90px;
        /*    background-repeat: no-repeat;*/
        /*    background-position: center;*/
        /*    background-size: 100%;*/
    }
}
@media (max-width: 767.98px) {
    nav {
        position: fixed!important;
        top: 0!important;
        z-index: 1020!important;
        width: 100%!important;
        overflow-y: auto;
        background-color: #fff!important;
        border-bottom: 3px solid #eee!important;
    }
    #background-image{
        width: auto;
        height: auto;
        position: relative;
        /*top: 80px;*/
        padding-top: 90px;
        /*    background-repeat: no-repeat;*/
        /*    background-position: center;*/
        /*    background-size: 100%;*/
    }

}

@media (max-width: 991.98px) {
    nav {
        position: fixed!important;
        top: 0!important;
        z-index: 1020!important;
        width: 100%!important;
        overflow-y: auto;
        background-color: #fff!important;
        border-bottom: 3px solid #eee!important;
    }
    #background-image{
        width: auto;
        height: auto;
        position: relative;
        /*top: 80px;*/
        padding-top: 90px;
        /*    background-repeat: no-repeat;*/
        /*    background-position: center;*/
        /*    background-size: 100%;*/
    }
}
/*-----------------------------------------
| 			    Accordion			 	 |
------------------------------------------*/
#myTab{
    font-size: 14px!important;
    width: 100%!important;
    font-family: 'Roboto', sans-serif;
    color: #AEAEAE!important;
    overflow: hidden;
    flex-wrap: nowrap!important;
}
#myTab nav-item active{
    color: #434343!important;
}
#myTab > li > a{
    padding: 0.2rem 0.7rem;
}

#myTab:hover{
    overflow-x: auto;
}



/*-----------------------------------------
| 			Scroller Bar			 	 |
------------------------------------------*/
/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #444;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
/*-----------------------------------------
| 			    Brand Page			 	 |
------------------------------------------*/
.Brand-Page-product-title{
    width: 100%;
    text-align: center;
    display: -webkit-box;
    max-width: 100%;
    height: 50px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1rem;
    color: #444444;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
#brand-current-price-text{
    font-size: 24px;
    color: #444444;
}
#brand-mute-price-text{
    font-size: 14px;
}
@media (max-width: 575.98px) {
    #brand-current-price-text{
        font-size: 16px;
    }
    #brand-mute-price-text{
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {
    #brand-current-price{
        font-size: 14px;
    }
    #brand-current-price-text{
        font-size: 18px;
    }
    #brand-mute-price-text{
        font-size: 14px;
    }
}

@media (max-width: 991.98px) {
    #brand-current-price{
        font-size: 14px;
    }
    #brand-current-price-text{
        font-size: 18px;
    }
    #brand-mute-price-text{
        font-size: 14px;
    }
}
/*-----------------------------------------
| 			    Category Page			 	 |
------------------------------------------*/
@media (max-width: 575.98px){
    #category-page-title,
    #category-page-title{
        font-size: 25px!important;
        margin-top: 10%!important;
        text-align: center;
    }
}
/*-----------------------------------------
| 			    Mobiles & Tablets			 	 |
------------------------------------------*/
.dropdown-menu{
    position: unset!important;
}

.dropdown-toggle{
    text-align: left!important;
    border: 1px solid #444444!important;
}
.dropdown-toggle::after{
    text-align: right;
    float: right;
    margin-top: 15px;
}

.Mobiles-Tablets-wrapper{
    display: inline-block;
    float: none;
}
/*-------------------------Category Nav---------------------*/
.category-title{
    color: #434343;
    cursor: pointer;
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-weight: bold;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0;
    margin-inline-end: 0;
}
.category-wrapper ul li a{
    color: #AEAEAE;
    font-size: 17px;
    transition:color .2s ease;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.category-wrapper ul li a:hover{
    color: #7c9a16;
}
@media (max-width: 575.98px) {
    .category-title{
        color: #434343;
        cursor: pointer;
        font-size: 24px;
        font-family: 'Roboto', sans-serif;
        text-align: center!important;
        font-weight: bold;
        margin: auto;
    }
}
@media (max-width: 767.98px) {
    .category-title{
        color: #434343;
        cursor: pointer;
        font-size: 24px;
        font-family: 'Roboto', sans-serif;
        text-align: center!important;
        font-weight: bold;
        margin: auto;
    }
}
@media (max-width: 991.98px) {
    .category-title{
        color: #434343;
        cursor: pointer;
        font-size: 24px;
        font-family: 'Roboto', sans-serif;
        text-align: center!important;
        font-weight: bold;
        margin: auto;
    }
}

/*---------------------Big Picture-------------------------*/
.big-picture{
    font-size:0;
    margin-bottom:20px;
}
.big-picture .label-to-all-products{
    position:absolute;
    display:block;
    top:auto;
    left:0;
    bottom:-55px;
    width:100%;
    height:45px;
    line-height:45px;
    color:#fff;
    font-weight:700;
    font-size:13px;
    text-transform:uppercase;
    text-align:center;
    background-color:#efbe00;
    opacity:.9;
    cursor:pointer;
    transition:all .3s ease
}
.big-picture .label-to-all-products:hover{
    opacity: 1;
}
.big-picture .label-to-all-products:before{
    content:"\66";
    display:inline-block;
    vertical-align:bottom;
    margin-right:10px;
    font-size:17px;
    text-transform:none;
    color:#fff;
    font-weight:400;
}

.big-picture a:hover .label-to-all-products{
    bottom:0;
}
.big-picture  a{
    position:relative;
    display:block;
    padding-bottom:73%;
    overflow:hidden
}
div.big-picture img{
    position:absolute;
    top:0;
    left:50%;
    -webkit-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    transform:translateX(-50%);
    margin:auto;
    height:100%;
    width:auto;
    max-width:none;
    transition:all .3s ease;
}

@media (max-width: 575.98px) {
    .big-picture  a{
        position:relative;
        display:block;
        padding:0;
        overflow:hidden;
        height:410px;
    }
}
@media (max-width: 767.98px) {
    .big-picture  a{
        position:relative;
        display:block;
        padding:0;
        overflow:hidden;
        height:410px;
    }
}
@media (max-width: 991.98px) {
    .big-picture  a{
        position:relative;
        display:block;
        padding:0;
        overflow:hidden;
        height:410px;
    }
}



/*-------------------Mobiles-Tablets-Accordion-----------------------*/
.Bestsellers-MobilesTablets-carousel{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
div.Mobiles-Tablets-Accordion .accordion{
    width: 100%;
    max-width: none;
}
div.Mobiles-Tablets-Accordion .slick-wrapper{
    width: 100%!important;
    margin: auto;
    padding: 0;
}
div.Mobiles-Tablets-Accordion .MobilesTablets-carousel{
    width: 100%;
    display: block;
    margin: auto;
    position: relative;
}
div.Mobiles-Tablets-Accordion .slick-list{
    width:100%!important;
    display: inline-block;
}
div.Mobiles-Tablets-Accordion .slick-track .card{
    width: 98%!important;
    max-width: 100%;
    display: flex!important;
    justify-content: center!important;
    clear: none;
    float: none;
    margin: 0;
    position: relative;
}

div.Mobiles-Tablets-Accordion .inline-card-title{
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 45px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1rem;
    color: #444444;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
div.Mobiles-Tablets-Accordion a.image-box{
    display: block!important;
    margin: auto!important;
}
div.Mobiles-Tablets-Accordion a.image-box:befor{
    content: "";
    display: block;
    padding-top: 100%;
}
div.Mobiles-Tablets-Accordion a.image-box:after{
    position: absolute;
    content: "";
    inset: 0;
    margin: auto;
}
div.Mobiles-Tablets-Accordion #images{
    width: 80% !important;
    height: auto !important;
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/*===========================================================*/
@media (max-width: 575.98px) {
    div.Mobiles-Tablets-Accordion .accordion{
        width: 100%;
        max-width: none;
    }
    div.Mobiles-Tablets-Accordion .slick-wrapper{
        width:  100%!important;
        max-width: none;
        display: block!important;
        inset: 0;
        padding: 0 ;
        margin: auto;
    }
    div.Mobiles-Tablets-Accordion .MobilesTablets-carousel{
        width: 100%!important;
        inset: 0;
        margin: auto;
        display: block;
    }
    div.Mobiles-Tablets-Accordion .slick-list{
        display: inline-block;
        position: relative;
        width: 100%!important;
        max-width: 100%;
        float: left;
        inset: 0;
        margin: auto;
    }
    div.Mobiles-Tablets-Accordion .slick-track .card{
        display: block;
        clear: both;
        position: relative;
        width: 100%;
        max-width: 100%;
    }
    div.Mobiles-Tablets-Accordion a.image-box{
        display: block!important;
        margin: auto!important;
    }
    div.Mobiles-Tablets-Accordion a.image-box:befor{
        content: "";
        display: block;
        padding-top: 100%;
    }
    div.Mobiles-Tablets-Accordion a.image-box:after{
        position: absolute;
        content: "";
        inset: 0;
        margin: auto;
    }
    div.Mobiles-Tablets-Accordion #images{
        width: 80% !important;
        height: auto !important;
        max-width: none;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

}

@media (max-width: 767.98px) {
    div.Mobiles-Tablets-Accordion .accordion{
        width: 100%;
        max-width: none;
    }
    div.Mobiles-Tablets-Accordion .slick-wrapper{
        width:  100%!important;
        max-width: none;
        display: block!important;
        inset: 0;
        padding: 0 ;
        margin: auto;
    }
    div.Mobiles-Tablets-Accordion .MobilesTablets-carousel{
        width: 100%!important;
        inset: 0;
        margin: auto;
        display: block;
    }
    div.Mobiles-Tablets-Accordion .slick-list{
        display: inline-block;
        position: relative;
        width: 100%!important;
        max-width: 100%;
        float: left;
        inset: 0;
        margin: auto;
    }
    div.Mobiles-Tablets-Accordion .slick-track .card{
        display: block;
        clear: both;
        position: relative;
        width: 100%;
        max-width: 100%;
    }
    div.Mobiles-Tablets-Accordion a.image-box{
        display: block!important;
        margin: auto!important;
    }
    div.Mobiles-Tablets-Accordion a.image-box:befor{
        content: "";
        display: block;
        padding-top: 100%;
    }
    div.Mobiles-Tablets-Accordion a.image-box:after{
        position: absolute;
        content: "";
        inset: 0;
        margin: auto;
    }
    div.Mobiles-Tablets-Accordion #images{
        width: 80% !important;
        height: auto !important;
        max-width: none;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

}
@media (max-width: 991.98px) {
    div.Mobiles-Tablets-Accordion .accordion{
        width: 100%;
        max-width: none;
    }
    div.Mobiles-Tablets-Accordion .slick-wrapper{
        width:  100%!important;
        max-width: none;
        display: block!important;
        inset: 0;
        padding: 0 ;
        margin: auto;
    }
    div.Mobiles-Tablets-Accordion .MobilesTablets-carousel{
        width: 100%!important;
        inset: 0;
        margin: auto;
        display: block;
    }
    div.Mobiles-Tablets-Accordion .slick-list{
        display: inline-block;
        position: relative;
        width: 100%!important;
        max-width: 100%;
        float: left;
        inset: 0;
        margin: auto;
    }
    div.Mobiles-Tablets-Accordion .slick-track .card{
        display: block;
        clear: both;
        position: relative;
        width: 100%;
        max-width: 100%;
    }
    div.Mobiles-Tablets-Accordion a.image-box{
        display: block!important;
        margin: auto!important;
    }
    div.Mobiles-Tablets-Accordion a.image-box:befor{
        content: "";
        display: block;
        padding-top: 100%;
    }
    div.Mobiles-Tablets-Accordion a.image-box:after{
        position: absolute;
        content: "";
        inset: 0;
        margin: auto;
    }
    div.Mobiles-Tablets-Accordion #images{
        width: 80% !important;
        height: auto !important;
        max-width: none;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

}

/*-----------------------------------------
| 			Featuredproducts-carousel			 	 |
------------------------------------------*/
.Featured-products-wrapper .carousel-title{
    font-size: 26px;
    font-family: 'Roboto', sans-serif;
    color: #444444;
}
div.Featured-products-wrapper .Featured-wrapper{
    width: 100%!important;
    margin: auto;
    padding: 0;
}
div.Featured-products-wrapper .slide-item{
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    text-align: center!important;
}

div.Featured-products-wrapper .slick-list{
    width:100%!important;
    display: inline-block;
    padding: 0!important;
    margin: 0!important;
    justify-content: center!important;
    align-items: center!important;
    text-align: center!important;
}

div.Featured-products-wrapper .slick-track .card{
    width: 98%!important;
    max-width: 100%!important;
    min-height: 150px;
    display: flex!important;
    justify-content: center!important;
    border: 0!important;
}


div.Featured-products-wrapper .inline-card-title{
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 45px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1rem;
    color: #444444;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
div.Featured-products-wrapper #images{
    width: 100%!important;
    height: 100%!important;
    display: block;
    margin: 0!important;
    padding: 0!important;
    align-items: center!important;
    align-content: center!important;
    align-self: center!important;
    vertical-align: middle!important;
}

@media (max-width: 575.98px) {
    .Featured-products-wrapper .carousel-title{
        font-size: 24px;
        font-family: 'Roboto', sans-serif;
        color: #444444;
    }

    div.MFeatured-products-wrapper .slick-wrapper{
        width:  100%!important;
        /*max-width: 350px;*/
        display: flex!important;
        inset: 0;
        padding: 0 ;
        margin: auto;
    }
    div.Featured-products-wrapper .Featuredproducts-carousel{
        width: 100%!important;
        inset: 0;
        margin: 0;
    }
    div.Featured-products-wrapper .slick-list{
        display: block;
        position: relative;
        width: 100%!important;
        max-width: 575.98px;
        float: left;
        inset: 0;
        margin: auto;
    }
    /*div.Featured-products-wrapper .slick-slide,*/
    /*div.Featured-products-wrapper .slick-slide .slick-active,*/
    /*div.Featured-products-wrapper .slick-slide .slick-current{*/
    /*    display: block;*/
    /*    margin: 0!important;*/
    /*    padding: 0!important;*/
    /*    inset: 0!important;*/
    /*}*/
    div.Featured-products-wrapper .slick-track .card{
        display: block;
        clear: both;
        position: relative;
        max-width: 575.98px!;
    }
    div.Featured-products-wrapper #images{
        height: 80%!important;
    }

}

@media (max-width: 767.98px) {
    .Featured-products-wrapper .carousel-title{
        font-size: 24px;
        font-family: 'Roboto', sans-serif;
        color: #444444;
    }
    div.Featured-products-wrapper .slick-wrapper{
        width:  100%!important;
        max-width: 340px;
        display: flex!important;
        inset: 0;
        padding: 0 ;
        margin: auto;
    }
    div.Featured-products-wrapper .Featuredproducts-carousel{
        width: 100%!important;
        inset: 0;
        margin: 0;
    }
    div.Featured-products-wrapper .slick-list{
        display: block;
        position: relative;
        width: 100%!important;
        max-width: 767.98px;
        float: left;
        inset: 0;
        margin: auto;
    }
    div.Featured-products-wrapper .slick-track .card{
        display: block;
        clear: both;
        position: relative;
        max-width: 767.98px;
    }
    div.Featured-products-wrapper #images{
        height: 80%!important;
    }
}

@media (max-width: 991.98px) {
    .Featured-products-wrapper .carousel-title{
        font-size: 24px;
        font-family: 'Roboto', sans-serif;
        color: #444444;
    }
    div.Featured-products-wrapper .slick-wrapper{
        width:  100%!important;
        max-width: 390px;
        display: flex!important;
        inset: 0;
        padding: 0 ;
        margin: auto;
    }
    div.Featured-products-wrapper .Featuredproducts-carousel{
        width: 100%!important;
        inset: 0;
        margin: 0;
    }
    div.Featured-products-wrapper .slick-list{
        display: block;
        position: relative;
        width: 100%!important;
        max-width: 991.98px;
        float: left;
        inset: 0;
        margin: auto;
    }
    div.Featured-products-wrapper .slick-track .card{
        display: block;
        clear: both;
        position: relative;
        max-width: 991.98px;
    }
    div.Mobiles-Tablets-Accordion #images{
        height: 80%!important;
    }
}

/*-----------------------------------------
| 			Footer Brands		 	 |
------------------------------------------*/
.footer-brands-carousel{
    display: inline-block;
}
.footer-brands-carousel .card{
    display: flex!important;
    justify-content: center!important;
    height: 150px;
    margin-left: 10px;
    background-color: #fdfdfe;
}
.footer-brands-carousel .card-img{
    display: block!important;
    margin: auto;
}
.footer-brands-carousel #images{
    display: block;
    margin-left: auto;
    margin-right: auto;
    transform: none!important;
    backface-visibility: hidden!important;
    transition: all .3s ease!important;
    opacity: .3!important;
}
.footer-brands-carousel #images:hover{
    opacity: 1!important;
}

/*-----------------------------------------
| 			For Mega Menu			 	 |
------------------------------------------*/
.dropdown .Brands-menu{
    width: 1140px!important;
    top: 100% !important;
    left: 0 !important;
    right: 0!important;
    margin: auto!important;
    transform: translateX(-70%);
    clear: both;
    transition: all .3s ease;
}
.dropdown ul.Brands-menu > li {
    width: 10% !important;
    display: inline-block!important;
}
.dropdown ul.Brands-menu > li > a{
    font-size: 15px!important;
}
.dropdown ul.Brands-menu li a:hover{
    background-color: transparent!important;;
}

.dropdown .Brands-menu li a.card-link:befor{
    content: "";
    display: block;
    padding-top: 100%;
}
.dropdown .Brands-menu li a.card-link:after{
    position: absolute;
    content: "";
    inset: 0;
    margin: auto;
}
.dropdown .Brands-menu li #Brandsimages{
    width: 100% !important;
    max-width: none;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);

    margin-left: auto;
    margin-right: auto;
    backface-visibility: hidden!important;
    transition: all .3s ease!important;
    opacity: .5!important;

}
.dropdown .Brands-menu li .card a:hover #Brandsimages{
    opacity: 1!important;
}
.dropdown .Brands-menu li .BrandMenu-title{
    width: 100% !important;
    font-size: 15px!important;
    padding-top: 110px;
}




.dropright ul.dropdown-menu{
    height: 1024px!important;
    box-sizing: border-box;
    clear: both;
    transition: all .3s ease!important;
}
.dropright ul.drop-sublist{
    top: -100% !important;
    left: 98% !important;
    width: 960px!important;
    clear: both;
    transition: all .3s ease;
}
.navbar-nav li:hover > ul.dropdown-menu {
    transition: all .3s ease;
    display: inline-block!important;
}
#nav-submenu .dropdown-toggle::after{
    font-size: 27px!important;
    margin-top: 10px!important;
    vertical-align: middle!important;
    align-items: center!important;
}
#nav-submenu .dropright .dropdown-toggle::after{
    font-size: 27px!important;
    margin-top: 2px!important;
    vertical-align: middle!important;
    align-items: center!important;
}
#nav-submenu ul li a{
    padding: 15px!important;
}
.dropright ul.drop-sublist > li {
    width: 24.50% !important;
    display: inline-block!important;
    position: relative!important;
}
.dropright ul.drop-sublist li a:hover{
    background-color: transparent!important;;
}



/*-----------------------------------------
| 			Thank You Page			 	 |
------------------------------------------*/





