/*****************COMMON STYLE**********************************/
body{

  /* font-size: 16px;
  color: rgba(50, 50, 50, 1); */
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  line-height: 24px;
  width:100%;
  position: relative;
  font-family: 'montserratregular',arial;
  margin:0;
}
ul{
  margin:0;padding:0;
}
.hoveranimate{
  -moz-transition:background-color 0.8s ease;
  -ms-transition:background-color 0.8s ease;
  -o-transition:background-color 0.8s ease;
  transition:background-color 0.8s ease;
  -webkit-transition:background-color 0.8s ease;
}
.allanimated{
  -moz-transition:all 0.8s ease-in-out;
  -o-transition:all 0.8s ease-in-out;
  transition:all 0.8s ease-in-out;
  -webkit-transition:all 0.8s ease-in-out;
}
.equalspace{
  margin:0 auto !important;
  float:none !important;
}
img{
  max-width:100%;
  vertical-align:top;
  width: auto;
  height: auto;
}
a:focus,input:focus{
  outline:none;
}
/* input, buttom{
  border-radius:0;
} */
a{
  text-decoration:none ;
}
h1,h2,h3,h4,h5,h6{
  margin:0px;

}
h1{
  font-size: 58px;
  line-height: 80px;
  letter-spacing: 0.2px;
}
h1,h2{
  font-family: 'montserratbold',Arial;
}
p{
  margin-bottom: 0;
}
.container{
  max-width: 1080px!important;
  width: auto!important;
}
.container-lg{
  max-width: 1230px!important;
  width: auto!important;
}
.container-md{
  max-width: 1200px!important;
  width: auto!important;
}
ul li {
  list-style: none;
}
li.list-group-item {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.block{
  display: block;
}
.btn {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.2px;
  font-family: 'montserratbold',Arial;
  border-radius: 5px;
  padding: 9px 19px;
}
.btn-primary{
  background-color: rgba(33, 62, 88, 1);
  border-color: rgba(33, 62, 88, 1);
}
.btn-primary:hover{
  background-color:rgba(255, 255, 255, 1) ;
  color: rgba(33, 62, 88, 1);
  border-color: rgba(33, 62, 88, 1);
}
.btn-secondary{
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, 1);
  color: rgba(37, 43, 66, 1);
}
.btn-secondary:hover{
  background-color: rgba(37, 43, 66, 1);
  color: rgba(255, 255, 255, 1);
  border-color: rgba(37, 43, 66, 1);
}
.btn-border{
  border-color: rgba(255, 255, 255, 1);
  color:rgba(255, 255, 255, 1) ;
}
.btn-danger{
  background-color: rgba(231, 64, 64, 1);
  border-color: rgba(231, 64, 64, 1);
  color: rgba(255, 255, 255, 1);
}

/** header **/
header {
  padding: 32px 0 38px;
}
header input {
  background: rgba(50, 125, 158, 0.1);
  border: none;
  width: 100%;
  height: 48px;
  padding: 16px 45px;
  border-radius: 4px;
  font-size: 16px;
}
header input::placeholder{
  color: rgba(108, 117, 125, 1);
}
header .form-group{
  position: relative;
}
header .form-group::before,
header .form-group::after{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
header .form-group::before{
  /*background: url(../../images/Search.png) no-repeat center;*/
  left: 18px;
  width:  16px;
  height: 17px;
}
header .form-group::after{
  /*background: url(../../images/list.png) no-repeat center;*/
  right:16px ;
  width:  24px;
  height: 24px;
}
header li {
  line-height: 18px;
  font-family: 'montserratsemibold', Arial;
}
header .list-item,
header .item{
  position: relative;
}
header .list-item{
  padding-right:20px;
  font-size: 16px;
  line-height: 18px;
  color: rgba(102, 102, 102, 1);
}
header .list-item::after{
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  width: 1px;
  background: rgba(217, 217, 217, 1);
  top: 0;
}
header .list-item:last-child{
  padding: 0 0 0 20px
}
header .list-item:last-child::after{
  content: inherit;
}
header .item::before{
  position: absolute;
  top: 0;
}
header .login{
  padding-right: 23px;
}
header .login::before{
  right: 0;
  content: url(../../images/down.png);
}
header .cart{
  padding-left: 26px;
}
header .cart::before{
  content: url(../../images/Buy.png);
  left: 0;
}

/** navigation **/
#navigation {
  background: rgba(33, 62, 88, 1);
}
#navigation .navbar{
  padding: 14px 0 13px;
}
#navigation .nav-item {
  padding: 0 17px;
}
#navigation .nav-item:first-child{
  padding-left: 0;
}
#navigation .nav-link{
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
  font-family: 'montserratmedium', Arial;
  padding: 0;
}
#navigation .navbar-toggler {
  border: none;
}
#navigation .navbar-toggler-icon{
  background-image: url(../../images/white-menu.png);
}
#navigation .navbar-toggler:focus{
  box-shadow: none;
}

