@charset "utf-8";
/* CSS Document */
::-moz-selection {
  background: #7b7d7f;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #7b7d7f;
  color: #fff;
  text-shadow: none;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  font-family: "SailecLight";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  font-family: "SailecBold";
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  color: #212121;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow: hidden;
  font-family: "SailecLight";
}
:root {
  overflow-y: scroll;
}
a {
  text-decoration: none;
  transition: all 0.25s ease-out 0s;
}
p,
p span {
  font-family: "SailecLight";
}
img {
  border: 0;
}
li,
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: #fff;
}
::-moz-placeholder {
  color: #fff;
}
:-ms-input-placeholder {
  color: #fff;
}
:-moz-placeholder {
  color: #fff;
}

/*------------------- common style ---------------------------*/
a,
button,
input,
select,
textarea {
  outline: 0;
}

*,
:after,
:before {
  outline: 0;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  border: 0;
}

a:focus,
a:hover {
  outline: 0;
  text-decoration: none;
}
a,
button {
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
}
section {
  width: 100%;
  float: left;
}
.container {
  width: 1320px;
  max-width: 94%;
}
.container.sml-container {
  width: 1280px;
  max-width: 94%;
}
header.myHeader {
  height: 115px;
  background: #fff;
}
header.myHeader.navbar-fixed {
  height: 80px;
}
header.myHeader .navigation-wrap .nav-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
header.myHeader.navbar-fixed .navigation-wrap .navbar {
  padding: 0;
}
header.myHeader .navigation-wrap {
  display: inline-block;
  width: 100%;
  height: 100%;
}

header.myHeader .navigation-wrap .container {
  height: 100%;
}

header.myHeader .navigation-wrap .container .row {
  height: 100%;
}

header.myHeader .navigation-wrap .container .row .navbar {
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
header.myHeader .navigation-wrap .container .row .navbar .nav-container #navbarSupportedContent ul.social-ul {
  display: flex;
  margin: 0 5% 0 3%;
}
header.myHeader
  .navigation-wrap
  .container
  .row
  .navbar
  .nav-container
  #navbarSupportedContent
  ul.social-ul
  li
  a:hover
  img {
  opacity: 0.5;
}
header.myHeader .navigation-wrap .container .row .navbar .nav-container #navbarSupportedContent ul.social-ul li {
  display: inline-block;
  margin: 0 10px;
}

header.myHeader .navigation-wrap .container .row .navbar .nav-container #navbarSupportedContent ul.social-ul li a {
  padding: 0 5px;
  transition: ease all 0.5s;
  position: relative;
  display: inline-block;
}

header.myHeader
  .navigation-wrap
  .container
  .row
  .navbar
  .nav-container
  #navbarSupportedContent
  ul.social-ul
  li
  a:hover
  img {
  opacity: 0.5;
}
header.myHeader .navigation-wrap .container .row .navbar .nav-container a.navbar-brand {
  display: flex;
  height: auto;
  align-items: center;
  width: 230px;
  padding: 0;
}
header.myHeader .navigation-wrap .container .row .navbar .nav-container #navbarSupportedContent ul.social-ul li a .cart-no {
  position: absolute;
  top: -15px;
  right: -20px;
  background: #11568f;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 25px;
  font-size: 12px;
}
.navbar-fixed {
  top: 0;
  z-index: 100;
  position: fixed;
  width: 100%;
}
header.myHeader .navigation-wrap .nav-container a.navbar-brand img {
  transition: ease all 0.5s;
}
header.myHeader .navigation-wrap .container .row .navbar .nav-container #navbarSupportedContent ul.navbar-nav {
  flex-direction: row;
  justify-content: center;
  display: flex;
  margin: 0 auto !important;
}
header.myHeader.navbar-fixed .navigation-wrap .nav-container a.navbar-brand img {
  transform: scale(0.7);
  transform-origin: left;
}
.navigation-wrap ul.navbar-nav li.nav-item .nav-link {
  color: #000;
  font-size: 18px;
  padding: 10px 10px;
  font-family: "SailecMedium";
}
#navbarSupportedContent .head-rgt-out {
  display: flex;
  align-items: center;
  justify-content: right;
  width: 100%;
}
.navigation-wrap ul.navbar-nav li.nav-item .nav-link:hover {
  color: #11568f;
}
.navigation-wrap ul.navbar-nav li.nav-item {
  margin-right: 12px;
}

header.myHeader .navigation-wrap .nav-container a.navbar-brand {
  margin-right: 25px;
  padding: 0;
}
.head-rgt-btn .makemoney-btn {
  height: 50px;
  color: #fff;
  padding: 0 30px;
  border-radius: 25px;
  line-height: 48px;
  background: #11568f;
  display: inline-block;
  font-size: 18px;
  transition: ease all 0.5s;
  border: 1px solid #11568f;
}

.head-rgt-btn .makemoney-btn:hover {
  border: 1px solid #11568f;
  color: #11568f;
  background: #fff;
}
header.myHeader .navigation-wrap .container .row .navbar .nav-container .search-box {
  display: inline-block;
  width: 265px;
  margin: 0 1% 0 1.5%;
}

header.myHeader .navigation-wrap .container .row .navbar .nav-container .search-box input.form-control {
  color: #333;
  font-size: 16px;
  height: 50px;
  background: url(../images/search-icon.svg) no-repeat 15px center #efefef;
  padding: 0 15px 0 40px;
  border-radius: 25px;
  border: 1px solid #efefef;
}

header.myHeader .navigation-wrap .container .row .navbar .nav-container .search-box input.form-control::placeholder {
  color: #7c7c7c;
  font-size: 16px;
}
header.myHeader.navbar-fixed .navigation-wrap .container .row .navbar .nav-container .search-box {
  margin: 0 1% 0 0;
}
ul.bannerSlider {
  padding-left: 0;
}
.bannerSlider {
  height: 650px;
  max-height: 70vh;
}
/* .bannerSlider .slide__image::before { content: ""; position: absolute; width: 100%; height: 450px; background: rgba(33,33,33,.7); } */
.bannerSlider .slick-slide {
  position: relative;
}
.bannerSlider .slide__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
img.slide__image__top-position {
  object-position: center bottom;
}

.banner-wrp .bannerSlider .slick-list {
    height: 100%;
}

.banner-wrp .bannerSlider .slick-list .slick-track {
    height: 100%;
}

.banner-wrp .bannerSlider .slick-list .slick-track .slick-slide {
    height: 100%;
}


.banner-wrp .bannerSlider .slick-list .slick-track .slick-slide>div {
    height: 100%;
    width: 100%;
}

.banner-wrp .bannerSlider .slick-list .slick-track .slick-slide>div .slide {
    height: 100%;
    width: 100%;
}

.banner-wrp .bannerSlider .slick-list .slick-track .slick-slide>div .slide a {
    height: 100%;
    float: left;
    width: 100%;
}

.banner-wrp .bannerSlider .slick-list .slick-track .slick-slide>div .slide a .slide__image {
    height: 100%;
    width: 100%;
}
.bannerSlider .slide__text {
  position: absolute;
  z-index: 100;
  text-align: right;
  width: 1300px;
  bottom: 0;
  transform: translateY(-50%);
  margin: 0 auto;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bannerSlider .slide__text h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}
ul.bannerSlider .slick-list {
  height: 100%;
}

ul.bannerSlider .slick-list .slick-track {
  height: 100%;
}

ul.bannerSlider .slick-list .slick-slide {
  height: 100%;
}

ul.bannerSlider .slick-list .slick-slide > div {
  height: 100%;
}

ul.bannerSlider .slick-list .slick-slide > div li.slide {
  height: 100%;
}

ul.bannerSlider .slick-list .slick-slide > div li.slide a {
  display: inline-block;
  width: 100%;
}

ul.bannerSlider .slick-list .slick-slide > div li.slide a .slide__image {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.banner-wrp .bannerSlider ul.slick-dots {
  bottom: 30px !important;
  z-index: 999;
  display: none !important;
  align-items: center;
  justify-content: center;
}

.banner-wrp .bannerSlider ul.slick-dots li {
  display: inline-block;
  margin: 0 5px !important;
  width: auto;
  height: auto;
}

.banner-wrp .bannerSlider ul.slick-dots li button {
  background: #666;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 0;
}

.banner-wrp .bannerSlider ul.slick-dots li.slick-active button {
  background: #fff;
}

.banner-wrp .bannerSlider ul.slick-dots li button::before {
  display: none;
}
.banner-wrp .bannerSlider .slide__text-left {
  text-align: right;
  display: inline-block;
}

.bannerSlider {
  margin: 0 auto;
}
.bannerSlider .slick-arrow {
  position: absolute;
  top: calc(50% - 14px);
  width: 24px;
  height: 42px;
  font-size: 48px;
  z-index: 2;
  color: #fff;
}
.bannerSlider .slick-prev {
  background: url(../images/layout/slick-prev.png);
  left: 50px;
}
.bannerSlider .slick-next {
  background: url(../images/layout/slick-next.png);
  right: 50px;
}
.bannerSlider i:hover {
  cursor: pointer;
}

.container.sml-conatiner {
  width: 1220px;
  max-width: 94%;
}

.product-wrp {
  position: relative;
  margin-top: -180px;
}

.product-wrp .product-row .product-col {
  background: #fff;
  display: inline-block;
  width: 98%;
  border-radius: 20px;
  overflow: hidden;
  height: 310px;
  position: relative;
}
.product-wrp .product-row .product-col .product-txt {
  padding: 20px 15px;
  text-align: center;
  position: absolute;
  z-index: 9;
  left: 0;
  width: auto;
  display: inline-block;
}
  
.product-wrp .product-row .product-col .product-txt h4 {
  font-size: 17px;
  color: #00a149;
  font-family: "SailecLight";
}

.product-wrp .product-row .product-col .product-img {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 20px;
}

.product-wrp .product-row .product-col .product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-wrp .product-row .product-col.prdt-one .product-txt h2 {
  background: #705e23;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  font-family: 'SailecLight';
  width: auto;
  height: 36px;
  padding: 0 30px;
  line-height: 36px;
  border-radius: 25px;
  margin: 0 0 10px 0;
  display: inline-block;
}
.product-wrp .product-row .product-col.prdt-two .product-txt h2 {
  background: #f3d97b;
  color: #705e23;
  font-size: 20px;
  font-weight: normal;
  font-family: 'SailecLight';
  width: auto;
  height: 36px;
  padding: 0 30px;
  line-height: 36px;
  border-radius: 25px;
  margin: 0 0 10px 0;
  display: inline-block;
}
.product-wrp .product-row .product-col.prdt-three .product-txt h2 {
  background: #915e0c;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  font-family: 'SailecLight';
  width: auto;
  height: 36px;
  padding: 0 30px;
  line-height: 36px;
  border-radius: 25px;
  margin: 0 0 10px 0;
  display: inline-block;
}
.product-wrp .product-row .product-col.prdt-four .product-txt h2 {
  background: #808d74;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  font-family: 'SailecLight';
  width: auto;
  height: 36px;
  padding: 0 30px;
  line-height: 36px;
  border-radius: 25px;
  margin: 0 0 10px 0;
  display: inline-block;
}
.product-wrp .product-row .product-col.prdt-one .product-txt h4 {
  font-size: 20px;
  color: #705E23;
  line-height: 25px;
  font-family: 'SailecMedium';
  display: inline-block;
  width: 100%;
  margin: 0;
}
.product-wrp .product-row .product-col.prdt-two .product-txt h4 {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 25px;
  font-family: 'SailecMedium';
  display: inline-block;
  width: 100%;
  margin: 0;
}
.product-wrp .product-row .product-col.prdt-three .product-txt h4 {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 25px;
  font-family: 'SailecMedium';
  display: inline-block;
  width: 100%;
  margin: 0;
}
.product-wrp .product-row .product-col.prdt-four .product-txt h4 {
  font-size: 20px;
  color: #839176;
  line-height: 25px;
  font-family: 'SailecMedium';
  display: inline-block;
  width: 100%;
  margin: 0;
}
.login-page .login_wrap #reg_frm form#login-form .f_row input.input-box::placeholder {
  color: #000;
}
.category-wrap {
  padding-top: 80px;
  padding-bottom: 80px;
}

.category-wrap .head-row {
  margin-bottom: 30px;
}

.category-wrap .head-row h2 {
  font-size: 24px;
  color: #404040;
  display: inline-block;
  width: 100%;
  margin: 0 0 15px 0;
}
.category-wrap .category-slider .slide {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.category-wrap .category-slider .slide a {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.category-wrap .category-slider .slide a .slide__image {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #11568f;
  margin: 0 auto;
}

.category-wrap .category-slider .slide a .slide__image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: ease all 0.5s;
}
.category-wrap .category-slider .slide a:hover .slide__image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transform: scale(1.3);
}

.category-wrap .category-slider .slide a .category-name {
  display: inline-block;
  width: 100%;
  padding: 15px 0 0 0;
  text-align: center;
  color: #000;
  font-size: 18px;
  font-family: "SailecMedium";
}

.products-wrap .head-row {
  margin-bottom: 30px;
}

.products-wrap .head-row h2 {
  font-size: 24px;
  color: #404040;
  display: inline-block;
  width: 100%;
  margin: 0 0 15px 0;
}

