body{
    font-family:'Open Sans', sans-serif;
    color:#333;
    overflow-x:hidden;
    font-size:13px;
}
p:not(.lead){
    font-size:.8125rem;
}
.body-wrap{
    overflow-x: unset;
    z-index: auto;
}
.sticky-top{
    position: sticky;
    top: 0;
    z-index: 99;
}
.gry-bg{
    background-color: #f3f3f3;
}
.bg-gray{
    background-color: #f1f1f1;
}
.c-pointer{
    cursor:pointer;
}
a,
a:hover{
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
a:focus,
input:focus,
button:focus{
    outline: none;
    box-shadow: none!important;
}
button,
input[type="submit"]{
    cursor: pointer;
}
.opacity-5{
    opacity: 0.5;
}

.jodit_container .jodit_workplace{
    min-height: 300px!important;
}

.text-truncate-2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.slick-slide:focus{
    outline: 0;
}
.btn-anim-primary{
    position: relative;
    color: #fff;
    z-index: 1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    border: 1px solid transparent;
    border-radius: 3px;
    font-weight: 600;
}
.btn-anim-primary:before{
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    z-index: -1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.btn-anim-primary:before{
    top: 0;
    height: 100%;
}
.btn-anim-primary:hover:before{
    height: 0;
}
.btn-styled {
    padding: 0.6rem 1.5rem;
}


.form-default .input-group--style-1 .input-group-addon {
    border: 1px solid #e6e6e6;
    border-left: 0;
}
.input-group--style-1 .input-group-addon>i {
    line-height: 2.8;
}


.btn-twitter {
    color: #fff;
    background-color: #00aced;
    border-color: #00aced;
}

.btn-twitter:active,
.btn-twitter:focus,
.btn-twitter:hover {
    background-color: #0493bf;
    border-color: #0493bf;
    color: #fff;
}

.btn-twitter.btn-outline {
    background-color: transparent;
    border-color: #00aced;
    color: #00aced;
}

.btn-twitter.btn-outline:active,
.btn-twitter.btn-outline:focus,
.btn-twitter.btn-outline:hover {
    background-color: #00aced;
    border-color: #00aced;
    color: #00aced;
}
.absolute-close-btn{
    position: absolute;
    top: 7px;
    right: 12px;
    z-index: 1;
}
.slick-carousel:not(.slick-initialized) > div {
    display: none;
}

.c-preloader {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: #fff;
    z-index: 9999;
}

.c-preloader i {
    position: absolute;
    height: 50px;
    width: 50px;
    text-align: center;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    line-height: 50px;
    font-size: 30px;
}
.bootstrap-tagsinput {
    font-size: .875rem;
    font-weight: 400;
    color: #555;
    background-color: #FFF;
    border-width: 1px;
    border-color: #e6e6e6;
    border-radius: 2px;
    display: block;
    box-shadow: none;
    display: block;
    width: 100%;
    padding: .22rem 0.75rem;
    line-height: 1.5;
}

.bootstrap-tagsinput .label {
    padding: .18em .2em;
    border-radius: 3px;
    display: inline-block;
}
.bootstrap-tagsinput input[type="text"] {
    padding: .18em 0;
    border-radius: 3px;
}
.custom-input-file--4+label,
.custom-input-file--4+label:hover,
.custom-input-file--4.has-focus+label,
.custom-input-file--4:focus+label{
    color: #676767;
    border-color: #e6e6e6;
}
.custom-input-file--4+label:hover strong,
.custom-input-file--4+label:hover strong,
.custom-input-file--4.has-focus+label strong,
.custom-input-file--4:focus+label strong{
    color: #676767;
    background-color: #e6e6e6;
}
.custom-input-file.has-focus+label,
.custom-input-file:focus+label {
    outline: none;
}
.custom-input-file--4+label strong{
    color: #676767;
    background-color: #e6e6e6;
    font-size: 14px;
    padding: 0.4rem 1.25rem;
    font-weight: 400
}
.custom-input-file--4+label span {
    min-height: 1em;
    font-size: 14px;
    padding: 0.4rem .75rem;
    font-weight: 400
}


.modal-content {
    min-height: 100px;
}
.modal.fade .modal-dialog.modal-dialog-zoom {
    -webkit-transform: translate(0,0)scale(.8);
    transform: translate(0,0)scale(.8);
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out,-webkit-transform .2s ease-out;
}
.modal.show .modal-dialog.modal-dialog-zoom {
    -webkit-transform: translate(0,0)scale(1);
    transform: translate(0,0)scale(1);
}
/* bootstrap extra container */

@media (min-width:1500px){
    .container{
        max-width:1300px
    }
}
@media (min-width:1200px){
    .modal-lg {
        max-width: 1050px;
    }
}

.summernote + .note-editor.note-frame{
    border-color: #e6e6e6;
}
.summernote + .note-editor.note-frame .note-toolbar.panel-heading{
    position: static!important;
}
.checkbox-alphanumeric input:checked ~ label {
    transform: scale(1);
}






/* select2 basic style */

select + .select2-container{
    width: 100%!important;
    min-width: 100%!important;
    max-width: 100%!important;
}
.select2-dropdown {
    border: 1px solid #cbcbcb;
    padding: 5px 0;
    z-index: 9999;
}
.select2-dropdown .select2-results__option{
    padding: 7px 10px;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-dropdown .select2-results__option[aria-selected=true],
.select2-dropdown .select2-results__option--highlighted[aria-selected] {
    background-color: #eaeaea;
}
.select2-dropdown .select2-results__option[aria-selected=true]:before {
    font-size: 10px;
    right: 6px;
}
.select2-dropdown .select2-search--dropdown {
    margin-top: 0;
    margin-bottom: 0;
}
.select2-dropdown .select2-search--dropdown:before {
    font-size: 12px;
    left: 11px;
    opacity: 0.5;
}
.select2-dropdown .select2-search--dropdown .select2-search__field {
    border: 1px solid #ccc;
    height: 36px;
    padding-left: 24px;
    font-size: 13px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: #676767;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0.5rem 0.1rem;
}

/*.select2-container--default .select2-selection--single {
    height: calc(2.1rem + 2px);
}*/




/* custom scrollbar style */
.c-scrollbar::-webkit-scrollbar,
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar{
    width:4px;
    background:#e0e0e0;
    border-radius: 3px;
}
.c-scrollbar::-webkit-scrollbar-track,
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track{
    background:transparent
}
.c-scrollbar::-webkit-scrollbar-thumb,
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb{
    background:rgba(0,0,0,0.2);
    border-radius:4px
}

.no-scrollbar::-webkit-scrollbar{
    width: 0;
}
.no-scrollbar::-webkit-scrollbar-track{
    background:transparent
}
.no-scrollbar::-webkit-scrollbar-thumb{
    background:transparent
}








/* top bar */

.top-navbar .top-bar-item{
    display: inline-block;
    font-weight: 600;
}

.top-navbar .top-bar-item {
    padding: 10px 0;
    display: inline-block;
}
.top-navbar {
    background: #f8f8f8;
    border-bottom: 1px solid #e9e9e9;
}
.top-navbar .inline-links > li:not(:last-of-type){
    margin-right: 12px;
}
.top-navbar .dropdown-menu{
    margin: 0px;
}
.top-navbar .dropdown-menu .dropdown-item{
    padding: 0;
}
.top-navbar .dropdown-menu .dropdown-item a{
    font-size: 13px!important;
    display: block;
    padding: 8px 10px;
}
.top-navbar .inline-links .flag{
    margin-right: 7px;
}
.top-navbar a{
    color: #999;
}
.top-navbar .active,
.top-navbar .dropdown-item:hover{
    background:#eaeaea;
}








/* logo bar area */
.logo-bar-area {
    padding-top: 10px;
    z-index: 101;
}
.logo-bar-area .navbar-brand{
    padding: 0;
    padding-right: 20px;
    display: block;
    margin-right: 0;
}
.logo-bar-area .navbar-brand img {
    max-width: 100%;
    width: auto;
    height: auto;
    /*    max-height: 40px;*/
}
.category-menu-icon-box{
    width: 46px;
    width: 46px;
    min-width: 46px;
}
.category-menu-icon{
    background: #f2f2f2;
    padding: 0;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    cursor: pointer;
    line-height: 38px;
    text-align: center;
}
.category-menu-icon:hover,
.category-menu-icon.active{
    background: #fff;
}
.category-menu-icon:after {
    margin: 0;
    vertical-align: middle;
    border-top: 4px solid #979797;
    border-right: 4px solid transparent;
    border-bottom: 0;
    border-left: 4px solid transparent;
}

.search-box input[type="text"] {
    width: auto;
    overflow: hidden;
    height: 40px;
    padding: 0 0 0 15px;
    border: 1px solid #cbcbcb;
    border-right: 0 none;
    border-radius: 3px 0 0 3px;
    font-size: 13px;
}
.search-box button {
    width: 48px;
    border:0;
    padding: 0;
    border-radius: 0 3px 3px 0;
    height: 40px;
    color: #fff;
    font-size: 26px;
    padding-left: 11px;
    padding-right: 11px
}
.logo-bar-area .category-select {
    width: 160px;
    min-width: 160px;
    max-width: 160px;
    margin-bottom: 0;
}
.logo-bar-area .category-select select{
    border: 1px solid #cbcbcb;
    border-right: 0 none;
    border-left: 1px solid #eee;
}
.logo-bar-area .select2-container .select2-selection--single{
    border: 1px solid #cbcbcb;
    border-right: 0 none;
    height:40px;
    border-left: 1px solid #eee;
}
.logo-bar-area .select2-container .select2-selection--single .select2-selection__rendered{
    color: #777;
    font-size: 13px;
    margin-right: 5px;
}
.logo-bar-area .select2-container--default .select2-selection--single:before {
    border:0;
    content: "\f107";
    font-family: 'FontAwesome';
    top: calc(50% - 9px);
    right: 15px;
}
.logo-bar-area .select2-selection--single .select2-selection__arrow b {
    border:0;
}
.logo-bar-icons {
    margin-left: 30px;
}
.logo-bar-icons>div:not(:first-of-type) {
    margin-left: 10px;
}
.logo-bar-icons .nav-search-box .nav-box-link,
.logo-bar-icons .nav-compare-box .nav-box-link,
.logo-bar-icons .nav-wishlist-box .nav-box-link,
.logo-bar-icons .nav-cart-box .nav-box-link{
    display: block;
    position: relative;
    color: #333;
    padding: 3px 0;
}
.logo-bar-icons .nav-search-box .nav-box-icon,
.logo-bar-icons .nav-compare-box .nav-box-icon,
.logo-bar-icons .nav-wishlist-box .nav-box-icon,
.logo-bar-icons .nav-cart-box .nav-box-icon{
    font-size: 32px;
    width: 32px;
    line-height: 32px;
    color: #777;
}
/*.logo-bar-icons .nav-search-box .nav-box-number,
.logo-bar-icons .nav-compare-box .nav-box-number,
.logo-bar-icons .nav-wishlist-box .nav-box-number,
.logo-bar-icons .nav-cart-box .nav-box-number{
    position: absolute;
    top:0;
    left: 36px;
    min-width: 25px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 8px;
    color: #fff;
    font-size: 12px;
}*/
.logo-bar-icons .nav-search-box .nav-box-text,
.logo-bar-icons .nav-compare-box .nav-box-text,
.logo-bar-icons .nav-wishlist-box .nav-box-text,
.logo-bar-icons .nav-cart-box .nav-box-text{
    font-size: 12px;
}

.nav-cart-box .dropdown-menu{
    border-color: #ccc;
    margin: 0;
}
.nav-cart-box .dropdown-menu .dropdown-cart-items{
    max-height: 195px;
    overflow-y: auto;
}
.dropdown-cart .dc-header {
    padding: 5px;
    text-align: center;
}
.dropdown-cart .dc-item {
    padding: 5px 15px;
}
.dropdown-cart .dc-btn .link--style-1{
    color: #fff;
    font-size: 13px;
    border-radius: 3px;
}

.section-title-1{
    padding-bottom:8px;
    border-bottom:1px solid #e0e0e0;
    margin-bottom:10px;
    position: relative;
}
.dummy_class{
    margin-top:-0.6em;
}


.section-title-1:before {
    content: "";
    position: absolute;
    width: 150px;
    height: 2px;
    bottom: -1px;
    left: 0;
}
.section-title-1 li a {
    font-size: 13px;
    color: #333!important;
    padding: 7px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.section-title-1 li a.active,
.section-title-1 li a:hover {
    border: 1px solid transparent;
    color: #fff!important;
}



/* main nav bar area */
.main-nav-area {
    border-bottom: 1px solid #e9e9e9;
    padding: 15px 0;
}

.main-nav-area .navbar-nav .nav-item .nav-link {
    margin: 0;
    padding: 0 10px;
    line-height: 16px;
    font-size: 12px;
    color: #666;
    font-weight: 400!important;
}
.main-nav-area .navbar-nav .nav-item:not(:last-of-type){
    border-right: 1px solid #E9E9E9;
}
.main-nav-area .navbar-nav .nav-item.active .nav-link,
.main-nav-area .navbar-nav .nav-item .nav-link:hover {
    text-decoration: underline;
}






/* category menu area */
section.home-banner-area {
    background: #FCF9F7;
}



.category-sidebar{
    background-color: #fff;
    padding-top:2px;
}
.category-sidebar .all-category{
    line-height:35px;
    padding-left:16px;
    font-size:13px;
    padding:0 20px;
    color:#fff;
}
.category-sidebar .all-category > span{
    font-size: 16px;
    margin-right: 30px;
    font-weight: 600;
}
.category-sidebar .all-category a{
    color: #666;
    font-size: 12px;
}


.category-sidebar .categories>li{
    border: 0;
}
.category-sidebar .categories>li>a{
    padding: 8px 10px;
    color: #333;
    font-size: 13px;
    border: 1px solid transparent;
    position: relative;
}
.category-sidebar .categories>li:hover >a::before{
    position: absolute;
    height: 100%;
    width: 3px;
    background: #fff;
    content: "";
    top: 0;
    right: -2px;
    z-index: 999;
    display: block;
}
.category-sidebar .categories>li:hover >a{
    border-color: #eee;
}
.category-sidebar .categories>li>a .cat-image{
    width: 16px;
    opacity: 0.6;
    margin-right: 10px;
}

.card .sub-cat-items{
    padding:5px !important;
    margin: 5px !important;
}


/* sub category */
.category-sidebar .sub-cat-menu{
    display:none;
    position:absolute;
    /* width:calc(100% - 25%);*/
    width: auto;
    left:25%;
    height:100%;
    top:0;
    z-index:9999999999;
    background-color:#fff;
    border:1px solid #ebebeb;
    overflow-y: auto;
    height:auto;
}
.category-sidebar .categories>li:hover .sub-cat-menu{
    display: block;
}
.sub-cat-content .sub-cat-list {
    padding: 10px;
    padding-top: 0;
}

.sub-cat-content .sub-cat-list .card {
    margin:0px;
    border: 0;
}
.category-sidebar ul li{
    position:relative !important;
}
.card .sub-cat-items {
    padding: 0;
    list-style: none;
}

.card .sub-cat-items li a {
    font-size: 13px;
    color: #333;
    display: block;
    text-overflow: ellipsis;
    word-wrap: normal;
    white-space: nowrap;
    overflow: hidden;
    line-height: 26px;
}
.product-categories ul li{
    list-style: none;
    background: none;
    text-align: left;
    color: #333;
    font-size: 14px;
    padding: 5px 20px;
}
.product-categories .fa{
    font-size:12px;
    color:#323232;
    font-weight:200;
    opacity:0.3;
    margin-left:1em;
}

.card .sub-cat-items li.sub-cat-name a {
    margin-bottom: 5px;
    font-weight: 600;
    line-height: 35px;
    height: 30px;
    border-bottom: 1px solid #584b4b;
    width:auto;
}

.noUi-horizontal{
    height:3px;
}
.noUi-target{
    margin:15px 0;
}
.noUi-base, .noUi-handle{
    border:1px solid #ddd;
}
.noUi-horizontal {
    height: 7px;
}
.bg_light_sky{
    background-color:#fff !important;
}
.noUi-handle{
    width:16px !important;
    height:16px !important;
}

.sub-cat-featured {
    padding: 20px;
}
.sub-cat-featured a{
    display: flex;
    height: 60px;
    border: 1px solid #e9e9e9;
    text-align: right;
}
.sub-cat-featured a .featured-img{
    height: auto;
    width: 70px;
    background: #fff;
    margin-top: -10px;
    margin-right: 6px;
}
.sub-cat-featured a .featured-name{
    width: 100%;
    padding: 13px 20px 13px 13px;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    height: 42px;
    overflow: hidden;
    white-space: normal;
    word-wrap: break-word;
    text-align: left;
}


.sub-cat-brand{
    padding: 10px 15px;
    padding-left: 25px;
}
.sub-cat-brand .sub-brand-list{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}
.sub-cat-brand .sub-brand-item {
    width: calc(50% - 4px);
    height: 50px;
    border: 1px solid #e9e9e9;
    padding: 5px 10px;
    margin: 2px;
    overflow: hidden;
    background-color: #FFF;
}
.sub-cat-brand .sub-brand-item img {
    max-width: 80px;
    max-height: 40px;
}

.product-categories ul{
    margin:0;
    padding:0;
}
.product-cat-menu li a{
    line-height:12px !important;
}


/* icon hover category menu */

.hover-category-menu{
    position:absolute;
    width:100%;
    top:calc(100%);
    display:none;
    top:8em;
    left:-104px;
}

.hover-category-menu .category-sidebar {
    box-shadow:0 3px 3px 0 rgba(51,51,51,.2);
    padding-top:0px;
}
.hover-category-menu .category-sidebar .all-category {
    position: relative;
}
.hover-category-menu .category-sidebar .all-category::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    border-top: 0;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #f2f2f2;
    border-left: 8px solid transparent;
    top: -8px;
    right: 20px;
}

.hover-category-menu .all-category {
    background-color: #f2f2f2;
    padding-left: 10px;
    line-height: 41px;
    height: 49px;
    line-height: 49px;
    color: #333;
    border-bottom: 1px solid #e9e9e9;
}

.hover-category-menu .all-category span {
    font-size: 14px;
}
.hover-category-menu .category-sidebar .sub-cat-menu {
    height: calc(100% - 8px);
    top: 8px;
    box-shadow: 2px 3px 5px 0 rgba(51,51,51,.2);
}
.hover-category-menu .category-sidebar .categories>li>a {
    padding: 8px 10px;
}




/* product details page */
.product-details-area{
    background-color:#fff;
    padding: 20px 0;
}
.details-table tr{border-bottom:1px solid #ddd !important;}
.product-gallery,
.product-description-wrapper{
    padding: 20px;
}
.product-description-wrapper .product-title {
    font-size: 18px;
    line-height: 22px;
    color: #333;

}
.product-description-wrapper .product-description-label,
.product-description-wrapper .avialable-amount {
    font-size: 13px;
    color: #777;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-description-wrapper .product-price-old {
    margin: 0;
    font-size: 14px;
    opacity: 0.7;
    font-weight: 500!important;
}
.product-description-wrapper .product-price {
    margin: 0;
    font-size: 26px;
    line-height: 24px;
    display: inline-block;
}
.product-description-wrapper .product-price .piece {
    font-size: 13px;
    color: #777;
}
.product-desc-tab img{
    max-width: 100%;
    height: auto;
}
.product-desc-tab table{
    width: 100%!Important;
    max-width: 100%!Important;
}


/* breadcrumb */
.breadcrumb-area{
    padding:5px 0;
    border-bottom:1px solid #e9e9e9;
    background-color:#fafafa;
    margin-top:0em;
    border-top:1px solid #e9e9e9;
}
.breadcrumb {
    background-color: transparent;
    padding: 5px 0;
    margin-bottom: 0;
}

.breadcrumb li {
    position: relative;
    margin-right: 5px;
}

.breadcrumb li a {
    text-transform: capitalize !important;
    color: #888;
    padding-right: 12px;
    font-size: 12px;
}

.breadcrumb li:after {
    position: absolute;
}

.breadcrumb li:not(:last-of-type):after {
    position: absolute;
    right: 0;
    content: ">";
    color: #777;
    opacity: 1.5;
    bottom: 0;
    font-size: 12px;
}

.breadcrumb li a:hover {
    text-decoration: underline;
}

.breadcrumb li.active a {
    color: #333;
}


.seller-info-box .sold-by .medal-badge {
    right: 0;
    top: 0;
    background: #fafafa;
    padding: 5px 7px;
}
.medal-badge svg {
    height: 34px;
    width: 22px;
}
.seller-info-box {
    border: 1px solid #e9e9e9;
    background-color: #FAFAFA;
}

.seller-info-box .sold-by {
    padding: 15px;
    border-bottom: 1px solid #e9e9e9;
}

.seller-info-box .sold-by .title {
    font-size: 12px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 3px;
    margin-bottom: 5px;
}

.seller-info-box .sold-by .name {
    font-size: 16px;
    font-weight: bold;
    font-family: Rubik !important;
    text-transform: uppercase !important;
}

.seller-info-box .sold-by .location {
    font-size: 12px;
    font-family: Rubik !important;
}

.seller-info-box .sold-by .rating {
    background: #fff;
    border: 1px solid #e9e9e9;
    padding: 6px;
    margin-top: 12px;
}
.seller-info-box .store-btn,.seller-info-box .follow-btn {
    background: 0;
    border: 0;
    font-size: 13px;
    padding: 12px;
    color: #333;
    width: 100%;
    text-align: center;
}
.seller-info-box .follow-btn {
    border-left: 1px solid #e9e9e9;
}





.sidebar-box {
    border: 1px solid #e9e9e9;
}

.sidebar-box .box-title {
    padding: 15px;
    border-bottom: 1px solid #e9e9e9;
    font-size: 16px;
    line-height: 18px;
    background-color: #FAFAFA;
}

.sidebar-box .box-content {
    padding: 15px;
}



.category-accordion .category-name {
    background: none;
    text-align: left;
    color: #333;
    font-size: 14px;
    padding: 5px 20px;
    position: relative;
}

.category-accordion .category-name.collapsed:after {
    transform: rotate(90deg);
}
.category-accordion .category-name:before,
.category-accordion .category-name:after {
    content: "";
    position: absolute;
    background: #777;
    transition: 150ms all ease-out;
    top: calc(50% - 1px);
    left: 0px;
    width: 10px;
    height: 2px;
    opacity: 0.2;
}
.category-accordion .category-name:after {
    transform: rotate(-0deg);
}




.category-accordion .single-sub-category {
    padding-left: 20px;
}
.category-accordion .single-sub-category .sub-category-name{
    position: relative;
    padding: 3px 0px 3px 10px;
    font-size: 14px;
    color: #777;
    text-align: left;
    background: none;
}
.category-accordion .single-sub-category .sub-category-name:after{
    content: "-";
    position: absolute;
    left: 0;
    top: 3px;
}
.category-accordion .sub-sub-category-list {
    margin: 0;
    padding-left: 20px;
    list-style: none;
}

.category-accordion .sub-sub-category-list li a {
    display: block;
    font-size: 13px;
    color: #777;
    position: relative;
    padding: 3px 0px 3px 10px;
}

.category-accordion .sub-sub-category-list li a:after {
    content: "-";
    position: absolute;
    left: 0;
    top: 3px;
}


.product-box-1 .product-title {
    margin-bottom: 0 !Important;
}
.product-box-1 .product-title a {
    font-size: 14px !important;
}
.product-box-1 .price-wrapper {
    margin-top: 0!important;
}
.product-box-1 .price-wrapper .price {
    font-size: 12px !important;
}







.brands-collapse-box {
    height: 42px;
    overflow: hidden;
}
.brands-collapse-box.full {
    height: auto;
    overflow: hidden;
}
.brands-collapse-box li {
    float: left;
    list-style-type: none;
    height: 37px;
    width: 70px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-right: 5px;
    margin-top: 5px;
    text-align: center;
    background-color: #fff;
    position: relative;
    padding: 0!important;
}


.brands-collapse-box li a {
    display: block;
    height: 100%;
    width: 100%;
    padding: 5px;
}
.brands-collapse-box li img {
    height: 100%;
    width: auto;
}
.more-brands-btn{
    border: 0;
    background: none;
    margin-top: 10px;
    padding: 5px 0;
}
.more-brands-btn i{
    font-size: 10px;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    text-align: center;
    line-height: 14px;
    border: 1px solid #333;
    opacity: 0.3;
}


.sort-by-box label {
    font-size: 12px;
    opacity: 0.7;
    margin-bottom: 0;
}

.sort-by-box .search-widget input {
    font-size: 13px;
    border-color: #ccc;
    padding: 7px 10px;
}

.sort-by-box .search-widget input:hover,.sort-by-box .search-widget input:focus {
    border-color: #ccc;
}

.sort-by-box .search-widget button {
    line-height: 1;
    height: auto;
    width: auto;
    padding: 11px 14px;
    right: 0;
    opacity: 0.5;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #eee;
    margin-top: 4px;
}
.select2-container--default .select2-selection--multiple{
    height: auto;
}
.select2-container--default .color-preview{
    height: 12px;
    width: 12px;
    display: inline-block;
    margin-right: 5px;
    margin-top: 2px;
}
.sortSelectCustom .select2-selection--single {
    border-color: #ccc;
    height: auto;
    padding: 0 10px;
}

.sortSelectCustom .select2-selection--single .select2-selection__rendered {
    padding: 8px 0;
    color: #777;
    font-size: 13px;
}










.form-box-title {
    border-bottom: 1px solid #eee;
    font-size: 15px;
    font-weight: 500;
    background: #f8f8f8;
}









/* modal select category */

.modal-category-box {
    padding: 20px;
    border: 1px solid #eaeaea;
    max-height: 400px;
    min-height: 400px;
    overflow-y: auto;
}

.col-4:not(:last-of-type) .modal-category-box {
    border-right: 0;
}

.modal-category-list ul {
    list-style: none;
    padding: 0;
    padding-top: 15px;
    margin: 0;
}

.modal-category-list ul li {
    font-size: 13px;
    padding: 6px 0;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.modal-category-list ul li.selected:before,
.modal-category-list ul li:hover:before {
    content: "";
    position: absolute;
    top:0;
    right: -20px;
    width: calc(100% + 40px);
    background: #eaeaea;
    height: 100%;
    z-index: -1;
}

.modal-category-list.has-right-arrow ul li:after {
    content: "\f105";
    font-family: 'fontawesome';
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
    font-size: 14px;
    opacity: 0.8;
}






/* profile */
.sidebar-widget-title {
    position: relative;
}

.sidebar-widget-title span {
    background: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.2em;
    position: relative;
    padding: 8px;
    color: #dadada;
}

.sidebar-widget-title:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #eee;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
}
.widget-profile-box .image {
    height: 80px;
    width: 80px;
    margin: 0 auto;
    border-radius: 50%;
    border: 5px solid #eeeeee;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.widget-profile-box .name {
    font-size: 16px;
    font-weight: 600;
    margin-top: 12px;
}
/*
.btn-styled {
    font-weight: 600;
    letter-spacing: 0;
    text-transform: capitalize;
    padding: 0.6rem 1.5rem;
} */

.widget-profile-menu a {
    padding: 0.55rem 1.2rem!important;
    font-size: 13px!important;
    font-weight: 500 !important;
    color: #777 !important;
    border-left: 3px solid transparent;
    border-radius: 0 !important;
}

.widget-profile-menu a i {
    opacity: 0.6;
    font-size: 13px!important;
    top: 0!important;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    display: inline-block;
    margin-right: 0.5rem !important;
}

.widget-profile-menu a.active {
    background: #f3f3f3 ;
    border-left: 3px solid transparent;
}
.widget-profile-menu a:hover,
.widget-profile-menu a.active:hover i{
    color: #fff !important;
}


.table-cart tbody tr td {
    padding: 1rem 0;
}
.table-cart tbody tr td.product-image a {
    width: 60px;
    height: 60px;
}



label.payment_option input {
    opacity: 0;
    position: absolute;
}

label.payment_option {
    position: relative;
    cursor: pointer;
}

label.payment_option span {
    height: 60px;
    width: 120px;
    display: inline-block;
    /* border: 1px solid #eeeeee; */
    border-radius: 4px;
    /* padding: 8px 10px; */
    background: #f6f6f6;
    position: relative;
}

label.payment_option span img {
    width: auto;
    height: auto;
    max-height: 100%;
}
label.payment_option input:checked + span:before{
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,0.8);
    content: "";
    top: 0;
    left: 0;
}

label.payment_option input:checked + span:after{
    position: absolute;
    content: "";
    left: calc(50% - 6px);
    top: calc(50% - 12px);
    width: 12px;
    height: 24px;
    border: solid #28a745;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 2px 3px 5px rgb(94, 146, 106);
}




.added-to-cart .product-box {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    margin: 25px 0;
}

.added-to-cart .product-box .block-image {
    display: table-cell;
    width: 100px;
    height: 100px;
}

.added-to-cart .product-box .block {
    display: table;
    width: 100%;
}

.added-to-cart .product-box .block-body {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding: 0 0 0 2rem;
}

.added-to-cart .product-box .block-body h6 {
    font-size: 14px;
    margin-bottom: 10px;
}
.added-to-cart .text-success i {
    font-size: 18px;
    height: 50px;
    width: 50px;
    line-height: 48px;
    border: 2px solid #28a745;
    border-radius: 50px;
    margin-bottom: 15px;
}







.product-card-1 {
    padding-top: 30px;
    transition: all .3s;
    border: 1px solid #f1f1f1;
}

.product-card-1 .product-image-container {
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding: 0 12px;
}
.product-card-1 .product-image-container a{
    height: 220px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.product-card-1 .product-details {
    padding-top: 10px;
}
.product-card-1 .rating-count {
    top: 0;
    margin-left: 5px;
}

.product-title {
    font-size: 13px;
    font-weight: 500;
    padding: 0 15px;
    line-height: 1.6;
}
.product-title a{
    color: #222;
    display: block;
    font-family: Rubik !important;
    font-size: 14px;
    line-height:22px;
}
.price-box .old-product-price{
    font-size: 15px;
    color: #888;
    font-weight: 500;
    text-decoration: line-through;
    margin-right: 5px;
}
.price-box .product-price{
    font-size: 14px;
}
.price-box strong{
    font-weight: 700
}
.product-label.label-hot {
    position: absolute;
    top: 0;
    left: 12px;
    background: #2ba968;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    padding: 3px 10px;
    color: #fff;
}

button.btn-quickview {
    border: 0;
    background: #000;
    padding: 7px 11px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
    right: 12px;
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
button.paction.add-wishlist,button.paction.add-compare {
    background: transparent;
    border: 1px solid transparent;
    font-size: 18px;
    display: inline-flex;
    line-height: 29px;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    text-align: center;
    padding: 3px 8px;
    position: relative;
    top: 4px;
    margin: 0 3px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s
}
button.paction.add-wishlist:hover,
button.paction.add-compare:hover {
    border: 1px solid transparent;
    color: #fff;
}
.product-card-1-action {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    transition: all .3s;
}
.product-card-1:hover {
    padding: 10px 0 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
.product-card-1:hover .product-card-1-action,
.product-card-1:hover button.btn-quickview,
.product-card-2:hover button.btn-quickview{
    visibility: visible;
    opacity: 1;
}


.footer {
    background: #26262f;
}
.footer .footer-bottom {
    background: #202027;
}
.product-card-2 {
    transition: all 0.3s;
}
.product-card-2 .product-label.label-hot{
    left: 0
}
.product-card-2 button.btn-quickview{
    right: 0
}
.product-card-2:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
.product-card-2 .card-image a {
    height: 220px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.footer-top-bar {
    padding: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.footer-top-bar .col-lg-3 {
    border-right: 1px solid #eee;
}
.footer-top-bar .col-lg-3:first-child {
    border-left: 1px solid #eee;
}
.footer-top-box{
    padding: 20px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.footer-top-box:hover{
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
.footer-top-box a{
    display: block;
    color: #333
}
.footer-top-box i{
    font-size: 32px;
    margin-bottom: 10px;
}
.footer-top-box h4{
    font-size: 15px!important;
}










.home-slide .slick-dots {
    position: absolute;
    margin: 0;
    padding: 0;
    right: 5%;
    bottom: 20px;
}

.home-slide .slick-dots li {
    list-style: none;
    display:inline-block;
    margin: 0 5px;
}
.home-slide .slick-dots li button{
    background: #fff;
    height: 4px;
    width: 25px;
    border: 0;
    color: transparent;
    font-size: 0;
}


.home-slide .slick-prev,
.home-slide .slick-next {
    opacity: 0.3;
    transition: all 0.3s;
    width: 30px;
    background: rgba(0,0,0,0.1);
    height: 60px;
    top: calc(50% - 30px);
    position: absolute;
    border: 0;
    z-index: 99;
}
.home-slide .slick-prev{
    left: 0;
}
.home-slide .slick-next{
    right: 0;
}
.home-slide:hover .slick-prev,
.home-slide:hover .slick-next {
    opacity: 1;
}
.home-slide .slick-next .next-icon,
.home-slide .slick-prev .prev-icon{
    background:none;
    height: 30px;
    width: 30px;
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
}
.home-slide .slick-next .next-icon:after,
.home-slide .slick-prev .prev-icon:after{
    position: absolute;
    content: "";
    top: 7px;
    width: 16px;
    height: 16px;
    border: solid white;
    border-width: 0 2px 2px 0;
}
.home-slide .slick-next .next-icon:after{
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 4px;
}
.home-slide .slick-prev .prev-icon:after{
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 12px;
}


.media-banner a {
    display: block;
}

.media-banner {
    border-radius: 3px;
    overflow: hidden;
}






.switch {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 18px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #888888;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 0px;
    bottom: 0px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: rgb(100, 189, 99);
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 20px;
}

.slider.round:before {
    border-radius: 50%;
}





.seller-shop-menu li {
    padding: 0 !Important;
}
.seller-shop-menu li a {
    padding: 14px 20px;
    display: inline-block;
    font-size: 13px;
    color: #4c4c4c!important;
    font-weight: 600;    border-bottom: 3px solid transparent;
}





.caorusel-box .slick-slide:focus {
    outline: none;
}
.caorusel-box .slick-arrow {
    position:absolute;
    top:46%;
    transform:translateY(-50%);
    z-index: 9;
    border: 0;
    transition: all 0.3s;
    width: 30px;
    background: none;
    height: 60px;
}
.caorusel-box .slick-arrow span{
    position: absolute;
    display: inline-block;
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
    border: solid rgba(0,0,0,0.2);
    border-width: 0 2px 2px 0;
    transition: all 0.3s;
    -webKit-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
.caorusel-box .slick-arrow:hover span{
    border-color: rgba(0,0,0,0.5);
}
.caorusel-box .slick-prev {
    left: -28px;
}
.caorusel-box .slick-prev span{
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 10px;
}
.caorusel-box .slick-next {
    right: -20px;
}
.caorusel-box .slick-next span{
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left:10px;
}
.caorusel-box .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.caorusel-box .slick-dots li {
    display: inline-block;
    margin: 0 3px;
}
.caorusel-box .slick-dots li button {
    border: 0;
    background: #ccc;
    border-radius: 10px;
    height: 6px;
    width: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-webkit-transition: all 0.3s;
    font-size: 0;
    padding: 0;
    color: transparent;
}
.caorusel-box .slick-dots li.slick-active button{
    width: 30px
}
.caorusel-box .center-mode .slick-center .card{
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.1)5;
    -o-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    opacity: 1;
    transform: scale(1.15);
}






.flash-deal-box .countdown {
    margin-top: 10px;
}
.flash-deal-box .countdown .countdown-item {
    margin:0 3px!important;
}
.flash-deal-box .countdown .countdown-digit {
    font-size: 13px;
    height: 26px;
    width:26px;
    line-height:26px
}
.flash-deal-box .countdown .countdown-label {
    font-size: 10px;
    width:100%;
    padding: 0;
    line-height: 1;
}
.flash-content.c-scrollbar {
    height: 362px;
    max-height: 362px;
    min-height: 362px;
    overflow-y: auto;
    padding: 8px;
}
.flash-content.c-scrollbar.c-height {
    height: 416px;
    max-height: 416px;
    min-height: 416px;
}

.flash-deal-item {
    background: #fff;
    border-radius: 7px;
    overflow: hidden;
    padding: 7px;
    margin-bottom: 10px;
}
.flash-deal-item:last-of-type {
    margin-bottom: 0px;
}

.flash-deal-item .price {
    font-size: 16px;
    font-weight: 600;
    padding-left: 10px;
    line-height: 1.3;
}

.flash-deal-item .price del {
    font-weight: 400;
    font-size: 15px;
    color: #777;
}
.flash-deal-item .img {
    width: 100%;
    height: 70px;
    background-color: #fff;
    background-size: cover;
    background-position: center;
}


.trending-category ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
}

.trending-category ul li {
    display: inline-block;
    width: calc((100%/7) - 10px);
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
}
.trending-category ul li.active,
.trending-category ul li:hover {
    width: calc((100%/7) + 39px);
}
.trending-category ul li.active .img,
.trending-category ul li:hover .img{
    margin-left: 16px;
}
.trending-category ul:hover li.active{
    width: calc((100%/7) - 10px);
}
.trending-category ul:hover li.active .img{
    margin-left: 0;
}
.trending-category ul li.active:hover{
    width: calc((100%/7) + 39px);
}
.trending-category ul li.active:hover .img{
    margin-left: 16px;
}
.trend-category-single {
    overflow: hidden;
    padding-top: 12px;
}
.trend-category-single .img{
    max-width: 120px;
    min-width: 120px;
    max-height: 126px;
    min-height: 126px;
    background-position: center;
    background-size: cover;
    background-color: #fff;
    opacity: 1;
    -webkit-transition: margin-left .3s ease;
    -moz-transition: margin-left .3s ease;
    -o-transition: margin-left .3s ease;
    transition: margin-left .3s ease;
}

.trend-category-single .name {
    padding: 10px;
    color: #333;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



ul.seller-brand-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.seller-brand-list .brand-item {
    display: inline-block;
    border: 1px solid #eee;
    margin: 4px 2px;
    width: calc(50% - 6px);
    width: calc(33.33% - 8px);
    padding: 10px;
}

.swal2-popup {
    width: 350px;
}

.swal2-popup .swal2-title {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.swal2-icon {
    transform: scale(0.6);
    margin: 0;
    margin-top: -10px;
}
.contact-widget li:not(:last-child){
    margin-bottom: 8px;
}


/* dashboard */
.dashboard-widget {
    background: #fff;
    padding: 20px 15px;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.02);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    min-height: 152px;
    border: 1px solid #ddd;
}

.dashboard-widget:hover {
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
    transform: translateY(-5px);
}

.dashboard-widget a,
.dashboard-widget a:hover {
    color: #fff;
}

.dashboard-widget i {
    width: 44px;
    height: 44px;
    line-height: 46px;
    background: rgba(255, 255, 255, .3);
    border-radius: 50%;
    font-size: 16px;
    margin-bottom: 15px;
    color: #fff;
}

.dashboard-widget .title {
    font-size: 15px;
    font-weight: 700;
}

.dashboard-widget .sub-title {
    font-size: 12px;
    opacity: 0.7;
}

.red-widget {
    background-color: #fa5c7c;
}
.blue-widget {
    background-color: #39afd1;
}
.green-widget {
    background-color: #0acf97;
}
.yellow-widget {
    background-color: #ffbc00;
}
.indian-red-widget {
    background-color: #CD5C5C;
}
.medium-violet-red-widget {
    background-color: #C71585;
}
.light-salmon-widget {
    background-color: #FFA07A;
}
.orange-widget {
    background-color: #FFA500;
}
.gold-widget {
    background-color: #FFD700;
}
.light-sea-green-widget {
    background-color: #20B2AA;
}
.khaki-widget {
    background-color: #BDB76B;
}
.cadet-blue-widget {
    background-color: #5F9EA0;
}
.light-gray-widget {
    background-color: #808080;
}

.category-widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.category-widget ul li {
    float: left;
    width: 50%;
    padding: 10px 15px;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
}

.category-widget ul li a {
    color: #333;
}

.category-widget ul li a span {
    opacity: 0.5;
}




/* custom product box 1 */

.product-box-1 {
    background: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-webkit-transition: all 0.3s;
}
.product-box-1:hover {
    box-shadow: 0 5px 30px rgba(0,0,0,0.1);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -ms-webkit-transform: translateY(-5px);
}

.product-box-1 .card-image a {
    display: block;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.product-box-1 .price-bar {
    padding: 10px 15px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.product-box-1 .title a {
    font-size: 14px;
    font-weight: 600;
    color: #111;
    display: block;
}

.product-box-1 .price-bar .price {
    font-size: 16px;
}

.product-box-1 .price-bar .price del {
    color: #777;
    font-size: 95%;
}

.product-box-1 .cart-add .btn {
    background: none;
    padding: 8px 12px;
    font-weight: 600;
    border: 0;
}

.product-box-1 .cart-add .btn:hover {
    color: #fff;
}

.product-box-2 {
    border: 1px solid #eee;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.product-box-2:hover {
    box-shadow: 0 5px 30px rgba(0,0,0,0.1);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -ms-webkit-transform: translateY(-5px);
}
.product-box-2 .product-image {
    min-height:120px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*.product-box-2 .overflow-hidden {
    overflow: hidden;
}*/
.product-box-2:hover .product-btns {
    right: 0;
    opacity: 1;
}
.product-box-2 .product-btns {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    position: absolute;
    right: -34px;
    top: 0;
    height: 100%;
    width: 32px;
    opacity: 0;
}
.product-box-2 .product-btns .btn {
    background: transparent;
    display: block;
    padding: 0;
    text-align: center;
    width: 100%;
    height: 33.333%;
    font-size: 16px;
}
.product-box-2 .add-to-cart {
    background: transparent;
    padding: 0;
    text-align: center;
    font-size: 16px;
    border: 1px solid transparent;
    height: 30px;
    width: 30px;
}
.product-box-2 .add-to-cart:hover {
    color: #fff;
}
.product-box-2.alt-box .product-image{
    min-height: 200px;
}
.product-box-2.alt-box .product-btns{
    right:auto;
    left:0;
    top:auto;
    bottom:21px !important;
    height:32px;
    width:100%;
}
.product-box-2.alt-box:hover .product-btns{
    right:auto;
    left: 0;
    bottom: 0;
}
.product-box-2.alt-box .product-btns .btn{
    width: 33.333%;
    float: left;
    height: 32px;
}
.product-box-3{
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    background: #fff;
}
.product-box-3:hover {
    box-shadow: 0 5px 30px rgba(0,0,0,0.1);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -ms-webkit-transform: translateY(-5px);
}
.product-box-3 .product-image {
    width: 90px;
    min-width: 90px;
    max-width: 90px;
}
.product-box-3 .product-details {
    width: calc(100% - 90px);
    min-width: calc(100% - 90px);
    max-width: calc(100% - 90px);
    padding: 10px;
}

.product-box-3 .product-image a {
    display: block;
    height: 80px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.product-box-3 .title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
}

.product-box-3 .title a {
    color: #111;
}
.btn-box:hover{
    color: #fff !important;
}
.padding-left{
    padding-left: 1em;
    padding-right: 1em;
}

.all-category-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: white;
    position: relative;
}

.all-category-menu ul li {
    /* float: left; */
    width: 100%;
    padding: 12px 10px;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    border: 2px solid transparent;
    min-height: 59px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.all-category-menu ul li:before,
.all-category-menu ul:before {
    position: absolute;
    content: "";
}
.all-category-menu ul li:before{
    border: 1px solid #f3f1f1;
    height: calc(100% + 4px);
    width: calc(100% + 4px);
    top: -2px;
    left: -2px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.all-category-menu ul:before{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.all-category-menu ul li a {
    color: #5d5d5d;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.3;
    flex: 1 1 auto;
}
.all-category-menu ul li a .cat-icon{
    font-size: 22px;
    padding-left: 5px;
    opacity: 0.5;
    line-height: 1
}
.all-category-menu ul li a .cat-image{
    max-width: 27px;
    min-width: 27px;
    padding-left: 5px;
    height: auto;
    opacity: 0.5;
}
.all-category-menu ul li a .cat-name{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.sub-category-menu {
    padding: 50px 100px;
}

.sub-category-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: calc(100% + 20px);
    margin-left: -10px;
}

.sub-category-menu:not(:last-of-type) {
    border-bottom: 1px solid #eee;
}

.sub-category-menu ul:after {
    display: block;
    clear: both;
    content: "";
}

.sub-category-menu ul li {
    float: left;
    width: 33.33333%;
}

.sub-category-menu ul li a {
    display: block;
    padding: 3px 10px;
    color: #5f5f5f;
}

.sub-category-menu h3 {
    font-size: 22px;
    margin-bottom: 22px;
}

.typed-search-box {
    position: absolute;
    top: 100%;
    border: 1px solid #eceff1;
    box-shadow: 0 5px 25px 0 rgba(123,123,123,0.15);
    background: #fff;
    width: calc(100% - 48px);
    height: auto;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-webkit-transition: all 0.3s;
    min-height: 200px;
    z-index: 999999;
}
.typed-search-box .search-preloader{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.typed-search-box .search-preloader .loader{
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-18px);
    -webkit-transform: translateX(-18px);
}
.loader > div {
    display: inline-flex;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin: 0 2px;
    background: #777;
    -webkit-animation: bounce 1.48s ease-in-out infinite both;
    animation: bounce 1.48s ease-in-out infinite both;
}
.loader > div:nth-child(1) {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader > div:nth-child(2) {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0.2;
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .8;
    }
}

@keyframes bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0.2;
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .8;
    }
}


.typed-search-box .search-nothing {
    position: absolute;
    top:50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 15px;
    text-align: center;
    width: 100%;
    padding: 5px 20px;
}
.typed-search-box .title {
    background: #ddd;
    font-size: 10px;
    text-align: right;
    opacity: 0.5;
    padding: 3px 15px 4px;
    text-transform: uppercase;
    line-height: 1;
}

.typed-search-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.typed-search-box ul a {
    display: block;
    padding: 5px 15px;
    color: #525252;
}

.typed-search-box ul a:hover {
    background: #f7f7f7;
}

.typed-search-box .search-product .image {
    width: 50px;
    min-width: 50px;
    background-color: #ffffff;
    background-size: cover;
    height: 50px;
    background-position: center;
}

.typed-search-box .product a {
    padding: 8px 15px;
}

.typed-search-box .search-product .product-name {
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 600;
    margin-left: 20px;
}

.typed-search-box .search-product .price-box {
    margin-left: 20px;
}



.process-steps {
    margin: 0;
    padding: 0;
    list-style: none;
}

.process-steps li {
    width: 25%;
    float: left;
    text-align: center;
    position: relative;
}
.process-steps-returned li {
    width: 20%;
}

.process-steps li .title {
    font-weight: 600;
    font-size: 13px;
    color: #777;
    margin-top: 8px;
}

.process-steps li .icon {
    height: 30px;
    width: 30px;
    margin: auto;
    background: #fff;
    border-radius: 50%;
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #adadad;
    position: relative;
}

.process-steps li+li:after {
    position: absolute;
    content: "";
    height: 3px;
    width: calc(100% - 30px);
    background: #fff;
    top: 14px;
    z-index: 0;
    right: calc(50% + 15px);
}

.process-steps li.done .icon{
    color: transparent;
}
.process-steps li.done:after,
.process-steps li.active:after,
.process-steps li.active .icon{
    color: #fff;
}
.process-steps li.done .icon:before{
    position: absolute;
    content: "";
    left: 11px;
    top: 7px;
    width: 8px;
    height: 14px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.details-table tr td{
    color: #333;
    padding: 5px;
}





.product-gal {
    padding: 20px 15px;
}

.product-gal-thumb {
    width:120px;
    margin-right:10px;
}

.product-gal-thumb .xzoom-thumbs {
    margin-bottom: 0;
}

.product-gal-thumb a {
    display: block;
}

.product-gal-thumb a img {
    max-width: 100%;
    margin: 0;
    margin-bottom: 10px;
    border-radius: 2px;
}

.product-gal-thumb a img.xactive {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 2px solid transparent;
}

.product-gal-img {
    width: calc(100% - 100px);
}

.xzoom-source{
    z-index: 1060;
}
.xzoom,
.xzoom-lens,
.xzoom-preview {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    z-index: 1055;
}

.btn-back-to-top:before {
    font-family: "LineAwesome";
    content: "\f113";
}
.checkbox-color input:checked ~ label:after {
    content: "\f17b";
    font-family: "LineAwesome";
}







/* hamburger icon */

.hamburger-icon{
    width: 24px;
    height: 18px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    top:4px;
}

.hamburger-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #777;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}


.hamburger-icon span:nth-child(1) {
    top: 0px;
}

.hamburger-icon span:nth-child(2),.hamburger-icon span:nth-child(3) {
    top: 8px;
}

.hamburger-icon span:nth-child(4) {
    top: 16px;
}

.hamburger-icon.open span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%;
}

.hamburger-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hamburger-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hamburger-icon.open span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%;
}









/* sm */
@media (min-width: 576px){

}
/* md */
@media (min-width: 768px){

}
/* lg */
@media (min-width: 992px){

}
/* xl */
@media (min-width: 1200px){

}



/* xl */
@media (max-width: 1199px){
    .logo-bar-icons .nav-search-box .nav-box-link,
    .logo-bar-icons .nav-compare-box .nav-box-link,
    .logo-bar-icons .nav-wishlist-box .nav-box-link,
    .logo-bar-icons .nav-cart-box .nav-box-link {
        padding: 4px 5px;
    }
    .logo-bar-icons .nav-search-box .nav-box-number,
    .logo-bar-icons .nav-compare-box .nav-box-number,
    .logo-bar-icons .nav-wishlist-box .nav-box-number,
    .logo-bar-icons .nav-cart-box .nav-box-number {
        left: auto;
        right: 0;
        min-width: 20px;
        height: 14px;
        line-height: 13px;
        font-size: 10px;
    }
    .logo-bar-icons .nav-search-box .nav-box-icon,
    .logo-bar-icons .nav-compare-box .nav-box-icon,
    .logo-bar-icons .nav-wishlist-box .nav-box-icon,
    .logo-bar-icons .nav-cart-box .nav-box-icon {
        font-size: 24px;
        text-align: center;
    }
}
/* lg */
@media (max-width: 991px){
    .logo-bar-area {
        padding: 12px 0;
        box-shadow: 0 0 20px rgba(0,0,0,0.1);
    }
    .mobile-menu-icon-box {
        padding: 8px 0;
        margin-right: 20px;
    }
    .search-box{
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        background: #fff;
        padding: 12px 15px !important;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s;
    }
    .search-box.show{
        opacity: 1;
        visibility: visible;
    }
    .search-box input[type="text"] {
        border-color: transparent;
        font-size: 15px;
    }
    .search-box-back button {
        background: none !important;
        color: #777;
        border-radius: 0;
    }
    .typed-search-box {
        top: calc(100% + 12px);
        width: calc(100% + 30px);
        left: -15px;
    }




    .side-menu-wrap {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 300px;
        max-width: 80vw;
        height: 100%;
        z-index: 999;
        transition: opacity .4s cubic-bezier(.77,0,.175,1),visibility .4s cubic-bezier(.77,0,.175,1);
        -webkit-transition: opacity .4s cubic-bezier(.77,0,.175,1),visibility .4s cubic-bezier(.77,0,.175,1);
        -ms-webkit-transition: opacity .4s cubic-bezier(.77,0,.175,1),visibility .4s cubic-bezier(.77,0,.175,1);
    }
    .side-menu-overlay {
        position: fixed;
        z-index: 998;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.4);
        transition: opacity .3s,visibility .3s;
        -webkit-transition: opacity .3s,visibility .3s;
        -ms-webkit-transition: opacity .3s,visibility .3s;
    }


    .side-menu-wrap.opacity-0, .side-menu-overlay.opacity-0 {
        opacity: 0;
        visibility: hidden;
    }
    .side-menu-wrap.opacity-1, .side-menu-overlay.opacity-1 {
        opacity: 1;
        visibility: visible;
    }

    .side-menu {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 300px;
        max-width: 80vw;
        transition: left .4s cubic-bezier(.77,0,.175,1);
        -webkit-transition: left .4s cubic-bezier(.77,0,.175,1);
        -ms-webkit-transition: left .4s cubic-bezier(.77,0,.175,1);
        background: #fff;
        color: #777;
        z-index: 99;
        box-shadow: 5px 0 10px rgba(37, 53, 92, 0.2);
        overflow-y: auto;
    }
    .side-menu::-webkit-scrollbar{
        width:2px;
        background:transparent
    }
    .lumo-side-menu::-webkit-scrollbar-track{
        background:transparent
    }
    .side-menu::-webkit-scrollbar-thumb{
        background:rgba(0,0,0,0.3);
        border-radius:2px
    }
    .side-menu.closed {
        left: -250px;
    }
    .side-booking-option.open {
        left: 0;
    }



    .side-menu-header {
        position: relative;
        color: #fff;
    }

    .side-menu-close {
        position: absolute;
        color: #fff;
        font-size: 24px;
        right: 0;
        top: 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        cursor: pointer;
    }

    .side-menu-header .widget-profile-box .image {
        margin: 0;
        height: 60px;
        width: 60px;
        border: 3px solid #fff;
    }

    .side-menu-header .widget-profile-box .name {
        margin-left: 10px;
        font-weight: 700;
        margin-top: 0;
    }

    .side-menu-header .side-login a {
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        line-height: 14px;
    }

    .side-menu-header .side-login a:not(:first-child) {
        margin-left: 10px;
        border-left: 1px solid #fff;
        padding-left: 10px;
    }
    .side-menu-list ul {
        padding: 5px 0;
        margin: 0;
        list-style: none;
    }

    .side-menu-list ul li a {
        color: #5a5a5a;
        font-size: 14px;
        padding: 5px 0;
        display: block;
        font-weight: 600;
    }

    .side-menu-list ul li a i {
        opacity: 0.6;
        margin-right: 8px;
    }
    .side-menu-list ul li .badge {
        border-radius: 8px;
        color: #fff;
        min-width: 20px;
        height: 13px;
        line-height: 12px;
        padding: 0;
        position: relative;
        top: -4px;
        font-size: 10px;
    }


    section.home-banner-area {
        padding: 30px 0 10px;
    }
    .category-sidebar {
        padding-top: 0px;
        background: transparent;
    }

    .category-sidebar .sub-cat-menu {
        display: none !important;
    }

    .category-sidebar .categories > li {
        width: 120px;
        height: 110px;
        display: inline-block;
        background: #fff;
        border-radius: 5px;
        border: 1px solid #e9e9e9 !important;
        margin: 0 5px;
        vertical-align: top;
    }

    .category-sidebar .categories {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
        white-space: nowrap;
    }

    .category-sidebar .categories > li > a > * {
        display: block;
    }

    .category-sidebar .categories > li > a {
        text-align: center;
        height: 100%;
        text-overflow: unset;
        white-space: initial;
        border: none !important;
        padding: 22px 10px;
    }
    .category-sidebar .categories > li > a .cat-image {
        margin: auto;
        width: 24px;
        margin-bottom: 8px;
    }
    .category-sidebar .categories > li > a .cat-name {
        font-size: 12px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        min-height: 36px;
    }
    .sub-category-menu {
        padding: 40px 30px;
    }
    .all-category-menu ul li{
        width: 25%;
    }

}


/* md */
@media (max-width: 767px){
    .home-slide .slick-slide{
        height: auto !important;
    }
    .all-category-menu ul{
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
        white-space: nowrap;
        padding: 13px 12px 0;
    }
    .all-category-menu ul li{
        display: inline-block;
        width: 120px;
        height: 80px;
        float: none;
        text-align: center;
        padding: 8px;
        vertical-align: top;
    }
    .all-category-menu ul li a .cat-name{
        white-space: initial;
        margin-top: 5px;
        font-weight: 600;
    }
    .all-category-menu ul li:before {
        border-top: 1px solid #f3f1f1;
    }
    .sub-category-menu ul li{
        width: 50%;
    }
    .product-description-wrapper .sold-by {
        font-size: 12px;
    }
}
/* sm */
@media (max-width: 575px){
    .sub-category-menu {
        padding: 30px 20px;
    }
}




ul.inline-links > li {
    vertical-align: top;
}

.c-rating > label {
    color: #d9dbdc;
    float: right;
    margin-bottom: 0;
}

.c-rating > label:before {
    margin: 0 2px;
    font-size: 16px;
    font-family: FontAwesome;
    content: "\f005";
    display: inline-block;
}

.c-rating > input {
    display: none;
}

.c-rating > input:checked ~ label,
.c-rating:not(:checked) > label:hover,
.c-rating:not(:checked) > label:hover ~ label {
    color: #ffcc00;
}

.c-rating > input:checked + label:hover,
.c-rating > input:checked ~ label:hover,
.c-rating > label:hover ~ input:checked ~ label,
.c-rating > input:checked ~ label:hover ~ label {
    color: #ffcc00;
}

.img-upload-preview {
    border: 2px dashed #ddd;
    height: 160px;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
    position: relative;
    margin-bottom: 20px;
}

.img-upload-preview .close-btn {
    right: 3px;
    top: 3px;
    background: rgb(237, 60, 32);
    border-radius: 3px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    color: rgb(255, 255, 255);
    position: absolute;
    padding: 0;
}









/* smedia */
/*=====================*/
.social-nav {
    padding:0;
    list-style:none;
    margin:0px auto;
}
.social-nav li {
    display:inline-block;
}
.social-nav a {
    display:inline-block;
    /* float:left; */
    width: 31px;
    height: 33px;
    font-size:16px;
    color:#FFF;
    text-decoration:none;
    cursor:pointer;
    text-align:center;
    line-height:34px;
    background:#000;
    position:relative;
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
    -o-transition:0.5s;
    transition:0.5s;
}
.top-bar .social-nav {
    float: none !important;
}
.top-bar .social-nav a {
    float: left;
    width: 15px;
    height: 15px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    position: relative;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.social-nav a .fa {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
.social-nav a:hover .fa {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
.model-0 {
    position:absolute;
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
    -o-transition:0.5s;
    transition:0.5s;
    left:0;
    top:50px;
}
.model-0 li {
    float:none;
    display:block;
}
.model-0 a:hover {
    padding-left:20px;
    width:65px;
}
.model-0 .twitter {
    background:#00aced;
}
.model-0 .facebook {
    background:#3b579d;
}
.model-0 .google-plus {
    background:#dd4a3a;
}
.model-0 .linkedin {
    background:#007bb6;
}
.model-0 .pinterest {
    background:#cb2026;
}
.model-1 li {
    margin:0 2px;
}
.model-1 a {
    background:#fff;
    -webkit-transition:-webkit-transform 1s,background 0.4s;
    -moz-transition:-moz-transform 1s,background 0.4s;
    -o-transition:-o-transform 1s,background 0.4s;
    transition:transform 1s,background 0.4s;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    -ms-border-radius:100%;
    -o-border-radius:100%;
    border-radius:100%;
}
.model-1 a:hover {
    -webkit-transform:translateY(-10px);
    -moz-transform:translateY(-10px);
    -ms-transform:translateY(-10px);
    -o-transform:translateY(-10px);
    transform:translateY(-10px);
}
.model-1 .twitter {
    color:#00aced;
}
.model-1 .facebook {
    color:#3b579d;
}
.model-1 .google-plus {
    color:#dd4a3a;
}
.model-1 .linkedin {
    color:#007bb6;
}
.model-1 .pinterest {
    color:#cb2026;
}
.model-1 .skype {
    color:#01AEF2;
}
.model-1 .youtube {
    color:#E62117;
}
.model-2 a {
    overflow:hidden;
    font-size:18px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    -ms-border-radius:2px;
    -o-border-radius:2px;
    border-radius:2px;
    margin:0 5px;
}
.model-2 a:hover {
    background:#fff;
    text-shadow:0px 0px #d4d4d4,1px 1px #d4d4d4,2px 2px #d4d4d4,3px 3px #d4d4d4,4px 4px #d4d4d4,5px 5px #d4d4d4,6px 6px #d4d4d4,7px 7px #d4d4d4,8px 8px #d4d4d4,9px 9px #d4d4d4,10px 10px #d4d4d4,11px 11px #d4d4d4,12px 12px #d4d4d4,13px 13px #d4d4d4,14px 14px #d4d4d4,15px 15px #d4d4d4,16px 16px #d4d4d4,17px 17px #d4d4d4,18px 18px #d4d4d4,19px 19px #d4d4d4,20px 20px #d4d4d4,21px 21px #d4d4d4,22px 22px #d4d4d4,23px 23px #d4d4d4,24px 24px #d4d4d4,25px 25px #d4d4d4,26px 26px #d4d4d4,27px 27px #d4d4d4,28px 28px #d4d4d4,29px 29px #d4d4d4,30px 30px #d4d4d4;
}
.model-2 .twitter {
    background:#00aced;
    text-shadow:0px 0px #0087ba,1px 1px #0087ba,2px 2px #0087ba,3px 3px #0087ba,4px 4px #0087ba,5px 5px #0087ba,6px 6px #0087ba,7px 7px #0087ba,8px 8px #0087ba,9px 9px #0087ba,10px 10px #0087ba,11px 11px #0087ba,12px 12px #0087ba,13px 13px #0087ba,14px 14px #0087ba,15px 15px #0087ba,16px 16px #0087ba,17px 17px #0087ba,18px 18px #0087ba,19px 19px #0087ba,20px 20px #0087ba,21px 21px #0087ba,22px 22px #0087ba,23px 23px #0087ba,24px 24px #0087ba,25px 25px #0087ba,26px 26px #0087ba,27px 27px #0087ba,28px 28px #0087ba,29px 29px #0087ba,30px 30px #0087ba;
}
.model-2 .twitter:hover {
    color:#00aced;
}
.model-2 .instagram {
    background:#e1306c;
    text-shadow:0px 0px #e1306c,1px 1px #e1306c,2px 2px #e1306c,3px 3px #e1306c,4px 4px #e1306c,5px 5px #e1306c,6px 6px #e1306c,7px 7px #e1306c,8px 8px #e1306c,9px 9px #e1306c,10px 10px #e1306c,11px 11px #e1306c,12px 12px #e1306c,13px 13px #e1306c,14px 14px #e1306c,15px 15px #e1306c,16px 16px #e1306c,17px 17px #e1306c,18px 18px #e1306c,19px 19px #e1306c,20px 20px #e1306c,21px 21px #e1306c,22px 22px #e1306c,23px 23px #e1306c,24px 24px #e1306c,25px 25px #e1306c,26px 26px #e1306c,27px 27px #e1306c,28px 28px #e1306c,29px 29px #e1306c,30px 30px #e1306c;
}
.model-2 .instagram:hover {
    color:#e1306c;
}
.model-2 .facebook {
    background:#3b579d;
    text-shadow:0px 0px #2d4278,1px 1px #2d4278,2px 2px #2d4278,3px 3px #2d4278,4px 4px #2d4278,5px 5px #2d4278,6px 6px #2d4278,7px 7px #2d4278,8px 8px #2d4278,9px 9px #2d4278,10px 10px #2d4278,11px 11px #2d4278,12px 12px #2d4278,13px 13px #2d4278,14px 14px #2d4278,15px 15px #2d4278,16px 16px #2d4278,17px 17px #2d4278,18px 18px #2d4278,19px 19px #2d4278,20px 20px #2d4278,21px 21px #2d4278,22px 22px #2d4278,23px 23px #2d4278,24px 24px #2d4278,25px 25px #2d4278,26px 26px #2d4278,27px 27px #2d4278,28px 28px #2d4278,29px 29px #2d4278,30px 30px #2d4278;
}
.model-2 .facebook:hover {
    color:#3b579d;
}
.model-2 .google-plus {
    background:#dd4a3a;
    text-shadow:0px 0px #c23122,1px 1px #c23122,2px 2px #c23122,3px 3px #c23122,4px 4px #c23122,5px 5px #c23122,6px 6px #c23122,7px 7px #c23122,8px 8px #c23122,9px 9px #c23122,10px 10px #c23122,11px 11px #c23122,12px 12px #c23122,13px 13px #c23122,14px 14px #c23122,15px 15px #c23122,16px 16px #c23122,17px 17px #c23122,18px 18px #c23122,19px 19px #c23122,20px 20px #c23122,21px 21px #c23122,22px 22px #c23122,23px 23px #c23122,24px 24px #c23122,25px 25px #c23122,26px 26px #c23122,27px 27px #c23122,28px 28px #c23122,29px 29px #c23122,30px 30px #c23122;
}
.model-2 .google-plus:hover {
    color:#dd4a3a;
}
.model-2 .linkedin {
    background:#007bb6;
    text-shadow:0px 0px #005983,1px 1px #005983,2px 2px #005983,3px 3px #005983,4px 4px #005983,5px 5px #005983,6px 6px #005983,7px 7px #005983,8px 8px #005983,9px 9px #005983,10px 10px #005983,11px 11px #005983,12px 12px #005983,13px 13px #005983,14px 14px #005983,15px 15px #005983,16px 16px #005983,17px 17px #005983,18px 18px #005983,19px 19px #005983,20px 20px #005983,21px 21px #005983,22px 22px #005983,23px 23px #005983,24px 24px #005983,25px 25px #005983,26px 26px #005983,27px 27px #005983,28px 28px #005983,29px 29px #005983,30px 30px #005983;
}
.model-2 .linkedin:hover {
    color:#007bb6;
}
.model-2 .whatsapp {
    background:#00e600;
    text-shadow:0px 0px #00b300,1px 1px #00b300,2px 2px #00b300,3px 3px #00b300,4px 4px #00b300,5px 5px #00b300,6px 6px #00b300,7px 7px #00b300,8px 8px #00b300,9px 9px #00b300,10px 10px #00b300,11px 11px #00b300,12px 12px #00b300,13px 13px #00b300,14px 14px #00b300,15px 15px #00b300,16px 16px #00b300,17px 17px #00b300,18px 18px #00b300,19px 19px #00b300,20px 20px #00b300,21px 21px #00b300,22px 22px #00b300,23px 23px #00b300,24px 24px #00b300,25px 25px #00b300,26px 26px #00b300,27px 27px #00b300,28px 28px #00b300,29px 29px #00b300,30px 30px #00b300;
}
.model-2 .whatsapp:hover {
    color:#00e600;
}
.model-2 .pinterest {
    background:#cb2026;
    text-shadow:0px 0px #9f191e,1px 1px #9f191e,2px 2px #9f191e,3px 3px #9f191e,4px 4px #9f191e,5px 5px #9f191e,6px 6px #9f191e,7px 7px #9f191e,8px 8px #9f191e,9px 9px #9f191e,10px 10px #9f191e,11px 11px #9f191e,12px 12px #9f191e,13px 13px #9f191e,14px 14px #9f191e,15px 15px #9f191e,16px 16px #9f191e,17px 17px #9f191e,18px 18px #9f191e,19px 19px #9f191e,20px 20px #9f191e,21px 21px #9f191e,22px 22px #9f191e,23px 23px #9f191e,24px 24px #9f191e,25px 25px #9f191e,26px 26px #9f191e,27px 27px #9f191e,28px 28px #9f191e,29px 29px #9f191e,30px 30px #9f191e;
}
.model-2 .pinterest:hover {
    color:#cb2026;
}
.model-2 .skype {
    background:#01AEF2;
    text-shadow:0px 0px #2b88ad,1px 1px #2b88ad,2px 2px #2b88ad,3px 3px #2b88ad,4px 4px #2b88ad,5px 5px #2b88ad,6px 6px #2b88ad,7px 7px #2b88ad,8px 8px #2b88ad,9px 9px #2b88ad,10px 10px #2b88ad,11px 11px #2b88ad,12px 12px #2b88ad,13px 13px #2b88ad,14px 14px #2b88ad,15px 15px #2b88ad,16px 16px #2b88ad,17px 17px #2b88ad,18px 18px #2b88ad,19px 19px #2b88ad,20px 20px #2b88ad,21px 21px #2b88ad,22px 22px #2b88ad,23px 23px #2b88ad,24px 24px #2b88ad,25px 25px #2b88ad,26px 26px #2b88ad,27px 27px #2b88ad,28px 28px #2b88ad,29px 29px #2b88ad,30px 30px #2b88ad;
}
.model-2 .skype:hover {
    color:#01AEF2;
}
.model-2 .youtube {
    background:#E62117;
    text-shadow:0px 0px #9f191e,1px 1px #9f191e,2px 2px #9f191e,3px 3px #9f191e,4px 4px #9f191e,5px 5px #9f191e,6px 6px #9f191e,7px 7px #9f191e,8px 8px #9f191e,9px 9px #9f191e,10px 10px #9f191e,11px 11px #9f191e,12px 12px #9f191e,13px 13px #9f191e,14px 14px #9f191e,15px 15px #9f191e,16px 16px #9f191e,17px 17px #9f191e,18px 18px #9f191e,19px 19px #9f191e,20px 20px #9f191e,21px 21px #9f191e,22px 22px #9f191e,23px 23px #9f191e,24px 24px #9f191e,25px 25px #9f191e,26px 26px #9f191e,27px 27px #9f191e,28px 28px #9f191e,29px 29px #9f191e,30px 30px #9f191e;
}
.model-2 .youtube:hover {
    color:#E62117;
}
.model-2 .rss {
    background:#ffa500;
    text-shadow:0px 0px #a37217,1px 1px #a37217,2px 2px #a37217,3px 3px #a37217,4px 4px #a37217,5px 5px #a37217,6px 6px #a37217,7px 7px #a37217,8px 8px #a37217,9px 9px #a37217,10px 10px #a37217,11px 11px #a37217,12px 12px #a37217,13px 13px #a37217,14px 14px #a37217,15px 15px #a37217,16px 16px #a37217,17px 17px #a37217,18px 18px #a37217,19px 19px #a37217,20px 20px #a37217,21px 21px #a37217,22px 22px #a37217,23px 23px #a37217,24px 24px #a37217,25px 25px #a37217,26px 26px #a37217,27px 27px #a37217,28px 28px #a37217,29px 29px #a37217,30px 30px #a37217;
}
.model-2 .rss:hover {
    color:#ffa500;
}

.model-3 {
    margin-bottom:50px;
}
.model-3 a {
    background:#fff;
    -webkit-transition:padding 0.4s;
    -moz-transition:padding 0.4s;
    -o-transition:padding 0.4s;
    transition:padding 0.4s;
    margin:0 5px;
}
.model-3 a:after {
    content:'';
    position:absolute;
    border:24px solid #fff;
    z-index:-1;
    border-bottom-color:transparent !important;
    left:0;
    top:60%;
    -webkit-transition:-webkit-transform 0.4s;
    -moz-transition:-moz-transform 0.4s;
    -o-transition:-o-transform 0.4s;
    transition:transform 0.4s;
}
.model-3 a:hover {
    color:#fff;
    padding-top:10px;
}
.model-3 a:hover:after {
    -webkit-transform:translateY(10px);
    -moz-transform:translateY(10px);
    -ms-transform:translateY(10px);
    -o-transform:translateY(10px);
    transform:translateY(10px);
}
.model-3 .twitter {
    color:#00aced;
}
.model-3 .twitter:hover {
    background:#00aced;
}
.model-3 .twitter:hover:after {
    border-color:#00aced;
}
.model-3 .facebook {
    color:#3b579d;
}
.model-3 .facebook:hover {
    background:#3b579d;
}
.model-3 .facebook:hover:after {
    border-color:#3b579d;
}
.model-3 .google-plus {
    color:#dd4a3a;
}
.model-3 .google-plus:hover {
    background:#dd4a3a;
}
.model-3 .google-plus:hover:after {
    border-color:#dd4a3a;
}
.model-3 .linkedin {
    color:#007bb6;
}
.model-3 .linkedin:hover {
    background:#007bb6;
}
.model-3 .linkedin:hover:after {
    border-color:#007bb6;
}
.model-3 .pinterest {
    color:#cb2026;
}
.model-3 .pinterest:hover {
    background:#cb2026;
}
.model-3 .pinterest:hover:after {
    border-color:#cb2026;
}
.model-4 li {
    margin:0 -5px;
}
.model-4 a {
    background: none;
    line-height: 1.7;
    font-size: 14px;
}
.model-4 a:hover {
    color: #1E2127;
}
.model-4 .twitter {
    color:#00aced;
}
.model-4 .facebook {
    color:#3b579d;
}
.model-4 .google-plus {
    color:#dd4a3a;
}
.model-4 .linkedin {
    color:#007bb6;
}
.model-4 .pinterest {
    color:#cb2026;
}
.model-4 .skype {
    color:#01AEF2;
}
.model-4 .youtube {
    color:#E62117;
}
.model-4 .rss {
    color:#ffa500;
}
.model-5 li {
    float:left;
}
.model-5 a {
    background:#222;
}
.model-5 .twitter:hover {
    color:#00aced;
}
.model-5 .facebook:hover {
    color:#3b579d;
}
.model-5 .google-plus:hover {
    color:#dd4a3a;
}
.model-5 .linkedin:hover {
    color:#007bb6;
}
.model-5 .pinterest:hover {
    color:#cb2026;
}
.model-6 li {
    float:left;
}
.model-6 a:hover {
    background:#fff;
}
.model-6 .twitter {
    background:#00aced;
}
.model-6 .twitter:hover {
    color:#00aced;
}
.model-6 .facebook {
    background:#3b579d;
}
.model-6 .facebook:hover {
    color:#3b579d;
}
.model-6 .google-plus {
    background:#dd4a3a;
}
.model-6 .google-plus:hover {
    color:#dd4a3a;
}
.model-6 .linkedin {
    background:#007bb6;
}
.model-6 .linkedin:hover {
    color:#007bb6;
}
.model-6 .pinterest {
    background:#cb2026;
}
.model-6 .pinterest:hover {
    color:#cb2026;
}
.model-7 li {
    margin:0 10px;
}
.model-7 a {
    background:none;
    -webkit-box-shadow:0 0 4px 3px;
    -moz-box-shadow:0 0 4px 3px;
    box-shadow:0 0 4px 3px;
    text-shadow:0 0 1px #333333;
    -webkit-transition:-webkit-transform 0.4s,background 0.4s;
    -moz-transition:-moz-transform 0.4s,background 0.4s;
    -o-transition:-o-transform 0.4s,background 0.4s;
    transition:transform 0.4s,background 0.4s;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    -ms-border-radius:100%;
    -o-border-radius:100%;
    border-radius:100%;
}
.model-7 a .fa {
    -webkit-transition:-webkit-transform 1s;
    -moz-transition:-moz-transform 1s;
    -o-transition:-o-transform 1s;
    transition:transform 1s;
}
.model-7 a:hover {
    background:#fff;
}
.model-7 a:hover .fa {
    -webkit-transform:rotate(-10deg) scale(3);
    -moz-transform:rotate(-10deg) scale(3);
    -ms-transform:rotate(-10deg) scale(3);
    -o-transform:rotate(-10deg) scale(3);
    transform:rotate(-10deg) scale(3);
}
.model-7 .twitter {
    color:#00aced;
}
.model-7 .facebook {
    color:#3b579d;
}
.model-7 .google-plus {
    color:#dd4a3a;
}
.model-7 .linkedin {
    color:#007bb6;
}
.model-7 .pinterest {
    color:#cb2026;
}
.model-8 a {
    background:#FFF;
}
.model-8 a:hover {
    -webkit-box-shadow:0 48px 0 inset;
    -moz-box-shadow:0 48px 0 inset;
    box-shadow:0 48px 0 inset;
}
.model-8 a:hover>.fa {
    color:#fff;
}
.model-8 .twitter {
    color:#00aced;
}
.model-8 .twitter:hover {
    color:#00aced;
}
.model-8 .facebook {
    color:#3b579d;
}
.model-8 .facebook:hover {
    color:#3b579d;
}
.model-8 .google-plus {
    color:#dd4a3a;
}
.model-8 .google-plus:hover {
    color:#dd4a3a;
}
.model-8 .linkedin {
    color:#007bb6;
}
.model-8 .linkedin:hover {
    color:#007bb6;
}
.model-8 .pinterest {
    color:#cb2026;
}
.model-8 .pinterest:hover {
    color:#cb2026;
}
.model-9 li {
    margin:0 10px;
}
.model-9 a {
    color:#fff;
    overflow:hidden;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    -ms-border-radius:100%;
    -o-border-radius:100%;
    border-radius:100%;
}
.model-9 a:hover {
    background:#fff;
}
.model-9 .twitter {
    background:#00aced;
}
.model-9 .twitter:hover {
    color:#00aced;
}
.model-9 .facebook {
    background:#3b579d;
}
.model-9 .facebook:hover {
    color:#3b579d;
}
.model-9 .google-plus {
    background:#dd4a3a;
}
.model-9 .google-plus:hover {
    color:#dd4a3a;
}
.model-9 .linkedin {
    background:#007bb6;
}
.model-9 .linkedin:hover {
    color:#007bb6;
}
.model-9 .pinterest {
    background:#cb2026;
}
.model-9 .pinterest:hover {
    color:#cb2026;
}
.model-3d-0 a {
    background:#333;
    float:left;
    margin:0 10px;
    -webkit-transform-style:preserve-3d;
    -moz-transform-style:preserve-3d;
    -ms-transform-style:preserve-3d;
    -o-transform-style:preserve-3d;
    transform-style:preserve-3d;
}
.model-3d-0 a:hover {
    -webkit-transform:rotateX(-90deg);
    -moz-transform:rotateX(-90deg);
    -ms-transform:rotateX(-90deg);
    -o-transform:rotateX(-90deg);
    transform:rotateX(-90deg);
}
.model-3d-0 a:hover .fornt {
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -o-backface-visibility:hidden;
    backface-visibility:hidden;
}
.model-3d-0 a:hover .back {
    -webkit-backface-visibility:visible;
    -moz-backface-visibility:visible;
    -ms-backface-visibility:visible;
    -o-backface-visibility:visible;
    backface-visibility:visible;
}
.model-3d-0 .front,.model-3d-0 .back {
    width:48px;
    height:48px;
    background:#333;
    position:absolute;
    top:0;
    left:0;
    -webkit-transform:translateZ(18px);
    -moz-transform:translateZ(18px);
    -ms-transform:translateZ(18px);
    -o-transform:translateZ(18px);
    transform:translateZ(18px);
    -webkit-backface-visibility:visible;
    -moz-backface-visibility:visible;
    -ms-backface-visibility:visible;
    -o-backface-visibility:visible;
    backface-visibility:visible;
}
.model-3d-0 .back {
    font-size:32px;
    -webkit-transform:rotateX(90deg) translateZ(18px);
    -moz-transform:rotateX(90deg) translateZ(18px);
    -ms-transform:rotateX(90deg) translateZ(18px);
    -o-transform:rotateX(90deg) translateZ(18px);
    transform:rotateX(90deg) translateZ(18px);
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -o-backface-visibility:hidden;
    backface-visibility:hidden;
}
.model-3d-0 .twitter .back {
    background:#00aced;
}
.model-3d-0 .facebook .back {
    background:#3b579d;
}
.model-3d-0 .google-plus .back {
    background:#dd4a3a;
}
.model-3d-0 .linkedin .back {
    background:#007bb6;
}
.model-3d-0 .pinterest .back {
    background:#cb2026;
}
.model-3d-1 a {
    background:#fff;
    color:#666;
    float:left;
    margin:0 10px;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    -ms-border-radius:100%;
    -o-border-radius:100%;
    border-radius:100%;
}
.model-3d-1 a:hover {
    color:#fff;
    -webkit-transform:rotateY(-180deg);
    -moz-transform:rotateY(-180deg);
    -ms-transform:rotateY(-180deg);
    -o-transform:rotateY(-180deg);
    transform:rotateY(-180deg);
}
.model-3d-1 a:hover .fornt {
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -o-backface-visibility:hidden;
    backface-visibility:hidden;
}
.model-3d-1 a:hover .back {
    -webkit-backface-visibility:visible;
    -moz-backface-visibility:visible;
    -ms-backface-visibility:visible;
    -o-backface-visibility:visible;
    backface-visibility:visible;
}
.model-3d-1 .front,.model-3d-1 .back {
    width:48px;
    height:48px;
    position:absolute;
    top:0;
    left:0;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    -ms-border-radius:100%;
    -o-border-radius:100%;
    border-radius:100%;
    -webkit-backface-visibility:visible;
    -moz-backface-visibility:visible;
    -ms-backface-visibility:visible;
    -o-backface-visibility:visible;
    backface-visibility:visible;
}
.model-3d-1 .back {
    -webkit-transform:rotateY(-180deg);
    -moz-transform:rotateY(-180deg);
    -ms-transform:rotateY(-180deg);
    -o-transform:rotateY(-180deg);
    transform:rotateY(-180deg);
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -o-backface-visibility:hidden;
    backface-visibility:hidden;
}
.model-3d-1 .twitter .back {
    background:#00aced;
}
.model-3d-1 .facebook .back {
    background:#3b579d;
}
.model-3d-1 .google-plus .back {
    background:#dd4a3a;
}
.model-3d-1 .linkedin .back {
    background:#007bb6;
}
.model-3d-1 .pinterest .back {
    background: #cb2026;
}


@media (max-width: 991px){
    .logo-bar-area{
        transition: transform 0.3s;
        -webkit-transition: transform 0.3s;
    }
    .sm-fixed-top{
        position:fixed !important;
        top:-125px;
        background: #fff;
        width: 100%;
        left: 0;
        transform: translateY(100%);
    }
}
@media (max-width: 576px){
    .product-box-2.alt-box .product-image {
        min-height: 160px;
    }
    .hamburger-icon{
        top: 0;
    }
    .product-box-2 .seller-shop-image {
        min-height: 150px !important;
    }
    .product-box-2 .shop-by-brand-image {
        min-height: 150px !important;
    }
}
@media (max-width: 414px){
    .product-box-2 .seller-shop-image {
        min-height: 125px !important;
    }
    .product-box-2 .shop-by-brand-image {
        min-height: 125px !important;
    }
}
@media (max-width: 411px){
    .product-box-2 .seller-shop-image {
        min-height: 150px !important;
    }
    .product-box-2 .shop-by-brand-image {
        min-height: 150px !important;
    }
}
@media (max-width: 375px){
    .product-box-2 .seller-shop-image {
        min-height: 100px !important;
    }
    .product-box-2 .shop-by-brand-image {
        min-height: 100px !important;
    }
    .padding-left {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
}
@media (max-width: 360px){
    .product-box-2 .seller-shop-image {
        min-height: 100px !important;
    }
    .product-box-2 .shop-by-brand-image {
        min-height: 100px !important;
    }
}
@media (max-width: 320px){
    .product-box-2 .seller-shop-image {
        min-height: 100px !important;
    }
    .product-box-2 .shop-by-brand-image {
        min-height: 100px !important;
    }
}
.site-wrap {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}
.col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 1500px){
    .container {
        max-width: 1400px;
    }
    .col-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xxl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xxl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xxl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xxl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xxl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xxl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xxl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xxl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xxl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xxl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.gutters-5{
    margin-right: -5px;
    margin-left: -5px;
}
.gutters-5>.col, .gutters-5>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}
.gutters-10{
    margin-right: -10px;
    margin-left: -10px;
}
.gutters-10>.col, .gutters-10>[class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
}

@media (max-width: 576px){
    .product-box-2.alt-box .product-image {
        min-height: 175px;
    }

    .product-box-2 .product-image {
        margin:0.3rem;
        /* margin:0.1rem;*/
    }

}
@media (max-width: 767px){

    .sm-no-gutters{
        margin-right: 0;
        margin-left: 0;
    }
    .sm-no-gutters>.col, .sm-no-gutters>[class*=col-] {
/*        padding-right: 0;
        padding-left: 0;*/
    }
}

.product-box-4 .product-image {
    padding: 12px;
    border-right: 1px solid #eee;
    height: 100px;
    width: 100px;
    max-width: 100px;
    flex: 0 0 100px;
    text-align: center;
}

.product-box-4 {
    border: 1px solid #eee;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.product-box-4 .product-image img {
    max-height: 80px;
}

.product-box-4 .product-details {
    padding: 15px;
}

.product-box-4 .product-details .title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 2px;
}

.product-box-4 .product-details .title a {
    color: #333;
}

.product-box-4 .product-details .price-box .product-price {
    font-size: 14px;
}

.product-box-4 .product-details .price-box .old-product-price {
    font-size: 13px;
}
.product-box-4:hover {
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.star-rating i {
    color: #bfbfbf;
}
.star-rating .active {
    color: #ffcc00;
}
.star-rating .half{
    position: relative;
}
.star-rating .half:after {
    position: absolute;
    content: "\f089";
    top: 0;
    left: 0;
    font-size: inherit;
    color: #f4c150;
    z-index: 1;
}
.box-2 .img {
    max-height: 50px;
}

.box-2 .name {
    font-size: 14px;
    font-weight: 500;
    opacity: 0.8;
}

.box-3 img {
    max-height: 60px;
    margin: 0 auto;
}


.brand-box {
    padding: 5px;
}
.brand-box a {
    border: 1px solid #eee;
}
.brand-box a:hover {
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.brand-box .img {
    padding: 5px;
    text-align: center;
}

.brand-box img {
    height: 50px;
}

.brand-box .name {
    padding-left:10px;
}
.hov-bounce:hover{
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -ms-webkit-transform: translateY(-3px);
}
.icon-anim:hover i {
    transform: translateX(4px);
    -webkit-transform: translateX(4px);
}

.icon-anim i {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

/********************style----added----by-----me************************/
.desk_top_menu{
    float: left;
    FONT-WEIGHT: 100%;
    padding: 15px 18px 18px 17px;
}

.desk_top_menu > ul > li{
    float:left;
    list-style:none;
    margin-left: 3.5em;
}
.desk_top_menu > ul > li:first-child{
    margin-left:0;
}

.desk_top_menu > ul > li > a{
    font-weight:bold;
    color:#333;   
    font-size:14px;
}

.desk_top_menu > ul > li > a:hover {
    display: block;
}

.category-sidebar .all-category{
    color:#FFF !important;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    /*padding: 0.1em 0.1em 0.1em 0.3em;*/
    cursor: pointer;
    border: 0 solid;
    border-radius: 3px;
    background-color: rgba(0,0,0,.05);
    color: #494c4f;
}
.category-sidebar .all-category a {
    color: #fff;
    font-size: 12px;
}
.search-box input[type="text"] {
    height:40px !important;
    font-family: Rubik !important;
}

.category-sidebar .all-category > span{
    font-size:16px;
    margin-right:10px;
    font-weight:500; 
    font-family:Rubik !important;
}

.logo-bar-area .select2-container .select2-selection--single{
    height:40px;
}
.search-box button {
    height: 40px;
}

.flash-deal-box{
    padding-top:3px !important;
}

.big_sale_categories{
    background:#333333 !important;
    COLOR:#FFF !important;
    width:100%;
    height:auto;
    padding: 5px 24px 2px 36px;
    border-radius:3px;
    display:block;
    transition:0.5ms;
}

.margin-top{
    margin-top:1rem; 
}   

.padding-bottom{
    padding: 0.99999rem!important;
} 

.widget-profile-menu a{
    padding:0.88rem  1.2rem!important;
}

.heading-6 {
    font-family: Rubik !important;
    font-size: 19px !important;
    color: #564f4f !important;
}

.big_sale_categories:hover{
    transition: 0.5ms;
}

.big_sale_categories h4{
    text-transform:uppercase;
    font-size:17px;
    line-height: 25px;
}
.top-navbar {
    background: #fff !important;
    padding:2px !important;
}
.footer_spacing{
    padding-bottom:0.5rem;
    padding-top:0.5rem;
}

.second_nav{
    border-bottom:1px solid #ddd;
    padding-bottom:3px;
}
.border_none{
    border:none !important;
}   
.link--style-3{
    font-weight:bold !important;
    color:#005983;
}
.link--style-3>i{
    font-size:25px !important;
    font-weight:600 !important;
    color: #000 !important;
}      

.widget.widget-contact ul li .location_address{
    padding: 1.9em 0 0 !important;
}
.main-nav-area {
    margin-bottom:0em;
}
/*.logo-bar-area{
    margin-top: 0.5em;
}*/
.gry-bg{
    background-color:#fff !important;
}
.back-color-white{
    background-color:#fff !important;
}
.top-navbar .inline-links > li > a:not(:first-child):before {
    content: "";
    width: 1px;
    height: 20px;
    background: #ebebeb;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}
/**************************************under----line----below--------menu----item-------*/
.desk_top_menu > ul > dropdown > a:after{
    content:none;
    position: none;
    height: 2px;
    width: 0;
    left: 50%;
    bottom: -5px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) all;
    transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) all;
}
.desk_top_menu > ul > li > a {
    display: inline-block;
    text-decoration: none;
    color: #333;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.desk_top_menu > ul > li > a:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 0;
    left: 50%;
    bottom:-5px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) all;
    transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) all;
}

.desk_top_menu > ul > li > a:hover {
    color: tomato;
}

.desk_top_menu > ul > li > a:hover:after {
    width: 100%;
}


/**************************************under----line----below--------menu----item----end----here--------*/
/*****************************************/

.mega-dropdown {
    position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}
.mega-dropdown-menu > li > ul > li {
    list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
    display: block;
    color: #222;
    padding: 3px 5px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
    font-size: 18px;
    color: #ff3546;
    padding: 5px 60px 5px 5px;
    line-height: 30px;
}

.carousel-control {
    width: 30px;
    height: 30px;
    top: -35px;

}
.left.carousel-control {
    right: 30px;
    left: inherit;
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right {
    font-size: 12px;
    background-color: #fff;
    line-height: 30px;
    text-shadow: none;
    color: #333;
    border: 1px solid #ddd;
}
#login-dp{
    min-width: 250px;
    padding: 14px 14px 0;
    overflow:hidden;
    background-color:rgba(255,255,255,.8);
}
#login-dp .help-block{
    font-size:12px    
}
#login-dp .bottom{
    background-color:rgba(255,255,255,.8);
    border-top:1px solid #ddd;
    clear:both;
    padding:14px;
}
#login-dp .social-buttons{
    margin:12px 0    
}
#login-dp .social-buttons a{
    width: 49%;
}
#login-dp .form-group {
    margin-bottom: 10px;
}
.btn-fb{
    color: #fff;
    background-color:#3b5998;
}
.btn-fb:hover{
    color: #fff;
    background-color:#496ebc 
}
.btn-tw{
    color: #fff;
    background-color:#55acee;
}
.btn-tw:hover{
    color: #fff;
    background-color:#59b5fa;
}
.dash-board-padding{
    padding:5px 5px 22px 3px;
    background-color:#fff !important;
    margin-top:0.5em;
}
.form-box-title{
    background:#fff;
}

@media (max-width: 767px){
    .lower-device-categories {
        border:none !important;
    }
}

@media(max-width:768px){
    .elementor-heading-title:after{
        display: none !important;
    }
    .footer .heading{
        text-align:center;
    }

    #login-dp{
        background-color: inherit;
        color: #fff;
    }
    #login-dp .bottom{
        background-color: inherit;
        border-top:0 none;
    }
    .card-body {
        overflow: scroll;
    }
    .lower-device-categories {
        border:none !important;
    }
}

.dropdown-menu:li {
    text-align: left;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; 
}

.category-sidebar .categories>li:hover .sub-cat-menu {
    display: block;
}

.dropdown-menu {
    margin-top: 1em !important;
}

.top-navbar .inline-links > li:not(:last-of-type){
    margin-right: 12px;
    border-right: 1px solid #ddd;
}
ul.categories{
    padding: 0;
    margin: 0;
    list-style: none;
    border: 2px solid #ebebeb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    overflow: unset !important;
    z-index: 10;
}     

.category-sidebar .categories>li>a:hover{
    background-color:#f3f3f3 !important;
}
.main-nav-area {
    border-bottom:none !important;
    padding: 12px 0;
}  

.category-sidebar .sub-cat-menu{
    left: 90% !important;
    height:auto !important;
}


.home-slide{
    width:100% !important;
    margin:0 auto !important;
    height:410px;
    overflow:hidden;
    padding: 3px 5px 0px 5px;
}
.home-slide-full {
    padding: 0px 0px 0px 0px;
}
.home-slide-slider-only {
    padding: 3px 5px 0px 0px;
}

section.home-banner-area{
    background: #fff !important;
}

.category_side_images{
    height:120px !important;
} 

.fa-align-left{
    font-size:15px !important;
}
.category-sidebar .all-category {
    text-transform: uppercase !important;
}     

.flash-deal-box>col-lg-4{
    flex: auto !important;
    max-width: auto !important;
    margin-top: 0.5em !important;
}

.media-banner{
    margin-bottom: 0.5em !important;
}
.table-sm td, .table-sm{
    padding: 0.3rem 1rem !important;
}

.btn-styled.btn-sm{
    font-size:0.8rem !important;
    font-family:Rubik !important;
}


/* -----------------------------------------------*/


@font-face{
    font-family: 'rubikregular';
    src: url('rubik-regular-webfont.woff2') format('woff2'),
        url('rubik-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/**********************************-------------------------*/
.desk_top_menu > ul > li > a{
    color:#222 !important;
    font-size:15px !important;
    font-family:Rubik !important;
    text-transform:uppercase !important;
    font-weight:500 !important;
    padding: 0 1px !important;
    letter-spacing: 0.6px !important;
}
.service-method{
    width:100%;
    padding: 0px 0px 5px 5px;
}
.services{
    width:19.999%;
    border:1px solid #ddd;
    padding:20px 15px;
    padding-bottom: 0px;
    list-style: none;
    display: inline-block;
    margin-top: 0.5em;
    vertical-align:bottom;
}
.service-method ul{
    margin:0;
    padding: 0;
}  
.service-method ul li {
    margin-left: -4px;
    font-family: Rubik !important;
}
.box-2 .name {
    font-family: Rubik !important;
}

.img-content{
    display:inline-block;
    float:right;
    width:80%;
    padding:3px 0px 0px 10px;
    padding-bottom:0;
}
.img-box{
    display: inline-block;
    width: 20%;
}
.img-content h3 {
    font-size: 12px;
    line-height: 10px;
    font-weight: bold;
}
.img-content p{
    font-size:12px;
    line-height:10px;
}
.gutters-5-padding .col-3{
    padding:0;
}

.gutters-5-padding .over_effect:hover{
    border-color: transparent;
    z-index: 2;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,.15);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,.15);
    -ms-box-shadow: 0px 0px 30px 0px rgba(0,0,0,.15);
    -o-box-shadow: 0px 0px 30px 0px rgba(0,0,0,.15);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,.15);
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    margin: 0;
    /*        padding: 7px 10px;*/
}

.deals_of_month{
    width:100%;
    height:auto;
    padding: 15px;
}

.deals_of_month ul li{
    padding: 15px;
    background-color: #ddd;
    margin: 0.5em;
    list-style: none;
    width: 19.7%;
    display: inline-block;
    margin: 0;
}
.deals_of_month ul{
    margin:0;
    padding: 0;
}
.product-box-2:hover .product-btns{
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    -webkit-transform: scale(1.3) !important;
    transform: scale(1.3) !important;

}
/*    .no-space .product-btns{
        background-color:#fff !important;
            
    }*/

.no-space .add-wishlist{
    background-color:#ddd !important;  
    color:#fff;
} 
.no-space .add-compare{
    background-color:#ddd !important;
    color:#fff;
}
.no-space .quick-view{
    background-color:#ddd !important;
    color:#fff;
}


.sm-no-gutters .no-space{
    padding:0;
}
.product-box-2{
    text-align:center;
    position: relative;
    background-color: #fff !important;
    font-family: Rubik !important;
}
.text-truncate-2 a{
    font-family:Rubik !important;
}

.product-box-2 .star-rating{
    right: auto;
    left: 0;
    top: auto;
    width: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    position: absolute;
    /*    height: 100%;*/
    width:100%;
    opacity: 1;
}

.product-box-2:hover .star-rating{
    opacity:1 !important;
}
.qnty_dropdown{
    height: auto !important;
}    
.btn-addtocart{
    margin: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    float: none;
    display: inline-block;
    background-color: transparent;
    color: #848494;
    padding: 5px 12px;
    border: 2px solid #e4e4e4;
    font-size: 12px;
    line-height: 1.5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    text-transform: none;
}
.btn-wrap{
    opacity:0;
    filter:alpha(opacity=0);
    width:100%;
    bottom:0px;
    background-color:#fff;
    left:0;
    font-family: Rubik !important;
}
.btn-addtocart a{
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .01em;
}

.btn-box{
    width:14% !important;
    height:32px !important;
    float:none !important;
    display:inline-block !important;
    background-color:#fff !important;
    border: 2px solid #ebebeb;
}

.btn-addtocart a:hover{
    color:#fff;
}
.pading-p3{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}


.star-rating i{
    font-size:16px;
    line-height:24px;
}
.div_timer{
    position:absolute;
    right:0;
    z-index:9;
    top:22px;
    font-weight: 600;
}
.best_selling_product_btn{
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    top: 0;
    height: 100%;
    text-align:left;
}

.div_timer>ul>li{
    list-style: none;
    width:60px;
    height:50px;
    border:1px solid #ddd;
    margin-top:0.4em;
    background-color:#fff !important;
    font-family: Rubik !important;
    font-weight: 500;
}
.digit{
    background: #d4d4d4;
    width: 60px;
    height: 25px;
    float: left;
    color: #fff;
}

.best_selling_product_btn>.add-wishlist{
    background-color:#fff;
    font-size: 15px;
    border: 1px solid #ccc;
}
.best_selling_product_btn>.add-compare{
    background-color:#fff;
    font-size: 15px;
    border: 1px solid #ccc;
}
.product-box-best-selling{
    padding-bottom:0 !important;
}
.best_selling_section .slick-list{
    font-size:3px;
}

.best_selling_product_btn>.quick-view{
    background-color:#fff;
    font-size: 15px;
    border: 1px solid #ccc;
}

.star-rating-best-selling{
    right: auto;
    top: auto;
    width: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    position: absolute;
    width: 100%;
    opacity: 1;
    text-align:left;
}
.star-rating-best-selling .fa{
    color:gold;
    font-size: 20px;
    line-height: 24px;
}
.text-truncate-2 a{
    text-align:left;
}
/*figure.effect-layla{
        background:#18a367;
 }*/
.elementor-image figure{
    margin:0;
    position: relative;
}

figure.effect-layla img {

}

figure.effect-layla figcaption {
    padding:0em;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
    position: absolute;
    content: '';
    opacity: 0;
}

figure.effect-layla figcaption::before {
    top:17px;
    right:11px;
    bottom:17px;
    left:10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

figure.effect-layla figcaption::after{
    top: 17px;
    right: 10px;
    bottom: 17px;
    left: 10px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

figure.effect-layla h2 {
    padding-top: 26%;
    /* -webkit-transition: -webkit-transform 0.35s;
         transition: transform 0.35s;*/
}

figure.effect-layla p {
    padding: 0.5em 2em;
    text-transform: none;
    opacity: 0;
    /*	-webkit-transform: translate3d(0,-10px,0);
            transform: translate3d(0,-10px,0);*/
}

figure.effect-layla img,
figure.effect-layla h2 {
    /*	-webkit-transform: translate3d(0,-30px,0);
            transform: translate3d(0,-30px,0);*/
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
    opacity: 0.7;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.elementor-image{
    position:relative;
}
.elementor-image img{
    height: 240px;
    width: 100%;
}
/*.star-rating i{
    color:#ffd700 !important;
}*/
.product-gal-img {
    position: relative;
    border: 1px solid #ddd;
}
.xzoom-preview{
    background-color:#fff !important;
    border:none !important;
}
.xzoom-lens{
    border:none !important;
}  

.sale_icon{
    background: #62ab00;
    color: #fff;
    font-size: 10px;
    height: 40px;
    width: 40px;
    padding: 0;
    position: absolute;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    line-height: 42px;
    font-weight: 400;
    text-transform: unset;
    left:10px;
    top:10px;
}

.product-description-wrapper .product-description-label, .product-description-wrapper .avialable-amount {
    color: #222;
    font-weight: 500;
}

.product-description-wrapper .product-title {
    font-family: Rubik !important;
}
.product-gallery, .product-description-wrapper {
    font-family: Rubik !important;
}
.sidebar-box{
    font-family:Rubik !important;
}
slick-initialized .slick-slide {
    font-family: Rubik !important;
} 
.footer{
    font-family: Rubik !important;
} 



/*************************************footer---style----****************************/
.payment_options{
    width:100%;
    float:left;
    height:auto;
    padding: 15px;
    position:relative;
    padding-left:0;
}

.payment_options img{
    width:300px;
    margin-top:1.5em;
}
.footer .footer-bottom{
    background:#fff;
    border-top:1px solid #ddd;
}

.footer_widget{
    position:relative;
}

.outer_border_title{
    position:relative;
}

.elementor-heading-title:after {
    content:'';
    display:block;
    height:2.5px;
    width:40px;
    position:absolute;
    bottom:-8px;
    left: 0;
}
.right_content{
    display:inline-block;
}
.right_content p{
    font-size: 14px;
    font-weight: 600;
}

.right_content h3{
    font-size:14px;
    font-weight:600;
}
.img_left img{
    vertical-align:bottom;
}
.elementor-widget-container{
    padding-top:10px;
}
.img_left{
    display:inline-block;
}
.model-2 a{
    margin:0.5px;
}
.divider20px{
    width:100%;
    float:left;
    height:15px;
} 

.sidebar-box .box-title{
    padding: 12px 1px 15px 15px;
    border-bottom: none !important;
    border-bottom:none !important;
    font-size: 16px;
    line-height: 18px;
    background-color:#fff !important;
}
.sidebar-box{
    position:relative;
}

.elementor-heading-title-category:after{    
    content: '';
    display: block;
    height: 2.5px;
    width: 40px;
    position: absolute;
    bottom: -3px;
    left: 15px;
}

.box-title{
    position:relative;   
    text-align:left !important;
}

.footer {
    background:#fff !important;
}
.footer{
    color:#000 !important;
}

.footer .heading{
    color: #222;
    font-family: 'rubikregular' !important;
    font-size: 18px !important;
    line-height: 24px;
}

.outer_padding{
    padding:25px 0px 20px 0px;
}

.elementor-heading-title{
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.4em;
}
.elementor-heading-title-news-letter{
    font-size: 24px;
    font-weight:bold;
    text-transform: capitalize;
}   

.btn-base-news-1{
    width:33% !important;
    height:50px;
    font-weight:900;
}

.footer .footer-links > li > a{
    color:#222;
}

.top_nav_text{
    color: #929292;
    line-height: 35px;
    font-family: Rubik !important;
    text-transform: capitalize;
    font-size:14px !important;
} 
.dropdown-menu1{
    position:absolute;
    display:none;
    top:100%;
    left: -327px !important;
    z-index:9999;  
    background-color:#fff !important;
    display:block!important;
    opacity:0;
    filter: alpha(opacity=0);
    visibility:hidden;
    -webkit-transform:scaleY(0);
    -moz-transform:scaleY(0);
    -ms-transform:scaleY(0);
    -o-transform:scaleY(0);
    transform:scaleY(0);
    transform-origin: 0 0;
    transition:transform .3s,opacity .3s,visibility .3s;
    margin:0!important;
    padding:20px 0;
    top:85.5%;
    border: 1px solid #ebebeb;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.2);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.2);
    -ms-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.2);
    -o-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.2);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,.2);
    width:750px;
}

.desk_top_menu > ul > li:hover>.dropdown-menu1{
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}
.sub-cat-name{
    font-weight: 600;
    font-size: 20px;
    font-family: Rubik !important;
    line-height: 30px;
    letter-spacing: 0.5px;
}
/****************************************Footer----end----here--------************/

/*--------------------------------------news---letter-----------start-------here------*/
.form-inline .form-control{
    display:inline-block;
    width:100%;
    vertical-align:middle;
}

.news_letter_subscription{
    margin: 0 15px;
    border: 1px solid #ebebeb;
    padding: 15px 13px;
    background-color: #fff;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-family: Rubik !important;
}
.news_letter_subscription button, .news_letter_subscription input {
    overflow: visible;
    height:40px;
}
.shadow_for_box{
    box-shadow: 0.125rem .25rem .25rem rgba(0,0,0,.075)!important;
    border: 1px solid #ddd;
}
.news_letter_subscription p{
    font-size: 17px !important;
    line-height: 32px;
}
.footer-top-box h4 {
    font-family: Rubik !important;
    font-weight: 500;
}
.widget-profile-menu a {
    font-family: Rubik !important;
}

.category-sidebar .categories>li>a {
    padding:8.22px 5px;
    color:#333;
    font-size:13px;
    border: 1px solid transparent;
    position:relative;
    text-transform: none;
    font-size:13px;
    font-weight:400;
    border-bottom:0;
    color: #323232;
    letter-spacing:.8px;
    line-height:23px !important;
    cursor: pointer;
}


.product-box-2 .product-btns{
    top:7px;
}
.product-box-2 .product-image>a{
    height:350px;
}
.max_height{
    height:123px !important;
}

.contact-widget li{
    margin-top:1em;
}

.outer_bg{
    width:100%;
    background-color:#fff !important;
}

.news_letter_subscription p{
    font-size: 18px !important;
    line-height: 20px !important;
}

.footer .copy-links li {
    font-size: 14px;
    color: #222 !important;
}

.footer .copy-links li a{
    color: #222 !important;
    font-size: 14px;
}

/*------------------------------------------------news-----letter------end----here-------*/

/*********************************************************************************************************/
.product-categories li a{
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 0;
    /*    padding: 8px 40px 8px 0;*/
    color: #323232;
    letter-spacing: .8px;
    line-height: 24px !important;
    cursor: pointer;
}
.product-cat-menu{
    display: none;
    position: absolute;
    width:250px;
    overflow: hidden;
    top: 0;
    z-index: 100;
    background-color: #fff;
    border: 1px solid #eee;
    overflow-y: auto;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.product-categories ul li{
    position: relative;
}
.product-categories ul >li:hover .product-cat-menu {
    display: block;
}
.product-categories ul >li:hover .product-cat-menu {
    display: block;
}
.product-categories .product-cat-menu{
    left:60%;
}
ul.categories{
    background-color:#fff !important;
    border: 2px solid #ebebeb !important;
}

.sidebar--style-3 {

}
.white_bg{
    background-color:#fff;
}

.form-box-content>.table>.tbody>tr{
    border-bottom: 1px solid #ddd;
}

.wish-list-bg{
    background-color:#fff !important;
    padding:9px 9px 9px 9px;
    font-family: Rubik !important;
    border:1px solid #ddd !important;
}    
.internal-spacing{
    padding:0.5rem 0.1rem !important;
}

.heading-6{
    font-family:Rubik !important;
}
.breadcrumb{
    font-family:Rubik !important;
}

.tabs--style-2 .nav-tabs .nav-link{
    font-family: Rubik !important;
}

.btn-base-1{
    font-family: Rubik !important;
}
.breadcrumb li a{
    font-family:Rubik !important;
}
button, select{
    font-family:Rubik !important;
}
.bg-white{
    padding-bottom:0px;
    border:1px solid #ddd;
}  
/****************************************************/
/******************************************media----query----------------section----------------*/

@media(max-width:1024px){
    .img-content{
        width:80%;
    }
}
@media(max-width:991px){
    .desk_top_menu{
        display:none;
    }
    .second_nav{
        display:none;
    } 
}

@media(max-width:768px){
    .service-method ul li{
        margin-left:0;
    }
    .img-content{
        width:80%;
    }
    .services{
        width:32.999%;
    }
    .logo-bar-area {
        margin-top:0em;
    }
    .lower-device-categories {
        border:none !important;
    }
}   

@media(max-width:640px){
    .services{
        width:49.7%;
    }
    .sm-fixed-top {
        position: fixed !important;
        top: -75px;
    }
}

@media(max-width:568px){
    .services{
        width:100%;
    }
}
@media(max-width:414px){
    .services{
        width:47.7%;
    }
    .img-content{
        width:80%;
        padding:0;
    }
    .service-method ul li.services{
        width:100%;
    }

    .product-box-2.alt-box .product-image {
        min-height: 150px;    
    }
}


@media(max-width:360px){
    .img-content{
        width:80%;
        padding:0;
    }
    .category-sidebar .categories > li{
        width:100%;
        float:left;
    }
    .services{
        width:100%;
    }

    .news_letter_subscription{
        width:91%;
    }

    .elementor-image img{
        height:45px;
        width:100%;
    }

    .elementor-heading-title:after{
        left:44%;
    }

    .footer .heading{
        text-align:center;   
    }
}

ul.inline-links > li > a.active{
    font-family:Rubik !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 25px !important;
}
/************************************8changes----added-----by-------sandip------------*/
.dropdown-menu:before{

}
.cart-icon-dropdown{

}
.currency-dropdown:before{
    position: absolute;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    left: 25%;
    -webkit-transform: translateX(-75%);
    -moz-transform: translateX(-75%);
    -ms-transform: translateX(-75%);
    -o-transform: translateX(-75%);
    transform: translateX(-75%);
    top: -7px;
}
.language-dropdown:before{
    position: absolute;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    left: 25%;
    -webkit-transform: translateX(-75%);
    -moz-transform: translateX(-75%);
    -ms-transform: translateX(-75%);
    -o-transform: translateX(-75%);
    transform: translateX(-75%);
    top: -7px;
}

.cart-icon-dropdown:before{
    position: absolute;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    right:5%;
    -webkit-transform: translateX(-75%);
    -moz-transform: translateX(-75%);
    -ms-transform: translateX(-75%);
    -o-transform: translateX(-75%);
    transform: translateX(-75%);
    top: -7px;
}
.cart-icon-dropdown{
    margin-top:0.5em;
}

.nav-dropdown{
    display: inline-block;
    height: 0;
    margin-left: .255em;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    font-weight: 900;
}
.dropdown-menu{
    margin-top: 0em !important;
}   

.dropdown-toggle::after {
    display:none !important;
}
.currency-dropdown{
    margin-top: 2.4em !important;
}
.nav-box-link{
    display:block;
    position:relative;
    color:#333;
    padding:3px 0;
    border:2px solid #ebebeb;
    color:#292929;
    display:block;
    height:50px;
    line-height:50px;
    position:relative;
    text-align:center;
    width:50px;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    -ms-border-radius:100%;
    border-radius:100%;
}
.logo-bar-icons .nav-search-box .nav-box-icon, .logo-bar-icons .nav-compare-box .nav-box-icon, .logo-bar-icons .nav-wishlist-box .nav-box-icon, .logo-bar-icons .nav-cart-box .nav-box-icon {
    font-size: 25px;
    color:#000;
}
.logo-bar-icons>div:not(:first-of-type) {
    margin-left: 23px;
}

/*.logo-bar-icons{
    margin-left:30px !important;
}*/
.white-colored-bg{
    background-color:#fff !important;
    padding-bottom:20px;
    border:1px solid #ddd;
    margin-top:0.3em;
}
.logo-bar-icons .nav-search-box .nav-box-number, .logo-bar-icons .nav-compare-box .nav-box-number, .logo-bar-icons .nav-wishlist-box .nav-box-number, .logo-bar-icons .nav-cart-box .nav-box-number {
    position: absolute !important;
    top: 14px !important;
    right: 36px !important;
    min-width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
    text-align: center !important;
    border-radius: 50% !important;
    color: #fff !important;
    font-size: 12px !important;
}
.sort-by-bar{
    padding:20px 0px 5px 0px; 
}
.sort-by-box .search-widget button {
    line-height: 2;
}  

.main-content h2{
    padding: 5px;
}  
.table-cart tbody tr td.product-quantity .form-control{
    height: 39px;
}

.main-content{
    background-color:#fff;
    padding:5px !important;
}
.category-sidebar .all-category a:hover{
    color:#fff !important;
}
.page-title{ 
    border:1px solid #ddd;
    border-radius:0;
    padding:10px 10px 10px 10px;
}
/*   .footer-cod-img{
       width:80%;
       margin:0 auto;
         
   }*/
.cod_image{
    width:100%;
    height:50px;
    display:block;
    margin:0 auto;
}
.countdown countdown--style-1{
    position:relative;
}
.form-width-full{
    width:100%;
}
.countdown-item{
    float:left !important;  
} 

.countdown--style-1 .countdown-digit{
    display: inline-grid;
}
.countdown--style-1 .countdown-item{
    width: 100%;
    float: left !important;
    text-align: -webkit-right !important;
    text-align: right;
}
.outer_conter{
    border: 1px solid #ddd;
    width: 23%;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}
.seller-info-box{
    background-color:#fff !important;
}

.countdown--style-1 .countdown-label{
    text-align: right;
    background-color: #fff;
    margin-top: 0;
    padding-top: 2px;
    padding-bottom: 2px;
}
.countdown--style-1 .countdown-digit {
    display:block;
    width: 54px;
    height: 25px;
    background:#ddd;
    color:#000;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    line-height: 24px;
}

.seller-heading{
    width:100%;
    border:1px solid #ddd;
    padding:10px;
}
.padding_seller{ padding:10px;}
.payment_logo_icon_img{

}  

.table-cart > thead > tr > th {
    font-size: 15px;
}

.back-to-top {
    display : none;
}
@media (min-width: 1200px) {
    .back-to-top {
        display : block;
    }
}
html,body{
    margin:0 !important;
    padding:0 !important;
    height:100% !important;
}
.policies_terms{
    width:100%;
    float:left;
    word-break:break-word;
}   

.rating-best-selling{
    position: absolute;
    display: block;
}  

.width_news_letter{
    width:66%;
}  


/*------media----query----section-------start--here-----*/

@media(max-width:991px){

    .currency-dropdown{
        margin-top:2.2em !important;
    }
}

@media(min-width:991px){
    .mobile_language_selection{
        display:none;
    } 

}

@media(max-width:812px){
    .category-sidebar .categories{
        white-space:unset;
    }

}
@media(min-width:769px){
    .mobile_searchbar{
        display: none;
    }
}
@media(max-width:769px){
    .top_nav_text{
        display:none;
    }
    .category-sidebar .categories > li{
        margin-top:0.5em;
        margin-bottom:0.5em;
        width: 136px;
        height: 100px;
    }
    .news_letter_subscription{
        display:none;
    }
    .cod_image{
        width:50%;
        height:50px;
        display:block;
        margin:0 auto;
    }
    .cod_image{
        width:50%;
        margin:0 auto;
    }

}
@media(max-width:480px){
    .category-sidebar .categories > li{
        width:140px;
    }
}

@media(max-width:768px){
    .rating-best-selling{
        position: relative;
        display: block;
    }

    .home-slide{
        width:100% !important;
        height:auto !important;
        padding-top:0px !important;
    }

    .footer{
        display:none;
    }
    .payment_logo_icon_img{
        width: 85%;
        height: 84%;
        margin: 0 auto;
        display: block;
    }

    .mobile_searchbar{
        display:block;
    }
    .category-sidebar .categories {
        white-space:unset;
    }
    .cod_image{
        width: 26%;
        height: 50px;
        display:block;
        margin:0 auto;
    }
    .countdown--style-1 .countdown-digit{
        width:100%;
        height: 25px;
    }
    .sm-fixed-top{
        position:fixed !important;
        top:-75px;
    }
    .lower-device-categories {
        border:none !important;
    }

}

@media(max-width:667px){
    .payment_logo_icon_img{
        width:20%;
        height:84%;
    }
}
@media(max-width:568px){
    .payment_logo_icon_img {
        width:21%;
        height: 85%;
        margin: 0 auto;
        display: block;
    }
}
@media(max-width:414px){
    .category-sidebar .categories > li{
        width: 119px;
        height: 100px;
    }

    .category-sidebar .categories > li > a .cat-name {
        font-size: 10px;
    }
        
    .payment_logo_icon_img{
        width: 30%;
        height: 90%;
    }

    .logo-bar-icons{
        margin-left:0px !important;
    }
    .btn-base-news-1{
        width:43% !important;
    }
    .countdown--style-1 .countdown-digit{
        display: block;
        width: 37px;
        height: 14px;
        background: #ddd;
        color: #000;
        font-size: 11px;
        font-weight: 400;
        text-align: center;
        line-height: 12px;
    }
    .cod_image{
        width:50%;
    }
}
@media(max-width:412px){
    .category-sidebar .categories >li{
        width:170px;
    }
}
@media(max-width:411px){
    .img-content h3 {
        font-size: 14px;
        line-height: 15px;
    }
    .category-sidebar .categories >li{
        width:118px;
    }
    .d-table-cell .add-to-cart{
        font-size: 11px;
    }
    .d-table-cell .buy-now{
        font-size: 11px;
    }
    .d-table-cell .product-details-wishlist{
        font-size: 13px;
    }
    .d-table-cell .product-details-compare{
        font-size: 13px;
    }
    .form-height-btn{
        height:35px !important;
        margin-bottom:-15px;
    }

    .sm-fixed-top{
        position:fixed !important;
        top:-74px;
    }

    .logo-bar-icons{
        margin-left: 0 !important;
    }

    .countdown--style-1 .countdown-item {
        width: 100%; 
        float: left !important; 
        text-align: -webkit-right !important;
        text-align: right;
    }
    .countdown--style-1 .countdown-item{
        width: 15%;
    }

    .countdown--style-1 .countdown-label {
        font-size: 11px;
    }

    .outer_conter {
        border: 1px solid #ddd;
        width: 100%;
        float: left;
        margin-top: 2em;
    }

    .countdown--style-1 .countdown-digit{
        display: block;
        width: 24px;
        height: 14px;
        background: #ddd;
        color: #000;
        font-size: 11px;
        font-weight: 400;
        text-align: center;
        line-height: 12px;
    }
    .outer_conter{
        position:relative;
        border: none;
    }
}


@media(max-width:393px){
    .category-sidebar .categories >li{
        width:165px;
    }
    .logo-bar-icons>div:not(:first-of-type) {
        margin-left: 14px;
    }
}

@media(max-width:375px){
    .logo-bar-icons.ml-auto{
        top:17px !important;
    }
    .star-rating-best-selling{
        position:absoliute !important;
    }
    .product-title a {
        font-size: 12px;
        line-height: 23px;
    }
    .dropdown-cart{
        min-width:345px;
    }
    .custom_categories>.p-3{
        padding-bottom: 1.4rem !important;
    }
    .category-sidebar .categories > li{
        width:106px;
    }
    .btn-base-news-1{
        width: 31% !important;
    }
    .nav-box-link{
        height: 33px;
        line-height: 30px;
        position: relative;
        text-align: center;
        width: 33px;
    }
    .nav-box-link{
        padding:0px 0px !important;
        font-size: 20px !important;
    }
    .logo-bar-icons{
        margin-left:0px !important;
    }
    .nav-box-number{
        position: absolute !important;
        top: 10px !important;
        right: 22px !important;
        min-width: 18px !important;
        height: 18px !important;
        line-height: 18px !important;
        text-align: center !important;
        border-radius: 50% !important;
        color: #fff !important;
        font-size: 11px !important;
    }
    .sm-fixed-top{
        position: fixed !important;
        top: -67px;
    }

    .logo-bar-icons .nav-search-box .nav-box-number, .logo-bar-icons .nav-compare-box .nav-box-number, .logo-bar-icons .nav-wishlist-box .nav-box-number, .logo-bar-icons .nav-cart-box .nav-box-number {
        position: absolute !important;
        top: 5px !important;
        right: 22px !important;
    }
    .payment_logo_icon_img{
        width: 35%;
        height: 100%;
    }
    .form-height-btn{
        height:35px !important;
        margin-bottom:-15px;
    }

    .product-box-2.alt-box .product-image {
        min-height: 125px;    
    }
}

@media(max-width:360px){
    .category-sidebar .categories > li{
        width:103px;
    }
}
@media(max-width:320px){

    .mobile_language_selection ul.inline-links > li {
        font-size: 0.6rem;
    }

    .dropdown-cart {
        min-width: 310px;
    }

    .btn-box{
        width:17% !important;
        height:18px !important;
    }

    .product-box-2 .product-btns .btn{
        font-size: 11px;
    }


    .news-letter-form-inline{
        width: 100%;
        display: block;
    }

    .btn-base-news-1{
        width: 100% !important;
        height: 50px;
        font-weight: 400 !important;
    }
    .form-inline .form-control {
        display: inline-block;
        width:100%;
    }
    .best_selling_product_btn>.add-wishlist {
        font-size: 12px;
    }
    .best_selling_product_btn>.add-compare {
        font-size:12px;
    }
    .best_selling_product_btn>.quick-view {
        font-size:12px;
    }
    .product-title a{
        font-size:14px;
        line-height:14px;
    }
    .category-sidebar .categories > li {
        width: 90px;
        height: 90px;
    }
    .category-sidebar .categories>li>a {
        padding: 5px 5px !important;
    }

    .seller-shop-menu li a {
        padding: 14px 11px;
    }
    .d-table-cell .add-to-cart{
        font-size: 8px;
    }
    .d-table-cell .buy-now{
        font-size: 8px;
    }
    .d-table-cell .product-details-wishlist{
        font-size: 10px;
    }
    .d-table-cell .product-details-compare{
        font-size: 10px;
    }
}
.padding-10px-bottom{
    padding-bottom:10px !important;
}

.input-number{
    height: auto !important;
}

/*.select2-container--default .select2-selection--single{
    height:50px;
}*/

.outer_below_btn{
    width:100%;
    padding:10px;
} 

.btn-position-ckeout{
    float:right;
} 

.form-height-btn{
    height:35px !important;
}

.desk_top_menu_list {
    padding-left: 10px;
}

.margin-top-section{
    margin-top:0.5em !important;
}
.product_margin_bottom{
    margin-bottom:1.5em !important;
} 
.outer_margin_section{
    margin: 2.5em !important;
} 
.shadow-sm{
    box-shadow:0.125rem .25rem .25rem rgba(0,0,0,.075)!important;
}  
.overflow_scroll_effect{
    overflow-x:scroll;
} 

.margin_top_section{
    margin-top:0.5em;
}

.padding_sub_product{
    padding-top: 0 !important;
}
.logo-bar-area .select2-container .select2-selection--single{
    height:40px;
}

select.form-control:not([size]):not([multiple]){
    height:40px !important;
}

.color-green{
    color:green !important;
}
.color-red{
    color:red !important;
}
.footer-copyright-section{
    margin-right:20px;
    margin-left:20px;
}
.home-ad-banner-image {
    width:100%;
    height:131.5px;
}
.home-style-banner-image {
    height:415px;
    border-radius: 3px;
}
.home-categories-image {
    width:50px;
    height:50px
}
.home-brands-image {
    width:50px;
    height:50px
}
.cart-details-quantity {
    width: 130px !important;
}
.pay-with-razor-display {
    display: none;
}
.seller-polygon1 {
    fill:#F8B517;
}
.seller-circle1 {
    fill:#FBD303;
}
.seller-circle2 {
    fill:#F8B517;
}
.seller-polygon2 {
    fill:#FCFCFD;
}
.seller-product-edit-margin-top {
    margin-top:5px;
}
.frontend-all-images-border {
    border: 1px solid #ddd;
}
.seller-shop-slider-image {
    max-height:300px;
}
.frontend-all-width {
    width: 100% !important;
}
.user-login-social-before {
    width:1px;
}
.compare-reset-button {
    text-decoration: none;
}
.compare-th-name {
    width:16%;
}
.compare-th-product {
    width:28%;
}
.stocks-create {
    margin-right: 10px;
}
.stripe-image-load {
    margin-bottom:10px;
}
.add-to-cart-input-minus {
    width: 160px;
}
.seller-accept-reject {
    color : #0ab1fc;
}
.become-a-vendor-form {
    border: 1px solid #ddd;
}
.seller-shop-top-header {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.padding_seller_bottom {
    padding-bottom: 10px;
}

.seller-slide{
    width:100% !important;
    margin:0 auto !important;
    height:325px;
    overflow:hidden;
    padding-bottom:10px;
}

@media(max-width:768px){
    .seller-slide{
        width:100% !important;
        height:auto !important;
        padding-top:0px !important;
    }
    .lower-device-categories {
        border:none !important;
    }
}

@media (max-width: 767px){
    .seller-slide .slick-slide{
        height: auto !important;
    }
}

.seller-slide .slick-dots {
    position: absolute;
    margin: 0;
    padding: 0;
    right: 5%;
    bottom: 20px;
}

.seller-slide .slick-dots li {
    list-style: none;
    display:inline-block;
    margin: 0 5px;
}
.seller-slide .slick-dots li button{
    background: #fff;
    height: 4px;
    width: 25px;
    border: 0;
    color: transparent;
    font-size: 0;
}

.seller-slide .slick-prev,
.seller-slide .slick-next {
    opacity: 0.3;
    transition: all 0.3s;
    width: 30px;
    background: rgba(0,0,0,0.1);
    height: 60px;
    top: calc(50% - 30px);
    position: absolute;
    border: 0;
    z-index: 99;
}
.seller-slide .slick-prev{
    left: 0;
}
.seller-slide .slick-next{
    right: 0;
}
.seller-slide:hover .slick-prev,
.seller-slide:hover .slick-next {
    opacity: 1;
}
.seller-slide .slick-next .next-icon,
.seller-slide .slick-prev .prev-icon{
    background:none;
    height: 30px;
    width: 30px;
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
}
.seller-slide .slick-next .next-icon:after,
.seller-slide .slick-prev .prev-icon:after{
    position: absolute;
    content: "";
    top: 7px;
    width: 16px;
    height: 16px;
    border: solid white;
    border-width: 0 2px 2px 0;
}
.seller-slide .slick-next .next-icon:after{
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 4px;
}
.seller-slide .slick-prev .prev-icon:after{
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 12px;
}

.seller-category-box .box-content {
    padding: 0px 15px 0px 15px !important;
}
.seller-category-box .box-content button {
    padding: 5px 15px 5px 15px !important;
}
.seller-category-box .box-title {
    padding: 10px 1px 5px 15px !important;
    /*border-bottom: 1px solid #ddd !important;*/
}
.seller-top-products-box .box-content {
    padding: 0px 15px 5px 15px !important;
}
.seller-top-products-box .box-title {
    padding: 10px 1px 5px 15px !important;
}
.seller-brands .seller-brand-list .brand-item {
    margin: 0px 2px !important;
}
li.seller-brands-li {
    padding: 5px 5px 5px 20px;
    border-top: 1px solid #ddd;
}
li.seller-brands-li a {
    font-size: 14px;
    font-family: Rubik !important;
    color: #333 !important;
}
.seller-category-box ul.categories {
    border : none !important;
    font-size: 14px !important;
    font-family: Rubik !important;
    color: #333 !important;
}
.seller-category-box ul.categories li a span {
    border : none !important;
    font-size: 14px !important;
    font-family: Rubik !important;
    color: #333 !important;
}
.seller-category-box ul.categories li.main-category {
    padding: 5px 5px 5px 20px !important;
    border-top: 1px solid #ddd !important;
}
.seller-category-box ul.categories li.main-category a {
    padding: 0 !important;
}

.shop-by-seller-img {
    border: 1px solid #ddd !important;
    width: 100%;
}
.shop-by-seller-title {
    padding : 0px 0px 0px 0px;
}
.shop-by-seller-home .over_effect {
    border-radius : 5px;
}
.shop-by-seller-home .over_effect:hover {
    border-color: transparent;
    z-index: 2;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,.15);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,.15);
    -ms-box-shadow: 0px 0px 30px 0px rgba(0,0,0,.15);
    -o-box-shadow: 0px 0px 30px 0px rgba(0,0,0,.15);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,.15);
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    margin: 0;
}

.shop-by-brands-img {
    border: 1px solid #ddd !important;
    width: 100%;
}
.shop-by-brands-title {
    padding : 0px 10px 10px 10px;
}
.shop-by-brands-home .over_effect {
    border-radius : 5px;
}
.shop-by-brands-home .over_effect:hover {
    border-color: transparent;
    z-index: 2;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,.15);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,.15);
    -ms-box-shadow: 0px 0px 30px 0px rgba(0,0,0,.15);
    -o-box-shadow: 0px 0px 30px 0px rgba(0,0,0,.15);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,.15);
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    margin: 0;
}

.shop-by-categories-img {
    border: 1px solid #ddd !important;
    width: 100%;
}
.shop-by-categories-title {
    padding : 0px 10px 10px 10px;
}
.shop-by-categories-title .product-title a {
    font-size: 13px;
}
.shop-by-categories-home .over_effect {
    border-radius : 5px;
}
.shop-by-categories-home .over_effect:hover {
    border-color: transparent;
    z-index: 2;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,.15);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,.15);
    -ms-box-shadow: 0px 0px 30px 0px rgba(0,0,0,.15);
    -o-box-shadow: 0px 0px 30px 0px rgba(0,0,0,.15);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,.15);
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    margin: 0;
}

