body{
    font-family: "Avenir Next", sans-serif;
}
.header_area{
    border-bottom: 1px solid #ccc;
}
.header_strip{
    background: #212121;
    padding: 7px 31px;
}
.search_dropdown {
    position: fixed;
    left: 0;
    width: 100%;
    background: #fff;
    top: 0;
    border-bottom: 1px solid #ccc;
    z-index: 9999;
    padding: 30px 0px;
    display: none;
}
.search_dropdown h4 {
    color: #333;
    text-align: center;
    margin-top: 30px;
}
.cancel_icon {
    float: right;
    margin-right: 30px;
    font-size: 30px;
    -webkit-text-stroke: 4px #fff;
    color: #333;
    cursor: pointer;
}
.dropdown_input {
    margin-top: 20px;
    position: relative;
    margin-bottom: 20px;
}
.dropdown_input input {
    width: 100%;
    padding: 13px 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 15px;
    color: #808080;
}
.single_mega_img {
    height: 253px;
    border-radius: 10px;
}
.dropdown_input i {
    position: absolute;
    right: 13px;
    top: 18px;
    font-size: 15px;
    color: #808080;
    cursor: pointer;
}
.header_strip_content{
    text-align: center;
    color:#fff;
}
.header_strip .swiper-button-next:after{
    color:#fff;
    background: #0000;
    visibility: hidden;
}
.header_strip .swiper-button-next i{
    position: absolute;
    color:#fff;
   -webkit-text-stroke: 1.5px #000;
    font-size: 15px;
}
.header_strip .swiper-button-prev:after{
    color:#fff;
    background: #0000;
    visibility: hidden;
}
.header_strip .swiper-button-prev i{
    position: absolute;
    color:#fff;
    -webkit-text-stroke: 1.5px #000;
    font-size: 15px;
}
.bg-link{
    padding:0px 47px;
}
.link-box1{
    padding-top: 21px;
}
.link-box1 img{
    width: 20px;
}
.link-box2{
    text-align: center;
}
.link-box3{
    text-align: right;
    padding-top: 21px;
}
.link-box3 img{
    width: 23px;
}
.link-box2 img{
    width: 81%;
    padding-top: 13px;
}
.link-box1 ul li{
    float: left;
    margin-right: 17px;
    font-size: 21px;
}
.link-box1 ul li i{
    font-size: 23px;
    padding-top: 13px;
    color: #918d8d;
/*    -webkit-text-stroke: .5px #fff;*/
}
.link-box3 ul li{
    float: right;
    margin-left: 17px;
    font-size: 21px;
}
.link-box3 ul li i{
    font-size: 23px;
    padding-top: 13px;
    color: #918d8d;
}
.user_item {
    position: relative;
    height: 28px;
}
.user_item span{
    position: relative;
    top: 1px;
}
.user_box{
    position: relative;
}
.user_dropdown {
    position: absolute;
    background: #fff;
    width: 190px;
    right: 0;
    padding: 15px 0px;
    border: 1px solid #fafafa;
    box-shadow: 0px 10px 20px 1px #cccccc38;
    display: none;
}
.link-box3 ul li:hover ul {
    display: block;
}
.user_dropdown li{
    width: 100%;
}
.user_dropdown li a {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0px 15px;
    font-size: 14px !important;
}
.user_dropdown li a i{
    font-size: 14px !important;
    width: 20px;
}
.user_dropdown li a:hover i{
    color: #ff0000;
}
.bg-banner .swiper .swiper-slide{
    height: 78vh;
    overflow: hidden;
}
.bg-banner .swiper .swiper-slide img{
    width: 100%;
    margin-top: -147px;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 21px;
    color:#fff;
    background:#fff;
    padding: 7px 13px;
}
.swiper-button-next i{
    position: absolute;
    font-size: 23px;
    color: #000;
    -webkit-text-stroke: 3px #fff;
}
.swiper-button-prev i{
    position: absolute;
    font-size: 23px;
    color: #000;
    -webkit-text-stroke: 3px #fff;
}
.slide_content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.slide_content h3{
    font-size: 48px;
    color:#fff;
    font-family: "ITC Novarese", serif;
    font-weight: 500;
}
.slide_content p{
    color:#fff;
    font-size: 21px;
    font-family: "Avenir Next", sans-serif;
}
.slide_content button{
    font-size: 14px;
    border: 0;
    background: #fff;
    padding: 13px 31px;
    cursor: pointer;
}


