body{
    background-color: #252525;
    background: #252525;
}

#sticky-header {
    border-bottom: 1px solid #5b4f2e;
}

.slider-content{
    background: linear-gradient(45deg, black, #252525);
    border-radius: 5px;
}

.slider-content .text-link{
    color: #e1d9ae;
}

.banner-2-img{
    border-radius: 5px;
    overflow: hidden;
}

.product-wrapper{
    border-radius: 5px;
    overflow: hidden;
    background: linear-gradient(0deg, #000000, #252525 80%);
}

.product-dimen{
    font-size: 10px;
    /* background: linear-gradient(90deg, transparent 20%, #232323, transparent 80%); */
    color: #c1c1c1;
    /* width: 80%; */
    margin: auto;
}

.btn-gold-text{
    background: #1d1d1d;
    color: #daba33;
}

.btn-sm{
    padding: 7px 15px;
}

.align-right{
    text-align:right;
}

.align-center {
    text-align: center;
}

.d-grid{
    display:grid;
}

.vertical-black-gradient{
    background: linear-gradient(0deg, black, transparent);
}

.btn-gold-text:hover{
    background: #dfbe34;
    color: #000000;
}

.product-price{
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    text-align: center;
    z-index: 9;
}

.product-price span{
    padding: 5px 10px;
    background: #c2a345;
    color: #fff;
    border-radius: 5px 5px 0px 0px;
}

.logo img{
    height: 70px;
}

.banner-2-img, .product-link img{
    transition: all 0.5s ease-in-out;
}

.banner-2-img:hover, .product-link:hover img{
    transform: scale(1.02);
}

.side-cart{
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    transform: translateX(100%);
    background: linear-gradient(45deg, black, #252525);
    z-index: 999999;
    transition: all 0.3s ease-in-out;
}

.side-cart.show{
    transform: translateX(0%);
}

    .side-cart .close-cart {
        color: #ada177;
        cursor: pointer;
    }

.side-cart li{
    padding: 15px 0;
    border-bottom: 1px solid #3e3e3e;
}

.side-cart li a{
    display: flex;
}

.side-cart .cart-img{
    width: 25%;
}

.side-cart .cart-content{
    width: 70%;
    padding: 0 10px;
}

.side-cart .cart-content h6{
    color: #c0a34d;
    font-weight: 500;
}

.side-cart .cart-price{
    font-size: 13px;
    color: #ded8b9;
}

.side-cart .cart-del{
    width: 10%;
}

.side-cart .cart-del button{
    background: none;
    border: none;
    position: relative;
    top: 35%;
    color: #6d6d6d;
    cursor: pointer;
}

.side-cart .cart-total{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 15px;
}

.side-cart .cart-total table{
    width: 100%;
    color: #a7a7a7;
}

.side-cart .cart-total table td:last-child{
    text-align: right;
}

    .side-cart .cart-total button {
        width: 100%;
        padding: 10px;
        border: 2px solid #daba2d;
        background: #252525;
        color: #e2e2e2;
        margin-top: 10px;
        cursor:pointer;
        transition: all 0.3s ease-in-out;
    }

    .side-cart .cart-total button:hover {
        background-color: #daba2d;
        color: #000000;
    }

.size-chart .navs-blk {
    display: flex;
}

    .size-chart .navs-blk .tabs-nav {
        margin-right:20px;
    }

        .size-chart .navs-blk .tabs-nav ul{
            display:inline-flex
        }

            .size-chart .navs-blk .tabs-nav ul li {
                margin-right: 5px;
                padding: 0px 10px;
                background: #0c0c0c;
                border-radius: 3px;
                color: #9e9e9e;
                font-size: 13px;
                cursor: pointer;
            }

                .size-chart .navs-blk .tabs-nav ul li.active {
                    background: #b08f35;
                    color: #fff;
                }

    .size-chart .navs-blk .size-range small {
        color: #adadad;
    }
    
    .size-chart .navs-blk .size-range .active, .size-chart .size-content .active{
        display: block;
    }

    .size-chart .navs-blk .size-range > div, .size-chart .size-content > div {
        display: none;
    }

.size-chart .size-content {
    padding: 10px;
    background: linear-gradient( 90deg, black, #101010);
    border-radius: 5px;
    margin: 5px 0;
    color: #b5b5b5;
}

.related-products {
    background: linear-gradient( 180deg, black, #252525);
}

.whatsapp {
    position: fixed;
    left: 10px;
    bottom: 20px;
    width: 80px;
    z-index:9;
}

.cart-item {
    max-width: 675px;
    padding: 15px;
    background: linear-gradient( -145deg, black, #252525);
    border: 1px solid #daba33;
    border-radius: 5px;
    transform: translateY(0%);
    box-shadow:none;
    transition: all 0.5s ease;
    
}

    .cart-item:hover {
        transform: translateY(-2%);
        box-shadow: 0px 30px 30px -23px #000;
    }

    .cart-item .sizechart {
        line-height: 1.3;
        color: #9c9c9c;
        margin-bottom: 0.5rem;
    }

.cart-item h4 {
    color: #dbbb33;
    font-weight: 300;
}

.cart-item span {
    color: #eee3a6;
    font-size: 12px;
}

    .cart-item a.remove-item {
        color: #c53434;
        padding-left: 1rem;
        border-left: 1px solid #696969;
    }

.cart-section .cart-total {
    padding: 15px;
    border: 1px solid #daba33;
    border-radius: 5px;
    background: #0e0e0e;
}

    .cart-section .cart-total h3 {
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid #b7a246;
    }

    .cart-section .cart-total table {
        width: 100%;
        color: #b1b1b1;
    }

        .cart-section .cart-total table h4 {
            margin-top: 1rem;
            color: #daba33;
            font-weight: 500;
        }

        .cart-section .cart-total table td:last-child {
            text-align: right;
        }


.testimonial-blk{
    background-image: url(../img/bg/marble-gold-white.jpg);
    position: relative;
}

.testimonial-blk::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
}

.testimonial-blk .gradient-black-gray{
    background: linear-gradient(45deg, black, #252525);
    border-radius: 5px;
}


.testimonial{
    border-left: 3px solid #daba33;
    padding: 100px 0 100px 275px;
    position: relative
}
.testimonial:before,
.testimonial:after{
    content: "";
    width: 320px;
    height: 55px;
    border-right: 3px solid #daba33;
    position: absolute;
    left: 0;
}
.testimonial:before{
    border-top: 3px solid #daba33;
    top: 0;
}
.testimonial:after{
    border-bottom: 3px solid #daba33;
    bottom: 0;
}
.testimonial .pic{
    width: 250px;
    height: 210px;
    position: absolute;
    top: 90px;
    left: 20px;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .description{
    font-size: 14px;
    color: #ecdfbb;
    line-height: 27px;
    position: relative;
}
.testimonial .description:before{
    content: "\f10d";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    top: -70px;
    left: 0;
    font-size: 20px;
    color: #ecd678;
}
.testimonial .testimonial-title{
    font-size: 22px;
    font-weight:800;
    color: #daba33;
    text-transform: capitalize;
}
.testimonial .post{
    display: block;
    font-size: 15px;
    font-weight: 700;
    color :#af8e35;
    margin-top: 10px;
}
.owl-theme .owl-controls{
    text-align: right;
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-buttons div{
    background: #daba33;
    border-radius: 0;
    opacity: 1;
    padding: 5px 10px;
}
.owl-prev:before,
.owl-next:before{
    content: "\f053";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    color: #fff;
}
.owl-next:before{
    content: "\f054";
}

.sizes-block {
    position: relative;
}

    .sizes-block .nav-tabs {
        margin-bottom: 30px;
        border: none;
        position: absolute;
        right: 0;
        z-index: 1;
    }

        .sizes-block .nav-tabs .nav-link {
            padding: 1px 5px;
            background-color: #0a0a0a;
            border-color: transparent;
            color: #ded7aa;
            margin-right: 5px;
            font-size: 12px;
        }

            .sizes-block .nav-tabs .nav-link:last-child {
                margin-right: unset;
                ;
            }

            .sizes-block .nav-tabs .nav-item.show .nav-link, .sizes-block .nav-tabs .nav-link.active {
                background-color: #c2a345;
                border-color: #c2a345;
                color: #fff;
            }



.shop-link li .color-tag span {
    transition: transform .3s;
    border: 1px solid #fff;
}

    .shop-link li .color-tag span:hover {
        transform: scale(1.2);
    }

.breadcrumb-area {
    background: linear-gradient(145deg, black, #252525);
}

    .breadcrumb-menu span {
        color: #c2a345;
    }

.product-list-area .sidebar-box {
    border: 0;
    border-right: 1px solid #ded7aa;
}


.sizes-block .tab-content {
    position: relative;
}

    .sizes-block .tab-content .lbl1, .sizes-block .tab-content .lbl2 {
        margin-bottom: 15px;
        color: #827b5b;
    }

.sizes-block .io-main {
    display: inherit;
    position: relative;
    overflow: hidden;
    width: 100vw;
}

.sizes-block .in-block {
    display: flex;
    width: 100%;
}

    .sizes-block .in-block:nth-child(2) {
        justify-content: flex-end;
    }

    .sizes-block .in-block .list-block {
        padding: 8px 22px;
        background-color: #fff;
        border: 1px solid #252525;
        text-align: center;
    }

        .sizes-block .in-block .list-block span > strong {
            color: #c2a345;
            font-weight: 100;
        }

        .filter-box{
            transition:all 0.3s ease-in-out;
        }

.about-vm {
    background: linear-gradient(180deg, #000000, #252525);
}

    .about-vm .VM-Box {
        border-radius: 5px;
        padding: 15px 20px;
        background: linear-gradient( 45deg, #000000, #252525 80%);
        border: 1px solid #daba33;
    }

        .about-vm .VM-Box .VM-icon {
            position: relative;
            overflow: hidden;
            width: 80px;
            max-width: 80px;
            margin: auto;
            top: -40px;
            padding: 5px 10px;
            background-color: #020202;
            border-radius: 5px;
            border: 2px solid #daba33;
            color: #daba33;
            text-align: center;
            box-shadow: 0 12px 24px -8px #000;
        }

            .about-vm .VM-Box .VM-icon i {
                font-size: 36px;
            }

.contact-location iframe {
    width: 100%;
    height: 400px;
    border: 0;
}

.services-area .services-box {
    border-radius: 5px;
    padding: 30px 15px;
    background: linear-gradient( 45deg, #000000, #252525 100%);
    margin-bottom: 30px;
}

    .services-area .services-box:last-child {
        margin-bottom: unset;
    }

    .services-area .services-box .services-img {
        position: relative;
        overflow: hidden;
    }

        .services-area .services-box .services-img img {
            transition: transform .5s;
        }

            .services-area .services-box .services-img img:hover {
                transform: scale(1.2);
            }


.boxes {
    margin: auto;
}

/*Checkboxes styles*/
input[type="checkbox"] {
    display: none;
}

    input[type="checkbox"] + label {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 20px;
        font: 14px/20px 'Open Sans', Arial, sans-serif;
        color: #ddd;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
    }

        input[type="checkbox"] + label:last-child {
            margin-bottom: 0;
        }

        input[type="checkbox"] + label:before {
            content: '';
            display: block;
            width: 20px;
            height: 20px;
            border: 1px solid #9b955a;
            position: absolute;
            left: 0;
            top: 0;
            opacity: .6;
            -webkit-transition: all .12s, border-color .08s;
            transition: all .12s, border-color .08s;
        }

    input[type="checkbox"]:checked + label:before {
        width: 10px;
        top: -5px;
        left: 5px;
        border-radius: 0;
        opacity: 1;
        border-top-color: transparent;
        border-left-color: transparent;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }


.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
    color: #cdcdcd; 
}

.form-group label {
    color: #eee;
}

.form-group .form-control {
    border: 1px solid #c0a638;
    background-color: #1f1f1f;
    color: #fff;
}

.jconfirm .jconfirm-box {
    background: linear-gradient( 135deg, black, #2c2c2c);
    border: 1px solid #dfbe34;
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-closeIcon {
    color: #b9b9b9;
}

.bespoke-1-sect {
    background-image: url('/Content/assets/img/bg/bespoke-bg.jpg');
    height: 90vh;
    background-size: cover;
    background-position-y: 64%;
    padding: 35vh 40% 40vh 10%
}

    .bespoke-1-sect h1 {
        color: #000;
        font-size:8vh
    }

    .bespoke-1-sect h3 {
        color: #5a5a5a;
    }


.file-upload-wrapper {
    position: relative;
    width: 100%;
    height: 60px;
    margin: 0 0 25px 0;
}

    .file-upload-wrapper:after {
        content: attr(data-text);
        font-size: 18px;
        position: absolute;
        top: 0;
        left: 0;
        background: #1d1d1d;
        padding: 10px 15px;
        display: block;
        width: calc(100% - 40px);
        pointer-events: none;
        z-index: 20;
        height: 60px;
        line-height: 40px;
        color: #999;
        border-radius: 5px 10px 10px 5px;
        font-weight: 300;
    }

    .file-upload-wrapper:before {
        content: "Upload";
        position: absolute;
        top: 0;
        right: 0;
        display: inline-block;
        height: 60px;
        background: #1d1d1d;
        color: #fff;
        font-weight: 700;
        z-index: 25;
        font-size: 16px;
        line-height: 60px;
        padding: 0 15px;
        text-transform: uppercase;
        pointer-events: none;
        border-radius: 0 5px 5px 0;
    }

    .file-upload-wrapper:hover:before {
        background: #dfbe34;
        color:#212121;
    }

    .file-upload-wrapper input {
        opacity: 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 99;
        height: 40px;
        margin: 0;
        padding: 0;
        display: block;
        cursor: pointer;
        width: 100%;
    }

.info-sample-list {
    margin-left: 40px;
    text-align: justify;
    color: #cdcdcd;
}

.info-sample-list li{
    margin:20px 0;
}

    .info-sample-list li:before {
        content: '\2713';
        width: 15px;
        height: 15px;
        background: #ddc149;
        position: absolute;
        color: #000;
        left: 25px;
        font-size: 0.71rem;
        text-align: center;
        padding: 0px 2px;
        border-radius: 50%;
        font-weight: 800;
        transform: translateY(4px);
    }

    .info-sample-list li b {
        color: #ddc149;
    }

label.error {
    color: red;
    font-weight: 600;
    font-size: 0.7rem;
    margin-bottom:0;
}

#currhead {
    color: #c2be88;
}

    #currhead select {
        background: transparent;
        color: #c2be88;
        border: 1px solid #c2be88;
        margin:0 10px;
    }

    #currhead select option {
        background: #000;
        color: #c2be88;
        border: 1px solid #c2be88;
    }

.secondary-img {
    transition:all 0.1s ease-in-out;
    animation: changeimage 5s infinite;
}

.bg-black{
    background:#000;
}

@keyframes changeimage{
    0%{
        opacity:0;
    }
    50%{
        opacity:1;
    }
    100%{
        opacity:0;
    }
}


@media screen and (min-width:990px){
    .border-md-right {
        border-right: 1px solid #ededed;
    }
    .cart-section .cart-total {
        position: sticky;
        top: 120px;
    }
}

@media screen and (max-width:1200px){
    .bespoke-1-sect {
        height: 40vh;
        background-size: cover;
        background-position-y: 64%;
        padding: 12vh 40% 5vh 5%;
    }

        .bespoke-1-sect h1 {
            font-size: 6vh
        }
}


@media only screen and (max-width: 990px){
    .testimonial{
        padding: 80px 0 80px 265px;
    }
    .bespoke-1-sect {
        height: 40vh;
        background-size: cover;
        background-position-y: 64%;
        padding: 10vh 40% 5vh 5%;
    }

        .bespoke-1-sect h1 {
            font-size: 6vh
        }
}
@media only screen and (max-width: 767px){
    .testimonial{
        padding: 0;
        border: none;
    }
    .testimonial:before,
    .testimonial:after{
        border: none;
    }
    .testimonial .pic{
        position: relative;
        top: 0;
        left: 0;
        width: auto;
    }
    .testimonial .description{
        margin-top: 15px;
    }
    .testimonial .description:before{
        content: "";
    }
    .product-list-area .sidebar-box {
        border: 0;
    }

    .sizes-block .nav-tabs {
        margin-bottom: 20px;
        position: relative;
        right: unset;
    }

    .sizes-block .io-main {
        display: block;
    }

    .sizes-block .in-block {
        display: block;
    }
    .filter-box.hide {
        height: 0;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

    .services-area .services-box .c1 {
        order: 2;
    }

    .services-area .services-box .c2 {
        order: 1;
    }

    .services-area .services-box .services-img {
        margin-bottom: 15px;
    }
}



@media (max-width: 767px){
    .header-2-right {
        margin-right: 30px;
        margin-top: 10px;
    }
}


@media (max-width: 767px){
    .logo img{
        height: auto;
    }

    .bakix-details-tab .nav-item {
        width: 100%;
        margin: 10px 0;
    }

    .whatsapp {
        left: 0px;
        bottom: 0px;
    }

    .cart-item img{
        width:100%;
    }

    .cart-item h5{
        margin:15px 0;
    }
}

@media screen and (max-width:579px) {
    .slick-initialized .slick-slide{
        background-position: 90% 0%;
        background-size: 210%;
    }

    .slider-content{
        position: absolute;
        left: 15px;
        width: 90vw;
        top: 80px;
    }

    .slider-content span{
        font-size: 9px;
    }

    .slider-content h1{
        font-size: 20px;
    }

    .slider-content p{
        font-size: 9px;
        line-height: 2;
    }

    .slider-button{
        margin-top: 5px;
    }

    .slider-content .text-link{
        font-size: 10px;
    }

    #scrollUp{
        right: 10px;
        bottom: 10px;
    }

    .featureicons .row > div{
        margin: 25px 0;
    }

    .d-shop-cart{
        margin-top: 10px;
    }

    .bespoke-1-sect {
        height: 40vh;
        background-size: cover;
        background-position-y: 64%;
        padding: 10vh 40% 5vh 5%;
    }

        .bespoke-1-sect h1 {
            font-size:6vh
        }

    .cm-order-sm-1{
        order:-1;
    }
    .order-sm-2 {
        order: -2;
    }
    .order-sm-3 {
        order: -3;
    }
    .order-sm-4 {
        order: -4;
    }
    .order-sm-5 {
        order: -6;
    }
    .order-sm-6 {
        order: -6;
    }
}