/*!
Theme Name: Zixton
Theme URI: https://zixton.smartdemowp.com/
Author: SmartDataSoft
Author URI: http://smartdatasoft.com
Description: Zixton is cool and appealing modern Woocommerce WordPress Theme. It’s perfectly suitable for selling baby clothing, kids clothing, kids outfits & baby shoes or other products for kids store & baby shop. With a marvellous appearance & feel, Zixton will meet all your need for building any attractive & remarkable baby store & kids shop.
Version: 2.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Zixton
Tags:	baby, baby shop, baby store, boutique, childcare, children, children clothing, kids, kids shop, kids store, shop, store, toy store, toys, woocommerce
*/

 
/* Css For Zixton */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header/style-one/style-two
5. Main Slider/style-one/style-two
6. Intro Section
7. Welcome Section
9. Cta Section
8. Research Fields
10. Testimonial Section
11. Researches Section
12. Team Section
14. Video
15. Fact Counter
16. News Section
19. Clients Section
20. Main Footer
21. Footer Bottom
22. Research Style Two
23. Innovative Solution
24. Discover Section
25. Testimonial Section
26. Chooseus Section
27. News Style Two
28. Page Title
29. Research Page Section
30. Research Details
31. Professor Page Section
32. Professor Details
33. About Section
34. Error Section
35. Blog Page Section
36. Blog Details
37. Blog Sidebar
38. Contact Section
39. Google Map


**********************************************/