/* animate css */
.animatable {
      
      /* initially hide animatable objects */
      visibility: hidden;
      
      /* initially pause animatable objects their animations */
      -webkit-animation-play-state: paused;   
      -moz-animation-play-state: paused;     
      -ms-animation-play-state: paused;
      -o-animation-play-state: paused;   
      animation-play-state: paused; 
    }

    /* show objects being animated */
    .animated {
      visibility: visible;
      
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;

      -webkit-animation-play-state: running;
      -moz-animation-play-state: running;
      -ms-animation-play-state: running;
      -o-animation-play-state: running;
      animation-play-state: running;
    }

    /* CSS Animations (extracted from http://glifo.uiparade.com/) */
    @-webkit-keyframes fadeInDown {
        0% {
            opacity: 0;
            -webkit-transform: translateY(-20px);
        }   100% {
            opacity: 1;
            -webkit-transform: translateY(0);
        }
    }

    @-moz-keyframes fadeInDown {
        0% {
            opacity: 0;
            -moz-transform: translateY(-20px);
        }

        100% {
            opacity: 1;
            -moz-transform: translateY(0);
        }
    }

    @-o-keyframes fadeInDown {
        0% {
            opacity: 0;
            -o-transform: translateY(-20px);
        }

        100% {
            opacity: 1;
            -o-transform: translateY(0);
        }
    }

    @keyframes fadeInDown {
        0% {
            opacity: 0;
            transform: translateY(-20px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }



    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0;
        }
        20% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }

    @-moz-keyframes fadeIn {
        0% {
            opacity: 0;
        }
        20% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }

    @-o-keyframes fadeIn {
        0% {
            opacity: 0;
        }
        20% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }

    @keyframes fadeIn {
        0% {
            opacity: 0;
        }
        60% {
            opacity: 0;
        }
        20% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    @-webkit-keyframes bounceInLeft {
        0% {
            opacity: 0;
            -webkit-transform: translateX(-2000px);
        }
        60% {
            -webkit-transform: translateX(20px);
        }

        80% {
            -webkit-transform: translateX(-5px);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
        }
    }

    @-moz-keyframes bounceInLeft {
        0% {
            opacity: 0;
            -moz-transform: translateX(-2000px);
        }

        60% {
            -moz-transform: translateX(20px);
        }

        80% {
            -moz-transform: translateX(-5px);
        }

        100% {
            opacity: 1;
            -moz-transform: translateX(0);
        }
    }

    @-o-keyframes bounceInLeft {
        0% {
            opacity: 0;
            -o-transform: translateX(-2000px);
        }

        60% {
            opacity: 1;
            -o-transform: translateX(20px);
        }

        80% {
            -o-transform: translateX(-5px);
        }

        100% {
            opacity: 1;
            -o-transform: translateX(0);
        }
    }

    @keyframes bounceInLeft {
        0% {
            opacity: 0;
            transform: translateX(-2000px);
        }

        60% {
            transform: translateX(20px);
        }

        80% {
            transform: translateX(-5px);
        }

        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }
    @-webkit-keyframes bounceInRight {
        0% {
            opacity: 0;
            -webkit-transform: translateX(2000px);
        }

        60% {
            -webkit-transform: translateX(-20px);
        }

        80% {
            -webkit-transform: translateX(5px);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
        }
    }

    @-moz-keyframes bounceInRight {
        0% {
            opacity: 0;
            -moz-transform: translateX(2000px);
        }

        60% {
            -moz-transform: translateX(-20px);
        }

        80% {
            -moz-transform: translateX(5px);
        }

        100% {
            opacity: 1;
            -moz-transform: translateX(0);
        }
    }

    @-o-keyframes bounceInRight {
        0% {
            opacity: 0;
            -o-transform: translateX(2000px);
        }

        60% {
            -o-transform: translateX(-20px);
        }

        80% {
            -o-transform: translateX(5px);
        }

        100% {
            opacity: 1;
            -o-transform: translateX(0);
        }
    }

    @keyframes bounceInRight {
        0% {
            opacity: 0;
            transform: translateX(2000px);
        }

        60% {
            transform: translateX(-20px);
        }

        80% {
            transform: translateX(5px);
        }

        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }
    @-webkit-keyframes fadeInUp {
        0% {
            opacity: 0;
            -webkit-transform: translateY(20px);
        }   100% {
            opacity: 1;
            -webkit-transform: translateY(0);
        }
    }

    @-moz-keyframes fadeInUp {
        0% {
            opacity: 0;
            -moz-transform: translateY(20px);
        }

        100% {
            opacity: 1;
            -moz-transform: translateY(0);
        }
    }

    @-o-keyframes fadeInUp {
        0% {
            opacity: 0;
            -o-transform: translateY(20px);
        }

        100% {
            opacity: 1;
            -o-transform: translateY(0);
        }
    }

    @keyframes fadeInUp {
        0% {
            opacity: 0;
            transform: translateY(20px);
        }

        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
    @-webkit-keyframes bounceIn {
        0% {
            opacity: 0;
            -webkit-transform: scale(.3);
        }
        50% {
            -webkit-transform: scale(1.05);
        }

        70% {
            -webkit-transform: scale(.9);
        }

        100% {
            opacity: 1;
            -webkit-transform: scale(1);
        }
    }

    @-moz-keyframes bounceIn {
        0% {
            opacity: 0;
            -moz-transform: scale(.3);
        }

        50% {
            -moz-transform: scale(1.05);
        }

        70% {
            -moz-transform: scale(.9);
        }

        100% {
            opacity: 1;
            -moz-transform: scale(1);
        }
    }

    @-o-keyframes bounceIn {
        0% {
            opacity: 0;
            -o-transform: scale(.3);
        }

        50% {
            -o-transform: scale(1.05);
        }

        70% {
            -o-transform: scale(.9);
        }

        100% {
            opacity: 1;
            -o-transform: scale(1);
        }
    }

    @keyframes bounceIn {
        0% {
            opacity: 0;
            transform: scale(.3);
        }

        50% {
            transform: scale(1.05);
        }

        70% {
            transform: scale(.9);
        }

        100% {
            opacity: 1;
            transform: scale(1);
        }
    }
    @-webkit-keyframes moveUp {
        0% {
            opacity: 1;
            -webkit-transform: translateY(40px);
        }   100% {
            opacity: 1;
            -webkit-transform: translateY(0);
        }
    }

    @-moz-keyframes moveUp {
        0% {
            opacity: 1;
            -moz-transform: translateY(40px);
        }

        100% {
            opacity: 1;
            -moz-transform: translateY(0);
        }
    }

    @-o-keyframes moveUp {
        0% {
            opacity: 1;
            -o-transform: translateY(40px);
        }

        100% {
            opacity: 1;
            -o-transform: translateY(0);
        }
    }

    @keyframes moveUp {
        0% {
            opacity: 0;
            transform: translateY(80px);
        }
         50% {
            opacity: 0;
        }

        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @-webkit-keyframes fadeBgColor {
        0%{
            background:none;
        }
      70%{
            background:none;
        }
        100%{
            background:#464646;
        }
    }
    @-o-keyframes fadeBgColor {
        0%{
            background:none;
        }
      70%{
            background:none;
        }
        100%{
            background:#464646;
        }
    }
    @keyframes fadeBgColor {
        0%{
            background:none;
        }
      70%{
            background:none;
        }
        100%{
            background:#464646;
        }
    }

    .animated.animationDelay{
        animation-delay:.4s;
        -webkit-animation-delay:.4s;
    }
    .animated.animationDelayMed{
        animation-delay:1.2s;
        -webkit-animation-delay:1.2s;
    }
    .animated.animationDelayLong{
        animation-delay:1.6s;
        -webkit-animation-delay:1.6s;
    }
    .animated.fadeBgColor {
        -webkit-animation-name: fadeBgColor;
        -moz-animation-name: fadeBgColor;
        -o-animation-name: fadeBgColor;
        animation-name: fadeBgColor;
    }
    .animated.bounceIn {
        -webkit-animation-name: bounceIn;
        -moz-animation-name: bounceIn;
        -o-animation-name: bounceIn;
        animation-name: bounceIn;
    }
    .animated.bounceInRight {
        -webkit-animation-name: bounceInRight;
        -moz-animation-name: bounceInRight;
        -o-animation-name: bounceInRight;
        animation-name: bounceInRight;
    }
    .animated.bounceInLeft {
        -webkit-animation-name: bounceInLeft;
        -moz-animation-name: bounceInLeft;
        -o-animation-name: bounceInLeft;
        animation-name: bounceInLeft;
    }
    .animated.fadeIn {
        -webkit-animation-name: fadeIn;
        -moz-animation-name: fadeIn;
        -o-animation-name: fadeIn;
        animation-name: fadeIn;
    }
    .animated.fadeInDown {
        -webkit-animation-name: fadeInDown;
        -moz-animation-name: fadeInDown;
        -o-animation-name: fadeInDown;
        animation-name: fadeInDown;
    }
    .animated.fadeInUp {
        -webkit-animation-name: fadeInUp;
        -moz-animation-name: fadeInUp;
        -o-animation-name: fadeInUp;
        animation-name: fadeInUp;
    }
    .animated.moveUp {
        -webkit-animation-name: moveUp;
        -moz-animation-name: moveUp;
        -o-animation-name: moveUp;
        animation-name: moveUp;
    }
/* animate css */

.bg-category{
    padding: 51px 0px;
}
.bg-category-box{
    padding:0px 49px;
}
.bg-category h3{
    font-size: 58px;
    font-weight: 300;
    letter-spacing: 2px;
    text-align: center;
    color: #333;
    margin-bottom: 51px;
    font-family: "ITC Novarese", serif;
}
.category-box img{
    width: 100%;
    height: 413px;
}
.category_dtl{
    padding: 15px;
    text-align: center;
}
.category_dtl h5{
    font-size: 19px;
    font-family: "ITC Novarese", serif;
    font-weight: normal;
    color: #212121;
}
.category_dtl p{
    font-size: 17px;
    font-family: "ITC Novarese", serif;
    font-weight: normal;
    color: #212121;
    line-height: 1.5;
}

.btn-holder a{
    font-weight: 400;
    color: #212121;
    transition: .5s;
    border-bottom: 1px solid #212121;
}
.btn-holder a:hover{
    border-bottom: 0px;
}
.banner-strip-box{
    height: 251px;
    overflow: hidden;
    position: relative;
}
.banner-strip-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    image-rendering: auto;
}
.banner-strip-overley{
    position: absolute;
    top:0;
    width: 100%;
    height: 251px;
}


.countdown {
     text-transform: upperacse;
     height: 251px;
     position: relative;
}
 .countdown ul {
     display: grid;
     grid-template-columns: repeat(4, minmax(0, 1fr));
     list-style: none;
     padding: 0;
     margin: 0;
     position: absolute;
    width: 100%;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
}
 .countdown li {
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #fff;
}
 .countdown li span {
     font-size: 3em;
     font-family: "ITC Novarese", serif;
}
.strip-box{
    padding-top: 51px;
    margin-left: 51px;
}
.strip-box p{
    color:#fff;
}
.strip-box .gat_bx{
    font-size: 27px;
    font-family: "ITC Novarese", serif;
}
.strip-box a{
    color:#fff;
    border-bottom: 1px solid #fff;
}
.bg-product-box{
    padding: 51px 0px;
    background: #f5f2ec;
}
.bg-product-bx{
    padding:0px 49px;
}
.product-box-img{
    width: 100%;
}
.product-box-img img{
    width: 100%;
}
.product-box-dtl{
    padding-top: 71px;
    text-align: center;
    width: 65%;
    margin-left: 11%;
}
.product-box-dtl p{
    color:#212121;
    letter-spacing: 1px;
}
.product-box-dtl h4{
    font-family: "ITC Novarese", serif;
    font-size: 33px;
    font-weight: 400;
}
.product-box-inner img{
    width: 100%;
    height: 199px;
}
.product-box-inner .btn-holder{
    background: #fcfbf9;
    padding: 13px 0px;
}
.product-box-inner .btn-holder a{
    font-size: 17px;
}
.zoom{
    height: 199px;
    overflow: hidden;
}
.product-box-inner img {
  transition-duration: 4s;
  margin: 0 auto;
  display: block;
  width:100%;
  height: 199px;
}
.product-box-inner:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  z-index: 0;
  cursor: pointer;
}
.bg-new-arrival{
    padding:51px 0px;
    height: 723px;
}
.bg-new-arrival-bx{
    padding:0px 49px;
}
.new-arrival-rgt{
    text-align: right;
}
.new-arrival-lft h4{
    font-family: "ITC Novarese", serif;
    font-size: 33px;
    font-weight: 400;
}


.nav_justified{
    width:17%;
    position: absolute !important;
    right: 0;
    margin-top: -71px;
}

#tile-1 .tab-pane
{
  padding:15px;
/*  height:80px;*/
}
#tile-1 .nav-tabs
{
  position:relative;
  border:none!important;
  background-color:#fff;
/*   box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2); */
  border-radius:6px;
}
#tile-1 .nav-tabs li
{
  margin:0px!important;
}
#tile-1 .nav-tabs li a
{
  position:relative;
  margin-right:0px!important;
  font-size:14px;
  border:none;
  color:#212121;
  font-weight: 400;
}
#tile-1 .nav-tabs a:hover
{
  background-color:#fff!important;
  border:none;
}
.nav_justified li a{
    display: inline;
    padding: 0;
    transition: .5s;
}
.nav_justified li a:hover{
    border-bottom: 0 !important;
}
.nav_justified .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    border-bottom: 1px solid #212121 !important;
}
.product-img img{
    width: 100%;
    height: 431px;
}
.bg-new-arrival .swiper{
    overflow: visible; !important;
}


