/* Uday CSS Customize */
body {
    font-family: "Open Sans", sans-serif;
}


.service-container p{
   margin-left:18pt;
}
:root {
    --primary: #201b51;
    --text-color: #252525;
    --text-white: #ffffff;
    --border: #201b51;
    --color: #00376f;

    --headertexthover:#ccc;
    --sectionClass:#15113d;
    --servicesecbackground:#f3f2ff;
    --gallerysecbackground:#7197ec38;
    --testimonialbackground:rgb(21, 17, 61, 0.9);
    --btnhovercolor:#5c589f;
    --lightbackground:#016a7517;
    --bannernavigcolor:#3330749e;
    --bannernavigcolorhover:#615b9e;
    
    --btncolor:var(--primary);
    --headingcolor:var(--primary);
    --bg-header: var(--primary);
    --bg-footer: var(--primary);
 

}   
.btn:focus, .btn.btn-primary:focus,.btn.btn-success:focus,
.btn:active, .btn.btn-primary:active,.btn.btn-success:active{
    outline: 0;
    outline-offset: 0px;
    border: none;
}
.add_wish {
    display: none;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    gap: 0.7em;
    transition: 1s ease-in;
    -webkit-transition: 1s ease-in;
    -moz-transition: 1s ease-in;
    -ms-transition: 1s ease-in;
    -o-transition: 1s ease-in;
}
.tpc-content:hover>div.add_wish{
    display: inline-grid !important;
    transition: 1s ease-in;
    -webkit-transition: 1s ease-in;
    -moz-transition: 1s ease-in;
    -ms-transition: 1s ease-in;
    -o-transition: 1s ease-in;
}
/* .MultiCarousel .MultiCarousel-inner .item:hover>div */
.MultiCarousel .MultiCarousel-inner .item:hover>div.add_wish{
    display: block !important;
}
.add_wish a {
    transition: 1s ease-in-out;
    font-size: 18px;
    border: none;
    background: #ffffff;
    border: 1px solid #038a99;
    border-radius: 34px !important;
    box-shadow: unset;
    padding: 3px 8px;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}  

.add_wish a:hover{
    background: #038a99;
    color: #fff;
    border: 1px solid #038a99;
}

.wish_btn span i{
    font-weight: 600;
}
b.discountp {
    display: block;
    margin-left: 0px;
    font-size: 12px;
    position: absolute;
    top: 2px;
    left: 2px;
    padding: 0.3rem 1rem;
    background: #ff4135;
    color: #fff !important;
    font-weight: 400;
    border-radius: 12px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
}
    
.ad_cart_Qty{
    display: flex;
    justify-content: center;
    gap: .5rem;
    margin: 10px;
}
.ad_cart_Qty input.select1{
    width: 40%;
    margin: 0 5px;
    display: flex;
    height: 30px;
    border: 1px solid var(--primary);
    border-radius: 5px;
    background-color: #fff;
    padding: 5px 10px;
}
.ad_cart_Qty button{
    margin: 0;
    padding: 0 15px !important;
    border-radius: 5px !important;
    color: #fff !important;
}
.add_wish p{
    font-size: 12px;
    display: none;
    position: absolute;
    white-space: nowrap;
    right: 37px;
    top: 0.5em;
    background: #FF5722;
    border-radius: 1em;
    padding: 2px 12px;
    color: #fff;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
}
.add_wish span:hover>.add_wish p{
    display: block;
}
.d-none{display: none;}
header {
    width: 100% !important;
    background-color: var(--bg-header);
    z-index: 91919 !important;
    position: fixed;
    width: 100%;
    margin-top: 0;
    height: auto;
    padding: 15px 0;
    transition: .4s;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(121, 121, 121, 0.78);
    -moz-box-shadow: 0px 5px 20px 0px rgba(121, 121, 121, 0.78);
    box-shadow: unset;
}
header .widget-tags li {
    margin-bottom: 0;
    margin-right: 25px;
}
.is-sticky header {
    padding: 15px 0;
    transition: .4s;
    margin-top: 0;
}

.navbar-brand>img {
    display: block;
    transition: .4s;
    float: right;
    margin-top: 0;
    width: auto;
    height: -webkit-fill-available;
    object-fit: fill;
}
.col-md-3.col-sm-3.logo{
    display: flex;
}
.col-md-3.col-sm-3.logo a{
    margin: 0 auto;
}
/* 
.dark-nav {
    display: table;
    width: 100%;
    margin-top: 1.8rem;
    margin-bottom: -56px;
} */
.tbr-info{
    margin-top: 0rem;
    /* white-space: nowrap; */
}

.top-search3 button {
    border: medium none;
    background: #055c65  !important;
    color: #fff !important;
    font-size: 16px;
    height: 41px !important;
    line-height: 32px;
    position: relative;
    top: 0;
    left: -10px !important;
    width: max-content !important;
    border-radius: 0 !important;
    padding: 4px 14px;
    white-space: nowrap;
}
.slider-wrap {
    position: relative;
    height: 600px;
    margin-top: 10.1em;
}
.cd-dropdown-trigger i{
    border: 1px solid #fff;
    padding: 5px 5px 3px 6px;
    border-radius: 5px;
    color: #373737!important;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px !important;
    background: #f1f3f5 !important;
    border-left: 1px solid #d3d9e0;
}

  ::-webkit-scrollbar-thumb {
    background: #b5c0cb !important;
  }

  .dropdown .submenu{
    min-height: 5em;
    box-shadow: 2px 6px 8px 0px rgba(0, 0, 0, 0.322) !important;
  }
.clt_trash_btn{
    color: #ff685d;
    font-size: 2rem;
}
.pd_0 {
    padding: 0;
}
.text_left{
    text-align:  left !important;
}
.tp-bannertimer{
    height: 3px !important;
    background: var(--primary);
}
.notselected{
    margin-top: 1px;
}
.login_signup i{
    font-size: 2rem;
}
input[id="baseurl"],input[id="mainbaseurl"]{
    display: none;
}
#myInput::placeholder{
    color: #00bf1c;
}
.col-lg-2.col-md-6.col-xs-6.col-6.clothing{
    padding: 0 1rem !important;
}
.tp-rightarrow.default{
    right: 0 !important;
    top: 310px !important;
}
.tp-leftarrow.default{
    left: 0 !important;
    top: 310px !important;
}
.tbr-info:hover i.fa.fa-caret-down{
    transform: rotate(180deg);
    transition: transform .3s ease-in-out;
}
#form-error{
    position: relative;
    top: -13px;
}

@media only screen and (min-width: 1200px) {
    .container-fluid.add_service{
        margin-left: 10rem;
    }   
}

@media only screen and (min-width: 870px) and (max-width:1300px) {
       .gallery-row{
        justify-content:flex-start !important;
        margin:0 4%;
    }
}




@media only screen and (min-device-width:992px){
 .col-md-4.col-sm-4.widget-footer{
     display: flex; flex-wrap: wrap;
}
.product-overlay .btn.addtobag{
    padding: 0 5px !important;
}
.cart-info{
    right: -70px !important;
    height: 500px !important;
    width: 20em !important;
}
}

#side-nav{
  display: none;
}
.navbar-default .navbar-nav>li>a{
    text-decoration: none !important;
}
.nav>li.mmenu{
    transition: .3s all;
}
.sidemenu ul li a {
    border-bottom: 1px solid #038a9975;
    display: block;
    font-size: 14px;
    padding: 15px 15px;
    text-decoration: none;
    transition: 0.4s all;
    
}
.sidemenu ul li a:hover{
    background: var(--primary);
    color: var(--text-white);
    
}
.nav>li.mmenu:hover{
    background: #038a9900;
}
/*alam css*/

html,
body {
    overflow-x: hidden;
}
.produtname  b{
    font-weight: 500 !important;
}
.produtname a {
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 100%;
}
.sliderimg {
    height: 800px !important;
}

.fa-shopping-cart {
    position: relative;
}

.item-cart {
    position: absolute;
}

.tpc-info h6 {
    font-size: 1.8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    padding: 0 15px;
}

#multibranch {
    height: 35px;
    border: unset;
    font-size: 14px;
    border-radius: 4px;
}

.row_gap {
    margin: 0px !important;
}

span#searchbycatSelectBoxIt {
    display: none;
}

.search_bar {
    width: 50% !important;
    position: relative;
}

.searchbutton {
    position: absolute;
    left: 0;
}

.block-content .gallery img {
    height: 400px !important;
}

.owl-theme .owl-controls .owl-page span{
    display: none;
}
#demo .owl-item, #demo1 .owl-item, #demo2 .owl-item, #demo3 .owl-item{
    width: 220px !important;
}


@media only screen and (min-width: 600px) {
    .block-content img {
        margin: auto;
        height: 100%;
    }

}

@media only screen and (max-width: 600px) {
    .projectFactsWrap .item {
        margin-bottom: 0 !important ;
    }

    .addressrowlist {
        margin-bottom: 0;
        padding:15px 10px !important;
    }
    .body-space-inner.bottom-space {
        margin: 100px 0 70px;
    }
    .product-price {
        font-size: 14px !important;
    }
    .myaccountpage{
        margin-bottom: 0 !important;
    }
    body .MultiCarousel.mlt_crl_1 {
        padding: 0 10px !important;
    } 
   
    body {
        width: 100%;
    }

    .block-content img {
        margin: auto;
        height: auto;
        object-fit: cover;
        object-position: top center;
    }
    .block-main {
        padding: 10px !important;
    }
    body .service-section h2 {
        margin-bottom: 25px;
        font-size: 20px;
    }


    .heading-sub2 h5 {
        margin-top: 20px !important;
    }

    .MultiCarousel {
        margin: 0px !important;
        padding: 0px !important;
    }

    .section-product {
        padding: 0px 15px 0 15px !important;

    }.add_wish a {
        height: 27px;
        width: 27px;

    }
    .section_padding {
        margin-bottom: 50px;
        background-color: unset !important;
    }

    .section-product .container-fluid {
        border: unset !important;
        padding: 0 !important;
    }

    .product-item {
        transition: all .4s ease;
    }

    .product-title {
        font-size: 15px !important;
    }
}

#undefined-sticky-wrapper {
    height: 0px !important;
}

.as-container {
    margin-top: 56px !important;
}

.orderimg {
    padding: 20px 0px;

}


.myaccountpage {
    padding: 0px;
}

.myaccountpage h1 {
    margin-top: 0em !important;
}

.hd {
    display: block;
}

@media only screen and (max-width: 600px) {
    h3.text-center.firstheading {
        margin-top: 20px !important;
    }

    .navbar {
        display: none !important;
    }

    #policy2 .pi-wrap p {
        margin: 0px 0 0 0px !important;
        font-size: 13px;
        padding: 0px 0 0 !important;
        line-height: 15px !important;
    }


    #policy2 .pi-wrap h4 {
        margin: 0 0 0 0px !important;
        font-size: 13px !important;
        font-weight: 600 !important;
    }

    .pi-wrap img {
        width: 40px !important;
    }

    .hm {
        display: block;
    }

    .hd {
        display: none;
    }

    .top_bar {
        display: none;
    }

    div#one {
        order: 1;
    }

    div#two {
        order: 2;
    }

    .navbar-brand {
        padding: 0;
        position: fixed;
        display: block;
        /* top: 15px; */
        /* left: 9em; */

    }

    .is-clicked {
        position: fixed !important;
        top: 1.5em !important;
        float: right !important;
        left: 19em !important;
        z-index: 999999999999 !important;
    }

    .tb_right li .tbr-info span {
        display: none !important;
    }
}

.cartimg img {
    margin-left: -10px !important;
}

.productc {
    padding: 0px;
}

input,
select,
textarea {
    color: var(--primary);
}

textarea:focus, input:focus {
    color: var(--primary);
    /* border-color: #221b68 !important; */
    border-color: var(--border) !important;
    box-shadow: unset !important;
}
.colorsize {
    min-height: 30px;
    margin-top: 0.5em;
}

input::-webkit-calendar-picker-indicator {
    opacity: 100;
    color: #111 !important;
}

input.select1::placeholder {
    color: #111;
}

input.select1::-webkit-outer-spin-button,
input.select1::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cartimg img {
    width: 60px !important;
}

input.select1::placeholder {
    color: #111;
}

.hide {
    display: none !important;
}

a.selectboxit-option-anchor {
    font-size: 10px;
}

#searchbycatSelectBoxItOptions {

    max-height: 440px !important;
    top: auto !important;
    max-width: 132px !important;

}

.selectboxit-list::-webkit-scrollbar {
    width: 2px;
}

/* Track */
.selectboxit-list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.selectboxit-list::-webkit-scrollbar-thumb {
    background: red;
    border-radius: 10px;
}

.sectionClass {
    padding: 20px;
    position: relative;
    display: block;
    background-color: var(--sectionClass);
}

.fullWidth {
    width: 100% !important;
    display: table;
    float: none;
    padding: 0;
    min-height: 1px;
    height: 100%;
    position: relative;
}


.sectiontitle {
    background-position: center;
    margin: 0px;
    text-align: center;
    min-height: 20px;
    position: relative;
}

.sectiontitle h2 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
}


.headerLine {
    width: 160px;
    height: 2px;
    display: inline-block;
    background: #fff;
}


.projectFactsWrap {
    display: flex;
    margin-top: 30px;
    flex-direction: row;
    flex-wrap: wrap;
}


#projectFacts .fullWidth {
    padding: 0;
}

.projectFactsWrap .item {
    width: 25%;
    height: 100%;
    text-align: center;
}

.projectFactsWrap .item p.number {
    font-size: 60px;
    padding: 0;
    font-weight: bold;
    margin-bottom: 10px;
}

.projectFactsWrap .item p {
    color: rgb(255 255 255 / 80%) !important;
    font-size: 18px;
    margin: 0;
    padding: 10px;
    font-family: 'Open Sans';
}


.projectFactsWrap .item span {
    width: 60px;
    background: rgba(255, 255, 255, 0.8);
    height: 2px;
    display: block;
    margin: 8px auto;
    display: none !important;
}


.projectFactsWrap .item i {
    vertical-align: middle;
    font-size: 50px;
    color: rgba(255, 255, 255, 0.8);
}


.projectFactsWrap .item:hover i,
.projectFactsWrap .item:hover p {
    color: white !important;
}

.projectFactsWrap .item:hover span {
    background: white;
}

@media (max-width: 786px) {
    .projectFactsWrap .item {
        flex: 0 0 50%;

    }
}

/* AUTHOR LINK */


footer {
    z-index: 100;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    bottom: 0;
    left: 0;
}

footer p {
    color: #fff;
    font-size: 16px;

    font-family: 'Open Sans';
    width: 100%;
    word-wrap: break-word;
    line-height: 25px;

    margin: 0;

}

footer .authorWindow a {
    color: white;
    text-decoration: none;
}

footer p strong {
    color: rgba(255, 255, 255, 0.9);
}

.about-me-img {
    width: 120px;
    height: 120px;
    left: 10px;
    /* bottom: 30px; */
    position: relative;
    border-radius: 100px;
}


.about-me-img img {}


.authorWindow {
    width: 600px;
    background: #75439a;
    padding: 22px 20px 22px 20px;
    border-radius: 5px;
    overflow: hidden;
}

.authorWindowWrapper {
    display: none;
    left: 110px;
    top: 0;
    padding-left: 25px;
    position: absolute;
}


.trans {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media screen and (max-width: 768px) {
  
    .body {
        padding-bottom: 0px;
    }
    .item .item-foot .addtobag {
        width: 160px !important;
    }
    .authorWindow {
        width: 210px;
    }

    .authorWindowWrapper {
        bottom: -170px;
        margin-bottom: 20px;
    }

    footer p {
        font-size: 14px;
    }
}

h3.text-center {
    margin-top: 60px;
}

.about-gal {
    padding: 20px 0px;
}

.synch-carousels {
    position: relative;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.synch-carousels>* {
    width: 100%;
}

.synch-carousels .right {
    -webkit-box-ordinal-group: 0;
    order: -1;
}

.synch-carousels .left {
    overflow: hidden;
}

.synch-carousels .gallery {
    display: none;
}

.synch-carousels .slick-slide {
    outline: none;
}

.synch-carousels .slick-vertical .slick-slide {
    border: none;
}

.synch-carousels .gallery .slick-list {
    height: auto !important;
    margin: 0 -20px;
}

.synch-carousels .gallery .slick-slide {
    cursor: pointer;
}

.synch-carousels .gallery .slick-slide {
    margin: 0 20px;
}

.synch-carousels .nav-arrows {
    display: -webkit-box;
    display: flex;
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.synch-carousels .nav-arrows svg {
    fill: black !important;
}

.synch-carousels .arrow-left {
    margin-right: 35px !important;
}

.synch-carousels .photos-counter {
    position: absolute;
    top: 10px;
    right: 0;
    padding: 0 20px;
    color: white;
    background: #292929;
}

@media screen and (min-width: 480px) {

    .synch-carousels .right {
        margin-bottom: 20px; 
    }

    .synch-carousels .gallery {
        display: block;
    }
}
@media screen and (max-width: 1199px) {
    body .slid-images {
        height: 570px;
    }
    .tweet-info.header-right-menu {
        margin-right: 0px !important;
    }
    .dark-nav {
        margin-top: 1.5rem;
    }
    body .my-slider {
        margin-top: 80px;
    }


}
@media screen and (min-width: 992px) {
    .synch-carousels .right {
        position: relative;
        width: calc(100% - 160px);
        margin-bottom: 0;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }

    .synch-carousels .left {
        width: 150px;
    }

    .synch-carousels .gallery .slick-slide {
        margin: 0 0 20px 0;
    }

    .synch-carousels .gallery .slick-list {
        margin: 0;
    }
}

.searchTerm::placeholder {
    color: #6c6b6b;
    font-size: 10px;
    padding-left: 15px;
}

.searchTerm::-webkit-input-placeholder {
    /* Edge */
    color: #6c6b6b;
}

.searchTerm:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #6c6b6b;
}

.nav li:nth-child(n+7) {
    display: none;
}

.shop-content {
    margin-top: 10em;
}

.shop-single {
    margin-top: 11em;
}

.top-product-carousel,
.top-product-carousel {
    background: #fff;
}

form.newsletter {
    margin-top: 10px;
}

.modal-footer {
    background: #60303000 !important;
}

a {
    cursor: pointer !important;
}

.mz-expand {
    background: #fff !important;
}

span.pr {
    font-size: 15px;
    font-weight: 600;
}

i.fa.fa-user {
    color: var(--primary);
     
}

.tp-banner {
    height: auto !important;
}

.tp-bullets {
    display: none !important;
}

.top_bar {
    background-color: #f9f9f9 !important;
    border-bottom: .5px solid #ededed;
}

footer,
.footer-bottom,
.newsletter input {
    background-color: #207e2b !important;
}

.navbar-default .navbar-nav>li>a {
    /* color: #1a743e !important; */
    /* margin-left: 0.7em; */
}

/*
.navbar-default .navbar-nav > li > a:first-child {
    margin-left: 0!important;
}
*/
::placeholder {
    color: ghostwhite;
}

span#searchbycatSelectBoxIt {
    width: 135px !important;
}

.tb_center ul li a,
.tb_center ul li i,
.tb_right li .tbr-info span {
    color: #fff !important;
}

.header-xtra span,
.navbar-default .navbar-toggle,
.navbar-default .navbar-nav>li>a:hover {
    color: #337ab7 !important;
    background-color: #6e9d3f;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #eb008a !important;
}

.sliderrow {
    background-color: #fff;
    border: 0.5px solid #e9e9e9;
    margin: 5px 7px;
    border-radius: 4px;
}

.img-box img {
    margin-top: 20px;
}

.spheading {
    margin-top: 0.5em;
}
.spheading1 {
    margin-top: 1em;
}

.sliderrow {
    background-color: #fff;
    border: 0.5px solid #e9e9e9;
    margin: 5px 0px;
}

i.fa.fa-caret-left {
    font-size: 18px;
}

i.fa.fa-caret-right {
    font-size: 18px;
}

.img-box {
/*    width: 140px !important;*/
    object-fit: contain !important;
    margin: auto !important;
    min-height: 140px;
    max-height: 140px;
    display: flex;
    justify-content: center;
    height: 150px !important;
}

.thumb-content h4 {
    color: var(--text-color);
    font-size: 13px;
    min-height: 30px;
    width: 130%;
    margin-left: -25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 6px;
    padding-right: 6px;

}

.owl-item {
/*    width: 215px !important;*/
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.2);
    margin: 0 10px;
    /* margin: 20px 10px;*/
    border-radius: 10px;
    min-height: 250px;
}

.realtives {
    position: relative;
}

#owl-demo .item {
    margin: 3px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    width: 150px;
    margin: auto;
}

#owl-demo .item img {
    max-height: 140px;
    max-width: 200px;
    margin: auto;

}

#owl-demo1 .item {
/*    margin: 3px;*/
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
/*    width: 250px !important;*/
    margin: auto;
}

#owl-demo1 .item img {
    /* max-height: 250px;
    max-width: 200px;
    margin: auto; */

}

#owl-demo2 .item {
/*    margin: 3px;*/
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
/*    width: 150px;*/
    margin: auto;
}

#owl-demo2 .item img, #owl-demo1 .item img {
    /* max-height: 250px;
    max-width: 250px; */
    /* margin: auto; */
    width: 100%;
    margin: auto;
    /* border: 1px solid red; */
    height: 100%;
    object-fit: contain;

}

#owl-demo3 .item {
    margin: 3px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    width: 150px;
    margin: auto;
}

#owl-demo3 .item img {
    max-height: 140px;
    max-width: 200px;
    margin: auto;

}

.customNavigation {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid #e3e3e3;
}

.customNavigation a {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.tophead {
    font-size: 22px;
    float: left;
    font-weight: 510;
    margin-left: 13px;
}

.topdiv {
    margin: 20px 20px -20px 0px;
    border-bottom: 1px solid #e1e1e1;
    height: 50px;
    width: 100%;
}

.view {
    background-color: #ffc002;
    border: none;
    border-radius: 5px;
    padding: 6px 7px;
    color: var(--primary);
    margin: 2px 0 0 8px;
}

.view:hover {
    background-color: #ffc002;

    color: #fff;
}

.carousel {
    margin: 50px auto;
    padding: 0 50px;
}

.carousel .item {
    color: #747d89;
    min-height: 325px;
    text-align: center;
    overflow: hidden;
}

.carousel .thumb-wrapper {
    padding: 25px 15px;
    background: #fff;
    border-radius: 6px;
    text-align: center;
    position: relative;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
input.sel_qty {
    display: inline-block !important;
    float: none !important;
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    width: 50px;
    padding: 0.2rem 0.5rem;
    line-height: 1;
    height: auto !important;
    border: 1px solid #055c65;
    margin: 0 15px !important;
}
.quantity-box input.sel_qty {
    width: 50px;
    text-align: center;
    font-weight: 600;
    outline: none;
}
.carousel .item .img-box {
    height: 120px;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}

.carousel .item img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.carousel .item h4 {
    font-size: 18px;
}

.carousel .item h4,
.carousel .item p,
.carousel .item ul {
    margin-bottom: 5px;
}

.carousel .thumb-content .btn {
    color: #7ac400;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    background: none;
    border: 1px solid #7ac400;
    padding: 6px 14px;
    margin-top: 5px;
    line-height: 16px;
    border-radius: 20px;
}

.carousel .thumb-content .btn:hover,
.carousel .thumb-content .btn:focus {
    color: #fff;
    background: #7ac400;
    box-shadow: none;
}

.carousel .thumb-content .btn i {
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
}

.carousel .item-price {
    font-size: 13px;
    padding: 2px 0;
}

.carousel .item-price strike {
    opacity: 0.7;
    margin-right: 5px;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background: #78bf00;
    opacity: 1;
}

.carousel-control-prev i {
    font-size: 36px;
    position: absolute;
    top: 50%;
    display: inline-block;
    margin: -19px 0 0 0;
    z-index: 5;
    left: 0;
    color: #111;
    text-shadow: none;
    font-weight: bold;
}

.carousel-control-next i {
    font-size: 36px;
    position: absolute;
    top: 50%;
    display: inline-block;
    margin: -19px 0 0 0;
    z-index: 5;
    right: 0;
    color: #111;
    text-shadow: none;
    font-weight: bold;
}

.carousel-control-prev i {
    margin-left: -2px;
}

.carousel-control-next i {
    margin-right: -4px;
}

.carousel-indicators {
    bottom: -50px;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 10px;
    height: 10px;
    margin: 4px;
    border-radius: 50%;
    border: none;
}

.carousel-indicators li {
    background: rgba(0, 0, 0, 0.2);
}

.carousel-indicators li.active {
    background: rgba(0, 0, 0, 0.6);
}

.carousel .wish-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99;
    cursor: pointer;
    font-size: 16px;
    color: #abb0b8;
}

.carousel .wish-icon .fa-heart {
    color: #ff6161;
}

.star-rating li {
    padding: 0;
}

.star-rating i {
    font-size: 14px;
    color: #ffc000;
}

/*for best products section*/
.f-widget-content {
    margin-bottom: 5em;
}

.fw-thumb img {
    width: 60px;
    float: left;
}

.f-widgets h6 {
    font-size: 14px !important;
}

a.viewall {
    color: darkseagreen !important;
    font-size: 12px !important;
}

.f-widget-content li {

    padding-bottom: 0px !important;
    border-bottom: 1px solid #f0f0f0;
    box-shadow: 0px 0px 9px 5px #f0f0f0 !important;
    border-radius: 10px;
}

/**/

@media (min-width: 768px) {
    #side-nav {
        display: none !important;
    }
    .navbar-nav>li {
        float: left;
        margin-top: -1.1em !important;
        padding: 0px 0px !important;
    }

    .mega-menu {

        top: 20px !important;
        padding: 26px 26px 26px !important;
    }
}

.ps-header h3 {
    max-width: 90%;
}

.float {
    position: fixed;
    width: 50px;
    height: 33px;
    bottom: 50px;
    right: 10px;
    /* background-color: #d19b2f; */
    /* color: #FFF; */
    border-radius: 13px;
    text-align: center;
    font-size: 18px;
    /* box-shadow: 0px 2px 3px #d19b2f; */
    z-index: 100;
}

a.float:hover {
    color: #fefe !important;
}

.my-float {
    margin-top: 10px;
}

.lbtn .fa-whatsapp {
    margin: 0 7px 0px 0;
}

a.livedemobtn:hover {
    color: #fff !important;
}
.live_btn_us{
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 1em;
}
.lbtn {
    width: 100%;
    margin: auto;
    margin: 0;
    background-color: #06ae5c;
    padding: 5px 0;
    border-radius: 4px;
}
.lbtn:focus-visible{
    outline: 0;
}
.lbtn:hover {
    transform: translate(0px, -2px);
    transition: .5s all cubic-bezier(0.18, 0.89, 0.32, 1.28);
    background-color: #d3a935;
    box-shadow: 0px 1px 3px #06ae5c;
}

.livedemobtn {
    width: 100%;
    padding: 10px 0;
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.lbtn.pdf_btn{
    background: var(--primary);
}
a.livedemobtn:focus{
    color: #fff;
}
.pc-wrap.slick-slide {
    display: block;
    object-fit: cover;
    margin: auto;
    width: 260px !important;
}

/* .slick-slide img {
    width: 100%;
    display: block;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
} */

.modal-dialog {
    top: 20px;
}

.modal-header .close {
    margin-top: -50px;
    color: #fff !important;
    z-index: 999999;
    opacity: 1;
    font-size: 25px;
    font-weight: 200;
    padding: 0;
    right: 0;
    top: 18px;
    border: 1px solid #fff;
    height: 30px;
    width: 30px;
    background-color: #038a99;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.addtowishicon:hover {
    transition: .5s all ease;

}

.addtowishicon:active {
    transform: scale(1.3);
    color: red !important;
}

.addtowishicon::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s;
}