.products-wrap .products-row ul.prdt-ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.products-wrap .products-row ul.prdt-ul li {
  transition: ease all 0.5s;
  overflow: hidden;
  display: inline-block;
  width: 18.8%;
  border:none;
  margin: 0 1.5% 40px 0;
  padding-bottom: 65px;
  position: relative;
}
.products-wrap .products-row ul.prdt-ul li:nth-child(5n) {
  margin-right: 0 !important;
}
.products-wrap .products-row ul li .prdt-img {
  height: 225px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.products-wrap .products-row ul li .prdt-img img {
  width: auto;
  max-width: 100%;
  width: auto;
    max-width: 100%;
    max-height: 100%;
}

.products-wrap .products-row ul li .prdt-cnt {
  display: inline-block;
  width: 100%;
  padding: 30px 20px;
  text-align: left;
}

.products-wrap .products-row ul li .prdt-cnt h2 {
  display: inline-block;
  width: 100%;
  color: #000;
  font-size: 18px;
  font-family: "SailecMedium";
  margin: 0 0 15px 0;
}

.products-wrap .products-row ul li .prdt-cnt h4 {
  display: inline-block;
  width: 100%;
  color: #000;
  font-size: 13px;
  font-family: "SailecMedium";
  margin: 0 0 15px 0;
}
.products-wrap .products-row ul li .prdt-cnt .price .price-not {
  position: relative;
}
/* .products-wrap .products-row ul.prdt-ul li:hover {
  border: 1px solid #11568f;
} */
.products-wrap .products-row ul li .prdt-cnt .price .price-not::after {
  border-top: 1px solid #999;
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  left: 0;
}

.products-wrap .products-row ul li .prdt-cnt .price {
  color: #000;
  font-size: 18px;
  font-family: "SailecMedium";
  margin: 0 0 15px 0;
}

.products-wrap .products-row ul li .btns {
  z-index: 11;
  display: flex;
  width: calc(100% - 40px);
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 30px;
  left: 20px;
}

.products-wrap .products-row ul li .btns .buy-btn {
  height: 42px;
  color: #fff;
  padding: 0 30px;
  border-radius: 25px;
  line-height: 40px;
  background: #11568f;
  display: inline-block;
  font-size: 17px;
  transition: ease all 0.5s;
  border: 1px solid #11568f;
}
.products-wrap .products-row ul li .btns .buy-btn:hover {
  background: #fff;
  color: #11568f;
  border: 1px solid #11568f;
}
.products-wrap .products-row ul li .btns .wish-btn {
  display: flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  border-radius: 50%;
}

.products-wrap .products-row ul li .btns .wish-btn img {
  width: 26px;
}

.products-wrap .products-row ul li .btns .wish-btn:hover {
  background: #e2e2e2;
}
.products-wrap .products-row ul.prdt-ul li .link-outer {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.ftr-list-wrap {
  padding: 40px 0 80px 0;
}

.ftr-list-wrap .ftr-list-box {
  background: #f5f5f5;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 30px;
  height: 100%;
}

.ftr-list-wrap .ftr-list-box .ftr-list-img {
  display: inline-block;
  margin: 0 auto;
}

.ftr-list-wrap .ftr-list-box h2 {
  display: inline-block;
  width: 100%;
  color: #000;
  font-size: 18px;
  font-family: "SailecMedium";
  margin: 0 0 10px 0;
}

.ftr-list-wrap .ftr-list-box p {
  color: #7c7c7c;
  display: inline-block;
  width: 100%;
  font-size: 16px;
}

.ftr-content-wrap .ftr-content-row p {
  display: inline-block;
  width: 100%;
  color: #000;
  font-size: 18px;
  margin: 0 0 20px 0;
  font-family: "SailecLight";
  line-height: 27px;
}
.footer {
  border-top: 1px solid #dfdfdf;
  padding: 30px 0;
  float: left;
  width: 100%;
  margin-top: 50px;
}

.footer .footer-row ul.ftr-social {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.footer .footer-row ul.ftr-social li {
  display: inline-block;
  margin: 0 15px;
}

.footer .footer-row ul.ftr-social li a {
  display: inline-block;
}

.footer .footer-row ul.ftr-social li a:hover img {
  opacity: 0.5;
}

.footer .footer-row ul.ftr-social li a img {
  transition: ease all 0.5s;
}

.footer .footer-row p {
  color: #000;
  font-size: 15px;
}

.breadcrump {
  padding-top: 46px;
  margin-bottom: 30px;
}
.breadcrump ul {
  padding-left: 0;
}
.breadcrump ul li {
  display: inline;
  margin-right: 28px;
  position: relative;
}
.breadcrump ul li::after {
  background-color: #767676;
  top: 4px;
  right: -35%;
  position: absolute;
  content: "";
  width: 1px;
  height: 18px;
  transform: rotate(20deg);
}
.breadcrump ul li:last-child::after {
  content: none;
}
.breadcrump ul li a {
  color: #767676;
  font-size: 15px;
  font-weight: 400;
}
.listing-wrap {
  padding-bottom: 0;
}
.listing-page {
  display: flex;
  justify-content: center;
}


.listing-wrap .listing-cards #custom_filter_form { width: 100%;float: right; text-align: right;}
.listing-wrap .listing-cards #custom_filter_form select { color: #333; display: inline-block; font-size: 14px; height: 46px; background: #efefef url(../images/chevron-down-solid.svg) no-repeat center / 10px; background-position-x: 93%; padding: 0 25px 0 15px; border-radius: 25px; border: 1px solid #efefef; margin: 0 5px 0 0; cursor: pointer;}
.listing-wrap .listing-cards #custom_filter_form .filterbtn { height: 40px; background: #11568f; border: 1px solid #11568f; padding: 0 17px; border-radius: 25px; font-size: 13px; color: #fff;}
.listing-wrap .listing-cards #custom_filter_form .filterclrbtn {height: 40px;background: none; border: 1px solid #11568f; padding: 0 17px; border-radius: 25px; font-size: 13px; color: #11568f;}
.listing-wrap .listing-cards #custom_filter_form .filterbtn:hover {color: #11568f; background: none;}
.listing-wrap .listing-cards #custom_filter_form .filterclrbtn:hover { background: #11568f; color: #fff;}


.side-bar {
  width: 20%;
}
.side-bar .side-bar-head h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 25px;
}
.side-bar-acdn {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.side-bar-acdn .accordion {
  float: left;
  width: 100%;
}
.side-bar-acdn .shop_by_brand {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0 0 30px;
}
.side-bar-acdn .shop_by_brand h3 {
  font-size: 22px;
  margin: 0 0 15px;
}
.side-bar-acdn .shop_by_brand .brand-items {
  width: 100%;
  display: block;
}
.side-bar-acdn .shop_by_brand .brand-items ul {
  width: 100%;
  padding: 0;
  margin: 0;
}
.side-bar-acdn .shop_by_brand .brand-items ul li {
  list-style: none;
  width: 100%;
  display: inline-block;
  margin-bottom: 5px;
}
.side-bar-acdn .shop_by_brand .brand-items ul li a {
  padding: 7px 0 7px 0;
  display: inline-block;
  color: #575757;
  font-size: 16px;
  position: relative;
  font-weight: 500;
  line-height: 1.5;
}
.side-bar-acdn .shop_by_brand .brand-items ul li a:hover {
  color: #11568f;
}
.listing-sec {
  width: 78%;
  margin-left: 2%;
  position: relative;
}
.listing-sec h2 {
  font-size: 22px;
  line-height: 33px;
}
/* .listing-cards.woocommerce ul.products.columns-4 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: 15px;
}
.listing-cards.woocommerce ul.products.columns-4 li.product {
  display: inline-block;
  width: 31.33%;
  margin: 0 3% 25px 0;
  padding-bottom: 30px;
} */
.listing-cards.woocommerce ul.products.columns-4 li.product a.button.product_type_simple.add_to_cart_button {
  height: 40px;
  padding: 0 15px;
  border-radius: 6px;
  border: 1px solid #000;
  background: #fff;
  font-size: 15px;
  color: #000;
  line-height: 40px;
  float: left;
  font-weight: 500;
  text-transform: uppercase;
  margin: 15px 0 0 0;
}
.listing-cards.woocommerce ul.products.columns-4 li.product .product_meta.wcdp-preview-btn-div {
  float: left;
  margin: 15px 0 0 10px;
}
.listing-cards.woocommerce ul.products.columns-4 li.product .product_meta.wcdp-preview-btn-div {
  float: left;
  margin: 15px 0 0 10px;
}
.listing-cards.woocommerce ul.products.columns-4 li.product .product_meta.wcdp-preview-btn-div a.button.buy-btn {
  margin: 0;
  height: 40px;
  padding: 0 15px;
  border-radius: 6px;
  border: 1px solid #11568f;
  background: #11568f;
  font-size: 15px;
  line-height: 40px;
  float: left;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}
.listing-cards.woocommerce
  ul.products.columns-4
  li.product
  .woocommerce-LoopProduct-link
  h2.woocommerce-loop-product__title {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  line-height: 26px;
  margin-bottom: 15px;
}
.listing-cards.woocommerce ul.products.columns-4 li.product .woocommerce-LoopProduct-link span.price {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: left;
}
.listing-cards.woocommerce
  ul.products.columns-4
  li.product
  .woocommerce-LoopProduct-link
  span.price
  span.woocommerce-Price-amount.amount {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  padding: 0;
}
.listing-cards.woocommerce
  ul.products.columns-4
  li.product
  .woocommerce-LoopProduct-link
  span.price
  span.wps_sfw_interval {
  color: rgb(175, 175, 175);
  font-size: 15px;
  font-weight: 400;
  padding: 0;
  line-height: 28px;
  margin-right: 5px;
}
.listing-cards.woocommerce
  ul.products.columns-4
  li.product
  .woocommerce-LoopProduct-link
  span.price
  span.woocommerce-Price-amount.amount
  bdi {
  text-decoration: none;
}
.listing-cards.woocommerce
  ul.products.columns-4
  li.product
  .woocommerce-LoopProduct-link
  span.price
  span.woocommerce-Price-amount.amount {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
.listing-wrap .listing-page .listing-cards.products-wrap .products-row ul.prdt-ul li {
  width: 23.5%;
  margin: 0 2% 40px 0;
}

.listing-wrap .listing-page .listing-cards.products-wrap .products-row ul.prdt-ul li:nth-child(4n) {
  margin-right: 0;
}
.listing-wrap .listing-page .listing-cards.products-wrap .products-row ul.prdt-ul li .prdt-cnt h2 {
  font-size: 17px;
}
.listing-wrap .listing-page .listing-cards.products-wrap .products-row ul.prdt-ul li:nth-child(5n) {
  margin: 0 2% 40px 0 !important;
}
.listing-sec .woocommerce-notices-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-top: -50px;
}
.listing-wrap .listing-sec .listing-head {
  margin:0 0 30px 0;
}
.listing-sec .woocommerce-notices-wrapper .woocommerce-result-count {
  display: inline-block;
}

.listing-sec .woocommerce-notices-wrapper form {
  display: inline-block;
  width: 180px;
}

.listing-sec .woocommerce-notices-wrapper form select {
  border: none;
  background: url(../images/dropdown-icon.svg) no-repeat 90% 8px;
  background-size: 11px;
  padding-right: 30px;
  color: #000;
  font-size: 16px;
  width: 100%;
}
.contact-wrap {
  padding-top: 45px;
  padding-bottom: 45px;
}

.contact-wrap .contact-row .contact-col1 {
  padding-right: 5%;
}

.contact-wrap .contact-row .contact-col1 h2 {
  font-size: 34px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 25px;
  font-family: "SailecMedium";
  float: left;
  width: 100%;
}

.contact-wrap .contact-row .contact-col1 p {
  float: left;
  width: 100%;
  color: #000;
  font-size: 16px;
  font-family: "SailecMedium";
  margin: 0 0 20px 0;
}

.contact-wrap .contact-row .contact-col1 ul {
  float: left;
  width: 100%;
  margin: 30px 0 0 0;
}
.contact-wrap .container.sml-container {
  width: 1280px;
  max-width: 94%;
}
.contact-wrap .contact-row .contact-col1 ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
}

.contact-wrap .contact-row .contact-col1 ul li .col-left {
  display: inline-flex;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  border: 1px solid #11568f;
  border-radius: 50%;
}

.contact-wrap .contact-row .contact-col1 ul li .col-right {
  display: inline-block;
  width: calc(100% - 70px);
}

.contact-wrap .contact-row .contact-col1 ul li .col-right h4 {
  float: left;
  width: 100%;
  font-size: 19px;
  font-family: "SailecMedium";
}

.contact-wrap .contact-row .contact-col1 ul li .col-right p {
  float: left;
  width: 100%;
  color: #000;
  font-size: 17px;
  font-family: "SailecMedium";
  margin: 0;
  line-height: 27px;
}

.contact-wrap .contact-row .contact-col2 .contact-form {
  width: 100%;
  padding-left: 10%;

}

.contact-wrap .contact-row .contact-col2 .contact-form img {
  width: 100%;
}
.abtpage-wrap {
  padding-top: 45px;
  padding-bottom: 45px;
}

.abtpage-wrap .abtpage-row {
  align-items: center;
}

.abtpage-wrap .abtpage-row .abtpage-col1 .abtpage-img {
  display: inline-block;
  width: 100%;
  max-height: 420px;
  border-radius: 8px;
  overflow: hidden;
}

.abtpage-wrap .abtpage-row .abtpage-col1 .abtpage-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.abtpage-wrap .abtpage-row .abtpage-col2 {
  padding-left: 5%;
}

.abtpage-wrap .abtpage-row .abtpage-col2 h2 {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  font-size: 46px;
  color: #000;
  font-family: "SailecMedium";
}

.abtpage-wrap .abtpage-row .abtpage-col2 p {
  color: #5a5a5a;
  font-size: 20px;
  font-family: "SailecMedium";
  float: left;
  width: 100%;
  line-height: 32px;
}

.abtpage-wrap .abtpage-row .abtpage-col2 h2 .blue-txt {
  color: #11568f;
  font-family: "SailecMedium";
}
.value-wrap {
  background: #0a3f6b;
  padding:60px 0 40px 0;
}

.value-wrap .value-row .value-col1 {
  padding-right: 5%;
}

.value-wrap .value-row .value-col1 h2 {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  font-size: 46px;
  color: #fff;
  font-family: "SailecLight";
}

.value-wrap .value-row .value-col1 p {
  color: #fff;
  font-size: 18px;
  float: left;
  width: 100%;
  line-height: 32px;
  margin: 0 0 30px 0;
}
.value-wrap .value-row .value-col1 .price-wrap {
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
}

.value-wrap .value-row .value-col1 .price-wrap h3 {
  float: left;
  width: 100%;
  margin: 0;
  font-size: 46px;
  color: #fff;
  font-family: "SailecLight";
}

.value-wrap .value-row .value-col1 .price-wrap .sml-txt {
  color: #fff;
  font-size: 18px;
  float: left;
  width: 100%;
  line-height: normal;
  margin: 0;
}

.value-wrap .value-row .value-col1 .price-wrap:last-child {
  margin: 0;
}
.value-wrap .row.value-row {
  align-items: center;
}

.value-wrap .value-row .value-list.row .value-box {
  display: inline-block;
  width: 100%;
  padding: 30px;
  background: #11568f;
  height: 100%;
}

.value-wrap .value-row .value-list.row .value-box .valuelist-img1 {
  display: inline-block;
  margin-bottom: 20px;
}

.value-wrap .value-row .value-list.row .value-box h2 {
  color: #fff;
  font-size: 24px;
  float: left;
  width: 100%;
  line-height: 32px;
  margin: 0 0 10px 0;
  font-family: "SailecLight";
}

.value-wrap .value-row .value-list.row .value-box p {
  color: #fff;
  font-size: 17px;
  float: left;
  width: 100%;
  line-height: 28px;
  margin: 0;
  font-family: "SailecLight";
}

.value-wrap .value-row .value-list.row .col-md-6 {
  margin-bottom: 20px;
}
.mvion-wrap {
  padding: 70px 0;
}

.mvion-wrap .mvion-row .mvion-col1 {
  background: #11568f;
  padding: 40px;
  float: left;
  width: 100%;
  height: 100%;
}

.mvion-wrap .mvion-row .mvion-col1 .mvion-img1 {
  display: inline-block;
  margin-bottom: 20px;
  width: 80px;
}

.mvion-wrap .mvion-row .mvion-col1 h3 {
  color: #fff;
  font-size: 24px;
  float: left;
  width: 100%;
  line-height: 32px;
  margin: 0 0 10px 0;
  font-family: "SailecLight";
}

.mvion-wrap .mvion-row .mvion-col1 p {
  color: #fff;
  font-size: 17px;
  float: left;
  width: 100%;
  line-height: 28px;
  margin: 0;
  font-family: "SailecLight";
}
.reviews-wrap {
  background: #f5f5f5;
  padding: 70px 0;
  margin-bottom: 40px;
}

.reviews-wrap .row.head-row {
  margin-bottom: 35px;
}

.reviews-wrap .row.head-row h2 {
  color: #000;
  font-size: 24px;
  float: left;
  width: 100%;
  line-height: 32px;
  margin: 0 0 10px 0;
  font-family: "SailecMedium";
}

.reviews-wrap .reviews-row .slide .slide-box {
  background: #fff;
  width: 82%;
  padding: 30px;
  margin: 0 auto;
  border-radius: 12px;
  text-align: center;
  display: inline-block;
}

.reviews-wrap .reviews-row .slide .slide-box h3 {
  color: #000;
  font-size: 20px;
  float: left;
  width: 100%;
  line-height: 32px;
  margin: 0 0 10px 0;
  font-family: "SailecMedium";
}

.reviews-wrap .reviews-row .slide .slide-box .slide__image {
  display: flex;
  margin: 0 auto 15px auto;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.reviews-slider .slick-list .slick-track {
  display: flex;
  flex-wrap: wrap;
}

.reviews-slider .slick-list .slick-track .slick-slide {
  height: auto;
}

.reviews-slider .slick-list .slick-track .slick-slide>div {
  height: 100%;
}

.reviews-slider .slick-list .slick-track .slick-slide>div .slide {
  height: 100%;
}

.reviews-slider .slick-list .slick-track .slick-slide>div .slide .slide-box {
  height: 100%;
}
.reviews-wrap .reviews-row .slide .slide-box .slide__image img {
  width: auto;
  margin: 0 2px;
}

.reviews-wrap .reviews-row .slide .slide-box p {
  display: inline-block;
  color: #000;
  font-size: 17px;
  float: left;
  width: 100%;
  line-height: 25px;
  margin: 0;
  font-family: "SailecLight";
}
.reviews-wrap .reviews-row .reviews-slider button.slick-prev.slick-arrow {
  background: url("../images/arrow-left-black.svg") no-repeat center center;
  width: 36px;
  height: 36px;
  background-size: 14px;
  display: inline-block;
  left: -45px;
}
.reviews-wrap .reviews-row .reviews-slider button.slick-next.slick-arrow {
  background: url("../images/arrow-right-black.svg") no-repeat center center;
  width: 36px;
  height: 36px;
  background-size: 14px;
  display: inline-block;
  right: -45px;
}
.reviews-wrap .reviews-row .reviews-slider button.slick-prev.slick-arrow:hover,
.reviews-wrap .reviews-row .reviews-slider button.slick-next.slick-arrow:hover {
  opacity: 0.6;
}
.reviews-wrap .reviews-row .reviews-slider button.slick-prev.slick-arrow::before,
.reviews-wrap .reviews-row .reviews-slider button.slick-next.slick-arrow::before {
  display: none;
}
.quantity {
  display: flex;
  border: 1px solid #999;
  border-radius: 25px;
  overflow: hidden;
  height: 50px;
}
.quantity button {
  background-color: #fff;
  color: #333;
  border: none;
  cursor: pointer;
  font-size: 20px;
  width: 40px;
  height: auto;
  text-align: center;
  transition: background-color 0.2s;
}

.input-box {
  width: 50px;
  text-align: center;
  border: none;
  padding: 8px 10px;
  font-size: 16px;
  outline: none;
}
.quantity button {
  background-color: #fff;
  color: #333;
  border: none;
  cursor: pointer;
  font-size: 20px;
  width: 40px;
  height: auto;
  text-align: center;
  transition: background-color 0.2s;
}
.holder {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
}
.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col1 .holder::-webkit-scrollbar {
  display: none;
}

/* Hide the images by default */
.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col1 .slides {
  display: none;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col1 .slides img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quantity-wrap {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.quantity-wrap .btn-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}

.quantity-wrap .btn-wrap .quantity {
  margin-right: 20px;
}

.quantity-wrap .btn-wrap .add-basket-btn {
  height: 50px;
  color: #fff;
  padding: 0 30px;
  border-radius: 25px;
  line-height: 48px;
  background: #11568f;
  display: inline-block;
  font-size: 18px;
  transition: ease all 0.5s;
  border: 1px solid #11568f;
}

.quantity-wrap .btn-wrap .add-basket-btn:hover {
  background: #fff;
  color: #11568f;
  border: 1px solid #11568f;
}
.login-wrap {
  padding-top: 45px;
  padding-bottom: 45px;
}
.product-wrp .product-row .product-col .product-txt .prod-learn-more {
  background: #00A149;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  display: inline-block;
  margin: 25px auto 0 auto;
  border-radius: 25px;
  font-size: 14px;
}

.product-wrp .product-row .product-col .product-txt .prod-learn-more:hover {
  background: #333;
  color: #fff;
}
.products-wrap .products-row ul li .prdt-cnt h4 a {
  display: inline-block;
  width: 100%;
  color: #000;
  font-size: 13px;
  font-family: "SailecMedium";
}

.products-wrap .products-row ul li .prdt-cnt h4 a:hover {
  color: #11568f;
}
.products-wrap .products-row ul li .prdt-cnt .price ins .woocommerce-Price-amount amount {
  color: #000;
  font-size: 18px;
  font-family: "SailecMedium";
}

.products-wrap .products-row ul li .prdt-cnt .price ins {
  text-decoration: none !important;
  display: inline-block;
  margin-left: 5px;
}

.products-wrap .products-row ul li .prdt-cnt .price ins .woocommerce-Price-amount.amount {
  color: #000;
  font-size: 18px;
  font-family: "SailecMedium";
  text-decoration: none !important;
}

.products-wrap .products-row ul li .prdt-cnt .price ins .woocommerce-Price-amount.amount bdi {
  color: #000;
  font-size: 18px;
  font-family: "SailecMedium";
  text-decoration: none !important;
}

.products-wrap .products-row ul li .prdt-cnt .price ins .woocommerce-Price-amount.amount bdi .woocommerce-Price-currencySymbol {
  color: #000;
  font-size: 18px;
  font-family: "SailecMedium";
  text-decoration: none;
}
.woocommerce form.woocommerce-ResetPassword.lost_reset_password {
  width: 50%;
  margin: 0 auto;
  padding: 30px 60px;
  border-radius: 8px;
  border:none;
  display: block;
}

.woocommerce form.woocommerce-ResetPassword.lost_reset_password p {
  width: 100%;
  margin-bottom: 20px;
  line-height: 25px;
}

.woocommerce form.woocommerce-ResetPassword.lost_reset_password p.woocommerce-form-row {
  padding: 0;
}

.woocommerce form.woocommerce-ResetPassword.lost_reset_password p.woocommerce-form-row label {
  float: left;
  width: 100%;
}

.woocommerce form.woocommerce-ResetPassword.lost_reset_password p.woocommerce-form-row input.input-text {
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 0 15px;
  color: #000;
  font-size: 16px;
}

.woocommerce form.woocommerce-ResetPassword.lost_reset_password p.woocommerce-form-row input.input-text::placeholder {
  color: #666;
  font-size: 16px;
}

.woocommerce form.woocommerce-ResetPassword.lost_reset_password p.woocommerce-form-row button.woocommerce-Button.button {
  background: #11568F;
  height: 50px;
  border: 1px solid #11568F;
  border-radius: 6px;
  padding: 0 30px;
  color: #fff;
  font-size: 16px;
  font-family: 'SailecLight';
  font-weight: normal;
}

.woocommerce form.woocommerce-ResetPassword.lost_reset_password p.woocommerce-form-row button.woocommerce-Button.button:hover {
  background: #333;
  border: 1px solid #333;
  color: #fff;
}

#customer_login .col-md-6.sign-col1 {
  width: 40%;
  margin: 0 5%;
  padding: 40px 7%;
  border-radius: 8px;
  border:none;
  display: block;
}



#customer_login .col-md-6.sign-col1 h2 {
  color: #000;
  font-size: 24px;
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
}

#customer_login .col-md-6.sign-col1 form.woocommerce-form.woocommerce-form-register.register {
  padding: 0;
  border: none;
  margin: 0;
  float: left;
  width: 100%;
}

#customer_login .col-md-6.sign-col1 form.woocommerce-form.woocommerce-form-register.register p.woocommerce-form-row {
  margin-bottom: 25px;
  padding: 0;
  float: left;
  width: 100%;
}