.bg-img-change-box{
    position: relative;
}
#wrap_img {
  overflow: hidden;
}

#wrap_img .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in-out;
}
#wrap_img .image img {
  width: 100%;
  height: 451px;
  object-fit: cover;
  object-position: 50% 50%;
}
#wrap_img .container_bx > ul > li:first-child .image {
  opacity: 1;
  visibility: visible;
}

#wrap_img .container_bx {
    position: relative;
    display: grid;
    grid: 1fr / 1fr;
  width: 100%;
  height: 451px;
  z-index: 3;
  padding: 5%;
}
#wrap_img .container_bx > ul {
  list-style: none;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
#wrap_img .container-item {
    padding: 15px 0;
    display: inline;
    float: left;
}

#wrap_img .link {
  position: relative;
  font-size: 58px;
  font-weight: 400;
  text-decoration: none;
  color: #FFF;
  transition: opacity .3s ease-in-out;
  font-family: "ITC Novarese", serif;
}
#wrap_img .container-item.active .link + .image {
  opacity: 1;
  visibility: visible;
}
#wrap_img .container_bx.hover .link {
  opacity: .4;
}
#wrap_img .container-item.active .link {
  opacity: 1;
}
.container_bx ul li{
    display: inline-block;
    padding: 0px 51px;
}


.bg-marquee .marquee {
     width: 100%;
     overflow: hidden;
     white-space: nowrap;
}
.bg-marquee .marquee:hover .marquee__item {
     animation-play-state: paused;
}
.bg-marquee .marquee__seperator {
     margin: 0 1rem;
}
.bg-marquee .marquee__item {
     display: inline-block;
     will-change: transform;
     animation: marquee 25s linear infinite;
     font-size: 17px;
}
 @keyframes marquee {
     0% {
         transform: translateX(0);
    }
     100% {
         transform: translateX(-100%);
    }
}
.bg-marquee .marquee {
     background-color: #868154;
     padding: 1rem 0;
     color: #fff;
}
.bg-company-logo{
    padding:51px 0px;
}
.bg-company-logo h3 {
    font-size: 58px;
    font-weight: 300;
    letter-spacing: 2px;
    text-align: center;
    color: #333;
    margin-bottom: 51px;
    font-family: "ITC Novarese", serif;
}
.company-logo-box img{
    width: 70%;
}
.bg-chain-box{
    padding: 51px 0px;
    background: #f5f2ec;
}
.bg-chain-bx{
    padding:0px 49px;
}
.chain-box{
    text-align: center;
}
.chain-box h4{
    font-size: 19px;
    font-weight: 400;
    color: #212121;
    margin-top: 21px;
}
.chain-box p{
    font-size: 15px;
    color: #212121;
}
.bg-footer{
    padding: 51px 0px;
    background: #eae6dd;
}
.bg-footer-bx{
    padding:0px 49px;
}
.footer-box h4{
    font-size: 21px;
    font-weight: 400;
    color: #212121;
    margin-top: 21px;
    font-family: "ITC Novarese", serif;
    letter-spacing: 1px;
    padding-bottom: 17px;
}
.footer-box p{
    font-size: 15px;
    color: #212121;
}
.footer_ul li a{
    display: inline-block;
    font-size: 15px;
    color: #212121;
    font-weight: 400;
    letter-spacing: 1px;
    padding-bottom: 13px;
    transition: .5s;
}
.footer_ul li a:hover{
    color: #212121b0;
}
.footer-box input{
    border: 0;
    background: 0;
    border-bottom: 1px solid #212121;
    width: 100%;
    padding: 11px 0px;
    outline: none;
}
.footer-box button{
    position: absolute;
    border: 0;
    background: 0;
    right: 15px;
    margin-top: 13px;
    outline: 0;
    cursor: pointer;
}
.social-icon li{
    float: left;
    margin-right: 13px;
}
.social-icon li a{
    color: #212121;
    font-size: 23px;
    transition: .5s;
}
.social-icon li a:hover{
    color: #212121b0;
}
.footer-bottom{
    margin-top: 17px;
}
.footer-bottom li{
    float: left;
    margin-right: 17px;
}
.footer-bottom li a{
    color: #212121;
    transition: .5s;
    font-weight: 400;
    font-size: 15px;
}
.footer-bottom li a:hover{
    color: #212121b0;
}


