@charset "UTF-8";

:root {
  --button-bg-hover: #70c332;
  --primary-color: #f85606;
  --secondary-color: #70c332;
  --top-bar-color: #ff933b;
}

*, *::after, *::before {
  box-sizing: border-box;
}
html, body {
  height: 100%;
}
body {
  font-family: 'Baloo Da 2', sans-serif!important;
  //font-family: Rubik,sans-serif !important;
  //font-family: 'Varela Round', sans-serif;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.75;
  position: relative;
  visibility: visible;
  overflow-x: hidden;
  color: #505050;
  //background-color: #F5F6F7;
  background-color: #FFF;
}

@media (min-width: 992px){
  .col-lg-1-5{
    width: 11.11% !important;
  } 
}
.h-360{
  height: 360px;
}
.f-12{
  font-size: 12px!important;
  line-height: 15px;
}
.f-13{
  font-size: 13px!important;
}
.f-14{
  font-size: 14px!important;
}
.text-red{
  color: #FF5A5A !important;
}
.text-green{
  color: #70c332 !important;
}
.border-red{
  border-color: #FF5A5A !important;
}

.text-right{
  text-align: right!important;
}
.text-justify{
  text-align: justify!important;
}
.container{
  //padding-left: 25px; 
  //padding-right: 25px; 
}

.desktop-left{
  background: red;
  float: right;
}
.desktop-right{
  background: green;
  float: left;
}

@media only screen and (max-width:980px) {
  .desktop-right, .desktop-left{
    float: none;
  }
}
.w-100{
  width: 100%;
}


.top-nav{
  padding: 3px;
}
.top-nav p{
  font-size: 13px;
  font-weight: normal!important;
}
@media only screen and (max-width: 767px) {
  .top-nav{
    padding: 2px;
  }
  .top-nav p{
    font-size: 16px;
  }  
}

.mid-nav{
  padding: 15px 0px;
}
.web-search-container{
  padding-top: 6px;
}
.menu-nav{
  height: 60px;
}
.menu-nav-only-item-area{
  height: 50px !important;
}
.header-area{
  background: #fff;
}
.top-navbar-area{
  border-bottom: 1px solid #eee;
  padding: 5px 0px;
}
.fixed-header {
 width: 100%;
 position: fixed;
 top: 0px;
 left: 0px;
 box-shadow: 0 5px 15px #00000014;
 z-index: 300;
 //display: block!important;
}
.fixed-header-logo-area{
  padding-top: 8px;
  padding-bottom: 8px;
}
.fixed-header-logo-area .logo-main{
 height: 30px;
 width: auto;
 border-radius: 2px;
 margin-top: 6px;
}

.expand-category-button-container{
  height: 50px;
}
.expand-category-button-container p{
  font-size: 16px;
  line-height: 52px;
  padding-left: 10px;
  padding-right: 10px;
}

.col-lg-1-5 .product-image-hight{
  height: 130px !important;
  width: 100%;
  object-fit: cover;
}
.col-lg-2 .product-image-hight{
  height: 200px;
  width: 100%;
  object-fit: cover;
}
.col-lg-3 .product-image-hight{
  height: 350px;
  width: 100%;
  object-fit: cover;
}
.col-lg-4 .product-image-hight{
  height: 350px;
  width: 100%;
  object-fit: cover;
}

.border-radius-3{
  border-radius: 3px !important;
}

@media only screen and (max-width: 767px) {
  .col-4 .product-image-hight{
    height: 135px !important;
  }
  .col-6 .product-image-hight{
    height: 200px !important;
  }
  .col-12 .product-image-hight{
    height: 350px !important;
  }
}


.virtical-menu-container{
  padding-right: 0px;
}

#cssvmenu { 
  height: 280px; 
  overflow: auto; 
  position:relative; 
  z-index:2; 
} 
.parent-menu { 
  background-color: #0c8fff; 
  //min-width:200px; 
  float:left; 
} 
#cssvmenu ul { list-style-type:none; } 
#cssvmenu ul li a { 
  padding:10px 15px; 
  display:block; 
  color:#4c4c4c; 
  text-decoration:none; 
} 
#cssvmenu ul li a:hover 
{ 
  background-color:#f1f1f1; 
} 
#cssvmenu ul li:hover > ul { 
  left: 200px; 
  -webkit-transition: left 400ms ease-out; 
  -moz-transition: left 400ms ease-out; 
  -ms-transition: left 400ms ease-out; 
  transition: left 400ms ease-out; 
} 
#cssvmenu ul li > ul { 
  position: absolute; 
  background-color: #eee; 
  top: 0; 
  left: -200px; 
  min-width: 200px; 
  z-index: -1; 
  height: 100%; 
  -webkit-transition: left 400ms ease-out; 
  -moz-transition: left 400ms ease-out; 
  -ms-transition: left 400ms ease-out; 
  transition: left 400ms ease-out;
}


