@font-face {
    font-family: 'byekan';
    src: url('../fonts/BYekan.eot');
    src: url('../fonts/BYekan.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BYekan.woff2') format('woff2'),
        url('../fonts/BYekan.woff') format('woff'),
        url('../fonts/BYekan.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
    font-family: byekan;
    position: relative;
    background: #fff;
    color: #041327;
    font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: byekan;
    font-weight: 400
}

h1 {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: .03em;
    line-height: 1.1;
    text-transform: uppercase
}

h2 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: .03em;
    line-height: 32px;
    text-transform: uppercase
}

h3 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: .03em;
    line-height: 1.2;
    color: #444
}

h4 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .03em;
    line-height: 1.2;
    text-transform: capitalize;
    color: #999
}

h5 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .03em;
    line-height: 1.2;
    color: #555
}

h6 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    /* color: #999 */
    color: #6f6a6a;
}

a {
    color: #d0af6c
}

ul {
    padding-left: 20px;
    margin-bottom: 0;
    letter-spacing: .03em;
}

li {
    display: inline-block;
    font-size: 14px
}

a {
    color: #202447
}

p {
    font-size: 18px;
    color: #041327;
    line-height: 18px;
}

span {
    line-height: 1.5;
}

a {
    transition: .5s ease
}

a:hover {
    text-decoration: none;
    transition: .5s ease
}

a:focus {
    outline: none
}

button:focus,
.btn:focus {
    outline: none;
    box-shadow: none
}

.form-control {
    padding: 12px 20px;
    border-radius: 22px;
    font-size: 14px
}

.form-control:focus {
    box-shadow: none;
    border-color: #ced4da
}

del {
    font-size: 14px;
    color: #aaa;
    font-weight: 400
}

[data-notify=progressbar] {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px
}



.progress-bar {
    background-color: #19a340
}

.progress-bar-info {
    background-color: #00829a
}

section,
.section-t-space {
    padding-top: 40px
}

/* .section-b-space {
    padding-bottom: 100px !important
} */

.border-section {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd
}

.border-b {
    border-bottom: 1px solid #38352f
}

.grey-bg {
    background-color: #f5f5f5
}

.theme-bg {
    background-color: #fef2d3
}

.padding-l {
    padding-left: 8px;
    padding-right: 8px
}

.light-grey-bg {
    background-color: #f8f7f8
}

.small-section {
    padding-top: 15px;
    padding-bottom: 15px
}

.light-layout {
    background-color: #f8f8f8
}

.loader-wrapper {
    height: 100vh;
    width: 100vw;
    background-color: #fff;
    display: flex;
    webkit-box-align: center;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 1031;
    top: 0
}

.loader-wrapper .bar {
    position: relative;
    margin-left: -100px
}

.loader-wrapper .bar>div {
    width: 10px;
    height: 30px;
    position: absolute;
    top: 35px;
    left: 45px;
    opacity: 1;
    -webkit-animation: fadeit .6s linear infinite;
    animation: fadeit .6s linear infinite
}

.loader-wrapper .bar>div:nth-child(1) {
    background: #fa5858;
    -webkit-transform: rotate(0deg) translate(0, -30px);
    transform: rotate(0) translateY(-30px);
    -webkit-animation-delay: .05s;
    animation-delay: .05s
}

.loader-wrapper .bar>div:nth-child(2) {
    background: #faac58;
    -webkit-transform: rotate(30deg) translate(0, -30px);
    transform: rotate(30deg) translateY(-30px);
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.loader-wrapper .bar>div:nth-child(3) {
    background: #f4fa58;
    -webkit-transform: rotate(60deg) translate(0, -30px);
    transform: rotate(60deg) translateY(-30px);
    -webkit-animation-delay: .15s;
    animation-delay: .15s
}

.loader-wrapper .bar>div:nth-child(4) {
    background: #9afe2e;
    -webkit-transform: rotate(90deg) translate(0, -30px);
    transform: rotate(90deg) translateY(-30px);
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.loader-wrapper .bar>div:nth-child(5) {
    background: #58faac;
    -webkit-transform: rotate(120deg) translate(0, -30px);
    transform: rotate(120deg) translateY(-30px);
    -webkit-animation-delay: .25s;
    animation-delay: .25s
}

.loader-wrapper .bar>div:nth-child(6) {
    background: #2efef7;
    -webkit-transform: rotate(150deg) translate(0, -30px);
    transform: rotate(150deg) translateY(-30px);
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.loader-wrapper .bar>div:nth-child(7) {
    background: #2e9afe;
    -webkit-transform: rotate(180deg) translate(0, -30px);
    transform: rotate(180deg) translateY(-30px);
    -webkit-animation-delay: .35s;
    animation-delay: .35s
}

.loader-wrapper .bar>div:nth-child(8) {
    background: #2e2efe;
    -webkit-transform: rotate(210deg) translate(0, -30px);
    transform: rotate(210deg) translateY(-30px);
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.loader-wrapper .bar>div:nth-child(9) {
    background: #ac58fa;
    -webkit-transform: rotate(240deg) translate(0, -30px);
    transform: rotate(240deg) translateY(-30px);
    -webkit-animation-delay: .45s;
    animation-delay: .45s
}

.loader-wrapper .bar>div:nth-child(10) {
    background: #a901db;
    -webkit-transform: rotate(270deg) translate(0, -30px);
    transform: rotate(270deg) translateY(-30px);
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.loader-wrapper .bar>div:nth-child(11) {
    background: #fa58f4;
    -webkit-transform: rotate(300deg) translate(0, -30px);
    transform: rotate(300deg) translateY(-30px);
    -webkit-animation-delay: .55s;
    animation-delay: .55s
}

.loader-wrapper .bar>div:nth-child(12) {
    background: #fa58ac;
    -webkit-transform: rotate(330deg) translate(0, -30px);
    transform: rotate(330deg) translateY(-30px);
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

@-webkit-keyframes fadeit {
    0% {
        opacity: 1
    }

    to {
        opacity: .2
    }
}

@keyframes fadeit {
    0% {
        opacity: 1
    }

    to {
        opacity: .2
    }
}

.btn-solid {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    transition: .3s ease-in-out;
    color: #f1f2e6;
    cursor: pointer;
    letter-spacing: 1px;
    position: relative;
    text-decoration: none;
    padding: 12px 30px;
    border: none;
    overflow: hidden;
    border-radius: 15px;
    background-color: #041327
}

.btn-solid.btn-solid-sm {
    padding: 8px 12px
}

.btn-solid:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all .55s cubic-bezier(.19, 1, .22, 1);
    width: 50px;
    z-index: 1
}

.btn-solid:hover {
    color: #fff;
    transition: .3s ease-in-out
}

.btn-solid:hover:after {
    left: 120%;
    transition: all .55s cubic-bezier(.19, 1, .22, 1)
}

.btn-solid:focus {
    box-shadow: none
}

.title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 30px 0;
    line-height: 18px;
    letter-spacing: .03em;
    margin-bottom: 0;
    content: ""
}

.title.title-color {
    animation: colorchange 10s infinite alternate;
    background: none;
    -webkit-text-fill-color: unset
}

.title-basic h2 {
    padding-top: 0
}

.title1 {
    text-align: center
}

.title1 h4 {
    color: #d0af6c;
    padding-bottom: 10px;
    margin-bottom: 0;
    margin-top: -3px
}

.title1 .title-inner1 {
    padding-bottom: 15px;
    margin-bottom: 30px;
    position: relative
}

.title1 .title-inner1:after {
    position: absolute;
    height: 5px;
    width: 70px;
    background-color: #d0af6c;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0
}

@-webkit-keyframes colorchange {
    0% {
        color: #ea6169
    }

    10% {
        color: #f8b3ba
    }

    20% {
        color: #f3bc71
    }

    30% {
        color: #fdbe7d
    }

    40% {
        color: #8abda9
    }

    50% {
        color: #8ee6e7
    }

    60% {
        color: #0192a5
    }

    70% {
        color: #7cced0
    }

    80% {
        color: #99cfbb
    }

    90% {
        color: #f0bcb2
    }

    to {
        color: #9dddec
    }
}

.no-arrow .slick-next,
.no-arrow .slick-prev {
    display: none !important
}

.slick-slide {
    line-height: 1
}

.slick-prev {
    left: unset;
    right: 30px;
    top: -38px
}

.slick-prev:before {
    font: 14px/1 FontAwesome;
    content: "\f053";
    color: #535353
}

.slick-prev:after {
    position: absolute;
    content: "";
    height: 13px;
    width: 2px;
    background-color: #eee;
    left: 24px
}

.slick-next {
    right: 0;
    top: -38px
}

.slick-next:before {
    font: 14px/1 FontAwesome;
    content: "\f054";
    color: #535353
}

.blur-up {
    filter: blur(5px);
    transition: filter .4s
}

.blur-up.lazyloaded {
    filter: blur(0)
}

.ratio_40 .bg-size:before {
    padding-top: 40%;
    content: "";
    display: block
}

.ratio_45 .bg-size:before {
    padding-top: 45%;
    content: "";
    display: block
}

.ratio2_1 .bg-size:before {
    padding-top: 50%;
    content: "";
    display: block
}

.ratio_56 .bg-size:before {
    padding-top: 56%;
    content: "";
    display: block
}

.ratio2_3 .bg-size:before {
    padding-top: 60%;
    content: "";
    display: block
}

.ratio3_2 .bg-size:before {
    padding-top: 66.66%;
    content: "";
    display: block
}

.ratio_landscape .bg-size:before {
    padding-top: 75%;
    content: "";
    display: block
}

.ratio_square .bg-size:before {
    padding-top: 97%;
    content: "";
    display: block
}

.ratio_asos .bg-size:before {
    padding-top: 127.7777778%;
    content: "";
    display: block
}

.ratio_portrait .bg-size:before {
    padding-top: 150%;
    content: "";
    display: block
}

.ratio1_2 .bg-size:before {
    padding-top: 200%;
    content: "";
    display: block
}

.b-top {
    background-position: top !important
}

.b-bottom {
    background-position: bottom !important
}

.b-center {
    background-position: center !important
}

.b-left {
    background-position: left !important
}

.b-right {
    background-position: right !important
}

.b_size_content {
    background-size: contain !important
}

.bg-light0 {
    background-color: #d0edff
}

.bg-light1 {
    background-color: #f1e7e6
}

.bg-light2 {
    background-color: #bfbfbf
}

.dropdown {
    transition: all .5s ease;
    color: #444
}

.dropdown .dropdown-menu {
    min-width: 7rem;
    border-radius: 0
}

.dropdown.language {
    width: 90px
}

.dropdown.currency {
    width: 65px
}

.dropdown:focus {
    outline: none !important
}

.dropdown .select {
    cursor: pointer;
    display: block;
    padding: 0 24px 0 12px
}

.dropdown .select:focus {
    outline: none !important
}

.dropdown .select:before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f107";
    top: 0;
    right: 10px
}

.dropdown.active .select>i {
    transform: rotate(-90deg)
}

.dropdown .dropdown-menu {
    padding: 5px 0
}

.dropdown .dropdown-menu li {
    padding: 6px 15px;
    transition: all .2s ease-in-out;
    cursor: pointer;
    display: block;
    color: #333
}

.dropdown .dropdown-menu li:hover,
.dropdown .dropdown-menu li:active {
    color: #d0af6c;
    transition: all .2s ease-in-out
}

.header-shadow .left-shadow {
    position: absolute;
    left: 0;
    top: 90px
}

.header-shadow .right-shadow {
    position: absolute;
    right: 0;
    top: 90px
}

.sidebar-unset {
    overflow-y: unset !important
}

.notification-bar {
    padding: 8px;
    background-color: #fff;
    overflow: hidden
}

.notification-bar p {
    color: #fff;
    margin-bottom: 0
}

.notification-bar .marquee {
    margin-bottom: 0;
    color: #fff;
    white-space: nowrap;
    animation: marquee 35s linear infinite
}

@keyframes marquee {
    0% {
        transform: translate(100%)
    }

    to {
        transform: translate(-100%)
    }
}


/* mobile menu  */
#main-nav {
    direction: rtl;
  }
  
  #main-menu {
    direction: rtl;
    text-align: right;
    /* background-color: #041327; */
  }
  
  #main-menu li {
    display: block;
    text-align: right;
  }
  
  #main-menu li a {
    display: block;
    padding: 10px 20px;

    border-bottom: #d0af6c82 1px solid;
    font-size: 16px;

  }


  
  @media (max-width: 1199px) {
    header .mobile-back {
        border-bottom: 1px solid #d0af6c82 !important;
    }
    header .sm-horizontal{
        border: 1px solid #041327 !important;
    }
    #main-menu {
        background-color: #041327;
      }
      #main-menu li a {
        padding: 20px 15px;
        color: #f1f2e6 ;
      }

      .mobile-back {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 130px;
      }
      
      .mobile-back img {
        order: 2;
      }
      
      .mobile-back span {
        order: 1;
      }
}
  
/* fix nav  */
.header-1 {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
  }
  
  body {
    padding-top: 120px;
  }
/* fix nav  */
  


@media (max-width: 420px) {
    header.header-1 .header-section {
        height: 80px !important;
    }
    header.header-1 .toggle-nav {
        top: -60px !important;
    }

    .nav-icon ul{
        background-color: #041327 !important;
    }
}


header {
    background-color: #fff
}

header .navbar {
    padding: 0 25px 0 0
}

header .navbar .bar-style {
    line-height: 14px
}

header .navbar .bar-style i {
    font-size: 24px;
    color: #000
}

header .sidenav {
    height: 100vh;
    width: 300px;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: -300px;
    background-color: #fff;
    transition: all .5s ease
}

header .sidenav .sidebar-back {
    padding: 20px;
    font-size: 18px;
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
    cursor: pointer
}

header .sidenav nav {
    background-color: #fff;
    z-index: 9;
    position: relative;
    height: 100vh;
    top: 0;
    overflow-y: auto
}

header .sidenav.open-side {
    left: 0;
    transition: all .5s ease
}

header .sidenav.open-side .sidebar-overlay {
    opacity: .8;
    visibility: visible
}

header .sidenav .sidebar-overlay {
    visibility: hidden;
    opacity: 0;
    background-color: #212331;
    position: fixed;
    z-index: 6;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s
}

header .sidenav .closebtn {
    position: absolute;
    top: 0;
    font-size: 36px;
    margin-left: 50px;
    margin-top: 50px;
    color: #938d8c
}

header .sidenav .pixelstrap li a {
    padding: 10px 25px
}

header .sidenav .pixelstrap li ul li a {
    padding: 5px 18px
}

header .sidenav .pixelstrap li ul li a:active,
header .sidenav .pixelstrap li ul li a:focus,
header .sidenav .pixelstrap li ul li a.highlighted {
    padding: 5px 18px
}

header .sidenav .pixelstrap li .clothing-menu li a {
    padding: 5px 0 !important
}

header .sidenav .pixelstrap li .clothing-menu li a:focus {
    font-size: 14px
}

header .sidenav .pixelstrap li .clothing-menu li a:hover {
    font-size: 14px;
    padding: 5px 0
}

header .sidenav .pixelstrap li .clothing-menu li a:focus,
header .sidenav .pixelstrap li .clothing-menu li a:hover {
    padding: 5px 0 !important
}

header.header-1 .service-vertical {
    padding: 25px 30px 25px 0
}

header.header-1 .slider-bg .home-slider .home {
    margin: 0
}

header.header-1 .bg-class {
    /* background-color: #202447 */
    background-color: #d0af6c;
 
}

header.header-1 .pixelstrap.sm-horizontal>li>a,
header.header-1 .pixelstrap.sm-horizontal>li>a:hover,
header.header-1 .pixelstrap.sm-horizontal>li>a:focus,
header.header-1 .pixelstrap.sm-horizontal>li>a:active {
    padding: 20px 30px 20px 0;
    font-weight: 500;
    letter-spacing: .8px;
    text-decoration: none;
    text-transform: uppercase;
    color: #041327
}

header.header-1 .pixelstrap.sm-horizontal>li>a:hover {
    color: #f1f2e6
}

header.header-1 .pixelstrap.sm-horizontal .icon-cls a,
header.header-1 .pixelstrap.sm-horizontal .icon-cls a:hover,
header.header-1 .pixelstrap.sm-horizontal .icon-cls a:focus,
header.header-1 .pixelstrap.sm-horizontal .icon-cls a:active {
    padding-right: 20px
}


@media (min-width: 1431px) {
 
    .header-1 .container .container-fluid .header-content .header-section {
        display: flex;
        background-color: #041327;
        max-width: 100% !important;
    
    }

        header.header-1 .bg-class {
            height: 60px !important;
      }

      header.header-1 .pixelstrap.sm-horizontal>li>a,
      header.header-1 .pixelstrap.sm-horizontal>li>a:hover,
      header.header-1 .pixelstrap.sm-horizontal>li>a:focus,
      header.header-1 .pixelstrap.sm-horizontal>li>a:active{
        margin-top: 10px !important;
      }

      
    header.header-1 .brand-logo {
        padding-right: 35px !important;
    }

      .home-slider.home-55 .home,
.home-slider.home-55 .slider-contain {
    height: 800px !important;
}
    
.section-b-space {
    padding-bottom: 0 !important
}

.section-f-space{
    padding-bottom: 50px !important
}


.contact-us-banner .breadcrumb-title{
    margin-top: 120px !important;
  }

  .contact-us-banner .breadcrumb-about{
    margin-top: 50px !important;
  }

  .about-section1{
    margin-top: 100px !important;
  }

  .addtocart_box{
    margin-top: 50px;
  }


  /* shopping card  */

  .add_to_cart .cart-inner .cart_top_shop h3 {
    font-size: 18px;
    color: #041327;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 180px !important;

}


.add_to_cart .cart-inner .cart_top_shop .close-cart i {
    color: #041327;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 180px;

}
  
.receiver-content {
    margin-top: 80px;
  }

}

.cartbox-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 12px;
    border-bottom: 1px solid #ddd;

  }
  
  .cartbox-info {
    flex-grow: 1;
    text-align: right;
  }
  
  
  .cartbox-info strong {
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
    color: #041327;
  }
  
  .cartbox-info .cartbox-details {
    font-size: 14px;
    color: #555;
    margin-bottom: 3px;
  }
  
  .cartbox-info .cartbox-price {
    font-size: 14px;
    color: #d0af6c;
    font-weight: bold;
  }
  
  .cartbox-remove {
    margin-left: 15px;
    order: -1;
  }
  
  .cartbox-remove button {
    border: none;
    background: #d0af6c;
    color: #041327;
    padding: 6px 10px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center; 
  }
  
  .checkout-remove button {
    border: none;
    background: #d0af6c;
    color: #041327;
    cursor: pointer;
    border-radius: 5px;
  }
  
  .checkout-remove button:hover {
    background: #041327;
    color: #d0af6c;

  }

  .checkout-confirm a {
    border: none;
    background: #d0af6c;
    color: #041327;
    cursor: pointer;
    border: #041327 solid 1px;
    border-radius: 5px;
    
  }
  
  .checkout-confirm a:hover {
    background: #041327;
    color: #d0af6c;
  }


  .submit-btn button {
    border: none;
    background: #d0af6c;
    color: #041327;
    cursor: pointer;
    border: #041327 solid 1px;
    border-radius: 5px;
    
  }
  
  .submit-btn button:hover {
    background: #041327;
    color: #d0af6c;
  }



  .checkout-add button{
    border-radius: 5px;
    text-align: center;
    padding: 12px;
    font-size: 14px;
    background: #d0af6c;
    color: #041327;
    cursor: pointer;
    border: #041327 solid 1px;
    width: 200px;
  }

  .checkout-add button:hover {
    background: #041327;
    color: #d0af6c;
  }
  


  #cart_side .cart-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  
  .cart_media_product {
    flex-grow: 1;
    overflow-y: auto;
    padding: 10px;
  }
  
  .cartbox-footer {
    margin-top: auto;
    background: #fff;
    border-top: 1px solid #ddd;
    padding: 12px;
  }
  
  .cartbox-footer h6 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 15px;
    color: #041327;
  }
  

  .cartbox-footer a{
    border: none;
    background: #d0af6c;
    color: #041327;
    cursor: pointer;
    border: #041327 solid 1px;
    border-radius: 5px;
      }
  .cartbox-footer a:hover{
    background-color: #041327;
    color: #d0af6c;
  }



header.header-1 .header-section {
    
    display: flex;
    background-color: #041327;

}

/* .container{
    max-width: 3000px !important;
} */

header.header-1 .header-section .search-bar {
    padding-left: 30%
}

header.header-1 .header-section .search-bar .search__input {
    width: 500px;
    border-radius: 16px;
    background-color: #f3f4ed !important;
}

header.header-1 .header-section .search-bar .search-icon {
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    border-radius: 12px
}

header.header-1 .brand-logo {
    padding: 26px 0;
}

header.header-1 .left-part {
    margin-top: 9px
}

header.header-1 .left-part p {
    margin-bottom: 0;
    text-transform: capitalize;
    color: #444
}

header.header-1 .right-part {
    text-align: right;
    margin-top: 9px;
    margin-bottom: 9px
}

header.header-1 .right-part ul li a,
header.header-1 .right-part ul li .select-option {
    padding: 0 12px;
    color: #444;
    text-transform: capitalize
}

header.header-1 .right-part ul li a select,
header.header-1 .right-part ul li .select-option select {
    padding: 0 5px;
    border: 0;
    color: #444;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    text-transform: capitalize;
    position: relative
}

header.header-1 .right-part ul li a select:focus,
header.header-1 .right-part ul li .select-option select:focus {
    outline: none
}

header.header-1 .right-part ul li a:hover,
header.header-1 .right-part ul li .select-option:hover {
    color: #d0af6c
}

header.header-1 .right-part ul li .select-option {
    position: relative;
    font: 14px/1 FontAwesome
}

header.header-1 .right-part ul li .select-option:after {
    position: absolute;
    content: "\f107";
    top: 0;
    right: 0
}

header.header-1 .right-part ul li:first-child a {
    padding-left: 0
}

header.header-1 .right-part ul li:last-child {
    border-right: none
}

header.header-1 .nav-icon {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%
}

header.header-1 .nav-icon ul .setting-icon {
    display: none
}

header.header-1 .nav-icon ul .onhover-div {
    padding: 0 20px 0 0
}

header.header-1 .nav-icon ul .onhover-div .icon-detail {
    position: absolute;
    top: 0;
    left: 40px
}

header.header-1 .nav-icon ul .onhover-div .icon-detail h6 {
    color: #b2b6be;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 0
}

header.header-1 .nav-icon ul .onhover-div .icon-detail h6 a {
    color: #444;
    transition: all .5s ease
}

header.header-1 .nav-icon ul .onhover-div .icon-detail h6.up-cls {
    margin-top: -3px;
    margin-bottom: 0
}

header.header-1 .nav-icon ul .onhover-div .icon-detail span {
    color: #b2b6be
}

header.header-1 .nav-icon ul .onhover-div .show-div {
    top: 56px
}

header.header-1 .nav-icon ul .onhover-div .show-div.shopping-cart {
    right: 0
}

header.header-1 .nav-icon ul .onhover-div:after {
    display: none
}

header.header-1 .nav-icon ul .onhover-div:hover .icon-detail h6 a {
    color: #d0af6c;
    transition: all .5s ease
}

header.header-1 .nav-icon ul .wishlist-icon {
    padding: 0 26px 0 0
}

header.header-1 .nav-icon ul .cart-icon {
    padding: 0
}

header.header-1 .nav-icon ul .cart-icon .cart h6 {
    margin-top: 0
}

header.header-1 .search-3 {
    display: none
}

header.header-2 .content-header {
    display: flex
}

header.header-2 .content-header .left-section {
    width: 65%
}

header.header-2 .content-header .right-section {
    width: 35%;
    border-left: 1px solid #eeeeee
}

header.header-2 .upper-section {
    padding: 25px 0 25px 25px;
    border-bottom: 1px solid #eeeeee
}

header.header-2 .upper-section li {
    border-right: 1px solid #eeeeee
}

header.header-2 .upper-section li a {
    padding: 0 12px;
    color: #aaa;
    text-transform: capitalize;
    font-size: 14px
}

header.header-2 .upper-section li a select {
    border: 0;
    color: #aaa;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    text-transform: capitalize;
    background: url(dropdown.png) no-repeat 85%
}

header.header-2 .upper-section li a select:focus {
    outline: none
}

header.header-2 .upper-section li:first-child a {
    padding-left: 0
}

header.header-2 .upper-section li:last-child a {
    padding-right: 8px
}

header.header-2 .upper-section li:nth-last-child(-n+2) {
    border-right: none
}

header.header-2 .lower-section {
    padding: 25px 0 25px 25px
}

header.header-2 .header-top {
    display: flex
}

header.header-2 .header-top .brand-logo {
    padding-right: 50px
}

header.header-2 .search-bar {
    padding-top: 0;
    padding-bottom: 20px
}

header.header-2 .search-bar .search__input {
    width: 890px
}

header.header-2 .search-bar .search-icon {
    top: 0;
    right: 20px
}

header.header-2 .home-icon {
    color: #aaa;
    font-size: 18px
}

header.header-2 .nav-icon ul .setting-icon {
    display: none
}

header.header-2 .nav-icon ul .onhover-div {
    padding: 0 121px 0 0
}

header.header-2 .nav-icon ul .onhover-div .icon-detail {
    position: absolute;
    top: 0;
    left: 40px
}

header.header-2 .nav-icon ul .onhover-div .icon-detail h6 {
    color: #333;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 0
}

header.header-2 .nav-icon ul .onhover-div .icon-detail h6 a {
    color: #333;
    transition: all .5s ease
}

header.header-2 .nav-icon ul .onhover-div .icon-detail h6.up-cls {
    margin-top: -3px;
    margin-bottom: 0
}

header.header-2 .nav-icon ul .onhover-div .icon-detail span {
    color: #aaa
}

header.header-2 .nav-icon ul .onhover-div .show-div {
    top: 50px
}

header.header-2 .nav-icon ul .onhover-div .show-div.shopping-cart {
    right: 32px
}

header.header-2 .nav-icon ul .onhover-div:after {
    display: none
}

header.header-2 .nav-icon ul .onhover-div:hover .icon-detail h6 a {
    color: #d0af6c;
    transition: all .5s ease
}

header.header-2 .nav-icon ul .wishlist-icon {
    padding: 0 90px 0 0
}

header.header-2 .nav-icon ul .cart-icon .cart h6 {
    margin-top: 0
}

header.header-2 .pixelstrap.sm-horizontal>li>a,
header.header-2 .pixelstrap.sm-horizontal>li>a:hover,
header.header-2 .pixelstrap.sm-horizontal>li>a:focus,
header.header-2 .pixelstrap.sm-horizontal>li>a:active {
    padding: 33px 20px 33px 0;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    color: #444
}

header.header-2 .pixelstrap.sm-horizontal>li>a:hover {
    color: #d0af6c
}

header.header-2 .pixelstrap.sm-horizontal .icon-cls a,
header.header-2 .pixelstrap.sm-horizontal .icon-cls a:hover,
header.header-2 .pixelstrap.sm-horizontal .icon-cls a:focus,
header.header-2 .pixelstrap.sm-horizontal .icon-cls a:active {
    padding-right: 20px
}

header.header-2 .category-section {
    left: 15px
}

header.header-3 .brand-logo {
    border-right: 1px solid #eeeeee;
    padding: 15px 28px 15px 0
}

header.header-3 .search-bar {
    margin-top: 30px;
    width: 88%
}

header.header-3 .search-bar .search__input {
    width: 100%
}

header.header-3 .search-bar .search-icon {
    top: 0;
    right: 22px
}

header.header-3 .nav-icon ul .onhover-div {
    padding: 40px 15px
}

header.header-3 .nav-icon ul .onhover-div:after {
    display: none
}

header.header-3 .nav-icon ul .onhover-div .show-div {
    z-index: 9999
}

header.header-3 .nav-icon ul .setting-icon {
    padding-right: 0
}

header.header-3 .nav-icon ul .cart-icon {
    text-align: left;
    padding-right: 60px
}

header.header-3 .nav-icon ul .cart-icon:after {
    display: block;
    left: -3px;
    right: unset
}

header.header-3 .nav-icon ul .cart-icon .cart-count {
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #d0af6c;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    top: 28px;
    left: 30px
}

header.header-3 .nav-icon ul .cart-icon .cart {
    right: 18px;
    top: 36px
}

header.header-3 .nav-icon ul .cart-icon .cart h6 {
    margin-top: 0;
    color: #999;
    margin-bottom: -3px
}

header.header-3 .nav-icon ul .cart-icon .cart span {
    color: #555
}

header.header-3 .home-icon {
    color: #d0af6c;
    font-size: 20px
}

header.header-3 .pixelstrap.sm-horizontal>li>a,
header.header-3 .pixelstrap.sm-horizontal>li>a:hover,
header.header-3 .pixelstrap.sm-horizontal>li>a:focus,
header.header-3 .pixelstrap.sm-horizontal>li>a:active {
    padding: 23px 25px 23px 0;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    color: #555
}

header.header-3 .pixelstrap.sm-horizontal>li>a:hover {
    color: #d0af6c
}

header.header-3 .pixelstrap.sm-horizontal .icon-cls a,
header.header-3 .pixelstrap.sm-horizontal .icon-cls a:hover,
header.header-3 .pixelstrap.sm-horizontal .icon-cls a:focus,
header.header-3 .pixelstrap.sm-horizontal .icon-cls a:active {
    padding-right: 15px
}

header.header-3 .search-3 {
    display: none
}

header.header-3 .padding-class {
    padding: 0;
    text-align: right
}

header.header-3 .nav-icon ul .setting-icon:hover .show-div.setting {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

header.header-3 .right_part {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end
}

header.header-3 .right_part .navbar {
    padding: 42px 15px 0
}

header.header-4 {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1
}

header.header-4.header-4-normal {
    position: relative;
    top: unset
}

header.header-4 .left-part {
    display: flex;
    float: left
}

header.header-basic {
    position: relative;
    top: 0
}

header.header-center {
    position: relative;
    top: 0;
    box-shadow: 0 0 4px #0003
}

header.header-center .brand-logo {
    position: absolute;
    left: 50%;
    transform: translate(-50%)
}

header.header-center #main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #eeeeee
}

header.header-center .bg-class {
    box-shadow: 0 1px 3px #a7a7a700
}

header.header-center .left-part {
    padding: 22px 0
}

header.header-center .search-bar .search-icon {
    top: 0;
    right: 24px
}

header.header-center .pixelstrap.sm-horizontal>li>a,
header.header-center .pixelstrap.sm-horizontal>li>a:hover,
header.header-center .pixelstrap.sm-horizontal>li>a:focus,
header.header-center .pixelstrap.sm-horizontal>li>a:active {
    padding: 18px 30px 18px 0
}

header .sm-horizontal.text-black>li>a,
header .sm-horizontal.text-black>li>a:hover,
header .sm-horizontal.text-black>li>a:focus,
header .sm-horizontal.text-black>li>a:active {
    color: #000
}

header .sm-horizontal.text-black>li>a:hover {
    color: #d0af6c
}

header .dark-font.pixelstrap.sm-horizontal>li>a,
header .dark-font.pixelstrap.sm-horizontal>li>a:hover,
header .dark-font.pixelstrap.sm-horizontal>li>a:focus,
header .dark-font.pixelstrap.sm-horizontal>li>a:active {
    color: #000
}

header .dark-font.pixelstrap.sm-horizontal>li>a:hover {
    color: #d0af6c
}

header .mobile-icon,
header .mobile-icon-home,
header .mobile-icon-search {
    display: none
}

header .search-bar {
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 45px
}

header.header-1 .header-section .search-bar .search-icon{
    margin-right: 35px
}

header .search-bar .search__input {
    width: 250px;
    padding: 12px 50px 12px 18px;
    font-size: 14px;
    line-height: 18px;
    border-radius: 0;
    border: 1px solid #b7b8b9;
    transition: all .25s ease-in-out;
    backface-visibility: hidden;
    transform-style: preserve-3d
}

header .search-bar .search__input:focus {
    outline: none
}

header .search-bar .search-icon {
    top: 0;
    right: 20px;
    background-color: #d0af6c;
    width: 35px;
    height: 35px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 17px;
    position: absolute;
    margin-top: 5px;
    transition: .3s;
    border: none;
    padding: 0
}

header .search-bar .search-icon:after {
    position: absolute;
    content: "\e610";
    font-family: themify
}

header .search-overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #fff;
    animation: fadeIn .3s ease
}

