html{
	scroll-behavior: smooth !important;
}

body{
    overflow-x: hidden;
    font-family: "Calibri",sans-serif;
    font-size: 15px;
}
.sorting{
    border:1px solid #ccc;
}
/*custom scrollbar*/
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #fff; 
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
}

::-webkit-scrollbar-thumb {
    background: #555; 
}

::-webkit-scrollbar-thumb:active {
    background: #000; 
}

::-webkit-scrollbar-thumb:hover {
    background: #000;
}
/*custom scrollbar*/

/*social links*/
.ps-sl{
    color: #fff !important;
    border-radius: 100%;
    margin-left: 10px;
}
.ps-sl.facebook{
    background-color:#3b5998;
    transition: all 0.4s ease;
}

.ps-sl.youtube{
    background-color:#FF0000;
    transition: all 0.4s ease;
}
.ps-sl.twitter{
    background-color:#1da1f2;
    transition: all 0.4s ease;
}
.ps-sl.instagram{
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    transition: all 0.4s ease;
}
.ps-sl.pinterest{
    background:#c8232c;
    transition: all 0.4s ease;
}
.ps-sl.tumblr{
    background:#34526f;
    transition: all 0.4s ease;
}
.ps-sl.whatsapp{
    background:#25D366;
    transition: all 0.4s ease;
}
.ps-sl.linkedin{
    background:#0a66c2;
    transition: all 0.4s ease;
}

.ps-sl:hover{
    box-shadow: 0px 0px 19px rgba(0, 0, 0, 0), -2px 4px 1px rgba(0, 0, 0, 0.25);
}

.header-top-right-text ul li a{
    padding: 3px 7px;
}
/*social links*/

.header-cat-list ul li:hover .ps-submenu{
    display: block;
    opacity: 1;
}
.header-cat-list ul li:hover .ps-submenu-pointer{
    display: inline-block;
    opacity: 1;
    margin-top: -5px;
}

.ps-submenu-pointer{
    position: absolute;
    height: 15px;
    width: 15px;
    background: #fff;
    transform: rotate(45deg);
    z-index: 1000;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.ps-submenu{
    position: absolute;
    margin-top: 0px;
    width: 100vw !important;
    left: 0px !important;
    right: 0 !important;
    margin-left: -70px;
    height: auto;
    min-height: 100px;
    background: #fff;
    padding:20px 10px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    z-index: 999;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    /*justify-content: space-between !important;*/
}

.ps-submenu ul{
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    width: auto !important;
    white-space: nowrap;
    margin-bottom: 10px;
}
.ps-submenu ul li{
    margin:0px;
    width: auto !important;
}
.ps-submenu ul li:first-child a{
    font-weight: 600;
    color:#333;
    text-transform: uppercase;
    /*border: 1px solid #efefef;*/
    width: auto !important;
}
.ps-submenu ul li a{
    color: #777;
    padding: 4px 20px;
    text-transform: inherit;
    font-weight: 400;
}

.ps-submenu ul li a:hover{
    color:#50b1f9;
}
.header-user:hover .profile-dropdown{
    display: block;
    transform: translateY(0);
}
.profile-dropdown{
    display: none;
    transform: translateY(-10px);
    transition: transform 0.3s;
    position: absolute;
    background: #fff;
    padding: 20px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    z-index: 10;
    right: 10px;
}
.profile-dropdown li{
    padding: 7px;
}
.profile-dropdown li a{
    display: block;
    text-transform: uppercase;
    color:#555;
}
.profile-dropdown li a:hover{
    color:#50b1f9
}
.profile-dropdown li a i{
    margin-right: 10px;
}
.hd-profile-img{
    height: 35px !important;
    width: 35px !important;
    border-radius: 100% !important;
}
.hd-notification{
    display: inline-block !important;
}
.hd-notification a i{
    font-size: 18px;
    color:#555;
    padding: 0px 25px;
    margin-top: 5px;
}
.hd-notification .notif-count{
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 600;
    background: #50b1f9;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -25px;
    margin-left: 35px;
}
.mb-notif {
    display: inline-block !important;
}
.mb-notif a i{
    padding: 0px 15px;
    margin-top: 5px;
    font-size: 18px;
    color:#555;
}
.mb-notif .notif-count{
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 600;
    background: #50b1f9;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -20px;
    margin-left: 25px;
}
/* toggle switch button start*/
.toggle-switch-main .btn{
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.toggle.btn.btn-primary{
    border: 1px solid #50b1f9 !important;
}
.toggle.btn.btn-default{
    border: 1px solid #111e49 !important;
}

.toggle-switch-main label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.toggle-handle{
    background:#fff !important;
}
.toggle-on{
    background: #50b1f9 !important;
}
.toggle-off{
    background: #111e49 !important;
}
/* toggle switch button end*/
.category-item a img{
    max-height: 125px;
}
.shop-item{
    overflow:hidden;
    margin-bottom: 20px !important;
}
.shop-thumb{
    text-align: center !important;
}
.shop-thumb a img{
   width: 250px;
    height: 250px;
    object-fit: contain;
    border-radius: 5px;
    display: block;
    background-color: #f8f8f8;
    padding: 5px;
}

.ajs-content, .ajs-content p, .ajs-content span{
    color: #555 !important;
}

input[readonly] {
    background-color: #efefef !important;
    color: #777 !important;
}

input::placeholder {
    color: #b3b6b7 !important;
}

.view-pass, .hide-pass{
    position: absolute;
    right: 8%;
    margin-top: -25px;
    cursor: pointer;
}

.hide-pass{
    display: none;
}
.ajs-body {
    color: #333 !important;
}
.ajs-body ul li{
    list-style-type: disc !important;
}
.ajs-body ol li{
    list-style-type: number !important;
}
.ajs-body hr{
    margin:15px 0px !important;
}

.slick-dotted.slick-slider{
    margin-bottom: 0px;
}

.slick-prev, .slick-next{
  top: 45%;
}
.slick-prev{
  left: 10px;
  z-index: 10;
}
.slick-next{
  right: 30px;
  z-index: 10;
}

.slick-prev:before, .slick-next:before {
  font-size: 35px;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

.toggle-handle, .toggle-on, .toggle-off{
    padding:18px 15px;
}
.tab-show{
    display: none;
}
.profile-dropdown{
    min-width: 200px;
    text-align: left !important;
}
.slider-bg{
    padding: 0px;
    margin:0px;
    min-height: 100px !important;
}
.slider-bg img{
    width: 100%;
}

.header-cat-list ul li a i{
    margin-right: 3px;
}
@media screen and (max-width: 768px) {
    .hd-notification{
        display: none !important;
    }
    .tab-show{
        display: block;
    }
    .hd-logo{
        max-height: 54px;
    }
    .margin-top-sm-10{
        margin-top: 10px;
    }

    .margin-top-sm-20{
        margin-top: 20px;
    }

    .margin-top-sm-30{
        margin-top: 30px;
    }
    .mb-cart{
        margin-left: 0px !important;
        display: inline-block !important;
    }
    .mb-cart .cart-count{
        background:#50b1f9; 
        height: 20px; 
        width: 20px;
        border-radius: 50%;
        font-size: 10px;
        color:#fff;
        text-align: center;
        position: absolute;
        margin-top: -8px;
        margin-left: -5px;
    }
    .mb-user{
        margin-left: 15px;
        display: inline-block !important;
    }
}

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