.main-banner-container{
  height: 360px;
  border-radius: 3px;
  background: #fff;
  background-image: radial-gradient(at center center, #FFFFFF 48%, #F0F2F5 83%);
}
.main-banner-container img{
  height: 360px;
  width: 100%;
  border-radius: 3px;
}
.sub-banner-container{
  padding-left: 0px !important;
  padding-top: 1px;
}
.sub-banner-container .sub-banner{
  height: 134px;
  border-radius: 3px;
}
.sub-banner-container .sub-banner img{
  height: 100%;
  width: 100%;
  border-radius: 3px;
}
.sub-banner-container .sub-banner-sec{
  margin-top: 12px;
}


.main-banner-alt-area{
  padding-top: 50px;
  text-align: center;
  color: green;
}
.main-banner-alt-area .store-name{
  font-size: 40px;
  padding-top: 10px;
  margin: 0px;
}
.main-banner-alt-area .store-desc{
  font-size: 25px;
  margin-top: 5px;
}
.main-banner-alt-area .store-icon{
  font-size: 60px;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .main-banner-container{
    height: 130px;
  }
  .sub-banner-container .sub-banner{
    height: 80px;
  }
  .sub-banner-container .sub-banner-sec{
    margin-top: 0px;
  }
  .sub-banner-container{
    padding-left: 15px !important;
    padding-top: 1px;
  }
  .sub-banner-container .col-6{
    padding-right: 5px;
  }
  .sub-banner-container .sec-sub-menu-area{
    padding-right: 15px;
    padding-left: 5px;
  }
  .main-banner-container
  {
    margin-top: 5px;
  }
  .main-banner-container img
  {
    height: 100%;
    width: 100%;
    border-radius: 3px;
  }
  .main-banner-alt-area{
    padding-top: 15px;
  }
  .main-banner-alt-area .store-icon{
    font-size: 25px;
    margin: 0px;
  }
  .main-banner-alt-area .store-name{
    font-size: 22px;
    padding-top: 0px;
    line-height: 35px;
  }
  .main-banner-alt-area .store-desc{
    font-size: 15px;
    margin-top: 3px;
    line-height: 20px;
  }

}






.top-navbar-area .logo-area,
.top-navbar-area .button-area{
  padding: 0px !important;
}
.purchase-product-heading{
  font-size: 16px;
  font-weight: 500;
  margin: 20px 0px 15px 0px !important;
  display: block;
  color: #70c332;
}
.footer-logo{
  height: 50px;
  border-radius: 3px;
  background: #fff;
}
.single-product-right-area{
  background: #fff;
  border-radius: 3px;
  //padding: 20px !important;
  //padding-bottom: 30px !important;
}
.single-product-large-img-area{
  background: #fff !important;
  border-radius: 3px;
}
.single-product-sm-img-area{
  background: #fff !important;
  border-radius: 25px;
}

.d-done{
  display: none !important;
}


.checkout-cart-area{
  background: #fff;
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 0px;
  min-height: 75vh;
}
.checkout-cart-area .td-checkout-title{
  text-align: center;
  font-weight: 500;
  color: #85d945;
  font-size: 18px;
}

.checkout-cart-area .td-product-image{
  width: 100px;
}

.checkout-cart-area .td-product-name{
  padding: 0px;
  margin: 0px;
  font-size: 15px !important;
  font-weight: 500;
}
.checkout-cart-area .td-product-quantity{
  padding: 0px;
  margin: 0px;
  font-size: 14px !important;
}
.checkout-cart-area .td-product-price{
  padding: 0px;
  margin: 0px;
  font-size: 13px !important;
  font-weight: 400;
  color: #FF5A5A;
}

.checkout-cart-area .total-table{
  border-top: 2px solid #85d945;
  width: 100%;
  margin-top: 10px;
  font-weight: 500;
  //font-style: italic;
}

.checkout-cart-area .total-table td{
  padding: 0px;
  font-size: 14px;
}

.checkout-cart-area .val-total-amount,
.checkout-cart-area .val-delivery-charge,
.checkout-cart-area .val-sub-total-amount{
  text-align: right;
  font-style: normal;
}
.checkout-cart-area .val-sub-total-amount{
  color: #FF5A5A;
  font-size: 16px!important;
}

.urlpath{
  padding-top: 4px;
  padding-bottom: 3px;
}
.urlpath a{
  font-size: 11px;
}

.mini-select{
  width: 100%;
  font-size: 12px;
  border-color: #ccc;
  border-radius: 1px;
  padding: 2px 3px;
  color: #505050;
}

.form-area{
  border-radius: 3px;
  //padding: 20px 15px;
  padding: 0px;
}

.form-title{
  color: #70c332;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin: 10px 0px;
}
.form-area .form-group{
  margin-bottom: 20px;
}

.form-area .form-control{
  border-radius: 3px;
}
.form-area .form-control:focus{
  background-color: #fff;
  border:  2px solid #d7e4c9;
  outline: none;
  box-shadow: none;
}

.form-area .form-group label{
  margin-bottom: 5px;
  color: #4c4a4a;
  font-size: 14px;
}

.form-area .otp-input{
  text-align: center;
  letter-spacing: 10px;
}

.form-area .btn{
  border-radius: 2px;
  font-size: 16px;
  padding: 9px 5px;
}

.checkout-cart-area .total-table .btn{
  border-radius: 5px;
  font-size: 13px;
  padding: 8px;
}

.header-logo img {
  height: 55px;
}
.header-logo p {
  font-size: 25px;
  font-weight: bold;
  line-height: 50px;
  vertical-align: middle;
  white-space: nowrap;
}
.pl-0{
  padding-left: 0px !important;
}
.pr-0{
  padding-right: 0px !important;
}

.body-info-content{
  background: #fff;
  color: #555;
  border-radius: 10px;
  padding: 30px 30px 50px;
}

.info-table{
  width: 100%;
  font-size: 16px;
  margin-top: 10px;
}
.info-table td{
  border: 1px solid #eee;
  padding: 3px 5px;
}
.info-table .heading td{
 font-weight: 500;
}

.info-area{
  background: #fff;
  //padding: 20px 15px 50px 15px;
  border-radius: 10px;
}
.mini-button-success{
  border: 1px solid #70c332;
  border-radius: 2px; 
  padding: 5px 10px;
  font-size: 14px;
}





@media only screen and (max-width: 767px) {
  .checkout-cart-area .td-product-image{
    width: 90px;
  }
  .form-area{
    //padding: 10px 15px;
  }
  .checkout-cart-area{
    padding: 10px;
  }
  .header-logo img {
    height: 40px;
  }
  .top-navbar-area .logo-area, .top-navbar-area .button-area {
    padding: 0px 10px !important;
  }
  .top-navbar-area {
    border-bottom: 1px solid #eee;
    padding: 10px 0px;
  }
  
  .header-logo p {
    font-size: 18px;
    line-height: 45px;
    font-weight: bold;
    vertical-align: middle;
  }
}

.cart_icon_quantity{
  position: absolute;
  padding: 0px;
  background: #70c332;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  text-align: center;
  margin-left: -24px;
  margin-top: 2px;
  font-size: 13px;
  line-height: 17px;
  font-weight: normal;
}





@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
  .mobile-product-tow-rows{
    padding: 0px 5px;
    margin-bottom: 10px !important;
  }
  .mobile-product-container-row{
    //padding: 0px 5px;
  }
  .cart_icon_quantity{
    height: 20px;
    width: 20px;
    margin-left: -20px;
    margin-top: -5px;
    line-height: 17px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  color: #505050;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: inherit;
  margin: 0;
}

p:last-child {
  margin-bottom: 0;
}

a, button {
  line-height: inherit;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

a:hover, a:active, a:focus {
  box-shadow: none;
  outline: none;
  text-decoration: none;
}

a, button, img, input {
  transition: all 0.5s ease 0s;
}

*:focus {
  outline: none;
}

a:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}

a:hover {
  text-decoration: none;
  color: #FF5A5A;
}

button, input[type=submit] {
  cursor: pointer;
}

img {
  //height: auto;
  //max-width: 100%;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
}

ul {
  margin: 0;
  padding: 0;
}
ul:last-child {
  margin-bottom: 0;
}
ul li {
  list-style: none;
}

hr {
  border-top-width: 2px;
}

/*----------------------------------------*/
/*  Template Classes CSS
/*----------------------------------------*/
.bg-img {
  background: no-repeat center center;
  background-size: cover;
}

.wrapper {
  //overflow-x: hidden;
}

.section-space {
  padding-bottom: 60px;
  padding-top: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-space {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .section-space {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.section-top-space {
  padding-top: 110px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-top-space {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .section-top-space {
    padding-top: 80px;
  }
}

.section-bottom-space {
  padding-bottom: 110px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-bottom-space {
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .section-bottom-space {
    padding-bottom: 80px;
  }
}

.row-gutter-20 {
  margin-right: -10px;
  margin-left: -10px;
}
.row-gutter-20 .col,
.row-gutter-20 [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.btn {
  //background-color: #FF5A5A;
  //border: 1px solid #FF5A5A;
  box-shadow: none;
  border-radius: 30px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1px;
  line-height: 1.2;
  padding: 11px 26px 9px;
  text-align: center;
  //text-transform: uppercase;
  transition: all 0.5s ease 0s;
}

.product-order-cart-button-group .btn{  
  font-size: 14px;
  padding: 8px 5px 4px 5px;
  border-radius: 5px;
  font-weight: normal;
  border-radius: 3px;
}

.product-order-cart-button-group .clscart{
  //border-radius: 50%;
}
.product-order-cart-button-group .clscartd{
  padding-left: 0px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .btn {
    font-size: 11px;
    padding: 9px 23px 8px;
  }
}

.btn:focus {
  box-shadow: none;
}
.btn.btn-white {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #000000;
}
.btn.btn-white:hover {
  background-color: #FF5A5A;
  border-color: #FF5A5A;
  color: #FFFFFF;
}
.btn.btn-border-primary {
  background-color: transparent;
  border-color: #E63946;
  border-radius: 31px;
  color: #1D3557;
  font-size: 18px;
  letter-spacing: 3.235px;
  padding: 19.5px 60.5px 17.5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .btn.btn-border-primary {
    font-size: 14px;
    padding: 14px 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .btn.btn-border-primary {
    font-size: 13px;
    letter-spacing: 1.5px;
    padding: 9px 17px;
  }
}
@media only screen and (max-width: 767px) {
  .btn.btn-border-primary {
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 9px 17px;
  }
}
.btn.btn-border-primary:hover {
  background-color: #FF5A5A;
  border-color: #FF5A5A;
  color: #FFFFFF;
}

.btn-border-secondary {
  background-color: transparent;
  border: 3px solid #A8DADC;
  border-radius: 50px;
  color: #1D3557;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2em;
  padding: 10px 30px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .btn-border-secondary {
    border-radius: 25px;
    border-width: 2px;
    font-size: 14px;
    padding: 11px 25px;
  }
}
.btn-border-secondary:hover {
  background-color: #A8DADC;
  color: #FFFFFF;
}

.btn-load-more {
  border: 2px solid #A8DADC;
  border-radius: 50px;
  color: #1D3557;
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.2em;
  margin-top: 50px;
  padding: 17px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 575px) {
  .btn-load-more {
    border-radius: 30px;
    font-size: 13px;
    letter-spacing: 0.1em;
    padding: 15px 25px;
  }
}
.btn-load-more:hover {
  background-color: #A8DADC;
  color: #FFFFFF;
}
.btn-load-more:hover .icon {
  color: #FFFFFF;
}
.btn-load-more .icon {
  color: #457B9D;
  margin-left: 12px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 575px) {
  .btn-load-more .icon {
    margin-left: 5px;
  }
}

.offcanvas-backdrop,
.modal-backdrop {
  background-color: rgba(43, 43, 43, 0.92);
  cursor: url("../images/icons/cancel-white.png"), auto;
}
.offcanvas-backdrop.show,
.modal-backdrop.show {
  opacity: 1;
}

@media only screen and (max-width: 575px) {
  .pt-sm-40 {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .pt-md-max-0 {
    padding-top: 0 !important;
  }
}
/*----------------------------------------*/
/*  Header CSS
/*----------------------------------------*/
.header-area {
  display: none;
}
@media only screen and (max-width: 991px) {
  .header-area {
    padding: 0px 0;
    display: block;
  }
}


.header-transparent {
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}
.header-transparent .main-nav > li.active > a {
  color: #FFFFFF;
}
.header-transparent .main-nav > li > a {
  color: #FFFFFF;
}
.header-transparent .header-search-box .form-control {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.header-transparent .header-search-box .form-control::-webkit-input-placeholder {
  color: #457B9D;
}
.header-transparent .header-search-box .form-control:-moz-placeholder {
  color: #457B9D;
}
.header-transparent .header-search-box .form-control::-moz-placeholder {
  color: #457B9D;
}
.header-transparent .header-search-box .form-control:-ms-input-placeholder {
  color: #457B9D;
}
.header-transparent .header-search-box .btn-src {
  color: #1D3557;
}
.header-transparent .header-action-cart {
  color: #FFFFFF;
}
.header-transparent .header-action-cart .cart-icon svg {
  fill: #FFFFFF;
}
.header-transparent .btn-search-menu svg {
  fill: #FFFFFF;
}
.header-transparent .btn-search-menu svg:hover {
  fill: #1D3557;
}
.header-transparent .btn-menu {
  background-color: #1D3557;
}
.header-transparent .btn-menu:hover {
  background-color: #FFFFFF;
  color: #457B9D;
}

.header-navigation {
  position: relative;
}

.main-nav {
  display: flex;
  flex-wrap: wrap;
}
.main-nav > li {
  position: relative;
  margin: 0 0px;
}
@media only screen and (max-width: 1199px) {
  .main-nav > li {
    margin: 0 18px;
  }
}
.main-nav > li:first-child {
  margin-left: 0;
}
.main-nav > li:first-child > a {
  padding-left: 0;
}
.main-nav > li:last-child {
  margin-right: 0;
}
.main-nav > li:last-child > a {
  padding-right: 0;
}
.main-nav > li > a {
  color: #70c332;
  font-style: normal;
  font-size: 15px;
  font-weight: 500;
  padding: 13px 7px;
  display: inline-block;
  position: relative;
  text-transform: capitalize;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.main-nav > li > a:hover {
  color: #1D3557;
}
.main-nav .has-submenu:hover a {
  color: #1D3557;
}
.main-nav .has-submenu:hover .submenu-nav, .main-nav .has-submenu:hover .submenu-nav-mega {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.main-nav .has-submenu .submenu-nav, .main-nav .has-submenu .submenu-nav-mega {
  box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.09);
  background-color: #FFFFFF;
  border-radius: 0 0 4px 4px;
  color: #000000;
  left: -15px;
  opacity: 0;
  margin-top: 30px;
  min-width: 230px;
  padding: 0 0;
  position: absolute;
  pointer-events: none;
  top: 100%;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  visibility: hidden;
  width: 230px;
  z-index: 9999;
}
.main-nav .has-submenu .submenu-nav > li, .main-nav .has-submenu .submenu-nav-mega > li {
  border-bottom: 1px solid rgba(173, 181, 189, 0.15);
  padding: 0;
  margin-bottom: 0;
}
.main-nav .has-submenu .submenu-nav > li:last-child, .main-nav .has-submenu .submenu-nav-mega > li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.main-nav .has-submenu .submenu-nav > li a, .main-nav .has-submenu .submenu-nav-mega > li a {
  color: #1d1d1d;
  display: block;
  font-size: 15px;
  padding: 11px 25px 10px;
  position: relative;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.main-nav .has-submenu .submenu-nav > li a:hover, .main-nav .has-submenu .submenu-nav-mega > li a:hover {
  color: #FF5A5A;
  background-color: rgba(173, 181, 189, 0.15);
}
.main-nav .has-submenu .submenu-nav .has-submenu, .main-nav .has-submenu .submenu-nav-mega .has-submenu {
  position: relative;
}
.main-nav .has-submenu .submenu-nav .has-submenu a:before, .main-nav .has-submenu .submenu-nav-mega .has-submenu a:before {
  content: "\f105";
  //font-family: "FontAwesome";
  right: 20px;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}
.main-nav .has-submenu .submenu-nav .has-submenu .submenu-nav, .main-nav .has-submenu .submenu-nav-mega .has-submenu .submenu-nav {
  border-radius: 0;
  box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.05);
  left: 100%;
  right: auto;
  top: 8px;
  opacity: 0;
  visibility: hidden;
  margin-top: 30px;
}
.main-nav .has-submenu .submenu-nav .has-submenu .submenu-nav a:before, .main-nav .has-submenu .submenu-nav-mega .has-submenu .submenu-nav a:before {
  display: none;
}
.main-nav .has-submenu .submenu-nav .has-submenu .submenu-nav a:hover, .main-nav .has-submenu .submenu-nav-mega .has-submenu .submenu-nav a:hover {
  color: #FF5A5A;
}
.main-nav .has-submenu .submenu-nav .has-submenu:hover a, .main-nav .has-submenu .submenu-nav-mega .has-submenu:hover a {
  color: #FF5A5A;
}
.main-nav .has-submenu .submenu-nav .has-submenu:hover .submenu-nav, .main-nav .has-submenu .submenu-nav-mega .has-submenu:hover .submenu-nav {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.main-nav .has-submenu .submenu-nav .has-submenu:hover .submenu-nav a, .main-nav .has-submenu .submenu-nav-mega .has-submenu:hover .submenu-nav a {
  color: #1d1d1d;
}
.main-nav .has-submenu .submenu-nav .has-submenu:hover .submenu-nav a:hover, .main-nav .has-submenu .submenu-nav-mega .has-submenu:hover .submenu-nav a:hover {
  color: #FF5A5A;
}
.main-nav .has-submenu .submenu-nav-mega {
  display: flex;
  left: 280px;
  min-width: 100%;
  padding: 0;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  width: 960px;
}
.main-nav .has-submenu .submenu-nav-mega li {
  border-right: 1px solid rgba(173, 181, 189, 0.15);
  border-bottom: none;
  flex-basis: 50%;
  margin: 0;
  padding: 0 0;
}
.main-nav .has-submenu .submenu-nav-mega li:last-child {
  border-right: none;
}
.main-nav .has-submenu .submenu-nav-mega li ul > li {
  border-bottom: 1px solid rgba(173, 181, 189, 0.15);
}
.main-nav .has-submenu .submenu-nav-mega li ul > li > a {
  color: #1d1d1d !important;
  font-size: 13px;
  padding: 11px 35px 10px;
}
.main-nav .has-submenu .submenu-nav-mega li ul > li > a:hover {
  background-color: rgba(173, 181, 189, 0.15);
  color: #FF5A5A !important;
  text-decoration: none;
}
.main-nav .has-submenu .submenu-nav-mega li ul > li:first-child {
  border-top: 1px solid rgba(173, 181, 189, 0.15);
}
.main-nav .has-submenu .submenu-nav-mega li ul > li:last-child {
  border-bottom: none;
}
.main-nav .has-submenu .submenu-nav-mega li:hover .mega-title {
  color: #FF5A5A;
  text-decoration: none;
}
.main-nav .has-submenu .submenu-nav-mega .mega-title {
  color: #2d2d2d;
  font-size: 13px;
  font-weight: 600;
  padding: 18px 35px 15px;
  text-decoration: none;
  text-transform: uppercase;
}
.main-nav .has-submenu .submenu-nav-mega .mega-title:hover {
  background-color: transparent;
  color: #2d2d2d;
  cursor: pointer;
  text-decoration: none;
}
.main-nav li.active a {
  color: #FF5A5A;
}
.main-nav li.active ul li.active a {
  color: #FF5A5A;
}
.main-nav li.active ul li.active ul li.active a {
  color: #FF5A5A !important;
}

.main-nav li.active ul li.active a {
  color: #FF6565;
}

.main-nav li.active ul li.active ul li.active a {
  color: #FF6565 !important;
}

.header-action {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.header-search-box {
  background-color: transparent;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .header-search-box {
    margin-right: 23px;
  }
}
.header-search-box .form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  border: 2px solid transparent;
  border-radius: 5px;
  font-size: 15px;
  color: #626262;
  height: 45px;
  width: 100%;
  padding: 5px 40px 6px 20px;
  font-weight: normal;
}

.header-search-box .form-control:focus{
  background-color: #fff;
  border-color: #70C332;
}
.header-search-box .form-control::-webkit-input-placeholder {
  color: #457B9D;
  font-size: 12px;
}
.header-search-box .form-control:-moz-placeholder {
  color: #457B9D;
  font-size: 12px;
}
.header-search-box .form-control::-moz-placeholder {
  color: #457B9D;
  font-size: 12px;
}
.header-search-box .form-control:-ms-input-placeholder {
  color: #457B9D;
  font-size: 12px;
}
.header-search-box .btn-src {
  background-color: transparent;
  border: none;
  color: #85d945;
  display: inline-block;
  font-size: 20px;
  line-height: 40px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50%;
  width: 53px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.header-search-box .btn-src:hover {
  color: #457B9D;
}

.header-action-cart{
  background-color: transparent;
  border: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  padding: 0;
  text-transform: uppercase;
  height: 38px;
}
.mid-nav .shortcut-icon-container{
  padding-top: 7px;
}
@media only screen and (max-width: 991px) {
  .header-action-cart {
    margin-top: 3px;
  }
  .header-action-cart .cart-icon {
    top: -2px;
  }
}
@media only screen and (max-width: 359px) {
  .header-action-cart {
    font-size: 0;
  }
}
.header-action-cart .cart-icon {
  margin-left: 2px;
  position: relative;
  font-size: 20px;
  border: 2px solid #f5f5f5;
  padding: 6px 6px;
  background: whitesmoke;
  height: 40px;
  border-radius: 2px;
}
.header-action-cart-account .cart-icon {
 position: relative;
 font-size: 20px;
 padding: 9px 0px;
 background: whitesmoke;
 height: 43px;
 width: 43px;
 border-radius: 50px;
}
.header-action-cart .cart-icon svg {
  fill: #FF3D3D;
}
.header-action-cart:hover {
  color: #1D3557;
}

.btn-menu {
  background-color: #FF5A5A;
  border: none;
  border-radius: 50%;
  box-shadow: none;
  color: #FFFFFF;
  font-size: 18px;
  height: 36px;
  line-height: 29px;
  margin-left: 22px;
  text-align: center;
  width: 36px;
}
@media only screen and (max-width: 479px) {
  .btn-menu {
    margin-left: 12px;
  }
}
.btn-menu:hover {
  background-color: #457B9D;
}

.btn-search-menu {
  border: none;
  box-shadow: none;
  color: #70C332;
  font-size: 20px;
  margin-left: 22px;
  margin-top: -1px;
  border: 2px solid #f5f5f5;
  border-radius: 50%;
  padding: 0px 9px;
  background: #f5f5f5;
}
@media only screen and (max-width: 479px) {
  .btn-search-menu {
    margin-left: 12px;
  }
}
.btn-search-menu svg {
  fill: #E63946;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn-search-menu:hover svg {
  fill: #457B9D;
}

.cart-search-user-button-area{
  position: relative;
  height: 60px;
  padding-top: 9px;
}

.mobile-menu-button{
  border-radius: 3px!important;
  background-color: #f5f5f5!important;
  border-color: #f5f5f5!important;
  //height: 45px!important;
  width: 42px!important;
}
.mobile-menu-button i{
  font-size: 23px!important;
}

@media only screen and (max-width: 392px) {
  .mobile-menu-button{
    height: 40px!important;
  }
}


.cart-search-user-button-area button{
  border: 0px;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  position: relative;
  padding-top: 4px;
}
.cart-search-user-button-area button i{
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .cart-search-user-button-area button{
    height: 40px;
    width: 40px;
    padding-top: 5px;
  }
  .cart-search-user-button-area button i
  {
    font-size: 16px;
  }
}



@media only screen and (max-width: 360px) {
  .cart-search-user-button-area button{
    height: 35px;
    width: 35px;
    padding-top: 6px;
  }
  .cart-search-user-button-area button i
  {
    font-size: 15px;
  }
  .cart-search-user-button-area {
    padding-top: 12px;
  }
  .fixed-header-logo-area .logo-main {
    height: 26px;
    margin-top: 8px;
  }
  .mobile-menu-button {
    width: 40px!important;
    height: 35px!important;
    margin-top: 0px;
  } 
  .mobile-menu-button i{
    font-size: 20px!important;
  }
}





.cart-search-user-button-area .cart-item-quantity{
  position: absolute;
  padding: 0px;
  background: #70c332;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  text-align: center;
  margin-left: -12px;
  margin-top: -6px;
  font-size: 13px;
  line-height: 17px;
  font-weight: normal;
}















.sidebar-cart-modal {
  background-color: #FFFFFF;
  box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
  top: 0;
  width: 403px;
  padding: 0;
  min-height: 100vh;
  bottom: 0;
  z-index: 9999;
  right: 0;
}
@media only screen and (max-width: 575px) {
  .sidebar-cart-modal {
    padding: 0 15px 15px;
    width: 310px;
  }
}
.sidebar-cart-modal .offcanvas-header {
  padding: 0;
  position: absolute;
  right: 21px;
  top: 13px;
}
.sidebar-cart-modal .offcanvas-header .btn-close {
  background-image: none;
  border: none;
  box-shadow: none;
  color: #457B9D;
  font-size: 32px;
  line-height: 1;
  margin: 0;
  opacity: 1;
  padding: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.sidebar-cart-modal .offcanvas-header .btn-close:hover {
  color: #FF5A5A;
}
.sidebar-cart-modal .sidebar-cart-inner {
  padding: 0;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .cart-close {
  color: #000000;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 36px;
  line-height: 36px;
  top: 11px;
  right: 23px;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .cart-close i {
  font-weight: 600;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .cart-close:hover {
  color: #FF5A5A;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart-all {
  height: 100%;
  overflow-y: auto;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart-all .cart-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 30px;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
}
@media only screen and (max-width: 575px) {
  .sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart-all .cart-header {
    padding: 20px 15px;
  }
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart-all .cart-header > h3 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.cart-content ul li {
  display: flex;
  margin-bottom: 20px;
}
.cart-content ul li:last-child {
  margin-bottom: 0;
}
.cart-content ul li .cart-img {
  flex: 0 0 70px;
}
.cart-content ul li .cart-img a img {
  border-radius: 4px;
  width: 100%;
}
.cart-content ul li .cart-title {
  margin-left: 20px;
}
.cart-content ul li .cart-title h4 {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  width: 100%;
  margin-bottom: 3px;
}
.cart-content ul li .cart-title h4 a {
  color: #000000;
  font-weight: 400;
  font-size: 15px;
}
.cart-content ul li .cart-title h4 a:hover {
  text-decoration: underline;
}
.cart-content ul li .cart-title h4.font-size-width-inc {
  font-size: 16px;
  font-weight: 500;
}
.cart-content ul li .cart-title span {
  font-size: 15px;
  color: #1D3557;
}
.cart-content ul li .cart-title p {
  margin-bottom: 0px;
}
.cart-content ul li .size-and-color {
  font-size: 13px;
}
.cart-content ul li .cart-title span span.price {
  font-size: 14px;
}
.cart-content ul li .cart-delete {
  display: flex;
  flex-grow: 100;
  justify-content: flex-end;
}
.cart-content ul li .cart-delete a {
  color: #ff4646;
  display: block;
  margin-top: -6px;
  text-align: right;
}
.cart-content ul li .cart-delete a:hover {
  color: #FF5A5A;
}
.cart-content .cart-total {
  display: block;
  width: 100%;
  border-top: 1px dashed #e5e5e5;
  border-bottom: 1px dashed #e5e5e5;
}
.cart-content .cart-total.cart-total-padding-2 {
  padding: 15px 0;
  margin: 18px 0;
}
.cart-content .cart-total h4 {
  font-size: 15px;
  margin: 0;
  font-weight: 500;
  color: #000000;
}
.cart-content .cart-total h4 span {
  font-size: 18px;
  color: #FF5A5A;
  float: right;
  font-weight: 600;
  margin-top: -3px;
}
.cart-content .cart-checkout-btn {
  display: block;
  width: 100%;
}
.cart-content .cart-checkout-btn a {
  width: 100%;
  display: block;
  margin: 10px 0 0;
  text-align: center;
  padding: 8px 8px 6px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.cart-content .cart-checkout-btn a.cart-btn {
  color: #000000;
  border: 1px solid #e5e3e3;
}
.cart-content .cart-checkout-btn a.cart-btn:hover {
  background-color: #457B9D;
  border-color: #457B9D;
  color: #FFFFFF;
}
.cart-content .cart-checkout-btn a.checkout-btn:hover {
  border: 1px solid #1D3557;
  background-color: #1D3557;
}
.cart-content .cart-checkout-btn a:first-child {
  margin-top: 0;
}
.cart-content.cart-content-padding ul {
  margin: 0;
  padding: 30px;
}
@media only screen and (max-width: 575px) {
  .cart-content.cart-content-padding ul {
    padding: 30px 0;
  }
}
.cart-content.cart-content-padding .cart-total {
  padding: 24px 30px;
}
@media only screen and (max-width: 575px) {
  .cart-content.cart-content-padding .cart-total {
    padding: 24px 0;
  }
}
.cart-content.cart-content-padding .cart-checkout-btn {
  padding: 36px 30px 30px;
}
@media only screen and (max-width: 575px) {
  .cart-content.cart-content-padding .cart-checkout-btn {
    padding: 36px 0 30px;
  }
}

.aside-search-box-wrapper .offcanvas-header {
  justify-content: flex-end;
  padding: 0;
}
.aside-search-box-wrapper .btn-close {
  position: absolute;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
  color: #FF5A5A;
  opacity: 1;
  font-size: 38px;
  top: 0;
  width: 40px;
  padding: 0;
  margin: 0;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  right: 25px;
  margin-top: 10px;
}
.aside-search-box-wrapper .btn-close:hover {
  color: #1D3557;
}
.aside-search-box-wrapper .offcanvas-body {
  padding-top: 50px;
}
.aside-search-box-wrapper .search-note p {
  font-size: 13px;
  text-transform: capitalize;
  color: #457B9D;
  margin-bottom: 10px;
}
.aside-search-box-wrapper .search-form {
  position: relative;
}
.aside-search-box-wrapper .search-form .form-control {
  border: 2px solid transparent;
  color: #1D3557;
  box-shadow: none;
  border-radius: 5px;
  height: 45px;
  font-size: 16px;
  line-height: 50px;
  text-transform: capitalize;
  padding: 10px 55px 10px 15px;
  background: #f5f5f5;
  margin-top: 20px;
}
.aside-search-box-wrapper .search-form .form-control::-webkit-input-placeholder {
  color: rgba(69, 123, 157, 0.6);
}
.aside-search-box-wrapper .search-form .form-control:-moz-placeholder {
  color: rgba(69, 123, 157, 0.6);
}
.aside-search-box-wrapper .search-form .form-control::-moz-placeholder {
  color: rgba(69, 123, 157, 0.6);
}
.aside-search-box-wrapper .search-form .form-control:-ms-input-placeholder {
  color: rgba(69, 123, 157, 0.6);
}
.aside-search-box-wrapper .search-form .search-button {
  background-color: transparent;
  border: none;
  color: #85d945;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 60px;
  font-size: 18px;
}
.aside-search-box-wrapper .search-form .search-button:hover {
  color: #FF5A5A;
}
.aside-search-box-wrapper.offcanvas-top {
  height: 180px;
}

.aside-side-menu-wrapper {
  padding: 0;
}
@media only screen and (max-width: 479px) {
  .aside-side-menu-wrapper.offcanvas-end {
    width: 310px;
  }
}
.aside-side-menu-wrapper .offcanvas-header {
  align-items: center;
  cursor: pointer;
  height: 52px;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 0 20px;
}
.aside-side-menu-wrapper .offcanvas-header h5 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  margin-top: 2px;
}

.aside-side-menu-wrapper .offcanvas-header .btn-close {
  background: none;
  box-shadow: none;
  font-size: 32px;
  height: auto;
  margin: 0;
  opacity: 1;
  padding: 0;
  width: auto;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.aside-side-menu-wrapper .offcanvas-header .btn-close:hover {
  color: #FF5A5A;
}
.aside-side-menu-wrapper .offcanvas-body {
  padding: 0px;
}
.offcanvas{
  z-index: 301;
}
.offcanvas-menu {
  position: relative;
  z-index: 1;
}
.offcanvas-menu i{
  display: none;
}

.offcanvas-menu::before {
  background-color: #FFFFFF;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.offcanvas-menu ul ul {
  display: none;
}

.offcanvas-menu > ul > li > ul li {
  border-bottom: 0px;
}
.offcanvas-menu > ul > li > ul li a {
  padding: 5px 0px 5px 35px;
  font-weight: 400;
  font-size: 16px;
  color: #505050;
}
.offcanvas-menu > ul > li > ul li a:not(:only-child):after {
  font-size: 18px;
  right: 3px;
  top: 3px;
}

.offcanvas-menu > ul > li > ul li > ul li {
  border-bottom: 0px;
}
.offcanvas-menu > ul > li > ul li > ul li a {
  padding: 5px 30px;
  font-size: 15px;
  color: #457B9D;
}

.offcanvas-menu li.active > ul {
  display: block;
}

.offcanvas-menu li a {
  display: block;
  text-transform: capitalize;
  color: #505050;
  padding: 7px 20px 7px 20px;
  position: relative;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  border-bottom: 1px dashed #eee;
  font-weight: 500;
}
@media only screen and (max-width: 479px) {
  .offcanvas-menu li a {
    //font-size: 18px;
  }
}
.offcanvas-menu li a:hover {
  color: #FF5A5A;
}
.offcanvas-menu li a:hover:after {
  color: #FF5A5A;
}

.offcanvas-menu a:not(:only-child):after {
  color: #457B9D;
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 28px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 479px) {
  .offcanvas-menu a:not(:only-child):after {
    font-size: 22px;
    top: 1px;
    right: 20px;
  }
}

.offcanvas-menu .active > a:not(:only-child):after {
  content: "\f106";
}

/*----------------------------------------*/
/*  Footer CSS
/*----------------------------------------*/
.footer-area {
  margin: 0 auto;
  max-width: 1600px;
  //padding: 0 15px;
  background: #fff;
}

.footer-main {
  border-radius: 100px 100px 0px 0px;
  padding: 30px 0 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-main {
    padding: 70px 0 58px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-main {
    padding: 30px 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-main {
    border-radius: 50px 50px 0px 0px;
    padding: 30px 0 30px;
  }
}
@media only screen and (max-width: 575px) {
  .footer-main {
    border-radius: 30px 30px 0px 0px;
    padding: 30px 0 50px;
  }
}
.footer-main .widget-title {
 font-size: 18px;
 margin-bottom: 19px;
 padding-bottom: 10px;
 position: relative;
 font-weight: 500;
 margin-top: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-main .widget-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-main .widget-title {
    //display: none;
  }
}
.footer-main .widget-title:after {
  background-color: #E63946;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 46px;
}
@media only screen and (max-width: 767px) {
  .footer-main .widget-title:after {
    //display: none;
  }
}
@media only screen and (min-width: 768px) {
  .footer-main .widget-title.widget-collapsed-title {
    //display: none;
  }
}
@media only screen and (max-width: 767px) {
  .footer-main .widget-title.widget-collapsed-title {
    background-color: #1D3557;
    border-radius: 10px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 17px;
    margin-bottom: 0;
    padding: 15px 20px 17px;
    position: relative;
  }
}
@media only screen and (max-width: 575px) {
  .footer-main .widget-title.widget-collapsed-title {
    font-size: 15px;
    padding: 12px 20px 14px;
  }
}
.footer-main .widget-title.widget-collapsed-title:before {
  font-family: "FontAwesome";
  font-size: 14px;
  content: "\f067";
  position: absolute;
  right: 0;
  height: 100%;
  width: 60px;
  text-align: center;
  top: calc(50% - 8px);
}
.footer-main .widget-title.widget-collapsed-title:not(.collapsed) {
  border-radius: 10px 10px 0 0;
}
.footer-main .widget-title.widget-collapsed-title:not(.collapsed):before {
  content: "\f068";
  //font-family: "FontAwesome";
}
.footer-main .widget-collapse-body {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
@media only screen and (min-width: 768px) {
  .footer-main .widget-collapse-body {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .footer-main .widget-collapse-body {
    background-color: #457B9D;
    border: 1px solid #1D3557;
    border-radius: 0 0 10px 10px;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-main .widget-collapse-body .widget-nav {
    padding: 30px 22px 20px;
  }
}
.footer-main .widget-logo {
  display: inline-block;
  margin-bottom: 11px;
}
@media only screen and (max-width: 767px) {
  .footer-main .widget-logo {
    margin-bottom: 15px;
  }
}
.footer-main .desc {
  font-size: 14px;
  line-height: 25px;
  margin-bottom:0px;
  max-width: 250px;
  font-weight: 500;
}
.footer-alt-logo-name{
  padding: 7px 7px;
  border-radius: 3px;
  font-size: 22px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-main .desc {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
    margin-top: 4px;
    max-width: none;
  }
}
@media only screen and (max-width: 767px) {
  .footer-main .desc {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 5px;
    max-width: none;
  }
}
.footer-main .widget-nav li {
  font-size: 14px;
  font-weight: 500;
  position: relative;
  transition: all 0.5s ease 0s;
  margin-bottom: 0px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-main .widget-nav li {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-main .widget-nav li {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .footer-main .widget-nav li {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .footer-main .widget-title {
    margin-bottom: 10px;
  }
}
.footer-main .widget-nav li a {
  color: #457B9D;
  transition: all 0.5s ease 0s;
}
@media only screen and (max-width: 767px) {
  .footer-main .widget-nav li a {
    color: #FFFFFF;
  }
}
.footer-main .widget-nav li a:hover {
  color: #FF5A5A;
  padding-left: 8px;
}
.footer-main .widget-social {
  display: flex;
}
.footer-main .widget-social a {
  color: #457B9D;
  font-size: 19px;
}
.footer-main .widget-social a + a {
  margin-left: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-main .widget-social a + a {
    margin-left: 35px;
  }
}
.footer-main .widget-social a + a + a {
  margin-left: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-main .widget-social a + a + a {
    margin-left: 30px;
  }
}
.footer-main .widget-social a:hover {
  color: #FF5A5A;
}

.footer-bottom {
  //background: #F7F8F9;
}

.footer-bottom-content {
  align-items: center;
  //display: flex;
  justify-content: space-between;
  text-align: center;
  padding: 10px 0 10px;
}
@media only screen and (max-width: 575px) {
  .footer-bottom-content {
    display: block;
  }
}
.footer-bottom-content p {
  font-size: 14px;
  color: #1D3557;
}
@media only screen and (max-width: 575px) {
  .footer-bottom-content p {
    font-size: 13px;
    margin-top: 0px;
  }
}
.footer-bottom-content p i {
  color: #eb3e32;
  font-size: 13px;
  margin: 0 2px;
}

/*----------------------------------------*/
/*  Wrapper CSS
/*----------------------------------------*/
.section-title {
  margin-bottom: 56px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title {
    margin-bottom: 36px;
  }
}
.section-title .title {
  font-size: 48px;
  margin-bottom: 15px;
  margin-top: -10px;
  text-transform: capitalize;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title .title {
    font-size: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title .title {
    font-size: 36px;
    margin-top: -8px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title .title {
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: -7px;
  }
}
@media only screen and (max-width: 575px) {
  .section-title .title {
    font-size: 24px;
    margin-top: -6px;
  }
}
.section-title p {
  font-size: 18px;
  line-height: 28px;
  max-width: 450px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title p {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 575px) {
  .section-title p {
    font-size: 13px;
  }
}

.page-header-area {
  padding: 10px 0 10px;
  background: #FFF;
  border-bottom: 0px solid #fff;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  //background-image: url(../img/banner-lg.png);
}
@media only screen and (max-width: 767px) {
  .page-header-area {
    padding: 45px 0 `35px;
    //border: 2px dashed #fff;
    //background-image: url(../img/banner-sm.png);
  }
}
.page-header-title {
  font-size: 15px;
  font-weight: 500;
  border-radius: 2px;
  padding: 6px;
}
.page-header-title .view-all-product{
  font-size: 13px;
  border: 1px solid #ccc;
  padding: 3px 5px 0px 5px;
}
.page-header-title-sm{
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 15px;
  //color:#fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .page-header-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .page-header-title {
    //font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .page-header-title {
    //font-size: 20px;
  }
  .page-header-title-sm{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
  }
}

.showing-pagination-results {
  color: #457B9D;
  //font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 13px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .showing-pagination-results {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .showing-pagination-results {
    font-size: 13px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .showing-pagination-results {
    font-weight: 400;
  }
}

.breadcrumb {
  margin-bottom: 6px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    margin-bottom: 15px;
  }
}
.breadcrumb-item {
  font-size: 18px;
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-item {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-item {
    font-size: 13px;
  }
}
.breadcrumb-item.active {
  color: #457B9D;
}
.breadcrumb-item a {
  color: #457B9D;
}
.breadcrumb-item + .breadcrumb-item:before {
  color: #457B9D;
}

.newsletter-content-wrap {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
  border-radius: 0 0 0 50px;
  padding: 48px 0 87px 170px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newsletter-content-wrap {
    padding: 60px 0 65px 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter-content-wrap {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 50px 0 70px;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter-content-wrap {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 50px 0 60px;
  }
}
@media only screen and (max-width: 479px) {
  .newsletter-content-wrap {
    background-color: #f7f8f9;
    background-image: none !important;
    border-radius: 30px;
    padding: 50px 0 60px;
    text-align: center;
  }
}
.newsletter-content-wrap .newsletter-content {
  max-width: 431px;
}
@media only screen and (max-width: 767px) {
  .newsletter-content-wrap .newsletter-content {
    max-width: 300px;
  }
}
.newsletter-content-wrap .newsletter-content .title {
  font-size: 36px;
  margin-bottom: 23px;
}
@media only screen and (max-width: 767px) {
  .newsletter-content-wrap .newsletter-content .title {
    font-size: 24px;
    margin-bottom: 18px;
  }
}
.newsletter-content-wrap .newsletter-content p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 23px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter-content-wrap .newsletter-content p {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter-content-wrap .newsletter-content p {
    font-size: 14px;
    line-height: 1.6;
  }
}
.newsletter-content-wrap .newsletter-form {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .newsletter-content-wrap .newsletter-form {
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 479px) {
  .newsletter-content-wrap .newsletter-form {
    margin: 0 15px;
  }
}
.newsletter-content-wrap .newsletter-form .form-control {
  box-shadow: none;
  border: 2px solid #E63946;
  border-radius: 3px 20px 3px 3px;
  font-size: 12px;
  color: #1D3557;
  height: 50px;
  width: 100%;
  padding: 7px 58px 7px 29px;
}
.newsletter-content-wrap .newsletter-form .form-control::-webkit-input-placeholder {
  color: #457B9D;
}
.newsletter-content-wrap .newsletter-form .form-control:-moz-placeholder {
  color: #457B9D;
}
.newsletter-content-wrap .newsletter-form .form-control::-moz-placeholder {
  color: #457B9D;
}
.newsletter-content-wrap .newsletter-form .form-control:-ms-input-placeholder {
  color: #457B9D;
}
@media only screen and (max-width: 479px) {
  .newsletter-content-wrap .newsletter-form .form-control {
    padding: 7px 58px 7px 15px;
  }
}
.newsletter-content-wrap .newsletter-form .btn-submit {
  background-color: #E63946;
  border: none;
  border-radius: 30px 30px 3px 30px;
  color: #fff;
  right: 6px;
  height: 40px;
  padding: 0;
  display: inline-block;
  font-size: 13px;
  line-height: 40px;
  margin: 0;
  position: absolute;
  top: 50%;
  width: 40px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.newsletter-content-wrap .newsletter-form .btn-submit:hover {
  background-color: #ff4141;
}

.ht-popup-video {
  align-items: center;
  display: flex;
  position: relative;
}
.ht-popup-video .icon {
  background-color: #E63946;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 59px;
  font-size: 14px;
  padding-left: 2px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ht-popup-video .icon {
    height: 48px;
    line-height: 48px;
    width: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ht-popup-video .icon {
    height: 35px;
    line-height: 35px;
    width: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .ht-popup-video .icon {
    height: 35px;
    line-height: 35px;
    width: 35px;
  }
}
.ht-popup-video span {
  color: #1D3557;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 3.235px;
  margin-left: 14px;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ht-popup-video span {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ht-popup-video span {
    font-size: 14px;
    letter-spacing: 1.5px;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .ht-popup-video span {
    font-size: 12px;
    letter-spacing: 0.5px;
    margin-left: 10px;
  }
}
.ht-popup-video .video-popup {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.ht-popup-video:hover span {
  color: #e63946;
}

textarea, input {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.fancybox__content {
  background-color: transparent;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
}

.fancybox__backdrop {
  cursor: url("../images/icons/cancel-white.png"), auto;
}

.scroll-to-top {
  background-color: #1D3557;
  border: none;
  border-radius: 50%;
  bottom: 53px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 22px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  right: 50px;
  text-align: center;
  width: 50px;
  z-index: 100;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 575px) {
  .scroll-to-top {
    right: 30px;
    bottom: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .scroll-to-top {
    bottom: 70px;
  }
}
@media only screen and (max-width: 359px) {
  .scroll-to-top {
    font-size: 18px;
    height: 30px;
    line-height: 32px;
    width: 30px;
  }
}

.scroll-to-top:hover {
  background-color: #FF5A5A;
  box-shadow: none;
  color: #FFFFFF;
}

/*----------------------------------------*/
/*  Home Slider CSS
/*----------------------------------------*/
.hero-slider-area {
  margin: 0 auto;
  max-width: 1650px;
  padding: 0 15px;
}

.hero-slide-item {
  align-items: center;
  background-color: rgba(230, 57, 70, 0.1);
  border-radius: 50px;
  height: 700px !important;
  display: flex;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slide-item {
    height: 600px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-item {
    border-radius: 30px;
    height: 480px !important;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slide-item {
    border-radius: 30px;
    height: 460px !important;
  }
}
@media only screen and (max-width: 575px) {
  .hero-slide-item {
    height: auto !important;
    padding: 77px 0 120px;
  }
}
@media only screen and (max-width: 479px) {
  .hero-slide-item {
    height: auto !important;
    padding: 47px 0 103px;
  }
}
.hero-slide-item .container {
  position: relative;
}
.hero-slide-item .hero-social {
  bottom: -61px;
  left: 15px;
  position: absolute;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slide-item .hero-social {
    bottom: 0;
  }
}
.hero-slide-item .hero-social:after {
  background-color: #737373;
  content: "";
  height: 2px;
  left: calc(100% + 23px);
  position: absolute;
  top: 50%;
  width: 73px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-slide-item .hero-social:after {
    height: 1px;
  }
}
.hero-slide-item .hero-social a {
  color: #817979;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  margin-right: 26px;
  text-transform: uppercase;
}
.hero-slide-item .hero-social a:hover {
  color: #FF5A5A;
}
.hero-slide-item .hero-social a:last-child {
  margin-right: 0;
}
.hero-slide-item.swiper-slide-active .hero-slide-content .hero-slide-shape-img,
.hero-slide-item.swiper-slide-active .hero-slide-content .hero-slide-sub-title,
.hero-slide-item.swiper-slide-active .hero-slide-content .hero-slide-title,
.hero-slide-item.swiper-slide-active .hero-slide-content .hero-slide-desc,
.hero-slide-item.swiper-slide-active .hero-slide-content .btn,
.hero-slide-item.swiper-slide-active .hero-slide-content .ht-popup-video {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.hero-slide-item.swiper-slide-active .hero-slide-content .hero-slide-shape-img {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.hero-slide-item.swiper-slide-active .hero-slide-content .hero-slide-sub-title {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.hero-slide-item.swiper-slide-active .hero-slide-content .hero-slide-title {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.hero-slide-item.swiper-slide-active .hero-slide-content .hero-slide-desc {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.hero-slide-item.swiper-slide-active .hero-slide-content .hero-slide-meta .btn {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.hero-slide-item.swiper-slide-active .hero-slide-content .hero-slide-meta .ht-popup-video {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.hero-slide-item.swiper-slide-active .hero-slide-thumb {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.hero-slide-content {
  margin-top: -23px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-slide-content {
    margin-top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .hero-slide-content {
    margin-bottom: 79px;
  }
}
@media only screen and (max-width: 479px) {
  .hero-slide-content {
    margin-bottom: 49px;
  }
}
.hero-slide-content .hero-slide-shape-img {
  position: absolute;
  top: -95px;
  left: -91px;
  z-index: -1;
  pointer-events: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-slide-content .hero-slide-shape-img {
    left: -45px;
    top: -49px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-slide-content .hero-slide-shape-img {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-slide-content .hero-slide-shape-img img {
    width: 90px;
  }
}
.hero-slide-content .hero-slide-sub-title {
  color: #457B9D;
  //font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 1px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-slide-content .hero-slide-sub-title {
    font-size: 15px;
  }
}
.hero-slide-content .hero-slide-title {
  font-size: 72px;
  font-weight: 600;
  line-height: 84px;
  margin-bottom: 26px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slide-content .hero-slide-title {
    font-size: 48px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-content .hero-slide-title {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slide-content .hero-slide-title {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}
.hero-slide-content .hero-slide-desc {
  color: #1D3557;
  font-size: 18px;
  line-height: 28px;
  max-width: 550px;
  margin-bottom: 38px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slide-content .hero-slide-desc {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-content .hero-slide-desc {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slide-content .hero-slide-desc {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}

.hero-slide-meta {
  align-items: center;
  display: flex;
}
.hero-slide-meta .ht-popup-video {
  margin-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-slide-meta .ht-popup-video {
    margin-left: 15px;
  }
}

.hero-slide-thumb {
  left: 100px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-slide-thumb {
    left: 0;
  }
}
.hero-slide-thumb img {
  max-width: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-slide-thumb img {
    width: 100%;
  }
}

.hero-two-slide-item {
  align-items: center;
  background-color: #00c1eb;
  height: 950px !important;
  display: flex;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-two-slide-item {
    height: 820px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-two-slide-item {
    height: 620px !important;
  }
}
@media only screen and (max-width: 767px) {
  .hero-two-slide-item {
    height: 520px !important;
  }
}
.hero-two-slide-item .container {
  height: 100%;
  position: relative;
}
.hero-two-slide-item .hero-two-social {
  bottom: 31px;
  left: 215px;
  position: absolute;
  z-index: 9;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-two-slide-item .hero-two-social {
    left: 115px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-two-slide-item .hero-two-social {
    bottom: 27px;
    left: 95px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-two-slide-item .hero-two-social {
    left: 15px;
  }
}
.hero-two-slide-item .hero-two-social:before {
  background-color: #FFFFFF;
  content: "";
  height: 2px;
  position: absolute;
  right: calc(100% + 89px);
  top: calc(50% - 4px);
  width: 2000px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-two-slide-item .hero-two-social:before {
    right: calc(100% + 50px);
  }
}
@media only screen and (max-width: 767px) {
  .hero-two-slide-item .hero-two-social:before {
    height: 1px;
    right: calc(100% + 40px);
    top: calc(50% - 2px);
  }
}
@media only screen and (max-width: 575px) {
  .hero-two-slide-item .hero-two-social:before {
    display: none;
  }
}
.hero-two-slide-item .hero-two-social a {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 1;
  margin-right: 51px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .hero-two-slide-item .hero-two-social a {
    font-size: 16px;
    margin-right: 35px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-two-slide-item .hero-two-social a {
    font-size: 14px;
  }
}
.hero-two-slide-item .hero-two-social a:after {
  background-color: #FFFFFF;
  content: "";
  height: 2px;
  position: absolute;
  right: -47px;
  top: 10px;
  width: 35.36px;
  transform: rotate(-66.05deg);
  -webkit-transform: rotate(-66.05deg);
  -moz-transform: rotate(-66.05deg);
  -ms-transform: rotate(-66.05deg);
  -o-transform: rotate(-66.05deg);
}
@media only screen and (max-width: 767px) {
  .hero-two-slide-item .hero-two-social a:after {
    right: -32px;
    top: 9px;
    width: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-two-slide-item .hero-two-social a:after {
    right: -27px;
    top: 8px;
    width: 18px;
  }
}
.hero-two-slide-item .hero-two-social a:hover {
  color: #1D3557;
}
.hero-two-slide-item .hero-two-social a:last-child {
  margin-right: 0;
}
.hero-two-slide-item .hero-two-social a:last-child:after {
  display: none;
}
.hero-two-slide-item.swiper-slide-active .hero-two-slide-content .hero-two-slide-shape-img,
.hero-two-slide-item.swiper-slide-active .hero-two-slide-content .hero-two-slide-stroke-title,
.hero-two-slide-item.swiper-slide-active .hero-two-slide-content .hero-two-slide-title,
.hero-two-slide-item.swiper-slide-active .hero-two-slide-content .hero-two-slide-desc {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.hero-two-slide-item.swiper-slide-active .hero-two-slide-content .hero-two-slide-shape-img {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.hero-two-slide-item.swiper-slide-active .hero-two-slide-content .hero-two-slide-stroke-title {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
.hero-two-slide-item.swiper-slide-active .hero-two-slide-content .hero-two-slide-title {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
.hero-two-slide-item.swiper-slide-active .hero-two-slide-content .hero-two-slide-desc {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
.hero-two-slide-item.swiper-slide-active .hero-three-slide-content .hero-three-slide-shape-img,
.hero-two-slide-item.swiper-slide-active .hero-three-slide-content .hero-three-slide-product-img,
.hero-two-slide-item.swiper-slide-active .hero-three-slide-content .hero-three-slide-subtitle,
.hero-two-slide-item.swiper-slide-active .hero-three-slide-content .hero-three-slide-desc {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.hero-two-slide-item.swiper-slide-active .hero-three-slide-content .hero-three-slide-shape-img {
  -webkit-animation-delay: 0.4;
  animation-delay: 0.4;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.hero-two-slide-item.swiper-slide-active .hero-three-slide-content .hero-three-slide-product-img {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.hero-two-slide-item.swiper-slide-active .hero-three-slide-content .hero-three-slide-subtitle {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
.hero-two-slide-item.swiper-slide-active .hero-three-slide-content .hero-three-slide-desc {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

.hero-two-slide-content {
  display: flex;
  flex-direction: column;
  height: calc(100% - 291px);
  justify-content: space-between;
  margin-top: 174px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-two-slide-content {
    margin-top: 150px;
    height: calc(100% - 280px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-two-slide-content {
    margin-top: 120px;
    height: calc(100% - 210px);
  }
}
@media only screen and (max-width: 767px) {
  .hero-two-slide-content {
    margin-top: 120px;
    height: calc(100% - 210px);
  }
}
@media only screen and (max-width: 575px) {
  .hero-two-slide-content {
    margin-top: 110px;
    height: calc(100% - 205px);
  }
}
@media only screen and (max-width: 479px) {
  .hero-two-slide-content {
    margin-top: 95px;
    height: calc(100% - 195px);
  }
}
.hero-two-slide-content .hero-two-slide-shape-img {
  position: absolute;
  top: calc(50% - 32px);
  left: 50%;
  z-index: -1;
  pointer-events: none;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .hero-two-slide-content .hero-two-slide-shape-img {
    top: calc(50% - 5px);
    width: 55%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-two-slide-content .hero-two-slide-shape-img {
    width: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-two-slide-content .hero-two-slide-shape-img {
    top: calc(50% - 10px);
    width: 65%;
  }
}
@media only screen and (max-width: 767px) {
  .hero-two-slide-content .hero-two-slide-shape-img {
    top: calc(50% - 10px);
    width: 65%;
  }
}
@media only screen and (max-width: 479px) {
  .hero-two-slide-content .hero-two-slide-shape-img {
    top: calc(50% - 5px);
    width: 60%;
  }
}
.hero-two-slide-content .hero-two-slide-stroke-title {
  color: #FFFFFF;
  //font-family: "Roboto", sans-serif;
  font-size: 160px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #FFFFFF;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-two-slide-content .hero-two-slide-stroke-title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-two-slide-content .hero-two-slide-stroke-title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-two-slide-content .hero-two-slide-stroke-title {
    font-size: 40px;
  }
}
.hero-two-slide-content .hero-two-slide-title {
  color: #FFFFFF;
  //font-family: "Roboto", sans-serif;
  font-size: 160px;
  font-weight: 900;
  left: -10px;
  line-height: 1;
  margin-bottom: 0;
  position: relative;
  text-align: right;
  text-transform: uppercase;
  top: -5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-two-slide-content .hero-two-slide-title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-two-slide-content .hero-two-slide-title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-two-slide-content .hero-two-slide-title {
    font-size: 40px;
  }
}
.hero-two-slide-content .hero-two-slide-desc {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 11.2px;
  line-height: 1;
  margin: 0;
  position: absolute;
  right: 0;
  top: 19px;
  text-transform: uppercase;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-two-slide-content .hero-two-slide-desc {
    font-size: 18px;
    letter-spacing: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-two-slide-content .hero-two-slide-desc {
    font-size: 18px;
    letter-spacing: 6px;
    top: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-two-slide-content .hero-two-slide-desc {
    font-size: 17px;
    letter-spacing: 5px;
  }
}

.hero-two-slider-pagination {
  bottom: 38px !important;
  display: inline-block;
  float: right;
  line-height: 1;
  margin-right: 7px;
  margin-top: -18px;
  position: relative;
  width: auto !important;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .hero-two-slider-pagination {
    margin-top: -10px;
  }
}
.hero-two-slider-pagination .swiper-pagination-bullet {
  background-color: transparent;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  opacity: 1;
  padding: 0 50px 0 11px;
  position: relative;
  transition: all 0.5s ease 0s;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .hero-two-slider-pagination .swiper-pagination-bullet {
    font-size: 16px;
    padding: 0 42px 0 11px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-two-slider-pagination .swiper-pagination-bullet {
    font-size: 14px;
  }
}
.hero-two-slider-pagination .swiper-pagination-bullet:before {
  color: #FFFFFF;
  content: "0";
  font-size: 18px;
  font-weight: 500;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .hero-two-slider-pagination .swiper-pagination-bullet:before {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-two-slider-pagination .swiper-pagination-bullet:before {
    font-size: 14px;
  }
}
.hero-two-slider-pagination .swiper-pagination-bullet:after {
  background-color: #FFFFFF;
  content: "";
  height: 2px;
  position: absolute;
  right: -1px;
  top: 9px;
  width: 35.36px;
  transform: rotate(-66.05deg);
  -webkit-transform: rotate(-66.05deg);
  -moz-transform: rotate(-66.05deg);
  -ms-transform: rotate(-66.05deg);
  -o-transform: rotate(-66.05deg);
}
@media only screen and (max-width: 767px) {
  .hero-two-slider-pagination .swiper-pagination-bullet:after {
    top: 7px;
    width: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-two-slider-pagination .swiper-pagination-bullet:after {
    right: 4px;
    width: 18px;
  }
}
.hero-two-slider-pagination .swiper-pagination-bullet:last-child {
  padding-right: 0;
}
.hero-two-slider-pagination .swiper-pagination-bullet:last-child:after {
  display: none;
}
.hero-two-slider-pagination .swiper-pagination-bullet:hover {
  color: #1D3557;
}
.hero-two-slider-pagination .swiper-pagination-bullet:hover:before {
  color: #1D3557;
}
.hero-two-slider-pagination .swiper-pagination-bullet:focus {
  color: #FFFFFF;
}
.hero-two-slider-pagination .swiper-pagination-bullet:focus:before {
  color: #FFFFFF;
}
.hero-two-slider-pagination .swiper-pagination-bullet-active {
  color: #ebebeb;
}
.hero-two-slider-pagination .swiper-pagination-bullet-active:before {
  color: #ebebeb;
}

.hero-three-slide-content {
  height: calc(100% - 291px);
  margin-top: 297px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-three-slide-content {
    margin-top: 260px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-three-slide-content {
    height: calc(100% - 260px);
    margin-top: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-three-slide-content {
    height: calc(100% - 260px);
    margin-top: 160px;
  }
}
.hero-three-slide-content .hero-three-slide-shape-img {
  position: absolute;
  top: calc(50% - 135px);
  left: 0;
  z-index: -1;
  pointer-events: none;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
@media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-three-slide-content .hero-three-slide-shape-img {
    left: 50px;
    width: 55%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-three-slide-content .hero-three-slide-shape-img {
    left: 0;
    top: calc(50% - 35px);
    width: 65%;
  }
}
@media only screen and (max-width: 767px) {
  .hero-three-slide-content .hero-three-slide-shape-img {
    left: 0;
    top: calc(50% - 35px);
    width: 65%;
  }
}
.hero-three-slide-content .hero-three-slide-product-img {
  position: absolute;
  top: calc(50% - 97px);
  left: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-three-slide-content .hero-three-slide-product-img {
    left: calc(50% - 50px);
    width: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-three-slide-content .hero-three-slide-product-img {
    left: calc(50% - 30px);
    top: calc(50% + 7px);
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .hero-three-slide-content .hero-three-slide-product-img {
    left: calc(50% - 35px);
    top: calc(50% + 7px);
    width: 67%;
  }
}
@media only screen and (max-width: 479px) {
  .hero-three-slide-content .hero-three-slide-product-img {
    left: calc(50% - 20px);
    width: 77%;
  }
}
.hero-three-slide-content .hero-three-slide-subtitle {
  color: #FFFFFF;
  //font-family: "Roboto", sans-serif;
  font-size: 64px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0;
  position: relative;
  text-transform: uppercase;
  top: -5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-three-slide-content .hero-three-slide-subtitle {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-three-slide-content .hero-three-slide-subtitle {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-three-slide-content .hero-three-slide-subtitle {
    font-size: 36px;
  }
}
@media only screen and (max-width: 479px) {
  .hero-three-slide-content .hero-three-slide-subtitle {
    font-size: 26px;
  }
}
.hero-three-slide-content .hero-three-slide-title {
  color: #1D1E1F;
  //font-family: "Roboto", sans-serif;
  font-size: 240px;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 0.945;
  margin-bottom: 3px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-three-slide-content .hero-three-slide-title {
    font-size: 190px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-three-slide-content .hero-three-slide-title {
    font-size: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-three-slide-content .hero-three-slide-title {
    font-size: 110px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-three-slide-content .hero-three-slide-title {
    font-size: 98px;
  }
}
@media only screen and (max-width: 479px) {
  .hero-three-slide-content .hero-three-slide-title {
    font-size: 70px;
  }
}
.hero-three-slide-content .hero-three-slide-title:before {
  content: "Merier";
  color: #FFFFFF;
  //font-family: "Roboto", sans-serif;
  font-size: 250px;
  font-weight: 900;
  letter-spacing: 0.31em;
  line-height: 1;
  margin-bottom: 0;
  position: absolute;
  left: 50%;
  top: calc(50% - 3px);
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 6px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.05);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-three-slide-content .hero-three-slide-title:before {
    font-size: 186px;
    left: calc(50% + 28px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-three-slide-content .hero-three-slide-title:before {
    font-size: 141px;
    left: calc(50% + 22px);
  }
}
@media only screen and (max-width: 767px) {
  .hero-three-slide-content .hero-three-slide-title:before {
    font-size: 104px;
    left: calc(50% + 15px);
  }
}
@media only screen and (max-width: 575px) {
  .hero-three-slide-content .hero-three-slide-title:before {
    font-size: 93px;
    left: calc(50% + 15px);
  }
}
@media only screen and (max-width: 479px) {
  .hero-three-slide-content .hero-three-slide-title:before {
    font-size: 68px;
    left: 50%;
  }
}
.hero-three-slide-content .hero-three-slide-desc {
  color: #FFFFFF;
  //font-family: "Roboto", sans-serif;
  font-size: 64px;
  font-weight: 900;
  left: -10px;
  line-height: 1;
  margin: 0;
  position: relative;
  text-align: right;
  text-transform: uppercase;
  top: -5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-three-slide-content .hero-three-slide-desc {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-three-slide-content .hero-three-slide-desc {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-three-slide-content .hero-three-slide-desc {
    font-size: 36px;
    left: -3px;
  }
}
@media only screen and (max-width: 479px) {
  .hero-three-slide-content .hero-three-slide-desc {
    font-size: 26px;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -60px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -60px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/*----------------------------------------*/
/*  Product CSS
/*----------------------------------------*/
.body-product-container{
  padding-left: 25px;
  padding-right: 25px;
}
.product-item {
  background-color: #fff;
  border-radius: 3px;
  padding: 0px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .product-item {
    padding: 0px;
  }
}
.product-item .product-thumb {
  border-radius: 0px;
  display: block;
  margin-bottom: 7px;
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .product-item .product-thumb {
    margin-bottom: 8px;
  }
}
.product-item .product-thumb img {
  transition: all 0.5s ease 0s;
  border-radius: 2px;
}
.product-item .product-info {
  padding: 0px 0px;

  position: relative;
}
@media only screen and (max-width: 767px) {
  .product-item .product-info {
    padding-right: 0px;
  }
}
.product-item .product-info .title {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 0px;
  margin-top: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .product-item .product-info .title {
    font-size: 13px;
  }
}
.product-item .product-info .title a {
  color: #505050;
}
.product-item .product-info .title a:hover {
  color: #505050;
}
.product-item .product-action {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 49px;
  justify-content: center;
  top: 50px;
}
@media only screen and (max-width: 767px) {
  .product-item .product-action {
    right: 35px;
    top: 40px;
  }
}
.product-item .product-action .product-action-btn {
  background-color: #FF5A5A;
  border: none;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 18px;
  height: 45px;
  line-height: 45px;
  margin: 3px 0;
  opacity: 0;
  text-align: center;
  transition: all 0.5s ease 0s;
  transition-delay: 150ms;
  width: 45px;
  transform: translate(0, -15px);
  -webkit-transform: translate(0, -15px);
  -moz-transform: translate(0, -15px);
  -ms-transform: translate(0, -15px);
  -o-transform: translate(0, -15px);
}
@media only screen and (max-width: 767px) {
  .product-item .product-action .product-action-btn {
    font-size: 14px;
    height: 30px;
    line-height: 28px;
    width: 30px;
  }
}
.product-item .product-action .product-action-btn:hover {
  background-color: #457B9D;
}
.product-item .product-action .product-action-btn.action-btn-cart {
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  .product-item .product-action .product-action-btn.action-btn-cart {
    font-size: 14px;
  }
}
.product-item .product-action .product-action-btn.action-btn-compare {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .product-item .product-action .product-action-btn.action-btn-compare {
    font-size: 14px;
  }
}
.product-item .product-action .action-btn-cart {
  transition-delay: 200ms;
}
.product-item .product-action .action-btn-compare {
  transition-delay: 250ms;
}
.product-item .info-btn-wishlist {
  background-color: #FF5A5A;
  border: none;
  border-radius: 50%;
  color: #FFFFFF;
  display: inline-block;
  font-size: 17px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  position: absolute;
  right: 15px;
  top: 15px;
  text-align: center; 
}

.product-item .btn-share-on-product {
  background-color: #fff;
  border: 1px solid #FF5A5A;
  border-radius: 50%;
  color: #FF5A5A;
  display: inline-block;
  font-size: 17px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  position: absolute;
  left: 15px;
  top: 15px;
  text-align: center; 
}

.product-item .btn-share-on-product:hover{
  background-color: #FF5A5A; 
  color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-item .info-btn-wishlist {
    line-height: 45px;
    top: 0;
  }
  .product-item .btn-share-on-product {
    line-height: 45px;
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .product-item .info-btn-wishlist {
    font-size: 16px;
    height: 35px;
    line-height: 30px;
    width: 35px;
    top: 10px;
    right: 10px;
  }
  .product-item .btn-share-on-product {
    font-size: 16px;
    height: 35px;
    line-height: 32px;
    width: 35px;
    top: 10px;
    left: 10px;
  }
}
.product-item .info-btn-wishlist i {
  transition: all 0.8s ease 0s;
}

.product-item .info-btn-wishlist:hover i {
  transform: rotateY(360deg);
}
.product-item .price {
  align-items: baseline;
  //display: flex;
  font-size: 14px;
  font-weight: 500;
  //background: whitesmoke;
  text-align: center;
  //padding: 3px 2px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .product-item .price {
    font-size: 14px;
  }
}
.product-item .price .price-old {
  color: #ff6d6d;
  font-size: 13px;
  font-weight: normal;
  //margin-left: 11px;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  -webkit-text-decoration-color: #ff6d6d;
  text-decoration-color: #ff6d6d;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .product-item .price .price-old {
    font-size: 13px;
  }
}
.product-item .badges {
  background-color: #FF5A5A;
  border-radius: 40px;
  color: #FFFFFF;
  display: inline-block;
  //font-family: "Playfair Display", serif;
  font-size: 13px;
  left: 29px;
  line-height: 1;
  padding: 4px 18px 8px;
  position: absolute;
  text-align: center;
  top: 31px;
}
@media only screen and (max-width: 767px) {
  .product-item .badges {
    left: 12px;
    top: 20px;
  }
}

.product-item:hover .product-thumb img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.product-item:hover .product-action .product-action-btn {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}

.product-item-border {
  background-color: transparent;
  border: 1px solid #A8DADC;
}

@media only screen and (min-width: 1550px), only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-items-two .product-item {
    padding: 25px 25px 38px;
  }
  .product-items-two .product-item .product-action {
    right: 40px;
  }
  .product-items-two .product-item .product-action .product-action-btn {
    height: 35px;
    line-height: 35px;
    width: 35px;
  }
  .product-items-two .product-item .product-info .title {
    font-size: 16px;
  }
  .product-items-two .product-item .product-info .price {
    font-size: 16px;
  }
  .product-items-two .product-item .badges {
    left: 15px;
    top: 25px;
  }
  .product-items-two .product-item .info-btn-wishlist {
    font-size: 18px;
    height: 35px;
    line-height: 36px;
    top: 5px;
    width: 35px;
  }
  .product-items-two .product-item .btn-share-on-product {
    font-size: 18px;
    height: 35px;
    line-height: 36px;
    left: 5px;
    width: 35px;
  }
}

.product-banner-item {
  border-radius: 30px;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-banner-item img {
  transition: all 0.5s ease 0s;
  width: 100%;
}
.product-banner-item:before {
  background-color: rgba(255, 255, 255, 0.09);
  content: "";
  height: 200%;
  left: -280px;
  position: absolute;
  top: -50%;
  transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 80px;
  z-index: 1;
}
.product-banner-item:after {
  background-color: rgba(255, 255, 255, 0.09);
  content: "";
  height: 200%;
  left: 180%;
  position: absolute;
  top: -50%;
  transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 80px;
  z-index: 1;
}
.product-banner-item:hover img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}
.product-banner-item:hover:before {
  left: 180%;
}
.product-banner-item:hover:after {
  left: -280px;
}

.product-banner-wrp {
  align-items: center;
  border-radius: 30px;
  display: flex;
  padding-top: 2px;
  padding-bottom: 7px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-banner-wrp {
    background-position: 65% center;
  }
}
@media only screen and (max-width: 767px) {
  .product-banner-wrp {
    display: block;
    padding: 68px 0 80px;
  }
}
@media only screen and (max-width: 575px) {
  .product-banner-wrp {
    display: block;
    padding: 48px 0 60px;
  }
}
.product-banner-wrp .product-banner-thumb {
  min-width: 315px;
  padding-left: 37px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-banner-wrp .product-banner-thumb {
    min-width: 265px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .product-banner-wrp .product-banner-thumb {
    padding-left: 28px;
  }
}
@media only screen and (max-width: 479px) {
  .product-banner-wrp .product-banner-thumb {
    padding-left: 0;
  }
}

.product-banner-content {
  padding-left: 58px;
  padding-top: 7px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-banner-content {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .product-banner-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.product-banner-content:before {
  background-color: #FFFFFF;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 5px;
  width: 1px;
}
@media only screen and (max-width: 767px) {
  .product-banner-content:before {
    display: none;
  }
}
.product-banner-content h3 {
  color: #FFFFFF;
  font-size: 36px;
  margin-bottom: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-banner-content h3 {
    font-size: 28px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .product-banner-content h3 {
    font-size: 24px;
  }
}
.product-banner-content p {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.5;
  max-width: 263px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-banner-content p {
    font-size: 13px;
  }
}

.product-category-item {
  border-radius: 20px;
  background-color: #A8DADC;
  display: block;
  margin-top: 122px;
  padding: 0 30px 25px;
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-category-item {
    margin-top: 85px;
    padding: 20px 30px 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-category-item {
    margin-top: 62px;
    padding: 20px 30px 22px;
  }
}
@media only screen and (max-width: 767px) {
  .product-category-item {
    margin-top: 62px;
    padding: 20px 30px 22px;
  }
}
@media only screen and (max-width: 575px) {
  .product-category-item {
    margin-top: 110px;
  }
}
.product-category-item:hover {
  background-color: #F1FAEE;
  box-shadow: 0px 20px 35px rgba(0, 0, 0, 0.15);
}
.product-category-thumb {
  display: inline-block;
  margin-top: -147px;
}
@media only screen and (max-width: 575px) {
  .product-category-thumb {
    display: block;
    text-align: center;
  }
}
.product-category-thumb img {
  max-width: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-category-thumb img {
    max-width: 100%;
  }
}
.product-category-title {
  color: #457B9D;
  //font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0.2em;
  margin-bottom: 0;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-category-title {
    font-size: 18px;
  }
}
.product-category-title span {
  color: #457B9D;
  font-weight: 900;
  display: block;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 575px) {
  .product-category-title span {
    font-size: 20px;
  }
}
.product-category-title span:hover {
  color: #FF5A5A;
}
.product-category-desc {
  color: #457B9D;
  //font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 300;
  height: 100%;
  line-height: 28px;
  letter-spacing: 0.3em;
  margin: 0;
  position: absolute;
  right: 25px;
  text-align: center;
  text-transform: uppercase;
  top: 3px;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-category-desc {
    font-size: 18px;
    right: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-category-desc {
    font-size: 14px;
    right: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .product-category-desc {
    font-size: 14px;
    right: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .product-category-desc {
    font-size: 18px;
    right: 23px;
  }
}

.product-two-category-item {
  background-color: #A8DADC;
  border-radius: 15px;
  display: block;
  margin-top: 25px;
  padding: 0 30px 23px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 479px) {
  .product-two-category-item {
    padding: 0 30px 18px;
  }
}
.product-two-category-item:hover {
  background-color: #457B9D;
  box-shadow: 5px 15px 25px rgba(0, 0, 0, 0.2);
}
.product-two-category-item:hover .product-two-category-title {
  color: #FFFFFF;
}
.product-two-category-item:hover img {
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
}
.product-two-category-thumb {
  display: inline-block;
  margin-bottom: 33px;
  margin-top: -25px;
  max-width: none;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 479px) {
  .product-two-category-thumb {
    margin-bottom: 17px;
  }
}
.product-two-category-title {
  color: #1D3557;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 0;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 479px) {
  .product-two-category-title {
    font-size: 18px;
    line-height: 1.3;
  }
}

.shop-top-bar-area {
  border-bottom: 1px solid #A8DADC;
  line-height: 1;
  padding: 17px 0;
}
@media only screen and (max-width: 767px) {
  .shop-top-bar-area {
    padding: 25px 0 15px;
  }
}
@media only screen and (min-width: 1550px), only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-top-bar-area.top-bar-two {
    margin-top: -9px;
    padding: 0 0 2px;
  }
  .shop-top-bar-area.top-bar-two .shop-top-bar {
    height: 36px;
  }
  .shop-top-bar-area.top-bar-two .shop-top-bar .select-price-range {
    min-height: 20px;
  }
}

.shop-top-bar {
  display: flex;
  justify-content: space-between;
  height: 40px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .shop-top-bar {
    display: block;
    height: auto;
  }
}
.shop-top-bar .select-shoing {
  width: 23.29%;
}
@media only screen and (max-width: 767px) {
  .shop-top-bar .select-shoing {
    width: 50%;
  }
}
.shop-top-bar .select-price-range {
  width: 53.42%;
}
@media only screen and (max-width: 767px) {
  .shop-top-bar .select-price-range {
    width: 100%;
  }
}
.shop-top-bar .select-on-sale {
  width: 23.29%;
}
@media only screen and (max-width: 767px) {
  .shop-top-bar .select-on-sale {
    width: 50%;
  }
}

.select-shoing {
  -webkit-appearance: inherit;
  -moz-appearance: inherit;
  appearance: inherit;
  border: none;
  color: #1D3557;
  cursor: pointer;
  //font-family: "Playfair Display", serif;
  font-size: 14px;
  font-weight: 600;
  height: auto;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.select-shoing:after {
  display: none;
}
.select-shoing .current {
  padding: 0 28px 0 0;
  position: relative;
}
.select-shoing .current:after {
  border-color: #457B9D transparent transparent transparent;
  border-style: solid;
  border-width: 6px 5.66px 0;
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 1px);
}
.select-shoing.open .current:after {
  margin-top: 0;
}
.select-shoing option {
  font-size: 14px;
}

.select-on-sale {
  display: flex;
  justify-content: flex-end;
}
.select-on-sale h5 {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 10px;
}
.select-on-sale .select-on-sale-form {
  -webkit-appearance: inherit;
  -moz-appearance: inherit;
  appearance: inherit;
  border: none;
  color: #457B9D;
  cursor: pointer;
  //font-family: "Playfair Display", serif;
  font-size: 14px;
  height: auto;
  line-height: 1;
  margin: 0;
  padding: 0 20px 0 0;
  width: 40px;
}
.select-on-sale .select-on-sale-form:after {
  border-color: transparent #457B9D #457B9D transparent;
  border-style: solid;
  border-width: 4px 4px 4px;
  content: "";
  height: auto;
  margin-top: -6px;
  right: 0;
  width: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .select-on-sale .select-on-sale-form:after {
    margin-top: -5px;
  }
}
.select-on-sale .select-on-sale-form.open:after {
  margin-top: -3px;
}
.select-on-sale .select-on-sale-form option {
  font-size: 14px;
}

.select-price-range {
  align-items: center;
  border-left: 1px solid #A8DADC;
  border-right: 1px solid #A8DADC;
  display: flex;
  justify-content: center;
  min-height: 40px;
}
@media only screen and (max-width: 767px) {
  .select-price-range {
    border-top: 1px solid #f2f2f2;
    border-left: none;
    border-right: none;
    justify-content: start;
    margin-top: 18px;
    padding-top: 11px;
  }
}
@media only screen and (max-width: 575px) {
  .select-price-range {
    justify-content: space-between;
  }
}
.select-price-range .title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 26px;
}

.select-price-range-slider {
  align-items: center;
  display: flex;
}
.select-price-range-slider .noUi-connect {
  background-color: #457B9D;
}
.select-price-range-slider .noUi-horizontal {
  background-color: #A8DADC;
  height: 2px;
}
.select-price-range-slider .noUi-horizontal .noUi-handle {
  background-color: #457B9D;
  cursor: pointer;
  width: 13px;
  height: 13px;
  top: 50%;
  transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
}
.select-price-range-slider .noUi-horizontal .noUi-handle.noUi-handle-lower {
  display: none;
}
.select-price-range-slider .noUi-background {
  background-color: #A8DADC;
}
.select-price-range-slider .noUi-target {
  border-radius: 0;
  width: 130px;
}
@media only screen and (max-width: 767px) {
  .select-price-range-slider .noUi-target {
    width: 360px;
  }
}
@media only screen and (max-width: 575px) {
  .select-price-range-slider .noUi-target {
    width: 300px;
  }
}
@media only screen and (max-width: 479px) {
  .select-price-range-slider .noUi-target {
    width: 160px;
  }
}
.select-price-range-slider .slider-labels {
  margin-left: 22px;
}
.select-price-range-slider .slider-labels span {
  color: #1D3557;
  display: none;
  //font-family: "Playfair Display", serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  min-width: 55px;
}

#slider-range-value2 {
  display: inline-block;
}

.product-details {
  padding-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-details {
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-details {
    padding-bottom: 20px;
  }
}

.product-details-thumb {
  position: relative;
}
.product-details-thumb img {
  border-radius: 3px;
  width: 100%;
}
.product-details-thumb .badges {
  background-color: #FF5A5A;
  border-radius: 50px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding: 9px 22px 10px;
  line-height: 1;
  position: absolute;
  top: 30px;
  right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-details-thumb .badges {
    font-size: 14px;
    padding: 5px 18px 8px;
  }
  .product-details-thumb img {    
    //width: 80%;
  }
}
.product-details-thumb .lightbox-image {
  display: block;
  position: relative;
  padding: 0px;
  text-align: center;
}

.single-product-thumb-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #A8DADC;
  height: 10px;
  opacity: 1;
  width: 10px;
}
.single-product-thumb-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #457B9D;
}
.single-product-nav-slider {
  margin-top: 10px;
}
.single-product-nav-slider .nav-item {
  border-radius: 10px;
  cursor: pointer;
  width: 80px!important;
  margin-right: 10px !important;
}
.single-product-nav-slider .nav-item.swiper-slide-thumb-active img {
  border-color: #70c332;
}
.single-product-nav-slider .nav-item img {
  border: 1px solid transparent;
  width: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 575px) {
  .single-product-nav-slider .nav-item img {
    margin-bottom: 1px;
  }
}

.product-details-content {
  padding-left: 0;
  min-height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-details-content {
    margin-top: 10px;
  }
  .product-details-text-area{
    margin-top: 20px;
  }
}
.product-details-content .product-details-title {
  font-size: 18px;
  margin-bottom: 10px;
}
.product-details-content .product-details-text {
  font-size: 15px;
  line-height: 22px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-details-content .product-details-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.product-details-content .product-details-desc {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 34px;
  margin-right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-details-content .product-details-desc {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 25px;
    margin-right: 0;
  }
}

.product-details-review {
  align-items: center;
  display: flex;
  margin-bottom: 32px;
}
.product-details-review .product-review-icon {
  display: flex;
  font-size: 18px;
  color: #A8DADC;
  letter-spacing: 5px;
  line-height: 1;
  margin-right: 18px;
}
.product-details-review .product-review-show {
  background: none;
  border: none;
  color: #A8DADC;
  margin: 0;
  padding: 0;
  font-style: italic;
  font-size: 18px;
  line-height: 1;
}
.product-details-review .product-review-show:hover {
  color: #1D3557;
}

.product-details-size-list {
  display: flex;
}
.product-details-size-list .size-label{
 margin-right: 35px;
 padding-top: 10px;
 font-size: 18px;
 font-weight: 500;
}
.product-details-size-list .size-list-check {
  line-height: 1;
  margin-right: 5px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-details-size-list .size-list-check {
    margin-right: 5px;
  }
  .product-details-size-list .size-label{
   font-size: 14px;
   padding-top: 10px;
 }
}
.product-details-size-list .form-check-input {
  background-color: transparent;
  cursor: pointer;
  box-shadow: none;
  width: 60px;
  height: 30px;
  margin: 0;
  border-radius: 3px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-details-size-list .form-check-input {
    height: 25px;
    width: 50px;
  }
}
.product-details-size-list .form-check-input:checked[type=radio] {
  background-image: none;
  box-shadow: none;
  border-color: #70c332;
  background: #70c332;
  color: #fff!important;
}


.product-details-size-list .form-check-label {
  color: #50550;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-details-size-list .form-check-label {
    font-size: 13px;
    top: calc(50% - 1px);
  }
}
@media only screen and (max-width: 575px) {
  .product-details-size-list .form-check-label {
    font-size: 13px;
    top: 50%;
  }
}

.group-product-list {
  margin-bottom: 35px;
  padding-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .group-product-list {
    overflow-x: auto;
  }
}
.group-product-list .info-text {
  font-size: 16px;
  display: block;
  margin-bottom: 25px;
}
@media only screen and (max-width: 479px) {
  .group-product-list .info-text {
    font-size: 14px;
  }
}
.group-product-list .info-text .text-primary {
  color: #FF5A5A;
  font-weight: 500;
}
.group-product-list table {
  width: 100%;
  margin-bottom: 15px;
  border-top: 1px dotted #e5e5e5;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .group-product-list table {
    min-width: 400px;
  }
}
.group-product-list table tbody tr td {
  padding: 10px 10px 10px 0;
  border-width: 0 0 1px 0;
  border-style: dotted;
  border-color: #e5e5e5;
  background-color: transparent;
}
.group-product-list table tbody tr .thumb {
  width: 50px;
}
.group-product-list table tbody tr .title {
  font-size: 14px;
  text-transform: capitalize;
}
.group-product-list table tbody tr .title a {
  color: #1D3557;
}
.group-product-list table tbody tr .title a:hover {
  color: #FF5A5A;
}
.group-product-list table tbody tr input {
  cursor: pointer;
}
.group-product-list table tbody tr .price {
  padding-right: 0;
  text-align: right;
}
.group-product-list table tbody tr .price .pro-price span {
  font-size: 14px;
  font-weight: 500;
  color: #1D3557;
}
.group-product-list table tbody tr .price .pro-price .old {
  font-size: 14px;
  margin-right: 5px;
  text-decoration: line-through;
  opacity: 0.5;
}

.product-details-color-list {
  border-top: 1px solid #70c332;
  border-bottom: 1px solid #70c332;
  display: flex;
  margin: 0 0 15px;
  padding: 20px 0 20px;
}
.product-details-color-list h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-details-color-list h4 {
    font-size: 14px;
  }
}
.product-details-color-list .color-list-check {
  line-height: 1;
  margin-right: 30px;
}
.product-details-color-list .form-check-input {
  cursor: pointer;
  box-shadow: none;
  width: 16px;
  height: 16px;
  background-color: #BABABA;
  border: 2px solid transparent;
  margin-right: 7px;
  margin-top: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-details-color-list .form-check-input {
    height: 13px;
    margin-right: 4px;
    width: 13px;
  }
}
.product-details-color-list .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%231D3557'/%3E%3C/svg%3E");
  background-size: 12px;
  box-shadow: none;
  border-color: #1D3557;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-details-color-list .form-check-input:checked[type=radio] {
    background-size: 11px;
  }
}
.product-details-color-list .form-check-input.bg-red {
  background-color: #FF0000;
}
.product-details-color-list .form-check-input.bg-green {
  background-color: #0ADC51;
}
.product-details-color-list .form-check-input.bg-blue {
  background-color: #0066FF;
}
.product-details-color-list .form-check-label {
  color: #1D3557;
  cursor: pointer;
  font-size: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-details-color-list .form-check-label {
    font-size: 15px;
  }
}

.product-details-pro-qty {
  align-items: center;
  display: flex;
}
.product-details-pro-qty h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 42px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-details-pro-qty h4 {
    font-size: 14px;
  }
}

.pro-qty {
  display: inline-block;
  position: relative;
}
.pro-qty input {
  width: 100px;
  height: 30px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #505050;
  padding: 0 0px 0;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .pro-qty input {
    font-size: 14px;
    height: 25px;
    width: 80px;
  }
}
.pro-qty .qty-btn {
  cursor: pointer;
  position: absolute;
  line-height: 21px;
  color: #1D3557;
  top: 50%;
  transform: translate(0%, -50%);
  font-size: 18px;
  text-align: center;
  transition: all 0.5s ease 0s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pro-qty .qty-btn:hover {
  color: #FF5A5A;
}
.pro-qty .dec {
  right: 0;
  padding-right: 18px;
}
.pro-qty .inc {
  left: 0;
  padding-left: 18px;
}

.product-details-action {
  align-items: center;
  display: flex;
  margin-top: 20px;
}
.product-details-action .product-action-btn {
  background-color: transparent;
  border-radius: 3px;
  color: #1D3557;
  font-size: 14px;
  font-weight: 500;
  //letter-spacing: 0.1em;
  margin-right: 10px;
  padding: 5px 10px;
  width: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-details-action .product-action-btn {
    border-width: 2px;
    font-size: 14px;
    padding: 4px 10px;
  }
}
@media only screen and (max-width: 575px) {
  .product-details-action .product-action-btn {
    border-radius: 5px;
    font-size: 13px;
    letter-spacing: 0.1em;
    padding: 4px 10px;
  }
}

.product-details-action .product-action-wishlist {
  background-color: transparent;
  border: 3px solid #A8DADC;
  border-radius: 50%;
  box-shadow: none;
  color: #E63946;
  font-size: 22px;
  height: 54px;
  line-height: 52px;
  text-align: center;
  width: 54px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-details-action .product-action-wishlist {
    border-width: 2px;
    font-size: 18px;
  }
}
.product-details-action .product-action-wishlist:hover {
  background-color: #A8DADC;
  color: #FFFFFF;
}

.product-details-price {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-details-price {
    font-size: 18px;
  }
}
.product-details-price .price-old {
  color: #ff6d6d;
  font-size: 18px;
  font-weight: 400;
  margin-left: 11px;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  -webkit-text-decoration-color: #ff6d6d;
  text-decoration-color: #ff6d6d;
}

.product-details-nav {
  display: flex;
  margin-bottom: 20px;
  padding-left: 20px;
}
.single-product-desc-review{
  background: #fff;
  padding: 20px;
  border-radius: 25px;
}
.product-details-nav .nav-link {
  color: #A8DADC;
  padding: 0;
  border: none;
  background-color: transparent;
  line-height: 1.2;
  //font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 24px;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .product-details-nav .nav-link {
    font-size: 20px;
  }
}
.product-details-nav .nav-link.active {
  color: #1D3557;
}
.product-details-nav .nav-link + .nav-link {
  margin-left: 62px;
}
@media only screen and (max-width: 575px) {
  .product-details-nav .nav-link + .nav-link {
    margin-left: 35px;
  }
}

.product-review-item {
  background: #FAFAFA;
  border-radius: 30px;
  margin-bottom: 15px;
  padding: 35px 30px 30px;
  position: relative;
}
.product-review-item .product-review-top {
  align-items: center;
  display: flex;
  margin-bottom: 20px;
}
@media only screen and (max-width: 575px) {
  .product-review-item .product-review-top {
    display: block;
  }
}
.product-review-item .product-review-thumb {
  margin-right: 20px;
}
@media only screen and (max-width: 575px) {
  .product-review-item .product-review-thumb {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.product-review-item .product-review-thumb img {
  border-radius: 50%;
}
.product-review-item .product-review-content {
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 575px) {
  .product-review-item .product-review-content {
    display: block;
  }
}
.product-review-item .product-reviewer-name {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .product-review-item .product-reviewer-name {
    font-size: 14px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .product-review-item .product-reviewer-name {
    font-size: 16px;
    margin-bottom: 8px;
    margin-right: 0;
  }
}
.product-review-item .product-reviewer-designation {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 44px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .product-review-item .product-reviewer-designation {
    font-size: 14px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .product-review-item .product-reviewer-designation {
    font-size: 12px;
    margin-bottom: 22px;
    margin-right: 0;
  }
}
.product-review-item .product-review-icon {
  display: flex;
  font-size: 13px;
  color: #457B9D;
  letter-spacing: 4px;
  line-height: 1;
}
.product-review-item .desc {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .product-review-item .desc {
    font-size: 13px;
    line-height: 1.6;
  }
}
.product-review-item .review-reply {
  border-radius: 0;
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 53px;
  right: 50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .product-review-item .review-reply {
    right: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .product-review-item .review-reply {
    right: 38px;
    top: 50px;
  }
}
.product-review-item .review-reply:hover {
  color: #FF5A5A;
}

.product-review-reply {
  margin-left: 30px;
  margin-right: -15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-reviews-form-wrap {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .product-reviews-form-wrap {
    margin-top: 60px;
  }
}

.product-reviews-form .form-input-item {
  margin-bottom: 45px;
}
.product-reviews-form .form-control {
  box-shadow: none;
  color: #1D3557;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  border-radius: 0;
  resize: none;
  border-width: 0 0 1px 0;
  border-color: #A8DADC;
  border-style: solid;
  padding: 0 0 45px 0;
}
.product-reviews-form .form-control::-webkit-input-placeholder {
  color: #1D3557;
}
.product-reviews-form .form-control:-moz-placeholder {
  color: #1D3557;
}
.product-reviews-form .form-control::-moz-placeholder {
  color: #1D3557;
}
.product-reviews-form .form-control:-ms-input-placeholder {
  color: #1D3557;
}
.product-reviews-form textarea.form-control {
  min-height: 113px;
  padding: 0 0 15px 0;
}
@media only screen and (max-width: 575px) {
  .product-reviews-form textarea.form-control {
    min-height: 90px;
  }
}
.product-reviews-form [type=submit] {
  background-color: transparent;
  border: 3px solid #A8DADC;
  border-radius: 50px;
  color: #1D3557;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-top: 23px;
  padding: 13px 35px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-reviews-form [type=submit] {
    border-width: 2px;
    font-size: 14px;
    margin-top: 0;
  }
}
.product-reviews-form [type=submit]:hover {
  background-color: #A8DADC;
  color: #FFFFFF;
}
.product-reviews-form .form-ratings-item {
  display: flex;
  align-items: center;
}
.product-reviews-form .form-ratings-item .title {
  font-size: 18px;
  display: inline-block;
  line-height: 1;
  margin: 0 0 0 25px;
}
@media only screen and (max-width: 575px) {
  .product-reviews-form .form-ratings-item .title {
    font-size: 16px;
  }
}
.product-reviews-form .product-ratingsform-form-icon {
  display: flex;
  cursor: pointer;
  font-size: 16px;
  color: #457B9D;
  letter-spacing: 5px;
  line-height: 1;
}
.product-reviews-form .product-ratingsform-form-icon:hover {
  color: #FF5A5A;
}
.product-reviews-form .product-ratingsform-form-icon i {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.product-reviews-form .product-ratingsform-form-icon i:hover {
  color: #FF5A5A;
}
.product-reviews-form .product-ratingsform-form-icon i:hover + i {
  color: #457B9D;
}
.product-reviews-form .product-ratingsform-form-icon i:hover + i + i {
  color: #457B9D;
}
.product-reviews-form .product-ratingsform-form-icon i:hover + i + i + i {
  color: #457B9D;
}
.product-reviews-form .product-ratingsform-form-icon i:hover + i + i + i + i {
  color: #457B9D;
}

.product-form-title {
  font-size: 24px;
  margin-bottom: 79px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-form-title {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .product-form-title {
    margin-bottom: 50px;
  }
}

.product-details-info-wrap {
  border-bottom: 1px solid #A8DADC;
  margin-bottom: 32px;
  padding-bottom: 22px;
}
.product-details-info-wrap li {
  color: #457B9D;
  font-size: 15px;
  list-style: none;
  margin: 0 0 13px;
  display: flex;
}
.product-details-info-wrap li span {
  color: #1D3557;
  display: inline-block;
  font-weight: 500;
  margin: 0 26px 0 0;
  min-width: 85px;
}

.cart-table-wrap .cart-table table {
  width: 100%;
}
.cart-table-wrap .cart-table table thead {
  background-color: #f3f3f3;
}
.cart-table-wrap .cart-table table thead > tr th {
  color: #457B9D;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 14px 23px 14px;
}
.cart-table-wrap .cart-table table thead > tr th.width-thumbnail {
  min-width: 130px;
}
.cart-table-wrap .cart-table table thead > tr th.width-name {
  min-width: 400px;
}
.cart-table-wrap .cart-table table thead > tr th.width-price {
  min-width: 162px;
}
.cart-table-wrap .cart-table table thead > tr th.width-quantity {
  min-width: 170px;
}
.cart-table-wrap .cart-table table thead > tr th.width-subtotal {
  min-width: 145px;
}
.cart-table-wrap .cart-table table thead > tr th.width-remove {
  min-width: 101px;
}
.cart-table-wrap .cart-table table tbody > tr {
  border-bottom: 1px solid #e5e5e5;
}
.cart-table-wrap .cart-table table tbody > tr:last-child {
  border: none;
}
.cart-table-wrap .cart-table table tbody > tr td {
  padding: 5px 5px 5px 0px;
}
.order-history .cart-table table tbody > tr td {
  padding: 10px 0px 15px 0px;
  
}
.cart-table-wrap .cart-table table tbody > tr td.product-thumbnail a {
  display: block;
}
.cart-table-wrap .cart-table table tbody > tr td.product-thumbnail a img {
  height: 80px;
  width: 80px;
}
.cart-table-wrap .cart-table table tbody > tr td.product-name h5 {
  display: block;
  font-weight: 500;
  font-size: 15px;
  color: #1D3557;
}
.cart-table-wrap .cart-table table tbody > tr td.product-name h5 a {
  color: #1D3557;
}
.cart-table-wrap .cart-table table tbody > tr td.product-name h5 a:hover {
  color: #FF5A5A;
}
.cart-table-wrap .cart-table table tbody > tr td.product-price span {
  font-size: 16px;
  font-weight: 500;
  color: #457B9D;
}
.cart-table-wrap .cart-table table tbody > tr td.product-total span {
  font-size: 16px;
  font-weight: 500;
  color: #1D3557;
}
.cart-table-wrap .cart-table table tbody > tr td.cart-quality .product-details-quality input {
  border: 1px solid #e5e5e5;
  background-color: transparent;
  color: #1D3557;
  width: 95px;
  height: 40px;
  font-weight: 500;
  padding: 0 10px;
}
.cart-table-wrap .cart-table table tbody > tr td.cart-quality .product-details-quality input::-webkit-inner-spin-button {
  cursor: pointer;
  opacity: 1;
}
.cart-table-wrap .cart-table table tbody > tr td.cart-quality .product-details-quality input::-webkit-outer-spin-button {
  cursor: pointer;
  opacity: 1;
}
.cart-table-wrap .cart-table table tbody > tr td.product-remove a {
  font-size: 18px;
  color: #FF5A5A;
  display: inline-block;
}
.cart-table-wrap .cart-table table tbody > tr td.product-remove a:hover {
  color: #1D3557;
}

.cart-calculate-discount-wrap h4 {
  font-size: 20px;
  margin: 0 0 30px;
}

.cart-shiping-update-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .cart-shiping-update-wrapper {
    margin: 40px 0 60px;
  }
}
@media only screen and (max-width: 479px) {
  .cart-shiping-update-wrapper {
    display: block;
  }
}
.cart-shiping-update-wrapper .cart-shiping-btn a {
  font-size: 14px;
  background-color: #FF5A5A;
}
@media only screen and (max-width: 479px) {
  .cart-shiping-update-wrapper .cart-shiping-btn a {
    display: block;
    width: 100%;
  }
}
.cart-shiping-update-wrapper .cart-shiping-btn a.btn {
  border-radius: 3px;
  padding: 11px 20px;
}
.cart-shiping-update-wrapper .cart-shiping-btn a.btn-link {
  background-color: #1D3557;
  border: none;
  color: #FFFFFF;
  text-decoration: none;
}
.cart-shiping-update-wrapper .cart-shiping-btn a i {
  font-size: 16px;
  margin-right: 2px;
  position: relative;
  top: 0;
}
.cart-shiping-update-wrapper .cart-shiping-btn.continure-btn a {
  background-color: #FF5A5A;
}
@media only screen and (max-width: 479px) {
  .cart-shiping-update-wrapper .cart-shiping-btn.continure-btn a {
    margin-bottom: 15px;
  }
}
.cart-shiping-update-wrapper .cart-shiping-btn.continure-btn a:hover {
  background-color: #1D3557;
}
.cart-shiping-update-wrapper .cart-shiping-btn.update-btn a {
  background-color: #1D3557;
}
.cart-shiping-update-wrapper .cart-shiping-btn.update-btn a:hover {
  background-color: #FF5A5A;
}

.select-style {
  margin-bottom: 15px;
}
.select-style .select-active {
  border: solid #A8DADC;
  border-width: 0 0 1px 0;
  border-radius: 0;
  width: 100%;
  height: 52px;
  line-height: 52px;
  color: #1D3557;
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .select-style .select-active {
    height: 42px;
    line-height: 42px;
  }
}
.select-style .select2-container--default {
  display: block;
}
.select-style .select2-container--default .select2-selection--single {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  height: 52px;
  line-height: 52px;
}
.select-style .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 13px;
  right: 10px;
}
.select-style .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #1D3557;
  line-height: 52px;
  padding-left: 16px;
  padding-right: 20px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #e5e5e5;
  height: 52px;
  background-color: transparent;
}

.calculate-discount-content p {
  font-size: 14px;
  margin-bottom: 18px;
  display: block;
  color: #457B9D;
}
.calculate-discount-content .input-style {
  margin-bottom: 15px;
}
.calculate-discount-content .input-style input {
  color: #1D3557;
  height: 52px;
  border: solid #A8DADC;
  border-width: 0 0 1px 0;
  background-color: transparent;
  padding: 2px 16px 2px 0;
  width: 100%;
}
.calculate-discount-content .input-style input::-webkit-input-placeholder {
  color: #1D3557;
  font-size: 14px;
  opacity: 1;
}
.calculate-discount-content .input-style input:-moz-placeholder {
  color: #1D3557;
  font-size: 14px;
  opacity: 1;
}
.calculate-discount-content .input-style input::-moz-placeholder {
  color: #1D3557;
  font-size: 14px;
  opacity: 1;
}
.calculate-discount-content .input-style input:-ms-input-placeholder {
  color: #1D3557;
  font-size: 14px;
  opacity: 1;
}
.calculate-discount-content .input-style input:focus {
  border-color: #1D3557;
}
.calculate-discount-content .calculate-discount-btn a {
  background-color: #1D3557;
  font-size: 14px;
  text-transform: capitalize;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .calculate-discount-content .calculate-discount-btn a {
    font-size: 14px;
  }
}
.calculate-discount-content .calculate-discount-btn a.btn {
  border-radius: 3px;
  padding: 11px 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .calculate-discount-content .calculate-discount-btn a.btn {
    padding: 11px 19px;
  }
}
.calculate-discount-content .calculate-discount-btn a.btn-link {
  border: none;
  text-decoration: none;
  color: #FFFFFF;
}
.calculate-discount-content .calculate-discount-btn a:hover {
  background-color: #FF5A5A;
}

.grand-total-wrap .grand-total-content {
  padding: 30px;
  padding: 34px 30px 33px;
  background-color: #f5f5f5;
}
.grand-total-wrap .grand-total-content h3 {
  font-size: 16px;
  margin: 0;
  border-bottom: 1px solid #A8DADC;
  display: flex;
  justify-content: space-between;
  padding: 0 0 18px;
}
.grand-total-wrap .grand-total-content h3 span {
  font-size: 16px;
  font-weight: 600;
  color: #FF5A5A;
}
.grand-total-wrap .grand-total-content .grand-shipping {
  padding: 38px 0 32px;
}
.grand-total-wrap .grand-total-content .grand-shipping > span {
  font-size: 16px;
}
.grand-total-wrap .grand-total-content .grand-shipping ul {
  padding: 17px 0 0px;
  margin: 0;
}
.grand-total-wrap .grand-total-content .grand-shipping ul li {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
.grand-total-wrap .grand-total-content .grand-shipping ul li:last-child {
  margin-bottom: 0;
}
.grand-total-wrap .grand-total-content .grand-shipping ul li input {
  width: auto;
  height: auto;
}
.grand-total-wrap .grand-total-content .grand-shipping ul li input:hover {
  cursor: pointer;
}
.grand-total-wrap .grand-total-content .grand-shipping ul li label {
  font-size: 16px;
  font-weight: 400;
  color: #1D3557;
  margin-left: 10px;
}
.grand-total-wrap .grand-total-content .shipping-country {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 35px;
  margin-bottom: 30px;
}
.grand-total-wrap .grand-total-content .shipping-country p {
  display: block;
  padding: 10px 20px;
  background-color: #4bb1cf;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  line-height: 1.7;
  border-left: 6px solid #3198b6;
}
.grand-total-wrap .grand-total h4 {
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.grand-total-wrap .grand-total h4 span {
  color: #FF5A5A;
}
.grand-total-wrap .grand-total-btn {
  margin-top: 24px;
}
.grand-total-wrap .grand-total-btn a {
  font-size: 15px;
  text-transform: uppercase;
  background-color: #FF5A5A;
  display: block;
  font-weight: 500;
}
.grand-total-wrap .grand-total-btn a.btn {
  padding: 15px 20px;
  border-radius: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .grand-total-wrap .grand-total-btn a.btn {
    padding: 14px 10px;
  }
}
.grand-total-wrap .grand-total-btn a.btn-link {
  text-decoration: none;
  color: #FFFFFF;
}
.grand-total-wrap .grand-total-btn a:hover {
  background-color: #1D3557;
}

.checkout-coupon-wrap > p {
  background-color: #f3f3f3;
  padding: 1.188rem 1.25rem;
  border-radius: 3px;
  position: relative;
}
.checkout-coupon-wrap > p.cart-page-title {
  font-size: 14px;
  color: #000000;
}
.checkout-coupon-wrap > p i {
  font-size: 13px;
  position: relative;
  top: 1px;
}
.checkout-coupon-wrap > p a {
  color: #4bb1cf;
  margin-left: 6px;
  font-size: 14px;
}
.checkout-coupon-wrap .checkout-coupon-content form p {
  color: #666;
  margin: 0;
}
.checkout-coupon-wrap .checkout-coupon-content form input {
  height: 55px;
  border: 1px solid #e5e5e5;
  background-color: transparent;
  color: #495057;
  font-size: 15px;
  padding: 2px 16px;
  margin: 25px 0 15px;
  width: 100%;
}
.checkout-coupon-wrap .checkout-coupon-content form button {
  border: none;
  background-color: #457B9D;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 18px 35px 17px;
  position: relative;
  top: -2px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.checkout-coupon-wrap .checkout-coupon-content form button:hover {
  background-color: #FF5A5A;
}

.billing-info-wrap h3 {
  font-size: 20px;
  margin: 0 0 23px;
}
.billing-info-wrap .billing-info label {
  color: #000000;
  display: block;
  margin: 0 0 15px;
}
@media only screen and (max-width: 767px) {
  .billing-info-wrap .billing-info label {
    margin-bottom: 10px;
  }
}
.billing-info-wrap .billing-info label abbr {
  color: #457B9D;
}
.billing-info-wrap .billing-info input {
  width: 100%;
  height: 55px;
  border: 1px solid #e5e5e5;
  background-color: transparent;
  color: #1D3557;
  font-size: 14px;
  padding: 2px 16px;
}
.billing-info-wrap .billing-info input::-webkit-input-placeholder {
  color: #1D3557;
  font-size: 14px;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .billing-info-wrap .billing-info input::-webkit-input-placeholder {
    font-size: 12px;
  }
}
.billing-info-wrap .billing-info input:-moz-placeholder {
  color: #1D3557;
  font-size: 14px;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .billing-info-wrap .billing-info input:-moz-placeholder {
    font-size: 12px;
  }
}
.billing-info-wrap .billing-info input::-moz-placeholder {
  color: #1D3557;
  font-size: 14px;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .billing-info-wrap .billing-info input::-moz-placeholder {
    font-size: 12px;
  }
}
.billing-info-wrap .billing-info input:-ms-input-placeholder {
  color: #1D3557;
  font-size: 14px;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .billing-info-wrap .billing-info input:-ms-input-placeholder {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .billing-info-wrap .billing-info input {
    height: 42px;
  }
}
.billing-info-wrap .billing-info input:focus {
  border-color: #1D3557;
}
.billing-info-wrap .billing-info input.billing-address {
  margin-bottom: 20px;
}
.billing-info-wrap .billing-select .select-style .select-active {
  border-color: #e5e5e5;
  border-width: 1px;
  padding-left: 16px;
}
.billing-info-wrap .billing-select label {
  color: #000000;
  display: block;
  margin: 0 0 15px;
}
.billing-info-wrap .billing-select label abbr {
  color: #f33;
}
.billing-info-wrap .checkout-account input {
  border: 1px solid #e5e5e5;
  display: inline-block;
  float: left;
  height: 10px;
  width: 10px;
  position: relative;
  top: 10px;
  color: #495057;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .billing-info-wrap .checkout-account input {
    top: 8px;
  }
}
.billing-info-wrap .checkout-account input.checkout-toggle {
  cursor: pointer;
}
.billing-info-wrap .checkout-account span {
  margin: 0 0 0 12px;
  font-size: 14px;
}
.billing-info-wrap .additional-info-wrap {
  margin: 19px 0 -5px;
}
.billing-info-wrap .additional-info-wrap label {
  color: #000000;
  display: block;
  margin: 0 0 15px;
}
.billing-info-wrap .additional-info-wrap textarea {
  width: 100%;
  min-height: 92px;
  background-color: transparent;
  padding: 12px 16px;
  color: #1D3557;
  font-size: 14px;
  border: 1px solid #e5e5e5;
}
@media only screen and (max-width: 767px) {
  .billing-info-wrap .additional-info-wrap textarea::-webkit-input-placeholder {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .billing-info-wrap .additional-info-wrap textarea:-moz-placeholder {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .billing-info-wrap .additional-info-wrap textarea::-moz-placeholder {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .billing-info-wrap .additional-info-wrap textarea:-ms-input-placeholder {
    font-size: 12px;
  }
}
.billing-info-wrap .additional-info-wrap textarea:focus {
  border-color: #1D3557;
}

.checkout-coupon-content,
.different-address {
  display: none;
}

.your-order-area h3 {
  font-size: 20px;
  margin: 0 0 21px;
}
.your-order-area .your-order-wrap {
  background-color: #f6f6f6;
  padding: 36px;
}
@media only screen and (max-width: 575px) {
  .your-order-area .your-order-wrap {
    padding: 30px 20px;
  }
}
.your-order-area .your-order-wrap .your-order-title h4 {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 18px;
  padding: 0 0 22px;
  border-bottom: 1px solid #e5e5e5;
}
.your-order-area .your-order-wrap .your-order-product {
  padding-bottom: 21px;
}
.your-order-area .your-order-wrap .your-order-product ul {
  margin: 0;
}
.your-order-area .your-order-wrap .your-order-product ul li {
  display: flex;
  justify-content: space-between;
  margin: 0 0 16px;
}
.your-order-area .your-order-wrap .your-order-product ul li:last-child {
  margin: 0 0 0;
}
.your-order-area .your-order-wrap .your-order-product ul li span {
  font-size: 16px;
  color: #FF5A5A;
  font-weight: 500;
}
.your-order-area .your-order-wrap .your-order-subtotal {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  padding: 20px 0;
}
.your-order-area .your-order-wrap .your-order-subtotal h3 {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.your-order-area .your-order-wrap .your-order-subtotal h3 span {
  font-size: 18px;
  font-weight: 600;
  color: #FF5A5A;
}
.your-order-area .your-order-wrap .your-order-shipping {
  padding: 21px 0 22px;
}
.your-order-area .your-order-wrap .your-order-shipping > span {
  font-size: 15px;
  font-weight: 500;
}
.your-order-area .your-order-wrap .your-order-shipping ul {
  padding: 17px 0 0px;
  margin: 0;
}
.your-order-area .your-order-wrap .your-order-shipping ul li {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
.your-order-area .your-order-wrap .your-order-shipping ul li:last-child {
  margin-bottom: 0;
}
.your-order-area .your-order-wrap .your-order-shipping ul li input {
  cursor: pointer;
  width: auto;
  height: auto;
}
.your-order-area .your-order-wrap .your-order-shipping ul li label {
  color: #666;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  margin-left: 10px;
}
.your-order-area .your-order-wrap .your-order-total {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  padding: 20px 0;
}
.your-order-area .your-order-wrap .your-order-total h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.your-order-area .your-order-wrap .your-order-total h3 span {
  font-size: 22px;
  font-weight: 600;
  color: #FF5A5A;
}
.your-order-area .your-order-wrap .payment-method {
  padding: 40px 0 10px;
}
.your-order-area .your-order-wrap .payment-method .sin-payment {
  margin-bottom: 25px;
}
.your-order-area .your-order-wrap .payment-method .sin-payment input {
  cursor: pointer;
  width: auto;
  display: inline-block;
  float: left;
  height: auto;
  margin-top: 6px;
}
.your-order-area .your-order-wrap .payment-method .sin-payment label {
  color: #1D3557;
  cursor: pointer;
  font-size: 15px;
  margin: 0px 0 0 21px;
  display: flex;
  align-items: center;
}
.your-order-area .your-order-wrap .payment-method .sin-payment label img {
  max-width: 140px;
  display: inline-block;
  margin: 0 5px;
}
.your-order-area .your-order-wrap .payment-method .sin-payment label a {
  color: #000000;
  text-decoration: underline;
}
.your-order-area .your-order-wrap .payment-method .sin-payment label a:hover {
  color: #FF5A5A;
}
.your-order-area .your-order-wrap .payment-method .sin-payment .payment-box {
  margin: 6px 0 0 21px;
  display: none;
}
.your-order-area .your-order-wrap .payment-method .sin-payment .payment-box p {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}
.your-order-area .your-order-wrap .payment-condition {
  border-top: 1px solid #e5e5e5;
  padding: 20px 0 0;
  margin: 0 0 10px;
}
.your-order-area .your-order-wrap .payment-condition p {
  font-size: 14px;
  line-height: 1.9;
}
.your-order-area .your-order-wrap .payment-condition p a {
  color: #FF5A5A;
  font-size: 14px;
}
.your-order-area .your-order-wrap .payment-condition p a:hover {
  text-decoration: underline;
}
.your-order-area .your-order-wrap .payment-checkbox {
  display: flex;
  align-items: center;
}
.your-order-area .your-order-wrap .payment-checkbox input {
  width: auto;
  height: auto;
}
.your-order-area .your-order-wrap .payment-checkbox span {
  color: #888;
  font-size: 14px;
  margin-left: 10px;
}
.your-order-area .your-order-wrap .payment-checkbox span a {
  color: #FF5A5A;
  font-size: 14px;
}
.your-order-area .your-order-wrap .payment-checkbox span a:hover {
  text-decoration: underline;
}
.your-order-area .place-order {
  margin-top: 20px;
}
.your-order-area .place-order a {
  padding: 18px 35px 18px;
  font-size: 18px;
  line-height: 1;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
  text-align: center;
  background-color: #FF5A5A;
}
@media only screen and (max-width: 767px) {
  .your-order-area .place-order a {
    font-size: 16px;
  }
}
.your-order-area .place-order a:hover {
  background-color: #457B9D;
}

.wishlist-table-content .table-content table {
  width: 100%;
}
.wishlist-table-content .table-content table thead {
  background-color: #f3f3f3;
}
.wishlist-table-content .table-content table thead > tr th {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 14px 12px 14px;
}
.wishlist-table-content .table-content table thead > tr th.width-thumbnail {
  min-width: 130px;
}
.wishlist-table-content .table-content table thead > tr th.width-name {
  min-width: 300px;
}
.wishlist-table-content .table-content table thead > tr th.width-price {
  min-width: 162px;
}
.wishlist-table-content .table-content table thead > tr th.width-stock-status {
  min-width: 170px;
}
.wishlist-table-content .table-content table thead > tr th.width-subtotal {
  min-width: 145px;
}
.wishlist-table-content .table-content table thead > tr th.width-remove {
  min-width: 50px;
}
.wishlist-table-content .table-content table tbody > tr {
  border-bottom: 1px solid #e5e5e5;
}
.wishlist-table-content .table-content table tbody > tr td {
  padding: 23px 12px;
}
.wishlist-table-content .table-content table tbody > tr td.product-thumbnail a {
  display: block;
}
.wishlist-table-content .table-content table tbody > tr td.product-thumbnail a img {
  width: 80px;
}
.wishlist-table-content .table-content table tbody > tr td.product-name h5 {
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: #000000;
}
.wishlist-table-content .table-content table tbody > tr td.product-name h5 a {
  color: #000000;
}
.wishlist-table-content .table-content table tbody > tr td.product-name h5 a:hover {
  color: #FF5A5A;
}
.wishlist-table-content .table-content table tbody > tr td.product-price span {
  font-size: 16px;
  font-weight: 500;
  color: #457B9D;
}
.wishlist-table-content .table-content table tbody > tr td.stock-status span {
  font-size: 14px;
  font-weight: 500;
  color: #457B9D;
}
.wishlist-table-content .table-content table tbody > tr td.stock-status span i {
  font-size: 11px;
}
.wishlist-table-content .table-content table tbody > tr td.product-remove a {
  font-size: 28px;
  color: #c3c3c3;
  display: inline-block;
}
.wishlist-table-content .table-content table tbody > tr td.product-remove a:hover {
  color: #FF5A5A;
}
.wishlist-table-content .table-content table tbody > tr td.wishlist-cart a {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  padding: 11px 16px 10px;
  line-height: 1;
  white-space: pre;
  background-color: #FF5A5A;
}
.wishlist-table-content .table-content table tbody > tr td.wishlist-cart a:hover {
  background-color: #1D3557;
}

.compare-table .table tbody tr {
  margin-bottom: 20px;
}
.compare-table .table tbody tr td {
  padding: 20px 20px;
  vertical-align: middle;
  border-color: #e5e5e5;
  color: #000000;
}
.compare-table .table tbody tr td.first-column {
  min-width: 175px;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.compare-table .table tbody tr td.product-image-title {
  min-width: 310px;
  vertical-align: bottom;
  text-align: left;
}
.compare-table .table tbody tr td.product-image-title .image {
  clear: both;
  width: 100%;
  margin-bottom: 15px;
  display: block;
}
.compare-table .table tbody tr td.product-image-title .image img {
  width: 100%;
}
.compare-table .table tbody tr td.product-image-title .category {
  float: left;
  clear: both;
  color: #457B9D;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}
.compare-table .table tbody tr td.product-image-title .title {
  color: #000000;
  clear: both;
  float: left;
  font-size: 16px;
  line-height: 1.2;
  margin-top: 5px;
  text-transform: capitalize;
}
.compare-table .table tbody tr td.product-image-title .title:hover {
  color: #FF5A5A;
}
.compare-table .table tbody tr td.pro-desc p {
  margin: 0;
  line-height: 30px;
  text-align: left;
}
.compare-table .table tbody tr td a.check-btn {
  color: #000000;
  font-size: 15px;
}
.compare-table .table tbody tr td a.check-btn:hover {
  color: #FF5A5A;
}
.compare-table .table tbody tr td.pro-price, .compare-table .table tbody tr td.pro-color, .compare-table .table tbody tr td.pro-stock {
  font-size: 15px;
  font-weight: 400;
  color: #457B9D;
}
.compare-table .table tbody tr td.pro-remove button {
  border: none;
  background-color: transparent;
  color: #FF5A5A;
  padding: 0;
  cursor: pointer;
}
.compare-table .table tbody tr td.pro-remove button:hover {
  color: #1D3557;
}
.compare-table .table tbody tr td.pro-remove button i {
  font-size: 18px;
}
.compare-table .table tbody tr td.pro-ratting i {
  color: #A8DADC;
}

.product-cart-view-modal .modal-dialog {
  max-width: 1180px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .product-cart-view-modal .modal-dialog {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-cart-view-modal .modal-dialog {
    max-width: 540px;
  }
}
.product-cart-view-modal .modal-body {
  padding: 30px 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-cart-view-modal .modal-body {
    padding: 30px 15px 60px;
  }
}
.product-cart-view-modal .modal-content {
  border: none;
}
.product-cart-view-modal .product-single-info {
  padding-bottom: 0;
  padding-top: 20px;
  margin-left: 0;
  margin-bottom: 0;
}
.product-cart-view-modal .product-single-info .prices {
  margin: 20px 0 20px 0;
}
.product-cart-view-modal .product-single-info .desc {
  margin-bottom: 20px;
}
.product-cart-view-modal .btn-close {
  background-color: rgba(168, 218, 220, 0.5);
  box-shadow: none;
  border: none;
  background-image: none;
  font-size: 30px;
  line-height: 1;
  border-radius: 50%;
  opacity: 1;
  position: absolute;
  top: 7px;
  right: 7px;
  z-index: 2;
  width: 30px;
  height: 30px;
  color: #457B9D;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.product-cart-view-modal .btn-close:hover {
  background-color: #A8DADC;
  color: #FF5A5A;
}

.single-product-quick-view-slider .thumb-item img {
  width: 100%;
}
.single-product-quick-view-slider .swiper-button-next,
.single-product-quick-view-slider .swiper-button-prev {
  background-color: transparent;
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  top: 50%;
  width: 50px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media only screen and (max-width: 479px) {
  .single-product-quick-view-slider .swiper-button-next,
  .single-product-quick-view-slider .swiper-button-prev {
    display: none;
  }
}
.single-product-quick-view-slider .swiper-button-next:before,
.single-product-quick-view-slider .swiper-button-prev:before {
  color: #000000;
  //font-family: "FontAwesome";
  font-size: 48px;
  left: -2px;
  line-height: 1;
  position: relative;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.single-product-quick-view-slider .swiper-button-next:after,
.single-product-quick-view-slider .swiper-button-prev:after {
  display: none;
}
.single-product-quick-view-slider .swiper-button-next:hover,
.single-product-quick-view-slider .swiper-button-prev:hover {
  color: #FF5A5A;
}
.single-product-quick-view-slider .swiper-button-next:hover:before,
.single-product-quick-view-slider .swiper-button-prev:hover:before {
  color: #FF5A5A;
}
.single-product-quick-view-slider .swiper-button-prev {
  left: 20px;
}
.single-product-quick-view-slider .swiper-button-prev:before {
  content: "\f104";
}
.single-product-quick-view-slider .swiper-button-next {
  right: 20px;
}
.single-product-quick-view-slider .swiper-button-next:before {
  content: "\f105";
  left: auto;
  right: -2px;
}

.product-action-modal .modal-content {
  border-radius: 0 0 5px 5px;
}
.product-action-modal .product-action-view-content .btn-close {
  background-image: none;
  box-shadow: none;
  border-radius: 5px 5px 0 0;
  font-size: 18px;
  width: 100%;
  height: 32px;
  line-height: 18px;
  position: absolute;
  right: 0;
  bottom: 100%;
  background-color: #FF5A5A;
  color: #FFFFFF;
  opacity: 1;
  text-align: center;
  padding: 0;
  margin: 0;
}
.product-action-modal .product-action-view-content .modal-action-messages {
  font-size: 15px;
  line-height: 1;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 17px;
}
.product-action-modal .product-action-view-content .modal-action-messages i {
  position: relative;
  top: 0px;
  margin-right: 5px;
}
.product-action-modal .product-action-view-content .modal-action-product .thumb img {
  border-radius: 8px;
  width: 100%;
}
.product-action-modal .product-action-view-content .modal-action-product .product-name {
  margin: 18px 0 2px;
  font-size: 18px;
  text-align: center;
}

/*----------------------------------------*/
/*  Blog Post CSS
/*----------------------------------------*/
.post-item .thumb {
  border-radius: 30px;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-item .thumb {
    border-radius: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .post-item .thumb {
    border-radius: 30px;
  }
}
.post-item .thumb img {
  transition: all 0.5s ease 0s;
  width: 100%;
}
.post-item .thumb:before {
  background-color: rgba(255, 255, 255, 0.09);
  content: "";
  height: 200%;
  left: -280px;
  position: absolute;
  top: -50%;
  transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 80px;
  z-index: 1;
}
.post-item .thumb:after {
  background-color: rgba(255, 255, 255, 0.09);
  content: "";
  height: 200%;
  left: 180%;
  position: absolute;
  top: -50%;
  transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 80px;
  z-index: 1;
}
.post-item .content {
  margin-top: 33px;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .post-item .content {
    margin-top: 18px;
  }
}
.post-item .content .post-category {
  color: #1D3557;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.5s ease 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .post-item .content .post-category {
    font-size: 13px;
  }
}
.post-item .content .post-category:hover {
  color: #FF5A5A;
}
.post-item .content .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 25px;
  margin-top: 1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-item .content .title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .post-item .content .title {
    font-size: 16px;
  }
}
.post-item .content .title a {
  color: #1D3557;
}
.post-item .content .title a:hover {
  color: #FF5A5A;
}
.post-item .content .meta {
  align-items: center;
  display: flex;
}
.post-item .content .meta .author-info {
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .post-item .content .meta .author-info {
    font-size: 16px;
  }
}
.post-item .content .meta .author-info .author-thumb {
  border-radius: 50%;
  margin-right: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .post-item .content .meta .author-info .author-thumb {
    max-width: 50px;
  }
}
.post-item .content .meta .author-info a {
  color: #1D3557;
}
.post-item .content .meta .author-info a:hover {
  color: #FF5A5A;
}
.post-item .content .meta .post-date {
  font-size: 14px;
  font-weight: 400;
  margin-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .post-item .content .meta .post-date {
    margin-left: 20px;
  }
}
.post-item .content .meta .post-date a {
  color: #1D3557;
}
.post-item .content .meta .post-date a:hover {
  color: #FF5A5A;
}
.post-item .content .post-date-two {
  color: #1D3557;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.5s ease 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .post-item .content .post-date-two {
    font-size: 13px;
  }
}
.post-item .content .post-date-two:hover {
  color: #FF5A5A;
}
.post-item:hover .thumb img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.post-item:hover .thumb:before {
  left: 180%;
}
.post-item:hover .thumb:after {
  left: -280px;
}

.post-items-two .post-item .content .title {
  font-size: 22px;
  line-height: 1.5;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .post-items-two .post-item .content .title {
    font-size: 18px;
  }
}

.post-two-item {
  overflow: hidden;
  position: relative;
}
.post-two-item .thumb {
  border-radius: 30px;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.post-two-item .thumb img {
  transition: all 0.5s ease 0s;
  width: 100%;
}
.post-two-item .content {
  background-color: #FFFFFF;
  bottom: 0;
  max-width: 330px;
  padding: 42px 30px 8px;
  position: absolute;
  right: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 479px) {
  .post-two-item .content {
    padding: 25px 30px 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 479px) {
  .post-two-item .content {
    max-width: 270px;
  }
}
.post-two-item .content .title {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .post-two-item .content .title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 479px) {
  .post-two-item .content .title {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}
.post-two-item .content .title a {
  color: #1D3557;
}
.post-two-item .content .title a:hover {
  color: #FF5A5A;
}
.post-two-item .content .meta {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.post-two-item .content .meta .author-thumb {
  border-radius: 50%;
  min-width: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-two-item .content .meta .author-thumb {
    max-width: 50px;
    min-width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 479px) {
  .post-two-item .content .meta .author-thumb {
    max-width: 40px;
    min-width: 40px;
  }
}
.post-two-item .content .meta .author-info {
  color: #1D3557;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 479px) {
  .post-two-item .content .meta .author-info {
    font-size: 14px;
  }
}
.post-two-item .content .meta .author-info .author-name {
  color: #1D3557;
  display: block;
  font-weight: 600;
  margin-bottom: 11px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 479px) {
  .post-two-item .content .meta .author-info .author-name {
    margin-bottom: 7px;
  }
}
.post-two-item .content .meta .author-info .author-name:hover {
  color: #FF5A5A;
}
.post-two-item .content .meta .author-info span {
  font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 479px) {
  .post-two-item .content .meta .author-info span {
    font-size: 12px;
  }
}
.post-two-item .content .meta .post-date {
  color: #1D3557;
  font-size: 14px;
  display: inline-block;
  place-self: flex-end;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 479px) {
  .post-two-item .content .meta .post-date {
    font-size: 13px;
    line-height: 1.4;
  }
}
.post-two-item .content .meta .post-date:hover {
  color: #FF5A5A;
}
.post-two-item .content .btn-blog-link {
  color: #1D3557;
  //font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 14px;
  float: right;
  line-height: 1;
  margin-top: 21px;
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 479px) {
  .post-two-item .content .btn-blog-link {
    font-size: 13px;
  }
}
.post-two-item .content .btn-blog-link:hover {
  color: #FF5A5A;
}
.post-two-item .content .btn-blog-link:hover:after {
  width: 60px;
}
.post-two-item .content .btn-blog-link:before {
  background-color: #457B9D;
  bottom: 2px;
  content: "";
  height: 1px;
  left: calc(-100% - 12px);
  position: absolute;
  width: 60px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.post-two-item .content .btn-blog-link:after {
  background-color: #FF5A5A;
  bottom: 2px;
  content: "";
  height: 1px;
  left: calc(-100% - 12px);
  position: absolute;
  width: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.post-two-item:hover .thumb img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.post-two-item:hover .content {
  padding: 42px 30px 28px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 479px) {
  .post-two-item:hover .content {
    padding: 25px 30px 28px;
  }
}

.post-three-item .thumb {
  border-radius: 30px;
  display: block;
  overflow: hidden;
  z-index: 1;
}
.post-three-item .thumb img {
  transition: all 0.5s ease 0s;
  width: 100%;
}
.post-three-item .content {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.post-three-item .content .title {
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 28px;
  margin-top: -9px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-three-item .content .title {
    font-size: 24px;
    line-height: 1.4;
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .post-three-item .content .title {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 18px;
    margin-top: 0;
  }
}
.post-three-item .content .title a {
  color: #1D3557;
}
.post-three-item .content .title a:hover {
  color: #FF5A5A;
}
.post-three-item .content .desc {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 27px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .post-three-item .content .desc {
    font-size: 13px;
    line-height: 1.6;
  }
}
.post-three-item .content .meta {
  align-items: center;
  color: #1D3557;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .post-three-item .content .meta {
    font-size: 14px;
  }
}
.post-three-item .content .meta .author-thumb {
  border-radius: 50%;
  min-width: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .post-three-item .content .meta .author-thumb {
    max-width: 40px;
    min-width: 40px;
  }
}
.post-three-item .content .meta .author-name {
  color: #1D3557;
  margin-bottom: 0;
  margin-left: 19px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .post-three-item .content .meta .author-name {
    margin-left: 12px;
  }
}
.post-three-item .content .meta .author-name:hover {
  color: #FF5A5A;
}
.post-three-item .content .meta span {
  font-size: 14px;
  margin-left: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .post-three-item .content .meta span {
    font-size: 13px;
    margin-left: 14px;
  }
}
.post-three-item .content .meta .post-date {
  color: #1D3557;
  font-size: 14px;
  display: inline-block;
  margin-left: 26px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .post-three-item .content .meta .post-date {
    font-size: 13px;
    margin-left: 15px;
  }
}
.post-three-item .content .meta .post-date:hover {
  color: #FF5A5A;
}
.post-three-item:hover .thumb img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.blog-detail-img {
  border-radius: 30px;
}
@media only screen and (max-width: 575px) {
  .blog-detail-img {
    border-radius: 15px;
  }
}
.blog-detail .meta {
  align-items: center;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  justify-content: space-between;
  line-height: 1;
  margin-bottom: 40px;
  margin-right: 95px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-detail .meta {
    font-size: 14px;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .blog-detail .meta {
    display: block;
    font-size: 14px;
    margin-bottom: 0;
    margin-right: 0;
  }
}
.blog-detail .meta .author-info {
  color: #1D3557;
}
@media only screen and (max-width: 359px) {
  .blog-detail .meta .author-info {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
  }
}
.blog-detail .meta .author-thumb {
  border-radius: 50%;
  min-width: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .blog-detail .meta .author-thumb {
    max-width: 40px;
    min-width: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .blog-detail .meta .author-thumb {
    display: none;
  }
}
.blog-detail .meta .author-name {
  color: #1D3557;
  font-weight: 600;
  margin-bottom: 0;
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  .blog-detail .meta .author-name {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .blog-detail .meta .author-name {
    margin-left: 0;
  }
}
@media only screen and (max-width: 359px) {
  .blog-detail .meta .author-name {
    font-size: 16px;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.blog-detail .meta .author-name:hover {
  color: #FF5A5A;
}
.blog-detail .meta span {
  font-size: 14px;
  margin-left: 24px;
}
@media only screen and (max-width: 767px) {
  .blog-detail .meta span {
    margin-left: 0;
  }
  .blog-detail .meta span:last-child {
    margin-left: 24px;
  }
}
@media only screen and (max-width: 359px) {
  .blog-detail .meta span {
    font-size: 11px;
    margin-bottom: 12px;
  }
}
.blog-detail .meta span .icon {
  font-size: 16px;
  margin-right: 7px;
}
.blog-detail .meta .post-date {
  color: #1D3557;
  font-size: 14px;
  display: inline-block;
  margin-left: 26px;
}
@media only screen and (max-width: 767px) {
  .blog-detail .meta .post-date {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 359px) {
  .blog-detail .meta .post-date {
    font-size: 12px;
    margin-left: 0;
  }
}
.blog-detail .meta .post-date:hover {
  color: #FF5A5A;
}
.blog-detail .meta .meta-like-comment {
  align-items: center;
  display: flex;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .blog-detail .meta .meta-like-comment {
    margin-top: 20px;
    margin-bottom: 18px;
  }
}
.blog-detail .category {
  color: #457B9D;
  //font-family: "Playfair Display", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.blog-detail .category span {
  font-weight: 400;
}
.blog-detail-title {
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .blog-detail-title {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 575px) {
  .blog-detail-title {
    font-size: 17px;
  }
}
.blog-detail .desc {
  font-size: 14px;
  line-height: 24px;
}
.blog-detail-blockquote {
  margin: 38px 100px 0;
  padding: 32px 0 53px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .blog-detail-blockquote {
    margin: 38px 40px 0;
  }
}
@media only screen and (max-width: 575px) {
  .blog-detail-blockquote {
    margin: 35px 15px 0;
  }
}
.blog-detail-blockquote .desc {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  .blog-detail-blockquote .desc {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-detail-blockquote .desc {
    font-size: 14px;
    line-height: 24px;
  }
}
.blog-detail-blockquote .user-name {
  color: #1D3557;
  //font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 18px;
  float: right;
  line-height: 1;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .blog-detail-blockquote .user-name {
    font-size: 16px;
  }
}
.blog-detail-blockquote .user-name:before {
  background-color: #457B9D;
  content: "";
  height: 1px;
  left: calc(-100% + 15px);
  position: absolute;
  top: calc(50% + 1px);
  width: 70px;
}
.blog-detail-blockquote .quote-icon {
  left: -40px;
  position: absolute;
  top: -7px;
  z-index: -1;
}
@media only screen and (max-width: 575px) {
  .blog-detail-blockquote .quote-icon {
    left: -20px;
    width: 75px;
  }
}
.blog-detail-tag-social {
  align-items: center;
  border-bottom: 1px solid #A8DADC;
  display: flex;
  justify-content: space-between;
  margin: 72px 0 40px;
  padding-bottom: 12px;
}
@media only screen and (max-width: 575px) {
  .blog-detail-tag-social {
    display: block;
    margin: 40px 0;
  }
}
.blog-detail-tag {
  line-height: 1;
}
@media only screen and (max-width: 575px) {
  .blog-detail-tag {
    margin-bottom: 30px;
  }
}
.blog-detail-tag a {
  color: #457B9D;
  font-size: 14px;
  font-style: italic;
  margin-right: 6px;
}
.blog-detail-tag a:last-child {
  margin-right: 0;
}
.blog-detail-tag a:hover {
  color: #1D3557;
}
.blog-detail-social {
  line-height: 1;
}
.blog-detail-social span {
  font-size: 14px;
  font-weight: 700;
  margin-right: 42px;
}
.blog-detail-social a {
  font-size: 18px;
  margin-right: 33px;
}
.blog-detail-social a:last-child {
  margin-right: 0;
}
.blog-detail-social a:hover {
  color: #A8DADC;
}
.blog-detail-social a .fa-facebook {
  position: relative;
  top: 1px;
}
.blog-detail-nav {
  display: flex;
  max-width: 275px;
  overflow: hidden;
}
@media only screen and (max-width: 575px) {
  .blog-detail-nav {
    display: inline-flex;
  }
}
.blog-detail-nav .text-prev, .blog-detail-nav .text-next {
  border: 1px solid #457B9D;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 1;
  min-width: 90px;
  padding: 10px 15px 8px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.blog-detail-nav .text-prev:hover, .blog-detail-nav .text-next:hover {
  background-color: #457B9D;
  color: #FFFFFF;
}
.blog-detail-nav .thumb {
  display: flex;
}
.blog-detail-nav .content {
  padding-left: 20px;
}
.blog-detail-nav img {
  border-radius: 10px;
  max-width: 85px;
  max-height: 85px;
}
.blog-detail-nav .title {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 7px;
  max-width: 170px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.blog-detail-nav .title:hover {
  color: #457B9D;
}
.blog-detail-nav .post-date {
  color: #1D3557;
  //font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 14px;
  display: block;
  line-height: 1;
  margin-bottom: 0;
}
.blog-detail-nav .btn-text {
  color: #1D3557;
  cursor: pointer;
  display: inline-block;
  //font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 14px;
  float: right;
  line-height: 1;
  margin-top: 25px;
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.blog-detail-nav .btn-text:after {
  background-color: #A8DADC;
  bottom: 2px;
  content: "";
  height: 1px;
  left: calc(-100% - 531px);
  position: absolute;
  width: calc(100% + 500px);
}
.blog-detail-nav .btn-text:hover {
  color: #457B9D;
}
.blog-detail-nav.blog-nav-next {
  flex-direction: row-reverse;
  justify-content: flex-end;
  float: right;
}
.blog-detail-nav.blog-nav-next .thumb {
  display: flex;
  flex-direction: row-reverse;
}
.blog-detail-nav.blog-nav-next .content {
  padding-left: 0;
  padding-right: 20px;
}
.blog-detail-nav.blog-nav-next .btn-text {
  float: left;
}
.blog-detail-nav.blog-nav-next .btn-text:after {
  left: calc(100% + 30px);
}

.comment-area {
  padding-right: 30px;
}

.comment-area-title {
  font-size: 24px;
  margin-bottom: 79px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .comment-area-title {
    margin-bottom: 40px;
  }
}

.single-comment {
  background: #FAFAFA;
  border-radius: 30px;
  margin-bottom: 30px;
  padding: 35px 30px 30px;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .single-comment {
    padding: 25px 15px 20px;
  }
}
.single-comment-top {
  align-items: center;
  display: flex;
  margin-bottom: 20px;
}
@media only screen and (max-width: 575px) {
  .single-comment-top {
    display: block;
  }
}
.single-comment-thumb {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .single-comment-thumb {
    max-width: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .single-comment-thumb {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.single-comment-thumb img {
  border-radius: 50%;
}
.single-comment-content {
  align-items: center;
  display: flex;
}
.single-comment-name {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 32px;
}
@media only screen and (max-width: 575px) {
  .single-comment-name {
    font-size: 14px;
    margin-right: 15px;
  }
}
.single-comment-designation {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 44px;
}
@media only screen and (max-width: 575px) {
  .single-comment-designation {
    font-size: 12px;
    margin-right: 10px;
  }
}
.single-comment-icon {
  display: flex;
  font-size: 13px;
  color: #457B9D;
  letter-spacing: 4px;
  line-height: 1;
}
.single-comment .desc {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .single-comment .desc {
    font-size: 13px;
  }
}
.single-comment .reply-icon {
  border-radius: 0;
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 53px;
  right: 50px;
}
@media only screen and (max-width: 575px) {
  .single-comment .reply-icon {
    top: 31px;
    right: 25px;
  }
}
.single-comment .reply-icon:hover {
  color: #FF5A5A;
}
.single-comment-reply {
  margin-left: 30px;
  margin-right: -15px;
}
@media only screen and (max-width: 575px) {
  .single-comment-reply {
    margin-left: 15px;
  }
}

.comment-form-title {
  font-size: 24px;
  margin-bottom: 79px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .comment-form-title {
    margin-bottom: 60px;
  }
}

.comment-form .form-input-item {
  margin-bottom: 45px;
}
.comment-form .form-control {
  box-shadow: none;
  color: #1D3557;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  border-radius: 0;
  resize: none;
  border-width: 0 0 1px 0;
  border-color: #A8DADC;
  border-style: solid;
  padding: 0 0 45px 0;
}
.comment-form .form-control::-webkit-input-placeholder {
  color: #1D3557;
}
.comment-form .form-control:-moz-placeholder {
  color: #1D3557;
}
.comment-form .form-control::-moz-placeholder {
  color: #1D3557;
}
.comment-form .form-control:-ms-input-placeholder {
  color: #1D3557;
}
.comment-form .form-control:active, .comment-form .form-control:focus {
  border-bottom-color: #457B9D;
}
.comment-form textarea.form-control {
  min-height: 113px;
  padding: 0 0 15px 0;
}
@media only screen and (max-width: 767px) {
  .comment-form textarea.form-control {
    min-height: 90px;
  }
}
.comment-form .form-note {
  //font-family: "Playfair Display", serif;
  font-size: 16px;
  display: inline-block;
  line-height: 1;
}
.comment-form [type=submit] {
  background-color: transparent;
  border: 3px solid #A8DADC;
  border-radius: 50px;
  color: #1D3557;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-top: 5px;
  padding: 13px 35px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comment-form [type=submit] {
    border-width: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .comment-form [type=submit] {
    border-width: 2px;
    font-size: 14px;
    padding: 11px 25px;
  }
}
@media only screen and (max-width: 575px) {
  .comment-form [type=submit] {
    margin-top: 0;
  }
}
.comment-form [type=submit]:hover {
  background-color: #A8DADC;
  color: #FFFFFF;
}

.pagination-area .page-numbers {
  display: flex;
  justify-content: start;
  margin-top: 30px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .pagination-area .page-numbers {
    margin-top: 10px;
  }
}
.pagination-area .page-number {
  border: 1px solid #A8DADC;
  border-radius: 50%;
  color: #A8DADC;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 39px;
  margin-right: 10px;
  text-align: center;
}
.pagination-area .page-number:hover, .pagination-area .page-number.active {
  background-color: #A8DADC;
  border-color: #A8DADC;
  color: #fff;
}

/*----------------------------------------*/
/*  Brand Logo CSS
/*----------------------------------------*/
.brand-logo-item {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 84px;
}

/*----------------------------------------*/
/*  Contact CSS
/*----------------------------------------*/
.contact-info-item {
  border: 1px solid #A8DADC;
  border-radius: 30px;
  padding: 55px 25px 46px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .contact-info-item {
    padding: 44px 15px 41px;
  }
}
.contact-info-item h4 {
  color: #000000;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 18px;
  padding-bottom: 14px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .contact-info-item h4 {
    font-size: 22px;
  }
}
.contact-info-item h4:after {
  background-color: #457B9D;
  bottom: 0;
  content: "";
  height: 1px;
  left: calc(50% - 22px);
  position: absolute;
  width: 44px;
}
.contact-info-item .content {
  font-size: 24px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-info-item .content {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .contact-info-item .content {
    font-size: 16px;
  }
}
.contact-info-item .content a {
  color: #1D3557;
  display: block;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-info-item .content a {
    margin-bottom: 3px;
  }
}
.contact-info-item .content a:hover {
  color: #457B9D;
}
.contact-info-item .content a:last-child {
  margin-bottom: 0;
}
.contact-info-item .content p {
  color: #1D3557;
  line-height: 42px;
  margin: 0 auto;
  max-width: 300px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-info-item .content p {
    line-height: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .contact-info-item .content p {
    line-height: 29px;
  }
}

.contact-form-area {
  background-color: #fafafa;
  border-radius: 30px;
  padding: 56px 50px 66px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form-area {
    padding: 56px 35px 66px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-form-area {
    padding: 57px 30px 65px;
  }
}
@media only screen and (max-width: 575px) {
  .contact-form-area {
    padding: 50px 15px 58px;
  }
}
.contact-form-area h3 {
  font-size: 48px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .contact-form-area h3 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .contact-form-area h3 {
    font-size: 24px;
  }
}
.contact-form-area p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 69px;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .contact-form-area p {
    margin-bottom: 50px;
    margin-right: 0;
  }
}

.contact-form .form-input-item {
  margin-bottom: 43px;
}
.contact-form .form-input-item .form-control {
  background-color: transparent;
  box-shadow: none;
  color: #1D3557;
  font-size: 14px;
  line-height: 1.2;
  border-radius: 0;
  resize: none;
  border-width: 0 0 1px 0;
  border-color: #A8DADC;
  border-style: solid;
  padding: 0 0 17px 0;
}
.contact-form .form-input-item .form-control::-webkit-input-placeholder {
  color: #457B9D;
  font-size: 12px;
}
.contact-form .form-input-item .form-control:-moz-placeholder {
  color: #457B9D;
  font-size: 12px;
}
.contact-form .form-input-item .form-control::-moz-placeholder {
  color: #457B9D;
  font-size: 12px;
}
.contact-form .form-input-item .form-control:-ms-input-placeholder {
  color: #457B9D;
  font-size: 12px;
}
.contact-form .form-input-item .form-control:active, .contact-form .form-input-item .form-control:focus {
  border-bottom-color: #457B9D;
}
.contact-form .form-input-item textarea.form-control {
  min-height: 113px;
  padding: 0 0 15px 0;
}
@media only screen and (max-width: 575px) {
  .contact-form .form-input-item textarea.form-control {
    min-height: 90px;
  }
}
.contact-form .form-input-item [type=submit] {
  background-color: transparent;
  border: 3px solid #A8DADC;
  border-radius: 50px;
  color: #1D3557;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-top: 27px;
  padding: 13px 35px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form .form-input-item [type=submit] {
    border-width: 2px;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-form .form-input-item [type=submit] {
    border-width: 2px;
    font-size: 14px;
    margin-top: 10px;
    padding: 11px 25px;
  }
}
@media only screen and (max-width: 575px) {
  .contact-form .form-input-item [type=submit] {
    margin-top: 0;
  }
}
.contact-form .form-input-item [type=submit]:hover {
  background-color: #A8DADC;
  color: #FFFFFF;
}

.form-message.alert-success {
  margin-top: 30px;
  transition: all 0.5s ease 0s;
}

@media only screen and (max-width: 767px) {
  .contact-thumb {
    padding-top: 70px;
  }
}
.contact-thumb img {
  left: -95px;
  max-width: none;
  position: relative;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-thumb img {
    left: -195px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-thumb img {
    left: -308px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-thumb img {
    left: 0;
    max-width: 100%;
    z-index: 1;
  }
}

.myaccount-tab-menu {
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .myaccount-tab-menu {
    margin-bottom: 40px;
  }
}
.myaccount-tab-menu.nav-tabs .nav-link {
  background-color: transparent;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  border-radius: 0;
  color: #000000;
  font-size: 15px;
  display: block;
  padding: 10px 15px;
  text-align: left;
  text-transform: capitalize;
}
.myaccount-tab-menu.nav-tabs .nav-link:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.myaccount-tab-menu.nav-tabs .nav-link.active {
  background-color: #FF5A5A;
}
.myaccount-tab-menu.nav-tabs .nav-link:hover, .myaccount-tab-menu.nav-tabs .nav-link.active {
  background-color: #FF5A5A;
  border-color: #FF5A5A;
  color: #FFFFFF;
}

.myaccount-content {
  border: 1px solid #eeeeee;
  padding: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .myaccount-content {
    padding: 20px;
  }
}
.myaccount-content form {
  margin-top: -20px;
}
.myaccount-content h3 {
  font-weight: 400;
  font-size: 20px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.myaccount-content .welcome a:hover {
  color: #FF5A5A;
}
.myaccount-content .welcome strong {
  font-weight: 600;
  color: #FF5A5A;
}
.myaccount-content p {
  line-height: 28px;
  margin-bottom: 2px;
}
.myaccount-content fieldset {
  margin-top: 20px;
}
.myaccount-content fieldset legend {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.myaccount-content .account-details-form {
  margin-top: 50px;
}
.myaccount-content .account-details-form .single-input-item {
  margin-bottom: 20px;
}
.myaccount-content .account-details-form .single-input-item label {
  font-size: 14px;
  text-transform: capitalize;
  display: block;
  margin: 0 0 5px;
}
.myaccount-content .account-details-form .single-input-item input {
  border: 1px solid #e8e8e8;
  width: 100%;
  height: 50px;
  background-color: transparent;
  padding: 2px 20px;
  color: #1D3557;
  font-size: 13px;
}
.myaccount-content .account-details-form .single-input-item input::-webkit-input-placeholder {
  color: #1f2226;
}
.myaccount-content .account-details-form .single-input-item input:-moz-placeholder {
  color: #1f2226;
}
.myaccount-content .account-details-form .single-input-item input::-moz-placeholder {
  color: #1f2226;
}
.myaccount-content .account-details-form .single-input-item input:-ms-input-placeholder {
  color: #1f2226;
}
.myaccount-content .account-details-form .single-input-item input:focus {
  border: 1px solid #1D3557;
}
.myaccount-content .account-details-form .single-input-item button {
  border: none;
  background-color: #FF5A5A;
  text-transform: uppercase;
  font-weight: 600;
  padding: 9px 25px;
  color: #fff;
  font-size: 13px;
}
.myaccount-content .account-details-form .single-input-item button:hover {
  background-color: #1f2226;
}

.myaccount-table {
  white-space: nowrap;
  font-size: 14px;
}
.myaccount-table table th,
.myaccount-table .table th {
  padding: 10px;
  font-weight: 600;
  background-color: #f8f8f8;
  border-color: #ccc;
  border-bottom: 0;
  color: #1f2226;
}
.myaccount-table table td,
.myaccount-table .table td {
  padding: 10px;
  vertical-align: middle;
  border-color: #ccc;
}
.myaccount-table table td a,
.myaccount-table .table td a {
  font-size: 14px;
  color: #000000;
}

.saved-message {
  background-color: #fff;
  border-top: 3px solid #FF5A5A;
  font-size: 14px;
  padding: 20px 0;
  color: #333;
}

.login-register-title h2 {
  font-size: 24px;
  margin: 0 0 15px;
  line-height: 1;
  text-transform: uppercase;
}
.login-register-title p {
  line-height: 1.6;
  color: #457B9D;
  width: 85%;
}
@media only screen and (max-width: 767px) {
  .login-register-title p {
    width: 100%;
  }
}

.login-register-pr {
  padding-right: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .login-register-pr {
    padding-right: 0;
  }
}

.login-register-pl {
  padding-left: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .login-register-pl {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .login-register-pl {
    margin-top: 82px;
  }
}

.login-register-border {
  border-right: 1px solid #e5e5e5;
}
@media only screen and (max-width: 767px) {
  .login-register-border {
    border: none;
  }
}

.login-register-content .login-register-style {
  margin: 33px 0 0;
}
.login-register-content .login-register-style p {
  color: #000000;
  font-size: 15px;
  line-height: 1.8;
  margin: 0 0 35px;
}
.login-register-content .login-register-style form .login-register-input {
  position: relative;
  margin-bottom: 10px;
}
.login-register-content .login-register-style form .login-register-input input {
  color: #1D3557;
  width: 100%;
  height: 51px;
  background-color: transparent;
  border: 1px solid #e5e5e5;
  padding: 2px 80px 2px 16px;
  font-size: 15px;
}
.login-register-content .login-register-style form .login-register-input input::-webkit-input-placeholder {
  color: #495057;
  opacity: 1;
}
.login-register-content .login-register-style form .login-register-input input:-moz-placeholder {
  color: #495057;
  opacity: 1;
}
.login-register-content .login-register-style form .login-register-input input::-moz-placeholder {
  color: #495057;
  opacity: 1;
}
.login-register-content .login-register-style form .login-register-input input:-ms-input-placeholder {
  color: #495057;
  opacity: 1;
}
.login-register-content .login-register-style form .login-register-input input:focus {
  border-color: #1D3557;
}
.login-register-content .login-register-style form .login-register-input .forgot {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.login-register-content .login-register-style form .login-register-input .forgot a {
  color: #4bb1cf;
  font-size: 15px;
}
.login-register-content .login-register-style form .login-register-paragraph {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  padding: 15px 0;
  margin: 30px 0 30px;
}
.login-register-content .login-register-style form .login-register-paragraph p {
  font-size: 14px;
  color: #666;
  line-height: 1.9;
  margin: 0;
}
.login-register-content .login-register-style form .login-register-paragraph p a {
  font-size: 14px;
  color: #FF5A5A;
}
.login-register-content .login-register-style form .login-register-paragraph p a:hover {
  color: #1D3557;
}
.login-register-content .login-register-style form .remember-me-btn {
  display: flex;
  align-items: center;
  margin: 19px 0 0px;
}
.login-register-content .login-register-style form .remember-me-btn input {
  cursor: pointer;
  width: auto;
  height: auto;
  margin-right: 10px;
}
.login-register-content .login-register-style form .remember-me-btn label {
  color: #000000;
  font-size: 15px;
}
.login-register-content .login-register-style form .btn-register {
  margin: 21px 0 0px;
}
.login-register-content .login-register-style form .btn-register .btn-register-now {
  font-size: 14px;
  border-radius: 3px;
  color: #FFFFFF;
  background-color: #FF5A5A;
  border: none;
  line-height: 1;
  text-align: center;
  padding: 13px 32px 11px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.login-register-content .login-register-style form .btn-register .btn-register-now:hover {
  background-color: #1D3557;
}
.login-register-content .login-register-style .register-benefits {
  background-color: #f3f3f3;
  padding: 40px 30px;
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .login-register-content .login-register-style .register-benefits {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .login-register-content .login-register-style .register-benefits {
    margin-top: 87px;
  }
}
.login-register-content .login-register-style .register-benefits h3 {
  color: #1D3557;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.login-register-content .login-register-style .register-benefits p {
  line-height: 1.6;
  font-size: 14px;
  color: #1D3557;
  margin: 0 0 28px;
}
.login-register-content .login-register-style .register-benefits ul {
  margin: 0;
}
.login-register-content .login-register-style .register-benefits ul li {
  color: #457B9D;
  font-size: 16px;
  margin: 0 0 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .login-register-content .login-register-style .register-benefits ul li {
    font-size: 15px;
  }
}
.login-register-content .login-register-style .register-benefits ul li:last-child {
  margin: 0 0 0;
}
.login-register-content .login-register-style .register-benefits ul li i {
  font-size: 20px;
  color: #457B9D;
  margin-right: 12px;
  position: relative;
  top: 3px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .login-register-content .login-register-style .register-benefits ul li i {
    margin-right: 0;
  }
}

.error-content {
  padding: 191px 0 200px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .error-content {
    padding: 151px 0 160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .error-content {
    padding: 142px 0 150px;
  }
}
@media only screen and (max-width: 575px) {
  .error-content {
    padding: 112px 0 120px;
  }
}
.error-content h1 {
  font-weight: 400;
  font-size: 42px;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .error-content h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .error-content h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .error-content h1 {
    font-size: 22px;
  }
}
.error-content p {
  line-height: 35px;
  color: #666;
  width: 90%;
  margin: 20px auto 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .error-content p {
    width: 100%;
  }
}
.error-content p a {
  color: #FF5A5A;
}
.error-content p a:hover {
  color: #1D3557;
}
.error-content .error-search {
  margin: 0 200px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .error-content .error-search {
    margin: 0;
  }
}
.error-content .error-search form {
  position: relative;
}
.error-content .error-search form input {
  border-radius: 50px;
  width: 100%;
  height: 48px;
  padding: 2px 50px 2px 20px;
  color: #1D3557;
  font-size: 15px;
  border: 1px solid #e5e5e5;
  background-color: transparent;
}
.error-content .error-search form input::-webkit-input-placeholder {
  color: #495057;
}
.error-content .error-search form input:-moz-placeholder {
  color: #495057;
}
.error-content .error-search form input::-moz-placeholder {
  color: #495057;
}
.error-content .error-search form input:-ms-input-placeholder {
  color: #495057;
}
.error-content .error-search form input:focus {
  border-color: #1D3557;
}
.error-content .error-search form button {
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  right: 16px;
  padding: 0;
  border: none;
  background-color: transparent;
}
.error-content .error-search form button img {
  opacity: 0.7;
  position: relative;
  top: -3px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.error-content .error-search form button:hover img {
  opacity: 1;
}

.map-area iframe {
  width: 100%;
  height: 750px;
  border-radius: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .map-area iframe {
    height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .map-area iframe {
    height: 360px;
  }
}
@media only screen and (max-width: 575px) {
  .map-area iframe {
    height: 260px;
  }
}

/*----------------------------------------*/
/*  About CSS
/*----------------------------------------*/
.about-area {
  padding-bottom: 110px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area {
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .about-area {
    padding-bottom: 40px;
  }
}

.about-content {
  padding-top: 65px;
}
@media only screen and (max-width: 767px) {
  .about-content {
    margin-bottom: 30px;
  }
}
.about-content .breadcrumb {
  margin-bottom: 4px;
}
.about-content-title {
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 31px;
  margin-right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-content-title {
    font-size: 36px;
    line-height: 1.3;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content-title {
    font-size: 30px;
    line-height: 1.3;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-content-title {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 25px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .about-content-title {
    font-size: 24px;
  }
}
.about-content p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 26px;
}
.about-content .ht-popup-video {
  line-height: 1;
}
.about-content .ht-popup-video span {
  margin-left: 0;
  margin-right: 17px;
  letter-spacing: 0.2em;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.about-content .ht-popup-video .icon {
  background-color: transparent;
  border: 1px solid #457B9D;
  color: #457B9D;
  font-size: 20px;
  height: 70px;
  line-height: 70px;
  width: 70px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content .ht-popup-video .icon {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    width: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .about-content .ht-popup-video .icon {
    font-size: 14px;
    height: 35px;
    line-height: 33px;
    width: 35px;
  }
}
.about-content .ht-popup-video:hover span {
  color: #457B9D;
}
.about-content .ht-popup-video:hover .icon {
  background-color: #457B9D;
  color: #FFFFFF;
}

.about-thumb img {
  left: -95px;
  max-width: none;
  position: relative;
  top: 50px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-thumb img {
    left: -170px;
  }
}
@media only screen and (max-width: 767px) {
  .about-thumb img {
    left: 0;
    max-width: 100%;
    top: 0;
  }
}

.funfact-item {
  background-color: #F1FAEE;
  border-radius: 10px;
  margin-top: 50px;
  padding: 0 25px 35px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.funfact-item img {
  margin-bottom: 50px;
  margin-top: -40px;
  max-height: 80px;
  max-width: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .funfact-item img {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .funfact-item img {
    margin-top: -35px;
    width: 70px;
  }
}
.funfact-item:hover {
  box-shadow: 5px 15px 25px rgba(0, 0, 0, 0.2);
}
.funfact-info {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .funfact-info {
    font-size: 36px;
  }
}
.funfact-info span {
  color: #457B9D;
  display: block;
  font-size: 24px;
  margin-top: 23px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .funfact-info span {
    font-size: 22px;
  }
}

.section-title.section-title-feature p {
  max-width: 620px;
}

.feature-thumb {
  margin-bottom: 67px;
}
.feature-item p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-item p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .feature-item p {
    font-size: 14px;
    line-height: 1.4;
  }
}
.feature-title {
  align-items: center;
  display: flex;
  font-size: 24px;
  margin-bottom: 21px;
  min-height: 31px;
}
@media only screen and (max-width: 767px) {
  .feature-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .feature-title {
    font-size: 18px;
  }
}
.feature-title img {
  margin-right: 14px;
  position: relative;
  top: 2px;
}

.divider-content {
  margin-top: -14px;
}
.divider-content-title {
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 41px;
  margin-right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .divider-content-title {
    font-size: 42px;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .divider-content-title {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .divider-content-title {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
.divider-content p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 33px;
}
@media only screen and (max-width: 767px) {
  .divider-content p {
    margin-bottom: 25px;
  }
}
.divider-thumb img {
  border-radius: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .divider-thumb img {
    border-radius: 15px;
    margin-bottom: 50px;
    width: 100%;
  }
}

/*----------------------------------------*/
/*  Sidebar CSS
/*----------------------------------------*/
.sidebar-area .widget-item {
  margin-bottom: 32px;
}
.sidebar-area .widget-item p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 18px;
}
.sidebar-area .widget-title {
  border-bottom: 1px solid #1D3557;
  font-size: 18px;
  margin-bottom: 21px;
  padding-bottom: 9px;
}

.widget-search-box {
  position: relative;
}
.widget-search-box input {
  background-color: transparent;
  border: solid #A8DADC;
  border-width: 0 0 1px 0;
  border-radius: 0;
  color: #1D3557;
  //font-family: "Playfair Display", serif;
  font-size: 14px;
  padding: 0 35px 8px 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.widget-search-box input::-webkit-input-placeholder {
  color: #457B9D;
}
.widget-search-box input:-moz-placeholder {
  color: #457B9D;
}
.widget-search-box input::-moz-placeholder {
  color: #457B9D;
}
.widget-search-box input:-ms-input-placeholder {
  color: #457B9D;
}
.widget-search-box input:active, .widget-search-box input:focus {
  background-color: transparent;
  border-bottom-color: #457B9D;
}
.widget-search-box .btn-src {
  background-color: transparent;
  border: none;
  bottom: 14px;
  color: #1D3557;
  font-size: 16px;
  line-height: 1;
  position: absolute;
  right: 0;
  padding: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.widget-newsletter-box {
  position: relative;
}
.widget-newsletter-box input {
  background-color: transparent;
  border: solid #A8DADC;
  border-width: 0 0 1px 0;
  border-radius: 0;
  color: #1D3557;
  //font-family: "Playfair Display", serif;
  font-size: 14px;
  padding: 0 35px 7px 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.widget-newsletter-box input::-webkit-input-placeholder {
  color: #457B9D;
}
.widget-newsletter-box input:-moz-placeholder {
  color: #457B9D;
}
.widget-newsletter-box input::-moz-placeholder {
  color: #457B9D;
}
.widget-newsletter-box input:-ms-input-placeholder {
  color: #457B9D;
}
.widget-newsletter-box input:active, .widget-newsletter-box input:focus {
  background-color: transparent;
  border-bottom-color: #457B9D;
}
.widget-newsletter-box .btn-src {
  background-color: transparent;
  border: none;
  bottom: 13px;
  color: #1D3557;
  font-size: 16px;
  line-height: 1;
  position: absolute;
  right: 0;
  padding: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.widget-categories a {
  color: #1D3557;
  display: block;
  //font-family: "Playfair Display", serif;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 15px;
  padding-left: 27px;
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.widget-categories a:last-child {
  margin-bottom: 0;
}
.widget-categories a:before {
  background-color: #A8DADC;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: calc(50% - 3px);
  width: 6px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.widget-categories a:after {
  background-color: #A8DADC;
  border-radius: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.5px);
  width: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.widget-categories a:hover {
  padding-left: 41px;
}
.widget-categories a:hover:before {
  opacity: 0;
}
.widget-categories a:hover:after {
  opacity: 1;
  width: 18px;
}

.widget-blog-post {
  display: flex;
  margin-bottom: 18px;
  overflow: hidden;
}
.widget-blog-post:last-child {
  margin-bottom: 0;
}
.widget-blog-post .thumb {
  border-radius: 10px;
  display: flex;
  min-width: 85px;
  max-height: 85px;
  overflow: hidden;
}
.widget-blog-post img {
  border-radius: 10px;
  max-width: 85px;
  width: 100%;
  transition: all 0.5s ease 0s;
}
.widget-blog-post .content {
  padding-left: 15px;
}
.widget-blog-post .title {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 7px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .widget-blog-post .title {
    font-size: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .widget-blog-post .title {
    margin-top: -6px;
  }
}
.widget-blog-post .title:hover {
  color: #457B9D;
}
.widget-blog-post .post-date {
  color: #1D3557;
  //font-family: "Playfair Display", serif;
  font-size: 14px;
  display: block;
  line-height: 1;
  margin-bottom: 0;
}
.widget-blog-post .btn-text {
  color: #1D3557;
  cursor: pointer;
  display: inline-block;
  //font-family: "Playfair Display", serif;
  font-size: 14px;
  float: right;
  line-height: 1;
  margin-top: 25px;
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .widget-blog-post .btn-text {
    font-size: 12px;
    float: none;
    margin-top: 15px;
  }
}
.widget-blog-post .btn-text:after {
  background-color: #A8DADC;
  bottom: 2px;
  content: "";
  height: 1px;
  left: calc(-100% - 531px);
  position: absolute;
  width: calc(100% + 500px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .widget-blog-post .btn-text:after {
    display: none;
  }
}
.widget-blog-post .btn-text:hover {
  color: #457B9D;
}
.widget-blog-post:hover .thumb img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.widget-product-item {
  display: flex;
  margin-bottom: 18px;
  overflow: hidden;
}
.widget-product-item:last-child {
  margin-bottom: 0;
}
.widget-product-item .thumb {
  border-radius: 10px;
  display: flex;
  min-width: 85px;
  max-height: 85px;
  overflow: hidden;
}
.widget-product-item img {
  border-radius: 10px;
  max-width: 85px;
  width: 100%;
  transition: all 0.5s ease 0s;
}
.widget-product-item .content {
  padding-left: 15px;
}
.widget-product-item .title {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 7px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .widget-product-item .title {
    font-size: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .widget-product-item .title {
    margin-top: -6px;
  }
}
.widget-product-item .title:hover {
  color: #457B9D;
}
.widget-product-item .product-price {
  color: #1D3557;
  //font-family: "Playfair Display", serif;
  font-size: 14px;
  font-weight: 500;
  display: block;
  line-height: 1;
  margin-bottom: 0;
}
.widget-product-item .btn-text {
  color: #1D3557;
  cursor: pointer;
  display: inline-block;
  //font-family: "Playfair Display", serif;
  font-size: 14px;
  float: right;
  line-height: 1;
  margin-top: 25px;
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .widget-product-item .btn-text {
    font-size: 12px;
    float: none;
    margin-top: 15px;
  }
}
.widget-product-item .btn-text:after {
  background-color: #A8DADC;
  bottom: 2px;
  content: "";
  height: 1px;
  left: calc(-100% - 531px);
  position: absolute;
  width: calc(100% + 500px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .widget-product-item .btn-text:after {
    display: none;
  }
}
.widget-product-item .btn-text:hover {
  color: #457B9D;
}
.widget-product-item:hover .thumb img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}






/*====================sidemenu==================*/
.mcd-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 360px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background: #fff;


  -webkit-box-shadow: 0px 3px 5px 0px rgba(59,59,59,0.55);
  -moz-box-shadow: 0px 3px 5px 0px rgba(59,59,59,0.55);
  box-shadow: 0px 3px 5px 0px rgba(59,59,59,0.55);

  z-index: 999;
  position: relative;
  background: #fff;
  margin-top: -18px;
  display: none;
}
.expand-category-button-container{
  cursor: pointer;
}
.expand-category-button-container:hover .mcd-menu {
  display: block;
}




.mcd-menu li {
  position: relative;
  /*float:left;*/
}
.mcd-menu li a {
  display: block;
  text-decoration: none;
  padding: 10px 10px;
  color: #555;
  text-align: left;
  font-size: 14px;
  height: 40px;
  position: relative;
  border-bottom: 1px solid #EEE;
}
.mcd-menu li a i {
  /*display: block;
  font-size: 30px;
  margin-bottom: 10px;*/
  
  /* == */
  float: right;
  font-size: 20px;
  margin: 0 10px 0 0;
  /* == */
  
}
/* == */
.mcd-menu li a p {
  float: left;
  margin: 0 ;
}
/* == */

.mcd-menu li a strong {
  display: block;
  text-transform: uppercase;
}
.mcd-menu li a small {
  display: block;
  font-size: 10px;
}

.mcd-menu li a i, .mcd-menu li a strong, .mcd-menu li a small {
  position: relative;
  
  transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
}
.mcd-menu li:hover > a i {
  opacity: 1;
  -webkit-animation: moveFromTop 300ms ease-in-out;
  -moz-animation: moveFromTop 300ms ease-in-out;
  -ms-animation: moveFromTop 300ms ease-in-out;
  -o-animation: moveFromTop 300ms ease-in-out;
  animation: moveFromTop 300ms ease-in-out;
}
.mcd-menu li:hover a strong {
  opacity: 1;
  -webkit-animation: moveFromLeft 300ms ease-in-out;
  -moz-animation: moveFromLeft 300ms ease-in-out;
  -ms-animation: moveFromLeft 300ms ease-in-out;
  -o-animation: moveFromLeft 300ms ease-in-out;
  animation: moveFromLeft 300ms ease-in-out;
}
.mcd-menu li:hover a small {
  opacity: 1;
  -webkit-animation: moveFromRight 300ms ease-in-out;
  -moz-animation: moveFromRight 300ms ease-in-out;
  -ms-animation: moveFromRight 300ms ease-in-out;
  -o-animation: moveFromRight 300ms ease-in-out;
  animation: moveFromRight 300ms ease-in-out;
}

.mcd-menu li:hover > a {
  color: #e67e22;
}
.mcd-menu li a.active {
  position: relative;
  color: #e67e22;
  border:0;
  /*border-top: 4px solid #e67e22;
  border-bottom: 4px solid #e67e22;
  margin-top: -4px;*/
  box-shadow: 0 0 5px #DDD;
  -moz-box-shadow: 0 0 5px #DDD;
  -webkit-box-shadow: 0 0 5px #DDD;
  
  /* == */
  border-left: 4px solid #e67e22;
  border-right: 4px solid #e67e22;
  margin: 0 -4px;
  /* == */
}
.mcd-menu li a.active:before {
  content: "";
  position: absolute;
  /*top: 0;
  left: 45%;
  border-top: 5px solid #e67e22;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;*/
  
  /* == */
  top: 42%;
  left: 0;
  border-left: 5px solid #e67e22;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  /* == */
}

/* == */
.mcd-menu li a.active:after {
  content: "";
  position: absolute;
  top: 42%;
  right: 0;
  border-right: 5px solid #e67e22;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
/* == */




.mcd-menu li ul,
.mcd-menu li ul li ul {
  position: absolute;
  height: auto;
  min-width: 200px;
  padding: 0;
  margin: 0;
  background: #FFF;
  /*border-top: 4px solid #e67e22;*/
  opacity: 0;
  visibility: hidden;
  transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  /*top: 130px;*/
  z-index: 1000;
  
  /* == */
  left:263px;
  top: 0px;
  /* == */
}
.mcd-menu li ul:before {
  content: "";
  position: absolute;
  top: 25px;
  left: -9px;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
}
.mcd-menu li:hover > ul,
.mcd-menu li ul li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
.mcd-menu li ul li a {
  padding: 10px;
  text-align: left;
  border: 0;
  border-bottom: 1px solid #EEE;
  height: 40px;
  
  /* == */
  //height: auto;
  /* == */
}
.mcd-menu li ul li a i {
  font-size: 16px;
  display: inline-block;
  margin: 0 10px 0 0;
}
.mcd-menu li ul li ul {
  left: 230px;
  top: 0;
  border: 0;
  border-left: 4px solid #e67e22;
}  
.mcd-menu li ul li ul:before {
  content: "";
  position: absolute;
  top: 15px;
  /*left: -14px;*/
  /* == */
  left: -9px;
  /* == */
  border-right: 5px solid #e67e22;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
}
.mcd-menu li ul li:hover > ul {
  top: 0px;
  left: 200px;
}



/*.mcd-menu li.float {
  float: right;
}*/
.mcd-menu li a.search {
  /*padding: 29px 20px 30px 10px;*/
  padding: 10px 10px 15px 10px;
  clear: both;
}
.mcd-menu li a.search i {
  margin: 0;
  display: inline-block;
  font-size: 18px;
}
.mcd-menu li a.search input {
  border: 1px solid #EEE;
  padding: 10px;
  background: #FFF;
  outline: none;
  color: #777;
  
  /* == */
  width:170px;
  float:left;
  /* == */
}
.mcd-menu li a.search button {
  border: 1px solid #e67e22;
  /*padding: 10px;*/
  background: #e67e22;
  outline: none;
  color: #FFF;
  margin-left: -4px;
  
  /* == */
  float:left;
  padding: 10px 10px 11px 10px;
  /* == */
}
.mcd-menu li a.search input:focus {
  border: 1px solid #e67e22;
}





.product-post .profileImg{
  height: 40px;
  width: 40px;
  border: 2px solid #eee;
  border-radius: 50%;
  float: left;
  margin-right: 7px;
  margin-top: 1px;
}
.product-post .profileName{
  font-size: 17px;
  font-weight: 500;
}
.product-post .uploadTime{
  font-size: 12px;
}
.product-post .productName{
  font-size: 15px;
  margin-bottom: 5px;
}
.product-post .readmorebutton{
  font-size: 13px;
  cursor: pointer;
}
.product-post .postImageContainer .prod{
  padding: 5px;
  text-align: center;
}
.product-post .postImageContainer .prod img{
  height: 120px;
  width: auto;
  border-radius: 5px;
}
.product-post .postImageContainer .prod-more{
  position: relative;
}
.product-post .postImageContainer .prod-more img{
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.product-post .postImageContainer .prod-more p{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 0;
  color: white;
  font-weight: bold;
  font-size: 30px;
}

.product-post .read-more-target{
  font-size: 15px;
}

.order-tracking{
  text-align: center;
  width: 25%;
  position: relative;
  display: block;
}
.order-tracking .is-complete{
  display: block;
  position: relative;
  border-radius: 50%;
  height: 28px;
  width: 28px;
  border: 0px solid #AFAFAF;
  background-color: #eee;
  margin: 0 auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
  z-index: 2;
}
.order-tracking .is-complete i{
  font-size: 12px;
  color: #a0e071;
}
.order-tracking .is-complete:after {
  display: block;
  position: absolute;
  content: '';
  height: 14px;
  width: 7px;
  top: -2px;
  bottom: 0;
  left: 5px;
  margin: auto 0;
  //border: 0px solid #AFAFAF;
  border-width: 0px 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}
.order-tracking.completed .is-complete{
  border-color: #fff;
  border-width: 0px;
  background-color: #a0e071;
}
.order-tracking.completed .is-complete:after {
  border-color: #fff;
  border-width: 0px 3px 3px 0;
  width: 7px;
  left: 11px;
  opacity: 1;
}
.order-tracking p {
  color: #A4A4A4;
  font-size: 12px;
  margin-top: 2px;
  margin-bottom: 0;
  line-height: 20px;
}
.order-tracking p span{font-size: 14px;}
.order-tracking.completed p{color: #70c332;}
.order-tracking.completed i{color: #fff;}
.order-tracking::before {
  content: '';
  display: block;
  height: 3px;
  width: calc(100% - 40px);
  background-color: #eee;
  top: 13px;
  position: absolute;
  left: calc(-50% + 20px);
  z-index: 0;
}
.order-tracking:first-child:before{display: none;}
.order-tracking.completed:before{background-color: #a0e071;}

@media (max-width: 992px){
  .order-tracking .is-complete{
    height: 25px;
    width: 25px;
  }
}


.offcanvas-start {
  width: 280px;
}






.text-primary{
  color:  #f85606!important;
}


.mid-nav{
  background: #fff;
}
.fixed-header-logo-area .logo-main{
  background: #fff;
}


.main-nav > li > a:hover {
  color: #ccc!important;
}

.cart-search-user-button-area button{
  background: #fff;
}
.cart-search-user-button-area button i{
  //color: var(--primary-color);
}
.cart-search-user-button-area .cart-item-quantity {   
  background: #70c332;
  border: 2px solid #70c332;
}
.header-action-cart-account .cart-icon {
  //color: var(--primary-color);
}
.header-action-cart .cart-icon {
  //color: var(--primary-color);
}
.header-search-box .btn-src {
  //color: var(--primary-color);
}
.aside-search-box-wrapper .search-form .search-button {
  color: var(--primary-color);
}
.header-search-box .form-control:focus{
  border-color: var(--primary-color);
}
.title-color{
  color: var(--primary-color) !important;
}
.color-text{
  color: var(--primary-color) !important;
}
.cart_icon_quantity {
  /*background: #fff !important;
  border: 2px solid var(--primary-color) !important;
  color: var(--primary-color) !important;*/
  background: none;
  border: none;
  color: #505050;
}
.cart-search-user-button-area .cart-item-quantity {
  /*background: #fff !important;
  border: 2px solid var(--primary-color) !important;
  color: var(--primary-color) !important;*/

  background: none;
  border: none;
  color: #505050;
}

@media only screen and (max-width: 767px) {
  .menu-nav{
    background: #fff;
    //border-bottom: 2px solid var(--primary-color);
  }
  .cart-search-user-button-area button {
    background: #fff;
    border: 1px solid #eee;
  }
}

.sub-banner-container .sub-banner{
  background-color: var(--primary-color);
}

.product-item {
  //border: 1px solid #f1f1f1;
  //box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  padding: 10px;
  padding-bottom: 5px;
}
.product-item:hover{
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.product-item:hover .btn-outline-primary, .product-item.hover .btn-outline-primary { 
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.page-header-title {
  //border-bottom: 2px solid var(--primary-color);
  //color:#505050;
  //background: #f7f7f7;
  text-align: center;
}

.rectangular-bg{ 
  position:relative;
  box-sizing:border-box;
  //width: 98%;
  //margin: auto;
}
.rectangular-bg:before { 
  content:"";
  position:absolute;
  background: #ff8f00;
  border-radius: 0x;
  transform: skew(-5deg);
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:-1;
}

.offcanvas-menu li a:hover {
  color: var(--primary-color);
}
.offcanvas-menu li a:hover:after {
  color: var(--primary-color);
}


.sweet-alert h2{
  margin-top: 30px !important;
}




.urlpath{
  background: #f7f7f7;
}
.urlpath a{
  color: #505050;
}

.form-area{
  //background: #f7f7f7;
  //border: 1px solid var(--primary-color);
}

.product-details-action .product-action-btn {
  border: 2px solid var(--primary-color);
}
.product-details-action .product-action-btn:hover {
  background-color: var(--primary-color);
  color: #FFFFFF;
}

.checkout-cart-area .total-table {
  border-top: 2px solid var(--primary-color);
}




/*-------------Sosial Media Icon--------------*/
.social-btn {
  display: flex;
  width: 40px;
  align-items: center;
  //justify-content: space-between;
  padding-left: 3px;
  padding-right: 6px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 5px;
  position: relative;
  //left: -110px;
  transition: left 1s;
}
.icons8-icon{
  height: 30px;
  width: 30px;
}
.social-btn:hover {
  //left: -10px;
  transition: left 1s;
}

.social {
  position: fixed;
  bottom: 35vh;
}
.social a {
  text-decoration: none;
}

.color-telegram {
  background-color: #0084c6;
}
.color-facebook {
  background-color: #0084c6;
}
.color-instagram {
  background-color: #f62782;
}
.color-whatsapp {
  background-color: #24cc63;
}
.social-btn img {
  width: 40px;
}
.social-btn p {
  color: white;
  margin-top: 0px;
  margin-bottom: 0px;
}

.icons8-facebook-app {
  order: 2;
  display: inline-block;
  content: "\f005";
  background: url("data:image/png;base64,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")
  50% 50% no-repeat;
  background-size: 100%;
}
.icons8-telegram-app {
  order: 2;
  display: inline-block;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4Igp3aWR0aD0iNTAiIGhlaWdodD0iNTAiCnZpZXdCb3g9IjAgMCA1MCA1MCIKc3R5bGU9IiBmaWxsOiNmZmZmZmY7Ij48cGF0aCBkPSJNIDQ0LjM3Njk1MyA1Ljk4NjMyODEgQyA0My44ODk5MDUgNi4wMDc2OTU3IDQzLjQxNTgxNyA2LjE0MzI0OTcgNDIuOTg4MjgxIDYuMzE0NDUzMSBDIDQyLjU2NTExMyA2LjQ4NDUxMTMgNDAuMTI4ODgzIDcuNTI0MzQwOCAzNi41MzEyNSA5LjA2MjUgQyAzMi45MzM2MTcgMTAuNjAwNjU5IDI4LjI1Njk2MyAxMi42MDM2NjggMjMuNjIxMDk0IDE0LjU4OTg0NCBDIDE0LjM0OTM1NiAxOC41NjIxOTYgNS4yMzgyODEzIDIyLjQ3MDcwMyA1LjIzODI4MTIgMjIuNDcwNzAzIEwgNS4zMDQ2ODc1IDIyLjQ0NTMxMiBDIDUuMzA0Njg3NSAyMi40NDUzMTIgNC43NTQ3ODc1IDIyLjYyOTEyMiA0LjE5NzI2NTYgMjMuMDE3NTc4IEMgMy45MTg1MDQ3IDIzLjIxMTgwNiAzLjYxODYwMjggMjMuNDYyNTU1IDMuMzczMDQ2OSAyMy44MjgxMjUgQyAzLjEyNzQ5MSAyNC4xOTM2OTUgMi45NDc5NzM1IDI0LjcxMTc4OCAzLjAxNTYyNSAyNS4yNTk3NjYgQyAzLjI1MzI0NzkgMjcuMTg0NTExIDUuMjQ4MDQ2OSAyNy43MzA0NjkgNS4yNDgwNDY5IDI3LjczMDQ2OSBMIDUuMjU1ODU5NCAyNy43MzQzNzUgTCAxNC4xNTgyMDMgMzAuNzgxMjUgQyAxNC4zODUxNzcgMzEuNTM4NDM0IDE2Ljg1ODMxOSAzOS43OTI5MjMgMTcuNDAyMzQ0IDQxLjU0MTAxNiBDIDE3LjcwMjc5NyA0Mi41MDc0ODQgMTcuOTg0MDEzIDQzLjA2NDk5NSAxOC4yNzczNDQgNDMuNDQ1MzEyIEMgMTguNDI0MTMzIDQzLjYzNTYzMyAxOC41Nzc5NjIgNDMuNzgyOTE1IDE4Ljc0ODA0NyA0My44OTA2MjUgQyAxOC44MTU2MjcgNDMuOTMzNDE1IDE4Ljg4NjcgNDMuOTY1NTI1IDE4Ljk1NzAzMSA0My45OTQxNDEgQyAxOC45NTg1MzEgNDMuOTk0ODA2IDE4Ljk1OTQzNyA0My45OTM0OCAxOC45NjA5MzggNDMuOTk0MTQxIEMgMTguOTY5NTc5IDQzLjk5Nzk1MiAxOC45Nzc3MDggNDMuOTk4Mjk1IDE4Ljk4NjMyOCA0NC4wMDE5NTMgTCAxOC45NjI4OTEgNDMuOTk2MDk0IEMgMTguOTc5MjMxIDQ0LjAwMjY5NCAxOC45OTUzNTkgNDQuMDEzODAxIDE5LjAxMTcxOSA0NC4wMTk1MzEgQyAxOS4wNDM0NTYgNDQuMDMwNjU1IDE5LjA2MjkwNSA0NC4wMzAyNjggMTkuMTAzNTE2IDQ0LjAzOTA2MiBDIDIwLjEyMzA1OSA0NC4zOTUwNDIgMjAuOTY2Nzk3IDQzLjczNDM3NSAyMC45NjY3OTcgNDMuNzM0Mzc1IEwgMjEuMDAxOTUzIDQzLjcwNzAzMSBMIDI2LjQ3MDcwMyAzOC42MzQ3NjYgTCAzNS4zNDU3MDMgNDUuNTU0Njg4IEwgMzUuNDU3MDMxIDQ1LjYwNTQ2OSBDIDM3LjAxMDQ4NCA0Ni4yOTUyMTYgMzguNDE1MzQ5IDQ1LjkxMDQwMyAzOS4xOTMzNTkgNDUuMjc3MzQ0IEMgMzkuOTcxMzcgNDQuNjQ0Mjg0IDQwLjI3NzM0NCA0My44MjgxMjUgNDAuMjc3MzQ0IDQzLjgyODEyNSBMIDQwLjMxMDU0NyA0My43NDIxODggTCA0Ni44MzIwMzEgOS43NTE5NTMxIEMgNDYuOTk4OTAzIDguOTkxNTE2MiA0Ny4wMjI2MTIgOC4zMzQyMDIgNDYuODY1MjM0IDcuNzQwMjM0NCBDIDQ2LjcwNzg1NyA3LjE0NjI2NjggNDYuMzI1NDkyIDYuNjI5OTM2MSA0NS44NDU3MDMgNi4zNDM3NSBDIDQ1LjM2NTkxNCA2LjA1NzU2MzkgNDQuODY0MDAxIDUuOTY0OTYwNSA0NC4zNzY5NTMgNS45ODYzMjgxIHogTSA0NC40Mjk2ODggOC4wMTk1MzEyIEMgNDQuNjI3NDkxIDguMDEwMzcwNyA0NC43NzQxMDIgOC4wMzI5ODMgNDQuODIwMzEyIDguMDYwNTQ2OSBDIDQ0Ljg2NjUyMyA4LjA4ODExMDkgNDQuODg3MjcyIDguMDg0NDgyOSA0NC45MzE2NDEgOC4yNTE5NTMxIEMgNDQuOTc2MDExIDguNDE5NDIzIDQ1LjAwMDAzNiA4Ljc3MjE2MDUgNDQuODc4OTA2IDkuMzI0MjE4OCBMIDQ0Ljg3NSA5LjMzNTkzNzUgTCAzOC4zOTA2MjUgNDMuMTI4OTA2IEMgMzguMzc1Mjc1IDQzLjE2MjkyNiAzOC4yNDAxNTEgNDMuNDc1NTMxIDM3LjkzMTY0MSA0My43MjY1NjIgQyAzNy42MTY5MTQgNDMuOTgyNjUzIDM3LjI2Njg3NCA0NC4xODI1NTQgMzYuMzM3ODkxIDQzLjc5Mjk2OSBMIDI2LjYzMjgxMiAzNi4yMjQ2MDkgTCAyNi4zNTkzNzUgMzYuMDA5NzY2IEwgMjYuMzUzNTE2IDM2LjAxNTYyNSBMIDIzLjQ1MTE3MiAzMy44Mzc4OTEgTCAzOS43NjE3MTkgMTQuNjQ4NDM4IEEgMS4wMDAxIDEuMDAwMSAwIDAgMCAzOC45NzQ2MDkgMTMgQSAxLjAwMDEgMS4wMDAxIDAgMCAwIDM4LjQ0NTMxMiAxMy4xNjc5NjkgTCAxNC44NDM3NSAyOC45MDIzNDQgTCA1LjkyNzczNDQgMjUuODQ5NjA5IEMgNS45Mjc3MzQ0IDI1Ljg0OTYwOSA1LjA0MjM3NzEgMjUuMzU2OTI3IDUgMjUuMDEzNjcyIEMgNC45OTc2NSAyNC45OTQ2NTIgNC45ODcxOTYxIDI1LjAxMTg2OSA1LjAzMzIwMzEgMjQuOTQzMzU5IEMgNS4wNzkyMTAxIDI0Ljg3NDg2OSA1LjE5NDg1NDYgMjQuNzU5MjI1IDUuMzM5ODQzOCAyNC42NTgyMDMgQyA1LjYyOTgyMTggMjQuNDU2MTU5IDUuOTYwOTM3NSAyNC4zMzM5ODQgNS45NjA5Mzc1IDI0LjMzMzk4NCBMIDUuOTk0MTQwNiAyNC4zMjIyNjYgTCA2LjAyNzM0MzggMjQuMzA4NTk0IEMgNi4wMjczNDM4IDI0LjMwODU5NCAxNS4xMzg4OTQgMjAuMzk5ODgyIDI0LjQxMDE1NiAxNi40Mjc3MzQgQyAyOS4wNDU3ODcgMTQuNDQxNjYgMzMuNzIxNjE3IDEyLjQ0MDEyMiAzNy4zMTgzNTkgMTAuOTAyMzQ0IEMgNDAuOTE0MTc1IDkuMzY0OTYxNSA0My41MTI0MTkgOC4yNTgzNjU4IDQzLjczMjQyMiA4LjE2OTkyMTkgQyA0My45ODI4ODYgOC4wNjk2MjUzIDQ0LjIzMTg4NCA4LjAyODY5MTggNDQuNDI5Njg4IDguMDE5NTMxMiB6IE0gMzMuNjEzMjgxIDE4Ljc5Mjk2OSBMIDIxLjI0NDE0MSAzMy4zNDU3MDMgTCAyMS4yMzgyODEgMzMuMzUxNTYyIEEgMS4wMDAxIDEuMDAwMSAwIDAgMCAyMS4xODM1OTQgMzMuNDIzODI4IEEgMS4wMDAxIDEuMDAwMSAwIDAgMCAyMS4xMjg5MDYgMzMuNTA3ODEyIEEgMS4wMDAxIDEuMDAwMSAwIDAgMCAyMC45OTgwNDcgMzMuODkyNTc4IEEgMS4wMDAxIDEuMDAwMSAwIDAgMCAyMC45OTgwNDcgMzMuOTAwMzkxIEwgMTkuMzg2NzE5IDQxLjE0NjQ4NCBDIDE5LjM1OTkzIDQxLjA2ODE5NyAxOS4zNDExNzMgNDEuMDM5NTU1IDE5LjMxMjUgNDAuOTQ3MjY2IEwgMTkuMzEyNSA0MC45NDUzMTIgQyAxOC44MDA3MTMgMzkuMzAwODUgMTYuNDY3MzYyIDMxLjUxNjEgMTYuMTQ0NTMxIDMwLjQzOTQ1MyBMIDMzLjYxMzI4MSAxOC43OTI5NjkgeiBNIDIyLjY0MDYyNSAzNS43MzA0NjkgTCAyNC44NjMyODEgMzcuMzk4NDM4IEwgMjEuNTk3NjU2IDQwLjQyNTc4MSBMIDIyLjY0MDYyNSAzNS43MzA0NjkgeiI+PC9wYXRoPjwvc3ZnPg==")
  50% 50% no-repeat;
  background-size: 100%;
}

.icons8-instagram {
  order: 2;
  display: inline-block;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4Igp3aWR0aD0iNTAiIGhlaWdodD0iNTAiCnZpZXdCb3g9IjAgMCAxNiAxNiIKc3R5bGU9IiBmaWxsOiNmZmZmZmY7Ij48cGF0aCBkPSJNIDQuNzczNDM4IDEgQyAyLjY5NTMxMyAxIDEgMi42OTUzMTMgMSA0Ljc3MzQzOCBMIDEgMTAuMjMwNDY5IEMgMSAxMi4zMDQ2ODggMi42OTUzMTMgMTQgNC43NzM0MzggMTQgTCAxMC4yMzA0NjkgMTQgQyAxMi4zMDQ2ODggMTQgMTQgMTIuMzA0Njg4IDE0IDEwLjIyNjU2MyBMIDE0IDQuNzczNDM4IEMgMTQgMi42OTUzMTMgMTIuMzA0Njg4IDEgMTAuMjI2NTYzIDEgWiBNIDQuNzczNDM4IDIgTCAxMC4yMjY1NjMgMiBDIDExLjc2NTYyNSAyIDEzIDMuMjM0Mzc1IDEzIDQuNzczNDM4IEwgMTMgMTAuMjI2NTYzIEMgMTMgMTEuNzY1NjI1IDExLjc2NTYyNSAxMyAxMC4yMzA0NjkgMTMgTCA0Ljc3MzQzOCAxMyBDIDMuMjM0Mzc1IDEzIDIgMTEuNzY1NjI1IDIgMTAuMjMwNDY5IEwgMiA0Ljc3MzQzOCBDIDIgMy4yMzQzNzUgMy4yMzQzNzUgMiA0Ljc3MzQzOCAyIFogTSAxMS41IDMgQyAxMS4yMjI2NTYgMyAxMSAzLjIyMjY1NiAxMSAzLjUgQyAxMSAzLjc3NzM0NCAxMS4yMjI2NTYgNCAxMS41IDQgQyAxMS43NzczNDQgNCAxMiAzLjc3NzM0NCAxMiAzLjUgQyAxMiAzLjIyMjY1NiAxMS43NzczNDQgMyAxMS41IDMgWiBNIDcuNSA0IEMgNS41NzQyMTkgNCA0IDUuNTc0MjE5IDQgNy41IEMgNCA5LjQyNTc4MSA1LjU3NDIxOSAxMSA3LjUgMTEgQyA5LjQyNTc4MSAxMSAxMSA5LjQyNTc4MSAxMSA3LjUgQyAxMSA1LjU3NDIxOSA5LjQyNTc4MSA0IDcuNSA0IFogTSA3LjUgNSBDIDguODg2NzE5IDUgMTAgNi4xMTMyODEgMTAgNy41IEMgMTAgOC44ODY3MTkgOC44ODY3MTkgMTAgNy41IDEwIEMgNi4xMTMyODEgMTAgNSA4Ljg4NjcxOSA1IDcuNSBDIDUgNi4xMTMyODEgNi4xMTMyODEgNSA3LjUgNSBaIj48L3BhdGg+PC9zdmc+")
  50% 50% no-repeat;
  background-size: 100%;
}

.icons8-whatsapp {
  order: 2;
  display: inline-block;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4Igp3aWR0aD0iNTAiIGhlaWdodD0iNTAiCnZpZXdCb3g9IjAgMCA1MCA1MCIKc3R5bGU9IiBmaWxsOiNmZmZmZmY7Ij48cGF0aCBkPSJNIDI1IDIgQyAxMi4zMDk1MzQgMiAyIDEyLjMwOTUzNCAyIDI1IEMgMiAyOS4wNzkwOTcgMy4xMTg2ODc1IDMyLjg4NTg4IDQuOTg0Mzc1IDM2LjIwODk4NCBMIDIuMDM3MTA5NCA0Ni43MzA0NjkgQSAxLjAwMDEgMS4wMDAxIDAgMCAwIDMuMjQwMjM0NCA0Ny45NzA3MDMgTCAxNC4yMTA5MzggNDUuMjUxOTUzIEMgMTcuNDM0NjI5IDQ2Ljk3MjkyOSAyMS4wOTI1OTEgNDggMjUgNDggQyAzNy42OTA0NjYgNDggNDggMzcuNjkwNDY2IDQ4IDI1IEMgNDggMTIuMzA5NTM0IDM3LjY5MDQ2NiAyIDI1IDIgeiBNIDI1IDQgQyAzNi42MDk1MzQgNCA0NiAxMy4zOTA0NjYgNDYgMjUgQyA0NiAzNi42MDk1MzQgMzYuNjA5NTM0IDQ2IDI1IDQ2IEMgMjEuMjc4MDI1IDQ2IDE3Ljc5MjEyMSA0NS4wMjk2MzUgMTQuNzYxNzE5IDQzLjMzMzk4NCBBIDEuMDAwMSAxLjAwMDEgMCAwIDAgMTQuMDMzMjAzIDQzLjIzNjMyOCBMIDQuNDI1NzgxMiA0NS42MTcxODggTCA3LjAwMTk1MzEgMzYuNDI1NzgxIEEgMS4wMDAxIDEuMDAwMSAwIDAgMCA2LjkwMjM0MzggMzUuNjQ2NDg0IEMgNS4wNjA2ODY5IDMyLjUyMzU5MiA0IDI4Ljg5MDEwNyA0IDI1IEMgNCAxMy4zOTA0NjYgMTMuMzkwNDY2IDQgMjUgNCB6IE0gMTYuNjQyNTc4IDEzIEMgMTYuMDAxNTM5IDEzIDE1LjA4NjA0NSAxMy4yMzg0OSAxNC4zMzM5ODQgMTQuMDQ4ODI4IEMgMTMuODgyMjY4IDE0LjUzNTU0OCAxMiAxNi4zNjk1MTEgMTIgMTkuNTkzNzUgQyAxMiAyMi45NTUyNzEgMTQuMzMxMzkxIDI1Ljg1NTg0OCAxNC42MTMyODEgMjYuMjI4NTE2IEwgMTQuNjE1MjM0IDI2LjIyODUxNiBMIDE0LjYxNTIzNCAyNi4yMzA0NjkgQyAxNC41ODg0OTQgMjYuMTk1MzI5IDE0Ljk3MzAzMSAyNi43NTIxOTEgMTUuNDg2MzI4IDI3LjQxOTkyMiBDIDE1Ljk5OTYyNiAyOC4wODc2NTMgMTYuNzE3NDA1IDI4Ljk2NDY0IDE3LjYxOTE0MSAyOS45MTQwNjIgQyAxOS40MjI2MTIgMzEuODEyOTA5IDIxLjk1ODI4MiAzNC4wMDc0MTkgMjUuMTA1NDY5IDM1LjM0OTYwOSBDIDI2LjU1NDc4OSAzNS45NjY3NzkgMjcuNjk4MTc5IDM2LjMzOTQxNyAyOC41NjQ0NTMgMzYuNjExMzI4IEMgMzAuMTY5ODQ1IDM3LjExNTQyNiAzMS42MzIwNzMgMzcuMDM4Nzk5IDMyLjczMDQ2OSAzNi44NzY5NTMgQyAzMy41NTI2MyAzNi43NTU4NzYgMzQuNDU2ODc4IDM2LjM2MTExNCAzNS4zNTE1NjIgMzUuNzk0OTIyIEMgMzYuMjQ2MjQ4IDM1LjIyODczIDM3LjEyMzA5IDM0LjUyNDcyMiAzNy41MDk3NjYgMzMuNDU1MDc4IEMgMzcuNzg2NzcyIDMyLjY4ODI0NCAzNy45Mjc1OTEgMzEuOTc5NTk4IDM3Ljk3ODUxNiAzMS4zOTY0ODQgQyAzOC4wMDM5NzYgMzEuMTA0OTI3IDM4LjAwNzIxMSAzMC44NDc2MDIgMzcuOTg4MjgxIDMwLjYwOTM3NSBDIDM3Ljk2OTMxMSAzMC4zNzExNDggMzcuOTg5NTgxIDMwLjE4ODY2NCAzNy43Njc1NzggMjkuODI0MjE5IEMgMzcuMzAyMDA5IDI5LjA1OTgwNCAzNi43NzQ3NTMgMjkuMDM5ODUzIDM2LjIyNDYwOSAyOC43Njc1NzggQyAzNS45MTg5MzkgMjguNjE2Mjk3IDM1LjA0ODY2MSAyOC4xOTEzMjkgMzQuMTc1NzgxIDI3Ljc3NTM5MSBDIDMzLjMwMzg4MyAyNy4zNTk5MiAzMi41NDg5MiAyNi45OTE5NTMgMzIuMDgzOTg0IDI2LjgyNjE3MiBDIDMxLjc5MDIzOSAyNi43MjA0ODggMzEuNDMxNTU2IDI2LjU2ODM1MiAzMC45MTQwNjIgMjYuNjI2OTUzIEMgMzAuMzk2NTY5IDI2LjY4NTU1MyAyOS44ODU0NiAyNy4wNTg5MzMgMjkuNTg3ODkxIDI3LjUgQyAyOS4zMDU4MzcgMjcuOTE4MDY5IDI4LjE3MDM4NyAyOS4yNTgzNDkgMjcuODI0MjE5IDI5LjY1MjM0NCBDIDI3LjgxOTYxOSAyOS42NDk1NDQgMjcuODQ5NjU5IDI5LjY2MzM4MyAyNy43MTI4OTEgMjkuNTk1NzAzIEMgMjcuMjg0NzYxIDI5LjM4MzgxNSAyNi43NjExNTcgMjkuMjAzNjUyIDI1Ljk4NjMyOCAyOC43OTQ5MjIgQyAyNS4yMTE1IDI4LjM4NjE5MiAyNC4yNDIyNTUgMjcuNzgyNjM1IDIzLjE4MTY0MSAyNi44NDc2NTYgTCAyMy4xODE2NDEgMjYuODQ1NzAzIEMgMjEuNjAzMDI5IDI1LjQ1NTk0OSAyMC40OTcyNzIgMjMuNzExMTA2IDIwLjE0ODQzOCAyMy4xMjUgQyAyMC4xNzE5MzcgMjMuMDk3MDQgMjAuMTQ1NjQzIDIzLjEzMDkwMSAyMC4xOTUzMTIgMjMuMDgyMDMxIEwgMjAuMTk3MjY2IDIzLjA4MDA3OCBDIDIwLjU1Mzc4MSAyMi43Mjg5MjQgMjAuODY5NzM5IDIyLjMwOTUyMSAyMS4xMzY3MTkgMjIuMDAxOTUzIEMgMjEuNTE1MjU3IDIxLjU2NTg2NiAyMS42ODIzMSAyMS4xODE0MzcgMjEuODYzMjgxIDIwLjgyMjI2NiBDIDIyLjIyMzk1NCAyMC4xMDY0NCAyMi4wMjMxMyAxOS4zMTg3NDIgMjEuODE0NDUzIDE4LjkwNDI5NyBMIDIxLjgxNDQ1MyAxOC45MDIzNDQgQyAyMS44Mjg4NjMgMTguOTMxMDE0IDIxLjcwMTU3MiAxOC42NTAxNTcgMjEuNTY0NDUzIDE4LjMyNjE3MiBDIDIxLjQyNjk0MyAxOC4wMDEyNjMgMjEuMjUxNjYzIDE3LjU4MDAzOSAyMS4wNjQ0NTMgMTcuMTMwODU5IEMgMjAuNjkwMDMzIDE2LjIzMjUwMSAyMC4yNzIwMjcgMTUuMjI0OTEyIDIwLjAyMzQzOCAxNC42MzQ3NjYgTCAyMC4wMjM0MzggMTQuNjMyODEyIEMgMTkuNzMwNTkxIDEzLjkzNzY4NCAxOS4zMzQzOTUgMTMuNDM2OTA4IDE4LjgxNjQwNiAxMy4xOTUzMTIgQyAxOC4yOTg0MTcgMTIuOTUzNzE3IDE3Ljg0MDc3OCAxMy4wMjI0MDIgMTcuODIyMjY2IDEzLjAyMTQ4NCBMIDE3LjgyMDMxMiAxMy4wMjE0ODQgQyAxNy40NTA2NjggMTMuMDA0NDMyIDE3LjA0NTAzOCAxMyAxNi42NDI1NzggMTMgeiBNIDE2LjY0MjU3OCAxNSBDIDE3LjAyODExOCAxNSAxNy40MDgyMTQgMTUuMDA0NzAxIDE3LjcyNjU2MiAxNS4wMTk1MzEgQyAxOC4wNTQwNTYgMTUuMDM1ODUxIDE4LjAzMzY4NyAxNS4wMzcxOTIgMTcuOTcwNzAzIDE1LjAwNzgxMiBDIDE3LjkwNjcxMyAxNC45Nzc5NzIgMTcuOTkzNTMzIDE0Ljk2ODI4MiAxOC4xNzk2ODggMTUuNDEwMTU2IEMgMTguNDIzMDk4IDE1Ljk4ODAxIDE4Ljg0MzE3IDE2Ljk5OTI0OSAxOS4yMTg3NSAxNy45MDAzOTEgQyAxOS40MDY1NCAxOC4zNTA5NjEgMTkuNTgyMjkyIDE4Ljc3MzgxNiAxOS43MjI2NTYgMTkuMTA1NDY5IEMgMTkuODYzMDIxIDE5LjQzNzEyMiAxOS45MzkwNzcgMTkuNjIyMjk1IDIwLjAyNzM0NCAxOS43OTg4MjggTCAyMC4wMjczNDQgMTkuODAwNzgxIEwgMjAuMDI5Mjk3IDE5LjgwMjczNCBDIDIwLjExNTgzNyAxOS45NzM0ODMgMjAuMTA4MTg1IDE5Ljg2NDE2NCAyMC4wNzgxMjUgMTkuOTIzODI4IEMgMTkuODY3MDk2IDIwLjM0MjY1NiAxOS44Mzg0NjEgMjAuNDQ1NDkzIDE5LjYyNSAyMC42OTE0MDYgQyAxOS4yOTk5OCAyMS4wNjU4MzggMTguOTY4NDUzIDIxLjQ4MzQwNCAxOC43OTI5NjkgMjEuNjU2MjUgQyAxOC42Mzk0MzkgMjEuODA3MDcgMTguMzYyNDIgMjIuMDQyMDMyIDE4LjE4OTQ1MyAyMi41MDE5NTMgQyAxOC4wMTYyMjEgMjIuOTYyNTc4IDE4LjA5NzA3MyAyMy41OTQ1NyAxOC4zNzUgMjQuMDY2NDA2IEMgMTguNzQ1MDMyIDI0LjY5NDYgMTkuOTY0NDA2IDI2LjY3OTMwNyAyMS44NTkzNzUgMjguMzQ3NjU2IEMgMjMuMDUyNzYgMjkuMzk5Njc4IDI0LjE2NDU2MyAzMC4wOTU5MzMgMjUuMDUyNzM0IDMwLjU2NDQ1MyBDIDI1Ljk0MDkwNiAzMS4wMzI5NzMgMjYuNjY0MzAxIDMxLjMwNjYwNyAyNi44MjYxNzIgMzEuMzg2NzE5IEMgMjcuMjEwNTQ5IDMxLjU3Njk1MyAyNy42MzA2NTUgMzEuNzI0NjcgMjguMTE5MTQxIDMxLjY2NjAxNiBDIDI4LjYwNzYyNyAzMS42MDczNjYgMjkuMDI4NzggMzEuMzEwOTc5IDI5LjI5Njg3NSAzMS4wMDc4MTIgTCAyOS4yOTg4MjggMzEuMDA1ODU5IEMgMjkuNjU1NjI5IDMwLjYwMTM0NyAzMC43MTU4NDggMjkuMzkwNzI4IDMxLjIyNDYwOSAyOC42NDQ1MzEgQyAzMS4yNDYxNjkgMjguNjUyMTMxIDMxLjIzOTEwOSAyOC42NDYyMzEgMzEuNDA4MjAzIDI4LjcwNzAzMSBMIDMxLjQwODIwMyAyOC43MDg5ODQgTCAzMS40MTAxNTYgMjguNzA4OTg0IEMgMzEuNDg3MzU2IDI4LjczNjQ3NCAzMi40NTQyODYgMjkuMTY5MjY3IDMzLjMxNjQwNiAyOS41ODAwNzggQyAzNC4xNzg1MjYgMjkuOTkwODg5IDM1LjA1MzU2MSAzMC40MTc4NzUgMzUuMzM3ODkxIDMwLjU1ODU5NCBDIDM1Ljc0ODIyNSAzMC43NjE2NzQgMzUuOTQyMTEzIDMwLjg5Mzg4MSAzNS45OTIxODggMzAuODk0NTMxIEMgMzUuOTk1NTcyIDMwLjk4MjUxNiAzNS45OTg5OTIgMzEuMDc3ODYgMzUuOTg2MzI4IDMxLjIyMjY1NiBDIDM1Ljk1MTI1OCAzMS42MjQyOTIgMzUuODQzOSAzMi4xODAyMjUgMzUuNjI4OTA2IDMyLjc3NTM5MSBDIDM1LjUyMzU4MiAzMy4wNjY3NDYgMzQuOTc1MDE4IDMzLjY2NzY2MSAzNC4yODMyMDMgMzQuMTA1NDY5IEMgMzMuNTkxMzg4IDM0LjU0MzI3NyAzMi43NDkzMzggMzQuODUyNTE0IDMyLjQzNzUgMzQuODk4NDM4IEMgMzEuNDk5ODk2IDM1LjAzNjU5MSAzMC4zODY2NzIgMzUuMDg3MDI3IDI5LjE2NDA2MiAzNC43MDMxMjUgQyAyOC4zMTYzMzYgMzQuNDM3MDM2IDI3LjI1OTMwNSAzNC4wOTI1OTYgMjUuODkwNjI1IDMzLjUwOTc2NiBDIDIzLjExNDgxMiAzMi4zMjU5NTYgMjAuNzU1NTkxIDMwLjMxMTUxMyAxOS4wNzAzMTIgMjguNTM3MTA5IEMgMTguMjI3Njc0IDI3LjY0OTkwOCAxNy41NTI1NjIgMjYuODI0MDE5IDE3LjA3MjI2NiAyNi4xOTkyMTkgQyAxNi41OTI4NjYgMjUuNTc1NTg0IDE2LjM4MzUyOCAyNS4yNTEwNTQgMTYuMjA4OTg0IDI1LjAyMTQ4NCBMIDE2LjIwNzAzMSAyNS4wMTk1MzEgQyAxNS44OTcyMDIgMjQuNjA5ODA1IDE0IDIxLjk3MDg1MSAxNCAxOS41OTM3NSBDIDE0IDE3LjA3Nzk4OSAxNS4xNjg0OTcgMTYuMDkxNDM2IDE1LjgwMDc4MSAxNS40MTAxNTYgQyAxNi4xMzI3MjEgMTUuMDUyNDk1IDE2LjQ5NTYxNyAxNSAxNi42NDI1NzggMTUgeiI+PC9wYXRoPjwvc3ZnPg==")
  50% 50% no-repeat;
  background-size: 100%;
}





@media only screen and (max-width: 767px) {
  .icons8-icon{
    height: 24px;
    width: 24px;
  }
  .social-btn {
    width: 33px;
    padding-left: 3px;
    padding-right: 6px;
    padding-top: 5px;
    padding-bottom: 5px;
    //left: -96px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
  }
  .social {
    bottom: 35vh;
  }
}

