body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
    background-color: #171717;
}

.product_view_no{padding-right:20px;}
.custom_select select:focus,
.custom_select input:focus {
    outline: none;
}

.top-header-cart {
    justify-content: end;
}

.top-header-cart .cart_box {
    background-color: #ffffff;
}

.top-header-cart .cart_list li {
    border-bottom: 1px solid #ddd;
}

.top-header-cart span,
.top-header-cart strong,
.top-header-cart p {
    color: #333;
}

.top-header-cart .cart_count {
    color: #fff !important;
}

header .dropdown-menu li .dropdown-item:hover,
header .navbar-nav .nav-link.nav_item:hover,
header .navbar-nav .dropdown-toggle:hover {
    font-weight: bold;
}

.banner_content h5,
.announcement-section p,
.announcement-section strong,
.announcement-section a {
    color: #fff;
}

.announcement-section {
    background: #6e4fa1;
    font-size: 15px;
    padding: 4px 0;
}


/* Heading animation */
.btn-shine {
    color: #292b2c !important;
    font-size: 30px;
    background: linear-gradient(to right, #292b2c 0, #aaaaaa 10%, #292b2c 20%);
    background-position: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 15s infinite;
    animation-fill-mode: both;
    -webkit-text-size-adjust: none;
    white-space: nowrap;
    font-weight: 700;
    font-family: 'Roboto';
}

@keyframes shine {
    0% {
        background-position: 0
    }

    50% {
        background-position: 580px
    }

    100% {
        background-position: 0px
    }
}

/* Heading animation */

figure.image-hover-ani {
    color: #fff;
    position: relative;
    overflow: hidden;
    width: 100%;
    color: #292b2c;
    text-align: center;
    border-radius: 10px;
}

figure.image-hover-ani * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

figure.image-hover-ani img {
    opacity: 1;
    width: 100%;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    margin-bottom: 10px;
}

figure.image-hover-ani:after {
    background: #ffffff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    opacity: 0.65;
    -webkit-transform: skew(-45deg) scaleX(0);
    transform: skew(-45deg) scaleX(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

figure.image-hover-ani figcaption {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

figure.image-hover-ani:hover:after,
figure.image-hover-ani.hover:after {
    -webkit-transform: skew(-45deg) scaleX(2);
    transform: skew(-45deg) scaleX(2);
    transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

figure.image-hover-ani a {
    position: relative;
    z-index: 999;
    font-size: 17px;
    font-weight: 500;
}

figure.image-hover-ani:hover a {
    text-decoration: underline;
}

.shop-all-deals {
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 15px 0;
    margin-top: 30px;
}

.shop-all-deals p {
    color: #292b2c;
}

.shop-all-deals a {
    padding: 12px 20px;
    margin-left: 15px;
}

.sale_banner_text {
    position: absolute;
    bottom: 0;
}

.sale_banner_text {
    z-index: 9;
    padding: 25px;
}

.sale_banner_text p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 500;
}

.sale_banner_text a {
    font-weight: 500;
}

.feedback-sec a {
    padding: 0 !important;
    font-weight: bold;
}

.instagram-section .widget_instafeed {
    width: 100%;
}

.instagram-section .instafeed_col4 li {
    width: 20%;
}

.prdt_price {
    min-height: 47px;
}

.breadcumb-mountain-img{
    transform: rotate(180deg);
    margin-top: -7px;
    width: 100%;
}

.categories_sidebar_filter .cat_name{display: flex;    justify-content: space-between;}
.catgegories_toggle_btn{font-size: 12px; color: #4f4f4f; cursor: pointer; float: right; padding-top: 5px;}
.sub_categories_lvl_one{margin-left: 25px;     margin-top: 10px;
    margin-bottom: 10px; display: none;}
    .sub_categories_lvl_two{margin-left: 25px; display: none;}
    .color_img span{    height: 30px;
        width: 30px;}
        .color_img span.active::before{    border-radius: 100%;
            box-shadow: 0 0 5px rgb(110 79 161);}
            .size_chart{cursor: pointer;}
            .size_chart i{font-weight: 400; font-size: 14px;}
            .modal-footer{border-top: none;}
            .dropdown-mega-menu .dropdown-item{padding: 5px 20px 5px 20px !important;}
            .small_heading{font-size: 16px;    color: #6c6c6c;
                font-weight: 400;
            }
            .checkout_page .shop_cart_table table thead{    background: #ececec;
                border: 1px solid #dbdbdbdb;}
                .checkout_page .shop_cart_table table tbody{border: 1px solid #dbdbdb !important;}
                .checkout_page .shop_cart_table table tfoot{border-top: none !important;     border-bottom: 1px solid #fff;}
                .checkout_page .shop_cart_table table thead th{    font-weight: 500;}
                .order_summ{background: #ececec;
                    padding: 11px;}
                    .order_summ_total tr td{    font-size: 14px;}
                    .order_summ_total tbody, .order_summ_total td, .order_summ_total tfoot, .order_summ_total th, .order_summ_total thead, .order_summ_total    tr{border: none;}
                    .order_summ_total{padding: 0px 6px 0px 6px; margin-bottom: 7px;}
                    .color_red{color: #c7370f;}
					
					
					
					
					
.form-wizard {background: #fff;  text-align: center;}
.form-header-classic .form-wizard-step-icon {display: inline-block;	width: 70px; 	height: 70px; margin-top: 4px; background: #eee; font-size: 25px; color: #333; line-height: 70px; -moz-border-radius: 50%; -webkit-border-radius: 50%; 	border-radius: 50%; margin-bottom: 10px;}
.form-header-classic .form-wizard-step.activated .form-wizard-step-icon {background: #fff; border: 1px solid #6e4fa1; 	color: #6e4fa1; line-height: 70px;}
.form-header-classic .form-wizard-step.active .form-wizard-step-icon {width: 70px; height: 70px; margin-top: 0; background: #6e4fa1; font-size: 25px; line-height: 70px; margin-bottom: 10px;}
.form-header-classic .form-wizard-step.active .form-wizard-step-icon i{color: #fff; }
.form-header-classic .form-wizard-step p { color: #333; font-size: 15px; line-height: 18px; font-weight: 500;}
.form-header-classic .form-wizard-step.activated p { color: #6e4fa1; }
.form-header-classic .form-wizard-step.active p { color: #6e4fa1; } 
.form-wizard ::-moz-selection { background: #6e4fa1; color: #fff; text-shadow: none; }
.form-wizard ::selection { background: #6e4fa1; color: #fff; text-shadow: none; }
.form-control:-moz-placeholder { color: #888; }
.form-control:-ms-input-placeholder { color: #888; }
.form-control::-webkit-input-placeholder { color: #888; }
.form-wizard .success h3{color: #6e4fa1; text-align: center; 	margin: 20px auto !important;}
.form-wizard .success .success-icon {color: #6e4fa1; font-size: 100px; border: 5px solid #6e4fa1; border-radius: 100px;	text-align: center !important;	width: 110px;	margin: 25px auto;}
.form-wizard .progress-bar {background-color: #6e4fa1;}
.form-wizard-steps{ margin:20px auto; overflow: hidden; position: relative;  max-width: 800px;}
.form-wizard-progress {position: absolute; top: 36px; left: 0; width: 96%; height: 1px; background: #ddd;}
.form-wizard-progress-line {position: absolute; top: 0; left: 0; height: 1px; background: #6e4fa1; }
.form-wizard-tolal-steps-2 .form-wizard-step { position: relative; float: left;	width: 50%;	padding: 0 0px;}
.form-wizard-tolal-steps-3 .form-wizard-step { position: relative;	float: left; 	width: 33.33%; 	padding: 0 0px; }
.form-wizard-tolal-steps-4 .form-wizard-step { position: relative; float: left; width: 25%; padding: 0 0px; }
.form-wizard-tolal-steps-5 .form-wizard-step { position: relative;float: left; width: 20%;	padding: 0 0px;}
.form-wizard-tolal-steps-6 .form-wizard-step { position: relative; float: left;	width: 16.66%; padding: 0 0px;}
.form-wizard-tolal-steps-7 .form-wizard-step { position: relative; float: left; width: 14.285%;	padding: 0 0px;}
.form-wizard fieldset { display: none; text-align: left; border:0px !important}
.form-wizard-buttons { text-align: right; }
.form-wizard .input-error { border-color: #6e4fa1;}					
.frmleftone{float: left; margin-left: 0px;}					
.frmleftthree{float: right; margin-right: 0px;}					
.shipping_form{max-width:760px; width:100%;}					
					

/* Start Media query ==================================================================== */
@media screen and (max-width:767px) {
    .btn-shine {
        font-size: 24px;
        white-space: normal;
        line-height: 30px;
    }

    .shop-top-cat-sec .col-md-3 {
        width: 50%;
    }

    .shop-all-deals {
        margin-top: 15px;
    }

    .shop-all-deals a {
        margin-left: 0;
        margin-top: 10px;
    }

    .shop-all-deals p {
        display: inline-grid;
    }

    .shop-all-deals {
        text-align: center;
    }
    .checkout_page .shop_cart_table td{width: 50%; float: left;}
    .checkout_page .shop_cart_table .product-name, .checkout_page .shop_cart_table .product-thumbnail{min-height: 98px; border-bottom: 1px solid #dbdbdb;}
    .checkout_page .shop_cart_table  .product-quantity, .checkout_page .shop_cart_table .product-price{min-height: 60px; border-bottom: 1px solid #dbdbdb;}
    .checkout_page .shop_cart_table .product-price{padding-top: 20px;}
    .checkout_page .shop_cart_table .product-subtotal , .checkout_page .shop_cart_table .product-remove{min-height: 49px; border-bottom: 1px solid #dbdbdb;}
    .checkout_page .product-thumbnail{text-align: left !important;}
    .checkout_page .shop_cart_table table tbody{border: none !important;}
    .checkout_page .shop_cart_table  tbody tr{    border-top: 1px solid #dbdbdb; border-right: 1px solid #dbdbdb; border-left: 1px solid #dbdbdb;      
        background: #f3f3f3; 
        display: inline-block;}
        .checkout_page .shop_cart_table tbody tr:not(:last-child){ margin-bottom: 40px;}
        .checkout_page .shop_cart_table .product-remove a i{    background-color: #F00;
            height: 30px;
            width: 30px;
            color: #fff;
            display: inline-block;
            line-height: 30px;
            text-align: center;
            border-radius: 100%;
            font-size: 14px;}
}

@media screen and (min-width:768px) {


}

@media screen and (min-width:1023px) {
    .desktop-logo-none {
        display: none;
    }
}

@media screen and (min-width:1024px) {
    .sale_banner_text {
        width: 60%;
    }
}

@media screen and (max-width:1023px) {
    .top-header {
        display: none;
    }

    .header_wrap .navbar-collapse {
        left: 0;
        right: 0;
        position: fixed;
        top: 68px;
    }

    .navbar .navbar-collapse .navbar-nav:not([class*="bg_"]):not([class*="bg-"]) {
        height: 100vh;
        max-height: 100vh;
    }
}

 

/* End Media query ==================================================================== */

.bgconttab .nav-link.active {
    color: #6e4fa1;
    background: #fff;
}

    .bgconttab .nav-link.active:before {
        background: #6e4fa1;
        width: 4px;
        height: 100%;
        position: absolute;
        left: -1px;
        top: 0px;
        content: "";
    }

.bgconttab .nav-link {
    font-weight: 500;
    font-size: 15px;
    text-align: left;
    border-radius: 0px !important;
    position: relative;
    padding: 15px 18px;
    border-bottom: 1px solid #e1e1e1;
}

.bgconttab .tab-content {
    margin-top: 0px;
    background: #fff;
    width: 100%;
    padding: 15px 25px;
    min-height: 350px;
}

.bgconttab {
    background-color: #f4f4f5;
    border: 1px solid #dbdbdb;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.gftcrd, .bnkofr {
    background: #fff;
    margin-bottom: 10px;
    padding: 16px 18px 16px;
    color: rgba(12,11,8,.75);
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    position: relative;
    text-align: left;
}

.form-wizard .heading_s1 {
    text-align: left;
}

.order_summ_total td {
    text-align: left;
}

.bnkofr-title {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 3px;
}

.bnkofr-list {
    margin-bottom: 10px;
}

    .bnkofr-list li {
        font-size: 14px;
        padding: 6px 0px 0px 0px;
        margin: 0px 0px 0px 15px;
    }

        .bnkofr-list li:before {
            position: absolute;
            left: 0px;
            top: 10px;
            background: rgba(12,11,8,.75);
            border-radius: 100px;
            height: 4px;
            width: 4px;
            content: "";
            margin-left: -12px;
            margin-top: 5px;
        }

.bnkofr-more a {
    color: #c7370f;
    font-weight: 500;
    font-size: 14px;
}

.wavefull li {
    display: none;
    list-style: none;
    position: relative;
}

    .wavefull li:first-child {
        display: block !important;
    }

.mainfull li {
    height: auto;
    display: block !important;
}

.popup-text {
    font-size: 14px;
}

.gftcrd {
    font-size: 15px;
    font-weight: 500;
}

    .gftcrd a {
        font-size: 16px;
        float: right;
        color: #6e4fa1;
    }

.odrid {
    padding-bottom: 20px;
    font-size: 14px;
    color: #222;
    font-weight: 600;
}

    .odrid span {
        display: block;
        padding-top: 5px;
        font-size: 16px;
        color: #6e4fa1;
        font-weight: normal;
    }

.dashboard_content .card-header h3 {
    font-size: 20px;
    padding: 4px 0px;
    font-weight: 700;
}

.dashboard_content .table {
    font-size: 15px !important;
}

address {
    font-size: 15px !important;
    color: #333;
    line-height: 1.8 !important;
}

.edit-btn {
    color: #6e4fa1;
    float: right;
    font-size: 15px;
    color: #6e4fa1;
    float: right;
    font-size: 15px;
    margin-top: 8px !important;
}

    .edit-btn:hover {
        color: #222;
    }

.dashboard_content .table .btn-sm {
    padding: 8px 13px !important;
}

.pull-right {
    float: right;
}

.popform label {
    text-align: left;
    width: 100%;
}

.addressstyle .form-control:disabled, .addressstyle .form-control[readonly] {
    background: none !important;
}

.addressstyle .form-control {
    height: 30px !important;
    padding: 8px px 4px !important;
}

    .addressstyle .form-control:focus, .addressstyle .custom-file-input:focus ~ .custom-file-label {
        height: 30px !important;
    }