/*** 

====================================================================
  Reset
====================================================================

 ***/
 * {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/

 body {
  font-size:15px;
  color:#93959e;
  line-height:26px;
  font-weight:400;
  background:#ffffff;
  font-family: 'Open Sans', sans-serif;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}

  @media (min-width:1200px) {
  .container {
    max-width: 1170px;
    padding: 0px 15px;
  }
}

.large-container{
  max-width: 1560px;
  padding: 0px 15px;
  margin: 0 auto;
}

.container-fluid{
  padding: 0px;
}

.auto-container{
  position:static;
  max-width:1200px;
  padding:0px 15px;
  margin:0 auto;
}

.small-container{
  max-width:680px;
  margin:0 auto;
}

.boxed_wrapper{
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}


a{
  text-decoration:none;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

a:hover{
  text-decoration:none;
  outline:none;
}

input,button,select,textarea{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
}

ul,li{
  list-style:none;
  padding:0px;
  margin:0px; 
}

input{
  transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus{
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p{
  position: relative;
  font-size: 15px;
  line-height: 26px;
  font-family: 'Open Sans', sans-serif;
  color: #93959e;
  margin: 0px;
  transition: all 500ms ease;
}

h1,h2,h3,h4,h5,h6{
  position:relative;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 400;
  color: var(--text-color-one);
  margin: 0px;
  transition: all 500ms ease;
  -ms-word-wrap: break-word;
word-wrap: break-word;
}


/* Preloader */

.preloader{
  min-height: 100vh;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  position: fixed;
  z-index: 1999999999;
  width: 100%;
}

.preloader .boxes{
  --size: 30px;
  --duration: 800ms;
  height: calc(var(--size) * 2);
  width: calc(var(--size) * 3);
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  margin-top: calc(var(--size) * 1.5 * -1);
  -webkit-transform: rotateX(60deg) rotateZ(45deg) rotateY(0deg) translateZ(0px);
  transform: rotateX(60deg) rotateZ(45deg) rotateY(0deg) translateZ(0px);
}

.preloader .boxes .box{
  width: var(--size);
  height: var(--size);
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.preloader .boxes .box:nth-child(1){
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-animation: box1 var(--duration) linear infinite;
  animation: box1 var(--duration) linear infinite;
}

.preloader .boxes .box:nth-child(2){
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-animation: box2 var(--duration) linear infinite;
  animation: box2 var(--duration) linear infinite;
}

.preloader .boxes .box:nth-child(3){
  -webkit-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
  -webkit-animation: box3 var(--duration) linear infinite;
  animation: box3 var(--duration) linear infinite;
}

.preloader .boxes .box:nth-child(4){
  -webkit-transform: translate(200%, 0);
  transform: translate(200%, 0);
  -webkit-animation: box4 var(--duration) linear infinite;
  animation: box4 var(--duration) linear infinite;
}

.preloader .boxes .box > div{
  --background: #ff7c7c;
  --top: auto;
  --right: auto;
  --bottom: auto;
  --left: auto;
  --translateZ: calc(var(--size) / 2);
  --rotateY: 0deg;
  --rotateX: 0deg;
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--background);
  top: var(--top);
  right: var(--right);
  bottom: var(--bottom);
  left: var(--left);
  -webkit-transform: rotateY(var(--rotateY)) rotateX(var(--rotateX)) translateZ(var(--translateZ));
  transform: rotateY(var(--rotateY)) rotateX(var(--rotateX)) translateZ(var(--translateZ));
}

.preloader .boxes .box > div:nth-child(1){
  --top: 0;
  --left: 0;
}

.preloader .boxes .box > div:nth-child(2){
  --background: #fb7474;
  --right: 0;
  --rotateY: 90deg;
}

.preloader .boxes .box > div:nth-child(3){
  --background: #fd7373;
  --rotateX: -90deg;
}

.preloader .boxes .box > div:nth-child(4){
  --background: #fc6f6f;
  --top: 0;
  --left: 0;
  --translateZ: calc(var(--size) * 3 * -1);
}

@-webkit-keyframes box1 {
    0%,
    50% {
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }
    100% {
        -webkit-transform: translate(200%, 0);
        transform: translate(200%, 0);
    }
}

@keyframes box1 {
    0%,
    50% {
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }
    100% {
        -webkit-transform: translate(200%, 0);
        transform: translate(200%, 0);
    }
}

@-webkit-keyframes box2 {
    0% {
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }
}

@keyframes box2 {
    0% {
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }
}

@-webkit-keyframes box3 {
    0%,
    50% {
        -webkit-transform: translate(100%, 100%);
        transform: translate(100%, 100%);
    }
    100% {
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }
}

@keyframes box3 {
    0%,
    50% {
        -webkit-transform: translate(100%, 100%);
        transform: translate(100%, 100%);
    }
    100% {
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }
}

@-webkit-keyframes box4 {
    0% {
        -webkit-transform: translate(200%, 0);
        transform: translate(200%, 0);
    }
    50% {
        -webkit-transform: translate(200%, 100%);
        transform: translate(200%, 100%);
    }
    100% {
        -webkit-transform: translate(100%, 100%);
        transform: translate(100%, 100%);
    }
}

@keyframes box4 {
    0% {
        -webkit-transform: translate(200%, 0);
        transform: translate(200%, 0);
    }
    50% {
        -webkit-transform: translate(200%, 100%);
        transform: translate(200%, 100%);
    }
    100% {
        -webkit-transform: translate(100%, 100%);
        transform: translate(100%, 100%);
    }
}

.centred{
  text-align: center;
}

.pull-left{
  float: left;
}

.pull-right{
  float: right;
}


figure{
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}


@keyframes pulse {
    50% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
}

/** button **/

.theme-btn{
  position: relative;
  display: inline-block;
  width: 210px;
  height: 70px;
  line-height: 70px;
  font-size: 15px;
  font-weight: 900;
  font-family: 'Rounded Mplus 1c', sans-serif;
  color: #fff !important;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  z-index: 1;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 500ms ease;
}

.theme-btn.big-btn{
  width: 237px;
}

.theme-btn:hover{
  transform: translateY(-5px);
}

.theme-btn-two{
  position: relative;
  display: inline-block;
  border-radius: 40px;
  padding: 8px;
  background: transparent;
  transition: all 500ms ease;
}

.theme-btn-two:hover{
  transform: translateY(-5px);
}

.theme-btn-two span{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 30px;
  font-weight: 900;
  font-family: 'Rounded Mplus 1c', sans-serif;
  color: #fff !important;
  text-align: center;
  cursor: pointer;
  padding: 10px 55px;
  border-radius: 30px;
  z-index: 1;
  text-transform: uppercase;
  transition: all 500ms ease;
}

.theme-btn-two span:before{
  position: absolute;
  content: '';
  background: url(assets/images/shape/shape-26.png);
  width: 16px;
  height: 22px;
  left: 30px;
  top: 15px;
  background-repeat: no-repeat;
}

.theme-btn-two span:after{
  position: absolute;
  content: '';
  background: url(assets/images/shape/shape-27.png);
  width: 16px;
  height: 22px;
  right: 30px;
  top: 15px;
  background-repeat: no-repeat;
}

.pagination{
  position: relative;
  display: block;
}

.pagination li{
  display: inline-block;
  margin: 0px 6px;
}

.pagination li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-family: 'Rounded Mplus 1c', sans-serif;
  border-radius: 50%;
  font-weight: 900;
  text-align: center;
  transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.active{
  color: #fff;
  box-shadow: 0 10px 20px rgba(255, 117, 103, 0.3);
}

.sec-pad{
  padding: 120px 0px !important;
}

.sec-pad-2{
  padding: 100px 0px !important;
}

.mr-30{
  margin: 30px 0px;
}

.white-bg{
  background: #fff !important;
}

.scroll-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  bottom: 105%;
  right: 50px;
  font-size: 24px;
  z-index: 99;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  transition: 1s ease;
  border-radius: 50%;
}

.scroll-top:hover{
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}

.scroll-top.open {
  bottom: 30px;
}

.scroll-top span{
  color: #fff;
}

.sec-title{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.sec-title.text-center{
  text-align: center;
}

.sec-title p{
  position: relative;
  font-size: 18px;
  line-height: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 14px;
  letter-spacing: 3px;
}

.sec-title.text-right{
  text-align: right;
}

.sec-title h2{
  position: relative;
  font-size: 40px;
  line-height: 60px;
  color: #3b3b3b;
  font-weight: 700;
  padding-bottom: 0px;
}

<<<<<<< HEAD



=======
>>>>>>> 829c95658762341dc1bfc4c8942f54f28604de55
/*** 

====================================================================
                        Home-Page-One
====================================================================

***/


/** main-header **/

.main-header{
  position:relative;
  left:0px;
  top:0px;
  z-index:999;
  width:100%;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.sticky-header{
  position:fixed;
  opacity:0;
  visibility:hidden;
  background: #fff;
  left:0px;
  top:0px;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  width:100%;
  z-index:0;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.fixed-header .sticky-header{
  z-index:999;
  opacity:1;
  visibility:visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* header-top */

.main-header .header-top{
  position: relative;
  width: 100%;
  background: var(--text-color-one);
  padding: 11.5px 0px;
}

.main-header .header-top .social-list li{
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.main-header .header-top .social-list li:last-child{
  margin-right: 0px;
}

.main-header .header-top .social-list li a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #fff;
}

.main-header .header-top .top-info .info-list li{
  position: relative;
  display: inline-block;
  margin-right: 35px;
}

.main-header .header-top .top-info .info-list li:before{
  position: absolute;
  content: '';
  border: 1px dashed rgba(255,255,255,0.2);
  height: 20px;
  width: 1px;
  top: 4px;
  right: -19px;
}

.main-header .header-top .top-info .info-list li:last-child:before{
  display: none;
}

.main-header .header-top .top-info .info-list li:last-child{
  margin-right: 0px;
}

.main-header .header-top .top-info .info-list li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  color: #d3d8e2;
}

.main-header .header-top .top-info .info-list li i{
  position: relative;
  font-size: 14px;
  margin-right: 8px;
}


/** search box btn **/

.main-header .search-box-outer {
  vertical-align: middle;
  padding: 8px;
  margin-right: 20px;
}

.main-header .search-box-btn{
  position: relative;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  transition: all 500ms ease;
}

.main-header .search-box-btn:before{
  position: absolute;
  content: '';
  width: 56px;
  height: 56px;
  left: -8px;
  top: -8px;
  border-radius: 50%;
  transition: all 500ms ease;
}

.main-header .search-box-outer .dropdown-menu{
  top: 50px !important;
  padding: 0px;
  width: 330px;
  border-radius: 0px;
  background: var(--text-color-one);
  right: 0px;
  left: inherit !important;
  transform: translate3d(0px, 0px, 0px) scale3d(0.8,0.8,0.8) !important;
  border-color: transparent;
  border-radius: 3px;
  box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
  transition: .5s ease;
  display: block;
  opacity: 0;
  visibility: hidden;
}

.main-header .search-box-outer .show .dropdown-menu {
  display: block;
  transform: scale3d(1,1,1)!important;
  opacity: 1;
  visibility: visible;
}

.main-header .search-panel .form-container {
  padding: 30px;
}

.main-header .search-panel .form-group {
  position: relative;
  margin: 0px;
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 9px 50px 9px 15px;
  height: 50px;
  font-size: 15px;
  color: #848484;
  border-radius: 3px;
  background: #fff;
}

.main-header .search-panel input:focus + button,
.main-header .search-panel button:hover{
  color: #ff7c7c;
}

.main-header .search-panel .search-btn {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 50px;
  height: 48px;
  text-align: center;
  color: var(--text-color-one);
  background: transparent;
  font-size: 16px;
  border-radius: 0px 3px 3px 0px;
  cursor: pointer;
  transition: all 500ms ease;
}

.dropdown-toggle::after {
  display: none;
}

.main-header .menu-right-content{
  position: relative;
  margin: 34px 0px 0px 150px;
}

.main-header .menu-right-content .search-box-outer,
.main-header .menu-right-content .cart-box{
  position: relative;
  display: inline-block;
  float: left;
}

.main-header .menu-right-content .cart-box{
  padding: 8px;
}

.main-header .menu-right-content .cart-box a.shop-cart{
  position: relative;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
}

.main-header .menu-right-content .cart-box a.shop-cart:before{
  position: absolute;
  content: '';
  width: 56px;
  height: 56px;
  left: -8px;
  top: -8px;
  border-radius: 50%;
  transition: all 500ms ease;
}

.main-header .menu-right-content .cart-box a.shop-cart span{
  position: absolute;
  top: -8px;
  right: -9px;
  width: 19px;
  height: 19px;
  line-height: 19px;
  background: var(--text-color-one);
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 10px;
  font-family: 'Rounded Mplus 1c', sans-serif;
  font-weight: 700;
}

.main-header .menu-right-content .cart-box .cart-content{
  position: absolute;
  top: 90px;
  right: 0px;
  width: 270px;
  background: #fff;
  padding: 30px 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,.1);
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  transition: all 500ms ease;
}

.main-header .menu-right-content .cart-box:hover .cart-content{
  top: 60px;
  visibility: visible;
  opacity: 1;
}

.main-header .menu-right-content .cart-box .cart-content .single-item{
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 15px 20px 85px;
  margin-bottom: 20px;
  min-height: 90px;
}

.main-header .menu-right-content .cart-box .cart-content .single-item .remove-btn{
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 20px;
  font-weight: 400;
  background: #fff !important;
  z-index: 1;
}

.main-header .menu-right-content .cart-box .cart-content .single-item .image-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  height: 70px;
  border-radius: 7px;
  overflow: hidden;
}

.main-header .menu-right-content .cart-box .cart-content .single-item .image-box img{
  width: 100%;
  border-radius: 7px;
}

.main-header .menu-right-content .cart-box .cart-content .single-item h6{
  position: relative;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 1px;
}

.main-header .menu-right-content .cart-box .cart-content .single-item .price{
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 28px;
  font-family: 'Rounded Mplus 1c', sans-serif;
  color: #93959e;
  margin: 0px;
}

.main-header .menu-right-content .cart-box .cart-content .total{
  position: relative;
  display: block;
  padding-bottom: 14px;
}

.main-header .menu-right-content .cart-box .cart-content .btn-box .theme-btn-two{
  display: block;
  width: 100%;
}

.main-header .menu-right-content .cart-box .cart-content .btn-box .theme-btn-two.cart-btn{
  margin-bottom: 20px;
}

.main-header .menu-right-content .cart-box .cart-content .btn-box .theme-btn-two span{
  padding: 10px 35px;
  display: block;
}

.main-header .menu-right-content .cart-box .cart-content .total h6{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

.main-header .menu-right-content .cart-box .cart-content .total span{
  position: relative;
  display: inline-block;
  float: right;
  font-size: 16px;
  font-family: 'Rounded Mplus 1c', sans-serif;
  font-weight: 700;
  color: #ff7c7c;
}

.main-header .header-upper{
  position: relative;
  width: 100%;
  background: #fff;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.08);
}

.main-header .logo-box .logo{
  position: relative;
  padding: 11px 0px;
  max-width: 186px;
}

.main-header .logo-box .logo img{
  width: 100%;
}

.main-header .outer-box{
  position: relative;
}

.main-header.style-three .logo-box .logo{
  padding: 0px;
}


/** main-menu **/

.main-menu{
  float: left;
}

.main-menu .navbar-collapse{
  padding:0px;
  display:block !important;
}

.main-menu .navigation{
  margin:0px;
}

.main-menu .navigation > li{
  position:inherit;
  float:left;
  z-index:2;
  padding:50px 0px 45px 0px;
  margin: 0px 20px;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-menu .navigation > li:last-child{
  margin-right:0px !important;
}

.main-menu .navigation > li:first-child{
  margin-left: 0px !important;
}

.main-menu .navigation > li > a{
  position:relative;
  display:block;
  text-align:center;
  font-size:18px;
  line-height:30px;
  font-weight:700;
  opacity:1;
  font-family: 'Rounded Mplus 1c', sans-serif;
  color:var(--text-color-one);
  z-index:1;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.main-menu .navigation > li.menu-item-has-children > a:after{
  position: absolute;
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-size: 15px;
  color: #9393a1;
  top: 0px;
  right: 0px;
  display: none;
  transition: all 500ms ease;
}


.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu{
  position:absolute;
  left: inherit;
  top:100%;
  width:270px;
  z-index:100;
  display:none;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0px;
  background-color: var(--text-color-one);
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.main-menu .navigation > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li{
  position:relative;
  width:100%;
  padding: 0px 30px;
}

.main-menu .navigation > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a{
  position:relative;
  display:block;
  padding:12px 0px;
  line-height:24px;
  font-weight:400;
  font-family: 'Rounded Mplus 1c', sans-serif;
  font-size:16px;
  text-transform:capitalize;
  color:#fff;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:last-child > a,
.main-menu .navigation > li > .megamenu li:last-child > a{
  border-bottom: none;
}


.main-menu .navigation > li > ul > li.menu-item-has-children > a:after{
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  position:absolute;
  right:20px;
  top:14px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:800;
  text-align:center;
  z-index:5;  
}

.main-menu .navigation > li > ul > li > ul{
  position:absolute;
  right:100%;
  top:-2px;
  width:250px;
  z-index:100;
  display:none;
  padding: 10px 0px;
  background-color: var(--text-color-one);
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li > ul > li{
  position:relative;
  width:100%;
  padding: 0px 30px;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > ul > li > a{
  position:relative;
  display:block;
  font-size: 16px;
  padding:12px 0px;
  line-height:24px;
  font-weight:400;
  font-family: 'Rounded Mplus 1c', sans-serif;
  text-transform:capitalize;
  color:#fff;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:last-child > a{
  border-bottom: none;
}


.main-menu .navigation > li > ul > li > ul > li.menu-item-has-children > a:after{
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  position:absolute;
  right:20px;
  top:12px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:900;
  z-index:5;  
}

.main-menu .navigation > li.menu-item-has-children:hover > ul,
.main-menu .navigation > li.menu-item-has-children:hover > .megamenu{
  visibility:visible;
  opacity:1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation li > ul > li.menu-item-has-children:hover > ul{
  visibility:visible;
  opacity:1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease; 
}

.main-menu .navigation li.menu-item-has-children .dropdown-btn{
  position:absolute;
  right:-32px;
  top:66px;
  width:34px;
  height:30px;
  text-align:center;
  font-size:18px;
  line-height:26px;
  color:#3b3b3b;
  cursor:pointer;
  display: none;
  z-index:5;
  transition: all 500ms ease;
}


.main-menu .navigation li.menu-item-has-children ul li.menu-item-has-children .dropdown-btn{
  display: none;
}

.mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
  z-index: 1;
}

.mobile-nav-toggler .icon-bar{
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #3b3b3b;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child{
  margin-bottom: 0px;
}

.mobile-nav-header{
  position: relative;
  display: none;
  padding: 30px 30px;
}

/** megamenu-style **/

.main-menu .navigation > li.menu-item-has-children > .megamenu{
  position: absolute;
  width: 100%;
  padding: 30px 50px;
  left: 0px;
}

.main-menu .navigation li.menu-item-has-children .megamenu li h4{
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  padding: 3px 0px;
  color: #fff;
  margin-bottom: 10px;
}


/** mobile-menu **/

.nav-outer .mobile-nav-toggler{
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color:#3786ff;
  display: none;
}

.mobile-menu{
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right:30px;
  max-width:100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}

.mobile-menu .navbar-collapse{
  display:block !important; 
}

.mobile-menu .nav-logo{
  position:relative;
  padding:60px 25px;
  text-align:left;  
}

.mobile-menu-visible{
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background:#000;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
  opacity: 0.70;
  visibility: visible;
  -webkit-transition:all 0.7s ease;
  -moz-transition:all 0.7s ease;
  -ms-transition:all 0.7s ease;
  -o-transition:all 0.7s ease;
  transition:all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .menu-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #202020;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box{
  opacity: 1;
  visibility: visible;
  -webkit-transition:all 0.7s ease;
  -moz-transition:all 0.7s ease;
  -ms-transition:all 0.7s ease;
  -o-transition:all 0.7s ease;
  transition:all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn{
  position: absolute;
  right: 25px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition:all 0.9s ease;
  -moz-transition:all 0.9s ease;
  -ms-transition:all 0.9s ease;
  -o-transition:all 0.9s ease;
  transition:all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn{
  -webkit-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  transform:rotate(360deg);
}

.mobile-menu .close-btn:hover{
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
}

.mobile-menu .navigation{
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li{
  position: relative;
  display: block;
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation:last-child{
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > ul > li:first-child{
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > a{
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li ul li > a{
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li > a:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  height:0;
  border-left:5px solid #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li.current > a:before{
  height:100%;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn{
  position:absolute;
  right:6px;
  top:6px;
  width:32px;
  height:32px;
  text-align:center;
  font-size:16px;
  line-height:32px;
  color:#ffffff;
  background:rgba(255,255,255,0.10);
  cursor:pointer;
  border-radius:2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
  z-index:5;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open{
  background:#fff; 
  color: #3b3b3b;
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);  
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.menu-item-has-children > .megamenu{
  display: none;
}

.mobile-menu .social-links{
  position:relative;
  padding:30px 25px;
}

.mobile-menu .social-links li{
  position:relative;
  display:inline-block;
  margin:0px 10px 10px;
}

.mobile-menu .social-links li a{
  position:relative;
  line-height:32px;
  font-size:16px;
  color:#ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

div#mCSB_1_container{
  top: 0px !important;
}

.mobile-menu .contact-info {
  position: relative;
  padding: 80px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgba(255,255,255,0.80);
  margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a{
  color: rgba(255,255,255,0.80);
}

.mobile-menu .contact-info ul li:last-child{
  margin-bottom: 0px;
}

.main-header.home-5{
  display: none !important;
}

/** stricky-header **/

.sticky-header .main-menu .navigation > li{
  margin: 0px 30px;
}

.sticky-header .main-menu .navigation > li > a{
  padding: 25px 0px !important;
  color: var(--text-color-one) !important;
}


.sticky-header .logo-box{
  position: relative;
  float: left;
  padding: 10px 0px;
}

.sticky-header .menu-area{
  float: right;
}

.sticky-header .main-menu .navigation > li > a:before{
  display: none;
}

.sticky-header .navigation li.menu-item-has-children .dropdown-btn{
  display: none !important;
}

.sticky-header .main-menu .navigation > li{
  padding: 0px !important;
}

.sticky-header .main-menu .navigation > li:before{
  display: none;
}

.main-header .sticky-header .menu-right-content{
  margin-top: 12px !important;
}


/** main-slider **/
.bg-color-1{
  background: #faf5e1;
}

.bg-color-2{
  background: #e1fae6;
}

.bg-color-3{
  background: #f5e1fa;
}



/** collection-section **/



/** shop-section **/



/** news-section **/


/** subscribe-section **/



/** main-footer **/

.main-footer{
  position: relative;
  background: var(--text-color-one);
}

.main-footer .footer-top{
  position: relative;
  padding: 145px 0px 130px 0px;
}

.main-footer .footer-top .footer-widget .widget-title{
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.main-footer .footer-top .footer-widget .widget-title h3{
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: 900;
  margin: 0px;
}

.main-footer .footer-top .about-widget .text{
  position: relative;
  margin-bottom: 32px;
}

.main-footer .footer-top .footer-widget p{
  color: #c3c8d9;
}

.main-footer .footer-top .about-widget .social-links li{
  position: relative;
  display: inline-block;
  margin-right: 7px;
}

.main-footer .footer-top .about-widget .social-links li:last-child{
  margin-right: 0px;
}

.main-footer .footer-top .about-widget .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}


.main-footer .footer-top .links-widget{
  margin-left: 50px;
}

.main-footer .footer-top .links-widget .links li{
  position: relative;
  display: block;
  margin-bottom: 14px;
}

.main-footer .footer-top .links-widget .links li:last-child{
  margin-bottom: 0px;
}

.main-footer .footer-top .links-widget .links li a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #c3c8d9;
}

.main-footer .footer-top .links-widget .links li a:before{
  position: absolute;
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-size: 15px;
  left: 0px;
  top: 1px;
  opacity: 0;
  transition: all 500ms ease;
}

.main-footer .footer-top .links-widget .links li a:hover:before{
  opacity: 1;
}

.main-footer .footer-top .links-widget .links li a:hover{
  padding-left: 17px;
}

.main-footer .footer-top .links-widget .links li a:after{
  position: absolute;
  content: '';
  width: 0%;
  height: 1px;
  left: 0px;
  bottom: 4px;
  transition: all 500ms ease;
}

.main-footer .footer-top .links-widget .links li a:hover:after{
  width: 100%;
}

.main-footer .footer-top .contact-widget .widget-content p{
  margin-bottom: 18px;
}

.main-footer .footer-top .contact-widget .widget-content .info li{
  position: relative;
  display: block;
  color: #c3c8d9;
  margin-bottom: 15px;
  padding-left: 27px;
}

.main-footer .footer-top .contact-widget .widget-content .info li:last-child{
  margin-bottom: 0px;
}

.main-footer .footer-top .contact-widget .widget-content .info li i{
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 16px;
}

.main-footer .footer-top .contact-widget .widget-content .info li a{
  color: #c3c8d9;
}


.main-footer .footer-top .shediul-widget .shediul li{
  position: relative;
  display: block;
  color: #c3c8d9;
  margin-bottom: 15px;
}

.main-footer .footer-top .shediul-widget .shediul li:last-child{
  margin-bottom: 0px;
}

.main-footer .footer-top .shediul-widget .shediul li span{
  width: 50%;
  float: right;
}

.main-footer .anim-icon .icon-1 {
  left: 190px;
  top: 80px;
  width: 90px;
  height: 67px;
}

.main-footer .anim-icon .icon-2 {
  right: 350px;
  top: 30px;
  width: 109px;
  height: 116px;
}

.main-footer .anim-icon .icon-3{
  left: 62%;
  bottom: 100px;
  width: 88px;
  height: 88px;
}

.main-footer .anim-icon .icon-4{
  right: 35px;
  top: 200px;
  width: 104px;
  height: 70px;
}

.main-footer .anim-icon .icon-5{
  left: 60px;
  bottom: 100px;
  width: 89px;
  height: 81px;
}

.main-footer .footer-bottom{
  position: relative;
  width: 100%;
  background: #f0efe8;
  padding: 25px 0px;
}

.main-footer .footer-bottom .pattern-layer{
  position: absolute;
  left: 0px;
  top: -40px;
  right: 0px;
  width: 100%;
  height: 50px;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-bottom .footer-nav .logo,
.footer-bottom .footer-nav .card-list{
  position: relative;
  float: left;
}

.footer-bottom .footer-nav .logo{
  margin-right: 250px !important;
  max-width: 186px;
}

.footer-bottom .footer-nav .logo img{
  width: 100%;
}

.footer-bottom .footer-nav .card-list li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.footer-bottom .footer-nav .card-list li:last-child{
  margin-right: 0px;
}

.footer-bottom .footer-nav .card-list{
  margin-top: 35px;
}

.footer-bottom .copyright{
  margin-top: 40px;
  position: relative;
}

.footer-bottom .copyright p,
.footer-bottom .copyright p a{
  color: var(--text-color-one);
}


.bg-color-4{
  background: #d7eef6;
}


/*** 

====================================================================
                        Home-Page-Two
====================================================================

***/


/** header-style-two **/

.main-header.style-two .header-upper{
  position: relative;
  background: transparent;
}

.main-header.style-two .header-upper .outer-box{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  z-index: 3;
}

.main-header.style-two .header-upper .logo-box .logo{
  padding-top: 26px;
}

.main-header.style-two .main-menu .navigation > li > a{
  color: #fff;
}

.main-header.style-two .main-menu .navigation > li{
  padding-top: 65px;
}

.main-header.style-two .search-box-btn{
  background: #fff;
}

.main-header.style-two .search-box-btn:before,
.main-header.style-two .menu-right-content .cart-box a.shop-cart:before{
  border: 2px dashed #fff;
}

.main-header.style-two .menu-right-content .cart-box a.shop-cart{
  background: #fff;
}

.main-header.style-two .menu-right-content{
  margin-top: 50px;
}


/** slider-style-two **/

/** feature-section **/


.main-header .sticky-header .search-box-btn{
  color: #fff !important;
}

.main-header .sticky-header .menu-right-content .cart-box a.shop-cart{
  color: #fff !important;
}

.shop-section .title-text{
  margin-bottom: 42px;
}

.title-text h2{
  position: relative;
  font-size: 34px;
  line-height: 45px;
  font-weight: 900;
  margin-bottom: 0px;
}


/** comingsoon-section **/


/** top-salles **/

.top-salles{
  position: relative;
  padding-bottom: 60px;
}

.top-salles .title-text{
  position: relative;
  display: block;
  margin-bottom: 55px;
}

.shop-block-three .inner-box{
  position: relative;
  display: block;
  background: #fff;
  overflow: hidden;
  margin-bottom: 50px;
  min-height: 150px;
  padding: 11px 0px 48px 190px;
}

.shop-block-three .inner-box .image-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 150px;
  height: 150px;
  border-radius: 10px;
  overflow: hidden;
}

.shop-block-three .inner-box .image-box:before{
  position: absolute;
  content: '';
  background: rgb(37 59 112 / 50%);
  width: 100%;
  height: 100%;
  border-radius: 10px;
  left: 0px;
  top: 0px;
  opacity: 0;
  transition: all 500ms ease;
}

.shop-block-three .inner-box:hover .image-box:before{
  opacity: 1;
}

.shop-block-three .inner-box .image-box img{
  width: 100%;
  border-radius: 10px;
  transition: all 500ms ease;
}

.shop-block-three .inner-box .content-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 6px;
}

.shop-block-three .inner-box .content-box h4 a{
  display: inline-block;
  color: var(--text-color-one);
}


.shop-block-three .inner-box .content-box .rating li{
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
}

.shop-block-three .inner-box .content-box .rating{
  position: relative;
  display: block;
  margin-bottom: 3px;
}

.shop-block-three .inner-box .content-box .price{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Rounded Mplus 1c', sans-serif;
  font-weight: 700;
}


/** instagram-section **/

.instagram-section{
  position: relative;
  padding: 0px 70px 120px 70px;
}

.instagram-section .title-text{
  margin-bottom: 42px;
}

.instagram-section .image-box{
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.instagram-section .image-box:before{
  position: absolute;
  content: '';
  background: rgb(37 59 112 / 80%);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 10px;
  opacity: 0;
  z-index: 1;
  transition: all 500ms ease;
}

.instagram-section .image-box:hover:before{
  opacity: 1;
}

.instagram-section .image-box img{
  width: 100%;
  border-radius: 10px;
  transition: all 500ms ease;
}

.instagram-section .image-box:hover img{
  transform: scale(1.05);
}

.instagram-section .image-box .content-box{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
  z-index: 1;
} 

.instagram-section .image-box .content-box .list{
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 17px 17px;
  border-radius: 3px;
  transform: translateY(15px);
  opacity: 0;
  transition: all 500ms ease;
}

.instagram-section .image-box:hover .content-box .list{
  opacity: 1;
  transform: translateY(0px);
}

.instagram-section .image-box .content-box .list li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 19px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 26px;
  font-family: 'Rounded Mplus 1c', sans-serif;
  font-weight: 700;
  color: var(--text-color-one);
}

.instagram-section .image-box .content-box .list li:before{
  position: absolute;
  content: '';
  border: 1px dashed #c0d6dd;
  height: 25px;
  top: 2px;
  right: 0px;
}

.instagram-section .image-box .content-box .list li:last-child:before{
  display: none;
}

.instagram-section .image-box .content-box .list li a{
  color: var(--text-color-one);
}

.instagram-section .image-box .content-box .list li i{
  margin-right: 8px;
  font-size: 20px;
  position: relative;
  top: 4px;
}

.instagram-section .image-box .content-box .list li:last-child{
  padding: 0px;
  margin: 0px;
}



/*** 

====================================================================
                        Home-Page-Three
====================================================================

***/


.slider-style-three{
  position: relative;
  padding: 80px 0px;
  background: #d7eef6;
}

.slider-style-three .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 600px;
  height: 530px;
  background-repeat: no-repeat;
}

.slider-style-three .pattern-layer .pattern-2{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 795px;
  height: 590px;
  background-repeat: no-repeat;
}

.slider-style-three .categories-inner{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.slider-style-three .categories-inner .title-inner{
  position: relative;
  padding: 27px 30px 28px 30px;
}

.slider-style-three .categories-inner .title-inner h3{
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 35px;
  color: #fff;
  font-weight: 900;
  margin: 0px;
  padding-left: 50px;
}

.slider-style-three .categories-inner .title-inner h3:before{
  position: absolute;
  content: '\f0c9';
  font-size: 24px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  color: #fff;
  left: 0px;
  top: 0px;
}

.slider-style-three .categories-inner .content-inner{
  position: relative;
  padding: 24px 30px 38px 30px;
}

.slider-style-three .categories-inner .content-inner .single-item{
  position: relative;
  margin-bottom: 16px;
}

.slider-style-three .categories-inner .content-inner .single-item p{
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: var(--text-color-one);
  padding-bottom: 8px;
  border-bottom: 1px dashed #d7eef6;
  margin-bottom: 9px;
}

.slider-style-three .categories-inner .content-inner .single-item .list{
  position: relative;
  padding-left: 15px;
}

.slider-style-three .categories-inner .content-inner .single-item .list li{
  position: relative;
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}

.slider-style-three .categories-inner .content-inner .single-item .list li:last-child{
  margin-bottom: 0px;
}

.slider-style-three .categories-inner .content-inner .single-item .list li a{
  position: relative;
  display: inline-block;
  color: var(--text-color-one);
  padding-left: 20px;
}


.slider-style-three .categories-inner .content-inner .single-item .list li a:before{
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background: #dadee6;
  border-radius: 50%;
  left: 0px;
  top: 10px;
  transition: all 500ms ease;
}


.slider-style-three .carousel-content .content-box{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
}

.slider-style-three .carousel-content .content-box .inner{
  position: relative;
  display: block;
  max-width: 340px;
  width: 100%;
  padding: 70px 30px 113px 40px;
}

.slider-style-three .carousel-content .content-box .inner h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 20px;
  color: #fff;
  font-weight: 900;
  margin-bottom: 28px;
  padding-left: 20px;
  text-transform: uppercase;
}

.slider-style-three .carousel-content .content-box .inner h3:before{
  position: absolute;
  content: '';
  width: 4px;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 5px;
}

.slider-style-three .carousel-content .content-box .inner h2{
  position: relative;
  font-size: 44px;
  line-height: 52px;
  color: #fff;
  font-weight: 900;
  margin-bottom: 25px;
  text-shadow: 5px 6px 0px #59a3c4;
}

.slider-style-three .carousel-content .content-box .inner p{
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 36px;
}

.slider-style-three .owl-dots{
  position: absolute;
  left: 260px;
  bottom: 30px;
}

.slider-style-three .owl-theme .owl-dots .owl-dot span{
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 50%;
  margin: 0px 6px;
  cursor: pointer;
  transition: all 500ms ease;
}


.slider-style-three .anim-icon .icon-1{
  left: 200px;
  top: 70px;
  width: 51px;
  height: 61px;
}

.slider-style-three .anim-icon .icon-2{
  left: 60px;
  top: 280px;
  width: 90px;
  height: 67px;
}

.slider-style-three .anim-icon .icon-3{
  left: 315px;
  bottom: 230px;
  width: 89px;
  height: 81px;
}

.slider-style-three .anim-icon .icon-4{
  right: 120px;
  top: 30px;
  width: 109px;
  height: 116px;
}

.slider-style-three .anim-icon .icon-5{
  right: 30px;
  bottom: 170px;
  width: 88px;
  height: 88px;
}

.slider-style-three .anim-icon .icon-6{
  right: 310px;
  top: 250px;
  width: 104px;
  height: 70px;
}


/** collection-style-two **/




/** sideber-page-container **/

.sideber-page-container{
  position: relative;
  padding: 110px 0px;
}

.sideber-page-container .title-text{
  margin-bottom: 40px;
}

.sideber-page-container .sideber{
  position: relative;
  margin-left: 40px;
}

.sideber .sideber-search .search-form .form-group{
  position: relative;
  margin: 0px;
}

.sideber .sideber-search .search-form .form-group input[type='search']{
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  background: #fff;
  border-radius: 10px;
  padding: 10px 50px 10px 30px;
  color: var(--text-color-one);
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  box-shadow: 0 10px 30px 2px rgba(227, 230, 236, 0.6);
  transition: all 500ms ease;
}

.sideber .sideber-search .search-form .form-group input::-webkit-input-placeholder{
  color:var(--text-color-one);
}

.sideber .sideber-search .search-form .form-group button{
  position: absolute !important;
  top: 23px;
  right: 20px;
  font-size: 17px !important;
  font-weight: 700 !important;
  color: var(--text-color-one) !important;
  background: transparent;
  transition: all 500ms ease;
}





.nothing-found-search .sideber-search .search-form .form-group{
  position: relative;
  margin: 0px;
}

.nothing-found-search .sideber-search .search-form .form-group input[type='search']{
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  background: #fff;
  border-radius: 10px;
  padding: 10px 50px 10px 30px;
  color: var(--text-color-one);
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  box-shadow: 0 10px 30px 2px rgba(227, 230, 236, 0.6);
  transition: all 500ms ease;
}

.nothing-found-search .sideber-search .search-form .form-group input::-webkit-input-placeholder{
  color:var(--text-color-one);
}

.nothing-found-search .sideber-search .search-form .form-group button{
  position: absolute !important;
  top: 23px;
  right: 20px;
  font-size: 17px !important;
  font-weight: 700 !important;
  color: var(--text-color-one) !important;
  background: transparent;
  transition: all 500ms ease;
}


.sideber .widget-title{
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.sideber .widget-title h3{
  font-size: 22px;
  line-height: 30px;
  font-weight: 900;
  margin: 0px;
}

.shop-sideber .post-widget{
  position: relative;
  margin-bottom: 56px;
}

.shop-sideber .post-widget .post{
  position: relative;
  padding-left: 140px;
  margin-bottom: 30px;
  min-height: 120px;
}

.shop-sideber .post-widget .post:last-child{
  margin-bottom: 0px;
}

.shop-sideber .post-widget .post .image-box{
  position: absolute;
  left: 0px;
  top: 6px;
  width: 120px;
  height: 120px;
  border-radius: 10px;
  overflow: hidden;
}

.shop-sideber .post-widget .post .image-box:before{
  position: absolute;
  content: '';
  background: rgb(37 59 112 / 50%);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0;
  transition: all 500ms ease;
}

.shop-sideber .post-widget .post:hover .image-box:before{
  opacity: 1;
}

.shop-sideber .post-widget .post .image-box img{
  width: 100%;
  border-radius: 10px;
  transition: all 500ms ease;
}

.shop-sideber .post-widget .post .rating{
  position: relative;
  margin-bottom: 4px;
}

.shop-sideber .post-widget .post .rating li{
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
}

.shop-sideber .post-widget .post h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 4px;
}

.shop-sideber .post-widget .post h5 a{
  display: inline-block;
  color: var(--text-color-one);
}


.shop-sideber .post-widget .post .price{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Rounded Mplus 1c', sans-serif;
  font-weight: 700;
  margin: 0px;
}

.shop-sideber .post-widget .widget-title{
  margin-bottom: 17px;
}

.sideber .advice-box{
  position: relative;
  width: 100%;
  background-color: var(--text-color-one);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 30px 30px 200px 30px;
  border-radius: 10px;
  overflow: hidden;
  max-width: 330px;
}

.sideber .advice-box .text{
  position: relative;
  max-width: 100px;
  width: 100%;
}

.sideber .advice-box .text h2{
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  font-weight: 900;
  margin: 0px;
}

.sideber-page-container.home-page-3{
  padding-bottom: 50px;
}
.anim-icon{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.anim-icon .icon{
  position: absolute;
  background-repeat: no-repeat;
}
.float-bob-y {
  animation-name: float-bob-y;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-y;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-y;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-y;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.float-bob-x{
  animation-name: float-bob-x;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-x;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-x;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-x;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-x;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.rotate-me {
  animation-name: rotateme;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 30s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 30s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 30s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

/** subscribe-style-two **/



/*** 

====================================================================
                        Home-Page-Four
====================================================================

***/

.main-header.style-three{
  position: relative;
}

.main-header .header-top .text p{
  font-size: 14px;
  color: #d3d8e2;
}

.main-header .header-info{
  position: relative;
  width: 100%;
  background: #fff;
  padding: 11px 0px;
}

.main-header .header-info .menu-right-content .search-form .form-group{
  position: relative;
  min-width: 470px;
  margin: 0px;
}

.main-header .header-info .menu-right-content .search-form .form-group input[type='search']{
  position: relative;
  display: block;
  width: 100%;
  height: 56px;
  background: #fff3d9;
  border-radius: 30px;
  padding: 10px 70px 10px 30px;
  color:var(--text-color-one);
  font-size: 16px;
}

.main-header .header-info .menu-right-content .search-form .form-group input::-webkit-input-placeholder{
  color:var(--text-color-one);
}

.main-header .header-info .menu-right-content .search-form .form-group button{
  position: absolute;
  top: 8px;
  right: 8px;
}

.main-header.style-three .search-box-outer{
  padding: 0px;
}

.main-header .header-info .menu-right-content{
  margin-top: 23px;
  margin-left: 0px;
}

.main-header.style-three .header-upper{
  box-shadow: none;
  background: #d7eef6;
}

.main-header .header-upper .categories-box{
  position: relative;
  display: inline-block;
  width: 280px;
  margin-right: 60px;
}

.main-header .header-upper .categories-box h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: 900;
  margin: 0px;
  padding: 20px 30px 20px 75px;
  cursor: pointer;
}

.main-header .header-upper .categories-box .category-content{
  position: absolute;
  left: 0px;
  top: 70px;
  width: 100%;
  background: #fff;
  padding: 24px 30px 38px 30px;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 2;
}

.main-header .header-upper .categories-box:hover .category-content{
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

.main-header .header-upper .categories-box .category-content .single-item{
  position: relative;
  margin-bottom: 16px;
}

.main-header .header-upper .categories-box .category-content .single-item p{
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: var(--text-color-one);
  padding-bottom: 8px;
  border-bottom: 1px dashed #d7eef6;
  margin-bottom: 9px;
}

.main-header .header-upper .categories-box .category-content .single-item .list{
  position: relative;
  padding-left: 15px;
}

.main-header .header-upper .categories-box .category-content .single-item .list li{
  position: relative;
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}

.main-header .header-upper .categories-box .category-content .single-item .list li:last-child{
  margin-bottom: 0px;
}

.main-header .header-upper .categories-box .category-content .single-item .list li a{
  position: relative;
  display: inline-block;
  color: var(--text-color-one);
  padding-left: 20px;
}

.main-header .header-upper .categories-box .category-content .single-item .list li a:before{
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background: #dadee6;
  border-radius: 50%;
  left: 0px;
  top: 10px;
  transition: all 500ms ease;
}


.main-header .header-upper .categories-box h3:before{
  position: absolute;
  content: '\f0c9';
  font-size: 24px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  color: #fff;
  left: 30px;
  top: 20px;
}

.main-header .header-upper .social-links li{
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.main-header .header-upper .social-links li:last-child{
  margin-right: 0px;
}

.main-header .header-upper .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #7083a3;
}

.main-header.style-three .main-menu .navigation > li{
  padding: 20px 0px;
}

.main-header .header-upper .social-links{
  position: relative;
  margin-top: 22px;
  padding-left: 60px;
}

.main-header .header-upper .social-links:before{
  position: absolute;
  content: '';
  border: 1px dashed #8dd0e7;
  height: 30px;
  width: 1px;
  top: -3px;
  left: 0px;
}

.main-header.style-three .sticky-header .search-box-outer{
  padding: 8px;
}


/** slider-style-four **/



/** category-section **/



/** cta-style-two **/

.pt-0{
  padding-top: 0px !important;
}

.pb-120{
  padding-bottom: 120px !important;
}




/*** 

====================================================================
                        Home-Page-Five
====================================================================

***/

.fixed-page-title{
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 270px;
  background: var(--text-color-one);
  z-index: 1;
}

.fixed-page-title .outer-box{
  position: relative;
  display: block;
  padding: 50px 20px 30px 20px;
}

.fixed-page-title .outer-box .mobile-nav-toggler{
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}

.fixed-page-title .outer-box .mobile-nav-toggler .icon-bar{
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #3b3b3b;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.fixed-page-title .outer-box .logo{
  position: relative;
  display: block;
  margin-bottom: 80px;
  max-width: 186px;
}

.fixed-page-title .outer-box .logo img{
  width: 100%;
}

.fixed-page-title .outer-box .nav-menu{
  position: relative;
  margin-bottom: 90px;
}

.fixed-page-title .outer-box .nav-menu li{
  position: relative;
  display: block;
  margin-bottom: 17px;
}

.fixed-page-title .outer-box .nav-menu li:last-child{
  margin-bottom: 0px;
}

.fixed-page-title .outer-box .nav-menu li a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 28px;
  font-family: 'Rounded Mplus 1c', sans-serif;
  font-weight: 700;
  color: #fff;
}

.fixed-page-title .info-box{
  position: relative;
  margin-bottom: 90px;
}

.fixed-page-title .outer-box .text{
  margin-bottom: 23px;
}

.fixed-page-title .outer-box .text p{
  line-height: 24px;
  font-weight: 600;
  color: #d3d8e2;
}

.fixed-page-title .outer-box .social-links li{
  position: relative;
  display: inline-block;
  margin: 0px 10px;
}

.fixed-page-title .outer-box .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #a8b1c6;
}

/** search pop-up style **/

.fixed-page-title .search-box-2 {
  position: relative;
  margin-bottom: 36px;
}

.fixed-page-title .search-box-2 .search-toggler{
  position: relative;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  transition: all 500ms ease;
}

.fixed-page-title .search-box-2 .search-toggler:before{
  position: absolute;
  content: '';
  width: 56px;
  height: 56px;
  left: -8px;
  top: -8px;
  border-radius: 50%;
}


.fixed-page-title .info-box .cart-box a{
  position: relative;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
}


.fixed-page-title .info-box .cart-box a:before{
  position: absolute;
  content: '';
  width: 56px;
  height: 56px;
  left: -8px;
  top: -8px;
  border-radius: 50%;
}

.search-popup{
  position:fixed;
  left:0;
  top:0px;
  width:100%;
  height:100%;
  z-index:99999;
  visibility:hidden;
  opacity:0;
  overflow:auto;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transform:translateY(101%);
  -ms-transform:translateY(101%);
  transform:translateY(101%);
  transition:all 700ms ease;
  -moz-transition:all 700ms ease;
  -webkit-transition:all 700ms ease;
  -ms-transition:all 700ms ease;
  -o-transition:all 700ms ease;
}

.search-popup.popup-visible{
  -webkit-transform:translateY(0%);
  -ms-transform:translateY(0%);
  transform:translateY(0%);
  visibility:visible;
  opacity:1;
}

.search-popup .overlay-layer{
  position:absolute;
  left:0px;
  top:0px;
  right:0px;
  bottom:0px;
  display:block;
}

.search-popup .close-search{
  position:absolute;
  right:25px;
  top:25px;
  font-size:22px;
  color:#ffffff;
  cursor:pointer;
  z-index:5;
  transition: all 500ms ease;
}

.search-popup .search-form{
  position:relative;
  padding:0px 15px 0px;
  max-width:1024px;
  margin:0 auto;  
  margin-top:150px;
  margin-bottom: 100px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.search-popup .search-form fieldset{
  position:relative;
  border-radius:12px;
}

.search-popup .search-form fieldset input[type="search"]{
  position:relative;
  height:70px;
  padding:20px 250px 20px 30px;
  background:#ffffff;
  line-height:30px;
  font-size:24px;
  color:#233145;
  border-radius:7px;
}

.search-popup .search-form fieldset input[type="submit"]{
  position:absolute;
  display:block;
  right:0px;
  top:0px;
  text-align:center;
  width:220px;
  height:70px;
  padding:20px 10px 20px 10px;
  color:#ffffff !important;
  line-height:30px;
  font-size:20px;
  cursor:pointer;
  text-transform:uppercase;
  border-radius:0px 7px 7px 0px;
}

.search-popup .search-form fieldset input[type="submit"]:hover{
  transform: translateY(0px);
}

.search-popup h3{
  text-transform:uppercase;
  font-size:20px;
  font-weight:600;
  color:#ffffff;
  margin-bottom:20px;
  letter-spacing:1px;
  text-align:center;  
}

.search-popup .recent-searches{
  font-size:16px;
  color:#ffffff;
  text-align:center;
}

.search-popup .recent-searches li{
  display:inline-block;
  margin:0px 10px 10px 0px; 
}

.search-popup .recent-searches li a{
  display:block;
  line-height:24px;
  border:1px solid #ffffff;
  padding:7px 15px;
  color:#ffffff;
  border-radius:3px;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  transition:all 0.5s ease;
}


.content-container{
  position: relative;
  margin-left: 250px;
}


/** slider-style-five **/



/** shop-style-two **/

.shop-style-two{
  position: relative;
  padding: 70px 0px 120px 0px;
}

.shop-style-two .tabs-box .tab-btns{
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.shop-style-two .tabs-box .tab-btns li{
  position: relative;
  display: inline-block;
  font-size: 34px;
  line-height: 49px;
  font-family: 'Rounded Mplus 1c', sans-serif;
  font-weight: 900;
  color: var(--text-color-one);
  cursor: pointer;
  transition: all 500ms ease;
  margin-right: 45px;
}

.shop-style-two .tabs-box .tab-btns li:last-child{
  margin-right: 0px;
}

.shop-style-two .tabs-box .tab-btns li:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 2px;
  left: 0px;
  bottom: 0px;
  transition: all 500ms ease;
}

.shop-style-two .tabs-box .tab-btns li.active-btn:before,
.shop-style-two .tabs-box .tab-btns li:hover:before{
  width: 100%;
}


.shop-style-two .tabs-box .tab-btns li:after{
  position: absolute;
  content: '';
  background: #bdc4d4;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  right: -28px;
  top: 22px;
}

.shop-style-two .tabs-box .tab-btns li:last-child:after{
  display: none;
}

.shop-style-two .image-column .image-box{
  position: relative;
  display: block;
  padding-left: 40px;
  margin-left: 60px;
  margin-top: 10px;
}

.shop-style-two .image-column .image-box .image{
  position: relative;
  display: block;
  border-radius: 10px;
}

.shop-style-two .image-column .image-box .image img{
  width: 100%;
  border-radius: 10px;
}

.shop-style-two .image-column .image-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 420px;
  left: 0px;
  top: 60px;
  border-radius: 10px;
}

.shop-style-two .shop-block-one .inner-box{
  margin-bottom: 105px;
}




/*** 

====================================================================
                        About-Page
====================================================================

***/


.page-title{
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 143px 0px 180px 0px;
}

.page-title .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.page-title .pattern-layer .pattern-2{
  position: absolute;
  top: 0px;
  right: 330px;
  width: 630px;
  height: 345px;
  background-repeat: no-repeat;
}

.page-title .image-layer{
  position: absolute;
  right: 300px;
  bottom: 0px;
}

.page-title .content-box .title-box h1{
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 50px;
  color: var(--text-color-one);
  font-weight: 900;
  margin-bottom: 12px;
}

.page-title .content-box .bread-crumb li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Rounded Mplus 1c', sans-serif;
  font-weight: 800;
  padding-right: 11px;
  margin-right: 3px;
}

.page-title .content-box .bread-crumb li:last-child{
  padding-right: 0px;
  margin-right: 0px;
}

.page-title .content-box .bread-crumb li a{
  color: var(--text-color-one);
}

.page-title .content-box .bread-crumb li:before{
  position: absolute;
  content: '';
  background: var(--text-color-one);
  width: 5px;
  height: 1px;
  top: 14px;
  right: 0px;
}

.page-title .content-box .bread-crumb li:last-child:before{
  display: none;
}

.page-title .anim-icon .icon-1{
  left: 90px;
  top: 30px;
  width: 77px;
  height: 57px;
}

.page-title .anim-icon .icon-2{
  left: 200px;
  bottom: 120px;
  width: 94px;
  height: 100px;
}

.page-title .anim-icon .icon-3{
  left: 45%;
  bottom: 100px;
  width: 41px;
  height: 49px;
}

.page-title .anim-icon .icon-4{
  right: 170px;
  top: 30px;
  width: 99px;
  height: 67px;
}

/** ourstory-section **/


/*** 

====================================================================
                        LookBooks-Page
====================================================================

***/


.signin-section{
  position: relative;
  padding: 120px 0px;
}

.default-form-area{
  position: relative;
  background: #fff;
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0 10px 25px rgba(227, 230, 236, 0.8);
  padding: 65px 70px;
  border-radius: 10px;
}

.default-form-area .inner-box{
  position: relative;
  max-width: 370px;
  width: 100%;
}

.default-form-area .inner-box .title-box{
  position: relative;
  display: block;
  margin-bottom: 27px;
}

.default-form-area .inner-box .title-box h3{
  font-size: 24px;
  line-height: 30px;
  font-weight: 900;
  margin-bottom: 7px;
}

.default-form-area .inner-box .form-group label{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  color: var(--text-color-one);
  margin-bottom: 3px;
}

.default-form-area .inner-box .form-group{
  position: relative;
  margin-bottom: 20px;
}

.default-form-area .inner-box .form-group input[type='text'],
.default-form-area .inner-box .form-group input[type='email'],
.default-form-area .inner-box .form-group input[type='password']{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 10px 20px;
  transition: all 500ms ease;
}

.default-form-area .inner-box .form-group .custom-controls-stacked .description{
  position: relative;
  display: inline-block;
  padding: 0px;
  margin-left: 25px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #a1a3ab;
}

.default-form-area .inner-box .form-group .custom-controls-stacked .description a{
  display: inline-block;
  color: var(--text-color-one);
}

.default-form-area .inner-box .form-group .custom-controls-stacked .description a span{
  text-decoration: underline;
}

.default-form-area .inner-box .form-group .custom-controls-stacked{
  position: relative;
  display: block;
  padding-bottom: 5px;
}

.custom-control.material-checkbox {
  --color: #ebebeb;
  padding: 0px;
  margin: 0px;
  margin-bottom: 0px !important;
}

.custom-control.material-checkbox .material-control-input {
  display: none;
}

.custom-control.material-checkbox .material-control-indicator {
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0px;
  width: 14px;
  height: 14px;
  background: #e9ebf0;
  border: 1px solid #d7d9de;
  border-radius: 2px;
  cursor: pointer;
}

.custom-control.material-checkbox .material-control-input:checked ~ .material-control-indicator {
  border-color: var(--color);
  -webkit-transform: rotateZ(45deg) translate(1px, -5px);
  transform: rotateZ(45deg) translate(1px, -5px);
  width: 8px;
  border: 2px solid #d7d9de;
  border-top: 0px;
  border-left: 0px;
  background: transparent;
  border-radius: 0px;
}

.default-form-area .inner-box .form-group button{
  background: transparent;
}

.default-form-area .inner-box .form-group:last-child{
  margin-bottom: 0px;
}

.default-form-area .inner-box .form-group .account-box{
  position: relative;
  display: block;
  padding-top: 3px;
}

.default-form-area .inner-box .form-group .account-box h6{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  font-weight: 700;
}


.default-form-area .inner-box .form-group .account-box h6 a:hover{
  text-decoration: underline;
}

.default-form-area .pattern-layer{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 486px;
  height: 456px;
  background-repeat: no-repeat;
}

.default-form-area .image-layer{
  position: absolute;
  right: 40px;
  bottom: 0px;
}

.default-form-area .inner-box .signin-form .form-group .custom-controls-stacked .description{
  color: var(--text-color-one);
  cursor: pointer;
}

.default-form-area .inner-box .signin-form .form-group .custom-controls-stacked .forget-passwore{
  position: relative;
  display: inline-block;
  padding: 0px;
  margin-left: 25px;
  font-size: 15px;
  line-height: 20px;
  color: var(--text-color-one);
  font-weight: 600;
  float: right;
  z-index: 1;
}


.page-title .pattern-layer .pattern-3 {
  position: absolute;
  left: 120px;
  bottom: 0px;
  width: 490px;
  height: 260px;
  background-repeat: no-repeat;
}

.page-title.style-two{
  padding: 90px 0px 120px 0px;
}

.page-title.style-two .pattern-layer .pattern-2{
  width: 489px;
  height: 367px;
}

.page-title.style-two .anim-icon .icon-2{
  left: 490px;
  top: 115px;
}

.page-title.style-two .anim-icon .icon-3{
  left: 63%;
  bottom: 80px;
}


/*** 

====================================================================
                        Error-Page
====================================================================

***/

.error-section{
  position: relative;
  padding: 160px 0px;
}

.error-section .inner-box .image-box{
  position: relative;
  display: block;
  margin-bottom: 74px;
}

.error-section .inner-box h3{
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 68px;
}


/*** 

====================================================================
                        Shop-Page
====================================================================

***/

.category-section.shop-1{
  padding: 120px 0px 0px 0px;
}

/** nice-select **/

.nice-select{
  height: 44px;
  line-height: 44px;
  background: transparent;
  border: 1px solid #e5e5e5 !important;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 600;
  color: var(--text-color-one);
  padding: 0px 15px;
}

.shop-page-section .item-shorting .left-column .nice-select{
  width: 90px !important;
}

.nice-select:after{
  width: 6px;
  height: 6px;
  border-bottom: 2px solid var(--text-color-one);
  border-right: 2px solid var(--text-color-one);
  right: 15px;
}

.shop-page-section{
  position: relative;
  padding: 120px 0px;
}

.shop-page-section .item-shorting{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  padding: 18px 30px;
  margin-bottom: 50px;
}

.shop-page-section .item-shorting .left-column .text,
.shop-page-section .item-shorting .left-column .short-box{
  position: relative;
  float: left;
}

.shop-page-section .item-shorting p{
  font-weight: 600;
  margin: 0px;
}

.shop-page-section .item-shorting .short-box p{
  float: left;
  margin-right: 15px;
  margin-top: 8px;
}

.shop-page-section .item-shorting .select-box{
  float: left;
  height: 44px;
}

.shop-page-section .item-shorting .left-column .text{
  padding-right: 30px;
  margin-right: 30px;
  margin-top: 8px;
}

.shop-page-section .item-shorting .left-column .text:before{
  position: absolute;
  content: '';
  background: #e5e5e5;
  width: 1px;
  height: 45px;
  top: -8px;
  right: 0px;
}

.shop-page-section .item-shorting .right-column .nice-select{
  width: 200px !important;
}

.shop-page-section .item-shorting .right-column .short-box,
.shop-page-section .item-shorting .right-column .filter-box{
  float: left;
}

.shop-page-section .item-shorting .right-column .short-box{
  margin-right: 30px;
}

.shop-page-section .item-shorting .right-column .filter-box{
  margin-top: 8px;
}

.shop-page-section .item-shorting .right-column .filter-box button i{
  margin-right: 10px;
}

.shop-page-section .item-shorting .right-column .filter-box button{
  position: relative;
  background: transparent;
  font-size: 15px;
  line-height: 26px;
  color: #93959e;
  font-weight: 600;
  transition: all 500ms ease;
}

.shop-page-section .pagination-wrapper{
  position: relative;
  margin-top: 10px;
}

.shop-page-section .item-shorting .right-column .filter-box .dropdown-menu{
  top: 85px !important;
  padding: 0px;
  width: 100%;
  background: #fff;
  right: 0px;
  transform: translate3d(0px, 0px, 0px) scale3d(0.8,0.8,0.8) !important;
  box-shadow: 0px 5px 30px 0 rgba(0,0,0,0.15);
  transition: .5s ease;
  display: block;
  opacity: 0;
  visibility: hidden;
  border: none;
  margin: 0px;
}

.shop-page-section .item-shorting .right-column .filter-box .show .dropdown-menu {
  display: block;
  transform: scale3d(1,1,1)!important;
  opacity: 1;
  visibility: visible;
}

.shop-page-section .item-shorting .right-column .filter-box .dropdown{
  position: inherit;
}

.shop-page-section .item-shorting .right-column .filter-box .filter-content{
  padding: 50px 60px 50px 60px;
  border-radius: 10px;
}

.shop-page-section .item-shorting .right-column .filter-box .filter-content .single-column{
  position: relative;
}

.shop-page-section .item-shorting .right-column .filter-box .filter-content .single-column:before{
  position: absolute;
  content: '';
  border-right: 1px dashed #cccccc;
  width: 1px;
  height: 100%;
  top: 0px;
  right: 15px;
}

.shop-page-section .item-shorting .right-column .filter-box .filter-content .column:last-child .single-column:before{
  display: none;
}

.shop-page-section .item-shorting .right-column .filter-box .filter-content .single-column h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 900;
  margin-bottom: 15px;
}

.shop-page-section .item-shorting .right-column .filter-box .filter-content .single-column .list li{
  position: relative;
  display: block;
  margin-bottom: 9px;
  padding-left: 20px;
  font-size: 15px;
  line-height: 26px;
  color: #93959e;
}

.shop-page-section .item-shorting .right-column .filter-box .filter-content .single-column .list li a{
  color: #93959e;
}

.shop-page-section .item-shorting .right-column .filter-box .filter-content .single-column .list li:last-child{
  margin-bottom: 0px;
}

.shop-page-section .item-shorting .right-column .filter-box .filter-content .single-column .list li:before{
  position: absolute;
  content: '';
  background: #c7c9cc;
  width: 6px;
  height: 2px;
  left: 0px;
  top: 12px;
}

.shop-page-section .item-shorting .right-column .filter-box .filter-content .single-column .color-list li{
  position: relative;
  display: block;
  margin-bottom: 9px;
  padding-left: 30px;
  font-size: 15px;
  line-height: 26px;
  color: #93959e;
}


.shop-page-section .item-shorting .right-column .filter-box .filter-content .single-column .color-list li a{
  color: #93959e;
}


.shop-page-section .item-shorting .right-column .filter-box .filter-content .single-column .color-list li:last-child{
  margin-bottom: 0px;
}

.shop-page-section .item-shorting .right-column .filter-box .filter-content .single-column .color-list li span{
  position: absolute;
  left: 0px;
  top: 4px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

.shop-page-section .item-shorting .right-column .filter-box .filter-content .single-column .color-list li span.black{
  background: #000;
}



.shop-page-section .item-shorting .right-column .filter-box .filter-content .close-btn{
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
}

.shop-page-section .item-shorting .right-column .filter-box .filter-content .discription-box{
  position: relative;
  display: block;
  border-bottom: 1px dashed #cccccc;
  padding-bottom: 40px;
  margin-bottom: 34px;
}

.range-slider{
  position:relative;
}

.range-slider .title {
  position: relative;
  display: inline-block;
}

.range-slider p{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #93959e;
  margin-right: 10px !important;
}

.range-slider .title:before {
  position: absolute;
  content: '$';
  left: -5px;
  top: -19px;
  color: #93959e;
  font-size: 15px;
}

.range-slider .input{
  color:#93959e;
  max-width: 75px;
  font-size:15px;
  font-weight: 600;
  margin-top:5px;
  position: relative;
  display: inline-block;
}

.range-slider .input input{
  background:none;
  color:#93959e;
  font-size:15px;
  text-align:left;
}

.range-slider .ui-widget.ui-widget-content{
  height:4px;
  border:none;
  margin-bottom:14px;
  background:#edeff2; 
}

.range-slider .ui-slider .ui-slider-range{
  top:0px;
  height:4px;
}

.range-slider .ui-state-default,
.range-slider .ui-widget-content .ui-state-default{
  top:-7px;
  width:18px;
  height:18px;
  border: none;
  border-radius:50%;
  cursor:pointer; 
  margin-left: 0px;
  box-shadow: 0px 5px 15px 0 rgba(0,0,0,0.15);
}

.shop-page-section .item-shorting .filter-box .price-filters h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 900;
  margin-bottom: 22px;
}

.shop-page-section .our-shop .product-list{
  position: relative;
  margin: 0px -15px;
}

.shop-page-section .our-shop .product-list li.shop-block{
  position: relative;
  display: inline-block;
  float: left;
  width: 20%;
}

.shop-page-section .our-shop .product-list li.shop-block .shop-block-one{
  margin: 0px 15px;
}

.mr-0{
  margin-right: 0px;
}

.sideber .widget-title{
  position: relative;
  display: block;
  margin-bottom: 16px;
}

.sideber .widget-title h4{
  position: relative;
  font-size: 20px;
  line-height: 30px;
  font-weight: 900;
  margin: 0px;
}

.sideber .sideber-widget .list-item li{
  position: relative;
  display: block;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 26px;
  color: #93959e;
  padding-left: 20px;
}

.sideber .sideber-widget .list-item li:last-child{
  margin-bottom: 0px !important;
}

.sideber .sideber-widget .list-item li a{
  display: inline-block;
  color: #93959e;
}


.sideber .sideber-widget .list-item li a:before{
  position: absolute;
  content: '';
  background: #c7c9cc;
  height: 2px;
  width: 6px;
  left: 0px;
  top: 13px;
  transition: all 500ms ease;
}


.shop-sideber .category-widget{
  margin-bottom: 33px;
}

.shop-sideber .age-widget{
  margin-bottom: 35px;
}

.shop-sideber .color-widget{
  margin-bottom: 38px;
}

.shop-sideber .color-widget li a:before{
  display: none;
}

.shop-sideber .color-widget .list-item li{
  padding-left: 30px;
  margin-bottom: 9px;
}

.shop-sideber .color-widget li span{
  position: absolute;
  left: 0px;
  top: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

.shop-sideber .color-widget li span.black{
  background: #000;
}


.shop-sideber .size-widget{
  margin-bottom: 35px;
}

.shop-sideber .size-widget .list-item li{
  margin-bottom: 9px;
}

.shop-sideber .price-filters{
  margin-bottom: 40px;
}


/** single-shop **/

section.single-product{
  position: relative;
  padding: 120px 0px 50px 0px;
  padding-bottom: 0;
}

.product-details-content{
  position: relative;
}

.product-details-content .slider-pager li{
  position: relative;
  background: #fff;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
  width: 100px;
  z-index: 9;
}

.product-details-content .slider-pager li:last-child{
  margin-bottom: 0px;
}

.product-details-content .slider-pager img{
  width: 100%;
  opacity: 0.5;
  transition: all 500ms ease;
}

.product-details-content .slider-pager li a.active img{
  opacity: 1;
}

.product-details-content .slider-content{
  position: relative;
  display: block;
}

.single-product-1 .product-details-content .slider-content .slider-pager{
  position: absolute;
  left: 0px;
  top: 0px;
}

.single-product-1 .product-details-content .slider-content .product-image{
  position: relative;
  padding-left: 120px;
}

.product-details-content .slider-content .product-image .image{
  position: relative;
  display: block;
  border-radius: 10px;
}

.product-details-content .slider-content .product-image .image img{
  width: 100%;
  border-radius: 10px;
}

.product-details-content .product-details{
  position: relative;
  display: block;
  margin-left: 40px;
}

.product-details-content .product-details .rating{
  position: relative;
  margin-bottom: 15px;
}

.product-details-content .product-details .rating li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  margin-right: 2px;
}

.product-details-content .product-details .rating li:last-child{
  margin-right: 0px;
}

.product-details-content .product-details h1,
.product-details-content .product-details h2{
  position: relative;
  display: block;
  font-size: 34px;
  line-height: 45px;
  font-weight: 900;
  margin-bottom: 15px;
}

.product-details-content .product-details h3{
  position: relative;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 35px;
}

.product-details-content .product-details .text{
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.product-details-content .product-details .text p{
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 28px;
}

.product-details-content .product-details .text p:last-child{
  margin-bottom: 0px;
}

.product-details-content .product-details .addto-cart-box .clearfix li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 15px;
  margin-top: 5px;
}

.product-details-content .product-details .addto-cart-box .clearfix li:last-child{
  margin-right: 0px;
  margin-top: 0px;
}

.product-details-content .product-details .addto-cart-box .clearfix li a{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50px;
  font-size: 20px;
  color: var(--text-color-one);
  background: #fff2f0;
  font-family: 'Rounded Mplus 1c', sans-serif;
  font-weight: 700;
}

.product-details-content .product-details .addto-cart-box .clearfix li input[type='text']{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50px;
  font-size: 20px;
  color: var(--text-color-one);
  background: #fff2f0;
  font-family: 'Rounded Mplus 1c', sans-serif;
  font-weight: 700;
  padding: 10px;
}

.product-details-content .product-details .addto-cart-box .clearfix li input::-webkit-input-placeholder{
  color:var(--text-color-one);
}

.product-details-content .product-details .addto-cart-box .clearfix li a:hover{
  color: #fff;
}

.product-details-content .product-details .addto-cart-box{
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.product-details-content .product-details .other-links .list li{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #93959e;
}

.product-details-content .product-details .other-links .list li:first-child{
  color: var(--text-color-one);
  font-weight: 600;
}

.product-details-content .product-details .other-links .list li a{
  color: #93959e;
}


.product-details-content .product-details .other-links .category{
  margin-bottom: 11px;
}

.product-details-content{
  position: relative;
  display: block;
  padding-bottom: 120px;
}

.single-product .product-discription{
  position: relative;
  background: #d7eef6;
  padding: 120px 0px;
}

.single-product .product-discription .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 306px;
  height: 427px;
  background-repeat: no-repeat;
}

.single-product .product-discription .pattern-layer .pattern-2{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 341px;
  height: 463px;
  background-repeat: no-repeat;
}

.single-product .product-discription .tab-btn-box{
  position: relative;
  display: block;
  margin-bottom: 55px;
}

.single-product .product-discription .tab-btn-box .tab-btns{
  position: relative;
  display: inline-block;
  border-radius: 30px;
  overflow: hidden;
}

.single-product .product-discription .tab-btn-box .tab-btns li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Rounded Mplus 1c', sans-serif;
  color: var(--text-color-one);
  background: #e7f5fa;
  font-weight: 900;
  padding: 13px 33px;
  cursor: pointer;
  text-align: center;
  z-index: 1;
  transition: all 500ms ease;
}

.single-product .product-discription .tab-btn-box .tab-btns li:first-child{
  border-radius: 30px 0px 0px 30px;
  border-right: none;
}

.single-product .product-discription .tab-btn-box .tab-btns li:last-child{
  border-radius: 0px 30px 30px 0px;
  border-left: none;
}

.single-product .product-discription .tab-btn-box .tab-btns li.active-btn{
  color: #fff;
}

.single-product .product-discription .tab-btn-box .tab-btns li:before{
  position: absolute;
  content: '';
  width: calc(100% + 4px);
  height: 60px;
  left: -2px;
  top: -2px;
  opacity: 0;
  z-index: -1;
  transition: all 500ms ease;
}

.single-product .product-discription .tab-btn-box .tab-btns li.active-btn:before{
  opacity: 1;
}

.single-product .product-discription .tabs-content h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 900;
  margin-bottom: 20px;
}

.single-product .product-discription .tabs-content .content-box p{
  font-size: 15px;
  line-height: 28px;
  color: #93959e;
  margin-bottom: 19px;
}

.single-product .product-discription .tabs-content .content-box ul li{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 28px;
  color: #93959e;
  margin-bottom: 3px;
}

.single-product .product-discription .tabs-content .content-box ul li:last-child{
  margin-bottom: 0px;
}

.single-product .product-discription .tabs-content .content-box ul li span{
  font-weight: 700;
  color: var(--text-color-one);
}

.single-product .product-discription .tabs-content .customer-review .single-review{
  position: relative;
  margin-bottom: 37px;
}

.single-product .product-discription .tabs-content .customer-review .single-review:last-child{
  margin-bottom: 0px;
}

.single-product .product-discription .tabs-content .customer-review .single-review .image-box{
  position: absolute;
  left: 0px;
  top: 3px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 5px;
  overflow: hidden;
}

.single-product .product-discription .tabs-content .customer-review .single-review .image-box img{
  width: 100%;
  border-radius: 5px;
}

.single-product .product-discription .tabs-content .customer-review .single-review .inner{
  position: relative;
  padding-left: 110px;
}

.single-product .product-discription .tabs-content .customer-review .single-review .inner .rating{
  position: relative;
}

.single-product .product-discription .tabs-content .customer-review .single-review .inner .rating li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  margin-right: 2px;
}

.single-product .product-discription .tabs-content .customer-review .single-review .inner .rating li:last-child{
  margin-right: 0px;
}

.single-product .product-discription .tabs-content .customer-review .single-review .inner h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 900;
  margin-bottom: 12px;
}

.single-product .product-discription .tabs-content .customer-review .single-review .inner h5 span{
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #93959e; 
}

.single-product .product-discription .tabs-content .customer-review .single-review .inner p{
  line-height: 28px;
  color: #93959e;
}

.single-product .product-discription .tabs-content .customer-review h3{
  margin-bottom: 24px;
}

.single-product .product-discription .tabs-content .customer-review{
  position: relative;
  display: block;
  padding-right: 15px;
  padding-bottom: 100px;
  border-right: 2px dashed #bfd5db;
}

.single-product .product-discription .tabs-content .customer-comments{
  position: relative;
  padding-left: 40px;
}

.single-product .product-discription .tabs-content .customer-comments .rating-box p{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #93959e;
  margin-right: 12px;
}

.single-product .product-discription .tabs-content .customer-comments .rating-box .rating{
  position: relative;
  display: inline-block;
}

.single-product .product-discription .tabs-content .customer-comments .rating-box .rating li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  margin-right: 2px;
}

.single-product .product-discription .tabs-content .customer-comments .rating-box .rating li:last-child{
  margin-right: 0px;
}

.single-product .product-discription .tabs-content .customer-comments .rating-box{
  position: relative;
  margin-bottom: 17px;
}

.single-product .product-discription .tabs-content .customer-comments .comment-form .form-group{
  position: relative;
  margin-bottom: 20px;
}

.single-product .product-discription .tabs-content .customer-comments .comment-form .form-group label{
  position: relative;
  display: block;
  font-size: 15px;
  color: #93959e;
  margin-bottom: 5px;
}

.single-product .product-discription .tabs-content .customer-comments .comment-form .form-group input[type='text'],
.single-product .product-discription .tabs-content .customer-comments .comment-form .form-group input[type='email'],
.single-product .product-discription .tabs-content .customer-comments .comment-form .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #c3d9e0;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 15px;
  color: #93959e;
  background: transparent;
  transition: all 500ms ease;
}

.single-product .product-discription .tabs-content .customer-comments .comment-form .form-group textarea{
  height: 150px;
  resize: none;
}

.single-product .product-discription .tabs-content .customer-comments h3{
  margin-bottom: 23px;
}

.single-product .product-discription .tabs-content .customer-comments .comment-form .form-group:last-child{
  margin-bottom: 0px;
}

.single-product .product-discription .tabs-content .customer-comments .comment-form .form-group.message-btn{
  margin-top: 10px;
}

.single-product .related-product .related.products{
  position: relative;
  padding-top: 113px;
  padding-bottom: 50px;
}

.single-product .related-product .top-title{
  position: relative;
  display: block;
  margin-bottom: 53px;
}

.single-product .related-product .top-title h3{
  font-size: 24px;
  line-height: 32px;
  font-weight: 900;
  margin: 0px;
}

.single-product-2 .product-details-content .slider-pager{
  position: relative;
  display: block;
  text-align: center;
  margin-top: 20px;
}

.single-product-2 .product-details-content .slider-pager li{
  position: relative;
  display: inline-block;
  margin: 0px 3px;
}

.single-product-3 .image-box .image{
  position: relative;
  display: block;
  border-radius: 10px;
  margin-bottom: 30px;
}

.single-product-3 .image-box .image:last-child{
  margin-bottom: 0px;
}

.single-product-3 .image-box .image img{
  width: 100%;
  border-radius: 10px;
}



/*** 

====================================================================
                        Cart-page
====================================================================

***/


.cart-section{
  position: relative;
  display: block;
  padding: 120px 0px;
}

.cart-section .table-outer {
  overflow-x: auto;
  position: relative;
  width: 100%;
  padding-bottom: 50px;
  border-bottom: 1px solid #e5e5e5;
}

.cart-section .cart-table {
  min-width: 1170px;
  width: 100%;
  margin-top: 15px;
}

.cart-section .cart-table thead tr th {
  line-height: 24px;
  min-width: 110px;
  padding: 29px 15px 27px 0px;
  color: var(--text-color-one);
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  text-align: center;
}

.cart-section .cart-table tbody tr,
.cart-section .cart-table .cart-header {
  border-bottom: none;
}

.cart-section .cart-table .cart-header{
  box-shadow: 0 10px 30px rgba(227, 230, 236, 0.8);
  border-radius: 20px;
}

.cart-section .cart-table tbody tr td.prod-column{
  padding: 30px 0px 0px 0px;
}

.cart-section .cart-table tbody tr:first-child td.prod-column{
  padding-top: 50px;
}

.cart-section .cart-table tbody tr .prod-column .column-box {
  min-height: 100px;
  position: relative;
  padding: 35px 0px 35px 140px;
}

.cart-section .cart-table tbody tr .prod-column .column-box .prod-thumb img {
  display: block;
  max-width: 100%;
  border-radius: 10px;
}

.cart-section .cart-table tbody tr .prod-column .column-box .prod-thumb{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100px;
  height: 100px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  transition: all 500ms ease;
}

.cart-section .cart-table tbody tr .prod-column .column-box .title{
  padding-left: 20px;
}

.cart-section .cart-table tbody tr .qty {
  position: relative;
  padding: 27px 30px 27px 30px;
  text-align: center;
}

.cart-section .cart-table tbody tr .qty input{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Rounded Mplus 1c', sans-serif;
  color: var(--text-color-one);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #fff2f0;
  border-radius: 50%;
  padding: 10px;
}

.cart-section .cart-table tbody tr .qty input::-webkit-input-placeholder{
  color:var(--text-color-one);
}

.cart-section .cart-table .qty .item-quantity{
  position: relative;
  width: 54px;
  margin: auto;
}

.cart-section .cart-table .qty input.quantity-spinner {
  font-size: 18px;
  line-height: 24px;
  padding: 10px 15px !important;
  height: 40px !important;
  box-shadow: none !important;
  text-align: center;
  color: #273251;
}

.cart-section .cart-table .qty .bootstrap-touchspin .input-group-btn-vertical > .btn {
  padding: 9px 12px 10px 13px;
  background: #edf0f3;
  border-radius: 0px;
}

.cart-section .cart-table .qty .input-group-btn-vertical .btn.bootstrap-touchspin-up{
  border-top-right-radius: 5px;
  border-top: 1px solid #dddee4;
  border-right: 1px solid #dddee4;
}

.cart-section .cart-table .qty .input-group-btn-vertical .btn.bootstrap-touchspin-down {
  border-bottom-right-radius: 5px;
  border-right: 1px solid #dddee4;
  border-bottom: 1px solid #dddee4;
}

.cart-section .cart-table .qty .input-group-btn-vertical i{
  top: 6px;
  left: 7px;
  line-height: 1.4em;
}

.cart-section .cart-table .qty .bootstrap-touchspin .input-group-btn-vertical{
  left: 1px;
}

.cart-section .cart-table .qty .input-group-btn-vertical .bootstrap-touchspin-up i{
  top: 13px;
}

.cart-section .cart-table .qty .input-group-btn-vertical .bootstrap-touchspin-down i{
  top: -4px;
}

.cart-section .cart-table .qty .form-control:focus,
.cart-section .cart-table .qty .form-control{
  border: 1px solid #dddee4;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.cart-section .cart-table .qty .glyphicon-chevron-up:before {
  content: "\f0de";
  color: #898f9f;
  font-size: 18px;
  font-style: normal;
  font-family: 'FontAwesome';
}

.cart-section .cart-table .qty .glyphicon-chevron-down:before {
  content: "\f0dd";
  color: #898f9f;
  font-size: 18px;
  font-style: normal;
  font-family: 'FontAwesome';
}

.cart-section .cart-table tbody tr td.price {
  font-size: 16px;
  text-align: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  position: relative;
  padding: 30px 25px 30px 30px;
}

.cart-section .cart-table tbody tr .sub-total {
  font-size: 16px;
  padding: 27px 50px 27px 48px;
  text-align: center;
  font-weight: 500;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

.cart-section .cart-table tbody tr td .remove a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--text-color-one);
  padding: 0px;
}

.cart-section .cart-table tbody tr td .remove{
  text-align: right;
}

.cart-section .cart-table .prod-title{
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: var(--text-color-one);
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

.cart-section .othre-content{
  position: relative;
  display: block;
  padding: 30px 0px;
  margin-bottom: 70px;
}

.cart-section .othre-content .update-btn button{
  opacity: 0.5;
}

.cart-section .othre-content .update-btn button:hover{
  opacity: 1;
}

.cart-section .othre-content .coupon-box{
  position: relative;
  width: 70%;
}

.cart-section .othre-content .coupon-box input[type='text']{
  position: relative;
  display: inline-block;
  max-width: 320px;
  width: 100%;
  font-size: 15px;
  height: 70px;
  background: #fff2f0;
  color: var(--text-color-one);
  border-radius: 40px;
  padding: 10px 30px;
  float: left;
  margin-right: 20px;
}

.cart-section .othre-content .coupon-box button{
  float: left;
}

.cart-section .othre-content .coupon-box input::-webkit-input-placeholder{
  color:var(--text-color-one);
}

.cart-section .cart-total .total-cart-box{
  position: relative;
  display: block;
  box-shadow: 0 10px 30px rgba(227, 230, 236, 0.8);
  border-radius: 10px;
  overflow: hidden;
  padding: 43px 50px 50px 50px;
}

.cart-section .cart-total .total-cart-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 900;
  margin-bottom: 26px;
}

.cart-section .cart-total .total-cart-box .list li{
  position: relative;
  display: block;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  line-height: 26px;
  font-weight: 600;
  color: var(--text-color-one);
  margin-bottom: 17px;
}

.cart-section .cart-total .total-cart-box .list li:last-child{
  margin-bottom: 0px;
}

.cart-section .cart-total .total-cart-box .list li span{
  float: right;
  color: #abaeb3;
}

.cart-section .cart-total .total-cart-box .list li.total{
  font-size: 16px;
  padding-top: 10px;
}

.cart-section .cart-total .total-cart-box .list li.total span{
  font-size: 20px;
  color: var(--text-color-one);
}

.cart-section .cart-total .total-cart-box .list{
  position: relative;
  padding-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
}



/*** 

====================================================================
                        Checkout-page
====================================================================

***/

.checkout-section{
  position: relative;
  padding: 120px 0px;
}

.checkout-section .coupon-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 22px 30px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(227, 230, 236, 0.8);
  margin-bottom: 74px;
}

.checkout-section .coupon-box a:hover{
  text-decoration: underline;
}

.checkout-section h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 900;
  margin-bottom: 31px;
}

.checkout-section .billing-form .form-group{
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.checkout-section .billing-form .form-group:last-child{
  margin-bottom: 0px;
}

.checkout-section .billing-form .form-group label{
  position: relative;
  display: block;
  font-size: 15px;
  color: var(--text-color-one);
  margin-bottom: 3px;
}

.checkout-section .billing-form .form-group input[type='text'],
.checkout-section .billing-form .form-group input[type='email'],
.checkout-section .billing-form .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 55px;
  border: 1px solid #e9ebf0;
  border-radius: 5px;
  font-size: 15px;
  color: #93959e;
  padding: 10px 20px;
  transition: all 500ms ease;
}


.checkout-section .billing-info{
  position: relative;
  display: block;
  margin-right: 20px;
}

.checkout-section .billing-form .form-group textarea{
  resize: none;
  height: 100px;
}

.checkout-section .billing-form .form-group .custom-controls-stacked{
  position: relative;
  margin-top: 50px;
}

.checkout-section .billing-form .form-group .custom-controls-stacked .text{
  position: relative;
  display: inline-block;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-left: 25px;
  cursor: pointer;
}

.checkout-section .billing-form .form-group .custom-control.material-checkbox .material-control-indicator{
  top: 9px;
}

.checkout-section .order-info{
  position: relative;
  display: block;
  background: #fff;
  padding: 35px 50px 50px 50px;
  border-radius: 5px;
  box-shadow: 0 5px 30px rgba(227, 230, 236, 0.8);
}

.checkout-section .order-info .order-details ul li{
  position: relative;
  display: block;
  font-size: 15px;
  font-family: 'Rounded Mplus 1c', sans-serif;
  font-weight: 700;
  color: var(--text-color-one);
  padding: 8px 0px;
  border-bottom: 1px solid #e9ebf0;
}

.checkout-section .order-info .order-details ul li span{
  float: right;
  font-family: 'Open Sans', sans-serif;
  color: #93959e;
  font-weight: 400;
}

.checkout-section .order-info .order-details ul li:first-child,
.checkout-section .order-info .order-details ul li:last-child{
  font-size: 16px;
  border-bottom: none
}

.checkout-section .order-info .order-details ul li:first-child span, 
.checkout-section .order-info .order-details ul li:last-child span{
  color: var(--text-color-one);
  font-weight: 700;
}

.checkout-section .order-info .order-details ul li:nth-child(2),
.checkout-section .order-info .order-details ul li:nth-child(3){
  font-family: 'Open Sans', sans-serif;
  color: #93959e;
}

.checkout-section .order-info .order-details ul.list{
  position: relative;
  margin-bottom: 17px;
}

.checkout-section .order-info .payment-info{
  position: relative;
  display: block;
  border: 1px solid #e9ebf0;
  border-radius: 10px;
  padding: 23px 30px 30px 30px;
}

.checkout-section .order-info .payment-info .custom-controls-stacked .text{
  position: relative;
  display: inline-block;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 15px;
  line-height: 26px;
  font-weight: 700;
  margin-left: 25px;
  cursor: pointer;
  color: var(--text-color-one);
  margin-bottom: 5px;
}

.checkout-section .order-info .payment-info .custom-controls-stacked p{
  padding-left: 25px;
  font-size: 15px;
  line-height: 24px;
}

.checkout-section .order-info .payment-info .option-block{
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.checkout-section .order-info .payment-info .order-btn{
  padding-top: 5px;
}

.order-successful{
  position: relative;
  padding: 120px 0px;
}

.order-successful .inner-box{
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0 5px 30px rgba(227, 230, 236, 0.8);
  padding: 60px 70px;
  border-radius: 10px;
}

.order-successful .inner-box .upper-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  width: 110px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 33px;
}

.order-successful .inner-box .upper-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 900;
  margin-bottom: 26px;
}

.order-successful .inner-box .upper-box p{
  line-height: 24px;
  margin: 0px;
}

.order-successful .inner-box .upper-box{
  position: relative;
  margin-bottom: 35px;
}

.order-successful .inner-box .btn-box .theme-btn{
  width: 230px;
}

.order-successful .inner-box .order-details{
  position: relative;
  border: 1px solid #e9ebf0;
  padding: 24px 50px 30px 50px;
  border-radius: 10px;
  margin-bottom: 40px;
}

.order-successful .inner-box .order-details ul li{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  font-family: 'Open Sans', sans-serif;
  color: #93959e;
  padding: 8px 0px;
  border-bottom: 1px solid #e9ebf0;
}

.order-successful .inner-box .order-details ul li span{
  float: right;
}

.order-successful .inner-box .order-details ul li:first-child,
.order-successful .inner-box .order-details ul li:last-child{
  border-bottom: none;
  color: var(--text-color-one);
  font-size: 16px;
  font-family: 'Rounded Mplus 1c', sans-serif;
  font-weight: 700;
}

.order-successful .inner-box .order-details ul li:last-child{
  font-family: 'Open Sans', sans-serif;
}

.order-successful .inner-box .order-details ul li:last-child span{
  font-size: 20px;
}



/*** 

====================================================================
                        Blog-page
====================================================================

***/


.blog-grid{
  position: relative;
  padding: 120px 0px;
}

.blog-grid .news-block-one .inner-box{
  margin-bottom: 30px;
}

.blog-grid .pagination-wrapper{
  position: relative;
  display: block;
  padding-top: 40px;
}

.sidebar-page-container{
  position: relative;
  padding: 120px 0px;
}

.news-block-two .inner-box{
  position: relative;
  display: block;
  margin-bottom: 70px;
}

.news-block-two .inner-box .image-box{
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.news-block-two .inner-box .image-box:after{
  position: absolute;
  content: '';
  background: rgb(37 59 112 / 80%);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 10px;
  opacity: 0;
  transition: all 500ms ease;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.news-block-two .inner-box:hover .image-box:after{
  opacity: 1;
}

.news-block-two .inner-box .image-box img{
  width: 100%;
  border-radius: 10px;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: all;
  transition-property: all;
}

.news-block-two .inner-box:hover .image-box img{
  transform: scale(1.05);
}

.news-block-two .inner-box .image-box::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255,0.2);
  border-radius: 0%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.news-block-two .inner-box:hover .image-box::before {
  -webkit-animation: circle .95s;
  animation: circle .95s;
}

.news-block-two .inner-box .lower-content{
  position: relative;
  display: block;
  padding-top: 30px;
}

.news-block-two .inner-box .lower-content .category{
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-family: 'Rounded Mplus 1c', sans-serif;
  width: 98px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-weight: 700;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 16px;
}


.news-block-two .inner-box .lower-content h2{
  position: relative;
  display: block;
  font-size: 34px;
  line-height: 45px;
  font-weight: 900;
  margin-bottom: 15px;
}

.news-block-two .inner-box .lower-content h2 a{
  display: inline-block;
  color: var(--text-color-one);
}

.news-block-two .inner-box .lower-content .post-info{
  position: relative;
  margin-bottom: 22px;
}

.news-block-two .inner-box .lower-content .post-info li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Rounded Mplus 1c', sans-serif;
  font-weight: 700;
  color: var(--text-color-one);
  margin-right: 10px;
}

.news-block-two .inner-box .lower-content .post-info li:last-child{
  margin-right: 0px;
}

.news-block-two .inner-box .lower-content .post-info li img{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px dashed var(--text-color-one);

}

.news-block-two .inner-box .lower-content .post-info li:first-child{
  padding: 6px 0px 8px 50px;
}

.news-block-two .inner-box .lower-content .post-info li i{
  position: relative;
  margin-right: 6px;
}

.news-block-two .inner-box .lower-content p{
  line-height: 28px;
  margin-bottom: 22px;
}

.sidebar-page-container .pagination-wrapper{
  position: relative;
  display: block;
  padding-top: 70px;
  border-top: 1px solid #e5e5e5;
}

.sidebar-page-container .blog-sideber{
  margin-left: 20px;
}

.sidebar-page-container .blog-sideber .category-widget{
  margin-bottom: 37px;
}

.sidebar-page-container .blog-sideber .post-widget .post{
  position: relative;
  display: block;
  padding-left: 140px;
  min-height: 120px;
  margin-bottom: 30px;
}

.sidebar-page-container .blog-sideber .post-widget .post:last-child{
  margin-bottom: 0px;
}

.sidebar-page-container .blog-sideber .post-widget .post .image-box{
  position: absolute;
  display: block;
  left: 0px;
  top: 5px;
  width: 120px;
  height: 120px;
  border-radius: 10px;
  overflow: hidden;
}

.sidebar-page-container .blog-sideber .post-widget .post .image-box:before{
  position: absolute;
  content: '';
  background: rgb(43 60 107 / 80%);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 10px;
  opacity: 0;
  transition: all 500ms ease;
}

.sidebar-page-container .blog-sideber .post-widget .post:hover .image-box:before{
  opacity: 1;
}

.sidebar-page-container .blog-sideber .post-widget .post .image-box img{
  width: 100%;
  border-radius: 10px;
  transition: all 500ms ease;
}

.sidebar-page-container .blog-sideber .post-widget .post h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 800;
  color: var(--text-color-one);
  margin-bottom: 8px;
}

.sidebar-page-container .blog-sideber .post-widget .post h5 a{
  display: inline-block;
  color: var(--text-color-one);
}

.sidebar-page-container .blog-sideber .post-widget .post h6{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  color: var(--text-color-one);
  font-weight: 700;
  margin: 0px;
}

.sidebar-page-container .blog-sideber .post-widget .post h6 i{
  margin-right: 2px;
}

.sidebar-page-container .blog-sideber .post-widget{
  margin-bottom: 40px;
}

.sidebar-page-container .blog-sideber .post-widget .widget-title{
  margin-bottom: 19px;
}

.sidebar-page-container .blog-sideber .archives-widget{
  margin-bottom: 45px;
}

.blog-details-content .content-style-one .upper-box .category{
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-family: 'Rounded Mplus 1c', sans-serif;
  width: 98px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-weight: 700;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 16px;
}

.blog-details-content .content-style-one .upper-box .post-info li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Rounded Mplus 1c', sans-serif;
  font-weight: 700;
  color: var(--text-color-one);
  margin-right: 10px;
}

.blog-details-content .content-style-one .upper-box .post-info li:last-child{
  margin-right: 0px;
}

.blog-details-content .content-style-one .upper-box .post-info li img{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px dashed var(--text-color-one);
}

.blog-details-content .content-style-one .upper-box .post-info li:first-child{
  padding: 6px 0px 8px 50px;
}

.blog-details-content .content-style-one .upper-box .post-info li i{
  position: relative;
  margin-right: 6px;
}

.blog-details-content .content-style-one .upper-box h2{
  position: relative;
  display: block;
  font-size: 34px;
  line-height: 45px;
  font-weight: 900;
  margin-bottom: 15px;
}

.blog-details-content .content-style-one .upper-box{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.blog-details-content .image-box{
  position: relative;
  display: block;
  border-radius: 10px;
}

.blog-details-content .content-style-one .image-box{
  margin-bottom: 40px;
}

.blog-details-content .image-box img{
  width: 100%;
  border-radius: 10px;
}

.blog-details-content .text p{
  line-height: 28px;
  margin-bottom: 28px;
}

.blog-details-content .text p:last-child{
  margin-bottom: 0px !important;
}

.blog-details-content .content-style-one{
  position: relative;
  margin-bottom: 35px;
}

.blog-details-content h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 900;
  margin-bottom: 14px;
}

.blog-details-content .two-column p{
  line-height: 28px;
  margin-bottom: 62px;
}

.blog-details-content .two-column{
  position: relative;
  margin-bottom: 63px;
}

.blog-details-content .content-style-two .text blockquote{
  position: relative;
  display: block;
  background: #d7eef6;
  border-radius: 10px;
  padding: 38px 50px;
  margin: 63px 0px;
}

.blog-details-content .content-style-two .text blockquote .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100px;
  height: 104px;
  background-repeat: no-repeat;
}

.blog-details-content .content-style-two .text blockquote .pattern-layer .pattern-2{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 111px;
  height: 110px;
  background-repeat: no-repeat;
}

.blog-details-content .content-style-two .text blockquote h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: var(--text-color-one);
  font-weight: 500;
  margin: 0px;
}

.blog-details-content .content-style-two .text blockquote:before{
  position: absolute;
  content: '';
  width: 4px;
  height: calc(100% - 90px);
  left: 0px;
  top: 45px;
  z-index: 1;
}

.blog-details-content .post-share-option{
  position: relative;
  display: block;
  padding: 62px 0px 70px 0px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 64px;
}

.blog-details-content .post-share-option .social-links li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.blog-details-content .post-share-option .social-links li:first-child{
  margin-right: 28px;
}

.blog-details-content .post-share-option .social-links li:last-child{
  margin-right: 0px;
}

.blog-details-content .post-share-option .social-links li h5{
  font-size: 18px;
  line-height: 50px;
  font-weight: 700;
}

.blog-details-content .post-share-option .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
}


.blog-details-content .group-title{
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.blog-details-content .group-title h3{
  font-size: 24px;
  margin-bottom: 0px;
}

.blog-details-content .comments-area .comment{
  position: relative;
  display: block;
  background: #fff;
  padding: 26px 35px 28px 30px;
  box-shadow: 0 4px 30px 0px rgba(227, 230, 236, 0.45);
  margin-bottom: 35px;
  border-radius: 5px;
}


.blog-details-content .comments-area .comment .thumb-box{
  position: absolute;
  left: 30px;
  top: 30px;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 10px;
  background: #d9dde0;
}

.blog-details-content .comments-area .comment .thumb-box img{
  width: 100%;
  border-radius: 10px;
}

.blog-details-content .comments-area .comment .comment-inner{
  position: relative;
  padding-left: 110px;
}

.blog-details-content .comments-area .comment .comment-inner .comment-info h4{
  position: relative;
  font-size: 20px;
  line-height: 28px;
  font-weight: 900;
  margin-bottom: 3px;
}
.comment.yes-ping .comment-inner {
  padding-left: 0 !important;
}
.blog-details-content .comments-area .comment .comment-inner .comment-info h6{
  position: relative;
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  margin: 0px;
}

.blog-details-content .comments-area .comment .comment-inner .comment-info h6 i{
  margin-right: 7px;
}

.blog-details-content .comments-area .comment .comment-inner .comment-info{
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.blog-details-content .comments-area .comment .comment-inner p{
  line-height: 28px;
  margin-bottom: 14px;
}

.blog-details-content .comments-area .comment .comment-inner a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-family: 'Rounded Mplus 1c', sans-serif;
  font-weight: 900;
}


.blog-details-content .comments-area .comment.replay-comment{
  margin-left: 100px;
}

.blog-details-content .comments-area{
  position: relative;
  padding-bottom: 0;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 25px;
}

.comment-form .form-group{
  position: relative;
  margin-bottom: 30px;
}
p.no-comments {
  margin-bottom: 10px;
}
.comment-form .form-group:last-child{
  margin-bottom: 0px;
}

.comment-form .form-group input[type='text'],
.comment-form .form-group input[type='email'],
.comment-form .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  font-size: 15px;
  color: #93959e;
  padding: 10px 20px;
  transition: all 500ms ease;
}

.comment-form .form-group textarea{
  resize: none;
  height: 150px;
}

.comment-form .group-title h3{
  margin-bottom: 28px;
}
.comment-respond .comment-reply-title small a {
  color: var(--main-color);
}


/*** 

====================================================================
                        Contact-page
====================================================================

***/


.contactinfo-section{
  position: relative;
  padding: 120px 0px;
}

.contactinfo-section .title-text{
  margin-bottom: 50px;
}

.contactinfo-section .single-info{
  position: relative;
  display: block;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  transition: all 500ms ease;
}

.contactinfo-section .single-info:hover{
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0,0,0,.2);
}
.contactinfo-section .single-info .inner-box{
  position: relative;
  border: 2px dashed rgba(255,255,255,0.4);
  border-radius: 10px;
  padding: 33px 30px 24px 30px;
}

.contactinfo-section .single-info .inner-box .icon-box{
  position: relative;
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 17px;
  font-weight: 400;
}

.contactinfo-section .single-info .inner-box h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 9px;
}

.contactinfo-section .single-info .inner-box p{
  color: #fff;
  margin: 0px;
}

.contactinfo-section .single-info .inner-box p a{
  color: #fff;
}

.contactinfo-section .single-info .inner-box p a:hover{
  text-decoration: underline;
}


.contact-section{
  position: relative;
  background: #d7eef6;
  padding: 120px 0px;
}

.contact-section .title-text{
  margin-bottom: 40px;
}

.contact-section .default-form .form-group{
  position: relative;
  margin-bottom: 30px;
}

.contact-section .default-form .form-group:last-child{
  margin-bottom: 0px;
}

.contact-section .default-form .form-group input[type='text'],
.contact-section .default-form .form-group input[type='email'],
.contact-section .default-form .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 55px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 15px;
  background: transparent;
  color: #93959e;
  transition: all 500ms ease;
}