header .search-overlay>div {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

header .search-overlay>div .overlay-content {
    width: 100%
}

header .search-overlay>div .overlay-content .form-control:focus {
    box-shadow: none
}

header .search-overlay>div .overlay-content input {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #777777;
    border-radius: 0;
    padding: 20px 0 !important
}

header .search-overlay>div .overlay-content input::-webkit-input-placeholder {
    color: #777;
    font-size: 18px
}

header .search-overlay>div .overlay-content input::-moz-placeholder {
    color: #777;
    font-size: 18px
}

header .search-overlay>div .overlay-content input:-ms-input-placeholder {
    color: #777;
    font-size: 18px
}

header .search-overlay>div .overlay-content input:-moz-placeholder {
    color: #777;
    font-size: 18px
}

header .search-overlay>div .overlay-content button {
    position: absolute;
    top: 8px;
    background-color: transparent;
    border: 0;
    font-size: 24px;
    color: #777;
    right: 10px
}

header .search-overlay>div .closebtn {
    position: fixed;
    top: 10px;
    right: 25px;
    color: #777;
    font-size: 40px;
    cursor: pointer
}

header .header-content {
    position: relative
}

header .header-content .nav-right {
    float: right;
    display: flex
}

header .brand-logo {
    padding: 15px 0;
    display: inline-block;
    vertical-align: middle
}

header .toggle-nav {
    position: relative;
    cursor: pointer;
    display: none
}

header .mobile-back {
    display: none
}

header .nav-icon ul .onhover-div {
    position: relative;
    padding: 32px 15px
}

header .nav-icon ul .onhover-div img {
    cursor: pointer
}

header .nav-icon ul .onhover-div:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 35px;
    background-color: #eee;
    right: -3px;
    top: 50%;
    transform: translateY(-50%)
}

header .nav-icon ul .onhover-div .show-div {
    top: 89px;
    position: absolute;
    z-index: 9;
    background-color: #fff;
    text-align: left;
    border: 1px solid #fcd779;
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    right: 0;
    border-radius: 0 !important;
    padding: 15px 20px;
    min-width: 175px;
    transition: all .5s ease
}

header .nav-icon ul .onhover-div .show-div.setting h6 {
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 5px
}

header .nav-icon ul .onhover-div .show-div.setting h6:first-child {
    margin-top: 0
}

header .nav-icon ul .onhover-div .show-div.setting ul li {
    display: flex;
    padding-bottom: 0;
    padding-left: 17px;
    padding-top: 5px
}

header .nav-icon ul .onhover-div .show-div.setting ul li a {
    color: #333;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize
}

header .nav-icon ul .onhover-div .show-div.setting ul li a:hover {
    color: #202447;
    transition: all .5s ease
}

header .nav-icon ul .onhover-div .show-div.setting ul li.active a {
    color: #202447
}

header .nav-icon ul .onhover-div:hover .show-div {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: all .5s ease
}

header .nav-icon ul .cart-icon {
    position: relative;
    padding-right: 64px
}

header .nav-icon ul .cart-icon:after {
    display: none
}

header .nav-icon ul .cart-icon .cart {
    position: absolute;
    top: 28px;
    right: 0
}

header .nav-icon ul .cart-icon .cart span {
    color: #999
}

header .nav-icon ul .cart-icon .cart h6 {
    color: #202447;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: -3px
}

.bg-gradient {
    background: linear-gradient(to left, #4c2fbf, #2e9de4) !important
}

.hover-unset {
    position: unset !important
}

.slider-part {
    padding: 0;
    background-color: #fff;
    border: 20px solid white
}

.layout-2-menu .home-slider .home {
    height: 60vh
}

.layout-2-menu .home-slider .home .slider-contain {
    height: 60vh;
    align-items: flex-end;
    margin-top: -40px
}

.layout-2-menu .home-slider .home .slider-contain>div {
    padding: 25px 275px;
    background: linear-gradient(to right, #ffffff1a, #ffffff1f 1%, #ffffffbf 31%, #ffffffe6 52%, #ffffffe3 53%, #ffffffbf 73%, #ffffffb3 75%, #ffffff1a);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1affffff", endColorstr="#1affffff", GradientType=1)
}

.shadow-home .home-slider:after {
    content: "";
    position: absolute;
    height: 26px;
    background: url(s-1.png) no-repeat scroll center 0px transparent;
    top: 0;
    width: 100%
}

.full-slider .home-slider .slider-contain .top-text {
    text-transform: capitalize;
    font-size: calc(14px + .0075*(100vw - 320px))
}

.full-slider .home-slider .slider-contain h1 {
    font-size: calc(18px + (45 - 18) * ((100vw - 320px) / (1920 - 320)))
}

.full-slider .home-slider .slider-contain h4 {
    font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)))
}

.home-slider {
    position: relative;
    overflow: hidden
}

.home-slider .home {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 75vh
}

.home-slider .home.home1 {
    background-image: url(../images/home-banner/1.html)
}

.home-slider .home.home2 {
    background-image: url(../images/home-banner/2.html)
}

.home-slider .home.home3 {
    background-image: url(../images/home-banner/3.html)
}

.home-slider .home.home4 {
    background-image: url(../images/home-banner/4.html)
}

.home-slider .home.home5 {
    background-image: url(../images/home-banner/5.html)
}

.home-slider .home.home6 {
    background-image: url(../images/home-banner/6.html)
}

.home-slider .home.home7 {
    background-image: url(../images/home-banner/7.html)
}

.home-slider .home.home8 {
    background-image: url(../images/home-banner/8.html)
}

.home-slider .home.home9 {
    background-image: url(../images/home-banner/9.html)
}

.home-slider .home.home10 {
    background-image: url(../images/home-banner/10.html)
}

.home-slider .home.home11 {
    background-image: url(../images/home-banner/11.html)
}

.home-slider .home.home12 {
    background-image: url(../images/home-banner/12.html)
}

.home-slider .home.home13 {
    background-image: url(../images/home-banner/13.html)
}

.home-slider .home.home14 {
    background-image: url(../images/home-banner/14.html)
}

.home-slider .home.home15 {
    background-image: url(../images/home-banner/15.html)
}

.home-slider .home.home16 {
    background-image: url(../images/home-banner/16.html)
}

.home-slider .home.home17 {
    background-image: url(../images/home-banner/17.html)
}

.home-slider .home.home18 {
    background-image: url(../images/home-banner/18.html)
}

.home-slider .home.home19 {
    background-image: url(../images/home-banner/19.html)
}

.home-slider .home.home20 {
    background-image: url(../images/home-banner/20.html)
}

.home-slider .home.home21 {
    background-image: url(../images/home-banner/21.html)
}

.home-slider .home.home22 {
    background-image: url(../images/home-banner/22.html)
}

.home-slider .home.home23 {
    background-image: url(../images/home-banner/23.html)
}

.home-slider .home.home24 {
    background-image: url(../images/home-banner/24.html)
}

.home-slider .home.home25 {
    background-image: url(../images/home-banner/25.html)
}

.home-slider .home.home26 {
    background-image: url(../images/home-banner/26.html)
}

.home-slider .home.home27 {
    background-image: url(../images/home-banner/27.html)
}

.home-slider .home.home28 {
    background-image: url(../images/home-banner/28.html)
}

.home-slider .home.home29 {
    background-image: url(../images/home-banner/29.html)
}

.home-slider .home.home30 {
    background-image: url(../images/home-banner/30.html)
}

.home-slider .home.home31 {
    background-image: url(../images/home-banner/31.html)
}

.home-slider .home.home32 {
    background-image: url(../images/home-banner/32.html)
}

.home-slider .home.home33 {
    background-image: url(../images/home-banner/33.html)
}

.home-slider .home.home34 {
    background-image: url(../images/home-banner/34.html)
}

.home-slider .home.home35 {
    background-image: url(../images/home-banner/35.html)
}

.home-slider .home.home36 {
    background-image: url(../images/home-banner/36.html)
}

.home-slider .home.home37 {
    background-image: url(../images/home-banner/37.html)
}

.home-slider .home.home38 {
    background-image: url(../images/home-banner/38.html)
}

.home-slider .home.home39 {
    background-image: url(../images/home-banner/39.html)
}

.home-slider .home.home40 {
    background-image: url(../images/home-banner/40.html);
}

.home-slider .home.text-white .slider-contain h5,
.home-slider .home.text-white .slider-contain h4 {
    color: #fff
}




.home-slider .slider-contain {
    width: 100%;
    height: 75vh;
    display: flex;
    align-items: center
}

.home-slider .slider-contain h5 {
    font-size: calc(14px + .0075*(100vw - 320px));
    color: #202447;
    text-transform: capitalize;
    letter-spacing: .05em;
    font-family: byekan
}

.home-slider .slider-contain h1 {
    margin-bottom: 0;
    margin-top: 10px !important;
    padding-left: 0px !important;
    color: #202447;
    font-size: calc(18px + (45 - 18) * ((100vw - 320px) / (1920 - 320)));
    text-transform: capitalize;
    line-height: 1.5em }

    .header-1 .container .container-fluid .header-content .header-section {
        display: flex;
        background-color: #041327;
        max-width: 100% !important;
    
    }


.home-slider .slider-contain h4 {
    font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 700;
    letter-spacing: .03em;
    color: #777;
    margin-bottom: 0;
    margin-top: 3px;
    text-transform: uppercase
}

.home-slider .slider-contain .btn-solid,
.home-slider .slider-contain .btn-outline {
    margin-top: 30px
}

.home-slider .slick-prev,
.home-slider .slick-next {
    transform: scale(1);
    opacity: 0;
    text-decoration: none;
    display: block;
    position: absolute;
    top: 42%;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    color: #fff;
    height: 44px;
    width: 44px;
    transition: all .3s ease-in-out
}

.home-slider .slick-prev:before,
.home-slider .slick-next:before {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    float: none;
    font-family: FontAwesome;
    font-size: 32px;
    line-height: 22px;
    vertical-align: top;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    margin: 0 auto
}

.home-slider .slick-prev:after,
.home-slider .slick-next:after {
    display: none
}

.home-slider .slick-next {
    right: 1px
}

.home-slider .slick-next:before {
    content: "\f105"
}

.home-slider .slick-prev {
    left: 1px;
    z-index: 1
}

.home-slider .slick-prev:before {
    content: "\f104"
}

.home-slider .p-left .slider-contain {
    justify-content: flex-start
}

.home-slider .p-right .slider-contain {
    justify-content: flex-end
}

.home-slider .p-center .slider-contain {
    justify-content: center
}

.home-slider .slick-slide {
    line-height: 0
}

.home-slider.l-4-slider .slider-contain {
    margin-top: 58px
}


.home-slider.home-60 .home,
.home-slider.home-60 .slider-contain {
    height: 60vh
}

.home-slider.home-65 .home,
.home-slider.home-65 .slider-contain {
    height: 65vh
}

.home-slider.home-70 .home,
.home-slider.home-70 .slider-contain {
    height: 70vh
}

.home-slider.home-100 .home,
.home-slider.home-100 .slider-contain {
    height: 100vh
}

.home-slider.home-fix .home,
.home-slider.home-fix .slider-contain {
    height: 532px
}

.home-slider:hover .slick-next,
.home-slider:hover .slick-prev {
    opacity: 1;
    transform: scale(1.03)
}

.home-slider:hover .slick-prev {
    left: 40px
}

.home-slider:hover .slick-next {
    right: 40px
}

.slider-bg {
    position: relative;
    background: url(main-banner-bg.html) no-repeat;
    width: 100%;
    box-shadow: inset 0 -3px 6px #ddd;
    vertical-align: middle;
    height: 65vh;
    background-size: cover !important;
    display: flex;
    align-items: center
}

.slider-bg.slider-bg-2 {
    background: url(main-banner-bg2.html) no-repeat
}

.slider-bg .home-slider .home {
    height: 50vh;
    padding: 0 100px
}

.slider-bg .home-slider .home .slider-contain {
    height: 50vh
}

.slider-bg:after {
    content: "";
    position: absolute;
    height: 11px;
    background: url(shadow.png) no-repeat scroll center 0 transparent;
    top: 0;
    width: 100%
}

.slider-category>div {
    padding-top: 20px
}

.slider-category .category-right .cat-box+.cat-box {
    padding-top: 20px
}

.contain-slider .slider-contain {
    padding: 0 60px
}

.title-basic,
.title-basic .title {
    position: relative
}

.title-basic .timer-flash {
    display: inline-block;
    transform: scale(.3);
    margin-top: 2px;
    position: absolute;
    top: -38px;
    left: 10px
}

.title-basic .timer-flash .flip-clock-divider .flip-clock-label {
    display: none
}

.service-panel {
    background-color: #202447
}

.service-panel .service {
    padding: 12px 0
}

.service-panel .service .service-block .media svg {
    fill: #fff
}

.service-panel .service .service-block .media svg path {
    fill: #fff
}

.service-panel .service .service-block .media h5,
.service-panel .service .service-block .media p {
    color: #fff
}

.service-banner {
    padding-top: 20px
}

.service-banner .service-box {
    text-align: center;
    padding: 15px
}

.service-banner .service-box p {
    color: #000;
    margin-bottom: 0;
    text-transform: uppercase
}

.service-banner .row>div:nth-child(odd) .service-box {
    background-color: #202447
}

.service-banner .row>div:nth-child(2n) .service-box {
    background-color: #eee
}

.service .service-block {
    display: flex;
    align-items: center;
    justify-content: center
}

.service .service-block .media {
    padding-top: 25px;
    padding-bottom: 25px;
    align-items: center
}

.service .service-block .media img {
    margin-right: 8px
}

.service .service-block .media svg {
    margin-right: 8px;
    width: 50px;
    height: 50px;
    fill: #202447
}

.service .service-block .media svg path {
    fill: #202447
}

.service .service-block .media h5 {
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 600
}

.service .service-block .media p {
    text-transform: capitalize;
    margin-bottom: 0
}

.service .service-block+.service-block {
    border-left: 1px solid #eeeeee
}

.service .service-block:hover img,
.service .service-block:hover svg {
    animation: pulse 1s ease-in-out;
    transition: all .3s ease
}

.service .service-block:hover h5 {
    color: #d0af6c;
    transition: all .3s ease
}

.service-block1 {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%
}

.service-block1 svg {
    margin-bottom: 10px;
    width: 50px;
    height: 50px
}

.service-block1 svg path {
    fill: #202447
}

.service-block1 h5 {
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 5px
}

.service-block1 p {
    letter-spacing: .03em;
    margin-bottom: -3px;
    line-height: 1.5
}

.service-block1:hover svg {
    animation: pulse 1s ease-in-out;
    transition: all .3s ease
}

.service-block1:hover h4 {
    color: #202447;
    transition: all .3s ease
}

.service-block1+.service-block1 {
    border-left: 1px solid #eeeeee
}

.service-vertical {
    background-color: #fff;
    display: inline-block;
    padding: 25px 30px
}

.service-vertical.vertical-border {
    border: 2px solid #fcd779
}

.service-vertical .service-block {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
    margin-bottom: 20px
}

.service-vertical .service-block p {
    margin-bottom: 0;
    text-transform: capitalize
}

.service-vertical .service-block .top-section {
    display: flex;
    align-items: center
}

.service-vertical .service-block .top-section img {
    margin-right: 8px
}

.service-vertical .service-block .top-section h5 {
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 500;
    transition: all .3s ease
}

.service-vertical .service-block:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.service-vertical .service-block:hover img {
    animation: pulse 1s ease-in-out;
    transition: all .3s ease
}

.service-vertical .service-block:hover h5 {
    color: #d0af6c;
    transition: all .3s ease
}

.category {
    position: relative
}

.category .slick-slider .slick-list {
    margin: 0 -15px
}

.category .slick-slider .slick-list .slick-slide>div {
    margin: 0 15px;
    position: relative
}

.category .category-block {
    border: 1px solid #eeeeee;
    padding: 25px 0 25px 30px;
    display: flex;
    align-items: center;
    transition: all .5s ease
}

.category .category-block img {
    transition: all .5s ease
}

.category .category-block .category-content {
    display: inline-block;
    padding: 10px 0 10px 20px;
    margin-left: 30px;
    border-left: 1px solid #eeeeee;
    transition: all .5s ease
}

.category .category-block .category-content h5 {
    color: #202447;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0
}

.category .category-block .category-content h6 {
    margin-bottom: 0
}

.category .category-block .category-content .btn-solid {
    position: absolute;
    display: none;
    top: 37px;
    right: 20px
}

.category .category-block:hover {
    background-color: #202447;
    transition: all .5s ease
}

.category .category-block:hover img {
    filter: brightness(0) invert(1);
    transition: all .5s ease
}

.category .category-block:hover .category-content {
    border-left: none;
    transition: all .5s ease
}

.category .category-block:hover .category-content h6,
.category .category-block:hover .category-content h5 {
    visibility: hidden;
    transition: all .5s ease
}

.category .category-block:hover .category-content .btn-solid {
    display: block;
    animation: fadeInRight .5s ease
}

.category .category-img {
    position: relative;
    text-align: center
}

.category .category-img img,
.category .category-img .bg-size {
    border: 1px solid #eeeeee
}

.category .category-img .category-text {
    transition: all .5s ease;
    position: absolute;
    top: 65px;
    right: 80px
}

.category .category-img .category-text h5 {
    color: #202447;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0
}

.category .category-img .category-text h6 {
    margin-bottom: 0
}

.category .category-img:hover .category-text {
    transform: scale(1.1);
    transition: all .5s ease
}

.category .category-wrap {
    text-align: center;
    padding: 35px 45px;
    background-color: #fff;
    border: 1px solid #eeeeee
}

.category .category-wrap img {
    margin: 0 auto;
    padding-bottom: 25px;
    transition: all .5s ease
}

.category .category-wrap h5 {
    color: #202447;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0
}

.category .category-wrap h6 {
    margin-bottom: 10px
}

.category .category-wrap:hover img {
    transform: scale(1.05);
    transition: all .5s ease
}

.category .category-wrapper .img-block {
    border-radius: 18px;
    border: 2px solid #d0af6c;
    transition: all .5s ease;
    overflow: hidden
}

.category .category-wrapper .img-block img {
    margin: 0 auto;
    width: 68%;
    padding: 17px 0
}

.category .category-wrapper .category-title {
    text-align: center
}

.category .category-wrapper .category-title h5 {
    display: inline-block;
    text-transform: capitalize;
    color: #041327;
    font-weight: 700;
    text-align: center;
    margin-top: 15px;
    background-color: #fff;
    border-radius: 50px;
    transition: all .5s ease;
    margin-bottom: -3px
}

.category .category-wrapper:hover .img-block {
    border: 2px solid #041327;
    transition: all .5s ease
}

.category .category-wrapper:hover .category-title h5 {
    transition: all .5s ease;
    color: #d0af6c
}

.category.absolute-banner {
    margin-top: -125px
}

.category.absolute-banner .absolute-bg {
    background-color: #fff;
    position: relative;
    padding: 25px;
    box-shadow: 0 0 8px #ddd
}

.category.category-classic {
    text-align: center
}

.category.category-classic .category-wrapper {
    text-align: center;
    display: inline-block
}

.category.category-classic .category-wrapper .img-block {
    overflow: visible;
    border-color: transparent;
    padding: 20px;
    background-color: #d0af6c1a
}

.category.category-classic .category-wrapper .img-block img {
    transform: scale(.9);
    transition: all .5s ease;
    width: 64px;
    height: auto
}

.category.category-classic .category-wrapper:hover .img-block img {
    transform: scale(1);
    transition: all .5s ease
}

.category.category-classic.bg-none .category-wrapper .img-block {
    background-color: transparent;
    padding: 0
}

.category.category-classic.bg-grey .category-wrapper .img-block {
    background-color: #f9f9f9
}

.category-box {
    box-shadow: 0 2px 3px #5a5a5a4d
}

.category-box .category-title {
    margin-bottom: 0;
    padding: 10px;
    text-align: center;
    text-transform: capitalize;
    font-size: 16px;
    color: #000
}

.blog-info.blog-vertical h5 {
    margin-top: 0
}

.blog-info.blog-vertical p,
.blog-info.blog-vertical h6 {
    margin-top: 5px
}

.blog-info .blog-date {
    position: absolute;
    top: 5%;
    left: 0;
    background-color: #202447;
    padding: 2px 10px;
    color: #fff
}

.blog-info .blog-date h5 {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0
}

.blog-info h3 {
    margin-top: 15px;
    font-size: 16px;
    text-transform: uppercase;
    color: #202447;
    font-weight: 700
}

.blog-info p {
    color: gray;
    margin-bottom: 0;
    margin-top: 10px
}

.blog-info h6 {
    font-size: 14px;
    color: #d0af6c;
    margin-top: 10px;
    text-transform: capitalize;
    margin-bottom: 0
}

.timer {
    display: flex;
    justify-content: center
}

.timer p {
    padding: 10px 25px;
    display: inline-block;
    color: #fff;
    text-align: center;
    margin-bottom: 0
}

.blog-section img {
    transition: all .5s ease
}

.blog-section .blog-image {
    border-radius: 20px
}

.blog-section .slick-slider .slick-list {
    margin: 0 -15px
}

.blog-section .slick-slider .slick-list .slick-slide>div {
    margin: 0 15px;
    position: relative
}

.blog-section .review-box {
    background-color: #fff;
    border: 3px solid #eeeeee;
    text-align: center;
    padding: 0 30px 30px
}

.blog-section .review-box .slick-next,
.blog-section .review-box .slick-prev {
    top: unset;
    bottom: -14px
}

.blog-section .review-box .slick-next {
    left: 30px;
    right: 0;
    margin: 0 auto
}

.blog-section .review-box .slick-prev {
    left: -30px;
    right: 0;
    margin: 0 auto
}

.blog-section .review-box .review-content .avtar {
    border: 1px solid #eeeeee;
    padding: 5px;
    border-radius: 100%;
    display: inline-block;
    margin-top: 10px
}

.blog-section .review-box .review-content .avtar img {
    border-radius: 100%;
    height: 60px;
    width: auto;
    margin: 0 auto;
    border: 1px solid #eeeeee
}

.blog-section .review-box .review-content h5 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #202447;
    margin-top: 15px
}

.blog-section .review-box .review-content h6 {
    margin-bottom: 0;
    margin-top: 10px;
    text-transform: capitalize;
    color: #555
}

.blog-section .review-box .review-content p {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 24px;
    display: block;
    max-width: 100%;
    height: 100px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.blog-section:hover img {
    transform: scale(1.2);
    transition: all .5s ease
}

.single-section .blog-box .media {
    margin-bottom: 23px
}

.single-section .blog-box .review-sec .review-block .media:last-child {
    padding-bottom: 30px
}

.single-section .blog-box .blog-white .product {
    text-align: center
}

.single-section .blog-box .blog-white .product img {
    height: 250px;
    margin: 0 auto
}

.single-section .blog-box .blog-white .product .timer {
    display: flex;
    justify-content: center
}

.single-section .blog-box .blog-white .product .timer p {
    padding: 10px 25px;
    display: inline-block;
    color: #fff;
    background-color: #d0af6c;
    text-align: center;
    margin-bottom: 0
}

.single-section .blog-box .blog-white .product p {
    margin-bottom: 0;
    margin-top: 14px;
    color: #444
}

.single-section .blog-box .blog-white .product h5 {
    color: #202447;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 0
}

.single-section .blog-box .blog-white .product h5 strike {
    color: #777;
    font-weight: 400
}

.blog-box {
    border: 3px solid #fcd779;
    padding: 5px 35px 35px
}

.blog-box .review-sec .review-block .media {
    padding-bottom: 40px;
    padding-top: 40px;
    margin-bottom: 0;
    position: relative
}

.blog-box .review-sec .review-block .media .icon {
    position: absolute;
    left: 65px
}

.blog-box .review-sec .review-block .media .icon i {
    font-size: 22px;
    color: #d0af6c
}

.blog-box .review-sec .review-block .media .icon img {
    height: auto;
    border-radius: unset;
    border: unset
}

.blog-box .review-sec .review-block .media img {
    height: 90px;
    border-radius: 100%;
    border: 1px solid #f3f3f3;
    width: auto
}

.blog-box .review-sec .review-block .media .media-body h6 {
    color: #202447;
    text-transform: uppercase;
    font-weight: 500
}

.blog-box .review-sec .review-block .media .media-body p {
    color: #444;
    margin-top: 15px;
    line-height: 21px;
    margin-bottom: 0
}

.blog-box .review-sec .review-block .media:last-child {
    padding-bottom: 0;
    border-top: 1px solid #f3f3f3
}

.blog-box.blog-pattern {
    border: 1px solid #eeeeee;
    background: url(pattern.png);
    padding: 5px
}

.blog-box.blog-pattern .blog-white {
    background-color: #fff;
    border: 1px solid #eeeeee;
    padding: 0 30px 30px
}

.blog-box.blog-pattern .blog-white.contact {
    padding: 40px 60px
}

.blog-box.blog-pattern .blog-white.contact h3 {
    margin-bottom: 0;
    margin-top: 18px;
    font-weight: 700
}

.blog-box.blog-pattern .blog-white.contact h5 {
    color: #999;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: -5px
}

.blog-box.blog-pattern .blog-white.contact .contact-form h5 {
    margin-top: 48px;
    color: #202447
}

.blog-box.blog-pattern .blog-white.contact .contact-form .theme-form {
    margin-top: 30px
}

.blog-box.blog-pattern .blog-white.contact .contact-form .theme-form .form-control {
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 18px;
    padding: .375rem .75rem
}

.blog-box.blog-pattern .blog-white.app-white {
    padding: 50px 60px 0;
    text-align: center
}

.blog-box.blog-pattern .blog-white.app-white h5 {
    color: #999;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: -6px
}

.blog-box.blog-pattern .blog-white.app-white h5 span {
    color: #202447
}

.blog-box.blog-pattern .blog-white.app-white .app-buttons {
    margin-top: 21px
}

.blog-box.blog-pattern .blog-white.app-white .app-buttons>a:last-child {
    margin-left: 5px
}

.blog-box.blog-pattern .blog-white.app-white .mobile1 {
    margin-top: 56px
}

.blog-box.blog-pattern .blog-white.feature-sec .feature-block {
    display: flex;
    border-bottom: 1px solid #eeeeee;
    width: 100%
}

.blog-box.blog-pattern .blog-white.feature-sec .feature-block .media {
    margin-bottom: 0;
    width: 50%;
    padding: 14px 5px 15px
}

.blog-box.blog-pattern .blog-white.feature-sec .feature-block .media img {
    height: 80px;
    width: auto
}

.blog-box.blog-pattern .blog-white.feature-sec .feature-block .media .media-body h5 {
    text-transform: capitalize;
    color: #d0af6c;
    font-weight: 500;
    margin-bottom: 0
}

.blog-box.blog-pattern .blog-white.feature-sec .feature-block .media:last-child {
    border-left: 1px solid #eeeeee
}

.blog-box.blog-pattern .blog-white.feature-sec .feature-block:last-child {
    border-bottom: none
}

.blog-box.blog-pattern .blog-white.product-sec .product-block .media {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee
}

.blog-box.blog-pattern .blog-white.product-sec .product-block .media img {
    height: 58px;
    width: auto
}

.blog-box.blog-pattern .blog-white.product-sec .product-block .media .media-body {
    display: flex;
    align-items: center
}

.blog-box.blog-pattern .blog-white.product-sec .product-block .media .media-body h5 {
    color: #202447;
    text-transform: uppercase;
    margin-bottom: 0
}

.blog-box.blog-pattern .blog-white.product-sec .product-block .media .media-body p {
    text-transform: capitalize;
    margin-bottom: 0
}

.blog-box.blog-pattern .blog-white.product-sec .product-block .media .media-body a {
    position: absolute;
    right: 1px
}

.blog-box.blog-pattern .blog-white.product-sec .product-block:first-child .media {
    padding-top: 0
}

.blog-box.blog-pattern .blog-white.product-sec .product-block:last-child .media {
    padding-bottom: 0;
    border-bottom: none
}

.blog-box .media {
    margin-bottom: 30px
}

.blog-box .media img {
    height: 104px
}

.blog-box .media .media-body {
    align-self: center
}

.blog-box .media:last-child {
    margin-bottom: 0
}

.layout-4 {
    position: relative;
    margin: 24px 0
}

.layout-4 .border-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    transform: rotate(-2deg)
}

.layout-4:after {
    position: absolute;
    content: "";
    border: 8px solid #eeeeee;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: rotate(-2deg);
    z-index: -1
}