#customer_login .col-md-6.sign-col1 form.woocommerce-form.woocommerce-form-register.register p.woocommerce-form-row input.input-text {
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 0 15px;
  color: #000;
  font-size: 16px;
}

#customer_login .col-md-6.sign-col1 form.woocommerce-form.woocommerce-form-register.register button.woocommerce-form-register__submit {
  background: #11568F;
  height: 50px;
  border: 1px solid #11568F;
  border-radius: 6px;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
  font-family: 'SailecLight';
  font-weight: normal;
  width: 100%;
}

#customer_login .col-md-6.sign-col1 form.woocommerce-form.woocommerce-form-register.register button.woocommerce-form-register__submit:hover {
  background: #333;
  border: 1px solid #333;
  color: #fff;
}

#customer_login .col-md-6.sign-col1 form.woocommerce-form.woocommerce-form-register.register p {
  color: #000;
  font-family: 'SailecMedium';
}

#customer_login .col-md-6.sign-col1 form.woocommerce-form.woocommerce-form-register.register p a {
  color: #000;
}

#customer_login .col-md-6.sign-col1 form.woocommerce-form.woocommerce-form-register.register p a:hover {
  color: #11568f;
}

#customer_login .col-md-6.sign-col1 form.woocommerce-form.woocommerce-form-register.register p.woocommerce-form-row input.input-text::placeholder {
  color: #666;
}
#customer_login .col-md-6.login-col2 {
  width: 40%;
  margin: 0 5%;
  padding: 40px 7%;
  border-radius: 8px;
  border: none;
  display: block;
  background: #EDF7FF;
}

#customer_login .col-md-6.login-col2 h2 {
  color: #000;
  font-size: 24px;
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
}

#customer_login .col-md-6.login-col2 form.woocommerce-form.woocommerce-form-login.login {
  padding: 0;
  border: none;
  margin: 0;
  float: left;
  width: 100%;
  position: relative;
}

#customer_login .col-md-6.login-col2 form.woocommerce-form.woocommerce-form-login.login p.woocommerce-form-row {}

#customer_login .col-md-6.login-col2 form.woocommerce-form.woocommerce-form-login.login p.woocommerce-form-row input.input-text {
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 0 15px;
  color: #000;
  font-size: 16px;
}

#customer_login .col-md-6.login-col2 form.woocommerce-form.woocommerce-form-login.login p.woocommerce-form-row p.woocommerce-LostPassword.lost_password {}

#customer_login .col-md-6.login-col2 form.woocommerce-form.woocommerce-form-login.login   p.form-row {
  margin-bottom: 25px;
  padding: 0;
  float: left;
  width: 100%;
  color: #000;
  font-family: 'SailecMedium';
}

#customer_login .col-md-6.login-col2 form.woocommerce-form.woocommerce-form-login.login p.form-row button.woocommerce-button.button.woocommerce-form-login__submit {
  background: #11568F;
  height: 50px;
  border: 1px solid #11568F;
  border-radius: 6px;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
  font-family: 'SailecLight';
  font-weight: normal;
  width: 100%;
}

#customer_login .col-md-6.login-col2 form.woocommerce-form.woocommerce-form-login.login p.form-row button.woocommerce-button.button.woocommerce-form-login__submit:hover {
  background: #333;
  border: 1px solid #333;
  color: #fff;
}

#customer_login .col-md-6.login-col2 form.woocommerce-form.woocommerce-form-login.login p.form-row label.woocommerce-form__label.woocommerce-form-login__rememberme {
  color: #000;
  font-family: 'SailecMedium';
  float: left;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

#customer_login .col-md-6.login-col2 form.woocommerce-form.woocommerce-form-login.login p.form-row label.woocommerce-form__label.woocommerce-form-login__rememberme span {
  color: #000;
  font-family: 'SailecMedium';
}

#customer_login .col-md-6.login-col2 form.woocommerce-form.woocommerce-form-login.login p.woocommerce-LostPassword.lost_password {
  display: inline-block;
  position: absolute;
  bottom: 101px;
  width: 200px;
  text-align: right;
  right: 0;
  color: #000;
  font-family: 'SailecMedium';
}
#customer_login .col-md-6.sign-col1 form.woocommerce-form.woocommerce-form-register.register p.form-row.form-row-wide {
  margin-bottom: 25px;
}
#customer_login .col-md-6.login-col2 form.woocommerce-form.woocommerce-form-login.login p.woocommerce-LostPassword.lost_password a {
  color: #000;
}
#customer_login .col-md-6.sign-col1 form.woocommerce-form.woocommerce-form-register.register p.form-row.form-row-wide .password-input .show-password-input {
  top: 1em;
}
#customer_login .col-md-6.login-col2 form.woocommerce-form.woocommerce-form-login.login p.woocommerce-LostPassword.lost_password a:hover {
  color: #11568f;
}
#customer_login .col-md-6.sign-col1 form.woocommerce-form.woocommerce-form-register.register input.input-text {
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 0 15px;
  color: #000;
  font-size: 16px;
}

 
.listing-sec .listing-cards.woocommerce .row.products-row p.woocommerce-result-count {
    position: absolute;
    top: -45px;
    margin: 0;
}

.listing-sec .listing-cards.woocommerce .row.products-row form.woocommerce-ordering {
    position: absolute;
    top: -45px;
    width: 150px;
    right: 0;
    margin: 0;
}


.listing-sec .listing-cards.woocommerce .row.products-row ul.products.columns-4 {
    margin-top: 60px;
}

.listing-sec .listing-cards.woocommerce .row.products-row form.woocommerce-ordering select.orderby {
    border: none;
    background: url(../images/dropdown-icon.svg) no-repeat 90% 8px;
    background-size: 11px;
    padding-right: 30px;
    color: #000;
    font-size: 16px;
    width: 100%;
}
.listing-sec .listing-cards.woocommerce .row.products-row ul.products.columns-4 li.product {
  border: none;
  padding: 20px;
  position: relative;
  padding-bottom: 100px;
  margin: 0 2% 30px 0;
}
.listing-sec .listing-cards.woocommerce .row.products-row ul.products.columns-4 li.product img {
  max-height: 160px;
}
.listing-sec .listing-cards.woocommerce .row.products-row ul.products.columns-4 li.product .price .woocommerce-Price-amount.amount bdi {
  color: #000;
  font-size: 18px;
  text-decoration: none !important;
  font-weight: 700;
}
.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 p.stars a {
  color: #ffdf3c;
}
.listing-sec .listing-cards.woocommerce .row.products-row ul.products.columns-4 li.product span.onsale {
  background-color: #11568f;
  min-height: 45px;
  min-width: 45px;
  padding: 0;
  height: 45px;
  font-weight: normal;
  line-height: 45px;
}

.listing-sec .listing-cards.woocommerce .row.products-row ul.products.columns-4 li .button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  height: 42px;
  color: #fff;
  padding: 0 30px;
  border-radius: 25px;
  line-height: 43px;
  background: #11568f;
  display: inline-block;
  font-size: 15px;
  transition: ease all 0.5s;
  border: 1px solid #11568f;
  width: fit-content;
  font-weight: normal;
  font-family: 'SailecLight';
  text-transform: capitalize;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: 0 auto;
}

.listing-sec .listing-cards.woocommerce .row.products-row ul.products.columns-4 li .button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
  background: #fff;
  color: #11568f;
  border: 1px solid #11568f;
}