.contact-section .default-form .form-group textarea{
  resize: none;
  height: 150px;
}

.contact-section .contact-inner{
  position: relative;
  display: block;
  background: #fff;
  padding: 42px 50px 60px 50px;
  border-radius: 10px;
}

.contact-section .map-inner{
  position: relative;
  display: block;
  background: #fff;
  padding: 50px;
  border-radius: 10px;
}

.contact-section #contact-google-map{
  position: relative;
  display: block;
  height: 507px;
  width: 100%;
  border-radius: 10px;
}

.contact-section .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 612px;
  height: 623px;
  background-repeat: no-repeat;
}

.contact-section .pattern-layer .pattern-2{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 704px;
  height: 433px;
  background-repeat: no-repeat;
}

.top-line{
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 3px;
}

.top-line .line{
  position: relative;
  display: inline-block;
  float: left;
  width: 10%;
  height: 3px;
}

.mobile-nav-header .logo-box{
  max-width: 186px;
}

.mobile-nav-header .logo-box img{
  width: 100%;
}


.xs-sidebar-group .xs-overlay{
  left:0%;
  top:0;
  position:fixed;
  height:100%;
  opacity:0;
  width:100%;
  visibility:hidden;
  -webkit-transition:all .4s ease-in .8s;
  -o-transition:all .4s ease-in .8s;
  transition:all .4s ease-in .8s;
  cursor:url(assets/images/icons/cross-out.png),
  pointer; 
  z-index: 999999;
}