/* product list css */
.bg-product-list{
    padding:51px 0px;
}
.product-list-bx{
    padding:0px 49px;
}
.heading-title {
    font-size: 33px;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: center;
    color: #333;
    margin-bottom: 51px;
    font-family: "ITC Novarese", serif;
}
.flex-container {
  display: flex;
   */
  flex-flow: row wrap;
  justify-content: space-between;
  
  padding: 0;
  margin: 0;
  list-style: none;
}

.flex-item {
    width: 140px;
}
.flex-item a{
    color: #212121;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 300;
    font-size: 15px;
}
.flex-item a button{
    width: 100%;
    background: #e0ddd8;
    height: 81px;
    padding: 0px 23px;
    border:0px;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
}
.bg-filter-box{
    padding: 51px 0px;
}
.filter-box{
    padding-right: 49px;
}
.flex-item a button {
  background-image: -webkit-linear-gradient(30deg, #c266d3 50%, transparent 50%);
  background-image: linear-gradient(30deg, #f5f2ec 50%, transparent 50%);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
.flex-item a button:hover {
  background-position: 100%;
}
.shop_grid_area-box{
    padding:0px 49px;
    border-top:1px solid #f1f1f1;
    border-bottom:1px solid #f1f1f1;
    position: sticky;
    position: -webkit-sticky;
    background: #fff;
    z-index: 3;
    top: 100px;
}
.hide-filter-box{
    display: inline-block;
    width: 151px;
    border-right: 1px solid #f1f1f1;
    padding:21px 0px;
    text-transform: uppercase;
    cursor: pointer;
}
.hide-filter-box1{
    display: inline-block;
    float: right;
    min-width: 151px;
    border-left: 1px solid #f1f1f1;
    text-align: right;
    padding:21px 10px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
}
.product-topbar{
    margin-bottom: 0;
    float: right;
}
.nice-select .list{
    left: -81px;
    top: 39px;
}
.nice-select .option{
    white-space: break-spaces;
    font-size: 12px;
    padding: 0px 11px;
    line-height: 31px;
}
.product-topbar .nice-select .list .option.selected{
    color:#212121;
    font-size: 13px;
}
.shop_sidebar_area{
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    padding: 20px 20px 20px 49px;
    position: sticky;
    position: -webkit-sticky;
    background: #fff;
    top: 161px;
    transition: .5s;
}
.shop_sidebar_area:hover{
    height: 471px;
    overflow-y: auto;
}

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}
.widget.price .ui-slider-handle{
    height: 21px;
    width: 21px;
    border-radius: 50%;
    top: -10px;
    color:#2f2f2f;
}
.widget.price .ui-slider-range.ui-corner-all.ui-widget-header{
    background: #2f2f2f;
}
.widget.price .ui-slider-horizontal{
    width:90% !important;
}
.range-price{
    margin-top: 21px !important;
}
.range-price span{
    display: inline-block;
    width: 91px;
    border: 1px solid #212121;
    padding: 7px 5px;
    color: #6c6969;
}
.price_min{
    margin-right: 5px;
}
.price_max{
    margin-left: 5px;
}

.demo-bx {
  margin: 20px;
}
.accordion .fa {
  margin-right: 0.5rem;
}
.accordion button, .accordion button:hover, .accordion button:focus{
  text-decoration: none;
}

.widget-box1 input[type=checkbox] {
  position: relative;
/*    border: 1px solid #212121;*/
    border-radius: 0px;
    background: none;
    cursor: pointer;
    line-height: 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 9px;
    width: 9px;
    -webkit-appearance: none;
  opacity: .5;
}

.widget-box1{
    margin-top: 13px;
    cursor: pointer;
}
.widget-box1 p{
    margin-bottom: 5px;
}
.widget-box1 .check1{
    display: inline-block;
    border:1px solid #212121;
    height: 16px;
    width: 16px;
    padding: 0px 0px 0px 2.2px;
}
.widget-box1 .check2{
    position: relative;
    font-size: 13px;
/*    color: #212121;*/
    letter-spacing: 1px;
    top: -7px;
    left: 3px;
}
.check-circle-gold{
    display: inline-block;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: #d4af37;
    position: relative;
    top: 5px;
    margin-right: 5px;
}
.check-circle-silver{
    display: inline-block;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: #cecbc7;
    position: relative;
    top: 5px;
    margin-right: 5px;
}
.widget-box1 input[type=checkbox]:hover {
  opacity: 1;
}

.widget-box1 input[type=checkbox]:checked {
  background-color: #ab8c52;
  opacity: 1;
  margin-top: -3px;
}

.widget-box1 input[type=checkbox]:before {
  content: '';
  position: absolute;
  right: 50%;
  top: 50%;
  width: 4px;
  height: 10px;
  border: solid #0000;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}

.product-list-img{
    margin-top: 31px;
}
.product-list-img .product-img img{
    height: 311px;
}


.accordion {
  background: #fff;
  color: #444;
  cursor: pointer;
  padding: 7px 0px;
  width: 100%;
  text-align: left;
  border: 0;
  outline: none !important;
  transition: 0.4s;
  border-bottom: 1px solid #f1f1f1;
  position: relative;

}

.bg-accordian .active,
.bg-accordian .accordion:hover {
  background-color: #fff;
  outline: none;
}

.bg-accordian .panel {
  padding: 13px 0px;
  background: #fff;
  padding-bottom: 0;
}

.bg-accordian .accordion:after {
  /* Unicode character for "plus" sign (+) */
  content: "\2212";
  font-size: 23px;
  color: #b0b0ae;
  float: right;
  margin-left: 5px;
  position: absolute;
  right: 0;
  top: 3px;
}

.bg-accordian .active:after {
  /* Unicode character for "minus" sign (-) */
  content: "\002B";
}
.bg-accordian .widget{
    margin-top: 17px;
}
/* /product list css */


/* product-detail css */
.bg-product-detail{
    padding:51px 49px;
}
.breadcrumbs a{
    font-size: 14px;
    font-weight: 400;
    color:#212121;
}
.breadcrumbs__arrow{
    color: #ccc;
    font-size: 6px;
    padding: 0px 9px;
    position: relative;
    top: -2px;
}
.product__title__wrapper {
    position: relative;
    padding-right: 70px;
    padding-top: 0;
}
.product__title{
    font-family: Cardo, serif;
    font-weight: 300;
    font-size: 29px;
    -webkit-text-stroke: .1px #fff;
    letter-spacing: 1px;
}
.product_price{
    margin-top: 13px;
}
.product_price span{
    font-size: 16px;
    color:#646464;
}
.product-quantity{
    margin-top: 21px;
}
.product-quantity-box .nice-select{
    width: 100%;
    border-radius: 0;
    border:1px solid #212121;
}
.product-quantity-box .list{
    left: 0px;
    width: 100%;
    height: 271px;
    overflow-y: auto;
    border-radius: 0;
    border:1px solid #212121;
}
.add_to_cart_btn button{
    border: 1px solid #212121;
    background: 0;
    width: 100%;
    height: 42px;
    color: #212121;
    letter-spacing: 1px;
    outline: none;
    cursor: pointer;
    transition: .5s;
    position: relative;
}
.add_to_cart_btn button::before{
    position: absolute;
    content: 'ADD TO CART';
    background: #ccc;
    left: 0;
    width: 100%;
    top: 0;
    height: 40px;
    line-height: 40px;
    width: 0%;
    display: none;
}


/* Basic styles */
        .product-container {
            display: flex;
        }
        .product-images {
            position: relative;
            overflow: hidden;
            width: 100%;
            height: 570px;
        }
        #main-image {
            width: 83%;
            height: 100%;
            margin-left: 17%;
        }
        .thumbnail-images {
            position: absolute;
            top: 0;
            width: 113px;
            text-align: center;
            min-height: 570px;
            background: #fff;
        }
        .thumbnail-images img {
            width: 73px;
            cursor: pointer;
            height: 63px;
            margin-bottom: 5px;
/*            border: 1px solid #ccc;*/
        }
        .thumbnail-images img.active {
            border-left: 2px solid #f58021; /* Highlight active thumbnail */
        }
        .product-details {
            margin-left: 20px;
        }
        .buy-button {
            margin-top: 10px;
        }

        /* Slider button styles */
        .slider-buttons {
            display: flex;
            justify-content: space-between;
            width: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        .slider-button {
            background: #fff;
            border: none;
            font-size: 24px;
            cursor: pointer;
            outline: none !important;
            padding: 0px 10px;
        }
        .slider_prev {
            margin-left: 123px;
        }
        .slider_next{
            margin-right: 11px;
        }

        /* Modal styles */
        .modal {
            display: none;
            position: fixed;
            z-index: 999;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0,0,0,0.9);
            animation: fadeIn 0.5s;
        }
        .modal-content {
            position: relative;
            margin: auto;
            padding: 20px;
            width: 80%;
            max-width: 700px;
        }
        .close {
            position: absolute;
            top: 10px;
            right: 25px;
            color: white;
            font-size: 35px;
            font-weight: bold;
            cursor: pointer;
        }
        .slider {
            position: relative;
        }
        .slides img {
            width: 100%;
            animation: fadeIn 0.5s;
            height: 90vh;
        }
        .prev, .next {
            cursor: pointer;
            position: absolute;
            top: 50%;
            width: auto;
            padding: 16px;
            margin-top: -22px;
            color: white;
            font-weight: bold;
            font-size: 18px;
            transition: 0.6s ease;
            border-radius: 0 3px 3px 0;
            user-select: none;
        }
        .prev {
            left: 0;
            border-radius: 3px 0 0 3px;
        }
        .next {
            right: 0;
            border-radius: 0 3px 3px 0;
        }
        .prev:hover, .next:hover {
            background-color: rgba(0,0,0,0.8);
        }

        /* Keyframes for animations */
        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }

        @keyframes fadeOut {
            from { opacity: 1; }
            to { opacity: 0; }
        }

        @keyframes slideInRight {
            from { transform: translateX(100%); opacity: 0; }
            to { transform: translateX(0); opacity: 1; }
        }

        @keyframes slideInLeft {
            from { transform: translateX(-100%); opacity: 0; }
            to { transform: translateX(0); opacity: 1; }
        }

        .fade-out {
            animation: fadeOut 0.5s forwards;
        }

        .fade-in {
            animation: fadeIn 0.5s forwards;
        }

        .slide-in-right {
            animation: slideInRight 0.5s ease-out;
        }

        .slide-in-left {
            animation: slideInLeft 0.5s ease-out;
        }
        .slider a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover{
            color:#fff;
        }
        .close_btn{
            position: absolute;
            right: 31px;
            color: #fff;
            font-size: 33px;
            cursor: pointer;
        }

.product_dtl_nav{
    padding-top: 31px;
}
.product_dtl_nav li{
    margin-right: 21px !important;
}
.product_dtl_nav li a{
    color:#212121ab;
    letter-spacing: .5px;
}

.nav-pills > li > a {
    display: inline-block;
    margin-right: 17px;
    margin: 5px;
    cursor: pointer;
}

.nav-pills > li.active > a {
    color: #212121;
    border-bottom: 1px solid #ccc !important;
}

.tab-content{
    margin-top: 21px;
}
.pro_tab_cntnt > .tab-pane {
    display: none;
    padding: 5px;
    margin-top: -1px;
    border-bottom: 1px solid #ccc;
}

.tab-content > .tab-pane.active {
    display: block;
}
.pro_tab_cntnt p{
    margin-bottom: 0;
    color: #212121;
    letter-spacing: .5px;
}
.free-delivery-bx{
    margin-top: 21px;
}
.free-delivery-bx p{
    margin-bottom: 7px;
    color: #212121;
}



.panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  font-size: 23px;
  padding: 1.7rem 30px 1.3rem 0;
  font-weight: 400;
  color:#212121;
  font-family: Cardo, serif;
  -webkit-text-stroke: .1px #fff;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-text-stroke: .5px;
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-text-stroke: .5px;
}
.accordion_box{
    margin-top: 51px;
}
.accordion_box .panel-default{
    border-top: 1px solid #f1f1f1;
}
.accordion_box .panel-default:last-child{
    border-bottom: 1px solid #f1f1f1;
}
.accordion_box{
    padding:0px 119px;
}
.faq-box{
    margin-top: 31px;
}
.faq-box h3{
    font-size: 19px;
    font-weight: 400;
    color:#212121;
    font-family: Cardo, serif;
    -webkit-text-stroke: .1px #fff;
}
.faq-box p{
    font-family: Cardo, serif;
    color:#515151;
}
.faq-box img{
    width:20px;
    margin-bottom: 21px;
}
.faq-box_abt img{
    width:100%;
}
.active1{
    display: block !important;
}
.nav-pills > li.active1 > a{
    color: #212121;
    border-bottom: 1px solid #ccc !important;
}
.product_dtl_nav_relative{
    justify-content: center;
    margin-top:31px;
}
.pro_tab_cntnt_relative > .tab-pane{
    border-bottom: 0;
}
.right-side-cart-area{
    width:393px;
    overflow-x: hidden ;
}
.off-box{
    font-size: 13px;
    background: #f7f9fa;
    width: 100%;
    padding: 10px;
}
.cart-box{
    border-bottom: 1px solid #ccc;
    padding:10px;
}
.cart-title{
    margin-bottom: 0;
    font-size: 17px;
    position: relative;
    font-weight: 400;
}
.cart-title i{
    position: absolute;
    right: 10px;
    font-size: 21px;
    color: #212121;
    -webkit-text-stroke: 2px #fff;
    transition: .5s;
}
.cart-title i:hover{
    transform: rotate(180deg); 
    color:#555;  
}
.amount-box{
    padding: 10px 0px;
}
.amount-box1{
    border-bottom: 1px solid #ccc;
    padding-bottom: 21px;
}
.cart_img img{
    width:100%;
}
.cart__item__title a{
    color:#212121;
    -webkit-text-stroke: .2px #fff;
    font-size: 15px;
}
.quantity__input{
    width: 113px;
    padding: 11px 23px;
    outline: none;
    text-align: center;
    border: 1px solid #ccc;
}
.quantity__minus{
    position: relative;
    left: 21px;
    color:#212121;
    -webkit-text-stroke: .5px #fff;
}
.quantity__plus{
    position: relative;
    right: 21px;
    color:#212121;
    -webkit-text-stroke: .5px #fff;
}
.remove_bx{
   -webkit-text-stroke: .2px #fff; 
   cursor: pointer;
}
.cart__total{
    border-bottom: 1px solid #ccc;
    padding: 15px 10px;
}
.cart__total__price{
    position: absolute;
    right: 10px;
    font-weight: 600;
}
.cart__total .checkout_btn button{
    width:100%;
    background: #212121;
    color: #fff;
    border:0;
    padding:11px;
    margin-top:21px;
    transition: .5s;
    position: relative;
    cursor: pointer;
    outline: none;
}
.cart__total .checkout_btn button::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0%;
    background: #1515157a;
    height: 40px;
    transition: .5s;
}
.cart__total .checkout_btn:hover button::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    background: #4f4f4f;
    height: 40px;
    opacity: .5;
}
.view_cart_btn button{
    width:100%;
    background: #fff;
    border:1px solid #ccc;
    color: #000;
    padding:11px;
    margin-top:21px;
    cursor: pointer;
    outline: none;
}
.amount-box1 .row{
    padding: 0;
    margin:0;
}
/* /product-detail css */