.listing-sec .listing-cards.woocommerce .row.products-row ul.products.columns-4 li a {
  display: block;
  width: auto;
  color: #000;
  font-size: 13px;
  font-family: "SailecMedium";
  margin: 0 ;
}
.listing-sec .listing-cards.woocommerce .row.products-row ul.products.columns-4 {
  display: flex;
  flex-wrap: wrap;
}
.listing-sec .listing-cards.woocommerce .row.products-row ul.products.columns-4 li a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  margin: 0;
}
.listing-sec .listing-cards.woocommerce .row.products-row ul.products.columns-4 li.product .price {
  color: #000;
  font-size: 18px;
  font-family: "SailecMedium";
  margin: 0 0 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}


.listing-sec .listing-cards.woocommerce .row.products-row ul.products.columns-4 li.product .price ins {
  text-decoration: none !important;
  display: inline-block;
  margin-left: 5px;
}
.listing-sec .listing-cards.woocommerce .row.products-row ul.products.columns-4 li.product .star-rating {
  margin: 15px auto 0 auto;
}

.listing-sec .listing-cards.woocommerce .row.products-row ul.products.columns-4 li.product .star-rating span::before {
  display: none;
}
.listing-sec .listing-cards.woocommerce .row.products-row ul.products.columns-4 li.product .price ins .woocommerce-Price-amount.amount {
  color: #000;
  font-size: 18px;
  text-decoration: none !important;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col1 .woocommerce-product-gallery .flex-viewport {
  float: left;
  width: 100%;
  height: 500px !important;
  margin-bottom: 30px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #eee;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col1 .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper {
    height: 100%;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col1 .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    height: 100%;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col1 .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
    height: 100%;
    display: inline-block !important;
    width: 100%;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col1 .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
    height: 100%;
    display: inline-block !important;
    width: 100%;
    object-fit: cover;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col1 .woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col1 .woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs li {
  float: left;
  width: 15.6%;
  border-radius: 6px;
  overflow: hidden;
  margin: 0 1% 15px 0;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col1 .woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs li img {
    width: 100%;
    cursor: pointer;
    height: 100%;
    object-fit: cover;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.loading::after{
  top: .140em !important;
}
.content-wrapper.resetform-wrap {
  padding-top: 45px;
  padding-bottom: 45px;
}

.content-wrapper.resetform-wrap .reg-form.form-common.reg-log-form {
  width: 550px;
  margin: 0 auto;
  max-width: 100%;
}

.content-wrapper.resetform-wrap .reg-form.form-common.reg-log-form form.form-reg-log {
  display: inline-block;
  width: 100%;
}

.content-wrapper.resetform-wrap .reg-form.form-common.reg-log-form form.form-reg-log h2 {
  font-size: 32px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 25px;
  font-family: "SailecMedium";
  float: left;
  width: 100%;
}

.content-wrapper.resetform-wrap .reg-form.form-common.reg-log-form form.form-reg-log input.input-box {
  height: 50px;
  border: 1px solid #999;
  border-radius: 6px;
  padding: 0 15px;
  color: #000;
  font-size: 16px;
  width: 100%;
  text-align: left;
}

.content-wrapper.resetform-wrap .reg-form.form-common.reg-log-form form.form-reg-log .input-outet {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
}

.content-wrapper.resetform-wrap .reg-form.form-common.reg-log-form form.form-reg-log .input-outet label {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  color: #000;
  font-size: 17px;
  font-family: "SailecMedium";
}

.content-wrapper.resetform-wrap .reg-form.form-common.reg-log-form form.form-reg-log .input-outet input.loginsubmit.regsubmit {
  background: #11568F;
  height: 50px;
  border: 1px solid #11568F;
  border-radius: 6px;
  padding: 0 40px;
  color: #fff;
  font-size: 16px;
  font-family: 'SailecLight';
  font-weight: normal;
  width: 100%;
}

.content-wrapper.resetform-wrap .reg-form.form-common.reg-log-form form.form-reg-log .input-outet input.loginsubmit.regsubmit:hover {
  background: #333;
  border: 1px solid #333;
  color: #fff;
}
.signup-error {
  color: #ff0000;
  float: left;
  width: 100%;
  margin-top: 5px;
}
.login-page {
  padding-top: 45px;
  padding-bottom: 45px;
}
 

.login-page .login_wrap #reg_frm form#login-form h2 {
  font-size: 32px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 25px;
  font-family: "SailecMedium";
  float: left;
  width: 100%;
}

.login-page .login_wrap #reg_frm form#login-form .f_row {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.login-page .login_wrap #reg_frm form#login-form .f_row input.input-box {
  height: 50px;
  border: 1px solid #999;
  border-radius: 6px;
  padding: 0 15px;
  color: #000;
  font-size: 16px;
  width: 100%;
  text-align: left;
}

.login-page .login_wrap #reg_frm form#login-form .f_row input.sub_btn {
  background: #11568F;
  height: 50px;
  border: 1px solid #11568F;
  border-radius: 6px;
  padding: 0 40px;
  color: #fff;
  font-size: 16px;
  font-family: 'SailecLight';
  font-weight: normal;
  width: 100%;
}

.login-page .login_wrap #reg_frm form#login-form .f_row input.sub_btn:hover {
  background: #333;
  border: 1px solid #333;
  color: #fff;
}

.login-page .login_wrap #reg_frm form#login-form p {
  float: left;
  width: 100%;
  text-align: center;
}

.login-page .login_wrap #reg_frm form#login-form p a#frgt_pass {
  color: #000;
  font-family: 'SailecMedium';
}

.login-page .login_wrap #reg_frm form#login-form p a#frgt_pass:hover {
  color: #11568f;
}
.login-page .login_wrap form.register-form h2 {
  font-size: 32px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 25px;
  font-family: "SailecMedium";
  float: left;
  width: 100%;
}

.login-page .login_wrap form.register-form .f_row {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.login-page .login_wrap form.register-form .f_row input.input-box {
  height: 50px;
  border: 1px solid #999;
  border-radius: 6px;
  padding: 0 15px;
  color: #000;
  font-size: 16px;
  width: 100%;
  text-align: left;
}

.login-page .login_wrap form.register-form .f_row input#frgt_btn {
  background: #11568F;
  height: 50px;
  border: 1px solid #11568F;
  border-radius: 6px;
  padding: 0 40px;
  color: #fff;
  font-size: 16px;
  font-family: 'SailecLight';
  font-weight: normal;
  width: 100%;
}

.login-page .login_wrap form.register-form .f_row a#cancel {
  display: inline-block;
  margin: 0 auto;
  color: #000;
  font-family: 'SailecMedium';
  text-align: center;
  width: 100%;
  margin-top: 15px;
}

.login-page .login_wrap form.register-form .f_row input#frgt_btn:hover {
  background: #333;
  border: 1px solid #333;
  color: #fff;
}

.login-page .login_wrap form.register-form .f_row a#cancel:hover {
  color: #11568f;
}
 
 

.pswp .pswp__scroll-wrap .pswp__container .pswp__item {
    width: auto;
    max-width: 90%;
    height: auto;
    max-height: 90vh;
    text-align: center;
}

.pswp .pswp__scroll-wrap .pswp__container .pswp__item .pswp__zoom-wrap {
    width: auto;
    max-width: 90%;
    height: auto;
    max-height: 90vh;
    transform: none !important;
    margin: 0 auto;
}

.pswp .pswp__scroll-wrap .pswp__container .pswp__item .pswp__zoom-wrap img.pswp__img {
  margin: 0 auto;
  left: 0;
  right: 0;
  width: auto !important;
  max-width: 90%;
  height: auto !important;
  max-height: 90vh;
  object-fit: cover;
  top: 50%;
  transform: translateY(-50%);
}

.pswp .pswp__caption {
    display: none;
}
.default-wrap .woocommerce .woocommerce-MyAccount-content form {
  float: left;
  width: 100%;
}

.default-wrap .woocommerce .woocommerce-MyAccount-content form h3 {
  font-size: 28px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 25px;
  font-family: "SailecMedium";
  float: left;
  width: 100%;
}

.default-wrap .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields {
  float: left;
  width: 100%;
}

.default-wrap .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.default-wrap .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row {
  width: 48%;
}


.default-wrap .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input.input-text {
  height: 50px;
  border: 1px solid #999;
  border-radius: 6px;
  padding: 0 15px;
  color: #000;
  font-size: 16px;
  width: 100%;
}

.default-wrap .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper {
  float: left;
  width: 100%;
}

.default-wrap .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2-selection.select2-selection--single {
  height: 50px;
  border: 1px solid #999;
  border-radius: 6px;
  padding: 0 15px;
  color: #000;
  font-size: 16px;
  width: 100%;
}

.default-wrap .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2-selection.select2-selection--single .select2-selection__rendered {
  padding: 0;
  width: 100%;
  height: 100%;
}

.default-wrap .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2-selection.select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  height: 100%;
  float: left;
  width: 100%;
  line-height: 48px;
}

.default-wrap .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2-selection.select2-selection--single .select2-selection__arrow {
  height: 100%;
  width: 30px;
}
.default-wrap .woocommerce .woocommerce-MyAccount-content form {
  float: left;
  width: 100%;
}

.default-wrap .woocommerce .woocommerce-MyAccount-content form h3 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 25px;
  font-family: "SailecMedium";
  float: left;
  width: 100%;
}

.default-wrap .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields {
  float: left;
  width: 100%;
}

.default-wrap .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.default-wrap .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row {
  width: 48%;
}
 

.default-wrap .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input.input-text {
  height: 50px;
  border: 1px solid #999;
  border-radius: 6px;
  padding: 0 15px;
  color: #000;
  font-size: 16px;
  width: 100%;
}

.default-wrap .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper {
  float: left;
  width: 100%;
}

.default-wrap .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2-selection.select2-selection--single {
  height: 50px;
  border: 1px solid #999;
  border-radius: 6px;
  padding: 0 15px;
  color: #000;
  font-size: 16px;
  width: 100%;
}

.default-wrap .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2-selection.select2-selection--single .select2-selection__rendered {
  padding: 0;
  width: 100%;
  height: 100%;
}

.default-wrap .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2-selection.select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  height: 100%;
  float: left;
  width: 100%;
  line-height: 48px;
}

.default-wrap .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2-selection.select2-selection--single .select2-selection__arrow {
  height: 100%;
  width: 30px;
}

.default-wrap .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields  button.button {
  background: #11568F;
  height: 50px;
  border: 1px solid #11568F;
  border-radius: 6px;
  padding: 0 40px;
  color: #fff;
  font-size: 16px;
  font-family: 'SailecLight';
  font-weight: normal;
  width: auto;
}
.default-wrap .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input#billing_address_2 {
  margin-top: 34px;
}
.default-wrap .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields button.button:hover {
  background: #333;
  border: 1px solid #333;
  color: #fff;
}
.woocommerce-info a.woocommerce-Button.wc-forward.button {
  background: #11568F;
  height: 50px;
  border: 1px solid #11568F;
  border-radius: 6px;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
  font-family: 'SailecLight';
  font-weight: normal;
  width: auto;
  line-height: 45px;
}

.woocommerce-info a.woocommerce-Button.wc-forward.button:hover {
  background: #333;
  border: 1px solid #333;
  color: #fff;
}
.default-wrap .woocommerce .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses {
  float: left;
  width: 100%;
}

.default-wrap .woocommerce .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses header.woocommerce-Address-title.title {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
}

.default-wrap .woocommerce .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses header.woocommerce-Address-title.title h3 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 15px;
  font-family: "SailecMedium";
  float: left;
  width: 100%;
}

.default-wrap .woocommerce .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses header.woocommerce-Address-title.title .edit {
  background: #11568F;
  height: 40px;
  border: 1px solid #11568F;
  border-radius: 6px;
  padding: 0 40px;
  color: #fff;
  font-size: 16px;
  font-family: 'SailecLight';
  font-weight: normal;
  width: auto;
  display: inline-block;
  line-height: 40px;
}

.default-wrap .woocommerce .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses header.woocommerce-Address-title.title .edit:hover {
  background: #333;
  border: 1px solid #333;
  color: #fff;
}
.default-wrap .woocommerce .woocommerce-MyAccount-content fieldset {
  width: 100%;
  float: left;
  color: #000;
  font-size: 17px;
  font-family: "SailecMedium";
  padding: 5px 0;
  line-height: 25px;
}
.default-wrap .woocommerce .woocommerce-MyAccount-content fieldset {
  width: 100%;
  float: left;
  color: #000;
  font-size: 17px;
  font-family: "SailecMedium";
  padding: 5px 0;
  line-height: 25px;
}

.default-wrap .woocommerce .woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.default-wrap .woocommerce .woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account  .form-row {
  width: 50%;
  padding-right: 5%;
}

 
.default-wrap .woocommerce .woocommerce-MyAccount-content fieldset legend {
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 15px;
  font-family: "SailecMedium";
  float: left;
  width: 100%;
}

.default-wrap .woocommerce .woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account .form-row .password-input {
  float: left;
  width: 100%;
}

.default-wrap .woocommerce .woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account .form-row .password-input input.input-text {
  height: 50px;
  border: 1px solid #999;
  border-radius: 6px;
  padding: 0 15px;
  color: #000;
  font-size: 16px;
  width: 100%;
}
.default-wrap .woocommerce .woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account .form-row span em {
  padding-right: 5%;
  float: left;
  width: 100%;
}
.default-wrap .woocommerce .woocommerce-MyAccount-content   button.woocommerce-Button.button {
  background: #11568F;
  height: 50px;
  border: 1px solid #11568F;
  border-radius: 6px;
  padding: 0 40px;
  color: #fff;
  font-size: 16px;
  font-family: 'SailecLight';
  font-weight: normal;
  width: auto;
}

.default-wrap .woocommerce .woocommerce-MyAccount-content button.woocommerce-Button.button:hover {
  background: #333;
  border: 1px solid #333;
  color: #fff;
}
.default-wrap .woocommerce .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses address {
  float: left;
  width: 100%;
}
.wc-block-grid.has-4-columns .wc-block-grid__product .wc-block-grid__product-title {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  font-family: "SailecBold";
}

.wc-block-grid.has-4-columns .wc-block-grid__product .wc-block-grid__product-price.price {
  color: #000;
  font-size: 18px;
  font-family: "SailecMedium";
  margin: 0 0 15px 0;
}

.wc-block-grid.has-4-columns .wc-block-grid__product .wc-block-grid__product-price.price ins {
  text-decoration: none !important;
  display: inline-block;
  margin-left: 5px;
}

.wc-block-grid.has-4-columns .wc-block-grid__product .wc-block-grid__product-price.price ins .woocommerce-Price-amount.amount {
  color: #000;
  font-size: 18px;
  text-decoration: none !important;
  font-family: "SailecMedium";
}
.default-wrap .wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main table.wc-block-cart-items tr.wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__wrap p {
  font-size: 16px;
}
.listing-sec .listing-cards.woocommerce .row.products-row ul.products.columns-4 li .button.product_type_simple.add_to_cart_button.ajax_add_to_cart.loading::after{
  margin-top: -4px !important;
  right: 10px !important;
}
.wp-block-woocommerce-empty-cart-block ul.wc-block-grid__products li.wc-block-grid__product .wp-block-button__link.add_to_cart_button {
  height: 42px;
  color: #fff;
  padding: 0 30px;
  border-radius: 25px;
  line-height: 43px;
  background: #11568f;
  display: inline-block;
  font-size: 15px;
  transition: ease all 0.5s;
  border: 1px solid #11568f;
  width: auto;
  font-weight: normal;
  font-family: 'SailecLight';
  text-transform: capitalize;
}