.xs-sidebar-group.isActive .xs-overlay{
  opacity:.9;
  visibility:visible;
  -webkit-transition:all .8s ease-out 0s;
  -o-transition:all .8s ease-out 0s;
  transition:all .8s ease-out 0s;
  right:100%;
}

.xs-sidebar-group .widget-heading{
  position:absolute;
  top:10px;
  right:10px;
}

.xs-sidebar-group .widget-heading a{
  position: relative;
  display: inline-block;
  font-size: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #222;
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
}

.xs-sidebar-widget{
  position:fixed;
  left:-100%;
  top:0;
  bottom:0;
  width:100%;
  max-width:370px;
  padding: 80px 50px;
  max-height: 1000px;
  z-index:999999;
  text-align: left;
  overflow:hidden;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
  background-color:#fff;
  -webkit-transition:all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition:all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition:all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility:hidden;
  opacity:0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget{
  opacity:1;
  visibility:visible;
  left:0;
  -webkit-transition:all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  -o-transition:all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition:all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.xs-bg-black {
  background-color: #000000;
}

.xs-sidebar-widget .shop-sideber{
  margin-top: 0px !important;
}

.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 10px;
  right: 10px;
}

.xs-sidebar-group .widget-heading a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #222;
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
}

.cat-bg {
  background-image: url(./assets/images/icons/category-1.png);
}
.sidebar-page-container .news-block-two:last-child .inner-box .lower-content .category {
  color: #35497a;
}
.news-block-two .inner-box .lower-content .post-info a {
  color: var(--text-color-one);
}
.no-post-thumb .lower-content {
  padding-top: 0 !important;
}
.news-block-two.sticky-post-class{
  background: #f9f5f5;
  padding: 30px;
  display: block;
  position: relative;
  border-radius: 5px;
  margin-bottom: 50px;
}