@media (min-width: 1200px) {
    .shop-by-categories-img {
        height: 100px !important;
    }
    .product-box-2 .seller-shop-image {
        min-height: 178px !important;
    }
    .product-box-2 .shop-by-brand-image {
        min-height: 178px !important;
    }
}

@media (min-width:768px){
    .shop-by-categories-img {
        height: 100px;
    }
    .product-box-2 .seller-shop-image {
        min-height: 180px !important;
    }
    .product-box-2 .shop-by-brand-image {
        min-height: 180px !important;
    }
}
@media (max-width:767px){
    .shop-by-categories-img {
        height: 100px;
    }
}

.product-box-2 .seller-shop-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;    
    width: auto;
    padding: 1rem;
}

.product-box-2 .shop-by-brand-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;    
    width: auto;
    padding: 1rem;
}

.searchpage-search{
    line-height: 27px !important;
}


.seller-category-sidebar{
    background-color: #fff;
    padding-top:2px;
}
.seller-category-sidebar .all-category{
    line-height:35px;
    padding-left:16px;
    font-size:13px;
    padding:0 20px;
    color:#fff;
}
.seller-category-sidebar .all-category > span{
    font-size: 16px;
    margin-right: 30px;
    font-weight: 600;
}
.seller-category-sidebar .all-category a{
    color: #666;
    font-size: 12px;
}