button#load_more {
    background: #043d45;
    border: 1px solid #043d45;
    border-radius: 3px;
    padding: 5px;
    color: #fff !important;
    padding: 8px 20px;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    font-size: 16px;
}

button#load_more:hover { 
    background-color: #fff;
    color: #111 !important;
}

#policy3 {
    background: #fafafa;
    margin: 0px;
}
.tbr-infom {
    display: none;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd0;
}

.product-item:hover {
    transition: .3s all ease;
    box-shadow: 0px 0px 22px -8px #bebebe;
}

.col-lg-2-3.col-6.col-xs-6.clothing {
    padding: 0px 0px 0px 0px;
}
/* uday */
.item-thumb img{
    display: block;
    width: 100%;
    border: none;
    height:100% !important;
    object-fit: contain !important;
    margin: auto !important;
    padding: 0.1rem;
    margin-bottom: 1rem !important;
    /* border-bottom: 1px solid #038a9947;
    border-radius: 0px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: rgb(0 192 213 / 6%);
    border-radius: 0 0 10px 10px; */
    
}

.tophead{
    margin-bottom: 1rem;
}
.firstheading.firstheading_pdt{
    margin: 2rem 0 2rem;
}
.selectboxit-btn.selectboxit-enabled:hover {
    color: #4a4a4a !important;
}


@media only screen and (max-width: 479px) {
    body .order_list_area {
        flex-direction: column;
    }
   
    body .action_btn_area {
        align-items: center;
        width: 100%;
    }
    body .service-col-section .service-box.col-sm-3{
        width: 100% !important;
        margin-bottom: 20px;
    }
    body .service-col-section .service-box.col-sm-3:nth-child(3) {
        margin-bottom: 20px;
    }
    .product-overlay {
        width: 100%;
        margin-bottom: 1em !important;
        left: 5px !important;
    }
    body .navbar-brand {
        left: 4em;
    }

    body .navbar-brand>img {
        width: 110px !important;
    }
}

.searchcat {
    color: #ffffff;
    height: 40px !important;
    border-radius: 5px 0 0 5px !important;
    top: 0;
    left: 8px;
    max-width: 145px !important;

}

span#searchbycatSelectBoxItText,
i#searchbycatSelectBoxItArrow {
    padding: 4px;
    width: 100%;
}

ul#searchbycatSelectBoxItOptions {
    max-width: 129px;
    left: 10px;
    margin-top: 4px;
}

.suggestions {
    position: absolute;
    background-color: white;
    width: 100%;
    max-height: 440px;
    overflow-y: scroll;
    left: 4px;
    box-shadow: unset;
    border-radius: 0;
    padding: 0px 10px;
    top: 41px;
    left: 3px;
    z-index: 99;
    border-top: 0px solid #038a9929;
    max-width: 421px;
}
.suggestions::-webkit-scrollbar {
    width: 0px !important;
}

.suggestions li a {
    color: #000000 !important;
    margin: 5px !important;
    font-size: 12px;
    font-weight: 400;
    justify-content: left;
}

.suggestions li {
    overflow: hidden;
    height: 43px;
    padding: 5px 0;
}

span.catsug {
    font-size: 9px;
    color: rgb(0, 0, 0);
    margin-left: 1em;
}

#suggestion1 li {
    overflow: unset;
    padding: 5px 1px 14px 15px !important;
    transition: .5s all ease;
}
.suggestions li:hover {
    background-color: #e1e1e1db;
    
}

.searchbutton {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px;
    text-align: center;
    color: #fff !important;
    border: 1px solid #ededed;
    border-radius: 5px !important;
    -webkit-font-smoothing: subpixel-antialiased;
    font-smooth: always;
}

.searchTerm {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 71%;
    border: 2px solid #d19b2f;
    padding: 5px;
    height: 40px;
    border-radius: 0px;
    outline: none;

}

.suggestion {
    display: none !important;
}

.searchButton {
    width: 40px;
    height: 40px;
    opacity: 0;
    cursor: pointer;
}

span#searchbycatSelectBoxItText {
    font-size: 11px;
}

.loadmore {
    color: black !important;
    ;
    font-weight: 600;
    float: right;
}

.qtybox {
    display: none;
    width: 115px;
}

.carprolist {
    border-left: none;
    overflow: hidden;
    padding: 5px;
    width: 100%;
}

.carprolist:last-child {
    border-bottom: 1px solid #aaa !important;
}

.cartimg {
    float: left;
    margin-left: 0;
    width: 7em;
}

.cartproname {
    float: left;
    margin-right: 4px;
    width: 100px;
}

.cartproname>h4 {
    color: #888;
    font-size: 11px;
    padding-top: 7px;
    margin: 0px 0 0;
    padding: 0;
}

.cartprice {
    width: 70px;
    float: left;
}

.cartprice h4 {
    font-size: 14px;
    color: #065fcd;
}

.carprolist .cartqty {
    float: left;
    margin-top: 7px;
    width: 82px;
    border: none;
}

.carprolist .cartqty>.icon5 {
    border: 1px solid #ddd;
    border-radius: 50%;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 21px;
    padding: 1px;
    text-align: center;
    vertical-align: top;
    width: 21px;
}

.fa-minus::before {
    content: "\f068";
}

.carprolist .cartqty .qty2 {
    width: 25px !important;
}

.cartqty>input {
    width: 100%;
    text-align: center;
    border: none !important;
}

.qty2 {
    border: 2px solid #005ca5;
    font-weight: bold;
    padding: 2px;
    text-align: center;
    width: 45px;
}

.carprolist .cartqty>.icon5 {
    border: 1px solid #ddd;
    border-radius: 50%;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 21px;
    padding: 1px;
    text-align: center;
    vertical-align: top;
    width: 21px;
}

.delcartpro {
    float: right;
    margin-left: 5px;
    margin-top: 3px;
    text-align: center;
    width: 30px;
}

.delcartpro>a {
    color: #777;
    margin-top: 3px;
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 22px;
    width: 20px;
    display: block;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

/* .addtocart {
    border: 1px solid #005ca5 !important;
    padding: 4px !important;
} */

.details .addtocart {
    font-size: 0.85em;
    display: block !important;
    padding: 8px 10px;
    background: #00424b;
    margin: auto;
    text-decoration: none;
    outline: 0;
    border-radius: 25px !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.icon5 {
    border: 1px solid #ddd;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    height: 28px;
    padding: 4px;
    text-align: center;
    vertical-align: top;
    width: 28px;
}

.qty2 {
    border: 2px solid #005ca5;
    font-weight: bold;
    padding: 2px;
    text-align: center;
    width: 45px;
}

/*copied css from header end*/

@import 'settings-panel.css';

/* 1. GLOBAL STYLES */


/*color #444--------------------------------------------------------------------------------------------*/
a:hover,
a:focus,
.post-excerpt h4 a,
.cart-info small,
.top-search2 button,
.nav-tabs>li>a,
.nav-tabs>li.active>a,
.reviews-tab form h5,
.accordion-content h3,
.accordion-content h4,
.pay-pal a,
.form-list p,
#header4 .navbar-default .navbar-nav>li>a {
    color: var(--primary);
     
}

.product-overlay a,
.filter li a.selected,
.ci-edit a:hover,
.offer,
.mm-badge-sale,
.icon5 {
    background-color: #444 !important;
}

/*-------------------------------------------------------------------------------------------------color #444*/

/*color #666666-------------------------------------------------------------------------------------------------*/
p,
.hp-meta i,
.product-price em,
.heading-sub p,
#policy2 .pi-wrap:hover i,
#policy2 .pi-wrap h4,
#policy2 .pi-wrap p,
.quote-simple .quote-info p,
#policy3 .pi-wrap h4 span,
.submenu a,
.mega-menu li div a,
.home3 .tb_center ul li i,
.home3 .tb_right li .tbr-info span,
.brand-list li a,
.color-list li a,
.size-list li a,
.cat-list li a,
.filter-wrap .col-md-3 a,
.page_nav li a,
.ratings-wrap em,
.ps-slider div span a,
.reviews-tab p,
.checkout-types li:last-child a,
.popular-desc span,
.promo-panel-text2,
.details-box ul li a {
    color: #000 !important;
}


/*------------------------------------------------------------------------------------------color #666666*/

/*color #333333----------------------------------------------------------------------------------------------*/
.contact-info .media i,
.account-list li a,
.account-title,
.range-label,
.cart-table .fa-trash,
.side-widget .cart-table td a,
.cart-table tr td h4 a,
.reviews-tab p b,
.ps-slider div span a i,
.bcrumbs ul li a,
.compare-wrap p,
.quote-simple .quote-info h4,
policy2 .pi-wrap h4,
#home4 .product-carousel3 .slick-prev,
#home2 .product-carousel3 .slick-prev,
#home4 .product-carousel3 .slick-next,
#home2 .product-carousel3 .slick-next,
.ci-item-info h5 a,
.ci-item-info p,
.ci-item-info h5,
.pi-wrap i,
.filter li a {
    color: #333 !important;
}

.form-login .btn.facebook:hover,
.form-login .btn.twitter:hover,
.form-login .btn.facebook:focus,
.form-login,
.btn.twitter:focus,
.account-title span,
.accordion-toggle span,
.poll button,
.home3 .navbar-default .navbar-nav>li>a:hover,
.home3 .navbar-default .navbar-nav>li>a.active,
#home2 .product-carousel3 .slick-next:hover,
#home2 .product-carousel3 .slick-prev:hover,
.cart-btn a:first-child,
.cart-btn a:hover,
.slick-next:hover,
.slick-prev:hover {
    background: var(--bannernavigcolorhover) !important;
}

/*------------------------------------------------------------------------------------------color #333333*/

/*color #D6644A---------------------------------------------------------------------------------------------------*/
.account-list li a:hover,
.account-list li a:focus,
.account-list li.active a,
.details-box ul li a:hover,
.details-box ul li a:focus,
.pay-pal a:hover,
.pay-pal a:focus,
.form-login label a:hover,
.form-login label a:focus,
#home5 .topcart:hover span,
#home5 .topcart span:hover,
.promo-panel-text,
.cart-table tr td h4 a:hover,
.cart-table tr td h4 a:focus,
.side-widget .cart-table td a:hover,
.side-widget .cart-table td a:focus,
.side-widget .cart-table td a:hover,
.side-widget .cart-table td a:focus,
#home2 .topcart:hover span,
#home2 .topcart span:hover,
.filter-wrap .col-md-3 a.active,
#policy3 .pi-wrap i,
.tpc-info h4 a:hover,
.ci-item-info h5 a:hover,
.cart-info small em,
.quote-info cite,
.post-excerpt h4 a:hover,
.nav li a:hover,
.product-title a:hover {
    color: #35958b !important;
}

.mm-badge-new,
.ui-state-default:hover,
.ui-widget-content .ui-state-default:hover,
.ui-state-default,
.ui-widget-content .ui-state-default,
#header4 .header-xtra span:hover,
#popup-newsletter .block-content button:hover,
.new,
.btn-black:hover,
.btn-color,
.addtobag,
#home2 .home-carousel .slick-next:hover,
#home2 .home-carousel .slick-prev:hover,
.cart-btn a:first-child:hover,
.cart-btn a,
.overlay-rmore,
.header-xtra span:hover,
.topsearch:hover span,
.product-overlay a:hover {
    background: #35958b !important;
}

/*----------------------------------------------color #D6644A*/

/*-------------------------------------------------------------------------------------color #00000*/
.home3 .navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:focus,
.reply:hover,
.blogpost h2 a,
.sync1 .owl-controls .owl-buttons .owl-prev,
.sync1 .owl-controls .owl-buttons .owl-next,
.tpc-info a.cart-btn:hover,
tp-caption,
.top_bar p,
h5.heading span,
firstheading {
    color: #000000 !important;
}

/* .reset,
.slick-next:hover,
.top-product-carousel .slick-prev:hover,
.slider-carousel:before,
.sync1 .owl-controls .owl-buttons .owl-prev:hover,
.sync1 .owl-controls .owl-buttons .owl-next:hover,
.text-style2 a,
.pi-wrap:hover i,
.black,
.color-list a span.black,
.color-list a span,
.item-colors a,
.black,
.dim,
.navbar-default .navbar-form,
{
background-color: #000 !important;
} */

/*---------------------------------------------------------------------------------color #00000*/

/*-----------------------------------------------------------------------------------------------------color #fff*/
.navbar-default .navbar-toggle .icon-bar,
.details .addtocart,
.nav-trigger:hover,
.footer-bottom p a,
.form-login .btn.twitter,
.form-login .btn.facebook,
.account-title span,
.reset,
.mm-badge-new,
.mm-badge-sale,
#home5 .topcart span,
.sm-hide-body .nav-trigger,
.nav-trigger:hover,
.nav-trigger,
#header4 .header-xtra span,
#header4 .navbar-default .navbar-nav>li>a,
#header4 .header-xtra span:hover,
.top-product-carousel .slick-next,
.top-product-carousel .slick-prev,
.c-text a,
.c-text p,
.c-text h4,
#popup-newsletter .block-content button,
.badge,
.accordion-toggle span,
.btn-color:hover,
.btn-color,
.addtobag:hover,
.addtobag,
.share a:hover,
.share a,
.sync1 .owl-controls .owl-buttons .owl-prev:hover,
.sync1 .owl-controls .owl-buttons .owl-next:hover,
.sync1 .item,
.ph_btn a,
.page_header_info p,
.page_header_info h2,
.poll button,
#home2 .home-carousel .slick-next:hover,
#home2 .home-carousel .slick-prev:hover,
#home2 .home-carousel .slick-prev,
#home2 .home-carousel .slick-next,
.text-style4 p,
.text-style4 h4,
#policy2 .pi-wrap i,
#home2 .product-carousel3 .slick-next:hover,
#home2 .product-carousel3 .slick-prev:hover,
.text-style3 h6,
.text-style2 a,
.text-style2 p,
.text-style2 h6,
.text-style1 p,
.text-style1 h6,
.cart-btn a:hover,
.cart-btn a,
.ci-edit a,
.topcart:hover span,
.tbr-inner a,
.newsletter button:hover,
.newsletter button,
.newsletter input,
.f-social li a:hover,
.widget-footer h5,
.quote-info p,
.slick-prev,
.slick-next,
.overlay-rmore,
.pi-wrap p,
.pi-wrap h4 span,
.pi-wrap h4,
.pi-wrap:hover i,
.filter li a,
.selected,
.filter li a:hover,
.product-overlay a:hover,
.product-overlay a,
.topsearch:hover span,
.header-xtra span:hover,
.tpc-info h4 a,
.cart-btn a:first-child:hover,
.ci-edit a:hover,
.tb_center ul li::after,
.overlay-rmore,
.tweets_txt,
.widget-footer p,
.tweets_txt span,
.widget-tags li a,
.f-social li a {
    color: var(--text-white) !important;
}

span#total-cart-items,
.home3 .navbar-default .navbar-nav>li>a:hover,
.home3 .navbar-default .navbar-nav>li>a.active,
.navbar-collapse,
.mega-menu,
.body,
.modal-content,
.accordion-content,
.table-btn,
.cart-table,
.tab-content,
.caption-link,
.page_header_info h2:after,
.side-widget h3 span,
.tpc-info a.cart-btn:hover,
.clients-carousel2 .uc2 li a,
.text-style1 h6:after,
.cart-info:after,
.cart-info,
.clients-carousel .slick-slide,
h5.heading2 span,
h5.heading span,
.bs-text-center,
.header-xtra span,
.home3 .top_bar,
.icon5,
.featured-products {
    background-color: #fff !important;
}

/*color #fff--------------------------------------------------------------------------------------------------------*/


h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

p {
    font-size: 16px;
    line-height: 22px;
}

a,
a:hover,
a:active,
a:focus {
    outline: 0;
    text-decoration: none;
}

a,
a:hover,
button,
button:hover {
    transition: .4s;
}

a {
    transition: .4s;
    text-decoration: none;
    font-weight: 500;
}

ul,
li {
    margin: 0;
    list-style: none;
    padding: 0;
}

a:hover {
    transition: .4s;
    text-decoration: none;
}

a:focus {}

.margin-less {
    margin-top: -120px;
}

/* 2. HEADER */

.top_bar {
    height: 44px;
    position: relative;
    z-index: 9999999;
}

.home3 .top_bar {
    height: 44px;
    border-top: none;
    border-bottom: 1px solid #ededed;
    position: relative;
    z-index: 9999999;
    margin: 0 0 -20px;
}

.navbar-default .navbar-toggle {
    border-color: transparent !important;
}

#header2-sticky-wrapper.is-sticky header {
    height: 137px;
    padding: 45px 0px;
    transition: all 0.4s ease 0s;
    border-bottom: 1px solid #F5F5F5;
}

#header4 .is-sticky header {
    background: rgba(0, 0, 0, 0.3);
    border-bottom: none;
}
/* .navbar-brand {
    padding: 0;
    height: 55px;
    margin-top: 0.4em;
} */

.navbar>.container .navbar-brand {
    margin-left: 0px;
    max-width: 175px;
}

.navbar {
    border: medium none;
    background: transparent;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
    border-top: .2px solid #ededed;
}


.navbar-nav {
    margin: 0px 0px 0px;
    float: left !important;
}

.nav>li>a {
    padding: 9px 12px;
    margin: 5.8px -9px;
}

.nav li a:hover {
    font-weight: 500;
    transition: .2s all ease;
}

.header-xtra {
    position: relative;
    margin-top: 1.4%;
    margin-left: 0px;
}

.header-xtra span {
    width: 32px;
    height: 32px;
    border-radius: 3px;
    display: inline-block;
    line-height: 32px;
    text-align: center;
    margin-left: 3px;
    font-size: 13px;
    cursor: pointer;
    transition: .4s;
    position: relative;
    background-color: transparent !important;
}

.header-xtra span:hover {
    transition: .4s;
}

.searchtop {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0;
    margin-top: 30px;
    transition: .4s;
}

.topsearch:hover .searchtop {
    opacity: 1;
    visibility: visible;
    margin-top: 12px;
    transition: .4s;
}


/* 3. BLOCK STYLES */

.block-content {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border: 0px solid #038a9996;
}

.block-content.margin-less {
    margin: 0;
}

.no-margin {
    margin: 0px !important;
}

.block-content img {
    opacity: 1;
    transition: 0.3s;
}

.block-content:hover img {
    opacity: 0.9;
    transition: 1s;
    transition: 1s all;
}

/* .block-content .gallry_img_cap:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(6, 41 ,45,0.5);
    transition: 1s ease;
    z-index: -1;

} */
/* .block-content .gallry_img_cap:hover:before {
    background-color: rgb(6 41 45 / 84%);

} */
.bs-text-down {
    color: var(--text-white);
    font-size: 2.5rem;
    font-weight: 500;
    text-transform: capitalize;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}


.bs-text-down:before {
    content: '';
    position: absolute;
    border: rgba(255, 255, 255, 0.5) solid 3px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left;
}

.bs-text-down span {
    text-transform: none;
    font-size: 16px;
    display: block;
    font-weight: 400;
}

.block-content:hover .bs-text-down:before {
    top: -7px;
    right: -7px;
    bottom: -7px;
    left: -7px;
}

.bs-text-center {
    background: rgba(255, 255, 255, 0.9);
    padding: 20px 15px;
    color: #333;
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 20px;
    bottom: 110px;
    width: 100%;
    height: 80px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.bs-text-center:before {
    content: '';
    position: absolute;
    border: rgba(255, 255, 255, 0.5) solid 3px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left;
}

.block-content:hover .bs-text-center:before {
    top: -7px;
    right: -7px;
    bottom: -7px;
    left: -7px;
}

.bs-text-center span {
    text-transform: none;

    font-size: 16px;
    display: block;
    font-weight: 400;
}

.featured-products {}

h5.heading {
    width: 100%;
    max-width: 570px;
    display: table;
    margin: 20px auto 30px;
    position: relative;
}

h5.heading:after {
    content: "";
    background: #cccccc00;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
}

h5.heading span {
    font-size: 22px;
    float: left;
    font-weight: 510;

    text-transform: capitalize;
    position: relative;
    z-index: 99;
    padding: 0 15px;
    margin: 0 auto;
    display: table;
}

h5.heading2 {
    width: 100%;
    max-width: 370px;
    display: table;
    margin: 20px auto 30px;
    position: relative;
}

h5.heading2:after {
    content: "";
    background: #cccccc;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
}

h5.heading2 span {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    position: relative;
    z-index: 99;
    padding: 0 15px;
    margin: 0 auto;
    display: table;
}

.product-info {
    text-align: center;
    margin: 0px 0px 0 0px;
    min-height: 140px;

}

@media only screen and (max-width: 479px) {
    .clothing {
        border: .5px solid #f3f3f3ee;
        min-height: 280px;
    }
}

.product-title {
    font-size: 20px !important;
    font-weight: 400;
    margin: 0px;
    color: var(--text-color);
    padding: 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.product-title a {
    color: var(--text-color) !important;
}

.product-title a:hover {
    color: var(--text-color) !important;
}


.product-price em {
    font-size: 13px;
    font-weight: 400;
    font-size: 20px;
    font-style: normal;
}

.product-price .cutprice {
    font-size: 13px;
    color: #888888;
    text-decoration: line-through;
}

.item-colors a {
    display: inline-block;
    width: 21px;
    height: 21px;
    margin: 0 1px;
}

.item-colors a.black {}

.item-colors a.brown {
    background: #635c63;
}

.item-colors a.red {
    background: #a30014;
}

.item-colors a.darkgrey {
    background: #2f3c4d;
}

.item-colors a.litebrown {
    background: #c3c2c0;
}

.item-colors a.white {
    background: #f2f2f2;
}

.item-colors a.liteblue {
    background: #859cbc;
}

.item-colors a.cream {
    background: #f7d2c2;
}

.item-colors a.yellow {
    background: #c8c258;
}

.color-list a span {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.color-list a span.black {}

.color-list a span.brown {
    background: #635c63;
}

.color-list a span.red {
    background: #a30014;
}

.color-list a span.darkgrey {
    background: #2f3c4d;
}

.color-list a span.litebrown {
    background: #c3c2c0;
}

.color-list a span.white {
    background: #f2f2f2;
}

.color-list a span.liteblue {
    background: #859cbc;
}

.color-list a span.cream {
    background: #f7d2c2;
}

.color-list a span.yellow {
    background: #c8c258;
}

.black {}

.brown {
    background: #635c63;
}

.red {
    background: #a30014;
}

.darkgrey {
    background: #2f3c4d;
}

.litebrown {
    background: #c3c2c0;
}

.white {
    background: #f2f2f2;
}

.liteblue {
    background: #859cbc;
}

.cream {
    background: #f7d2c2;
}

.yellow {
    background: #c8c258;
}

.item-thumb {
    position: relative;
    overflow: hidden;
    height: 140px;
    background-color: rgb(0 192 213 / 6%);
    border-bottom: 1px solid #038a9947;
    border-radius: 0px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.tpc-info p {
    margin: 0;
}
.tpc-info h6 {
    font-size: 1.5rem;
}
.product-overlay {
    left: 30px;
    position: absolute;
    bottom: 0px;
    transition: .4s;
    width: 100%;
    margin-bottom: 3em;

}

.product-overlay.top1 {
    margin-bottom: .3em !important;
    left: 10px !important;
}


.product-overlay a {
    /* width: 100px; */
    height: 30px;
    font-size: 14px;
    border-radius: 3px;
    line-height: 28px;
    text-align: center;
    display: block;
    margin-top: 5px;
    margin: 10px auto 0;
}

.filter {
    display: table;
    margin: 0 auto 35px;
}

.filter li {
    float: left;
    margin: 0 2px;
}

.filter li a {
    line-height: 34px;
    background: rgba(135, 135, 135, 0.2);
    text-align: center;
    line-height: 34px;
    display: table;
    padding: 0 15px;
    font-size: 13px;
    position: relative;
    font-weight: 500;
}

.filter li a.selected:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 4px 4px 0;
    border-color: #444444 transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.featured-products #isotope {
    margin: 0 -15px;
}

.featured-products .isotope-item {
    width: 20%;
    padding: 0 15px;
}

/* 5. POLICY STYLES */

.policy-item {
    margin: 0 0 0;
    padding: 30px 0;
    margin-bottom: -3.5em;
}

.pi-wrap i {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #EDEDED;
    transition: all 0.3s ease-out 0s;
    margin: auto;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    line-height: 60px;

}

.pi-wrap:hover i {}

.pi-wrap h4 {
    margin: 0px;
    padding: 23px 0px 0px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    position: relative;
}

.pi-wrap h4 span {
    display: block;
    text-transform: none;
    font-weight: bold;
    position: relative;
    font-size: 14px;
}

.pi-wrap h4:before {
    content: "";
    border-bottom: 1px solid #C9C9C9;
    bottom: -10px;
    height: 1px;
    left: 0px;
    margin: auto;
    position: absolute;
    right: 0px;
    text-align: center;
    width: 50%;
    opacity: 0.45;
}

.pi-wrap p {
    font-size: 13px;
    padding: 20px 0 0;
    margin: 0;
}

/* 6. PARALLAX STYLES */

.parallax-bg1 {
    background: url(../images/bg/1.jpg) no-repeat top fixed;
    background-size: cover;
    position: relative;
}

.parallax-bg2 {

    background-size: cover;
    position: relative;
}

.parallax-bg3 {
    background: url(../images/bg/3.jpg) no-repeat top fixed;
    background-size: cover;
    position: relative;
}

/* 7. BLOG STYLES */

.home-blog {
    padding: 45px 0 30px;
}

.hp-meta {
    margin-bottom: 10px;
}

.hp-meta span {
    color: #888888;
    font-size: 13px;
    margin: 0 3px;
}

.hp-meta i {}

.post-thumb {
    position: relative;
}

.post-excerpt h4 {

    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 13px;
}

.post-excerpt h4 a {}

.post-excerpt h4 a:hover {}

.overlay-rmore {
    position: absolute;
    border-radius: 50%;
    height: 54px;
    width: 54px;
    line-height: 54px;
    left: 50%;
    top: 50%;
    margin: -27px 0 0 -27px;
    z-index: 5;
    text-align: center;
    font-size: 19px;
    font-weight: normal;
    border-color: #D6644A;
    transition: .4s;
    opacity: 0;
    -webkit-transform: translateZ(0) rotate(-45deg);
    transform: translateZ(0) rotate(-45deg);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    visibility: hidden;
    transition: .4s;
}

.product-item:hover .overlay-rmore,
.home-post:hover .overlay-rmore {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1.2) rotate(-0deg);
    transform: scale(1.2) rotate(-0deg);
    -webkit-transition-timing-function: cubic-bezier(0.47, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 0.31, -0.36);
    transition: .4s;
}

.home-post:hover .post-thumb img {
    opacity: 0.7;
    transition: .4s;
}

/* 8. EXTRAS */

.space10 {
    margin-bottom: 10px !important;
}

.space20 {
    margin-bottom: 20px !important;
}

.space30 {
    margin-bottom: 30px !important;
}

.space40 {
    margin-bottom: 40px !important;
}

.space50 {
    margin-bottom: 50px !important;
}

.space60 {
    margin-bottom: 60px !important;
}

.space70 {
    margin-bottom: 70px !important;
}

.space80 {
    margin-bottom: 80px !important;
}

.space90 {
    margin-bottom: 90px !important;
}

.space100 {
    margin-bottom: 100px !important;
}

.padding10 {
    padding-top: 10px !important;
    padding-top: 10px !important;
}

.padding20 {
    padding-top: 20px !important;
    padding-top: 20px !important;
}

.padding30 {
    padding-top: 30px !important;
    padding-top: 30px !important;
}

.padding40 {
    padding-top: 40px !important;
    padding-top: 40px !important;
}

.padding50 {
    padding-top: 50px !important;
    padding-top: 50px !important;
}

.padding60 {
    padding-top: 60px !important;
    padding-top: 60px !important;
}

.padding70 {
    padding-top: 70px !important;
    padding-top: 70px !important;
}

/* 9. CAROUSEL STYLES */

.product-carousel,
.product-carousel2,
.product-carousel3 {
    margin: 0 -15px;
}

.pc-wrap {
    padding: 0 15px;
}

.slick-next {
    width: 60px;
    height: 60px;
    border-radius: 3px;
    background: var(--bannernavigcolor);
    text-align: center;
    line-height: 30px;
       border: 1px solid #393186;
    font-size: 0px;
    position: absolute;
    top: 60%;
    margin-top: -80px;
    right: 15px !important;
    transition: .4s;
    opacity: 1;
    visibility: visible;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.slick-next:after {
    content: "\f054";
    font-family: 'FontAwesome';
    font-size: 20px;
}

.slick-prev {
    width: 60px;
    height: 60px;
    border-radius: 3px;
    background: var(--bannernavigcolor);
    text-align: center;
    line-height: 30px;
       border: 1px solid #393186;
    font-size: 0px;
    position: absolute;
    top: 60%;
    margin-top: -80px;
    left: 15px !important;
    transition: .4s;
    opacity: 1;
    visibility: visible;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.slick-prev:after {
    content: "\f053";
    font-family: 'FontAwesome';
    font-size: 20px;
}

.slick-next:hover,
.slick-prev:hover {
    transition: .4s;
    visibility: visible;
}

.product-carousel:hover .slick-next,
.product-carousel2:hover .slick-next,
.product-carousel3:hover .slick-next {
    right: -0px;
    opacity: 1;
    visibility: visible;
}

.product-carousel:hover .slick-prev,
.product-carousel2:hover .slick-prev,
.product-carousel3:hover .slick-prev {
    left: -0px;
    opacity: 1;
    visibility: visible;
}

/* 10. TESTIMONIAL STYLES */
.testimonial {
    padding: 10px 0px 0px !important;
}
.testimonial2 .quote-info {
    margin: 0;
    text-align: center;
}

.testimonial2 .quote-info p {
    margin: 15px 6% 25px;
}

.testimonial2 img {
    margin: 0 auto;
    float: none;
}

.quote-carousel img {
    width: 115px;
    float: left;
    margin: auto;
    height: 115px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 20px;
   border: 3px solid #fff;  

}
.quote-info {
    display: grid;
    width: 490px;
    height: auto;
    border-radius: 20px;
    background-color: #fff;
    margin: 60px auto 0px;
    position: relative;
    text-align: center;
    padding: 70px 30px;
    color: #070707;
}

.quote-info cite {
    font-size: 13px;
    font-style: normal;
}

.quote-info p {
    font-size: 16px;
    margin: 15px 0 0;
}

.slick-dots {
    display: table;
    margin: 0 auto;
    position: relative;
    top: 40px;
}

.slick-dots li {
    margin: 0 5px;
    float: left;
}

.slick-dots li button {
    border: none;
    background: #eeeeee;
    width: 10px;
    height: 10px;
    font-size: 0px;
    opacity: 0.36;
    padding: 0px;
    transition: .4s;
    display: none;
}

.slick-dots li button:hover,
.slick-dots li.slick-active button {
    background: #eeeeee;
    opacity: 1;
    transition: .4s;
}

/* 11. CLIENT STYLES */

.clients-carousel2 .slick-dots,
.home-carousel .slick-dots {
    top: 20px;
}

.clients-carousel2 .slick-dots li button,
.home-carousel .slick-dots li button {
    background: #292929;
}

.clients-carousel2 .slick-dots li button:hover,
.clients-carousel2 .slick-dots li.slick-active button,
.home-carousel .slick-dots li button:hover,
.home-carousel .slick-dots li.slick-active button {
    background: #292929;
}

.clients {
    padding: 48px 0;
    background: rgba(234, 234, 234, 0.34);
}

.clients-carousel {
    margin: 0 -15px;
}

.cart-info,
.clients-carousel .slick-slide {
    margin: 0 25px;
}

.clients-carousel img {
    display: table;
    margin: 0 auto;
}

/* 12. WIDGETS */

.f-widgets {
    padding: 55px 0 35px;
}

.f-widgets h6 {

    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--primary);
    margin: 0 0 45px;
    position: relative;
}

.f-widgets h6:after {
    content: "";
    background: #CCC;
    width: 70px;
    height: 1px;
    position: absolute;
    bottom: -12px;
    left: 0;
}

.f-widget-content li {
    display: table;
    width: 100%;
    margin: 0 0 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0f0f0;
}

.f-widget-content li:last-child {
    border-bottom: none;
}


.fw-info {
    margin-left: 90px;
}

.fw-info h4 {
    font-size: 16px;
    color: var(--text-color);
    margin: 0 0 2px;
}

.fw-info h4 a {
    color: var(--tex);
}

.fw-price {

    font-size: 16px;
    color: var(--text-color);
}

.ratings span {
    color: #ccc;
    margin: 0 0px 3px;
}

.ratings span.act {
    color: #ffcc01;
}

/* 13. FOOTER */

footer {
    padding: 45px 0 35px;
}

.widget-footer h5 {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 22px;
}
.tweets_txt,
.widget-footer p {
    font-size: 16px;
    font-family: inherit;
}

.tweets_txt span {
    display: block;
}

.tweets_txt a:hover {
    color: #eee;
}

#twitterfeed li {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #2c2c2c;
    padding-left: 30px;
    position: relative;
}

#twitterfeed li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}

#twitterfeed li:after {
    content: "\f099";
    font-family: 'FontAwesome';
    color: #eeeeee;
    font-size: 21px;
    position: absolute;
    top: -2px;
    left: 0px;
}

.f-social {
    border-top: 1px solid #fff;
    margin: 4px 0 0 0;
    padding-top: 17px;
    display: block;
    width: 100%;
}

.f-social li {
    float: left;
    margin-right: 15px;
    position: relative;
}

.f-social li a {
    font-size: 21px;
}

.f-social li a:hover {
    transform: scale(1.4);
    transition: .5s all ease;
}

.widget-tags li {
    float: left;
    margin-right: 7px;
    margin-bottom: 9px;
}

.widget-tags li a {
    height: 30px;
    border: 1px solid var(--border);
    font-size: 14px;
    line-height: 28px;
    padding: 0 10px;
    display: table;
}

.widget-tags li a:hover {
    border-color: #ffffff;
    color: #fff;
    transform: scale(1);
    transition: .3s all ease;
}

.newsletter input {
    height: 36px;
    border: 1px solid white;
    border-radius: 6px;
    padding: 0 20px;
    line-height: 36px;
    width: 100%;
    margin-bottom: 13px;
    outline: 0;
}

.newsletter button {
    border-radius: 3px;
    height: 39px;
    line-height: 39px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .12);
    border: none;
    float: left;
    /* background-color: #d19b2f !important; */
}