.wp-block-woocommerce-empty-cart-block ul.wc-block-grid__products {
  margin-top: 30px;
}

.wp-block-woocommerce-empty-cart-block ul.wc-block-grid__products li.wc-block-grid__product .wp-block-button__link.add_to_cart_button:hover {
  background: #fff;
  color: #11568f;
  border: 1px solid #11568f;
}

.wp-block-woocommerce-empty-cart-block ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-image {
  height: 190px;
}

.wp-block-woocommerce-empty-cart-block ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-image img {
  max-height: 100%;
  height: auto;
  width: auto;
  max-width: 100%;
}
.wp-block-woocommerce-empty-cart-block ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-onsale {
  background-color: #11568f;
  min-height: 45px;
  min-width: 45px;
  padding: 0;
  height: 45px;
  font-weight: normal;
  line-height: 45px;
  color: #fff;
  border-radius: 50%;
}
.default-wrap .woocommerce .woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account .form-row input.input-text {
  height: 50px;
  border: 1px solid #999;
  border-radius: 6px;
  padding: 0 15px;
  color: #000;
  font-size: 16px;
  width: 100%;
}

.default-wrap .woocommerce .woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account .form-row span em {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .accordion .accordion-item .accordion-collapse .accordion-body .acdn-left #review_form_wrapper #review_form #respond #reply-title {
  font-weight: 600;
  font-weight: 600;
  font-size: 18px;
  color: #757575;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .accordion .accordion-item .accordion-collapse .accordion-body .acdn-left #comments ol.commentlist, .prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .accordion .accordion-item .accordion-collapse .accordion-body .acdn-left #comments ul {
  float: left;
  width: 100%;
}
.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .accordion .accordion-item .accordion-collapse .accordion-body .acdn-left #review_form_wrapper form#commentform .comment-form-rating label {
  font-weight: 600;
  font-size: 18px;
  color: #757575;
}
.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .woocommerce-product-rating {
  float: left;
  width: 100%;
}
.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .review .review-wrap .star-rating span::before {
  display: none;
}
.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .woocommerce-product-rating .star-rating {
  margin: 0 0 10px 0;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .woocommerce-product-rating a.woocommerce-review-link:hover {
  color: #757575;
}
.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .accordion .accordion-item .accordion-collapse .accordion-body .acdn-left #comments ol.commentlist .star-rating span::before {
  display: none;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .woocommerce-product-rating a.woocommerce-review-link {
  color: #11568f;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 600px) {
  .prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col1 .prevContainer,
  .prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col1 .nextContainer {
    display: none;
    visibility: hidden;
  }
}
.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col1 .prevContainer,
.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col1 .nextContainer {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  transform: translate(0, calc(-50% - 54px));
  height: 54px;
  width: 54px;
  cursor: pointer;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col1 .prevContainer {
  margin-left: 26px;
  left: 0;
  border-radius: 30px 0 0 30px;
  display: none;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col1 .prev {
  position: relative;
  top: 20px;
  transform: translate(0, -50%);
  height: 34px;
  width: 32px;
  float: left;
  margin-left: 12px;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col1 .prev svg,
.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col1 .next svg {
  fill: white;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col1 .nextContainer {
  margin-right: 26px;
  right: 0;
  border-radius: 0 30px 30px 0;
  display: none;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col1 .next {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  height: 34px;
  width: 32px;
  float: right;
  margin-right: 12px;
}
.default-wrap .wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main table.wc-block-cart-items tr.wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__wrap button.wc-block-cart-item__remove-link {
  font-size: 15px;
}
.default-wrap .wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main table.wc-block-cart-items tr.wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-components-product-badge.wc-block-components-sale-badge {
  padding: 5px;
  font-size: 13px;
}
/* Container for image text */
.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col1 .caption-container {
  text-align: left;
  background-color: #222;
  padding: 2px 16px;
  color: white;
  display: none;
}
.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col1 .holder .slides {
  height: 100%;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}

/* Six columns side by side */
.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col1 .column {
  float: left;
  width: 16.66%;
  border-radius: 6px;
  overflow: hidden;
}

/* Add a transparency effect for thumbnail images */
.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col1 .slide-thumbnail {
  width: 100%;
  opacity: 0.6;
  cursor: pointer;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col1 .active,
.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col1 .slide-thumbnail:hover {
  opacity: 1;
}
.prdt-dtl-wrap {
  padding-top: 45px;
  padding-bottom: 45px;
}
.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col1 {
  padding-right: 3%;
  position: relative;
}
.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col1 .onsale {
  background-color: #11568f;
  min-height: 55px;
  min-width: 55px;
  padding: 0;
  height: 55px;
  font-weight: normal;
  line-height: 55px;
  display: inline-block;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  z-index: 99;
  right: 20px;
  top: -20px;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col1 a.woocommerce-product-gallery__trigger {
  position: absolute;
  z-index: 999;
  top: 20px;
  left: 20px;
}

.woocommerce-product-gallery {
  position: relative;
}
.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 {
  padding-left: 3%;
  padding-right: 8%;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col1 .holder {
  float: left;
  width: 100%;
  height: 600px;
  margin-bottom: 30px;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 h2 {
  color: #000;
  font-size: 32px;
  float: left;
  width: 100%;
  line-height: 32px;
  margin: 0 0 15px 0;
  font-family: "SailecLight";
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 p {
  color: #757575;
  float: left;
  width: 100%;
  font-size: 18px;
  margin: 0 0 15px 0;
  line-height: 26px;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .prdt-name {
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
  color: #757575;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .price {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  margin:15px 0 15px 0;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .price h2 {
  color: #000;
  font-size: 32px;
  float: left;
  width: auto;
  line-height: 32px;
  margin: 0 15px 0 0;
  font-family: "SailecLight";
  font-family: "SailecMedium";
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .price .price-not {
  display: inline-block;
  position: relative;
  color: #000;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .price .price-not::after {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 100%;
  height: 1px;
  background: #333;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .review {
  float: left;
  width: 100%;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .review h3 {
  font-family: "SailecMedium";
  float: left;
  width: 100%;
  font-size: 20px;
  margin: 0 0 10px 0;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 
 .checkavalability-section {
    width: 100%;
    float: left;
    margin: 0 0 30px;
    display: flex;
    flex-wrap: wrap;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .checkavalability-section h4 {
    font-family: "SailecMedium";
    float: left;
    width: 100%;
    font-size: 16px;
    margin: 0 0 10px 0;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .checkavalability-section input {
    width: 60%;
    flex: 1 0 0;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .checkavalability-section select {color: #333; width: 48%; font-size: 14px;  height: 46px; background: #efefef url(../images/chevron-down-solid.svg) no-repeat center / 10px; background-position-x: 93%; padding: 0 15px 0;  border-radius: 25px;  border: 1px solid #efefef;  margin: 0 4% 0 0;cursor: pointer;}
.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .checkavalability-section select.panchayath { margin-right: 0;}


.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .checkavalability-section button.btn_check_avail { background: #11568f;  border: 1px solid #11568f; padding: 0 25px; border-radius: 25px;  margin: 0 0 0 15px;}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .checkavalability-section button.btn_check_avail:hover { color: #11568f; background: none;}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .checkavalability-section .check-ret-msg {
    margin: 10px 0 0;
    width: 100%;
    display: block;
    font-size: 12px;
}

.related-wrap {
  padding: 60px 0;
}

.related-wrap .head-row {
  margin-bottom: 30px;
}

.related-wrap .head-row h2 {
  color: #000;
  font-size: 24px;
  float: left;
  width: 100%;
  line-height: 32px;
  margin: 0 0 10px 0;
  font-family: "SailecMedium";
}
.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .review .review-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 0 30px 0;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .review .review-wrap img {
  margin-left: 10px;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .accordion {
  float: left;
  width: 100%;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .accordion .accordion-item {
  float: left;
  width: 100%;
  border: none;
  border-radius: 0;
  border-top: 1px solid #ccc;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .accordion .accordion-item h2.accordion-header {
  font-size: 20px;
  color: #000;
  font-weight: normal;
  font-family: "SailecMedium";
  float: left;
  width: 100%;
  border: none;
  background: none;
  margin: 0;
  padding: 8px 0;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .accordion .accordion-item h2.accordion-header .accordion-button {
  font-size: 20px;
  color: #000;
  font-weight: normal;
  font-family: "SailecMedium";
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .accordion .accordion-item .accordion-collapse {
  float: left;
  width: 100%;
  border: none;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0;
}
.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .accordion .accordion-item .accordion-button::after {
  background: url(../images/plus-icon.svg) no-repeat center center;
}
.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background: url(../images/minus-icon.svg) no-repeat center center;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .price ins .woocommerce-Price-amount.amount {
    color: #000;
    font-size: 32px;
    float: left;
    width: auto;
    line-height: 32px;
    margin: 0 15px 0 0;
    font-family: "SailecLight";
    font-family: "SailecMedium";
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .review .review-wrap .star-rating {
    display: inline-block;
    margin-left: 10px;
    margin-top: -3px;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 form.cart {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 40px 0;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 form.cart .quantity { margin-right: 20px;
  width: 130px;}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 form.cart .quantity input#quantity_663a2ac73a0df {
    width: 50px;
}
 
.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 form.cart .quantity label.screen-reader-text {
  max-width: 200px !important;
  position: static !important;
  display: none;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 form.cart .quantity input.input-text.qty.text {
  border: none !important;
  width: 55px !important;
  padding: 0 !important;
  text-align: center;
}
.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 form.cart .quantity button.minus {
  width: 35px !important;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 form.cart .quantity button.plus {
  width:35px !important;
}
.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 form.cart button.single_add_to_cart_button {
    height: 50px;
    color: #fff;
    padding: 0 30px;
    border-radius: 25px;
    line-height: 48px;
    background: #11568f;
    display: inline-block;
    font-size: 18px;
    transition: ease all 0.5s;
    border: 1px solid #11568f;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 form.cart button.single_add_to_cart_button:hover {
    background: #fff;
    color: #11568f;
    border: 1px solid #11568f;
}
.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .comment-form-rating {
  float: left;
  width: 100%;
  margin-bottom: 12px;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .comment-form-rating label {
  float: left;
  width: 100%;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .comment-form-rating p.stars.selected {
  float: left;
  width: 100%;
}
.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .accordion .accordion-item .accordion-collapse .accordion-body .acdn-left {
  float: left;
  width: 100%;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .accordion .accordion-item .accordion-collapse .accordion-body .acdn-left .woocommerce-Reviews {
  float: left;
  width: 100%;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2  p.comment-form-comment {
  float: left;
  width: 100%;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 p.comment-form-comment label {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 p.comment-form-comment textarea#comment {
  float: left;
  width: 100%;
  min-height: 110px;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding:10px 15px 0 15px;
  color: #000;
  font-size: 16px;
  resize: vertical;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 label {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 input {
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 0 15px;
  color: #000;
  font-size: 16px;
  width: 100%;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 input#submit {
  background: #11568F;
  height: 50px;
  border: 1px solid #11568F;
  border-radius: 6px;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
  font-family: 'SailecLight';
  font-weight: normal;
  width: 100%;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 input#submit:hover {
  background: #333;
  border: 1px solid #333;
  color: #fff;
}
.products-wrap.related-wrap .related-col .products-row ul.products.columns-4 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.products-wrap.related-wrap .related-col .products-row ul.products.columns-4 li.product {
  transition: ease all 0.5s;
  display: inline-block;
  width: 18.8%;
  padding: 20px;
  border: 1px solid #eee;
  margin: 0 1.5% 40px 0;
  padding-bottom: 100px;
  position: relative;
}
.products-wrap.related-wrap .related-col .products-row ul.products.columns-4 li.product a .onsale {
  background-color: #11568f;
  min-height: 45px;
  min-width: 45px;
  padding: 0;
  height: 45px;
  font-weight: normal;
  line-height: 45px;
  color: #fff;
  font-size: .857em;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  top: 0;
  right: 0;
  left: auto;
  position: absolute;
  margin: -.5em -.5em 0 0;
  z-index: 99;
}

.products-wrap.related-wrap .related-col .products-row ul.products.columns-4 li.product a {
  display: inline-block;
  width: 100%;
  color: #000;
  font-size: 18px;
  font-family: "SailecMedium";
  margin: 0 0 15px 0;
}

.products-wrap.related-wrap .related-col .products-row ul.products.columns-4 li.product .price {
  color: #000;
  font-size: 18px;
  font-family: "SailecMedium";
  margin: 0 0 15px 0;
}


.products-wrap.related-wrap .related-col .products-row ul.products.columns-4 li.product .price ins {
  text-decoration: none !important;
  display: inline-block;
  margin-right: 5px;
}

.products-wrap.related-wrap .related-col .products-row ul.products.columns-4 li.product .price ins .woocommerce-Price-amount.amount {
  color: #000;
  font-size: 18px;
  font-family: "SailecMedium";
  text-decoration: none !important;
}

.products-wrap.related-wrap .related-col .products-row ul.products.columns-4 li.product:nth-child(5n) {
  margin-right: 0 !important;
}

.products-wrap.related-wrap .related-col .products-row ul.products.columns-4 li.product .button.product_type_simple.add_to_cart_button {
  margin-top: 20px;
  height: 42px;
  color: #fff;
  padding: 0 30px;
  border-radius: 25px;
  line-height: 43px;
  background: #11568f;
  display: inline-block;
  font-size: 15px;
  transition: ease all 0.5s;
  border: 1px solid #11568f;
  width: auto;
  font-weight: normal;
  font-family: 'SailecLight';
  text-transform: capitalize;
  position: absolute;
  left: 20px;
  bottom: 30px;
  margin-bottom: 0;
}

.products-wrap.related-wrap .related-col .products-row ul.products.columns-4 li.product .button.product_type_simple.add_to_cart_button:hover {
  background: #fff;
  color: #11568f;
  border: 1px solid #11568f;
}
.contact-wrap .contact-row .contact-col1 ul li .col-right p a {
  color: #000;
  font-size: 17px;
  font-family: "SailecMedium";
}

.contact-wrap .contact-row .contact-col1 ul li .col-right p a:hover {
  color: #11568f;
}


.contact-wrap .contact-row .contact-col2 .contact-form form.everest-form input.input-text {
  height: 50px;
  border: 1px solid #999;
  border-radius: 6px;
  padding: 0 15px;
  color: #000;
  font-size: 16px;
  width: 100%;
}
.contact-wrap .contact-row .contact-col2 .contact-form form.everest-form input.input-text::placeholder, 
.contact-wrap .contact-row .contact-col2 .contact-form form.everest-form textarea::placeholder {
  color: #666;
}
.contact-wrap .contact-row .contact-col2 .contact-form form.everest-form textarea {
  float: left;
  width: 100%;
  min-height: 110px;
  border: 1px solid #999;
  border-radius: 6px;
  padding: 10px 15px 0 15px;
  color: #000;
  font-size: 16px;
  resize: vertical;
}

.contact-wrap .contact-row .contact-col2 .contact-form button.everest-forms-submit-button {
  background: #11568F;
  height: 50px;
  border: 1px solid #11568F;
  border-radius: 6px;
  padding: 0 40px;
  color: #fff;
  font-size: 16px;
  font-family: 'SailecLight';
  font-weight: normal;
  width: 100%;
}

.contact-wrap .contact-row .contact-col2 .contact-form button.everest-forms-submit-button:hover {
  background: #333;
  border: 1px solid #333;
  color: #fff;
}

.contact-wrap .contact-row .contact-col2 .contact-form .evf-submit-container {
  margin-top: 10px;
}
.woocommerce-notices-wrapper .woocommerce-message {
  border-top-color: #11568f;
}

.woocommerce-notices-wrapper .woocommerce-message  .button.wc-forward {
  height: 40px;
  color: #fff;
  padding: 0 20px;
  border-radius: 25px;
  line-height: 38px;
  background: #11568f;
  display: inline-block;
  font-size: 16px;
  transition: ease all 0.5s;
  border: 1px solid #11568f;
}

.woocommerce-notices-wrapper .woocommerce-message .button.wc-forward:hover {
  background: #ffffff;
  color: #11568f;
  border: 1px solid #11568f;
}

.woocommerce-notices-wrapper .woocommerce-message::before {
  color: #11568f;
}
.default-wrap {
  padding-top: 46px;
  padding-bottom: 46px;
}

.default-wrap h1 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 25px;
  font-family: "SailecMedium";
  float: left;
  width: 100%;
}


.default-wrap .wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main table.wc-block-cart-items tr.wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__wrap a.wc-block-components-product-name {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  font-family: "SailecBold";
}


.default-wrap .wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main table.wc-block-cart-items tr.wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__prices .price.wc-block-components-product-price .wc-block-components-product-price__value.is-discounted {
  color: #000;
  font-size: 18px;
  text-decoration: none !important;
  font-family: "SailecLight";
  font-weight: 600;
}

.default-wrap .wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar a.wc-block-components-totals-coupon-link {
  height: 40px;
  color: #fff;
  padding: 0 25px;
  border-radius: 25px;
  line-height: 38px;
  background: #11568f;
  display: inline-block;
  font-size: 18px;
  transition: ease all 0.5s;
  border: 1px solid #11568f;
}

.default-wrap .wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar a.wc-block-components-totals-coupon-link:hover {
  background: #fff;
  color: #11568f;
  border: 1px solid #11568f;
}

.default-wrap .wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-cart__submit .components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
  background: #11568F;
  height: 50px;
  border: 1px solid #11568F;
  border-radius: 6px;
  padding: 0 40px;
  color: #fff;
  font-size: 17px;
  font-family: 'SailecLight';
  font-weight: normal;
  width: 100%;
  transition: ease all 0.5s;
  box-shadow: none !important;
  outline: none !important;
}

.default-wrap .wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-cart__submit .components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover {
  background: #fff;
  border: 1px solid #11568F;
  color: #11568F;
}
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input input#wc-block-components-totals-coupon__input-0 {
  height: 50px;
  border: 1px solid #999;
  border-radius: 6px;
  padding: 0 15px;
  color: #000;
  font-size: 16px;
  width: 100%;
}

.wc-block-components-totals-coupon__form button.components-button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button {
  background: #11568F;
  height: 50px;
  border: 1px solid #11568F;
  border-radius: 6px;
  padding: 0 40px;
  color: #fff;
  font-size: 17px;
  font-family: 'SailecLight';
  font-weight: normal;
  width: 30%;
  transition: ease all 0.5s;
  box-shadow: none !important;
  outline: none !important;
}

.wc-block-components-totals-coupon__form button.components-button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button:hover {
  background: #fff;
  border: 1px solid #11568F;
  color: #11568F;
}
.woocommerce-info .showcoupon {
  height: 40px;
  color: #fff;
  padding: 0 20px;
  border-radius: 25px;
  line-height: 38px;
  background: #11568f;
  display: inline-block;
  font-size: 16px;
  transition: ease all 0.5s;
  border: 1px solid #11568f;
  margin-left: 10px;
}
.woocommerce-checkout #payment div.form-row .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 15px;
}
 
form.checkout.woocommerce-checkout  #customer_details {
  margin-bottom: 20px;
}

form.checkout.woocommerce-checkout h3#order_review_heading {
  margin-bottom: 10px;
}
.default-wrap .woocommerce form.checkout_coupon.woocommerce-form-coupon {
  float: left;
  width: 100%;
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
}
.woocommerce-info .showcoupon:hover {
  background: #ffffff;
  color: #11568f;
  border: 1px solid #11568f;
}
.default-wrap .woocommerce form.checkout_coupon.woocommerce-form-coupon .form-row {
  display: inline-block;
  width: auto;
  margin: 0 15px 0 0;
}

.default-wrap .woocommerce form.checkout_coupon.woocommerce-form-coupon p {
  display: inline-block;
  margin: 0 15px 0 0;
}

.default-wrap .woocommerce form.checkout_coupon.woocommerce-form-coupon .form-row input#coupon_code {
  height: 50px;
  border: 1px solid #999;
  border-radius: 6px;
  padding: 0 15px;
  color: #000;
  font-size: 16px;
  width: auto;
}
.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info::before {
  top: 27px;
}
.woocommerce-billing-fields__field-wrapper .form-row input.input-text, .woocommerce-billing-fields__field-wrapper .form-row select {
    height: 50px;
    border: 1px solid #999;
    border-radius: 6px;
    padding: 0 15px;
    color: #000;
    font-size: 16px;
    width: 100%;
}

.woocommerce-billing-fields__field-wrapper .form-row label {
    float: left;
    width: 100%;
    color: #000;
    font-size: 16px;
    font-family: "SailecMedium";
    margin: 0 0 5px 0;
    position: static !important;
}

strong {
    font-family: "SailecMedium";

}

.woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper {
    float: left;
    width: 100%;
    color: #000;
    font-size: 16px;
    font-family: "SailecMedium";
    margin: 0 0 5px 0;
}
 

.woocommerce form .form-row select {
    height: 50px;
    border: 1px solid #999;
    border-radius: 6px;
    padding: 0 15px;
    color: #000;
    font-size: 16px;
    width: 100%;
}
  

.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row label {
  float: left;
  width: 100%;
  color: #000;
  font-size: 16px;
  font-family: "SailecMedium";
  margin: 0 0 5px 0;
}

.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row textarea {
  min-height: 140px;
  border: 1px solid #999;
  border-radius: 6px;
  padding:10px 15px;
  color: #000;
  font-size: 16px;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
}
.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper a.woocommerce-privacy-policy-link {
  color: #11568f;
  font-family: "SailecMedium";
}

.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper a.woocommerce-privacy-policy-link:hover {
  color: #000;
}

#payment .form-row.place-order button#place_order {
  background: #11568F;
  height: 50px;
  border: 1px solid #11568F;
  border-radius: 6px;
  padding: 0 40px;
  color: #fff;
  font-size: 17px;
  font-family: 'SailecLight';
  font-weight: normal;
  width: auto;
}
.woocommerce-notices-wrapper .woocommerce-error li a {
  color: #000;
  font-family: "SailecMedium";
}
.woocommerce-notices-wrapper .woocommerce-error li a:hover {
  color: #11568F;
}
#payment .form-row.place-order button#place_order:hover {
  background: #fff;
  border: 1px solid #11568F;
  color: #11568F;
}
.woocommerce form.checkout_coupon.woocommerce-form-coupon button.button {
  height: 40px;
  color: #fff;
  padding: 0 30px;
  border-radius: 25px;
  line-height: 38px;
  background: #11568f;
  display: inline-block;
  font-size: 16px;
  transition: ease all 0.5s;
  border: 1px solid #11568f;
}

.woocommerce form.checkout_coupon.woocommerce-form-coupon button.button:hover {
  border: 1px solid #11568f;
  color: #11568f;
  background: #fff;
}
.woocommerce form .form-row.woocommerce-invalid label {
  color: #000 !important;
}
.woocommerce-order .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  color: green;
  font-family: "SailecMedium";
}


.woocommerce-order .woocommerce-order-details table.order_details td a {
  color: #000;
  font-size: 17px;
  font-family: "SailecMedium";
}

.woocommerce-order .woocommerce-order-details table.order_details td a:hover {
  color: #11568f;
}

.woocommerce-order .woocommerce-order-details h2.woocommerce-order-details__title {
  margin-bottom: 15px;
}
section.woocommerce-order-details {
  margin-top: 15px;
}
#customer_login .col-md-6.login-col2 form.woocommerce-form.woocommerce-form-login.login p.form-row .show-password-input {
  top: 1em;
}
.default-wrap .woocommerce {

  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.default-wrap .woocommerce nav.woocommerce-MyAccount-navigation {
  width: 20%;
}

.default-wrap .woocommerce .woocommerce-MyAccount-content {
  width: 78%;
  display: inline-block;
  padding-right: 10%;
}

.default-wrap .woocommerce nav.woocommerce-MyAccount-navigation ul {
  float: left;
  width: 100%;
}

.default-wrap .woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link {
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
}

.default-wrap .woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
  float: left;
  color: #000;
  font-size: 18px;
  font-family: "SailecMedium";
  padding: 5px 0;
}

.default-wrap .woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:hover {
  color: #11568f;
}
.default-wrap .woocommerce .woocommerce-MyAccount-content p {
  width: 100%;
  margin: 0 0 15px 0;
  float: left;
  color: #000;
  font-size: 17px;
  font-family: "SailecMedium";
  padding: 5px 0;
  line-height: 25px;
}

.default-wrap .woocommerce .woocommerce-MyAccount-content p a {
  color: #11568f;
}

.default-wrap .woocommerce .woocommerce-MyAccount-content p a:hover {
  color: #000;
}
.default-wrap .woocommerce form.checkout.woocommerce-checkout #order_review {
  float: right;
  width: 48%;
  position: absolute;
  right: 0;
  top: 22%;
}
.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .accordion .accordion-item .accordion-collapse .accordion-body .acdn-left #comments ol.commentlist {
  max-height: 350px;
  overflow-y: auto;
}
.default-wrap .woocommerce form.checkout.woocommerce-checkout {
  position: relative;
}
.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .accordion .accordion-item .accordion-collapse .accordion-body .acdn-left #comments {
  float: left;
  width: 100%;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .accordion .accordion-item .accordion-collapse .accordion-body .acdn-left #comments h2.woocommerce-Reviews-title {
  font-size: 25px;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .accordion .accordion-item .accordion-collapse .accordion-body .acdn-left #review_form_wrapper {
  float: left;
  width: 100%;
  margin-top: 25px;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .accordion .accordion-item .accordion-collapse .accordion-body .acdn-left #review_form_wrapper #review_form {
  float: left;
  width: 100%;
  
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .accordion .accordion-item .accordion-collapse .accordion-body .acdn-left #review_form_wrapper #review_form #respond {
  float: left;
  width: 100%;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .accordion .accordion-item .accordion-collapse .accordion-body .acdn-left #review_form_wrapper #review_form #respond span {
  /* float: left; */
  /* width: 100%; */
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .accordion .accordion-item .accordion-collapse .accordion-body .acdn-left #review_form_wrapper form#commentform {
  float: left;
  width: 100%;
  margin-top: 15px;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .accordion .accordion-item .accordion-collapse .accordion-body .acdn-left #review_form_wrapper form#commentform p.comment-form-comment {
  margin-bottom: 20px;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .accordion .accordion-item .accordion-collapse .accordion-body .acdn-left #review_form_wrapper form#commentform p.comment-form-author {
  margin-bottom: 20px;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .accordion .accordion-item .accordion-collapse .accordion-body .acdn-left #review_form_wrapper form#commentform p.comment-form-email {
  margin-bottom: 25px;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .accordion .accordion-item .accordion-collapse .accordion-body .acdn-left #review_form_wrapper form#commentform p.comment-form-cookies-consent {
  margin-bottom: 12px;
  display: none;
}


.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .accordion .accordion-item .accordion-collapse .accordion-body .acdn-left #review_form_wrapper form#commentform .form-submit input.submit {
  background: #11568F;
  height: 50px;
  border: 1px solid #11568F;
  border-radius: 6px;
  padding: 0 40px;
  color: #fff;
  font-size: 16px;
  font-family: 'SailecLight';
  font-weight: normal;
  width: 100%;
}
.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .comment-form-rating label {
  font-size: 18px;
  color: #757575;
}
.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .accordion .accordion-item .accordion-collapse .accordion-body .acdn-left #review_form_wrapper form#commentform .form-submit input.submit:hover {
  background: #333;
  border: 1px solid #333;
  color: #fff;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .accordion .accordion-item .accordion-collapse .accordion-body .acdn-left #review_form_wrapper form#commentform p.comment-notes {
  font-size: 15px;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .accordion .accordion-item .accordion-collapse .accordion-body .acdn-left #review_form_wrapper form#commentform p.comment-form-cookies-consent label {
  font-size: 15px;
}
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input.is-active label {
  transform: translateY(.3em) scale(.875);
  font-size: 0.75em;
}
.login-page .form #successMessage {
  text-align: center;
}
@media (min-width: 768px) {
  button.navbar-toggler {
    display: none;
  }
  #navbarSupportedContent {
    display: flex;
    width: auto;
    flex-basis: auto;
  }
  #navbarSupportedContent ul.navbar-nav {
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  #navbarSupportedContent ul.navbar-nav li.nav-item {
    display: inline-block;
  }
  header.myHeader .navigation-wrap {
    height: 100%;
    display: flex;
    align-items: center;
  }
  header.myHeader .navigation-wrap .container {
    height: 100%;
  }
  header.myHeader .navigation-wrap .container .row {
    height: 100%;
  }
  ul.social-ul.mobile-social-ul {
    display: none;
}
.side-bar .mob-sidemenu {
  display: none;
 
}
}


@media (max-width: 1520px) {
header.myHeader .navigation-wrap .container .row .navbar .nav-container .search-box {
  width: 270px;
  margin: 0 1% 0 2%;
}

.navigation-wrap ul.navbar-nav li.nav-item {
  margin-right: 10px;
}

header.myHeader .navigation-wrap .container .row .navbar .nav-container #navbarSupportedContent ul.social-ul {
  margin: 0 5% 0 2%;
}

header.myHeader .navigation-wrap .container .row .navbar .nav-container #navbarSupportedContent ul.social-ul li {
  margin: 0 5px;
}

.head-rgt-btn .makemoney-btn {
  font-size: 16px;
  padding: 0 20px;
}
.container {
  max-width: 90%;
  width: 1280px;
}
}



@media (max-width: 1366px) {
  .container {
    max-width: 94%;
  }
  .container.sml-conatiner {
    width: 94;
    max-width: 94%;
  }
  .navigation-wrap ul.navbar-nav li.nav-item .nav-link {
    font-size: 17px;
    padding: 10px 10px;
}

header.myHeader .navigation-wrap .container .row .navbar .nav-container a.navbar-brand {
    width: 200px;
    margin-right: 15px;
}

header.myHeader .navigation-wrap .container .row .navbar .nav-container .search-box {
    width: 250px;
    margin: 0 1% 0 2%;
}

.head-rgt-btn .makemoney-btn {
    font-size: 15px;
    padding: 0 20px;
    line-height: 42px;
    height: 42px;
}
.category-wrap .category-slider .slide a .category-name {
  font-size: 17px;
}
.bannerSlider {
  height: 600px;
}
.product-wrp .product-row .product-col.prdt-one .product-txt h2, .product-wrp .product-row .product-col.prdt-two .product-txt h2, 
.product-wrp .product-row .product-col.prdt-three .product-txt h2, .product-wrp .product-row .product-col.prdt-four .product-txt h2 {
  font-size: 17px;
  padding: 0 30px;
}
.product-wrp .product-row .product-col.prdt-one .product-txt h4, .product-wrp .product-row .product-col.prdt-two .product-txt h4, 
.product-wrp .product-row .product-col.prdt-three .product-txt h4, .product-wrp .product-row .product-col.prdt-four .product-txt h4 {
  font-size: 17px;
}
}

@media (max-width: 1280px) {
  .products-wrap .products-row ul li .btns .buy-btn {
    padding: 0 20px;
    font-size: 15px;
}

.navigation-wrap ul.navbar-nav li.nav-item .nav-link {
    font-size: 16px;
    padding: 10px 7px;
}
header.myHeader .navigation-wrap .container .row .navbar .nav-container a.navbar-brand {
  width: 150px;
  margin-right: 15px;
}
header.myHeader .navigation-wrap .container .row .navbar .nav-container .search-box {
  width: 200px;
  margin: 0 1% 0 1%;
}
header.myHeader .navigation-wrap .container .row .navbar .nav-container #navbarSupportedContent ul.social-ul {
  margin: 0 5% 0 2%;
}
header.myHeader .navigation-wrap .container .row .navbar .nav-container .search-box input.form-control::placeholder {
  font-size: 14px;
}
.category-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ftr-list-wrap {
  padding: 20px 0 40px 0;
}

.footer {
  margin-top: 30px;
}
.product-wrp .product-row .product-col {
  width: 100%;
}
.product-wrp .product-row .product-col.prdt-one .product-txt h2, .product-wrp .product-row .product-col.prdt-two .product-txt h2, 
.product-wrp .product-row .product-col.prdt-three .product-txt h2, .product-wrp .product-row .product-col.prdt-four .product-txt h2 {
  font-size: 15px;
  padding: 0 15px;
}
.product-wrp .product-row .product-col.prdt-one .product-txt h4, .product-wrp .product-row .product-col.prdt-two .product-txt h4, 
.product-wrp .product-row .product-col.prdt-three .product-txt h4, .product-wrp .product-row .product-col.prdt-four .product-txt h4 {
  font-size: 16px;
}
}


@media (max-width: 1180px) {
.products-wrap .products-row ul.prdt-ul li {
  width: 23.5%;
}

.products-wrap .products-row ul.prdt-ul li:nth-child(4n) {
  margin-right: 0;
}

.products-wrap .products-row ul.prdt-ul li:nth-child(5n) {
  margin-right: 1.5% !important;
}
.bannerSlider {
  height: 600px;
}
header.myHeader .navigation-wrap .container .row .navbar .nav-container #navbarSupportedContent ul.social-ul {
  margin: 0 7% 0 1%;
}
.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 form.cart button.single_add_to_cart_button {
  font-size: 16px;
  padding: 0 20px;
}
.abtpage-wrap .abtpage-row .abtpage-col2 h2 {
  font-size: 36px;
}
 
.value-wrap .value-row .value-col1 h2 {
  font-size: 36px;
}

.value-wrap .value-row .value-col1 .price-wrap h3 {
  font-size: 36px;
}
.listing-sec .listing-cards.woocommerce .row.products-row ul.products.columns-4 li.product {
  width: 30%;
  margin: 0 3% 2.992em 0;
}
.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col1 .woocommerce-product-gallery .flex-viewport {
  height: 400px !important;
}
.product-wrp .product-row .product-col.prdt-one .product-txt h4, .product-wrp .product-row .product-col.prdt-two .product-txt h4, 
.product-wrp .product-row .product-col.prdt-three .product-txt h4, .product-wrp .product-row .product-col.prdt-four .product-txt h4 {
  font-size: 15px;
}
.container {
  max-width: 94%;
  width: 94%;
}
.side-bar .side-bar-head h3, .listing-sec h2 {
  font-size: 18px;
}
}
@media (max-width:1024px) {
  #navbarSupportedContent ul.navbar-nav li.nav-item {
    margin-right: 0;
  }
  .products-wrap .products-row ul.prdt-ul li {
    width: 31.5%;
    margin: 0 2.5% 40px 0;
}
.products-wrap .products-row ul.prdt-ul li:nth-child(3n) {
  margin-right: 0;
}

.products-wrap .products-row ul.prdt-ul li:nth-child(5n), .products-wrap .products-row ul.prdt-ul li:nth-child(4n) {  
  margin-right: 2.5% !important;
}
.ftr-list-wrap .ftr-list-box {
  padding: 20px;
}
.product-wrp .product-row .product-col .product-txt h2 {
  font-size: 24px;
}
.container {
  max-width: 100%;
}
header.myHeader .navigation-wrap .container .row .navbar .nav-container a.navbar-brand {
  width: 150px;
  margin-right: 10px;
}
header.myHeader .navigation-wrap .container .row .navbar .nav-container .search-box {
  width: 160px;
  margin: 0 1% 0 1%;
}
.navigation-wrap ul.navbar-nav li.nav-item .nav-link {
  font-size: 15px;
  padding: 10px 7px;
}
header.myHeader .navigation-wrap .container .row .navbar .nav-container #navbarSupportedContent ul.social-ul li {
  margin: 0;
}
.head-rgt-btn .makemoney-btn {
  font-size: 12px;
  padding: 0 10px;
  line-height: 38px;
  height: 38px;
}
header.myHeader .navigation-wrap .container .row .navbar .nav-container .search-box input.form-control {
  height: 42px;
  padding: 0 10px 0 30px;
  background-size: 13px;
  font-size: 14px;
}
header.myHeader .navigation-wrap .container .row .navbar .nav-container .search-box input.form-control::placeholder {
  font-size: 13px;
}
 
.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 {
  padding-left: 2%;
  padding-right: 2%;
}
.reviews-wrap .reviews-row .reviews-slider button.slick-next.slick-arrow {
  right: -25px;
  background-size: 10px;
}
.reviews-wrap .reviews-row .reviews-slider button.slick-prev.slick-arrow {
  left: -25px;
  background-size: 10px;
}
}


@media (max-width: 990px) {
header.myHeader .navigation-wrap .container .row .navbar .nav-container #navbarSupportedContent ul.social-ul {
  margin: 0 7% 0 1%;
}
.navigation-wrap ul.navbar-nav li.nav-item .nav-link {
  font-size: 13px;
  padding: 10px 5px;
}
.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 form.cart button.single_add_to_cart_button {
  font-size: 13px;
  padding: 0 15px;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 form.cart .quantity input.input-text.qty.text {
  width: 60px !important;
}
.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 form.cart button.single_add_to_cart_button {
  font-size: 14px;
  padding: 0 15px;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 form.cart .quantity input.input-text.qty.text {
  width: 60px !important;
}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 {
  padding-left: 2%;
  padding-right: 2%;
}

.products-wrap.related-wrap .related-col .products-row ul.products.columns-4 li.product {
  width: 31.25%;
  margin: 0 3% 40px 0;
}

.products-wrap.related-wrap .related-col .products-row ul.products.columns-4 li.product:nth-child(3n) {
  margin-right: 0;
}
.woocommerce ul.order_details li {
  margin-bottom: 15px;
}
.woocommerce ul.order_details {
  margin-bottom: 15px !important;
}

#customer_login .col-md-6.sign-col1 {
  width: 46%;
  margin: 0 2%;
  padding: 40px 4%;
}
#customer_login .col-md-6.login-col2 {
  width: 46%;
  margin: 0 2%;
  padding: 40px 4%;
}
.reviews-wrap .reviews-row .reviews-slider button.slick-next.slick-arrow {
  right: -25px;
  background-size: 10px;
}
.reviews-wrap .reviews-row .reviews-slider button.slick-prev.slick-arrow {
  left: -25px;
  background-size: 10px;
}
.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col1 .woocommerce-product-gallery .flex-viewport {
  height: 350px !important;
}
.contact-wrap .contact-row .contact-col2 {
  width: 56%;
}

.contact-wrap .contact-row .contact-col1 {
  width: 44%;
}

.contact-wrap .contact-row .contact-col1 h2 {
  font-size: 25px;
}
.product-wrp .product-row .product-col.prdt-one .product-txt h2, .product-wrp .product-row .product-col.prdt-two .product-txt h2, .product-wrp .product-row .product-col.prdt-three .product-txt h2, .product-wrp .product-row .product-col.prdt-four .product-txt h2 {
  font-size: 13px;
  padding: 0 10px;
}

.product-wrp .product-row .product-col .product-txt {
  padding: 20px 10px;
}

.product-wrp .product-row .product-col.prdt-one .product-txt h4, .product-wrp .product-row .product-col.prdt-two .product-txt h4, .product-wrp .product-row .product-col.prdt-three .product-txt h4, .product-wrp .product-row .product-col.prdt-four .product-txt h4 {
  font-size: 13px;
}
.default-wrap .woocommerce .woocommerce-MyAccount-content {
  padding-right: 0;
}
.container {
  max-width: 96%;
  width: 96%;
}
header.myHeader .navigation-wrap .container .row .navbar .nav-container .search-box {
  width: 150px;
  margin: 0 1% 0 1%;
}
header.myHeader .navigation-wrap .container .row .navbar .nav-container a.navbar-brand {
  width: 120px;
  margin-right: 5px;
}
.side-bar {
  width: 25%;
}
.listing-sec {
  width: 78%;
  margin-left: 5%;
}

.listing-sec .woocommerce-notices-wrapper {margin: 0 0 0;}

}


@media (max-width: 860px) {
.head-rgt-btn .makemoney-btn {
  font-size: 11px;
  padding: 0 10px;
  line-height: 38px;
  height: 38px;
}
}
@media (max-width: 767px) {
  #navbarSupportedContent {
    height: 100vh;
    overflow: hidden;
    position: fixed;
    top: 0;
    background: #11568f;
    width: 100%;
    left: 0;
    z-index: 99;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-grow: inherit;
    text-align: center;
  }
  header.myHeader .navigation-wrap .container .row .navbar .nav-container #navbarSupportedContent ul.social-ul {
    display: none;
    flex-direction: column;
}
  div#navbarSupportedContent.show {
    opacity: 1;
    visibility: visible;
    height: 100%;
  }
  button.navbar-toggler {
    padding: 0;
    position: fixed;
    right: 20px;
    top: 25px;
    z-index: 999;
  }
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
  }
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after,
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
    background-color: #fff;
  }
  button.navbar-toggler .navbar-toggler-icon {
    width: 28px;
    height: 20px;
    background-image: none;
    position: relative;
    border-bottom: 2px solid #11568f;
    transition: all 300ms linear;
    background: none !important;
  }
  button.navbar-toggler .navbar-toggler-icon:after,
  button.navbar-toggler .navbar-toggler-icon:before {
    width: 28px;
    position: absolute;
    height: 2px;
    background-color: #11568f;
    top: 0;
    left: 0;
    content: "";
    z-index: 2;
    transition: all 300ms linear;
  }
  button.navbar-toggler .navbar-toggler-icon:after {
    top: 9px;
  }
  header.myHeader .navigation-wrap .container .row .navbar .nav-container #navbarSupportedContent ul.navbar-nav {
    flex-direction: column;
    padding-top: 70px;
  }
  button.navbar-toggler:focus {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
  }
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
  }
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
  }
  #navbarSupportedContent ul.navbar-nav {
    width: 100% !important;
    text-align: center;
    display: inline-block;
  }
  .navigation-wrap ul.navbar-nav li.nav-item .nav-link {
    color: #fff;
    font-size: 14px;
  }
  header.myHeader {
    height: 80px;
  }
  header.myHeader button.navbar-toggler {
    top:26px;
  }
  #navbarSupportedContent .head-rgt-out {
    flex-wrap: wrap;
    justify-content: center;
  }
  #navbarSupportedContent ul.navbar-nav li.nav-item {
    margin: 10px 0;
  }
  .gallein-wrapp .gallein-col1 .gallein-multiple-row1 .full-outer.itemscount-2 .two-image .sec-before {
    width: 100%;
    margin-bottom: 15px;
  }
  .gallein-wrapp .gallein-col1 .gallein-multiple-row1 .full-outer.itemscount-2 .two-image .sec-after {
    width: 100%;
  }
  .product-wrp .product-row {
    justify-content: center;
}