.news-block-two.sticky-post-class .inner-box {
  margin-bottom: 0;
}

.news-block-two.sticky-post-class .sticky_post_icon {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 29px;
}

.sideber-widget .textwidget form select[name="monster-widget-just-testing"] {
  margin-top: 10px
}
.screen-reader-text {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.sideber-widget a {
   color: var(--text-color-one);
 }

 .blog-sideber .sideber-widget:last-child {
  margin-bottom: 0;
}
.news-block-two .inner-box .lower-content h2 a {
  display: block;
}
.news-block-two .inner-box .lower-content .category a {
  color: var(--text-color-one);
}
.base-blog-list .news-block-two .inner-box .lower-content .category {
  width: auto;
  background: #d0ecf5;
  border-radius: 13px;
  padding: 0px 15px;
  height: auto;
}
.base-blog-single .blog-details-content .content-style-one .upper-box .category {
  width: auto;
  background: #d0ecf5;
  border-radius: 13px;
  padding: 0px 15px;
  height: auto;
}
.blog-details-content.no-single-post-thumb .content-style-one .upper-box {
  margin-bottom: 20px;
}
.blog-details-content .content-style-one .upper-box .category a {
  color: var(--text-color-one);
}
.blog-details-content .content-style-one .upper-box .post-info li a {
  color: var(--text-color-one);
}
.comments-area .group-title h2 {
  font-size: 20px;
  font-weight: 600;
}
.comments-area .comment .comment-inner .comment-info h5.comment-authore-title,
.comments-area .comment .comment-inner .comment-info h5.comment-authore-title a {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-color-one);
}
.comments-area .comment .comment-inner .comment-reply-link.reply-btn {
  margin-top: 12px;
}
.comments-area .comment .comment-inner .comment-info span.comment-time {
  color: var(--text-color-one);
}
.wp-caption img {
  margin-top: 10px;
}