.newsletter button:hover {
    background: #343434;
}

/* 14. FOOTER / COPYRIGHT */

.footer-bottom {
    padding: 50px 0 0;
}

.footer-bottom p {
    color: #fff !important;
    margin: 0;
    float: left;
}

.flinks li {
    float: left;
    margin-right: 12px;
    position: relative;
}

.flinks li::after {
    content: "|";
    color: #555;
    position: relative;
    right: -6px;
}

.flinks li:last-child:after {
    display: none;
}

.flinks li a {
    color: #bbbbbb;
}

.payment {
    position: relative;
    top: 4px;
}

.top_bar p {}

.tb_left {
    padding: 8px 0;
}

/* .tb_center {
    margin-left:  !important;
    padding: 10px 0;
} */

.tb_center ul li {
    float: left;
    color: #111;
    margin-right: 43px;
    position: relative;
    font-weight: 500;
}

.tb_center ul li::after {
    content: "|";
    position: absolute;
    right: -22px;
}

.tb_center ul li:last-child:after {
    display: none;
}

.tb_center ul li i {
    margin-right: 4px;
}

.tb_center ul li a {}

.tbr-inner {
    display: none;
}

.tbr-inner img {
    margin-right: 3px;
    position: relative;
    top: -1px;
}

.tb_right li {
    color: #111;
    float: left;
    position: relative;
    padding: 9px 0;
    cursor: pointer;
}

.tb_right li:nth-child(2) span img {
    position: relative;
    top: -1px;
    margin-right: 3px;
}

.tb_right li .tbr-info span {
    color: #111;
    padding: 0;
    display: table;
    line-height: 17px;
    letter-spacing: 0.4px;
}

.tb_right li:first-child .tbr-info span {}

.tb_right li i {
    color: #fff;
    font-size: 10px;
    margin-left: 12px;
    cursor: pointer;
}

.tbr-inner {
    left: -12px !important;
    display: block;
    position: absolute;
    background: #2F2E2A;
    color: #111;
    padding: 0;
    width: 130px;
/*    top: 48px !important;*/
    top: 57px !important;
    right: 0 !important;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

.tbr-inner:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 5px 4px;
    border-color: #2F2E2A transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -4px;
    right: 30px;
}

.tb_right li:hover .tbr-inner {
    opacity: 1;
    visibility: visible;
    transition: .4s;
}

.tbr-inner a {
    font-size: 11px;
    display: table;
    width: 100%;
    padding: 8px 10px;
    border-bottom: 1px solid #444;
}

.tbr-inner a:first-child {
    border-radius: 0;
}

.tbr-inner a:last-child {
    border-bottom: none;
    border-radius: 0 0 5px 5px;
}
.topsearch form input {
    border: 1px solid #666;
    width: 331px;
    height: 50px;
    font-size: 13px;
    padding: 0 20px;
    line-height: 48px;
}

.topcart, .whish_lish {
    display: inline-block;
    /* margin-top: 4px; */
    /* padding: 12px 12px; */
    color: #fff;
    position: relative;
}

.topsearch {
    display: inline-block;
}

.cart-info {
    border: solid 1px #666;
    width: 34.5em
        /*330px*/
    ;
    padding: 25px 25px 35px;
    position: absolute;
    right: 0;
    margin-top: 30px;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    z-index: 99999;
    height: 465px;
    overflow: auto;
    overflow-x: hidden !important;
}

.cart-info:after {
    content: "";
    height: 12px;
    width: 100%;
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    opacity: 0;
}

.topcart:hover .cart-info {
    opacity: 1 !important;
    visibility: visible !important;
    margin-top: 30px;
    transition: .4s;
    border-bottom-left-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
}

.topcart:hover {
    background-color: #247f2d !important;
    cursor: pointer;
}

.cart-info small {
    font-size: 13px;
    text-transform: none;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 12px;
    margin-bottom: 17px;
    display: table;
}

.cart-info small em {
    font-style: normal;
}

.ci-item {
    display: table;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.ci-item img {
    float: left;
}

.ci-item-info {
    margin-left: 92px;
}

.ci-item-info h5 {

    font-size: 14px;

    text-transform: none;
    margin: 0 0 5px;
}

.ci-item-info h5 a {}

.ci-item-info h5 a:hover {}

.ci-item-info p {}

.ci-edit a {
    background: #aaaaaa;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}


.ci-total {
    font-size: 15px;
    text-transform: none;
    margin: -10px 0 15px;
}

.cart-btn a {
    font-size: 11px;
    text-transform: none;
    height: 33px;
    padding: 0 17px;
    line-height: 33px;
    display: inline-block;
    border-radius: 2px;
    font-weight: 700;
}

/* .cart-btn a:first-child {
    ;
} */

.cart-btn a:hover {}

.text-style1 {
    position: absolute;
    bottom: 30px;
    left: 25px;
    width: 100%;
}

.text-style1 h6 {
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 15px;
    position: relative;
}

.text-style1 h6:after {
    content: "";
    width: 80px;
    height: 2px;
    position: absolute;
    bottom: -7px;
    left: 0;
}

.text-style1 p {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    line-height: 16px;
}

.text-style2 h6 {
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    position: relative;
}

.text-style2 {
    position: absolute;
    bottom: 37px;
    left: 25px;
    width: 100%;
}

.text-style2 p {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 8px;
    line-height: 16px;
}

.text-style2 a {
    font-size: 11px;
    font-weight: bold;
    line-height: 28px;
    padding: 0 15px;
    text-transform: uppercase;
    display: table;
}

.text-style3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    right: 0;
}

.text-style3 h6 {
    height: 30px;
    text-align: center;
    vertical-align: middle;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: -15px;
    position: relative;
    top: 50%;
}

.heading-sub:after,
.heading-sub2 h5:after {
    content: "";
    width: 230px;
    height: 2px;
    background: #CCC;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.heading-sub2 h5:after {
    content: "";
    width: 170px;
    bottom: -10px;
}

.heading-sub2:after {
    display: none;
}

.heading-sub h5 {

    font-size: 23px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--primary);
    position: relative;
}

.heading-sub2 h5 {
    margin-bottom: 20px;
    margin-top: 80px;
}
.heading-sub p {
    font-size: 16px;
    text-align: justify;
}

#home4 .product-carousel3 .slick-next,
#home2 .product-carousel3 .slick-next {
    width: 28px;
    height: 28px;
    border-radius: 3px;
    background: transparent;
    text-align: center;
    line-height: 30px;
    border: none;
    font-size: 0px;
    position: absolute;
    top: 50%;
    margin-top: -80px;
    right: -17px;
    transition: .4s;
    opacity: 1;
    visibility: visible;
}

#home4 .product-carousel3 .slick-next:after,
#home2 .product-carousel3 .slick-next:after {
    content: "\f054";
    font-family: 'FontAwesome';
    font-size: 16px;
}

#home4 .product-carousel3 .slick-prev,
#home2 .product-carousel3 .slick-prev {
    width: 28px;
    height: 28px;
    border-radius: 3px;
    background: transparent;
    text-align: center;
    line-height: 30px;
    border: none;
    font-size: 0px;
    position: absolute;
    top: 50%;
    margin-top: -80px;
    left: -15px;
    transition: .4s;
    opacity: 1;
    visibility: visible;
}

#home2 .product-carousel3 .slick-prev:after {
    content: "\f053";
    font-family: 'FontAwesome';
    font-size: 16px;
}

#home2 .product-carousel3 .slick-next:hover,
#home2 .product-carousel3 .slick-prev:hover {
    transition: .4s;
    visibility: visible;
}

#policy2 .pi-wrap {
    margin: 0;
    display: flex;
    align-items: center;
}
.service-img-box {
    padding: 8px;
    border: 1px solid #055c65;
    border-radius: 4px;
    background-color: #055c6529;
}
.service-contant {
    padding:0 20px;
}
#policy2 .pi-wrap i {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: transparent;
    transition: all 0.3s ease-out 0s;
    margin: 0;
    float: left;
    cursor: pointer;
    display: inline-block;
    font-size: 38px;
    line-height: 38px;
}

#policy2 .pi-wrap:hover i {
    background-color: transparent;
}

#policy2 .pi-wrap h4 {
    margin: 0 0 0 0;
    padding: 0px;
    text-transform: uppercase;
    font-weight: 560;
    line-height: 20px;
    position: relative;
    font-size: 1.9rem;
    max-width: 260px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#policy2 .pi-wrap h4 span {
    display: block;
    text-transform: none;
    font-weight: 400;
    position: relative;
    font-size: 14px;
}

#policy2 .pi-wrap h4:before {
    display: none;
    content: "";
    border-bottom: 1px solid #dedede;
    bottom: -10px;
    height: 1px;
    left: 0px;
    margin: 0;
    position: absolute;
    right: 0px;
    text-align: center;
    width: 50%;
    opacity: 1;
}

#policy2 .pi-wrap p {
    padding: 7px 0 0;
    /* display: -webkit-box; */
    max-width: 250px;
    margin: 0 0;
    font-size: 14px;
    line-height: 1;
    /* -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all; */
}

.home2-widget {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    background: #fafafa;
    padding: 55px 0;
}

.home2-widget h3 {

    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--primary);
    text-align: center;
    margin: 0 0 40px;
    position: relative;
}

.home2-widget h3:after {
    content: "";
    width: 70px;
    height: 1px;
    background: #CCC;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.home2-widget .hp-meta span {
    margin: 0px 2px;
}

.clients-carousel2 .uc2 {
    margin: 0px -15px -25px;
    display: table;
}

.clients-carousel2 .uc2 li {
    width: 33.3333%;
    float: left;
    padding: 0 15px 30px;
}

.clients-carousel2 .uc2 li a {
    display: table;
    width: 100%;
}

.clients-carousel2 .uc2 li a img {
    display: table;
    margin: 0 auto;
}

.quote-simple {
    margin-bottom: 30px;
}

.quote-simple img {
    width: 99px;
    float: none;
    margin: 0 auto;
}

.quote-simple .quote-info {
    margin: 0;
    text-align: center;
}

.quote-simple .quote-info h4 {
    margin: 10px 0 0;
}

.quote-simple .quote-info cite {
    color: #aaaaaa;
}

.quote-simple .quote-info p {
    font-size: 13px;
}

.f-categories {
    padding: 40px 0 0;
}

.text-style4 {
    position: absolute;
    width: 100%;
    padding: 0 20px;
    bottom: 55px;
    left: 0;
    right: 0;
}

.text-style4 h4 {
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 1px;
    text-align: center;
    position: relative;
}

.text-style4 p {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    line-height: 16px;
    text-align: center;
}

.top-product-carousel {}

.tpc-content {
    position: relative;
}

.tpc-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.69);
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

.tpc-content:hover .tpc-overlay {
    opacity: 1;
    visibility: visible;
    transition: .4s;
}

.tpc-overlay-inner {
    display: table;
    height: 100%;
    margin: 0 auto;
}

.tpc-info h4 {
    margin: 0 0 5px;
}

.tpc-info h4 a {
    font-size: 23px;
}

.tpc-info h4 a:hover {}

.tpc-info p {
    font-size: 12px;
    color: #eee;
}

.tpc-content:hover {
    box-shadow: 0px 0px 22px -8px #bebebe;
}

.tpc-info a.cart-btn {
    height: 50px;
    border: 1px solid #fff;
    line-height: 48px;
    text-align: center;
    padding: 0 29px;
    display: table;
    margin: 25px auto 0;
    font-size: 15px;
    color: #eee;
    text-transform: uppercase;
}

.tpc-info {
    margin-top: 0;
    text-align: center;
}


#policy3 .pi-wrap i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: transparent;
    transition: all 0.3s ease-out 0s;
    margin: auto;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    font-size: 38px;
    line-height: 40px;
}

#policy3 .pi-wrap:hover i {
    background-color: transparent;
    color: #333;
}

#policy3 .pi-wrap h4 {
    color: var(--text-color);
    padding: 15px 0 0;
}

#policy3 .pi-wrap h4 span {

    font-weight: 400;
}

#policy3 .pi-wrap h4::before {
    display: none;
}

.home-blog2 {
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 45px 0px 40px;
}

.featured-products2 {
    margin: 20px 0 0;
    padding: 50px 0 25px;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.mega-menu {
    border: none;
    position: absolute;
    left: 0px !important;
    width: 100%;
    top: 45px;
    max-width: 1050px;
    right: 0px !important;
    margin: 0px auto;
    border-radius: 0px;
    padding: 30px 35px 50px;
    -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, .06);
    -moz-box-shadow: 0 -1px 2px rgba(0, 0, 0, .06);
    box-shadow: 0 -1px 2px rgba(0, 0, 0, .06);
}

.navbar-right .submenu {
    left: 0px;
    right: auto !important;
}

.submenu {
    border: none;
    -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, .06);
    -moz-box-shadow: 0 -1px 2px rgba(0, 0, 0, .06);
    box-shadow: 0 -1px 2px rgba(0, 0, 0, .06);
    padding: 0;
    border-radius: 0px;
}

.submenu a {
    border-bottom: 1px solid #ededed;
    padding: 10px 40px 10px 20px !important;
    font-size: 13px;
    display: table;
    width: 100%;
    text-transform: none;
    position: relative !important;
}

.mega-menu li {
    width: 38%;
    float: left;
    display: inline-flex;
}

ul {
    list-style: none !important;
}

.mega-menu li div {
    padding-right: 40px;
    display: block;
    width: 50%;
    float: left;
}

.mega-menu li div a {
    width: 100%;
    display: table;
    border-bottom: 1px solid #ededed00;
    padding: 4px;
    font-size: 12px;

    text-transform: none;
    position: relative !important;
}

/*

.mega-menu li div a:after {
    content: "";
    background: #aaaaaa;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 18px;
}
*/

.mega-menu li div h5 a {

    font-size: 14px;
    text-transform: uppercase;
    color: var(--primary);
    margin: 0 0 5px;
    font-weight: 600;
}

.nav>li.mmenu,
.nav>li.mmenu a {
    position: static;
}

#header2 .navbar {
    margin-left: -30px;
}

#header2 .navbar-brand {
    padding: 0px;
    margin-top: -22px;
    margin-bottom: 20px;
    text-align: center;
    display: table;
    margin-left: auto;
    float: none;
    margin-right: auto;
}

#header2 .nav>li>a {
    padding: 20px 0;
}

#header2 .navbar-nav>li {
    float: left;
    margin-right: 50px;
}

#home2 .tb_center {
    margin-left: 0px !important;
}

#home2 .tb_center ul li {
    color: #CCC;
}

#home2 .home-carousel .slick-next {
    width: 40px;
    height: 28px;
    border-radius: 0px;
    background: #292929;
    text-align: center;
    line-height: 30px;
    border: none;
    font-size: 0px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: -20px;
    transition: .4s;
    opacity: 1;
    visibility: visible;
}

#home2 .home-carousel .slick-next:after {
    content: "\f054";
    font-family: 'FontAwesome';
    font-size: 13px;
}

#home2 .home-carousel .slick-prev {
    width: 40px;
    height: 28px;
    border-radius: 0px;
    background: #292929;
    text-align: center;
    line-height: 30px;
    border: none;
    font-size: 0px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: -20px;
    transition: .4s;
    opacity: 1;
    visibility: visible;
}

#home2 .home-carousel .slick-prev:after {
    content: "\f053";
    font-family: 'FontAwesome';
    font-size: 13px;
}

#home2 .home-carousel .slick-next:hover,
#home2 .home-carousel .slick-prev:hover {
    transition: .4s;
    visibility: visible;
}

.top-welcome {
    margin-left: -15px !important;
    position: relative;
    top: -20px;
}

#home2 .topcart {
    margin-right: -15px !important;
    position: relative;
    top: -20px;
    background: transparent !important;
}

#home2 .topcart:hover span,
#home2 .topcart span:hover {
    background: transparent;
    cursor: pointer;
}

.top-search2 {
    margin-right: -15px;
    width: 300px;
    position: relative;
    z-index: 9999;
}

.top-search2 input {
    border: none;
    border-bottom: 1px solid #c9c9c9;
    width: 100%;
    height: 35px;
}

.top-search2 button {
    border: none;
    background: transparent;

    font-size: 15px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    right: -4px;
    top: 0px;
}

.no-padding-top {
    padding-top: 0px !important;
}

.home3 .tb_center ul li i {}

.home3 .tb_center ul li a {}

.home3 .tb_center ul li {}

.home3 .tb_center ul li::after {
    content: "|";
    color: #e5e5e5;
}

.home3 .tb_right li:first-child .tbr-info span {
    border-left: 1px solid var(--border);
}

.home3 .tb_right li .tbr-info span {
    border-right: 1px solid var(--border);
}

.home3 header {
    height: auto;
}

.home3 .navbar {
    margin-left: -15px;
}

.home3 .nav>li>a {
    padding: 20px 0;
}

.home3 .navbar-nav>li {
    float: left;
    margin-right: 0px;
}

.home3 .navbar-nav {
    margin: 0;
}

.home3 .navbar {
    margin-bottom: 0;
}

.home3 .navbar-default .navbar-nav>li>a {
    color: #eee;
    padding: 20px 25px;
}

.home3 .navbar-default .navbar-nav>li>a:hover,
.home3 .navbar-default .navbar-nav>li>a.active {}

.home3 .navbar-brand {
    padding: 0px;
    margin-left: -15px;
}

#header4 .header-xtra {
    margin-left: 0 !important;
}

#header4 .top_bar {
    border-top: none;
    background: rgba(255, 255, 255, 0.1);
    margin-bottom: -10px;
}

#header4 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

#header4 header {
    background: transparent;
}

.side-menu {
    position: fixed;
    height: 100vh;
    width: 350px;
    background: #272727;
    top: 0;
    left: -350px;
    padding: 30px 40px 100px;
    transition: .4s;
    overflow: auto;
    overflow-x: hidden;
}

.sm-hide-body {
    padding-left: 350px !important;
    transition: .4s;
}

.side-menu p {
    color: #cccccc;
    margin: 0 0 100px;
}

#home5 {
    padding-left: 0px;
    transition: .4s;
}

.side-widget h3 {

    font-size: 16px;
    font-weight: bold;
    color: var(--primary);
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    margin: 0 0 22px;
}

.side-widget h3:after {
    content: "";
    background: #cccccc;
    height: 1px;
    position: absolute;
    top: 9px;
    left: 0;
    width: 100%;
}

.side-widget h3 span {
    padding-right: 15px;
    position: relative;
    z-index: 88;
    margin: 0 0 20px;
}

.side-widget h5 {
    font-size: 14px;
    font-weight: bold;
    color: var(--primary);
    margin: 0 0 20px;
}

.side-menu .tb_right li {
    font-size: 12px !important;
}

.side-menu .tb_right li .tbr-info span {
    padding: 0px 11px !important;
}

#home5 .side-menu .tb_right li .tbr-info span {
    padding: 0px 8px !important;
}

.brand-list li,
.color-list li,
.size-list li,
.cat-list li {
    margin-bottom: 10px;
}

.brand-list li a,
.color-list li a,
.size-list li a,
.cat-list li a {
    font-size: 14px;
    margin-left: 5%;
}

.poll span {
    display: table;
}

.poll span em {
    font-style: normal;
    margin-left: 8px;
    position: relative;
    top: -2px;
}

.poll button {
    border-radius: 3px;
    border: none;
    line-height: 30px;
    display: table;
    padding: 0 22px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .12);
}

.compare-wrap {
    background: #f6f6f6;
    display: table;
    height: 118px;
    width: 100%;
    padding: 30px;
}

.compare-wrap p {
    display: table-cell;
    margin: 0px;
    vertical-align: middle;
    text-align: center;
}
.filter-wrap select {
    height: 30px;
    border: 1px solid var(--primary);
    padding: 0 10px;
    width: 200px;
    border-radius: 4px;
    font-weight: 400;
    outline: none !important;
}
.filter-wrap .col-md-3 a {
    cursor: pointer;
}

.page_nav {
    display: inline-block;
}

.page_nav li {
    float: left;
    padding: 0 8px;
    position: relative;
}

.page_nav li::after {
    content: "";
    height: 17px;
    width: 1px;
    background: #E4E4E4;
    position: absolute;
    right: 0px;
}

.page_nav li:last-child {
    padding: 0 0 0 8px;
}

.page_nav li:last-child:after {
    display: none;
}

.page_nav li a:hover {
    border-bottom: 1px solid #666;
}

.pagenav-wrap em {
    position: relative;
    top: -5px;
    font-style: normal;
    margin-right: 8px;
}

.related-posts {
    border-top: 1px solid #CCC;
    padding-top: 17px;
    padding-bottom: 22px;
    display: table;
    width: 100%;
}

.related-posts h5 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--primary);
    margin: 0 0 30px;
}

.related-posts ul li {
    float: left;
    margin-right: 35px;
    width: 125px;
    margin-bottom: 20px;
}

.bcrumbs {
    background: #f8f8f8;
    margin: 7rem 0;
}
.account-wrap {
    margin-top: 16rem;
}
.page_header {
    background: url(../images/bg/header_bg.jpg) no-repeat right;
    background-size: cover;
    height: 447px;
}

