@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Rubik:300,400,500,700&display=swap);
body,h1,h2,h3,h4,h5,h6{
    font-family:Rubik,sans-serif
}
*,ol,p,ul{
    margin:0
}
body{
    font-weight:400;
    font-style:normal;
    color:#666;
    overflow-x:hidden;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
*{
    padding:0;
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
img{
    max-width:100%
}
a:focus,button:focus,input:focus,select:focus,textarea:focus{
    text-decoration:none;
    outline:0
}
a:focus,a:hover{
    text-decoration:none
}
.mobile-account-cart .account-cart li,.single-product-image .product-single-image .single-image img,.single-product-image .product-single-image-tab .single-image img,a,i,span{
    display:inline-block
}
audio,canvas,iframe,img,svg,video{
    vertical-align:middle
}
h1,h2,h3,h4,h5,h6{
    font-weight:700;
    color:#333;
    margin:0
}
h1{
    font-size:48px
}
.slider-3 .slider-active .slick-arrow i,h2{
    font-size:36px
}
h3{
    font-size:28px
}
h4{
    font-size:22px
}
h5{
    font-size:18px
}
.single-features-banner.features-banner-2 .banner-content .banner-title,h6,p{
    font-size:16px
}
ol,ul{
    padding:0;
    list-style-type:none
}
p{
    font-weight:400;
    line-height:24px;
    color:#666
    font-family: "Times New Roman", Times, serif;
}
.bg_cover{
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
    width:100%;
    height:100%
}
#preloader .preloader,#preloader .preloader span,.main-btn{
    display:inline-block;
    height:50px
}
@media only screen and (min-width:1600px){
    .custom-container{
        max-width:1920px;
        padding:0 75px
    }
    .single-category a{
        padding-bottom:50px;
        padding-top:15px
    }
}
.main-btn{
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    border:0;
    border-radius:24px;
    padding:0 26px;
    font-size:14px;
    line-height:50px;
    color:#fff;
    cursor:pointer;
    z-index:5;
    -webkit-transition:.4s linear;
    transition:.4s linear;
    background-color:#157ed2;
    text-transform:uppercase
}
.main-btn.main-btn-2,.main-btn:hover{
    background-color:#333;
    color:#fff
}
.main-btn.main-btn-2:hover{
    background-color:#e52e06;
    color:#fff
}
.section-title .title{
    position:relative;
    text-transform:uppercase;
    font-weight:500;
    line-height:1;
    display:inline-block;
    padding-bottom:20px;
    font-size:24px
}
.section-title .title::before{
    content:"";
    width:92px;
    height:2px;
    background:#e52e06;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    margin:0 auto
}
.header-nav-wrapper .header-menu-nav .menu-nav li .dropdown .dropdown-menu li+li,.section-title.section-left .title::before{
    margin-left:0
}
.allup-title,.my-account-tab .account-title{
    font-size:24px;
    font-weight:500;
    color:#333
}
.tab-content .tab-pane{
    display:block;
    overflow:hidden;
    height:0;
    visibility:hidden;
    max-width:100%;
    opacity:0
}
.tab-content .tab-pane.active{
    height:auto;
    visibility:visible;
    opacity:1;
    overflow:visible
}
.slick-slide{
    outline:0
}
#preloader{
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff;
    z-index:999999
}
#preloader .preloader{
    width:50px;
    padding:0;
    text-align:left;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-25px;
    margin-top:-25px
}
#preloader .preloader span{
    position:absolute;
    width:50px;
    border-radius:100%;
    background-color:#e52e06;
    -webkit-animation:1.3s linear infinite preloader;
    animation:1.3s linear infinite preloader
}
#preloader .preloader span:last-child{
    animation-delay:-.8s;
    -webkit-animation-delay:-.8s
}
@keyframes preloader{
    0%{
        -webkit-transform:scale(0,0);
        transform:scale(0,0);
        opacity:.5
    }
    100%{
        -webkit-transform:scale(1,1);
        transform:scale(1,1);
        opacity:0
    }
}
@-webkit-keyframes preloader{
    0%{
        -webkit-transform:scale(0,0);
        opacity:.5
    }
    100%{
        -webkit-transform:scale(1,1);
        opacity:0
    }
}
.custom-checkbox,.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-size-color{
    display:-moz-flex;
    display:-ms-flex;
    display:-o-flex;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.checkout-payment-wrapper .checkout-payment .single-payment .payment-radio .payment-details,.checkout-payment-wrapper .checkout-payment .single-payment .payment-radio input[type=radio],.custom-checkbox input[type=checkbox],.custom-checkbox input[type=radio],.mobile-main-menu .menu-content li a i,.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-size-color .product-color .color-input .single-color input[type=radio],.shipping-address,.single-product-content .product-color .color-input .single-color input[type=radio],.sticky .header-menu-vertical .menu-content.menu-expand-2{
    display:none
}
.custom-checkbox input[type=checkbox]+label,.custom-checkbox input[type=radio]+label{
    width:15px;
    height:15px;
    border:1px solid #333;
    border-radius:4px;
    cursor:pointer;
    position:relative;
    display:inline-block;
    margin:9px 8px 0 0
}
.custom-checkbox input[type=checkbox]+label::before,.custom-checkbox input[type=radio]+label::before{
    position:absolute;
    content:"";
    font-family:"Font Awesome 5 Pro";
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    top:0;
    left:0;
    width:100%;
    height:100%;
    -webkit-transform:scale(0);
    transform:scale(0);
    font-size:14px;
    line-height:.8;
    color:#333
}
.custom-checkbox input[type=checkbox]:checked+label::before,.custom-checkbox input[type=radio]:checked+label::before{
    -webkit-transform:scale(1);
    transform:scale(1)
}
.checkout-payment-wrapper .checkout-payment ul li .custom-checkbox input[type=checkbox]+label::before,.custom-checkbox input[type=radio]+label::before{
    content:"";
    background-color:#333;
    border-radius:4px
}
.checkout-payment-wrapper .checkout-payment .single-payment .payment-radio input[type=radio]:checked+label span::before,.checkout-payment-wrapper .checkout-payment ul li .custom-checkbox input[type=checkbox]:checked+label::before,.custom-checkbox input[type=radio]:checked+label::before{
    -webkit-transform:scale(.75);
    transform:scale(.75)
}
.custom-checkbox p{
    font-size:14px;
    color:#333;
    line-height:35px;
    -ms-flex:1;
    -webkit-box-flex:1;
    flex:1
}
.pagination{
    padding:15px 10px;
    background:#f2f2f2
}
.pagination li{
    margin:0 3px
}
.pagination li a{
    font-weight:400;
    color:#fff;
    padding:0;
    height:36px;
    line-height:36px;
    background:#c2c2c2;
    font-size:15px;
    display:inline-block;
    width:36px;
    border-radius:100%;
    text-align:center
}
.pagination li.active a,.pagination li:hover a,.shop-header .shop-header-left .shop-header-icon .nav .nav-item a.active,.shop-header .shop-header-left .shop-header-icon .nav .nav-item a:hover,.shop-sidebar-widget .color-list li a span.color-block{
    background-color:#000
}
.banner-image.banner-2,.blog-single-comment .blog-comments .comments-list .single-comment,.blog-single-posts .blog-single-tags-share .blog-single-share,.blog-single-posts .blog-single-tags-share .blog-single-tags,.checkout-btn,.contact-info-block .single-info,.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-add-cart,.my-account-dashboard .welcome-dashboard,.product-description-area .description,.product-rating-content .rating-form,.shopping-cart-table,.sidebar-widget .blog-sidebar-categories .categories-list,.sidebar-widget .blog-sidebar-post .single-mini-post,.sidebar-widget .worldsindia-sidebar-links .links-list,.single-category,.single-form,.single-product-content .addcart,.single-product-content .product-details-table,.single-product-content .reassurance-block .single-reassurance{
    margin-top:30px
}
.single-form label{
    font-size:13px;
    color:#333;
    margin-bottom:0
}
.single-form input,.single-form select,.single-form textarea{
    width:100%;
    font-size:14px;
    height:40px;
    color:#333;
    border:1px solid #e5e5e5;
    padding:0 15px;
    margin-top:12px
}
.single-form textarea{
    height:120px;
    padding-top:10px;
    resize:none
}
.single-form .main-btn{
    height:40px;
    line-height:42px;
    padding:0 25px;
    letter-spacing:0;
    font-size:14px
}
.header-nav{
    position:relative;
    padding:18px 0;
    border-bottom:1px solid #e5e5e5;
    z-index:9;
    margin:0;
    background:#d3e2ed
}
.blog-single-posts .blog-single-tags-share .blog-single-share .social li a,.header-nav-wrapper .header-static-nav p{
    font-size:16px;
    color:#666
}
.header-nav-wrapper .header-static-nav p .text{
    font-weight:500;
    color:#000
}
.blog-single-posts .blog-single-content .blog-meta li,.header-horizontal-menu .menu-content li,.header-nav-wrapper .header-menu-nav .menu-nav li,.single-blog-post .blog-post-content .blog-meta li{
    display:inline-block;
    position:relative
}
.header-3 .header-nav .header-nav-wrapper .header-menu-nav .menu-nav li+li,.header-nav-wrapper .header-menu-nav .menu-nav li+li,.special-product-2 .special-product-gallery-2 .product-price-and-cart .product-cart{
    margin-left:30px
}
.header-nav-wrapper .header-menu-nav .menu-nav li+li::before{
    position:absolute;
    content:"|";
    top:7px;
    left:-18px;
    line-height:13px;
    font-size:13px;
    color:#666
}
.header-nav-wrapper .header-menu-nav .menu-nav li a{
    font-weight:400;
    color:#000;
    text-shadow:none;
    cursor:pointer;
    line-height:13px;
    font-size:16px;
    text-transform:capitalize
}
.header-nav-wrapper .header-menu-nav .menu-nav li .dropdown button{
    border:0;
    background:0 0;
    font-weight:400;
    color:#000;
    text-shadow:none;
    cursor:pointer;
    line-height:13px;
    font-size:16px;
    text-transform:capitalize
}
.header-nav-wrapper .header-menu-nav .menu-nav li .dropdown button i{
    font-size:12px;
    margin-left:5px
}
.header-nav-wrapper .header-menu-nav .menu-nav li .dropdown .dropdown-menu{
    margin:0;
    top:175%!important;
    left:auto!important;
    right:0!important;
    -webkit-transform:translate(0)!important;
    transform:translate(0)!important;
    min-width:150px;
    overflow:hidden;
    padding:0 15px;
    background:#fff;
    border-radius:0;
    border:none;
    -webkit-box-shadow:0 2px 7.44px .56px rgba(0,0,0,.1);
    box-shadow:0 2px 7.44px .56px rgba(0,0,0,.1)
}
.header-nav-wrapper .header-menu-nav .menu-nav li .dropdown .dropdown-menu li,.mobile-account-cart .account-cart li .dropdown .dropdown-menu li{
    margin-left:0;
    display:block
}
.header-nav-wrapper .header-menu-nav .menu-nav li .dropdown .dropdown-menu li a{
    padding:0 10px;
    color:#666;
    line-height:40px;
    font-size:13px;
    border-bottom:1px solid #e5e5e5;
    display:block
}
.features-banner-wrapper-2 .single-features-banner:last-child,.header-nav-wrapper .header-menu-nav .menu-nav li .dropdown .dropdown-menu li:last-child a{
    border-bottom:0
}
.header-middle{
    position:relative;
    padding:35px 0 0
}
.header-contact i{
    font-size:48px;
    color:#333
}
.header-contact .phone,.single-features-banner .banner-content{
    padding-left:15px
}
.header-contact .phone p{
    font-size:14px;
    color:#333;
    font-weight:500;
    line-height:14px;
    margin-bottom:4px;
    letter-spacing:.2em;
    text-transform:uppercase
}
.header-contact .phone a{
    color:#e52e06;
    font-size:18px;
    line-height:18px;
    font-weight:500
}
.header-search .search-category::before,.shop-sidebar-widget .accordion .card .card-header a.collapsed::before{
    content:""
}
.header-cart .cart-btn{
    position:relative;
    padding:0 40px 0 18px;
    border:2px solid #e5e5e5;
    margin-left:30px;
    display:inline-block;
    background-color:#fff
}
.header-cart .cart-btn a{
    display:block;
    position:relative;
    font-size:14px;
    font-weight:500;
    text-align:center;
    height:46px;
    padding-left:55px;
    color:#444;
    padding-top:3px;
    padding-bottom:4px
}
.header-cart .cart-btn a::before{
    font-family:Ionicons;
    content:"";
    font-size:20px;
    color:#000;
    position:absolute;
    right:-25px;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%)
}
.header-cart .cart-btn a .count,.mobile-account-cart .account-cart li a span{
    width:18px;
    height:18px;
    font-size:11px;
    background:#e52e06;
    font-weight:500;
    text-align:center
}
.header-cart .cart-btn a i{
    font-size:27px;
    display:inline-block;
    margin-right:13px;
    vertical-align:-5px;
    position:absolute;
    left:0
}
.banner-image a,.compare-table .table tbody tr td .product-image-title .product-image img,.header-cart .cart-btn a .text,.header-cart .cart-btn a .total,.single-blog .blag-image a,.single-blog-post .blog-post-media a,.slider-banner a,.special-product-2 .special-product-gallery-2 .product-gallery-image-2 .single-products-image a,.special-products-gallery .products-gallery-image .single-products-image a{
    display:block
}
.header-cart .cart-btn a .count{
    line-height:18px;
    color:#fff;
    position:absolute;
    top:8px;
    left:15px;
    border-radius:100%
}
.header-menu{
    background-color:#000;
    position:relative
}
.header-menu.menu-gradient{
    background:-webkit-gradient(linear,left top,right top,from(#bc6eff),to(#65e2ff));
    background:linear-gradient(to right,#bc6eff 0,#65e2ff 100%)
}
.header-menu.sticky{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:999;
    -webkit-animation:1s sticky;
    animation:1s sticky;
    -webkit-box-shadow:2px 4px 8px rgba(51,51,51,.25);
    box-shadow:2px 4px 8px rgba(51,51,51,.25)
}
@-webkit-keyframes sticky{
    0%{
        -webkit-transform:translateY(-100%);
        transform:translateY(-100%)
    }
    100%{
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
}
@keyframes sticky{
    0%{
        -webkit-transform:translateY(-100%);
        transform:translateY(-100%)
    }
    100%{
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
}
.header-menu-vertical{
    position:relative;
    z-index:9
}
.header-menu-vertical .menu-title{
    color:#fff;
    font-size:20px;
    font-weight:500;
    text-transform:capitalize;
    height:68px;
    padding:14px 25px 10px 68px;
    cursor:pointer;
    margin:0;
    background:-webkit-gradient(linear,left top,right top,from(#bc6eff),to(#65e2ff));
    background:linear-gradient(to right,#bc6eff 0,#65e2ff 100%);
    position:relative
}
.header-menu-vertical .menu-title.menu-title-solid,.header-search button:hover{
    background:#333
}
.header-menu-vertical .menu-title::before{
    content:"";
    display:inline-block;
    font-size:40px;
    font-family:Ionicons;
    font-weight:400;
    position:absolute;
    top:0;
    left:20px;
    line-height:68px;
    vertical-align:-4px
}
.header-menu-vertical .menu-title::after{
    content:"";
    display:inline-block;
    font-size:28px;
    font-family:Ionicons;
    font-weight:400;
    position:absolute;
    top:0;
    right:20px;
    line-height:68px;
    vertical-align:-4px
}
.header-menu-vertical .menu-title span{
    display:block;
    font-size:14px;
    color:#fff;
    font-weight:500;
    text-transform:uppercase;
    letter-spacing:.2em
}
.header-menu-vertical .menu-content{
    width:100%;
    background:#fff;
    padding:0;
    position:absolute;
    top:100%;
    left:0;
    -webkit-box-shadow:0 10px 30px 0 rgba(209,209,209,.5);
    box-shadow:0 10px 30px 0 rgba(209,209,209,.5);
    display:none
}
.header-menu-vertical .menu-content.menu-expand-2{
    display:block;
    -webkit-box-shadow:none;
    box-shadow:none;
    border:2px solid #e5e5e5;
    border-top:0
}
.header-menu-vertical .menu-content li,.single-product .product-image a,.single-product-list .product-image a{
    display:block;
    position:relative
}
.header-menu-vertical .menu-content li a{
    position:relative;
    display:block;
    overflow:hidden;
    line-height:60px;
    text-transform:capitalize;
    word-wrap:break-word;
    background:#fff;
    color:#333;
    margin:0 20px;
    padding-left:28px;
    font-size:14px;
    font-weight:500;
    -webkit-transition:.3s linear;
    transition:.3s linear;
    border-bottom:1px solid rgba(0,0,0,.1)
}
.blog-single-posts .blog-single-content .blog-meta li a:hover,.breadcrumb .breadcrumb-item a:hover,.compare-table .table tbody tr td .product-image-title .category:hover,.footer-copyright-payment .copyright-text p a:hover,.header-cart .mini-cart .cart-items .single-cart-item .cart-item-content .product-name a:hover,.header-cart .mini-cart .price_content .cart-total.price_inline .value,.header-horizontal-menu .menu-content li .mega-sub-menu .menu-title:hover,.header-horizontal-menu .menu-content li .mega-sub-menu li .submenu-item li:hover>a,.header-horizontal-menu .menu-content li .sub-menu li:hover>a,.header-horizontal-menu .menu-content li.active>a,.header-horizontal-menu .menu-content li:hover>a,.header-menu-vertical .menu-content li .sub-menu li .submenu-item li:hover a span,.header-menu-vertical .menu-content li a:hover,.login-register-wrapper p a,.my-account-dashboard .welcome-dashboard p a:hover,.shop-sidebar-widget .accordion .card .card-body .category-list li a:hover,.shopping-cart-table .table tbody tr td .product-delete .delete:hover,.sidebar-widget .blog-sidebar-categories .categories-list li a:hover,.sidebar-widget .blog-sidebar-post .single-mini-post .post-content .post-title a:hover,.sidebar-widget .worldsindia-sidebar-links .links-list li a:hover,.single-blog .blag-content .blog-title a:hover,.single-blog-post .blog-post-content .blog-meta li a:hover,.single-blog-post .blog-post-content .blog-title a:hover,.single-category a:hover p,.single-product .product-content .product-title a:hover,.single-product .product-image .product-meta li:hover a,.single-product-content .product-basic-info .single-info .value a,.single-product-content .review-rating .review-link li a:hover,.single-product-list .product-content .product-meta li:hover a,.single-product-list .product-content .product-title a:hover,.single-slider .slider-content.slider-content-2 .sub-title{
    color:#e52e06
}
.header-menu-vertical .menu-content li a i{
    position:absolute;
    right:15px;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%)
}
.header-menu-vertical .menu-content li:last-child a{
    border-bottom:0;
    padding-left:48px
}
.header-menu-vertical .menu-content li:last-child a i{
    right:auto;
    left:28px
}
.header-menu-vertical .menu-content li .sub-menu{
    position:absolute;
    z-index:9;
    text-align:left;
    top:0;
    left:100%;
    background:#fff;
    padding:30px;
    display:inline-block;
    -webkit-box-shadow:0 10px 30px 0 rgba(209,209,209,.5);
    box-shadow:0 10px 30px 0 rgba(209,209,209,.5);
    width:800px;
    display:-moz-flex;
    display:-ms-flex;
    display:-o-flex;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    opacity:0;
    visibility:hidden;
    -webkit-transition:.3s linear;
    transition:.3s linear
}
.header-menu-vertical .menu-content li .sub-menu li{
    width:30%
}
.header-menu-vertical .menu-content li .sub-menu li:last-child{
    width:40%
}
.header-menu-vertical .menu-content li .sub-menu li .submenu-item li a,.header-menu-vertical .menu-content li .sub-menu li a{
    color:#666;
    line-height:40px;
    font-weight:400;
    font-size:14px;
    display:block;
    padding:0;
    margin:0;
    border-bottom:0
}
.header-menu-vertical .menu-content li .sub-menu li .submenu-item li a span,.header-menu-vertical .menu-content li .sub-menu li a span{
    font-weight:500;
    color:#333;
    -webkit-transition:.3s linear;
    transition:.3s linear
}
.header-menu-vertical .menu-content li .sub-menu li img{
    -webkit-transition:.3s linear;
    transition:.3s linear;
    width:100%
}
.banner-image.banner-2 img,.blog-single-posts .blog-single-image img,.header-cart .mini-cart .cart-items .single-cart-item .cart-item-thumb img,.header-menu-vertical .menu-content li .sub-menu li .submenu-item li,.single-blog-post .blog-gallery .gallery-item img,.single-blog-post .blog-post-media img,.single-blog-post.blog-grid-post .blog-post-media img,.single-product .product-image a .first-image,.single-product-gallery-image .single-product-image-gallery img,.single-product-image .single-product-image img,.single-product-list .product-image a .first-image,.special-product-2 .special-product-gallery-2 .product-gallery-image-2 .single-products-image a img,.special-products-gallery .products-gallery-image .single-products-image a img,.special-products-gallery .products-gallery-thumb .products-thumb li img{
    width:100%
}
.header-menu-vertical .menu-content li .sub-menu li .submenu-item li:hover a{
    padding-left:10px;
    color:#e52e06
}
.header-menu-vertical .menu-content li .sub-menu li .submenu-item li:hover:first-child a{
    padding-left:0
}
.header-menu-vertical .menu-content li .sub-menu li:hover img{
    -webkit-transform:scale(1.05);
    transform:scale(1.05)
}
.header-cart:hover .mini-cart,.header-menu-vertical .menu-content li:hover .sub-menu,.product-description-area .nav .nav-item a.active::before,.product-menu .nav .nav-item a.active::before,.single-product-list:hover .product-image a .second-image,.single-product:hover .product-image a .second-image{
    opacity:1;
    visibility:visible
}
.header-horizontal-menu .menu-content li a{
    display:block;
    padding:0 25px;
    font-weight:500;
    font-size:16px;
    color:#fff;
    background:0 0;
    text-transform:uppercase;
    line-height:68px;
    height:68px;
    position:relative;
    letter-spacing:.2em;
    -webkit-transition:.3s linear;
    transition:.3s linear
}
.header-horizontal-menu .menu-content li .sub-menu{
    -webkit-box-shadow:0 2px 8px .56px rgba(0,0,0,.1);
    box-shadow:0 2px 8px .56px rgba(0,0,0,.1);
    background:#fff;
    position:absolute;
    top:100%;
    width:240px;
    left:0;
    -o-transform-origin:0% 0%;
    -ms-transform-origin:0% 0%;
    -moz-transform-origin:0% 0%;
    -webkit-transform-origin:0% 0%;
    transform-style:preserve-3d;
    -o-transform-style:preserve-3d;
    -moz-transform-style:preserve-3d;
    -webkit-transform-style:preserve-3d;
    -webkit-transform:rotateX(-90deg);
    transform:rotateX(-90deg);
    opacity:0;
    visibility:hidden;
    -webkit-transition:0 linear;
    transition:0 linear;
    z-index:999;
    padding:12px 0
}
.header-horizontal-menu .menu-content li .sub-menu li{
    margin-left:0;
    padding:0;
    display:block;
    position:relative
}
.header-horizontal-menu .menu-content li .sub-menu li a{
    color:#333;
    line-height:40px;
    height:auto;
    display:block;
    letter-spacing:0;
    font-size:14px;
    padding:0 25px;
    font-weight:400;
    position:relative
}
.header-horizontal-menu .menu-content li .sub-menu li a i{
    position:absolute;
    top:0;
    right:25px;
    line-height:40px
}
.header-horizontal-menu .menu-content li .sub-menu li .sub-menu{
    top:20px;
    left:100%;
    -webkit-transition:.3s linear;
    transition:.3s linear;
    opacity:0;
    visibility:hidden
}
.header-horizontal-menu .menu-content li .sub-menu li:hover .sub-menu{
    top:0;
    opacity:1;
    visibility:visible
}
.header-horizontal-menu .menu-content li .mega-sub-menu{
    -webkit-box-shadow:0 2px 8px .56px rgba(0,0,0,.1);
    box-shadow:0 2px 8px .56px rgba(0,0,0,.1);
    background:#fff;
    padding:0 30px 30px;
    position:absolute;
    top:100%;
    width:1110px;
    left:300px;
    right:0;
    margin:0 auto;
    -o-transform-origin:0% 0%;
    -ms-transform-origin:0% 0%;
    -moz-transform-origin:0% 0%;
    -webkit-transform-origin:0% 0%;
    transform-style:preserve-3d;
    -o-transform-style:preserve-3d;
    -moz-transform-style:preserve-3d;
    -webkit-transform-style:preserve-3d;
    -webkit-transform:rotateX(-90deg);
    transform:rotateX(-90deg);
    opacity:0;
    visibility:hidden;
    -webkit-transition:0 linear;
    transition:0 linear;
    z-index:99
}
@media only screen and (min-width:1200px) and (max-width:1599px){
    .custom-container{
        padding:0 30px
    }
    .header-search{
        margin-left:6%
    }
    .header-horizontal-menu .menu-content li a{
        font-size:14px;
        padding:0 12px;
        letter-spacing:1px
    }
    .header-horizontal-menu .menu-content li .sub-menu li a{
        line-height:35px
    }
    .header-horizontal-menu .menu-content li .mega-sub-menu{
        width:980px;
        left:0
    }
}
.header-horizontal-menu .menu-content li .mega-sub-menu .menu-title{
    font-size:16px;
    font-weight:500;
    color:#333;
    text-transform:uppercase;
    letter-spacing:0;
    padding:0;
    line-height:28px;
    display:inline-block;
    height:auto
}
.header-horizontal-menu .menu-content li .mega-sub-menu .custom-menu{
    padding-top:30px;
    width:100%
}
.header-horizontal-menu .menu-content li .mega-sub-menu .custom-menu .custom-title{
    font-size:16px;
    font-weight:500;
    color:#333;
    text-transform:uppercase
}
.header-horizontal-menu .menu-content li .mega-sub-menu .custom-menu .menu-block p,.mobile-main-menu .menu-content li .mega-sub-menu .custom-menu .menu-block p{
    margin-top:20px;
    font-size:13px;
    font-weight:400;
    text-transform:capitalize;
    line-height:18px
}
.header-horizontal-menu .menu-content li .mega-sub-menu .custom-banner{
    margin-top:30px;
    width:100%
}
.header-horizontal-menu .menu-content li .mega-sub-menu .custom-banner a,.mobile-main-menu .menu-content li .mega-sub-menu .custom-menu .custom-banner a{
    display:block;
    line-height:inherit;
    height:auto;
    padding:0;
    margin:0;
    overflow:hidden
}
.banner-image a img,.header-horizontal-menu .menu-content li .mega-sub-menu .custom-banner a img,.mobile-main-menu .menu-content li .mega-sub-menu .custom-banner a img,.mobile-main-menu .menu-content li .mega-sub-menu .custom-menu .custom-banner a img,.single-blog .blag-image a img,.slider-banner a img{
    width:100%;
    -webkit-transition:.3s linear;
    transition:.3s linear
}
.header-horizontal-menu .menu-content li .mega-sub-menu .custom-banner a:hover img,.mobile-main-menu .menu-content li .mega-sub-menu .custom-banner a:hover img,.mobile-main-menu .menu-content li .mega-sub-menu .custom-menu .custom-banner a:hover img{
    -webkit-transform:scale(1.03);
    transform:scale(1.03)
}
.header-horizontal-menu .menu-content li .mega-sub-menu li{
    width:25%;
    padding-top:30px
}
.header-horizontal-menu .menu-content li .mega-sub-menu li .submenu-item,.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-share,.single-product-content .product-share{
    padding-top:20px
}
.header-horizontal-menu .menu-content li .mega-sub-menu li .submenu-item li{
    margin-left:0;
    padding:0;
    display:block;
    position:relative;
    width:100%
}
.header-horizontal-menu .menu-content li .mega-sub-menu li .submenu-item li a{
    color:#333;
    line-height:35px;
    height:auto;
    display:block;
    letter-spacing:0;
    font-size:14px;
    padding:0;
    text-transform:capitalize;
    font-weight:400
}
.header-horizontal-menu .menu-content li .mega-sub-menu li .submenu-item li a i{
    display:block;
    float:right;
    line-height:35px
}
.header-horizontal-menu .menu-content li:hover .mega-sub-menu,.header-horizontal-menu .menu-content li:hover .sub-menu{
    -webkit-transform:rotateX(0);
    transform:rotateX(0);
    opacity:1;
    visibility:visible;
    -webkit-transition:.3s linear;
    transition:.3s linear
}
.mobile-nav-top{
    padding:15px 0
}
.mobile-toggle a{
    color:#666;
    height:39px;
    line-height:39px;
    font-size:24px
}
.blog-single-posts .blog-single-content .blog-meta li+li,.mobile-account-cart .account-cart li+li,.shop-header .shop-header-right .shop-header-select+.shop-header-select,.single-blog-post .blog-post-content .blog-meta li+li{
    margin-left:20px
}
.mobile-account-cart .account-cart li .dropdown button{
    border:0;
    background:0 0;
    font-weight:400;
    color:#666;
    text-shadow:none;
    cursor:pointer;
    height:39px;
    line-height:39px;
    font-size:24px;
    text-transform:capitalize
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .header-nav-wrapper .header-menu-nav .menu-nav li .dropdown button,.header-nav-wrapper .header-menu-nav .menu-nav li a,.header-nav-wrapper .header-static-nav p,.mobile-account-cart .account-cart li .dropdown button{
        font-size:15px
    }
    .header-nav-wrapper .header-menu-nav .menu-nav li+li{
        margin-left:20px
    }
    .header-contact i{
        font-size:42px
    }
    .header-contact .phone p{
        font-size:12px
    }
    .header-contact .phone a{
        font-size:14px
    }
    .header-search{
        margin-left:2%
    }
    .header-menu-vertical .menu-title{
        font-size:18px
    }
    .header-menu-vertical .menu-title::before{
        font-size:30px
    }
    .header-menu-vertical .menu-title::after{
        font-size:20px
    }
    .header-menu-vertical .menu-title span{
        font-size:13px
    }
    .header-menu-vertical .menu-content.menu-expand-2{
        display:none
    }
    .header-menu-vertical .menu-content li a{
        line-height:50px;
        margin:0 10px
    }
    .header-menu-vertical .menu-content li .sub-menu{
        width:720px
    }
    .header-horizontal-menu .menu-content li a{
        font-size:13px;
        padding:0 12px;
        letter-spacing:1px
    }
    .header-horizontal-menu .menu-content li .sub-menu li a{
        line-height:35px
    }
    .header-horizontal-menu .menu-content li:last-child .sub-menu li .sub-menu,.header-horizontal-menu .menu-content li:nth-last-child(2) .sub-menu li .sub-menu,.header-horizontal-menu .menu-content li:nth-last-child(3) .sub-menu li .sub-menu{
        left:auto;
        right:100%
    }
    .header-horizontal-menu .menu-content li .mega-sub-menu{
        width:900px;
        left:0;
        padding:0 15px 15px
    }
}
.header-3 .mobile-account-cart .account-cart li .dropdown button i,.mobile-account-cart .account-cart li .dropdown button i{
    font-size:24px
}
.mobile-account-cart .account-cart li .dropdown .dropdown-menu{
    margin:0;
    top:130%!important;
    left:auto!important;
    right:0!important;
    -webkit-transform:translate(0)!important;
    transform:translate(0)!important;
    min-width:130px;
    overflow:hidden;
    padding:0 15px;
    background:#fff;
    border-radius:0;
    border:none;
    -webkit-box-shadow:0 2px 7.44px .56px rgba(0,0,0,.1);
    box-shadow:0 2px 7.44px .56px rgba(0,0,0,.1)
}
.mobile-account-cart .account-cart li .dropdown .dropdown-menu li a{
    padding:0 10px;
    color:#666;
    line-height:40px;
    font-size:13px;
    border-bottom:1px solid #e5e5e5;
    display:block;
    text-align:left
}
.mobile-account-cart .account-cart li a{
    display:block;
    position:relative;
    font-size:24px;
    font-weight:500;
    text-align:center;
    height:40px;
    color:#666;
    line-height:18px
}
.mobile-account-cart .account-cart li a span{
    line-height:18px;
    color:#fff;
    position:absolute;
    top:-8px;
    left:23px;
    border-radius:100%
}
.header-search{
    position:relative;
    margin-left:10%
}
.header-search .search-category{
    position:absolute;
    left:2px;
    top:2px;
    display:inline-block;
    width:150px;
    margin:0;
    background:0 0
}
@media (max-width:767px){
    .allup-title,.section-title .title{
        font-size:20px
    }
    .header-search .search-category{
        width:120px
    }
}
.header-search .search-category::before{
    font-family:Ionicons;
    content:"";
    font-size:20px;
    color:#333;
    position:absolute;
    right:-8px;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    pointer-events:none
}
@media (max-width:767px){
    .header-search .search-category::before{
        right:5px;
        font-size:16px
    }
}
.header-search .search-category select{
    width:170px;
    height:45px;
    line-height:25px;
    margin:0;
    border:0;
    padding:0 38px 0 20px;
    color:#333;
    font-size:16px;
    font-weight:500;
    border-right:1px solid #d9d9d9;
    border-radius:30px 0 0 30px;
    -webkit-user-select:none;
    -moz-user-select:-moz-none;
    -ms-user-select:none;
    user-select:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none
}
@media only screen and (min-width:1200px) and (max-width:1599px){
    .header-search{
        margin-left:3%;
        margin-right:3%
    }
    .header-search .search-category select{
        padding:0 5px 0 21px;
        font-size:14px;
        cursor:pointer
    }
}
@media (max-width:767px){
    .header-search .search-category select{
        width:120px;
        padding:0 20px 0 5px;
        font-size:13px;
        height:35px
    }
}
.header-search input{
    padding:10px 60px 10px 180px;
    width:100%;
    height:50px;
    font-size:16px;
    background:#fff;
    color:#999;
    border:2px solid #e5e5e5;
    border-radius:33px
}
@media (max-width:767px){
    .header-search input{
        padding-left:125px;
        padding-right:50px;
        font-size:14px;
        height:40px
    }
}
.header-search button{
    position:absolute;
    top:0;
    right:0;
    height:50px;
    width:50px;
    line-height:50px;
    text-align:center;
    color:#fff;
    padding:0;
    font-weight:700;
    background:#075a7d;
    border:0;
    -webkit-transition:.3s linear;
    transition:.3s linear;
    font-size:28px;
    border-radius:4px 33px 33px 4px
}
@media (max-width:767px){
    .header-search button{
        height:40px;
        width:40px;
        line-height:40px;
        font-size:22px
    }
}
.header-cart,.mobile-main-menu .menu-content li,.mobile-off-canvas-menu .mobile-canvas-menu-top .dropdown,.product-description-area .nav,.single-product .product-image,.single-product-list .product-image,.single-slider{
    position:relative
}
.header-cart .mini-cart{
    position:absolute;
    top:125%;
    right:0;
    width:345px;
    background-color:#fff;
    -webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.2);
    box-shadow:0 1px 3px 0 rgba(0,0,0,.2);
    z-index:99;
    -webkit-transition:.3s linear;
    transition:.3s linear;
    opacity:0;
    visibility:hidden
}
@media (max-width:767px){
    .header-cart .mini-cart{
        width:270px
    }
}
.header-cart .mini-cart .cart-items{
    padding:0 20px
}
@media (max-width:767px){
    .header-cart .mini-cart .cart-items{
        padding:0 10px
    }
}
.header-cart .mini-cart .cart-items li{
    padding:20px 0;
    border-bottom:1px solid #e5e5e5;
    margin-left:0
}
@media (max-width:767px){
    .header-cart .mini-cart .cart-items li{
        padding:10px 0
    }
    .header-cart .mini-cart .checkout .main-btn{
        height:50px;
        line-height:50px;
        font-size:15px;
        letter-spacing:0;
        display:inline-block
    }
}
.header-cart .mini-cart .cart-items .single-cart-item .cart-item-thumb{
    width:85px;
    position:relative
}
.header-cart .mini-cart .cart-items .single-cart-item .cart-item-thumb .product-quantity{
    position:absolute;
    top:5px;
    left:5px;
    min-width:20px;
    line-height:20px;
    border-radius:100%;
    padding:0;
    text-align:center;
    color:#fff;
    font-size:12px;
    background-color:#e52e06
}
.header-cart .mini-cart .cart-items .single-cart-item .cart-item-content{
    position:relative;
    padding-left:15px;
    padding-right:30px;
    text-align:left!important
}
.header-cart .mini-cart .cart-items .single-cart-item .cart-item-content .product-name a{
    text-transform:capitalize;
    font-size:14px;
    line-height:20px;
    overflow:hidden;
    text-overflow:ellipsis;
    font-weight:400;
    color:#333;
    -webkit-transition:.3s linear;
    transition:.3s linear;
    text-align:left
}
.mobile-off-canvas-menu,.overlay{
    position:fixed;
    height:100%;
    -webkit-transition:.3s linear;
    top:0
}
.header-cart .mini-cart .cart-items .single-cart-item .cart-item-content .product-price{
    margin:5px 0 0;
    font-size:18px;
    font-weight:500;
    color:#e52e06;
    display:block
}
.header-cart .mini-cart .cart-items .single-cart-item .cart-item-content .product-color{
    display:block;
    font-size:14px;
    line-height:20px;
    color:#666;
    margin:5px 0 0
}
.header-cart .mini-cart .cart-items .single-cart-item .cart-item-content .product-close{
    position:absolute;
    top:0;
    right:5px;
    font-size:18px;
    color:#333
}
.header-cart .mini-cart .price_content{
    padding:20px;
    border-bottom:1px solid #e5e5e5
}
.header-cart .mini-cart .price_content .price_inline{
    display:-moz-flex;
    display:-ms-flex;
    display:-o-flex;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    border:0;
    padding:0
}
.header-cart .mini-cart .price_content .price_inline .label,.my-account-address .account-address .name{
    font-size:16px;
    color:#333;
    font-weight:500
}
.header-cart .mini-cart .price_content .price_inline .value{
    font-weight:600;
    color:#333;
    font-size:16px
}
.header-cart .mini-cart .checkout{
    padding:20px
}
.header-cart .mini-cart .checkout .main-btn{
    background-color:#fff;
    color:#333;
    border:1px solid #e5e5e5;
    border-radius:50px
}
.header-cart .mini-cart .checkout .main-btn:hover,.my-account-menu .account-menu-list li a.active,.my-account-menu .account-menu-list li a:hover,.sidebar-widget .blog-sidebar-tags .tag-list li a:hover{
    background-color:#333;
    color:#fff;
    border-color:#333
}
.overlay{
    content:"";
    right:0;
    width:100%;
    background-color:#333;
    z-index:99;
    transition:.3s linear;
    opacity:0;
    visibility:hidden
}
.overlay.open{
    opacity:.6;
    visibility:visible
}
.mobile-nav .header-search{
    margin-left:0;
    padding-bottom:15px
}
.mobile-off-canvas-menu{
    left:-350px;
    background-color:#fff;
    z-index:999;
    width:350px;
    overflow-y:auto;
    overflow-x:hidden;
    transition:.3s linear
}
@media (max-width:767px){
    .mobile-off-canvas-menu{
        width:280px
    }
    .single-slider .slider-image img{
        height:auto;
        -o-object-fit:cover;
        object-fit:cover;
        -o-object-position:right center;
        object-position:right center
    }
}
.mobile-off-canvas-menu.open{
    left:0
}
.mobile-off-canvas-menu .mobile-canvas-menu-top .menu-nav{
    text-align:center;
    padding:8px 0
}
.mobile-off-canvas-menu .mobile-canvas-menu-top .menu-nav li{
    display:inline-block;
    margin:0 15px
}
.mobile-off-canvas-menu .mobile-canvas-menu-top .menu-nav li a{
    font-weight:400;
    color:#333;
    cursor:pointer;
    line-height:20px;
    font-size:13px;
    text-transform:capitalize
}
.mobile-off-canvas-menu .mobile-canvas-menu-top .dropdown .menu-expand{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:41px;
    cursor:pointer
}
.mobile-off-canvas-menu .mobile-canvas-menu-top .dropdown button{
    background:0 0;
    border:none;
    border-top:1px solid #e5e5e5;
    width:100%;
    text-align:left;
    display:block;
    color:#333;
    font-size:13px;
    font-weight:400;
    padding:5px 35px;
    line-height:30px;
    cursor:pointer;
    text-transform:uppercase
}
.mobile-off-canvas-menu .mobile-canvas-menu-top .dropdown button i{
    float:right
}
.mobile-off-canvas-menu .mobile-canvas-menu-top .dropdown .dropdown-menu{
    position:relative!important;
    border:0;
    padding:0;
    margin:0;
    float:none;
    width:100%;
    -webkit-transform:translate3d(0,0,0)!important;
    transform:translate3d(0,0,0)!important;
    z-index:99
}
.mobile-off-canvas-menu .mobile-canvas-menu-top .dropdown .dropdown-menu li{
    border-top:1px solid #e5e5e5
}
.mobile-off-canvas-menu .mobile-canvas-menu-top .dropdown .dropdown-menu li a{
    display:block;
    color:#333;
    font-size:12px;
    font-weight:400;
    padding:5px 45px;
    line-height:30px;
    text-transform:uppercase
}
.mobile-canvas-close{
    background:#333;
    padding:0 35px
}
.mobile-canvas-close p{
    color:#fff;
    line-height:40px;
    height:40px;
    font-size:16px;
    font-weight:600;
    text-transform:uppercase;
    pointer-events:none;
    position:relative
}
.mobile-canvas-close p i{
    position:absolute;
    right:0;
    top:0;
    line-height:40px;
    height:40px;
    cursor:pointer;
    z-index:6
}
.mobile-main-menu .menu-content li a{
    display:block;
    color:#333;
    font-size:14px;
    font-weight:500;
    padding:5px 50px 5px 35px;
    line-height:30px;
    text-transform:capitalize;
    border-top:1px solid #e5e5e5
}
.mobile-main-menu .menu-content li .mobile-menu-expand{
    position:absolute;
    right:35px;
    top:13px;
    width:15px;
    height:15px;
    cursor:pointer
}
.mobile-main-menu .menu-content li .mobile-menu-expand::before{
    position:absolute;
    content:"";
    width:100%;
    height:2px;
    background-color:#333;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%)
}
.mobile-main-menu .menu-content li .mobile-menu-expand::after{
    position:absolute;
    content:"";
    width:2px;
    height:100%;
    background-color:#333;
    left:50%;
    bottom:0;
    -webkit-transition:.3s linear;
    transition:.3s linear;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%)
}
.mobile-main-menu .menu-content li.active-expand>.mobile-menu-expand::after{
    height:0
}
.mobile-main-menu .menu-content li .mega-sub-menu{
    padding:5px
}
.mobile-main-menu .menu-content li .mega-sub-menu .menu-title{
    display:block;
    color:#333;
    font-size:14px;
    font-weight:500;
    padding:5px 50px 5px 45px;
    line-height:30px;
    text-transform:capitalize;
    border-top:1px solid #e5e5e5
}
.mobile-main-menu .menu-content li .mega-sub-menu .custom-menu .menu-block{
    margin-bottom:20px;
    padding-left:30px
}
.mobile-main-menu .menu-content li .mega-sub-menu .custom-menu .menu-block .custom-title{
    font-size:14px;
    font-weight:500;
    color:#333;
    text-transform:capitalize
}
.checkout-payment-wrapper .checkout-payment ul li+li,.mobile-main-menu .menu-content li .mega-sub-menu .custom-menu .custom-banner,.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-size-color .product-quantity .quantity,.product-rating-content .rating-items .single-rating-item p,.shop-sidebar-widget .accordion,.shop-sidebar-widget .compositions-list,.special-product-2 .special-product-gallery-2 .product-price-and-cart{
    margin-top:10px
}
.mobile-main-menu .menu-content li .mega-sub-menu li{
    border-bottom:0;
    padding-left:0
}
.mobile-main-menu .menu-content li .mega-sub-menu li a{
    padding-left:60px;
    font-weight:400
}
.mobile-main-menu .menu-content li .mega-sub-menu .custom-banner a{
    display:block;
    line-height:inherit;
    height:auto;
    padding:10px 20px;
    margin:0;
    overflow:hidden
}
.mobile-main-menu .menu-content li .sub-menu li a{
    font-weight:400;
    padding-left:50px
}
.mobile-main-menu .menu-content li .sub-menu li .sub-menu li a,.mobile-main-menu .menu-content li .sub-menu li .submenu-item li a{
    padding-left:65px
}
.mobile-main-menu .menu-content li .sub-menu li img{
    padding:10px 20px 10px 10px
}
.header-3{
    background-color:#1c2454
}
.header-3 .header-nav{
    background-color:#000;
    border-bottom:0
}
.footer-contact ul li a,.header-3 .header-contact .phone p,.header-3 .header-contact i,.header-3 .header-nav .header-nav-wrapper .header-menu-nav .menu-nav li .dropdown button,.header-3 .header-nav .header-nav-wrapper .header-menu-nav .menu-nav li a,.header-3 .header-nav .header-nav-wrapper .header-static-nav p,.header-3 .header-nav .header-nav-wrapper .header-static-nav p .text,.header-3 .mobile-account-cart .account-cart li .dropdown button,.header-3 .mobile-account-cart .account-cart li a,.header-3 .mobile-toggle a{
    color:#fff
}
.header-3 .header-nav .header-nav-wrapper .header-menu-nav .menu-nav li+li::before{
    color:rgba(255,255,255,.4)
}
.header-3 .header-menu{
    background-color:#1c2454;
    border-top:1px solid rgba(255,255,255,.4)
}
.header-3 .header-menu.sticky{
    border-top:0
}
.col-menu-left,.col-slider-left{
    width:370px;
    padding:0 15px
}
.col-menu-right,.col-slider-right{
    width:calc(100% - 370px);
    padding:0 15px
}
.single-slider .slider-content-wrapper{
    position:absolute;
    left:0;
    width:100%;
    top:41%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%)
}
.single-slider .slider-content-wrapper.slider-content-wrapper-2,.slider-3 .slider-content-wrapper{
    top:50%
}
.single-slider .slider-content{
    max-width:43%;
    margin-left:auto;
    padding-bottom:30px
}
@media (max-width:767px){
    .single-slider .slider-content-wrapper{
        top:50%
    }
    .single-slider .slider-content{
        max-width:100%;
        margin-left:0;
        padding-bottom:0
    }
}
.single-slider .slider-content .sub-title{
    font-size:24px;
    color:#ffde00;
    font-weight:400;
    line-height:1;
    text-transform:uppercase;
    padding-bottom:30px;
    position:relative
}
@media only screen and (min-width:1200px) and (max-width:1599px){
    .col-menu-left{
        width:300px
    }
    .col-menu-right{
        width:calc(100% - 300px)
    }
    .single-slider .slider-content-wrapper{
        top:50%
    }
    .single-slider .slider-content .sub-title{
        font-size:22px
    }
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .header-search{
        margin-left:0;
        margin-right:2%
    }
    .header-3 .header-nav .header-nav-wrapper .header-menu-nav .menu-nav li+li{
        margin-left:20px
    }
    .col-menu-left{
        width:270px
    }
    .col-menu-right{
        width:calc(100% - 270px)
    }
    .single-slider .slider-content{
        padding-bottom:0
    }
    .single-slider .slider-content .sub-title{
        font-size:20px;
        padding-bottom:20px
    }
}
@media only screen and (min-width:768px) and (max-width:991px){
    .header-cart .mini-cart .checkout .main-btn{
        height:50px;
        line-height:50px;
        font-size:15px;
        letter-spacing:0;
        display:inline-block
    }
    .single-slider .slider-content-wrapper{
        top:50%
    }
    .single-slider .slider-content .sub-title{
        font-size:16px;
        padding-bottom:10px
    }
}
@media (max-width:767px){
    .single-slider .slider-content .sub-title{
        font-size:15px;
        padding-bottom:10px
    }
}
.single-slider .slider-content .sub-title::before{
    content:"";
    width:90px;
    height:2px;
    background:#ffde00;
    position:absolute;
    left:0;
    bottom:0
}
.single-slider .slider-content .main-title{
    margin-top:40px;
    font-weight:500;
    font-size:80px;
    letter-spacing:2px;
    color:#fff
}
@media only screen and (min-width:1200px) and (max-width:1599px){
    .single-slider .slider-content .main-title{
        font-size:68px;
        margin-top:10px
    }
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .single-slider .slider-content .main-title{
        font-size:50px;
        margin-top:20px
    }
}
@media only screen and (min-width:768px) and (max-width:991px){
    .single-slider .slider-content .main-title{
        font-size:36px;
        margin-top:10px;
        line-height:36px;
        letter-spacing:0
    }
}
@media (max-width:767px){
    .single-slider .slider-content .main-title{
        font-size:24px;
        margin-top:10px;
        line-height:36px;
        letter-spacing:0
    }
}
.single-slider .slider-content .main-title span{
    font-size:56px;
    color:#fff;
    font-weight:300;
    line-height:1;
    display:block
}
@media only screen and (min-width:1200px) and (max-width:1599px){
    .single-slider .slider-content .main-title span{
        font-size:40px
    }
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .single-slider .slider-content .main-title span{
        font-size:32px
    }
}
.single-slider .slider-content p{
    font-size:24px;
    color:#fff;
    font-weight:300;
    line-height:34px;
    margin-top:20px
}
@media only screen and (min-width:1200px) and (max-width:1599px){
    .single-slider .slider-content p{
        font-size:20px;
        line-height:30px
    }
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .single-slider .slider-content p{
        font-size:18px;
        line-height:28px
    }
}
@media only screen and (min-width:768px) and (max-width:991px){
    .single-slider .slider-content .main-title span{
        font-size:32px
    }
    .single-slider .slider-content p{
        font-size:14px;
        line-height:24px;
        margin-top:10px
    }
}
@media (max-width:767px){
    .single-slider .slider-content .main-title span{
        font-size:18px
    }
    .single-slider .slider-content p{
        font-size:14px;
        line-height:24px;
        margin-top:10px
    }
}
.category-active .slick-dots li,.category-active-2 .slick-dots li,.product-active .slick-dots li,.product-active-2 .slick-dots li,.product-active-3 .slick-dots li,.product-active-4 .slick-dots li,.product-menu .nav .nav-item a,.special-products-active .slick-dots li,.testimonial-active .slick-dots li{
    margin:0 5px;
    display:inline-block
}
.single-slider .slider-content .main-btn,.special-products-countdown .products-rating{
    margin-top:50px
}
@media only screen and (min-width:1200px) and (max-width:1599px){
    .single-slider .slider-content .main-btn{
        margin-top:40px
    }
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .single-slider .slider-content .main-btn{
        margin-top:30px
    }
}
@media only screen and (min-width:768px) and (max-width:991px){
    .single-slider .slider-content .main-btn{
        margin-top:20px;
        height:40px;
        line-height:40px;
        padding:0 25px;
        font-size:14px
    }
}
@media (max-width:767px){
    .single-slider .slider-content .main-btn{
        margin-top:30px;
        height:40px;
        line-height:40px;
        padding:0 25px;
        font-size:14px
    }
}
.shop-sidebar-widget .price-range #slider-range .ui-widget-header,.single-slider .slider-content.slider-content-2 .sub-title::before{
    background:#e52e06
}
.single-slider .slider-content.slider-content-2 .main-title,.single-slider .slider-content.slider-content-2 .main-title span{
    color:#000
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-share .social li a:hover,.single-product-content .product-share .social li a:hover,.single-slider .slider-content.slider-content-2 p{
    color:#666
}
.slider-active .slick-arrow{
    position:absolute;
    top:50%;
    left:0;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    z-index:99;
    opacity:0;
    visibility:hidden;
    -webkit-transition:1s linear;
    transition:1s linear;
    cursor:pointer
}
.slider-active .slick-arrow i{
    font-size:56px;
    color:#fff
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .slider-active .slick-arrow i{
        font-size:40px
    }
}
.blog-gallery .slick-arrow.next,.slider-active .slick-arrow.next{
    left:auto;
    right:0
}
.slider-active:hover .slick-arrow{
    left:30px;
    visibility:visible;
    opacity:1
}
.slider-active:hover .slick-arrow.next{
    left:auto;
    right:30px
}
.slider-3 .slider-content{
    max-width:100%;
    padding:0 80px;
    margin-left:0
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .slider-3 .slider-content{
        padding:50px
    }
}
@media only screen and (min-width:768px) and (max-width:991px){
    .slider-active .slick-arrow i{
        font-size:30px
    }
    .slider-active:hover .slick-arrow{
        left:15px
    }
    .slider-3 .slider-content{
        padding:50px
    }
}
@media (max-width:767px){
    .slider-active:hover .slick-arrow.next{
        right:15px
    }
    .slider-3 .slider-content{
        padding:20px
    }
}
.slider-3 .slider-content .main-title{
    margin-top:0;
    font-size:70px
}
@media only screen and (min-width:1200px) and (max-width:1599px){
    .slider-3 .slider-content .main-title{
        font-size:60px
    }
    .col-slider-left{
        width:300px
    }
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .slider-3 .slider-content .main-title{
        font-size:50px
    }
}
@media only screen and (min-width:768px) and (max-width:991px){
    .slider-3 .slider-content .main-title{
        font-size:50px;
        line-height:65px
    }
    .slider-3 .slider-content p{
        font-size:18px
    }
}
@media (max-width:767px){
    .slider-3 .slider-content .main-title{
        font-size:36px;
        line-height:42px
    }
}
.slider-3 .slider-content .main-title span{
    font-size:40px
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .slider-3 .slider-content .main-title span{
        font-size:30px
    }
    .slider-3 .slider-content p{
        font-size:18px
    }
}
@media (max-width:767px){
    .slider-3 .slider-content .main-title span{
        font-size:22px
    }
}
@media (max-width:767px){
    .slider-3 .slider-content p{
        font-size:14px
    }
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .slider-3 .slider-active .slick-arrow i{
        font-size:26px
    }
    .col-slider-left{
        display:none
    }
}
.slider-3 .slider-active:hover .slick-arrow{
    left:15px
}
.slider-3 .slider-active:hover .slick-arrow.next{
    left:auto;
    right:15px
}
.slider-banner{
    overflow:hidden;
    position:relative;
    z-index:5
}
.banner-image:hover a img,.single-blog:hover .blag-image img,.slider-banner:hover a img{
    -webkit-transform:scale(1.1);
    transform:scale(1.1)
}
@media only screen and (min-width:1200px) and (max-width:1599px){
    .col-slider-right{
        width:calc(100% - 300px)
    }
}
.banner-area.banner-bg,.blog-area.blog-bg,.category-area.category-bg{
    background-color:#f1f1f1
}
.banner-image{
    overflow:hidden;
    margin-top:-200px;
    position:relative;
    z-index:5
}
@media only screen and (min-width:1200px) and (max-width:1599px){
    .banner-image{
        margin-top:0px
    }
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .col-slider-right{
        width:100%
    }
    .banner-image{
        margin-top:-80px
    }
}
.single-category a{
    display:block;
    background-color:#fff;
    border:1px solid #e5e5e5;
    width:200px;
    height:238px
}
.single-category a img{
    margin:15px auto
}
.single-category a p{
    font-size:16px;
    text-transform:capitalize;
    color:#333;
    font-weight:500;
    -webkit-transition:.3s linear;
    transition:.3s linear;
    margin-top:20px
}
.blog-active .slick-arrow,.brand-active .slick-arrow,.category-active .slick-arrow,.category-active-2 .slick-arrow,.single-product-image-slide .slick-arrow{
    position:absolute;
    top:50%;
    left:-15px;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    z-index:99;
    opacity:0;
    visibility:hidden;
    -webkit-transition:.3s linear;
    transition:.3s linear;
    cursor:pointer
}
.blog-active .slick-arrow i,.blog-gallery .slick-arrow i,.brand-active .slick-arrow i,.category-active .slick-arrow i,.category-active-2 .slick-arrow i,.product-active .slick-arrow i,.product-active-2 .slick-arrow i,.product-active-3 .slick-arrow i,.product-active-4 .slick-arrow i,.single-product-image-slide .slick-arrow i{
    font-size:26px;
    color:#333
}
.blog-active .slick-arrow.next,.brand-active .slick-arrow.next,.category-active .slick-arrow.next,.category-active-2 .slick-arrow.next,.single-product-image-slide .slick-arrow.next{
    left:auto;
    right:-15px
}
.blog-active:hover .slick-arrow,.brand-active:hover .slick-arrow,.category-active-2:hover .slick-arrow,.category-active:hover .slick-arrow,.product-active-2:hover .slick-arrow,.product-active-3:hover .slick-arrow,.product-active-4:hover .slick-arrow,.product-active:hover .slick-arrow,.single-product-image-slide:hover .slick-arrow{
    visibility:visible;
    opacity:1
}
.category-active .slick-dots,.category-active-2 .slick-dots,.product-active .slick-dots,.product-active-2 .slick-dots,.product-active-3 .slick-dots,.product-active-4 .slick-dots{
    text-align:center;
    width:100%;
    margin-top:10px
}
.category-active .slick-dots li button,.category-active-2 .slick-dots li button,.product-active .slick-dots li button,.product-active-2 .slick-dots li button,.product-active-3 .slick-dots li button,.product-active-4 .slick-dots li button{
    width:13px;
    height:13px;
    border:0;
    background-color:rgba(51,51,51,.3);
    border-radius:50%;
    font-size:0
}
.blog-single-comment .blog-comments .comments-list .single-comment .comment-content .comment-replay a:hover,.category-active .slick-dots li.slick-active button,.category-active-2 .slick-dots li.slick-active button,.product-active .slick-dots li.slick-active button,.product-active-2 .slick-dots li.slick-active button,.product-active-3 .slick-dots li.slick-active button,.product-active-4 .slick-dots li.slick-active button{
    background-color:#e52e06
}
.product-menu .nav .nav-item a{
    font-size:20px;
    color:#333;
    text-transform:capitalize;
    font-weight:500;
    border-radius:50px;
    line-height:55px;
    padding:0 28px;
    cursor:pointer;
    position:relative;
    -webkit-transition:.3s linear;
    transition:.3s linear;
    z-index:5;
    overflow:hidden;
    border:1px solid #e5e5e5
}
@media only screen and (min-width:768px) and (max-width:991px){
    .slider-3 .slider-active .slick-arrow i{
        font-size:20px
    }
    .slider-3 .slider-active:hover .slick-arrow{
        left:10px
    }
    .col-slider-left{
        display:none
    }
    .col-slider-right{
        width:100%
    }
    .banner-area.banner-bg{
        padding-top:70px
    }
    .banner-image{
        margin-top:30px
    }
    .product-menu .nav .nav-item a{
        line-height:45px;
        font-size:18px
    }
}
@media (max-width:767px){
    .slider-3 .slider-active:hover .slick-arrow.next{
        right:10px
    }
    .col-slider-left{
        display:none
    }
    .col-slider-right{
        width:100%
    }
    .banner-area.banner-bg{
        padding-top:70px
    }
    .banner-image{
        margin-top:30px
    }
    .product-menu .nav .nav-item a{
        line-height:40px;
        font-size:14px;
        padding:0 20px
    }
}
.product-description-area .nav .nav-item a::before,.product-menu .nav .nav-item a::before{
    position:absolute;
    content:"";
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:-1;
    background:-webkit-gradient(linear,left top,right top,from(#bc6eff),to(#65e2ff));
    background:linear-gradient(to right,#bc6eff 0,#65e2ff 100%);
    opacity:0;
    visibility:hidden;
    -webkit-transition:.3s linear;
    transition:.3s linear
}
.product-description-area .nav .nav-item a.active,.product-menu .nav .nav-item a.active{
    color:#fff;
    border-color:transparent
}
.features-banner-wrapper-2,.single-product{
    border:1px solid #e5e5e5
}
.single-product .product-image a .second-image,.single-product-list .product-image a .second-image{
    width:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:2;
    opacity:0;
    visibility:hidden;
    -webkit-transition:.3s linear;
    transition:.3s linear
}
.single-product .product-image .product-meta{
    position:absolute;
    bottom:5px;
    left:0;
    right:0;
    max-width:232px;
    width:100%;
    margin:0 auto;
    background-color:#fff;
    -webkit-box-shadow:0 1px 3px 0 rgba(51,51,51,.2);
    box-shadow:0 1px 3px 0 rgba(51,51,51,.2);
    -webkit-transition:.3s linear;
    transition:.3s linear;
    z-index:99;
    -webkit-transform:scale3d(0,0,0);
    transform:scale3d(0,0,0)
}
.single-product .product-image .member-type,.single-product-list .product-image .member-type{
    position:absolute;
    top:0;
    left:0;
    display:block;
    padding:0 4px;
    text-align:center;
    text-transform:capitalize;
    z-index:4;
    background-color:#ffc107
}
.single-product .product-image .product-meta li{
    display:inline-block;
    width:70%;
    text-align:center;
    border-right:1px solid #e5e5e5;
    margin:0 auto
}
.single-product .product-image .product-meta li a i:last-child,.single-product .product-image .product-meta li:last-child{
    border-right:0;
    width:28%
}
.single-product .product-image .product-meta li a{
    display:block;
    color:#666;
    padding:0;
    border:none;
    line-height:55px;
    height:55px;
    font-size:18px;
    text-align:center;
    text-transform:capitalize;
    -webkit-transition:.3s linear;
    transition:.3s linear;
    width:100%
}
.single-product .product-image .member-type{
    color:#fff;
    width:65px;
    line-height:53px;
    height:53px;
    border-radius:5% 100% 100% 5%;
    font-size:16px;
    font-weight:400;
    text-align:start
}
.single-product .product-content{
    padding:8px 15px;
    background-color:#fff;
    overflow:hidden;
    position:relative;
    -webkit-transition:.3s linear;
    transition:.3s linear
}
.single-product .product-content .product-rating,.single-product-list .product-content .product-rating{
    margin-bottom:15px
}
.single-product .product-content .product-rating li,.single-product-content .review-rating .rating li,.single-product-list .product-content .product-rating li,.special-product-2 .special-product-gallery-2 .products-rating li{
    display:inline-block;
    font-size:12px;
    color:#e1e1e1
}
.compare-table .table tbody tr td .rating li.rating-on,.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .rating li.rating-on,.single-product .product-content .product-rating li.rating-on,.single-product-content .review-rating .rating li.rating-on,.single-product-list .product-content .product-rating li.rating-on,.special-product-2 .special-product-gallery-2 .products-rating li.rating-on{
    color:#f3cd1e
}
.single-product .product-content .product-title a{
    font-size:14px;
    text-transform:capitalize;
    color:#333;
    -webkit-transition:.3s linear;
    transition:.3s linear;
    font-weight:400
}
.single-product .product-content .product-price .regular-price,.single-product-content .product-price .price-sale,.single-product-list .product-content .product-price .regular-price{
    color:#888;
    font-weight:500;
    text-decoration:line-through;
    margin-right:8px;
    font-size:14px
}
.single-product .product-content .product-price .price-sale,.single-product-content .product-price .regular-price,.single-product-list .product-content .product-price .price-sale{
    font-size:20px;
    font-weight:500;
    color:#e52e06;
    margin-right:8px
}
.single-product-gallery-image .single-product-image-gallery,.single-product-image .single-product-image,.single-product.product-list .product-content,.single-product.product-list .product-image{
    width:50%
}
@media (max-width:767px){
    .single-product .product-image .member-type{
        width:65px;
        height:43px;
        line-height:43px
    }
    .single-product .product-content{
        padding:10px 15px 30px
    }
    .single-product.product-list .product-content,.single-product.product-list .product-image{
        width:100%
    }
}
.single-product:hover,.special-products-gallery .products-gallery-thumb .products-thumb li:hover{
    border-color:rgba(51,51,51,.4)
}
.single-product:hover .product-image .product-meta{
    -webkit-transform:scale3d(1,1,1);
    transform:scale3d(1,1,1)
}
.single-product-list .product-image .member-type{
    color:#fff;
    width:65px;
    line-height:40px;
    height:39px;
    font-size:16px;
    font-weight:400;
    text-align:start
}
.single-product-list .product-content .Cat-of,.single-product-list .product-content .availability{
    font-size:13px;
    color:#868686;
    line-height:1;
    display:block;
    margin-bottom:15px;
    text-transform:capitalize;
    font-weight:400
}
.single-product-list .product-content{
    padding:0 15px;
    background-color:#fff;
    overflow:hidden;
    position:relative;
    -webkit-transition:.3s linear;
    transition:.3s linear
}
.single-product-list .product-content .product-title a{
    margin-bottom:15px;
    font-size:20px;
    text-transform:capitalize;
    color:#333;
    -webkit-transition:.3s linear;
    transition:.3s linear;
    font-weight:400
}
.single-product-list .product-content .availability{
    margin-top:10px
}
.single-product-list .product-content .availability strong{
    font-weight:400;
    color:#e52e06
}
.cart-coupon .coupon-form button,.product-rating-content .rating-form .rating-star,.single-blog-post .blog-post-content .blog-meta,.single-product-content .product-basic-info,.single-product-content .product-price,.single-product-list .product-content p{
    margin-top:15px
}
.single-product-list .product-content .product-meta{
    max-width:286px;
    width:100%;
    background-color:#fff;
    -webkit-box-shadow:0 1px 3px 0 rgb(51 51 51 / 20%);
    box-shadow:0 1px 3px 0 rgb(51 51 51 / 20%);
    -webkit-transition:.3s linear;
    transition:.3s linear;
    z-index:99;
    margin-top:25px;
    border-radius:7px;
    text-align:center
}
.single-product-list .product-content .product-meta li{
    display:inline-block;
    width:23%;
    text-align:center;
    border-right:1px solid #e5e5e5;
    margin:0 auto
}
.single-product-list .product-content .product-meta li:last-child{
    border-right:0
}
.single-product-list .product-content .product-meta li a{
    display:block;
    color:#666;
    padding:0;
    border:none;
    line-height:55px;
    height:55px;
    font-size:28px;
    text-align:center;
    text-transform:capitalize;
    -webkit-transition:.3s linear;
    transition:.3s linear;
    width:100%
}
.product-col1{
    width:20.6%;
    padding:0 15px
}
@media only screen and (min-width:1200px) and (max-width:1599px){
    .product-col1{
        width:27.5%
    }
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .product-col1{
        width:35%
    }
}
@media only screen and (min-width:768px) and (max-width:991px){
    .product-col1{
        width:50%
    }
}
@media (max-width:767px){
    .single-product-list .product-image .member-type{
        width:43px;
        height:43px;
        line-height:43px
    }
    .single-product-list .product-content .product-title a{
        font-size:16px
    }
    .product-col1{
        width:100%
    }
}
.product-col2{
    width:calc(100% - 20.6%);
    padding:0 15px
}
@media only screen and (min-width:1200px) and (max-width:1599px){
    .product-col2{
        width:calc(100% - 27.5%)
    }
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .product-col2{
        width:calc(100% - 35%)
    }
}
@media only screen and (min-width:768px) and (max-width:991px){
    .product-col2{
        width:calc(100% - 50%)
    }
}
@media (max-width:767px){
    .product-col2{
        width:calc(100% - 0%)
    }
}
.product-active .slick-arrow,.product-active-2 .slick-arrow,.product-active-3 .slick-arrow,.product-active-4 .slick-arrow{
    position:absolute;
    top:50%;
    left:-5px;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    z-index:99;
    opacity:0;
    visibility:hidden;
    -webkit-transition:.3s linear;
    transition:.3s linear;
    cursor:pointer
}
.product-active .slick-arrow.next,.product-active-2 .slick-arrow.next,.product-active-3 .slick-arrow.next,.product-active-4 .slick-arrow.next{
    left:auto;
    right:-5px
}
@media only screen and (min-width:1200px) and (max-width:1599px),only screen and (min-width:992px) and (max-width:1199px){
    .category-active .slick-arrow,.category-active-2 .slick-arrow,.product-active .slick-arrow,.product-active-2 .slick-arrow,.product-active-3 .slick-arrow,.product-active-4 .slick-arrow{
        left:10px
    }
    .category-active .slick-arrow.next,.category-active-2 .slick-arrow.next,.product-active .slick-arrow.next,.product-active-2 .slick-arrow.next,.product-active-3 .slick-arrow.next,.product-active-4 .slick-arrow.next{
        right:10px
    }
}
.special-products-area{
    background:-webkit-gradient(linear,left top,right top,from(#1f8bd8),to(#64b5f6));
    background:linear-gradient(to right,#1f8bd8 0,#64b5f6 100%)
}
.special-products-gallery{
    display:inline-block;
    width:100%;
    padding:15px 15px 15px 60px;
    background-color:#fff;
    max-height:596px;
    height:100%
}
.special-products-gallery .products-gallery-thumb .products-thumb{
    width:105px;
    padding:11px 0;
    margin-right:10px
}
@media only screen and (min-width:1200px) and (max-width:1599px){
    .special-products-gallery{
        padding-left:15px
    }
    .special-products-gallery .products-gallery-thumb .products-thumb{
        width:95px
    }
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .special-products-gallery{
        padding-left:15px
    }
    .special-products-gallery .products-gallery-thumb .products-thumb{
        width:90px
    }
}
@media (max-width:767px){
    .special-products-gallery{
        padding-left:15px;
        max-height:inherit;
        height:auto
    }
    .special-products-gallery .products-gallery-thumb .products-thumb{
        width:50px
    }
}
.special-products-gallery .products-gallery-thumb .products-thumb li{
    display:block;
    border:1px solid #e5e5e5;
    margin:15px 0;
    -webkit-transition:.3s linear;
    transition:.3s linear;
    cursor:pointer
}
.special-products-gallery .products-gallery-image{
    width:72%
}
.special-products-countdown{
    padding:30px;
    background-color:#fff;
    height:100%;
    max-height:596px;
    display:-moz-flex;
    display:-ms-flex;
    display:-o-flex;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.special-products-countdown .special-title{
    font-size:24px;
    color:#333;
    font-weight:500;
    padding-bottom:20px;
    position:relative
}
.special-products-countdown .special-title::before{
    content:"";
    width:92px;
    height:2px;
    background:#333;
    position:absolute;
    bottom:0;
    left:0;
    text-align:center
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .special-products-gallery .products-gallery-thumb .products-thumb li{
        margin:5px 0
    }
    .special-products-gallery .products-gallery-image{
        width:77%
    }
    .special-products-countdown .special-title{
        font-size:20px
    }
}
.special-products-countdown .products-title a{
    margin-top:50px;
    color:#333;
    font-size:60px;
    font-weight:400
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .special-products-countdown .products-title a{
        font-size:40px;
        margin-top:30px
    }
    .special-products-countdown .products-rating{
        margin-top:30px
    }
}
.special-products-countdown .products-rating li{
    display:inline-block;
    font-size:12px;
    color:#f3cd1e
}
.checkout-checkbox ul,.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-wishlist-compare,.single-product-content .product-wishlist-compare,.special-product-2 .special-product-countdown-2 .countdown-time,.special-products-countdown .countdown-time{
    padding-top:15px
}
.special-products-countdown .countdown-time .single-countdown{
    display:inline-block;
    text-align:center;
    position:relative;
    margin-top:15px
}
.special-products-countdown .countdown-time .single-countdown .countdown-amount{
    display:inline-block;
    font-size:28px;
    line-height:70px;
    width:70px;
    height:70px;
    border:1px solid #999;
    color:#999;
    font-weight:400;
    position:relative;
    border-radius:100%
}
@media only screen and (min-width:1200px) and (max-width:1599px){
    .special-products-gallery .products-gallery-thumb .products-thumb li{
        margin:5px 0
    }
    .special-products-countdown .special-title{
        font-size:20px
    }
    .special-products-countdown .products-title a{
        font-size:40px;
        margin-top:30px
    }
    .special-products-countdown .products-rating{
        margin-top:30px
    }
    .special-products-countdown .countdown-time{
        padding-top:5px
    }
    .special-products-countdown .countdown-time .single-countdown .countdown-amount{
        font-size:20px;
        width:60px;
        height:60px;
        line-height:60px
    }
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .special-products-countdown .countdown-time{
        padding-top:5px
    }
    .special-products-countdown .countdown-time .single-countdown .countdown-amount{
        font-size:16px;
        width:45px;
        height:45px;
        line-height:45px
    }
}
.special-products-countdown .countdown-time .single-countdown .countdown-period{
    font-size:14px;
    line-height:34px;
    color:#999;
    text-transform:uppercase;
    padding:0 10px;
    margin-left:-8px;
    background:#fff;
    position:relative;
    display:inline-block;
    z-index:1;
    vertical-align:4px
}
.shop-sidebar-widget .color-list,.shop-sidebar-widget .price-range,.shop-sidebar-widget .size-list,.special-products-countdown .product-price-and-cart{
    margin-top:40px
}
.special-product-2 .special-product-gallery-2 .product-price-and-cart .product-price .price-sale,.special-products-countdown .product-price-and-cart .product-price .price-sale{
    font-size:26px;
    color:#e52e06;
    font-weight:500
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .special-products-countdown .product-price-and-cart .product-price .price-sale{
        font-size:22px
    }
    .special-products-countdown .product-price-and-cart .product-cart .main-btn{
        height:50px;
        line-height:50px;
        padding:0 25px
    }
}
.special-product-2 .special-product-gallery-2 .product-price-and-cart .product-price .regular-price,.special-products-countdown .product-price-and-cart .product-price .regular-price{
    color:#888;
    font-weight:500;
    text-decoration:line-through;
    margin-left:20px;
    font-size:14px
}
.special-products-countdown .product-price-and-cart .product-cart{
    margin-left:30px;
    in-left:30px
}
@media (max-width:767px){
    .special-products-gallery .products-gallery-thumb .products-thumb li{
        margin:5px 0
    }
    .special-products-gallery .products-gallery-image{
        width:77%
    }
    .special-products-countdown{
        padding:30px 15px;
        max-height:inherit;
        height:auto
    }
    .special-products-countdown .special-title{
        font-size:16px
    }
    .special-products-countdown .products-title a{
        font-size:30px;
        margin-top:30px
    }
    .special-products-countdown .products-rating{
        margin-top:30px
    }
    .special-products-countdown .countdown-time .single-countdown .countdown-amount{
        font-size:16px;
        width:50px;
        height:50px;
        line-height:50px
    }
    .special-products-countdown .product-price-and-cart .product-price .price-sale{
        font-size:20px
    }
    .special-products-countdown .product-price-and-cart .product-cart{
        margin-left:0;
        margin-top:20px
    }
    .special-products-countdown .product-price-and-cart .product-cart .main-btn{
        height:50px;
        line-height:50px;
        padding:0 25px
    }
}
.special-products-active .slick-dots,.testimonial-active .slick-dots{
    text-align:center;
    margin-top:30px
}
.special-products-active .slick-dots li button,.testimonial-active .slick-dots li button{
    border:0;
    width:13px;
    height:13px;
    border-radius:50%;
    background-color:rgba(255,255,255,.7);
    font-size:0;
    cursor:pointer
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-size-color .product-color .color-input .single-color.color-1 input[type=radio]+label,.shop-sidebar-widget .color-list li a span.color-white,.single-product-content .product-color .color-input .single-color.color-1 input[type=radio]+label,.special-products-active .slick-dots li.slick-active button,.testimonial-active .slick-dots li.slick-active button{
    background-color:#fff
}
.special-product-2 .special-product-countdown-2{
    background:-webkit-gradient(linear,left top,right top,from(#bc6eff),to(#65e2ff));
    background:linear-gradient(to right,#bc6eff 0,#65e2ff 100%);
    padding:25px 40px
}
@media only screen and (min-width:1200px) and (max-width:1599px){
    .special-product-2 .special-product-countdown-2{
        padding:30px 15px
    }
    .special-product-2 .special-product-countdown-2 .countdown-time{
        padding-top:5px
    }
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .special-product-2 .special-product-countdown-2{
        padding:30px
    }
    .special-product-2 .special-product-countdown-2 .countdown-time{
        padding-top:5px
    }
}
@media (max-width:767px){
    .special-product-2 .special-product-countdown-2{
        padding:20px
    }
}
.special-product-2 .special-product-countdown-2 .special-title{
    font-size:24px;
    color:#fff;
    text-transform:uppercase;
    font-weight:500;
    display:inline-block
}
@media (max-width:767px){
    .special-product-2 .special-product-countdown-2 .special-title{
        font-size:20px
    }
}
.special-product-2 .special-product-countdown-2 .countdown-time .single-countdown{
    display:inline-block;
    text-align:center;
    position:relative;
    margin-top:15px;
    margin-right:10px
}
.special-product-2 .special-product-countdown-2 .countdown-time .single-countdown .countdown-amount{
    display:inline-block;
    font-size:20px;
    line-height:52px;
    width:49px;
    height:52px;
    color:#fff;
    font-weight:400;
    position:relative;
    background-image:url(../images/bg-cound.png);
    background-size:100% 100%;
    background-repeat:no-repeat;
    background-position:center center
}
.special-product-2 .special-product-countdown-2 .countdown-time .single-countdown .countdown-period{
    font-size:14px;
    line-height:34px;
    color:#fff;
    text-transform:uppercase;
    padding:0 10px;
    margin-left:-15px;
    position:relative;
    display:inline-block;
    z-index:1;
    vertical-align:2px
}
.special-product-2 .special-product-gallery-2{
    border:2px solid #e5e5e5;
    padding:0 20px 40px
}
.single-product-image .product-single-thumb-image .product-single-thumb li,.single-product-image .product-single-thumb-image .product-single-thumb-tab li,.special-product-2 .special-product-gallery-2 .product-gallery-thumb-2 .product-thumb-2 li{
    margin:0 10px;
    border:1px solid #e5e5e5;
    -webkit-transition:.3s linear;
    transition:.3s linear;
    cursor:pointer
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .special-product-2 .special-product-gallery-2 .product-gallery-thumb-2 .product-thumb-2 li{
        margin:0 5px
    }
}
@media (max-width:767px){
    .special-product-2 .special-product-gallery-2 .product-gallery-thumb-2 .product-thumb-2 li{
        margin:0 5px
    }
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-image .quick-view-thumb li.slick-current,.single-product-image .product-single-thumb-image .product-single-thumb li.slick-current,.single-product-image .product-single-thumb-image .product-single-thumb-tab li.slick-current,.special-product-2 .special-product-gallery-2 .product-gallery-thumb-2 .product-thumb-2 li.slick-current{
    border-color:rgba(51,51,51,.3)
}
.special-product-2 .special-product-gallery-2 .product-title a{
    font-size:40px;
    font-weight:400;
    color:#000;
    margin-top:12px
}
@media only screen and (min-width:1200px) and (max-width:1599px){
    .special-product-2 .special-product-countdown-2 .countdown-time .single-countdown{
        margin-right:0
    }
    .special-product-2 .special-product-countdown-2 .countdown-time .single-countdown .countdown-amount{
        width:37px;
        height:40px;
        line-height:40px;
        font-size:16px
    }
    .special-product-2 .special-product-countdown-2 .countdown-time .single-countdown .countdown-period{
        font-size:13px
    }
    .special-product-2 .special-product-gallery-2 .product-title a{
        font-size:30px
    }
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .special-product-2 .special-product-gallery-2 .product-title a{
        font-size:26px
    }
    .special-product-2 .special-product-gallery-2 .product-price-and-cart{
        display:block!important
    }
}
@media (max-width:767px){
    .special-product-2 .special-product-gallery-2 .product-title a{
        font-size:24px
    }
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .special-product-2 .special-product-gallery-2 .product-price-and-cart .product-price .price-sale{
        font-size:22px
    }
    .special-product-2 .special-product-gallery-2 .product-price-and-cart .product-cart{
        margin-left:0;
        margin-top:20px
    }
}
@media (max-width:767px){
    .special-product-2 .special-product-gallery-2 .product-price-and-cart .product-price .price-sale{
        font-size:20px
    }
    .special-product-2 .special-product-gallery-2 .product-price-and-cart .product-cart{
        margin-left:0;
        margin-top:20px
    }
}
.special-product-2 .special-product-gallery-2 .product-price-and-cart .product-cart .main-btn{
    height:50px;
    line-height:50px;
    padding:0 35px;
    letter-spacing:1px
}
.shopping-cart-table .table tbody tr td .product-delete,.single-brand,.single-product-image .product-single-image .single-image,.single-product-image .product-single-image-tab .single-image{
    text-align:center
}
.features-banner-wrapper{
    padding:20px 0 35px;
    border:1px solid #e5e5e5
}
.features-banner-wrapper .single-features-banner,.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-wishlist-compare ul li+li,.single-product-content .product-wishlist-compare ul li+li{
    border-left:1px solid #e5e5e5
}
.features-banner-wrapper .single-features-banner:first-child{
    border-left:0
}
.features-banner-wrapper-2 .single-features-banner{
    border-bottom:1px solid #e5e5e5
}
.single-features-banner{
    width:20%;
    padding:0 29px;
    margin-top:15px
}
@media only screen and (min-width:768px) and (max-width:991px){
    .special-products-countdown,.special-products-gallery{
        max-height:inherit;
        height:auto
    }
    .features-banner-wrapper-2{
        display:-moz-flex;
        display:-ms-flex;
        display:-o-flex;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap
    }
    .single-features-banner{
        width:50%;
        margin-left:-1px
    }
}
@media (max-width:767px){
    .features-banner-wrapper{
        padding:10px 0 25px
    }
    .single-features-banner{
        width:100%;
        margin-left:-1px
    }
}
.single-features-banner .banner-icon{
    height:auto
}
@media only screen and (min-width:1200px) and (max-width:1599px){
    .features-banner-wrapper{
        padding:10px 0 25px
    }
    .single-features-banner{
        padding:0 20px
    }
    .single-features-banner .banner-icon{
        width:39px
    }
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .single-features-banner{
        padding:0 15px
    }
    .single-features-banner .banner-icon{
        width:34px
    }
    .single-features-banner .banner-content{
        padding-left:10px
    }
}
.single-features-banner .banner-content .banner-title{
    color:#333;
    font-size:18px;
    font-weight:500;
    line-height:28px
}
@media only screen and (min-width:1200px) and (max-width:1599px){
    .single-features-banner .banner-content .banner-title{
        font-size:16px
    }
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .single-features-banner .banner-content .banner-title{
        font-size:13px
    }
}
.single-features-banner .banner-content p{
    color:#666;
    font-size:16px;
    line-height:28px
}
@media only screen and (min-width:1200px) and (max-width:1599px){
    .single-features-banner .banner-content p{
        font-size:14px;
        line-height:24px
    }
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .single-features-banner .banner-content p{
        font-size:12px;
        line-height:18px
    }
}
.single-features-banner.features-banner-2{
    width:100%;
    padding:36px 20px;
    margin-top:0
}
@media only screen and (min-width:1200px) and (max-width:1599px){
    .single-features-banner.features-banner-2{
        padding:10px
    }
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .single-features-banner.features-banner-2{
        padding:21px 5px
    }
    .single-features-banner.features-banner-2 .banner-icon{
        width:30px
    }
}
@media (max-width:767px){
    .single-features-banner .banner-icon{
        width:39px
    }
    .single-features-banner .banner-content .banner-title{
        font-size:15px
    }
    .single-features-banner .banner-content p{
        font-size:13px;
        line-height:18px
    }
    .single-features-banner.features-banner-2{
        padding:20px 15px
    }
}
.compare-table .table tbody tr td .description p,.product-rating-content .average-rating .rating-overall span,.single-features-banner.features-banner-2 .banner-content p{
    font-size:14px
}
.single-blog .blag-image{
    overflow:hidden;
    position:relative
}
.single-blog .blag-image .meta-date{
    width:60px;
    height:60px;
    text-align:center;
    background:#000;
    color:#fff;
    padding:10px 0;
    position:absolute;
    top:10px;
    left:10px
}
.single-blog .blag-image .meta-date .day{
    display:block;
    font-size:28px
}
.single-blog .blag-image .meta-date .month{
    font-size:11px;
    text-transform:uppercase;
    font-weight:500;
    letter-spacing:.2em
}
.single-blog .blag-content .blog-title a{
    font-size:18px;
    font-weight:500;
    line-height:1;
    color:#333;
    text-transform:capitalize;
    position:relative;
    display:block;
    margin-top:30px;
    -webkit-transition:.3s linear;
    transition:.3s linear
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .single-features-banner.features-banner-2 .banner-content .banner-title{
        font-size:14px
    }
    .single-features-banner.features-banner-2 .banner-content p{
        font-size:12px
    }
    .single-blog .blag-content .blog-title a{
        font-size:16px
    }
}
@media (max-width:767px){
    .single-blog .blag-content .blog-title a{
        font-size:16px
    }
}
.single-blog .blag-content p{
    font-size:16px;
    font-weight:300;
    color:#666;
    display:inline-block;
    width:100%;
    margin-top:25px
}
.single-testimonial .testimonial-content{
    padding-left:65px;
    text-align:left
}
@media (max-width:767px){
    .single-testimonial .testimonial-content{
        padding-left:0;
        padding-top:30px
    }
}
.single-testimonial .testimonial-content p{
    font-weight:400;
    font-size:18px;
    line-height:28px;
    color:#fff
}
.single-testimonial .testimonial-content .author-name{
    position:relative;
    font-size:24px;
    font-weight:500;
    line-height:1;
    color:#fff;
    display:block;
    text-transform:capitalize;
    margin-top:20px
}
.single-testimonial .testimonial-content .designation{
    font-weight:400;
    font-size:15px;
    line-height:1;
    color:#fff;
    margin-top:10px
}
.newsletter-content .newsletter-title{
    font-size:24px;
    color:#f1f1f1;
    font-weight:500;
    text-transform:uppercase
}
@media (max-width:767px){
    .single-testimonial .testimonial-content p{
        font-size:16px
    }
    .single-testimonial .testimonial-content .author-name{
        font-size:20px
    }
    .single-testimonial .testimonial-content .designation{
        font-size:14px
    }
    .newsletter-area{
        background-position:right center;
        padding:70px 0
    }
    .newsletter-content .newsletter-title{
        font-size:18px
    }
}
.newsletter-content p{
    font-size:16px;
    color:#b7b7b7;
    margin-top:20px
}
@media (max-width:767px){
    .newsletter-content p{
        font-size:14px;
        line-height:24px;
        margin-top:10px
    }
}
.newsletter-content .newsletter-forn{
    margin-top:35px;
    padding-right:170px;
    position:relative
}
@media (max-width:767px){
    .newsletter-content .newsletter-forn{
        padding-right:0
    }
}
.newsletter-content .newsletter-forn input{
    height:60px;
    background:0 0;
    color:#a9a9a9;
    padding:0 10px;
    line-height:32px;
    display:inline-block;
    width:100%;
    font-size:14px;
    border:2px solid #e5e5e5
}
.newsletter-content .newsletter-forn .main-btn{
    position:absolute;
    top:0;
    right:0;
    text-transform:capitalize;
    letter-spacing:0
}
@media (max-width:767px){
    .newsletter-content .newsletter-forn .main-btn{
        position:relative;
        width:100%;
        margin-top:10px
    }
    .footer-link-wrapper .footer-link{
        width:100%
    }
}
.footer-widget .footer-title{
    font-size:14px!important;
    text-transform:uppercase;
    margin-top:0;
    letter-spacing:0;
    position:relative;
    color:#fff;
    font-weight:500;
    letter-spacing:.2em;
    padding-bottom:20px;
    margin-bottom:20px
}
.footer-widget .footer-title::before{
    content:"";
    width:50px;
    height:1px;
    background:#e52e06;
    position:absolute;
    bottom:0;
    left:0;
    text-align:center
}
.footer-contact ul li{
    color:#fff;
    font-size:16px;
    margin-top:22px
}
.footer-contact ul li i,.my-account-menu .account-menu-list li a i{
    margin-right:5px
}
.footer-link-wrapper .footer-link .link li a{
    font-size:16px;
    line-height:36px;
    padding:0;
    text-transform:capitalize;
    color:#fff;
    margin-bottom:0;
    display:block;
    position:relative;
    -webkit-transition:.3s linear;
    transition:.3s linear
}
.footer-link-wrapper .footer-link .link li a:hover{
    padding-left:6px;
    color:#e52e06
}
.footer-copyright{
    padding-top:14px;
    padding-bottom:28px;
    border-top:1px solid rgba(255,255,255,.15)
}
.footer-copyright-payment .copyright-text,.footer-copyright-payment .payment{
    margin-top:14px
}
.footer-copyright-payment .copyright-text p{
    font-size:16px;
    color:#fff
}
.breadcrumb .breadcrumb-item a,.footer-copyright-payment .copyright-text p a{
    color:#fff;
    -webkit-transition:.3s linear;
    transition:.3s linear
}
.about-content-2 h1 .sub-title,.about-content-2 h1 .sub-title .sub-sm{
    line-height:3.5rem;
    text-transform:uppercase;
    color:#4abfd9;
    letter-spacing:.3px
}
.back-to-top{
    position:fixed;
    bottom:20px;
    right:20px;
    font-size:18px;
    width:40px;
    height:40px;
    line-height:40px;
    border-radius:50%;
    z-index:99;
    text-align:center;
    display:none;
    -webkit-box-shadow:0 0 30px 0 rgba(156,156,156,.25);
    box-shadow:0 0 30px 0 rgba(156,156,156,.25);
    -webkit-transition:.4s linear;
    transition:.4s linear;
    color:#fff;
    background-color:#e52e06
}
.back-to-top:hover{
    color:#e52e06;
    background-color:#fff
}
.modal.fade{
    display:block!important;
    opacity:0;
    visibility:hidden
}
.modal.fade.show{
    display:block!important;
    opacity:1;
    visibility:visible
}
.modal .modal-dialog{
    max-width:1240px
}
@media only screen and (min-width:1200px) and (max-width:1599px){
    .modal .modal-dialog{
        max-width:1024px
    }
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .modal .modal-dialog{
        max-width:960px
    }
}
.modal .modal-dialog .modal-content{
    border-radius:0;
    border:0;
    -webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.2);
    box-shadow:0 1px 3px 0 rgba(0,0,0,.2)
}
.modal .modal-dialog .modal-content .modal-header{
    padding:10px 20px 0;
    margin:0;
    border-bottom:0
}
.modal .modal-dialog .modal-content .modal-body{
    padding:20px 50px 50px
}
@media only screen and (min-width:1200px) and (max-width:1599px){
    .modal .modal-dialog .modal-content .modal-body{
        padding:10px 40px 40px
    }
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .modal .modal-dialog .modal-content .modal-body{
        padding:10px 40px 40px
    }
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-image .quick-view-image .single-view-image img{
    width:100%;
    display:block
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-image .quick-view-thumb li{
    border:1px solid #e5e5e5;
    margin:0 10px;
    -webkit-transition:.3s linear;
    transition:.3s linear;
    cursor:pointer
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-image .quick-view-thumb li .single-thumb img{
    width:100%;
    display:block;
    cursor:pointer
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-title{
    font-size:16px;
    text-transform:capitalize;
    color:#333;
    font-weight:500
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .reference{
    font-size:13px;
    color:#a9a9a9;
    padding-top:25px
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .rating,.shop-header .shop-header-left .shop-header-message,.shop-header .shop-header-right .shop-header-select,.sidebar-widget .blog-sidebar-post,.single-product-content .review-rating .rating,.single-product-content .review-rating .review-link{
    padding-top:10px
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .rating li{
    display:inline-block;
    font-size:13px;
    color:#666
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-prices{
    display:-moz-flex;
    display:-ms-flex;
    display:-o-flex;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    padding-top:25px
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-prices .sale-price{
    color:#666;
    font-size:16px;
    font-weight:400;
    margin-right:15px
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-prices .regular-price{
    color:#e52e06;
    font-size:16px;
    font-weight:500;
    margin-right:15px
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-prices .save{
    font-weight:400;
    font-size:13px;
    background-color:#333;
    height:25px;
    line-height:25px;
    padding:0 10px;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    color:#fff
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-description,.single-blog-post.blog-grid-post .blog-post-content,.single-product-content p{
    padding-top:25px
}
.blog-single-posts .blog-single-tags-share .blog-single-share .title,.blog-single-posts .blog-single-tags-share .blog-single-tags .title,.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-size-color .title,.single-product-content .product-size-color-quantity .title{
    font-size:14px;
    font-weight:500;
    color:#333
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-size-color .product-size,.single-product-content .product-size{
    position:relative;
    display:inline-block;
    margin-top:25px;
    margin-right:30px
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-size-color .product-size select,.single-product-content .product-size select{
    width:61px;
    padding:0 10px;
    border:1px solid #e5e5e5;
    height:40px;
    margin-top:10px
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-size-color .product-color,.single-product-content .product-color{
    margin-top:25px;
    margin-right:30px
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-size-color .product-color .color-input,.single-product-content .product-color .color-input{
    display:-moz-flex;
    display:-ms-flex;
    display:-o-flex;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    margin-top:10px
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-size-color .product-color .color-input .single-color input[type=radio]+label,.single-product-content .product-color .color-input .single-color input[type=radio]+label{
    width:20px;
    height:20px;
    border:0;
    cursor:pointer;
    position:relative;
    display:inline-block;
    margin:0 10px -4px 0;
    -webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.2);
    box-shadow:0 1px 3px 0 rgba(0,0,0,.2)
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-size-color .product-color .color-input .single-color input[type=radio]+label::before,.single-product-content .product-color .color-input .single-color input[type=radio]+label::before{
    position:absolute;
    content:"";
    top:0;
    left:0;
    width:100%;
    height:100%;
    -webkit-transition:.4s linear;
    transition:.4s linear;
    border:2px solid transparent
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-size-color .product-color .color-input .single-color.color-1 input[type=radio]:checked+label::before,.single-product-content .product-color .color-input .single-color.color-1 input[type=radio]:checked+label::before{
    border-color:#333
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-size-color .product-color .color-input .single-color.color-2 input[type=radio]+label{
    background-color:#434a54
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-size-color .product-color .color-input .single-color.color-2 input[type=radio]:checked+label::before,.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-size-color .product-color .color-input .single-color.color-3 input[type=radio]:checked+label::before,.single-product-content .product-color .color-input .single-color.color-2 input[type=radio]:checked+label::before,.single-product-content .product-color .color-input .single-color.color-3 input[type=radio]:checked+label::before{
    border-color:#fff
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-size-color .product-color .color-input .single-color.color-3 input[type=radio]+label,.single-product-content .product-color .color-input .single-color.color-3 input[type=radio]+label{
    background-color:#333
}
.about-content p,.about-items p,.blog-single-posts .blog-single-content,.contact-info .text,.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-size-color .product-quantity,.product-rating-content .rating-items .single-rating-item{
    margin-top:25px
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-size-color .product-quantity .quantity input,.shopping-cart-table .table tbody tr td .product-quantity .quantity input,.single-product-content .quantity input{
    width:60px;
    height:40px;
    border:1px solid #e5e5e5;
    padding:0 10px;
    text-align:center
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-size-color .product-quantity .quantity button,.shopping-cart-table .table tbody tr td .product-quantity .quantity button,.single-product-content .quantity button{
    width:40px;
    height:40px;
    background-color:transparent;
    border:1px solid #e5e5e5
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-add-cart button{
    position:relative;
    padding:0;
    color:#fff;
    line-height:60px;
    height:60px;
    font-size:16px;
    font-weight:500;
    border:0;
    width:100%;
    border-radius:0;
    -webkit-box-shadow:none;
    box-shadow:none;
    text-transform:uppercase;
    letter-spacing:.2em;
    background:-webkit-gradient(linear,left top,right top,from(#bc6eff),color-stop(50%,#65e2ff),to(#bc6eff));
    background:linear-gradient(to right,#bc6eff 0,#65e2ff 50%,#bc6eff 100%);
    background-size:200%;
    background-position:left center;
    -webkit-transition:.3s linear;
    transition:.3s linear
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-add-cart button i,.single-product-content .addcart a i,.single-product-content .addcart button i{
    font-size:28px;
    line-height:60px
}
@media only screen and (min-width:768px) and (max-width:991px){
    .single-features-banner.features-banner-2{
        width:50%;
        padding:20px 15px
    }
    .newsletter-area{
        background-position:right center
    }
    .footer-link-wrapper .footer-link .link li a:hover{
        padding-left:0
    }
    .modal .modal-dialog{
        max-width:720px
    }
    .modal .modal-dialog .modal-content .modal-body{
        padding:1px 30px 30px
    }
    .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-title{
        font-size:24px
    }
    .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-prices,.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .reference{
        padding-top:15px
    }
    .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-prices .sale-price{
        font-size:22px
    }
    .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-prices .regular-price{
        font-size:26px
    }
    .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-description{
        padding-top:15px;
        font-size:14px
    }
    .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-size-color .product-color,.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-size-color .product-size{
        margin-right:15px
    }
    .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-add-cart button{
        height:50px;
        line-height:50px
    }
    .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-add-cart button i{
        line-height:50px;
        font-size:24px
    }
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-add-cart button:hover,.single-product-content .addcart a:hover,.single-product-content .addcart button:hover{
    background-position:right center
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-wishlist-compare ul li{
    width:50%;
    margin-top:15px
}
@media (max-width:767px){
    .modal .modal-dialog{
        margin:30px auto;
        max-width:85%
    }
    .modal .modal-dialog .modal-content .modal-body{
        padding:1px 20px 20px
    }
    .modal .modal-dialog .modal-content .modal-body .product-quick-view-image .quick-view-thumb li{
        margin:0 5px
    }
    .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-title{
        font-size:20px
    }
    .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-prices,.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .reference{
        padding-top:15px
    }
    .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-prices .sale-price{
        font-size:18px
    }
    .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-prices .regular-price{
        font-size:22px
    }
    .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-description{
        padding-top:15px;
        font-size:14px
    }
    .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-add-cart button{
        height:50px;
        line-height:50px
    }
    .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-add-cart button i{
        line-height:50px;
        font-size:24px
    }
    .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-wishlist-compare ul li{
        width:100%
    }
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-wishlist-compare ul li a,.single-product-content .product-wishlist-compare ul li a{
    line-height:0;
    border:none;
    color:#333;
    display:inline-block;
    font-size:14px;
    background:0 0;
    cursor:pointer;
    font-weight:500;
    text-transform:uppercase
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-wishlist-compare ul li a i,.single-product-content .product-wishlist-compare ul li a i{
    margin-right:5px;
    font-size:22px;
    color:#666
}
@media (max-width:767px){
    .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-wishlist-compare ul li a{
        font-size:13px
    }
    .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-wishlist-compare ul li a i{
        font-size:18px
    }
    .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-wishlist-compare ul li+li{
        border-left:0
    }
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-wishlist-compare ul li+li a,.single-product-content .product-wishlist-compare ul li+li a{
    padding-left:30px
}
@media only screen and (min-width:768px) and (max-width:991px){
    .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-wishlist-compare ul li a{
        font-size:13px
    }
    .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-wishlist-compare ul li a i{
        font-size:18px
    }
    .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-wishlist-compare ul li+li a{
        padding-left:15px
    }
}
@media (max-width:767px){
    .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-wishlist-compare ul li+li a{
        padding-left:0
    }
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-share p{
    font-size:14px;
    color:#333;
    font-weight:500
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-share .social li,.single-product-content .product-share .social li{
    display:inline-block;
    margin-left:10px
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-share .social li a,.single-product-content .product-share .social li a{
    color:#b4b4b4;
    font-size:14px;
    padding:0;
    -webkit-transition:.3s linear;
    transition:.3s linear
}
.breadcrumb-area{
    padding:30px 0 0
}
.breadcrumb{
    margin-bottom:0;
    border-radius:0;
    padding:0;
    background:0 0
}
.breadcrumb .breadcrumb-item{
    font-size:16px;
    font-weight:400;
    color:#333
}
@media (max-width:767px){
    .breadcrumb .breadcrumb-item{
        font-size:13px
    }
}
.breadcrumb .breadcrumb-item+.breadcrumb-item,.single-product-content .reassurance-block .single-reassurance .reassurance{
    padding-left:10px
}
.breadcrumb .breadcrumb-item+.breadcrumb-item::before{
    content:"";
    font-family:"Font Awesome 5 Pro";
    font-size:15px;
    padding-right:10px
}
@media (max-width:767px){
    .breadcrumb .breadcrumb-item+.breadcrumb-item::before{
        font-size:13px
    }
}
.about-content .title{
    font-size:40px;
    font-weight:500;
    color:#333;
    text-transform:uppercase
}
.about-content-2 .title-2{
    font-size:40px;
    font-weight:600;
    color:#fff;
    text-transform:uppercase
}
.about-content-2 .title-3{
    font-size:30px;
    font-weight:400;
    color:#fff;
    text-transform:uppercase
}
.about-content-2 h1 .sub-title{
    font-size:1.5rem;
    font-weight:400
}
.about-content-2 h1 .sub-title .sub-sm{
    font-size:1rem
}
.about-content-2 p{
    font-size:16px;
    letter-spacing:.3px;
    color:#262727
}
.about-content-2 h6,.about-content-2 h6 span{
    line-height:3.5rem;
    text-transform:uppercase;
    font-weight:800;
    letter-spacing:.3px;
    color:#4abfd9
}
.about-content-2 h6{
    font-size:1rem
}
.about-content-2 h6 span{
    font-size:2rem
}
.about-items .title{
    font-size:24px;
    font-weight:500;
    color:#333;
    text-transform:capitalize
}
.shop-sidebar .shop-sidebar-title{
    font-size:16px;
    font-weight:500;
    color:#000;
    position:relative;
    padding-bottom:15px;
    text-transform:uppercase;
    letter-spacing:2px
}
.cart-coupon .title::before,.contact-info .title::before,.shop-sidebar .shop-sidebar-title::before,.sidebar-widget .sidebar-title::before{
    position:absolute;
    content:"";
    background-color:#e52e06;
    width:50px;
    height:1px;
    bottom:0;
    left:0
}
.shop-sidebar-widget{
    border:2px solid #e5e5e5;
    padding:15px
}
.shop-sidebar-widget .accordion .card{
    margin:0;
    padding:0;
    border:0;
    border-radius:0
}
.shop-sidebar-widget .accordion .card .card-header{
    padding:0;
    border:0;
    background:0 0
}
.shop-sidebar-widget .accordion .card .card-header a,.shop-sidebar-widget .color-list li a,.shop-sidebar-widget .compositions-list li a,.shop-sidebar-widget .size-list li a{
    font-weight:400;
    color:#666;
    display:block;
    font-size:16px;
    text-transform:capitalize;
    line-height:35px;
    position:relative
}
.shop-sidebar-widget .accordion .card .card-header a::before{
    position:absolute;
    top:0;
    right:0;
    content:"";
    font-family:Ionicons
}
.shop-sidebar-widget .accordion .card .card-body{
    padding:0
}
.shop-sidebar-widget .accordion .card .card-body .category-list li a{
    font-size:16px;
    line-height:35px;
    margin:0;
    padding:0 10px;
    display:block;
    color:#666;
    -webkit-transition:.3s linear;
    transition:.3s linear
}
.shop-sidebar-widget .color-list li a span{
    -webkit-box-shadow:2px 2px 4px 0 rgba(0,0,0,.2);
    box-shadow:2px 2px 4px 0 rgba(0,0,0,.2);
    width:15px;
    height:15px;
    margin-right:8px
}
.shop-sidebar-widget .color-list li a span.color-gray{
    background-color:#aab2bd
}
.shop-sidebar-widget .color-list li a span.color-Camel{
    background-color:#c19a6b
}
.shop-sidebar-widget .color-list li a span.color-orange{
    background-color:#f39c11
}
.shop-sidebar-widget .price-range input{
    font-size:16px;
    color:#000;
    border:0;
    background:0 0
}
.shop-sidebar-widget .price-range #slider-range{
    width:100%;
    height:4px;
    border:none;
    margin-top:20px;
    background:#ccc
}
.shop-sidebar-widget .price-range #slider-range .ui-slider-handle{
    top:-9px;
    width:20px;
    height:20px;
    border-width:6px;
    background:#fff;
    border-radius:100%;
    -webkit-box-shadow:none;
    box-shadow:none;
    border-color:#e52e06;
    cursor:pointer
}
.shop-header{
    padding:5px 10px 15px;
    background:#f2f2f2;
    margin-top:30px
}
.shop-header .shop-header-left .shop-header-icon{
    padding-top:10px;
    padding-right:10px
}
.shop-header .shop-header-left .shop-header-icon .nav .nav-item a{
    line-height:42px;
    height:42px;
    width:42px;
    margin-right:15px;
    cursor:pointer;
    color:#fff;
    background:#c2c2c2;
    border-radius:100%;
    text-align:center;
    -webkit-transition:.3s linear;
    transition:.3s linear;
    font-size:24px
}
.shop-header .shop-header-left .shop-header-message p,.shop-header .shop-header-right .shop-header-select .select-title{
    line-height:20px;
    font-size:14px;
    padding:5px;
    margin:0;
    float:left;
    color:#666;
    font-weight:400;
    text-transform:capitalize
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-description,.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-prices,.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .reference{
        padding-top:15px
    }
    .shop-sidebar-widget{
        padding:10px 15px
    }
    .shop-sidebar-widget .accordion .card .card-body .category-list li a,.shop-sidebar-widget .accordion .card .card-header a,.shop-sidebar-widget .color-list li a,.shop-sidebar-widget .compositions-list li a,.shop-sidebar-widget .price-range input,.shop-sidebar-widget .size-list li a{
        font-size:14px
    }
    .shop-header .shop-header-left .shop-header-icon{
        padding-right:0
    }
    .shop-header .shop-header-left .shop-header-icon .nav .nav-item a{
        margin-right:10px;
        line-height:37px;
        height:37px;
        width:37px
    }
    .shop-header .shop-header-right .shop-header-select+.shop-header-select{
        margin-left:6px
    }
    .single-product-image .product-single-thumb-image .product-single-thumb li,.single-product-image .product-single-thumb-image .product-single-thumb-tab li{
        margin:0 5px
    }
}
@media only screen and (min-width:768px) and (max-width:991px){
    .shop-header .shop-header-right .shop-header-select+.shop-header-select{
        margin-left:15px
    }
    .shop-header .shop-header-right .shop-header-select .select-title{
        padding:5px 0
    }
    .single-product-image-slide .slick-arrow{
        left:5px;
        opacity:1;
        visibility:visible
    }
}
@media (max-width:767px){
    .about-content .title{
        font-size:24px
    }
    .shop-header .shop-header-left .shop-header-icon{
        padding-right:0
    }
    .shop-header .shop-header-left .shop-header-icon .nav .nav-item a{
        width:37px;
        height:37px;
        line-height:37px;
        font-size:20px
    }
    .shop-header .shop-header-right .shop-header-select+.shop-header-select{
        margin-left:12px
    }
    .shop-header .shop-header-right .shop-header-select .select-title{
        padding:5px 0;
        margin-left:0;
        font-size:13px
    }
}
.shop-header .shop-header-right .shop-header-select select{
    border:0;
    line-height:20px;
    font-size:14px;
    padding:5px;
    margin:0 0 0 10px;
    float:left;
    color:#666;
    font-weight:400;
    text-transform:capitalize
}
@media (max-width:767px){
    .shop-header .shop-header-right .shop-header-select select{
        font-size:13px
    }
}
.single-product-image .product-single-image-tab{
    width:85%
}
@media (max-width:767px){
    .single-product-image .product-single-image-tab{
        width:80%
    }
    .single-product-image .product-single-thumb-image .product-single-thumb li,.single-product-image .product-single-thumb-image .product-single-thumb-tab li{
        margin:0 5px
    }
}
@media only screen and (min-width:576px) and (max-width:767px){
    .allup-title,.newsletter-content .newsletter-title{
        font-size:20px
    }
    .header-search .search-category{
        width:170px
    }
    .header-search .search-category::before{
        right:8px;
        font-size:20px
    }
    .header-search .search-category select{
        width:170px;
        padding:0 38px 0 20px;
        font-size:16px;
        height:45px
    }
    .header-search input{
        padding:10px 60px 10px 180px;
        font-size:16px;
        height:50px
    }
    .header-search button{
        height:50px;
        width:50px;
        line-height:50px;
        font-size:28px
    }
    .header-cart .mini-cart{
        width:345px
    }
    .header-cart .mini-cart .cart-items{
        padding:0 20px
    }
    .header-cart .mini-cart .cart-items li{
        padding:20px 0
    }
    .mobile-off-canvas-menu{
        width:300px
    }
    .single-slider .slider-image img{
        height:auto;
        -o-object-fit:contain;
        object-fit:contain;
        -o-object-position:right center;
        object-position:right center
    }
    .single-slider .slider-content{
        max-width:43%;
        margin-left:auto
    }
    .single-slider .slider-content .sub-title{
        font-size:11px;
        padding-bottom:10px
    }
    .single-slider .slider-content .main-title{
        font-size:20px;
        margin-top:10px;
        line-height:28px;
        letter-spacing:0
    }
    .single-slider .slider-content p{
        font-size:10px;
        line-height:17px;
        margin-top:5px
    }
    .single-slider .slider-content .main-btn{
        margin-top:15px;
        height:40px;
        line-height:40px;
        padding:0 25px;
        font-size:13px
    }
    .slider-3 .slider-content,.special-product-2 .special-product-countdown-2{
        padding:40px
    }
    .slider-3 .slider-content .main-title{
        font-size:44px;
        line-height:50px
    }
    .slider-3 .slider-content .main-title span{
        font-size:26px
    }
    .slider-3 .slider-content p{
        font-size:16px;
        line-height:24px
    }
    .product-menu .nav .nav-item a{
        line-height:45px;
        font-size:16px;
        padding:0 25px
    }
    .footer-link-wrapper .footer-link,.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-wishlist-compare ul li,.single-product.product-list .product-content,.single-product.product-list .product-image{
        width:50%
    }
    .product-col1{
        width:54%
    }
    .product-col2{
        width:calc(100% - 54%)
    }
    .special-products-gallery .products-gallery-thumb .products-thumb{
        width:80px
    }
    .special-product-2 .special-product-gallery-2 .product-price-and-cart .product-cart,.special-products-countdown .product-price-and-cart .product-cart{
        margin-left:30px;
        margin-top:0
    }
    .special-product-2 .special-product-countdown-2 .special-title{
        font-size:24px
    }
    .single-product-image .product-single-thumb-image .product-single-thumb li,.single-product-image .product-single-thumb-image .product-single-thumb-tab li,.special-product-2 .special-product-gallery-2 .product-gallery-thumb-2 .product-thumb-2 li{
        margin:0 10px
    }
    .special-product-2 .special-product-gallery-2 .product-title a{
        font-size:34px
    }
    .features-banner-wrapper-2{
        display:-moz-flex;
        display:-ms-flex;
        display:-o-flex;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap
    }
    .single-features-banner{
        width:50%;
        margin-left:-1px
    }
    .single-features-banner.features-banner-2{
        width:50%;
        padding:20px 5px
    }
    .single-blog .blag-content .blog-title a{
        font-size:18px
    }
    .single-testimonial .testimonial-content{
        padding-left:30px;
        padding-top:0
    }
    .newsletter-content p{
        font-size:16px;
        line-height:27px
    }
    .newsletter-content .newsletter-forn{
        padding-right:170px
    }
    .newsletter-content .newsletter-forn .main-btn{
        position:absolute;
        width:auto;
        margin-top:0
    }
    .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-wishlist-compare ul li+li{
        border-left:1px solid #e5e5e5
    }
    .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-wishlist-compare ul li+li a{
        padding-left:15px
    }
    .breadcrumb .breadcrumb-item{
        font-size:16px
    }
    .breadcrumb .breadcrumb-item+.breadcrumb-item::before{
        font-size:15px
    }
    .shop-header .shop-header-right .shop-header-select .select-title,.shop-header .shop-header-right .shop-header-select select{
        font-size:14px
    }
}
.single-product-image .product-single-thumb-image .product-single-thumb-tab li{
    margin:10px 0
}
.single-product-image .product-single-thumb-image.product-tab-style{
    width:15%
}
.single-product-content .tags{
    padding-bottom:15px
}
.single-product-content .tags .tag-title{
    font-size:16px;
    color:#333;
    font-weight:400
}
.blog-single-posts .blog-single-tags-share .blog-single-tags .tag-list li,.single-product-content .tags .tag-list li{
    display:inline-block;
    margin-left:3px
}
.single-product-content .tags .tag-list li a{
    font-size:16px;
    color:#e52e06
}
.single-product-content .product-title{
    font-size:28px;
    font-weight:500;
    color:#000;
    text-transform:capitalize;
    margin-bottom:10px
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .single-product-content .product-title{
        font-size:24px
    }
}
@media (max-width:767px){
    .single-product-image .product-single-thumb-image.product-tab-style{
        width:20%
    }
    .single-product-image-slide .slick-arrow{
        left:5px;
        opacity:1;
        visibility:visible
    }
    .single-product-image-slide .slick-arrow.next{
        right:5px
    }
    .single-product-content .product-title{
        font-size:20px
    }
}
.single-product-content .review-rating .review-link li{
    display:inline-block;
    margin-left:20px;
    position:relative
}
.single-product-content .review-rating .review-link li+li::before{
    content:"|";
    color:#000;
    position:absolute;
    top:4px;
    left:-12px;
    font-size:13px
}
.blog-single-posts .blog-single-content .blog-meta li a,.single-blog-post .blog-post-content .blog-meta li a,.single-product-content .review-rating .review-link li a{
    font-size:14px;
    color:#666;
    -webkit-transition:.3s linear;
    transition:.3s linear
}
.single-product-content .product-basic-info .single-info{
    margin-top:5px
}
.single-product-content .product-basic-info .single-info .title,.single-product-content .product-details-table .table tbody tr td a,.single-product-content .product-details-table .table tbody tr td.amount{
    font-size:14px;
    color:#333;
    text-transform:capitalize
}
.single-product-content .product-basic-info .single-info .value{
    font-size:14px;
    color:#e52e06
}
.shopping-cart-table .table,.single-product-content .product-details-table .table{
    margin-bottom:0
}
.single-product-content .product-details-table .table tbody tr td{
    padding:10px 15px;
    width:33.33%;
    text-align:center;
    border:1px solid #e5e5e5;
    vertical-align:middle
}
.single-product-content .product-color .color-input .single-color.color-2 input[type=radio]+label{
    background-color:green
}
.single-product-content .quantity{
    margin-right:30px
}
.single-product-content .addcart a,.single-product-content .addcart button{
    position:relative;
    padding:0;
    color:#fff;
    line-height:60px;
    height:60px;
    font-size:16px;
    font-weight:500;
    border:0;
    width:100%;
    border-radius:0;
    -webkit-box-shadow:none;
    box-shadow:none;
    text-transform:uppercase;
    letter-spacing:.2em;
    background:-webkit-gradient(linear,left top,right top,from(#bc6eff),color-stop(50%,#65e2ff),to(#bc6eff));
    background:linear-gradient(to right,#bc6eff 0,#65e2ff 50%,#bc6eff 100%);
    background-size:200%;
    background-position:left center;
    -webkit-transition:.3s linear;
    transition:.3s linear;
    text-align:center
}
.single-product-content .product-wishlist-compare ul li{
    margin-top:15px;
    margin-right:30px
}
@media only screen and (min-width:1600px){
    .special-product-2 .special-product-gallery-2{
        padding:0 40px 40px
    }
    .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-wishlist-compare ul li a,.single-product-content .product-wishlist-compare ul li a{
        letter-spacing:2px
    }
    .product-col{
        max-width:25%
    }
}
@media (max-width:767px){
    .single-product-content .addcart a,.single-product-content .addcart button{
        height:50px;
        line-height:50px
    }
    .single-product-content .addcart a i,.single-product-content .addcart button i{
        line-height:50px;
        font-size:24px
    }
    .single-product-content .product-wishlist-compare ul li{
        margin-right:15px
    }
    .single-product-content .product-wishlist-compare ul li a{
        font-size:13px
    }
    .single-product-content .product-wishlist-compare ul li a i{
        font-size:18px
    }
    .single-product-content .product-wishlist-compare ul li+li{
        border-left:0
    }
}
@media only screen and (min-width:768px) and (max-width:991px){
    .single-product-image-slide .slick-arrow.next{
        right:5px
    }
    .single-product-content .product-color,.single-product-content .product-size{
        margin-right:15px
    }
    .single-product-content .addcart a,.single-product-content .addcart button{
        height:50px;
        line-height:50px
    }
    .single-product-content .addcart a i,.single-product-content .addcart button i{
        line-height:50px;
        font-size:24px
    }
    .single-product-content .product-wishlist-compare ul li a{
        font-size:13px
    }
    .single-product-content .product-wishlist-compare ul li a i{
        font-size:18px
    }
    .single-product-content .product-wishlist-compare ul li+li a{
        padding-left:15px
    }
}
@media (max-width:767px){
    .single-product-content .product-wishlist-compare ul li+li a{
        padding-left:0
    }
}
.single-product-content .product-share p{
    font-size:14px;
    color:#333;
    font-weight:500;
    padding-top:0
}
.single-product-content .reassurance-block{
    border-top:1px solid #e5e5e5;
    margin-top:30px
}
.single-product-content .reassurance-block .single-reassurance .reassurance p{
    font-size:14px;
    color:#666;
    text-transform:capitalize;
    padding-top:0
}
.single-product-content.sticky{
    position:sticky;
    top:85px;
    left:0;
    width:100%
}
.product-description-area .nav::before{
    position:absolute;
    content:"";
    width:100%;
    height:2px;
    background-color:#e5e5e5;
    top:50%;
    left:0;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%)
}
.product-description-area .nav .nav-item a{
    display:inline-block;
    font-size:20px;
    color:#333;
    text-transform:capitalize;
    font-weight:500;
    border-radius:50px;
    line-height:55px;
    padding:0 28px;
    cursor:pointer;
    margin:0 8px;
    position:relative;
    -webkit-transition:.3s linear;
    transition:.3s linear;
    z-index:5;
    overflow:hidden;
    border:1px solid #e5e5e5;
    background-color:#fff
}
@media only screen and (min-width:768px) and (max-width:991px){
    .product-description-area .nav .nav-item a{
        line-height:45px;
        font-size:18px
    }
}
@media (max-width:767px){
    .product-description-area .nav .nav-item a{
        line-height:40px;
        font-size:14px;
        padding:0 20px
    }
}
.product-rating-content .average-rating .rating-overall{
    font-size:28px;
    font-weight:500;
    color:#333
}
.product-rating-content .average-rating p{
    margin-top:5px;
    color:#333
}
.product-rating-content .rating-list{
    padding-top:15px;
    margin-left:-25px;
    margin-right:-25px
}
.product-rating-content .rating-list .single-rating{
    margin-top:10px;
    padding:0 25px
}
.product-rating-content .rating-list .single-rating i{
    font-size:14px;
    color:#f3cd1e
}
.product-rating-content .rating-items .single-rating-item .rating-author .rating-star li span,.product-rating-content .rating-list .single-rating span{
    font-size:14px;
    color:#333;
    margin-left:3px
}
.product-rating-content .rating-items .single-rating-item .rating-author .author-name{
    font-size:16px;
    margin-right:15px
}
.product-rating-content .rating-form .rating-star ul li,.product-rating-content .rating-items .single-rating-item .rating-author .rating-star li{
    display:inline-block;
    font-size:13px;
    color:#f3cd1e
}
.product-rating-content .rating-form .form-title{
    font-weight:500;
    font-size:24px;
    color:#333;
    text-transform:uppercase
}
.product-rating-content .rating-form .rating-star .title{
    font-weight:500;
    color:#333;
    margin-right:10px
}
.account-wrapper,.contact-info,.sidebar-widget{
    border:2px solid #e5e5e5;
    padding:40px 30px
}
.cart-coupon .title,.contact-info .title,.sidebar-widget .sidebar-title{
    font-size:16px;
    font-weight:500;
    color:#000;
    position:relative;
    padding-bottom:15px;
    text-transform:uppercase;
    letter-spacing:3px
}
.sidebar-widget .blog-sidebar-search{
    position:relative;
    margin-top:40px
}
.sidebar-widget .blog-sidebar-search input{
    width:100%;
    height:50px;
    padding:15px;
    font-size:16px;
    border:1px solid #333
}
.sidebar-widget .blog-sidebar-search button{
    position:absolute;
    width:50px;
    height:50px;
    top:0;
    right:0;
    font-size:20px;
    border:0;
    background:0 0
}
.sidebar-widget .blog-sidebar-categories .categories-list li a,.sidebar-widget .worldsindia-sidebar-links .links-list li a{
    font-weight:400;
    color:#666;
    display:block;
    font-size:16px;
    text-transform:capitalize;
    line-height:35px;
    position:relative;
    -webkit-transition:.3s linear;
    transition:.3s linear
}
.sidebar-widget .blog-sidebar-post .single-mini-post .post-thumb img{
    width:90px;
    height:90px;
    -o-object-fit:cover;
    object-fit:cover;
    -o-object-position:center;
    object-position:center
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .sidebar-widget{
        padding:30px 20px
    }
    .sidebar-widget .blog-sidebar-categories .categories-list li a,.sidebar-widget .worldsindia-sidebar-links .links-list li a{
        font-size:14px
    }
    .sidebar-widget .blog-sidebar-post .single-mini-post .post-thumb img{
        width:50px;
        height:50px
    }
    .single-blog-post .blog-post-media img{
        height:380px;
        -o-object-fit:cover;
        object-fit:cover;
        -o-object-position:center;
        object-position:center
    }
}
@media (max-width:767px){
    .sidebar-widget .blog-sidebar-post .single-mini-post .post-thumb img{
        width:70px;
        height:70px
    }
    .single-blog-post .blog-post-content{
        margin-top:15px
    }
}
.sidebar-widget .blog-sidebar-post .single-mini-post .post-content{
    padding-left:20px
}
.sidebar-widget .blog-sidebar-post .single-mini-post .post-content .post-title a{
    text-transform:capitalize;
    font-size:14px;
    color:#333;
    font-weight:500;
    -webkit-transition:.3s linear;
    transition:.3s linear
}
.sidebar-widget .blog-sidebar-post .single-mini-post .post-content .date{
    font-size:13px;
    color:#666;
    text-transform:capitalize
}
.blog-single-posts .blog-single-content p,.sidebar-widget .blog-sidebar-tags{
    padding-top:30px
}
.sidebar-widget .blog-sidebar-tags .tag-list{
    margin-left:-4px;
    margin-right:-4px
}
.sidebar-widget .blog-sidebar-tags .tag-list li{
    display:inline-block;
    padding:10px 4px 0
}
.sidebar-widget .blog-sidebar-tags .tag-list li a{
    height:35px;
    line-height:35px;
    font-size:14px;
    color:#333;
    border:1px solid #e5e5e5;
    padding:0 14px;
    -webkit-transition:.3s linear;
    transition:.3s linear
}
.single-blog-post .blog-post-audio,.single-blog-post .blog-post-video{
    position:relative;
    display:block;
    width:100%;
    padding:0;
    overflow:hidden
}
.single-blog-post .blog-post-audio::before,.single-blog-post .blog-post-video::before{
    padding-top:70.25%;
    display:block;
    content:""
}
.cart-total .single-total,.checkout-total-wrapper .checkout-total .checkout-total-sub,.checkout-total-wrapper .checkout-total ul li{
    display:-moz-flex;
    display:-ms-flex;
    display:-o-flex;
    display:-webkit-box;
    display:-ms-flexbox
}
.single-blog-post .blog-post-audio iframe,.single-blog-post .blog-post-video iframe,.single-blog-post.blog-grid-post .blog-post-audio iframe,.single-blog-post.blog-grid-post .blog-post-video iframe{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0
}
.blog-single-posts .blog-single-content .blog-title,.single-blog-post .blog-post-content .blog-title a{
    font-size:28px;
    font-weight:500;
    color:#333;
    text-transform:capitalize;
    -webkit-transition:.3s linear;
    transition:.3s linear
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .single-blog-post .blog-post-audio::before,.single-blog-post .blog-post-video::before{
        padding-top:100%
    }
    .single-blog-post .blog-post-content .blog-title a{
        font-size:20px
    }
    .single-blog-post .blog-post-content .blog-meta{
        margin-top:10px
    }
}
@media only screen and (min-width:768px) and (max-width:991px){
    .single-blog-post .blog-post-media img{
        height:340px;
        -o-object-fit:cover;
        object-fit:cover;
        -o-object-position:center;
        object-position:center
    }
    .single-blog-post .blog-post-audio::before,.single-blog-post .blog-post-video::before{
        padding-top:100%
    }
    .single-blog-post .blog-post-content .blog-title a{
        font-size:20px
    }
}
@media (max-width:767px){
    .single-blog-post .blog-post-content .blog-title a{
        font-size:18px
    }
}
.blog-single-posts .blog-single-content .blog-meta li+li::before,.single-blog-post .blog-post-content .blog-meta li+li::before{
    content:"|";
    position:absolute;
    left:-14px;
    top:5px;
    font-size:12px;
    color:#666
}
.blog-single-posts .blog-single-content .blog-meta li a i,.single-blog-post .blog-post-content .blog-meta li a i{
    margin-right:4px
}
.single-blog-post .blog-post-content p{
    margin-top:25px;
    border-top:1px solid #e5e5e5;
    padding-top:30px
}
.single-blog-post .blog-post-content .main-btn{
    height:50px;
    line-height:50px;
    padding:0 25px;
    margin-top:30px
}
.single-blog-post.related-post .blog-post-content .blog-title a{
    font-size:20px
}
.blog-gallery .slick-arrow{
    position:absolute;
    top:50%;
    left:0;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    z-index:99;
    opacity:0;
    visibility:hidden;
    -webkit-transition:.3s linear;
    transition:.3s linear;
    cursor:pointer
}
.blog-gallery:hover .slick-arrow{
    visibility:visible;
    opacity:1;
    left:20px
}
.blog-gallery:hover .slick-arrow.next{
    left:auto;
    right:20px
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .single-blog-post .blog-post-content p{
        margin-top:15px;
        padding-top:15px;
        font-size:14px
    }
    .single-blog-post.blog-grid-post .blog-post-media img{
        height:auto
    }
    .single-blog-post.blog-grid-post .blog-post-audio::before,.single-blog-post.blog-grid-post .blog-post-video::before{
        padding-top:70.25%
    }
    .blog-single-posts .blog-single-content .blog-title{
        font-size:20px
    }
}
@media only screen and (min-width:768px) and (max-width:991px){
    .blog-single-posts .blog-single-content p,.single-blog-post .blog-post-content p{
        margin-top:15px;
        padding-top:15px;
        font-size:14px
    }
    .single-blog-post.blog-grid-post .blog-post-media img{
        height:auto
    }
    .single-blog-post.blog-grid-post .blog-post-audio::before,.single-blog-post.blog-grid-post .blog-post-video::before{
        padding-top:70.25%
    }
    .blog-single-posts .blog-single-content .blog-title{
        font-size:20px
    }
}
@media (max-width:767px){
    .blog-single-posts .blog-single-content p,.single-blog-post .blog-post-content p{
        margin-top:15px;
        padding-top:15px;
        font-size:14px
    }
    .single-blog-post .blog-post-content .main-btn{
        height:45px;
        line-height:45px;
        padding:0 24px;
        letter-spacing:0;
        font-size:14px
    }
    .blog-single-posts .blog-single-content .blog-title{
        font-size:18px
    }
}
.blog-single-posts .blog-single-content .blog-meta{
    margin-top:15px;
    border-bottom:1px solid #e5e5e5;
    padding-bottom:25px
}
.blog-single-posts .blog-single-content .blockquote{
    margin-bottom:0;
    margin-top:25px;
    padding-left:80px
}
@media (max-width:767px){
    .blog-single-posts .blog-single-content .blockquote{
        padding-left:15px
    }
}
.blog-single-posts .blog-single-content .blockquote p{
    font-style:italic;
    padding:15px 14px;
    border-left:3px solid #e52e06
}
.blog-single-posts .blog-single-tags-share{
    padding-bottom:30px;
    border-bottom:1px solid #e5e5e5
}
.blog-single-posts .blog-single-tags-share .blog-single-tags .tag-list li a{
    font-size:14px;
    font-weight:400;
    color:#666
}
.blog-single-posts .blog-single-tags-share .blog-single-share .social li{
    display:inline-block;
    margin-left:15px
}
.blog-single-comment{
    border-top:1px solid #e5e5e5;
    padding-top:25px;
    margin-top:25px
}
.blog-single-comment .comment-title{
    font-size:24px;
    color:#333;
    font-weight:500
}
.blog-single-comment .blog-comments .comments-list .single-comment .comment-content{
    border:1px solid #e5e5e5;
    padding:10px 15px;
    position:relative;
    margin-left:20px
}
@media (max-width:767px){
    .blog-single-comment .blog-comments .comments-list .single-comment .comment-content{
        margin-left:0;
        margin-top:20px
    }
}
.blog-single-comment .blog-comments .comments-list .single-comment .comment-content .comment-meta .author-name{
    font-size:16px;
    text-transform:uppercase;
    color:#333;
    font-weight:500
}
.blog-single-comment .blog-comments .comments-list .single-comment .comment-content .comment-meta .date{
    font-size:13px;
    color:#666;
    margin-top:8px
}
.blog-single-comment .blog-comments .comments-list .single-comment .comment-content p{
    color:#666;
    margin-top:15px
}
.blog-single-comment .blog-comments .comments-list .single-comment .comment-content .comment-replay{
    position:absolute;
    top:10px;
    right:15px
}
@media (max-width:767px){
    .blog-single-comment .blog-comments .comments-list .single-comment .comment-content .comment-replay{
        position:relative;
        top:0;
        right:0;
        margin-top:15px
    }
}
.blog-single-comment .blog-comments .comments-list .single-comment .comment-content .comment-replay a{
    height:35px;
    line-height:35px;
    font-size:14px;
    color:#fff;
    background-color:#333;
    text-transform:uppercase;
    padding:0 12px;
    -webkit-transition:.3s linear;
    transition:.3s linear
}
.blog-single-comment .blog-comments .comments-list .comments-replay{
    padding-left:70px
}
@media (max-width:767px){
    .blog-single-comment .blog-comments .comments-list .comments-replay{
        padding-left:0
    }
}
.blog-single-comment .blog-comment-form{
    margin-top:45px
}
.blog-single-comment .blog-comment-form p{
    font-size:14px;
    color:#666;
    margin-top:10px
}
.shopping-cart-table .table thead tr th{
    padding:8px 15px;
    border:1px solid #e5e5e5;
    font-size:16px;
    font-weight:500;
    color:#333
}
.shopping-cart-table .table thead tr th.product{
    min-width:242px
}
.shopping-cart-table .table tbody tr td{
    border:1px solid #e5e5e5;
    vertical-align:middle
}
.shopping-cart-table .table tbody tr td .product-title .title a{
    font-size:16px;
    font-weight:500;
    color:#333
}
@media only screen and (min-width:768px) and (max-width:991px){
    .shopping-cart-table .table tbody tr td .product-title .title a{
        font-size:14px;
        line-height:24px
    }
}
.checkout-total-wrapper .checkout-total .total-amount,.checkout-total-wrapper .checkout-total .total-value,.my-account-dashboard .welcome-dashboard p,.shopping-cart-table .table tbody tr td .product-price .price,.shopping-cart-table .table tbody tr td .product-total .total-amount{
    font-size:16px;
    color:#333
}
.shopping-cart-table .table tbody tr td .product-delete .delete{
    color:#333;
    font-size:16px;
    padding:0;
    border:0;
    background:0 0
}
.cart-btn{
    border:1px solid #e5e5e5;
    border-top:0;
    padding:12px
}
.cart-btn .main-btn{
    height:50px;
    line-height:50px;
    padding:0 30px;
    font-size:16px
}
.cart-coupon,.checkout-payment-wrapper .checkout-payment,.checkout-total-wrapper .checkout-total,.login-register-wrapper{
    border:2px solid #e5e5e5;
    padding:25px 30px
}
.cart-coupon .coupon-form input{
    width:200px;
    margin-right:15px;
    margin-top:15px
}
.cart-total{
    border:2px solid #e5e5e5;
    padding:30px
}
.cart-total .total{
    border-top:1px solid #e5e5e5;
    margin-top:10px
}
.cart-total .single-total{
    display:flex;
    -webkit-box-pack:space-between;
    -ms-flex-pack:space-between;
    justify-content:space-between;
    margin-top:10px
}
.cart-total .single-total .cart-value{
    color:#333;
    font-size:16px;
    font-weight:500
}
@media (max-width:767px){
    .shopping-cart-table .table tbody tr td .product-title .title a{
        font-size:14px;
        line-height:24px
    }
    .cart-total .single-total .cart-value{
        font-size:14px
    }
}
.cart-total .single-total .cart-amount{
    color:#333;
    font-size:16px
}
@media (max-width:767px){
    .cart-total .cart-total-btn .main-btn,.cart-total .single-total .cart-amount{
        font-size:14px
    }
}
.cart-total .cart-total-btn{
    margin-top:20px
}
.cart-total .cart-total-btn .main-btn{
    padding:0 20px;
    height:50px;
    line-height:50px;
    letter-spacing:0
}
.checkout-checkbox ul li{
    display:inline-block;
    margin-top:15px
}
.checkout-checkbox ul li+li{
    margin-left:48px
}
.checkout-total-wrapper .checkout-total .title,.my-account-details .account-details .title{
    font-size:20px;
    font-weight:500;
    color:#333
}
.checkout-total-wrapper .checkout-total .title span{
    display:block;
    float:right
}
.checkout-total-wrapper .checkout-total ul{
    border-bottom:1px solid #e5e5e5;
    padding-top:15px;
    padding-bottom:5px
}
.checkout-total-wrapper .checkout-total ul li{
    display:flex;
    -webkit-box-pack:space-between;
    -ms-flex-pack:space-between;
    justify-content:space-between;
    padding:5px 0
}
.checkout-total-wrapper .checkout-total .checkout-total-sub{
    display:flex;
    -webkit-box-pack:space-between;
    -ms-flex-pack:space-between;
    justify-content:space-between;
    padding:8px 0;
    border-bottom:1px solid #e5e5e5
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .blog-single-posts .blog-single-content .blog-meta{
        margin-top:10px
    }
    .blog-single-posts .blog-single-content p{
        margin-top:15px;
        padding-top:15px;
        font-size:14px
    }
    .cart-coupon,.cart-total,.checkout-total-wrapper .checkout-total{
        padding:30px 20px
    }
    .checkout-total-wrapper .checkout-total .title{
        font-size:18px
    }
    .checkout-total-wrapper .checkout-total .total-amount,.checkout-total-wrapper .checkout-total .total-value{
        font-size:14px
    }
}
@media (max-width:767px){
    .checkout-total-wrapper .checkout-total .total-amount,.checkout-total-wrapper .checkout-total .total-value{
        font-size:14px
    }
}
@media only screen and (min-width:1200px) and (max-width:1599px){
    .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-description,.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-prices,.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .reference{
        padding-top:15px
    }
    .single-product-image-slide .slick-arrow{
        left:5px
    }
    .single-product-image-slide .slick-arrow.next{
        right:5px
    }
    .checkout-total-wrapper .checkout-total .total-amount,.checkout-total-wrapper .checkout-total .total-value{
        font-size:14px
    }
}
@media only screen and (min-width:576px) and (max-width:767px){
    .blog-single-posts .blog-single-content .blog-title,.single-blog-post .blog-post-content .blog-title a,.single-product-content .product-title{
        font-size:24px
    }
    .single-product-content .product-wishlist-compare ul li+li{
        border-left:1px solid #e5e5e5
    }
    .single-product-content .product-wishlist-compare ul li+li a{
        padding-left:15px
    }
    .product-description-area .nav .nav-item a{
        line-height:45px;
        font-size:16px;
        padding:0 25px
    }
    .sidebar-widget .blog-sidebar-post .single-mini-post .post-thumb img{
        width:90px;
        height:90px
    }
    .blog-single-posts .blog-single-content .blockquote{
        padding-left:50px
    }
    .blog-single-comment .blog-comments .comments-list .single-comment .comment-content{
        margin-left:20px;
        margin-top:0
    }
    .blog-single-comment .blog-comments .comments-list .single-comment .comment-content .comment-replay{
        position:absolute;
        top:10px;
        right:15px;
        margin-top:0
    }
    .blog-single-comment .blog-comments .comments-list .comments-replay{
        padding-left:70px
    }
    .cart-total .cart-total-btn .main-btn,.cart-total .single-total .cart-amount,.cart-total .single-total .cart-value,.checkout-total-wrapper .checkout-total .total-amount,.checkout-total-wrapper .checkout-total .total-value{
        font-size:16px
    }
}
.checkout-payment-wrapper .checkout-payment .single-payment .payment-radio input[type=radio]+label span{
    width:15px;
    height:15px;
    border:1px solid #333;
    border-radius:4px;
    cursor:pointer;
    position:relative;
    display:inline-block;
    margin:0 8px -2px 0
}
.checkout-payment-wrapper .checkout-payment .single-payment .payment-radio input[type=radio]+label span::before{
    position:absolute;
    content:"";
    background-color:#333;
    border-radius:4px;
    top:0;
    left:0;
    width:100%;
    height:100%;
    -webkit-transform:scale(0);
    transform:scale(0);
    font-size:14px;
    line-height:.8
}
.checkout-payment-wrapper .checkout-payment .single-payment .payment-radio label{
    cursor:pointer;
    font-size:14px;
    color:#333;
    margin-bottom:0
}
.checkout-payment-wrapper .checkout-payment .single-payment .payment-radio .payment-details p{
    padding-top:10px;
    color:#333;
    font-size:14px
}
.checkout-btn .main-btn{
    height:45px;
    line-height:45px;
    padding:0 20px;
    letter-spacing:0
}
.my-account-menu .account-menu-list li a{
    width:100%;
    height:50px;
    line-height:50px;
    padding:0 20px;
    font-size:14px;
    color:#333;
    border:1px solid #e5e5e5;
    margin-top:-1px;
    -webkit-transition:.3s linear;
    transition:.3s linear
}
.account-table .table thead tr th{
    border:1px solid #e5e5e5;
    font-size:16px;
    font-weight:500;
    color:#333;
    padding:8px 15px
}
.account-table .table thead tr th.name{
    min-width:140px
}
.account-table .table thead tr th.date{
    min-width:130px
}
.account-table .table tbody tr td{
    font-size:14px;
    color:#333;
    font-weight:400;
    vertical-align:middle;
    border:1px solid #e5e5e5
}
.account-table .table tbody tr td a{
    padding:0 15px;
    height:45px;
    line-height:45px;
    color:#333
}
.my-account-dashboard .welcome-dashboard p strong{
    font-weight:500
}
.my-account-dashboard .welcome-dashboard p a{
    color:#333;
    -webkit-transition:.3s linear;
    transition:.3s linear
}
.my-account-dashboard p{
    color:#333
}
.my-account-payment p{
    color:#333;
    font-weight:500
}
.my-account-address .account-address p{
    margin-top:20px;
    font-size:16px;
    color:#333
}
.my-account-address .account-address .main-btn{
    height:45px;
    line-height:45px;
    padding:0 20px;
    font-size:14px;
    margin-top:20px
}
.login-register-wrapper p{
    font-size:14px;
    color:#333;
    line-height:35px
}
.login-register-wrapper .custom-checkbox input[type=checkbox]+label{
    margin:3px 8px 0 0
}
.login-register-wrapper .custom-checkbox p{
    line-height:24px
}
.compare-table .table tbody tr th{
    width:200px;
    text-align:center;
    padding:30px 20px;
    border:1px solid #e5e5e5;
    font-size:18px;
    font-weight:500;
    color:#333;
    vertical-align:middle
}
.compare-table .table tbody tr td{
    padding:30px 20px;
    text-align:center;
    border:1px solid #e5e5e5;
    color:#333;
    font-size:16px
}
@media (max-width:767px){
    .compare-table .table tbody tr td,.compare-table .table tbody tr th{
        padding:20px 15px;
        font-size:16px
    }
}
.compare-table .table tbody tr td .product-image-title .category{
    color:#666;
    font-size:14px;
    display:block;
    margin-top:25px
}
.compare-table .table tbody tr td .product-image-title .title a{
    font-size:16px;
    color:#333;
    font-weight:500;
    margin-top:15px
}
.compare-table .table tbody tr td .description{
    text-align:left
}
.compare-table .table tbody tr td .main-btn{
    height:50px;
    line-height:50px;
    letter-spacing:0
}
.compare-table .table tbody tr td .delete{
    font-size:18px;
    color:#333
}
.compare-table .table tbody tr td .rating li{
    display:inline-block;
    font-size:14px;
    color:#e1e1e1
}
.contact-map-area #contact-map{
    width:100%;
    height:400px
}
p.form-message.error,p.form-message.success{
    font-size:16px;
    color:#333;
    background:#ddd;
    padding:10px 15px;
    margin-left:15px;
    margin-top:15px
}
p.form-message.error{
    color:red
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .account-wrapper,.checkout-payment-wrapper .checkout-payment,.contact-info,.login-register-wrapper{
        padding:30px 20px
    }
}
.contact-info-block .single-info .info-icon-title{
    padding-bottom:5px
}
.contact-info-block .single-info .info-icon-title .info-icon{
    font-size:30px;
    color:#333;
    line-height:30px
}
.contact-info-block .single-info .info-icon-title .info-title{
    padding-left:20px;
    font-size:18px;
    font-weight:500;
    color:#333;
    line-height:30px
}
.contact-info-block .single-info p{
    padding-top:5px
}
.navbar-fixed-top{
    max-height:340px;
    position:fixed;
    right:0;
    left:0;
    z-index:1030;
    padding:18px 0 0;
    top:0;
    border-width:0 0 1px;
    background:#fff
}
@media (max-device-width:480px) and (orientation:landscape){
    .navbar-fixed-top{
        max-height:200px
    }
}
@media (min-width:768px){
    .navbar-fixed-top{
        border-radius:0
    }
}
.new-sc-css{
    width:148px;
    height:148px!important
}
@media (max-device-width:576px){
    .single-category a{
        width:200px;
        height:234px!important
    }
    .new-sc-css{
        width:94%!important;
        height:218px!important
    }
    .single-category a p{
        margin-top:0!important;
        font-size:12px
    }
    .section-title .title{
        font-size:auto!important
    }
    .single-product .product-image a .first-image{
        height:135px!important
    }
    .single-product .product-content .product-title a{
        font-size:13px!important
    }
    .banner-image img{
        width:100%;
        height:220px !important;
    }
    .footer-widget .footer-title{
        font-size:36px!important
    }
    .footer-link-wrapper .footer-link .link li a{
        font-size:28px!important;
        margin-bottom:3px
    }
    .footer-contact ul li{
        font-size:28px!important
    }
    ._14{
        font-size:30px!important
    }
    .foot-icons-r{
        padding:16px 19px!important;
        font-size:35px!important
    }
    .footer-copyright-payment .copyright-text p{
        font-size:25px!important
    }
    .view-all a{
        top:13px!important;
        right:15px!important
    }
}