.seller-category-sidebar .categories>li{
    border: 0;
}
.seller-category-sidebar .categories>li>a{
    padding: 8px 10px;
    color: #333;
    font-size: 13px;
    border: 1px solid transparent;
    position: relative;
}
.seller-category-sidebar .categories>li:hover >a::before{
    position: absolute;
    height: 100%;
    width: 3px;
    background: #fff;
    content: "";
    top: 0;
    right: -2px;
    z-index: 999;
    display: block;
}
.seller-category-sidebar .categories>li:hover >a{
    border-color: #eee;
}
.seller-category-sidebar .categories>li>a .cat-image{
    width: 16px;
    opacity: 0.6;
    margin-right: 10px;
}

/* sub category */
.seller-category-sidebar .sub-cat-menu{
    display:none;
    position:absolute;
    /* width:calc(100% - 25%);*/
    width: auto;
    left:25%;
    height:100%;
    top:0;
    z-index:9999999999;
    background-color:#fff;
    border:1px solid #ebebeb;
    overflow-y: auto;
    height:auto;
}
.seller-category-sidebar .categories>li:hover .sub-cat-menu{
    display: block;
}

.seller-category-sidebar ul li{
    position:relative !important;
}



.seller-category-sidebar .all-category{
    color:#FFF !important;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    /*padding: 0.1em 0.1em 0.1em 0.3em;*/
    cursor: pointer;
    border: 0 solid;
    border-radius: 3px;
    background-color: rgba(0,0,0,.05);
    color: #494c4f;
}
.seller-category-sidebar .all-category a {
    color: #fff;
    font-size: 12px;
}