.bcrumbs ul li {
    float: left;
    margin-right: 24px;
    position: relative;
}

.bcrumbs ul li:after {
    content: "/";
    color: var(--primary);
    position: absolute;
    right: -15px;
}

.bcrumbs ul li:last-child:after {
    display: none;
}

.bcrumbs ul li a {}

.page_header_info {
    height: 360px;
    width: 470px;
    border: 4px solid #fff;
    margin-top: 45px;
    float: right;
    padding: 0 50px;
    display: table;
}

.page_header_info h2 {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 30px;
    position: relative;
}

.page_header_info h2:after {
    content: "";
    width: 230px;
    height: 2px;
    position: absolute;
    bottom: -11px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.page_header_info p {
    font-size: 14px;
    margin: 0 0 30px;
}

.ph_btn a {
    height: 31px;
    line-height: 31px;
    background: #40434b;
    padding: 0 20px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 9px;
}

.page_header_info_inner {
    display: table-cell;
    vertical-align: middle;
    top: -4px;
    position: relative;
}

.products-list .product-info {
    text-align: left;
}

.products-list .item-thumb {
    padding: 0;
}

.products-list .product-info {
    padding-left: 30px;
    padding-right: 0;
}

.products-list .product-title {
    margin: 0px 0px 6px;
}

.products-list .product-item {
    display: inline-block;
    width: 98%;
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #ececec;
}

.products-list .col-md-12:last-child .product-item {
    padding-bottom: 0px;
    margin-bottom: none;
    border-bottom: none;
}

.products-list .product-info p {
    margin-top: 8px;
}

/*.ps-slider {
    width: 79.25%;
    float: left;
    position: relative;
}

.ps-slider img {
    width: 100%;
    transition: .4s;
}

.ps-slider-nav {
    width: 20.75%;
    float: right;
    position: relative;
    z-index: 999;
}

.ps-slider-nav ul {
    padding-left: 10px;
}

.ps-slider-nav li {
    margin-bottom: 10px;
    transition: .4s;
    cursor: pointer;
}

.ps-slider-nav li img {
    transition: .4s;
}

.ps-img1 {
    opacity: 1;
    transition: .4s;
}

.ps-img2,
.ps-img3,
.ps-img4 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 888;
    transition: .4s;
}
.product-single{
    display: inline-block;
    width: 100%;
}
.ps-header {
    display: table;
    position: relative;
    padding-right: 80px;
}

.ps-slider-nav ul li:hover {
    opacity: 0.7;
    transition: .4s;
}*/

.sync1 .item {
    margin: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

.sync2 .item {
    margin: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

.sync2 .item {
    opacity: 0.7;
}

.sync2 .synced .item {
    opacity: 1;
}

.sync1 .item img,
.sync2 .item img {
    max-width: 200px;
}

#myModal .sync2 .item>img {
    max-height: 95px;
}

.prod-slider .item {
    background-color: #f8f8f8;
}

.prod-slider .item:hover .caption-link {
    opacity: 1;
    visibility: visible;
}

.caption-link {
    border-radius: 3px;
    bottom: 0;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    left: 0;
    line-height: 30px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    opacity: 0;
    visibility: hidden;
}

.sync1 .owl-controls .owl-buttons .owl-prev,
.sync1 .owl-controls .owl-buttons .owl-next {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 50px;
    line-height: 45px;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 45%;
    width: 50px;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}

.sync1 .owl-controls .owl-buttons .owl-prev:hover,
.sync1 .owl-controls .owl-buttons .owl-next:hover {
    background: transparent none repeat scroll 0 0;
}

.sync1 .owl-controls .owl-buttons .owl-next {
    right: 3%;
}

.sync1 .owl-controls .owl-buttons .owl-prev {
    left: 3%;
}

.product-single h3 {
    margin: 0 0 5px;
    font-size: 18px;
}

.ratings-wrap {
    margin-bottom: 8px;
    display: block;
    margin: auto;
}

.ps-price {
    font-size: 16px;
    color: var(--primary);

    margin: 0 0 10px;
}

.ps-price span {
    font-size: 13px;
    text-decoration: line-through;
    color: #aaa;
}
.sep {
    background: #04a0b1;
    width: 100%;
    margin: 0px 0;
}

.ps-color a {
    width: 26px;
    height: 26px;
    display: inline-block;
}

.select-wraps p,
.ps-color p {
    color: var(--primary);
    margin: 0 0 7px;
}

.select-wraps select {
    height: 40px;
    border: 1px solid #f1f1f1;
    padding: 0 10px;
    width: 100%;
}

.share a {
    width: 28px;
    height: 28px;
    font-size: 14px;
    border-radius: 3px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
}

.addtobag {
    height: 31px;
    line-height: 31px;
    padding: 0 15px;
    display: inline-block;
    width: 293px;
    font-size: 11px;
    border-radius: 3px;
    text-transform: ;
    margin: 6px 0 0;
}

.addtobag:hover {
    background: #333;
}

.ps-slider div span {
    padding-top: 9px;
    display: table;
}

.ps-slider div span a i {

    font-size: 13px;
    margin-right: 5px;
}

.ps-slider div span a {
    font-size: 13px;
    margin-right: 27px;
}

.tab-content {
    border: solid 1px #038a99;
    background-color: #daedef38 !important;
    padding: 20px;
}
.nav-tabs {
    border-bottom: medium none;
    margin-left: 2px;
}

.nav-tabs>li {
    float: left;
    margin: 0 -2px;
}

.nav-tabs>li>a {

    font-size: 12px;

    text-transform: uppercase;
    border-radius: 0px;
    padding: 15px 25px;
    background: rgba(255, 255, 255, 0.79);
    border: 1px solid #D6DCDE;
    position: relative;
    top: 7px;
    border-bottom: none;
}

.nav-tabs>li.active>a {

    font-size: 12px;

    padding: 18px 25px;
    position: relative;
    top: 1px;
    z-index: 999;
}

.nav-tabs {
    border-bottom: none;
}

.reviews-tab .sep {
    background: #eeeeee;
}

.reviews-tab p {
    margin: 0;
}

.reviews-tab p b {
    font-weight: 600;

}

.reviews-tab form h5 {

    font-size: 14px;
    text-transform: uppercase;

    font-weight: 400;
    margin: 35px 0 15px;
}

.reviews-tab form label {
    display: block;
    font-weight: 400;
    margin-bottom: 5px;
}

.reviews-tab form input {
    border: solid 1px #ccc;
    max-width: 376px;
    width: 100%;
    height: 43px;
    line-height: 41px;
    padding: 0 20px;
}

.reviews-tab form textarea {
    border: solid 1px #ccc;
    width: 100%;
    max-width: 575px;
    height: 214px;
    padding: 25px 20px;
}

.btn-black {
    height: 33px;
    border: none;
    line-height: 33px;
    background: #333;
    padding: 0 20px;
    display: inline-block;
    font-size: 11px;
    border-radius: 3px;
    text-transform: uppercase;
    margin: 8px 0 0;
    color: white;
}

.btn-color {
    height: 33px;
    border: none;
    line-height: 33px;
    padding: 0 20px;
    display: inline-block;
    font-size: 11px;
    border-radius: 3px;
    text-transform: uppercase;
    margin: 8px 0 0;
}

.btn-color:hover {
    background: #333;
}

.form-tags input {
    border: solid 1px #ccc;
    max-width: 376px;
    width: 100%;
    height: 43px;
    line-height: 41px;
    padding: 0 20px;
}

.form-tags span {
    font-size: 12px;
    padding: 4px 0 0;
    display: table;
    margin-bottom: -9px;
}

.heading-small {

    font-size: 14px;
    text-transform: uppercase;
    color: #333;
}

/* 15. CART STYLES */

.cart-table {
    width: 100%;
}

.cart-table tr td img {
    width: 100px;
    margin: 0 auto;
}

.cart-table tr td {
    padding: 15px;
}

.cart-table tr th,
.cart-table tr td {
    border: 1px solid #cccccc;
    text-align: center;
}

.cart-table tr td:nth-child(1) {}

.cart-table tr td:nth-child(2) {}

.cart-table tr td:nth-child(3) {}

.cart-table tr td:nth-child(3) {
    text-align: left;
    padding: 15px 40px;
}

/*.cart-table tr td:nth-child(6) {
    padding: 45px 40px;
    vertical-align: top;
    text-align: left;
}

.cart-table tr td:nth-child(7) {
    padding: 45px 40px;
    vertical-align: top;
    text-align: left;
}

.cart-table tr td h4 {
    margin: 0 0 1px;
}*/

.cart-table tr td p {
    margin: 0;
}

.cart-table tr td h4 {
    text-transform: capitalize;
}

.cart-table tr td h4 a {

    font-size: 16px;
    text-transform: capitalize;
}

.cart-table tr td h4 a:hover,
.cart-table tr td h4 a:focus,
.side-widget .cart-table td a:hover,
.side-widget .cart-table td a:focus,
.side-widget .cart-table td a:hover,
.side-widget .cart-table td a:focus {}

.side-widget .cart-table td a {}

.cart-table tr th {
    border: 1px solid #cccccc;
    text-align: center;

    font-size: 12px;
    color: var(--primary);
    text-transform: uppercase;
    font-weight: 400;
    padding: 15px 10px;
}

.cart-table .fa-trash {

    font-size: 15px;
    font-weight: normal;
}

.cart-table select {
    width: 90px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}

.item-price {
    vertical-align: top;

    font-size: 12px;
    color: var(--primary);
}

.shipping-info-wrap h2 {

    font-size: 14px;
    text-transform: uppercase;
    color: var(--primary);
}

.form-list label {
    vertical-align: middle;
    font-weight: 400;
    text-transform: capitalize;
}

.form-list input {
    border: solid 1px #aaa;
    width: 100%;
    height: 42px;
    line-height: 40px;
    padding: 0 20px;
    margin-bottom: 13px;
}

.totals {
    background: #f5f5f5;
    padding: 38px;
    text-align: right;
}

#shopping-cart-totals-table {
    float: right;
    font-size: 15px;
    margin-bottom: 10px;
}

.checkout-types li:last-child a {
    font-size: 12px;
}

.table-btn {
    display: table;
    width: 100%;
    border: 1px solid #ccc;
    border-top: none;
    padding: 7px 25px 13px;
}

/* 16. CHECKOUT STYLES */

.accordion-toggle {
    cursor: pointer;
}

.accordion-content {
    display: none;
}

.accordion-content.default {
    display: block;
}

.accordion-toggle {

    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    position: relative;
    margin-top: 15px;
}

.accordion-toggle span {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
}

.accordion-content {
    padding: 40px;
    margin-bottom: 15px;
    border: 1px solid #d2d2d2;
}

.accordion-content h3,
.accordion-content h4 {

    font-size: 14px;

    margin: 0 0 0;
}

.ul i {
    font-size: 13px;
    color: #aaaaaa;
    margin-right: 7px;
}

.ul li {
    margin-bottom: 3px;
}

.cbox input {
    margin-right: 10px;
    float: left;
}

.cbox span {
    position: relative;
    top: 2px;
}

.checkout-steps h6 {

    font-size: 14px;
    color: var(--primary);
    margin: 0 0 25px;
    text-transform: uppercase;
}

.checkout-steps div {
    background: #f5f5f5;
    padding: 20px 20px 30px;
}

.checkout-steps div p {
    color: #333;
}

/* 17. BLOG STYLES */

.blogpost h2 {
    margin-top: 0px;
}

.blogpost h2 a {
    font-size: 30px;
}

.post-meta span {
    margin-right: 15px;
}

.post-meta span a {
    color: #ccc;
}

.post-meta span i {
    color: #aaa;
}

.blog-slider .slick-dots {
    top: -40px;
}

.blogpost {
    border-bottom: 1px solid #ddd;
    padding-bottom: 40px;
    margin-bottom: 35px;
}

video {
    position: relative;
    padding-bottom: 0;
    padding-top: 0px;
    height: 0;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.quote-one-right p {
    font-size: 26px;
    line-height: 32px;
    font-weight: 300;
}

.popular-post h5 {
    margin: 15px 0 0;
    font-size: 14px;
    font-weight: 500;
}

.popular-post h5 a {
    color: #333;
}

.popular-desc span {
    margin-bottom: 10px;
    font-size: 12px;
    display: table;
}

.search-widget {
    position: relative;
}

.search-widget input {
    border: 1px solid #ddd;
    width: 100%;
    height: 35px;
    padding: 0 20px;
    border-radius: 0px;
}

.search-widget button {
    border: medium none;
    background: transparent;
    color: #888;
    font-size: 13px;
    height: 35px;
    line-height: 33px;
    position: absolute;
    right: -4px;
    top: 0px;
    width: 50px;
}

.comment-avatar {
    width: 130px;
    height: 130px;
    border: 1px solid #e1e1e1;
    padding: 5px;
    border-radius: 50%;
}

.comment-sub {
    padding-left: 80px !important;
}

.comment-list li {
    margin: 0px 0px 20px;
    display: inline-block;
    width: 100%;
    background-color: whitesmoke;
    border-radius: 70px;
}

.comment-meta {
    margin-left: 95px;
    margin-bottom: 5px;

    font-size: 24px;
}

.comment-list li p {
    margin-left: 95px;
    line-height: 21px;
    font-size: 15px;
}

.comment-meta a {
    color: black !important;
}

.comment-meta em {
    font-style: normal;
    margin-left: 6px;
    font-size: 10px;
}

.reply {
    float: right;
    font-size: 12px;
}

.reply:hover {}

.badge {
    width: 48px;
    height: 48px;
    line-height: 45px;
    font-weight: 400;
    text-align: center;
    font-size: 13px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .08);
    position: absolute;
    border-radius: 50%;
    top: 7px;
    right: 7px;
}

.new {}

.offer {}

/* 18. NEWSLETTER */

#popup-newsletter {
    background: transparent url("../images/ns-bg.png") no-repeat top left;
    background-size: cover;
    display: table;
    width: 100%;
    height: 505px;
}

#popup-newsletter .block-content {
    width: 750px;
    float: right;
    text-align: center;
}

#popup-newsletter .form-subscribe-header label {
    font-size: 26px;
    line-height: 26px;
    margin: 0px;
    color: #333;
    text-transform: none;
    padding: 45px 0px 0px;

    font-weight: bold;
}

.promo-panel-sale {
    font-size: 32px;
    line-height: 32px;
    padding: 25px 0px;
    margin: 0px;
    color: #333;

    font-weight: bold;
}

.promo-panel-text {
    font-size: 24px;
    line-height: 20px;
    padding: 0px 0px 23px;
    margin: 0px;
    text-transform: uppercase;
}

#popup-newsletter .block-content input.input-text {
    margin-left: 100px;
    float: left;
    height: 45px;
    line-height: 45px;
    width: 435px;
    border: 2px solid #444;
    text-align: left;
    color: #333;
    padding: 0 20px;
}

#popup-newsletter .block-content .actions {
    float: left;
    margin: 0px 10px;
}

.promo-panel-text1 {
    padding: 58px 0px 0px;

    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin: 0px 0px 5px;
    display: inline-block;
}

.promo-panel-text2 {
    padding: 0px;


    font-size: 13px;
    margin: 0px 0px 35px;
}

#popup-newsletter .subscribe-bottom {
    text-align: right;
    display: block;
    padding: 120px 25px 25px 0px;
    color: #333;
    font-size: 12px;

    font-weight: normal;
    line-height: 10px;
}

.quickview {
    cursor: pointer;
    display: none !important;
}

#popup-newsletter .block-content button {
    height: 45px;
    line-height: 45px;
    font-size: 12px;
    padding: 0px 28px;
    background-color: #333;
    border-radius: 3px;
    border: none;
}

#popup-newsletter .block-content button:hover {}

.subscribe-bottom span {
    margin-left: 10px;
    position: relative;
    top: -3px;
}

.modal-lg {
    width: 1170px;
}

.modal-content {
    padding: 30px;
}

.modal-content {
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.3);
    position: relative;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    outline: 0px none;
}

button.close {
    position: absolute;
    top: 10px;
    right: 10px;
}

.c-text {
    text-align: center;
    position: absolute !important;
    width: 100%;
    bottom: 90px;
    left: 0;
    right: 0;
}

.c-text h4 {
    margin: 0;

    font-size: 29px;
    font-weight: bold;
    text-transform: uppercase;
}

.c-text p {

    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.c-text a {

    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.home-carousel div {
    position: relative;
}

.home3 .mega-menu {
    border: medium none;
    position: absolute;
    left: 0px !important;
    width: 100%;
    background: #FFF url("../images/basic/menu-bg.png") no-repeat scroll right bottom;
    top: 60px;
    max-width: 1157px;
    right: 0px !important;
    margin: 0px auto;
    border-radius: 0px;
    padding: 30px 280px 50px 35px;
    box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.06);
}

.slider-carousel {
    position: relative;
}

.slider-carousel:after {
    content: "";
    width: 20%;
    opacity: 0.2;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 777;
    background: none !important;
}

.slider-carousel:before {
    content: "";
    width: 20%;
    opacity: 0.2;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 777;
    background: none !important;
}

.top-product-carousel .slick-prev {
    width: 58px;
    height: 58px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.16);
    text-align: center;
    line-height: 58px;
    border: medium none;
    font-size: 0px;
    position: absolute;
    top: 50%;
    margin-top: -29px;
    transition: all 0.4s ease 0s;
    opacity: 1;
    visibility: visible;
    left: 20%;
    margin-left: -29px;
    z-index: 9999;
}

.top-product-carousel .slick-next {
    width: 58px;
    height: 58px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.16);
    text-align: center;
    line-height: 58px;
    border: medium none;
    font-size: 0px;
    position: absolute;
    top: 50%;
    margin-top: -28px;
    right: 20%;
    transition: all 0.4s ease 0s;
    opacity: 1;
    margin-right: -29px;
    visibility: visible;
    z-index: 9999;
}

.top-product-carousel .slick-next::after,
.top-product-carousel .slick-prev::after {
    font-size: 13px;
}

.top-product-carousel .slick-next:hover,
.top-product-carousel .slick-prev:hover {}

#header4 .navbar-default .navbar-nav>li>a {}

#header4 .header-xtra span {
    background: rgba(255, 255, 255, 0.23) !important;
}

#header4 .header-xtra span:hover {
    transition: .4s;
}

#home5 .topcart {
    margin: 30px 0px 0px;
}

#home5 .ci-item p {
    margin: 0 0 10px;
}

#home5 .cart-info {
    right: -20px;
}

#home5 .topcart span {
    background: transparent !important;
}

#home5 .topcart:hover span,
#home5 .topcart span:hover {}

#cssmenu {
    margin: 40px 0px 40px;
}

#home5 .tb_right li:first-child .tbr-info span {
    border-left: none;
}

#home5 .tb_right li:last-child .tbr-info span {
    border-right: none;
}

#home5 .tbr-inner {
    right: auto;
    left: 0;
    z-index: 999999;
}

#home5 .tbr-inner::after {
    right: 72%;
}

.vsearch form {
    position: relative;
}

.vsearch input {
    height: 40px;
    width: 100%;
    padding: 0 40px 0 20px;
    border: none;
}

.vsearch button {
    color: #333;
    position: absolute;
    right: 5px;
    top: 10px;
    border: none;
    background: transparent;
}

.body {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.body.boxed {
    width: 98%;
    max-width: 1250px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.body.boxed header {
    width: 100%;
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
}

#backtotop {
    line-height: 25px;
    position: fixed;
    bottom: 30px !important;
    text-align: center;
    width: 30px;
    right: 12px;
    transition: all 0.4s ease 0s;
    font-size: 11px;
    z-index: 99999;
    cursor: pointer;
    background-color: #221b68;
    border-radius: 50%;
    height: 30px;
    display: flex;
    opacity: 0;
    align-items: center;
    justify-content: center;
    padding: 5px !important;
}
#backtotop svg {
    fill: #fff;
}

#backtotop:hover {
    transition: .4s;
    transform: translateY(-5px);
}

#backtotop.active {
    opacity: 1;
}

.modal {
    z-index: 10800000;
}

.modal-backdrop {
    z-index: 10400000;
}

.header2 .mega-menu {
    left: 15px !important;
}

.nav-badge {
    height: 20px;
    position: absolute;
    background: #d46549;
    top: -12px;
    padding: 0 7px;

    font-size: 13px;
    text-transform: none;
    margin-left: -25px;
}

.nav-badge:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 4px 4px 0;
    border-color: #d46549 transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -4px;
    left: 4px;
}

.nav-badge.hot {
    height: 20px;
    position: absolute;
    top: -12px;
    padding: 0 7px;

    font-size: 13px;
    text-transform: none;
    margin-left: -25px;
}

.nav-badge.hot:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 4px 4px 0;
    border-color: #666666 transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -4px;
    left: 4px;
}

#home5 .tp-rightarrow.default,
#home5 .tp-rightarrow:hover {
    background: transparent url("../js/vendors/rs-plugin/assets/large_right_1.png") no-repeat scroll 0px 0px;
}

#home5 .tp-leftarrow.default,
#home5 .tp-leftarrow:hover {
    background: transparent url("../js/vendors/rs-plugin/assets/large_left_1.png") no-repeat scroll 0px 0px;
}

#home5 .tp-leftarrow:hover,
#home5 .tp-rightarrow:hover {
    background-position: bottom left;
}

.nav-trigger {
    background: rgba(0, 0, 0, 0.3);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 23px;
    position: fixed;
    top: 22px;
    left: 20px !important;
    transition: .4s;
    z-index: 999999;
    cursor: pointer;
}

.nav-trigger:hover {
    background: #272727;
    transition: .4s;
}

.sm-show {
    left: 0px;
    transition: .4s;
}

.sm-hide-body .nav-trigger {
    left: 350px !important;
    transition: .4s;
    background: #272727;
}

#home5 .topcart span {
    text-transform: uppercase;
    font-size: 13px;
}

.filter-wrap .col-md-5,
.filter-wrap .col-md-4 {
    line-height: 24px;
}

#slider-container {
    width: 100%;
    margin-bottom: 17px;
}

.range-label {

    font-weight: 300;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin: 0px -1px;
}

.ui-widget-content {
    border: none;
    background: #cccccc;
    color: #333;
    height: 4px !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    border: none;
    margin-top: -2px;
}

.ui-state-default:hover,
.ui-widget-content .ui-state-default:hover {}

.ui-widget-header {
    background: #6d6d6d;
}

.sc-range {
    position: relative;
    top: 15px;
}

.sc-range input {
    border: 0px none;
    color: #333;
    font-weight: bold;
    width: 75px;
}

input[type=radio].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

input.css-checkbox[type="radio"]+label.css-label {
    padding-left: 22px;
    height: 12px;
    display: inline-block;
    line-height: 12px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    font-size: 13px;
    vertical-align: middle;
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 17px;
}

input[type=radio].css-checkbox:checked+label.css-label {
    background-position: 0 -12px;
}

label.css-label {
    background-image: url(../images/cbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select-wraps .selectboxit-container,
.select-wraps .selectboxit-container .selectboxit,
.select-wraps .selectboxit-container .selectboxit-options {
    width: 100% !important;
}

.mm-badge-sale {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    padding: 0 7px;

    display: inline-block;
    margin-left: 12px;
}

.mm-badge-new {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    padding: 0 7px;
    display: inline-block;
    margin-left: 12px;
}

.reset {
    font-size: 11px;
    padding: 7px;
    font-weight: 700;
    border-radius: 3px;
    margin: 10px 5px 5px;
    display: table;
    width: 82px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0.3;
}

.reset span {
    background: transparent;
}

.reset:hover {
    opacity: 1;
}

.no-border-top {
    border-top: none !important;
}

.no-border-bottom {
    border-bottom: none !important;
}

.no-padding-top {
    padding-top: 0px !important;
}

#home5 .tb_right li .tbr-info span {
    border: none;
}

#loader {
    background: #fff url(../images/loading.gif) no-repeat center center;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 100000000000;
    left: 0%;
    top: 0%;
    margin: 0;
}

/* 19. MY ACCOUNT */
.account-title {


    font-size: 14px;
    margin-top: 0;
    position: relative;
    text-transform: uppercase;
}

.account-title span {
    background: transparent none repeat scroll 0 0;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    text-align: center;
    width: 40px;
}

.details-box ul li a {

    display: block;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700;
}

.account-list li a {

    display: block;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.account-list li:last-child a {
    margin-bottom: 0;
}

.account-list li a:hover,
.account-list li a:focus,
.account-list li.active a,
.details-box ul li a:hover,
.details-box ul li a:focus,
.pay-pal a:hover,
.pay-pal a:focus,
.form-login label a:hover,
.form-login label a:focus {}

.account-form {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #d2d2d2;
    margin-bottom: 15px;
    padding: 40px;
}

.form-list .selectboxit-container .selectboxit-options {
    width: 100% !important;
}

.form-list .selectboxit-container .selectboxit {
    width: 100% !important;
    border: 1px solid #aaaaaa;
    margin: 0;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.form-list .selectboxit-container {
    width: 100% !important;
    margin: 0 0 20px;
    ;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.form-list .selectboxit-container span,
.form-list .selectboxit-container .selectboxit-options a {
    height: 40px;
    line-height: 40px;
}

.form-list input[type="radio"],
.form-list input[type="checkbox"] {
    height: auto;
    position: static;
    width: auto;
    margin-right: 10px;
}

.form-login .btn.facebook i,
.form-login .btn.twitter i {
    margin-right: 10px;
}

.form-login .btn.facebook {
    background-color: #3e5c98;
    border-color: #3e5c98;
    border-radius: 0;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 20px;
    padding: 10px;
    text-transform: uppercase;
    width: 100%;
}

.form-login .btn.twitter {
    background-color: #22a9e0;
    border-color: #22a9e0;
    border-radius: 0;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 20px;
    padding: 10px;
    text-transform: uppercase;
    width: 100%;
}

.form-login .btn.facebook:hover,
.form-login .btn.twitter:hover,
.form-login .btn.facebook:focus,
.form-login .btn.twitter:focus {
    border-color: #333;
}

.create-new-account h3 {
    margin: 0 0 42px;
    text-transform: capitalize;
}

.account-form.create-new-account li {
    font-size: 14px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.redirect-login {
    background: #ededed none repeat scroll 0 0;
    margin-bottom: 40px;
    padding: 15px;
}


.pay-pal a,
.form-list p {}

.transfer-wrap p {
    margin: 0;
}

.pay-pal img {
    margin: 0 10px;
    max-height: 52px;
}

.transfer-guide {
    background: #ededed none repeat scroll 0 0;
    margin-bottom: 20px;
    padding: 15px;
    position: relative;
}

.transfer-guide:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ededed;
    border-image: none;
    border-style: solid;
    border-width: 8px;
    content: "";
    display: block;
    left: 0;
    margin: -1em 0 0 2em;
    position: absolute;
    top: -3px;
}

.cart-table .return-request {
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
}

/*.review-wrap .ratings-wrap {
    margin: auto auto 10px;
}*/

.review-wrap .ratings-wrap em {
    display: block;
    margin: 0;
}

.review-wrap p {
    text-transform: capitalize;
}

.side-widget .cart-table tr td {
    padding: 5px;
}

.cart-table .item-img {
    padding: 0;
}

.cart-table .item-info h4 {
    font-size: 14px;
}

.create-account,
.shipping-address,
.transfer-guide {
    display: none;
}

/* 20. CONTACT STYLES  */
.google-map,
#map-canvas {
    height: 400px;
    max-width: 100%;
    width: 100%;
}

.contact-info .media i {
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    font-size: 16px;
    height: 35px;
    line-height: 33px;
    margin: auto 15px auto auto;
    padding: 0;
    text-align: center;
    width: 35px;
    border: 1px solid var(--primary);
    color: var(--primary) !important;
}
.contact-details {
    margin-top: 25px;
}

/* 21. RESPONSIVE STYLES */
@media (max-width:1280px) {
    #myModal .modal-lg {
        margin: 15px;
        width: auto;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-default .header-xtra {
        margin-left: 0;
    }
    body .col-md-6.col-sm-6.search_box {
        width: 41% !important;
    }
    .topcart.pull-right {
        right: 0;
        position: absolute;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1172px) {

    .flinks {
        display: table;
        margin-bottom: -18px;
        font-size: 9px;
    }

    .footer-bottom p {
        font-size: 11px;
    }

    .footer-bottom p a {
        margin: 0;
        font-weight: 500 !important;
    }

    .top-search2 {
        width: 200px;
    }

    #header2 .navbar-nav>li {
        margin-right: 29px;
    }

    /* header {
        padding: 50px 0px 20px;
    }

    header {
        height: 152px;
        padding: 50px 0px 20px;
    } */

    .text-style2 h6 {
        font-size: 25px;
    }

    .text-style3 h6 {
        font-size: 22px;
    }

    .c-text h4 {
        font-size: 28px;
    }

    .c-text p {
        font-size: 13px;
    }

    .text-style1 h6 {
        font-size: 24px;
    }

    .sb {
        width: 96%;
        height: 450px;
        margin: -225px auto 0;
        left: -0%;
        overflow: hidden;
    }

    .promo-panel-sale {
        background: rgba(255, 255, 255, 0.4);
    }

    #popup-newsletter {
        background-size: 99%;
    }

    #popup-newsletter .subscribe-bottom {
        padding: 69px 38px 27px 0px;
    }

    .tp-banner.slider-4 .tp-parallax-container,
    .tp-banner.slider-5 li:nth-child(2n) .tp-parallax-container {
        left: 3% !important;
        top: 5% !important;
        width: 100% !important;
    }

}

