@charset "utf-8";
/* CSS Document */
a:hover,
a:active,
a:focus {
  color: #ff0000;
}
.m-0 {
  margin: 0px !important;
}
.m-5 {
  margin: 5px !important;
}
.m-10 {
  margin: 10px !important;
}
.m-15 {
  margin: 15px !important;
}
.m-20 {
  margin: 20px !important;
}
.m-30 {
  margin: 30px !important;
}
.m-40 {
  margin: 40px !important;
}
.m-50 {
  margin: 50px !important;
}
.m-60 {
  margin: 60px !important;
}
.m-70 {
  margin: 70px !important;
}
.m-80 {
  margin: 80px !important;
}
.m-90 {
  margin: 90px !important;
}
.m-100 {
  margin: 100px !important;
}
.m-110 {
  margin: 110px !important;
}
.m-120 {
  margin: 120px !important;
}
.m-130 {
  margin: 130px !important;
}
.m-140 {
  margin: 140px !important;
}
.m-150 {
  margin: 150px !important;
}
.m-160 {
  margin: 160px !important;
}
.m-170 {
  margin: 170px !important;
}
.m-180 {
  margin: 180px !important;
}
.m-190 {
  margin: 190px !important;
}
.m-200 {
  margin: 200px !important;
}

/*
 * 1.2 -> Basic Padding
 * -----------------------------------------------
*/
.p-0 {
  padding: 0 !important;
}
.p-5 {
  padding: 5px !important;
}
.p-10 {
  padding: 10px !important;
}
.p-15 {
  padding: 15px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-30 {
  padding: 30px !important;
}
.p-40 {
  padding: 40px !important;
}
.p-50 {
  padding: 50px !important;
}
.p-60 {
  padding: 60px !important;
}
.p-70 {
  padding: 70px !important;
}
.p-80 {
  padding: 80px !important;
}
.p-90 {
  padding: 90px !important;
}
.p-100 {
  padding: 100px !important;
}
.p-110 {
  padding: 110px !important;
}
.p-120 {
  padding: 120px !important;
}
.p-130 {
  padding: 130px !important;
}
.p-140 {
  padding: 140px !important;
}
.p-150 {
  padding: 150px !important;
}
.p-160 {
  padding: 160px !important;
}
.p-170 {
  padding: 170px !important;
}
.p-180 {
  padding: 180px !important;
}
.p-190 {
  padding: 190px !important;
}
.p-200 {
  padding: 200px !important;
}

/*
 * 1.3 -> Margin top
 * -----------------------------------------------
*/
.mt-0 {
  margin-top: 0 !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mt-110 {
  margin-top: 110px !important;
}
.mt-120 {
  margin-top: 120px !important;
}
.mt-130 {
  margin-top: 130px !important;
}
.mt-140 {
  margin-top: 140px !important;
}
.mt-150 {
  margin-top: 150px !important;
}
.mt-160 {
  margin-top: 160px !important;
}
.mt-170 {
  margin-top: 170px !important;
}
.mt-180 {
  margin-top: 180px !important;
}
.mt-190 {
  margin-top: 190px !important;
}
.mt-200 {
  margin-top: 200px !important;
}

/*
 * 1.4 -> Margin right
 * -----------------------------------------------
*/
.mr-0 {
  margin-right: 0 !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.mr-60 {
  margin-right: 60px !important;
}
.mr-70 {
  margin-right: 70px !important;
}
.mr-80 {
  margin-right: 80px !important;
}
.mr-90 {
  margin-right: 90px !important;
}
.mr-100 {
  margin-right: 100px !important;
}
.mr-110 {
  margin-right: 110px !important;
}
.mr-120 {
  margin-right: 120px !important;
}
.mr-130 {
  margin-right: 130px !important;
}
.mr-140 {
  margin-right: 140px !important;
}
.mr-150 {
  margin-right: 150px !important;
}
.mr-160 {
  margin-right: 160px !important;
}
.mr-170 {
  margin-right: 170px !important;
}
.mr-180 {
  margin-right: 180px !important;
}
.mr-190 {
  margin-right: 190px !important;
}
.mr-200 {
  margin-right: 200px !important;
}

/*
 * 1.5 -> Margin bottom
 * -----------------------------------------------
*/
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.mb-110 {
  margin-bottom: 110px !important;
}
.mb-120 {
  margin-bottom: 120px !important;
}
.mb-130 {
  margin-bottom: 130px !important;
}
.mb-140 {
  margin-bottom: 140px !important;
}
.mb-150 {
  margin-bottom: 150px !important;
}
.mb-160 {
  margin-bottom: 160px !important;
}
.mb-170 {
  margin-bottom: 170px !important;
}
.mb-180 {
  margin-bottom: 180px !important;
}
.mb-190 {
  margin-bottom: 190px !important;
}
.mb-200 {
  margin-bottom: 200px !important;
}

/*
 * 1.6 -> Margin left
 * -----------------------------------------------
*/
.ml-0 {
  margin-left: 0 !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
.ml-60 {
  margin-left: 60px !important;
}
.ml-70 {
  margin-left: 70px !important;
}
.ml-80 {
  margin-left: 80px !important;
}
.ml-90 {
  margin-left: 90px !important;
}
.ml-100 {
  margin-left: 100px !important;
}
.ml-110 {
  margin-left: 110px !important;
}
.ml-120 {
  margin-left: 120px !important;
}
.ml-130 {
  margin-left: 130px !important;
}
.ml-140 {
  margin-left: 140px !important;
}
.ml-150 {
  margin-left: 150px !important;
}
.ml-160 {
  margin-left: 160px !important;
}
.ml-170 {
  margin-left: 170px !important;
}
.ml-180 {
  margin-left: 180px !important;
}
.ml-190 {
  margin-left: 190px !important;
}
.ml-200 {
  margin-left: 200px !important;
}

/*
 * 1.7 -> Padding top
 * -----------------------------------------------
*/
.pt-0 {
  padding-top: 0 !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pt-110 {
  padding-top: 110px !important;
}
.pt-120 {
  padding-top: 120px !important;
}
.pt-130 {
  padding-top: 130px !important;
}
.pt-140 {
  padding-top: 140px !important;
}
.pt-150 {
  padding-top: 150px !important;
}
.pt-160 {
  padding-top: 160px !important;
}
.pt-170 {
  padding-top: 170px !important;
}
.pt-180 {
  padding-top: 180px !important;
}
.pt-190 {
  padding-top: 190px !important;
}
.pt-200 {
  padding-top: 200px !important;
}

/*
 * 1.8 -> Padding right
 * -----------------------------------------------
*/
.pr-0 {
  padding-right: 0 !important;
}
.pr-5 {
  padding-right: 5px !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.pr-15 {
  padding-right: 15px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.pr-40 {
  padding-right: 40px !important;
}
.pr-50 {
  padding-right: 50px !important;
}
.pr-60 {
  padding-right: 60px !important;
}
.pr-70 {
  padding-right: 70px !important;
}
.pr-80 {
  padding-right: 80px !important;
}
.pr-90 {
  padding-right: 90px !important;
}
.pr-100 {
  padding-right: 100px !important;
}
.pr-110 {
  padding-right: 110px !important;
}
.pr-120 {
  padding-right: 120px !important;
}
.pr-130 {
  padding-right: 130px !important;
}
.pr-140 {
  padding-right: 140px !important;
}
.pr-150 {
  padding-right: 150px !important;
}
.pr-160 {
  padding-right: 160px !important;
}
.pr-170 {
  padding-right: 170px !important;
}
.pr-180 {
  padding-right: 180px !important;
}
.pr-190 {
  padding-right: 190px !important;
}
.pr-200 {
  padding-right: 200px !important;
}

/*
 * 1.9 -> Padding bottom
 * -----------------------------------------------
*/
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pb-110 {
  padding-bottom: 110px !important;
}
.pb-120 {
  padding-bottom: 120px !important;
}
.pb-130 {
  padding-bottom: 130px !important;
}
.pb-140 {
  padding-bottom: 140px !important;
}
.pb-150 {
  padding-bottom: 150px !important;
}
.pb-160 {
  padding-bottom: 160px !important;
}
.pb-170 {
  padding-bottom: 170px !important;
}
.pb-180 {
  padding-bottom: 180px !important;
}
.pb-190 {
  padding-bottom: 190px !important;
}
.pb-200 {
  padding-bottom: 200px !important;
}

/*
 * 1.10 -> Padding left
 * -----------------------------------------------
*/
.pl-0 {
  padding-left: 0 !important;
}
.pl-5 {
  padding-left: 5px !important;
}
.pl-10 {
  padding-left: 10px !important;
}
.pl-15 {
  padding-left: 15px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.pl-40 {
  padding-left: 40px !important;
}
.pl-50 {
  padding-left: 50px !important;
}
.pl-60 {
  padding-left: 60px !important;
}
.pl-70 {
  padding-left: 70px !important;
}
.pl-80 {
  padding-left: 80px !important;
}
.pl-90 {
  padding-left: 90px !important;
}
.pl-100 {
  padding-left: 100px !important;
}
.pl-110 {
  padding-left: 110px !important;
}
.pl-120 {
  padding-left: 120px !important;
}
.pl-130 {
  padding-left: 130px !important;
}
.pl-140 {
  padding-left: 140px !important;
}
.pl-150 {
  padding-left: 150px !important;
}
.pl-160 {
  padding-left: 160px !important;
}
.pl-170 {
  padding-left: 170px !important;
}
.pl-180 {
  padding-left: 180px !important;
}
.pl-190 {
  padding-left: 190px !important;
}
.pl-200 {
  padding-left: 200px !important;
}
.w100 {
  width: 100% !important;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}

.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }

  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }

  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }

  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }

  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
}

.primary-navbar .mega-dropdown {
  padding-right: 35px;
}

.dropdown-menu {
/*  z-index: 99;*/
  z-index: 991;
}

.form-control, .input-group-addon, .bootstrap-select .btn{
  color: #333;
}

.chk-total {
    background-color: #ffffff;
    padding: 20px !important;
}

.cat-menu .section-title{
  margin: 23px 0 22px 0;
}

.carrello__page .prod-categories{
  background-color: #fff !important;
  padding-bottom: 15px !important;
}

.wrapper {
  background: rgb(0, 61, 132);
  background: linear-gradient(
    180deg,
    rgba(0, 61, 132, 0.1292892156862745) 0%,
    rgba(0, 61, 132, 0) 100%
  );
}
.theme-color,
.hover-color:hover,
.hover-color:focus,
.primary-navbar li > a:hover,
.primary-navbar li > a:focus,
.primary-navbar > li.active > a,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.footer-widget ul li:hover::before,
.social-icon li a:hover,
.social-icon li a:focus {
  color: #ff0000;
}

.theme-color-bg,
.theme-tabs ul li.current a,
.items-count,
.tp-caption .border,
.cate-form .submit-btn,
.ftr-wrap:hover .ftr-icn,
.tag-cloud > a:hover,
.tag-cloud > a:focus,
.subscribe-widget .submit-btn {
  background-color: #ff0000;
}
.header-wrap {
  display: inline-block;
  background-color: #fff;
}

.header-wrap .navigation,
#primary-navigation{
  position: static;
}

.navigation .primary-navbar li .mega-dropdown-menu{
  max-height: calc(100vh - 170px);
  overflow-x: hidden;
  overflow-y: auto;
}


.is-sticky .navigation .primary-navbar li .mega-dropdown-menu{
  max-height: calc(100vh - 70px);
}

.cate-bar {
  background-color: #003d84;
}
.header-topbar {
  background-color: #003d84;
  color: #fff;
}
.header-topbar a {
  color: #fff;
}
.header-topbar a i {
  color: #fff;
}
.navbar-brand {
  padding-top: 10px;
  padding-bottom: 10px;
}
.top-right,
.primary-navbar > li {
  padding-top: 40px;
  padding-bottom: 40px;
}

.top-nav a {
  color: #ffffff;
}
.top-elements > li > a {
  color: #003d84;
}
.tp-rightarrow.default {
  z-index: 99;
}
.tp-leftarrow.default {
  z-index: 98;
}
.login-hover,
.wishlist-hover {
  margin-right: 15px;
}
.login-icon,
.wish-icon {
  font-size: 20px;
}
.login-icon,
.wish-icon > i {
}
.main-header.navbar-fixed-top .navbar-brand,
.main-header.navbar-fixed-top .primary-navbar > li,
.main-header.navbar-fixed-top .top-right {
  padding-bottom: 10px;
}
.main-header.navbar-fixed-top .header-wrap {
  /*background-color: #03006d;*/
}
.main-header .logo-title {
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  width: 170px;
}
.main-header.navbar-fixed-top .navbar-brand .logo-title {
  width: 70px;
}
.primary-navbar > li > a {
  color: #003d84;
  font-weight: 700;
}
.slider-section {
  padding: 25px 0 40px;
}
.top-slogan i {
  font-size: 18px;
  margin-left: 10px;
}
.tp-simpleresponsive ul {
  display: block;
  position: relative;
}
.tp-simpleresponsive > ul > li {
  width: inherit !important;
  height: inherit !important;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.banner .section-title,
.banner-content * {
  text-shadow: 0px 0px 22px rgba(0, 0, 0, 1);
}
.colorList {
  list-style: none;
  margin-bottom: 30px;
}
.colorList li.active a {
  font-weight: 700;
}
.sale-tag > span,
.new-tag > span {
  position: absolute;
  right: -60px;
  top: 17px;
  font-size: 11px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.flipper .front a,
.flipper .back a {
  display: block;
  height: 360px;
  position: relative;
}
.flipper .front a > img,
.flipper .back a > img {
  /*display: inline-block;
    width: auto; 
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);*/
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.new-tag {
  border-color: transparent #000e1e transparent transparent;
}
.black-bg {
  background-color: #000e1e;
}

.thumbnail-wrap .thumbnail-conten {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transition: transform 0.4s ease 0s, opacity 0.1s ease 0s;
  -webkit-transition: -webkit-transform 0.4s ease 0s, opacity 0.1s ease 0s;
  -ms-transition: -ms-transform 0.4s ease 0s, opacity 0.1s ease 0s;
}

.thumbnail-img.light-bg {
  background-color: #fff !important;
}
.thumbnail-conten li span {
  font-size: 10px;
}
@media (max-width: 991px) {

  .flipper .front a, .flipper .back a{
    height: auto;
    aspect-ratio: 1;
  }

  .thumbnail-conten li span{
    font-size: 8px;  
  }
  
}
.thumbnail-conten li a {
  padding: 0 8px;
}
.sale-tag,
.new-tag {
  border-width: 0 70px 70px 0;
}
.sale-tag > span,
.new-tag > span {
  font-size: 8px;
}
.new-tag > span {
  right: -67px;
  top: 22px;
}
/*--- Product Slider Style 1 Starts ---*/
.owl-carousel .item:hover .caption-link,
.product-fullwidth .item:hover .caption-link {
  opacity: 1;
  visibility: visible;
}
.sync1 {
  margin-bottom: 16px;
}
.prod-slider-wrap {
  margin-left: -8px;
  margin-right: -8px;
}
.pp_social {
  display: none !important;
}

.brand-slider {
  padding: 50px;
  background-color: #cc0000;
}

.brand-slider .owl-item .item {
  padding: 5px;
}
.brand-slider .owl-item .item a {
  display: block;
  background-color: #fff;
  height: 125px;
  padding: 5px;
}
.brand-slider .owl-item .item a > img {
  object-fit: contain;
  width: 100% !important;
  height: 100% !important;
}
/*@media (max-width: 767px){
	.cate-navbar li.open {
		background-color: #8d0000;
	}
}*/
.colorList,
.sizeList {
  max-height: 350px;
  overflow-y: auto;
}

.sizeList label{
  display: block;
  cursor: pointer;
}

.sizeList label:hover{
  color: #000;
}

.cate-navbar > li > a {
  padding-right: 25px;
  line-height: 1.2;
  font-size: 14px;
  background-color: hsl(213 33% 99% / 1);
}
.cate-navbar li > a:hover, .cate-navbar li > a:focus, .cate-navbar > li.active > a, .cate-navbar .open > a, .cate-navbar .open > a:hover, .cate-navbar .open > a:focus{
  background-color: hsl(210 37% 86% / 1);
  color: #111;
}


.cate-navbar > li.open > a {
  font-weight: 700;
}
.cate-navbar .dropdown-menu li a {
  font-size: 13px;
  padding-left: 15px !important;
  color: #181818;
  background-color: rgb(255 255 255 / 30%);
}
.cate-navbar .dropdown-menu li ul {
  padding-left: 0 !important;
}
.cate-navbar .dropdown-menu li li a {
  font-size: 12px;
  padding-left: 25px !important;
  background-color: rgb(255 255 255 / 45%);
}
.cate-navbar .dropdown-menu li li li a {
  font-size: 11px;
  padding-left: 35px !important;
  background-color: rgb(255 255 255 / 60%);
}
.cate-navbar .dropdown-menu li li li li a {
  font-size: 10px;
  padding-left: 45px !important;
  background-color: rgb(255 255 255 / 75%);
}
.cate-navbar .dropdown-menu li li li li li a {
}

.size-8 {
  font-size: 8px;
}
.size-10 {
  font-size: 10px;
}
.size-11 {
  font-size: 11px;
}
.size-12 {
  font-size: 12px;
}
.size-13 {
  font-size: 13px;
}
.size-14 {
  font-size: 14px;
}
.size-16 {
  font-size: 16px;
}
.size-18 {
  font-size: 18px;
}
.size-20 {
  font-size: 20px;
}
.size-24 {
  font-size: 24px;
}
.size-30 {
  font-size: 30px;
}
.size-32 {
  font-size: 32px;
}
.size-36 {
  font-size: 36px;
}
.size-40 {
  font-size: 40px;
}
.size-48 {
  font-size: 48px;
}
.size-64 {
  font-size: 64px;
}
.size-96 {
  font-size: 96px;
}

.caption-link {
  background-color: #ffffff;
  text-align: center;
  border-radius: 3px;
  bottom: 0;
  display: inline-block;
  font-size: 16px;
  height: 30px;
  left: 0;
  line-height: 35px;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  width: 30px;
}

.sync2 .item{
  height: 80px;
  overflow: hidden;
}
  
  .sync2 .item img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }

.sync2 .synced .item img,
.sync2 .item img:hover {
  border: 1px solid #999;
}
.sync2 .item img,
.sync1 .item img {
  border: 1px solid transparent;
}
.sync2 .item,
.sync1 .item {
  cursor: pointer;
  margin: 0 9px;
  text-align: center;
  transition: all 0.4s ease-in-out 0s;
  -website-transition: all 0.4s ease-in-out 0s;
}
.sync2 .owl-nav i {
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  text-align: center;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
}
.sync2 .owl-nav i:hover {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
}
.sync2 .owl-nav .owl-next i {
  right: 10px;
}
.sync2 .owl-nav .owl-prev i {
  left: 10px;
}
/*---------------- Pagination Starts ------------------------- */
.pagination-list {
  margin: 0;
  text-align: center;
}
.pagination-list > li {
  border: medium none;
  border-bottom: 1px solid transparent;
  color: #000000;
  display: inline-block;
  font-size: 18px;
  line-height: normal;
  margin: 0 8px;
  text-align: center;
  padding-bottom: 5px;

  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
}
.pagination-list > li:last-child {
  margin-right: 0;
}
.pagination-list > li a {
  color: #999999;
}
.pagination-list > li a:hover {
  color: #000;
}
.pagination-list > li.active,
.pagination-list > li:hover {
  border-bottom: 1px solid #000000;
}

/* Post Pagination */
.post-pagination .pagination-list > li {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 18px 8px;
}
.post-pagination .pagination-list > li.prev {
  float: left;
  margin: 0;
  padding: 0;
  border: none;
}
.post-pagination .pagination-list > li.next {
  float: right;
  margin: 0;
  padding: 0;
  border: none;
}
.post-pagination .pagination-list > li.prev a:before {
  position: absolute;
  height: 60px;
  width: 60px;
  left: 0;
  top: 0;
  background-color: #ebf0f1;
  content: "";
  z-index: -1;
}
.post-pagination .pagination-list > li.next a:after {
  position: absolute;
  height: 60px;
  width: 60px;
  right: 0;
  top: 0;
  background-color: #ebf0f1;
  content: "";
  z-index: -1;
}
.post-pagination .pagination-list > li.prev a,
.post-pagination .pagination-list > li.next a {
  height: 60px;
  line-height: 60px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 110px;
  display: inline-block;
}
.cat-search {
  background-color: #000e1e;
}
/*---------------- Pagination Ends ------------------------- */

.footer .logo-title {
  width: 150px;
}
.footer .logo-title img {
  width: 100%;
}

.footer-widget {
  background-color: #c4dbf7;
  color: #000;
}
.footer-widget .get-touch p a {
  color: #000;
}
.footer-widget .get-touch p i {
  color: #ff0000;
}
.tag-cloud > a {
  background-color: #ff0000;
  color: #fff;
}
.footer-widget .widget-title,
.footer-widget ul li a {
  color: #000;
}
.footer-widget ul.bfr-icn li:hover a,
.footer-widget a:hover,
.footer-widget a:focus {
  color: #ff0000;
}
.subscribe-widget .form-control.text {
  background-color: #f9f9f9;
}
.copy-rights-bg {
  background-color: #fafafa;
}
.copy-rights {
  color: #222;
  display: inline-block;
  vertical-align: top;
}
.logoFT {
  display: inline-block;
  width: 90px;
  margin-right: 15px;
  margin-bottom: 15px;
  vertical-align: top;
}
.logoFT > img {
  width: 100%;
}
.add-to-cart .cart-btn {
  background-color: #cc0000;
  border: 1px solid #cc0000;
}
.add-to-cart .cart-btn:before {
  border: #cc0000 solid 4px;
}

.priceTxt {
  display: inline-block;
  background-color: #cc0000;
  color: #fff;
  padding: 10px 15px;
}

.view-tabs{
  padding: 6px;
  background-color: #fff;
  border-radius: 20px;
}

.view-tabs:after{
  display: inline-block;
  content: "";
  clear: both;
}

/*---------------- Login/Register Starts -------------------------- */
.login-form .form-group {
  margin-bottom: 25px;
}
.login-form .form-control,
.register-form .form-control {
  color: #333;
}

.form-control:focus{
  background-color: #00000021;
  border-color: #00000021;
}

.login-form .submit-btn {
  min-width: 100px;
  border-color: #cc0000;
}
.login-form .forgot-pw {
  float: right;
}
.register-form .form-control {
  border-color: #c1c1c1;
  background-color: #f6f6f6;
}
.register-form .form-control:focus {
  background-color: transparent;
  border-color: #cc0000;
}

/*---------------- Login/Register Ends -------------------------- */

/*---------------- Checkout Starts -------------------------- */
.chk-panel {
  border: 1px solid #e5e5e5;
}
.chk-body {
  padding-left: 25px;
}
.chk-body form .form-group {
  margin-bottom: 15px;
}
.chk-panel .panel {
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0;
  box-shadow: none;
  padding: 30px;
}
.chk-panel .panel + .panel {
  margin-top: 0;
}
.chk-panel .panel:last-child {
  border-bottom: none;
}
.chk-form .radio-inline {
  display: inline-block;
  margin: 15px 0 0;
  width: 100%;
}
.chk-body p,
.chk-body ul li {
  color: #999;
}
.chk-body ul li {
  display: inline-block;
  margin: 8px 0 0;
  width: 100%;
}
.chk-body ul li span {
  line-height: normal;
  vertical-align: middle;
}
.chk-body .submit-btn {
  min-width: 145px;
  border-color: #cc0000;
}
.registed-form .fpw {
  float: left;
  margin: 15px 0;
}
.registed-form .form-group label {
  color: #000000;
}
.registed-form label {
  font-size: 13px;
  margin-bottom: 15px;
}
/*---------------- Checkout Ends -------------------------- */

/*----------------  Shopping Cart Ends -------------------------- */
.checkout-page .form-control,
.checkout-page .bootstrap-select .btn,
.checkout-page .theme-btn {
  border-color: #ccc;
}
.checkout-page .form-control,
.checkout-page .bootstrap-select .btn {
  height: 55px;
}
.checkout-page .bootstrap-select.btn-group .dropdown-toggle .caret::after,
.checkout-page .bootstrap-select .btn .filter-option {
  color: #999;
}
table {
  height: auto;
  overflow: auto;
  width: 100%;
}
.product-table td {
  padding: 40px 20px;
  vertical-align: top;
  border-top: 1px solid #cccccc;
}
.product-table td.image {
  padding: 30px 0 30px 30px;
}
.product-table td.image > .white-bg {
  display: block;
  width: 165px;
  height: 165px;
}
.product-table td.image > .white-bg > a.media-link {
  display: block;
  width: 165px;
  height: 165px;
}
.product-table td.image > .white-bg > a.media-link > img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.product-table th {
  font-weight: normal;
  padding: 13px 20px;
  text-transform: uppercase;
}
.product-table .description li {
  padding: 12px 0 0;
}
.product-table .description li i,
.product-table .description li span {
  vertical-align: middle;
}
.product-table .remove-edit a {
  display: block;
  height: 20px;
  line-height: 20px;
  margin-bottom: 10px;
  text-align: right;
  width: 20px;
}
.product-table .remove-edit a:hover {
  color: #000;
}
.product-table .qty {
  border: 1px solid #cccccc;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 60px;
}
.shp-btn .btn {
  float: left;
}
.continue-shp .btn {
  float: right;
}
.continue-shopping {
  display: inline-block;
  padding: 35px 0;
  width: 100%;
}
.product-table {
  border-bottom: 1px solid #cccccc;
}
.continue-shopping .btn {
  min-width: 240px;
  border-color: #cc0000;
}
.theme-btn:hover:before,
.theme-btn:focus:before {
  border: #c00 solid 4px;
}
.theme-btn:hover,
.theme-btn:focus {
  background-color: #c00;
}
.shp-btn .btn:first-child {
  margin-right: 25px;
}
.heading.chk span {
  float: right;
  line-height: 20px;
}
.coupon-form {
  margin-top: -5px;
}
.chk-sub-total {
  background-color: #efefef;
  padding: 40px;
}
.chk-total {
  background-color: #efefef;
  padding: 40px;
}
.chk-total .submit-btn {
  display: block;
  width: 100%;
}
.chk-total li span {
  margin-left: 20px;
}

.widgetOptions {
  margin-top: 20px;
}
.widgetOptions ul li {
  padding: 5px 15px;
}
.widgetOptions ul li input[type="checkbox"] {
  margin-right: 10px;
}
.widgetOptions .tit {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  padding-bottom: 10px;
}

.widgetOptions .btn {
  background-color: #000 !important;
  color: #fff !important;
  line-height: 20px;
  padding-bottom: 12px;
  padding-top: 12px;
  width: 100%;
  font-weight: bold !important;
  text-transform: uppercase;
  border: none;
}

/*----------------  Shopping Cart Ends -------------------------- */

.credits_link {
  color: #38b5e6 !important;
  font-weight: 700;
  font-family: sans-serif;
}

.credits_link:hover {
  color: #fff !important;
}

.credits_link:before {
  content: "";
  vertical-align: middle;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  background-image: url(https://www.clion.it/favicon-96x96.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;

  transition: all 450ms ease;
}

.credits_link:hover:before {
  transform: rotateZ(360deg) rotateY(360deg);
}

.ftr-wrap .ftr-icn {
  background-color: #cc0000;
  border-color: #cc0000;
  font-size: 30px;
  height: 80px;
  line-height: 75px;
  width: 80px;
}
.ftr-wrap .ftr-icn i {
  color: #fff;
}
.ftr-wrap:hover .ftr-icn {
  border-color: #003d84;
}

.brand {
  display: block;
  width: 100%;
  height: 150px;
  border: 1px solid #dadada;
  padding: 10px;
  background-color: #fff;
  margin-bottom: 30px;
}
.brand:hover {
  border: 1px solid #cc0000;
}
.brand > img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.form-control,
.input-group-addon,
.bootstrap-select .btn {
  background-color: rgb(255 255 255 / 74%);
  border-color: #c1c1c1;
}

#sticky-wrapper {
  z-index: 100;
}

#frm_acquisto_dati .form-group [type="checkbox"],
#frm_acquisto_dati .form-group [type="radio"] {
  width: 15px;
  height: 15px;
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
}
.cate-navbar > li.active > a,
.navigation .dropdown-menu li.active > a,
.cate-navbar .dropdown-menu li.active > a {
/*  background-color: transparent;*/
  background-color: #fff;
  color: #003d84;
  font-weight: 700;
}

.all_prod > a {
  background-color: #ff0000 !important;
  color: #fff !important;
  font-weight: bold !important;
  text-transform: uppercase;
}

.mypage-alo-phone-2 {
  position: fixed;
  left: -20px;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  bottom: 0 !important;
}
.mypage-alo-ph-circle-fill-2 {
  width: 60px;
  height: 60px;
  top: 28px;
  left: 28px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #38bd4b;
  opacity: 0.75 !important;
}
.mypage-alo-ph-img-circle-2 {
  width: 30px;
  height: 30px;
  top: 43px;
  left: 43px;
  position: absolute;
  background: rgba(30, 30, 30, 0.1) url(../img/whatsapp-logo.png) no-repeat
    center center;
  background-color: rgba(30, 30, 30, 0.1);
  background-size: auto auto;
  background-color: rgba(30, 30, 30, 0.1);
  background-size: auto auto;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-color: #27b43e;
  background-size: 70%;
}

.breadcrumb {
  background-color: transparent;
}
/* .fix-cart {
  margin-top: 34%;
} */

/* CSS per l'apertura e la chiusura del carrello (non modificato) */
.pop-up-box {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  display: inline-block;
  height: auto;
  padding: 10px 20px;
  position: absolute;
  right: 1px;
  text-align: left;
  top: 100%;
  z-index: 1001;
  width: 290px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transition: transform 0.3s ease 0s;
  -webkit-transition: transform 0.3s ease 0s;
  -ms-transition: transform 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}

/* Posizionamento assoluto per non occupare spazio quando chiuso */
.cart-aside {
  position: absolute;
  top: 100px;
  right: 0;
/*  top: 50px;*/
  right: -30px;
  width: 350px; /* Larghezza del carrello */
  max-width: calc(100vw - 50px);
  z-index: 1001;
}

.cate-form .bootstrap-select .btn{
  padding-right: 30px;
}

.cate-form .bootstrap-select .btn .filter-option{
  text-overflow: ellipsis;
}

/* Contenitore degli articoli con scroll */
.pop-up-box.cart-popup.size-26 {
  height: 300px; /* Altezza fissa per il contenitore degli articoli */
  overflow-y: auto; /* Scroll verticale */
}

/* Posizionamento del fix-cart */
.pop-up-box.fix-cart {
  position: absolute;
  bottom: 10px;
  width: calc(100% - 40px); /* Considera il padding del contenitore */
  left: 20px;
  background: white; /* Assicurati che lo sfondo sia visibile */
}

/* Regolazione dello stile del contenitore del carrello */
.pop-up-box {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  display: inline-block;
  padding: 10px 5px;
  text-align: left;
}
.cart-article {
  max-height: 400px;
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
}
.sub-total {
  display: inline !important;
}
.pop-up-box li:last-child {
  display: inline-flex;
}
.cart-list {
  display: flex;
}
.cart-aside .cart-img img {
  height: 100px;
  width: 100px;
  max-width: 100px;
  object-fit: cover;
}
.cart-list.buttons div {
  padding: 20px 0 10px;
  margin: 0 10px;
}
.cate-bar {
  background-color: #e2e9f1;
  padding-top: 50px;
}

hr { 
    border-top: 1px solid #8080805c;
}

@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css");

/* body {
  background: lightgray;
} */

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-default .navbar-nav #user-profile {
  height: 50px;
  padding-top: 15px;
  padding-left: 58px;
}

.navbar-default .navbar-nav #user-profile img {
  height: 45px;
  width: 45px;
  position: absolute;
  top: 2px;
  left: 8px;
  padding: 1px;
}

/* #wrapper {
  padding-top: 50px;
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
} */

@media (min-width: 992px) {
  /* #wrapper {
    padding-left: 225px;
  } */
}

@media (min-width: 992px) {
  /* #wrapper #sidebar-wrapper {
    width: 225px;
  } */
}

/* #sidebar-wrapper {
  border-right: 1px solid #e7e7e7;
}

#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  left: 225px;
  width: 0;
  height: 100%;
  margin-left: -225px;
  overflow-y: auto;
  background: #f8f8f8;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; 
}*/

.sidebar-nav {
  position: relative;
  top: 0;
  width: 225px;
  font-size: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li {
  padding: 10px 0;
  text-indent: 0;
  line-height: 15px;
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #428bca;
}

.sidebar-nav li a .sidebar-icon {
  width: 45px;
  height: 45px;
  font-size: 14px;
  padding: 0 2px;
  display: inline-block;
  text-indent: 7px;
  margin-right: 10px;
  color: #fff;
  float: left;
}

.sidebar-nav li a .caret {
  position: absolute;
  top: auto;
  margin-top: 5px;
  margin-left: 30px;
}

.sidebar-nav li ul.panel-collapse {
  list-style: none;
  -moz-padding-start: 0;
  -webkit-padding-start: 0;
  -khtml-padding-start: 0;
  -o-padding-start: 0;
  padding-start: 0;
  padding: 0;
}

.sidebar-nav li ul.panel-collapse li i {
  margin-right: 10px;
}

.sidebar-nav li ul.panel-collapse li {
  text-indent: 15px;
}
#sidebar {
  display: block;
  background-color: #fff;
  padding: 10px;
  position: relative;
  padding-bottom: 100%;
  height: auto;
}
/* .sottocat li {
  margin-top: 8px;
} */

@media (max-width: 992px) {
  /* #sidebar-wrapper {
    width: 45px;
  } */
  #sidemenu li ul {
    position: fixed;
    left: 45px;
    margin-top: -45px;
    z-index: 1000;
    width: 200px;
    height: 0;
  }
}