.seller-category-sidebar .all-category > span{
    font-size:16px;
    margin-right:10px;
    font-weight:500; 
    font-family:Rubik !important;
}


.seller-category-sidebar .categories>li:hover .sub-cat-menu {
    display: block;
}

.seller-category-sidebar .categories>li>a:hover{
    background-color:#f3f3f3 !important;
}

.seller-category-sidebar .sub-cat-menu{
    left: 90% !important;
    height:auto !important;
}
.seller-category-sidebar .all-category {
    text-transform: uppercase !important;
}     
.seller-category-sidebar .categories>li>a {
    padding:8.22px 10px;
    color:#333;
    font-size:13px;
    border: 1px solid transparent;
    position:relative;
    text-transform: none;
    font-size:13px;
    font-weight:400;
    border-bottom:0;
    color: #323232;
    letter-spacing:.8px;
    line-height:23px !important;
    cursor: pointer;
}
.seller-category-sidebar .all-category a:hover{
    color:#fff !important;
}
@media (max-width:768px){
    .seller-category-sidebar .sub-cat-menu {
        left: 10% !important;
        height: auto !important;
        top: 100% !important;
    }
    .lower-device-categories {
        border:none !important;
    }
}


.shop-page-category-box .box-content {
    padding: 0px 15px 0px 15px !important;
}
.shop-page-category-box .box-content button {
    padding: 5px 15px 5px 15px !important;
}
.shop-page-category-box .box-title {
    padding: 10px 1px 5px 15px !important;
    /*border-bottom: 1px solid #ddd !important;*/
}
.shop-page-category-box ul.categories {
    border : none !important;
    font-size: 14px !important;
    font-family: Rubik !important;
    color: #333 !important;
}
.shop-page-category-box ul.categories li a span {
    border : none !important;
    font-size: 14px !important;
    font-family: Rubik !important;
    color: #333 !important;
}
.shop-page-category-box ul.categories li.main-category {
    padding: 5px 5px 5px 20px !important;
    border-top: 1px solid #ddd !important;
}
.shop-page-category-box ul.categories li.main-category a {
    padding: 0 !important;
}