@media only screen and (min-width: 768px) and (max-width: 959px) {

    .slider-carousel:after,
    .slider-carousel:before {
        display: none !important;
    }

    .text-style2 p {
        font-size: 11px;
    }

    .f-social li a {
        font-size: 16px;
    }

    .f-social li {
        margin-right: 12px;
    }

    .widget-tags li a {
        font-size: 11px;
        padding: 0px 5px;
    }

    .tweets_txt {
        font-size: 12px;
    }

    .f-widgets .col-md-3 {
        width: 50%;
    }

    .tb_left {
        display: none;
    }

    .tb_center {
        margin-left: 0;
        padding: 10px 0px;
    }

    .tb_center ul li {
        font-size: 12px;
    }

    .nav>li>a {
        padding: 12px 10px;
        font-size: 12px;
    }

    .header-xtra {
        margin-left: 25px;
    }

    .navbar-nav {
        margin: -6px 0px 0px;
    }

    .navbar>.container .navbar-brand {
        margin-top: -5px;
    }

    /* header {
        height: 97px;
        padding: 35px 0px;
    } */

    .mega-menu {
        padding: 30px 136px 60px 35px;
        background-size: 28%;
    }

    .block-content {
        display: block;
    }

    .bs-text-down {
        font-size: 15px;
    }

    .bs-text-down span {
        font-size: 10px;
    }

    .bs-text-center span {
        font-size: 12px;
    }

    .bs-text-center {
        padding: 20px 10px;
    }

    .bs-text-down {
        bottom: 25px;
        height: 80px;
        margin: 0;
        width: 100%;
    }

    .featured-products .isotope-item {
        width: 33.3333%;
        padding: 0px 15px;
    }

    .hp-meta span {
        font-size: 11px;
    }

    .clients-carousel2 .uc2 li a img {
        width: 100%;
    }

    #home2 .top_bar {
        margin-bottom: 15px;
    }

    /*new*/
    .c-text {
        bottom: 50px;
    }

    .shipping-info-wrap .totals {
        margin-top: 30px;
        padding: 38px 15px;
    }

    .top-search2 {
        margin-right: 0;
        width: 150px;
    }

    #home2 .topcart {
        margin-right: 0 !important;
    }

    /*new*/
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
    header .widget-tags li {
        margin-bottom: 0;
        margin-right: 0px !important;
    }
    .swal-title {
        font-size: 18px;
    }
    .swal-button {
        padding: 6px 20px;
    }
    .swal-footer {
        padding: 0 13px 16px;
        display: flex;
        justify-content: center;
    }
    body .addressform {
        padding: 0 15px;
    }
    body .subtotalwrap {
        padding: 15px;
     }
    body .delivery-address-col> li >label {
        font-size: 15px;
        font-weight: 400 !important;
    }
    body .checkout-page label.control-label {
        font-size: 16px;
    }
    body .checkout-page {
        margin: 100px 0  30px;
    }
    .tab-content {
        padding: 15px;
    }
    body .shop-single {
        padding: 0;
    }
   body .zoom-left-col {
        padding: 0;
        float: none;
        margin: auto;
    }
   body .indservice h4 {
        margin-top: 10px;
        font-size: 14px;
    }
    body .product-det-col {
        height: 40px;
        width: 40px;
    }
    body .scrollfix {
        padding: 10px;
        margin: 20px 0;
    }
   body .pager-nav span {
        font-size: 15px;
    }
    body .pager-nav span:hover, body .pager-nav .pg-selected {
        padding: 4px 18px;
    }
    body .body-space-inner h2 {
        font-size: 20px;
    }
    .product-overlay a {
        margin: 10px auto 30px;
    }
    .cart-header strong {
        font-size: 20px;
    }
    .orderitem {
        padding: 10px;
    }
    body .orderimg {
        padding: 10px;
    
    }
 
    .block-main.container-fluid.service-setion {
        padding: 0px  14px !important;
    }
    button#load_more {
        padding: 6px 15px;
        font-size: 14px;
    }
    .mob-footer .fa {
        color:var(--text-white) !important;
    }

    #myModalLabel { 
        color: #0b4842;
        font-size: 18px;
    }
    .modal-dialog {
        width: 100%;
        padding: 20px;
    }
    body #side-nav a {
        padding: 0 16px 7px 20px;
    }
    body .my-slider {
        margin-top: 81px;
    }
    span.large {
        font-size: 15px;
        color: #038a99 !important;
        font-style: normal !important;
    }
    .navbar-nav {

        width: 93%;
    }

    .slider-carousel:after,
    .slider-carousel:before {
        display: none !important;
    }

    .float {
        width: 50px;
        bottom: 165px !important;
        right: 10px !important;
    }

    .bs-text-down {
        bottom: 25px;
        height: 80px;
        margin: 0;
        width: 100%;
    }

    .container {
        width: 90%;
        max-width: 500px;
        padding: 0 15px;
    }

    .tb_left {
        display: block;
        margin-left: -24em;
        width: 167%;
    }

    .searchcat {
        max-width: 115px !important;
    }

    span#searchbycatSelectBoxItText {
        max-width: 90px !important;
    }

    .searchTerm {
        width: 62% !important;
        position: relative;
    }

    .search {
        width: 67% !important;
    }

    .subscribe-me {
        display: none !important;
    }

    .sb-open .sb-overlay {
        opacity: 1;
        display: none !important;
    }

    .tb_center {
        display: none;
    }

    .tb_right {
        float: none;
        margin: 0 auto;
        display: table;
        display: none;
    }

    .tb_right li {
        font-size: 11px;
    }

    .tbr-infom {
        float: right;
        margin-top: -53px;
        margin-right: 175px;
        font-size: 18px;
        color: #a3a3a3;
        display: block;
    }

    .block-content {
        display: block;
        width: 100%;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        margin-bottom: 30px;
      
    }

    .bs-text-down {
        font-size: 20px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .bs-text-down span {
        font-size: 15px;
    }

    .bs-text-center span {
        font-size: 12px;
    }

    .quote-carousel img {
        border-radius: 50%;
        width: 120px;
        height: 120px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        object-fit: cover;
    }

    .quote-info {
        margin-left: 0;
        text-align: center;
    }
/* 
    .widget-footer {
        margin-bottom: 30px;
    } */

    .header-xtra {
        margin-top: -3.6em;
    }

    .navbar-default .navbar-collapse {
        background-color: #fff !important;
        width: 112%;
        left: -18px;
    }

    .header-xtra span {
        height: 28px;
        width: 28px;
        font-size: 18px;
        left: -25px;
        color: #eb008a !important;
    }

    /* span#total-cart-items {
        display: block;
        font-size: 12px;
        margin-right: 50px;
        margin-top: 12px;
        background-color: #fff0 !important;
    } */

    /* span#total-cart-items {
        position: absolute;
        background: #ffffff;
        padding: 2px 8px !important;
        border-radius: 100px;
        top: -15px !important;
        right: 5px !important;
        border: 1px solid #ccc;
        color: #603030;
    } */
    body .header-right.col-md-3.col-sm-3 {
        justify-content: end;
        width: 100%;
    }
    .search_btn.pull-right {
        margin: 0 !important;
    }
    body span#total-cart-items, body span#wish_List_count {
        top: -17px;
        width: 20px;
        height: 20px;
        font-size: 11px;

    }
    body span#wish_List_count {
        top: -19px;
        right: 1px;
        display: flex;
        justify-content: center;
    }
    .is-sticky header {
        height: 75px;
        padding: 24px 0px;
    }
    header {
        height: 75px;
        padding: 24px 0px;
        position: fixed;
        z-index: 999999;
        box-shadow: none;
    }

    .navbar-toggle {
        margin-top: 0px !important;
    }

    .navbar-default .navbar-nav>li>a {
        color: #111 !important;
    }

    .navbar-default .navbar-nav>.open>a,
    .navbar-default .navbar-nav>.open>a:focus,
    .navbar-default .navbar-nav>.open>a:hover {
        background-color: #eb008a !important;
        color: white !important;
    }

    .dim {
        margin-top: -8% !important;
    }

    .tp-rightarrow.default {
        background: none !important;
    }

    .navbar-collapse {
        padding-right: 15px;
        padding-left: 15px;
        overflow-y: auto;
        border-top: 1px solid transparent;
        box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1) inset;
        position: relative;
        z-index: 9999;
        height: 570px;
        top: -3px;
    }

    .mega-menu li {
        width: 100%;
        float: left;
        margin-bottom: 0px;
        display: block;
    }

    .navbar-nav .open .dropdown-menu {
        float: none;
        width: 100%;
        margin-top: 0px;
        background-color: transparent;
        border: 0px none;
        box-shadow: none;
        position: relative !important;
        height: 100%;
        padding-right: 0px;
        display: inline-block;
        top: 0;
        z-index: 999999 !important;
    }

    li.dropdown.mmenu.open {
        width: 105%;
    }

    .mega-menu {
        padding: 0px 0px 0px 0px;
    }

    .cart-table {
        display: block;
        overflow: auto;
    }

    .cart-table tr td {
        padding: 10px;
    }

    .order-history td .btn-black {
        padding: 0 8px;
    }

    .checkout-steps {
        margin-top: 45px;
    }

    .top-welcome {
        display: none;
    }

    #home2 .topcart {
        display: none;
    }

    .top-search2 {
        margin-right: -15px;
        width: 300px;
        position: relative;
        display: none;
    }

    #header2 .navbar-brand {
        padding: 0px;
        margin: -0px 0 -49px;
        text-align: center;
        display: table;
        float: none;
    }

    .clients-carousel2 .uc2 li {
        width: 50%;
    }

    .clients-carousel2 .uc2 li img {
        width: 100%;
    }

    .home2-widget .clients-carousel2 {
        margin-bottom: 60px;
    }



    .widget-footer {
        margin-bottom: 30px;
        display: table;
    }

    #header2 .navbar-nav>li {
        float: none;
        margin-right: 0;
        width: 100%;
    }

    .top-search3 {
        margin-right: -15px;
        width: 100%;
        position: relative;
        max-width: 525px;
        display: none;
    }

    .dark-nav {
        display: table;
        background: transparent;
        width: 100%;
        margin-top: -65px;
        margin-bottom: 0px;
    }

    .home3 .navbar-brand {
        padding: 0px;
        margin-left: -15px;
        margin-top: 15px;
    }

    .home3 header {
        height: 112px;
    }

    .home3 .navbar {
        margin-bottom: 0px;
        margin-top: -50px;
    }

    .home3 .navbar-nav>li {
        float: none;
        margin-right: 0px;
    }

    .home3 .navbar-default .navbar-nav>li>a {
        padding: 20px 25px;
    }

    .sm-show {
        left: 0 !important;
        transition: .4s;
        overflow: scroll;
    }

    .side-menu {
        position: fixed;
        height: 100vh;
        width: 100%;
        background: #272727;
        top: 0;
        left: -100%;
        padding: 30px 40px 100px;
        transition: .4s;
        overflow: auto;
        overflow-x: hidden;
    }

    #home5 {
        padding-left: 0px;
    }

    .sm-hide-body {
        padding-left: 100% !important;
    }

    .nav-trigger {
        left: 20px !important;
    }

    .nav-trigger:hover {
        background: #272727;
        transition: .4s;
    }

    .sm-hide-body .nav-trigger {
        left: auto !important;
        right: 20px;
    }

    #home5 .cart-info {
        right: auto;
        left: 40px;
    }


    /*new*/
    .home-blog .home-post,
    .policy-item .pi-wrap {
        margin-bottom: 15px;
        margin-top: 15px;
        display: inline-block;
        width: 100%;
    }

    .c-text {
        bottom: 30px;
    }

    .tp-banner.slider-4 .tp-parallax-container,
    .tp-banner.slider-5 li:nth-child(2n) .tp-parallax-container {
        left: 5% !important;
        top: 5% !important;
        width: 100% !important;
    }

    .page_header_info {
        float: none;
        padding: 0;
        width: auto;
    }

    .filter-wrap .col-md-3,
    .filter-wrap .col-md-5,
    .filter-wrap .col-md-4 {
        float: left;
        display: inline-block;
        padding: 10px;
    }

    .pagenav-wrap .pull-right {
        float: none !important;
        margin-top: 15px;
    }

    .shop-single .nav-tabs {
        margin: 0;
    }

    .shop-single .nav-tabs li {
        display: inline-block;
        margin: 0;
        width: 100%;
    }

    .shop-single .nav-tabs li a {
        margin: 0;
        top: 0;
    }

    .shipping-info-wrap .totals {
        margin-top: 30px;
        text-align: left;
    }

    #shopping-cart-totals-table {
        float: none;
    }

    .footer-bottom .payment {
        margin-top: 20px;
    }

    .blog-content {
        clear: both;
        display: inline-block;
        margin-bottom: 25px;
        margin-top: 25px;
        width: 100%;
    }

    .ps-header {
        margin-top: 20px;
    }

    .google-map,
    #map-canvas {
        height: 250px;
        max-width: 100%;
        width: 100%;
    }

    /*new*/
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .policy-item {
        padding: 20px 0;

    }
    .featured-products .isotope-item {
        width: 50%;
        padding: 0px 15px;
    }
}

@media only screen and (max-width: 479px) {
    body .wishlist-order .item-main {
        flex-direction: column;
    }
    body .item .item-block.ib-info {
        flex-direction: column;
        width: 100%;
    }
    body .item .item-foot .addtobag {
        width: 160px !important;
        margin: 10px auto 10px;
        float: none;
    }
    body .item .item-foot .if-right .add1 {
        margin: auto;
    }
    body .item .item-block.ib-info .ib-info-meta {
        padding-right: 0px;
        margin-bottom: 30px;
        width: 100%;
        text-align: center;
    }
    body .product-img-box-wish {
        margin-right: 0px;
  
    }
    body .ratings-wrap {
        display: flex;
        text-align: center;
        justify-content: center;
    }

    /*new*/
    .item-thumb img {
        width: 100% !important;
        height: 160px !important;
        object-fit: contain !important;
        margin: 0px auto !important;
    }

    .product-item {
        width: 90%;
        margin: auto;
    }

    .featured-products .isotope-item {
        width: 50%;
        padding: 0px 0px;
    }

    .filter li {
        margin: 5px;
    }

    #header4 header {
        height: auto;
        padding: 0;
    }

    .ph_btn a {
        margin: 5px 10px;
    }

    .shopping-cart .table-btn .btn-black.pull-right {
        float: none !important;
    }

}

@media only screen and (max-width: 600px) {
    body .scrollfix {
        padding: 0px;

    }
    body .sharencart {
        padding: 0px !important;
    }
    #editaddress {
        padding: 0 10px !important;
    }
   .address-model .modal-dialog.modal-sm {
        padding: 0;
        margin: 0;
    }
    body .address-model .modal-dialog.modal-sm .col-md-12.t-center {
        padding: 0;
    }

    body .topcart.pull-right .cart-info {
        right: -10px !important;
        border: 1px solid #038a99 !important;
        padding: 20px 8px !important;
    }
    .text_left {
        font-size: 16px;
    }
    .slider-wrap {
        height: 139px !important;
    }

    /* .shop-single {
        margin-top: -2em !important;
    } */
    
}

.pi-wrap img {
    width: 68px;
    /* margin: 0px 0px -60px -15px; */
    border-radius: 4px;
    box-shadow: 0px 4px 7px #e8e8e8;
}

.qtybox {
    display: none;
    width: 115px;
}

.carprolist {
    border-left: none;
    overflow: hidden;
    padding: 5px;
    width: 100%;
}

.carprolist:last-child {
    border-bottom: 1px solid #aaa !important;
}

.cartimg {
    float: left;
    margin-left: 0;
    width: 6em;
}

.cartproname {
    float: left;
    margin-right: 4px;
    width: 50%;
}

.cartproname>h4 {
    color: var(--text-color);
    font-size: 11px;
    padding-top: 7px;
    margin: 0px 0 0;
    padding: 0;
}

.cartprice {
    width: 70px;
    float: left;
}

.cartprice h4 {
    font-size: 14px;
    color: #065fcd;
}

.carprolist .cartqty {
    float: left;
    margin-top: 7px;
    width: 82px
        /*70px*/
    ;
    border: none;
}

.carprolist .cartqty>.icon5 {
    border: 1px solid #ddd;
    border-radius: 50%;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 21px;
    padding: 1px;
    text-align: center;
    vertical-align: top;
    width: 21px;
}

.fa-minus::before {
    content: "\f068";
    color: black;
}

.fa-plus::before {
    color: black;
}

.carprolist .cartqty .qty2 {
    width: 25px !important;
}

.cartqty>input {
    width: 100%;
    text-align: center;
    border: none !important;
}

.qty2 {
    border: 2px solid #005ca5;
    font-weight: bold;
    padding: 2px;
    text-align: center;
    width: 45px;
}

.carprolist .cartqty>.icon5 {
    border: 1px solid #ddd;
    border-radius: 50%;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 21px;
    padding: 1px;
    text-align: center;
    vertical-align: top;
    width: 21px;
}

.delcartpro {
    float: right;
    margin-left: 5px;
    margin-top: 3px;
    text-align: center;
    width: 30px;
}

.delcartpro>a {
    color: #777;
    margin-top: 3px;
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 22px;
    width: 20px;
    display: block;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent !important;
    border-radius: 4px;
}

.addtocart {
    border: 0px !important;
    background: var(--primary) !important;
}
.details .addtocart {
    font-size: 0.85em;
    display: block;
    padding: 8px 10px;
    background: #00424b !important;
    margin: auto;
    text-decoration: none;
    outline: 0;
    border-radius: 25px !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.icon5 {

    border: 1px solid #ddd;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    height: 28px;
    padding: 4px;
    text-align: center;
    vertical-align: top;
    width: 28px;
}

.qty2 {
    border: 2px solid #444444 !important;
    font-weight: bold;
    padding: 3px;
    text-align: center;
    width: 28px;
}

@media only screen and (max-width: 600px) {
    .tbr-inner {
        top: 4px !important;
        right: 37px !important;
    }

    .topcart {
        display: inline-block;
        margin-top: 7px;
        /* background-color: #ffffff; */
        padding: 0px;
        color: #fff;
    }

    span.mycart {
        display: none;
    }

    /* .is-sticky header {
        margin-top: 0%;
        height: 100px;
        padding: 25px 0;
        transition: .4s;
    } */
.navbar-brand {
    height: auto;
    margin-top: 0;
    /* top: -20px; */
}
    .noproduct {
        margin-left: 25% !important;
        width: 50%;
    }
}

.noproduct {
    margin-left: 36%;
}

button.search-btn {
    position: inherit;
    display: inline-block;
    right: 0;
    top: 1px;
    padding: 6px;
}


.m-p-g {
    max-width: 100%;
    margin: 1rem auto;
}

.m-p-g__thumbs-img {
    margin: 0;
    padding: 14px;
    float: left;
    vertical-align: bottom;
    cursor: pointer;
    z-index: 1;
    position: relative;
    opacity: 0;
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: opacity, transform;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.m-p-g__thumbs-img.active {
    z-index: 50;
}

.m-p-g__thumbs-img.layout-completed {
    opacity: 1;
}

.m-p-g__thumbs-img.hide {
    opacity: 0;
}

.m-p-g__thumbs-img:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
}

.m-p-g__fullscreen {
    position: fixed;
    z-index: 10;
    top: -1;
    left: 60;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 88vh;
    background: rgba(0, 0, 0, 0);
    visibility: hidden;
    transition: background 0.25s ease-out, visibility 0.01s 0.5s linear;
    will-change: background, visibility;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.m-p-g__fullscreen.active {
    transition: background .25s ease-out, visibility .01s 0s linear;
    visibility: visible;
    background: rgba(0, 0, 0, 0.95);
}

.m-p-g__fullscreen-img {
    pointer-events: none;
    position: absolute;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    top: 51%;
    left: 50%;
    max-height: 84vh;
    max-width: 100%;
    visibility: hidden;
    will-change: visibility;
    transition: opacity 0.5s ease-out;
}

.m-p-g__fullscreen-img.active {
    visibility: visible;
    opacity: 1 !important;
    transition: opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.5s ease-out;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.m-p-g__fullscreen-img.almost-active {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}

.navbar-default .navbar-toggle {
    right: -32px;
    width: 44px;
    height: 35px;
    z-index: 9999999 !important;

}
.topcart.pull-right .cart-info {
    box-sizing: unset;
    box-shadow: 0;
    padding: 20px 10px;
    border-radius: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    z-index: 99999;
    height: 465px;
    overflow: auto;
    overflow-x: hidden !important;
    bottom: 0px;
    top: 63px;
    right: 0 !important;
    margin: 0 !important;
    width: 360px !important;
    border: 1px solid #038a99;
    border-top: 0;
}
.clt_ar_item_name h4 {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 6px;
    text-align: left;
    width: 175px;
    font-size: 16px;
}
.clt_ar_item.clt_ar_item_bottom {
    justify-content: space-between;
    border-top: 1px solid #038a992b;
    margin-top: 6px;
    padding-top: 6px;
    padding-right: 10px;
}
.quantity-box {
    border: 1px solid #055c65bf;
    padding: 5px 10px;
    border-radius: 6px;
    background-color: #aac8cb6e;
}
.clt_area {
    display: grid;
    margin-bottom: 10px !important;
    padding: 10px;
    background-color: #038a991f;
        border-radius: 10px;
        border-bottom: 0 !important;
}
.clt_ar_item_name h4 {
    margin: 0;
}
.navbar-default .navbar-toggle .icon-bar {
    background: #ffffffbd;
}

.m-p-g__controls {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    height: 20vh;
    background: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.55) 100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.m-p-g__controls.active {
    opacity: 1;
    visibility: visible;
}

.m-p-g__controls-close,
.m-p-g__controls-arrow {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: none;
}

.m-p-g__controls-close:focus,
.m-p-g__controls-arrow:focus {
    outline: none;
}

.m-p-g__controls-arrow {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 20%;
    height: 100vh;
    display: flex;
    align-items: center;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    opacity: 0;
}

.m-p-g__controls-arrow:hover {
    opacity: 1;
}

.m-p-g__controls-arrow--prev {
    left: 0;
    padding-left: 3vw;
    justify-content: flex-start;
}

.m-p-g__controls-arrow--next {
    right: 0;
    padding-right: 3vw;
    justify-content: flex-end;
}

.m-p-g__controls-close {
    position: absolute;
    top: 13vh;
    left: 3vw;
    z-index: 5;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.m-p-g__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.07);
    transition: all .25s ease-out;
}

.m-p-g__btn:hover {
    background: rgba(255, 255, 255, 0.15);
}

.m-p-g__alertBox {
    position: fixed;
    z-index: 999;
    max-width: 700px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: white;
    padding: 25px;
    border-radius: 3px;
    text-align: center;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
    color: grey;
}

.m-p-g__alertBox h2 {
    color: red;
}

.demo-btn {
    display: inline-block;
    margin: 0 2.5px 4vh 2.5px;
    text-decoration: none;
    color: grey;
    padding: 15px;
    line-height: 1;
    min-width: 140px;
    background: rgba(0, 0, 0, 0.07);
    border-radius: 6px;
}

.demo-btn:hover {
    background: rgba(0, 0, 0, 0.12);
}

@media (max-width: 640px) {
    .demo-btn {
        min-width: 0;
        font-size: 14px;
    }
}

.dropdown-menu {
    z-index: -1 !important;
    -webkit-box-shadow: 0px 6px 54px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 6px 54px 0px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 6px 54px 0px rgba(0, 0, 0, 0.7) !important;
}

.customersection {
    min-height: 325px;
    max-height: 325px;
    overflow-y: scroll;
    padding: 10px;
    font-size: 12px;

}

/*for wishlist icon*/
.cd-dropdown-wrapper {
    display: inline-block !important;
    position: relative !important;
    /* height: 40px !important;
    margin: 23px -20px 0 1% !important; */
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    float: left;
}

.cd-dropdown-trigger {
    display: block !important;
    position: relative !important;
    padding: 0px 58px 0 76px !important;
    line-height: 40px !important;
    height: 40px !important;

    color: #ffffff !important;
    border-radius: 0px !important;
    font-weight: 400 !important;
    letter-spacing: 2px;
    margin-top: 0px !important;
}

.cd-dropdown-trigger::before,
.cd-dropdown-trigger::after {
    /* this is the arrow inside the dropdown trigger*/
    content: '' !important;
    position: absolute !important;
    top: 50% !important;
    margin-top: -1px !important;
    height: 2px !important;
    width: 9px !important;
    background: #ffffff !important;
    -webkit-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
    -webkit-transition: width 0.3s, -webkit-transform 0.3s !important;
    -moz-transition: width 0.3s, -moz-transform 0.3s !important;
    transition: width 0.3s, transform 0.3s !important;
}

.cd-dropdown-trigger:hover {
    background-color: #247f2d !important;
    color: #ffffff !important;
}

.cd-dropdown-trigger::before {
    right: 22px !important;
    -webkit-transform: rotate(45deg) !important;
    -moz-transform: rotate(45deg) !important;
    -ms-transform: rotate(45deg) !important;
    -o-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
}

.cd-dropdown-trigger::after {
    right: 17px !important;
    -webkit-transform: rotate(-45deg) !important;
    -moz-transform: rotate(-45deg) !important;
    -ms-transform: rotate(-45deg) !important;
    -o-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
}

@media only screen and (min-width: 992px) {
    .cd-dropdown-trigger {
        font-size: 1.5rem !important;
    }

    .cd-dropdown-trigger.dropdown-is-active {
        background-color: #237e2e !important;
        color: #fff !important;
    }

    .no-touch .cd-dropdown-trigger.dropdown-is-active:hover {
        background-color: #da2b1b !important;
    }

    .cd-dropdown-trigger.dropdown-is-active::before,
    .cd-dropdown-trigger.dropdown-is-active::after {
        /* transform the arrow into a 'X' */
        width: 14px !important;
    }

    .cd-dropdown-trigger.dropdown-is-active::before {
        /* transform the arrow into a 'X' */
        -webkit-transform: translateX(5px) rotate(-45deg) !important;
        -moz-transform: translateX(5px) rotate(-45deg) !important;
        -ms-transform: translateX(5px) rotate(-45deg) !important;
        -o-transform: translateX(5px) rotate(-45deg) !important;
        transform: translateX(5px) rotate(-45deg) !important;
    }

    .cd-dropdown-trigger.dropdown-is-active::after {
        /* transform the arrow into a 'X' */
        -webkit-transform: rotate(45deg) !important;
        -moz-transform: rotate(45deg) !important;
        -ms-transform: rotate(45deg) !important;
        -o-transform: rotate(45deg) !important;
        transform: rotate(45deg) !important;
    }
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a {
    height: 50px !important;
    line-height: 50px !important;
}

@media only screen and (min-width: 768px) {

    .cd-dropdown h2,
    .cd-dropdown-content a,
    .cd-dropdown-content ul a {
        height: 60px !important;
        line-height: 60px !important;
    }
}


@media only screen and (min-width: 992px) {

    .cd-dropdown h2,
    .cd-dropdown-content a,
    .cd-dropdown-content ul a {
        height: 50px !important;
        line-height: 50px !important;
    }
}
@media(max-width: 991px) {
    body .slid-images {
        height: 500px;
    }
    body .my-slider {
        margin-top: 70px;
    }
    body .as-collapse {
        float: left !important;
        width: 100%;
    }
    body .body-space-inner h2, body .ps-price {
        font-size: 18px;
    }
    body .addtowishicon {
        font-size: 14px;
    }
    .space70.support-col-bdr {
        margin: 0;
        width: calc(100% - 390px);
    }
   .row.support-page-row .col-sm-4 {
        width: 340px !important;
    }
   .row.support-page-row {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap ;
    }
    
    .service-col-section .service-box.col-sm-3 {
        width: 50% !important;
        margin-bottom: 20px;

    }
    .service-col-section .service-box.col-sm-3:nth-child(3) {
        margin: 0;
    }
    .service-col-section .service-box.col-sm-3:nth-child(4){
        margin-bottom: 0px;
    }
    .heading-title > span {

        font-size: 24px;
      
    }

}
.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a,
.cd-dropdown-content .cd-divider {
    padding: 0 20px !important;
}

.cd-dropdown {
    position: fixed !important;
    z-index: 1 !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: #000000 !important;
    color: #ffffff !important;
    visibility: hidden !important;
    /* Force Hardware Acceleration */
    -webkit-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
    -webkit-transform: translateZ(0) !important;
    -moz-transform: translateZ(0) !important;
    -ms-transform: translateZ(0) !important;
    -o-transform: translateZ(0) !important;
    transform: translateZ(0) !important;
    -webkit-transform: translateY(-100%) !important;
    -moz-transform: translateY(-100%) !important;
    -ms-transform: translateY(-100%) !important;
    -o-transform: translateY(-100%) !important;
    transform: translateY(-100%) !important;
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s !important;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s !important;
    transition: transform 0.5s 0s, visibility 0s 0.5s !important;
}

.cd-dropdown h2 {
    /* dropdown title - mobile version only */
    position: relative !important;
    z-index: 1 !important;
    color: #585a70 !important;
    background-color: #111433 !important;
    border-bottom: 1px solid #242643 !important;
}

.cd-dropdown .cd-close {
    /* 'X' close icon - mobile version only */
    position: absolute !important;
    z-index: 1 !important;
    right: 0 !important;
    top: 0 !important;
    height: 50px !important;
    width: 50px !important;
    /* image replacement */
    overflow: hidden !important;
    text-indent: 100% !important;
    white-space: nowrap !important;
    color: transparent !important;
}

.cd-dropdown .cd-close::after,
.cd-dropdown .cd-close::before {
    /* this is the 'X' icon */
    content: '' !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    bottom: auto !important;
    right: auto !important;
    -webkit-transform: translateX(-50%) translateY(-50%) !important;
    -moz-transform: translateX(-50%) translateY(-50%) !important;
    -ms-transform: translateX(-50%) translateY(-50%) !important;
    -o-transform: translateX(-50%) translateY(-50%) !important;
    transform: translateX(-50%) translateY(-50%) !important;
    height: 20px !important;
    width: 2px !important;
    background-color: #ffffff !important;
}

.cd-dropdown .cd-close::after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg) !important;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg) !important;
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg) !important;
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg) !important;
    transform: translateX(-50%) translateY(-50%) rotate(45deg) !important;
}