/** banner **/
#banner .carousel,
#banner .carousel-inner,
#banner .carousel-item {
  height: 100%;
}
#banner .carousel-control-prev{
  opacity: 0;
}
#banner .carousel-control{
  height: 45px;
  width: 24px;
}
#banner .carousel-control-next,
#banner .carousel-control-prev {
  width: 6%;
}
#banner .carousel-control-next-icon{
  background-image: url(../../images/next.png);
}
#banner .carousel-control-prev-icon{
  background-image: url(../../images/prev.png);
}
#banner .banner-bg{
  background-image: url(../../images/shop-hero-1-product-slide-1.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  padding: 50px 0;
}
#banner .banner-text h2{
  font-size: 16px;
  line-height: 24px;
  color: rgba(7, 77, 90, 1);
  letter-spacing: 0.1px;
}
#banner .banner-text h1{
  color: rgba(255, 255, 255, 1);
  margin: 40px 0 20px;
}
#banner .banner-text p{
  font-size: 16px;
  line-height: 30px;
  color: rgba(7, 77, 90, 1);
  font-family: 'montserratmedium';
  margin-bottom: 45px;
}
#banner .btn-secondary{
  color: rgba(1, 183, 220, 1);
}
#banner .btn-secondary:hover,
#banner .btn-border:hover{
  background-color:  rgba(33, 62, 88, 1);
  color: rgba(255, 255, 255, 1);
  border-color:rgba(33, 62, 88, 1) ;
}
#banner .btn-border{
  background: rgba(23, 173, 204, 1);
}



/** services **/
#services {
  background: rgba(245, 245, 245, 1);
  padding-bottom: 24px;
}
#services .services-list{
  background: rgba(255, 255, 255, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 0;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
#services .services-item{
  padding-left: 12px;
}

#services .icon{
  height: 56px;
  width: 56px;
  background: rgba(131, 131, 131, 0.08);
  position: relative;
  margin-right: 12px
}
#services .icon::before{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  height: 33px;
  width: 33px
}
#services .icon-1::before{
  background: url(../../images/SVG.png);
}
#services .icon-2::before{
  background: url(../../images/SVG-1.png);
}
#services .icon-3::before{
  background:  url(../../images/SVG-2.png);
}
#services .icon-4::before{
  background: url(../../images/SVG-3.png);
}
#services .text-wrap h3{
  font-size: 16px;
  line-height: 19.2px;
  color: rgba(26, 32, 44, 1);
  font-family: 'montserratbold',Arial;
}
#services .text-wrap h5{
  font-size: 12px;
  line-height: 18px;
  color: rgba(71, 84, 103, 1);
}
/* .row>* {
  padding: 0 15px !important;
} */
/** categories **/
#categories {
   padding: 50px 0 30px;
  background: rgba(250, 250, 250, 1);
}
#categories .categories-wrap {
  padding-top: 50px;
}
#categories .img-wrap {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
  border-radius: 6px;
  padding: 24px;
}
#categories .content .img-wrap{
  height: 242px;
}
#categories .img-1{
  background-image: url(../../images/img-1.jpg);
}
#categories .img-2{
  background-image: url(../../images/img-2.jpg);
}
#categories .img-3{
  background-image: url(../../images/img-4.jpg);
}
#categories .img-4{
  background-image: url(../../images/img-3.jpg);
}
#categories .btn{
  padding: 11px 31px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  font-family: 'montserratbold';
}

/** common **/
.heading-text{
  line-height: 20px;
  letter-spacing: 0.2px;
  color: rgba(115, 115, 115, 1);
}
.heading-text h2{
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.1px;
  font-family: 'montserratbold';
  color: rgba(37, 43, 66, 1);
  margin-bottom: 8px;
}
.heading-text h3{
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.2px;
  color: rgba(115, 115, 115, 1);
  font-family: 'montserratbold';
  margin-bottom: 25px;
}
.heading-text p {}
.price-text{
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: rgba(220, 53, 69, 1);
  font-family: 'montserratsemibold',Arial;
}
.mute-text{
  color: rgba(189, 189, 189, 1);
  text-decoration: line-through;
}
.icon-wrap .icon{
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 1);
  border-radius: 100%;
}