.sidebar-nav li a {
  font-size: 16px;
  color: #000 !important;
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1024px) {
  .theme-container {
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  .logo.navbar-brand img {
    width: 100px;
  }
  .top-right .top-elements {
    margin: 0;
    position: absolute !important;
    right: 40px !important;
    top: 10px !important;
  }
  .primary-navbar > li > a {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .primary-navbar > li {
    padding: 10px 8px;
  }
  .top-right .top-elements {
    margin: 0;
    position: absolute !important;
    right: 40px !important;
    top: 30px !important;
  }
}

.product-table .dida {
  display: none;
}

.btn-danger i{
  color: #fff;
}

.brand-slider .owl-item .item center{
  position: relative;
  top: 38%;
}

.banner-content:before{
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: 0;
      background-color: rgba(0,0,0,1);
      opacity: 0.4;
    }

.banner-content *{
  position: relative;
}

@media (max-width: 1224px) {
  .header-wrap > .container{
    width: 100%;
  }
}

@media (max-width: 767px) {

  .header-wrap .navigation{
    position: absolute;
  }

   #content > .pt-60{
    padding-top: 15px !important;
  }

  ._checkout_content,
  .carrello{
    background-color: #fff !important;
    padding-bottom: 15px !important;
    padding-top: 15px;
  }

  .panel .h3, .panel h3 {
      font-size: 16px;
  }

  .is-sticky .top-right .top-elements{
    top: 5px !important;

  }

  .slider-section{
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 0;
  }

  .tp-caption{
    white-space: initial;
  }

  .tp-caption .lrg-txt{
    text-align: center;
  }

  .banner{
    margin-bottom: 10px;
  }

  .size-36 {
      font-size: 22px;
  }

  section.space-30{
    padding-top: 10px;
  }

  section.space-bottom-30 {
      padding-bottom: 0px;
  }

  section.space-bottom-60 {
      padding-bottom: 30px;
  }

  .space-40.visible-xs {
      padding-bottom: 15px;
      padding-top: 15px;
  }

  .breadcrumb{
    padding: 5px;
    font-size: 11px;
    line-height: 2;
  }

  .top-nav > li{
    padding: 10px 10px;
    font-size: 12px;
  }

  .view-wrap,
  .prod-lr-btn{
    display: none;
  }

  .cate-bar{
    padding-top: 20px;
  }
  /*.header-topbar{
		display: none;
	}*/
  .top-slogan {
    display: none;
  }
  .navbar-brand .logo-title {
    float: left;
    margin: 0;
    width: 150px;
  }
  .navbar-brand .logo-title img {
    width: 100%;
  }
  .primary-navbar .mega-dropdown {
    padding-right: 0px;
  }
  .primary-navbar > li {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .primary-navbar > li > a {
    padding: 10px 20px;
  }
  .sub-list .mCS_img_loaded {
    display: none;
  }
  .top-right/*, .primary-navbar > li*/ {
    padding-top: 0px;
    padding-bottom: 20px;
    margin-top: -20px;
  }

  .cart-form {
  }
  .cart-form thead {
    display: none !important;
  }
  .product-table .dida {
    display: inline;
  }
  .cart-form table.product-table,
  .cart-form table tbody,
  .cart-form table tr,
  .cart-form table td {
    display: block !important;
  }
  .cart-form table td.image {
    display: block !important;
    padding: 10px 0;
    width: 100%;
  }
  .product-table > tbody > tr {
    margin-bottom: 0px;
    border-bottom: 60px solid transparent;
  }
  .product-table td {
    padding: 10px 0;
  }
  .product-table td.image > .white-bg,
  .product-table td.image > .white-bg > a.media-link {
    display: block;
    width: 100%;
    height: 165px;
  }
  .continue-shopping .theme-btn.btn {
    width: 100%;
    margin-bottom: 10px;
  }
  .product-table .priceTot {
    font-size: 20px;
  }
}

@media screen and (max-width: 425px) {
}
@media screen and (max-width: 320px) {
}
@media screen and (min-width: 320px) and (max-width: 990px) {
}

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 820px to 1180px
*/

@media (min-width: 820px) and (max-width: 1180px) {
  .top-right {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .primary-navbar > li {
    padding: 10px 5px;
  }
  .primary-navbar > li > a {
    font-size: 13px;
  }
  .login-hover,
  .wishlist-hover {
    margin-right: 5px;
  }
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 820px) and (max-width: 1180px) and (orientation: landscape) {
  .top-right {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .primary-navbar > li {
    padding: 40px 8px;
  }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
}


.qty-container {
  display: flex;
  align-items: center;
}

.qty-container button {
  border: none;
  background-color: #00000011;
  cursor: pointer;
}

@media (max-width: 767px) {

  .cat-menu i{
    display: none;
  }

  ._checkout_content .theme-btn-1{
    width: 100%;
    clear: both;
    margin-top: 15px;
  }
  
}