.banner-bg {
    background-image: linear-gradient(45deg, #feedc4 9.26%, #fff 9.26% 50%, #feedc4 50% 59.26%, #fff 59.26% 100%);
    background-size: 38.18px 38.18px;
    background-attachment: fixed;
    padding: 30px 0;
    text-align: center
}

.banner-bg.dark-bg {
    background-image: linear-gradient(45deg, #fffcf6 9.26%, #fff 9.26% 50%, #fffcf6 50% 59.26%, #fff 59.26% 100%)
}

.banner-bg .banner-content {
    display: inline-block;
    padding: 25px 50px;
    vertical-align: middle
}

.banner-bg .banner-content h6 {
    color: #777
}

.banner-bg .banner-content h2 span {
    color: #202447;
    font-weight: 700
}

.banner-bg .banner-content h2 span.color {
    color: #d0af6c;
    font-weight: 400
}

.banner-bg .banner-content .banner-btn {
    padding: 20px 125px;
    background-color: #fff;
    border: 1px dashed #d0af6c
}

.banner-bg .banner-content .banner-btn h6 {
    color: #333;
    line-height: 1.6
}

.banner-bg .banner-content .banner-btn h6 span {
    color: #202447;
    font-weight: 700
}

.banner-bg .banner-content.app-content {
    padding: 0 70px 0 0
}

.banner-bg .banner-content.app-content .app-inner {
    display: flex;
    align-items: center
}

.banner-bg .banner-content.app-content .app-inner img {
    margin: 20px 120px 0
}

.banner-bg .banner-content.app-content .app-inner .app-download {
    display: flex
}

.banner-bg .banner-content.app-content .app-inner .app-download h5 {
    text-transform: uppercase;
    color: #d0af6c;
    margin-bottom: 0
}

.banner-bg .banner-content.app-content .app-inner .app-download .app-buttons {
    margin-top: 30px
}

.banner-bg .banner-content.app-content .app-inner .app-download .app-buttons img {
    margin: 0
}

.banner-bg .banner-content.app-content .app-inner .app-download .app-buttons>a:last-child {
    margin-left: 5px
}

.banner-bg.no-bg {
    position: relative;
    background: #fff;
    background: transparent;
    border: 8px solid #d0af6c
}

.banner-bg.no-bg h6 {
    color: #d0af6c
}

.banner-bg.no-bg h2 span {
    color: #202447
}

.banner-bg.no-bg .banner-btn {
    padding: 5px
}

.banner-bg.no-bg .banner-btn h6 {
    color: #fff;
    padding: 15px 120px;
    border-radius: 0;
    background-color: #d0af6c;
    line-height: 1.6
}

.banner-bg.no-bg .banner-btn h6 span {
    color: #202447
}

.banner-bg.app-sec {
    padding: 30px 0 0
}

.banner-bg.app-sec .app-sec-content {
    padding-left: 50px;
    text-align: left;
    display: flex;
    align-items: center;
    height: 100%
}

.banner-bg.app-sec .app-sec-content h5 {
    color: #d0af6c;
    text-transform: uppercase;
    margin-bottom: 0
}

.banner-bg.app-sec .app-sec-content h3 {
    color: #202447;
    margin-top: 20px
}

.banner-bg.app-sec .app-sec-content .btn-solid {
    margin-top: 25px
}

.app-section {
    display: flex;
    align-items: flex-end;
    height: 100%
}

.app-section .app-content {
    display: flex;
    align-items: center;
    text-align: center;
    margin-left: 40px;
    height: 100%
}

.app-section .app-content h5 {
    text-transform: uppercase;
    color: #d0af6c;
    font-weight: 700;
    margin-bottom: 25px
}

.banner-content {
    text-align: center
}

.banner-content.layout-3 h2 span {
    color: #d0af6c;
    font-weight: 700
}

.banner-content.layout-3 h2 span.f-bold {
    font-weight: 700
}

.banner-content.layout-3 .banner-btn {
    padding: 20px 175px
}

.banner-content h6 {
    text-transform: uppercase;
    letter-spacing: .5em;
    font-weight: 700;
    color: #d0af6c;
    margin-bottom: 0;
    margin-top: -3px
}

.banner-content h2 {
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 0
}

.banner-content h2 span {
    font-weight: 700
}

.banner-content h4 {
    text-transform: capitalize;
    margin-top: 20px;
    margin-bottom: 0
}

.banner-content .banner-btn {
    display: inline-block;
    padding: 20px 280px;
    background-color: #202447;
    border-radius: 23px;
    margin-top: 20px
}

.banner-content .banner-btn h6 {
    color: #fff;
    letter-spacing: .1em;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: -3px
}

.banner-content .banner-btn h6 span {
    font-weight: 700
}

.box-design {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px #00000014
}

.collection-banner {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid #eeeeee
}

.collection-banner .img-part {
    transition: all .5s ease;
    width: 100%
}

.collection-banner.p-left .contain-banner {
    justify-content: flex-start
}

.collection-banner.p-right .contain-banner {
    justify-content: flex-end;
   
}

.collection-banner.p-center .contain-banner {
    justify-content: center
}

.collection-banner.banner_textcolor .contain-banner h5 {
    color: #202447;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0
}

.collection-banner .contain-banner {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 65px;
    padding-right: 65px
}

.collection-banner .contain-banner.banner-3,
.collection-banner .contain-banner.banner-4 {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 40px !important;
}

.collection-banner .contain-banner .banner-deal {
    padding: 8px 10px;
    background-color: #d0af6c;
    display: inline-block;
    border-radius: 4px;
    /* margin-top: 15px; */
}

.collection-banner .contain-banner .banner-deal h6 {
    margin-bottom: 0;
    color: #fff;
    text-transform: capitalize;
    margin-top: 0
}

.collection-banner .contain-banner h3 {
    /* color: #555; */
    color: #041327;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 10px
}

.collection-banner .contain-banner h6 {
    margin-bottom: 20px;
    margin-top: 10px;
    text-transform: capitalize;
    font-size: 16px
}

.collection-banner:hover .img-part {
    transform: scale(1.05);
    transition: all .5s ease
}

.banner-sec.landscape-layout {
    background-color: #f8f7f8
}

.banner-sec.landscape-layout .left-banner {
    background-color: #d0af6c;
    width: 100%;
    height: 100%;
    padding: 50px 5px;
    text-align: center
}

.banner-sec.landscape-layout .left-banner h2 {
    color: #fff;
    margin-bottom: 20px
}

.banner-sec.landscape-layout .center-banner {
    border: none
}

.banner-sec.landscape-layout .center-banner .contain-right {
    padding-right: 90px
}

.banner-sec.landscape-layout .right-banner {
    display: flex;
    background-color: #202447;
    width: 100%;
    height: 100%;
    text-align: center;
    align-items: center;
    justify-content: center
}

.banner-sec.landscape-layout .right-banner h5 {
    letter-spacing: .5em;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700
}

.banner-sec.landscape-layout .right-banner h2 {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: .28em;
    color: #fff;
    margin-top: 15px
}

.banner-sec.landscape-layout .right-banner h6 {
    display: inline-block;
    background-color: #fff;
    color: #444;
    font-weight: 700;
    padding: 10px 45px;
    letter-spacing: .1em;
    margin-bottom: 0;
    margin-top: 15px;
    text-transform: uppercase
}

.banner-sec .collection-banner {
    position: relative
}

.banner-sec .collection-banner.p-left .banner-contain {
    justify-content: flex-start
}

.banner-sec .collection-banner.p-right .banner-contain {
    justify-content: flex-end
}

.banner-sec .collection-banner.p-center .banner-contain {
    justify-content: center
}

.banner-sec .collection-banner.p-up .banner-contain {
    align-items: flex-start
}

.banner-sec .collection-banner.p-middle .banner-contain {
    align-items: center
}

.banner-sec .collection-banner.p-down .banner-contain {
    align-items: flex-end
}

.banner-sec .collection-banner .banner-contain {
    position: absolute;
    top: 0;
    padding: 50px;
    width: 100%;
    height: 100%;
    display: flex
}

.banner-sec .collection-banner .banner-contain h4,
.banner-sec .collection-banner .banner-contain h2,
.banner-sec .collection-banner .banner-contain h5 {
    text-transform: uppercase
}

.banner-sec .collection-banner .banner-contain h4 {
    color: #333;
    margin-bottom: 0
}

.banner-sec .collection-banner .banner-contain h2 {
    color: #d0af6c;
    margin-top: 5px
}

.banner-sec .collection-banner .banner-contain h5 {
    color: #777;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 0
}

.banner-sec .center-banner {
    position: relative;
    background-color: #fff;
    height: 100%;
    border: 5px solid #fde6ab
}

.banner-sec .center-banner.border-default {
    border: 10px solid white
}

.banner-sec .center-banner .center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.banner-sec .center-banner .contain-left,
.banner-sec .center-banner .contain-right {
    position: absolute;
    top: 0;
    padding: 60px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center
}

.banner-sec .center-banner .contain-left h4,
.banner-sec .center-banner .contain-right h4 {
    color: #333;
    text-transform: capitalize;
    margin-bottom: 0
}

.banner-sec .center-banner .contain-left h4 span,
.banner-sec .center-banner .contain-right h4 span {
    font-weight: 700
}

.banner-sec .center-banner .contain-right {
    justify-content: flex-end
}

.banner-sec .center-banner .contain-right h6 {
    color: #333;
    margin-bottom: 0
}

.banner-sec .center-banner .contain-right h6 span {
    color: #aaa
}

.banner-sec .center-banner .contain-right h5 {
    font-weight: 700;
    margin-top: 5px;
    color: #202447;
    margin-bottom: 10px
}

.banner-sec .center-banner .contain-right p {
    font-size: 16px;
    font-weight: 700;
    margin-top: 5px;
    color: #333;
    margin-bottom: 0
}

.margin-cls>a:first-child .collection-banner {
    margin-bottom: 30px
}

.grid-5 .box-5 {
    width: 100%;
    flex: 0 0 20%;
    max-width: calc(20% - 30px);
    margin: 0 15px 30px
}

.grid-5 .box-5:nth-last-child(-n+5) {
    margin: 0 15px
}

.product-layout .center-product {
    text-align: center;
    background-color: #fff;
    border: 1px solid #d0af6c;
    padding: 0 38px 30px
}

.product-layout .center-product.border-change {
    border: 2px solid #202447
}

.product-layout .center-product .cart-info {
    opacity: 1;
    bottom: 25px
}

.product-layout .center-product .product-img {
    margin-top: 28px;
    margin-bottom: 28px
}

.product-layout .center-product .product-details p {
    margin-bottom: 0
}

.product-layout .center-product .product-details h5 {
    font-weight: 700;
    color: #202447;
    margin-top: 5px;
    margin-bottom: 50px
}

.product-layout .center-product:hover .cart-info {
    opacity: 1;
    transition: all .5s ease
}

.product-layout .center-product:hover .cart-info button {
    animation: none
}

.product-layout .center-product:hover .cart-info a:nth-child(2) i {
    animation: none
}

.product-layout .center-product:hover .cart-info a:nth-child(3) i {
    animation: none
}

.product-layout .center-product:hover .cart-info a:nth-child(4) i {
    animation: none
}

.cart-info {
    position: absolute;
    bottom: 15px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    right: 0;
    left: 0;
    justify-content: center;
    opacity: 0;
    transition: all .5s ease
}

.cart-info a [class^=ti-],
.cart-info a [class*=" ti-"] {
    display: inline-block;
    border-left: 1px solid #eeeeee
}

.cart-info button {
    background: none;
    box-shadow: none;
    border: none;
    padding: 0;
    cursor: pointer
}

.cart-info i {
    color: #aaa;
    font-size: 18px;
    padding-right: 15px;
    padding-left: 15px
}

.cart-info i:hover {
    color: #d0af6c;
    transition: all .5s ease
}

.rating {
    margin-top: 20px
}

.add-btn {
    transition: all .5s ease;
    margin: 0 auto;
    display: flex;
    justify-content: center
}

.add-btn .btn-outline {
    position: relative;
    display: inline-block;
    padding: 5px 8px;
    color: #444;
    text-transform: uppercase;
    border: 2px solid #dddddd;
    background-color: #fff;
    font-size: 14px
}

.add-btn .btn-outline:hover {
    background-color: #d0af6c;
    transition: all .5s ease;
    border: 2px solid #d0af6c;
    color: #fff
}

.product-box {
    position: relative;
    padding: 20px;
    overflow: hidden;
    vertical-align: middle;
    height: auto
}

.product-box .img-block .lable-wrapper .lable1 {
    position: absolute;
    background-color: #202447;
    padding: 2px 3px;
    color: #fff;
    text-transform: uppercase;
    top: 15px;
    left: 15px
}

.product-box .img-block .lable-wrapper .lable1:before {
    border-left: 14px solid #202447;
    border-top: 14px solid transparent;
    border-bottom: 11px solid transparent;
    content: "";
    height: 0;
    left: 38px;
    position: absolute;
    top: 0;
    width: 0
}

.product-box .img-block .lable-wrapper .lable2 {
    position: absolute;
    color: #212529;
    text-transform: uppercase;
    left: 15px;
    top: 40px
}

.product-box .img-block .lable-wrapper .lable3 {
    position: absolute;
    top: 15px;
    left: -32px;
    z-index: 1;
    background: #f8f8f8;
    color: #212529;
    padding: 0 30px;
    transform: rotate(-45deg);
    font-size: 14px;
    text-transform: uppercase
}

.product-box .img-block .lable-wrapper .lable4 {
    position: absolute;
    padding: 10px 6px;
    background-color: #202447;
    color: #fff;
    border-radius: 100%;
    text-transform: uppercase;
    top: 10px;
    left: 25px
}

.product-box .img-block .lable-wrapper .lable5 {
    position: absolute;
    transform: rotate(-90deg);
    text-transform: uppercase;
    top: 75px;
    left: 18px;
    color: #212529
}

.product-box .img-block .lable-wrapper .lable6 {
    position: absolute;
    transform: rotate(-90deg);
    text-transform: uppercase;
    background-color: #d0af6c;
    color: #fff;
    padding: 2px 6px;
    top: 9px;
    left: 3%
}

.product-box .img-block .lable-wrapper .lable6:before {
    border-right: 11px solid #d0af6c;
    border-top: 12px solid transparent;
    border-bottom: 13px solid transparent;
    content: "";
    height: 0;
    left: -10px;
    position: absolute;
    bottom: 0;
    width: 0
}

.product-box .img-block .lable-wrapper .lable7 {
    position: absolute;
    top: 15px;
    right: 25px;
    text-transform: uppercase;
    color: #212529
}

.product-box .img-block .cart-details button,
.product-box .img-block .cart-wrap button {
    background: none;
    box-shadow: none;
    border: none;
    padding: 0;
    cursor: pointer
}

.product-box .img-block .cart-details i,
.product-box .img-block .cart-wrap i {
    color: #aaa;
    font-size: 18px;
    display: flex
}

.product-box .img-block .cart-details i:hover,
.product-box .img-block .cart-wrap i:hover {
    color: #d0af6c;
    transition: all .5s ease
}

.product-box .img-block .cart-details {
    position: absolute;
    top: 0;
    right: 10px;
    opacity: 0
}

.product-box .img-block .cart-details i {
    padding-top: 7px;
    padding-bottom: 7px
}

.product-box .img-block .cart-wrap {
    position: absolute;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 100px;
    opacity: 0
}

.product-box .img-block .cart-wrap button,
.product-box .img-block .cart-wrap a {
    background-color: #fff;
    border-radius: 100%;
    padding: 10px;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-box-shadow: 0 0 11px 0 rgba(0, 0, 0, .29);
    -moz-box-shadow: 0 0 11px 0 rgba(0, 0, 0, .29);
    box-shadow: 0 0 11px #0000004a
}

.product-box .img-block .cart-wrap button:hover,
.product-box .img-block .cart-wrap a:hover {
    background-color: #202447;
    transition: all .5s ease
}

.product-box .img-block .cart-wrap button:hover i,
.product-box .img-block .cart-wrap a:hover i {
    color: #fff;
    transition: all .5s ease
}

.product-box .img-block .cart-info {
    bottom: 42px
}

.product-box .img-block .cart-info i {
    font-size: 18px
}

.product-box .img-block .cart-right {
    position: absolute;
    top: 7px;
    right: 7px;
    opacity: 1
}

.product-box .img-block .cart-right button {
    border: 1px solid white;
    border-radius: 100%;
    background-color: #fffc;
    opacity: 1;
    padding: 0;
    box-shadow: none;
    width: 30px;
    height: 30px
}

.product-box .img-block .cart-right button i {
    color: #333
}

.product-box .img-block .cart-right a i {
    border-radius: 100%;
    border: 1px solid white;
    margin: 5px 0;
    background-color: #fffc;
    width: 30px;
    height: 30px;
    color: #333;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.product-box .img-block .add-btn {
    position: absolute;
    bottom: 90px;
    opacity: 0;
    transition: all .5s ease;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center
}

.product-box .img-block .add-btn .btn-outline {
    position: relative;
    display: inline-block;
    padding: 5px 8px;
    color: #444;
    text-transform: uppercase;
    border: 2px solid #dddddd;
    background-color: #fff;
    font-size: 14px
}

.product-box .img-block .add-btn .btn-outline:hover {
    background-color: #d0af6c;
    transition: all .5s ease;
    border: 2px solid #d0af6c;
    color: #fff
}

.product-box .product-info {
    text-align: center;
    transition: all .5s ease
}

.product-box .product-info h6 {
    text-transform: capitalize;
    color: #041327;
    margin-bottom: 0;
    margin-top: 20px
}

.product-box .product-info h5 {
    margin-top: 5px;
    margin-bottom: 0;
    color: #041327;
    font-weight: 700
}


.product-box .product-info .title-a :hover{
color: #d0af6c !important;
}

.product-box .product-info.margin-cls h6 {
    margin-top: 15px
}

.product-box .type-box {
    margin-top: 10px
}

.product-box .type-box li {
    margin: 0 2px
}

.product-box .type-box li img {
    width: 24px;
    height: 24px
}

.product-box .addtocart_box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fffffff5;
    opacity: 0;
    transform: scale(.2);
    transition: all .5s ease;
    z-index: 1
}

.product-box .addtocart_box .addtocart_detail {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    padding: 10px
}

.product-box .addtocart_box .addtocart_detail>div>div+div {
    margin-top: 10px
}

.product-box .addtocart_box .addtocart_detail h5 {
    text-transform: uppercase;
    font-weight: 700
}

.product-box .addtocart_box .addtocart_btn {
    position: relative;
    left: 0;
    right: 0;
    padding: 6px 0 0;
    margin: 0
}

.product-box .addtocart_box .addtocart_btn a {
    text-transform: uppercase;
    font-weight: 700
}

.product-box .addtocart_box .close-cart {
    position: absolute;
    right: 8px;
    top: 5px;
    cursor: pointer
}

.product-box .addtocart_box .close-cart i {
    font-size: 14px;
    color: #222
}

.product-box .addtocart_box.open {
    opacity: 1;
    transform: scale(1);
    transition: all .5s ease
}

.product-box.product-select-box .select-dropdown {
    position: relative;
    background-color: transparent;
    width: auto;
    max-width: 100%;
    border-radius: 6px;
    margin: 10px 0;
    border: 1px solid #dddddd
}

.product-box.product-select-box .select-dropdown select {
    width: 100%;
    padding: 8px 24px 8px 10px;
    border: none;
    background-color: transparent;
    appearance: none;
    -webkit-appearance: none
}

.product-box.product-select-box .select-dropdown select:active,
.product-box.product-select-box .select-dropdown select:focus {
    outline: none;
    box-shadow: none
}

.product-box.product-select-box .select-dropdown:after {
    content: " ";
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #aaa
}

.product-box.product-select-box .product-info h6 {
    margin-top: 10px
}

.product-box.product-select-box .qty-add-box .qty-box {
    display: flex;
    align-items: center
}

.product-box.product-select-box .qty-add-box .qty-box label {
    margin-bottom: 0;
    font-size: 16px;
    text-transform: capitalize;
    margin-right: 8px
}

.product-box.product-select-box .qty-add-box .qty-box .input-group {
    justify-content: left
}

.product-box.product-select-box .qty-add-box .qty-box .input-group .form-control {
    height: 32px;
    margin-right: 10px;
    width: 100%;
    border-radius: 0;
    padding: .375rem .75rem
}

.product-box.product-select-box .qty-add-box .qty-box button {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    padding: 6px;
    background-color: #d0af6c;
    color: #fff;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    font-weight: 500
}

.product-box.product-select-box .qty-add-box .qty-box button i {
    padding-left: 5px
}

/* .product-box:hover .product-content {
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease
} */




.product-box:hover .cart-details {
    opacity: 1;
    transition: all .5s ease
}

.product-box:hover .cart-details button {
    animation: fadeInRight .3s ease-in-out
}

.product-box:hover .cart-details a:nth-child(2) i {
    animation: fadeInRight .5s ease-in-out
}

.product-box:hover .cart-details a:nth-child(3) i {
    animation: fadeInRight .7s ease-in-out
}

.product-box:hover .cart-details a:nth-child(4) i {
    animation: fadeInRight 1s ease-in-out
}

.product-box:hover .add-btn {
    opacity: 1;
    transition: all .5s ease;
    animation: fadeInUp .5s ease-in-out
}

.product-box:hover .cart-wrap {
    opacity: 1;
    transition: all .5s ease
}

.product-box:hover .cart-wrap button {
    animation: fadeInUp .3s ease-in-out
}

.product-box:hover .cart-wrap a:nth-child(2) {
    animation: fadeInUp .45s ease-in-out
}

.product-box:hover .cart-wrap a:nth-child(3) {
    animation: fadeInUp .5s ease-in-out
}

.product-box:hover .cart-wrap a:nth-child(4) {
    animation: fadeInUp .65s ease-in-out
}

.product-box:hover .cart-info {
    opacity: 1;
    transition: all .5s ease
}

.product-box:hover .cart-info button {
    animation: fadeInUp .3s ease-in-out
}

.product-box:hover .cart-info a:nth-child(2) i {
    animation: fadeInUp .5s ease-in-out
}

.product-box:hover .cart-info a:nth-child(3) i {
    animation: fadeInUp .7s ease-in-out
}

.product-box:hover .cart-info a:nth-child(4) i {
    animation: fadeInUp 1s ease-in-out
}

.product-box:hover .cart-right button {
    animation: none
}

.product-box:hover .cart-right a i {
    opacity: 1
}

.product-box:hover .cart-right a:nth-child(2) i {
    animation: fadeInDown .5s ease-in-out
}

.product-box:hover .cart-right a:nth-child(3) i {
    animation: fadeInDown .7s ease-in-out
}

.product-box:hover .cart-right a:nth-child(4) i {
    animation: fadeInDown 1s ease-in-out
}

.product-box.product-full {
    padding: 0 0 20px
}

.product-box.product-full .product-info h6 {
    margin-top: 18px
}

.color-variant li {
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin: 0 5px;
    position: relative
}

.color-variant li.red {
    background-color: red
}

.color-variant li.blue {
    background-color: #00f
}

.color-variant li.orange {
    background-color: orange
}

.color-variant li.yellow {
    background-color: #ff0
}

.color-variant li.green {
    background-color: green
}

.color-variant li.light-purple {
    background-color: #9c27b0
}

.color-variant li.theme-color {
    background-color: #d0af6c
}

.color-variant li.theme-blue {
    background-color: #202447
}

.color-variant li.seablue {
    background-color: #51e7ea
}

.color-variant li.silver {
    background-color: silver
}

.color-variant li.active {
    box-shadow: 0 0 5px #929292;
    border-color: transparent
}

.color-variant li.active:after {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/></svg>");
    top: 50%;
    height: 12px;
    width: 12px;
    background-size: 80%;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    filter: invert(100);
    transform: translate(-50%, -50%)
}

.color-variant.type-box li.active:after {
    filter: none
}

.size-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.size-box li {
    width: auto;
    min-width: 25px;
    height: 25px;
    padding: 0;
    margin: 0 2px;
    cursor: pointer;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center
}

.size-box li a {
    color: #222
}

.size-box li.active {
    box-shadow: 0 2px 5px #777;
    border-color: transparent;
    background-color: #fff
}

.padding-lr {
    padding: 0 15px
}

.bg-repeat {
    background-repeat: repeat !important
}

.tab-layout1 {
    background-color: #f8f7f8
}

.tab-layout1.grey-bg {
    background-color: #f5f5f5
}

.tab-layout1 .theme-tab {
    position: relative
}

.tab-layout1 .theme-tab .tab-content {
    display: none
}

.tab-layout1 .theme-tab .tab-content[style="display: block;"] .product-box,
.tab-layout1 .theme-tab .tab-content[style="display: block;"] .tab-box {
    animation: zoomIn .3s ease-in-out
}

.tab-layout1 .theme-tab .drop-shadow .left-shadow {
    position: absolute;
    top: 60px;
    left: 230px
}

.tab-layout1 .theme-tab .drop-shadow .right-shadow {
    position: absolute;
    top: 60px;
    right: 230px
}

.tab-layout1 .theme-tab .tabs {
    background-color: #fff;
    padding: 20px 0;
    text-align: center;
    margin-bottom: 50px
}

.tab-layout1 .theme-tab .tabs li {
    margin-left: 12px;
    margin-right: 12px;
    text-transform: uppercase
}

.tab-layout1 .theme-tab .tabs li a {
    color: #444;
    font-weight: 700;
    padding: 13px 35px;
    border-radius: 15px
}

.tab-layout1 .theme-tab .tabs .current a {
    color: #041327;
    border-top: 2px solid #d0af6c;
    border-bottom: 2px solid #d0af6c;
    background-color: #d0af6c;
    font-size: 18px;
    
}

.tab-layout1 .theme-tab .border-row1 {
    margin-left: 0;
    margin-right: 0
}

.tab-layout1 .theme-tab .border-row1 .product-box {
    margin: 10px;
    box-shadow: 0 5px 5px #3f4e6426
}

.tab-layout1 .theme-tab .product-box {
    background-color: #fff;
    margin: 10px;
    border-radius: 20px;
    box-shadow: 0 5px 5px #3f4e6426
}

.tab-layout2 {
    background-color: #fff;
    position: relative
}

.tab-layout2 .theme-tab .tabs {
    margin-bottom: 0 !important;
    border-top: 2px solid #eeeeee
}

.tab-layout2 .theme-tab .tabs .current a {
    border-bottom: 0
}

.tab-layout2 .theme-tab .shadow-cls {
    position: relative
}

.tab-layout2 .theme-tab .shadow-cls .drop-shadow .left-shadow {
    position: absolute;
    bottom: -22px;
    left: 0;
    top: unset
}

.tab-layout2 .theme-tab .shadow-cls .drop-shadow .right-shadow {
    position: absolute;
    bottom: -23px;
    right: 0;
    top: unset
}

.tab-layout3 .theme-tab {
    position: relative
}

.tab-layout3 .theme-tab .tab-content {
    display: none
}

.tab-layout3 .theme-tab .tab-content[style="display: block;"] .product-box,
.tab-layout3 .theme-tab .tab-content[style="display: block;"] .tab-box {
    animation: zoomIn .3s ease-in-out
}

.tab-layout3 .theme-tab .tabs {
    margin: 0 0 50px;
    text-align: center
}

.tab-layout3 .theme-tab .tabs li {
    margin: 0 5px;
    padding: 15px 25px;
    text-transform: uppercase;
    border-radius: 50px
}

.tab-layout3 .theme-tab .tabs li a {
    color: #555;
    font-weight: 700
}

.tab-layout3 .theme-tab .tabs .current {
    background-color: #202447;
    border-radius: 50px;
    transition: all .5s ease
}

.tab-layout3 .theme-tab .tabs .current a {
    color: #fff;
    transition: all .5s ease
}

.tab-layout3 .product-box.full-box {
    border: 1px solid #eeeeee
}

.tab-layout3 .product-box.full-box .product-info h6 {
    margin-top: 78px
}

.tab-layout3 .product-box .product-info h6 {
    margin-top: 12px
}

.tab-layout3 .row-border>div:nth-child(-n+2) .product-box {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee
}

.tab-layout3 .row-border>div:nth-last-child(-n+2) {
    border-bottom: 1px solid #eeeeee
}

.tab-layout3 .row-border>div:nth-child(2),
.tab-layout3 .row-border>div:nth-child(4) {
    border-left: 1px solid #eeeeee
}

.tab-layout4 .product-box.full-box {
    border: 1px solid #eeeeee;
    border-top: none;
    padding-top: 46px
}

.tab-layout4 .product-box.full-box .product-info h6 {
    margin-top: 45px
}

.tab-layout4 .theme-tab {
    position: relative
}

.tab-layout4 .theme-tab .tab-content {
    display: none
}

.tab-layout4 .theme-tab .tab-content[style="display: block;"] .product-box,
.tab-layout4 .theme-tab .tab-content[style="display: block;"] .tab-box {
    animation: zoomIn .3s ease-in-out
}

.tab-layout4 .theme-tab .tabs {
    text-align: center
}

.tab-layout4 .theme-tab .tabs li {
    text-transform: uppercase
}

.tab-layout4 .theme-tab .tabs li a {
    color: #202447;
    font-weight: 700
}

.tab-layout4 .theme-tab .tabs .current {
    background-color: transparent;
    transition: all .5s ease
}

.tab-layout4 .theme-tab .tabs .current a {
    color: #fff;
    transition: all .5s ease
}

.tab-layout4 .row-border2 .product-box {
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee
}

.vertical-tab .slick-next {
    right: 30px
}

.vertical-tab .slick-prev {
    right: 60px
}

.vertical-tab .tab-head {
    padding: 0 30px;
    border: 1px solid #eeeeee;
    border-bottom: none
}

.vertical-tab .tab-inner .theme-tab {
    width: 100%;
    position: relative;
    display: flex
}

.vertical-tab .tab-inner .theme-tab .tab-content {
    display: none
}

.vertical-tab .tab-inner .theme-tab .tab-content[style="display: block;"] .product-box,
.vertical-tab .tab-inner .theme-tab .tab-content[style="display: block;"] .tab-box {
    animation: zoomIn .3s ease-in-out
}

.vertical-tab .tab-inner .theme-tab .tabs {
    width: 20%;
    border: 1px solid #eeeeee;
    border-right: 0
}

.vertical-tab .tab-inner .theme-tab .tabs li {
    position: relative;
    display: flex;
    padding: 20px 0 20px 30px;
    border-bottom: 1px solid #eeeeee;
    text-transform: uppercase
}

.vertical-tab .tab-inner .theme-tab .tabs li a {
    color: #aaa
}

.vertical-tab .tab-inner .theme-tab .tabs .current:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #eeeeee;
    border-bottom: 10px solid transparent;
    right: 0
}

.vertical-tab .tab-inner .theme-tab .tabs .current a {
    color: #d0af6c
}

.vertical-tab .tab-inner .theme-tab .tab-content-cls {
    width: 80%
}

.vertical-tab .tab-inner .theme-tab .tab-content-cls .product-4,
.vertical-tab .tab-inner .theme-tab .tab-content-cls .product-6 {
    border: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee
}

.vertical-tab .tab-inner .theme-tab .tab-content-cls .product-4 .product-box,
.vertical-tab .tab-inner .theme-tab .tab-content-cls .product-6 .product-box {
    border-right: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee
}

.vertical-tab .tab-inner .theme-tab .tab-content-cls .product-4>div .product-box:last-child,
.vertical-tab .tab-inner .theme-tab .tab-content-cls .product-6>div .product-box:last-child {
    border-top: 1px solid #eeeeee
}

.vertical-tab .tab-inner .theme-tab #mob_tab_cls {
    display: none;
    font: 28px/1 FontAwesome
}

.vertical-tab .tab-inner .theme-tab #mob_tab_cls:before {
    content: "\f107"
}

.vertical-tab .side-banner img {
    height: 685px;
    width: 100%
}

.vertical-tab2 .tab-inner .theme-tab .tabs .current {
    background-color: #d0af6c
}

.vertical-tab2 .tab-inner .theme-tab .tabs .current:after {
    border-right: 10px solid white
}

.vertical-tab2 .tab-inner .theme-tab .tabs .current a {
    color: #fff
}

.tab-title2 .tabs .current {
    background-image: url(bg-title.jpg);
    background-blend-mode: overlay;
    background-color: #fff6 !important
}

.tab-title2 .tabs .current a {
    color: #000 !important;
    font-weight: 700;
    text-shadow: 2px 2px rgba(187, 187, 187, .47)
}

.slider-section .side-banner img {
    height: 652px;
    width: 100%
}

.slider-section .side-banner.side-banner1 img {
    height: 657px
}

.slider-section .side-banner.side-banner3 img {
    height: 804px
}

.slider-section .tab-head {
    padding: 0 30px;
    border: 1px solid #eeeeee;
    border-bottom: none
}

.slider-section .slick-slider {
    border: 1px solid #eeeeee
}

.slider-section .slick-slider .product-box {
    border-right: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee
}

.slider-section .slick-slider>div .product-box+.product-box {
    border-top: 1px solid #eeeeee
}

.slider-section .slick-slider .slick-next {
    right: 30px
}

.slider-section .slick-slider .slick-prev {
    right: 60px
}

.slider-section .deal-box {
    padding: 0 30px 30px;
    border: 1px solid #eeeeee
}

.slider-section .deal-box .slick-slider .slick-next {
    right: 0
}

.slider-section .deal-box .slick-slider .slick-prev {
    right: 30px
}

.slider-section .deal-box .product {
    text-align: center
}

.slider-section .deal-box .product img {
    height: 449px;
    margin: 0 auto
}

.slider-section .deal-box .product .timer {
    display: flex;
    justify-content: center
}

.slider-section .deal-box .product .timer p {
    padding: 10px 25px;
    display: inline-block;
    color: #fff;
    background-color: #202447;
    text-align: center;
    margin-bottom: 0
}

.slider-section .deal-box .product p {
    margin-bottom: 0;
    margin-top: 21px;
    color: #444
}

.slider-section .deal-box .product h5 {
    color: #202447;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 15px
}

.slider-section .deal-box .product h5 strike {
    color: #777;
    font-weight: 400
}

.slider-section .ratio_asos .bg-size:before {
    padding-top: 99%
}

.slider-section.no-border-product .slick-slider {
    border: none
}

.slider-section.no-border-product .slick-slider .slick-slide>div {
    margin: 0 15px
}

.slider-section.no-border-product .slick-slider .product-box {
    border: none;
    padding: 0
}

.slider-section.no-border-product .slick-slider .product-box .img-block .cart-info {
    bottom: 22px
}

.no-border-product .product-box {
    border: none;
    padding: 0
}

.no-border-product .product-box .img-block .cart-info {
    bottom: 22px
}

.media-product-section .media,
.media-product-section .product-box {
    padding: 20px
}

.media-product-section .media img,
.media-product-section .product-box img {
    height: 150px;
    width: auto;
    padding: 10px
}

.media-product-section .media h5,
.media-product-section .product-box h5 {
    font-weight: 700;
    margin-bottom: 15px
}

.media-product-section .media h6,
.media-product-section .product-box h6 {
    text-transform: capitalize;
    margin-bottom: 3px
}

.media-product-section .media .cart-info,
.media-product-section .product-box .cart-info {
    opacity: 1;
    bottom: 0;
    position: relative;
    text-align: left;
    display: block;
    justify-content: flex-start
}

.media-product-section .media .cart-info button i,
.media-product-section .product-box .cart-info button i {
    padding-left: 0
}

.media-product-section .media .cart-info i,
.media-product-section .product-box .cart-info i {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 16px
}

.media-product-section .media:hover .cart-info button,
.media-product-section .product-box:hover .cart-info button {
    animation: none
}

.media-product-section .media:hover .cart-info a:nth-child(2) i,
.media-product-section .media:hover .cart-info a:nth-child(3) i,
.media-product-section .media:hover .cart-info a:nth-child(4) i,
.media-product-section .product-box:hover .cart-info a:nth-child(2) i,
.media-product-section .product-box:hover .cart-info a:nth-child(3) i,
.media-product-section .product-box:hover .cart-info a:nth-child(4) i {
    animation: none
}

.collection-about p {
    line-height: 24px;
    margin-top: -7px;
    margin-bottom: 25px
}

.collection-section .slick-slide>div {
    margin: 0 15px;
    position: relative
}

.collection-section .collection_detail {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    text-align: center
}

.collection-section .collection_detail h6 {
    color: #999;
    text-transform: capitalize;
    margin-bottom: 5px
}

.collection-section .collection_detail h5 {
    color: #525252;
    text-transform: uppercase;
    font-weight: 700
}

.collection-section>div:nth-child(n+2) {
    margin-top: 30px
}