.cd-dropdown .cd-close::before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg) !important;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg) !important;
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg) !important;
    -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg) !important;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg) !important;
}

.cd-dropdown.dropdown-is-active {
    visibility: visible !important;
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    transform: translateY(0) !important;
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s !important;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s !important;
    transition: transform 0.5s 0s, visibility 0s 0s !important;
}

@media only screen and (min-width: 768px) {
    .cd-dropdown .cd-close {
        top: 5px !important;
    }
}

@media only screen and (min-width: 992px) {
    .cd-dropdown {
        position: absolute !important;
        top: calc(100% - 4px) !important;
        /* reset style*/
        height: auto !important;
        width: auto !important;
        -webkit-transform: translateX(0) !important;
        -moz-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
        -o-transform: translateX(0) !important;
        transform: translateX(0) !important;
        background-color: #ffffff !important;
        color: #111433 !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
        opacity: 0 !important;
        -webkit-transform: translateY(30px) !important;
        -moz-transform: translateY(30px) !important;
        -ms-transform: translateY(30px) !important;
        -o-transform: translateY(30px) !important;
        transform: translateY(30px) !important;
        -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s !important;
        -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s !important;
        transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s !important;
    }

    .open-to-left .cd-dropdown {
        /* use the .open-to-left class if you want to open the dropdown on the left */
        right: 0 !important;
        left: auto !important;
    }

    .cd-dropdown h2,
    .cd-dropdown .cd-close {
        /* on desktop - hide title and 'X' */
        display: none !important;
    }

    .cd-dropdown.dropdown-is-active {
        opacity: 1 !important;
        margin-top: 5px;
        margin-left: .8em;
        -webkit-transform: translateY(0) !important;
        -moz-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
        -o-transform: translateY(0) !important;
        transform: translateY(0) !important;
        -webkit-transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s !important;
        -moz-transition: opacity 0.3s 0s, visibility 0.3s 0s, -moz-transform 0.3s 0s !important;
        transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s !important;
    }
}

.cd-dropdown-content,
.cd-dropdown-content ul {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-transition: -webkit-transform 0.3s !important;
    -moz-transition: -moz-transform 0.3s !important;
    transition: transform 0.3s !important;
    padding-top: 50px !important;
}

.cd-dropdown-content a,
.cd-dropdown-content ul a {
    display: block !important;
    color: #ffffff !important;
    /* truncate text with ellipsis if too long */
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    border-top-width: 1px !important;
    border-color: #242643 !important;
    border-style: solid !important;
}

.cd-dropdown-content li:first-of-type>a,
.cd-dropdown-content ul li:first-of-type>a {
    border-top-width: 0 !important;
}

.cd-dropdown-content li:last-of-type>a,
.cd-dropdown-content ul li:last-of-type>a {
    border-bottom-width: 1px !important;
}

.cd-dropdown-content .cd-divider,
.cd-dropdown-content ul .cd-divider {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    background-color: #0b0e23 !important;
    font-size: 1.1rem !important;
    font-weight: bold !important;
    letter-spacing: 1px !important;
    color: #585a70 !important;
    text-transform: uppercase !important;
}

.cd-dropdown-content .cd-divider+li>a,
.cd-dropdown-content ul .cd-divider+li>a {
    border-top-width: 0 !important;
}

.cd-dropdown-content a,
.cd-dropdown-content .cd-search,
.cd-dropdown-content .cd-divider,
.cd-dropdown-content ul a,
.cd-dropdown-content ul .cd-search,
.cd-dropdown-content ul .cd-divider {
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0) !important;
    -moz-transform: translateZ(0) !important;
    -ms-transform: translateZ(0) !important;
    -o-transform: translateZ(0) !important;
    transform: translateZ(0) !important;
    -webkit-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s !important;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s !important;
    transition: opacity 0.3s, transform 0.3s !important;
}

.cd-dropdown-content.is-hidden,
.cd-dropdown-content ul.is-hidden {
    /* push the secondary dropdown items to the right */
    -webkit-transform: translateX(100%) !important;
    -moz-transform: translateX(100%) !important;
    -ms-transform: translateX(100%) !important;
    -o-transform: translateX(100%) !important;
    transform: translateX(100%) !important;
}

.cd-dropdown-content.is-hidden>li>a,
.cd-dropdown-content.is-hidden>li>.cd-search,
.cd-dropdown-content.is-hidden>.cd-divider,
.cd-dropdown-content.move-out>li>a,
.cd-dropdown-content.move-out>li>.cd-search,
.cd-dropdown-content.move-out>.cd-divider,
.cd-dropdown-content ul.is-hidden>li>a,
.cd-dropdown-content ul.is-hidden>li>.cd-search,
.cd-dropdown-content ul.is-hidden>.cd-divider,
.cd-dropdown-content ul.move-out>li>a,
.cd-dropdown-content ul.move-out>li>.cd-search,
.cd-dropdown-content ul.move-out>.cd-divider {
    /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
    opacity: 0 !important;
}

.cd-dropdown-content.move-out>li>a,
.cd-dropdown-content.move-out>li>.cd-search,
.cd-dropdown-content.move-out>.cd-divider,
.cd-dropdown-content ul.move-out>li>a,
.cd-dropdown-content ul.move-out>li>.cd-search,
.cd-dropdown-content ul.move-out>.cd-divider {
    /* push the dropdown items to the left when secondary dropdown slides in */
    -webkit-transform: translateX(-100%) !important;
    -moz-transform: translateX(-100%) !important;
    -ms-transform: translateX(-100%) !important;
    -o-transform: translateX(-100%) !important;
    transform: translateX(-100%) !important;
}

.dropdown-is-active .cd-dropdown-content,
.dropdown-is-active .cd-dropdown-content ul {
    -webkit-overflow-scrolling: touch !important;
}

@media only screen and (min-width: 768px) {

    .cd-dropdown-content,
    .cd-dropdown-content ul {
        padding-top: 60px !important;
    }

    .cd-dropdown-content a,
    .cd-dropdown-content ul a {
        font-size: 1.8rem !important;
    }
}

@media only screen and (min-width: 992px) {

    .cd-dropdown-content,
    .cd-dropdown-content ul {
        padding-top: 0 !important;
        overflow: visible !important;
        max-height: 490px !important;
        overflow-y: scroll !important;
    }

    ul.cd-dropdown-content::-webkit-scrollbar {
        display: none;
    }

    .cd-dropdown-content a,
    .cd-dropdown-content ul a {
        color: #111433 !important;
        height: 50px !important;
        line-height: 50px !important;
        font-size: 1.5rem !important;
        border: 1px solid var(--border) !important;
        transition: 0.4s ease-in !important;
        -webkit-transition: 0.4s ease-in !important;
        -moz-transition: 0.4s ease-in !important;
        -ms-transition: 0.4s ease-in !important;
        -o-transition: 0.4s ease-in !important;
}

    .cd-dropdown-content .cd-divider,
    .cd-dropdown-content ul .cd-divider {
        background-color: transparent !important;
        color: #b3b3b3 !important;
        border-top: 1px solid #ebebeb !important;
    }

    .cd-dropdown-content .cd-divider+li>a,
    .cd-dropdown-content ul .cd-divider+li>a {
        border-top-width: 1px !important;
    }

    .cd-dropdown-content.is-hidden>li>a,
    .cd-dropdown-content.is-hidden>li>.cd-search,
    .cd-dropdown-content.is-hidden>.cd-divider,
    .cd-dropdown-content.move-out>li>a,
    .cd-dropdown-content.move-out>li>.cd-search,
    .cd-dropdown-content.move-out>.cd-divider,
    .cd-dropdown-content ul.is-hidden>li>a,
    .cd-dropdown-content ul.is-hidden>li>.cd-search,
    .cd-dropdown-content ul.is-hidden>.cd-divider,
    .cd-dropdown-content ul.move-out>li>a,
    .cd-dropdown-content ul.move-out>li>.cd-search,
    .cd-dropdown-content ul.move-out>.cd-divider {
        /* reset mobile style */
        opacity: 1 !important;
    }
}

.cd-dropdown-content .see-all a {
    /* different style for the See all links */
    color: #3f8654 !important;
}

.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item,
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    /* items with picture (or icon) and title */
    height: 80px !important;
    line-height: 80px !important;
}

.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item h3,
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
    /* truncate text with ellipsis if too long */
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
    padding-left: 90px !important;
}