/** products-section **/
#products-section {
  padding: 60px 0 130px;
}
#products-section .heading-text h3{
  font-family: 'montserratregular' ,Arial;
}
#products-section  .products-list{
  padding-top: 50px;
}
#products-section .card{
  border: none;
  border-radius: 6px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}
#products-section .icon-wrap {
  padding: 15px 8px;
  float: right;
}

#products-section .card-img-top {
  background-image: url(../../images/img-4.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 348px;
}
#products-section .img-1 {
  background-image: url(../../images/img-4.jpg);
}
#products-section .img-2 {
  background-image: url(../../images/img-6.jpg);
}
#products-section .img-3 {
  background-image: url(../../images/img-5.jpg);
}
#products-section .img-4 {
  background-image: url(../../images/img-7.jpg);
}
#products-section .img-5 {
  background-image: url(../../images/img-8.jpg);
}
#products-section .img-6 {
  background-image: url(../../images/img-9.jpg);
}
#products-section .card-title {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: rgba(37, 43, 66, 1);
  font-family: 'montserratsemibold',Arial;
  margin-bottom: 6px;
}
#products-section .card-body {
  color: rgba(115, 115, 115, 1);
  letter-spacing: 0.2px;
  font-family: 'montserratsemibold',Arial;
  padding: 24px 16px 35px;
}
#products-section .price-text{
  margin: 12px 0 28px;
}
#products-section .btn {
  padding: 9px 19px;
}
#products-section .comment-text{
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.2px;
  position: relative;
  margin: 20px 0 24px;
  padding-left: 25px;
}
#products-section .comment-text::before{
  content: url(../../images/icon\ ant-design-area-chart-outlined.png);
  position: absolute;
  left: 0;
  top: 0;
}
#products-section .new-btn {
  float: left;
  padding: 20px 0 0 20px;
}
#products-section .btn-danger{
  padding: 2px 7px;
}


/** hero-section **/
#hero-section  {
  overflow: hidden;
}
#hero-section .hero-bg{
  padding: 100px 0;
  background: url(../../images/hero-bg.jpg);
  height: 100%;
}
#hero-section .heading-text h3,
#hero-section .heading-text h2,
#hero-section .heading-text,
#hero-section .price-text{
  color: rgba(255, 255, 255, 1);
}
#hero-section .container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#hero-section h1 {
  margin-bottom: 20px;
}
#hero-section p {
  font-size: 16px;
  margin-bottom: 40px;
  width: 100%;
  max-width: 500px;
}
#hero-section .btn-secondary:hover {
  border-color: rgba(255, 255, 255, 1);
  background-color: transparent;
}
#hero-section .carousel,
#hero-section .carousel-inner,
#hero-section .carousel-item{
  height: 100%;
}
#hero-section .carousel-control-prev-icon,
#hero-section .carousel-control-next-icon {
  height: 45px;
  width: 24px;
}
#hero-section .carousel-control-next,
#hero-section .carousel-control-prev {
  width: 5%;
}
#hero-section .carousel-control-prev-icon {
  background-image: url(../../images/carousel-control-prev.png);
}
#hero-section .carousel-control-next-icon{
  background-image: url(../../images/carousel-control-next.png);
}

/** content-section **/
#content-section {
  padding: 50px 0;
  height: 682px;
  position: relative;
}
#content-section .container,
#content-section .row{
  height: 100%;
}
#content-section .img-wrap{
  background: url(../../images/hero-cover-1.png) no-repeat center top;
  background-size: cover;
  height: 682px;
  right: 45%;
  max-width: 704px;
  width: 100%;
  position: absolute;
  top: 0;
}
#content-section h3{
  margin-bottom: 22px;
}
#content-section h1 {
  font-size: 40px;
  line-height: 50px;
  color: rgba(37, 43, 66, 1);
  margin-bottom: 20px;
}
#content-section p{
  margin-bottom: 20px;
  width: 100%;
  max-width: 400px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.2px;
}

/** practice **/
#products-section.practice {
  padding: 112px 0;
}
#products-section.recently {
  padding: 80px 0 96px;
}
#products-section.practice h3{
  color: rgba(35, 166, 240, 1);
  font-size: 14px;
  line-height: 24px;
  font-family: 'montserratbold', Arial;
}
#products-section.practice h2{
  font-size: 40px;
  line-height: 50px;
}
#products-section.practice p {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
#products-section.practice .card-title{
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.2px;
  margin-bottom: 15px;
}