/* cart css */
.bg_cart{
    padding:50px 0px;
}
.cart_heading{
    font-size: 17px;
    font-weight: 400;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.cart_heading a{
    float: right;
    border: 1px solid #ccc;
    padding: 10px 20px;
    border-radius: 30px;
    color: #333;
    transition: .5s;
    margin-top: -10px;
}
.cart_heading a:hover{
    background: #fafafa;
}
.cart_box{
    padding: 15px 0px;
    border-bottom: 1px solid #ccc;
}
.cart_img img{
    width: 100%;
}
.product_para h6{
    font-size: 16px;
    font-weight: 500;
    color:#333;
}
.product_para p{
    font-weight: 600;
    margin-bottom: 0;
}
.product_para p span{
    color:#a9a5a5;
}
.cart_quantity{
    text-align: right;
}
.cart_quantity p{
    margin-bottom: 3px;
}
.cart_remove{
    padding-right: 14px;
    display: inline-block;
    padding-top: 10px;
}
.coupon_code{
    margin-top: 20px;
}
.proceedBx {
    padding: 10px 0px 10px 20px;
}
.proceedBx1 {
    border-bottom: 1px solid #ccc;
    padding: 19px 0px;
}
.proceedBx1 p {
    margin-bottom: 0;
    font-size: 14px;
}
.proBxx {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    line-height: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.totl_bx h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}
/* /cart css */

/* checkout css */
.checkout-box-lft{
    border-right: 1px solid #ccc;
    padding-top: 51px;
    padding-right: 43px;
}
.check_img{
    width: 40%;
    background: #ffc439;
    margin:auto;
    padding: 13px 0px;
    margin-bottom: 21px;
    border-radius: 5px;
    transition: .5s;
    text-align: center;
}
.check_img:hover{
    background: #f2ba36;
}
.check_img img{
    width: 30%;
}
.or_box{
    width:100%;
    border-top:1px solid #ccc;
    padding-bottom: 31px;
    margin-top: 31px;
    position: relative;
    text-align: center;

}
.or_box::before{
    position: absolute;
    content: 'OR';
    background: #fff;
    width: 41px;
    height: 41px;
    text-align: center;
    margin-top: -23px;
    border: 1px solid #f1f1f1;
    padding-top: 8px;
    font-size: 17px;
    color: #777;
    border-radius: 50%;
    margin-left: -23px;
}
.contacth h2{
    font-size:23px;
}
.contacth a{
    color:#a79063;
    text-decoration: underline;
}
.cemail_bx input{
    width: 100%;
    border:1px solid #ccc;
    padding:13px;
    border-radius: 5px;
    outline: none;
}
.news_bx input[type=checkbox]{
    width: 15px;
    height: 15px;
}
.dlvry_box .nice-select{
    width: 100%;
    height: 49px;
    padding-top: 5px;
}
.dlvry_box .list{
    width: 100%;
    margin-left: 81px;
}
.form_bx{
    margin-top: 17px;
    position: relative;
}
.form_bx input{
    width: 100%;
    border:1px solid #ccc;
    padding:13px;
    border-radius: 5px;
    outline: none;
}
.fa_scrch{
   position: absolute;
    right: 13px;
    top: 13px;
    font-size: 21px;
    color: #777;
    -webkit-text-stroke: .5px #fff;
}
.form_bx_state .nice-select{
    width: 100%;
    height: 49px;
    padding-top: 5px;
}
.form_bx_state .list{
    width: 100%;
    margin-left: 81px;
}
.paypal_bx{
    background: #fbf6ee;
    padding: 13px;
    border: 1px solid #a67f41;
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 0;
}
.paypal_bx span{
    float: right;
}
.paypal_bx1{
    background: #f4f4f4;
    text-align: center;
    padding: 31px;
    border:1px solid #ccc;
    border-top:0;
    border-radius: 0px 0px 5px 5px;
}
.form_btn a{
    width: 100%;
    background: #0070ba;
    padding: 13px;
    text-align: center;
    color:#fff;
    font-size: 17px;
    border-radius: 5px;
    margin-bottom: 21px;
}
.form_btn a:hover{
    background: #006ab1;
}
.checkout-box-rgt{
    padding-top:50px;
}
.checkout_para{
    font-size: 20px;
}
.proceedBx1 {
    border-bottom: 1px solid #ccc;
    padding: 19px 0px;
}
.couponBx1 h3 {
    font-size: 16px;
    font-weight: 600;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.subscriveBx2 span {
    background: #000;
    color: #fff;
    padding: 0px 20px;
    cursor: pointer;
    text-transform: uppercase;
    border: 1px solid #000;
    border-radius: 0;
}
.proceedBx3 {
    text-align: right;
}
.proceedBx2 p{
    margin-bottom: 0;
}
.subscriveBx2 span button {
    border: 0;
    background: 0;
    color: #fff;
    outline: none;
}
.proceedBtn a {
    background: #000;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 13px 0px;
    font-size: 17px;
    font-weight: 600;
    transition: .5s;
}
/* /checkout css */

/* contact page css */
.bg_contact{
    padding:50px 0px 0px 0px;
}
.contact_section h2{
    font-size: 40px;
    font-weight: 600;
    font-style: normal;
    color: #333;
    text-align: center;
}
.contact_inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}
.contact_inner1{
    width: 32%;
    padding:20px;
    text-align: center;
}
.icon_box{
    width: 100px;
    height: 100px;
    border: 1px solid #fafafa;
    border-radius: 50%;
    margin: auto;
    position: relative;
    background:#fafafa;
}
.icon_box i{
    font-size: 30px;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.contact_inner1 p{
    padding-top: 10px;
    margin-bottom: 0;
}
.bg_getin_touch{
    padding: 50px 0px 90px 0px;
    background: #f1f1f1;
    margin-top: 30px;
}
.getin_touch{
    width: 60%;
    margin:auto;
}
.getin_touch h2{
    font-size: 40px;
    font-weight: 600;
    font-style: normal;
    color: #333;
    text-align: center;
    margin-bottom: 30px;
}
.getin_form_group +.getin_form_group{
    margin-top: 20px;
}
.getin_form_group input, .getin_form_group textarea{
    border:0;
    border-bottom: 1px solid #ccc;
    width: 100%;
    background: 0;
    padding:10px 0px;
    outline: none;
}
.getin_btn{
    text-align: right;
}
.getin_btn button{
    border: 0;
    background: #000;
    color: #fff;
    font-size: 18px;
    padding: 10px 30px;
    cursor: pointer;
    outline: none;
}
.getin_btn .g-recaptcha{
    width: 50%;
    float: left;
}
/* /contact page css */

/* myprofile page css */
.bg_myprofile{
    padding:50px 0px;
}
.profile_box{
    width: 50%;
    margin:auto;
    background:#fff;
    padding:30px;
    border: 1px solid #ccc;
}
.profile_heading {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 30px;
}
.checkout_contact input {
    width: 100%;
    color: #808080;
    font-size: 15px;
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid rgba(51, 51, 51, 0.1);
    border-radius: 0px;
    margin-bottom: 15px;
}
.checkout_contact input:focus {
    outline: 0.5px solid #333;
}
.profile_btn{
    text-align: right;
}
.profile_btn button {
    margin-top: 15px;
    color: #ffffff;
    font-size: 16px;
    padding: 13px 30px;
    background-color: #333333;
    border: 1px solid rgba(0, 0, 0, 0);
    letter-spacing: 0px;
    line-height: 1;
    text-align: center;
    cursor: pointer;
}
/* /myprofile page css */

/* myorder page css */
.bg-myorder{
    padding:51px 0px;
}
.myOrder tbody, td, tfoot, th, thead, tr{
    border-style: none !important;
}
.orderPlaceRgt p{
    text-align: right;
}
.orderPlace p{
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0;
}
.orderPlace p span{
    margin-top: 5px;
    display: inline-block;
}
.cancelledBtn{
    background: #555;
    text-decoration: none;
    color: #fff;
    padding: 5px 17px;
    display: inline-block;
}
.cancelledBtn:hover{color:#fff}
.orderCancelled{
    background: #2E8ED7;
    text-decoration: none;
    color: #fff;
    padding: 5px 17px;
    display: inline-block;
}
.orderCancelled:hover{color:#fff}
.myOder_img{
    float: left;
    margin-right: 17px;
}
.myOder_img img{
    width: 93px;
}
.MtBx{
    padding-top: 7px;
}
.orderPro p{
    margin-bottom: 5px;
}
.orderPro p a{
    text-decoration: none;
    color: #000;
}
.byItAgain{
    background: #000;
    color: #fff !important;
    font-weight: 600;
    padding: 5px 21px;
    display: inline-block;
    transition: .5s;
}
.byItAgain:hover{
    background: #000;
}
.tblBox{
    margin-bottom: 7px;
}
.userproheading{
    font-size: 20px;
    font-weight: 600;
    color:#333;
}
/* /myorder page css */

/* my address page css*/
.bg_myaddress{
    padding:50px 0px;
}
.addNewAddress a{
    display: block;
    text-decoration: none;
    border: 1px solid #ccc;
    padding: 11px;
    margin-top: 13px;
    border-radius: 5px;
    font-size: 15px;
    transition: .5s;
}
.addNewAddress a:hover{
    color:#f11414;
}
.addNewAddress1{
    display: block;
    text-decoration: none;
    border: 1px solid #ccc;
    padding: 11px;
    margin-top: 17px;
    border-radius: 5px;
    font-size: 15px;
    transition: .5s;
}
.addNewAddress1Bx span{
    background: #f1f1f1;
    padding: 5px;
    font-size: 13px;
    display: inline-block;
}
.addNewAddress1Bx p{margin-bottom: 7px}
.addNewAddress2Bx {text-align: right;}
.addNewAddress2Bx a{
    text-decoration: none;
    color: #000;
    margin-left: 13px;
    transition: .5s;
}
.addNewAddress2Bx a:hover{color:#f11414}
.group_btn_new button{
    background: #000;
    border: 0;
    padding: 7px 21px;
    display: inline-block;
    margin-top: 13px;
    font-weight: 600;
    color: #fff;
    outline: none;
    cursor: pointer;
}
/* /change password page css*/

/* change password page css*/
.bg_changepassword{
    padding:50px 0px;
}
.userProfile {
    background: #fff;
    padding: 30px;
    border:1px solid #ccc;
}
.user_group {
    margin-top: 17px;
}
.user_group label {
    display: block;
    font-size: 15px;
    margin-bottom: 3px;
}
.user_group input {
    width: 100%;
    border: 1px solid #ccc;
    padding: 11px;
    outline: none;
    border-radius: 5px;
}
.user_groupBtn {
    text-align: right;
}
.user_groupBtn button {
    background: #000;
    border: 0;
    margin-top: 17px;
    padding: 9px 27px;
    color: #fff;
    font-weight: 600;
}
/* /change password page css*/

/* editaddress page css */
.bg_editaddress{
    padding:50px 0px;
}
.groupBx{

}
.groupBx input, .groupBx textarea{
    width: 100%;
    color: #808080;
    font-size: 15px;
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid rgba(51, 51, 51, 0.1);
    border-radius: 0px;
    margin-bottom: 15px;
    outline: none;
}
.groupBx input:focus {
    outline: 0.5px solid #333;
}
.groupBx textarea:focus {
    outline: 0.5px solid #333;
}
.groupBx .nice-select{
    width: 100%;
    color: #808080;
    font-size: 15px;
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid rgba(51, 51, 51, 0.1);
    border-radius: 0px;
    margin-bottom: 15px;
    line-height: 20px;
}
.groupBx .nice-select .list{
    left:0;
    width: 100%;
    top: -300px;
    height: 300px;
    overflow-y: auto;
}
/* /editaddress page css */

/* login css */
.bg_login-account {
    padding: 70px 0px;
}
.login_account {
    width: 50%;
    margin: auto;
}
.login_account h2 {
    font-size: 40px;
    text-align: center;
    color: #333;
    font-weight: 600;
    margin-bottom: 50px;
}
.form_group {
    margin-top: 25px;
}
.form_group label {
    display: block;
    margin-bottom: 11px;
    font-size: 16px;
    color: #808080;
}
.form_group input {
    width: 100%;
    color: #808080;
    font-size: 15px;
    padding: 13px 20px;
    background-color: #fff;
    text-transform: none;
    font-weight: var(--sti-font-weight);
    border: 1px solid rgba(51, 51, 51, 0.1);
    outline: none !important;
}
.form_group input:focus{
    border:.5px solid #000;
}
.sign_btn {
    padding-top: 7px;
}
.sign_btn button {
    color: #ffffff;
    font-size: 16px;
    padding: 17px 30px;
    background-color: #333333;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid rgba(0, 0, 0, 0);
    letter-spacing: 0px;
    line-height: 1;
    text-align: center;
    transition: 0.5s;
    cursor: pointer;
}
.sign_btn button:hover {
    border: 1px solid #333;
    background: #fff;
    color: #333;
}
.sign_btn span {
    float: right;
}
.sign_btn span {
    color: #808080;
    text-decoration: underline;
    cursor: pointer;
}
.sign_btn span a {
    font-size: 16px;
    font-weight: 500;
}

.create_btn button:hover {
    border: 1px solid #333;
    background: #fff;
    color: #333;
}
.forgot_part h2 {
    font-size: 40px;
    text-align: center;
    color: #333;
    font-weight: 600;
    margin-bottom: 30px;
}
.forgot_part p {
    text-align: center;
    margin-bottom: 0;
    position: relative;
    top: -15px;
}
/* /login css */

/* register css */
.read_agree {
    margin-top: 25px;
}
.read_agree label {
    font-weight: 400;
}
.read_agree label a {
    font-size: 16px;
    font-weight: 400;
}
.read_agree .stock_sec1 .form-group label:before {
    margin-right: 20px;
}


.create_button button {
    color: #ffffff;
    font-size: 16px;
    padding: 17px 30px;
    background-color: #333333;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid rgba(0, 0, 0, 0);
    letter-spacing: 0px;
    line-height: 1;
    text-align: center;
    transition: 0.5s;
    cursor: pointer;
    margin-top: 10px;
}
.create_button button:hover {
    border: 1px solid #333;
    background: #fff;
    color: #333;
}
.form_group input:focus {
    outline: 0.5px solid #333;
}
.forgot_pwd h2{
    margin-bottom: 10px;
}
.forgot_pwd p{
    text-align: center;
}
/* /register css */

/* error csss */
.bg_error {
    padding: 30px 0px 50px 0px;
}
.error {
    color: #20293f;
    text-align: center;
    animation: fadein 1.2s ease-in;
}
.error p {
    font-size: 18px;
}
.error > .code {
    font-size: 10em;
    text-shadow: 0 6px 1px rgba(0, 0, 0, 0.0980392), 
    0 0 5px rgba(0, 0, 0, 0.0980392), 
    0 1px 3px rgba(0, 0, 0, 0.298039), 
    0 3px 5px rgba(0, 0, 0, 0.2), 
    0 5px 10px rgba(0, 0, 0, 0.247059), 
    0 10px 10px rgba(0, 0, 0, 0.2),
        0 20px 20px rgba(0, 0, 0, 0.14902);
    margin: 0;
    font-style: italic;
}
.error > .desc {
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5), 0px 6px 20px rgba(0, 0, 0, 0.3);
    font-weight: 400;
}
@keyframes fadein {
    0% {
        margin-top: -50px;
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}
.error .cart_btm_btn {
    width: 20%;
    margin: auto;
}
.error .cart_btm_btn a{
    border:1px solid #333;
    background: #333;
    padding: 15px 30px;
    color: #fff;
    transition: .5s;
}
.error .cart_btm_btn a:hover{
    background: #fff;
    color:#333;
}
/* /error csss */

/* thankyou page css */
.bg_thankyou{
    padding:70px 0px;
}
.cart_btm_btn{
    margin-top: 30px;
}
.card_thanku_btn .cart_btm_btn a {
    border: 1px solid #333;
    color: #333;
    background: #fff;
    font-size: 14px;
    padding: 15px 30px;
    transition: .5s;
}
.card_thanku_btn .cart_btm_btn a:hover{
    background:#333;
    color:#fff;
}
.card_thankyou h1{
    font-size: 20px;
}
.card_thankyou p{
    margin-bottom: 0;
}
.close_circle{
    display: inline-block;
    width: 75px;
    height: 75px;
    border: 4px solid red;
    border-radius: 50%;
    position: relative;
}
.close_circle i{
    font-size: 60px;
    color: red;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-text-stroke: 7px #fff;
}
/* /thankyou page css */

/* start blog list css */
.bg-blog-section {
    padding: 50px 0;
}
.breadcrumb_list{
    display: flex;
    padding-top:20px;
    gap: 15px;
}
.breadcrumb_list li a{
    color:#333;
}
.blog-item {
    background: #fff;
    transition: all 500ms ease;
    border-radius: 5px;
    margin: 11px 0;
    box-shadow: 0px 13px 30px 0 #d1caca;
    transition: .5s;
}
.blog-item:hover{
    transform: translateY(-10px);
}
.image-part {
    width: 100%;
}
.image-part img {
    width: 100%;
    height: 193px;
}
.blog-item .blog-content {
    padding: 27px 27px 16px;
    height: 230px;
    padding-bottom: 0;
}
.blog-item .blog-content .blog-meta {
    margin-bottom: 11px;
    padding-left: 17px;
    text-align: center;
}
.blog-item .blog-content .blog-meta li {
    position: relative;
    margin-right: 5px;
    padding-right: 15px;
    display: inline-block;
    font-size: 15px;
}
.blog-item .blog-content .blog-meta li i {
    padding-right: 3px;
    font-size: 14px;
    color: #b23139;
}
.blog-item .blog-content .title {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 70px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-item .blog-content .title a {
    color: #2c3e50;
    font-size: 21px;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
    text-decoration: none;
}
.blog-item .blog-content .desc {
    color: #505050;
    padding-bottom: 20px;
    text-align: center;
    font-size: 16px;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 47px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pagination_box{
    text-align: center;
    margin-top: 20px;
}
.pagination_box .pagination{
    justify-content: center;
}
.pagination_box .pagination .page-link{
    color:#000;
}
.pagination_box .active>.page-link, .pagination_box .page-link.active{
     background: #333;
     border:1px solid #333;
     color:#fff !important;
}
.pagination_box .page-item:first-child .page-link{
    border-radius: 0px;
}
.pagination_box .page-item:last-child .page-link{
    border-radius: 0px;
}
/* end blog list css */

/* start blog detail css */
.bg-blog-detail {
    padding: 53px 0;
}
.recent-posts-widget {
    background: #fff;
    padding: 40px 30px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}
.widget-title {
    color: #333;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    padding-bottom: 12px;
    margin-bottom: 20px;
}
.widget-title:before {
    content: "";
    position: absolute;
    border: 0;
    width: 50px;
    height: 2px;
    background: red;
    z-index: 1;
    margin-left: 0;
    bottom: 0;
    left: 0;
}
.recent-posts-widget .show-featured {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.recent-posts-widget .show-featured .post-img {
    max-width: 110px;
}
.post-img img {
    width: 91%;
}
.recent-posts-widget .show-featured .post-desc a {
    font-size: 14px;
    line-height: 22px;
    color: #333;
    font-weight: 600;
    display: block;
    text-decoration: none;
}
.recent-posts-widget .show-featured .post-desc .date {
    color: #333;
    font-size: 14px;
}
.bs-img {
    width: 100%;
}
.bs-img img {
    width: 100%;
}
.blog-full-box {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    padding: 0 33px;
    padding-bottom: 33px;
}
.blog-metaBx li {
    list-style-type: none;
    float: left;
    margin-right: 17px;
    font-size: 15px;
}
.blog-metaBx li i {
    color: #333;
}
.blog-metaBx {
    padding-left: 0;
    padding-top: 27px;
}
.blog-detail h2 {
    font-size: 27px;
    font-weight: 600;
    line-height: 1.2;
    color: #333;
}
.blog-detail h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: #333;
}
.comment-area {
    padding-top: 31px;
}
.comment-area h3 {
    font-size: 24px;
    color: #333;
}
.comment-area h4 {
    color: #333;
}
.comment-full label {
    padding-top: 21px;
    padding-bottom: 5px;
    font-size: 15px;
}
.comment-full input {
    border-radius: 0;
    padding: 13px;
}
.submit-btn button{
    border:0;
    background: #333;
    color: #fff;
    border: 0;
    padding: 13px 27px;
    margin-top: 30px;
    cursor:pointer;
}
/* end blog detail css */