.cd-dropdown-content .cd-dropdown-gallery img {
    position: absolute !important;
    display: block !important;
    height: 40px !important;
    width: auto !important;
    left: 20px !important;
    top: 50% !important;
    margin-top: -20px !important;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    padding-left: 75px !important;
    position: relative !important;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
    color: #111433 !important;
    font-size: 1.3rem !important;
    /* hide description on small devices */
    display: none !important;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
    /* item icon */
    content: '' !important;
    display: block !important;
    position: absolute !important;
    left: 20px !important;
    top: 50% !important;
    margin-top: -20px !important;
    width: 40px !important;
    height: 40px !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 40px 40px !important;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-1::before {
    background-image: url("../img/nucleo-icon-1.svg") !important;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-2::before {
    background-image: url("../img/nucleo-icon-2.svg") !important;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-3::before {
    background-image: url("../img/nucleo-icon-3.svg") !important;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-4::before {
    background-image: url("../img/nucleo-icon-4.svg") !important;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-5::before {
    background-image: url("../img/nucleo-icon-5.svg") !important;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-6::before {
    background-image: url("../img/nucleo-icon-6.svg") !important;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-7::before {
    background-image: url("../img/nucleo-icon-7.svg") !important;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-8::before {
    background-image: url("../img/nucleo-icon-8.svg") !important;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-9::before {
    background-image: url("../img/nucleo-icon-9.svg") !important;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-10::before {
    background-image: url("../img/nucleo-icon-10.svg") !important;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-11::before {
    background-image: url("../img/nucleo-icon-11.svg") !important;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-12::before {
    background-image: url("../img/nucleo-icon-12.svg") !important;
}

@media only screen and (min-width: 992px) {
    .cd-dropdown-content {
        /* reset mobile style */
        position: static !important;
        height: auto !important;
        width: 300px !important;
    }

    .cd-dropdown-content>li:last-of-type a {
        border-bottom: none !important;
    }

    .no-touch .cd-dropdown-content>li:not(.has-children) a:hover {
        color: #3f8654 !important;
    }

    .cd-dropdown-content.move-out>li>a,
    .cd-dropdown-content.move-out>li>.cd-search,
    .cd-dropdown-content.move-out>.cd-divider {
        /* reset mobile style */
        -webkit-transform: translateX(0) !important;
        -moz-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
        -o-transform: translateX(0) !important;
        transform: translateX(0) !important;
        opacity: 1 !important;
    }

    .cd-dropdown-content .cd-secondary-dropdown,
    .cd-dropdown-content .cd-dropdown-gallery,
    .cd-dropdown-content .cd-dropdown-icons {
        -webkit-transform: translateX(0) !important;
        -moz-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
        -o-transform: translateX(0) !important;
        transform: translateX(0) !important;
        left: 100% !important;
        height: auto !important;
        background-color: #ffffff !important;
        box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1) !important;
    }

    .cd-dropdown-content .cd-secondary-dropdown::after,
    .cd-dropdown-content .cd-dropdown-gallery::after,
    .cd-dropdown-content .cd-dropdown-icons::after {
        clear: both !important;
        content: "" !important;
        display: table !important;
    }

    .open-to-left .cd-dropdown-content .cd-secondary-dropdown,
    .open-to-left .cd-dropdown-content .cd-dropdown-gallery,
    .open-to-left .cd-dropdown-content .cd-dropdown-icons {
        /* use the .open-to-left class if you want to open the dropdown on the left */
        left: auto !important;
        right: 100% !important;
    }

    .cd-dropdown-content .cd-secondary-dropdown.is-hidden,
    .cd-dropdown-content .cd-dropdown-gallery.is-hidden,
    .cd-dropdown-content .cd-dropdown-icons.is-hidden {
        /* reset mobile style */
        -webkit-transform: translateX(0) !important;
        -moz-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
        -o-transform: translateX(0) !important;
        transform: translateX(0) !important;
    }

    .cd-dropdown-content .cd-secondary-dropdown.fade-in,
    .cd-dropdown-content .cd-dropdown-gallery.fade-in,
    .cd-dropdown-content .cd-dropdown-icons.fade-in {
        /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
        -webkit-animation: cd-fade-in 0.2s !important;
        -moz-animation: cd-fade-in 0.2s !important;
        animation: cd-fade-in 0.2s !important;
    }

    .cd-dropdown-content .cd-secondary-dropdown.fade-out,
    .cd-dropdown-content .cd-dropdown-gallery.fade-out,
    .cd-dropdown-content .cd-dropdown-icons.fade-out {
        /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
        -webkit-animation: cd-fade-out 0.2s !important;
        -moz-animation: cd-fade-out 0.2s !important;
        animation: cd-fade-out 0.2s !important;
    }

    .cd-dropdown-content .cd-secondary-dropdown>.go-back,
    .cd-dropdown-content .cd-dropdown-gallery>.go-back,
    .cd-dropdown-content .cd-dropdown-icons>.go-back {
        display: none !important;
    }

    .cd-dropdown-content .cd-secondary-dropdown>.see-all,
    .cd-dropdown-content .cd-dropdown-gallery>.see-all,
    .cd-dropdown-content .cd-dropdown-icons>.see-all {
        position: absolute !important;
        bottom: 20px !important;
        height: 45px !important;
        text-align: center !important;
    }

    .cd-dropdown-content .cd-secondary-dropdown>.see-all a,
    .cd-dropdown-content .cd-dropdown-gallery>.see-all a,
    .cd-dropdown-content .cd-dropdown-icons>.see-all a {
        margin: 0 !important;
        height: 100% !important;
        line-height: 45px !important;
        background: #ebebeb !important;
        /*    pointer-events: initial!important;*/
        -webkit-transition: color 0.2s, background-color 0.2s !important;
        -moz-transition: color 0.2s, background-color 0.2s !important;
        transition: color 0.2s, background-color 0.2s !important;
    }

    .no-touch .cd-dropdown-content .cd-secondary-dropdown>.see-all a:hover,
    .no-touch .cd-dropdown-content .cd-dropdown-gallery>.see-all a:hover,
    .no-touch .cd-dropdown-content .cd-dropdown-icons>.see-all a:hover {
        color: #ffffff !important;
        background-color: #111433 !important;
    }

    .cd-dropdown-content .cd-secondary-dropdown .cd-dropdown-item,
    .cd-dropdown-content .cd-secondary-dropdown a,
    .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item,
    .cd-dropdown-content .cd-dropdown-gallery a,
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item,
    .cd-dropdown-content .cd-dropdown-icons a {
        border: none !important;
    }

    .cd-dropdown-content .cd-dropdown-gallery,
    .cd-dropdown-content .cd-dropdown-icons {
        padding: 20px 30px 100px !important;
    }

    .cd-dropdown-content .cd-dropdown-gallery>.see-all,
    .cd-dropdown-content .cd-dropdown-icons>.see-all {
        width: calc(100% - 60px) !important;
    }

    .cd-dropdown-content .cd-dropdown-icons>li,
    .cd-dropdown-content .cd-secondary-dropdown>li {
        width: 50% !important;
        float: left !important;
    }

    .cd-dropdown-content .cd-secondary-dropdown {
        overflow: hidden !important;
        width: 550px !important;
        padding-bottom: 5px !important;
    }

    .cd-dropdown-content .cd-secondary-dropdown::before {
        /* this is the separation line in the middle of the .cd-secondary-dropdown element */
        position: absolute !important;
        content: '' !important;
        top: 290px !important;
        left: 15px !important;
        height: 1px !important;
        width: 520px !important;
        /*    background-color: #ebebeb!important;*/
    }

    .cd-dropdown-content .cd-secondary-dropdown>li>a {
        color: #68350b !important;
        font-size: 1.3rem !important;
        margin-bottom: 0px !important;
        line-height: 30px !important;
        height: 30px !important;
        /*    pointer-events: initial!important;*/
        font-weight: 600 !important;
    }

    .cd-dropdown-content .cd-secondary-dropdown>li>a::after,
    .cd-dropdown-content .cd-secondary-dropdown>li>a::before {
        /* hide the arrow */
        display: none !important;
    }

    .cd-dropdown-content .cd-secondary-dropdown.move-out>li>a {
        /* reset mobile style */
        -webkit-transform: translateX(0) !important;
        -moz-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
        -o-transform: translateX(0) !important;
        transform: translateX(0) !important;
    }

    .cd-dropdown-content .cd-secondary-dropdown>li {
        margin: 0px 0 !important;
        border-right-width: 1px !important;
        padding: 0px 10px !important;
        /*    min-height: 190px;*/
    }

    .cd-dropdown-content .cd-secondary-dropdown>li:nth-of-type(2n) {
        border-right-width: 0 !important;
    }

    .cd-dropdown-content .cd-secondary-dropdown>li>ul {
        /* reset mobile style */
        -webkit-transform: translate(0) !important;
        -moz-transform: translate(0) !important;
        -ms-transform: translate(0) !important;
        -o-transform: translate(0) !important;
        transform: translate(0) !important;
        position: relative !important;
        height: auto !important;
    }

    .cd-dropdown-content .cd-secondary-dropdown>li>ul>.go-back {
        display: none !important;
    }

    .cd-dropdown-content .cd-secondary-dropdown a {
        line-height: 20px !important;
        height: 20px !important;
        font-size: 1.2rem !important;
        padding-left: 0 !important;
    }

    .no-touch .cd-dropdown-content .cd-secondary-dropdown a:hover {
        color: #3f8654 !important;
    }

    .cd-dropdown-content .cd-secondary-dropdown ul {
        padding-bottom: 25px !important;
        overflow: hidden !important;
        height: auto !important;
    }

    .cd-dropdown-content .cd-secondary-dropdown .go-back a {
        padding-left: 20px !important;
        color: transparent !important;
    }

    .no-touch .cd-dropdown-content .cd-secondary-dropdown .go-back a:hover {
        color: transparent !important;
    }

    .cd-dropdown-content .cd-secondary-dropdown .go-back a::before,
    .cd-dropdown-content .cd-secondary-dropdown .go-back a::after {
        left: 0 !important;
    }

    .cd-dropdown-content .cd-secondary-dropdown .see-all {
        position: absolute !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
    }

    .cd-dropdown-content .cd-dropdown-gallery {
        width: 600px !important;
        padding-bottom: 100px !important;
    }

    .cd-dropdown-content .cd-dropdown-gallery>li {
        width: 48% !important;
        float: left !important;
        margin-right: 4% !important;
    }

    .cd-dropdown-content .cd-dropdown-gallery>li:nth-of-type(2n) {
        margin-right: 0 !important;
    }

    .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
        padding: 0 !important;
        height: auto !important;
        line-height: normal !important;
        color: #3f8654 !important;
        margin-bottom: 2em !important;
    }

    .cd-dropdown-content .cd-dropdown-gallery>li:nth-last-of-type(2) a,
    .cd-dropdown-content .cd-dropdown-gallery>li:last-of-type a {
        margin-bottom: 0 !important;
    }

    .cd-dropdown-content .cd-dropdown-gallery img {
        position: static !important;
        height: auto !important;
        width: 100% !important;
        margin: 0 0 0.6em !important;
    }

    .cd-dropdown-content .cd-dropdown-icons {
        width: 600px !important;
    }

    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
        height: 80px !important;
        line-height: 1.2 !important;
        padding: 24px 0 0 85px !important;
    }

    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item:hover {
        background: #ebebeb !important;
    }

    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
        color: #3f8654 !important;
        font-weight: bold !important;
    }

    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
        display: block !important;
        font-size: 1.2rem !important;
    }

    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
        left: 25px !important;
    }

    .cd-dropdown-content>.has-children>ul {
        visibility: hidden !important;
        min-height: 350px !important;
    }

    .cd-dropdown-content>.has-children>ul.is-active {
        /* when hover over .cd-dropdown-content items - show subnavigation */
        visibility: visible !important;
    }

    .cd-dropdown-content>.has-children>.cd-secondary-dropdown.is-active>li>ul {
        /* if .cd-secondary-dropdown is visible - show also subnavigation */
        visibility: visible !important;
    }

    .cd-dropdown-content>.has-children>a.is-active {
        /* hover effect for .cd-dropdown-content items with subnavigation */
        box-shadow: inset 2px 0 0 #3f8654 !important;
        color: #3f8654 !important;
    }

    .cd-dropdown-content>.has-children>a.is-active::before,
    .cd-dropdown-content>.has-children>a.is-active::after {
        background: #3f8654 !important;
    }

    .open-to-left .cd-dropdown-content>.has-children>a.is-active {
        box-shadow: inset -2px 0 0 #3f8654 !important;
    }
}

@-webkit-keyframes cd-fade-in {
    0% {
        opacity: 0 !important;
        visibility: visible !important;
    }

    100% {
        opacity: 1 !important;
        visibility: visible !important;
    }
}

@-moz-keyframes cd-fade-in {
    0% {
        opacity: 0 !important;
        visibility: visible !important;
    }

    100% {
        opacity: 1 !important;
        visibility: visible !important;
    }
}

@keyframes cd-fade-in {
    0% {
        opacity: 0 !important;
        visibility: visible !important;
    }

    100% {
        opacity: 1 !important;
        visibility: visible !important;
    }
}

@-webkit-keyframes cd-fade-out {
    0% {
        opacity: 1 !important;
        visibility: visible !important;
    }

    100% {
        opacity: 0 !important;
        visibility: visible !important;
    }
}

@-moz-keyframes cd-fade-out {
    0% {
        opacity: 1 !important;
        visibility: visible !important;
    }

    100% {
        opacity: 0 !important;
        visibility: visible !important;
    }
}

@keyframes cd-fade-out {
    0% {
        opacity: 1 !important;
        visibility: visible !important;
    }

    100% {
        opacity: 0 !important;
        visibility: visible !important;
    }
}

.cd-search input[type="search"] {
    width: 100% !important;
    height: 50px !important;
    padding: 0 20px !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;
    background-color: #242643 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 0 !important;
}

.cd-search input[type="search"]::-webkit-input-placeholder {
    color: #ffffff !important;
}

.cd-search input[type="search"]::-moz-placeholder {
    color: #ffffff !important;
}

.cd-search input[type="search"]:-moz-placeholder {
    color: #ffffff !important;
}

.cd-search input[type="search"]:-ms-input-placeholder {
    color: #ffffff !important;
}

.cd-search input[type="search"]:focus {
    background: #ffffff !important;
    color: #111433 !important;
    outline: none !important;
}

.cd-search input[type="search"]:focus::-webkit-input-placeholder {
    color: rgba(17, 20, 51, 0.4) !important;
}

.cd-search input[type="search"]:focus::-moz-placeholder {
    color: rgba(17, 20, 51, 0.4) !important;
}

.cd-search input[type="search"]:focus:-moz-placeholder {
    color: rgba(17, 20, 51, 0.4) !important;
}

.cd-search input[type="search"]:focus:-ms-input-placeholder {
    color: rgba(17, 20, 51, 0.4) !important;
}

@media only screen and (min-width: 992px) {
    .cd-search input[type="search"] {
        background-color: #ebebeb !important;
    }

    .cd-search input[type="search"]::-webkit-input-placeholder {
        color: #b3b3b3 !important;
    }

    .cd-search input[type="search"]::-moz-placeholder {
        color: #b3b3b3 !important;
    }

    .cd-search input[type="search"]:-moz-placeholder {
        color: #b3b3b3 !important;
    }

    .cd-search input[type="search"]:-ms-input-placeholder {
        color: #b3b3b3 !important;
    }
}

.has-children>a,
.go-back a {
    position: relative !important;
}

.has-children>a::before,
.has-children>a::after,
.go-back a::before,
.go-back a::after {
    /* arrow icon in CSS - for element with nested unordered lists */
    content: '' !important;
    position: absolute !important;
    top: 50% !important;
    margin-top: -1px !important;
    display: inline-block !important;
    height: 2px !important;
    width: 10px !important;
    background: #ffffff !important;
    -webkit-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
}

.has-children>a::before,
.go-back a::before {
    -webkit-transform: rotate(45deg) !important;
    -moz-transform: rotate(45deg) !important;
    -ms-transform: rotate(45deg) !important;
    -o-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
}

.has-children>a::after,
.go-back a::after {
    -webkit-transform: rotate(-45deg) !important;
    -moz-transform: rotate(-45deg) !important;
    -ms-transform: rotate(-45deg) !important;
    -o-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
}

@media only screen and (min-width: 992px) {
    body .my-slider {
        overflow: hidden !important;
        max-height: 740px;
    }
    .has-children>a::before,
    .has-children>a::after,
    .go-back a::before,
    .go-back a::after {
        background: #b3b3b3 !important;
    }
}

.has-children>a {
    padding-right: 40px !important;
}

/* a.cd-dropdown-trigger:focus {
    color: #fff !important;
} */

.has-children>a::before,
.has-children>a::after {
    /* arrow goes on the right side - children navigation */
    right: 20px !important;
    -webkit-transform-origin: 9px 50% !important;
    -moz-transform-origin: 9px 50% !important;
    -ms-transform-origin: 9px 50% !important;
    -o-transform-origin: 9px 50% !important;
    transform-origin: 9px 50% !important;
}

@media only screen and (min-width: 992px) {
    .open-to-left .cd-dropdown-content>.has-children>a {
        padding-left: 40px !important;
        padding-right: 20px !important;
    }

    .open-to-left .cd-dropdown-content>.has-children>a::before,
    .open-to-left .cd-dropdown-content>.has-children>a::after {
        right: auto !important;
        left: 20px !important;
        -webkit-transform-origin: 1px 50% !important;
        -moz-transform-origin: 1px 50% !important;
        -ms-transform-origin: 1px 50% !important;
        -o-transform-origin: 1px 50% !important;
        transform-origin: 1px 50% !important;
    }
}

.cd-dropdown-content .go-back a {
    padding-left: 40px !important;
}

.cd-dropdown-content .go-back a::before,
.cd-dropdown-content .go-back a::after {
    left: 20px !important;
    -webkit-transform-origin: 1px 50% !important;
    -moz-transform-origin: 1px 50% !important;
    -ms-transform-origin: 1px 50% !important;
    -o-transform-origin: 1px 50% !important;
    transform-origin: 1px 50% !important;
}

.cd-main-content {
    background-color: #e6e6e6 !important;
    min-height: calc(100vh - 100px) !important;
    padding: 2em 5% !important;
    line-height: 2 !important;
}

.no-js .cd-dropdown-wrapper:hover .cd-dropdown {
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    transform: translateY(0) !important;
}

.no-js .cd-dropdown-wrapper .cd-close {
    display: none !important;
}

@media only screen and (min-width: 992px) {
    /* .navbar-nav {
        float: left !important;
        margin: 4px 0px -18px 145px !important;
    } */

    .cd-dropdown-wrapper {
        display: inline-flex !important;
        position: relative !important;
        /* height: 48px !important; */
        /* margin: 10px 0px 0px -2% !important; */
        ;
        -webkit-font-smoothing: antialiased !important;
        -moz-osx-font-smoothing: grayscale !important;
    }
}

.navbar {
    margin-bottom: 0.5px !important;
}
/* uday Mobile */
@media only screen and (max-width: 600px) {
    #myModalLabel {
        font-size: 16px;

    }
    body .topcart.pull-right {
        margin-right: 20px; 
        margin-top: 0;
    }
    body .search_btn.pull-right {
        position: absolute;
        right: 80px;
    }
    b.discountp{
        font-size: 10px !important;
        border-radius: 4px !important;
}
    .tpc-info h6{
        margin: 0;
    }
    .topcart span {
        color: #585858;
    }

    .cart-info {
        width: 95% !important;
        border: none !important;
        width: 15em;
        top: 24px;
        padding: 1.5rem !important;
        right: -25px;

    }
    .tophead {
        margin: 0 0 15px;
        display: block;
        text-align: center;
    }

    .navbar-default .navbar-toggle {
        border-color: #fff0 !important;
        display: none !important;
    }
    span#total-cart-items {
        top: -13px !important;
        right: -2px !important;
        font-size: 16px;
    }
    body .navbar-brand {
        top: 24px;
    }
    .cd-dropdown-trigger {
        display: block !important;
        position: relative !important;
        padding: 0px 2px 0px 0px !important;
        line-height: 30px !important;
        height: 29px !important;
        background-color: #ffffff !important;
        color: #da2b1b !important;
        border-radius: 3px !important;
        font-weight: 600 !important;
        margin-top: -70px !important;
        float: left !important;
        left: -15px;
    }

    cart-info {
        border: solid 1px #fff !important;
    }

    .topcart {

        display: inline-block;
        margin-top: 0;
        margin-right: 0px;
        font-size: 23px;
    }

    .cd-dropdown.dropdown-is-active {

        top: 56px !important;
    }

    .trigd {
        display: none !important;
    }

    .trigm {
        display: block !important;
        font-size: 29px !important;
        margin-left: 10px !important;
    }

    .cd-dropdown-trigger::before {
        display: none !important;
    }

    .cd-dropdown-trigger::after {
        display: none !important;
    }
    .MultiCarousel .MultiCarousel-inner .item>div{
        height: auto;
    }
    .MagicZoom, .mz-figure{
        display: block !important;
        min-height: auto;
        border: none !important;
    }
    .MagicZoom {
        min-height: auto !important;
    }
    body div div div div div div div a#ex-jeans > .mz-figure > img {
        min-height: auto !important;
        min-width: auto !important;
    }
    .p_00{
        padding: 0;
    }
    .indservice a {
        display: flex;
        flex-wrap: wrap;
        gap: 2px;
        flex-direction: row;
    }
    .indservice h4{
        margin-top: 5px;
        font-size: 12px;
    }
    
    .indservice p {
        font-size: 10px;
        line-height: 1;
        font-weight: 200;
    }
    .indservice img {
        width: 26px;
        height: 26px;
    }
    .colorsize {
        min-height: 22px;
    }
    .MultiCarousel .MultiCarousel-inner .item>div{
        height: 320px !important;
    }
    .topcart:hover .cart-info {
        margin-top: 25px;
    }
    .projectFactsWrap .item {
        padding: 10px 0px;
    }
    .projectFactsWrap{
        margin-top: 0;
    }
    .projectFactsWrap .item p.number{
        margin-bottom: 0px;

    }
    .projectFactsWrap .item p{
        padding: 0 0px;
    }
}

@media only screen and (min-width: 768px) {

    .hideondesktop {
        display: none;
    }

    .search {
        width: 100%;
        position: relative;
        top: -6px;
        margin-left: -3em;
    }

    .top-search3 input {
        border: 2px solid #d19b2f;
        width: 68%;
        height: 39.9px;
        padding: 1rem;
        margin-top: -.8px;
        border: 2px solid #fff;
        font-size: 14px !important;
    }

    .dark-nav,
    .navbar-default .navbar-collapse {
        background-color: #001e38 !important;
    }

    @media only screen and (min-width: 768px) {
        .trigm {
            display: none !important;
        }
    }
}

/*------------------------------------------------new css-------------------------------------------*/
.col-md-6.col-sm-6.search_box{
    width: 47% !important;
}

.header-xtra span,
.navbar-default .navbar-toggle,
.navbar-default .navbar-nav>li>a:hover {
    background-color: #fff !important;
}

/* .navbar-default .navbar-nav>li>a {
    color: #515149 !important;
} */

footer,
.footer-bottom,
.newsletter input {
    background-color: #505048 !important;
}

.searchcat,
.searchbutton,
.topcart,
.cd-dropdown-trigger,
.newsletter button,
.btn-primary {

    color: #fff !important;
}

.top_bar {
    background-color: #eee !important;
    border-bottom: .5px solid #ededed;
}

.tb_center ul li::after {
    color: var(--primary);
}
.bs-text-down {
    height: auto;
}

.cd-dropdown-trigger.dropdown-is-active {
    background-color: #5371ff !important;
    color: #fff !important;
}

.no-touch .cd-dropdown-trigger.dropdown-is-active:hover {
    color: #fff !important;
    background-color: #b36937 !important;
}

.bannerslider {
    height: 800px !important;
}

@media(max-width:576px) {
    .navbar {
        border-top: none !important;
    }

    .topcart.pull-right {
        background: transparent !important;
    }

    /* .is-sticky header {
        height: 75px !important;
    } */
}

@media (max-width: 576px) {
        .is-sticky header img {
        display: block;
        transition: .4s;
        float: left;
        margin-top: -11px;
        width: 90px;
    }

    .col-lg-2.col-6.col-xs-6.clothing {
        padding: 0px 0px 0px 0px;
    }

 
    .recent-listing .row {
        margin: unset;
    } 
    
}

.item-price {
    vertical-align: top;
    font-size: 12px;
    color: #333;
    min-height: 50px;
}

.product-overlay .addtobag {
    width: 65%;
    background-color: var(--primary) !important;
    border-radius: 4px !important;
}
.product-overlay .addtobag:hover{
    transform: scaleX(1.1);
}
.product-price {
    min-height: 20px !important;
    font-weight: bold;
    display: flex;
    justify-content: center;
    gap: 5px;
    font-size: 20px;
    color: var(--text-color);
    margin: 10px 0px 0px ;
    min-height: 55px;
    border-top: 1px solid #038a9921;
    padding-top: 7px;
}


h5.heading {
    width: 100%;
    max-width: 570px;
    display: table;
    margin: 50px auto 30px;
    position: relative;
}

/*---------------------------------------------------------------new theme css-----------------------------------------------------------*/
.cd-dropdown-wrapper {
    height: auto !important;
    /* margin: 0px 0px 0px 0 !important; */
    border-right: 1px solid #ccc;
}

.nav>li>a {
    padding: 9px 12px;
    margin: 0;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    margin-top: 0;
    border-color: #e7e7e7;
}
.navbar-nav>li {
    float: left;
    margin-top: 0 !important;
    padding: 0px 0px !important;
}

.searchcat,
.topcart,
.cd-dropdown-trigger,
.newsletter button {

    color: #fff !important;
}

.topcart:hover,
.no-touch .cd-dropdown-trigger:hover {
    background-color: transparent !important;
    color: #fff !important;
}

.no-touch .cd-dropdown-trigger.dropdown-is-active:hover {
    color: #fff !important;
    background-color: transparent !important;
}

.navbar {
    border-top: none;
}
/* .navbar-nav {
    margin: 0px 0px 0px 300px !important;
} */

.header-xtra span,
.navbar-default .navbar-toggle,
.navbar-default .navbar-nav>li>a:hover {
    background-color: transparent !important;
    font-size: 17px;
    font-weight: 500;
}

.navbar {
    min-height: 39px;
}

.searchcat,
.topcart,
.cd-dropdown-trigger,
.newsletter button {

    color: #333 !important;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled {
    color: #fff !important;
    border-radius: 0 !important;
}

.top_bar {
    background-color: #fff !important;
    border-bottom: .5px solid #ededed;
}

.tb_right li:not(:last-child)::after {
    content: '';
    border-right: 2px solid #3579b8;
    margin-right: 10px;
    margin-left: 10px;
}

.topcart:hover {
    color: #333 !important;
}

.tbr-inner {
    display: block;
    position: absolute;
    background: #fff;
    color: #111;
    padding: 0;
    width: 130px;
    right: 0 !important;
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

.tbr-inner a:hover,
.tbr-inner a {
    border-bottom: 1px solid #eee;
}

.tbr-inner a {
    margin: 0 !important;
    padding: 10px !important;
    display: inline-block;
    font-weight: 500;
    color: #fff !important;
    background: var(--primary) !important;
}

.tbr-inner a:hover {
    color: #e7e7e7 !important;
    background: #006c78 !important;
    border-radius: 0;
}

.nav>li>a {
    padding: 12px 12px;
    margin: 0;
}
.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
    position: absolute;
    border-radius: 50% !important;
    top: calc(50% - 20px);
    width: 50px;
    height: 50px;
    color: #fff !important;
    font-size: 20px;
}

.policy-item {
    margin-bottom: 0;
}

.quote-carousel img {
    margin-bottom: 20px;
    margin-top: -130px;
    position: relative;
    z-index: 9;
}

.sectiontitle h2 {
    font-weight: 600;
}

.img-box img {
    margin-top: 0;
}

.img-box {
    max-height: max-content;
}

.thumb-content {
    margin-top: 10px;
}
.img-box {
    position: relative;
}

.product-details-btn,
.addtobag {
    flex-basis: 62%;
    display: flex;
    align-items: center;
    column-gap: 5px;
    /* margin: 5px auto; */
    justify-content: center;
    width: 60%;
    border-radius: 0 !important;
    line-height: 2.6 !important;
    font-family: 'Raleway', sans-serif !important;
    font-weight: unset;
    text-transform: uppercase !important;
    font-size: 12px !important;
    font-weight: 600;

}
.item .item-foot .btn {
    width: 160px !important;
}
.product-overlay.top1>.details-btn-overlay>.addtobag {
    color: #ffffff !important;
    background-color: var(--primary);
     
}

.details-btn-overlay {
    display: flex;
    transition: all .5s ease;
    justify-content: center;
}

.product-overlay.top1 {
    position: absolute;
    margin-bottom: 0 !important;
}

.details-btn-overlay .addtobag:hover {
    transform: scaleX(1);
    background-color: var(--primary) !important;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
}

.thumb-content h4 {
    color: var(--text-color);
    text-transform: capitalize;
    font-size: 20px;
    min-height: 20px;
    font-weight: 500;
    transition: all .5s ease;
}

.thumb-content h4:hover {
    transition: all .5s ease;
}

.img-box,
.owl-item {
    border-radius: 12px !important;

}

.owl-item {
    transition: all .4s ease-in-out;
    border: 1px solid var(--border);

}

.owl-item:hover {
    transform: translateY(2px);
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
}

.thumb-content h4 {
    width: 100%;
    margin-left: 0;
}
.product-overlay.top1 {
    position: absolute;
    left: 50% !important;
    margin-bottom: 0 !important;
    transform: translateX(-50%);
    width: 100%;
}

.customNavigation,
.sliderrow {
    border: none;
}

.owl-item {
    box-shadow: 0 1px 8px 0 rgb(161 161 161 / 50%);
}

#owl-demo .item,
#owl-demo2 .item,
#owl-demo3 .item {
    width: auto;
}

.product-item {
    border: 1px solid var(--border);
    margin-bottom: 30px !important;
    height: 380px !important;
    background-color: #fff;
    transition: all .4s ease-in-out;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

.product-overlay .btn.addtobag {
    padding: 0 10px !important;
    background-color: var(--primary);
    transition: all .4s ease-in-out;
    border: 1px solid var(--primary);
}

.product-overlay .btn.addtobag:focus {
    outline: none;
    box-shadow: none;
}

.product-overlay .btn.addtobag:hover {
    transform: scaleX(1.1);

}

.btn.prev,
.btn.prev1,
.btn.prev2,
.btn.prev3 {
    margin-right: 15px;
}

.btn.prev,
.btn.next,
.btn.prev1,
.btn.next1,
.btn.prev2,
.btn.next2,
.btn.prev3,
.btn.next3 {
    background-color: #f05d4d;
    border: none !important;
    border-radius: 50%;
    color: #fff;
    width: 40px;
    height: 40px;
    padding: 10px;
}

button.btn-primary.view2,
button.btn-primary.view,
button.btn-primary.view3 {
    border: none;
    color: #fff !important;
    padding: 5px 10px;
    margin-left: 20px;
    border-radius: 0 !important;
}

footer,
.footer-bottom,
.newsletter input {
    background-color: #001e38 !important;
}

/* #projectFacts {
    border-top: 1px solid #393186;
} */

.projectFactsWrap .item span {
    width: 60px;
    height: 2px;
    display: block;
    margin: 8px auto;
}

.projectFactsWrap .item p.number,
.projectFactsWrap .item:hover p.number {
    color: #fff !important;
    font-size: 30px;
    font-family: 'Libre Baskerville', serif;
}

.projectFactsWrap .item p,
.projectFactsWrap .item:hover p {
    color: #fff !important;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
}
/* 
#projectFacts {
    border-top: 1px solid #001e38;
    border-bottom: 1px solid #001e38;
} */

.block-content {

    border-radius: 0;
}

.block-content img {
    width: 100%;
}

.block-content img {
    margin: auto;
    padding: 0em;
}
.block-content img:hover .bs-text-down{
    display: block;
}
.bs-text-down {
    width: 100%;
    margin: auto;
}

.bs-text-down {
    position: absolute;
}

.bs-text-down:before {
    border: none;
}


/* .block-content:hover img {
    transform: scale(1.03);
    transition: all .5s;
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
} */

.newsletter button {
    background: var(--btnhovercolor) !important;
    color: #fff !important;
    letter-spacing: 0.8px;
    font-weight: 500;
    padding: 0px 24px;
}

.newsletter button:hover {
    background: var(--sectionClass) !important;
    /* background: #2f2870 !important; */
}
.addressrowlist>a:hover{
    background: #2f2870 !important;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------*/
.pi-wrap img {
    box-shadow: none;
}

.nav>li>a {
    padding: 16px 20px;
    margin: 0;
}
.cd-dropdown-trigger {
    line-height: 52px !important;
    height: 52px !important;
    color: #373737 !important;
    font-weight: bold !important;
    font-size: 14px !important;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled {
    background: #ff685d !important;
    color: #fff !important;
    border-radius: 0 !important;
    font-size: 14px;
}

span#searchbycatSelectBoxItText {
    font-size: 14px;
}

.top-search3 input::placeholder {
    font-size: 14px !important;
    margin-left: 2em;
}

.selectboxit-list>.selectboxit-focus>.selectboxit-option-anchor {
    color: #ffffff !important;
    background-color: #0dc6b4;
    background-repeat: repeat-x;
}

.thumb-content h4:hover,
.thumb-content h4 {
    color: var(--text-color);
     
}

span.tophead {
    position: relative;
}

.product-overlay.top1>.details-btn-overlay>.addtobag {
    color: #ffffff !important;
    background-color: var(--primary);
}

.mm-badge-new,
.ui-state-default:hover,
.ui-widget-content .ui-state-default:hover,
.ui-state-default,
.ui-widget-content .ui-state-default,
#header4 .header-xtra span:hover,
#popup-newsletter .block-content button:hover,
.new,
.btn-black:hover,
.btn-color,
#home2 .home-carousel .slick-next:hover,
#home2 .home-carousel .slick-prev:hover,
.cart-btn a:first-child:hover,
.cart-btn a,
.overlay-rmore,
.header-xtra span:hover,
.topsearch:hover span,
.product-overlay a:hover {
    /* background: #001e38  !important; */
    background: var(--btnhovercolor)  !important;
}

.cd-dropdown-content>.has-children>a.is-active {
    box-shadow: inset 2px 0 0 #35958b !important;
    color: #ffffff !important;
    background: #35958b;
    transition: 0.4s all !important;
    -webkit-transition: 0.4s all !important;
    -moz-transition: 0.4s all !important;
    -ms-transition: 0.4s all !important;
    -o-transition: 0.4s all !important;
}

.cd-dropdown-content>.has-children>a.is-active::before,
.cd-dropdown-content>.has-children>a.is-active::after {
    background: #0dc6b4 !important;
}

.no-touch .cd-dropdown-content .cd-secondary-dropdown a:hover {
    color: #0dc6b4 !important;
}

.cd-dropdown-content .cd-secondary-dropdown>li>a {
    color: #333 !important;
}

.topcart:hover span {
    color: #0dc6b4 !important;
}
.topcart.pull-right{
    margin-right: 0%;
    position: relative;
}
span#total-cart-items {
    color: #fff!important;
    background-color: #ff665c  !important;
    position: absolute;
    padding: 2px 8px;
    border-radius: 100px;
    top: -23px;
    right: 1%;
    border: none;
    font-weight: 500;
    width: 24px;
    height: 24px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border: 1px solid #fff;
}
/* Uday  */
/* .whish_lish.pull-right {
    right: 20%;
    position: absolute;
}        */
span#wish_List_count {
    position: absolute;
    font-weight: 500;
    padding: 2px 8px;
    border-radius: 100px;
    top: -23px;
    color: #fff!important;
    background-color: #ff665c !important;
    right: 0;
    border: none;
    border: 1px solid #fff;
}

h5.heading {
    width: 100%;
    max-width: 100%;
    display: table;
    margin: 20px 0 15px 0;
    position: relative;
    padding-bottom: 15px;
    position: relative;
}

h5.heading span {
    margin: 0;
}

.owl-item {
    box-shadow: none;
    padding-bottom: 10px !important;
    border-radius: 0 !important;
    padding: 20px 0 !important;
}

.owl-item:hover {
    /* box-shadow: 0px 0px 22px -8px #bebebe; */
    box-shadow: none;
    cursor: pointer;
}
.cartrow>h4 {
    padding: 15px 25px 15px 20px;
    color: #055c65;
    font-weight: 500 !important;
}
.storerow{
    padding: 15px;
}
@media(max-width:768px) {
    .staticpage {
        margin: 160px 0 30px !important;
    }
    .topcart.pull-right .cart-info {
        top: 62px;

    }
    ::-webkit-scrollbar {
        width: 5px;
    }
    .navbar-brand>img,
    .is-sticky header img {
        float: left;
        margin-top: -0px;
    }

    .slider-wrap {
        height: 200px !important;
        margin-top: 5em !important;
    }

    #policy2 .row {
        display: flex;
        flex-wrap: wrap;
    }

    .owl-item {
        box-shadow: 0 1px 8px 0 rgb(161 161 161 / 50%);
        cursor: pointer;
    }

    .details-btn-overlay {
        transform: translateY(0px);
        transition: all .5s ease;
        margin-bottom: 10px;
    }

    .clothing {
        border: none;
    }

    .product-item {
        margin-bottom: 10px;
    }

    .product-overlay {
        width: 100%;
        margin-bottom: 10px !important;
        left: 8px !important;
    }

    .quote-info {
        width: 100%;
    }

    .addtobag {
        width: 300px !important;
    }
    .block-main{
        border: none;
    }
    input.select1 {
        width: 90%;
    }

    .addtobag {
        width: 129px !important;
    }

    .featured-overlay {
        left: 50%;
        transform: translateX(-6%);
        justify-content: center;
        align-items: center;
    }

    .product-item {
        min-height: 346px;
    }

    .topcart.pull-right {
        margin-right: 0;
        margin-top: -2px;
    }

    /* span#total-cart-items {
        top: -25px !important;
        right: -50px !important;
        font-size: 14px;
        padding: 0px 6px !important;
    } */
    .topcart span i, .whish_lish span i {
        font-size: 22px !important;
    }
    .search_btn span i{
        font-size: 20px !important;
        padding: 6px 8px;
        color: #fff !important;
    }
    /* .whish_lish.pull-right {
        margin-right: 5%;
        margin-top: -10px;
        display: none;
    } */
    .search_btn.pull-right {
        margin-right: 7%;
        margin-top: 0px;
        /* background: #edf2fa; */
        border-radius: 6px;
        /* border: 1px solid #d9d9d98f; */
    }
    /* span#wish_List_count {
        padding: 0px 6px;
        top: -13px;
        right: 13%;
        font-size: 14px;
    } */
    .footer-bottom {
        margin: 0 0 52px 0;
    }
    .tab-content{
        padding: 10px;
    }
}


.cd-dropdown-trigger::after {
    right: 35px !important;
}

.cd-dropdown-trigger::before {
    right: 40px !important;
}

@media(max-width:767px) {
    body .slid-images {
        height: 320px;
    }
    body .my-slider {
        margin-top: 70px;
        height: auto;
        overflow: hidden !important;
    }
    .slick-prev, .slick-next {
        display: none !important;
    }
    body .caption h1 {
        font-size: 22px;

    }
   body .caption p {
        font-size: 16px;
    
    }
#changeDiv .form-group {
    padding: 0;
}

#changeDiv .form-group label {
    font-size: 15px;
}
    .sharencart-col .maddtocart {
        max-width: 200px;
        margin: auto;
    }
    body .share-icon-col {
        display: block;
    }
    .protection {

        text-align: center;
    }
    body .sharencart {
        padding: 10px;
    }
    body .space70.support-col-bdr {
        margin: 50px 0 0 !important;
        width: 100%;
    }
    h5.heading span {
        font-size: 20px;
    }
   .row.support-page-row .col-sm-4 {
    
        width: 100% !important;
        padding: 0;
    }
    .row.support-page-row {
        padding: 14px;
    }
    .support-col-bdr h5.heading {
        padding: 0;
        margin: 0px 0 15px 0 !important;
    }
   body #policy2 .pi-wrap p {
        max-width: 88%;
    }
    footer{
        display: block;
        padding: 30px 0 10px;
    margin-top: 30px;
    }
footer .widget-tags li {
    border: 0 !important;
    float: none;
    padding: 0 5px;
    display: inline-block;
    margin: 0 3px;
}
    footer .widget-tags li a {
        font-size: 15px;
        padding: 0;
     
    }
    .widget-footer h5 {
    font-size: 18px;
    margin: 0 0 15px;
}
    body.overlay .body-overlay {
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0; 
        left: 0;
        background-color: rgb(3,138,153,0.6);
        z-index: 9999; 
    }
    body .topcart.pull-right .cart-info {
        border-radius: 0 0 6px 6px !important;
    }
    .navbar{
        display: none;
    }

    .navbar-brand>img{
        display: block;
        transition: .4s;
        width: 120px !important;
        max-width: 130px !important;
    }
    .contact-link {
        display: none !important;
    }
}

@media (min-width:768px) and (max-width: 992px) {

    .navbar-brand>img,
    .is-sticky header img {
        display: block;
        transition: .4s;
        margin-left: 0px !important;
        margin-top: 0 !important;
    }
    .nav>li>a {
        padding: 13px !important;
    }
    .shiping {
        position: relative;

    }

    /* .topcart.pull-right {
        right: -18% !important;
        position: absolute;
    } */

    .block-content img {
        height: 250px;
    }

    /* span#total-cart-items {
        position: absolute;
        top: -5px !important;
        right: -10px !important;
    } */
    .tbr-info{
        margin-left: -2em;
    }
}

.nav li:nth-child(n+7) {
    display: none;
}

footer,
.footer-bottom,
.newsletter input {
    background-color: var(--bg-footer) !important;
}
/* uday */
.dark-nav,
.navbar-default .navbar-collapse {
    background-color: transparent !important;
}

.cd-dropdown-trigger::before,
.cd-dropdown-trigger::after {
    background-color: #373737 !important;
}

.navbar-default .navbar-nav>li>a {
    color: #fff !important;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 0.8px;
}

.header-xtra span,
.navbar-default .navbar-toggle,
.navbar-default .navbar-nav>li>a:hover {
    color: #d6d3f5 !important;
    font-weight: 400;
    text-decoration: none !important;
    transform: scale(1) !important;
}

.topcart:hover,
.no-touch .cd-dropdown-trigger:hover {
    background-color: transparent !important;
    color: #373737 !important;
}

.cd-dropdown-trigger:hover,
.cd-dropdown-trigger.dropdown-is-active {
    background-color: transparent !important;
    color: #373737 !important;
}

.no-touch .cd-dropdown-trigger.dropdown-is-active:hover {
    background-color: transparent !important;
    color: #373737 !important;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled {
    background: var(--primary);
    color: #000 !important;
    border-radius: 0 !important;
    font-size: 14px;
}