.comment-respond .comment-reply-title {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 24px;
  font-weight: 600;
}

.comment-respond  .comment-reply-title small {
  margin-left: 10px;
}

.comment-respond p.email-not-publish {
  margin-bottom: 12px;
}

.comment-respond p.form-submit {
  margin-top: 30px;
}
.comments-form-area.no-comment {
  overflow: hidden;
}
.blog-details-content .content-style-one {
  overflow: hidden;
}
.wp-block-button {
  margin-top: 10px;
  margin-bottom: 10px;
}

.wp-block-button a.wp-block-button__link {
  color: #ffff ;
}

.gallery-item img {
	display: inline-block !important;
}
.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
  }
  .gallery-columns-1 .gallery-item {
	max-width: 100%;
	width: 100%;
  }
  @media screen and (min-width: 30em){
	.gallery-columns-1 .gallery-item {
		max-width: 100%;
   }
  }
  .gallery-columns-2 .gallery-item {
	max-width: 100%;
	width: 50%;
  }
  @media screen and (min-width: 30em){
	.gallery-columns-2 .gallery-item {
		max-width: 50%;
   }
  }
  .gallery-columns-3 .gallery-item {
	max-width: 100%;
	width: 33.33%;
  }
  @media screen and (min-width: 30em){
	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
   }
  }
  .gallery-columns-4 > .gallery-item {
	max-width: 100%;
	width: 25%;
  }
  @media screen and (min-width: 30em){
	.gallery-columns-4 .gallery-item {
		max-width: 25%;
   }
  }
  .gallery-columns-5 .gallery-item {
	max-width: 100%;
	width: 20%;
  }
  @media screen and (min-width: 48em){
	.gallery-columns-5 .gallery-item {
		max-width: 20%;
   }
  }
  .gallery-columns-6 .gallery-item {
	max-width: 100%;
	width: 16.66%;
  }
  @media screen and (min-width: 48em){
	.gallery-columns-6 .gallery-item {
		max-width: 16.66%;
   }
  }
  .gallery-columns-7 .gallery-item {
	max-width: 100%;
	width: 14.28%;
  }
  @media screen and (min-width: 48em){
	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
   }
  }
  .gallery-columns-8 .gallery-item {
	max-width: 100%;
	width: 12.5%;
  }
  @media screen and (min-width: 48em){
	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
   }
  }
  .gallery-columns-9 .gallery-item {
	max-width: 100%;
	width: 11.11%;
  }
  @media screen and (min-width: 48em){
	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
   }
  }