.product-wrp .product-row .col-md-4 {
    width: 50%;
    margin-bottom: 30px;
}
.products-wrap .products-row ul.prdt-ul li {
  width: 48%;
  margin: 0 4% 40px 0;
}

.products-wrap .products-row ul.prdt-ul li:nth-child(2n) {
  margin-right: 0 !important;
}

.products-wrap .products-row ul.prdt-ul li:nth-child(3n) {
  margin: 0 4% 40px 0;
}

.products-wrap .products-row ul.prdt-ul li:nth-child(5n) {
  margin: 0 4% 40px 0 !important;
}
.container.sml-conatiner, .container {
  width:96% !important;
  max-width: 96%  !important;
}
.ftr-content-wrap .ftr-content-row p {
  text-align: center;
}
header.myHeader .navigation-wrap .container .row .navbar .nav-container .search-box {
  margin-right: 15px!important;
  width: 40%;
}
header.myHeader.navbar-fixed {
  height: 60px!important;
}
.head-rgt-btn .makemoney-btn {
  background: #fff;
  color: #11568f;
  font-size: 14px;
  padding: 0 25px;
  font-family: 'SailecMedium';
}

.head-rgt-btn .makemoney-btn:hover {
  background: #fff;
  color: #000;
}
.head-rgt-btn {
  margin-top: 22px;
}
.product-wrp {
  margin-top: 20px;
}
ul.social-ul.mobile-social-ul {
  display: flex;
  align-items: center;
  margin-right: 70px;
}

