/* Font 
@import "https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700";
@import "https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700";
*/
@-webkit-keyframes slide-down {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
}

@keyframes slide-down {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
}
.elementor-element.elementor-widget-empty {
  background-color: rgba(213,216,220,0) !important;
}

 input:focus, textarea:focus, select:focus{
        outline: none;
    }

.element {
  width: 100px;
  height: 100px;
  background: black;
  -webkit-animation: slide-down 5s 3;
  animation: slide-down 5s 3;
}
select option{
    font-family:tahoma;
}
.visually-hidden {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/*--------------------------------------------------------------
  ##  Fonts
  --------------------------------------------------------------*/
body {
  font-family: var(--font-allinsite);
  color: var(--color-fersinsite);
}

img {
  max-width: 100%;
}

svg {
  display: block;
}

a {
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  display: inline-block;
  outline: 0;
}

a,
a:hover {
  text-decoration: none;
}
a:hover {
color: var(--color-secinsite);
}

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

.custom-container {
  max-width: 1450px;
}

p {
  margin-bottom: 10px;
}

.padding-50 {
  padding: 50px 0;
}

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

.container-two {
  max-width: 1430px;
}

.padding-150 {
  padding: 150px 0;
}

.bg-one {
  background: #f5f5f5;
}

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

.pb-50 {
  padding-bottom: 50px;
}

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

.pb-30 {
  padding-bottom: 30px;
}

.no-padding {
  padding: 0px;
}

.bg-two {
  background-color: #f0f0f0;
}

.padding-top-120 {
  padding-top: 120px;
}

.padding-top-90 {
  padding-top: 90px;
}

.mt-0 {
  margin-top: 0;
}

/*--------------------------------------------------------------
  ##  Header
  --------------------------------------------------------------*/
.logo {
	padding-top: 5px;
	max-width: 200px;
}

.mainmenu > ul {
  padding: 13px 0px;
}

.mainmenu > ul li {
  display: inline-block;
}

.mainmenu > ul li a {
  font-family: var(--font-allinsite);
  font-weight: 600;
  color: var(--color-fersinsite);
  padding: 25px 10px;
  display: inline-block;
  text-transform: uppercase;
}

.mainmenu > ul li a:hover {
  color: var(--color-secinsite);
}

.mainmenu > ul li a.active {
  color: var(--color-secinsite);
}

.mainmenu > ul li a.active:before {
  color: var(--color-secinsite);
}

.mainmenu li.has-child > a {
  position: relative;
}

.mainmenu li.has-child > a:before {
  position: absolute;
  content: '\f107';
  top: 27px;
  right: 10px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: var(--color-fersinsite);
}

.mainmenu li.has-child > a:hover:before {
  color: var(--color-secinsite);
  -o-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.menu-container {
  position: static;
}

.header-right-one {
  padding-top: 35px;
  float: right;
}

.header-right-one ul li {
  display: inline-block;
  text-align: center;
  position: relative;
  padding: 0 13px;
}

.header-right-one ul li:not(:last-child):after {
  content: '';
  position: absolute;
  width: 2px;
  background: #e8e6e6;
  height: 14px;
  top: 7px;
  right: 0;
}

.header-right-one ul .top-search {
  border-right: none;
  position: relative;
}

.header-right-one ul a {
  color: var(--color-secinsite);
  font-family: var(--font-allinsite);
  font-weight: 600;
}

.header-right-one ul a:hover {
  color: var(--color-secinsite);
}

.custom-select {
  font-family: var(--font-allinsite);
  font-weight: 500;
  height: auto;
  padding: 0;
  background: none;
  background-size: auto;
  border: none;
  text-align: left;
  background-image: url(../../media/images/icon/arrow.png);
  background-repeat: no-repeat;
  cursor: pointer;
}

.language .custom-select, .curency .custom-select {
  background-position: 100% 6px;
  padding-right: 17px;
}

.custom-select:focus {
  border-color: #fff;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.search-input {
  visibility: hidden;
  border: 1px solid #cfcccc;
  background:#fff;
  position: absolute;
  right: 0;
  padding: 7px 10px;
  top: 63px;
  width: 300px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  border-radius: 3px;
  z-index: 8;
}

.search-input input{
	border:0px solid;
	width: 100%;
	margin-bottom: 0;
}

.search-input.active {
  visibility: visible;
  opacity: 1;
}

.top-cart {
  position: relative;
}

.header-area .cart-area .cart-title a {
  
}

.top-bar .cart-area span {
  padding: 0 !important;
  margin-top: 0;
}

.cart-area > .btn {
  background: var(--color-fersinsite) none repeat scroll 0 0;
  border: medium none transparent;
  border-radius: 0;
  color: #fff;
  float: right;
  font-weight: normal;
  height: 56px;
  line-height: 18px;
  padding: 5px 10px 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 50%;
  z-index: 99;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.top-cart > .btn:hover {
  background: #e48080 none repeat scroll 0 0;
}

#cart-total span {
  display: block;
  padding-bottom: 5px;
}

.cart-title a {
  color: #525353;
}

.cart-title a:hover {
  color: var(--color-secinsite);
}

.cart-drop {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  opacity: 0;
  padding: 8px 9px 10px;
  position: absolute;
  right: 0;
  top: 90px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  visibility: hidden;
  width: 300px;
  z-index: 9999999;
  -webkit-box-shadow: 0px 20px 20px 0px rgba(80, 100, 126, 0.4);
  box-shadow: 0px 20px 20px 0px rgba(80, 100, 126, 0.4);
}

.top-cart .cart-drop.active {
  opacity: 1;
  top: 51px;
  visibility: visible;
}

.cart-img {
  display: inline-block;
  float: left;
  overflow: hidden;
}

.single-cart {
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}

.cart-title > p a {
  color: var(--color-fersinsite);
  display: inline-block;
  letter-spacing: 1px;
  margin-bottom: 0;
  padding-left: 11px;
  padding-top: 7px;
  text-transform: capitalize;
}

.cart-price > p {
  display: inline-block;
  letter-spacing: 1px;
  margin-left: 11px;
  padding-top: 3px;
  color: #000;
}

.cart-price span {
}

.cart-drop .fa-times {
  border-radius: 50px;
  color: var(--color-fersinsite);
  height: 16px;
  line-height: 15px;
  position: absolute;
  right: 2px;
  text-align: right;
  top: 38px;
  width: 16px;
}

.cart-sub-total > p {
  color: var(--color-fersinsite);
  font-weight: 600;
  letter-spacing: 1px;
  padding: 2px 10px;
  text-align: left;
  text-transform: capitalize;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 11px;
}

.cart-sub-total span {
  color: #6e6e6e;
  float: right;
}

.cart-sub-total p span {
  color: var(--color-secinsite);
}

.cart-bottom div {
  padding: 5px 0;
}

.cart-checkout a {
  padding: 5px 15px;
  background: #525353;
  color: #fff !important;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-left: 5px;
  font-weight: 700;
}

.cart-share a {
  padding: 5px 15px;
  background: #525353;
  color: #fff !important;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-right: 5px;
  font-weight: 700;
}

.cart-checkout {
  display: inline-block;
  float: left;
}

.cart-share {
  float: right;
}

.cart-checkout i, .cart-share i {
  margin-right: 8px;
}

.cart-share a:hover, .cart-checkout a:hover {
  background: var(--color-secinsite);
  color: #fff;
}

.top-cart > a {
  color: #fff;
}

.cart-sub-total span {
  margin-top: 0px;
}

.cart-checkout a i {
  font-size: 16px;
}

#inline-content {
  display: inline;
}

.headroom--pinned {
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  position: fixed;
  -webkit-animation-name: headerSlideDown;
  animation-name: headerSlideDown;
}

.header-area {
  background: #fff;
}

#header {
  z-index: 999;
  position: fixed;
  width: 100%;
  left: 0;
	box-shadow:0 0 5px #eee;
}

.headroom--pinned {
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  position: fixed;
  -webkit-animation-name: headerSlideDown;
  animation-name: headerSlideDown;
}

.headroom {
  -webkit-transition: -webkit-transform 200ms linear;
  transition: -webkit-transform 200ms linear;
  -o-transition: transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms linear;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}

.headroom--unpinned {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  position: fixed;
}

@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}

.animated.slideUp {
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
}

.hide-topbar .top-bar {
  display: none;
}

/* ==========================================================================
   Mobile Menu css
   ========================================================================== */
.accordion-wrapper {
  display: none;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 20px;
  color: red;
  border-bottom: 1px solid #CCC;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: var(--color-fersinsite);
}

.accordion .link a:hover {
  color: #0f0606;
}

.accordion li:last-child .link {
  border-bottom: 0;
}

.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  color: var(--color-fersinsite);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
}

.accordion li.open .link {
  color: var(--color-secinsite);
}

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.submenu {
  display: none;
  background: #fff;
}

.submenu li {
  border-bottom: 1px solid #e0e1e0;
}

.submenu a {
  display: block;
  text-decoration: none;
  color: var(--color-fersinsite);
  padding: 12px;
  padding-left: 20px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
  background: transparent;
}

.accordion {
  position: fixed;
  right: -110%;
  top: 0px;
  width: 300px;
  z-index: 99999999999;
  background: #fff;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  padding-top: 40px;
  height: 100%;
  overflow-y: scroll;
}

.accordion.active {
  right: 0;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: fixed;
  top: 0;
}

.mobile-open {
  position: relative;
  right: 0;
  top: 0;
  color: var(--color-secinsite);
  float: left;
  margin-top: 15px;
}

.mob-logo {
  width: 50%;
  padding-left: 17px;
  margin-bottom: 22px;
}

.mobile-open:hover {
  color: var(--color-secinsite);
}

.closeme {
  position: absolute;
  right: 11px;
  top: 3px;
  padding: 3px;
}

.closeme i {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  font-size: 15px !important;
}

.accordion .top-contact-btn {
  margin-left: 42px;
  margin-top: 24px;
  float: left;
}

.submenu li h4 {
  color: #ffa725;
  margin-left: 40px;
  padding: 8px 0px;
}

.accordion .out-link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 20px;
  color: #4D4D4D;
  border-bottom: 1px solid #CCC;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion .out-link a {
  color: var(--color-fersinsite);
}

#moble-search {
  border: 1px solid var(--color-fersinsite);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  border-radius: 4px;
  margin: 10px 17px 17px;
}

#moble-search input[type="text"] {
  background: transparent;
  height: 45px;
  color: var(--color-fersinsite);
  border: 0;
  padding: 0 10px;
  width: 88%;
  margin-bottom:0;
  outline: 0;
}

#moble-search button[type="submit"] {
  background: transparent;
  border: 0;
  color: var(--color-fersinsite);
  cursor: pointer;
}

.mobile-header {
  display: none;
}

/* ==========================================================================
    Dropdown menu css
   ========================================================================== */