.wp-block-categories select {
  margin-bottom: 10px;
}
.wp-block-group__inner-container {
  padding: 20px;
  margin-bottom: 15px;
}

.wp-block-media-text {
  margin-bottom: 10px;
}
div#search-popup button.theme-btn.style-four {
  background: #fc7b7b;
  border-radius: 7px;
  position: relative;
  top: -3px;
}
.logged-in-as {
  margin-bottom: 10px;
  color: var(--main-color);
}

.logged-in-as a {
  color: var(--text-color-one);
}


.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: var(--main-color);
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: var(--text-color-one);
  color: #fff;
}
.cart_totals h2 {
  font-weight: 800;
  margin-bottom: 10px;
  font-size: 22px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  color: #ffffff;
  background-color: #ff7a7a;
}
.coupon button.button {
  line-height: 30px;
}

.coupon input {
  line-height: 36px;
  width: 170px !important;
  padding-left: 14px !important;
  border-radius: 5px;
}

button.button[name="update_cart"] {line-height: 30px !important;}


/********************************* 
* Checkout Page
/********************************/

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    float: left!important;
    width: 48%!important;
    max-width: 48%!important;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: right;
    width: 48%!important;
    max-width: 48%!important;
}

span.woocommerce-input-wrapper {
    width: 100%;
}

span.woocommerce-input-wrapper input,
span.woocommerce-input-wrapper textarea,
span.woocommerce-input-wrapper select,
#coupon_code {
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 9px 50px 9px 15px;
    height: 50px;
    border: 1px solid #faf5e1;
    border-radius: 3px;
    background: #faf5e1;
}
.col2-set .col-1 {
    padding-left: 0;
}

div#customer_details {
    border: 1px solid #f37063;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

h3#order_review_heading {
    margin-bottom: 20px;
}

span.woocommerce-input-wrapper textarea {
    height: 100px!important;
    resize: none;
}

.form-row label {
    position: relative;
    width: 100%;
    display: block;
    font-size: 16px;
    color: #222;
    margin-bottom: 8px;
}




/********************************* 
* Checkout Page Ended
/********************************/


.single-product-box .inner-box .overlay-content li .tinv-wishlist a {
    padding: 30px;
    position: relative;
    top: 19px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background: #f37063;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background: #f37063;
}
nav.woocommerce-MyAccount-navigation {
    border: 1px solid #f37063;
    border-radius: 30px;
    padding: 20px;
}
.woocommerce-account .addresses .title .edit {
    border: 1px solid #faf5e1;
    background: #faf5e1;
    border-radius: 30px;
    padding: 0 19px;
}
.woocommerce-MyAccount-content input {
    background: #faf5e1;
    padding: 15px;
}
.woocommerce-MyAccount-content {
    border: 1px solid #f37063;
    border-radius: 5px;
    padding: 20px;
}

.woocommerce table,
.woocommerce th,
.woocommerce td {
  border: 1px solid #f0f0f0;
  border: 1px solid rgba(51, 51, 51, 0.1) !important;
  font-size: 15px; }

.woocommerce th,
.woocommerce td {
  padding: 7px;
  font-size: 15px; }

.woocommerce table {
  border-collapse: separate;
  margin-bottom: 10px;
  margin-top: 10px;
  border-spacing: 0; }

  .tinv-wishlist .social-buttons li a.social i {
    color: #ff7162;
}

.tinv-wishlist .social-buttons li {
    padding: 0 !important;
    margin: 0 !important;
}
.woocommerce-ResetPassword.lost_reset_password input ,
.woocommerce-form input {
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 9px 50px 9px 15px;
	height: 50px;
	border: 1px solid #faf5e1;
	border-radius: 3px;
	background: #faf5e1;
}
.pattern-layer.class-product-pattern {
  background-image: url(./assets/images/shape-13.png);
}
.news-block-one .inner-box .lower-content .category a {
  color: var(--text-color-one);
}

.news-block-one .inner-box .lower-content .category{
  background-image: url(./assets/images/icons/category-1.png);
}
.woocommerce-form input[type="checkbox"] {
    width: auto !important;
}
.single-product .page-title.centred.blog-single-breadcrumb {
	display: none;
}
.shop-details .addto-cart-box .cart-btn {
    width: 100%;
    float: left;
}

.addto-cart-box .like-box a {
    padding: 28px;
}


h3#order_review_heading {
  font-weight: 700;
  font-size: 22px;
}

.woocommerce-input-wrapper .select2-container--default .select2-selection--single {
  background-color: #faf5e1;
  border: 1px solid #faf5e1;
  border-radius: 4px;
}

.woocommerce-input-wrapper .select2-container .select2-selection--single {
  height: 55px;
}

.woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #757575;
  line-height: 53px;
  padding-left: 15px;
}

.woocommerce-additional-fields h3 {
  font-size: 18px !important;
  font-weight: 800 !important;
}
.woocommerce-message a.woocommerce-Button.button {
  line-height: 30px;
  color: #fff;
}

.woocommerce-message a.woocommerce-Button.button:hover {
  background: var(--text-color-one);
}
.woocommerce-info a.woocommerce-Button.button {
  line-height: 30px;
  color: #fff;
}

.woocommerce-info a.woocommerce-Button.button:hover {
  background: var(--text-color-one);
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  line-height: 34px;
}
.shop-page-section .item-shorting .right-column .short-box form.select-box.woocommerce-ordering {
  margin-bottom: 0;
}
.shop-block-one .inner-box .image-holder .image-box span.onsale {
  background: #ff7979;
  border-radius: 5px;
  margin: 0;
  padding: 0 20px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 18px;
  height: 18px;
  background-color: #ff7979;
  border-radius: 1em;
  cursor: ew-resize;
  outline: 0;
  top: -.3em;
  margin-left: -.5em;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background-color: #ffffff;
  border: 0;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 5px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  border-radius: 1em;
  background-color: #ff7979;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 0px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 2px;
}
.woocommerce .widget_price_filter .price_slider_amount {
  margin-top: 20px;
}
.shop-block-one .inner-box .content-box .box .rating .star-rating {
  margin: 0 auto !important;
  text-align: center;
  padding: 0;
  color: var(--main-color-three);
  font-size: 13px;
  margin-bottom: 6px !important;
  margin-top: 11px !important;
}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
  margin-bottom: 0;
}

.shop-theme  .shop-block-one .inner-box .image-holder .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  height: 370px;
  background: #e7eff2;
  display: flex;
  justify-content: center;
  align-items: center;
}



.our-shop nav.woocommerce-pagination {
  text-align: left;
}
.our-shop nav.woocommerce-pagination li a,
.our-shop nav.woocommerce-pagination li span {
  position: relative;
  display: inline-block !important;
  font-size: 18px !important;
  height: 50px;
  width: 50px;
  line-height: 50px !important;
  font-family: 'Rounded Mplus 1c', sans-serif;
  border-radius: 50%;
  font-weight: 900 !important;
  text-align: center;
  transition: all 500ms ease;
  color: #ff7567;
  background: #fff4f2;
  padding: 0 !important;
  margin-right: 10px !important;
}