ul.social-ul.mobile-social-ul li {
  display: inline-block;
  margin: 0 10px 0 0;
}

ul.social-ul.mobile-social-ul li a {
  padding: 0 5px;
  transition: ease all 0.5s;
  position: relative;
}

ul.social-ul.mobile-social-ul li a img {
  height: 20px;
}
ul.social-ul.mobile-social-ul li a .cart-no {
  position: absolute;
  top: -18px;
  right: -20px;
  background: #11568f;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 22px;
  font-size: 10px;
}
.side-bar {
  width: 100%;
  margin: 0 0 20px 0;
  position: relative;
}

.listing-page {
  flex-direction: column;
}

.listing-sec {
  width: 100%;
  margin-left: 0;
  margin-top: 0;
}
.side-bar-acdn .shop_by_brand {
  margin: 0;
}
.listing-sec .listing-cards.woocommerce .row.products-row p.woocommerce-result-count {
  margin: 0;
  position: static;
}

.listing-sec .listing-cards.woocommerce .row.products-row form.woocommerce-ordering {
  margin: 0;
  position: static;
}

.listing-sec .listing-cards.woocommerce .row.products-row ul.products.columns-4 {
  float: left;
  margin-top: 15px;
}
.products-wrap.related-wrap .related-col .products-row ul.products.columns-4 li.product, .products-wrap.related-wrap .related-col .products-row ul.products.columns-4 li.product:nth-child(3n), 
.products-wrap.related-wrap .related-col .products-row ul.products.columns-4 li.product:nth-child(4n) {
  width: 48%;
  margin: 0 4% 40px 0;
}