.selectboxit-container {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    margin-left: 0;
}
.top-search3 {
    margin-right: 0;
    width: 100%;
    position: relative;
    max-width: 100%;
    top: 0px;
}
.search {
    width: 100%;
    position: relative;
    top: 0;
    margin-left: 0;
}

.tb_right li a,
.tb_right li i,
.tbr-info span b {
    color: #fff !important;
    font-weight: normal;
    font-size: 18px !important;
}

.top_bar {
    display: none;
}
.tbr-inner:after {
    border-color: #fff transparent;
    box-shadow: 0 1px 8px 0 rgb(161 161 161 / 50%);
    display: none;
}

.tbr-inner a {
    padding: 10px 25px !important;
}
/* uday */
.tbr-inner {
    width: 230px;
    left: -3rem !important;
    box-shadow: 0 1px 8px 0 rgb(161 161 161 / 50%);
    z-index: 999999999;
    top: 74px !important;
}
.topcart span i, .whish_lish span i {
    color: #fff !important;
    font-size: 26px;
}

/* #popular-collections-section {
    background-color: #f0f2f6;
    padding: 0px 5px 10px;
} */

.cd-dropdown-content>.has-children>a.is-active::before,
.cd-dropdown-content>.has-children>a.is-active::after {
    background: #fff !important;
}

.no-touch .cd-dropdown-content .cd-secondary-dropdown a:hover {
    color: #25a541 !important;
}

.block-main {
    padding: 0 20px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.section-product {
    padding: 10px;
   background-color: #FFF;
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
    border-radius: 0% !important;
    background: #fff !important;
    color: #25a541 !important;
    box-shadow: 0 0 6px -2px #373737;
    width: 37px !important;
}

.MultiCarousel .leftLst {
    left: 10px !important;
}

.MultiCarousel .rightLst {
    right: 10px !important;
}
#popular-collections-section {background-color: var(--gallerysecbackground);}
.popular-section.section-product{ background-color: #edc48373;}
.section-product.recent-listing {background-color: #c8edda91;}

.MultiCarousel .MultiCarousel-inner .item>div {
    border: 1px solid #337ab75c;
    transition: all 1s ease-in-out;
    border-radius: 7px;
    text-align: center;
    height: 350px;
    margin: 10px 5px;
    background: #ffffff;
    color: var(--text-color);
}

.MultiCarousel .MultiCarousel-inner .item:hover>div {
    transform: translateY(2px);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.20), 0px 3px 3px 0px rgba(0, 0, 0, 0.12), 0px 3px 4px 0px rgba(0, 0, 0, 0.14);
}
.item_display_body {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 250px));
    padding: 2rem;
 }
 .item_display_body1{
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
 }

 .item_display_body .item {
    border: 1px solid #e5e5e5;
    background: #fff;
 }
.tpc-content:hover:hover>div.item-thumb img{
    transform: scale(1.03);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
}
.item_display_body .item{
    border-radius: 8px !important;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
}

.item_display_body .item:hover {
    border: 1px solid var(--border);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.20), 0px 3px 3px 0px rgba(0, 0, 0, 0.12), 0px 3px 4px 0px rgba(0, 0, 0, 0.14);
}
#demo .owl-item,
#demo1 .owl-item,
#demo2 .owl-item,
#demo3 .owl-item {
    cursor: pointer;
    min-height: 280px;
    padding: 1.8rem !important;
    border: 1px solid var(--border);

}
.sliderrow {
    background-color: transparent;
    position: relative;
}

.customNavigation .btn.prev,
.customNavigation .btn.next,
.customNavigation .btn.prev1,
.customNavigation .btn.next1,
.customNavigation .btn.prev2,
.customNavigation .btn.next2,
.customNavigation .btn.prev3,
.customNavigation .btn.next3 {
    border-radius: 0% !important;
    background: #fff !important;
    color: #25a541 !important;
    box-shadow: 0 0 6px -2px #373737;
    width: 37px !important;
}

.customNavigation .btn.prev,
.customNavigation .btn.prev1,
.customNavigation .btn.prev2,
.customNavigation .btn.prev3 {
    position: absolute;
    top: calc(50% - 20px);
    left: 0;
    z-index: 9;
}

.customNavigation .btn.next,
.customNavigation .btn.next1,
.customNavigation .btn.next2,
.customNavigation .btn.next3 {
    position: absolute;
    top: calc(50% - 20px);
    right: 0;
    z-index: 9;
}

.thumb-content h4:hover,
.thumb-content h4 {
    color: var(--text-color);
}

.product-overlay.top1>.details-btn-overlay>.addtobag {
    color: #fff !important;
    width: 293px !important;
    background-color: var(--primary);
    border-radius: 4px !important;

}

.item-price span:first-child {
    color: var(--text-color);
}

button.btn-primary.view2,
button.btn-primary.view,
button.btn-primary.view3 {
    border: none;
    background: var(--primary) !important;
    color: #fff !important;
    padding: 5px 10px;
    margin-left: 20px;
    border-radius: 0 !important;
    float: right !important;
    z-index: 9;
    position: relative;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
}
button.btn-primary.view2:hover,
button.btn-primary.view:hover,
button.btn-primary.view3:hover
.featured-overlay {
    background: #006d79 !important;
}

input.select1 {
    width: 80%;
    display: flex;
    margin: 2px auto;
    margin-top: 0px;
    margin-bottom: 5px;
    height: 30px;
    border: 1px solid var(--primary);
    border-radius: 5px;
    background-color: #fff;
    padding: 5px 10px;
}

.discountp {
    color: #35958b !important;
}

.product-overlay .btn.addtobag {
    padding: 0 10px !important;
    border-radius: 5px !important;
    color: #fff !important;
    background-color: var(--primary);
}

#policy2 {
    background: #fff
}

@media(min-width:1600px) {
    #side-nav {
        display: none;
    }
}

@media(min-width:600px) and (max-width:1200px) {
    #side-nav {
        display: none;
    }
}

/* 
@media(min-width:700px) and (max-width:1125px){
      span#total-cart-items {
        top: -3px !important;
        right: -4px !important;
        font-size: 16px;
    }
} */

@media(min-width:1600px) {
    #side-nav {
        display: none;
    }
}

@media(min-width: 767.99px) {
    /* .section-product .item_display_body .tpc-content {
        padding-bottom: 30px;
    } */
    .MultiCarousel .MultiCarousel-inner .item>div {
        height: 330px;
    }
    .product-overlay.top1 {
        padding-bottom: 30px;
    }
}

@media(max-width: 767px) {
    body .myaccountpage h1 {
        font-size: 20px;
        margin-bottom: 15px;
        padding: 15px 0;
    }
    body .sidemenu .accountno {
        font-size: 20px;
        padding: 12px 0;
    }
    .myaccountpage {
        margin-top: 30px;
    }
    body .body-space-inner {
        margin: 160px 0 10px;
    }
    .totalproduct {
        width: 100%;
        display: flex;
        margin-bottom: 20px;
    }
    .topcart.pull-right .cart-info {
        top: 47px;
        height: 340px;
    }
    .navbar-brand {
    height: auto;
    margin-top: 0;
    top: -20px;
}

    .product-item {
        height: 397px;
         
    }

    .owl-wrapper {
        display: flex !important;
        margin: 10px auto;
    }

    header {

        margin-top: 0%;
    }
    .product-title{
        padding-top: 0 !important;
    }
    #demo .owl-item, #demo1 .owl-item, #demo2 .owl-item, #demo3 .owl-item{
        width: 312px !important;
    }


}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    background-color: #038a99;
    border: none;
    border-bottom-color: transparent;
    color: #ffffff !important;
    transform: scale(1);
}
.side-social-btn-group{
    display:none;
}
@media(max-width: 992px) {

    .product-item {
        width: 98% !important;
        height: 397px;
         
    }
    .wish_btn.wish_list_btn{
        border: none !important;
    }
    .add_wish{
        display: grid;
        gap: 0.3em;
    }
    .add_wish a{
        box-shadow:unset;
        border: none;
        font-size: 12px;
        padding: 3px 6px;
        border: 1px solid #038a99;
    }
    .MultiCarousel .leftLst, .MultiCarousel .rightLst{
        box-shadow: 0 0 4px -2px #777777;
        color: #000 !important;
    }
    .MultiCarousel .leftLst {
        left: 6px !important;
    }
    
    .MultiCarousel .rightLst {
        right: 5px !important;
    }
    .col-lg-5.col-md-5.col-sm-5.col-xs-12.scrollfix, .col-sm-12.col-md-12.col-xs-12.des{
        padding: 0;
    }
}

    @media(min-width: 1025px) and (max-width: 1366px) {
        .product-item {
            width: 97% !important;
            height: 397px !important;
        }
      
    }

    @media (max-width: 1399px) {
     #shippingMethods .form-group>div {
            text-align: center !important;
           
        }
        #shippingMethods .form-group>div > span{
            padding: 7px 12px !important;
        }
        .navbar-default .navbar-nav>li>a {
            margin-left: 0.0em;
        }
        .nav>li>a {
            padding: 16px 8px;
         }
    .cd-dropdown-trigger {
        padding: 0px 58px 0 20px !important;
    }
    /* .navbar-nav {
        margin: 0px 0px 0px 220px !important;
    } */
    .navbar-nav {
        margin: 0px 0px 0px 0px !important;
    }
    .dropdown.home_li_us {
        margin-left: 0px !important;
       }
    }
    @media(min-width: 1920px) and (max-width: 2225px) {
        .product-item {
            width: 98% !important;
            height: 397px !important;
        }

        .product-item {
            width: auto;
        }

        .is-sticky header {
            margin-top: -1% !important;
        }


    }

    /*media query for 320 device*/
    @media(max-width:320px) {
        .addtobag {
            width: 103px !important;
        }


    }

    @media(max-width: 600px) {
        body .slid-images {
            height: 220px;
        }
        .projectFactsWrap .item p.number, .projectFactsWrap .item:hover p.number {
            font-size: 24px;
        
        }
        .slider-row img {
            height: auto;
        }
        body .caption {
            top: 88%;
      
        }
        .service-col-section .service-box.col-sm-3{
            width: 100% !important;
        }
        .service-contant {
            padding: 0px;
        }
        body #policy2 .pi-wrap p {
            max-width: 100%;
        }
        .recent-listing .tophead {
            margin: 20px 0;
        }
        .quantity-box {
            font-size: 13px;
        }
        .topcart.pull-right .cart-info {
            top: 51px;
        }
        #policy2 {
            margin-top: 0;
        }
        .product-price {
            min-height: 20px !important;
        }
    }    

    @media(max-width: 1365px) {
        .container-fluid.add_service{
            margin-left: 0rem;
        }   
        .login-header-item {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 50px;
        }
        .pi-wrap img {
            width: 40px;
        }
        #policy2 .pi-wrap h4 {
            font-size: 16px;
            width: 68%;
       
        }
        .service-contant {
            padding-left: 10px;
        }
    
    } 

    .login-header-item {
        border: 1px solid #fff;
        border-radius: 4px;
        padding: 9px 15px !important;
        background-color: #005e68bd;
        font-size: 16px;
        display: block !important;
    }
    .login-header-item .fa.fa-user {
        margin: 0;
        display: inline-block;
        font-size: 20px !important;
    }
    .header-right.col-md-3.col-sm-3 {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    .header-inner.row {
        display: flex;
        align-items: center;
    }
    .clt_ar_item_img {
        height: 50px;
        width: 70px;
        padding: 3px;
        border: 1px solid #038a99c2;
        border-radius: 5px;
        background-color: #0b5e6640;
    }
    
    body .clt_ar_item_img > img {
        height: 100%;
        width: 100% !important;
        border-radius: 5px;
    }
    .my-slider {
        margin-top: 0;
        overflow: hidden !important;
    }
    .caption {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #06034445;
        color: #fff;
        padding: 20px 20px;
        text-align: center;
        max-width: 800px;
        width: 100%;
    }
    .caption h1 {
        margin: 0;
        font-size: 45px;
        margin-bottom: 22px;
    }
    .caption p {
        position: relative;
        color: #fff !important;
        font-size: 18px;
        margin: 10px 0 0;
        padding: 0 12px;
    }

    .caption p:before, .caption p:after {
        content: "";
        height: 1px;
        width: 10%;
        background-color: #ffffff;
        display: inline-block;
        vertical-align: middle;
        margin: 0px 8px;
    }

    .slid-images {
        height: 740px;
        position: relative;
    }
    .slider-row img {
        height: 100%;
        width: 100%;
        object-fit: cover;

    }
    #side-nav i.fa.fa-user {
        color: #038a99;
        border: 1px solid #fff;
        font-size: 22px;
        padding: 6px 10px;
        border-radius: 50%;
        height: 40px;
        width: 40px;
        background-color: #fff;
        margin-right: 5px;
    }
    #side-nav .nav-login-left a {
        margin: 4px 0;
        padding: 3px 10px;
        height: 47px;
    }
    .navigation.single-item-wrapper.mb_menu li:last-child {
        background-color: #0b4842;
        padding: 10px 0;
        position: fixed;
        width: 100%;
        bottom: 0;
    }
    .navigation.single-item-wrapper.mb_menu li:last-child >.side_logout {
        width: 50%;
        margin: 10px 20px !important;
        color: #038a99 !important;
        border-radius: 20px;
        height: auto;
        padding: 4px 0 !important;
    }
  
    body.overlay .header-inner {
        opacity: 0.5;
        pointer-events: none;
    }
    
    body.overlay #nav-trigger {
        opacity: 1;
        pointer-events: unset;
    }
    .home-login-model .modal-dialog {
        position: absolute;
        margin: 0;
        transform: translate(-50%, -50%) !important;
        top: 50%;
        left: 50%;
    } 
    
/*-------body-space-inner--------*/
.list-group-item {
    border: 1px solid #055c65;
}
    .body-space-inner {
        margin: 160px 0 50px;
    }
    .myaccountpage {
        padding: 0;
    }
    .myaccountpage h1 {
        background-color: #038a99;
        color: #fff;
        padding: 20px 0;
    }
    .sidemenu .accountno .fa.fa-mobile {
        font-size: 25px;
        margin-right: 7px;
        height: 35px;
        width: 35px;
        background-color: #055c65;
        border-radius: 50%;
        line-height: 35px;
    }   
    span.address1 {
        display: inline-block;
        color: #004951;
        font-size: 15px;
    }
    .address-col-inner {
        display: flex;
        justify-content: space-between;
    }
    a.edit-button.deletebtn {
        background-color: #038a99;
        padding: 4px 17px;
        border-radius: 20px;
        border: 1px solid #038a99;
        margin-left: 10px;
    }
    .addressrowlist a.edit-button.deletebtn {
        padding: 10px 18px;
        line-height: normal;
        height: 32px;
        display: flex;
        align-items: center;
    }
    .form-control {
        padding: 10px 12px;
        font-size: 15px;
        line-height: 1;
        color: var(--border);
        border: 1px solid var(--border);
        box-shadow: unset !important;
        height: auto;
    }
    .form-control:focus{
        border-color: #221b68;
    }
    .modal-body{padding: 0;}
    .checkout-page .container, .body-space-inner .container {
        max-width: 1920px;
        width: 100%;
    }

    .checkout-page {
        margin: 150px 0  0;
    }
    #shippingMethods {
        margin-top: 8px;
        border-top: 1px solid #038a99;
        padding-top: 25px;
    }
    #shippingMethods .form-group {
        margin:10px 0px 0;
        padding: 0 1em;
    }
    #shippingMethods .form-group>div {
        padding: 0 !important;
        text-align: left;
  
    }
    .checkout-page label.control-label {
        font-size: 18px;
        color: #006e7a;
        font-weight: 400 !important;
    }
    #shippingMethods .form-group>div > span {
        color: #055c65;
        border: 1px solid #038a99;
        margin-left: 15px;
        padding: 7px 15px;
        flex-wrap: wrap;
        align-items: center;
        display: inline-block;
        margin-bottom: 15px;
    }
    #shippingMethods .form-group>div > span:first-child {
        margin-left: 0;
    }
    #shippingMethods .form-group>div > span input[type=radio] {
        margin: 0 !important;
    }
    #shippingMethods label.control-label {
        margin-bottom: 15px;
    }
    #shippingMethods .form-group>div > span label {
        margin: 0 5px;
    }
    #shippingMethods a:focus {
        outline: 0;
        text-decoration: none;
        color: #ffffff;
    }
    #shipping_groups_msg {
        position: absolute;
        left: 154px;
        transform: translate(3px, 3px);
        color: #00cee5;
        border: 1px solid #00434a;
        padding: 1px 8px;
        border-radius: 25px;
        background-color: #00434a;
        font-weight: 400 !important;
        margin: 7px 0 0;
    }
.delivery-address-col {background-color: #034d54;color: #fff;padding: 10px;margin-bottom: 15px;}

.delivery-address-col> li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.delivery-address-col> li >label {
    margin: 0;
    font-size: 16px;
}
.checkout-page .modal-dialog .modal-content {
    box-shadow: 0px 4px 18px -3px #055c65!important;
}
.checkout-page .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    margin: 0;
}
.paymentrow.pr_0, .paymentrow.paytotal {
    background-color: #055c65;
    color: #fff;
    padding: 15px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
}
.menu-inner-header {
    display: flex;
    width: 100%;
}
.other-page-inner {
    margin: 200px 0 50px;
}
.sidemenu ul li:last-child a {
    border-bottom: 0;
}
.body-space-inner h2 {
    font-size: 25px;
    color: #055c65;
    margin: 0 0 10px;
    display: inline-block;
}
.pager-nav span {
    display: inline-block;
    padding: 4px 16px;
    margin: 1px;
    cursor: pointer;
    font-size: 20px;
    background-color: #055c65;
    border: 1px solid #004047;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    color: #fff;
}
.pager-nav span:hover, .pager-nav .pg-selected {
    background-color: #038a99;
    border: 1px solid #038a99;
    font-size: 15px;
    padding: 7px 18px;
}
#pageNavPosition {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scrollfix {
    padding: 0 15px;
}
.checkout_price.checkout-date {
    padding: 6px 0;
    text-align: center;
    background-color: #daf1f1;
    border: 1px solid #b9d3d3;
    margin-top: 12px;
}
.swal-title {
    font-weight: 400;
    color: #055c65;
}


.swal-overlay--show-modal .swal-modal {
    border: 1px solid #055c65;
    box-shadow: 0px 0px 16px 1px #038a9973;
}

/* --------------------Office-Glitz---------------------- */
.header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navbar-brand {
    height: auto;
    padding: 0;
}
.navbar{
    min-height: auto;
    margin: 0;
}
#projectFacts .projectFactsWrap {
    margin: 0;
}
.projectFactsWrap .item p {
    padding: 0;
    font-size: 15px;
}
.header-right-menu ul li >  a {
    color: var(--text-white) !important;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 0.8px;
    border: 0;
    transform: scale(1);
}
.header-right-menu ul li >  a:hover {
    color: var(--headertexthover) !important;
}


.service-col {
    padding: 60px 0;
    background-color: var(--servicesecbackground);
}
.gallory-setion {
    padding: 40px 20px 70px;
}
.service-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 30px;
    gap:50px;
}
.service-section h2 {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    font-size: 35px;
    margin-top: 0;
}

.service-section h2 > span {
    font-weight: 600;
    color: var(--headingcolor);
}
.service-section .service-item {
    width: 31%;
    padding: 0px 0px 35px;
    margin: 0 -10px;
    border-radius: 0 0 20px 0;
    border: 1px solid #8681b89c;
}
.service-section .service-item .content-section{
    padding:15px;
}
.content-container{
    padding-left:5em;
    padding-right:5em;
}

.service-item .service-images {
    height: 300px;
    width: 100%;
    overflow: hidden;
  
}
.service-item .service-images img:hover {
    transform: scale(1.1);
}
.service-item .service-images img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    transition: 0.5s;
    cursor: pointer;
    transform: scale(1);
}


.service-section .service-item h3 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
    color: var(--headingcolor);
    padding: 0px 15px;
}



.service-section .service-item p {
    font-size: 16px;
    font-weight: 400;
    margin: 20px 0;
}
.service-section .service-item h3 {
    font-size: 25px;
    font-weight: 500;
    margin:30px 0px 10px;
    color: var(--headingcolor);
}

.service-section .service-item  h4 {
    font-size: 17px;
    color: #000;
    padding:0px 15px;
}
.service-section .service-item h4:first-letter {
    text-transform: capitalize;
}

.service-section .service-item p {
    font-size: 18px;
    font-weight: 400;
    margin: 20px 0;
    padding: 0px 15px;
}
.service-section .service-item .Read-more{
    padding:0px 15px;
}


.Read-more > a {
    background-color: var(--btncolor);
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.8px;
    padding: 8px 16px;
    border-radius: 4px;
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
}
.Read-more > a:hover {
    background-color: var(--btnhovercolor);
    letter-spacing: 0.5px;
}
.Read-more > a i {
    margin-left: 10px;
}
.block-content.gallory-box {
   height: 266px;
   margin-bottom: 30px;
}

.gallery-row{
    display: flex;
    flex-wrap:wrap;
    row-gap:20px;
    /* width:100%; */
    justify-content: center;
}
.gallory-box img {
  width: 400px;
  height:266px;
  object-fit: contain;
  border-radius: 0px;
  margin:10px;
}
.heading-title > span {
    width: 100%;
    text-align: center;
    font-size: 35px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 35px;
    color: var(--primary);
}
.container {
    max-width: 1920px;
    width: 100%;
    padding: 0 15px;
}

.testimonial-section {
    padding: 60px 0;
    margin: 60px 0;
}
.testimonial-section:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color:var(--testimonialbackground);
    position: absolute;
    left: 0;
    top: 0;
}
.testimonial-section .sectiontitle h2 {
    font-weight: 500;
    color: #fff !important;
    margin-top: 0;
}
.quote-carousel button.slick-prev {
    left: -80px !important;
}
.quote-carousel button.slick-next {
    right: -80px !important;
}
.quote-info h4 {
    font-size: 24px;
    font-weight: 600;
    color: var(--headingcolor);
    font-family: cursive;
}
.quote-info p > i {
    padding-right: 10px;
    /* color: #201b51; */
    color: var(--headingcolor);
}

.quote-info p > i +i {
    padding-left: 10px;
}
/* 1. Style the hamburger button. */
.hamburger-button {
	position: relative;
	transition: .3s ease-in-out;
	width: 40px;
	height: 30px;
    display: none;
}

.hamburger-button span {
    position: absolute;
    height: 4px;
    border-radius: 4px;
    width: 100%;
    background-color: #ffffff;
    top: 0;
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
}
		.hamburger-button span:nth-child(1) {
			top: 2px;
		}

        .hamburger-button span:nth-child(2), .hamburger-button span:nth-child(3) {
            top: 14px;
        }

		.hamburger-button span:nth-child(4) {
			top: 26px;
		}

/* 2. Style the active state and create the cross. */
.hamburger-button.active span:nth-child(1),
.hamburger-button.active span:nth-child(4) {
	opacity: 0;
}

.hamburger-button.active span:nth-child(2) {
	transform: rotate(45deg);
}
.hamburger-button.active span:nth-child(3) {
	transform: rotate(-45deg);
}
.hamburger-button {
    position: absolute;
    right: 20px;
}
.tweet-info.header-right-menu {
    margin-right: 180px;
}


    .quote-info:before {
    animation: move 5s linear infinite;
    offset-path: rect(0% auto 100% auto);
    background: radial-gradient(#fff, #f1f5f9, transparent);
    content: "";
    display: block;
  }
  
  @keyframes move {
    0% {
      offset-distance: 0%;
    }
  
    100% {
      offset-distance: 100%;
    }
  }
  .quote-carousel {
    overflow: hidden !important;
}
/* .block-content.gallory-box a:first-child:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #170e6f4f;
    transition: 1s ease-in-out;
}
.block-content.gallory-box a:hover:first-child:before {
    border-radius: 50%;
    height: 0;
    width: 0;
} */
.block-content.gallory-box a{
    transition: 1s ease-in-out;
}
.navbar-brand img{
        transform: scale(1.8);
}
.side-social-btn-group{
    display:none !important;
}
@media(max-width: 991px) {
    .service-col {
        padding: 40px 0;

    }
    .service-section {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    padding: 0 30px;
    gap:50px;
}
    .service-section h2 {
        margin-bottom: 30px;
        font-size: 25px;

    }
    .service-section .service-item {
        padding: 0px 15px 25px;
     }
    .service-section .service-item h3 {
        font-size: 20px;
    }
    .service-section .service-item p {
        font-size: 16px;
        margin: 15px 0;
        
    }
    .Read-more > a {
        margin-top: 0px;
        font-size: 14px;
    }
    .caption h1 {
        margin: 0;
        font-size: 35px;
        margin-bottom: 10px;
    }
    .caption {
        max-width: 600px;
      
    }
    .caption p:before, body .caption p:after {
        width: 5%;
     }

    .heading-title > span {

        font-size: 24px;
      
    }
    .gallory-setion {
        padding: 10px 15px 20px;
    }
    .service-item .service-images {
        height: 190px;
    }
    .service-section .service-item {
        padding: 0px 10px 15px;
    }
    .service-section .service-item h3 {
        font-size: 22px;
        margin: 15px 0px 10px;
        }
        .testimonial-section {
            padding: 40px 0;
            margin: 30px 0;
        }
        .testimonial-section .sectiontitle h2 {
            font-size: 24px;
        }
        .projectFactsWrap .item {
            margin-bottom: 15px;
        }
        .navbar-brand>img {
            max-width: 140px !important;
        }
}

@media(max-width: 767px) {

    body .caption {
        display: none;
    }
    body .navbar-brand>img {
        height:60px;
        transform: scale(1.8);
    }
    body .navbar-brand{
        position: unset;
    }
    .is-sticky header {
        height: auto;
        padding: 15px 0px;
    }
    .hamburger-button {
        display: block;
    }
    .service-section .service-item {
        padding: 0px 10px 15px;
        margin: 0 0 20px;
        width: 100%;
    }
    .service-section .service-item:last-child {
        margin: 0px;

    }
    .service-item .service-images {
        height: 300px;
    }
    .projectFactsWrap .item p.number, .projectFactsWrap .item:hover p.number {
        font-size: 21px;
    }
    .block-content.gallory-box {
        margin-bottom: 20px;
    }
    .quote-info h4 {
        font-size: 22px;
    }
    .quote-info {
        padding:20px;
        margin: 20px auto 0px;
    }
    .quote-carousel img {
        margin-bottom: 0px;
        margin-top: -40px;
        width: 80px;
        height: 80px;
    }
    .testimonial-section {
        margin: 30px 0 0;
        padding: 30px 0;
    }
    
    #nav-trigger {
        display: none !important;
    }
    header {
        height: auto;
        padding: 15px 0px;
    }
    .widget-tags li {
        float: none;
        margin-right: 0;
        border-bottom: 1px solid #1b174c;
        padding: 0 10px 8px;
    }
    .tweet-info.header-right-menu ul {
        width: 100%;
        position: absolute;
        left: 100%;
        top: 70px;
        background-color: #04021b;
        padding: 0px;
        opacity: 0;
        transition: 1s !important;
        visibility: hidden;
    }
    .tweet-info.header-right-menu ul.show_menu {
        visibility: visible;
        left: 0;
        opacity: 1;
        z-index: 999    ;
    }
    header .widget-tags li {
    margin-bottom: 0;
    padding:    10px;
}
.header-right-menu ul li >  a {
    font-size: 18px;

}

    .is-sticky header {
        height: auto;
    }
    .navbar-brand>img {
        width: auto !important;
    }
    .body {
        padding-bottom: 0 !important;
    }
    footer .widget-footer {
        width: 100%;
    }
    footer .tweet-info .widget-tags {
    margin: 0 -15px;
}

    }
    .garments-footer-bottom{
        display: none;
    }