/** newsletter **/
#newsletter {
  background: rgba(33, 62, 88, 1);
  padding: 15px 0;
}
#newsletter .news-text {
  color: rgba(255, 255, 255, 1);
  line-height: 20px;
  letter-spacing: 0.2px;
  margin-top: 10px;
}
#newsletter .news-text h2{
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.1px;
  margin: 13px 0px;
}
#newsletter .form-group {
  width: 44.4%;
}
#newsletter input {
  background: rgba(255, 255, 255, 1);
  border: none;
  width: 100%;
  height: 41px;
  padding: 16px 45px;
  border-radius: 4px 0 0 4px;
}
#newsletter input::placeholder{
  color: rgba(108, 117, 125, 1);
}
#newsletter .btn-primary{
  background-color: rgba(48, 197, 226, 1);
  border-color: rgba(48, 197, 226, 1);
  height: 41px;
  border-radius: 0 4px 4px 0;
  padding: 3px 25px;
}
/* #newsletter .btn-primary:hover{
  background-color: rgba(33, 62, 88, 1);
  color: rgba(255, 255, 255, 1);
} */

/** footer **/
.footer {
  background: rgba(5, 213, 255, 1);
  padding: 50px 0 67px;
}
footer .navigation {
  padding-bottom: 50px;
}
footer .navigation h2{
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: rgba(33, 62, 88, 1);
  margin-bottom: 18px
}
footer .navigation li {
  margin-bottom: 5px;
}
footer .navigation a {
  letter-spacing: 0.2px;
  color: rgba(255, 255, 255, 1);
  font-family: 'montserratbold',Arial;
}
footer .copyright{
  background: rgba(33, 62, 88, 1);
  padding: 25px 0;
}
footer .copyright-text{
  letter-spacing: 0.2px;
  color: rgba(255, 255, 255, 1);
  font-family: 'montserratbold',Arial;
}

.top-footer{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(37, 43, 66, 1);
}
footer .form-group {
  width: 100%;
  max-width: 321px;
  margin-bottom: 5px;
}
footer input {
  border: none;
  height: 58px;
  width: 100%;
  border-radius: 5px 0 0 5px;
  border-color: rgba(230, 230, 230, 1);
  border-width: 1px 0px 1px 1px;
  border-style: solid;
}
footer .btn-primary {
  padding: 9px 20px;
  border-radius: 0 5px 5px 0;
  border-color: rgba(230, 230, 230, 1);
  border-width:1px 1px 1px 0px;
  border-style: solid;
}
footer .btn-primary:hover {
  border-width: 1px;
}
footer .navigation p {
  font-size: 12px;
  line-height: 28px;
  color: #fff;
}
footer .social-media i {
  font-size: 28px;
  color: #fff;
}
footer .facebook i {
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 100%;
  font-size: 20px;
  position: relative;
  color: rgba(5, 213, 255, 1);
}
footer .facebook i:before {
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}
footer .social-media i:hover{
  color: rgba(33, 62, 88, 1);
}
footer .facebook i:hover {
  background-color: rgba(33, 62, 88, 1);
}
footer .facebook i:hover:before {
  color: rgba(5, 213, 255, 1);
}


/** landing page **/
#nav-breadcrumb {
  padding:70px 0 34px;
}
#nav-breadcrumb.breadcrumb-bg{
  background: rgba(250, 250, 250, 1);
  padding: 34px 0;
}
#nav-breadcrumb .breadcrumb-item a{
  font-size: 14px;
  letter-spacing: 0.2px;
  color: rgba(189, 189, 189, 1);
  font-family: 'montserratbold',Arial;
}
#nav-breadcrumb .breadcrumb-item.active a{
  color: rgba(37, 43, 66, 1);
}
#nav-breadcrumb.breadcrumb-bg .breadcrumb-item+.breadcrumb-item::before{
  content: url(../../images/arrow-right\ icn.png);
  top: 68%;
  transform: translateY(-50%);
  position: relative;
}
#nav-breadcrumb.breadcrumb-bg .breadcrumb-item a {
  color: rgba(37, 43, 66, 1);
}
#nav-breadcrumb.breadcrumb-bg .breadcrumb-item.active a {
  color: rgba(189, 189, 189, 1);
}