.our-shop nav.woocommerce-pagination li {
  border: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.woocommerce nav.woocommerce-pagination ul {
  padding: 0;
  margin: 0;
  border: 0;
}

.shop-page-section .pagination-wrapper .page-numbers {
  position: relative;
  display: inline-block !important;
  font-size: 18px !important;
  height: 50px;
  width: 50px;
  line-height: 50px !important;
  font-family: 'Rounded Mplus 1c', sans-serif;
  border-radius: 50%;
  font-weight: 900 !important;
  text-align: center;
  transition: all 500ms ease;
  color: #ff7567;
  background: #fff4f2;
  padding: 0 !important;
  margin-right: 10px !important;
}
.shop-page-section .pagination-wrapper .current,
.shop-page-section .pagination-wrapper .page-numbers:hover {
  background: #ff7567;
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(255, 117, 103, 0.3);
}
.pagination-wrapper.pagination-wrapper-center {
  text-align: center;
}
body.single-product {
  padding: 0;
}
.single-product .related-product section.related.products h2 {
  position: relative;
  display: block;
  margin-bottom: 53px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 900;
}

/* cart and wishlist hond */
.added_to_cart.wc-forward
{
    position: absolute!important;
    left: 0px!important;
    font-size: 0px!important;
    background: #ff7c7c!important;
}
.added_to_cart.wc-forward::before{
    position: absolute;
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    left: 18px;
    color:white;
    
}
.tinvwl_add_to_wishlist_button::before{
    transition:.5s;
    color:var(--text-color-one)!important;
    transform:scale(1.5)!important;
}
.tinvwl_add_to_wishlist_button.tinvwl-product-in-list::before{
    transition:.5s;
    color:#ff7c7c!important;
    transform:scale(1.5)!important;
}
.tinvwl_add_to_wishlist_button:hover::before
{
    color:white!important;
}
.tinv-wishlist .tinvwl-buttons-group button{
    transition:0.5s;
    padding:10px;
    background:var(--text-color-one);
    color:white;
}
.tinv-wishlist .tinvwl-buttons-group button:hover{
    padding:10px;
    background:#dfdfdf;
    color:var(--text-color-one);
}
.wish-list-custom-rifat span.tinvwl_add_to_wishlist-text {
  display: none;
}
.inner-box .content-box + .tinv-wraper {
  display: none !important;
}
.wish-list-custom-rifat a.tinvwl_add_to_wishlist_button {
  margin-top: 0 !important;
}

.wish-list-custom-rifat a.tinvwl_add_to_wishlist_button:before {
  margin-right: 0px !important;
}

.wish-list-custom-rifat a.tinvwl_add_to_wishlist_button {
  line-height: 50px !important;
}
.wish-list-custom-rifat a.tinvwl_add_to_wishlist_button {
  margin-bottom: 0 !important;
}
.tinv-wishlist .product-action {
  width: 155px;
}
.nice-select.tinvwl-break-input-filed.form-control {
  height: 54px;
  line-height: 50px;
}
.tinv-wishlist .social-buttons ul li {
  list-style: outside none;
}

.tinv-wishlist .social-buttons  span {
  margin-right: 0;
}
.woocommerce-billing-fields h3 {
  position: relative;
  display: block;
  font-size: 18px !important;
  line-height: 30px;
  font-weight: 900 !important;
}
/* cart and wishlist hond */
/* single ps */
.woocommerce .product-details-content .product-details .woocommerce-product-rating {
  position: relative;
  margin-bottom: 5px;
  color: #43b3d9;
  font-size: 14px;
  line-height: 20px;
  margin-top: 5px;
}
.woocommerce .product-details-content .product-details .woocommerce-product-rating .star-rating {
  margin: 0px;
  margin-right: 10px;
}
.woocommerce .product-details-content .product-details .woocommerce-product-rating .woocommerce-review-link {
  line-height: 15px;
  font-size: 14px;
  color: var(--text-color-one);
  font-weight: 600;
  position: relative;
  top: -3px;
}

.woocommerce .product-details-content .product-details .price {
  position: relative;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #f76d5f;
}

.woocommerce .product-details-content .product-details .addto-cart-box .clearfix .cart {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.woocommerce .product-details-content .product-details .addto-cart-box .tinv-wraper.tinv-wishlist {
  font-size: 100%;
  width: 60px;
  margin-right: 15px;
  display: block;
  float: left;
  overflow: hidden;
}
.woocommerce .product-details-content .product-details .addto-cart-box .tinv-wraper a {
  margin-top: 0px;
  display: block;
}
.woocommerce .product-details-content .product-details .addto-cart-box .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 40px;
  text-align: center;
  border-radius: 50px;
  font-size: 20px;
  color: var(--text-color-one);
  background: #fff2f0;
  font-family: 'Rounded Mplus 1c', sans-serif;
  font-weight: 700;
}

.woocommerce .product-details-content .product-details .addto-cart-box .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:hover:before {
  color: var(--text-color-one) !important;
}
.woocommerce .product-details-content .product-details .addto-cart-box .single_add_to_cart_button:hover {
  background-color: transparent;
}

.woocommerce .product-details-content .product-details .addto-cart-box .quantity input::-webkit-outer-spin-button,
.woocommerce .product-details-content .product-details .addto-cart-box .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-details-content .product-details .product_meta {
  width: 100%;
}

.product-details-content .product-details .product_meta span.sku_wrapper {
  color: var(--text-color-one);
  font-weight: 600;
  width: 100%;
  display: block;
  margin-bottom: 11px;
}

.product-details-content .product-details .product_meta span.sku_wrapper span {
  color: #a4a5ad;
  font-weight: 500;
}

.product-details-content .product-details .product_meta span.posted_in {
  color: var(--text-color-one);
  font-weight: 600;
  width: 100%;
  margin-bottom: 11px;
  display: block;
}

.product-details-content .product-details .product_meta span.posted_in a {
  color: #a4a5ad;
  font-weight: 500;
}

.product-details-content .product-details .product_meta span.posted_in a:hover {
  color: var(--main-color);
}

.tinv-wishlist .tinv-wishlist-clear a {
  color: #ffffff !important;
}
.woocommerce-message a {
  color: #fff !important;
}
.tinv-wishlist .tinv-header h2 {
  font-size: 18px;
  font-weight: 800;
}
.woocommerce-error {
  padding-left: 46px !important;
}
.return-to-shop a.button.wc-backward {
  color: white;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: flex;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span {
  margin-left: 10px;
  line-height: 55px;
}
.product-details-content .product-details .product_meta  span.tagged_as {
    color: var(--text-color-one);
  font-weight: 600;
  width: 100%;
  display: block;
}

.product-details-content .product-details .product_meta  span.tagged_as a:hover {
  color: var(--main-color);
}
.product-details-content .product-details .product_meta  span.tagged_as a {
   color: #a4a5ad;
  font-weight: 500;
}
.woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 10px;
}
.tinvwl-to-left select {
  height: 53px !important;
}
.woocommerce-grouped-product-list tr td {
  padding-left: 10px !important;
  vertical-align: middle !important;
}
.woocommerce div.product form.cart table {
  margin-bottom: 40px;
  margin-top: 0;
}
.woocommerce .product-details-content .product-details .addto-cart-box .cart table.variations tr td {
  vertical-align: middle;
  padding-left: 20px;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label a {
  font-weight: 600;
  color: var(--text-color-one);
}
.woocommerce div.product form.cart .variations label {
  margin-bottom: 0;
}
.woocommerce div.product form.cart .variations select {
  width: auto;
  height: 50px;
  line-height: 45px;
  border-radius: 7px;
  background-position-y: 10px;
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 15px;
}
.woocommerce .product-details-content .product-details .addto-cart-box .tinv-wraper a {
  margin-top: 0px;
  display: block;
}
.woocommerce .product-type-external  .product-details-content .product-details .addto-cart-box .single_add_to_cart_button {
  background-image: none;
  background-color: #fc7b7b;
  width: 360px;
  border-radius: 50px;
  height: auto;
  padding: 10px 20px;
}
.woocommerce-MyAccount-content form[method=post] h3 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 10px;
}
.woocommerce-variation-price {
  margin-bottom: 20px;
}
.product-details-content .product-details .summary.entry-summary {
  width: 100%;
}
.woocommerce-page div.product .product-details-content .image-column div.images {
  width: 100%;
}
.woocommerce-notices-wrapper .woocommerce-message {
  margin-top: 80px;
}
.base-theme .content-the-blog-post-me ul, .base-theme .comments-area .comment ul {
  padding-left: 55px;
}
section.woocommerce-order-details h2.woocommerce-order-details__title {
  position: relative;
  display: block;
  font-size: 18px !important;
  line-height: 30px;
  font-weight: 900 !important;
  margin-bottom: 15px;
}
section.woocommerce-customer-details h2 {
  position: relative;
  display: block;
  font-size: 18px !important;
  line-height: 30px;
  font-weight: 900 !important;
  margin-bottom: 15px;
}

section.woocommerce-customer-details address {
  padding: 15px !important;
}
.single-product .product-discription ul.tabs.wc-tabs li {
  position: relative !important;
  display: inline-block !important;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Rounded Mplus 1c', sans-serif;
  color: var(--text-color-one);
  background: #e7f5fa !important;
  font-weight: 900;
  padding: 13px 33px !important;
  cursor: pointer;
  text-align: center;
  z-index: 1 !important;
  transition: all 0ms ease  !important;
  border-radius: 30px !important;
  border: 2px dashed #ff7c7c !important;
}
.single-product .product-discription ul.tabs.wc-tabs li.active a {
  color: #fff !important;
}
.woocommerce .woocommerce-tabs .panel h2 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 900;
  margin-bottom: 20px;
}
.woocommerce div.product div.images img {
  border-radius: 10px;
}
.woocommerce div.product .woocommerce-tabs .panel p {
    color: #19191b;
}
.single-product .product-discription ul.tabs.wc-tabs li.additional_information_tab {
  border-radius: 0 !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.single-product .product-discription ul.tabs.wc-tabs li.reviews_tab {
  border-left-color: transparent !important;
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
}
.woocommerce  .woocommerce-tabs ul.tabs li a {
  color: var(--text-color-one);
}
.single-product .product-discription ul.tabs.wc-tabs li.description_tab {
  border-right-color: transparent !important;
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.single-product .product-discription ul.tabs.wc-tabs li a {
   padding: 0 !important;
}
.woocommerce .woocommerce-tabs ul.tabs {
  text-align: center;
  margin: 0 0 1.618em;
}
.woocommerce  .woocommerce-tabs ul.tabs li:before {
   position: absolute;
   content: '';
   width: calc(100% + 4px);
   height: 60px;
   left: -2px;
   top: -2px;
   opacity: 0;
   z-index: -1;
   transition: all 500ms ease;
}

.woocommerce .woocommerce-tabs ul.tabs::before {
   display: none;
}

.woocommerce .woocommerce-tabs ul.tabs li::after {
   display: none;
}
.single-product .product-discription ul.tabs.wc-tabs li.active {
  background: var(--main-color) !important;
}
.woocommerce-order-overview li strong {
  margin-top: 3px;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  border: 1px solid #eaeaea;
  padding: 20px;
  border-radius: 6px;
}
.breadcrumb-not-active.page-title .content-box .title-box h1 {
  margin-bottom: 0;
}
.woocommerce #reviews #comments h2 {
  margin-bottom: 0;
}
.woocommerce-Reviews div#comments {
  margin-bottom: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 13px;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  padding: 0;
  border-radius: 20px;
  padding-right: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  width: 20%;
  margin-right: 10px;
  margin-top: 10px;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) img {
  padding-left: 0;
}
.woocommerce table.shop_attributes td p {
    padding-left: 10px;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: 62px;
  box-shadow: none;
}
.main-header .menu-right-content .cart-box .cart-content .single-item .remove-btn:hover {
  color: var(--text-color-one) !important;
}
.main-header .menu-right-content .cart-box .cart-content .btn-box  a {
  width: 100%;
  text-align: center;
}
.main-header .menu-right-content .cart-box .cart-content .total strong {
  color: var(--text-color-one);
}
.blog-details-content .content-style-one .upper-box .post-info li:first-child {
  margin-bottom: 10px;
}
.cart.grouped_form span.tinvwl_add_to_wishlist-text {
  display: none;
}
.cart.grouped_form a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after:before {
  width: 60px;
  line-height: 60px;
}
.comment-form-rating p.stars a {
  color: #fbb418;
}
.news-block-one .inner-box .lower-content .post-info li:first-child a {
  color: var(--text-color-one);
}
.contact-section #contact-google-map iframe {
  height: 100%;
}
.sideber .sideber-widget .pa_color a {padding-left: 27px !important;}

.sideber .sideber-widget .pa_color a:before {
    width: 18px !important;
    height: 18px !important;
    border-radius: 50% !important;
    top: 7px !important;
}
.sideber .sideber-widget .pa_color a.black:before {
    background: #191919;
}
.sideber .sideber-widget .pa_color a.blue:before {
    background: #10009a;
}

.sideber .sideber-widget .pa_color a.green:before {
    background: #35b957;
}

.sideber .sideber-widget .pa_color a.orange:before {
    background: #ff8100;
}

.sideber .sideber-widget .pa_color a.purple:before {
    background: #5600ff;
}
button.theme-btn.form-btn {
  background-image: url(assets/images/btn-bg.png);
}


.tinv-wishlist.woocommerce p.cart-empty {
  margin-bottom: 14px;
}
.elementor-widget-sidebar_image  .sideber-widget {
  margin-bottom: 0 !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  margin-bottom: 0 !important;
}
.woocommerce .products ul, .woocommerce ul.products {
  margin-bottom: 0 !important;
}

.main-header .menu-right-content .cart-box .cart-content .btn-box .theme-btn-two {
  position: relative;
  display: inline-block;
  border-radius: 40px;
  padding: 8px;
  background: transparent;
  border: 2px dashed var(--main-color);
}
.item-quantity input {
  line-height: 38px;
  height: 38px;
  width: 43px !important;
  padding: 0px !important;
  box-shadow: none !important;
  font-family: 'Rounded Mplus 1c Bold', sans-serif;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-color-one);
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  margin-bottom: 0 !important;
}
.modify-single-product .product-details-content .product-details .addto-cart-box .quantity {
  width: 100%;
}
.modify-single-product .product-details-content .product-details .addto-cart-box .woocommerce-variation-add-to-cart {
  overflow: hidden;
}
.single-woo-produc-button-add-to .theme-btn-two {
  margin-top: 5px;
}
.single-woo-produc-button-add-to .theme-btn-two button {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 30px;
  font-weight: 900;
  font-family: 'Rounded Mplus 1c', sans-serif;
  color: #fff !important;
  text-align: center;
  cursor: pointer;
  padding: 10px 55px !important;
  border-radius: 30px;
  z-index: 1;
  text-transform: uppercase;
  transition: all 500ms ease;
  background: #ff7c7c !important;
}
.single-woo-produc-button-add-to .theme-btn-two button:before {
  position: absolute;
  content: '';
  background: url(assets/images/shape/shape-26.png);
  width: 16px;
  height: 22px;
  left: 30px;
  top: 15px;
  background-repeat: no-repeat;
}

.single-woo-produc-button-add-to .theme-btn-two button:after {
  position: absolute;
  content: '';
  background: url(assets/images/shape/shape-27.png);
  width: 16px;
  height: 22px;
  right: 30px;
  top: 15px;
  background-repeat: no-repeat;
}
.wp-block-button__link {
  background: var(--main-color) !important;
}

.wp-block-button a.wp-block-button__link {
  color: #fff !important;
  border-color: var(--text-color-one) !important;
}
.wp-block-button.is-style-squared a.wp-block-button__link {
  border-radius: 0;
}
.content-the-blog-post-me blockquote + p + blockquote + p {
  padding-bottom: 0;
  margin-bottom: 15px !important;
}
.content-the-blog-post-me blockquote + p + blockquote + p + h2 + table {
  margin-bottom: 16px;
}
.content-the-blog-post-me blockquote + p + blockquote + p + h2 + table + h2 + dl {
  margin-bottom: 13px;
}
.content-the-blog-post-me dl + h2 + ul + h2 {
  margin-top: 15px;
}
.content-the-blog-post-me dl + h2 + ul + h2 + ol {
  margin-bottom: 13px;
}
.comment-box dl + h2 + ul + h2 {
  margin-top: 15px;
}
.comment-box dl + h2 + ul + h2 + ol {
  margin-bottom: 13px;
}
img.aligncenter {
  display: block;
}
.woocommerce-cart-form__contents .product-quantity p {
  display: none;
}

.woocommerce-cart-form__contents .product-quantity .item-quantity {
  width: 60px;
  margin: 0 auto;
}

.woocommerce-cart-form__contents .product-quantity .item-quantity input {
  border: 0;
}
.search-results .news-block-two .inner-box .image-box img {
  width: auto;
}
.content-the-blog-post-me table {
  text-align: center;
}

.content-the-blog-post-me table td, .content-the-blog-post-me table th {
  padding: 7px 11px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  display: none;
}
.product-type-grouped .modify-single-product .addto-cart-box .btn-box {
  display: none;
}
.product-type-grouped .modify-single-product .addto-cart-box p {
  margin-right: 0 !important;
}

.product-type-grouped .modify-single-product .addto-cart-box .item-quantity {
  margin-bottom: 4px;
}
.single.single-product .woocommerce-notices-wrapper .woocommerce-message {
  position: static;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
}
.woocommerce .woocommerce-tabs #respond input#submit:hover {
  color: #fff;
}
.btn-box.clearfix.single-woo-produc-button-add-to.group-product-btn-new {
  display: block;
  margin-top: 0;
}
table.woocommerce-grouped-product-list.group_table {
  margin-bottom: 20px !important;
}
.single-product .product-discription ul.tabs.wc-tabs li a {
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.content-the-blog-post-me table tr td:first-child {
  font-weight: 700;
}
figure.aligncenter figcaption {
  text-align: center;
}
.content-the-blog-post-me table th {
  color: var(--main-color);
}
.project-block-one span.tinvwl_add_to_wishlist-text {
  display: none;
}
.shop-block-one .tinvwl_add_to_wishlist-text {
  display: none;
}
span.tinvwl_add_to_wishlist-text {
  display: none;
}
.single-woo-produc-button-add-to .theme-btn-two button {
  position: relative;
  top: 0px;
  margin-right: 10px;
}
.about-section .content-box a {
  margin-top: 20px;
}

.about-section .content-box  h2.typo-title-text {
  margin-bottom: 25px;
}
@media only screen and (min-width: 320px) and (max-width: 666px) {
  .woocommerce div.product div.summary {
      margin-bottom: 0;
  }
  .news-block-two .inner-box .lower-content .post-info li:last-child {
      margin-top: 10px;
  }
  .sidebar-page-container .blog-sideber .post-widget .post {
      padding-left: 0;
  }

  .sidebar-page-container .blog-sideber .post-widget .post .image-box {
      position: relative;
      margin-bottom: 10px;
  }
  .single-product .product-discription ul.tabs.wc-tabs li.description_tab,
  .single-product .product-discription ul.tabs.wc-tabs li.additional_information_tab,
  .single-product .product-discription ul.tabs.wc-tabs li.reviews_tab {
    border: 2px dashed #ff7c7c !important;
    border-radius: 30px !important;
    margin-bottom: 10px;
  }
  .single-product .product-discription ul.tabs.wc-tabs li{
    padding: 13px 28px !important;
    width: 100%;
    max-width: 320px;
  }
  .woocommerce div.product .woocommerce-tabs .panel {
      margin-bottom: 0;
  }
  .footer-bottom .copyright {
      margin: 0;
  }
}

/* single ps */
/* cart and wishlist hond */


/** about-section **/

span.tinvwl_add_to_wishlist-text {
  display: none;
}


.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav{
  display: none !important;
}