.shop-page-category-sidebar{
    background-color: #fff;
    padding-top:2px;
}
.shop-page-category-sidebar .all-category{
    line-height:35px;
    padding-left:16px;
    font-size:13px;
    padding:0 20px;
    color:#fff;
}
.shop-page-category-sidebar .all-category > span{
    font-size: 16px;
    margin-right: 30px;
    font-weight: 600;
}
.shop-page-category-sidebar .all-category a{
    color: #666;
    font-size: 12px;
}


.shop-page-category-sidebar .categories>li{
    border: 0;
}
.shop-page-category-sidebar .categories>li>a{
    padding: 8px 10px;
    color: #333;
    font-size: 13px;
    border: 1px solid transparent;
    position: relative;
}
.shop-page-category-sidebar .categories>li:hover >a::before{
    position: absolute;
    height: 100%;
    width: 3px;
    background: #fff;
    content: "";
    top: 0;
    right: -2px;
    z-index: 999;
    display: block;
}
.shop-page-category-sidebar .categories>li:hover >a{
    border-color: #eee;
}
.shop-page-category-sidebar .categories>li>a .cat-image{
    width: 16px;
    opacity: 0.6;
    margin-right: 10px;
}

/* sub category */
.shop-page-category-sidebar .sub-cat-menu{
    display:none;
    position:absolute;
    /* width:calc(100% - 25%);*/
    width: auto;
    left:25%;
    height:100%;
    top:0;
    z-index:9999999999;
    background-color:#fff;
    border:1px solid #ebebeb;
    overflow-y: auto;
    height:auto;
}
.shop-page-category-sidebar .categories>li:hover .sub-cat-menu{
    display: block;
}