/** product-detail **/
#product-detail {
  padding-bottom: 48px;
  background: rgba(250, 250, 250, 1);
}
#product-detail .product-img{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 450px;
  margin-bottom: 21px;
}
#product-detail .img-1{
  background-image: url(../../images/carousel-img.jpg);
}
#product-detail .img-2{
  background-image: url(../../images/carouselCaptions.jpg);
}
#product-detail .carousel-control-next-icon,
#product-detail .carousel-control-prev-icon{
  width: 25px;
  height: 45px;
}
#product-detail .carousel-control-prev-icon{
  background-image: url(../../images/carousel-control-prev.png);
}
#product-detail .carousel-control-next-icon{
  background-image: url(../../images/carousel-control-next.png);
}

#product-detail .detail-text {
  padding-bottom: 27px;
  border-bottom: 1px solid rgba(189, 189, 189, 1);
}
#product-detail .detail-text h3{
  font-size: 20px;
  line-height: 30px;
  color: rgba(37, 43, 66, 1);
  letter-spacing: 0.2px;
  margin-bottom: 7px;
}
#product-detail .rating{
  letter-spacing: 0.2px;
  font-family: 'montserratbold',Arial;
  color: rgba(115, 115, 115, 1)
}
#product-detail .price-text{
  color: rgba(37, 43, 66, 1);
  font-family: 'montserratbold',Arial;
  margin: 20px 0 5px;
}
#product-detail .small-text{
  letter-spacing: 0.2px;
  font-family: 'montserratbold',Arial;
  color: rgba(115, 115, 115, 1);
  margin-bottom: 32px;
}
#product-detail .small-text span{
  color: rgba(35, 166, 240, 1);
}
#product-detail .icon-wrap .icon{
  border: 1px solid rgba(232, 232, 232, 1);
}
#product-detail .img-list img {
  width: 100px;
  height: 75px;
}

/** products-tabs **/
#products-tabs {
  padding: 0 0 30px;
}
#products-tabs .nav {
  padding: 31px 0;
  border-bottom: 1px solid rgba(236, 236, 236, 1);
  margin-bottom: 40px;
}
#products-tabs .nav-link{
  letter-spacing: 0.2px;
  font-family: 'montserratmedium',Arial;
  color: rgba(115, 115, 115, 1);
  padding: 0 24px;
}
#products-tabs .nav-link.active{
  color: rgba(37, 43, 66, 1);
  font-family: 'montserratbold',Arial;
}
#products-tabs .img-wrap img {
  box-shadow: 12px 12px 0 3px rgba(196, 196, 196, 0.2);
  border-radius: 5.39px;
}
#products-tabs .text-wrap h3{
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.1px;
  color: rgba(37, 43, 66, 1);
  font-family: 'montserratbold',Arial;
  margin-bottom: 24px;
}
#products-tabs .text-wrap {
  line-height: 20px;
  color: rgba(115, 115, 115, 1);
  letter-spacing: 0.2px;
}
#products-tabs .text-wrap p {
  margin-bottom: 20px;
}
#products-tabs .text-wrap ul {
  margin-bottom: 41px;
}
#products-tabs .text-wrap li {
  position: relative;
  letter-spacing: 0.2px;
  font-family: 'montserratbold',Arial;
  padding-left: 30px;
  margin-bottom: 11px;
}
#products-tabs .text-wrap li::before{
  content: url(../../images/arrow-right\ icn.png);
  position: absolute;
  left: 0;
  top: 0;
}

/** products-section **/
#products-section.landing-products  {
  padding-bottom: 18px;
  background-color: rgba(250, 250, 250, 1);
}
#products-section.landing-products .heading-text{
  border-bottom: 2px solid rgba(236, 236, 236, 1);
  padding-bottom: 13px;
}
#products-section.landing-products .products-list {
  padding-top: 26px;
}
#products-section.landing-shop{
  padding-bottom: 72px;
}

/** brands **/
#brands {
  padding: 50px 0;
  background-color:rgba(250, 250, 250, 1);
}
#brands .brands-list{
  display: flex;
  justify-content: space-between;
  align-items: center
}