.sub-menu {
  position: absolute;
  z-index: 99999;
  background-color: #fff;
  width: 236px;
  -webkit-box-shadow: 1.236px 3.804px 8px 0px rgba(102, 101, 101, 0.48);
  box-shadow: 1.236px 3.804px 8px 0px rgba(102, 101, 101, 0.48);
  top: 115%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.sub-menu li{
	position: relative;
}
.sub-menu li {
  position: relative;
}
li.menu-item-has-children {
  padding-left: 12px;
  position: relative;
}
.mainmenu .sub-menu a:hover {
  padding-right: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #f6f6f6;
}

.mainmenu ul li .sub-menu li a {
  padding: 15px 25px;
  width: 100%;
  display: block;
  color: var(--color-fersinsite);
  text-transform: capitalize;
  font-weight: 400;
  font-family: var(--font-allinsite);
  font-weight: 400;
}

.mainmenu li:hover .sub-menu {
	visibility: visible;
	top: 78px;
	opacity: 1;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	right: 0;
}

.mainmenu ul li .sub-menu li {
  width: 100%;
}

/* ==========================================================================
    Mega menu area css
   ========================================================================== */
.mega-catagory {
  float: left;
}

.menu-rel-container {
  position: relative;
}

.four-col .mega-catagory {
  width: 25%;
}

.five-col .mega-product {
  width: 20%;
  float: left;
  padding: 0 15px;
}

.mega-menu {
  position: absolute;
  top: 103px;
  left: 0;
  background: #fff;
  z-index: 999999;
  width: 100%;
  -webkit-box-shadow: 1.236px 3.804px 8px 0px rgba(102, 101, 101, 0.09);
  box-shadow: 1.236px 3.804px 8px 0px rgba(102, 101, 101, 0.09);
  padding: 12px 30px 20px;
  padding-left: 31px;
  opacity: 0;
  visibility: hidden;
}

.mega-menu.five-col {
  padding: 30px 30px 30px;
}

.mega-menu .sin-product {
  margin-bottom: 0;
}

.mega-catagory.per-20 {
  width: 20%;
}

.mega-catagory.per-30 {
  width: 30%;
}

.mega-menu .sin-product h5.pro-title a {
  padding: 0;
}

.mega-menu .sin-product span {
}

.mainmenu ul li .mega-product h4 a {
  padding: 16px 0px;
  border-bottom: 1px solid #e3dada;
  margin-right: 35px;
  color: #383737;
  text-transform: capitalize;
  font-family: var(--font-allinsite);
  font-weight: 400;
}

.mainmenu li:hover .mega-menu {
  visibility: visible;
  top: 84%;
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-top: 1px solid #f5f5f5;
}

.mainmenu .mega-button a {
  color: #383737;
  padding: 7px 20px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 400 !important;
  position: relative;
  font-family: var(--font-allinsite);
  font-weight: 400;
  padding-left: 0;
}

/* -ms-transform: translate(0px,-10px);
-webkit-transform: translate(0px,-10px);
transform: translate(0px,-10px); */
.mainmenu ul li .mega-catagory h4 a {
  padding: 16px 0px;
  border-bottom: 1px solid #e3dada;
  margin-right: 35px;
  color: #383737;
  text-transform: capitalize;
  font-weight: 400;
}

.mega-button {
  padding-top: 10px;
}

.mainmenu .mega-button a:hover {
  color: var(--color-secinsite);
}

.mega-img.mega-catagory a {
  padding: 7px 13px !important;
  display: inline !important;
  border-radius: 6px;
  color: #fff;
}

.mega-catagory.mega-img {
  text-align: center;
  padding: 6px;
  padding-top: 12px;
}

.mega-catagory.mega-img img {
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.mega-catagory.mega-img:hover img {
  -ms-transform: translate(0px, -5px);
  -webkit-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.mega-button li {
  display: block;
  width: 100%;
}

.mega-product .sin-product:hover .pro-img::after {
  opacity: .2;
}

.mobile-login {
  text-align: center;
  margin-top: 25px;
  color: var(--color-fersinsite);
}

.mobile-login a {
  padding: 15px 15px 15px 20px;
  color: var(--color-fersinsite);
}

.mainmenu ul li .mega-product h4 a {
  padding: 0px 0px 16px;
}

/*--------------------------------------------------------------
  ##  Header 2
  --------------------------------------------------------------*/
.top-bar {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(101, 114, 129, 0.29);
  box-shadow: 0px 0px 4px 0px rgba(101, 114, 129, 0.29);
  background: var(--color-topbarheadsec);
  padding: 5px 0px 3px;
}

.top-bar-left p {
  color:  var(--color-topbarheadsectext);
  float: left;
  margin-right: 40px;
  position: relative;
}

.top-bar-left p a {
  color:  var(--color-topbarheadsectext);
}

.top-bar-left p a:hover {
  color: var(--color-secinsite);
}

.top-bar-left p i {
  margin-right: 5px;
  color: var(--color-secinsite);
}

.top-bar-left > a {
  color: #747474;
  float: left;
  margin-right: 40px;
  position: relative;
}

.top-bar-left > a:hover {
  color: var(--color-secinsite);
}

.top-bar-left > a i {
  margin-right: 5px;
}

.top-bar-left p:not(:last-child)::after {
  content: '';
  position: absolute;
  width: 2px;
  background: #cccccc;
  height: 14px;
  top: 4px;
  right: -21px;
}

.top-bar-right > a {
  color: var(--color-secinsite);
  font-weight: 500;
  float: right;
  padding-right: 33px;
}

.top-bar-right > a:hover {
  color: var(--color-secinsite);
}

.top-bar-right .social {
  float: right;
}

.top-bar-right .social ul li {
  margin-right: 18px;
}

.top-bar-right .social ul a {
  color: var(--color-topbarheadsectext);
}

.top-bar-right .social ul a:hover {
  color: var(--color-secinsite);
}

.mainmenu.style-two ul li::before {
  position: absolute;
  content: '\f078';
  top: 27px;
  right: 13px;
  font-family: 'Font Awesome 5 Free';
  font-size: 12px;
  display: none;
}

.mainmenu.style-two ul li a {
  font-family: var(--font-allinsite);
  font-weight: 500;
}

.mainmenu.style-two {
  float: right;
}

.header-right-menu {
  padding: 38px 0px;
  float: right;
}

.header-right-menu > ul > li {
  display: inline;
  padding: 0px 15px;
  border-right: 1px solid #ddd;
}

.header-right-menu > ul > li:last-child {
  border-right: none;
}

.header-right-menu > ul > li a {
  color: var(--color-fersinsite);
}

.header-right-menu > ul > li a:hover {
  color: var(--color-secinsite);
}

.top-search.style-two {
  border-right: 1px solid #ddd;
  position: relative;
}

.top-cart a > span {
  position: absolute;
  top: -9px;
  right: 4px;
  color: #fff;
  background: #747474;
  height: 15px;
  width: 15px;
  border-radius: 50px;
  text-align: center;
  line-height: 15px;
}

.top-cart.header-onecart a > span {
  position: relative;
  top: auto;
  right: auto;
  color: inherit;
  background: inherit;
  height: 15px;
  width: 15px;
  border-radius: 0;
  text-align: center;
  line-height: 20px;
}
/*--------------------------------------------------------------
  ##  Navbar Three Css
  --------------------------------------------------------------*/
.header-area.style-three {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 99999;
  width: 100%;
  background: none;
  padding: 0 30px;
}
.home .header-area.style-three {
  top: 30px;
}

.headroom--pinned.header-area.style-three {
  position: fixed;
  background: #fff;
}

.header-right-menu.style-three {
  padding: 33px 0px;
  float: right;
}

.header-right-menu.style-three > ul > li {
  float: left;
  padding: 0px 17px;
  border-right: 1px solid #6a6a6a;
  display: inline;
}

.header-right-menu.style-three > ul > li:last-child {
  border-right: none;
  padding: 0px 10px;
}

.header-right-menu.style-three > ul > li > a {
}

.header-right-menu.style-three > ul > li > a img {
  border-radius: 100%;
}

.mainmenu.style-three {
  visibility: hidden;
  opacity: 0;
  -o-transition: opacity 0.3s ease 0.5s;
  -webkit-transition: opacity 0.3s ease 0.5s;
  transition: opacity 0.3s ease 0.5s;
  -webkit-transition-delay: .3s;
       -o-transition-delay: .3s;
          transition-delay: .3s;
}

.mainmenu.style-three.active {
  visibility: visible;
  opacity: 1;
}

.header-area.style-three::after {
  position: absolute;
  content: '';
  background: white;
  width: 0;
  height: 105px;
  top: 0px;
  z-index: -1;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  right: 0;
}

.menu-open .header-area.style-three::after {
  width: 100%;
}

.mainmenu.style-three > ul > li:nth-child(7) {
  -webkit-transition-delay: .30s;
  -o-transition-delay: .30s;
     transition-delay: .30s;
}

.mainmenu.style-three > ul > li:nth-child(6) {
  -webkit-transition-delay: .35s;
  -o-transition-delay: .35s;
     transition-delay: .35s;
}

.mainmenu.style-three > ul > li:nth-child(5) {
  -webkit-transition-delay: .40s;
  -o-transition-delay: .40s;
     transition-delay: .40s;
}

.mainmenu.style-three > ul > li:nth-child(4) {
  -webkit-transition-delay: .45s;
  -o-transition-delay: .45s;
     transition-delay: .45s;
}

.mainmenu.style-three > ul > li:nth-child(3) {
  -webkit-transition-delay: .50s;
  -o-transition-delay: .50s;
     transition-delay: .50s;
}

.mainmenu.style-three > ul > li:nth-child(2) {
  -webkit-transition-delay: .55s;
  -o-transition-delay: .55s;
     transition-delay: .55s;
}

.mainmenu.style-three > ul > li:nth-child(1) {
  -webkit-transition-delay: .60s;
  -o-transition-delay: .60s;
     transition-delay: .60s;
}

.mainmenu.style-three ul li a {

}

.flaticon-tool {
  display: block;
}

.active .flaticon-tool {
  display: none;
}

.menu-btn .flaticon-menu-1 {
  display: block;
}

.menu-btn .active .flaticon-menu-1 {
  display: none;
}

.menu-btn .flaticon-close {
  display: none;
}

.menu-btn .active .flaticon-close {
  display: block;
}

.header-right-menu.style-three .top-cart {
  width: auto;
}

.home-version-3 {
  padding: 30px;
}

/*--------------------------------------------------------------
  ##  Slider
  --------------------------------------------------------------*/
@media (min-width: 1200px) {
  .slider-1 {
    padding-top: 100px;
  }
}

.slider-wrapper .item {
  background-size: cover;
}

.slider-content a.btn-two {
  margin-bottom: 6px;
}

.slider-text.style-two.mob-align-left {
  padding-right: 0;
}

.slider-text h1 {
  color: var(--color-secinsite);
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  margin: 10px 0;
}

.slider-text h4 {
  color: var(--color-secinsite);
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  margin: 0;
}

.slider-text span {
  color: #1d1b1b;
}

.slider-text p {
  color: #434343;
  font-family: var(--font-allinsite);
  font-weight: 400;
}
.slider-text p,.slider-text h1,.slider-text h2, .slider-text h3,
.slider-text h4, .slider-text h5,.slider-text h6{
	margin-bottom: 8px;
}
a.btn-one {
  color: #fff;
  background: var(--color-fersinsite);
  padding: 13px 44px;
  border-radius: 29px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  margin-top: 10px;
}

a.btn-one:hover {
  background: var(--color-secinsite);
  color: var(--color-fersinsite);
}

.slider-text {
  padding-right: 100px;
}

.background-1 {
  background-image: url(../../media/images/banner/f1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.background-2 {
  background-image: url(../../media/images/banner/f2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.background-3 {
  background-image: url(../../media/images/banner/f3.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slider-img {
  padding-top: 60px;
  text-align: center !important;
}

.owl-carousel .owl-item .slider-img img {
  max-width: 100%;
  width: auto;
}

.slider-wrapper .owl-theme .owl-dots .owl-dot.active span {
  background: var(--color-secinsite);
  width: 10px;
  height: 32px;
}

.slider-wrapper .owl-theme .owl-dots .owl-dot span {
  width: 16px;
  margin: 0px 4px;
  background: #1d1b1b;
  display: inline-block;
  border-radius: 3px;
  width: 10px;
  height: 14px;
}

.slider-wrapper .owl-theme .owl-dots .owl-dot {
  display: block;
}

.slider-wrapper .owl-theme .owl-nav + .owl-dots {
  margin-top: 10px;
  position: absolute;
  top: 50%;
  right: 150px;
}

.delay {
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
}

.slider-text h4 {
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
}

.slider-text h1 {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
}

.slider-text p {
  -webkit-animation-delay: .7s;
  -moz-animation-delay: .7s;
}

.slider-text a {
  -webkit-animation-delay: .8s;
  -moz-animation-delay: .8s;
}

/* ----------------------------------------------------------------
	Slider Style Two
-----------------------------------------------------------------*/
@media (min-width: 1200px) {
  .slider-2 {
    padding-top: 150px;
  }
}

.slider-text.style-two {
  text-align: center;
}

.slider-text.style-two h1 {
  font-family: var(--font-allinsite);
  font-weight: 700;
  padding-bottom: 30px;
}

a.btn-two {
  color:  var(--color-buttonstext);
  background: var(--bg-buttons);
  padding: 13px 44px;
  border-radius: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 500;
  margin-top: 10px;
  position: relative;
  text-transform: uppercase;
  line-height: 29px;
}

a.btn-two:hover:before {
  width: 100%;
}

a.btn-two:hover:after {
  width: 100%;
}

a.btn-two::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 66px;
  top: -5px;
  left: -6px;
  border: 2px solid var(--bg-buttons);
  border-right: none;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

a.btn-two::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 66px;
  top: -5px;
  right: -6px;
  border: 2px solid var(--bg-buttons);
  border-left: none;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

/* ----------------------------------------------------------------
	Slider Style Three
-----------------------------------------------------------------*/
.slider-3 {
  padding-top: 100px;
}

.slider-wrapper.style-three .owl-theme .owl-dots .owl-dot.active span {
  background: var(--color-secinsite);
  width: 18px;
  height: 10px;
}

.slider-wrapper.style-three .owl-theme .owl-dots .owl-dot span {
  width: 16px;
  margin: 0px 4px;
  background: var(--color-fersinsite);
  display: inline-block;
  border-radius: 0px;
  width: 10px;
  height: 10px;
}

.slider-wrapper.style-three .owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

.slider-wrapper.style-three .owl-theme .owl-nav + .owl-dots {
  margin-top: 10px;
  position: absolute;
  top: 92%;
  left: 0;
  width: 100%;
}

/*--------------------------------------------------------------
  ##  Product Banner
  --------------------------------------------------------------*/
.sin-banner {
  position: relative;
  text-transform: uppercase;
  overflow: hidden;
  border: 10px solid #233e47;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sin-banner img {
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sin-banner .sin-banner-inner-wrap {
  top: 50%;
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sin-banner-con {
  text-align: center;
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: rgba(255, 255, 255, 0.93);
}

.sin-banner-con h4 {
  line-height: 37px;
  margin: 0;
  text-transform: uppercase;
  font-family: var(--font-allinsite);
  font-weight: 700;
  color: #233e47;
}

.sin-banner-con h4 span {
  font-weight: 400;
  display: inline;
}

.sin-banner-con h1,.sin-banner-con h2,.sin-banner-con h3,.sin-banner-con h4,.sin-banner-con h5,.sin-banner-con h6 {
  font-family: var(--font-allinsite);
  font-weight: bold;
  color: var(--color-secinsite);
}

.sin-banner-con p {
  font-family: var(--font-allinsite);
  font-weight: 500;
  color: #233e47;
}

.sin-banner-con span {
  font-family: var(--font-allinsite);
  font-weight: 500;
  color: #233e47;
  display: block;
  line-height: 24px;
}

.sin-banner-con .banner-top {
  position: relative;
  margin-bottom: 24px;
}

.sin-banner-con .banner-top:after {
  position: absolute;
  left: 50%;
  bottom: -12px;
  height: 1px;
  width: 220px;
  background: #233e47;
  content: '';
  margin-left: -110px;
}

.sin-banner.borders:hover {
  border-color: var(--color-secinsite);
}

.sin-banner-con {
  top: 0px;
  left: 0;
  height: auto;
  bottom: 0;
  width: 50%;
}

.sin-banner-con h4 a {

}

.sin-banner-con span {

}

.sin-banner-con-right {
  background: var(--color-secinsite);
  color: #fff;
  padding: 4px 47px;
  text-align: center;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  position: absolute;
  top: 212px;
  right: 0;
  margin-right: -71px;
}

.sin-banner-con-right p {
  font-family: var(--font-allinsite);
  font-weight: 700;
  color: #fff;
  margin: 0;
}

.sin-banner-con-right span {
  font-family: var(--font-allinsite);
  font-weight: 600;
  color: #fff;
}

.sin-banner:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*--------------------------------------------------------------
  ##  Product Filter
  --------------------------------------------------------------*/
.section-heading {
  text-align: center;
}

.section-heading h3 {
  font-family: var(--font-allinsite);
  font-weight: 700;
  color: var(--color-secinsite);
  text-transform: uppercase;
  padding-bottom: 50px;
  position: relative;
  line-height: 26px;
}

.section-heading h1 span,
.section-heading h2 span,
.section-heading h3 span,
.section-heading h4 span,
.section-heading h5 span,
.section-heading h6 span {
  color: var(--color-fersinsite);
}
.section-heading h1,.section-heading h1 a,
.section-heading h2,.section-heading h2 a,
.section-heading h3,.section-heading h3 a,
.section-heading h4,.section-heading h4 a,
.section-heading h5,.section-heading h5 a,
.section-heading h6,.section-heading h6 a{
  color: var(--color-secinsite);
}

.section-heading h1:after,
.section-heading h2:after,
.section-heading h3:after,
.section-heading h4:after,
.section-heading h5:after,
.section-heading h6:after {
  content: '';
  position: absolute;
  top: 0;
  width: 250px;
  height: 30px;
  left:50%;
  margin-left: -125px;
  background-image: url(../../media/images/icon/line.png);
  background-repeat: no-repeat;
  background-position: center;
  top: 30px;
}

.section-heading p {
  color:var(--color-fersinsite);
  padding: 0 25%;
  padding-bottom: 20px;
}

.main-product {
  padding: 110px 0 60px;
}

.pro-tab-filter {
  text-align: center;
}

.pro-tab-filter .pro-tab-button li {
  font-family: var(--font-allinsite);
  font-weight: 500;
  display: inline-block;
  color:var(--color-fersinsite);
  margin: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
}

.pro-tab-filter .pro-tab-button li:hover {
  color: var(--color-secinsite);
}

.pro-tab-filter .pro-tab-button li.active {
  color: var(--color-secinsite);
}
.owl-stage .sin-product {
	margin:0;
}
.sin-product {
  margin: 10px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: 1px solid #eee;
}

.sin-product h5.pro-title {
  font-family: var(--font-allinsite);
  font-weight: 400;
	margin-bottom: 0;
  float: none;
  text-align:center;
}

.sin-product h5.pro-title a {
  color: #525353;
}

.sin-product h5.pro-title a:hover {
  color: var(--color-secinsite);
}

.sin-product span {
  color: var(--color-secinsite);
  font-family: var(--font-allinsite);
  font-weight: 400;
  float: none;
}

.sin-product .pro-img {
  position: relative;
	border-bottom: 2px solid var(--color-topbarheadsec);
	overflow: hidden;
}
.sin-product .pro-img img {
  max-width: 100%;
  width: auto;
}
.sin-product .price-pr {
	width: 70% !important;
	float: left !important;
	margin-bottom: 0;
	text-align: left !important;
	padding-left: 5px;
}
.sin-product .more-pr {
	width: 30% !important;
	float: right !important;
	background: #FFCC3E;
	margin-bottom: 0;
	color: #000 !important;
}
.sin-product .pro-img:after {
  position: absolute;
  height: 100%;
  background: #f2f4f4;
  opacity: 0;
  content: '';
  top: 0;
  left: 50%;
  right: 50%;
  z-index: 0;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.banner-product .sin-product {
  margin-bottom: 35px;
}

.banner-product {
  padding: 115px 0 75px;
}

.sin-product:hover .pro-img:after {
  opacity: .70;
  right: 0;
  left: 0;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.mid-wrapper {
  overflow: hidden;
  padding: 18px 0 0;
  z-index: 99;
  position: relative;
}

.pro-icon {
  width: 100%;
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pro-icon ul li {
  display: inline-block;
  margin: 0 30px;
  position: relative;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pro-icon ul li a {
  color: #fff;
  text-align: center;
  display: block;
  padding: 7px;
}

.pro-icon ul li:after {
  content: '';
  position: absolute;
  width: 35px;
  height: 35px;
  background: #3a3a3a;
  left: -2px;
  z-index: -1;
  top: 0px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  border-radius: 5px;
  -webkit-box-shadow: 2.5px 4.33px 21px 0px rgba(90, 89, 89, 0.3);
  box-shadow: 2.5px 4.33px 21px 0px rgba(90, 89, 89, 0.3);
}

.sin-product:hover .pro-icon {
  opacity: 1;
  visibility: visible;
}

.sin-product:hover .pro-icon ul li {
  margin: 0 12px;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.main-product .pro-tab-filter .pro-tab-button {
  padding: 20px 0px 50px;
}

.main-product .sin-product.style-three h5.pro-title a {
  color: #525353;
  font-weight: 600;
}

.shop-four-grid .sin-product.style-two .pro-title a {
  width: 183px;
}

.sin-product.style-one h5.pro-title {
  width: 75%;
  text-align: left;
}

.pro-icon ul li a:hover {
  color: var(--color-secinsite);
}

/*--------------------------------------------------------------
  ##  Product Filter Style Two
  --------------------------------------------------------------*/
.pro-tab-filter.style-two {
  text-align: left;
}

.pro-tab-filter.style-two .pro-tab-button {
  padding: 30px 0px;
  margin-bottom: 20px;
  text-align: center;
}

.pro-tab-filter.style-two .pro-tab-button li:first-child {
  margin-left: 0px;
}


.sin-product.style-two .pro-title a {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-align: center;
}

.sin-product.style-two .pro-icon {
  top: 0;
}

.sin-product.style-two .pro-icon ul li a {
  color: #585858;
}

.sin-product.style-two .pro-icon ul li a:hover {
  color: var(--color-secinsite);
}

.sin-product.style-two .pro-icon ul li:after {
  display: none;
}

.sin-product.style-two .pro-icon ul li:before {
  background: url(../../media/images/icon/li-border.png);
  background-size: auto;
  content: '';
  width: 5px;
  height: 47px;
  position: absolute;
  top: 10px;
  right: -18px;
  background-repeat: no-repeat;
}

.sin-product.style-two .pro-icon ul li:last-child:before {
  display: none;
}

.sin-product.style-two .add-to-cart {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sin-product.style-two .add-to-cart a {
  color: var(--color-secinsite);
  padding: 10px 25px;
  background: #fff;
  border-radius: 50px;
  text-transform: uppercase;
  -webkit-box-shadow: -0.908px 1.782px 9px 0px rgba(126, 124, 124, 0.3);
  box-shadow: -0.908px 1.782px 9px 0px rgba(126, 124, 124, 0.3);
  font-family: var(--font-allinsite);
  font-weight: 600;
  margin: 3px;
}

.sin-product.style-two:hover .add-to-cart {
  visibility: visible;
  opacity: 1;
}

.sin-product.style-two .new-tag {
  color: #fff;
  background: #ff0000;
  padding: 2px 7px;
  border-radius: 2px;
  position: absolute;
  top: 25px;
  left: 20px;
}

.sin-product.style-two .mid-wrapper > span {
  color: #7b7b7b;
  font-family: var(--font-allinsite);
  font-weight: 500;
  float: left;
  display: inline;
  width: 100%;
  text-align: center;
}

.sin-product.style-two .mid-wrapper p {
  color: #7b7b7b;
  font-family: var(--font-allinsite);
  font-weight: 500;
  float: left;
  display: inline;
  width: 100%;
  text-align: center;
}
#arch-inwoo .sin-product.style-two .mid-wrapper p{
    line-height: 50px;
}
.sin-product.style-two .mid-wrapper p span {
  color: var(--color-secinsite);
  font-family: var(--font-allinsite);
  font-weight: 500;
  float: none;
}

.tileofposts .showmoreproduct,.owl-carousel .showmoreproduct{
	color:#000 !important;
}

.sin-product.style-two .icon-wrapper {
  position: absolute;
  width: 100%;
  bottom: 170px;
  height: 115px;
}

.color-variation {
  float: right;
}

.color-variation ul li {
  display: inline-block;
}

.color-variation ul li:nth-child(1) {
  color: #cdcd16;
}

.color-variation ul li:nth-child(2) {
  color: #45ce09;
}

.color-variation ul li:nth-child(3) {
  color: #cd163d;
}

.color-variation ul li:nth-child(4) {
  color: #4c4c4c;
}

/*--------------------------------------------------------------
  ##  Product Three
  --------------------------------------------------------------*/
.sin-product.style-three {
  position: relative;
  padding: 0 20px 30px;
}

.sin-product.style-three .pro-title {
  margin-bottom: 3px;
}

.sin-product.style-three .mid-wrapper span {
  color: #7b7b7b;
  font-family: var(--font-allinsite);
  font-weight: 400;
  float: left;
  display: inline;
  width: 100%;
  text-align: left;
}

.main-product .grid-three .grid-item {
  padding: 0 70px;
}

.main-product .grid-three .grid-item {
  margin-top: 115px;
}

.main-product .grid-three .grid-item:first-child {
  margin-top: 330px;
}

.sin-product.style-three:after {
  content: '';
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 475px;
}

.pro-img-three {
  position: relative;
  z-index: 99;
}

/*   .sin-product.style-three .pro-icon::after {
	position: absolute;
	content: '';
	width: 50%;
	height: 107px;
	left: 50%;
	top: -32px;
	z-index: -2;
	border: 5px solid #fff;
	opacity: 0.7;
	background: #fff;
	transform: translateX(-50%);
	border: 1px solid #000;
} */
.sin-product.style-three .pro-img-three .img-hover {
  visibility: hidden;
  opacity: 0;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sin-product.style-three .pro-img-three .img-show {
  visibility: visible;
  opacity: 1;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  width: 100%;
  left: 0;
}

.sin-product.style-three:hover .pro-img-three .img-hover {
  visibility: visible;
  opacity: 1;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}

.sin-product.style-three:hover .pro-img-three .img-show {
  visibility: hidden;
  opacity: 0;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}

.main-product.bg-one {
  position: relative;
}

.main-product.bg-one::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 300px;
  background: #f0f0f0;
  top: 0;
  left: 0;
  z-index: 0;
}

.pro-icon.style-three ul li {
  display: block;
  margin: 0 30px;
  position: relative;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 50px;
  height: 56px;
}

.pro-icon.style-three {
  width: 75px;
  position: absolute;
  top: 40%;
  left: 7px;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pro-icon.style-three ul li::after {
  content: '';
  position: absolute;
  width: 35px;
  height: 35px;
  background: #fff;
  left: 8px;
  z-index: -1;
  top: 0px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #dbd8d8;
}

.pro-icon.style-three ul li a {
  color: var(--color-secinsite);
}

.sin-product.style-three .mid-wrapper p span {
  color: var(--color-secinsite);
  font-family: var(--font-allinsite);
  font-weight: 400;
  float: none;
}

.sin-product.style-three .mid-wrapper p {
  float: left;
  display: inline;
  width: 100%;
  text-align: left;
  font-weight: 400;
}

/*--------------------------------------------------------------
  ##  Features
  --------------------------------------------------------------*/
.feature-area {
  background: #fff url("../../media/images/bg/1.jpg") no-repeat center;
  background-size: cover;
  padding: 105px 0;
}

.sin-feature {
  font-family: var(--font-allinsite);
  font-weight: 500;
  padding: 15px;
  position: relative;
  height: 185px;
  background: #fff;
  margin: 15px 0;
}

.sin-feature .icon {
  color: #000;
  width: 20%;
  float: left;
}

.sin-feature .icon i {
  font-size: 38px;
}

.sin-feature .f-content {
  width: 80%;
  float: right;
  text-align: left;
  padding-top: 5px;
}

.sin-feature .f-content h6 {
  margin-bottom: 0;
  margin-top: 4px;
}

.sin-feature .f-content h6 a {
  color: var(--color-secinsite);
}

.sin-feature .f-content h6 a:hover {
  color: var(--color-fersinsite);
}

.sin-feature .f-content p {
  color: #7b7b7b;
}

.sin-feature .inner-sin-feature {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: relative;
  padding-left: 53px;
  position: relative;
  z-index: 999;
  overflow: hidden;
}

.sin-feature:after {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  content: '';
  border: 1px dashed #252525;
}

/*--------------------------------------------------------------
  ##  Banner and  Product area
  --------------------------------------------------------------*/
.rating ul li {
  display: inline-block;
}

.rating ul li a {
  color: #5d5d5c;
  font-size: 11px;
}

.mid-wrapper.style-two .pro-title {
  display: block;
  width: 100%;
  margin-bottom: 3px;
}

.mid-wrapper.style-two .rating {
  display: block;
}

.mid-wrapper.style-two span {
  display: block;
  width: 100%;
  margin-top: 5px;
}

.sin-product.style-two.small .icon-wrapper {
  bottom: 123px;
}

/*--------------------------------------------------------------
  ##  Banner and  Product area 2
  --------------------------------------------------------------*/
.pb-info {
  position: absolute;
  bottom: 80px;
  left: 160px;
  
  background: #4f4f50;
  opacity: 0;
  padding: 36px 14px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 300px;
  height: 140px;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.pb-info:after {
  position: absolute;
  content: '';
  width: 320px;
  height: 160px;
  left: -10px;
  top: -10px;
  z-index: -2;
  border: 5px solid #4f4f50;
  opacity: .9;
}

.pb-info p {
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.pb-info h1,.pb-info h2,.pb-info h3,.pb-info h4,.pb-info h5,.pb-info h6 {
  font-weight: 700;
  color: var(--color-secinsite);
}

.prod-banner-two {
  position: relative;
}

.prod-banner-two:hover .pb-info {
  left: 50%;
  opacity: .9;
}

.sin-prod-car {
  padding: 0 15px;
}

/*--------------------------------------------------------------
  ##  Small Product
  --------------------------------------------------------------*/
.small-sec-title {
  text-align: left;
  padding-bottom: 30px;
}

.small-sec-title h6 {
  font-family: var(--font-allinsite);
  font-weight: 700;
  color: var(--color-secinsite);
  text-transform: uppercase;
  padding-bottom: 50px;
  position: relative;
}

.small-sec-title h6 span {
  color: var(--color-fersinsite);
}

.small-sec-title h6:after {
  content: '';
  position: absolute;
  left: 0;
  width: 108px;
  height: 30px;
  background-image: url(../../media/images/icon/line2.png);
  background-repeat: no-repeat;
  background-position: center;
  top: 35px;
  margin-left: 0;
}

.product-small {
  padding: 110px 0 90px;
}

.sin-product-s {
  overflow: hidden;
  margin-bottom: 30px;
}

.sin-product-s .sp-img {
  float: left;
  width: 33%;
	max-width: 100px;
margin-top: 5px;
}

.small-pro-details {
  width: 66%;
  float: right;
  padding-left: 11px;
  padding-top: 3px;
  overflow: hidden;
}

.small-pro-details .title {
  font-family: var(--font-allinsite);
  font-weight: 600;
  margin: 0;
}

.small-pro-details .title a {
  color: var(--color-fersinsite);
  font-weight: 400;
}

.small-pro-details .title a:hover {
  color: var(--color-secinsite);
}

.small-pro-details span {
  color: var(--color-secinsite);
  font-family: var(--font-allinsite);
  font-weight: 400;
  display: block;
}

.small-pro-details > a {
  color: #565454;
  text-transform: uppercase;
  font-family: var(--font-allinsite);
  font-weight: 400;
}

.small-pro-details .rating a {
  color: #a4a3a1;
}

/*--------------------------------------------------------------
  ##  Caegory
  --------------------------------------------------------------*/
.sin-category {
  padding: 0 15px;
}

.sin-category .cat-name {
  text-align: center;
  margin-top: -32px;
}

.sin-category .cat-name a {
  color: #233e47;
  font-family: var(--font-allinsite);
  padding: 12px 10px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #abacac;
  margin: 0 auto;
  width:80%;
}

.sin-category .cat-name a h5 {
  margin-bottom: 0px;
  line-height: 25px;
  text-align: center;
  font-family: var(--font-allinsite);
  font-weight: 700;
  color: var(--color-fersinsite);
}

.sin-category .cat-name a h5 span {
  font-weight: 400;
}

.sin-category .cat-name a:hover {
  color: var(--color-secinsite);
}

/*--------------------------------------------------------------
  ##  Logo Carousel
  --------------------------------------------------------------*/
.client-car.owl-carousel.owl-drag .owl-item {
  text-align: center;
}

.client-car.owl-theme .owl-nav [class*="owl-"] {
  color: #b7b7b7;
  padding: 2px 12px;
  background: #fff;
  border-radius: 0px;
  line-height: 23px;
}

.client-car.owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
}

.client-car.owl-carousel .owl-nav .owl-next:hover,
.client-car.owl-carousel .owl-nav .owl-prev:hover {
  color: var(--color-secinsite);
}

.client-car.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
}

.client-car.owl-theme .owl-nav {
  margin-top: 0;
}

.logo-carousel {
  padding: 30px 0px;
}

/*--------------------------------------------------------------
  ##  Testimonial
  --------------------------------------------------------------*/
.single-testimonial {
  padding: 35px;
  color:var(--color-fersinsite);
  background: #fff;
  border-radius: 30px 0 30px 0;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(126, 124, 124, 0.1);
          box-shadow: 0px 0px 9px 0px rgba(126, 124, 124, 0.1);
}

.single-testimonial .tes-img {
  float: left;
  width: 122px;
  height: 122px;
  border: 6px solid #fff;
  border-radius: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 27px 0px rgba(126, 124, 124, 0.17);
          box-shadow: 0px 0px 27px 0px rgba(126, 124, 124, 0.17);
}

.single-testimonial .tes-img img {
  border-radius: 100%;
  width:100%;
  height:100%;
}

.single-testimonial .tes-content {
  overflow: hidden;
  padding-left: 32px;
  padding-top: 16px;
}

.single-testimonial .tes-content p {
  font-family: var(--font-allinsite);
  font-weight: 500;
  font-style: italic;
  position: relative;
}

.single-testimonial .tes-content p:after {
  position: absolute;
  content: '\f10d';
  width: 10px;
  height: 10px;
  top: -22px;
  left: 0;
  font-family: 'Font Awesome 5 Free';
  font-size: 18px;
  color: #949494;
  font-weight: 900;
}

.single-testimonial .tes-content span {
  font-family: var(--font-allinsite);
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding-left: 50px;
}

.single-testimonial .tes-content span:after {
  position: absolute;
  content: '';
  width: 30px;
  height: 2px;
  top: 10px;
  left: 0;
  background: var(--color-secinsite);
}

.testimonial-area .owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 7px 20px;
}

.testimonial-area .owl-theme .owl-dots .owl-dot.active span {
  background: var(--color-secinsite);
  width: 18px;
  height: 10px;
}

.testimonial-area .owl-theme .owl-dots .owl-dot span {
  width: 16px;
  margin: 0px 4px;
  background: var(--color-fersinsite);
  display: inline-block;
  border-radius: 0px;
  width: 10px;
  height: 10px;
}

.section-heading.no-paragraph {
  padding-bottom: 40px;
}

.testimonial-area .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 55px;
}

/*--------------------------------------------------------------
  ##  Breadcrumb
  --------------------------------------------------------------*/
.breadcrumb-area {
  background: var(--bg-inputbread);
  padding: 20px 0px 10px;
}

.bc-inner p {
  color: var(--color-secinsite);
  font-family: var(--font-allinsite);
  font-weight: 500;
  text-transform: uppercase;
}

.bc-inner p a {
  color: var(--color-fersinsite);
  font-family: var(--font-allinsite);
  font-weight: 500;
}

.bc-inner p a:hover {
  color: var(--color-secinsite);
}

/*--------------------------------------------------------------
  ##  Shop Page
  --------------------------------------------------------------*/
.shop-area {
  padding: 45px 0px 120px;
}

.shop-area.style-two {
  padding-bottom: 100px;
}

.shop-sorting-area.row {
  margin-bottom: 60px;
}

.sidebar-search button {
  width: 50px;
  height: 45px;
  margin-left: -5px;
  color: #2e2e2e;
  border-left: none;
  cursor: pointer;
  background: transparent;
  position: absolute;
  right: 30px;
  border: none;
}

.sidebar-search input {
  width: calc(100%);
  border: 1px solid #e9e9e9;
  height: 45px;
  position: relative;
  float: left;
  padding-left: 20px;
  background: transparent;
  color: var(--color-fersinsite);
}

.sidebar-search {
  width: 100%;
}

.sidebar-widget {
  padding-bottom: 30px;
  overflow: hidden;
}

.sidebar-widget h6 {
  color: #2e2e2e;
  font-family: var(--font-allinsite);
  font-weight: 600;
  margin-bottom: 25px;
}

.category-widget ul li {
  padding-left: 16px;
  padding-bottom: 5px;
  position: relative;
}

.category-widget ul li:after {
  content: '';
  width: 5px;
  height: 5px;
  background: var(--color-secinsite);
  position: absolute;
  left: 0;
  bottom: 14px;
  margin-top: -2px;
}

.category-widget ul li a {
  color: #7b7b7b;
  font-family: var(--font-allinsite);
  font-weight: 400;
}

.category-widget ul li span {
  color: #7b7b7b;
  font-family: var(--font-allinsite);
  font-weight: 400;
  float: right;
}

.category-widget ul li:not(:first-child) {
  padding-top: 13px;
}

#slider-range {
  margin-bottom: 25px;
}

.ui-widget-content {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.ui-slider-range {
  background: var(--color-secinsite)  none repeat scroll 0 0;
}

p.sub-title {
  color: #e48080;
  display: block;
  font-family: "Lato";
  font-weight: 700;
  padding: 10px 15px 10px 0;
  text-transform: capitalize;
}

.price-range > span {
  margin-right: 5px;
  text-transform: capitalize;
  color: #464646;
  font-family: var(--font-allinsite);
  font-weight: 600;
}

.price-range input[type="text"] {
  border: medium none;
  float: none;
  height: 30px;
  letter-spacing: 3px;
  text-align: center;
  width: 56%;
  word-spacing: 7px;
  font-family: var(--font-allinsite);
  font-weight: 400;
  color: var(--color-secinsite);
  line-height: 23px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-hover {
  border: 2px solid var(--color-secinsite);
  background: var(--color-secinsite);
  font-weight: normal;
  color: #121212;
  border-radius: 50px;
  height: 16px;
  width: 16px;
}

.ui-widget.ui-widget-content {
  border: 0px solid #c5c5c5;
  background: #f1f1f1;
  border-radius: 0px;
  height: 6px;
  margin-left: 12px;
  margin-right: 10px;
}

.color-widget ul li {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 3px;
  border: 1px solid #ddd;
}

.color-widget ul li:nth-child(1) {
  background: #cdcd16;
}

.color-widget ul li:nth-child(2) {
  background: #45ce09;
}

.color-widget ul li:nth-child(3) {
  background: #cd163d;
}

.color-widget ul li:nth-child(4) {
  background: #e51996;
}

.color-widget ul li:nth-child(5) {
  background: #2e2e2e;
}

.color-widget ul li a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
}

.wid-pro {
  overflow: hidden;
  padding-bottom: 30px;
}

.wid-pro .sp-img {
  float: left;
}

.wid-pro .small-pro-details {
  float: left;
  padding-left: 20px;
  padding-top: 1px;
  width: 65%;
}

.wid-pro .small-pro-details .title {
  font-family: var(--font-allinsite);
  font-weight: 500;
  margin-bottom: 5px;
}

.wid-pro .small-pro-details .title a {
  color: #525353;
}

.wid-pro .small-pro-details .title a:hover {
  color: var(--color-secinsite);
}

.wid-pro .small-pro-details span {
  color: #525353;
  font-family: var(--font-allinsite);
  font-weight: 600;
  display: block;
  float: left;
  margin-right: 9px;
}

.wid-pro .small-pro-details .pre-price {
  text-decoration: line-through;
  font-weight: 400;
  color: #939393;
}

.wid-pro .small-pro-details > a {
  color: var(--color-fersinsite);
  text-decoration: underline;
  text-transform: uppercase;
  font-family: var(--font-allinsite);
  font-weight: 600;
}

.wid-pro .small-pro-details .rating {
  padding: 0px;
  padding-top: 0px;
  display: block;
  width: 100%;
  overflow: hidden;
  padding-top: 5px;
}

.wid-pro .small-pro-details .rating a {
  color: var(--color-secinsite);
}

.banner-wid {
  position: relative;
  padding-bottom: 0px;
  text-align: center;
}

.banner-wid a {
  text-align: center;
  font-family: var(--font-allinsite);
  font-weight: 400;
  color: #5e5e5e;
  text-transform: uppercase;
  position: absolute;
  top: 86%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.Bg {
  background-color: #2e2e2e;
  -webkit-box-shadow: 0.707px -0.707px 8px 0px rgba(109, 109, 109, 0.11);
          box-shadow: 0.707px -0.707px 8px 0px rgba(109, 109, 109, 0.11);
  position: absolute;
  left: 135px;
  top: 1694px;
  width: 390px;
  height: 519px;
  z-index: 82;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: transparent;
}

.nav-tabs {
  border-bottom: 0px solid #dee2e6;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: transparent;
}

.shop-btn li a.nav-link {
  color: #2e2e2e;
  padding: 1px;
  border-radius: 0px;
  width: 35px;
  text-align: center;
  height: 50px;
  line-height: 39px;
}

.shop-btn li a.nav-link:hover {
  color: var(--color-secinsite);
}

.shop-btn li a.nav-link.active {
  color: var(--color-secinsite);
}

.shop-btn .flaticon-list {
  line-height: 37px;
}

.list-pro-det {
  text-align: left;
}

.list-pro-det .color-variation {
  float: none;
  margin: 9px 0px 15px;
}

.list-pro-det .rating {
  float: none;
}

.list-pro-det .rating a {
  color: var(--color-secinsite);
}

.list-pro-det h5.pro-title {
  float: none;
}

.list-pro-det span {
  float: none;
  margin-top: 8px;
  display: inline-block;
  margin-bottom: 4px;
  color: #525353;
}

.list-pro-det a.btn-two {
  background: var(--color-secinsite);
  margin-left: 8px;
}

.list-pro-det a.btn-two:after {
  border-color: var(--color-secinsite);
}

.list-pro-det a.btn-two:before {
  border-color: var(--color-secinsite);
}

.list-pro-det p {
  line-height: 28px;
  color:var(--color-fersinsite);
  margin-bottom: 23px;
}

.sin-product.list-pro .pro-icon {
  top: 50%;
  width: 200px;
  text-align: center;
  margin: 0 auto;
  text-align: left;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sin-product.list-pro .pro-icon ul li a {
  color: #585858;
}

.sin-product.list-pro .pro-icon ul li::before {
  background: url(../../media/images/icon/li-border.png);
  background-size: auto;
  content: '';
  width: 5px;
  height: 47px;
  position: absolute;
  top: 10px;
  right: -18px;
  background-repeat: no-repeat;
}

.sin-product.list-pro .pro-icon ul li:last-child:before {
  display: none;
}

.sin-product.list-pro .pro-icon ul li::after {
  display: none;
}

.sin-product.list-pro .pro-icon ul li {
  margin: 0px 12px;
}

.sin-product.list-pro .new-tag {
  color: #fff;
  background: #66a2f4;
  padding: 2px 8px;

  position: absolute;
  top: 18px;
  left: 33px;
}

.sort-by {
  text-align: right;
}

.sort-by span {
  color: #7b7b7b;
  margin-right: 15px;
  font-weight: 500;
}

.sort-by select {
  border: 1px solid #e9e9e9;
  width: 200px;
  height: 30px;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: transparent url("../../media/images/icon/arrow.png") no-repeat scroll 94% 47%;
  color: #7b7b7b;
  padding-left: 15px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 25px;
}

.sort-by select option {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

/*--------------------------------------------------------------
  ##  Product Page
  --------------------------------------------------------------*/
.zoom-slider.owl-theme .owl-nav [class*="owl-"] {
  color: #979fa2;
  margin: 5px;
  padding: 0px 6px;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 1px;
  position: absolute;
  top: 37%;
  line-height: 0px;
}

.zoom-slider.owl-theme .owl-nav .owl-next {
  right: 0px;
  opacity: 1;
}

.zoom-slider.owl-theme .owl-nav .owl-prev {
  left: 0px;
  opacity: 1;
}

.zoom-slider.owl-theme .owl-nav {
  margin-top: 0px;
}

.zoom-slider.owl-theme:hover .owl-nav .owl-next {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 1;
}

.zoom-slider.owl-theme:hover .owl-nav .owl-prev {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 1;
}

.zoom-slider .item {
  border: 1px solid #f1f1f1;
  margin: 17px;
}

.product-details {
  padding-left: 30px;
}

.product-details .pro-title a {
  font-family: var(--font-allinsite);
  font-weight: 600;
  color: #525353;
  margin-bottom: 0px;
}

.product-details span {
  color:var(--color-fersinsite);
  padding-bottom: 5px;
  display: inline-block;
  text-transform: capitalize;
  margin-right: 7px;
}
.product-detail-cu div.price {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-secinsite);
  height: 40px;
  margin: 25px 0;
}
.product-detail-cu div.price span{
	color: var(--color-secinsite);
	font-size: 20px;
}
.product-detail-cu div.price p{
	float:left;
}
.product-detail-cu p {
  margin-bottom: 3px;
}
.product-social{
	margin-top: 20px;
	border: 1px solid #ddd;
	background: #fafafa;
	padding: 9px 10px 6px;
	border-radius: 4px;
}
.product-social span{
	font-size: 16px;
}
.product-social i{
	font-size: 19px;
	line-height: 31px;
	margin-top: 4px;
}
.product-details p {
  color:var(--color-fersinsite);
  padding: 45px 0px 20px;
}

.product-details p a {
  color:var(--color-fersinsite);
}

.product-details .price {
  font-family: var(--font-allinsite);
  font-weight: 600;
  color: #464646;
  padding: 10px 0px 0px;
}
.add-tocart-wrap table{
	margin-bottom:15px;
}
.product-details .color-variation {
  float: none;
  padding: 40px 0px;
  display: block;
}

.product-details .color-variation span {
  display: inline;
  float: left;
  margin-right: 10px;
}

.product-details ul {
  padding-left: 24px;
  list-style: inherit;
  padding-bottom: 20px;
}

.product-details ul li {
  margin-bottom: 5px;
}

.add-tocart-wrap {
  width: 100%;
  overflow: hidden;
  display: block;
	margin-bottom: 20px;
}

.add-tocart-wrap span {
  float: left;
  display: block;
  padding-top: 18px;
  margin-right: 16px;
  font-weight: 500;
}

.add-tocart-wrap select {
  height: 60px;
  width: 60px;
  color: var(--color-fersinsite);
  border: none;
  -moz-appearance: none;
  padding-left: 10px;
  font-weight: 500;
  background: #464646 url("../../media/images/icon/arrow-w.png") no-repeat scroll 29px 25px;
  float: left;
  margin-right: 6px;
}
.tabs.wc-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.add-tocart-wrap .cart button{
	height: 50px;
	background: var(--color-secinsite);
	color: #fff;
	float: left;
	margin-right: 6px;
	padding: 17px;
	text-align: center;
	border: 1px solid var(--color-secinsite);
	width: 50%;
}
.add-tocart-wrap .cart button i{
	margin-right: 10px;
	margin-left: 10px;
}
.add-tocart-wrap .cart button:hover {
  background: var(--color-fersinsite);
}
.add-tocart-wrap .cart input {
	width: 38%;
	float: right;
	border: 1px solid #dadada;
	background: #fff;
	border-radius: 3px;
	margin: 0 5px;
	height: 51px;
}
.add-tocart-wrap .cart select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-color:#E9E9ED;
  background-image: url(../../media/images/icon/size-arrow.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  line-height: 1.2;
  padding-right: 28px;
  cursor: pointer;
  padding-top: 8px;
  padding-left: 15px;
  padding-bottom: 8px;
  border: 1px solid #ccc;
  width: 240px;
  height:45px;
}
.add-tocart-wrap a.reset_variations{
	clear: both;
	width: 100px;
	height: 30px;
	line-height: 30px;
	margin: 5px 0;
	padding: 0;
	background: #E9E9ED;
	color: var(--color-fersinsite);
}
.variations th{
  width: 50px;
  line-height: 35px;
}
.product-details .price del, .product-details .price del span {
  color: #999;
  text-decoration: line-through;
}
.add-tocart-wrap a.add-to-cart {
  height: 60px;
  width: 325px;
  background: var(--color-secinsite);
  color: #fff;
  float: left;
  margin-right: 6px;
  padding: 17px;
  text-align: center;
}

.add-tocart-wrap a.add-to-cart i {
  margin-right: 10px;
}

.add-tocart-wrap a.add-to-cart:hover {
  background: var(--color-fersinsite);
}

.add-tocart-wrap a {
  height: 60px;
  width: 60px;
  float: left;
  color: #fff;
  background: #464646;
  text-align: center;
  padding: 17px 0px;
}

.product-social span {
  float: left;
  display: block;
  padding-top: 6px;
  margin-right: 16px;
  font-weight: 500;
}

.product-social ul li {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 8px;
  margin-right: 5px;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product-social ul li a {
  display: block;
  width: 100%;
  color: #464646;
}

.product-social ul li a:hover {
  color: var(--color-secinsite);
}

.woocommerce-tabs > ul {
  border-bottom: 1px solid #ccc;
}

.woocommerce-tabs > ul li {
  position: relative;
  margin-right: 31px;
}

.woocommerce-tabs > ul li a {
	color: #495057;
	text-transform: uppercase;
	position: relative;
	line-height: 43px;
}

.woocommerce-tabs .woocommerce-Tabs-panel ul {
  padding-left: 20px;
  padding-bottom: 15px;
}

.woocommerce-tabs .woocommerce-Tabs-panel ul li {
  padding: 5px 0;
  color:var(--color-fersinsite);
  position: relative;
}

.woocommerce-tabs .woocommerce-Tabs-panel ul li:after {
  position: absolute;
  content: '\f00c';
  top: 9px;
  left: -20px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 12px;
  color: var(--color-secinsite);
}

.woocommerce-tabs .nav-tabs .nav-item.show .nav-link, .woocommerce-tabs .nav-tabs .nav-link.active {
  color: #495057;
  padding-bottom:8px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}

.woocommerce-tabs ul li:hover a:after, .woocommerce-tabs ul li.active a:after {
  position: absolute;
  content: '';
  width: 60px;
  height: 4px;
  background: var(--color-secinsite);
  bottom: -2px;
  left: 50%;
  margin-left: -30px;
}

.woocommerce-Tabs-panel {
  padding-top: 40px;
}

.woocommerce-Tabs-panel h2 {
	color: var(--color-fersinsite);
	margin-bottom: 15px;
}

.woocommerce-Tabs-panel p {
  color:var(--color-fersinsite);
  line-height: 28px;
}

.info-wrap .sin-aditional-info {
  width: 100%;
  overflow: hidden;
}

.info-wrap .sin-aditional-info .first {
  width: 30%;
  float: left;
  border-right: 1px solid #d6d4d3;
  border-left: 1px solid #d6d4d3;
  padding: 11px 24px;
  color:var(--color-fersinsite);
}

.info-wrap .sin-aditional-info .secound {
  padding: 11px 24px;
  width: 70%;
  overflow: hidden;
}

.sin-aditional-info:nth-child(odd) {
  background: #edebec;
}

.size-variation select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url(../../media/images/icon/size-arrow.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  line-height: 1.2;
  padding-right: 28px;
  cursor: pointer;
  padding-top: 8px;
  padding-left: 15px;
  padding-bottom: 8px;
  border: 1px solid #ccc;
  width: 25%;
}

/*----plus minus--------*/
.cart-plus-minus {
  background: #fff repeat scroll 0 0;
  border: 1px solid #dadada;
  height: 60px;
  text-align: center;
  width: 59px;
}

.dec {
  background: url(../../media/images/icon/less.png) no-repeat scroll 50% 50%;
  float: left;
  line-height: 19px;
  position: relative;
  text-indent: 99999px;
  border-right: none !important;
}

.inc {
  background: url(../../media/images/icon/add.png) no-repeat scroll 50% 50%;
  float: right;
  position: relative;
  text-indent: 99999px;
  border-left: none !important;
}

.qtybutton {
  border: 1px solid #dadada;
  color: #c0c0c0;
  cursor: pointer;
  display: block;
  height: 60px;
  line-height: 24px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 45px;
}

.cart-plus-minus-button {
  background: #f1f1f1 none no-repeat scroll 0 0;
  display: inline-block;
  float: left;
  margin-right: 25px;
  width: 149px;
  overflow: hidden;
}

.woocommerce-tabs {
  padding-top: 80px;
}

.product-review .reviwer {
  overflow: hidden;
}

.product-review .reviwer img {
  weight: 110px;
  border: 5px solid #fff;
  float: left;
}

.product-review .reviwer .review-details {
  width: 86%;
  overflow: hidden;
  padding-left: 20px;
  padding-top: 15px;
}

.product-review .reviwer .review-details span {
  color: #9f9d9d;
}

.product-review .reviwer .review-details .rating {
  padding: 10px 0px;
}

.product-review .reviwer .review-details .rating a {
  color: var(--color-secinsite);
}

.add-your-review {
  padding-top: 50px;
}

.add-your-review h6 {
  color: #515151;
}

.add-your-review p {
  color: #515151;
  float: left;
  display: inline-block;
  margin-right: 10px;
}

.add-your-review .rating a {
  color: var(--color-secinsite);
}

.raing-form {
  overflow: hidden;
  display: block;
  width: 100%;
}

.raing-form input {
  width: 48%;
  margin-right: 2%;
  height: 44px;
  background: #f4f4f4;
  float: left;
  border: none;
  margin-bottom: 30px;
  display: inline-block;
  padding-left: 15px;
}

.raing-form textarea {
  width: 98%;
  margin-right: 2%;
  height: 200px;
  background: #f4f4f4;
  float: left;
  border: none;
  margin-bottom: 30px;
  display: inline-block;
  padding: 15px;
}

.raing-form input[type="submit"] {
  font-family: var(--font-allinsite);
  font-weight: 600;
  color: #fff;
  background: var(--color-secinsite);
  padding: 10px 15px;
  width: 204px;
  cursor: pointer;
}

#gallery_01 {
  margin-top: 24px;
  overflow: hidden;
  margin-left: 6px;
}

.zoom-slider .owl-carousel .owl-item {
  padding: 0 10px;
}

.inner-wrapper {
  padding-top: 30px;
}

.load-more {
  background: transparent;
  color: var(--color-fersinsite);
  padding: 12px 20px;
  width: 150px;
  font-weight: 500;
  cursor: pointer;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  border: 2px solid var(--color-secinsite);
}

.load-more:hover {
  color: var(--color-secinsite);
}

.load-more-wrapper {
  width: 100%;
  text-align: center;
  padding-top: 45px;
}

.advertise-img {
  text-align: center;
}

.shop-area.single-product {
  padding-bottom: 0px;
}

.shop-sidebar.left-side {
  padding-right: 15px;
}

/*--------------------------------------------------------------
  ##  Cart page
  --------------------------------------------------------------*/
@media (min-width: 576px) {
  .cart-table .tables thead tr th {
    font-family: var(--font-allinsite);
    font-weight: 700;
    color: #393939;
    border-bottom: 2px solid #545353;
    border-top: none;
    text-transform: uppercase;
    text-align: center;
  }
  .cart-table .tables tbody tr td {
    display: table-cell;
    vertical-align: middle;
    color: #525353;
    border-top: none;
    border-bottom: 1px solid #d8d7d7;
    text-align: center;
    padding: 30px 0px;
  }
  .cart-table .tables tbody tr td a {
    color: #525353;
  }
  .cart-table .tables tbody tr td .product-image {
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(109, 109, 109, 0.11);
    box-shadow: 0px 0px 8px 0px rgba(109, 109, 109, 0.11);
  }
  .cart-table .tables tbody tr td .quantity input {
    width: 74px;
    background: #f3f3f3;
    border-radius: 20px;
    padding: 3px 18px;
    height: 39px;
    border: none;
  }
  .cart-table .tables tbody tr td .product-title a {
    font-family: var(--font-allinsite);
    font-weight: 500;
  }
  .tables {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
  }
}

.cart-table .tables tbody tr td .product-title a:hover {
  color: var(--color-secinsite);
}

.cart-area {
  padding: 50px 0 50px;
}

.cart-btn-left a {
  margin-right: 10px;
}

.cart-btn-section {
  padding: 5px 0px 30px;
}

.cart-btn-section a {
  font-family: var(--font-allinsite);
  font-weight: 600;
  color: #fff;
  background: var(--color-secinsite);
  height: 50px;
  width: 190px;
  text-transform: uppercase;
  text-align: center;
  line-height: 50px;
}

.cart-btn-section .coupon-code {
  background: #f6f6f6;
  border: 1px solid #e6e6e6;
  color: #8a8a8a;
}

.cart-btn-right a {
  font-family: var(--font-allinsite);
  font-weight: 600;
  color: #fff;
  background: var(--color-fersinsite);
  height: 50px;
  width: 190px;
  text-transform: uppercase;
  text-align: center;
  line-height: 50px;
  float: right;
}

.note {
  padding-top: 45px;
}

.note textarea {
  margin-top: 5px;
  margin-right: 7px;
  width: 100%;
  height: 130px;
  padding: 15px;
}

.note span {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #3b3b3b;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.cart-subtotal {
  background: #f6f6f6;
  padding: 50px 30px;
  text-align: center;
}

.cart-subtotal p {
  position: relative;
  font-family: var(--font-allinsite);
  font-weight: 600;
  color: #2e2e2e;
  text-align: center;
  margin-bottom: 25px;
}

.cart-subtotal p:after {
  position: absolute;
  content: '';
  left: 50%;
  margin-left: -15px;
  height: 2px;
  width: 30px;
  background: var(--color-secinsite);
  bottom: -8px;
}

.cart-subtotal ul li {
  width: 100%;
  text-align: right;
  padding: 19px 0 7px;
  font-family: var(--font-allinsite);
  font-weight: 500;
  color: #525353;
  border-bottom: 1px solid #c2c2c2;
}

.cart-subtotal ul li span {
  float: left;
}

.cart-subtotal a {
  font-family: var(--font-allinsite);
  font-weight: 600;
  color: #fff;
  background: var(--color-secinsite);
  height: 50px;
  text-transform: uppercase;
  text-align: center;
  line-height: 50px;
  padding: 0 20px;
  margin-top: 40px;
}

.cart-subtotal a:hover {
  background: var(--color-fersinsite);
}

.cart-btn-section a:hover {
  background: var(--color-fersinsite);
  color: #fff;
}

.cart-btn-right a:hover {
  background: var(--color-secinsite);
}

.account-details {
  padding: 50px 30px;
  text-align: center;
}

.account-details p {
  position: relative;
  font-family: var(--font-allinsite);
  font-weight: 600;
  color: #2e2e2e;
  text-align: center;
  margin-bottom: 22px;
}

.account-details ul li {
  width: 100%;
  text-align: center;
  padding: 2px;
  font-family: var(--font-allinsite);
  font-weight: 500;
  color: #525353;
}

.account-details ul li span {
  float: left;
}

.account-details a {
  font-family: var(--font-allinsite);
  font-weight: 600;
  color: #fff;
  background: var(--color-secinsite);
  height: 50px;
  text-transform: uppercase;
  text-align: center;
  line-height: 50px;
  padding: 0 20px;
  margin-top: 40px;
}

.account-details a:hover {
  background: var(--color-fersinsite);
}

.account-table {
  padding-top: 50px;
  text-align: center;
}

.account-table a {
  color: var(--color-fersinsite);
}

.account-table h6 {
  color: #2e2e2e;
  font-weight: 600;
  padding-bottom: 30px;
}

.account-area {
  padding: 70px 0px;
}

.account-table th {
  text-align: inherit;
  padding: 10px 0;
  border: 1px solid #ddd;
  text-align: center;
}

.account-table td {
  border: 1px solid #ddd;
  text-align: center;
  padding: 10px 0;
}

.cart-table tr th {
  padding-bottom: 15px;
}

/*--------------------------------------------------------------
  ##  Blog Page
  --------------------------------------------------------------*/
.blog-wrapper .pro-tab-filter .pro-tab-button {
  padding: 20px 0px 50px;
}

.blog-wrapper {
  padding: 45px 0 70px;
}

.sin-blog {
  text-align: left;
  margin-bottom: 50px;
}

.sin-blog .title {
	line-height:30px;
  color: #464646;
  text-transform: uppercase;
  font-family: var(--font-allinsite);
  font-weight: 600;
}

.blog-content {
	width: 92%;
	border: 1px solid #ddd;
	padding: 30px 20px 15px;
	margin: 0 auto;
	margin-top: -80px;
	background: #fff;
	position: relative;
	min-height: 200px;
}
.single-post .blog-content {
  width: 92%;
  border: 1px solid #ddd;
  padding: 32px 20px 20px;
  margin: 0 auto;
  margin-top: 0px;
  background: #fff;
  position: relative;
}


.blog-meta {
  position: absolute;
  background: var(--color-secinsite);
  padding: 6px 16px;
  right: 8px;
  top: -30px;
}

.blog-meta a ,.blog-meta span{
  color: #fff;
}

.blog-details p {
  font-weight: 400;
  line-height: 28px;
  color:var(--color-fersinsite);
}

.blog-details > ul {
  list-style-type: inherit;
  padding: 25px 0;
  padding-left: 25px;
  padding-top: 15px;
}

.blog-details > ul li {
  color: var(--color-fersinsite);
}

.blog-details {
  overflow: hidden;
}

.blog-details a {
  color: var(--color-secinsite);
  text-transform: capitalize;
}

.blog-details a:hover {
  text-decoration: underline;
}

.sin-blog.single-page h5 {
  color: #464646;
  text-transform: uppercase;
  font-weight: 600;
}

.sin-blog.single-page h6 {
  font-weight: 400;
  margin-top: 26px;
  color: #525353;
}

.sin-blog.single-page .blog-content {
  width: 100%;
  border: none;
  padding-left: 0;
}

.sin-blog.single-page .blog-details a {
  color: #464646;
  text-decoration: none;
  margin-top: 10px;
  font-weight: 600;
}

.sin-blog.single-page .blog-details p {
  float: left;
}

.sin-blog.single-page .blog-details a:hover {
  color: var(--color-secinsite);
}

.blog-details .social {
  float: right;
  margin-top: 10px;
}

.blog-details .social li {
  margin-right: 16px;
}

.next-prev-btn {
  text-align: center;
  margin-top: 50px;
}

.next-prev-btn a {
  color: #fff;
  padding: 8px 19px;
  background: var(--color-secinsite);
  margin-right: 8px;
}

.comments-list .heading {
  text-transform: uppercase;
  padding-bottom: 40px;
}

.commentlists-div ol, .commentlists-div ul {
  list-style: outside none none;
}

.commentlists {
  border-bottom: 1px solid #e7e6e6;
  margin-bottom: 25px;
  padding-bottom: 25px;
  padding-left: 0px;
}

.commentlists div.avatar {
  float: left;
  margin-right: 17px;
  overflow: hidden;
  display: block;
  border-radius: 50px;
}

.commentlists .the-comment .comment-box {
  margin-left: 70px;
  overflow: hidden;
}

.children-comment {
  padding-left: 70px;
}

.commentlists .the-comment {
  border-top: 1px solid #e7e6e6;
  margin-top: 25px;
  padding-top: 25px;
}

.com-name {
  color: #7b7b7b;
  font-weight: normal;
  margin-bottom: 0;
}

.comment-text ,.commentlist a,.comment-respond a{
 color:var(--color-fersinsite);
  font-weight: 400;
}

.comment-author.meta > p {
  color: #7b7b7b;
}

.sin-post .form-control {
  background-color: #fff;
}

.comment-form .form-control,#commentform input {
  border: 1px solid #f1f1f1;
  display: block;
	width: 100%;
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	background : var(--bg-inputbread);
}

#commentform textarea {
	border: 1px solid #f1f1f1;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	width: 98%;
	padding: .375rem .75rem;
	border-radius: 5px;
	margin-bottom: 0;
}

#commentform .form-submit .submit {
  background: var(--color-secinsite);
  color: #fff;
  padding: 12px 20px;
  width: 150px;
  font-weight: 500;
  cursor: pointer;
  border: none;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#comments ,#respond h3{
	text-transform: uppercase;
}
#commentform .comment-form-author, #commentform .comment-form-email {
	width: 48%;
	float: right;
	margin-left: 2% !important;
}
#wp-comment-cookies-consent{
	width: 17px !important;
	height: 20px;
	margin-left: 10px;
}
@media(max-width:768px){
	#commentform .comment-form-author, #commentform .comment-form-email {
		width: 100%;
		float: right;
		margin-left: 2%;
	}
}
#wp-comment-cookies-consent{
	float: right;
	width: 30px !important;
	margin-top: 5px;
}
.btn.btn-primary.submit {
  border: 0 solid;
}

.blog-meta span {
  margin-right: 6px;
}

.btn.btn-primary.continue-shopping.pull-left {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  color: var(--color-fersinsite);
}

.btn.btn-primary.continue-shopping.pull-left:hover {
  background: #ddd none repeat scroll 0 0;
  color: #000;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.comment-reply-link {
  color: #7b7b7b;
  margin-left: 14px;
}

.comment-reply-link:hover {
  color: var(--color-secinsite);
}


.form-submit .submit:hover {
  background: var(--color-fersinsite);
}

/*--------------------------------------------------------------
  ##  Blog sidebar css
  --------------------------------------------------------------*/
.blog-widget {
  padding-bottom: 50px;
}

.blog-widget .widget-title {
  padding-bottom: 15px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.blog-widget .widget-post {
  overflow: hidden;
  margin-bottom: 30px;
}

.blog-widget .widget-post .widget-post-img {
  float: left;
  width: 44%;
  padding-right: 16px;
}

.blog-widget .widget-post .widget-post-content h6 a {
  color: #525353;
  font-weight: 500;
}

.blog-widget .widget-post .widget-post-content h6 a:hover {
  color: var(--color-secinsite);
}

.blog-widget .widget-post .widget-post-content p {
  background: #edeef0;
  color: var(--color-fersinsite);
  overflow: hidden;
  display: inline-block;
  padding: 8px;
  margin-top: 6px;
}

.wid-category li {
  padding-bottom: 20px;
}

.wid-category li a {
  position: relative;
  color: #7b7b7b;
  padding-left: 20px;
  text-transform: capitalize;
}

.wid-category li a:hover {
  color: var(--color-secinsite);
}

.wid-category li :after {
  content: '\f105';
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #7b7b7b;
}

.widget-tag li {
  display: inline;
}

.widget-tag li a {
  color: #7b7b7b;
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid #7b7b7b;
  border-radius: 30px;
  margin-bottom: 12px;
  margin-right: 6px;
}

.widget-tag li a:hover {
  background: var(--color-secinsite);
  color: #fff;
  border-color: var(--color-secinsite);
}

.blog-details blockquote {
  margin: 25px 5px;
}

.blog-details blockquote q {
  font-style: italic;
  line-height: 30px;
  position: relative;
  font-weight: 400;
  margin: 30px 20px;
}

.comment-form {
  padding-top: 50px;
}

/*--------------------------------------------------------------
  ##  Contact page
  --------------------------------------------------------------*/
.contact-area {
  padding: 50px 0 120px;
}

.contact-form {
  text-align: center;
}

input {
  width: 100%;
  height: 56px;
  background: var(--bg-inputbread);
  border: none;
  margin-bottom: 10px;
  padding: 0px 20px;
}
textarea {
  width: 100%;
  height: 165px;
  background: var(--bg-inputbread);
  border: none;
  margin-bottom: 30px;
  padding: 10px 20px;
}

input[type="submit"] {
  background: var(--color-secinsite);
  color: #fff;
  padding: 0px 20px;
  width: 150px;
  font-weight: 700;
  cursor: pointer;
  margin-bottom: 0;
}

input[type="submit"]:hover {
  background: var(--color-fersinsite);
}

.google-map {
  position: relative;
}

.contact-info {
  text-align: center;
  background-image: url(../../media/images/banner/con_bg.jpg);
  width: 100%;
  position: relative;
  top: 0;
  height: 100%;
  font-family: var(--font-allinsite);
  font-weight: 700;
  background-repeat: no-repeat;
  right: 0;
  z-index: 0;
  padding-top: 200px;
  font-family: var(--font-allinsite);
  font-weight: 700;
  background-size: cover;
  font-family: var(--font-allinsite);
  font-weight: 700;
}

.contact-info h5 {
  color: var(--color-secinsite);
  font-family: var(--font-allinsite);
  font-weight: 700;
  text-transform: uppercase;
}

.contact-info > span {
  text-transform: uppercase;
  color: #787878;
  font-weight: 400;
  margin-bottom: 35px;
  display: block;
}

.contact-info p {
  color: #464646;
  font-weight: 500;
  margin-bottom: 8px;
}

.contact-info p span {
  color: var(--color-secinsite);
}

.single-store {
  text-align: center;
}

.single-store a {
  font-family: var(--font-allinsite);
  font-weight: 700;
  color: #525353;
  text-transform: uppercase;
  margin-top: 35px;
}

.single-store a:hover {
  color: var(--color-secinsite);
}

.single-store p {
  color:var(--color-fersinsite);
  text-transform: uppercase;
  margin-top: 5px;
}

/*--------------------------------------------------------------
  ##  Login page css
  --------------------------------------------------------------*/
.login-form .contact-form.login-form input {
  height: 50px;
  margin-bottom: 25px;
}

.login-now {
  text-align: center;
  padding: 50px 0;
  background: var(--bg-inputbread);
}

.login-now span {
  margin-right: 50px;
  color: var(--color-fersinsite);
}

.contact-form.login-form input[type="submit"] {
  width: 100%;
}

/*--------------------------------------------------------------
  ##  Quickview
  --------------------------------------------------------------*/
.mask-overlay {
  content: '';
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.close-qv {
  position: absolute;
  right: 18px;
  cursor: pointer;
  z-index: 99999;
}

.quickview-wrapper.open {
  visibility: visible;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
}

.quickview-wrapper {
  position: fixed;
  width: 1000px;
  height: 630px;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #fff;
  padding: 15px;
}

.close-menu {
  float: right;
  margin-top: 13px;
  cursor: pointer;
}

.slick-slide img {
  display: block;
  width: 100%;
  height:auto;
	max-height: 580px;
}

.slick-slide > div {
  text-align: center;
  margin: 0 7px;
}

.slick-prev::before, .slick-next::before {
  color: #000;
  font-family: 'slick';
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-next::before {
  content: '→';
}

.slick-prev::before {
  content: '←';
}

.slick-prev, .slick-next {
  line-height: 0;
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev::before, .slick-next::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 20px;
  color: #908b8b;
}

.slick-next {
  right: 15px;
  padding: 8px;
  display: block;
  width: 24px;
  height: 37px;
  top: 50%;
  z-index: 999;
  margin-top: -18px;
  padding-left: 0px;
  padding-right: 0px;
}

.slick-prev {
  left: 15px;
  padding: 8px;
  display: block;
  width: 24px;
  height: 37px;
  top: 50%;
  z-index: 999;
  margin-top: -18px;
  padding-left: 0px;
  padding-right: 0px;
}

.slick-next::before {
  content: '\f105';
}

.slick-prev::before {
  content: '\f104';
}

.quickview-slider {
  max-height: 716px !important;
  overflow: hidden !important;
}

/*--------------------------------------------------------------
  ##  Starting popup news letter
  --------------------------------------------------------------*/
.popup-banner {
  width: 1050px;
  height: 550px;
  background-image: url(../../media/images/banner/mod1.jpg);
  background-size: cover;
  text-align: center;
  padding-top: 50px;
}

.popup-banner h3 {
  color: var(--color-fersinsite);
  font-family: var(--font-allinsite);
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.popup-banner h3 span {
  color: var(--color-secinsite);
}

.popup-banner p {
  padding: 0 100px;
  color:var(--color-fersinsite);
}

.popup-banner.style-two {
  padding-top: 150px;
}

.popup-banner.style-two h3:after {
  content: '';
  height: 4px;
  width: 54px;
  background: #3a3a3a;
  bottom: 0;
  left: 50%;
  z-index: 99999;
  position: absolute;
  border-radius: 2px;
  margin-left: -56px;
}

.popup-banner.style-two h3:before {
  content: '';
  height: 4px;
  width: 24px;
  background: var(--color-secinsite);
  bottom: 0;
  left: 50%;
  z-index: 99999;
  position: absolute;
  border-radius: 2px;
  margin-left: 8px;
}

.modal-dialog {
  max-width: 1050px;
  margin: 1.75rem auto;
  max-height: 550px;
}

.popup-subscribe {
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
  margin-top: 15px;
  margin-bottom: 15px;
}

.popup-subscribe .subscribe-wrapper {
  margin: 20px auto 20px;
  float: none;
}

.popup-banner .close {
  font-weight: 700;
  line-height: 1;
  color: #a4a4a4;
  text-shadow: none;
  opacity: 1;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  border: 3px solid #fff !important;
  background: #343b41;
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: 9999;
  cursor: pointer;
}

.modal-dialog {
  pointer-events: inherit;
}

.popup-banner .subscribe-wrapper button {
  border: none;
  border-radius: 0px;
  height: 50px;
}

.popup-banner .subscribe-wrapper input {
  border: none;
  border-radius: 0;
  height: 50px;
}

.popup-banner.style-two {
  background-image: url(../../media/images/banner/mod2.jpg);
  padding-right: 33%;
}

.popup-banner.style-two .subscribe-wrapper input {
  width: 100%;
  background: #f5f5f5;
  margin-bottom: 19px;
  height: 55px;
}

.popup-banner.style-two .subscribe-wrapper button {
  background: var(--color-secinsite);
  color: #fff;
  height: 55px;
  width: 250px;
}

.popup-banner.style-two .popup-subscribe .subscribe-wrapper {
  margin: 20px auto;
  float: none;
  width: 450px;
}

/* Color Checkbox */
.color-checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 35px 0;
}

.color-checkboxes h4 {
  margin-right: 10px;
  font-weight: 400;
  color:var(--color-fersinsite);
}

.color-checkboxes #col-Blue-label {
  background: #2196f3;
}

.color-checkboxes #col-Green-label {
  background: #8bc34a;
}

.color-checkboxes #col-Yellow-label {
  background: #fdd835;
}

.color-checkboxes #col-Orange-label {
  background: #ff9800;
}

.color-checkboxes #col-Red-label {
  background: #f44336;
}

.color-checkboxes #col-Black-label {
  background: #222222;
}

.color-checkbox {
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-radius: 16px;
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  -o-transition: transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  cursor: pointer;
}

.color-checkbox::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 5px;
  left: 5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  transition: opacity 0.1s;
  text-align: center;
  background: #fff;
  border-radius: 69px;
}

.color-checkbox__input:checked + .color-checkbox:after {
  opacity: 1;
}

.color-checkbox__input {
  visibility: hidden;
  width: 0;
  pointer-events: none;
  position: absolute;
}

.quickview .add-tocart-wrap a.add-to-cart {
  width: 210px;
}

/*--------------------------------------------------------------
  ##  Subscribe
  --------------------------------------------------------------*/
.subscribe-text h6 {
  font-family: var(--font-allinsite);
  font-weight: 700;
  color: var(--color-secinsite);
  text-transform: uppercase;
}

.subscribe-text h6 span {
  color: var(--color-fersinsite);
}

.subscribe-text p {
 color:var(--color-fersinsite);
  line-height: 28px;
}

.subscribe-wrapper button {
  width: 30%;
  border: 1px solid #a1a1a1;
  height: 50px;
  border-radius: 0px 5px 5px 0px;
  margin-left: -5px;
  background: #464646;
  color: #fff;
  border-left: none;
  cursor: pointer;
}

.subscribe-wrapper button:hover {
  color: var(--color-secinsite);
}

.subscribe-wrapper input {
  width: 70%;
  border: 1px solid #a1a1a1;
  border-radius: 5px 0px 0px 5px;
  height: 50px;
  border-right: none;
  position: relative;
  float: left;
  position: relative;
  padding-left: 20px;
}

.subscribe-wrapper {
  width: 660px;
  float: right;
  margin-top: 25px;
}

.subscribe-area {
  padding: 60px 0px;
  border: 1px dashed #cbcbcb;
  display: block;
  border-left: 0;
  border-right: 0;
}

#subscribe-wrapper input {
  background: #fff;
  margin-bottom: 0;
}
#subscribe-wrapper span {
  float: left;
  text-align: left;
  width: 75%;
}
#subscribe-wrapper input {
	background:#fff;
}
#subscribe-wrapper input[type="submit"] {
	color: var(--color-secinsite);
	width: 25%;
	padding: 0;
	float: right;
}
#subscribe-wrapper input[type="submit"]:hover {
	 color: var(--color-fersinsite);
}
#subscribe-wrapper span::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 16px;
  background: #eeeded;
  right: 14px;
  top: 50%;
  margin-top: -8px;
}