.products-wrap.related-wrap .related-col .products-row ul.products.columns-4 li.product:nth-child(2n) {
  margin-right: 0;
}
.listing-sec .listing-cards.woocommerce .row.products-row ul.products.columns-4 li.product {
  width: 47%;
  margin: 0 3% 2.992em 0;
}
.side-bar-acdn {
  margin-bottom: 0;
}
.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 {
  margin-top: 40px;
}
.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col1 .woocommerce-product-gallery .flex-viewport {
  height: 350px !important;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  width: 100%!important;
}

#payment .form-row.place-order button#place_order {
  margin: 15px 0 0 0 !important;
}
.abtpage-wrap .abtpage-row .abtpage-col2 h2 {
  font-size: 30px;
}

.abtpage-wrap .abtpage-row .abtpage-col2 {
  padding-left: 15px;
  margin-top: 25px;
}

.abtpage-wrap .abtpage-row .abtpage-col2 p {
  font-size: 17px;
}

.value-wrap .row.value-row .col-md-8.value-col2 {
  margin-top: 30px;
}

.mvion-wrap {
  padding: 30px 0;
}

.reviews-wrap {
  padding:30px 0 15px 0;
  margin-bottom: 30px;
}

#customer_login .col-md-6.sign-col1 {
  width: 100%;
  margin: 0 0 25px 0;
  padding: 30px 20px;
}
#customer_login .col-md-6.login-col2 {
  width: 100%;
  margin: 0 0;
  padding: 30px 20px;
}
#customer_login {
  padding-left: 15px;
  padding-right: 15px;
}
.login-page .login_wrap #reg_frm form#login-form h2, 
.login-page .login_wrap form.register-form h2 {
  font-size: 28px;
}

.login-page {
  padding-top: 30px;
  padding-bottom: 30px;
}
.value-wrap {
  padding: 40px 0 20px 0;
}
.abtpage-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
}
.mvion-wrap .mvion-row .mvion-col1 {
  padding: 30px;
}
.reviews-wrap .reviews-row .reviews-slider ul.slick-dots {
  display: none;
}
.reviews-wrap .reviews-row .reviews-slider button.slick-next.slick-arrow {
  right: -20px;
  background-size: 10px;
}
.reviews-wrap .reviews-row .reviews-slider button.slick-prev.slick-arrow {
  left: -20px;
  background-size: 10px;
}
.mvion-wrap .row.mvion-row .col-md-6 {
  margin-bottom: 15px;
}
.navigation-wrap ul.navbar-nav li.nav-item .nav-link:hover {
  color: #000;
}
.contact-wrap .contact-row .contact-col2 {
  width: 100%;
}

.contact-wrap .contact-row .contact-col1 {
  width: 100%;
}

.contact-wrap .contact-row .contact-col1 h2 {
  font-size: 28px;
}
.contact-wrap .contact-row .contact-col2 .contact-form {
  width: 100%;
  padding-left: 0;
}
.bannerSlider {
  height: 450px;
  max-height:60vh;
}
.product-wrp .product-row .col-md-3.text-center {
  width: 50%;
  margin-bottom: 25px;
}

.product-wrp .product-row .product-col.prdt-one .product-txt h2, .product-wrp .product-row .product-col.prdt-two .product-txt h2, .product-wrp .product-row .product-col.prdt-three .product-txt h2, .product-wrp .product-row .product-col.prdt-four .product-txt h2 {
  font-size: 16px;
  padding: 0 20px;
}

.product-wrp .product-row .product-col.prdt-one .product-txt h4, .product-wrp .product-row .product-col.prdt-two .product-txt h4, .product-wrp .product-row .product-col.prdt-three .product-txt h4, .product-wrp .product-row .product-col.prdt-four .product-txt h4 {
  font-size: 17px;
}
.side-bar-head {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.side-bar .mob-sidemenu {
  display: inline-block;
  width: 28px;
  height: 20px;
  transition: all 300ms linear;
  background: url(../images/dropdown-btn.svg) no-repeat center center !important;
  background-size: 20px !important;
  transition: ease all 0.5s;
  margin-left:15px;
  margin-top: 5px;
}
.side-bar .side-bar-head h3 {
  width: auto;
  margin: 0;
}
.side-bar.active .mob-sidemenu{
  background: url(../images/dropdown-btn2.svg) no-repeat center center !important;
  background-size: 20px !important;
}
.side-bar.active {
  margin-bottom: 15px;
}
/* .side-bar .mob-sidemenu::before, .side-bar .mob-sidemenu::after {
  width: 28px;
  position: absolute;
  height: 2px;
  background-color: #11568f;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
  transition: all 300ms linear;
}

.side-bar .mob-sidemenu::after {
  top: 9px;
}


.side-bar .active .mob-sidemenu::before {
  transform: translateY(8px) rotate(-45deg);
}

.side-bar .active .mob-sidemenu {
  border-color: transparent;
} */

/* .side-bar .active .mob-sidemenu::after {
  transform: rotate(45deg);
} */
.side-bar-acdn .accordion {
  float: left;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: ease all 0.5s;
}
.side-bar.active .side-bar-acdn .accordion {
  height: auto;
  overflow: visible;
  visibility: visible;
  opacity: 1;
}
.default-wrap .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row {
  width: 100%;
}
.default-wrap .woocommerce nav.woocommerce-MyAccount-navigation {
  width: 100%;
  margin-bottom: 20px;
}

.default-wrap .woocommerce .woocommerce-MyAccount-content {
  width: 100%;
  display: inline-block;
  padding-right: 0;
}
.default-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
}
.default-wrap .woocommerce .woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account .form-row {
  width: 100%;
}
.default-wrap h1 {
  font-size: 25px;
}

.default-wrap .woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
  font-size: 17px;
}
.default-wrap .woocommerce .woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account  .form-row {
  width: 100%;
  padding-right: 0;
}
.default-wrap .woocommerce form.checkout.woocommerce-checkout #order_review {
  position: static;
  width: 100%;
}
.breadcrump {
  padding-top: 20px;
  margin-bottom: 20px;
}
.listing-sec .woocommerce-notices-wrapper {
  margin-top: 0;
}
.ftr-list-wrap .row.ftr-list-row .col-md-4 {
  margin-bottom: 15px;
}

.listing-wrap .listing-cards #custom_filter_form {text-align: center; margin: 0 0 28px;}

}


@media (max-width:660px) {
header.myHeader .navigation-wrap .container .row .navbar .nav-container .search-box {
  margin-right: 15px !important;
  width: 37%;
}
}
@media (max-width:600px) {

.products-wrap .products-row ul.prdt-ul li {
  width: 48% !important;
  margin: 0 4% 20px 0!important;
  text-align: center;
}

.category-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
}
.ftr-list-wrap {
  padding: 0 0 40px 0;
}
.footer {
  margin-top: 20px;
  padding: 20px 0;
}
.footer .footer-row p {
  color: #000;
  font-size: 14px;
}
ul.social-ul.mobile-social-ul{
  margin-right: 60px;
}
header.myHeader .navigation-wrap .container .row .navbar .nav-container .search-box {
  margin-right: 10px !important;
  width: 37%;
}
ul.social-ul.mobile-social-ul li a img {
  height: 15px;
}
ul.social-ul.mobile-social-ul li a .cart-no {
  top: -14px;
  right: -17px;
}
 
.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 h2 {
  font-size: 28px;
}
.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col1 .woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs li {
  width: 32%;
  margin-bottom: 15px;
}
.content-wrapper.resetform-wrap .reg-form.form-common.reg-log-form form.form-reg-log h2 {
  font-size: 28px;
}
.content-wrapper.resetform-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
}
.reviews-wrap .reviews-row .slide .slide-box {
  padding: 20px;
  width: 90%;
}
.value-wrap .value-row .value-col1 h2, .value-wrap .value-row .value-col1 .price-wrap h3{
  font-size: 30px;
}
.mvion-wrap .mvion-row .mvion-col1 {
  padding: 20px;
}
.listing-sec .woocommerce-notices-wrapper form select {
  background: url(../images/dropdown-icon.svg) no-repeat 95% 8px;
  background-size: 11px;
}
.woocommerce-info .showcoupon {
  margin-top: 10px;
}
.products-wrap .products-row ul li .prdt-cnt {
  text-align: center;
  padding: 20px 20px;
}
.products-wrap .products-row ul li .btns {
  justify-content: center;
}
header.myHeader .navigation-wrap .container .row .navbar .nav-container .search-box {
  margin-right: 10px !important;
  width: 35%;
}
.category-wrap .head-row h2 {
  text-align: center;
}

.products-wrap .head-row h2 {
  text-align: center;
}

.listing-wrap .listing-cards #custom_filter_form select { width: 32%; font-size: 11px;}
.listing-wrap .listing-cards #custom_filter_form .filterbtn { font-size: 12px;}

}

@media (max-width:480px) {
header.myHeader .navigation-wrap .container .row .navbar .nav-container .search-box, 
header.myHeader.navbar-fixed .navigation-wrap .container .row .navbar .nav-container .search-box {
  display: none !important;
}
ul.social-ul.mobile-social-ul {
  margin-right: 70px;
}
.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .price ins .woocommerce-Price-amount.amount {
  font-size: 28px;
}
.woocommerce ul.order_details li:nth-child(2n) {
  margin-right: 0;
}
.woocommerce ul.order_details li {
  width: 45%;
}
.mvion-wrap .mvion-row .mvion-col1 .mvion-img1 {
  margin-bottom: 15px;
}
.reviews-wrap .row.head-row {
  margin-bottom: 15px;
}
.product-wrp .product-row .col-md-3.text-center {
  width:100%;
  margin-bottom: 25px;
}
.product-wrp .product-row .product-col.prdt-one .product-txt h2, .product-wrp .product-row .product-col.prdt-two .product-txt h2, .product-wrp .product-row .product-col.prdt-three .product-txt h2, .product-wrp .product-row .product-col.prdt-four .product-txt h2 {
  font-size: 18px;
  padding: 0 20px;
}
.product-wrp .product-row .product-col.prdt-one .product-txt h4, .product-wrp .product-row .product-col.prdt-two .product-txt h4, .product-wrp .product-row .product-col.prdt-three .product-txt h4, .product-wrp .product-row .product-col.prdt-four .product-txt h4 {
  font-size: 18px;
}
header.myHeader .navigation-wrap .container .row .navbar .nav-container a.navbar-brand {
  width: 150px;
  margin-right: 10px;
}
.side-bar .mob-sidemenu {
  margin-top: 9px;
  background-size: 16px !important;
  margin-left: 8px;
}

.products-wrap .products-row ul li .prdt-img {height: auto;}
.products-wrap .products-row ul li .prdt-cnt h2 { font-size: 13px;}
.products-wrap .products-row ul li .prdt-cnt h4 a { font-size: 11px;}
.products-wrap .products-row ul li .prdt-cnt .price { font-size: 14px;}
.products-wrap .products-row ul li .prdt-cnt .price ins .woocommerce-Price-amount.amount { font-size: 12px;}
.products-wrap .products-row ul li .prdt-cnt .price ins .woocommerce-Price-amount.amount bdi { font-size: 14px;}
.products-wrap .products-row ul li .btns .buy-btn { font-size: 12px; height: 35px;  line-height: 35px;  margin: 0 auto;}
.products-wrap .products-row ul.prdt-ul li:nth-child(5n) { margin: 0 0 20px 0 !important;}

.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 .checkavalability-section select { font-size: 11px; width: 49%; margin: 0 2% 0 0;}

.listing-wrap .listing-cards #custom_filter_form select {width: 48%; margin: 0 2% 4% 0;}
.listing-wrap .listing-cards #custom_filter_form select:nth-child(2) { margin-right: 0;}

.listing-cards.woocommerce ul.products.columns-4 li.product .woocommerce-LoopProduct-link h2.woocommerce-loop-product__title { font-size: 13px;  line-height: 1.56;}
.listing-sec .listing-cards.woocommerce .row.products-row ul.products.columns-4 li a { font-size: 11px;}
.listing-sec .listing-cards.woocommerce .row.products-row ul.products.columns-4 li.product .price .woocommerce-Price-amount.amount bdi { font-size: 14px;}
.listing-sec .listing-cards.woocommerce .row.products-row ul.products.columns-4 li .button.product_type_simple.add_to_cart_button.ajax_add_to_cart {font-size: 12px;}


}
@media (max-width:414px) {
.product-wrp .product-row .col-md-4 {
  width: 100%;
}
.products-wrap .products-row ul li .prdt-cnt {
  text-align: center;
  padding: 20px 15px;
}
.products-wrap .products-row ul li .btns {
  justify-content: center;
}

.products-wrap .products-row ul li .btns .buy-btn {
  margin: 0 auto;
}

.products-wrap .products-row ul li .btns .wish-btn {
  margin: 0 10px;
}
.listing-sec .listing-cards.woocommerce .row.products-row ul.products.columns-4 li.product {
  width: 48%;
  margin: 0 4% 20px 0;
  padding-left: 0;
  padding-right: 0;
}

.listing-sec .listing-cards.woocommerce .row.products-row ul.products.columns-4 li.product:nth-child(2n) {
    margin-right: 0;
}

.listing-sec .listing-cards.woocommerce .row.products-row ul.products.columns-4 li .button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  left: 0;
  right: 0;
  margin: 0 auto;
  width: fit-content;
}
.products-wrap.related-wrap .related-col .products-row ul.products.columns-4 li.product, .products-wrap.related-wrap .related-col .products-row ul.products.columns-4 li.product:nth-child(3n), 
.products-wrap.related-wrap .related-col .products-row ul.products.columns-4 li.product:nth-child(4n) {
  width: 100%;
  margin: 0 0 30px 0;
}
.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col1 .woocommerce-product-gallery .flex-viewport {
  height: 350px !important;
}
.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col1 .woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs li {
  width: 24%;
  margin-bottom: 15px;
}
.woocommerce ul.order_details li {
  width: 48%!important;
  margin-right: 2%!important;
  padding-right: 2%!important;
}
.bannerSlider {
  height: 300px;
  max-height:60vh;
}

}
@media (max-width:400px) {
 
ul.social-ul.mobile-social-ul {
  margin-right: 30px;
}
ul.social-ul.mobile-social-ul li {
  display: inline-block;
  margin: 0 5px 0 0;
}
header.myHeader .navigation-wrap .container .row .navbar .nav-container .search-box {
  margin-right: 5px !important;
  width: 35%;
}
ul.social-ul.mobile-social-ul {
  margin-right: 55px;
}
.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col1 .woocommerce-product-gallery .flex-viewport {
  height: 320px !important;
}
.listing-sec .listing-cards.woocommerce .row.products-row p.woocommerce-result-count {
  font-size: 14px;
}

.listing-sec .listing-cards.woocommerce .row.products-row form.woocommerce-ordering {
  width: 130px;

}

.listing-sec .listing-cards.woocommerce .row.products-row form.woocommerce-ordering select.orderby {
  font-size: 14px;
}
.prdt-dtl-wrap .prdt-dtl-row .prdt-dtl-col2 form.cart button.single_add_to_cart_button {
  font-size: 13px;
  padding: 0 12px;
}
}