/** shop-detail **/
#shop-detail {
  padding-bottom: 48px;
  background: rgba(250, 250, 250, 1);
}
#shop-detail .list-items{
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 1088px;
  margin: 0 auto;
}
#shop-detail .list-items li {
  width: 20%;
  padding-left: 15px;

}
#shop-detail .list-items li:first-child{
  padding-left: 0;
}
#shop-detail .items-wrap h4{
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: rgba(255, 255, 255, 1);
  font-family: 'montserratbold',Arial;
}
#shop-detail .items-wrap p{
  line-height: 20px;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0.2px;
}
#shop-detail .items-wrap{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 90px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#shop-detail .items-wrap::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.25);
}
#shop-detail .items-1{
  background-image: url(../../images/img-1.jpg);
}
#shop-detail .items-2{
  background-image: url(../../images/img-4.jpg);
}
#shop-detail .items-3{
  background-image: url(../../images/img-6.jpg);
}
#shop-detail .items-4{
  background-image: url(../../images/img-5.jpg);
}
#shop-detail .items-5{
  background-image: url(../../images/img-7.jpg);
}
#shop-detail .text-wrap{
  z-index: 2;
}

/** filter-content **/
#products-section .filter-content{
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 0.2px;
  font-family: 'montserratbold',Arial;
  color: rgba(115, 115, 115, 1);
  margin-bottom: 30px;
}
#products-section .filter-content .btn-border{
  border-color: rgba(236, 236, 236, 1);
}
#products-section .view  .btn-border{
  padding: 0;
  height: 46px;
  width: 46px;
}

#products-section .filter-content .popularity{
  position: relative;
  color: rgba(115, 115, 115, 1);
  font-family: 'montserratregular',Arial;
  width: 141px;
  text-align: left;
}
#products-section .filter-content .popularity::before{
  content: url(../../images/arrow-right\ icn.png);
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
}

.pagination{
  margin: 18px 0 0;
}

.disabled>.page-link,
.page-link.disabled {
  border-color: rgba(232, 232, 232, 1);
  color: rgba(189, 189, 189, 1);
}
.active>.page-link,
.page-link.active {
  background-color: rgba(33, 62, 88, 1);
  border-color: rgba(232, 232, 232, 1);
}
.page-link{
  font-family: 'montserratbold',Arial;
  color: rgba(33, 62, 88, 1);
  padding: 12px 20px;
}

/** **/
#chart-section {
  padding: 0 0 120px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
  font-family: 'Montserrat', sans-serif;
  background: #fff;
}
#chart-section .table{
  border-collapse: separate;
  border-spacing: 0px 40px;
}
#chart-section .table-content .tbody, td, tfoot, th, thead, tr{
  border: none;
}
#chart-section .table-content thead {
  vertical-align: middle;
  height: 77px;
  border-radius: 4px;
  box-shadow: 0 0px 13px -2px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}
#chart-section .table-content th{
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
  height: 77px;
  vertical-align: middle;
  padding: 10px 40px;
  font-family: 'montserratsemibold', Arial;
}
#chart-section .table-content tbody tr{
  height: 102px;
  vertical-align: middle;
  box-shadow: 0 0px 13px -2px rgba(0, 0, 0, 0.05);
}
#chart-section .table-content td {
  font-weight: 500;
  padding: 10px 40px;
  font-family: 'montserratmedium',Arial;
  color: rgba(0, 0, 0, 1);
}
#chart-section .img-wrap {
  width: 54px;
  height: 54px;
  position: relative;
}
#chart-section  .close-icon{
  content: "";
  height: 18px;
  width: 18px;
  border-radius: 100%;
  background: rgba(219, 68, 68, 1);
  position: absolute;
  left: -7px;
  top: -2px;
}
#chart-section .close-icon:before{
  content: "";
  background: url(../images/close.svg);
  position: absolute;
  height: 8px;
  width: 8px;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
#chart-section .quantity-form {
  position: relative;
  width: 72px;
  height: 44px;
}
#chart-section .quantity-form input[type="number"] {
  width: 72px;
  border-color: rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  border-width: 1.5px;
  padding: 9px 12px;
}
#chart-section .quantity-form input::placeholder{
  color: rgba(0, 0, 0, 1);
}
#chart-section .quantity-form .qty-plus{
  position: absolute;
  right: 13px;
  top: 5px;
}
#chart-section .quantity-form .qty-minus{
  position: absolute;
  right: 13px;
  bottom: 5px;
}
#chart-section .quantity-form input[type=number]::-webkit-inner-spin-button,
#chart-section .quantity-form input[type=number]::-webkit-outer-spin-button {
  opacity: 0;
}
#chart-section .table-content .form-control:focus{
  box-shadow: none;
}
#chart-section .table-btn{
  margin-top: -25px;
}
#chart-section  .btn-border {
  color: rgba(0, 0, 0, 1);
  font-family: 'montserratsemibold', Arial;
  line-height: 22px;
  border: 1px solid rgba(0, 0, 0, 1);
  border-radius: 4px;
  padding: 10px 18px;
}
#chart-section .wrapper{
  padding-top: 80px;
}