.shop-page-category-sidebar ul li{
    position:relative !important;
}



.shop-page-category-sidebar .all-category{
    color:#FFF !important;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    /*padding: 0.1em 0.1em 0.1em 0.3em;*/
    cursor: pointer;
    border: 0 solid;
    border-radius: 3px;
    background-color: rgba(0,0,0,.05);
    color: #494c4f;
}
.shop-page-category-sidebar .all-category a {
    color: #fff;
    font-size: 12px;
}

.shop-page-category-sidebar .all-category > span{
    font-size:16px;
    margin-right:10px;
    font-weight:500; 
    font-family:Rubik !important;
}


.shop-page-category-sidebar .categories>li:hover .sub-cat-menu {
    display: block;
}

.shop-page-category-sidebar .categories>li>a:hover{
    background-color:#f3f3f3 !important;
}

.shop-page-category-sidebar .sub-cat-menu{
    left: 90% !important;
    height:auto !important;
}
.shop-page-category-sidebar .all-category {
    text-transform: uppercase !important;
}     
.shop-page-category-sidebar .categories>li>a {
    padding:8.22px 10px;
    color:#333;
    font-size:13px;
    border: 1px solid transparent;
    position:relative;
    text-transform: none;
    font-size:13px;
    font-weight:400;
    border-bottom:0;
    color: #323232;
    letter-spacing:.8px;
    line-height:23px !important;
    cursor: pointer;
}
.shop-page-category-sidebar .all-category a:hover{
    color:#fff !important;
}
@media (max-width:768px){
    .logo-bar-area .navbar-brand{
        padding-top: .3125rem !important;
        padding-bottom: .3125rem !important;
    }
    .shop-page-category-sidebar .sub-cat-menu {
        left: 10% !important;
        height: auto !important;
        top: 100% !important;
    }
    .lower-device-categories {
        border:none !important;
    }
}