/* ------ Subscribe style two ----- */
.subscribe-area.style-two {
  border: 0px dashed #cbcbcb;
  background: #e7f6f7;
  -webkit-box-shadow: 1.236px 3.804px 8px 0px rgba(102, 101, 101, 0.09);
  box-shadow: 1.236px 3.804px 8px 0px rgba(102, 101, 101, 0.09);
  padding: 60px 0px;
}

.subscribe-area.style-two .subscribe-wrapper {
  margin-top: 0px;
}

.subscribe-area.style-two .subscribe-wrapper input {
  border: 0px solid #a1a1a1;
  border-radius: 0px;
  height: 50px;
}

.subscribe-area.style-two .subscribe-wrapper button {
  border: 0px solid #a1a1a1;
  height: 50px;
  border-radius: 0px;
  background: #fff;
  color: var(--color-secinsite);
  font-weight: 500;
  position: relative;
}

.subscribe-area.style-two .subscribe-wrapper button:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 16px;
  background: #eeeded;
  left: 14px;
  top: 50%;
  margin-top: -8px;
}

.subscribe-area.style-two .subscribe-text {
  margin-top: 13px;
}

.subscribe-area.style-two .subscribe-text h6 {
  color: #4d4d4d;
}

.subscribe-area.style-two .subscribe-wrapper button:hover {
  color: #4d4d4d;
}