.cart-details .coupon-form .form-control{
  max-width: 300px;
  border-radius: 4px;
  border-color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-family: 'montserratregular', Arial;
}
#chart-section .btn-primary {
  background-color: rgba(33, 62, 88, 1);
  border-color: rgba(33, 62, 88, 1);
  font-family: 'montserratsemibold', Arial;
  padding: 12px 21px;
}
.cart-details .cart-total {
  border: 1.5px solid rgba(166, 166, 166, 1);
  border-radius: 4px;
  padding: 22px 24px;
  width: 100%;
  max-width: 470px;
  float: right;
}
.cart-details .cart-total h4{
  font-size: 20px;
  line-height: 28px;
  color: rgba(0, 0, 0, 1);
  font-family: 'montserratmedium',Arial;
}
.cart-details li {
  font-size: 16px;
  font-family: 'montserratmedium',Arial;
  line-height: 24px;
  border-bottom: 0;
  padding-bottom: 11px;
  margin-bottom: 11px;
}
.cart-details li:first-child,
.cart-details li:nth-child(2) {
  border-bottom: 1.5px solid rgba(166, 166, 166, 1);
}
.cart-details .form-check-input[type=radio] {
  border-color: rgba(0, 0, 0, 1);
  height: 24px;
  width: 24px;
  margin-right: 16px;
  top: -6px;
  position: relative;
}
.cart-details .form-check-input:checked{
  position: relative;
  background-color: transparent;
}
.cart-details .form-check-input:checked[type=radio]:before{
  content: "";
  position: absolute;
  left: 50%;
  top:50%;
  width:14px;
  height: 14px;
  background: rgba(0, 0, 0, 1);
  border-radius: 100%;
  transform: translate(-50%, -50%);
}
.cart-details .form-check-input:focus{
  box-shadow: none
}

/** chekcout-section **/
#chekcout-section{
  padding: 30px 0 117px;
}
#chekcout-section h2{
  font-size: 36px;
  line-height: 30px;
  letter-spacing: 4px;
  font-family: 'montserratmedium',Arial;
  color: rgba(0, 0, 0, 1);
}

/** form **/
form h3{
  font-size: 20px;
  line-height: 28px;
  color: rgba(35, 166, 240, 1);
  font-family: 'montserratmedium',Arial;
}
form .form-label,
form .form-control,
form .form-check {
  font-size: 16px;
  line-height: 24px;
}
form .form-label{
  color: rgba(166, 166, 166, 1);
}
form .form-control{
  background-color: rgba(245, 245, 245, 1);
  border: none;
  border-radius: 4px;
  height: 50px;
}
form .form-check .form-check-input[type=checkbox]{
  border-color: rgba(219, 68, 68, 1);
  border-width: 1px;
  height: 24px;
  width: 24px;
  margin-top: 0;
}
/* form input::placeholder {
  background-color: rgba(245, 245, 245, 1);
} */
form textarea{
  min-height: 207px !important;
}

/** account-section **/
#account-section {
  padding: 40px 0 120px;
}
#account-section form {
  padding: 40px 80px 48px;
}
#account-section form .form-label{
  color: rgba(0, 0, 0, 1);
}
#account-section .cancle-btn {
  font-size: 16px;
  line-height: 24px;
}

/** side-menu **/
.side-menu a,
.side-menu label{
  display: block;
  padding: 10px 0 10px 0;
  font-size: 16px;
  line-height: 24px;
  font-family: 'montserratmedium',Arial;
}
.side-menu a {
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
}
.side-menu input[type="checkbox"] {
  display: none;
}
.side-menu .submenu {
  max-height: 0;
  overflow: hidden;
  padding-left: 35px;
  transition: max-height 0.5s ease;
}
.side-menu .submenu a {
  padding: 10px 0 10px 0;
  color: rgba(166, 166, 166, 1);
}
.side-menu label:hover,
.side-menu a.active,
.side-menu a:hover{
  color: rgba(35, 166, 240, 1);
}
.side-menu input[type="checkbox"]:checked + label + .submenu {
  max-height: 500px;
}
.side-menu label{
  position: relative;
}
.side-menu label::after {
  content: "";
  position: absolute;
  right: 23px;
  z-index: 11;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid rgba(0, 0, 0, 1);
  border-left: 1px solid rgba(0, 0, 0, 1);
  top: 20px;
  transform: rotate(45deg);
}
.side-menu input[type="checkbox"]:checked + label::after {
  top: 10px;
  transform: rotate(225deg);
}