.seller-category-sidebar a {
    color : #333 !important;
}
.shop-page-category-box ul.categories li.main-category a {
    color : #333 !important;
}
.big_sale_categories a {
    color : #fff !important;
}
.big_sale_categories a:hover {
    color : #fff !important;
}

.timer-sels ul li{
    list-style:none;
    display:inline-block;
    font-size:11px;
}
.timer-sels{
    width: 100%;
    float: left;
}
.timer-sels ul{
    padding:0;
}
.timer-sels ul li span{
    display:block;
    font-size:12px;
}

.timer-sels ul{
    padding:0;
}

.timer-sels ul li {
    border: 1px solid #ddd;
    padding: 2px;
    background: #ddd;
}
@media(max-width:414px){
    .timer-sels ul li{
        font-size:6px;
    }
}
@media(max-width:411px){
    .timer-sels ul li{
        font-size:6px;
    }
}
@media(max-width:384px){
    .timer-sels ul li{
        font-size:7px;
    }
}

@media(max-width:360px){
    .timer-sels ul li{
        font-size: 6px;
    }
}
@media(max-width:320px){
    .timer-sels ul li{
        font-size:5px;
    }
}

.flash-deals-margin {
    margin-top : 60px;
}
.shop-on-go{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.google-play{
    width: 138px;
    height: 40px;
    background: url(../images/icons/all-icons.png) no-repeat 0px 0 / 184px auto;
    text-indent: 100%;
    white-space: nowrap;
    display: inline-block;
    background-position: 0 -84px;
}
.apple{
    display: block;
    width: 138px;
    height: 40px;
    background: url(../images/icons/all-icons.png) no-repeat 000px 0 / 187px auto;
    text-indent: 100%;
    white-space: nowrap;
    display:inline-block;
}
.shop-on{
    font-size: 13px;
    font-weight: 700;
}
.shop-on {
    text-transform: uppercase;
}
.color-style{
    padding:10px;
}
.product-quantity{
    direction:ltr;
}
.spacing-logo img{
    width:127px;
    height: 49px;
}
.section-title-1{
    position:static !important;
}
.color-style ul li{
    list-style: none !important;
    display: inline-block;
    width: 50px;
    height: 50px;

    border-radius: 50%;
    text-align: center;
    margin: 0.5em;
}

.color-style label{
    transform: scale(1.1);
    opacity: 1;
    float: left;
    padding: 0.375rem;
    margin-right: 0.375rem;
    display: block;
    font-size: 0.875rem;
    text-align: center;
    opacity: 0.7;
    border: 2px solid #d3d3d3;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: scale(0.95);
}

.color-radio label .color-control-box{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.color-radio label input{
    height: 0;
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.color-radio label{
    display: block;
    position: relative;
    height: 100px;
    margin-top: 25px;
    cursor: pointer;
}
.color-radio label {
    display: block;
    position: relative;
    height: 35px;
    margin-top: 0;
    cursor: pointer;
    width: 35px;
    border-radius: 50%;
    overflow: hidden;
}
.color-radio label input:checked + .color-control-box:after {
    position: absolute;
    content: "";
    left: calc(50% - 5px);
    top: calc(50% - 27px);
    width: 15px;
    height: 37px;
    border: 1px solid #fff;
    border-width: 0 6px 6px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.view-cart-button-shipping {
text-align: right!important;
}

.dashboard-widget i {
    color: #000;
}

.sort-by-bar .products-pagination {
    padding: 11px 15px 11px 15px;
    margin-bottom: 5px;
}
.sort-by-bar .product-options-bar {
    padding: 12px 15px 12px 15px;
}
.color-style{
    padding:10px 11px 11px 21px;
}

.currency-dropdown:before{
    border-bottom: 5px solid #092143;
}
.upper-header-category-box {
	text-align: left;
}
.header-flash-deals-link {
	padding-left: 20px;
}
.upper-header-category-box-span {
    float: right;
    padding-right: 20px;
    padding-top: 3px;
}

.view-all-button-link {
    color: #292f36 !important;
    background-color: #f9f9f9 !important;
    border: 1px solid #e0e0e0 !important;
    text-decoration: none !important;
}