.BG {
  background-color: white;
  opacity: 0.969;
  position: absolute;
  left: 829px;
  top: 144px;
  width: 785px;
  height: 338px;
  z-index: 501;
}

/*--------------------------------------------------------------
  ##  Instagram
  --------------------------------------------------------------*/
.instagram-area {
  width: 100%;
  overflow: hidden;
}

.sin-instagram {
  position: relative;
  overflow: hidden;
}

.sin-instagram:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1e1e1e;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sin-instagram .hover-text {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  z-index: 99999;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sin-instagram .hover-text img {
  width: 45px;
  height: 45px;
  margin: 0 auto;
}

.sin-instagram .hover-text span {
  color: #fff;
  font-family: var(--font-allinsite);
  font-weight: 700;
  display: block;
  text-transform: uppercase;
}

.sin-instagram:hover .hover-text {
  visibility: visible;
  opacity: 1;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.sin-instagram:hover:after {
  visibility: visible;
  opacity: .6;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.instagram-area-two .sin-instagram:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ebebeb;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.instagram-area-two .sin-instagram .hover-text span {
  color: var(--color-fersinsite);
  font-family: var(--font-allinsite);
  font-weight: 600;
  border: 2px solid #252525;
  padding: 10px 27px;
}

.instagram-area-two .sin-instagram:hover:after {
  visibility: visible;
  opacity: .6;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.instagram-area-two {
  width: 100%;
  overflow: hidden;
}

/*--------------------------------------------------------------
  ##  Footer
  --------------------------------------------------------------*/
.footer-widget-area {
  padding: 50px 0 0;
  background: #080606;
}

.footer-widget-area .footer-bottom p {
  color: #fff;
  text-align: center;
}

.footer-widget-area.style-two .footer-bottom p {
  color: var(--color-fersinsite);
}

.footer-widget .logo {
  padding: 5px 0 33px;
}

.footer-widget p {
  color: #dcdbdb;
  line-height: 28px;
  font-family: var(--font-allinsite);
  font-weight: 400;
  padding-right: 60px;
  padding-bottom: 10px;
}

.social ul li {
  display: inline-block;
  margin-right: 5px;
}

.social ul a {
  color: #fff;
}

.footer-menu ul li {
  margin-bottom: 14px;
  padding-bottom: 5px;
}

.footer-menu ul li a {
  color: #dbdbdb;
}

.footer-widget h3 {
  color: #fff;
  font-family: var(--font-allinsite);
  font-weight: 600;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.payment-link li {
  display: inline-block;
}

.footer-subscribe-wrapper input {
  width: 100%;
  border: 1px solid #ddd;
  height: 45px;
  margin-bottom: 15px;
  padding-left: 21px;
}

.footer-subscribe-wrapper button {
  width: 100%;
  border: 1px solid #ddd;
  height: 45px;
  background: #ece7e7;
  cursor: pointer;
}

.footer-menu ul li a:hover {
  color: var(--color-secinsite);
}

.footer-widget-area .footer-bottom p a {
  color: var(--color-secinsite);
}

/*--------------------------------------------------------------
  ##   Footer Style two start
  --------------------------------------------------------------*/
.footer-widget .time-table p {
  color: var(--color-fersinsite);
  font-family: var(--font-allinsite);
  font-weight: 600;
}

.footer-widget .time-table span {
  color: var(--color-fersinsite);
  font-family: var(--font-allinsite);
  font-weight: 400;
  padding-bottom: 8px;
  display: block;
  text-transform: uppercase;
}

.footer-widget h3 {
  color: var(--color-fersinsite);
}

.footer-widget .footer-menu ul li {
  border-bottom: none;
  margin-bottom: 10px;
  padding-bottom: 0px;
}

.footer-widget .footer-menu ul li a {
  color: var(--color-fersinsite);
}

.footer-widget p {
  color: var(--color-fersinsite);
}

.footer-widget-area.style-two {
  background: var(--bg-inputbread);
  padding-bottom: 0px;
}
.footer-widget-are ul li{
	margin-bottom:5px;
}
.footer-widget-area ul li,.footer-widget-area ul li a,.footer-widget-area p,.footer-widget-area p a,
.footer-widget-area span, .footer-widget-area h3,.footer-widget-area .footer-menu,.footer-widget-area div{
	color: #fff !important;
}
.footer-widget-area.style-two ul li,.footer-widget-area.style-two ul li a,.footer-widget-area.style-two p,.footer-widget-area.style-two p a,
.footer-widget-area.style-two span, .footer-widget-area.style-two h3,.footer-widget-area.style-two div{
	color: var(--color-fersinsite) !important;
}
.footer-widget-area .gallery-item img {
  border: 4px solid #fff !important;
  width: 90% !important;
  height: 100% !important;
}
.footer-widget-area .row{
	justify-content: center !important;
}
.footer-widget-area ul li a:hover,.footer-widget-area div a  {
  color: var(--color-secinsite) !important;
}
.footer-instagram ul li {
  display: inline-block;
  margin: 5px;
  width: 29%;
  border: 5px solid #fff;
}

.footer-bottom {
  border-top: 1px solid #c6c5c5;
  padding: 15px 0;
  margin-top: 30px;
}

.footer-bottom p {
  color: var(--color-fersinsite);
}

.footer-payment-icon ul {
  float: right;
}

.footer-payment-icon ul li {
  margin-left: 10px;
  display: inline-block;
}

.footer-widget.style-two .footer-menu ul li a:hover {
  color: var(--color-secinsite);
}

/*--------------------------------------------------------------
  ##   Backtotop
  --------------------------------------------------------------*/
.backtotop {
  position: fixed;
  bottom: 25px;
  right: 25px;
  border: 2px solid #fff;
  cursor: pointer;
  border-radius: 50%;
  z-index: 9999;
  -webkit-box-shadow: -4px 1px 7px 0px rgba(84, 84, 84, 0.35);
  box-shadow: -1px 1px 5px 0px rgba(84, 84, 84, 0.35);
}

.backtotop i {
  height: 42px;
  width: 42px;
  line-height: 42px;
  font-size: 20px;
  background: #fff;
  margin: 2px;
  color: var(--color-secinsite);
  text-align: center;
  border-radius: 50%;
}

.footer-widget-area .footer-bottom p span {
  color: var(--color-secinsite);
}

/*--------------------------------------------------------------
  ##  Responsive
  --------------------------------------------------------------*/
@media (min-width: 1200px) and (max-width: 1500px) {
  /*  Index one  */
  .mainmenu ul li a {
    padding: 25px 14px;
  }
  .mainmenu li.has-child::before {
    right: 0;
  }
  .custom-select {
  }
  .header-right-one ul li {
    padding: 0 6px;
  }
  .sin-banner-con {
    padding-top: 10px;
  }
  .sin-banner-con {
    width: 72%;
  }
  .sin-banner .sin-banner-con.style-two {
    padding-top: 56px;
    width: 72%;
  }
  .sin-feature .inner-sin-feature {
    top: 56%;
    padding-left: 22px;
  }
  .slider-wrapper .owl-theme .owl-nav + .owl-dots {
    right: 40px;
  }
  .slider-text h1 {
  }
  .slider-text.style-two h1 {
    padding-bottom: 10px;
  }
  .slider-text p {
  }
  .slider-text.style-two h1 {
    font-family: var(--font-allinsite);
    font-weight: 700;
  }
  .color-widget ul li {
    width: 45px;
    height: 45px;
  }
  .sin-product h5.pro-title a {
  }
  .list-pro-det span {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .list-pro-det p {
    line-height: 26px;
    margin-bottom: 5px;
  }
  .list-pro-det a.btn-two {
    padding: 9px 36px;
  }
  .list-pro-det .color-variation {
    margin: 9px 0px 5px;
  }
  .list-pro-det a.btn-two::before, .list-pro-det a.btn-two::after {
    height: 52px;
  }
  .product-details {
    padding-left: 0px;
  }
  .product-details .color-variation {
    padding: 15px 0px;
  }
  .product-details .price {
    padding: 10px 0px 10px;
  }
  .product-details p {
    padding: 25px 0px 10px;
  }
  .woocommerce-tabs {
    padding-top: 40px;
  }
  .shop-area {
    padding: 50px 0 80px;
  }
  .pro-icon ul li {
    margin: 0 25px;
  }
  .section-heading p {
    padding: 0 20%;
  }
  .mainmenu .mega-button a {
    padding: 3px 15px;
  }
  .five-col .mega-product {
    padding: 0 15px;
  }
  .mega-product .sin-product h5.pro-title a {
  }
  .mega-product .sin-product span {
    margin-top: 3px;
  }
  .shop-four-grid .sin-product .color-variation {
    float: none;
  }
  .shop-four-grid .sin-product .pro-icon ul li {
    margin: 0 5px;
  }
  .mainmenu li.has-child > a::before {
    right: 0;
  }
  .sin-product.style-two .mid-wrapper span {
    text-align: center;
  }
  .sin-product.style-two .pro-title a {
    text-align: center;
  }
  .sin-product.style-two .pro-title {
    text-align: center;
    width: 100%;
  }
  .color-variation {
    float: none;
    text-align: center;
  }
  .sin-product.style-one h5.pro-title {
    width: 100%;
    text-align: center;
  }
  .sin-product.style-one span {
    float: none;
  }
  .shop-sidebar.left-side {
    padding-right: 0;
  }
  .padding-top-120 {
    padding-top: 80px;
  }
  .main-product {
    padding: 65px 0 25px;
  }
  .banner-product {
    padding: 70px 0 40px;
  }
  .small-pro-details .title {

  }
  .product-small {
    padding: 75px 0 50px;
  }
  a.btn-two {
    padding: 8px 27px;
  }
  a.btn-two::before, a.btn-two::after {
    height: 56px;
  }
  .sin-feature .inner-sin-feature {
    top: 50%;
    padding-left: 6px;
  }
  .padding-top-90 {
    padding-top: 50px;
  }
  .sin-product.style-two.small .pro-icon ul li {
    margin: 0 12px;
  }
  .footer-widget-area {
    padding: 80px 0 0;
  }
  .padding-120 {
    padding: 80px 0 !important;
  }
  .load-more-wrapper {
    padding-top: 25px;
  }
  .sidebar-widget.sidebar-search {
    padding-bottom: 30px;
  }
  .shop-sorting-area.row {
    margin-bottom: 30px;
  }
  .main-product.padding-120 {
    padding-bottom: 20px !important;
  }
  .add-tocart-wrap a.add-to-cart {
    width: 235px;
  }
  .subscribe-wrapper {
    width: 530px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .mainmenu > ul {
    padding: 0px 0px;
    border-top: 1px solid #ddd;
  }
  .logo {
    padding: 20px;
  }
  .header-right-one {
    padding-top: 22px;
  }
  .sin-banner-con {
    padding-top: 35px;
  }
  .sin-banner-con {
    width: 72%;
  }
  .sin-banner-con.style-two {
    padding-top: 56px;
    width: 72%;
  }
  .sin-banner-con p {
    margin-top: 24px;
    margin-bottom: 0px;
  }
  .sin-banner-con span {
    line-height: 21px;
  }
  .sin-banner-con-right {
    top: 100px;
  }
  .subscribe-text p {
    line-height: 24px;
  }
  .subscribe-text h6 {
  }
  .subscribe-wrapper {
    width: 533px;
    margin-top: 27px;
  }
  .subscribe-wrapper button {
    height: 55px;
  }
  .subscribe-wrapper input {
    height: 55px;
  }
  .footer-widget h3 {
  }
  .footer-widget p {
    padding-right: 20px;
  }
  .footer-menu ul li {
    margin-bottom: 5px;
  }
  .payment-link li {
    width: 23%;
  }
  .instagram-area {
    padding: 5px 0 5px;
  }
  .slider-wrapper .owl-theme .owl-nav + .owl-dots {
    right: 40px;
  }
  .search-input {
    top: 47px;
  }
  /*  Header area two */
  .mainmenu.style-two {
    float: none;
  }
  .header-right-menu {
    padding: 24px 0px 18px;
  }
  .pb-info::after {
    width: 220px;
  }
  .pb-info {
    width: 200px;
    bottom: 30px;
  }
  .pro-icon ul li {
    margin: 0 12px;
  }
  .slider-text h1 {
  }
  .slider-text p {
  }
  .header-area.style-three::after {
    height: 175px;
  }
  /*  Home page three */
  .sin-category .cat-name a p {
    line-height: 20px;
  }
  .sin-category .cat-name a {
    padding: 6px 17px;
  }
  .sin-category .cat-name {
    margin-top: -40px;
  }
  .sin-product.style-three .pro-icon::after {
    width: 64%;
  }
  .single-testimonial .tes-img {
    width: 80px;
    height: 80px;
    border: 3px solid #fff;
  }
  .single-testimonial .tes-content p {
    line-height: 24px;
  }
  .main-product .grid-three .grid-item:first-child {
    margin-top: 250px;
  }
  .main-product .grid-three .grid-item {
    margin-top: 100px;
  }
  .footer-bottom p {
  }
  .footer-payment-icon ul li {
    margin-left: 2px;
    width: 11%;
    float: left;
  }
  .footer-bottom {
    padding: 18px 0 14px;
    margin-top: 45px;
  }
  .footer-widget-area.style-two .footer-bottom {
    padding: 29px 0 14px;
  }
  .footer-bottom p {
    margin-top: 5px;
  }
  .instagram-area-two .sin-instagram .hover-text span {
    padding: 8px 20px;
  }
  /*  Shop page  */
  .wid-pro .sp-img {
    width: 75px;
    margin-top: 5px;
  }
  .list-pro-det span {
    margin-top: 0px;
    margin-bottom: 4px;
  }
  .list-pro-det p {
    line-height: 26px;
    margin-bottom: 23px;
  }
  .list-pro-det span {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .list-pro-det .rating a {
  }
  .list-pro-det p {
    line-height: 26px;
    margin-bottom: 5px;
  }
  .list-pro-det a.btn-two {
    padding: 9px 36px;
  }
  .list-pro-det .color-variation {
    margin: 9px 0px 5px;
  }
  .list-pro-det a.btn-two::before, .list-pro-det a.btn-two::after {
    height: 52px;
  }
  /*  Product  page  */
  .product-details {
    padding-left: 0px;
  }
  .product-details .color-variation {
    padding: 15px 0px;
  }
  .product-details .price {
    padding: 10px 0px 10px;
  }
  .product-details p {
    padding: 25px 0px 10px;
  }
  .woocommerce-tabs {
    padding-top: 40px;
  }
  .shop-area {
    padding: 50px 0px 80px;
  }
  .add-tocart-wrap a.add-to-cart {
    height: 45px;
    width: 169px;
    float: right;
    margin-right: 5px;
    padding: 8px;
  }
  .qtybutton {
    height: 45px;
  }
  .cart-plus-minus {
    height: 45px;
  }
  .cart-plus-minus-button {
    margin-right: 18px;
  }
  .section-heading p {
    padding: 0 15%;
    padding-bottom: 10px;
  }
  .sidebar-search input {
    width: 80%;
  }
  .sidebar-search button {
    width: 20%;
  }
  .mainmenu li:hover .mega-menu {
    top: 100%;
  }
  .mainmenu li:hover .sub-menu {
    top: 100%;
  }
  .modal.popup-1 .modal-dialog, .modal.popup-2 .modal-dialog {
    max-width: 850px;
  }
  .modal.popup-1, .modal.popup-2 {
    top: 185px;
  }
  .five-col .mega-product {
    padding: 0 10px;
  }
  .mega-product .sin-product h5.pro-title a {
  }
  .mega-product .sin-product span {
    float: left;
  }
  .mainmenu .mega-button a {
  }
  .mainmenu .mega-button a::before {
    top: 7px;
  }
  .quickview-wrapper {
    width: 900px;
    height: 400px;
    overflow: scroll;
  }
  .slider-1 {
    padding-top: 125px;
  }
  .slider-2 {
    padding-top: 180px;
  }
  .slider-text.style-two h1 {
    padding-bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sin-banner-con h4 {
    line-height: 20px;
  }
  .sin-banner-con h4 {
  }
  .sin-banner-con {
    padding-top: 5px;
    width: 60%;
  }
  .sin-banner-con h4 span {
  }
  .sin-banner-con .banner-top::after {
    left: 0;
    width: 100%;
    margin-left: 0;
  }
  .sin-banner-con span {
    line-height: 20px;
  }
  .sin-banner-con h3 {
  }
  .sin-banner-con p {
    margin-top: 0px;
  }
  .sin-banner .sin-banner-con.style-two {
    padding-top: 22px;
    width: 65%;
    padding: 20px 5px;
  }
  .sin-banner .sin-banner-con.style-two h4 a {
 margin-bottom: 10px;
  }
  .sin-banner .sin-banner-con.style-two span {

  }
  .sin-banner.borders {
    border: 2px solid #233e47;
  }
  .sin-banner.borders:hover {
    border: 2px solid var(--color-secinsite);
  }
  .sin-banner-con-right p {
    font-weight: 400;
  }
  .sin-banner-con-right {
    padding: 4px 29px;
    top: 36%;
    margin-right: -63px;
  }
  .section-heading p {
    padding: 0 5%;
  }
  .instagram-area {
    padding: 5px 0 5px;
  }
  .footer-widget {
    margin-bottom: 40px;
  }
  .footer-widget-area {
    padding: 65px 0 20px;
  }
  .footer-widget-area.style-two .footer-bottom p {
    text-align: center;
  }
  .subscribe-text {
    text-align: center;
    padding: 0 100px;
  }
  .subscribe-wrapper {
    width: 660px;
    float: none;
    margin: 30px auto 0;
  }
  .pro-tab-filter .pro-tab-button li {
    margin: 0 14px;
  }
  .mainmenu {
    display: none;
  }
  #header {
    display: none;
  }
  .slider-text h1 {
    margin: 6px 0px;
  }
  .slider-text p {
  }
  a.btn-two::after, a.btn-two::before {
    height: 66px;
  }
  a.btn-two {
    padding: 7px 26px;
  }
  .slider-wrapper .owl-theme .owl-nav + .owl-dots {
    top: 37%;
    right: 70px;
  }
  .slider-text p {
    display: none !important;
  }
  .slider-text.style-two h1 {
    padding-bottom: 0;
  }
  .main-product .grid-three .grid-item {
    padding: 0 20px;
  }
  .main-product .grid-three .grid-item {
    margin-top: 30px;
  }
  .main-product .grid-three .grid-item:first-child {
    margin-top: 100px;
  }
  .padding-120 {
    padding: 80px 0 !important;
  }
  .main-product {
    padding: 70px 0 20px;
  }
  .banner-product {
    padding: 70px 0 35px;
  }
  .product-small {
    padding: 70px 0 45px;
  }
  .prod-banner-two {
    margin-bottom: 30px;
  }
  .padding-top-90 {
    padding-top: 50px;
  }
  .padding-150 {
    padding: 80px 0;
  }
  .feature-area {
    padding: 80px 0;
  }
  .pb-30 {
    padding-bottom: 20px;
  }
  .footer-bottom {
    margin-top: 30px;
  }
  .subscribe-area.style-two .subscribe-text {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .subscribe-text {
    padding: 0 50px;
  }
  .category-area.padding-120 {
    padding-bottom: 50px !important;
  }
  .sin-product.style-three .pro-icon::after {
    width: 65%;
  }
  .list-pro-det span {
    margin-top: 0px;
    margin-bottom: 4px;
  }
  .list-pro-det p {
    line-height: 26px;
    margin-bottom: 23px;
  }
  .list-pro-det span {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .list-pro-det .rating a {

  }
  .list-pro-det p {
    line-height: 26px;
    margin-bottom: 5px;
  }
  .list-pro-det a.btn-two {
    padding: 9px 36px;
  }
  .list-pro-det .color-variation {
    margin: 9px 0px 5px;
  }
  .list-pro-det a.btn-two::before, .list-pro-det a.btn-two::after {
    height: 52px;
  }
  /*  Shop page  */
  .shop-area {
    padding: 50px 0px 0px;
  }
  .woocommerce-tabs > ul .nav-item {
    margin-right: 0px;
  }
  .product-details {
    padding-left: 15px;
    padding-top: 30px;
  }
  .product-details .color-variation {
    padding: 15px 0px;
  }
  .product-details .price {
    padding: 10px 0px 10px;
  }
  .product-details p {
    padding: 25px 0px 10px;
  }
  .woocommerce-tabs > ul .nav-item a {
  }
  .shop-area .wid-pro .sp-img {
    width: 70px;
  }
  .gmap3-area {
    height: 400px;
  }
  .contact-info {
    padding-top: 90px;
  }
  .quickview-wrapper {
    width: 93%;
    height: 510px;
    overflow: scroll;
  }
  .quickview .add-tocart-wrap a.add-to-cart {
    height: 45px;
    width: 169px;
    float: right;
    margin-right: 5px;
    padding: 8px;
  }
  .quickview .qtybutton {
    height: 45px;
    width: 40px;
  }
  .quickview .cart-plus-minus {
    height: 45px;
    width: 40px;
  }
  .quickview .cart-plus-minus-button {
    margin-right: 0px;
  }
  .quickview .cart-plus-minus-button {
    width: 120px;
  }
  .quickview .product-details .pro-title a {

  }
  .quickview .product-details {
    padding-left: 0px;
    padding-top: 5px;
  }
  .modal.popup-1 .modal-dialog, .modal.popup-2 .modal-dialog {
    max-width: 700px;
  }
  .modal.popup-1, .modal.popup-2 {
    /* top: 185px; */
  }
  .pb-info {
    bottom: 13px;
    left: 0;
    width: 190px;
    height: 126px;
  }
  .pb-info::after {
    width: 110%;
    height: 116%;
  }
  .padding-top-120 {
    padding-top: 80px;
  }
  .load-more-wrapper {
    padding-bottom: 50px;
  }
  .main-product.bg-one::before {
    height: 230px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  #header {
    display: none;
  }
  .footer-widget {
    margin-bottom: 40px;
  }
  .footer-widget-area {
    padding: 50px 0 0;
  }
  .sin-banner {
    border: 2px solid #233e47;
    margin-bottom: 30px;
  }
  .sin-banner:hover {
    border-color: var(--color-secinsite);
  }
  .pro-tab-filter .pro-tab-button li {

    margin: 0 9px;
  }
  .sin-feature .inner-sin-feature {
    top: 50%;
    padding: 0px 10px;
  }
  .section-heading p {
    padding: 0 5%;
  }
  .small-pro-details .title {

  }
  .subscribe-text {
    text-align: center;
    margin-bottom: 30px;
  }
  .subscribe-wrapper {
    width: 490px;
    float: none;
    margin: 0 auto;
  }
  .instagram-area {
    padding: 25px 0 6px;
  }
  .pro-icon ul li {
    margin: 0 22px;
  }
  .sin-feature .f-content h6 {

  }
  .sin-feature .icon {
    width: 25%;
  }
  .sin-feature .f-content {
    width: 75%;
  }
  .sin-feature {
    height: 147px;
  }
  .sin-feature .inner-sin-feature {
    top: 57%;
  }
  .slider-text h1 {
    margin: 5px 0;
    line-height: 40px;
  }
  .slider-text h4 {
  }
  .slider-text p {
    display: none !important;
  }
  .slider-text.style-two h1 {
    padding-bottom: 0;
  }
  .slider-wrapper {
    padding-top: 54px;
  }
  a.btn-two {
    padding: 6px 24px;
  }
  a.btn-two::before,a.btn-two::after {
    display:none;
  }
  .slider-wrapper .owl-theme .owl-nav + .owl-dots {
    top: 34%;
    right: 70px;
  }
  .slider-text.pr-rem {
    padding-right: 0;
    text-align: right;
    padding-left: 50px;
  }
  .shop-four-grid .sin-product {
    margin-bottom: 50px;
  }
  .padding-50 {
    padding: 30px 0;
  }
  .feature-area {
    padding: 30px 0;
  }
  .padding-120 {
    padding: 50px 0 !important;
  }
  .padding-top-90 {
    padding-top: 0;
  }
  .pb-30 {
    padding-bottom: 0px;
  }
  .category-area.padding-120 {
    padding-bottom: 0px;
  }
  .main-product .grid-three .grid-item:first-child {
    margin-top: 50px;
  }
  .main-product .grid-three .grid-item {
    margin-top: 100px;
  }
  .sidebar-search button {
    width: 10%;
  }
  .sidebar-search input {
    width: 90%;
  }
  .sin-product.list-pro {
    width: 65%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .list-pro .list-pro-det {
    margin-top: 40px;
  }
  .breadcrumb-area {
    padding: 20px 0px 10px;
  }
  .shop-area {
    padding: 50px 0px 0px;
  }
  .shop-sorting-area.row {
    margin-bottom: 50px;
  }
  /*  Shop page  */
  .shop-area {
    padding: 50px 0px 0px;
  }
  .woocommerce-tabs > ul .nav-item {
    margin-right: 0px;
  }
  .product-details {
    padding-left: 15px;
    padding-top: 30px;
  }
  .product-details .color-variation {
    padding: 15px 0px;
  }
  .product-details .price {
    padding: 10px 0px 10px;
  }
  .product-details p {
    padding: 25px 0px 10px;
  }
  .footer-widget-area.style-two .footer-bottom p {
    text-align: center;
  }
  .woocommerce-tabs > ul .nav-item a {
  }
  .cart-table .tables tbody tr td:nth-child(3) {
    width: 63px;
  }
  .cart-table .tables tbody tr td:nth-child(2) {
    width: 50px;
  }
  .cart-table .tables tbody tr td:nth-child(3) {
    width: 200px;
  }
  .cart-table .tables tbody tr td .product-title a {
  }
  .cart-btn-section .coupon-code {
    margin-bottom: 15px;
  }
  .footer-bottom {
    margin-top: 25px;
    padding: 40px 0 35px;
  }
  .gmap3-area {
    height: 300px;
  }
  .contact-info {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .modal.quickview-wrapper {
    width: 500px;
    height: 400px;
    overflow: scroll;
  }
  .modal.popup-1 .modal-dialog, .modal.popup-2 .modal-dialog {
    max-width: 500px;
    max-height: 300px;
  }
  .popup-banner p {
    padding: 0;
  }
  .popup-1 .popup-banner {
    height: 400px;
  }
  .modal .subscribe-wrapper input {
    height: 50px;
  }
  .modal .subscribe-wrapper button {
    height: 50px;
  }
  .popup-banner.style-two {
    padding-right: 0;
  }
  .pb-info {
    width: 220px;
    bottom: 15px;
  }
  .pb-info {
    left: 0px;
  }
  .pb-info::after {
    width: 240px;
    border: 3px solid #4f4f50;
  }
  .prod-banner-two {
    margin-top: 25px;
  }
  .banner-product .prod-banner-two {
    margin-bottom: 30px;
  }
  .view-all {
    top: 105px;
    left: 85px;
  }
  .padding-top-120 {
    padding-top: 50px;
  }
  .slider-text {
    padding-right: 0px;
    text-align: center;
  }
  .main-product {
    padding: 40px 0 50px;
  }
  .banner-product {
    padding: 40px 0 0px;
  }
  .product-small {
    padding: 40px 0 0;
  }
  .load-more-wrapper {
    padding: 50px 0;
  }
  .blog-wrapper {
    padding: 45px 0 0;
  }
  .footer-payment-icon {
    margin-bottom: 15px;
  }
  .sin-product span {
    float: none;
  }
  .sin-product h5.pro-title {
    float: none;
  }
  .sin-product h5.pro-title a {
    width: 100%;
  }
  .sin-product.style-two .mid-wrapper span {
    text-align: center;
  }
  .color-variation {
    float: none;
  }
  .sin-product.style-two .pro-title a {
    text-align: center;
  }
}
@media (max-width: 996px) {
	.single-testimonial .tes-img {
	  float: none;
	  width: 100px;
	  height: 100px;
	  border: 3px solid #fff;
	  margin: 0 auto;
	}
	.slider-text a.btn-two::before,.slider-text a.btn-two::after {
	  height: 38px;
	}
}
@media (max-width: 575px) {
  .blog-wrapper {
    padding: 45px 0 0;
  }
  .main-product {
    padding: 40px 0 50px;
  }
  .banner-product {
    padding: 40px 0 20px;
  }
  .product-small {
    padding: 40px 0 0;
  }
  .footer-widget {
    margin-bottom: 40px;
  }
  .footer-widget-area {
    padding: 65px 0 0;
  }
  .footer-widget-area.style-two .footer-bottom p {
    text-align: center;
  }
  .slider-text h1 {
    margin: 5px 0;
    line-height: 40px;
  }
  .slider-text h4 {
  }
  .slider-text p {
    display: none !important;
  }
  a.btn-two {
    padding: 6px 24px;
  }
  a.btn-two::before {
    width: 20px;
    height: 41px;
    top: -4px;
    left: -4px;
  }
  a.btn-two::after {
    width: 20px;
    height: 41px;
    top: -4px;
    right: -4px;
  }
  .slider-wrapper .owl-theme .owl-nav + .owl-dots {
    top: 13%;
    right: 70px;
  }
  .slider-img {
    padding-top: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  .slider-wrapper .owl-theme .owl-nav + .owl-dots {
    right: 16px;
  }
  .section-heading p {
    padding: 0 2%;
  }
  .subscribe-wrapper {
    width: 100%;
    float: none;
    margin: 13px auto 0;
    padding-bottom: 8px;
  }
  .subscribe-wrapper input {
    width: 60%;
    height: 45px;
  }
  .subscribe-wrapper button {
    width: 40%;
    border: 1px solid #a1a1a1;
    height: 45px;
  }
  .subscribe-text p {
    line-height: 24px;
  }
  .subscribe-text h6 {
  }
  .pro-tab-filter .pro-tab-button li {
    margin: 0 13px 13px;
  }
  .sin-feature {
    height: 150px;
    text-align: center;
  }
  .sin-feature .inner-sin-feature {
    padding-left: 10px;
  }
  a.btn-one {
    padding: 11px 30px;
  }
  .footer-menu ul li {
    margin-bottom: 5px;
  }
  .subscribe-text {
    text-align: center;
  }
  .section-heading h3 {
  }
  .section-heading h3::after {
    top: 30px;
  }
  .small-pro-details span {
    line-height: 22px;
  }
  .instagram-area {
    padding: 0;
  }
  .sin-banner {
    margin-bottom: 15px;
    border: 5px solid #233e47;
  }
  .sin-banner .sin-banner-con.style-two {
    padding-top: 23%;
    width: 55%;
  }
  .sin-banner-con h3 {
    line-height: 30px;
  }
  .sin-banner-con .banner-top {
    margin-bottom: 0px;
  }
  .sin-banner-con .banner-top::after {
    display: none;
  }
  .sin-banner-con p {
    margin-top: 0;
  }
  .sin-banner-con {
    width: 60%;
  }
  .sin-banner-con h4 {

  }
  .sin-banner-con h4 {
    line-height: 27px;
  }
  .sin-banner-con h4 span {
  }
  .sin-banner-con-right {
    top: 98px;
  }
  .sin-product {
    margin-bottom: 30px;
    min-height: 270px !important;
  }
  .padding-50 {
    padding: 30px 0;
  }
  .feature-area {
    padding: 30px 0;
  }
  .padding-120 {
    padding: 30px 0 !important;
  }
  .category-area.padding-120 {
    padding: 30px 0 0 !important;
  }
  .padding-top-90 {
    padding-top: 30px;
  }
  .pb-30 {
    padding-bottom: 0px;
  }
  .sin-product-s .sp-img {
    width: 25%;
  }
  .small-pro-details {
    width: 75%;
    float: none;
  }
  .single-testimonial {
    padding: 20px;
  }
  .single-testimonial .tes-img {
    float: none;
    width: 100px;
    height: 100px;
    border: 3px solid #fff;
    margin: 0 auto;
  }
  .single-testimonial .tes-content {
    padding-left: 0px;
    padding-top: 30px;
  }
  .testimonial-carousel.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px;
  }
  .footer-bottom {
    margin-top: 5px;
  }
  .main-product .grid-three .grid-item {
    padding: 0;
  }
  .sin-product.style-three .pro-icon::after {
    width: 77%;
  }
  .main-product .grid-three .grid-item:first-child {
    margin-top: 100px;
  }
  .main-product .grid-three .grid-item {
    margin-top: 100px;
  }
  .sin-product.style-three .mid-wrapper span {
    text-align: center;
  }
  .pro-icon ul li {
    margin: 0 12px;
  }
  .section-heading h3 {

  }
  .sin-product.style-three .color-variation {
    float: left;
  }
  .load-more-wrapper {
    padding: 50px 0;
  }
  .sin-product.style-three {
    margin-bottom: 0;
  }
  .footer-payment-icon ul li {
    margin-left: 5px;
  }
  .woocommerce-tabs .nav-tabs .nav-item a:hover::after, .woocommerce-tabs .nav-tabs .nav-item a.active::after {
    display: none;
  }
  .woocommerce-tabs > ul {
    border-bottom: none;
  }
  .banner-wid {
    margin-bottom: 50px;
  }
  /*  Sidebar area */
  .sidebar-widget.advertise-img {
    padding-bottom: 0;
  }
  .shop-area {
    padding: 50px 0px 0px;
  }
  .shop-sorting-area.row {
    margin-bottom: 50px;
  }
  .shop-sorting-area .nav-tabs {
    display: none;
  }
  .footer-instagram ul li {
    width: 23%;
  }
  /*  Shop page  */
  .shop-area {
    padding: 50px 0px 0px;
  }
  .shop-area.style-two {
    padding: 50px 0px 50px;
  }
  .woocommerce-tabs > ul .nav-item {
    margin-right: 0px;
  }
  .product-details {
    padding-left: 15px;
    padding-top: 30px;
  }
  .product-details .color-variation {
    padding: 15px 0px;
  }
  .product-details .price {
    padding: 0px 0px 10px;

  }
  .product-details p {

    padding: 25px 0px 10px;
  }
  .woocommerce-tabs > ul .nav-item a {
  }
  .product-details .pro-title a {

  }
  .add-tocart-wrap a.add-to-cart {
    height: 45px;
    width: 152px;

    float: right;
    margin-right: 5px;
    padding: 8px;
  }
  .qtybutton {
    height: 45px;
    width: 32px;
  }
  .cart-plus-minus {
    height: 45px;
    width: 36px;
  }
  .cart-plus-minus-button {
    margin-right: 18px;
    width: 100px;
  }
  .raing-form input {
    width: 100%;
  }
  .raing-form textarea {
    width: 100%;
  }
  .cart-btn-section .coupon-code {
    margin: 15px 0px;
  }
  .cart-btn-right a {
    margin-top: 15px;
    text-align: center;
    float: none;
  }
  .cart-btn-left a {
    margin-right: 0px;
  }
  .note textarea {
    width: 100%;
  }
  .cart-subtotal a {
    height: auto;
  }
  .cart-btn-section {
    text-align: center;
  }
  .contact-info {
    padding: 50px 15px;
  }
  .gmap3-area {
    height: 300px;
  }
  .single-store a {
    margin-top: 10px;
  }
  .quickview-wrapper {
    width: 310px;
    height: auto;
    overflow: scroll;
  }
  .quickview .add-tocart-wrap a.add-to-cart {
    float: left;
    margin-top: 15px;
  }
  .modal.quickview-wrapper {
    width: 290px;
    height: 400px;
    overflow: scroll;
  }
  .modal.popup-1 .modal-dialog, .modal.popup-2 .modal-dialog {
    max-width: 280px;
    max-height: 300px;
  }
  .popup-banner p {
    display: none;
  }
  .popup-1 .popup-banner, .popup-2 .popup-banner {
    height: 300px;
  }
  .modal .subscribe-wrapper input {
    height: 50px;
  }
  .modal .subscribe-wrapper button {
    height: 50px;
  }
  .popup-banner.style-two {
    padding-top: 50px;
    padding-right: 0;
  }
  .popup-banner.style-two .popup-subscribe .subscribe-wrapper {
    width: 235px;
  }
  .popup-banner.style-two .subscribe-wrapper input {
    height: 40px;
  }
  .popup-banner.style-two .subscribe-wrapper button {
    height: 40px;
    width: 100%;
  }
  .popup-banner.style-two h3 {
  }
  .pb-info {
    width: 250px;
    bottom: 25px;
  }
  .pb-info::after {
    width: 270px;
  }
  .pro-tab-filter.style-two .pro-tab-button {
    text-align: center;
    padding: 10px 0;
  }
  .padding-150 {
    padding: 50px 0;
  }
  .product-social ul li {
    width: 28px;
  }
  .next-prev-btn {
    margin-top: 0px;
  }
  .children-comment {
    padding-left: 20px;
  }
  .slider-text p,.slider-text ul li {
    display: none !important;
  }
  .slider-text h1 {
    display: none !important;
  }
  .sin-category .cat-name {
    margin-top: -40px;
  }
  .sin-category .cat-name a h5 {
    line-height: 21px;
  }
  .slider-text.style-two h1 {
    padding-bottom: 0px;
    display: block !important;
    line-height: 4px;
    margin-top: 16px;
  }
  .sin-category .cat-name {
    margin-top: -28px;
  }
  .sin-category .cat-name a {
    padding: 11px 25px;
  }
  .sin-category .cat-name a p {
    line-height: 20px;
  }
  .section-heading h3::after {
    margin-left: -65px;
    width: 130px;
  }
  .padding-top-120 {
    padding-top: 30px;
  }
  .slider-text h4 {

  }
  .slider-text a.btn-two::before, .slider-text a.btn-two::after {
    display: none;
  }
  .login-now span {
    width: 100%;
    display: block;

    margin-bottom: 10px;
  }
  .cart-table .tables tbody tr td a {
    color: #525353;
  }
  .cart-table .tables tbody tr td .product-title a {

  }
  .info-wrap .sin-aditional-info .first {
    width: 100%;
  }
  .info-wrap .sin-aditional-info .first {
    border-right: none;
    border-left: none;
  }
  .subscribe-area.style-two .subscribe-text h6 {
    margin-bottom: 30px;
  }
  .subscribe-area.style-two {
    padding: 60px 0px 80px;
  }
  .footer-payment-icon ul li {
    margin-bottom: 12px;
    width: 20%;
  }
  .cart-title > p a {

  }
  .cart-price > p {
     }
  .cart-sub-total > p {

    padding: 0px 10px 10px;
    margin-bottom: 0;
  }
  .cart-sub-total p span {

  }
  .cart-checkout {
    margin-left: 14px;
  }
  .main-product .sin-product h5.pro-title a {
    line-height: 18px;
    text-align: center;
  }
  .main-product .sin-product span {
    float: none;
    text-align: center;
  }
  .main-product .sin-product h5.pro-title {
    font-weight: 400;
    float: none;
    margin-bottom: 0;
  }
  .main-product .sin-product .pro-icon {
    display: none;
  }
  .main-product .sin-product .color-variation ul li {

  }
  /* .main-product .sin-product.style-two{
		min-height: 300px!important;
	} */
  .main-product .sin-product.style-two .mid-wrapper span {
    float: none;
  }
  .main-product .sin-product .color-variation {
    float: none;
  }
  .main-product .sin-product.style-two .add-to-cart {
    display: none;
  }
  .main-product .sin-product h5.pro-title {
    text-align: center;
    width: 100%;
  }
  .cart-checkout a {
    font-weight: 400;
  }
  .cart-share a {
    font-weight: 400;
  }
  .sin-product.style-two .new-tag {
    display: none;
  }
  .sin-product.style-two .pro-title a {
    width: 136px;
  }
  .backtotop {
    border: none;
  }
  .backtotop i {
    height: 31px;
    width: 31px;
    line-height: 31px;
  }
  .prod-banner-two {
    margin-bottom: 30px;
    margin-top: 0;
  }
  .main-product .pro-tab-filter .pro-tab-button {
    padding: 20px 0px 50px;
  }
  .contact-area {
    padding: 30px 0 40px;
  }
  /* Cart Page table */
  table, thead, tbody, th, td, tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  tr {
    border: 1px solid #ccc;
    border-bottom: 10px solid #efefef;
  }
  td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 10px 0px;
    padding-left: 0px;
    padding-left: 0;
    text-align: center;
  }
  td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    display: none;
  }
  .quantity input {
    width: 70px;
    padding-left: 12px;
  }
  /*
	Label the data
	*/
  td:nth-of-type(1):before {
    content: "Remove";
  }
  td:nth-of-type(2):before {
    content: "Product Image";
  }
  td:nth-of-type(3):before {
    content: "Product Name";
  }
  td:nth-of-type(4):before {
    content: "Quantity";
  }
  td:nth-of-type(5):before {
    content: "unit price";
  }
  td:nth-of-type(6):before {
    content: "Total";
  }
  .list-pro-det {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .sin-product.style-one h5.pro-title {
    width: 100%;
    text-align: center;
  }
  .sin-product.style-two .mid-wrapper p {
    text-align: center;
  }
  .sin-product.style-two .mid-wrapper p {
    font-weight: 400;
  }
  .sin-blog .title {
  }
  .sin-product.style-three .mid-wrapper p {
    text-align: center;
  }
  .main-product.bg-one::before {
    height: 220px;
  }
}

@media (max-width: 991px) {
  .accordion-wrapper {
    display: block;
  }
  .mobile-header {
    z-index: 998;
    width: 100%;
    left: 0;
    background: #fff;
    height: 55px;
  }
  .logo {
    padding-top: 13px;
    text-align: center;
  }
	.logo a img{
    max-height: 48px;
margin-top: -10px;
  }
  .top-cart {
    float: right;
    padding-top: 14px;
    padding-right: 7px;
  }
  .top-cart > a {
    color: var(--color-fersinsite);
  }
  .mobile-header {
    display: block;
    position: fixed;
  }
  .header-area ,header.style-four{
    display: none;
  }
  .footer-widget .logo {
    text-align: left;
  }
  .footer-payment-icon ul {
    float: none;
    margin-top: 20px;
  }
  .footer-payment-icon {
    text-align: center;
    margin-bottom: 10px;
  }
  .footer-bottom {
    text-align: center;
  }
  .home-version-3 {
    padding: 0px 15px 15px;
  }
  .sin-category {
    margin-bottom: 30px;
  }
  .breadcrumb-area {
    padding: 75px 0px 10px;
  }
  .slider-text.mob-align-left {
    text-align: left !important;
  }
}

@media (min-width: 480px) and (max-width: 575px) {
  .slider-text h4 {

  }
  .slider-text.style-two, .slider-text {
    text-align: right;
  }
  .slider-text {
    padding-right: 65px;
  }
  .slider-text.style-two h1 {
  }
}

@media (min-width: 320px) and (max-width: 479px) {
  .slider-text, .slider-text.style-two {
    text-align: right;
    padding-right: 20px;
  }
}
/*--------pagenumber wordpress and bootstrap4 style-----*/
.page-numbers{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 0;
	margin: 10px auto;
}
.page-numbers li a.page-numbers{
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: var(--color-secinsite);
  background-color: #fff;
  border: 1px solid #dee2e6;
    border-top-color: rgb(222, 226, 230);
    border-right-color: rgb(222, 226, 230);
    border-bottom-color: rgb(222, 226, 230);
    border-left-color: rgb(222, 226, 230);
}
.page-numbers li span.current{
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: var(--color-secinsite);
	background-color: #fff;
	border: 1px solid var(--color-secinsite);
	z-index: 1;
	color: #fff;
	background-color: var(--color-secinsite);
}
.page-numbers li.disabled a.page-numbers{
  color: var(--color-secinsite);
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.page-numbers li:first-child a.page-numbers {
  margin-left: 0;
}
/*-------------------------------------------------------------------------------
  1.WordPress WYSIWYG styles
-------------------------------------------------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

@media only screen and (max-width:480px){
 .single .alignright,.single .alignleft{
 float:none;
 }
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.textaligncenter{
	text-align:center;
}
.archive-heading {
  text-align: center;
}
.archive-heading h1 {
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 50px;
	position: relative;
	line-height: 26px;
}
.archive-heading h1::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	width: 250px;
	height: 30px;
	background-image: url(../../media/images/icon/line.png);
	background-repeat: no-repeat;
	background-position: center;
	top: 40px;
	margin-left: -125px;
}
.category-description{
	margin-bottom:30px;
}
.widget-post span.post-date{

	background: #edeef0;
	color: var(--color-fersinsite);
	overflow: hidden;
	display: inline-block;
	padding: 3px 8px;
	margin-top: 6px;
}
.blog-widget .widget-post li a {
  color: #525353;
  font-weight: 500;
  display: block;
  margin-top: 7px;
}
.blog-sidebar h4.widget-title {
  padding-bottom: 0px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0;
}
.blog-sidebar .blog-widget{
	margin-bottom:0;
	padding-bottom: 7px;
}
.blog-sidebar .blog-widget li a {
  position: relative;
  color: #7b7b7b;
  padding-left: 20px;
  text-transform: capitalize;
}
.blog-sidebar .product_list_widget li {
  width: 50%;
  float: right;
  overflow: hidden;
	margin-bottom:10px;
	text-align: center;
}
.blog-sidebar .product_list_widget li del{
	display:none;
}
.blog-sidebar .product_list_widget li img {
  width: 100%;
  height: auto;
  border: 1px solid #eee;
  border-radius: 3px;
}
.blog-sidebar .product_list_widget li bdi{
	text-decoration:underline;
}
.blog-sidebar .product_list_widget li .product-title{
  height: 56px;
  overflow: hidden;
  display: block;
}
.blog-sidebar #searchsubmit{
	display:none;
}
.blog-sidebar #s{
	border:0px solid;
	width:100%;
}
.blog-sidebar #searchform {
  border: 1px solid #cfcccc;
  border-radius: 3px;
  padding: 4px;
}
.logo-carousel .owl-item{
	display: block;
	text-align: center;
}
.logo-carousel .owl-item a{
	color:#3f3f3f;
}
.logo-carousel .owl-item a:hover {
	color: var(--color-secinsite);
}
nav.woocommerce-breadcrumb a{
	color: var(--color-fersinsite);
}
nav.woocommerce-breadcrumb a:hover,nav.woocommerce-breadcrumb{
	color: var(--color-secinsite);
}
#shopping-head-area .cart-img{
	width:100px;
	height:100px;
}
table.woocommerce-product-attributes.shop_attributes{
	border:1px solid #d6d4d3;
}
.woocommerce-product-attributes.shop_attributes {
	width:100%;
}
.woocommerce-product-attributes.shop_attributes tr:nth-child(2n){
	background: #fff;
}
.woocommerce-product-attributes.shop_attributes tr:nth-child(2n+1){
	background: #edebec;
}
.woocommerce-product-attributes.shop_attributes .woocommerce-product-attributes-item__label {
  width: 30%;
  float: right;
  border-right: 1px solid #d6d4d3;
  border-left: 1px solid #d6d4d3;
  padding: 10px 24px;
  color:var(--color-fersinsite);
}
.single-product .woocommerce-product-attributes.shop_attributes .woocommerce-product-attributes-item__label {
	 width: 100%;
}
.single-product .woocommerce table.shop_attributes td p {
  margin: 0;
  padding: 0;
}
@media(max-width:980px){
	.shop-sidebar{
		margin-top:30px;
	}
}
.woocommerce-product-attributes.shop_attributes .woocommerce-product-attributes-item__value {
  padding: 4px 24px;
  width: 70%;
  overflow: hidden;
}
.woocommerce-product-attributes.shop_attributes p {
  color:var(--color-fersinsite);
  line-height: 30px;
  margin-bottom: 0;
}
.comment_container img{
  float: right;
  margin-left: 12px;
  border-radius: 3px;
}
.commentlist li{
	list-style:none;
}
.stars a{
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 400;
}
.stars a::before {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f005";
  color: var(--color-secinsite);
  font-size: 14px;
}
.star-rating {
    display: inline-block;
    font-size: 16px;
	width:100px;
}

.star-rating span {
    display: inline-block;
    position: relative;
    color: #888;
    overflow: hidden;
}
.woocommerce-cart-form__cart-item.cart_item img{
	width:180px;
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(109, 109, 109, 0.11);
	box-shadow: 0px 0px 8px 0px rgba(109, 109, 109, 0.11);
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: 100% !important;;
}
.cart_totals h2{
	line-height:35px;
	font-size: 17px !important;
}
.woocommerce .quantity .qty {
  width: 8.6em !important;
  text-align: center;
}
.sin-product-s span{
	display:inline;
}
.sin-product-s span.date{
	display:block;
}
/*----woocommerce---------*/
.woocommerce-MyAccount-navigation{
	width:25%;
	float:right;
	border-radius:3px;
	background:#000;
	padding: 25px 0;
}
.woocommerce-MyAccount-navigation li a {
  color: #fff;
  display: block;
  margin: 15px 15px 15px 0px;
  line-height: 40px;
  padding-right: 30px;
}
.woocommerce-MyAccount-navigation li.is-active a{
	background:#fff;
	border-radius:0 15px 15px 0;
	color:#333;
}
.woocommerce-MyAccount-content{
	width:75%;
	float:left;
	padding: 1% 4%;
}
.woocommerce-MyAccount-content a{
	color: var(--color-secinsite);
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  float: right;
  width: 48%;
  max-width: 100%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  float: left;
  width: 48%;
  max-width: 100%;
}
.woocommerce form .form-row label {
  line-height: 2;
  width: 30%;
  min-width: 115px;
}
.woocommerce form .form-row .woocommerce-input-wrapper {
	width: 70%;
}
#billing_address_2_field{
	display:none;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid var(--bg-inputbread);
  border-radius: 4px;
  height: 47px !important;
  background: var(--bg-inputbread) !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--color-fersinsite);
  line-height: 47px !important;
}
@media(max-width:768px){
	.woocommerce-MyAccount-navigation,.woocommerce-MyAccount-content,
	.woocommerce form .form-row .woocommerce-input-wrapper,
	.woocommerce form .form-row label
	{
		width:100%;
	}
}
#customspace5879{
	height:85px;
}
#customspace5878{
	height:138px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: #fafafa !important;
  border-radius: 5px;
}
@media(max-width:991px){
	#customspace5878,#customspace5879{
		height:0px;
	}
}
.shop-sidebar ul li {
  margin-bottom: 8px;
}
.shop-sidebar ul li.chosen a::before {
  position: absolute;
  left: 0;
  right: auto;
  padding-top: 7px;
}
.shop-sidebar ul li a::after {
	content: '';
	width: 7px;
	height: 7px;
	background: var(--color-secinsite);
	position: absolute;
	right: 0;
	margin-top: 11px;
}
.shop-sidebar .price_slider_amount .button {
  background: var(--bg-buttons) !important;
  color: var(--color-buttonstext) !important;
  right: auto;
  left: auto;
  display: block;
  margin: 7px auto;
}
.shop-sidebar .price_slider_amount .button:hover{
	background:var(--bg-buttons-hover) !important;
	color:var(--color-buttonstext-hover) !important;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a{
	display:block;
}
.shop-sidebar ul li.woocommerce-widget-layered-nav-list__item span {
	display:none;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
	background:var(--bg-buttons) !important;
	color:var(--color-buttonstext) !important;
	padding: 18px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
	background:var(--bg-buttons-hover) !important;
	color:var(--color-buttonstext-hover) !important;
}
.menu-accardion-mob li a{
	cursor: pointer;
	display: block;
	padding: 15px 15px 15px 20px;
	color: red;
	border-bottom: 1px solid #CCC;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	color: var(--color-fersinsite);
}
.menu-accardion-mob .sub-menu {
  display: none;
  background: #fff;
}
.woocommerce-billing-fields h3{
	font-weight: bold;
	margin-bottom: 20px;
}
.woocommerce-form-login #username{
	max-width: 350px;
}
.woocommerce-form-login #password{
	width: 350px;
}
.woocommerce-form-login .woocommerce-button{
	background:#000;
	width:150px;
	color:#fff;
	text-align:center;
}
.woocommerce-form-login #rememberme{
	width: 20px;
	float: right;
	height: 29px;
	margin: 0 8px;
}
#wpadminbar .ab-icon, #wpadminbar .ab-item::before, #wpadminbar > #wp-toolbar > #wp-admin-bar-root-default .ab-icon, .wp-admin-bar-arrow {
  font: normal 20px/1 dashicons !important;
}

#wp-admin-bar-elementor_edit_page > .ab-item::before {
    font-family: eicons !important;
}
#header{
	background:#fff;
}
/**--ticker css---**/
.hwrap {
  overflow: hidden;
  height:30px;
}
.hitem {
  flex-shrink: 0;
  box-sizing: border-box;
}
@keyframes tickerh {
  0% { transform: translate3d(100%, 0, 0); }
  100% { transform: translate3d(-100%, 0, 0); }
}
@keyframes tickerv {
  0% { bottom: 0; } /* FIRST ITEM */
  30% { bottom: 30px; } /* SECOND ITEM */
  60% { bottom: 60px; } /* THIRD ITEM */
  90% { bottom: 90px; } /* FORTH ITEM */
  100% { bottom: 0; } /* BACK TO FIRST */
}
.hmove:hover { animation-play-state: paused; }

/**@media only screen and (max-width: 768px) {
  .hmove { animation-duration: 20s; }
}*/
/**--slider css---**/
.gallery-item img{
  border: 0px solid #fff !important;
}
.gallery-item {
  margin-top: 0 !important;
}
.blog-img a{
	height:270px;
	overflow:hidden;
}
.single-post .blog-img a{
	height:100%;
	display:block;
	text-align:center;
}
.single-post .blog-img a img{
	border-radius: 3px;
}
.editor-styles-wrapper .wp-block {
    margin-bottom: 1.5em;
}
.editor-styles-wrapper .wp-block p,
.editor-styles-wrapper .wp-block ul,
.editor-styles-wrapper .wp-block ol {
    margin-bottom: 0;
}
.editor-styles-wrapper .wp-block:last-child {
    margin-bottom: 0;
}
.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6 {
    margin-bottom: 0.5em;
}
.editor-styles-wrapper .wp-block-image {
    margin-bottom: 1em;
}
.editor-styles-wrapper .aligncenter {
    text-align: center;
}
.editor-styles-wrapper .alignleft {
    float: left;
    margin-right: 1.5em;
}
.editor-styles-wrapper .alignright {
    float: right;
    margin-left: 1.5em;
}
.editor-styles-wrapper .alignfull {
    width: 100%;
}
.editor-styles-wrapper .alignwide {
    width: calc(100% + 3em);
    margin-left: -1.5em;
    margin-right: -1.5em;
}
li.menu-item-has-children li{
	padding-left: 0px;
}
li.menu-item-has-children > a::before{
  position: absolute;
  content: '\f107';
  top: 27px;
  right: 10px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 12px;
  color: #3f3f3f;
}
li li.menu-item-has-children > a::before {
	position: absolute;
	content: '\f104';
	top: 17px;
	left: -5px;
	right: auto;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 12px;
	color: #3f3f3f;
}
.menu-item-has-children a{
	position: relative;
}
.relatedbox .sin-product{
	margin:0 !important;
}
.search-wrapper img{
	height:auto;
}
ul.product-categories .children{
	margin-right:15px;
}
ul.product-categories .children li a::before{
	right: 12px;
	border-radius: 5px;
	opacity: 0.8;
}
ul.product-categories .count{
	float:left;
	color:#666;
}
.widget-title{
	margin-bottom:15px;
}
@media(max-width:768px){
.slider-wrapper h1,.slider-wrapper h2,.slider-wrapper h3,.slider-wrapper h4,
.slider-wrapper h5,.slider-wrapper h6,.slider-wrapper h1 span,.slider-wrapper h2 span,.slider-wrapper h3 span,.slider-wrapper h4 span,
.slider-wrapper h5 span,.slider-wrapper h6 span{
	margin-bottom: -3px;
	font-size: 10px;
}
	.slider-content a.btn-two {
  margin-bottom: 6px;
  padding: 0 9px;
}
}
p,li a,li,div,ul,a,p a,span{font-family: var(--font-allinsite) !important;color: var(--color-fersinsite);}
#wp-admin-bar-elementor_edit_page span{
color:#fff;
}
h1,h1 a,h1 span,h1 a span{ font-family: var(--font-allinsite) !important;}
h2,h2 a,h2 span,h2 a span{ font-family: var(--font-allinsite) !important;}
h3,h3 a,h3 span,h3 a span{ font-family: var(--font-allinsite) !important;}
h4,h4 a,h4 span,h4 a span{ font-family: var(--font-allinsite) !important;}
h5,h5 a,h5 span,h5 a span{ font-family: var(--font-allinsite) !important;}
h6,h6 a,h6 span,h6 a span{ font-family: var(--font-allinsite) !important;}
.search-wrapper{
	padding:30px 0;
}
#arch-inwoo .style-two{
	  margin: 0;
}
#arch-inwoo .col-xl-4{
	padding:5px;
}
#arch-inwoo ul.products{
	width:100%;
}
#arch-inwoo ul.products li{
	float:right;
	padding:5px;
}
#elementor-panel-content-wrapper {
  font-family: tahoma;
}
.blog-img img{
    width: 100%;
    height: 100%;
}
.woocommerce-cart table.cart img {
  width: 80px !important;
  border-radius: 7px !important;
}
.woocommerce .cart .button, .woocommerce .cart input.button{
	background:var(--bg-buttons) !important;
	font-family: var(--font-allinsite) !important;
	color:var(--color-buttonstext) !important;
	margin-top:7px;
	font-size:13px;
}
.woocommerce .cart .button:hover, .woocommerce .cart input.button:hover{
	background:var(--bg-buttons-hover) !important;
	color:var(--color-buttonstext-hover) !important;
	
}
#shop-cart-mini li{
	overflow:hidden;
	margin-bottom:10px;
}
#shop-cart-mini a{
	display:block;
	float:right;
	width:calc(100% - 30px);
}
#shop-cart-mini a img {
	width: 100px;
	height: 100px;
	float: right;
	margin-left: 10px;
	border-radius: 2px;
}
#shop-cart-mini a.remove_from_cart_button {
	display: block;
	width: 22px;
	float: left;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-radius: 78px;
	line-height: 17px;
	padding-top: 3px;
	margin-right: 7px;
	margin-top: 6px;
}
#shop-cart-mini .quantity{
	display: block !important;
	width: 90%;
	text-align: center;
	margin-top: -30px;
	clear: both;
	padding-right: 10px;
	float: left;
}
#shop-cart-mini .woocommerce-mini-cart__total.total{
	background: var(--bg-inputbread);
	padding: 10px;
	border-radius: 7px;
	text-align: center;
}
#shop-cart-mini .woocommerce-mini-cart__buttons a {
  width: 46%;
  margin: 2%;
  padding: 2%;
  text-align: center;
  background: var(--bg-buttons);
  line-height: 27px;
  color: var(--color-buttonstext);
}
#shop-cart-mini .woocommerce-mini-cart__buttons a:hover {
	background: var(--bg-buttons-hover);
  color: var(--color-buttonstext-hover);
}
.add_to_wishlist ,.yith-wcwl-wishlistaddedbrowse,.yith-wcwl-wishlistexistsbrowse{
	padding: 13px 24px;
	border-radius: 3px;
	font-family: inherit !important;
	font-weight: 500;
	margin-top: 10px;
	position: relative;
	text-transform: uppercase;
	line-height: 29px;
}
.add_to_wishlist span,.add_to_wishlist i{
	color: var(--color-secinsite);
}
.add_to_wishlist i{
	margin-right: 0;
	margin-left: 5px;
}
.compare-button .compare.button{
	padding: 13px 24px !important;
	border-radius: 3px !important;
	font-family: inherit !important;
	margin-top: 10px !important;
	position: relative !important;
	line-height: 29px !important;
	color: var(--color-secinsite) !important;
	background-color: rgba(0, 0, 0, 0); !important;
}
.compare-button .compare.button:hover{
	background-color: rgba(0, 0, 0, 0); !important;
}
.single-product .woocommerce.compare-button,.single-product .wishlist-fragment{
	width:50%;
	float: right;
	text-align: center;
}
.yith-wcwl-add-to-wishlist {
  margin-top: 0 !important;
}
.woocommerce-cart .order-total tr,.woocommerce-cart .order-total td,.woocommerce-cart .order-total th{
	text-align:center;
}
#customer_details textarea{
	min-height:130px;
}
.prt-excerpt{
	margin-bottom:30px;
}
.woocommerce nav.woocommerce-pagination {
  text-align: center;
  width: 100%;
}
.page-numbers li a.page-numbers{
	border:0px solid;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
	padding: 1em !important;
	}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  background: #fff;
  color: #000;
  border: 0px solid;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
	background-color: #fff !important;
	text-decoration: none !important;
	background-image: none !important;
	color: #000 !important;
}
.woocommerce table.wishlist_table td {
	text-align: right !important;
}
.box-banner2.elementor-widget-image-box {
	background: linear-gradient(to left, #EECA7C, #DAAA6A);
	border-radius: 5px;
	padding-top: 4px;
	padding-right: 4px;
	position: relative;
}
.imglink598{
	display: block;
	width: 100%;
	z-index: 10;
	position: relative;
}
.single-product .woocommerce-variation-price{
	overflow: hidden;
	display: block;
	text-align: right;
	font-size: 19px;
}
.single-product .woocommerce-variation-price span.price{
	float: right;
	display: block;
	padding: 0;
	margin: 0px 0 20px;
	line-height: 25px;
}
.single-product .woocommerce-variation-price .add-tocart-wrap span {
  float: left;
  display: block;
  padding-top: 0;
  margin-right: 16px;
  font-weight: 500;
}
.single-product .woocommerce-variation-price span.price .woocommerce-Price-currencySymbol{
	padding:0;
}
#arch-inwoo .sin-product .pro-img {
  height: 258px;
  overflow: hidden;
}
#arch-inwoo .row{
    margin:0;
}
.shop-cart-mini-inner .variation,.shop-cart-mini-inner .quantity{
    display:none;
}
.woocommerce-message{
    width:100% !important;
}
.elementor-widget-wp-widget-recent-posts li{
    margin-bottom:11px;
}