.collection-section .card {
    border: none
}

.collection-section .card .card-body {
    background-color: #f7f7f899
}

.logo h2 {
    padding-top: 0
}

.logo .slick-slide.slick-current.slick-active>div {
    border-left: none
}

.logo .padding-0 .logo-img {
    padding: 0
}

.logo .slick-slide>div {
    border-left: 1px solid #eeeeee;
    box-sizing: border-box
}

.logo.no-border h2 {
    text-align: left
}

.logo.no-border .slick-slide>div {
    border: none
}

.logo.no-border .logo-img:last-child {
    border: none
}

.logo .logo-img {
    padding: 20px 0
}

.logo .logo-img img {
    margin: 0 auto;
    filter: grayscale(100%);
    opacity: .5;
    transition: .5s ease;
    cursor: pointer
}

.logo .logo-img:last-child {
    border-top: 1px solid #eeeeee
}

.logo .logo-img:hover img {
    filter: grayscale(0);
    opacity: 1;
    transition: .5s ease
}

.lookbook-section .lookbook-left {
    width: 100%;
    position: relative
}

.lookbook-section .lookbook-left.bg-effect:after {
    position: absolute;
    content: "";
    border: 12px solid #202447;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
    z-index: -1
}

.lookbook-section .lookbook-left .bg-lookbook {
    box-shadow: 0 0 5px 1px #666666d1
}

.lookbook-section .lookbook-left .lb-dots {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #202447;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid white;
    transition: all .5s ease
}

.lookbook-section .lookbook-left .lb-dots span {
    color: #fff
}

.lookbook-section .lookbook-left .lb-dots.dots1 {
    top: 40%;
    left: 13%
}

.lookbook-section .lookbook-left .lb-dots.dots2 {
    top: 68%;
    left: 4%
}

.lookbook-section .lookbook-left .lb-dots.dots3 {
    top: 64%;
    left: 32%
}

.lookbook-section .lookbook-left .lb-dots.dots4 {
    right: 18%;
    top: 55%
}

.lookbook-section .lookbook-left .hover-box.hovered-btn.lb-dots {
    background-color: #d0af6c
}

.lookbook-section .lookbook-right {
    display: flex;
    align-items: center;
    height: 100%
}

.lookbook-section .lookbook-right .hover-detail li {
    display: block
}

.lookbook-section .lookbook-right .hover-detail li a {
    color: #444
}

.lookbook-section .lookbook-right .hover-detail li a span {
    font-weight: 700
}

.lookbook-section .lookbook-right .hover-detail li .number-cls {
    padding: 10px 13px;
    background-color: #202447;
    color: #fff;
    border-radius: 100%;
    margin-right: 10px
}

.lookbook-section .lookbook-right .hover-detail li+li {
    margin-top: 25px
}

.lookbook-section .lookbook-right .hover-detail .hovered-btn .number-cls {
    background-color: #d0af6c
}

.instashop-section .insta-box {
    position: relative
}

.instashop-section .insta-box .overlay {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, #4c2fbf, #2e9de4);
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease
}

.instashop-section .insta-box .insta-add {
    position: absolute;
    border-radius: 100%;
    border: 1px solid #202447;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease
}

.instashop-section .insta-box .insta-add i {
    color: #202447;
    padding: 8px
}

.instashop-section .insta-box .insta-add:hover {
    transform: scale(1.2);
    transition: all .5s ease
}

.instashop-section .insta-box:hover .overlay {
    visibility: visible;
    opacity: .2;
    transition: all .5s ease
}

.t-0 {
    top: 0%
}

.l-0 {
    left: 0%
}

.t-5 {
    top: 5%
}

.l-5 {
    left: 5%
}

.t-10 {
    top: 10%
}

.l-10 {
    left: 10%
}

.t-15 {
    top: 15%
}

.l-15 {
    left: 15%
}

.t-20 {
    top: 20%
}

.l-20 {
    left: 20%
}

.t-25 {
    top: 25%
}

.l-25 {
    left: 25%
}

.t-30 {
    top: 30%
}

.l-30 {
    left: 30%
}

.t-35 {
    top: 35%
}

.l-35 {
    left: 35%
}

.t-40 {
    top: 40%
}

.l-40 {
    left: 40%
}

.t-45 {
    top: 45%
}

.l-45 {
    left: 45%
}

.t-50 {
    top: 50%
}

.l-50 {
    left: 50%
}

.t-55 {
    top: 55%
}

.l-55 {
    left: 55%
}

.t-60 {
    top: 60%
}

.l-60 {
    left: 60%
}

.t-65 {
    top: 65%
}

.l-65 {
    left: 65%
}

.t-70 {
    top: 70%
}

.l-70 {
    left: 70%
}

.t-75 {
    top: 75%
}

.l-75 {
    left: 75%
}

.t-80 {
    top: 80%
}

.l-80 {
    left: 80%
}

.t-85 {
    top: 85%
}

.l-85 {
    left: 85%
}

.t-90 {
    top: 90%
}

.l-90 {
    left: 90%
}

.t-95 {
    top: 95%
}

.l-95 {
    left: 95%
}

.t-100 {
    top: 100%
}

.l-100 {
    left: 100%
}

.portfolio-padding {
    padding-bottom: 40px
}

.portfolio-section .article-title {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #fff;
    transition: all .5s ease;
    text-align: center;
    float: left;
    font-size: 18px;
    line-height: 24px
}

.portfolio-section .article-title a {
    color: #fff
}

.portfolio-section .isotopeSelector {
    float: left;
    width: 100%;
    position: relative
}

.portfolio-section .isotopeSelector .overlay {
    position: relative;
    border: 1px solid #dddddd
}

.portfolio-section .isotopeSelector img {
    width: 100%;
    height: auto
}

.portfolio-section .isotopeSelector {
    margin-bottom: 30px
}

.portfolio-section .isotopeSelector img {
    transition: all .4s ease
}

.portfolio-section .isotopeSelector .overlay-background {
    transform: scale(0);
    transition: all .4s ease
}

.portfolio-section .isotopeSelector .overlay-background i {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    padding: 10px;
    border-radius: 100%;
    transform: translate(-50%, -50%);
    color: #d0af6c;
    font-size: 22px;
    display: none;
    transition: all .4s ease;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center
}

.portfolio-section .isotopeSelector:hover .overlay-background {
    transform: scale(1);
    border: 3px solid white;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #d0af6c33;
    transition: all .4s ease
}

.portfolio-section .isotopeSelector:hover .overlay-background i {
    display: flex;
    transition: all .4s ease
}

.portfolio-section .border-portfolio {
    margin: 3px;
    overflow: hidden
}

.portfolio-section .product-box {
    padding: 0
}

.portfolio-section .product-box .img-block .cart-info {
    bottom: 0
}

.portfolio-section .product-box:hover .img-block .cart-info {
    bottom: 15px
}

.portfolio-section #form1 {
    padding-bottom: 20px;
    text-align: center
}

.portfolio-section .filter-button {
    padding: 0 24px;
    font-size: 20px;
    line-height: 35px;
    border: none;
    background-color: #fff;
    border-radius: 22px;
    cursor: pointer
}

.portfolio-section .filter-button.active {
    background-color: #d0af6c;
    color: #fff
}

.portfolio-section.fullwidth-portfolio .isotopeSelector {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 14px
}

.filter-section .filter-container {
    text-align: center;
    padding: 0 0 20px
}

.filter-section .filter-container ul.filter>li {
    padding: 0 24px;
    font-size: 20px;
    line-height: 35px;
    border-radius: 22px
}

.filter-section .filter-container ul.filter>li>a {
    color: #d0af6c;
    font-size: 20px
}

.filter-section .filter-container ul.filter>li>a:hover,
.filter-section .filter-container ul.filter>li>a:focus {
    text-decoration: none;
    color: #d0af6c;
    outline: none
}

.filter-section .filter-container ul.filter>li.active {
    background-color: #d0af6c
}

.filter-section .filter-container ul.filter>li.active a {
    color: #fff
}

.filter-section .filter-container ul.filter>li span {
    color: #ddd;
    font-size: 20px;
    display: inline-block;
    margin: 0 5px
}

.filter-section .filter-container .filter>li {
    padding: 0;
    margin: 0
}

.filter-section .title1 .title-inner1 {
    margin-top: -5px;
    text-align: center
}

.filter-section h1 {
    text-align: center
}

.demo-colored-wrap {
    background: #ecf0f1
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-title {
    display: none
}

.offer-box {
    top: 50%;
    position: fixed;
    transform: translateY(-50%);
    display: flex;
    left: -415px;
    transition: all .5s ease;
    z-index: 9
}

.offer-box img {
    margin-right: 18px
}

.offer-box.toggle-cls {
    left: 0;
    transition: all .5s ease
}

.offer-box .heading-right h3 {
    position: absolute;
    top: 50%;
    right: 0;
    width: 230px;
    height: 36px;
    line-height: 36px;
    letter-spacing: 5px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    transform: translate(50%, -50%) rotate(-90deg);
    text-align: center;
    background-color: #d0af6c;
    margin-bottom: 0;
    cursor: pointer
}

.modal-open,
#sizemodal {
    padding-right: 0 !important
}

#sizemodal .modal-header {
    align-items: center
}

.theme-modal {
    padding-right: 0 !important
}