/**contact-page**/
#contact-page{
  padding: 40px 0 120px;
}
#contact-page .location-wrap h4{
  font-size: 16px;
  line-height: 24px;
  font-family: 'montserratsemibold',Arial;
  color: rgba(0, 0, 0, 1);
}
#contact-page .location-wrap p {
  line-height: 21px;
}
#contact-page .phone,
#contact-page .email{
  position: relative;
  padding-left: 55px;
}
#contact-page .contact:before,
#contact-page .contact:after{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
}
#contact-page .contact:before{
  width: 40px;
  height: 40px;
  background: rgba(35, 166, 240, 1);
  border-radius: 100%;
  transform: translateY(-50%);
}
#contact-page .contact:after{
  content: url(../../images/phone-icon.png);
  left: 38%;
  height: 22px;
  width: 22px;
  transform: translate(-50%,-50%);
}
#contact-page .location-wrap{
  border-bottom: 1px solid rgba(166, 166, 166, 1);
}
#contact-page .location-wrap:last-child{
  border: none;
}
#contact-page .contact-wrapper{
  padding: 40px;
}
#account-section form,
#contact-page .contact-wrapper,
#contact-page form {
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
#contact-page form {
  padding: 42px 32px;
}



#navigation .nav-item .nav-item {
  position: relative;
}
#navigation .nav-item:hover .dropdown-menu {
  display: block;
  background: rgba(33, 62, 88, 1);
  border: none;

}
#navigation .dropdown-menu {
  padding: 0;
  border-radius: 0;
}
#navigation .sub-item {
  padding: 8px 16px;
  border-bottom: 1px  solid rgb(75, 107, 136);
}
#navigation .sub-item a  {
  color: #fff;
  padding: 0;
  font-size: 14px;
}
#navigation .sub-item:hover {
  background: rgb(75, 107, 136);
}


/*Added on 5-23-2025*/
.article-body h1, .article-body h2, .article-body h3, .article-body h4{
    margin-top:30px;
    margin-bottom:30px;
}  
.footer-2 .mailpoet_submit{height:42px !important;}
@media(max-width:600px){
    header .header-wrapper ul.d-flex{margin-left: 10%;}
    .header-wrapper .item{width:auto !important;}
}
@media (min-width:770px) and (max-width:990px){
.logo{display:inline-block !important;}
.wp-block-yith-search-block{display:inline-block !important;}

}
@media (min-width:1358px){
    #hero-section .hero-bg{background-position: right center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;}
}

@media(max-width:1038px){
    
  .mailpoet_paragraph #form_email_1 {width: auto !important;
    font-size: 13px;}
}

@media(max-width:767px){
    #newsletter .form-group{width:100% !important;}
    section#brands{display:none;}
}

@media(max-width:480px){
    #mailpoet_form_1 .mailpoet_submit{width: 141px !important;border-radius: 0px !important;
            margin-top: 10px !important;
    }
    .mailpoet_paragraph #form_email_1{width: 100% !important; border-radius: 5px !important;}
    .inner-footer .footer-2 #form_email_1 .mailpoet_submit{margin-top: 0px !important;}
    .inner-footer .footer-2 #mailpoet_form_1 .mailpoet_paragraph.last{margin-left:0px !important;}
    .inner-footer .footer-2 #form_email_1{}
    .inner-footer .footer-2 .mailpoet_form_form{ display:inline-block !important;}
}

@media(min-width:767px) and (max-width:991px){
    .logo{ width: 300px;float: left;}
    .wp-block-yith-search-block{width: 100%;}
    .header-wrapper ul.d-flex{margin-top:30px;}
}
@media(min-width:992px) and (max-width:1057px){
    .css-r4o1is .ywcas-input-field-wrapper{}
    .list-item a{font-size: 12px !important; padding:7px;}
}
@media(max-width:991px){
    .footer-2 #form_email_1{width:300px !important;}
    .footer-2 #mailpoet_form_1 .mailpoet_paragraph.last{margin-left: -10px !important;}
}
.mailpoet_submit{height:42px !important;}
@media(max-width:545px){
    .header-wrapper .list-item a{font-size:9px !important; margin-right: 5px; padding: 5px;}
}
nav.navbar .navbar-collapse ul{padding-left: 20px;}

ul.parsley-errors-list{display:none;}

.shopdetailmobile{display:none;}
@media(max-width:620px){
    .shopdetailmobile{display:block;}
    .shopdetaildesktop{display:none;}
}