.theme-modal .modal-dialog .modal-content .modal-body {
    background-color: #fff;
    padding: 0
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg {
    background-color: #fff;
    padding: 45px
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .close {
    padding-right: 10px;
    padding-top: 5px;
    position: absolute;
    right: 17px;
    top: 0
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .close span {
    color: #000
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content h2 {
    border-bottom: 1px dashed #777777;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-weight: 700
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content h4 {
    margin-bottom: 30px;
    text-align: center;
    color: #272727;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content form {
    margin: 0 auto;
    text-align: center
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content form>div {
    display: flex;
    margin-bottom: 10px
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content form .form-control {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 12px;
    height: 50px;
    border-radius: 0;
    width: 100%;
    letter-spacing: .05em
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content h2 {
    margin-bottom: 15px;
    text-align: center;
    color: #d0af6c
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content h4 {
    text-align: center;
    margin-bottom: 20px;
    color: #000
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content form .form-group {
    margin: 0 auto;
    text-align: center
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content form .form-group .form-control {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 12px;
    max-width: 640px;
    left: 0;
    right: 0;
    margin: 0 auto;
    letter-spacing: .05em
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content form .form-group .btn-solid,
.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content form .form-group .btn-outline {
    margin-top: 15px;
    text-align: center
}

.theme-modal .modal-dialog .quick-view-modal button.close,
.theme-modal .modal-dialog .demo_modal button.close {
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 5px
}

.theme-modal .modal-dialog .quick-view-modal .view-detail,
.theme-modal .modal-dialog .demo_modal .view-detail {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.theme-modal .modal-dialog .quick-view-modal .product-right .size-box,
.theme-modal .modal-dialog .demo_modal .product-right .size-box {
    justify-content: left
}

.theme-modal.newsletter-popup .modal-dialog .modal-content .modal-body {
    background-image: linear-gradient(135deg, #202447 5.77%, #fff 5.77% 25%, #111 25% 30.77%, #fff 30.77% 50%, #202447 50% 55.77%, #fff 55.77% 75%, #111 75% 80.77%, #fff 80.77% 100%);
    background-size: 36.77px 36.77px;
    background-color: #fff;
    padding: 20px
}

.theme-modal.newsletter-popup .modal-dialog .modal-content .modal-body .modal-bg {
    padding: 50px;
    background-color: #fff
}

.theme-modal.newsletter-popup .modal-dialog .modal-content .modal-body .modal-bg .close {
    right: 24px;
    top: -3px;
    padding: 0
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body {
    height: 75vh;
    overflow-y: scroll;
    padding: 25px;
    background-image: none !important
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar {
    width: 5px
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-track {
    background: #f1f1f1
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-thumb {
    background: #d0af6c
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-thumb:hover {
    background: #555
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg {
    padding: 25px
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media a img {
    max-width: 150px
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body {
    padding: 0 15px
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body a h6 {
    font-size: 16px
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body a h6 i {
    margin-right: 8px;
    color: #fff;
    background: #19a340;
    font-size: 14px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body .buttons a {
    display: inline-block;
    font-size: 16px;
    padding: 6px 10px;
    margin: 0 6px
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart #upsell_product .product-box {
    padding-left: 10px;
    padding-right: 10px
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart #upsell_product .product-box .product-detail {
    text-align: center
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart #upsell_product .product-box .product-detail h6 {
    font-weight: 700;
    text-transform: capitalize
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart #upsell_product .product-box .product-detail h6 a {
    color: #d0af6c
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .upsell_payment {
    padding-top: 15px
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .product-upsell {
    margin: 20px 0 10px
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .product-upsell h4 {
    font-weight: 600
}

.theme-modal.exit-modal .media .media-body h4 {
    font-size: 20px;
    line-height: 1.2;
    color: #d0af6c;
    font-weight: 500
}

.theme-modal.exit-modal .media .media-body h5 {
    font-size: 18px;
    color: #777;
    margin-bottom: 0
}

#quick-view .modal-dialog .modal-content .modal-body {
    background-image: none
}

.add_to_cart {
    position: fixed;
    background-color: #fff;
    z-index: 9999;
    transition: all .5s ease
}

.add_to_cart ::-webkit-scrollbar {
    width: 3px;
    height: 7px
}

.add_to_cart ::-webkit-scrollbar-track {
    background: #ddd
}

.add_to_cart ::-webkit-scrollbar-thumb {
    background: #888
}

.add_to_cart ::-webkit-scrollbar-thumb:hover {
    background: #555
}

.add_to_cart .theme-form {
    padding: 0 20px
}

.add_to_cart .forget-class {
    margin-top: 10px;
    text-transform: capitalize;
    text-decoration: underline
}

.add_to_cart .cart-inner {
    background-color: #fff;
    z-index: 9;
    position: relative;
    top: 0
}

.add_to_cart .cart-inner .cart_media {
    padding: 0 20px
}

.add_to_cart .cart-inner .cart_media.wishlist-grid--empty-list {
    display: block;
    z-index: unset;
    opacity: unset;
    height: auto
}

.add_to_cart .cart-inner .cart_media li {
    position: relative;
    padding-bottom: 10px;
    width: 100%
}

.add_to_cart .cart-inner .cart_media li .media {
    align-items: center;
    height: 100%
}

.add_to_cart .cart-inner .cart_media li .media img {
    height: 90px
}

.add_to_cart .cart-inner .cart_media li .media .media-body {
    align-self: center;
    margin-left: 20px
}

.add_to_cart .cart-inner .cart_media li .media .media-body h4 {
    color: #333
}

.add_to_cart .cart-inner .cart_media li .media .media-body h4 span {
    color: #777;
    font-size: 16px
}

.add_to_cart .cart-inner .cart_media li .total {
    border-top: 1px solid #f1f5f4;
    border-bottom: 1px solid #f1f5f4;
    padding-top: 10px;
    padding-bottom: 10px
}

.add_to_cart .cart-inner .cart_media li .total h5 {
    text-transform: capitalize;
    margin-bottom: 0;
    color: #999
}

.add_to_cart .cart-inner .cart_media li .total h5 span {
    float: right
}

.add_to_cart .cart-inner .cart_media li .buttons {
    margin-top: 15px
}

.add_to_cart .cart-inner .cart_media li .buttons .checkout {
    float: right;
    background-color: #202447
}

.add_to_cart .cart-inner .cart_media .close-circle {
    position: absolute;
    top: 0;
    right: 0
}

.add_to_cart .cart-inner .cart_media .close-circle i {
    color: #a1a1a1;
    font-size: 16px;
    transition: all .5s ease
}

.add_to_cart .cart-inner .cart_media .close-circle i:hover {
    color: #000;
    transition: all .5s ease
}

.add_to_cart .cart-inner .cart_top_shop {
    display: flex;
    padding: 20px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
    align-items: center;
    /* margin-top: 200px; */
}



.add_to_cart .overlay {
    visibility: hidden;
    opacity: 0;
    background-color: #212331;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .5s ease
}

.add_to_cart.open-side {
    transition: all .5s ease
}

.add_to_cart.open-side .overlay {
    opacity: .8;
    visibility: visible;
    transition: all .5s ease
}

.add_to_cart.left {
    left: -300px;
    top: 0;
    height: 100vh;
    width: 300px
}

.add_to_cart.left .cart-inner {
    height: 100vh;
    overflow: auto
}

.add_to_cart.left.open-side {
    left: 0
}

.add_to_cart.right {
    right: -300px;
    height: 100vh;
    width: 300px;
    top: 0
}

.add_to_cart.right .cart-inner {
    height: 100vh;
    overflow: auto
}

.add_to_cart.right.open-side {
    right: 0
}

.add_to_cart.top,
.add_to_cart.bottom {
    height: 218px;
    width: 100%
}

.add_to_cart.top .cart_media,
.add_to_cart.bottom .cart_media {
    display: flex;
    width: 100%
}

.add_to_cart.top .cart_media .cart_product,
.add_to_cart.bottom .cart_media .cart_product {
    display: flex;
    width: 75%;
    overflow-y: auto
}

.add_to_cart.top .cart_media .cart_product li,
.add_to_cart.bottom .cart_media .cart_product li {
    min-width: 245px;
    max-width: 225px;
    margin-right: 18px;
    padding-bottom: 0
}

.add_to_cart.top .cart_media .cart_total,
.add_to_cart.bottom .cart_media .cart_total {
    width: 25%
}

.add_to_cart.top .cart-inner,
.add_to_cart.bottom .cart-inner {
    height: 218px
}

.add_to_cart.top .cart-inner .cart_top_shop,
.add_to_cart.bottom .cart-inner .cart_top_shop {
    margin-bottom: 0;
    background-color: #fbfbfb;
    padding: 15px 44px;
    border-bottom: none
}

.add_to_cart.top .cart-inner .cart_media,
.add_to_cart.bottom .cart-inner .cart_media {
    padding: 0
}

.add_to_cart.top .cart-inner .cart_media .cart_product,
.add_to_cart.top .cart-inner .cart_media .cart_total,
.add_to_cart.bottom .cart-inner .cart_media .cart_product,
.add_to_cart.bottom .cart-inner .cart_media .cart_total {
    padding: 30px 44px
}

.add_to_cart.top {
    top: -300px
}

.add_to_cart.top.open-side {
    top: 0
}

.add_to_cart.bottom {
    bottom: -300px
}

.add_to_cart.bottom.open-side {
    bottom: 0
}

footer {
    background-color: #041327;
    color: #d0af6c !important;
}

/* footer .border-cls {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee
} */

footer.footer-2 .instagram {
    height: unset;
    margin-top: 50px
}

footer.footer-2 .footer-section {
    background-color: #fff
}

footer.footer-2 .footer-section .footer-link {
    border-right: none !important
}

footer.footer-2 .call-us,
footer.footer-2 .callus {
    margin-top: 43px
}

footer.footer-2 .call-us .footer-banner-content .footer-social ul li a:hover,
footer.footer-2 .callus .footer-banner-content .footer-social ul li a:hover {
    background-color: #d0af6c
}

footer.footer-2 .call-us .footer-banner-content .call-text,
footer.footer-2 .callus .footer-banner-content .call-text {
    margin-right: 40px
}

footer.footer-2 .call-us .footer-banner-content .footer-social,
footer.footer-2 .callus .footer-banner-content .footer-social {
    margin-left: 40px;
    margin-right: 5px
}

footer.footer-2 .footer-bottom {
    border-top: 1px solid #eeeeee
}

footer.footer-2 .footer-bottom ul li a {
    color: #aaa
}

footer.footer-2 .sub-footer {
    background-color: #555
}

footer.footer-2 .subscribe-section .subscribe-content .subscribe-form .btn-solid {
    background-color: #333
}

footer.footer-3 .footer-section .about-section {
    border-right: none
}

/* footer.footer-3 .footer-section .footer-link {
    border-left: none;
    border-right: 1px solid #f1f2e6
} */

footer.footer-3 .footer-section .footer-link .footer-content ul li a {
    color: #999
}

footer.footer-3 .footer-section .height-cls {
    height: 80%
}

footer.footer-3 .footer-social {
    margin: 0;
    padding-top: 20px
}

footer.footer-3 .footer-social ul li:first-child {
    padding-left: 0
}

footer.footer-3 .footer-social ul li a:hover {
    background-color: #d0af6c
}

footer.footer-3 .footer-bottom ul li a {
    color: #999
}

footer.footer-3 .sub-footer {
    background-color: #d0af6c;
}

footer.footer-3 .sub-footer p {
    color: #041327
}

footer.footer-4 .border-class {
    border-left: 1px solid #eeeeee;
    display: flex;
    align-items: center;
    padding: 0 0 0 125px
}

footer.footer-4 .border-class .footer-social {
    margin-left: -15px;
    margin-right: 0;
    margin-top: 40px
}

footer.footer-4 .border-class .footer-social ul li a i {
    color: #999
}

footer.footer-4 .border-class .footer-social ul li:hover a i {
    color: #fff;
    transition: all .5s ease
}

footer.footer-4 .call-text {
    margin-right: 0
}
 
footer.footer-4 .call-text h3 {
    color: #999
}

footer.footer-4 .footer-section .footer-link .footer-content ul li a {
    color: #999
}

footer.footer-4 .footer-section .footer-link .footer-content .contact-list li {
    color: #999
}

footer.footer-4 .footer-section .about-section .footer-content p {
    color: #999
}

footer.footer-4 .height-cls .footer-link:last-child {
    border-right: none
}

footer.footer-4 .footer-bottom ul li a {
    color: #999
}

footer.footer-4 .sub-footer {
    background-color: #999
}

footer .subscribe-section {
    background-color: #202447;
    padding: 25px 0
}

footer .subscribe-section .subscribe-content {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center
}

footer .subscribe-section .subscribe-content h4 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: -3px
}

footer .subscribe-section .subscribe-content h4 i {
    font-size: 22px;
    color: #fff;
    padding-right: 12px
}

footer .subscribe-section .subscribe-content p {
    margin-bottom: 0;
    color: #fff;
    padding-left: 25px;
    border-left: 1px solid #434b94;
    margin-left: 25px
}

footer .subscribe-section .subscribe-content .subscribe-form {
    margin-left: 30px
}

footer .subscribe-section .subscribe-content .subscribe-form .form-group .form-control {
    border-radius: 14px;
    font-size: 14px;
    width: 270px;
    text-indent: 6px;
    border: 0;
    padding: .375rem .75rem
}

footer .subscribe-section .subscribe-content .subscribe-form .btn-solid {
    margin-left: -30px;
    padding: 6px 20px;
    border-bottom-left-radius: unset;
    border-top-left-radius: unset;
    background-color: #d0af6c
}

footer .subscribe-section.grey-part {
    background-color: #eee
}

footer .subscribe-section.grey-part .subscribe-content h4 {
    color: #000
}

footer .subscribe-section.grey-part .subscribe-content h4 i {
    color: #000
}

footer .subscribe-section.grey-part .subscribe-content p {
    color: #000
}

footer .footer-section .about-section {
    border-right: 1px solid #eeeeee
}

footer .footer-section .about-section .footer-mobile-title {
    display: none
}

footer .footer-section .about-section .footer-mobile-title h4 {
    text-transform: uppercase;
    font-weight: 700;
    color: #444;
    padding-bottom: 40px;
    margin-bottom: 0
}

/* footer .footer-section .about-section .footer-mobile-title h4:after {
    position: absolute;
    content: "";
    height: 3px;
    width: 30px;
    background-color: #d0af6c;
    bottom: 25px;
    left: 0
} */

footer .footer-section .about-section .footer-content p {
    padding-top: 25px;
    color: #d0af6c;
    letter-spacing: .03em;
    line-height: 28px;
    margin-bottom: -8px;
    font-size: 16px;
}

footer .footer-section .footer-link {
    border-right: 1px solid #eeeeee;
    display: flex;
    justify-content: center
}

footer .footer-section .footer-link .footer-title h4 {
    text-align: center;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 500;
    color: #f1f2e6;
    font-size: 18px;
}



/* footer .footer-section .footer-link .footer-title h4:after {
    position: absolute;
    content: "";
    height: 3px;
    width: 50px;
    background-color: #f1f2e6;
    bottom: 25px;
    left: 0;
} */

footer .footer-section .footer-link .footer-content ul li {
    display: flex;
    font-size: 16px
}

footer .footer-section .footer-link .footer-content ul li a {
    color: gray;
    text-transform: capitalize;
    line-height: 24px;
    margin-bottom:12px !important;
}

footer .footer-section .footer-link .footer-content ul li a:hover {
    color: gray;
    transition: all .5s ease
}

footer .footer-section .footer-link .footer-content .contact-list li {
    color: #d0af6c !important;
    position: relative;
    padding-left: 25px;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 7px
}

footer .footer-section .footer-link .footer-content .contact-list li:last-child {
    margin-bottom: 0
}

footer .footer-section .footer-link .footer-content .contact-list li i {
    position: absolute;
    left: 0;
    top: 3px
}

footer .instagram {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative
}

footer .instagram .instagram-banner {
    position: absolute;
    height: 45px;
    width: 260px;
    background-color: #fff;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px
}

footer .instagram .instagram-banner h5 {
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 600
}

footer .instagram .instagram-banner h5 span {
    color: #d0af6c
}

footer .instagram .instagram-box {
    position: relative;
    background-color: #202447;
    overflow: hidden
}

footer .instagram .instagram-box img {
    width: 100%
}

footer .instagram .instagram-box .overlay {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #20244780;
    top: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(2) rotate(90deg)
}

footer .instagram .instagram-box .overlay i {
    font-size: 20px;
    color: #fff
}

footer .instagram .instagram-box:hover .overlay {
    opacity: 1;
    transition: .5s ease;
    transform: scale(1.5) rotate(0)
}

footer .call-text {
    text-align: left;
    margin-right: 60px;
    display: flex;
    align-items: center
}

footer .call-text h3 {
    text-transform: capitalize;
    font-size: 22px;
    margin-bottom: 0;
    margin-top: -4px
}

footer .call-text .call-no {
    color: #202447;
    font-weight: 700;
    font-size: 22px
}

footer .call-text .call-no span {
    color: #d0af6c
}

footer .call-us,
footer .callus {
    border: 1px solid #eeeeee;
    position: relative;
    background-size: cover;
    padding: 70px 0
}

footer .call-us .footer-banner-content,
footer .callus .footer-banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    right: 0
}

footer .call-us .footer-banner-content .address-section,
footer .callus .footer-banner-content .address-section {
    margin-left: 80px;
    margin-right: 50px
}

footer .call-us .footer-banner-content .address-section h6,
footer .callus .footer-banner-content .address-section h6 {
    color: gray;
    text-transform: capitalize;
    margin-bottom: 5px
}

footer .call-us .footer-banner-content .address-section p,
footer .callus .footer-banner-content .address-section p {
    font-size: 16px;
    color: #444;
    margin-bottom: -2px;
    line-height: 1.3
}

footer .footer-bottom {
    padding: 30px 0;
    text-align: center
}

footer .footer-bottom ul li {
    padding-left: 22px;
    padding-right: 22px
}

footer .footer-bottom ul li a {
    text-transform: capitalize;
    color: gray
}

footer .footer-bottom ul li:hover a {
    color: gray;
    transition: all .5s ease
}

footer .sub-footer {
    background-color: #b2b6be
}

footer .sub-footer.grey-footer {
    background-color: #555
}

footer .sub-footer p {
    color: #fff;
    margin-bottom: 0;
    padding: 25px 0;
    /* text-transform: uppercase */
}

footer .sub-footer .payment-card-bottom {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

footer .sub-footer .payment-card-bottom li {
    padding-left: 15px;
    display: inline-block
}

@media (max-width: 576px) {
    footer {
        margin-bottom: 0 !important;
    }
}

footer .footer-social {
    display: flex;
    align-items: center;
    margin-left: 60px;
    margin-right: 80px
}

footer .footer-social ul li {
    padding: 2px 5px
}

footer .footer-social ul li a {
    height: 42px;
    width: 42px;
    display: block;
    padding: 9px 11px;
    font-size: 18px;
    color: #333;
    border-radius: 6px;
    text-align: center
}

footer .footer-social ul li a i {
    font-size: 18px;
    color: #041327
}

footer .footer-social ul li a:hover {
    background-color: #041327 !important;
    transition: all .5s ease
}

footer .footer-social ul li a:hover i {
    color: #d0af6c;
    transition: all .5s ease
}


@media (max-width: 991px) {
    footer .footer-title {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
        text-align: right !important;
        position: relative;
    }

    footer.footer-3 .footer-section .footer-link:last-child{
        margin-bottom: 30px !important;
    }

  
    footer.footer-3 .sub-footer p {
        font-size: 13px !important;
    }
}
  


.slick-instagram {
    margin-bottom: -5px
}

.tap-top {
    position: fixed;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    bottom: 50px;
    right: 30px;
    z-index: 9;
    display: none;
    color: #fff;
    text-align: center;
    background: #041327;
    border: none;
    font-size: 22px;
    padding: 7px;
    cursor: pointer
}

.tap-top>div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.tap-top.star-top {
    border-radius: 0;
    background: transparent
}

.tap-top.star-top .star-icon {
    font-size: 50px;
    color: #202447
}

.tap-top.star-top .star-icon i {
    position: absolute;
    top: 14px;
    left: 18px;
    color: #fff;
    font-size: 25px
}

.tap-top.top-cls {
    bottom: 50px
}

.select_input select {
    padding: 12px 20px;
    margin-bottom: 30px;
    font-size: 14px
}

.template-password {
    background: url(coming-soon.html);
    background-size: cover;
    height: 100vh
}

.template-password #container {
    height: 100vh;
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.template-password #container>div {
    width: 100%
}

.template-password #container #login {
    width: 100%;
    margin-bottom: 120px
}

.template-password #container #login h2 {
    color: #202447;
    font-size: 30px;
    font-weight: 700
}

.template-password #container #login .theme-form h3 {
    color: #000;
    font-size: 20px
}

.template-password #container #login .theme-form input {
    border-color: #ddd;
    font-size: 12px;
    padding: 17px 25px;
    margin-bottom: 15px;
    height: inherit
}

.template-password #container #login .theme-form input:focus {
    box-shadow: none
}

.template-password #container #powered {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0
}

.template-password #container #powered p {
    color: #000
}

.template-password #container #owner a {
    font-weight: 700;
    color: #000
}

.review-page .comment-section {
    border-bottom: none !important
}

.review-page .comment-section li:first-child {
    border-top: none;
    padding-top: 0
}

.review-page .comment-section li:last-child {
    padding-bottom: 0
}

.review-page .comnt-sec {
    margin-top: 10px
}

.review-page .comnt-sec li {
    margin-right: 15px;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    border-top: none !important
}

.review-page .comnt-sec li a {
    color: #777;
    font-size: 16px
}

.review-page .comnt-sec li a i {
    margin-right: 5px
}

.error-section {
    padding: 130px 0 140px;
    text-align: center
}

.error-section h1 {
    font-size: 200px;
    font-weight: 600;
    margin: -11px 0 0;
    line-height: .8;
    color: #aaa
}

.error-section h2 {
    color: #aaa;
    font-weight: 500;
    letter-spacing: 3px;
    margin: 40px 0
}

.breadcrumb-section {
    background-color: #f4f4f4;
    margin-top: 0 !important;
    /* position: relative */
}

.breadcrumb-section .page-title {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center
}

.breadcrumb-section .page-title h2 {
    font-size: 22px;
    margin-bottom: 0
}

.breadcrumb-section .breadcrumb {
    background-color: transparent;
    justify-content: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #d0af6c !important;
    font-weight: 600;
    margin: 0;
    padding: 5px;
    margin-bottom: 50px;
}

.breadcrumb-section .breadcrumb-item{
    color: #d0af6c !important;
}

.breadcrumb-section .breadcrumb a {
    color: lightslategray;
    font-weight: 600
}

.breadcrumb-section:after {
    content: "";
    position: absolute;
    height: 11px;
    background: url(shadow.png) no-repeat scroll center 0px transparent;
    top: 0;
    left: 0;
    width: 100%
}

.about-head {
    margin-bottom: 20px;
    align-items: center;
    display: flex;
    height: 100%
}

.about-head h2 {
    color: #d0af6c;
    margin-bottom: 0
}

.about-page p:nth-last-child(2) {
    margin-bottom: 0
}

.about-page p:last-child {
    margin-bottom: -7px
}

.about-page .banner-section {
    border-radius: 5px;
    overflow: hidden
}

.about-page h4 {
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.3;
    color: #272523
}

.about-page p {
    line-height: 2;
    letter-spacing: .03em
}

.testimonial {
    background-color: #eadcb8;
    background-blend-mode: overlay
}

.testimonial .testimonial-slider .upper-part img {
    height: 115px;
    width: 115px;
    margin: 0 auto;
    border-radius: 18px
}

.testimonial .testimonial-slider .upper-part .testimonial-body {
    padding: 0
}

.testimonial .testimonial-slider .upper-part .testimonial-body p {
    line-height: 22px;
    letter-spacing: .03em;
    margin-top: 10px;
    color: #202447
}

.testimonial .testimonial-slider .upper-part .testimonial-body h5 {
    font-weight: 700;
    color: #d0af6c;
    margin-bottom: 4px;
    margin-top: 7px
}

.testimonial .testimonial-slider .upper-part .testimonial-body h6 {
    margin-bottom: 0
}

.testimonial .testimonial-slider .slick-track .slick-slide:nth-child(2n) .media {
    border-left: 1px solid #dddddd;
    padding-left: 50px
}

.team {
    position: relative
}

.team .avtar-image {
    padding: 8px;
    border: 1px solid #dddddd
}

.team img {
    margin: 0 auto;
    padding: 0 10px
}

.team h2 {
    color: #222
}

.team h4 {
    color: #333;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 5px
}

.team h6 {
    margin-bottom: 0
}

.collection-filter-block {
    margin-bottom: 30px;
    padding: 0 30px;
    border-radius: 20px;
    border: 1px solid #d0af6c;
    background-color: #041327
}

.collection-filter-block .product-service {
    padding: 30px 0
}

.collection-filter-block .product-service .media {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd
}

.collection-filter-block .product-service .media svg {
    height: 40px;
    width: 40px
}

.collection-filter-block .product-service .media svg path {
    fill: #d0af6c
}

.collection-filter-block .product-service .media .media-body {
    padding-left: 10px
}

.collection-filter-block .product-service .media .media-body h4 {
    margin-bottom: 5px;
    color: #222
}

.collection-filter-block .product-service .media .media-body p {
    margin-bottom: 0;
    text-transform: capitalize
}

.collection-filter-block .product-service .media:last-child {
    padding-bottom: 0
}

.collection-collapse-block {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 12px;
    padding-bottom: 24px
}

.collection-collapse-block:last-child {
    border-bottom: none
}

.collection-collapse-block.open {
    margin-bottom: 12px
}

.collection-collapse-block .collapse-block-title {
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
    color: #d0af6c;
    font-weight: 600;
    margin: 30px 0 0
}

.collection-collapse-block .collapse-block-title:after {
    position: absolute;
    display: block;
    top: 0;
    left: -3px;
    content: "\f0d7";
    font-family: FontAwesome;
    color: #d0af6c
}

.collection-collapse-block .collection-collapse-block-content .color-selector {
    margin-top: 30px
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li {
    display: flex;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 18px
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li a {
    color: #777;
    padding-bottom: 10px
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li:last-child a {
    padding-bottom: 0
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li:first-child {
    margin-top: 30px
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox:first-child {
    margin-top: 12px
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox:last-child {
    margin-bottom: 0
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/></svg>")
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox {
    margin-bottom: 12px
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label {
    text-transform: uppercase;
    cursor: pointer;
    font-size: 12px;
    color: #777;
    font-weight: 600;
    letter-spacing: .5px
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label:before {
    top: 1px;
    height: 15px;
    width: 15px;
    background: #fff;
    border: 1px solid #777777
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label:after {
    top: 1px;
    height: 15px;
    width: 15px;
    background-size: 65%
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label:hover {
    color: #000
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/></svg>")
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter ul.sidebar_filter_cls {
    margin-top: 30px
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter ul.sidebar_filter_cls li.active .collection-filter-checkbox .custom-control-input~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/></svg>")
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter ul.category-list li {
    display: flex;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 18px
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter ul.category-list li a {
    color: #f1f2e6;
    padding-bottom: 10px
}
.collection-collapse-block .collection-collapse-block-content .collection-brand-filter ul.category-list li a:hover{
    background-color: #d0af6c !important;
    border-radius: 10px;
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter ul.category-list li:last-child a {
    padding-bottom: 0
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter ul.category-list li:first-child {
    margin-top: 30px
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter ul.category-list li.active a {
    font-weight: 900
}

.color-selector ul li {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin-right: 5px;
    margin-bottom: 10px;
    cursor: pointer;
    border: 1px solid #444444
}

.color-selector ul .color-1 {
    background-color: #fff
}

.color-selector ul .color-2 {
    background-color: gray
}

.color-selector ul .color-3 {
    background-color: #ffc4c4
}

.color-selector ul .color-4 {
    background-color: #ffb6ff
}

.color-selector ul .color-5 {
    background-color: #ffc107
}

.color-selector ul .color-6 {
    background-color: #ffffcb
}

.color-selector ul .color-7 {
    background-color: #8bc34a
}

.color-selector ul li.active {
    border: 1px solid black;
    position: relative
}

.color-selector ul li.active:after {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/></svg>");
    top: 10px;
    right: 4px;
    height: 15px;
    width: 15px;
    background-size: 70%;
    background-repeat: no-repeat;
    position: absolute
}

.collection-sidebar-banner {
    margin-top: 30px
}

.collection-sidebar-banner img {
    width: 100%
}

.top-banner-wrapper .top-banner-content h4 {
    font-weight: 600;
    color: #444;
    margin-bottom: 10px;
    text-align: center;
}

.top-banner-wrapper .top-banner-content h5 {
    font-size: 16px;
    font-weight: 600;
    color: #444;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 10px
}

.top-banner-wrapper .top-banner-content p {
    line-height: 1.5;
    color: #777;
    margin-bottom: 0
}

.product-wrapper-grid .product-box {
    padding: 0
}

.product-wrapper-grid.list-view .product-wrap .product-info {
    text-align: left;
    align-self: center;
    padding-left: 15px
}

.product-wrapper-grid.list-view .product-box {
    box-shadow: 0 0 1px 1px #eee;
    display: flex;
    padding-bottom: 0
}

.product-wrapper-grid.list-view .product-box .img-wrapper,
.product-wrapper-grid.list-view .product-box .img-block {
    width: 25%;
    position: relative
}

.product-wrapper-grid.list-view .product-box .product-detail {
    padding-left: 15px;
    align-self: center;
    text-align: left !important
}

.product-wrapper-grid.list-view .product-box .product-detail .rating {
    margin-top: 0
}

.product-wrapper-grid.list-view .product-box .product-detail p {
    display: block !important;
    margin-bottom: 5px;
    line-height: 18px
}

.product-wrapper-grid.list-view .product-box .product-detail .color-variant {
    padding-top: 10px
}

.product-wrapper-grid.list-view .product-box .product-detail h6 {
    font-weight: 700
}

.collection-product-wrapper .product-top-filter {
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd
}

.collection-product-wrapper .product-top-filter .product-filter-content,
.collection-product-wrapper .product-top-filter .popup-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.collection-product-wrapper .product-top-filter .product-filter-content .search-count,
.collection-product-wrapper .product-top-filter .product-filter-content .sidebar-popup,
.collection-product-wrapper .product-top-filter .popup-filter .search-count,
.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
    border-right: 1px solid #dddddd;
    padding: 20px;
    text-transform: capitalize;
    width: 35%
}

.collection-product-wrapper .product-top-filter .product-filter-content .search-count h5,
.collection-product-wrapper .product-top-filter .product-filter-content .sidebar-popup h5,
.collection-product-wrapper .product-top-filter .popup-filter .search-count h5,
.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup h5 {
    margin-bottom: 0
}

.collection-product-wrapper .product-top-filter .product-filter-content .collection-view,
.collection-product-wrapper .product-top-filter .popup-filter .collection-view {
    padding: 20px;
    width: 10%
}

.collection-product-wrapper .product-top-filter .product-filter-content .collection-view ul li,
.collection-product-wrapper .product-top-filter .popup-filter .collection-view ul li {
    height: 100%;
    vertical-align: middle;
    cursor: pointer
}

.collection-product-wrapper .product-top-filter .product-filter-content .collection-view ul li:first-child,
.collection-product-wrapper .product-top-filter .popup-filter .collection-view ul li:first-child {
    margin-right: 14px
}

.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view,
.collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view {
    padding: 20px;
    width: 20%;
    border-right: 1px solid #dddddd;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul,
.collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul {
    display: flex;
    justify-content: flex-end
}

.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li,
.collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul li {
    margin-left: 10px
}

.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li img,
.collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul li img {
    height: 18px;
    cursor: pointer
}

.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view .filter-select li,
.collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view .filter-select li {
    width: 5px;
    height: 15px;
    background-color: #202447;
    margin-left: 4px
}

.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view,
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
    position: relative;
    width: 20%
}

.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select,
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
    border: 0;
    padding: 20px;
    border-right: 1px solid #dddddd;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    background: url(dropdown.png) no-repeat 95%
}

.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select:focus,
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select:focus,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select:focus,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select:focus {
    outline: unset
}

.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select option,
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select option,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select option,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select option {
    padding: 20px 0
}

.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
    width: 15%
}

.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter:before,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
    right: 10px
}

.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
    border-right: none
}

.collection-product-wrapper .product-top-filter .popup-filter {
    justify-content: unset
}

.collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar {
    width: 3px
}

.collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar-track {
    background: #ddd
}

.collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar-thumb {
    background: #888
}

.collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar-thumb:hover {
    background: #555
}

.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
    position: relative;
    cursor: pointer;
    width: 20%;
    background: url(dropdown.png) no-repeat 95%
}

.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup a {
    font-size: 16px;
    color: #222
}

.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter {
    background-color: #f8f8f8;
    width: 270px;
    height: 600px;
    overflow-y: scroll
}

.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .collection-filter-block {
    border: none
}

.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .theme-card,
.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .collection-sidebar-banner {
    padding: 0 30px
}

.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .collection-sidebar-banner img {
    width: 100%
}

.collection-product-wrapper .product-top-filter .popup-filter .open-popup {
    display: none;
    position: absolute;
    z-index: 9;
    top: 75px;
    left: 0;
    border: 1px solid #f1f5f4;
    box-shadow: 0 0 5px #ddd;
    min-width: 330px
}

.collection-product-wrapper .product-top-filter .popup-filter .open-popup.open {
    display: block
}

.collection-product-wrapper .product-top-filter .popup-filter .open-popup .collection-filter-block {
    margin-bottom: 0
}

.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
    width: 20%
}

.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
    padding-right: 45px;
    font-size: 16px
}

.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view:before,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
    right: 35px
}

.collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view {
    padding: 20px
}

.collection-product-wrapper .product-top-filter .popup-filter .collection-view {
    width: 20%
}

.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
    right: 25px !important
}

.collection-product-wrapper .product-wrapper-grid .product-box {
    margin-top: 50px
}

.collection-product-wrapper .product-wrapper-grid .product-box .product-detail p {
    display: none
}

.collection-product-wrapper .product-wrapper-grid .product-five {
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail h6 {
    font-size: 13px
}

.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail h4 {
    font-size: 18px
}

.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail .rating i {
    padding-right: 0
}

.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .img-wrapper .lable-block .lable3 {
    padding: 8px 4px;
    font-size: 12px
}

.filter-main-btn {
    display: none;
    cursor: pointer;
    width: auto;
    padding: 0 0 15px;
    font-size: 16px
}

.filter-btn {
    color: #fff;
    background-color: #d0af6c;
    padding: 7px 10px
}

.collection-mobile-back {
    padding: 15px 0;
    border-bottom: 1px solid #dddddd;
    display: none
}

.collection-mobile-back span {
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    cursor: pointer
}

.collection-mobile-back span i {
    font-size: 20px;
    font-weight: 700;
    margin-right: 5px
}

.product-pagination {
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    margin: 50px 0
}

.product-pagination .pagination,
.product-pagination .pagination .page-item {
    border-radius: 0
}

.product-pagination .pagination .page-item a {
    padding: 18px;
    border-bottom: 0;
    border-top: 0;
    color: #777;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 100%
}

.product-pagination .pagination .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.product-pagination .pagination .page-item.active a {
    color: #d0af6c;
    background-color: #fff;
    border-color: #ddd
}

.product-pagination .product-search-count-bottom {
    justify-content: flex-end;
    display: flex;
    align-items: center;
    height: 100%;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    padding-right: 15px
}

.product-pagination .product-search-count-bottom h5 {
    color: #777;
    font-size: 14px;
    margin-bottom: 0;
    padding: 5px 0
}

.bundle {
    margin-top: 10px
}

.bundle .bundle_img {
    display: flex
}

.bundle .bundle_img .img-box img {
    max-width: 115px;
    border: 1px solid #ddd;
    padding: 2px
}

.bundle .bundle_img .plus {
    display: flex;
    align-items: center;
    padding: 0 7px;
    font-size: 22px
}

.bundle .bundle_detail {
    margin-top: 15px
}

.bundle .bundle_detail .price_product {
    color: #000;
    padding-left: 3px;
    font-weight: 700
}

.theme_checkbox label {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    user-select: none;
    text-transform: capitalize;
    color: #333
}

.theme_checkbox label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.theme_checkbox label input:checked~.checkmark:after {
    display: block
}

.theme_checkbox label .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #dddddd
}

.theme_checkbox label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.collection .collection-block {
    text-align: center;
    padding-bottom: 50px
}

.collection .collection-block img,
.collection .collection-block .bg-size {
    margin-bottom: 20px
}

.collection .collection-block .collection-content {
    text-align: center
}

.collection .collection-block .collection-content h3 {
    margin-bottom: 10px;
    color: #222;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: .05em
}

.collection .collection-block .collection-content h4 {
    color: #222;
    margin-bottom: 10px;
    font-size: 16px
}

.collection .collection-block .collection-content p {
    line-height: 1.5
}

.collection .collection-block .collection-content .btn-solid,
.collection .collection-block .collection-content .btn-outline {
    padding: 10px 25px
}

.faq-section .accordion.theme-accordion .card {
    margin-top: 30px;
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
    border-radius: 18px
}

.faq-section .accordion.theme-accordion .card :not(:first-of-type):not(:last-of-type),
.faq-section .accordion.theme-accordion .card .theme-accordion .card:first-of-type {
    border-bottom: 1px solid #dddddd
}

.faq-section .accordion.theme-accordion .card:first-child {
    margin-top: 0
}

.faq-section .accordion.theme-accordion .card .card-header {
    padding: 0;
    border-bottom: 0;
    transition: all .3s ease;
    background-color: #f8f8f8a6
}

.faq-section .accordion.theme-accordion .card .card-header button {
    text-transform: uppercase;
    color: #333;
    text-align: left;
    font-size: 16px;
    padding: 12px 20px;
    font-weight: 600
}

.faq-section .accordion.theme-accordion .card .card-header button:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 6px solid #000000;
    right: 20px;
    top: 25px;
    transition: all .3s ease
}

.faq-section .accordion.theme-accordion .card .card-header button[aria-expanded=true]:before {
    border-top: 0;
    border-bottom: 6px solid black;
    transition: all .3s ease
}

.faq-section .accordion.theme-accordion .card .card-header button:hover {
    text-decoration: none;
    color: #d0af6c;
    transition: all .3s ease
}

.faq-section .accordion.theme-accordion .card .card-body {
    padding: 15px 18px
}

.faq-section .accordion.theme-accordion .card .card-body p {
    margin-bottom: 0;
    font-size: 14px;
    color: #555;
    line-height: 1.8;
    letter-spacing: .06em
}

.pwd-page {
    text-align: center
}

.pwd-page h2 {
    margin-bottom: 25px;
    color: #222;
    margin-top: -5px
}

.pwd-page .theme-form input {
    border-color: #ddd;
    font-size: 15px;
    padding: 15px 25px;
    margin-bottom: 15px;
    height: inherit;
    text-align: center;
    border-radius: 25px
}

.pwd-page .theme-form .btn-solid,
.pwd-page .theme-form .btn-outline {
    margin: 0 auto
}

.login-page h3 {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #222;
    font-weight: 700;
    margin-top: -5px
}

.login-page .theme-card {
    padding: 30px;
    border: 1px solid #dddddd;
    line-height: 1;
    border-radius: 22px
}

.login-page .theme-card .theme-form label {
    text-transform: capitalize;
    color: #333;
    font-size: 14px;
    font-weight: 600
}

.login-page .theme-card .theme-form input {
    border-color: #ddd;
    font-size: 16px;
    padding: 12px 20px;
    margin-bottom: 30px;
    height: inherit;
    border-radius: 22px
}

.login-page .authentication-right {
    height: calc(100% - 70px)
}

.login-page .authentication-right h6 {
    text-transform: uppercase;
    color: #333;
    font-weight: 600;
    margin-bottom: 20px
}

.login-page .authentication-right p {
    font-size: 14px;
    color: #555;
    line-height: 2;
    margin-bottom: 1rem
}

.register-page h3 {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #041237;
    font-weight: 700;
    margin-top: -5px
}

.register-page .theme-card {
    padding: 30px;
    border: 1px solid #dddddd;
    line-height: 1;
    border-radius: 22px
}

.register-page .theme-card .theme-form label {
    text-transform: capitalize;
    color: #333;
    font-size: 14px;
    font-weight: 600
}

.register-page .theme-card .theme-form {
    border-color: #ddd;
    font-size: 16px;
    padding: 12px 20px;
    margin-bottom: 50px;
    height: inherit;
    border-radius: 22px
}

.search-block {
    padding: 0
}

.search-block .form-header .input-group input {
    padding: 15px 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px
}

.search-block .form-header .input-group i {
    padding-right: 10px
}

.search-block .form-header .input-group .btn {
    z-index: 0
}

.contact-page .map iframe {
    width: 100%;
    height: 400px;
    border: none
}

.contact-page .contact-right {
    padding-top: 30px;
    padding-bottom: 30px
}

.contact-page .contact-right ul li {
    position: relative;
    padding-left: 150px;
    margin-top: 45px;
    display: block
}

.contact-page .contact-right ul li:first-child {
    margin-top: 0
}

.contact-page .contact-right ul li .contact-icon {
    position: absolute;
    left: 0;
    text-align: center;
    width: 130px;
    border-right: 1px solid #dddddd
}

.contact-page .contact-right ul li .contact-icon i {
    font-size: 20px;
    color: #333
}

.contact-page .contact-right ul li .contact-icon h6 {
    text-transform: uppercase;
    padding-top: 5px;
    font-weight: 600;
    color: #333
}

.contact-page .contact-right ul li p {
    font-weight: 600;
    margin-bottom: 0;
    line-height: 30px;
    color: #7f786d
}

.contact-page .theme-form label {
    text-transform: capitalize;
    color: #333;
    font-size: 14px;
    font-weight: 600
}

.contact-page .theme-form input {
    border-color: #ddd;
    font-size: 12px;
    padding: 12px 20px;
    margin-bottom: 30px;
    border-radius: 22px;
    height: inherit
}

.contact-page .theme-form textarea {
    border-color: #ddd;
    font-size: 12px;
    padding: 12px 20px;
    margin-bottom: 30px;
    height: inherit;
    border-radius: 22px
}

.contact-page .form-control {
    border-radius: 22px;
    padding: 12px 20px;
    font-size: 14px
}

.qty-box .input-group {
    justify-content: center
}

.qty-box .input-group span button {
    background: #fff !important;
    border: 1px solid #ced4da
}

.qty-box .input-group .form-control {
    text-align: center;
    width: 80px;
    flex: unset
}

.qty-box .input-group button {
    background-color: transparent;
    border: 0;
    color: #777;
    cursor: pointer;
    padding-left: 12px;
    font-size: 12px;
    font-weight: 900;
    line-height: 1
}

.qty-box .input-group button i {
    font-weight: 900;
    color: #222
}

.qty-box .input-group .icon {
    padding-right: 0
}

.order-history .responsive-data {
    display: none
}

.order-history .responsive-data .price {
    margin-bottom: 2px
}

.order-history .dark-data {
    color: #000;
    font-weight: 600
}

.cart-section .table tbody+tbody,
.wishlist-section .table tbody+tbody {
    border-top: none
}

.cart-section .cart-buttons,
.wishlist-section .cart-buttons {
    padding-top: 35px
}

.cart-section .cart-buttons>div:last-child,
.wishlist-section .cart-buttons>div:last-child {
    text-align: right
}

.cart-section .wishlist-buttons,
.wishlist-section .wishlist-buttons {
    padding-top: 35px;
    text-align: right
}

.cart-section .wishlist-buttons:last-child a,
.wishlist-section .wishlist-buttons:last-child a {
    margin-left: 15px
}

.cart-section .cart-table,
.wishlist-section .cart-table {
    overflow: hidden;
    margin-bottom: 0
}

.cart-section .cart-table thead th,
.wishlist-section .cart-table thead th {
    border-bottom-width: 1px;
    font-weight: 900;
    color: #222;
    text-transform: uppercase;
    font-size: 14px;
    border-top: 0;
    text-align: center;
    padding: 0 .75rem .75rem
}

.cart-section tbody h2,
.wishlist-section tbody h2 {
    margin-bottom: 0
}

.cart-section tbody tr td,
.wishlist-section tbody tr td {
    min-width: 210px;
    vertical-align: middle;
    color: #777;
    border-top: 0;
    border-bottom: 1px solid #eeeeee;
    text-align: center
}

.cart-section tbody tr td a,
.cart-section tbody tr td p,
.wishlist-section tbody tr td a,
.wishlist-section tbody tr td p {
    color: #777;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 0
}

.cart-section tbody tr td a img,
.cart-section tbody tr td p img,
.wishlist-section tbody tr td a img,
.wishlist-section tbody tr td p img {
    height: 90px
}

.cart-section tbody tr td .td-color,
.wishlist-section tbody tr td .td-color {
    color: #d0af6c
}

.cart-section tbody tr td h2,
.wishlist-section tbody tr td h2 {
    font-size: 24px;
    color: #222;
    font-weight: 400
}

.cart-section tbody tr td .mobile-cart-content,
.wishlist-section tbody tr td .mobile-cart-content {
    display: none;
    justify-content: center;
    margin-top: 10px
}

.cart-section tbody tr td .mobile-cart-content .qty-box,
.wishlist-section tbody tr td .mobile-cart-content .qty-box {
    border-radius: 5px
}

.cart-section tbody tr td .mobile-cart-content .qty-box .input-group .form-control,
.wishlist-section tbody tr td .mobile-cart-content .qty-box .input-group .form-control {
    width: 60%;
    padding: 6px
}

.cart-section tbody tr td .mobile-cart-content .col-xs-3,
.wishlist-section tbody tr td .mobile-cart-content .col-xs-3 {
    align-self: center;
    margin-left: 10px;
    margin-right: 10px
}

.cart-section tbody tr td .mobile-cart-content h2,
.wishlist-section tbody tr td .mobile-cart-content h2 {
    font-size: 20px
}

.cart-section tfoot tr th,
.wishlist-section tfoot tr th {
    padding-top: 35px;
    text-align: right
}

.cart-section tfoot tr td,
.wishlist-section tfoot tr td {
    padding-top: 35px;
    padding-bottom: 0;
    text-align: right;
    border: none;
    padding-right: 63px
}

.cart-section tfoot tr td h2,
.wishlist-section tfoot tr td h2 {
    font-size: 24px;
    margin-bottom: 0
}

.cart-section tfoot tr td:first-child,
.wishlist-section tfoot tr td:first-child {
    width: 85%;
    font-size: 15px;
    padding-right: 10px;
    text-transform: capitalize;
    font-weight: 700
}

.cart-section .striped-table tbody:nth-child(odd),
.wishlist-section .striped-table tbody:nth-child(odd) {
    background-color: #f8f8f8
}

.blog-detail-page .blog-detail p:last-child {
    margin-bottom: 0
}

.blog-detail-page .blog-detail img {
    margin-bottom: 40px
}

.blog-detail-page .blog-detail h3 {
    color: #222;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase
}

.blog-detail-page .blog-detail p {
    color: #777;
    line-height: 1.8
}

.blog-detail-page .blog-detail .post-social {
    color: #777;
    text-align: left;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 15px
}

.blog-detail-page .blog-detail .post-social li+li {
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #dddddd
}

.blog-detail-page .blog-advance>div:last-child p:last-child {
    margin-bottom: 0
}

.blog-detail-page .blog-advance img,
.blog-detail-page .blog-advance .bg-size {
    margin-bottom: 25px;
    margin-top: 25px
}

.blog-detail-page .blog-advance ul {
    list-style-type: decimal;
    list-style-position: inside;
    line-height: 2.5;
    font-size: 15px
}

.blog-detail-page .blog-advance ul li {
    display: list-item;
    font-weight: 700
}

.blog-detail-page .blog-advance p {
    line-height: 1.8
}

.blog-detail-page .comment-section {
    border-bottom: 1px solid #dddddd
}

.blog-detail-page .comment-section li {
    padding-top: 60px;
    padding-bottom: 60px;
    border-top: 1px solid #dddddd
}

.blog-detail-page .comment-section li img {
    height: 65px;
    width: 65px;
    margin-right: 20px;
    border-radius: 100%
}

.blog-detail-page .comment-section li h6 {
    color: #444;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px
}

.blog-detail-page .comment-section li h6 span {
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    color: #777;
    margin-left: 20px
}

.blog-detail-page .comment-section li p {
    line-height: 1.8;
    margin-bottom: 0
}

.blog-detail-page .blog-contact h2 {
    margin-bottom: 0;
    margin-top: -5px
}

.blog-detail-page .blog-contact .theme-form label {
    text-transform: capitalize;
    color: #333;
    font-size: 16px;
    font-weight: 700
}

.blog-detail-page .blog-contact .theme-form input,
.blog-detail-page .blog-contact .theme-form textarea {
    border-color: #ddd;
    font-size: 14px;
    padding: 12px 20px;
    margin-bottom: 30px;
    border-radius: 22px
}

.blog-page .blog-sidebar h6 {
    margin-bottom: 0;
    line-height: 20px;
    color: #333;
    font-weight: 700
}

.blog-page .blog-sidebar p {
    line-height: 20px;
    margin-bottom: 0;
    color: #555
}

.blog-page .blog-sidebar h4 {
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 20px;
    letter-spacing: 1px
}

.blog-page .blog-sidebar .theme-card {
    border: 1px solid #dddddd;
    padding: 30px;
    background-color: #fff
}

.blog-page .blog-sidebar .theme-card .recent-blog li .media img {
    width: 100px;
    margin-right: 10px
}

.blog-page .blog-sidebar .theme-card .recent-blog li+li {
    margin-top: 30px
}

.blog-page .blog-sidebar .theme-card .popular-blog li .blog-date {
    background-color: #d0af6c;
    height: 70px;
    width: 70px;
    margin: 0 15px 0 0;
    padding: 15px
}

.blog-page .blog-sidebar .theme-card .popular-blog li .blog-date span {
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase
}

.blog-page .blog-sidebar .theme-card .popular-blog li+li {
    margin-top: 30px
}

.blog-page .blog-sidebar .theme-card .popular-blog li p {
    margin-top: 10px
}

.blog-page .blog-sidebar .theme-card+.theme-card {
    margin-top: 30px
}

.blog-page .blog-media {
    margin-bottom: 30px
}

.blog-page .blog-media:last-child {
    margin-bottom: 0
}

.blog-page .blog-media .blog-right {
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex
}

.blog-page .blog-media .blog-right h6 {
    color: #d0af6c;
    text-transform: uppercase;
    margin-bottom: 10px
}

.blog-page .blog-media .blog-right h4 {
    color: #333;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 15px
}

.blog-page .blog-media .blog-right p {
    line-height: 1.8;
    margin-bottom: 0;
    letter-spacing: .04em
}

.blog-page .blog-media .blog-right ul {
    color: #777;
    margin-bottom: 15px
}

.blog-page .blog-media .blog-right ul li {
    font-size: 14px;
    line-height: 1.5
}

.blog-page .blog-media .blog-right ul li i {
    padding-right: 3px
}

.blog-page .blog-media .blog-right ul li+li {
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #dddddd
}

.product-slick .slick-prev,
.product-slick .slick-next,
.rtl-product-slick .slick-prev,
.rtl-product-slick .slick-next,
.product-right-slick .slick-prev,
.product-right-slick .slick-next,
.rtl-product-right-slick .slick-prev,
.rtl-product-right-slick .slick-next {
    opacity: 0;
    transform: scale(1);
    transition: all .5s ease;
    margin-top: -10px
}

.product-slick .slick-prev:before,
.product-slick .slick-next:before,
.rtl-product-slick .slick-prev:before,
.rtl-product-slick .slick-next:before,
.product-right-slick .slick-prev:before,
.product-right-slick .slick-next:before,
.rtl-product-right-slick .slick-prev:before,
.rtl-product-right-slick .slick-next:before {
    font: 14px/1 FontAwesome;
    opacity: 1;
    color: #000;
    background-color: #fff;
    border-radius: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.product-slick .slick-next,
.rtl-product-slick .slick-next,
.product-right-slick .slick-next,
.rtl-product-right-slick .slick-next {
    right: 1px
}

.product-slick .slick-next:before,
.rtl-product-slick .slick-next:before,
.product-right-slick .slick-next:before,
.rtl-product-right-slick .slick-next:before {
    content: "\f105"
}

.product-slick .slick-prev,
.rtl-product-slick .slick-prev,
.product-right-slick .slick-prev,
.rtl-product-right-slick .slick-prev {
    left: 1px;
    z-index: 1
}

.product-slick .slick-prev:before,
.rtl-product-slick .slick-prev:before,
.product-right-slick .slick-prev:before,
.rtl-product-right-slick .slick-prev:before {
    content: "\f104"
}

.product-slick .slick-slide>div,
.rtl-product-slick .slick-slide>div,
.product-right-slick .slick-slide>div,
.rtl-product-right-slick .slick-slide>div {
    display: flex;
    margin-bottom: 15px
}

.product-slick:hover .slick-prev,
.product-slick:hover .slick-next,
.rtl-product-slick:hover .slick-prev,
.rtl-product-slick:hover .slick-next,
.product-right-slick:hover .slick-prev,
.product-right-slick:hover .slick-next,
.rtl-product-right-slick:hover .slick-prev,
.rtl-product-right-slick:hover .slick-next {
    opacity: 1;
    transform: scale(1.05);
    transition: all .5s ease
}

.product-slick:hover .slick-prev:before,
.product-slick:hover .slick-next:before,
.rtl-product-slick:hover .slick-prev:before,
.rtl-product-slick:hover .slick-next:before,
.product-right-slick:hover .slick-prev:before,
.product-right-slick:hover .slick-next:before,
.rtl-product-right-slick:hover .slick-prev:before,
.rtl-product-right-slick:hover .slick-next:before {
    opacity: 1
}

.product-slick:hover .slick-next,
.rtl-product-slick:hover .slick-next,
.product-right-slick:hover .slick-next,
.rtl-product-right-slick:hover .slick-next {
    right: 20px
}

.product-slick:hover .slick-prev,
.rtl-product-slick:hover .slick-prev,
.product-right-slick:hover .slick-prev,
.rtl-product-right-slick:hover .slick-prev {
    left: 20px
}

.slider-nav .slick-slide>div,
.rtl-slider-nav .slick-slide>div,
.slider-right-nav .slick-slide>div,
.rtl-slider-right-nav .slick-slide>div {
    display: flex;
    margin: 15px 15px 0;
    border: 1px solid #dddddd;
    transition: all .5s ease
}

.slider-nav .slick-slide.slick-current>div,
.rtl-slider-nav .slick-slide.slick-current>div,
.slider-right-nav .slick-slide.slick-current>div,
.rtl-slider-right-nav .slick-slide.slick-current>div {
    border-color: #aaa;
    transition: all .5s ease
}

.slider-nav .slick-slide.slick-active,
.rtl-slider-nav .slick-slide.slick-active,
.slider-right-nav .slick-slide.slick-active,
.rtl-slider-right-nav .slick-slide.slick-active {
    transition: all .5s ease
}

.slider-right-nav .slick-slide:first-child>div,
.rtl-slider-right-nav .slick-slide:first-child>div {
    margin-top: 0
}

.pro_sticky_info {
    border: 1px solid #dddddd;
    padding: 20px
}

.is_stuck {
    margin-top: 80px
}

.image-scroll div>div {
    padding-bottom: 20px
}

.image-scroll div>div:last-child {
    padding: 0
}

.product-right p {
    margin-bottom: 0;
    line-height: 1.5em
}

.product-right .product-title {
    color: #222;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 10px
}

.product-right .border-product {
    padding-top: 15px;
    padding-bottom: 20px;
    border-top: 1px dashed #dddddd
}

.product-right h2 {
    color: #041327;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 1.2em
}

.product-right h3 {
    font-size: 26px;
    color: #041327;
    margin-bottom: 15px
}

.product-right h4 {
    font-size: 16px;
    margin-bottom: 7px;
    margin-top: -6px
}

.product-right h4 del {
    color: #777
}

.product-right h4 span {
    padding-left: 5px;
    color: #d0af6c
}

.product-right .color-variant {
    margin-bottom: 10px
}

.product-right .product-buttons {
    margin-bottom: 20px
}

.product-right .product-buttons .btn-solid,
.product-right .product-buttons .btn-outline {
    padding: 7px 25px
}

.product-right .product-buttons a:last-child {
    margin-left: 10px
}

.product-right .product-description h6 span {
    float: right
}

.product-right .product-description .qty-box {
    display: inline-block;
    align-items: center;
    margin-top: 10px
}

.product-right .product-description .qty-box .input-group {
    justify-content: unset;
    width: unset
}

.product-right .product-description .qty-box .input-group .form-control {
    border-right: none
}

.product-right .size-box {
    margin-bottom: 10px;
    margin-top: 10px;
    justify-content: start
}

.product-right .size-box ul {
    display: flex
}

.product-right .size-box li {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 1
}

.product-right .product-icon {
    display: flex
}

.product-right .product-icon .product-social {
    margin-top: 5px
}

.product-right .product-icon .product-social li {
    padding-right: 30px
}

.product-right .product-icon .product-social li a {
    color: #333;
    transition: all .3s ease
}

.product-right .product-icon .product-social li a i {
    font-size: 18px
}

.product-right .product-icon .product-social li a:hover {
    color: #d0af6c
}

.product-right .product-icon .product-social li:last-child {
    padding-right: 0
}

.product-right .product-icon .wishlist-btn {
    background-color: transparent;
    border: none;
    color: #d0af6c;
    padding-top: 5px
}

.product-right .product-icon .wishlist-btn i {
    border-left: 1px solid #dddddd;
    font-size: 18px;
    padding-left: 10px;
    margin-left: 5px;
    transition: all .5s ease
}

.product-right .product-icon .wishlist-btn span {
    padding-left: 10px;
    font-size: 18px
}

.product-right .product-icon .wishlist-btn:hover i {
    color: #d0af6c;
    transition: all .5s ease
}

.product-right .payment-card-bottom {
    margin-top: 10px
}

.product-right .payment-card-bottom ul li {
    padding-right: 10px
}

.product-right .timer {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
    display: inline-block;
    text-align: left;
    background-color: #f7f7f7
}

.product-right .timer span {
    width: 70px;
    display: inline-block
}

.product-right .timer p {
    color: #222;
    text-align: left
}

.product-right.product-form-box {
    text-align: center;
    border: 1px solid #dddddd;
    padding: 20px
}

.product-right.product-form-box .product-description .qty-box .input-group {
    justify-content: center;
    width: auto
}

.product-right.product-form-box .product-description .qty-box .quantity-left-minus {
    border-radius: 0
}

.product-right.product-form-box .product-buttons {
    margin-bottom: 0
}

.product-right.product-form-box .timer {
    margin-bottom: 10px;
    text-align: left
}

.product-right.product-form-box .size-box {
    justify-content: center
}

.product-right .padding-l {
    padding-left: 8px;
    padding-right: 8px
}

.product-right .timer span .padding-l {
    padding-left: 22px;
    display: inline
}

.image-swatch {
    margin-bottom: 10px
}

.image-swatch li img {
    width: 33px;
    height: 33px;
    padding: 2px;
    border: 1px solid #dddddd;
    margin-right: 5px;
    transition: all .5s ease
}

.image-swatch li:last-child {
    margin-right: 0
}

.image-swatch li.active img {
    border: 1px solid #202447
}

.image-swatch li:hover img {
    border: 1px solid #202447;
    transition: all .5s ease
}

.single-product-tables {
    display: flex;
    margin-top: 20px
}

.single-product-tables table {
    width: 20%
}

.single-product-tables table tr {
    height: 25px
}

.single-product-tables table tr td:first-child {
    font-weight: 600
}

.single-product-tables.detail-section {
    margin-top: 0
}

.single-product-tables.detail-section table {
    width: 55%
}

.product-accordion .btn-link {
    color: #222
}

.product-accordion .btn-link:hover {
    text-decoration: none
}

.product-accordion .card {
    border: none
}

.product-accordion .card-body {
    width: 100%;
    height: 100%
}

.product-accordion .card-header {
    padding: 5px 8px;
    border-bottom: 1px dashed rgba(0, 0, 0, .125);
    background-color: #7f7f7f08
}

.product-accordion .card-header h5 .btn {
    text-transform: capitalize
}

.product-related h2 {
    color: #222;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddada;
    margin-bottom: 20px;
    width: 100%
}

.product-related .slick-next,
.product-related .slick-prev {
    top: -50px
}

.rating {
    margin-top: 0
}

.rating i {
    padding-right: 5px
}

.rating i:nth-child(-n+4) {
    color: #ffba00
}

.rating i:last-child {
    color: #ddd
}

.rating .three-star {
    padding-bottom: 5px
}

.rating .three-star i {
    color: #acacac
}

.rating .three-star i:nth-child(-n+3) {
    color: #ffd200
}

.tab-border {
    border: 1px solid #dddddd;
    margin: 0;
    padding: 8px 0
}

.tab-border .nav-border {
    border-bottom: 0;
    border-right: 1px solid #dddddd
}

.vertical-tab.tab-product .nav-material.nav-tabs .nav-item .nav-link,
.vertical-tab .product-full-tab .nav-material.nav-tabs .nav-item .nav-link {
    padding: 15px 20px
}

.tab-product,
.product-full-tab {
    padding-top: 30px
}

.tab-product .nav-material.nav-tabs,
.product-full-tab .nav-material.nav-tabs {
    display: flex;
    align-items: center;
    flex-wrap: nowrap
}

.tab-product .nav-material.nav-tabs .nav-item .nav-link,
.product-full-tab .nav-material.nav-tabs .nav-item .nav-link {
    color: #212121;
    text-align: center;
    padding: 0 15px 20px;
    text-transform: uppercase;
    border: 0
}

.tab-product .nav-material.nav-tabs .nav-item .material-border,
.product-full-tab .nav-material.nav-tabs .nav-item .material-border {
    border-bottom: 2px solid #d0af6c;
    opacity: 0
}

.tab-product .nav-material.nav-tabs .nav-link.active,
.product-full-tab .nav-material.nav-tabs .nav-link.active {
    color: #d0af6c
}

.tab-product .nav-material.nav-tabs .nav-link.active~.material-border,
.product-full-tab .nav-material.nav-tabs .nav-link.active~.material-border {
    transition: all .3s ease;
    opacity: 1
}

.tab-product .theme-form input,
.product-full-tab .theme-form input {
    border-color: #ddd;
    font-size: 15px;
    padding: 12px 20px;
    border-radius: 22px;
    margin-bottom: 15px;
    height: inherit;
    text-align: left
}

.tab-product .theme-form .btn-solid,
.tab-product .theme-form .btn-outline,
.product-full-tab .theme-form .btn-solid,
.product-full-tab .theme-form .btn-outline {
    margin: 0 auto
}

.tab-product .theme-form textarea,
.product-full-tab .theme-form textarea {
    border-color: #ddd;
    font-size: 15px;
    padding: 12px 20px;
    margin-bottom: 15px;
    height: inherit;
    border-radius: 22px
}

.tab-product .tab-content.nav-material p,
.product-full-tab .tab-content.nav-material p {
    padding: 20px 20px 0 0;
    margin-bottom: -8px;
    line-height: 22px;
    letter-spacing: .05em
}

.tab-product .tab-content.nav-material .media,
.product-full-tab .tab-content.nav-material .media {
    margin-top: 20px
}

.tab-product .title,
.product-full-tab .title {
    padding-right: 45px;
    color: #d0af6c;
    padding-bottom: 20px
}

.tab-product .theme-slider .slick-arrow,
.product-full-tab .theme-slider .slick-arrow {
    top: -45px;
    height: auto
}

.tab-product .theme-slider .slick-arrow :before,
.product-full-tab .theme-slider .slick-arrow :before {
    color: #000;
    font-size: 18px
}

.tab-product .product-box,
.product-full-tab .product-box {
    position: relative;
    margin: 5px
}

.tab-product .product-box:hover,
.product-full-tab .product-box:hover {
    box-shadow: 0 0 12px #ddd
}

.tab-product .product-box:hover .lbl-1,
.product-full-tab .product-box:hover .lbl-1 {
    opacity: 1;
    transition: all .3s ease
}

.tab-product .product-box:hover .lbl-2,
.product-full-tab .product-box:hover .lbl-2 {
    opacity: 1;
    animation: flipInY 1s ease-in-out
}

.tab-product .product-box:hover .color-variant li,
.product-full-tab .product-box:hover .color-variant li {
    opacity: 1 !important;
    animation: fadeInUp .5s ease-in-out
}

.tab-product .product-box .img-block,
.product-full-tab .product-box .img-block {
    min-height: unset
}

.tab-product .product-box .cart-info,
.product-full-tab .product-box .cart-info {
    position: absolute;
    padding: 10px 0;
    top: 25%;
    right: 15px;
    width: 40px;
    margin-right: 0
}

.tab-product .product-box .cart-info i,
.product-full-tab .product-box .cart-info i {
    padding-right: 0
}

.tab-product .product-box .cart-info a,
.tab-product .product-box .cart-info button,
.product-full-tab .product-box .cart-info a,
.product-full-tab .product-box .cart-info button {
    color: #333;
    transition: all .3s ease;
    background-color: #fff;
    height: 35px;
    width: 35px;
    margin: 7px 0;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    box-shadow: 0 0 12px #ddd
}

.tab-product .product-box .cart-info a :hover,
.tab-product .product-box .cart-info button :hover,
.product-full-tab .product-box .cart-info a :hover,
.product-full-tab .product-box .cart-info button :hover {
    transition: all .3s ease;
    color: #d0af6c
}

.tab-product .product-box .lbl-1,
.product-full-tab .product-box .lbl-1 {
    background-color: #d0af6c;
    padding: 2px 20px 2px 10px;
    display: inline-block;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    top: 15px;
    font-size: 14px;
    line-height: 1.5;
    opacity: 0
}

.tab-product .product-box .lbl-1:before,
.product-full-tab .product-box .lbl-1:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 12px solid #d0af6c;
    border-bottom: 13px solid #d0af6c;
    border-right: 7px solid white
}

.tab-product .product-box .lbl-2,
.product-full-tab .product-box .lbl-2 {
    font-size: 14px;
    top: 15px;
    position: absolute;
    right: 10px;
    color: #333;
    font-weight: 600;
    text-transform: capitalize;
    opacity: 0
}

.tab-product .product-box a,
.product-full-tab .product-box a {
    color: #0072bb;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px
}

.tab-product .product-box .color-variant,
.product-full-tab .product-box .color-variant {
    position: absolute;
    top: -35px;
    width: 100%
}

.tab-product .product-box .slick-slide img,
.product-full-tab .product-box .slick-slide img {
    display: block
}

.tab-product .product-box .product-details,
.product-full-tab .product-box .product-details {
    position: relative
}

.tab-product .product-box .product-details .color-variant,
.product-full-tab .product-box .product-details .color-variant {
    position: absolute;
    top: -35px;
    width: 100%
}

.tab-product .product-box .product-details .color-variant li,
.product-full-tab .product-box .product-details .color-variant li {
    opacity: 0;
    display: inline-block;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    margin: 0 3px;
    transition: all .3s ease;
    cursor: pointer
}

.tab-product .product-box .product-details h6,
.product-full-tab .product-box .product-details h6 {
    color: #333;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize
}

.tab-product .product-box .product-details .price,
.product-full-tab .product-box .product-details .price {
    padding-bottom: 10px;
    font-size: 16px;
    color: #d0af6c
}

.product-full-tab {
    padding-top: 70px
}

.product-load-more .col-grid-box {
    display: none
}

.load-more-sec {
    margin-top: 50px;
    text-align: center
}

.load-more-sec a {
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    padding: 10px 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    width: 100%;
    color: #d0af6c
}

.product_image_4>div:nth-last-child(-n+2) {
    margin-top: 30px
}

.theme-card {
    position: relative
}

.theme-card.center-align {
    display: flex;
    height: 100%;
    align-items: center
}

.theme-card.center-align .offer-slider .product-box2 .media .media-body {
    margin-top: 0
}

.theme-card.card-border {
    border: 1px solid #dddddd
}

.theme-card.card-border h5 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    margin-top: 0
}

.theme-card.card-border .slick-prev,
.theme-card.card-border .slick-next {
    top: -35px
}

.theme-card.card-border .slick-next {
    right: 30px
}

.theme-card.card-border .slick-prev {
    right: 50px
}

.theme-card.card-border .offer-slider {
    padding-top: 0;
    padding-bottom: 10px
}

.theme-card.card-border .offer-slider img {
    padding: 15px 15px 15px 30px
}

.theme-card.card-border .offer-slider .media .media-body a h6 {
    margin-right: 25px
}

.theme-card h5 {
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-top: -5px
}

.theme-card h5.title-border {
    border-bottom: 1px solid #dddddd
}

.theme-card .slick-prev,
.theme-card .slick-next {
    top: -35px
}

.theme-card .slick-prev:before,
.theme-card .slick-next:before {
    font: 30px/1 FontAwesome;
    color: #222;
    opacity: .6
}

.theme-card .slick-next {
    right: 0
}

.theme-card .slick-next:before {
    content: "\f105"
}

.theme-card .slick-prev {
    left: unset;
    right: 25px
}

.theme-card .slick-prev:before {
    content: "\f104"
}

.theme-card .offer-slider img {
    width: 100px;
    padding: 15px 15px 15px 0
}

.theme-card .offer-slider>div .media:last-child .media-body {
    margin-top: 15px
}

.theme-card .offer-slider>div .media:last-child img {
    margin-bottom: -15px
}

.theme-card .offer-slider .media .media-body .rating {
    margin-top: 0
}

.theme-card .offer-slider .media .media-body .rating i {
    padding-right: 5px
}

.theme-card .offer-slider .media .media-body .rating i:nth-child(-n+4) {
    color: #ffba00
}

.theme-card .offer-slider .media .media-body .rating i:last-child {
    color: #ddd
}

.theme-card .offer-slider .media .media-body a h6 {
    margin-right: 61px;
    line-height: 17px;
    margin-top: 5px;
    margin-bottom: 0;
    text-transform: capitalize
}

.theme-card .offer-slider .media .media-body h4 {
    margin-top: 5px;
    font-weight: 700;
    color: #d0af6c;
    margin-bottom: 0
}

.map {
    margin-bottom: -5px
}

.slide-4 .slick-prev,
.slide-4 .slick-next {
    display: none !important
}

.collection-filter .theme-card .slick-prev:after {
    top: 10px;
    left: 22px
}

.product-right-slick .slick-next,
.product-slick .slick-next,
.product-right-slick .slick-prev,
.product-slick .slick-prev {
    top: 50%;
    transform: rotate(180deg)
}

.product-right-slick .slick-prev:after,
.product-slick .slick-prev:after {
    display: none
}

.product-right-slick:hover .slick-prev:after,
.product-slick:hover .slick-prev:after {
    opacity: 0
}

.product-wrapper-grid .product-box .product-info p {
    display: none
}

.product-wrapper-grid.list-view .product-box .product-info {
    margin-left: 10px;
    display: flex;
    align-items: center;
    transform: translateY(-8px);
    width: 100%;
    text-align: left
}

.product-wrapper-grid.list-view .product-box .product-info p {
    display: block
}

.quick-view {
    width: auto;
    max-width: 1080px;
    max-height: 600px;
    position: relative
}

.checkout-page .checkout-title {
    margin-bottom: 25px
}

.checkout-page .checkout-title h3 {
    color: #444;
    font-weight: 700
}

.checkout-page .checkout-form .checkout-details {
    position: relative;
    background-color: #f8f8f8;
    border: 1px solid #dddddd;
    padding: 40px
}

.checkout-page .checkout-form .check-out .form-group:last-child {
    margin-bottom: -5px
}

.checkout-page .checkout-form .check-out .form-group:last-child label {
    margin-bottom: -5px
}

.checkout-page .checkout-form .form-group {
    position: relative;
    margin-bottom: 25px
}

.checkout-page .checkout-form .form-group h3 {
    color: #444;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 30px
}

.checkout-page .checkout-form .form-group .field-label {
    line-height: 24px;
    text-transform: capitalize;
    color: #333;
    margin-bottom: 10px;
    font-weight: 700
}

.checkout-page .checkout-form .form-group .field-label span {
    font-size: 16px;
    color: #222;
    font-weight: 600
}

.checkout-page .checkout-form .form-group label {
    color: #777
}

.checkout-page .checkout-form select {
    cursor: pointer;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    background: url(dropdown.png) no-repeat 95%
}

.checkout-page .checkout-form input[type=text],
.checkout-page .checkout-form input[type=email],
.checkout-page .checkout-form input[type=password],
.checkout-page .checkout-form input[type=tel],
.checkout-page .checkout-form input[type=number],
.checkout-page .checkout-form input[type=url] {
    width: 100%;
    padding: 12px 20px;
    border-radius: 22px;
    border: 1px solid #dddddd
}

.checkout-page .checkout-form input:focus {
    outline: none
}

.checkout-page .checkout-form select,
.checkout-page .checkout-form textarea {
    width: 100%;
    padding: 12px 20px;
    border-radius: 22px;
    border: 1px solid #dddddd
}

.checkout-page .checkout-form select:focus,
.checkout-page .checkout-form textarea:focus {
    outline: none
}

.checkout-page .check-box {
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    padding-top: 5px
}

.checkout-page .check-box label {
    position: relative;
    top: -1px;
    font-weight: 400;
    padding: 0;
    font-size: 16px;
    cursor: pointer;
    color: #333
}

.checkout-page .lower-content {
    margin-top: 30px
}

.checkout-page .lower-content .order-column {
    margin-bottom: 40px
}

.order-box {
    position: relative;
    margin-bottom: 50px
}

.order-box .title-box {
    position: relative;
    padding-bottom: 25px;
    color: #444;
    font-weight: 600;
    font-size: 22px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 20px
}

.order-box .title-box span {
    position: relative;
    width: 35%;
    float: right
}

.order-box .qty {
    position: relative;
    border-bottom: 1px solid #ededed;
    margin-bottom: 30px
}

.order-box .qty li {
    position: relative;
    display: block;
    font-size: 15px;
    color: #444;
    line-height: 20px;
    margin-bottom: 20px
}

.order-box .qty li span {
    float: right;
    font-size: 18px;
    line-height: 20px;
    color: #232323;
    font-weight: 400;
    width: 35%
}

.order-box .sub-total {
    position: relative;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 30px
}

.order-box .sub-total li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 20px;
    margin-bottom: 20px;
    width: 100%
}

.order-box .sub-total li .count {
    position: relative;
    font-size: 18px;
    line-height: 20px;
    color: #d0af6c;
    font-weight: 400;
    width: 35%;
    float: right
}

.order-box .sub-total .shopping-option label {
    position: relative;
    font-size: 16px;
    line-height: 32px;
    padding-left: 10px
}

.order-box .sub-total .shipping {
    width: 35%;
    float: right
}

.order-box .total {
    position: relative;
    margin-bottom: 40px
}

.order-box .total li {
    position: relative;
    display: block;
    font-weight: 400;
    color: #333;
    line-height: 20px;
    margin-bottom: 10px;
    font-size: 18px
}

.order-box .total li .count {
    position: relative;
    font-size: 18px;
    line-height: 20px;
    color: #d0af6c;
    font-weight: 400
}

.order-box .total li span {
    float: right;
    font-size: 15px;
    line-height: 20px;
    color: #444;
    font-weight: 400;
    width: 35%;
    display: block
}

.payment-box,
.payment-box .upper-box {
    position: relative
}

.payment-box .payment-options {
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px
}

.payment-box .payment-options li {
    display: flex;
    margin-bottom: 15px
}

.payment-box .payment-options li .radio-option {
    position: relative
}

.payment-box .payment-options li .radio-option label {
    position: relative;
    padding-left: 30px;
    text-transform: capitalize;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0
}

.payment-box .payment-options li .radio-option input[type=radio] {
    position: absolute;
    left: 0;
    top: 5px
}

.payment-box .payment-options li .radio-option label .small-text {
    position: relative;
    display: none;
    font-size: 15px;
    line-height: 25px;
    font-weight: 300;
    color: #666;
    margin-top: 10px
}

.payment-box .payment-options li .radio-option label img {
    position: relative;
    display: block;
    max-width: 100%;
    margin-left: -30px;
    margin-top: 5px
}

.dashboard-left .block-title h2 {
    font-size: 24px;
    padding-bottom: 20px
}

.dashboard-left .block-content {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 10px
}

.dashboard-left .block-content ul li {
    display: flex;
    transition: all .5s ease
}

.dashboard-left .block-content ul li.active,
.dashboard-left .block-content ul li.active a {
    color: #d0af6c
}

.dashboard-left .block-content ul li:before {
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-top: 3px
}

.dashboard-left .block-content ul li a {
    color: #000
}

.dashboard-left .block-content ul li:hover {
    padding-left: 10px;
    color: #d0af6c;
    transition: all .5s ease
}

.dashboard-left .block-content ul li:hover a {
    color: #d0af6c;
    transition: all .5s ease
}

.dashboard-right p {
    color: #5f5f5f;
    line-height: 20px
}

.dashboard-right .dashboard {
    border: 1px solid #dddddd;
    padding: 30px;
    border-radius: 10px
}

.dashboard-right .dashboard .page-title h2 {
    font-size: 22px;
    margin-bottom: 15px
}

.dashboard-right .dashboard .welcome-msg p {
    margin-bottom: 0
}

.dashboard .box-head h2 {
    font-size: 22px;
    margin: 20px 0 0;
    text-transform: capitalize;
    color: #333
}

.dashboard .box a {
    color: #d0af6c
}

.dashboard .box h6 {
    margin-bottom: 0;
    color: #5f5f5f
}

.dashboard .box .box-title {
    border-bottom: 1px solid #ddd;
    display: inline-block;
    margin-bottom: 5px;
    padding: 12px 0;
    position: relative;
    width: 100%
}

.dashboard .box .box-title h3 {
    font-size: 16px;
    margin: 0;
    text-transform: capitalize;
    color: #333
}

.dashboard .box .box-title>a {
    position: absolute;
    right: 0;
    top: 12px;
    color: #d0af6c
}

.dashboard .box address {
    margin-bottom: 0
}

.box-content h6 {
    font-size: 14px;
    line-height: 25px !important;
    margin-bottom: 0
}

.box-content a {
    color: #d0af6c
}

.account-sidebar {
    display: none;
    cursor: pointer;
    background-color: #d0af6c;
    color: #fff;
    width: 30%;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
    padding: 5px
}

.success-text {
    text-align: center
}

.success-text i {
    font-size: 50px;
    color: #4ead4e;
    margin-top: -3px
}

.success-text h2 {
    margin-top: 10px;
    margin-bottom: 15px
}

.success-text p {
    font-size: 18px;
    text-transform: capitalize
}

.success-text p:last-child {
    margin-bottom: 0
}

.success-text.order-fail i {
    color: #d0af6c
}

.order-success-sec h4 {
    font-weight: 700;
    text-transform: capitalize;
    color: #222
}

.order-success-sec .order-detail li {
    display: flex;
    text-transform: capitalize;
    line-height: 28px;
    font-size: 16px
}

.order-success-sec .payment-mode p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    color: #555
}

.delivery-sec {
    padding: 30px;
    text-align: center;
    margin-top: 20px;
    background-color: #f9f9f9
}

.delivery-sec h2,
.delivery-sec h3 {
    color: #000;
    text-transform: capitalize
}

.delivery-sec h2 {
    margin-bottom: 0;
    font-size: 36px
}

.delivery-sec h3 {
    margin-top: -5px;
    font-size: 22px
}

.product-order h3 {
    font-weight: 700;
    text-transform: uppercase;
    color: #000
}

.product-order .product-order-detail {
    margin-top: 15px
}

.product-order .product-order-detail img {
    height: 130px
}

.product-order .product-order-detail .order_detail {
    display: flex;
    align-items: center
}

.product-order .product-order-detail .order_detail h4 {
    margin-bottom: 5px;
    text-transform: capitalize;
    font-weight: 700;
    color: #222
}

.product-order .product-order-detail .order_detail h5 {
    text-transform: capitalize;
    margin-bottom: 0
}

.product-order .total-sec {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    margin: 15px 0;
    padding: 15px 0
}

.product-order .total-sec ul li {
    font-size: 18px;
    display: block;
    text-transform: capitalize
}

.product-order .total-sec ul li span {
    float: right
}

.product-order .final-total h3 {
    display: block;
    margin-bottom: 0;
    font-size: 20px
}

.product-order .final-total h3 span {
    float: right
}

.compare-section .compare-part {
    position: relative
}

.compare-section .compare-part .close-btn {
    background-color: transparent;
    border: none;
    font-size: 25px;
    position: absolute;
    top: 0;
    right: 0
}

.compare-section .compare-part .img-secton {
    padding: 25px 15px 15px
}

.compare-section .compare-part .img-secton img,
.compare-section .compare-part .img-secton .bg-size {
    width: 50%;
    margin: 0 auto
}

.compare-section .compare-part .img-secton a h5 {
    margin-bottom: 0;
    text-transform: capitalize;
    margin-top: 10px
}

.compare-section .compare-part .img-secton h5 {
    margin-bottom: 0;
    line-height: 1.2
}

.compare-section .compare-part .detail-part .title-detail {
    background-color: #f7f8fa;
    text-align: center;
    padding: 8px 0;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb
}

.compare-section .compare-part .detail-part .title-detail h5 {
    margin-bottom: 0;
    text-transform: uppercase
}

.compare-section .compare-part .detail-part .inner-detail {
    padding: 15px
}

.compare-section .compare-part .detail-part .inner-detail p {
    margin-bottom: 0;
    line-height: 1.2;
    letter-spacing: .05em
}

.compare-section .compare-part .btn-part {
    text-align: center;
    padding: 15px;
    border-top: 1px solid #ddd
}

.compare-section .compare-part .btn-part .btn-solid,
.compare-section .compare-part .btn-part .btn-outline {
    padding: 5px 10px
}

.compare-section .slick-slide>div {
    border: 1px solid #ddd;
    border-left: none
}

.compare-section .slick-slide:first-child {
    border-left: 1px solid #ddd
}

.compare-padding {
    padding-bottom: 50px
}

.compare-padding h2 {
    margin-bottom: 20px
}

.compare-lable {
    position: absolute;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    top: 20px;
    left: 16px;
    letter-spacing: .1em;
    z-index: 1
}

.compare-page .table-wrapper {
    padding-bottom: 0
}

.compare-page .table-wrapper .table {
    border: 1px solid #eeeeee;
    text-transform: capitalize;
    color: #222
}

.compare-page .table-wrapper .table .product-name {
    width: 15%
}

.compare-page .table-wrapper .table .featured-image {
    width: 185px
}

.compare-page .table-wrapper .table td {
    border-top: none
}

.compare-page .table-wrapper .table thead .th-compare td {
    font-size: 14px;
    font-weight: 700;
    background: #f8f8f8;
    border-right: 1px solid #eee
}

.compare-page .table-wrapper .table thead .th-compare th {
    text-align: left;
    border-bottom: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee
}

.compare-page .table-wrapper .table thead .th-compare th .remove-compare {
    float: left;
    border: none;
    background: transparent;
    padding: 0;
    font-size: 14px;
    font-weight: 500
}

.compare-page .table-wrapper .table tbody tr th {
    background: #f8f8f8
}

.compare-page .table-wrapper .table tbody tr td {
    border-right: 1px solid #eee;
    position: relative
}

.compare-page .table-wrapper .table tbody tr th,
.compare-page .table-wrapper .table tbody tr td {
    padding: 15px;
    vertical-align: top;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee
}

.compare-page .table-wrapper .table tbody tr .grid-link__title {
    font-size: 15px;
    margin-top: 10px
}

.compare-page .table-wrapper .table tbody tr .product_price {
    margin: 15px 0
}

.compare-page .table-wrapper .table tbody tr .product_price span.money {
    padding-left: 5px
}

.compare-page .table-wrapper .table tbody tr p {
    color: #222;
    font-size: 13px;
    line-height: 20px;
    margin: 0
}

.compare-page .table-wrapper .table tbody tr .add-to-cart,
.compare-page .table-wrapper .table tbody tr .select-option-cls {
    padding: 6px 10px
}

.typography_section .typography-box {
    margin-bottom: 30px
}

.typography_section .typography-box p {
    line-height: 22px
}

.typography_section .typography-box .headings {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 20px;
    background-color: #f7f7f780;
    padding: 8px 12px
}

.typography_section .typography-box .headings h3 {
    text-transform: capitalize;
    color: #2d2d2d;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 20px
}

.typography_section .typography-box .headings span,
.typography_section .typography-box .headings span code {
    color: #777
}

.typography_section .typography-box .typo-content.heading_content h1,
.typography_section .typography-box .typo-content.heading_content h2,
.typography_section .typography-box .typo-content.heading_content h3,
.typography_section .typography-box .typo-content.heading_content h4,
.typography_section .typography-box .typo-content.heading_content h5,
.typography_section .typography-box .typo-content.heading_content h6 {
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px
}

.typography_section .typography-box .typo-content .sub-title {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 5px;
    margin-bottom: 8px;
    font-size: 18px;
    color: #222;
    text-transform: capitalize
}

.typography_section .typography-box .typo-content.product-pagination {
    border: none;
    margin: 0
}

.typography_section .typography-box .typo-content.product-pagination .pagination .page-item {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd
}

.typography_section .typography-box .typo-content.product-pagination .pagination .page-item a {
    padding: 10px 14px
}

.typography_section .typography-box .typo-content.input_button input {
    margin-bottom: 10px
}

.typography_section .typography-box .typo-content.input_button label {
    font-size: 16px;
    text-transform: capitalize;
    padding-left: 5px
}

.typography_section .typography-box .typo-content.loader-typo {
    width: 100%;
    justify-content: center;
    display: flex
}

.typography_section .typography-box .typo-content.loader-typo .pre-loader {
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #d0af6c;
    border-radius: 50%
}

.typography_section .typography-box .typo-content.loader-typo .pre-loader:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    border: 0 solid white;
    transform: translate(-50%, -50%);
    animation: loading 1s ease-out forwards infinite;
    transition: all .3s ease
}

.typography_section .typography-box .typo-content .footer-social {
    margin-top: 0;
    justify-content: center
}

.typography_section .typography-box:last-child {
    margin-bottom: 0
}

.typography_section code {
    color: #d0af6c99;
    background-color: #f7f7f7;
    padding: 3px;
    margin: 0 3px;
    border-radius: 2px
}

.profile-section {
    background-color: #f5f5f5;
    border: 1px solid #dddddd;
    padding: 15px
}

.profile-section .profile-detail .profile-name {
    font-weight: 700
}

.profile-section .profile-detail p {
    margin-bottom: 8px
}

.color1 {
    background-image: linear-gradient(30deg, #3fd0cb 50%, #3c70e6 50%)
}

.color2 {
    background-image: linear-gradient(30deg, #fa812e 50%, #fa4032 50%)
}

.color3 {
    background-image: linear-gradient(30deg, #ffb50d 50%, #21cde4 50%)
}

.color4 {
    background-image: linear-gradient(30deg, #febd69 50%, #232f3e 50%)
}

.color5 {
    background-image: linear-gradient(30deg, #000 50%, #eec8c1 50%)
}

.color6 {
    background-image: linear-gradient(30deg, #ec8327 50%, #435471 50%)
}

.color7 {
    background-image: linear-gradient(30deg, #e40046 50%, #000 50%)
}

.color8 {
    background-image: linear-gradient(30deg, #4c2fbf 50%, #2e9de4 50%)
}

.color9 {
    background-image: linear-gradient(30deg, #000 50%, #ebbbc3 50%)
}

.color10 {
    background-image: linear-gradient(30deg, #ff6f69 50%, #1aded3 50%)
}

.color11 {
    background-image: linear-gradient(30deg, #d41d36 50%, #494c4d 50%)
}

.color12 {
    background-image: linear-gradient(30deg, #84ba40 50%, #444 50%)
}

.color-picker {
    position: fixed;
    right: -190px;
    top: calc(38vh + 220px);
    width: 190px;
    z-index: 1;
    transition: all .3s ease
}

.color-picker .settings-header {
    background: #f3f3f3;
    padding: 5px 15px;
    box-shadow: 0 -10px 20px -5px #dcdcdc9e
}

.color-picker .settings-header h3 {
    color: #000;
    margin: 0;
    font-size: 20px;
    padding: 4px 9px
}

.color-picker .section {
    background: #fff;
    padding: 10px;
    border: 1px solid #f3f3f3;
    overflow: auto
}

.color-picker .section i {
    font-size: 16px;
    margin-right: 10px
}

.color-picker a.handle {
    position: absolute;
    right: 190px;
    width: 45px;
    height: 41px;
    transition: all ease-in .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    z-index: -1;
    text-decoration: none;
    background-color: #f9f9f9;
    box-shadow: -5.985px -.419px 30px #00000014, inset -2px 0 10px #0000000a;
    top: -80px;
    color: #000
}

.color-picker a.handle i {
    margin-left: 5px
}

.color-picker .colors a {
    width: 32px;
    height: 32px;
    margin: 5px;
    float: left;
    transition: all ease-in .3s
}

.color-picker .skin a {
    display: block;
    width: 70px;
    height: 30px;
    margin-left: 0;
    margin-top: 0;
    margin-right: 5px;
    float: left;
    text-align: center;
    line-height: 30px;
    border: 2px transparent solid
}

.color-picker .skin a.actt {
    border: 2px white solid
}

.dark-light {
    position: fixed;
    right: 0;
    width: 40px;
    height: 38px;
    display: flex;
    z-index: 1;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-decoration: none;
    border-radius: 5px 0 0 5px;
    background-color: #f7f7f7;
    box-shadow: 0 0 5px #9a9a9a8a;
    top: calc(50% + 34px);
    cursor: pointer;
    display: none
}

.setting-sidebar {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    background-color: #f7f7f7;
    width: 40px;
    height: 40px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px 0 0 5px;
    box-shadow: 0 0 5px #9a9a9a8a;
    transition: all .5s ease;
    z-index: 9
}

.setting-sidebar i {
    animation: ring-rotate 3s infinite linear;
    font-size: 20px;
    color: #3c3c3c;
    margin-left: 10px
}

.setting-sidebar.open-icon {
    right: 351px;
    transition: all .5s ease
}

.setting_box_body {
    position: relative;
    background-color: #fff;
    z-index: 9;
    height: 100vh
}

.setting-box {
    position: fixed;
    height: 100vh;
    overflow-y: auto;
    width: 350px;
    right: -360px;
    background-color: #fff;
    top: 0;
    z-index: 999;
    box-shadow: 0 15px 5px #4d4d4d47;
    transition: all .5s ease
}

.setting-box ::-webkit-scrollbar {
    width: 3px;
    height: 7px
}

.setting-box ::-webkit-scrollbar-track {
    background: #ddd
}

.setting-box ::-webkit-scrollbar-thumb {
    background: #888
}

.setting-box ::-webkit-scrollbar-thumb:hover {
    background: #555
}

.setting-box.open-setting {
    right: 0;
    transition: all .5s ease
}

.setting-box.open-setting .overlay {
    visibility: visible;
    transition: all .5s ease
}

.setting-box .sidebar-back {
    padding: 20px;
    font-size: 18px;
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: inset 0 0 6px #73737317;
    background-color: #f3f3f3
}

.setting-box .setting-title {
    padding: 20px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 0
}

.setting-box .setting-title h4 {
    position: relative;
    margin-bottom: 0;
    cursor: pointer
}

.setting-box .setting-title.active .according-menu {
    font: 14px/1 FontAwesome
}

.setting-box .setting-title.active .according-menu:before {
    content: "\f068";
    position: absolute;
    right: 2px;
    top: 2px;
}

@media (max-width: 991px) {
    footer .footer-title .according-menu:before {
        content: "\f107";
        position: absolute;
        padding-right: 100px !important;
        top: 2px;
        color: #fff !important;
    }
}



.setting-box .setting-title .according-menu {
    font: 14px/1 FontAwesome
}

.setting-box .setting-title .according-menu:before {
    content: "\f067";
    position: absolute;
    right: 2px;
    top: 2px;
}

.setting-box .setting-contant {
    padding: 20px;
    border-bottom: 1px solid #efefef
}

.setting-box .setting-contant .setting_buttons .setting_btn {
    background-color: #d0af6c;
    color: #fff;
    width: 100%
}

.setting-box .setting-contant .setting_buttons li:first-child {
    width: 49%
}

.setting-box .setting-contant .setting_buttons li.active {
    box-shadow: 0 0 5px #929292
}

.setting-box .setting-contant .setting_buttons li:last-child {
    margin-left: 10px;
    width: 46%
}

.setting-box .setting-contant .color-box li {
    padding: 3px
}

.setting-box .setting-contant .color-box li a {
    width: 32px;
    height: 32px;
    display: block
}

.setting-box .setting-contant .color-box li.active {
    position: relative
}

.setting-box .setting-contant .color-box li.active a {
    box-shadow: 0 0 5px #929292
}

.setting-box .setting-contant .color-box li.active:after {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/></svg>");
    top: 13px;
    height: 15px;
    width: 15px;
    background-size: 80%;
    background-repeat: no-repeat;
    position: absolute;
    left: 14px;
    filter: invert(100)
}

.setting-box .buy_btn {
    padding: 20px
}

.setting-box .buy_btn a {
    background-color: #f3f3f3;
    color: #3c3c3c;
    padding: 10px;
    transition: all .5s ease
}

.setting-box .buy_btn a i {
    margin-right: 5px;
    font-size: 18px
}

.setting-box .buy_btn a img {
    filter: grayscale(100)
}

.setting-box .buy_btn a.blue-btn {
    background-color: #202447;
    color: #fff
}

.setting-box .overlay {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .5s ease
}

.demo-section .title-text h3 {
    color: #d0af6c;
    margin-bottom: 24px;
    display: inline-block;
    padding-bottom: 5px;
    font-size: 40px;
    position: relative
}

.demo-section .title-text h3 i {
    font-size: 22px;
    position: absolute;
    top: 0;
    right: -20px
}

.demo-section .demo-effects {
    margin-bottom: 30px
}

.demo-section .demo-effects h4 {
    text-transform: capitalize
}

.demo-section .demo-effects .set-position {
    display: block
}

.demo-section .demo-effects>div {
    text-decoration: none;
    color: #000
}

.demo-section .demo-effects>div .layout-container {
    height: 110px;
    width: 100%;
    display: inline-flex;
    background-size: cover;
    transition: all 2s ease-out 0s;
    box-shadow: -1px 2px 5px 1px #ececec
}

.demo-section .demo-effects>div .layout-container.demo1 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/1demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo2 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/2demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo3 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/3demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo4 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/4demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo5 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/5demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo6 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/6demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo7 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/7demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo8 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/8demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo9 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/9demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo10 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/10demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo11 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/11demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo12 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/12demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo13 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/13demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo14 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/14demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo15 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/15demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo16 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/16demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo17 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/17demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo18 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/18demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo19 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/19demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo20 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/20demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo21 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/21demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo22 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/22demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo23 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/23demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo24 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/24demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo25 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/25demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo26 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/26demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo27 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/27demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo28 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/28demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo29 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/29demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo30 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/30demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo31 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/31demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo32 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/32demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo33 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/33demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo34 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/34demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo35 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/35demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo36 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/36demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo37 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/37demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo38 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/38demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo39 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/39demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo40 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/40demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo41 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/41demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo42 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/42demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo43 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/43demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo44 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/44demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo45 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/45demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo46 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/46demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo47 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/47demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo48 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/48demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo49 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/49demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo50 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/50demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo51 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/51demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo52 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/52demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo53 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/53demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo54 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/54demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo55 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/55demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo56 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/56demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo57 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/57demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo58 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/58demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo59 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/59demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo60 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/60demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo61 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/61demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo62 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/62demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo63 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/63demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo64 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/64demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo65 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/65demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo66 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/66demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo67 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/67demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo68 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/68demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo69 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/69demonew.jpg)
}

.demo-section .demo-effects>div .layout-container.demo70 {
    background-image: url(https://cdn.shopify.com/s/files/1/0251/2273/4152/files/70demonew.jpg)
}

.demo-section .demo-effects>div .demo-text h4 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
    color: #000
}

.demo-section .demo-effects>div .demo-text h4 span {
    font-weight: 500
}

.demo-section .demo-effects>div .demo-text .demo-btn {
    margin-top: 10px
}

.demo-section .demo-effects>div .demo-text .demo-btn .btn {
    border: 1px solid #ddd;
    background-color: #fff;
    width: 90px;
    color: #d0af6c;
    padding: 5px 10px;
    border-radius: 30px
}

.demo-section .demo-effects>div .demo-text .demo-btn .btn:hover {
    background-color: #d0af6c;
    color: #fff
}

.demo-section .demo-effects:last-child {
    margin-bottom: 0
}

.demo-section .demo-effects.effect-2 .layout-container {
    background-size: cover;
    background-repeat: no-repeat
}

.demo-section .demo-effects.effect-2:hover .layout-container {
    background-position: top !important
}

.demo-section .demo-effects.effect-3 .layout-container {
    background-size: cover;
    background-repeat: no-repeat
}

.demo-section .demo-effects.effect-3:hover .layout-container {
    background-position: top !important
}

.demo-section .demo-effects:hover .layout-container {
    background-position: center 100% !important
}

@keyframes ring-rotate {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.sec-position {
    position: relative;
    top: -80px
}

body.rtl {
    direction: rtl
}

.rtl h1,
.rtl h2,
.rtl h3,
.rtl h4,
.rtl h5,
.rtl h6,
.rtl p {
    text-align: right
}

.rtl .slick-slider {
    direction: ltr
}

.rtl .slick-slide {
    float: left
}

.rtl .slick-next {
    left: 30px;
    right: unset
}

.rtl .slick-prev {
    left: 0;
    right: unset
}

.rtl .pl-0 {
    padding-right: 0 !important;
    padding-left: 15px !important
}

.rtl .pr-0 {
    padding-right: 15px !important;
    padding-left: 0 !important
}

.rtl ul {
    -webkit-padding-start: 0
}

.rtl header .nav-icon ul .onhover-div:after {
    right: unset;
    left: -3px
}

.rtl header .nav-icon ul .onhover-div .show-div {
    left: 0;
    right: unset
}

.rtl header .nav-icon ul .cart-icon {
    padding-left: 64px;
    padding-right: 15px
}

.rtl header .nav-icon ul .cart-icon .cart {
    left: 0;
    right: unset
}

.rtl header .search-bar .search-icon {
    left: 20px;
    right: unset
}

.rtl header .header-content .nav-right {
    float: left
}

.rtl header .sidenav {
    left: unset;
    right: -300px
}

.rtl header .sidenav.open-side {
    right: 0
}

.rtl header .sidenav .pixelstrap li a {
    text-align: right
}

.rtl header .sidenav .pixelstrap li a,
.rtl header .sidenav .pixelstrap li a:hover,
.rtl header .sidenav .pixelstrap li a:focus,
.rtl header .sidenav .pixelstrap li a:active {
    padding: 10px 25px
}

.rtl header .sidenav .pixelstrap li ul li a {
    padding: 5px 18px
}

.rtl header .sidenav .pixelstrap li ul li a:hover,
.rtl header .sidenav .pixelstrap li ul li a:active,
.rtl header .sidenav .pixelstrap li ul li a:focus,
.rtl header .sidenav .pixelstrap li ul li a.highlighted {
    padding: 5px 18px
}

.rtl header.header-2 .header-top .brand-logo {
    padding-left: 50px;
    padding-right: 0
}

.rtl header.header-2 .pixelstrap.sm-horizontal>li>a,
.rtl header.header-2 .pixelstrap.sm-horizontal>li>a:hover,
.rtl header.header-2 .pixelstrap.sm-horizontal>li>a:focus,
.rtl header.header-2 .pixelstrap.sm-horizontal>li>a:active {
    padding: 33px 0 33px 20px
}

.rtl header.header-2 .pixelstrap.sm-horizontal .icon-cls a,
.rtl header.header-2 .pixelstrap.sm-horizontal .icon-cls a:hover,
.rtl header.header-2 .pixelstrap.sm-horizontal .icon-cls a:focus,
.rtl header.header-2 .pixelstrap.sm-horizontal .icon-cls a:active {
    padding-right: 20px
}

.rtl header.header-3 .brand-logo {
    padding: 15px 0 15px 28px;
    border-right: none;
    border-left: 1px solid #eeeeee
}

.rtl header.header-3 .search-bar .search-icon {
    left: 22px;
    right: unset
}

.rtl header.header-3 .nav-icon ul .cart-icon {
    padding-left: 88px;
    padding-right: 15px
}

.rtl header.header-3 .nav-icon ul .cart-icon:after {
    right: -3px;
    left: unset
}

.rtl header.header-3 .nav-icon ul .cart-icon .cart {
    left: 18px;
    right: unset
}

.rtl header.header-3 .nav-icon ul .cart-icon .cart-count {
    left: unset;
    right: 16px
}

.rtl header.header-3 .nav-icon ul .setting-icon {
    padding-left: 0;
    padding-right: 15px
}

.rtl header.header-3 .nav-icon ul .onhover-div.user-icon {
    padding-left: 0;
    padding-right: 15px !important
}

.rtl header.header-4 .left-part {
    float: right
}

.rtl .pixelstrap a {
    padding-right: 0;
    padding-left: 30px
}

.rtl .pixelstrap a:hover,
.rtl .pixelstrap a:focus,
.rtl .pixelstrap a:active {
    padding-right: 0;
    padding-left: 30px
}

.rtl .pixelstrap a.sm-horizontal .mega-box .link-section .demo ul li a {
    text-align: right
}

.rtl .pixelstrap ul a {
    padding: 5px 20px
}

.rtl .pixelstrap ul a,
.rtl .pixelstrap ul a:hover,
.rtl .pixelstrap ul a:focus,
.rtl .pixelstrap ul a:active,
.rtl .pixelstrap ul a.highlighted {
    padding: 5px 20px
}

.rtl .pixelstrap.sm-horizontal .feature-menu.full-mega-menu a {
    text-align: right
}

.rtl .pixelstrap.sm-horizontal .feature-menu a:hover,
.rtl .pixelstrap.sm-horizontal .feature-menu a:focus,
.rtl .pixelstrap.sm-horizontal .feature-menu a:active,
.rtl .pixelstrap.sm-horizontal .feature-menu a.highlighted {
    padding: 0
}

.rtl .setting-box {
    direction: ltr
}

.rtl .setting-box h1,
.rtl .setting-box h2,
.rtl .setting-box h3,
.rtl .setting-box h4,
.rtl .setting-box h5,
.rtl .setting-box h6,
.rtl .setting-box p {
    text-align: left
}

.rtl .brand-logo img {
    transform: scaleX(-1)
}

.rtl [dir=rtl] .slick-slide {
    float: left
}

.rtl .effect-cls:before,
.rtl .effect-cls:after {
    right: 0
}

.rtl .breadcrumb-section .breadcrumb {
    padding-left: 0
}

.rtl .order-history h4 {
    text-align: center
}

.rtl .cart-section .wishlist-buttons,
.rtl .wishlist-section .wishlist-buttons {
    text-align: left
}

.rtl .category-block .category-details h6,
.rtl .category .category-wrap h6,
.rtl .category .category-wrap h5,
.rtl .blog-section .review-box .review-content h5,
.rtl .blog-section .review-box .review-content h6,
.rtl .blog-section .review-box .review-content p {
    text-align: center
}

.rtl .offer-slider .slick-slide>div {
    direction: rtl
}

.rtl .tab-layout1 .theme-tab .border-row1 .product-box {
    border-left: 1px solid #eeeeee;
    border-right: none
}

.rtl .tab-layout1 .theme-tab .border-row1>div:first-child .product-box {
    border-right: 1px solid #eeeeee
}

.rtl .tab-layout1 .theme-tab .border-row1>div:nth-last-child(6) .product-box {
    border-right: 1px solid #eeeeee
}

.rtl .vertical-tab .tab-inner .theme-tab .tabs {
    border-left: none;
    border-right: 1px solid #eeeeee
}

.rtl .vertical-tab .tab-inner .theme-tab .tabs li {
    padding: 20px 30px 20px 0
}

.rtl .vertical-tab .tab-inner .theme-tab .tabs .current:after {
    right: unset;
    left: 0;
    border-right: none;
    border-left: 10px solid #eeeeee
}

.rtl .vertical-tab .slick-slide {
    direction: rtl
}

.rtl .vertical-tab .slick-next {
    left: 60px
}

.rtl .vertical-tab .slick-prev {
    left: 30px
}

.rtl .vertical-tab .padding-class.pr-0 {
    padding-left: 0;
    padding-right: 15px !important
}

.rtl .vertical-tab .side-banner.pl-0 {
    padding-left: 15px !important;
    padding-right: 0
}

.rtl .vertical-tab.vertical-tab2 .pr-0 {
    padding-left: 0;
    padding-right: 15px !important
}

.rtl .tab-layout3 .row-border>div:nth-child(2),
.rtl .tab-layout3 .row-border>div:nth-child(4) {
    border-left: none;
    border-right: 1px solid #eeeeee
}

.rtl .tab-layout4 .row-border1 .product-box {
    border-right: 1px solid #eeeeee;
    border-left: none
}

.rtl .tab-layout4 .row-border2 .product-box {
    border-right: none;
    border-left: 1px solid #eeeeee
}

.rtl .single-section .blog-box .blog-white .product p,
.rtl .single-section .blog-box .blog-white .product h5 {
    text-align: center
}

.rtl .single-section .blog-box .blog-white .product .timer {
    padding-right: 0
}

.rtl .banner-bg .banner-content.app-content {
    padding: 0 0 0 70px
}

.rtl .logo.no-border h2 {
    text-align: right
}

.rtl .app-section .app-content {
    margin-left: 0;
    margin-right: 40px
}

.rtl .app-section .app-content h5,
.rtl .blog-section .review-box .title,
.rtl .product-layout .center-product .title,
.rtl .product-layout .center-product .product-details p,
.rtl .product-layout .center-product .product-details h5 {
    text-align: center
}

.rtl .media-product-section .media .cart-info,
.rtl .media-product-section .product-box .cart-info {
    text-align: right
}

.rtl .media-product-section .media .cart-info button i,
.rtl .media-product-section .product-box .cart-info button i {
    padding-left: 8px;
    padding-right: 0
}

.rtl .collection-about p,
.rtl .collection-about .title,
.rtl .collection-section .collection_detail h6,
.rtl .collection-section .collection_detail h5 {
    text-align: center
}

.rtl .lookbook-section .lookbook-right .hover-detail ul {
    text-align: right
}

.rtl .lookbook-section .lookbook-right .hover-detail li .number-cls {
    margin-right: 0;
    margin-left: 10px
}

.rtl .instashop-section .title,
.rtl .service-banner .service-box p {
    text-align: center
}

.rtl .title-basic .timer-flash {
    right: 10px;
    left: unset
}

.rtl .notification-bar .marquee {
    text-align: center
}

.rtl .typo-content.typo-buttons,
.rtl .typography_section .typography-box .headings,
.rtl .typography_section .typography-box ul,
.rtl .typography_section .typography-box ol,
.rtl .typography_section .typography-box dl {
    text-align: right
}

.rtl .typography_section .typography-box ol {
    padding-inline-start: 0
}

.rtl .typography_section .typography-box .typo-content.input_button {
    text-align: right
}

.rtl .absolute-product .product-box .product-detail .rating,
.rtl .absolute-product .product-box .product-detail h4,
.rtl .absolute-product .product-box .product-detail h6,
.rtl .absolute-product .product-box .product-detail .color-variant {
    text-align: center
}

.rtl .box-product .full-box .theme-card .offer-slider .product-box2 .media {
    padding-right: 0;
    padding-left: 15px
}

.rtl .box-product .full-box .theme-card .offer-slider .product-box2 .media img {
    padding: 0 0 0 15px
}

.rtl .box-product .full-box .theme-card .offer-slider .product-box2 .cart-bottom {
    text-align: right
}

.rtl .banner .banner-content h6,
.rtl .banner .banner-content h2,
.rtl .banner .banner-content h4 {
    text-align: center
}

.rtl .product-box.product-select-box .select-dropdown:after {
    left: 8px;
    right: unset
}

.rtl .product-box.product-select-box .qty-add-box .qty-box .input-group .form-control {
    margin-left: 10px;
    margin-right: 0
}

.rtl .product-box.product-select-box .qty-add-box .qty-box label {
    margin-right: 0;
    margin-left: 8px
}

.rtl .product-box .img-block .cart-details {
    left: 10px;
    right: unset
}

.rtl .product-box .img-block .lable-wrapper .lable1 {
    right: 15px;
    left: unset
}

.rtl .product-box .img-block .lable-wrapper .lable1:before {
    border-left: none;
    border-right: 14px solid #202447;
    left: unset;
    right: 39px
}

.rtl .product-box .img-block .lable-wrapper .lable2 {
    left: unset;
    right: 15px
}

.rtl .product-box .img-block .lable-wrapper .lable3 {
    right: -32px;
    left: unset;
    transform: rotate(45deg)
}

.rtl .product-box .img-block .lable-wrapper .lable4 {
    right: 25px;
    left: unset
}

.rtl .product-box .img-block .lable-wrapper .lable5 {
    right: 18px;
    left: unset
}

.rtl .product-box .img-block .cart-right {
    left: 7px;
    right: unset
}

.rtl .product-box:hover .cart-details button {
    animation: fadeInLeft .3s ease-in-out
}

.rtl .product-box:hover .cart-details a:nth-child(2) i {
    animation: fadeInLeft .5s ease-in-out
}

.rtl .product-box:hover .cart-details a:nth-child(3) i {
    animation: fadeInLeft .7s ease-in-out
}

.rtl .product-box:hover .cart-details a:nth-child(4) i {
    animation: fadeInLeft 1s ease-in-out
}

.rtl .category .category-block {
    direction: rtl;
    padding: 25px 30px 25px 0
}

.rtl .category .category-block .category-content {
    padding: 10px 20px 10px 0;
    margin-left: 0;
    margin-right: 30px;
    border-left: none;
    border-right: 1px solid #eeeeee
}

.rtl .category .category-block .category-content .btn-solid {
    left: 20px;
    right: unset
}

.rtl .category .category-block:hover .category-content {
    border-right: none
}

.rtl .category .category-block:hover .category-content .btn-solid {
    animation: fadeInLeft .5s ease
}

.rtl .slider-section .padding-cls {
    padding-left: 15px !important;
    padding-right: 0
}

.rtl .slider-section .side-banner {
    padding-right: 15px !important;
    padding-left: 0
}

.rtl .slider-section .deal-box {
    text-align: right
}

.rtl .slider-section .deal-box .slick-slider .slick-prev {
    right: unset;
    left: -6px
}

.rtl .slider-section .deal-box .slick-slider .slick-next {
    right: unset;
    left: 24px
}

.rtl .slider-section .deal-box .product p,
.rtl .slider-section .deal-box .product h5 {
    text-align: center
}

.rtl .slider-section .deal-box .product .timer {
    padding-right: 0
}

.rtl .slider-section .tab-head {
    text-align: right
}

.rtl .slider-section .slick-slider .slick-prev {
    left: 30px;
    right: unset
}

.rtl .slider-section .slick-slider .slick-next {
    left: 60px;
    right: unset
}

.rtl .slider-section .slick-slider .slick-slide {
    direction: rtl
}

.rtl .banner-sec.landscape-layout .left-banner h2 {
    text-align: center
}

.rtl .cart-info a [class^=ti-],
.rtl .cart-info a [class*=" ti-"] {
    border-left: none;
    border-right: 1px solid #eeeeee
}

.rtl .form_search button {
    left: 5px;
    right: unset
}

.rtl .search-overlay>div .closebtn {
    right: unset;
    left: 25px
}

.rtl .home-slider .text-center p,
.rtl .home-slider .text-center h1,
.rtl .home-slider .text-center h2,
.rtl .home-slider .text-center h3,
.rtl .home-slider .text-center h4,
.rtl .home-slider .text-center h5,
.rtl .home-slider .text-center h6,
.rtl .center-slider .text-center p,
.rtl .center-slider .text-center h1,
.rtl .center-slider .text-center h2,
.rtl .center-slider .text-center h3,
.rtl .center-slider .text-center h4,
.rtl .center-slider .text-center h5,
.rtl .center-slider .text-center h6 {
    text-align: center !important
}

.rtl .home-slider .text-left p,
.rtl .home-slider .text-left h1,
.rtl .home-slider .text-left h2,
.rtl .home-slider .text-left h3,
.rtl .home-slider .text-left h4,
.rtl .home-slider .text-left h5,
.rtl .home-slider .text-left h6,
.rtl .center-slider .text-left p,
.rtl .center-slider .text-left h1,
.rtl .center-slider .text-left h2,
.rtl .center-slider .text-left h3,
.rtl .center-slider .text-left h4,
.rtl .center-slider .text-left h5,
.rtl .center-slider .text-left h6 {
    text-align: left
}

.rtl .home-slider .text-right p,
.rtl .home-slider .text-right h1,
.rtl .home-slider .text-right h2,
.rtl .home-slider .text-right h3,
.rtl .home-slider .text-right h4,
.rtl .home-slider .text-right h5,
.rtl .home-slider .text-right h6,
.rtl .center-slider .text-right p,
.rtl .center-slider .text-right h1,
.rtl .center-slider .text-right h2,
.rtl .center-slider .text-right h3,
.rtl .center-slider .text-right h4,
.rtl .center-slider .text-right h5,
.rtl .center-slider .text-right h6 {
    text-align: right
}

.rtl .home-slider .p-left .slider-contain,
.rtl .center-slider .p-left .slider-contain {
    justify-content: flex-start
}

.rtl .home-slider .p-right .slider-contain,
.rtl .center-slider .p-right .slider-contain {
    justify-content: flex-end
}

.rtl .home-slider .slider-contain h1,
.rtl .home-slider .slider-contain h2,
.rtl .home-slider .slider-contain h3,
.rtl .home-slider .slider-contain h4,
.rtl .home-slider .slider-contain h5,
.rtl .home-slider .slider-contain h6,
.rtl .center-slider .slider-contain h1,
.rtl .center-slider .slider-contain h2,
.rtl .center-slider .slider-contain h3,
.rtl .center-slider .slider-contain h4,
.rtl .center-slider .slider-contain h5,
.rtl .center-slider .slider-contain h6 {
    text-align: left
}

.rtl .home-slider .slider-contain .btn-solid,
.rtl .home-slider .slider-contain .btn-outline,
.rtl .center-slider .slider-contain .btn-solid,
.rtl .center-slider .slider-contain .btn-outline {
    float: inherit
}

.rtl .home-slider .slick-next,
.rtl .center-slider .slick-next {
    right: unset;
    left: 1px
}

.rtl .home-slider .slick-next:before,
.rtl .center-slider .slick-next:before {
    transform: rotate(180deg)
}

.rtl .home-slider .slick-prev,
.rtl .center-slider .slick-prev {
    left: unset;
    right: 1px
}

.rtl .home-slider .slick-prev:before,
.rtl .center-slider .slick-prev:before {
    transform: rotate(180deg)
}

.rtl .home-slider:hover .slick-next,
.rtl .center-slider:hover .slick-next {
    right: unset;
    left: 100px
}

.rtl .home-slider:hover .slick-prev,
.rtl .center-slider:hover .slick-prev {
    left: unset;
    right: 100px
}

.rtl .pwd-page h2 {
    text-align: center
}

.rtl .footer-light .subscribe {
    border-right: none;
    border-left: 1px solid #dddddd
}

.rtl .footer-light .subscribe h4 {
    text-align: right
}

.rtl .subscribe h4 {
    text-align: center
}

.rtl .subscribe h4 i {
    padding-left: 5px;
    padding-right: 0
}

.rtl .service-block svg {
    margin-left: 12px;
    margin-right: 0
}

.rtl .service-block+.service-block {
    border-right: 1px solid #dddddd;
    border-left: none
}

.rtl .service-block1 h4,
.rtl .service-block1 p,
.rtl .service-block1 h5 {
    text-align: center
}

.rtl .service-block1+.service-block1 {
    border-left: none;
    border-right: 1px solid #eeeeee
}

.rtl .blog-details h4,
.rtl .blog-details h6,
.rtl .blog-details a p,
.rtl .instagram h2,
.rtl .category-block .category-details h5,
.rtl .about-text p {
    text-align: center
}

.rtl .collection-banner.p-left .contain-banner {
    justify-content: flex-end
}

.rtl .collection-banner.p-right .contain-banner {
    justify-content: flex-start
}

.rtl .collection-banner.p-center .contain-banner {
    justify-content: center
}

.rtl .collection-banner.text-center .contain-banner h1,
.rtl .collection-banner.text-center .contain-banner h2,
.rtl .collection-banner.text-center .contain-banner h3,
.rtl .collection-banner.text-center .contain-banner h4,
.rtl .collection-banner.text-center .contain-banner h5,
.rtl .collection-banner.text-center .contain-banner h6 {
    text-align: center
}

.rtl .collection-banner.text-left .contain-banner h1,
.rtl .collection-banner.text-left .contain-banner h2,
.rtl .collection-banner.text-left .contain-banner h3,
.rtl .collection-banner.text-left .contain-banner h4,
.rtl .collection-banner.text-left .contain-banner h5,
.rtl .collection-banner.text-left .contain-banner h6 {
    text-align: left
}

.rtl .collection-banner.text-right .contain-banner h1,
.rtl .collection-banner.text-right .contain-banner h2,
.rtl .collection-banner.text-right .contain-banner h3,
.rtl .collection-banner.text-right .contain-banner h4,
.rtl .collection-banner.text-right .contain-banner h5,
.rtl .collection-banner.text-right .contain-banner h6 {
    text-align: right
}

.rtl .collection-banner .contain-banner {
    justify-content: flex-end
}

.rtl .collection-banner .contain-banner h1,
.rtl .collection-banner .contain-banner h2,
.rtl .collection-banner .contain-banner h3,
.rtl .collection-banner .contain-banner h4,
.rtl .collection-banner .contain-banner h5,
.rtl .collection-banner .contain-banner h6 {
    text-align: left
}

.rtl .full-banner.p-left .banner-contain {
    float: left
}

.rtl .full-banner.p-right .banner-contain {
    float: right
}

.rtl .full-banner.p-center .banner-contain {
    left: 0;
    right: 0;
    margin: 0 auto
}

.rtl .full-banner.p-center .banner-contain h3,
.rtl .full-banner.p-center .banner-contain h4 {
    text-align: center
}

.rtl .full-banner.p-center .banner-contain .btn-solid,
.rtl .full-banner.p-center .banner-contain .btn-outline {
    float: unset
}

.rtl .full-banner.text-center .banner-contain h2,
.rtl .full-banner.text-center .banner-contain h3,
.rtl .full-banner.text-center .banner-contain h4 {
    text-align: center
}

.rtl .full-banner.text-left .banner-contain h2,
.rtl .full-banner.text-left .banner-contain h3,
.rtl .full-banner.text-left .banner-contain h4 {
    text-align: left
}

.rtl .full-banner.text-right .banner-contain h2,
.rtl .full-banner.text-right .banner-contain h3,
.rtl .full-banner.text-right .banner-contain h4 {
    text-align: right
}

.rtl .theme-card .slick-prev {
    left: 0;
    right: unset
}

.rtl .theme-card .slick-next {
    right: unset;
    left: 28px
}

.rtl .theme-card .offer-slider img {
    padding: 15px 0 15px 15px
}

.rtl .theme-card .offer-slider .media .media-body a h6 {
    margin-left: 61px;
    margin-right: 0
}

.rtl .theme-card .offer-slider .media .media-body .rating {
    text-align: right
}

.rtl .theme-card .offer-slider .media .media-body .rating i {
    padding-left: 5px
}

.rtl .theme-card.card-border h5 {
    padding-left: 0;
    padding-right: 50px
}

.rtl .theme-card.card-border .slick-prev {
    left: 30px
}

.rtl .theme-card.card-border .slick-next {
    left: 50px
}

.rtl .theme-card.card-border .offer-slider img {
    padding: 15px 30px 15px 15px
}

.rtl .theme-card.card-border .offer-slider .slick-slide>div {
    direction: rtl
}

.rtl .background .contain-bg h4 {
    text-align: center
}

.rtl .center-slider:hover .slick-next {
    left: 20px;
    right: unset
}

.rtl .center-slider:hover .slick-prev {
    left: unset;
    right: 20px
}

.rtl .blog-box.blog-pattern .blog-white {
    text-align: right
}

.rtl .blog-box.blog-pattern .blog-white.product-sec .product-block {
    direction: rtl
}

.rtl .blog-box.blog-pattern .blog-white.product-sec .product-block .media .media-body a {
    right: unset;
    left: 0
}

.rtl .blog-box.blog-pattern .blog-white.product-sec .product-block .media img {
    margin-right: 0 !important;
    margin-left: 10px
}

.rtl .blog-box.blog-pattern .blog-white.feature-sec .feature-block .media:last-child {
    border-left: none;
    border-right: 1px solid #eeeeee
}

.rtl .blog-box.blog-pattern .blog-white.feature-sec .feature-block .media img {
    margin-right: 0 !important;
    margin-left: 1rem
}

.rtl .blog-box.blog-pattern .blog-white.app-white,
.rtl .blog-box.blog-pattern .blog-white.app-white h5 {
    text-align: center
}

.rtl .add_to_cart.right {
    left: -300px;
    right: unset
}

.rtl .add_to_cart.right.open-side {
    left: 0;
    right: unset
}

.rtl .add_to_cart .cart-inner .cart_media li .media img {
    margin-right: 0 !important;
    margin-left: 1rem
}

.rtl .theme-tab .tab-title {
    -webkit-padding-start: 0
}

.rtl .theme-tab .tab-content .product-tab .tab-box .product-box2 img {
    padding: 15px
}

.rtl .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .rating {
    text-align: right
}

.rtl .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body a h6 {
    margin-left: 35px;
    margin-right: 0
}

.rtl .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .color-variant {
    text-align: right;
    -webkit-padding-start: 0
}

.rtl .timer {
    padding-left: 0;
    padding-right: 40px
}

.rtl .timer span .padding-l {
    padding-left: 0;
    padding-right: 22px
}

.rtl .category-m .category-wrapper h4 {
    text-align: center
}

.rtl .category-m .category-wrapper .category-link {
    -webkit-padding-start: 0
}

.rtl .full-box .theme-card .offer-slider .product-box2 .media .media-body a h6 {
    margin-right: 0;
    margin-left: 20px
}

.rtl .full-box .theme-card .offer-slider .product-box2 .media .media-body .color-variant {
    text-align: right;
    -webkit-padding-start: 0
}

.rtl .compare-page .table-wrapper .table tbody tr th,
.rtl .compare-page .table-wrapper .table tbody tr td,
.rtl .compare-page .table-wrapper .table thead .th-compare td {
    text-align: right
}

.rtl .compare-page .table-wrapper .table thead .th-compare th .remove-compare {
    float: right
}

.rtl .product-wrap .product-detail .rating,
.rtl .product-wrap .product-detail h4,
.rtl .product-wrap .product-detail h6,
.rtl .product-wrap .product-detail .color-variant,
.rtl .product-wrap .product-info .rating,
.rtl .product-wrap .product-info h4,
.rtl .product-wrap .product-info h6,
.rtl .product-wrap .product-info .color-variant {
    text-align: center
}

.rtl .product-wrap .product-detail .color-variant li,
.rtl .product-wrap .product-info .color-variant li {
    margin: 0 2px
}

.rtl .breadcrumb-item+.breadcrumb-item {
    padding-right: .5rem;
    padding-left: 0
}

.rtl .breadcrumb-item+.breadcrumb-item:before {
    padding-right: 0;
    padding-left: .5rem
}

.rtl .main-nav-center .toggle-nav {
    left: 175px;
    right: 0
}

.rtl .testimonial .testimonial-slider .slick-track .slick-slide .media h5,
.rtl .testimonial .testimonial-slider .slick-track .slick-slide .media h6 {
    text-align: center
}

.rtl .sitemap_page ul {
    text-align: right
}

.rtl .team .slick-next {
    right: unset;
    left: 20px
}

.rtl .team .slick-prev {
    right: unset;
    left: 0
}

.rtl .team h4,
.rtl .team h6 {
    text-align: center
}

.rtl .blog-page .blog-sidebar .theme-card .recent-blog {
    text-align: right
}

.rtl .blog-page .blog-sidebar .theme-card .recent-blog li .media img {
    margin-right: 0;
    margin-left: 10px
}

.rtl .blog-page .blog-sidebar .theme-card .popular-blog li .blog-date {
    margin: 0 0 0 15px
}

.rtl .blog-page .blog-media .blog-right ul {
    text-align: right
}

.rtl .blog-page .blog-media .blog-right ul li+li {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #dddddd;
    padding-left: 0;
    margin-left: 0;
    border-left: none
}

.rtl .blog-detail-page .blog-detail .post-social {
    text-align: right
}

.rtl .blog-detail-page .blog-detail .post-social li+li {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #dddddd;
    padding-left: 0;
    margin-left: 0;
    border-left: none
}

.rtl .blog-detail-page .blog-advance ul {
    text-align: right
}

.rtl .blog-detail-page .comment-section li img {
    margin-right: 0;
    margin-left: 20px
}

.rtl .blog-detail-page .blog-contact .theme-form label,
.rtl .blog-detail-page .blog-contact .theme-form .btn-solid,
.rtl .blog-detail-page .blog-contact .theme-form .btn-outline {
    float: right
}

.rtl .cart-section tbody tr td h2,
.rtl .cart-section tbody tr td p,
.rtl .wishlist-section tbody tr td h2,
.rtl .wishlist-section tbody tr td p {
    text-align: center
}

.rtl .cart-section tfoot tr td:first-child,
.rtl .wishlist-section tfoot tr td:first-child {
    padding-right: 0;
    padding-left: 10px;
    text-align: left
}

.rtl .cart-section .cart-buttons>div:last-child,
.rtl .wishlist-section .cart-buttons>div:last-child {
    text-align: left;
    padding-left: 59px;
    padding-right: 0
}

.rtl .cart-section .cart-buttons>div:first-child .btn-solid,
.rtl .cart-section .cart-buttons>div:first-child .btn-outline,
.rtl .wishlist-section .cart-buttons>div:first-child .btn-solid,
.rtl .wishlist-section .cart-buttons>div:first-child .btn-outline {
    float: right
}

.rtl .collection-product-wrapper .product-top-filter .product-filter-content .collection-view ul li:first-child {
    margin-right: 0;
    margin-left: 14px
}

.rtl .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
    border-right: none;
    border-left: 1px solid #dddddd;
    padding-right: 0;
    padding-left: 20px
}

.rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select {
    border-right: none;
    border-left: 1px solid #dddddd;
    padding: 20px;
    background: url(dropdown.png) no-repeat 85%
}

.rtl .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view {
    border-right: none;
    border-left: 1px solid #dddddd
}

.rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select {
    padding: 20px;
    background: url(dropdown.png) no-repeat 85%
}

.rtl .collection-product-wrapper .product-top-filter .popup-filter .open-popup {
    left: unset;
    right: 0
}

.rtl .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view,
.rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view,
.rtl .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup,
.rtl .collection-product-wrapper .product-top-filter .popup-filter .search-count {
    border-right: none;
    border-left: 1px solid #dddddd
}

.rtl .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view select,
.rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select,
.rtl .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup select,
.rtl .collection-product-wrapper .product-top-filter .popup-filter .search-count select {
    border-right: none
}

.rtl .collection-product-wrapper .product-top-filter .popup-filter .collection-view ul {
    float: right
}

.rtl .collection-product-wrapper .product-top-filter .popup-filter .collection-view ul li:first-child {
    margin-right: 0;
    margin-left: 14px
}

.rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select {
    background: url(dropdown.png) no-repeat 85%
}

.rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
    background: url(dropdown.png) no-repeat 85%
}

.rtl .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
    text-align: right;
    background: url(dropdown.png) no-repeat 85%
}

.rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select,
.rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
    padding-right: 20px;
    padding-left: 45px
}

.rtl .collection-product-wrapper .product-top-filter .product-filter-content .collection-view,
.rtl .collection-product-wrapper .product-top-filter .popup-filter .collection-view {
    text-align: right
}

.rtl .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li,
.rtl .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul li {
    margin-right: 10px;
    margin-left: 0
}

.rtl .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view .filter-select li,
.rtl .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view .filter-select li {
    margin-right: 4px;
    margin-left: 0
}

.rtl .qty-box .input-group span button {
    transform: rotate(180deg)
}

.rtl .product-pagination .product-search-count-bottom {
    padding-right: 0;
    padding-left: 15px
}

.rtl .product-pagination .pagination .page-item a i {
    transform: rotate(180deg)
}

.rtl .custom-control-label:after {
    right: -1.5rem;
    left: unset
}

.rtl .contact-page .theme-form label,
.rtl .contact-page .theme-form .btn-solid,
.rtl .contact-page .theme-form .btn-outline {
    float: right
}

.rtl .contact-page .contact-right ul li {
    padding-right: 150px;
    padding-left: 0
}

.rtl .contact-page .contact-right ul li .contact-icon {
    left: unset;
    border-left: 1px solid #dddddd;
    border-right: 0;
    right: 0
}

.rtl .contact-page .contact-right ul li .contact-icon h6 {
    text-align: center
}

.rtl .faq-section .accordion.theme-accordion .card .card-header button {
    float: right;
    text-align: right
}

.rtl .faq-section .accordion.theme-accordion .card .card-header button:before {
    right: unset;
    left: 20px
}

.rtl .login-page .theme-card {
    text-align: right
}

.rtl .login-page .theme-card .theme-form label {
    float: right
}

.rtl .register-page {
    text-align: right
}

.rtl .register-page .theme-card .theme-form label {
    float: right
}

.rtl .image-swatch {
    text-align: right
}

.rtl .product-right .color-variant {
    text-align: center
}

.rtl .product-right .rating {
    text-align: right
}

.rtl .product-right.product-form-box h4,
.rtl .product-right.product-form-box h3,
.rtl .product-right.product-form-box h6 {
    text-align: center
}

.rtl .product-right .product-icon .product-social li {
    padding-right: 0;
    padding-left: 30px
}

.rtl .product-right .product-icon .wishlist-btn i {
    border-left: none;
    border-right: 1px solid #dddddd;
    padding-left: 0;
    margin-left: 0;
    padding-right: 10px;
    margin-right: 5px
}

.rtl .product-right .product-icon .wishlist-btn span {
    padding-left: 0;
    padding-right: 10px
}

.rtl .product-right .payment-card-bottom {
    text-align: right
}

.rtl .product-right .payment-card-bottom ul li {
    padding-right: 0;
    padding-left: 10px
}

.rtl .product-right .timer p,
.rtl .single-product-tables,
.rtl .single-product-tables.detail-section,
.rtl .tab-product .theme-form input,
.rtl .product-full-tab .theme-form input {
    text-align: right
}

.rtl .tab-product .tab-content .theme-form .media .ml-3,
.rtl .product-full-tab .tab-content .theme-form .media .ml-3 {
    margin-left: 0 !important;
    margin-right: 1rem !important
}

.rtl .theme-form {
    text-align: right
}

.rtl .collection .collection-block .collection-content h3,
.rtl .collection .collection-block .collection-content h4,
.rtl .collection .collection-block .collection-content p {
    text-align: center
}

.rtl .product-right-slick .slick-next,
.rtl .product-slick .slick-next {
    top: 50%;
    right: unset;
    left: 1px;
    transform: rotate(180deg)
}

.rtl .product-right-slick .slick-prev,
.rtl .product-slick .slick-prev {
    top: 50%;
    left: unset;
    right: 1px;
    transform: rotate(180deg)
}

.rtl .product-right-slick:hover .slick-next,
.rtl .product-slick:hover .slick-next {
    right: unset;
    left: 20px
}

.rtl .product-right-slick:hover .slick-prev,
.rtl .product-slick:hover .slick-prev {
    left: unset;
    right: 20px
}

.rtl .product-right-slick:hover .slick-prev:after,
.rtl .product-slick:hover .slick-prev:after {
    opacity: 0
}

.rtl .collection-wrapper .product-right .product-buttons,
.rtl .collection-wrapper .product-right .size-box {
    text-align: center
}

.rtl .collection-wrapper .product-right .size-box ul li {
    margin-right: 0;
    margin-left: 10px
}

.rtl .collection-wrapper .product-right .product-description h6 span,
.rtl .collection-mobile-back span i {
    float: left
}

.rtl .modal-header .close {
    padding: unset;
    margin: unset
}

.rtl .collection-collapse-block .collapse-block-title:after {
    left: -3px;
    right: unset
}

.rtl .collection-filter-block .product-service .media .media-body {
    padding-right: 10px;
    padding-left: 0
}

.rtl .collection-sidebar-banner {
    text-align: right
}

.rtl .tab-border .nav-border {
    border-right: 0;
    border-left: 1px solid #dddddd
}

.rtl .product-pagination .pagination .page-item.active a {
    border-right: none
}

.rtl .custom-control {
    padding-left: 0;
    padding-right: 1.5rem
}

.rtl .collection-collapse-block .collection-collapse-block-content .color-selector ul,
.rtl .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox {
    text-align: right
}

.rtl .theme-modal .modal-dialog .quick-view-modal button.close {
    left: 10px;
    right: 0
}

.rtl .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .close {
    left: 17px;
    right: unset
}

.rtl .custom-control-label:before {
    right: -1.5rem;
    left: 0
}

.rtl .product-wrapper-grid.list-view .product-box .product-detail {
    padding-right: 15px;
    padding-left: 0
}

.rtl .search-overlay>div .overlay-content button {
    right: unset;
    left: 10px
}

.rtl .dark-layout h2,
.rtl .dark-layout .footer-contant p {
    text-align: center
}

.rtl .subscribe-form.classic-form .form-control {
    margin-left: 0;
    margin-right: 15px
}

.rtl .rtl-text .product-right .color-variant,
.rtl .rtl-text .product-right .size-box,
.rtl .rtl-text .product-right .product-buttons,
.rtl .rtl-text .product-right .border-product {
    text-align: right
}

.rtl .search-block .form-header .input-group i {
    padding-right: 0;
    padding-left: 10px
}

.rtl .payment-box .payment-options li .radio-option {
    text-align: right
}

.rtl .payment-box .payment-options li .radio-option label {
    padding-right: 30px;
    padding-left: 0
}

.rtl .payment-box .payment-options li .radio-option input[type=radio] {
    right: 0;
    left: unset
}

.rtl .contact-page.register-page,
.rtl .order-box .total li .count,
.rtl .order-box .sub-total .shipping {
    text-align: right
}

.rtl .order-box .sub-total .shopping-option label {
    padding-left: 0;
    padding-right: 10px
}

.rtl .order-box .sub-total li .count,
.rtl .order-box .qty li span,
.rtl .order-box .title-box span {
    text-align: right
}

.rtl .error-section h1,
.rtl .error-section h2 {
    text-align: center
}

.rtl .dashboard .box .box-title>a {
    right: unset;
    left: 0
}

.rtl .dashboard .box address {
    text-align: right
}

.rtl .success-text h2,
.rtl .success-text p {
    text-align: center
}

.rtl .product-order .product-order-detail {
    text-align: right
}

.rtl .product-order .final-total h3 span {
    float: left
}

.rtl .delivery-sec h2,
.rtl .delivery-sec h3,
.rtl .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body a h6,
.rtl .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart #upsell_product .product-box .product-detail h6,
.rtl .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart #upsell_product .product-box .product-detail h4,
.rtl .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .product-upsell h4 {
    text-align: center
}

.rtl .add_to_cart .cart-inner .cart_top_shop .close-cart {
    margin-right: auto;
    margin-left: unset
}

.rtl .add_to_cart .cart-inner .cart_media .close-circle {
    left: 0;
    right: unset
}

.rtl .payment-box .payment-options li .radio-option label img {
    margin-right: -30px;
    margin-left: 0
}

.rtl .checkout-page .checkout-form select {
    background: url(dropdown.png) no-repeat 3%
}

.rtl .compare-section .compare-part .detail-part .title-detail h5 {
    text-align: center
}

.rtl .dashboard-left .block-content ul li:hover {
    padding-right: 10px;
    padding-left: 0
}

.rtl .tab-left .theme-tab .left-side .tab-title {
    margin-left: 100px;
    text-align: right;
    margin-right: 0
}

.rtl .review-page .comnt-sec {
    text-align: right
}

.rtl .review-page .comnt-sec li {
    margin-right: 0;
    margin-left: 15px
}

.rtl .review-page .comnt-sec li a i {
    margin-right: 0;
    margin-left: 5px
}

.rtl .template-password #container #login h2,
.rtl .template-password #container #login .theme-form,
.rtl .template-password #container #login .theme-form h3,
.rtl .template-password #container #powered p {
    text-align: center
}

.rtl .ribbon-1 {
    right: 14px;
    left: unset
}

.rtl .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects>div .demo-text h4 {
    text-align: center
}

.rtl header.header-1 .right-part {
    text-align: left
}

.rtl header.header-1 .right-part ul li {
    border-left: 1px solid #eeeeee;
    border-right: none
}

.rtl header.header-1 .right-part ul li .select-option:after {
    left: 0;
    right: unset
}

.rtl header.header-1 .right-part ul li:first-child a {
    padding-left: 12px;
    padding-right: 0
}

.rtl header.header-1 .right-part ul li:nth-last-child(-n+2) {
    padding-right: unset;
    padding-left: 24px
}

.rtl header.header-1 .right-part ul li:last-child {
    border-left: none
}

.rtl header.header-1 .nav-icon ul .onhover-div {
    padding: 0 0 0 130px
}

.rtl header.header-1 .nav-icon ul .onhover-div .icon-detail {
    left: unset;
    right: 40px
}

.rtl header.header-1 .nav-icon ul .cart-icon {
    padding: 0 0 0 70px
}

.rtl header.header-1 .nav-icon ul .wishlist-icon {
    padding: 0 0 0 95px
}

.rtl header.header-1 .header-section .search-bar {
    padding-left: 15px;
    padding-right: 80px
}

.rtl header.header-1 .header-section .search-bar .search-icon {
    right: unset;
    left: 20px
}

.rtl header.header-1 .pixelstrap.sm-horizontal .icon-cls a,
.rtl header.header-1 .pixelstrap.sm-horizontal .icon-cls a:hover,
.rtl header.header-1 .pixelstrap.sm-horizontal .icon-cls a:focus,
.rtl header.header-1 .pixelstrap.sm-horizontal .icon-cls a:active {
    padding-right: 0;
    padding-left: 20px
}

.rtl header.header-1 .search-bar .search__input {
    padding: 12px 24px 12px 50px
}

.rtl header.header-2 .search-bar .search-icon {
    left: 20px;
    right: unset
}

.rtl header.header-2 .upper-section {
    padding: 25px 25px 25px 0
}

.rtl header.header-2 .upper-section li {
    border-right: none;
    border-left: 1px solid #eeeeee
}

.rtl header.header-2 .upper-section li a select {
    background: url(dropdown.png) no-repeat 15%
}

.rtl header.header-2 .upper-section li:first-child a {
    padding-left: 12px;
    padding-right: 0
}

.rtl header.header-2 .upper-section li:last-child a {
    padding-left: 8px;
    padding-right: 12px
}

.rtl header.header-2 .upper-section li:nth-last-child(-n+2) {
    border-left: none
}

.rtl header.header-2 .lower-section {
    padding: 25px 25px 25px 0
}

.rtl header.header-2 .content-header .right-section {
    border-left: none;
    border-right: 1px solid #eeeeee
}

.rtl header.header-2 .nav-icon ul .onhover-div {
    padding: 0 0 0 121px
}

.rtl header.header-2 .nav-icon ul .onhover-div.wishlist-icon {
    padding: 0 0 0 90px
}

.rtl header.header-2 .nav-icon ul .onhover-div.search-3 {
    padding-left: 0
}

.rtl header.header-2 .nav-icon ul .onhover-div .icon-detail {
    right: 40px;
    left: unset
}

.rtl header .navbar {
    padding: 0 0 0 25px
}

.rtl header .search-bar {
    padding-right: 0;
    padding-left: 15px
}

.rtl header .search-bar .search__input {
    padding: 12px 24px 12px 50px
}

.rtl footer .about-section .footer-mobile-title h4:after {
    left: unset;
    right: 0
}

.rtl footer .footer-logo {
    text-align: unset;
    transform: scaleX(-1)
}

.rtl footer .subscribe-section .subscribe-content p {
    padding-left: unset;
    border-left: none;
    margin-left: unset;
    padding-right: 25px;
    border-right: 1px solid #85e4f0;
    margin-right: 25px
}

.rtl footer .subscribe-section .subscribe-content h4 i {
    padding-right: unset;
    padding-left: 12px
}

.rtl footer .subscribe-section .subscribe-content .subscribe-form {
    margin-left: unset;
    margin-right: 30px
}

.rtl footer .subscribe-section .subscribe-content .subscribe-form .btn-solid {
    margin-left: unset;
    margin-right: -30px;
    border-bottom-right-radius: unset;
    border-top-right-radius: unset;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px
}

.rtl footer .footer-social li {
    padding-left: 5px;
    padding-right: 5px
}

.rtl footer .footer-section .about-section {
    border-right: none;
    border-left: 1px solid #eeeeee
}

.rtl footer .footer-section .footer-link {
    border-right: none;
    border-left: 1px solid #eeeeee
}

.rtl footer .footer-section .footer-link .footer-title h4:after {
    left: unset;
    right: 0
}

.rtl footer .sub-footer .payment-card-bottom li {
    padding-left: 0;
    padding-right: 15px
}

.rtl footer.footer-2 .footer-section .footer-link {
    border-left: none
}

.rtl footer.footer-2 .footer-section .footer-link .footer-content .contact-list {
    text-align: right
}

.rtl footer.footer-2 .footer-section .footer-link .footer-content .contact-list li {
    padding-left: 0;
    padding-right: 25px
}

.rtl footer.footer-2 .footer-section .footer-link .footer-content .contact-list li i {
    right: 0;
    left: unset
}

.rtl footer.footer-3 .footer-section .footer-link {
    border-right: 1px solid #eeeeee;
    border-left: none
}

.rtl footer.footer-3 .footer-section .footer-link .footer-content .contact-list li {
    text-align: right;
    padding-left: 0;
    padding-right: 25px
}

.rtl footer.footer-3 .footer-section .footer-link .footer-content .contact-list li i {
    right: 0;
    left: unset
}

.rtl footer.footer-3 .footer-section .about-section {
    border-left: none
}

.rtl footer.footer-4 .border-class {
    padding: 0 125px 0 0;
    border-left: none;
    border-right: 1px solid #eeeeee
}

.rtl footer.footer-4 .border-class .footer-social {
    margin-right: -15px;
    margin-left: 0
}

.rtl footer.footer-4 .height-cls .footer-link:last-child {
    border-left: none
}

.rtl footer.footer-4 .footer-section .footer-link .footer-content .contact-list {
    text-align: right
}

.rtl footer.footer-4 .footer-section .footer-link .footer-content .contact-list li {
    padding-left: 0;
    padding-right: 25px
}

.rtl footer.footer-4 .footer-section .footer-link .footer-content .contact-list li i {
    right: 0;
    left: unset
}

.rtl .service .service-block .media img {
    margin-right: unset;
    margin-left: 8px
}

.rtl .add_to_cart .cart-inner .cart_media li .total h5 span {
    float: left
}

.rtl .product-box .product-info h6,
.rtl .product-box .product-info h5,
.rtl .product-box .addtocart_box .addtocart_detail h5 {
    text-align: center
}

.rtl .product-box .addtocart_box .close-cart {
    right: unset;
    left: 8px
}

.rtl .product-wrapper-grid.list-view .product-box .product-info h6,
.rtl .product-wrapper-grid.list-view .product-box .product-info h5 {
    text-align: right
}

.rtl .portfolio-section.metro-section .product-box .product-detail h5,
.rtl .portfolio-section.metro-section .product-box .product-detail h6 {
    text-align: center
}

.rtl .checkout-page .checkout-form .form-group .field-label {
    text-align: right
}

.rtl .search-block .form-header .input-group button {
    border-radius: 50px 0 0 50px;
    margin-right: -1px;
    margin-left: unset
}

.rtl .search-block .form-header .input-group input {
    border-radius: 0 50px 50px 0
}

.rtl .team-4 .slick-prev:after {
    left: 19px
}

.rtl .collection-filter .theme-card .slick-prev:after {
    top: 10px
}

.rtl .testimonial .testimonial-slider .upper-part .testimonial-body p,
.rtl .testimonial .testimonial-slider .upper-part .testimonial-body h5,
.rtl .testimonial .testimonial-slider .upper-part .testimonial-body h6 {
    text-align: center
}

.rtl .team {
    text-align: right
}

.rtl .about-page h4,
.rtl .about-page p {
    text-align: center
}

.rtl .checkout-page .checkout-form .check-out .form-group:last-child {
    text-align: right
}

.rtl .checkout-page .payment-box .text-right {
    text-align: left !important
}

.rtl .product-order {
    text-align: right
}

.rtl .product-related .slick-next {
    left: 30px;
    right: unset
}

.rtl .product-related .slick-prev {
    right: unset;
    left: 0
}

.rtl .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .close {
    padding-left: 10px;
    padding-right: 0
}

.pagination-class {
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd
}

.pagination-class .pagination,
.pagination-class .pagination .page-item {
    border-radius: 0
}

.pagination-class .pagination .page-item a {
    padding: 18px;
    border-bottom: 0;
    border-top: 0;
    color: #777;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.pagination-class .pagination .page-item.active a {
    color: #d0af6c;
    background-color: #fff;
    border-color: #ddd
}

.page-link {
    line-height: 22px
}

.collection-product-wrapper .product-box .lable-wrapper {
    display: none
}

.header-4 header .search-bar .search-icon {
    right: 7px
}

.header-morder {
    z-index: 1;
    position: relative
}

.slider-effect {
    margin-top: -30px
}



@media (max-width: 420px) {

    header.header-1 .brand-logo img{
        margin-top: 25px !important;
        margin-bottom: 15px !important;
    }

    .home-slider{
        margin-top: -60px !important;
    }
    
    .product-box .product-info h6{
        font-size: 12px !important;
    }

    .collection-collapse-block .collapse-block-title{
        padding-top: 30px !important;
        padding-right: 10px !important;
    }

    .collection-collapse-block .collapse-block-title:after{
        padding-top: 30px !important;
    }


    .addtocart_box .addtocart_detail{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 50px;
    }


    .add_to_cart .cart-inner .cart_top_shop h3 {
        font-size: 18px;
        color: #041327;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 0;
        margin-top: 100px !important;
    
    }

    .add_to_cart .cart-inner .cart_top_shop .close-cart i {
        color: #041327;
        font-size: 18px;
        text-transform: uppercase;
        margin-bottom: 0;
        margin-top: 100px !important;
    }

    /* header .nav-icon ul .onhover-div.cart-icon {
       position: absolute !important;
    }

    header .nav-icon ul .onhover-div.user-icon {
        position: absolute !important;
     }
     
    header .onhover-div .search-3 .search-overlay{
        position: absolute !important;
     } */
     .checkout-section{
      width: 100% !important;
      }
}

.about-wrapper {
    direction: rtl;
    color: #041327;
    font-family: inherit;
    text-align: right;
}

/* بخش درباره ما */
.about-section1 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.about-heading {
    margin-top: 0;
    font-size: 30px;
    /* font-weight: bold; */
    text-align: center;
    margin-bottom: 2.5rem;
    color: #041327;
}

/* .about-description {
    font-size: 1.1rem;
    line-height: 1.8;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem auto;
} */

  .about-description {
    text-align: justify;
    text-align-last: center;
    direction: rtl;
    font-size: 1.1rem;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto 3rem auto;
  }

  .about-description2 {
    text-align: justify;
    text-align-last: center;
    direction: rtl;
    font-size: 1.2rem;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto 3rem auto;
  }

/* کارت‌ها */
.about-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 50px;
}

.about-card {
    padding: 1.5rem;
    border: 1px solid #d0af6c;
    border-radius: 1rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    text-align: center;
    background: #fff;
}

.about-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.about-card-title {
    font-size: 18px;
    /* font-weight: bold; */
    /* margin-bottom: 1rem; */
    color: #d0af6c;
}

.about-card-text {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

/* FAQ */
.about-faq {
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 1rem 2rem 1rem;
}

.about-faq-heading {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2.5rem;
    color: #041327;
}

.about-faq-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 50px;
}

.about-faq-item {
    padding: 1.5rem;
    border: 1px solid #d0af6c;
    border-radius: 1rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    background: #fff;
}

.about-faq-question {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 0.75rem;
    color: #d0af6c;
}

/* ریسپانسیو */
@media (min-width: 768px) {
    .about-cards {
        grid-template-columns: repeat(3, 1fr);
    }

    .about-faq-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}



.btn-outline-secondary:hover {
    color: #fff;
    background-color: #d0af6c;
    border-color: #041327 !important;
}


@media (max-width: 768px) {
    .addtocart_btn {
      flex-direction: column !important;
    }
  
    .addtocart_btn .quantity-selector {
      margin-right: 0 !important;
      margin-bottom: 30px;
    }

    .addtocart_btn .add_to_cart_btn_cls{
        width: 180px !important;
    }

  }
  
  .pagination .page-item .page-link{
color: #041327 !important;
  }

  .pagination {
    display: flex;
    justify-content: center;
  }






  .user-icon-dropdown {
    position: relative;
    display: inline-block;
    outline: none;
    width: 100px !important;
  }

  .user-dropdown-menu {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 40px);
    background: #f1f2e6;
    border-radius: 5px;
    list-style: none;
    padding: 10px 0;
    min-width: 200px;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    text-align: center;
  }
  
  .user-dropdown-menu li {
    display: block;
    padding: 8px 20px;
    display: block !important;
  }
  
  .user-dropdown-menu li a {
    text-decoration: none;
    color: #041327;
    display: block;
    width: 100%;
  }
  
  .user-dropdown-menu li a:hover {
    color: #d0af6c !important;
  }
  .user-icon-dropdown:focus-within .user-dropdown-menu {
    display: block;
  }



  @media (max-width: 767px) {
    .mobile-icons .user-dropdown-menu {
      left: 0;
      right: -20px;
      top: calc(100% + 30px);
      min-width: 160px;
      margin-left: 5px;

    }
  
    .mobile-icons .user-dropdown-menu li a {
      padding: 8px 8px;
      font-size: 14px;
      background-color: #041327;
      color: #f1f2e6;
    }
  
    .mobile-icons .user-dropdown-menu li a:hover {
      background-color: #d0af6c;
      color: #041327;
    }

    .cart-icon img.cart-image {
        display: none !important;
    }

  }
  


  @media (max-width: 768px) {
    table th,
    table td {
      font-size: 13px;
      padding: 8px;
      white-space: nowrap;
    }

    .checkout-confirm .btn {
      font-size: 15px;
      padding: 12px;
    }
  }

  .back-button{
    background-color: #d0af6c;
    color: #041327;
  }

.back-button:hover{
    background-color: #041327;
    color: #d0af6c;
}
  

button .submit-btn {
    border: none;
    background: #d0af6c;
    color: #041327;
    cursor: pointer;
    border: #041327 solid 1px;
    border-radius: 5px;
    
  }
  
  button .submit-btn:hover {
    background: #041327;
    color: #d0af6c;
  }





/*.shopify-section .yalda-cover{*/
/*    width: 100%;*/
/*    overflow: hidden;*/
/*    height: clamp(280px, 28vw, 520px);*/
/*    position: relative;*/
/*  }*/
  
/*  .shopify-section .yalda-cover .yalda-img{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    display: block;*/
/*    object-fit: cover;*/
/*    object-position: center;*/
/*  }*/

/*  @media (max-width: 768px){*/
/*    .shopify-section .yalda-cover{*/
/*      height: 380px;*/
/*      overflow: hidden;*/
      /* top: 0px; */
/*      margin-top: -37px;*/
/*    }*/
  
/*    .shopify-section .yalda-cover .yalda-img{*/
/*      position: relative;*/
/*      z-index: 1;*/
/*      object-fit: contain;*/
/*    }*/

/*  }*/
  

  /* .user-icon-dropdown:hover .user-dropdown-menu {
    display: block;
  } */
  
/*# sourceMappingURL=/cdn/shop/t/2/assets/style.scss.css.map?v=74411944732246091491583987980 */