@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: 'Ubuntu', sans-serif;
}
a,p,h1,h2,h3,h4,h5,h6 {
  margin: 0;
  text-decoration: none;
  line-height: 1.2;
}
h1,h2,h3,h4,h5,h6 {
  font-weight: 400;
}
button:focus,
textarea:focus,
select:focus {
  outline: none !important;
  -webkit-appearance: none;
  box-shadow: none;
}
input:focus {
  outline: none !important;
}
a:active {
  outline: 0;
  outline: none !important;
}
a:focus {
  outline: 0;
  outline: none !important;
}
a:-webkit-any-link:focus-visible {
  outline-offset: unset;
}
:focus-visible {
  outline: none;
}
a {
  display: inline-block;
  transition: 0.3s all ease;
  text-decoration: none;
}
a:hover {
  color: inherit;
}
input,
button,
img {
  transition: 0.3s all ease;
}

.wrapper {
  overflow: hidden;
}
.owl-drag {
  overflow: hidden;
}
.owl-item {
  float: left;
}
.owl-dots {
  display: none;
}

/* ========== Breadcrumbs ============== */
.bread-crumbs {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.bread-crumbs a,
.bread-crumbs span,
.bread-crumbs p {
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-transform: capitalize;
  color: #696969;
}
.bread-crumbs span {
  margin: 0 6px;
}
.bread-crumbs a:hover {
  color: #000;
}
/* ========== End Breadcrumbs ============== */
/* ========== colors ============== */
.white {background: #fff;}
.black {background: #000;}
.light {background: #F3F0EC;}
.dark-gray {background: #696969;}
.color-blue {background: #254C6F;}
/* ========== end colors ============== */
.index main {
  padding-top: 50px;
}

.header-top {
  background: #1B3B58;
  padding: 5px 8px;
  position: relative;
  display: flex;
  align-items: center;
}
.header-top span {
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
  margin-left: auto;
  white-space: nowrap;
}
.header-top.second {
  border-top: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-top.first .close-top {
  position: absolute;
  right: 0px;
  top: -1px;
  background: #1B3B58;
  height: 26px;
  width: 30px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-top.second .close-top {
  margin-left: auto;
}
.header-top .header-top-slide {
  display: flex;
  align-items: center;
}

.header-top.first {
  padding: 0;
}
.header-top .owl-drag {
  overflow: visible;
  padding: 0;
  margin-top: -4px;
}
.header-top .owl-nav {
  display: none;
}
/* /////////// */
.header-menu-con {
  background: #F0F0F0;
}
.header-menu-rov {
  align-items: center;
}
.header-menu > .col-4 {
  display: flex;
  align-items: center;
}
.header-menu {
  justify-content: space-between;
}
.header-menu .header-menu-left .menu-link {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #1C3C57;
  margin-right: 40px;
  text-transform: uppercase;
}
.header-menu .header-menu-left form {
  position: relative;
}
.header-menu .header-menu-left form input {
  background: #FFFFFF;
  border-radius: 16.5px;
  height: 33px;
  max-width: 185px;
  width: 100%;
  border: none;
  padding: 8px 14px;
  background-image: url('../images/search-icon.svg');
  background-repeat: no-repeat;
  background-position: left 14px center;
  font-size: 14px;
}
.header-menu .header-menu-left form input:focus {
  background-image: none;
}
.header-menu .header-menu-right,
.header-menu .header-menu-left {
  display: flex;
  align-items: center;
}
.header-menu .header-menu-logo {
  text-align: center;
}

.header-menu .header-menu-right {
  justify-content: flex-end;
}
.header-menu .header-menu-right a {
  margin-right: 40px;
}
.header-menu .header-menu-right a:last-child {
  margin-right: 0;  
}
/* //////////// */
header {
  position: relative;
}
header .navbar {
  padding: 0;
  border-bottom: 2px solid #F2F2F2;
  position: unset;
}
/* /// */
header .navbar .navbar-nav .nav-link {
  padding: 35px 0 20px;
  font-size: 12px;
  line-height: 14px;
  color: #1B3B58;
  text-transform: uppercase;
  position: relative;
  transition: .4s all ease;
}
header .navbar .navbar-nav .nav-item.active .nav-link::after {
  opacity: 1;
}
header .navbar .navbar-nav .nav-link::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background: #1B3B58;
  position: absolute;
  bottom: -3px;
  left: -2px;
  opacity: 0;
  transition: .4s all ease;
}
header .navbar .navbar-nav .nav-link.active::after,
header .navbar .navbar-nav .nav-link:focus::after,
header .navbar .navbar-nav .nav-link:active::after,
header .navbar .navbar-nav .nav-link:hover::after {
  opacity: 1;
  height: 2px;
}
header .navbar .navbar-nav .slash .nav-link::after {
  content: none;
}
header .navbar .navbar-nav .nav-link img {display: none;}
header .navbar-expand-lg .navbar-nav {
  justify-content: space-between;
  width: 100%;
}
header .navbar .navbar-nav .dropdown-item {
  font-size: 12px;
  line-height: 14px;
  color: #696969;
  margin-bottom: 5px;
}
.dropdown-toggle::after {content: none;}
header .navbar-nav .dropdown {
  position: unset;
}
header .navbar-nav .dropdown .dropdown-menu {
  min-width: 100%;
  padding: 40px 0;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 0;
  left: 0;
  top: 100%;
}
header .navbar .dropdown .drop-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
header .navbar .dropdown .drop-item p {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #1B3B58;
}
header .navbar .dropdown .drop-link a {
  font-size: 12px;
  line-height: 14px;
  color: #1B3B58;
  margin-bottom: 10px;
  position: relative;
}
header .navbar .dropdown .drop-link a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  margin: auto;
  width: 0;
  height: 1px;
  background: #1B3B58;
  transition: .3s;
}
header .navbar .dropdown .drop-link a:hover::after {
  width: 100%;
}
header .navbar .dropdown .drop-img img {
  /* width: 100%; */
}
header .navbar .dropdown .drop-img:hover span {
  color: #000;
}
header .navbar .dropdown .drop-img span {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #696969;
  margin-top: 10px;
  transition: .3s;
}
/* ============== End Header ============= */
/* ========================= HOME PAGE ===================================== */
.index-sec {
  padding-top: 40px;
}
.index-main-banner {
  height: 528px;
}
.index-main-left {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 60px;
  text-align: center;
  background-color: #C1C1C1;
  position: relative;
}
.index-main-left .index-left-info span {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #FFFFFF;
}
.index-tag {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
}
.index-main-left h1 {
  font-size: 48px;
  line-height: 55px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.index-main-left .view-btn {
  font-size: 16px;
  line-height: 0px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 20px 5px;
  white-space: nowrap;
  margin-top: 40px;
  border: 1px solid #F0F0F0;
  border-radius: 25px;
  width: 200px;
}
.index-main-left .view-btn:hover {
  background: #fff;
  color: #1B3B58;
}
.index-main-right img {
  width: 101%;
  height: 100%;
  object-fit: cover;
}
/* // */
.index-collection {
  margin-top: 60px;
}
.index-col-item {
  display: block;
  margin-right: 10px;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.index-col-item .index-col-text,
.index-col-item-img {
  background-color: #D7D7D7;
  height: 414px;
}
.index-col-item .index-col-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.index-col-item .index-col-text p {
  font-size: 28px;
  line-height: 32px;
  color: #FFFFFF;
}
.index-col-item:last-child {
  margin-right: 0;
}
.index-col-item img {
  width: 100%;
  height: 100%;
}
.index-col-item .index-col-item-img {
  overflow: hidden;
}
.index-col-item:hover .index-col-item-img img {
  transform: scale(1.05);
}
.index-col-item:hover span {
  opacity: 1;
}
.index-col-item span {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  line-height: 14px;
  color: #696969;
}
/* ----------------------------- */
.index-info-sec {
  padding: 100px 0;
}
.index-info-sec .index-info-img {
  text-align: center;
}
/* ////// */
.index-select {
  padding-bottom: 100px;
}
.index-select .index-select-block {
  height: 100%;
  position: relative;
}
.index-select .index-select-block.two .index-select-img {
  position: absolute;
  left: 0;
  top: 0;
}
.index-select .index-select-img {
  width: 100%;
}
.index-select .index-select-img img {
  width: 100%;
  height: 425px;
}
.index-select-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  text-align: center;
  height: 100%;
  position: relative;
  z-index: 2;
  padding: 30px;
}
.index-select-text p {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.index-select-text h2 {
  font-size: 40px;
  line-height: 46px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.index-select-text .index-select-btn {
  font-size: 12px;
  line-height: 0px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 15px 20px;
  border: 1px solid #F0F0F0;
  border-radius: 25px;
}
.index-select-text .index-select-btn:hover {
  color: #696969;
  background: #fff;
}
/* //////////////////////////////////// */

.sale-week .week-block {
  display: block;
}
.sale-week .slick-active .week-block {
  margin-right: 10px;
}

.sale-week .owl-dots {
  display: block
}

.sale-week .week-block .week-img {
  overflow: hidden;
}
.sale-week .week-block .week-img.overlay img,
.sale-week .week-block .week-img img {
  width: 100%;
  height: 410px;
}
.sale-week .week-block .owl-carousel .owl-stage {
  transform: translate3d(0) !important;
}
.sale-week .week-block .owl-item {
  width: 100%;
}

.sale-week .week-block:hover .week-img .quick-view {
  opacity: 1;
  z-index: 11;
}
/* / */
.sale-week .week-block .week-text .week-name {
  display: block;
  font-size: 16px;
  line-height: 18px;
  color: #696969;
  margin: 10px 0;
}
.sale-week span {
  transition: .3s all ease;
}
.sale-week .week-block .week-size {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  color: #696969;
  opacity: 0;
}
.sale-week .week-block:hover .week-size {
  opacity: 1;
}
.sale-week .week-block .week-price del,
.sale-week .week-block .week-price span {
  display: block;
  font-size: 16px;
  line-height: 18px;
  color: #696969;
}
.sale-week .week-block .week-price {
  display: flex;
  align-items: center;
}
.sale-week .week-block .week-price span.sale-price {
  color: #B72025;
  margin-left: 10px;
}
/* ---------------- */
.index-comazo-sec {
  padding-top: 70px;
}
/* / */
.index-end {
  padding: 100px 0 60px;
}
.index-end .end-block {
  height: 135px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  background: #F0F0F0;
  border: 1px solid #F0F0F0;
  border-radius: 10px;
  padding: 20px;
}
.index-end .end-block h3 {
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  color: #696969;
}
.index-end .end-block p {
  font-size: 12px;
  line-height: 14px;
  color: #696969;
}
.index-slide .slide-arrow {
  top: 46%;
}
.index-slide .next-arrow {
  right: -20px;
}
/* ================== end HOME PAGE ====================== */

.product-sec .product-col:nth-child(odd){
  padding-right: 10px;
}
.product-sec .product-col:nth-child(even) {
  padding-left: 0;
}
.product-sec .product-col.hide {
  display: none;
}
.product-sec .product-img {
  margin-bottom: 10px;
  position: relative;
}
.product-sec .product-img img {
  width: 100%;
  height: 530px;
  object-fit: cover;
}
.product-sec .product-img .show-more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  background: #FFFFFF;
  border-radius: 25px;
  font-size: 12px;
  color: #696969;
  z-index: 2;
  width: 180px;
  height: 30px;
  text-align: center;
}
.product-sec .product-img .show-more-btn.hide {
  display: none;
}
/* //////// */
.product-info {
  margin-top: 90px;
}
.product-info .info-block h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 23px;
  color: #696969;
}
.product-info .info-text p {
  font-size: 12px;
  line-height: 14px;
  color: #696969;
  margin-bottom: 10px;
}
.product-info .info-text p span.yellow-text {
  color: #E28903;
}
.product-info .info-text {
  margin-bottom: 30px;
}
.product-info .info-warm {
  margin-bottom: 30px;
}
.product-info .info-block h3 {
  font-size: 20px;
  line-height: 23px;
  color: #696969;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.product-info .info-block h3 span {
  color: #E28903;
}
.product-info .info-warm p {
  font-size: 12px;
  line-height: 14px;
  color: #696969;
}
.product-info .info-icon {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.product-info .info-icon img {
  margin-right: 10px;
}
.product-info .info-icon .in-text h6 {
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  margin-bottom: 2px;
  color: #E28903;
}
.product-info .info-icon .in-text p {
  font-size: 12px;
  line-height: 14px;
  color: #696969;
}
.product-info .info-temprature p.temp-text {
  margin-bottom: 15px;
}
.product-info .info-temprature p {
  font-size: 12px;
  line-height: 14px;
  color: #696969;
}
.product-info .info-temprature .temprature-gradus .gradus-line {
  display: block;
  height: 12px;
  background: linear-gradient(270deg, rgba(226, 137, 3, 0) 20%, #E28903 47.53%, rgba(226, 137, 3, 0) 75.06%);
  margin-bottom: 5px;
}
.product-info .info-temprature .temprature-gradus .gradus-num {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.product-info .info-temprature .temprature-gradus .gradus-num span {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  color: #696969;
}
.product-info .info-temprature .temprature-items p {
  text-transform: uppercase;
  line-height: 1;
  width: 40%;
}
.product-info .info-temprature .temprature-items .items-line {
  width: 60%;
}
.product-info .info-temprature .temprature-items .items-line span {
  width: 100%;
}
.product-info .info-temprature .temprature-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.product-info .info-temprature .temprature-items .items-line {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.product-info .info-temprature .temprature-items .items-line span {
  display: inline-block;
  width: 100%;
  height: 10px;
  margin-right: 2px;
  background: #F0F0F0;
}
.product-info .info-temprature .temprature-items .items-line span.active {
  background: #696969;
}
.product-info .info-temprature .temprature-link {
  text-align: right;
  margin-top: -5px;
}
.product-info .info-temprature .temprature-link a {
  font-size: 12px;
  line-height: 14px;
  color: #696969;
  text-decoration: underline;
}
.product-info .info-temprature .temprature-link a:hover {
  text-decoration: none;
}
/* /////// */
.product-sec .product-side .side-tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.product-sec .product-side .side-tag span {
  display: inline-block;
  font-size: 12px;
  line-height: 0px;
  text-transform: uppercase;
  padding: 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  white-space: nowrap;
}
.product-sec .product-side .side-tag span:last-child {
  margin-right: 0;
}
.product-sec .product-side .side-tag span.red {
  background: #825454;
  color: #fff;
}
.product-sec .product-side .side-tag span.yellow {
  background: #E28903;
  color: #fff;
}
.product-sec .product-side .side-tag span.light-gray {
  background: #F0F0F0;
  color: #696969;
}

.product-sec .product-side .product-price p,
.product-sec .product-side .product-name h2 {
  font-size: 24px;
  line-height: 28px;
  color: #1B3B58;
  margin-bottom: 10px;
}
.product-sec .product-side .product-price p {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #F0F0F0;
}
.product-sec .product-side .product-color p {
  font-size: 14px;
  line-height: 16px;
  color: #1B3B58;
  margin-bottom: 10px;
}
.product-sec .product-side .product-color p span {
  color: #696969;
}
/* ========== */
.colors {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #F0F0F0;
}
.colors span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border: 1px solid #D7D7D7;
  border-radius: 10px;
  margin-right: 5px;
  transition: .3s all ease;
}
.colors a {
  display: inline-block;
  border-radius: 5px;
  width: 50px;
  height: 30px;
  
}
.colors span:hover,
.colors span.active {
  border-color: #696969;
}
.colors a.pink {
  background: #C4B4C8;
}
.colors a.light-blue {
  background: #B7C9E2;
}
.colors a.light-gray {
  background: #C9DBD7;
}
.colors a.gray {
  background: #E2E2E4;
}
/* ========== */
.product-sec .product-size .size-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.product-sec .product-size .size-text p {
  font-size: 14px;
  line-height: 16px;
  color: #1B3B58;
}
.product-sec .product-size .size-text a {
  font-size: 12px;
  line-height: 14px;
  text-decoration-line: underline;
  color: #696969;
}
.product-sec .product-size .size-text a:hover {
  text-decoration: none;
}
.size-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.size-block .size-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 5px 5px 0;
  width: 58px;
  height: 58px;
  border: 1px solid #D7D7D7;
  border-radius: 5px;
}
.size-block .size-item.active,
.size-block .size-item:hover {
  border-color: #696969;
}
.size-block .size-item.no-bor {
  border: none;
}
.size-block .size-item span {
  font-size: 16px;
}
.size-block .size-item span.first {
  color: #696969;
}
.size-block .size-item span.second {
  color: #D7D7D7;
}

.product-sec .product-side .product-cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 25px 0 15px;
}
.product-sec .product-side .product-cart .add-to-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1B3B58;
  border-radius: 25px;
  height: 40px;
  width: 100%;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  border: 1px solid transparent;
}
.product-sec .product-side .product-cart .add-to-cart:hover {
  border-color: #D7D7D7;
  color: #696969;
  background: transparent;
}
.product-sec .product-side .product-cart .add-to-fav svg path {
  transition: .3s all ease;
}
.product-sec .product-side .product-cart .add-to-fav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #D7D7D7;
}
.product-sec .product-side .product-cart .add-to-fav:hover svg path {
  fill: #B72025;
  stroke: #B72025;
}
.accordion-item:last-of-type,
.accordion-item:last-of-type .accordion-collapse {
  border-radius: 0;
}
.accordion-button:focus{
  border: none;
  box-shadow: none;
  background: transparent;
}
.product-sec .accordion-item {
  border: none;
  border-bottom: 1px solid #F0F0F0;
}
.product-sec .accordion-item:last-child {
  border: none;
}
.product-sec .accordion-button {
  padding: 15px 0;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #696969;
}
.product-sec .accordion-button img {
  margin-left: auto;
}
.product-sec .accordion-button[aria-expanded="true"] img {
  transform: rotate(180deg);
}
.product-sec .accordion-button:not(.collapsed) {
  color: #696969;
  box-shadow: none;
  background: transparent;
}
.product-sec .accordion-body {
  padding: 0 0 10px;
  font-size: 14px;
}
.product-sec .accordion-button::after {
  content: none;
}
.product-sec .accordion-slide {
  position: relative;
}
.product-sec .side-slide .side-slide-img {
  position: relative;
}
.product-sec .side-slide .side-slide-img img {
  width: 100%;
  height: auto;
}
.product-sec .side-slide .side-slide-img .fav-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  opacity: 0;
}
.product-sec .side-slide-item:hover .side-slide-img .fav-icon {
  opacity: 1;
}

.product-sec .side-slide .side-slide-text a {
  font-size: 14px;
  line-height: 16px;
  color: #696969;
  margin: 10px 0 5px;
}
.product-sec .side-slide .side-slide-text a:hover {
  color: #B72025;
}
.product-sec .side-slide .side-slide-text span {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  color: #696969;
}
.product-sec .side-slide .owl-nav button {
  position: absolute;
  top: 33%;
  padding: 0;
  border: none;
  background: transparent;
  border-radius: 50%;
}
.product-sec .side-slide .owl-nav button.owl-prev {
  left: -18px;
}
.product-sec .side-slide .owl-nav button.owl-next {
  right: -18px;
}

/* /////////// */
.product-line {
  padding-top: 100px;
}
.title h2 {
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #696969;
  margin-bottom: 30px;
}
.title h2 span {
  color: #E28903;
}


.product-line .line-block {
  display: block;
}
.product-resp .slick-active .resp-block,
.product-line .slick-active .line-block {
  margin-right: 10px;
}


.slide-arrow {
  position: absolute;
  top: 40%;
  margin-top: -15px;
  border: none;
  background: transparent;
  padding: 0;
  z-index: 2;
}
.prev-arrow {
  left: -20px;
  background-image: url('../images/slide-left-arrow.svg');
  width: 40px;
  height: 40px;
}
.next-arrow {
  right: -12px;
  background-image: url('../images/slide-right-arrow.svg');
  width: 40px;
  height: 40px;
}
.product-resp .owl-dots,
.product-line .owl-dots {
  display: block
}

.product-line .line-block .line-img {
  overflow: hidden;
}
.product-line .line-block .line-img.overlay img,
.product-line .line-block .line-img img {
  width: 100%;
  height: 410px;
}
.product-line .line-block .owl-carousel .owl-stage {
  transform: translate3d(0) !important;
}
.product-line .line-block .owl-item {
  width: 100%;
}
.fav-icon {
  position: absolute;
  top: 12px;
  right: 12px;
  opacity: 0;
}
.fav-icon:hover svg path {
  fill: #B72025;
  stroke: #B72025;
}
.line-block:hover .fav-icon {
  opacity: 1;
}
.product-line .line-block:hover .line-img .quick-view {
  opacity: 1;
  z-index: 11;
}
/* =============== */
.tags {
  position: absolute;
  left: 5px;
  bottom: 5px;
  display: flex;
  align-items: center;
  z-index: 10;
}
.tags span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 0;
  text-transform: uppercase;
  color: #696969;
  padding: 10px;
  margin-right: 5px;
}
.tags span.new {
  background: #F0F0F0;
}
.tags span:last-child {
  margin-right: 0;
}
.tags span.sale {
  background: #B72025;
  color: #fff;
}
/* =============== */
.product-line .line-block .line-text .line-name {
  display: block;
  font-size: 16px;
  line-height: 18px;
  color: #696969;
  margin: 10px 0;
}
.product-line span {
  transition: .3s all ease;
}
.product-line .line-block .line-size {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  color: #696969;
  opacity: 0;
}
.product-line .line-block:hover .line-size {
  opacity: 1;
}
.product-line .line-block .line-price del,
.product-line .line-block .line-price span {
  display: block;
  font-size: 16px;
  line-height: 18px;
  color: #696969;
}
.product-line .line-block .line-price {
  display: flex;
  align-items: center;
}
.product-line .line-block .line-price span.sale-price {
  color: #B72025;
  margin-left: 10px;
}
/* ========================== */
.product-resp {
  padding-top: 100px;
}
.product-resp .resp-col {
  position: relative;
}

.product-resp span {
  transition: .3s all ease;
}
.product-resp .resp-block .resp-size {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  color: #696969;
  opacity: 0;
}
.product-resp .resp-block:hover .resp-size {
  opacity: 1;
}
.product-resp .resp-block {
  display: block;
}
.product-resp .resp-block .resp-img {
  display: block;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}
.product-resp .resp-block .resp-img img {
  width: 100%;
  height: 410px;
}
.product-resp .resp-block .resp-text .resp-name {
  display: block;
  font-size: 16px;
  line-height: 18px;
  color: #696969;
  margin-bottom: 10px;
}
.product-resp .resp-block .resp-text a:hover {
  color: #B72025;
}
.product-resp .resp-block .resp-price del,
.product-resp .resp-block .resp-price span {
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  color: #696969;
}
.product-resp .resp-block .resp-price {
  display: flex;
  align-items: center;
}
.product-resp .resp-block .resp-price span.sale-price {
  color: #B72025;
  margin-left: 10px;
}
/* /// */
.resp-img .fav-icon {
  position: absolute;
  top: 12px;
  right: 12px;
  opacity: 0;
}
.resp-img .fav-icon:hover svg path {
  fill: #B72025;
  stroke: #B72025;
}
.resp-block:hover .fav-icon {
  opacity: 1;
}
.quick-view {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #696969;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  padding: 8px 0 6px 0;
  opacity: 0;
}
.resp-block:hover .quick-view {
  opacity: 1;
  z-index: 11;
}
/* ============= why sec ======================== */
.why-sec {
  padding-top: 100px;
}
.why-sec .why-block img {
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.why-sec .why-block:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.why-sec .why-block h5 {
  margin: 15px 0 10px;
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  color: #696969;
}
.why-sec .why-block p {
  font-size: 12px;
  line-height: 14px;
  color: #696969;
  height: 42px;
  overflow: hidden;
}
.why-sec .why-block a {
  opacity: 0;
  visibility: hidden;
  margin-top: 15px;
  background: #FFFFFF;
  border: 1px solid #D7D7D7;
  border-radius: 25px;
  padding: 8px 10px;
  width: 100%;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #696969;
}
.why-sec .why-block:hover a {
  opacity: 1;
  visibility: visible;
}
.why-sec .why-block a:hover {
  background: #1B3B58;
  border-color: #1B3B58;
  color: #fff;
}
.why-sec .why-col {
  position: relative;
  padding: 0;
}
.why-sec .why-slide {
  padding: 0;
  margin: 0;
}
.why-sec .why-slide .owl-nav button {
  position: absolute;
  top: 21%;
  padding: 0;
  border: none;
  background: transparent;
  border-radius: 50%;
}
.why-sec .why-slide .owl-nav button.owl-prev {
  left: -7px;
}
.why-sec .why-slide .owl-nav button.owl-next {
  right: -7px;
}
/* ========================= */
.help-sec {
  padding: 100px 0 60px;
}
.help-sec .help-block {
  background: #F0F0F0;
  padding: 20px;
  border: 1px solid #F0F0F0;
  border-radius: 10px;
  text-align: center;
}
.help-sec .help-block h3 {
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  color: #696969;
  margin-bottom: 40px;
}
.help-sec .help-block p {
  font-size: 12px;
  line-height: 14px;
  color: #696969;

}
/* ========================= New page catalog ===================================== */
.catalog-sec {
  padding-top: 40px;
}
.pr-0 {padding-right: 0;}
.pl-0 {padding-left: 0;}

.catalog-sec .cat-main-banner {
  height: 100%;
}
.catalog-sec .catalog-main-left {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 60px;
  text-align: center;
  background-color: #C3CBCB;
  position: relative;
}
.cat-tag {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
}
.catalog-sec .catalog-main-left h1 {
  font-size: 48px;
  line-height: 55px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.catalog-sec .catalog-main-left .view-btn {
  font-size: 16px;
  line-height: 0px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 20px 54px;
  margin-top: 40px;
  border: 1px solid #F0F0F0;
  border-radius: 25px;
}
.catalog-sec .catalog-main-left .view-btn:hover {
  background: #fff;
  color: #1B3B58;
}
.catalog-sec .catalog-main-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* // */
.catalog-sec .catalog-collection {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.catalog-sec .cat-col-item {
  display: block;
  margin-right: 10px;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.catalog-sec .cat-col-item:last-child {
  margin-right: 0;
}
.catalog-sec .cat-col-item img {
  width: 100%;
}
.catalog-sec .cat-col-item .cat-col-item-img {
  overflow: hidden;
}
.catalog-sec .cat-col-item:hover .cat-col-item-img img {
  transform: scale(1.05);
}
.catalog-sec .cat-col-item:hover span {
  opacity: 1;
}
.catalog-sec .cat-col-item span {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  line-height: 14px;
  color: #696969;
}
/* /// */
.catalog-main {
  padding-top: 100px;
  padding-bottom: 45px;
}
.catalog-main .bread-crumbs {
  margin-bottom: 0;
  padding-bottom: 34px;
  border-bottom: 1px solid #F0F0F0;
}
.catalog-main .accordion-button:focus{
  border: none;
  box-shadow: none;
  background: transparent;
}
.catalog-main .accordion-item {
  border: none;
  border-bottom: 1px solid #F0F0F0;
}
.catalog-main .accordion-item:last-child {
  border: none;
}
.catalog-main .accordion-button {
  padding: 15px 0;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #696969;
}
.catalog-main .accordion-button img {
  margin-left: auto;
}
.catalog-main .accordion-button[aria-expanded="true"] img {
  transform: rotate(180deg);
}
.catalog-main .accordion-button:not(.collapsed) {
  color: #696969;
  box-shadow: none;
  background: transparent;
}
.catalog-main .accordion-body {
  padding: 0 0 10px;
  font-size: 14px;
}
.catalog-main .accordion-button::after {
  content: none;
}
/* ///////// */
.filter-block-style,
.catalog-main .catalog-filter .filter-line {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.filter-style,
.catalog-main .catalog-filter .filter-line .line-items {
  display: inline-block;
  font-size: 12px;
  line-height: 0px;
  text-transform: uppercase;
  color: #696969;

  border: 1px solid #D7D7D7;
  width: 100%;
  margin-bottom: 5px;
  padding: 15px 10px;
}
.filter-style:hover,
.catalog-main .catalog-filter .filter-line .line-items:hover {
  border-color: #1B3B58;
}
.filter-style.active,
.filter-style:active,
.catalog-main .catalog-filter .filter-floor .floor-items.active,
.catalog-main .catalog-filter .filter-line .line-items.active,
.catalog-main .catalog-filter .filter-line .line-items:active {
  background-color: #1B3B58;
  color: #fff;
  border-color: #696969;
}

.catalog-main .catalog-filter .filter-line .line-items.basic:hover{
  border-color: #1B3B58;
}
.catalog-main .catalog-filter .filter-line .line-items.bio:hover {
  border-color: #8AC44B;
}
.catalog-main .catalog-filter .filter-line .line-items.newclassic:hover,
.catalog-main .catalog-filter .filter-line .line-items.classic:hover {
  border-color: #696969;
}
.catalog-main .catalog-filter .filter-line .line-items.dream:hover {
  border-color: #a8a5a8;
}
.catalog-main .catalog-filter .filter-line .line-items.elite:hover {
  border-color: #d4b270;
}
.catalog-main .catalog-filter .filter-line .line-items.print:hover {
  border-color: #80B5DC;
}
.catalog-main .catalog-filter .filter-line .line-items.warm:hover {
  border-color: #80B5DC;
}
.catalog-main .catalog-filter .filter-line .line-items.green-border:hover {
  border-color: #2B581B;
}
.catalog-main .catalog-filter .filter-line .line-items.yellow-border:hover {
  border-color: #E28903;
}
.catalog-main .catalog-filter .filter-line .line-items.red-border:hover {
  border-color: #B72025;
}
/* // */
.catalog-main .catalog-filter .fSize-col {
  text-align: center;
}
.catalog-main .catalog-filter .fSize-col:nth-child(odd){
  padding-right: 2.5px;
}
.catalog-main .catalog-filter .fSize-col:nth-child(even) {
  padding-left: 2.5px;
}
.catalog-main .catalog-filter .fSize-col .fSize-items {
  font-size: 12px;
  line-height: 0px;
  text-transform: uppercase;
  color: #696969;
  padding: 15px 10px;
  width: 100%;
  border: 1px solid #D7D7D7;
  margin-bottom: 5px;
}
.catalog-main .catalog-filter .fSize-col .fSize-items:hover {
  border-color: #1B3B58;
}
.catalog-main .catalog-filter .fSize-col.active .fSize-items,
.catalog-main .catalog-filter .fSize-col .fSize-items:active {
  background-color: #1B3B58;
  color: #fff;
  border-color: #1B3B58;
}
/* /// */
.catalog-main .catalog-filter .filter-color {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.catalog-main .catalog-filter .filter-color .color-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  line-height: 0px;
  text-transform: uppercase;
  color: #696969;
  border: 1px solid #D7D7D7;
  width: 100%;
  margin-bottom: 5px;
  padding: 4px 10px;
}
.catalog-main .catalog-filter .filter-color .color-items span {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.catalog-main .catalog-filter .filter-color .color-items:hover {
  border-color: #8AC44B;
}
.catalog-main .catalog-filter .filter-color .color-items.active,
.catalog-main .catalog-filter .filter-color .color-items:active {
  background-color: #1B3B58;
  color: #fff;
  border-color: #696969;
}
.catalog-left-side {
  position: relative;
}
/*//////////////////////////////////START MULTI RANGE/////////////////////*/
.catalog-main .easy-basket-filter {
	position: relative;
  margin-top: 15px;
}
.catalog-main .fill {
	height: 5px;
	width: 100%;
	background-color: #1B3B58;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.catalog-main .easy-basket-filter-info {
	box-sizing: border-box;
	padding: 0;
  width: 100%;
  display: flex;
	justify-content: space-between;
  align-items: center;
  
}
.catalog-main .easy-basket-filter-info input {
  border: none;
  width: 100%;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #696969;
  padding-top: 15px;
}
.catalog-main .easy-basket-lower {
  text-align: left;
}
.catalog-main .easy-basket-upper {
  text-align: right;
}
.catalog-main .range {
	position: absolute;
	left: 0;
	top: 0;
}
.catalog-main input[type=range] {
	-webkit-appearance: none;
	width: 100%;
	margin: 0;
	background: #D7D7D7;
}
.catalog-main input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	cursor: pointer;
	position: relative;
	z-index: 3;
}
.catalog-main input[type=range]:focus, input[type=text]:focus {
	outline: none;
}
.catalog-main input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	height:15px;
	width: 15px;
  border-radius: 50%;
	background: #1B3B58;
	cursor: pointer;
	margin-top: -5.5px;
}
.catalog-main input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	background: #D7D7D7;
}
.catalog-main input[type=range].lower::-webkit-slider-runnable-track {
	background: #D7D7D7;
}

/* ====================== custom select ========== */
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 180px;
  height: 30px;
}

.select-styled {
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 8px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-size: 12px;
  line-height: 1;
  color: #696969;
  background: #FFFFFF;
  border: 1px solid #D7D7D7;
  border-radius: 5px;
  overflow: hidden;
}
.select-styled:after {
  content: "";
  background-image: url('../images/accordion-arrow.png');
  background-repeat: no-repeat;
  background-size: auto;
  width: 12px;
  height: 7px;
  transition: .3s all ease;
  position: absolute;
  top: 11px;
  right: 12px;
}
.select-styled:hover {
  border-color: #8AC44B;
}
.select-styled.active::after {
  transform: rotate(180deg);
}

.select-options {
  display: none;
  position: absolute;
  top: 102%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #FFF;
  border: 1px solid #F0F0F0;
  color: #696969;
  border-radius: 3px;
}
.select-options li {
  margin: 0;
  padding: 8px 15px;
  font-size: 12px;
  line-height: 1;
  text-indent: 15px;
  border-top: 1px solid #F0F0F0;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.select-options li:first-child {
  border-top: none;
}
.select-options li:hover, .select-options li.is-selected {
  color: #c0392b;
  background: #fff;
}
.select-options li[rel="hide"] {
  display: none;
}
/* =============== end custom select =============================== */
/* =============== start custom checkbox =============================== */
.control {
  display: block;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  font-size: 12px;
  line-height: 14px;
  color: #696969;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: -1px;
  left: 0;
  height: 15px;
  width: 15px;
  background: #FFFFFF;
  border: 1px solid #D7D7D7;
  border-radius: 5px;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
/* .control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
} */
.control input:checked ~ .control__indicator {
  background: #1B3B58;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #1B3B58;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 4px;
  top: 2px;
  width: 5px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}
/* =============== end custom checkbox =============================== */
.catalog-main .catalog-products .catPro-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.catalog-main .catalog-products .catPro-top .top-filter {
  display: flex;
  align-items: center;
}
.catalog-main .catPro-top {
  margin-bottom: 30px;
}
.catalog-main .catPro-top .title h2 {
  margin-bottom: 0;
  color: #1B3B58;
}

.catalog-main .select-filter {
  display: flex;
}
.catalog-main .filter-grid {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.catalog-main .filter-grid a {
  display: inline-block;
  margin-right: 10px;
}
.catalog-main .filter-grid a:last-child {
  margin-right: 0;
}
.catalog-main .filter-grid a svg rect {
  fill: #D9D9D9;
}
.catalog-main .filter-grid a.active svg rect {
  fill: #696969;
}
/* // */
.catalog-main .ctlg-block {
  margin-bottom: 70px;
  display: block;
}
.catalog-main .ctlg-block .ctlg-img {
  display: block;
  position: relative;
  margin-bottom: 10px;
}
.catalog-main .ctlg-block .ctlg-img img {
  width: 100%;
}
.catalog-main .ctlg-block .ctlg-size {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  color: #696969;
  opacity: 0;
}
.catalog-main .ctlg-block:hover .ctlg-size {
  opacity: 1;
}
.catalog-main span {transition: .3s all ease;}
.ctlg-img .fav-icon {
  position: absolute;
  top: 12px;
  right: 12px;
  opacity: 0;
}
.ctlg-block:hover .fav-icon {
  opacity: 1;
  z-index: 3;
}
.ctlg-block:hover .quick-view {
  opacity: 1;
  z-index: 11;
}
.catalog-main .ctlg-block .ctlg-text .ctlg-name {
  display: block;
  font-size: 16px;
  line-height: 18px;
  color: #696969;
  margin-bottom: 10px;
}
.catalog-main .ctlg-block .ctlg-price del,
.catalog-main .ctlg-block .ctlg-price span {
  display: block;
  font-size: 16px;
  line-height: 18px;
  color: #696969;
}
.catalog-main .ctlg-block .ctlg-price {
  display: flex;
  align-items: center;
}
.catalog-main .ctlg-block .ctlg-price span.sale-price {
  color: #B72025;
  margin-left: 10px;
}

.catalog-main .upload-more {
  text-align: center;
}
.catalog-main .upload-more a {
  background: #FFFFFF;
  border: 1px solid #D7D7D7;
  border-radius: 25px;
  width: 266px;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #696969;
  padding: 8px 10px;
  margin: auto;
}
.catalog-main .upload-more a:hover {
  background: #1B3B58;
  color: #fff;
  border-color: #1B3B58;
}
/* ========================== */
.catalog-main .filter-fashion {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.catalog-main .filter-fashion .fStyle-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  height: 145px;
  max-width: 145px;
  width: 100%;
  padding: 15px 7px 10px;
  border: 1px solid #C4C4C4;
  margin: 0 10px 10px 0;
}
.catalog-main .filter-fashion .fStyle-block:nth-child(even) {
  margin-right: 0;
}
.catalog-main .filter-fashion .fStyle-block .style-name {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #696969;
  margin-top: 10px;
}
.catalog-main .filter-fashion .fStyle-block:hover {
  border-color: #1B3B58;
}
.catalog-main .filter-fashion .fStyle-block.active span svg path {
  fill: #fff;
}
.catalog-main .filter-fashion .fStyle-block.active span.t-short svg path {
  stroke: #fff;
  fill: inherit;
}
.catalog-main .filter-fashion .fStyle-block.active span {
  color: #fff;
}
.catalog-main .filter-fashion .fStyle-block.active {
  background-color: #1B3B58;
}
/* catalog shirts page */
.catalog-shirts-middle {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 60px;
  text-align: center;
  background-color: #C3CBCB;
  position: relative;
}
.catalog-shirts-middle > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.catalog-shirts-middle h1 {
  font-size: 48px;
  line-height: 55px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.catalog-shirts-middle p {
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
}
.cat-shirts-text {
  position: relative;
  z-index: 2;
}
.catalog-shirts-middle .view-btn {
  font-size: 16px;
  line-height: 0px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 20px 54px;
  margin-top: 80px;
  border: 1px solid #F0F0F0;
  border-radius: 25px;
}
.catalog-shirts-middle .view-btn:hover {
  background: #fff;
  color: #1B3B58;
}
.catalog-shirts-left img,
.catalog-shirts-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cat-top-content {
  position: relative;
}
.cat-top-slide .owl-nav button {
  position: absolute;
  top: 46%;
  padding: 0;
  border: none;
  background: transparent;
  border-radius: 50%;
}
.cat-top-slide .owl-nav button.owl-prev {
  left: -17px;
}
.cat-top-slide .owl-nav button.owl-next {
  right: -17px;
}
/* /// tags on top product /// */
.catPro-tags {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 25px;
  overflow: auto;
}
.catPro-tags a {
  display: inline-block;
  font-size: 12px;
  line-height: 0px;
  text-align: center;
  text-transform: uppercase;
  color: #696969;
  padding: 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  background: #F0F0F0;
  white-space: nowrap;
}
.catPro-tags a:hover,
.catPro-tags a.active {
  color: #fff;
  background-color: #1B3B58;
}
/* ////////////////// */

.catalog-outlet-left {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 60px 100px;
  text-align: center;
  background-color: #C3CBCB;
  position: relative;
}
.catalog-outlet-left h1 {
  font-size: 48px;
  line-height: 55px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.catalog-outlet-left p {
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
}
.catalog-outlet-left .view-btn {
  font-size: 16px;
  line-height: 0px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 20px 54px;
  margin-top: 80px;
  border: 1px solid #F0F0F0;
  border-radius: 25px;
}
.catalog-outlet-left .view-btn:hover {
  background: #fff;
  color: #1B3B58;
}
.catalog-outlet-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* // */
/* ============================ start slide images ================================== */
.cd-offer-blk{
  position: relative;
  margin-bottom: 30px;
  border: none;
  transition: all .3s ease-in-out;
  cursor: pointer;
  z-index: 9;
}
.cd-offer-lnk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cd-offer-lnk{width: 270px;}


.cd-offer-img .img-responsive{
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  margin: 0;
}
/*sale icon*/
.sale-wrapper{
  width: 108px;
  height: 108px;
  overflow: hidden;
  position: absolute;
  top: -6px;
  right: -6px;
}

/*hover carousel*/
.cd-hover-gal{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  transition: .2s ease-in-out;
}
.cd-hover-gal .owl-dots {
  height: 3px;
  background: rgba(215, 215, 215, .5);
  position: absolute;
  top: 0;
  width: 100%;
}
.cd-hover-gal .owl-dot{
  position: relative;
  padding: 0;
  height: 3px;
  margin: 0;
  float: left;
}
.cd-hover-gal .owl-dot:before{
  content: "";
  position: absolute;
  bottom: auto;
  height: 380px;
  width: 100%;
  left: 0;
  z-index: 0;
}
.cd-hover-gal .owl-dot.active:hover{background: #fff;}

/*hover*/
.cd-offer-blk:hover .cd-hover-gal{opacity: 1}
.cd-offer-blk .cd-offer-img{
  position: relative;
}
.cd-offer-blk .cd-offer-img img{
  width: 100%;
}
.cd-offer-blk .cd-offer-img.overlayed1:after{display: none;}
.cd-offer-blk .cd-hover-gal .owl-dots{
  width: auto;
  left: 5px;
  right: 5px;
  top: 5px;
}


.cd-offer-blk:hover .cd-offer-img > img{
  opacity: 0;
  transition: all .2s ease-in;
}
.cd-offer-blk.sold-item:hover .cd-offer-img > img{opacity: .2;}
.ctlg-product .owl-dots {
  display: flex;
  align-items: center;
}

.cd-offer-blk:hover .fav-icon {
  opacity: 1;
  z-index: 11;
}

/* ============================ end slide images ================================== */

/* ============================ start account page ================================== */

.account-sec {
  padding: 60px 0;
}
.border-style {
  border: 1px solid #D7D7D7;
  border-radius: 10px;
  padding: 30px;
}
.border-style-15 {
  border: 1px solid #D7D7D7;
  border-radius: 10px;
  padding: 15px;
}
.border-link {
  border-color: #1B3B58;
}
.account-sec .account-menu-col {
  padding-top: 30px;
}
.account-sec .account-menu-col .title h2 {
  color: #1B3B58;
  margin-bottom: 20px;
}
.account-sec .account-menu {
  align-items: flex-start;
}
.account-sec .account-menu .nav-link {
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #696969;
  margin-bottom: 10px;
  text-align: left;
}
.account-sec .nav-pills .nav-link.active,
.account-sec .nav-pills .show>.nav-link {
  color: #1B3B58;
  background: transparent;
}
.account-sec .account-current-order {
  margin-bottom: 10px;
}
.account-sec .account-current-order .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.account-sec .account-current-order .title h2 {
  color: #1B3B58;
  margin-bottom: 0;
}
.account-sec .account-current-order .title a {
  padding: 15px 17px;
  width: auto;
  height: auto;
  line-height: 0;
  font-size: 12px;
}
.delivery-address-bonus,
.account-sec .empty-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.delivery-address-bonus p,
.account-sec .empty-block p {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #696969;
}
.account-sec .empty-block p span {
  margin: 0 5px;
}
.delivery-address-bonus a,
.account-sec .empty-block a {
  font-size: 12px;
  line-height: 14px;
  text-decoration-line: underline;
  color: #696969;
}
.delivery-address-bonus a:hover,
.account-sec .empty-block a:hover {
  text-decoration: none;
}
.account-sec .account-bonus-system {
  margin-bottom: 10px;
}

/* Личный кабинет — основное (заполнено) */

.account-basic-full {
  margin-top: 60px;
}
.account-basic-full .recently {
  margin-top: 10px;
}
.delivery-address .select {
  width: 100%;
}
.account-sec .basic {
  height: 100%;
}
.account-bonus-system .title h2,
.account-delivery-address .title h2 {
  color: #1B3B58;
}
.delivery-address-bonus p .bonus-count {
  display: block;
  color: #1B3B58;
  margin: 0 5px 0 10px;
}

/* Вы недавно смотрели */

.recently-slide-content {
  position: relative;
}
.recently-slide .recently-block {
  cursor: pointer;
}
.recently-slide .recently-img img {
  width: 100%;
}
.recently-slide .recently-text {
  margin-top: 10px;
}
.recently-slide .recently-text .recently-name {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #696969;
  margin-bottom: 5px;
}
.recently-slide .recently-text .recently-name:hover {
  color: #B72025;
}
.recently-slide .recently-price del,
.recently-slide .recently-price span {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #696969;
}
.recently-slide .recently-price {
  display: flex;
  align-items: center;
}
.recently-slide .recently-price span.sale-price {
  color: #B72025;
  margin-left: 10px;
}
.recently-slide .owl-nav button {
  position: absolute;
  top: 40%;
  padding: 0;
  border: none;
  background: transparent;
  border-radius: 50%;
}
.recently-slide .owl-nav button.owl-prev {
  left: -17px;
}
.recently-slide .owl-nav button.owl-next {
  right: -17px;
}

/* moi dannie */

.account-sec .account-my .title h2 {
  color: #1B3B58;
}
.account-sec .account-my .col-one {
  padding-right: 5px;
}
.account-sec .account-my .col-two {
  padding-left: 5px;
}
.account-sec .account-my .form-group {
  margin-bottom: 10px;
}
.account-sec .account-my .form-group input {
  width: 100%;
  height: 38px;
  background: #FFFFFF;
  border: 1px solid #D7D7D7;
  border-radius: 5px;
  font-size: 14px;
  line-height: 0px;
  color: #1B3B58;
  padding: 5px 15px;
}
.account-sec .account-my .form-group input::placeholder {
  font-size: 12px;
  line-height: 0px;
  color: #696969;
}
.account-sec .account-my .form-group input:hover,
.account-sec .account-my .form-group input:focus {
  color: #1B3B58;
  border-color: #1B3B58;
}
.account-sec .account-check {
  display: flex;
  align-items: center;
}
.account-sec .account-check label {
  margin-bottom: 20px;
  margin-right: 15px;
}
.account-sec .account-form-btn {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.account-sec .account-form-btn button {
  width: auto;
  padding: 15px 54px;
  font-size: 12px;
  line-height: 0px;
  height: auto;
}
.account-sec .account-form-btn a {
  font-size: 12px;
  line-height: 14px;
  text-decoration-line: underline;
  color: #696969;
}
.account-sec .account-form-btn a:hover {
  text-decoration: none;
}

.account-sec .account-delivery-data {
  height: 100%;
}
.account-sec .account-delivery-data .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.account-sec .account-delivery-data .title h2 {
  margin-bottom: 0;
  color: #1B3B58;
}
.account-sec .account-delivery-data .title a {
  font-size: 12px;
  line-height: 14px;
  text-decoration-line: underline;
  color: #696969;
}
.account-sec .account-delivery-data .select {
  width: 100%;
}

/* vse zakazi */

.account-sec .account-all-order .title h2 {
  color: #1B3B58;
}
.table-all-order .table-product span {
  display: block;
  margin-right: 5px;
  position: relative;
}
.table-all-order .table-product .tab-four-pic::after {
  content: "+3";
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #696969;
  background: #F0F0F0;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.table-all-order .table {
  margin-bottom: 0;
}
.table-all-order .table thead {
  border-bottom: 1px solid #f0f0f0;
}
.table-all-order .table tbody tr {
  cursor: pointer;
}
.table-all-order .table tbody tr:hover {
  background: #f0f0f0;
}
.table-all-order .table thead tr th {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #1B3B58;
  padding: 15px 10px;
  border: none;
  box-shadow: none;
}
.table-all-order .table tbody tr:last-child td {
  border-bottom: none;
}
.table-all-order .table tbody tr td:last-child,
.table-all-order .table thead tr th:last-child {
  text-align: right;
}
.table-all-order .table tbody tr td {
  vertical-align: middle;
  padding: 15px 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #696969;
}
.table-all-order .table-product {
  display: flex;
  align-items: center;
}
.table-all-order .table-product span:last-child {
  margin-right: 0;
}
.table-all-order .table-product span img {
  width: 62px;
  height: 80px;
}
.table-all-order .tracking p {
  font-size: 12px;
  line-height: 14px;
}
.tracking-tag {
  display: inline-block;
  font-size: 12px;
  line-height: 0px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 10px;
}
.coming-soon {
  background: #696969;
}
.on-road {
  background: #1B3B58;
}
.ready-delivery {
  background: #2B581B;
}
.received {
  color: #696969;
  background: #F0F0F0;
}

.all-order-links .question {
  margin-top: 10px;
  padding-right: 5px;
}
.all-order-links .feedback {
  margin-top: 10px;
  padding-left: 5px;
}
.all-order-links .links-item {
  background: #F0F0F0;
  border-radius: 10px;
  padding: 30px 20px;
  text-align: center;
  height: 100%;
}
.all-order-links .links-item p {
  font-size: 12px;
  line-height: 14px;
  color: #696969;
}
.all-order-links .links-item a {
  border: 1px solid #696969;
  border-radius: 25px;
  margin-top: 15px;
  padding: 11px 50px;
  width: auto;
  height: auto;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #696969;
}
.all-order-links .links-item a:hover {
  background: #1B3B58;
  color: #fff;
  border-color: #1B3B58;
}

/* ДЕТАЛИ ЗАКАЗА */

.for-p {
  margin-top: 50px;
}
.account-detail-order .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}
.account-detail-order .title h2 {
  margin-bottom: 0;
  color: #1B3B58;
}
.account-detail-order .title a {
  font-size: 12px;
  line-height: 14px;
  text-decoration-line: underline;
  color: #696969;
}
.account-detail-order .title a:hover {
  text-decoration: none;
}
.account-detail-order .detail-info {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}
.account-detail-order .detail-info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.account-detail-order .detail-info-item:last-child {
  margin-bottom: 0;
}
.account-detail-order .detail-info-item p {
  width: 125px;
  font-size: 14px;
  line-height: 16px;
  color: #696969;
}
.account-detail-order .detail-info-item span {
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #696969;
}
.account-detail-order .detail-block {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}
.account-detail-order .detail-block .acdt-img {
  margin-right: 30px;
}
.account-detail-order .detail-block .acdt-img img {
  width: 100px;
}
.account-detail-order .detail-block .acdt-in .acdt-name {
  font-size: 14px;
  line-height: 16px;
  color: #696969;
  margin-bottom: 5px;
}
.account-detail-order .detail-block .acdt-in .acdt-size {
  font-size: 12px;
  line-height: 14px;
  color: #696969;
  margin-bottom: 5px;
}
.account-detail-order .detail-block .acdt-in .acdt-color {
  font-size: 12px;
  line-height: 14px;
  color: #696969;
}
.account-detail-order .detail-block .acdt-price {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  text-align: right;
}
.account-detail-order .detail-block .acdt-price span,
.account-detail-order .detail-block .acdt-price del {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  color: #696969;
}
.account-detail-order .detail-block .acdt-price span {
  color: #B72025;
}
.account-detail-order .detail-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.account-detail-order .detail-total span,
.account-detail-order .detail-total p {
  font-size: 14px;
  line-height: 16px;
  color: #696969;
}
.account-detail-order .detail-total span {
  display: block;
}

/* ТРЕК-КОД */

.account-track .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}
.account-track .title h2 {
  color: #1B3B58;
  margin-bottom: 0;
}
.account-track .track-list ul {
  padding: 0;
  margin-bottom: 20px;
}
.account-track .track-list ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}
.account-track .track-list ul li:last-child {
  margin-bottom: 0;
}
.account-track .track-list ul li::after {
  content: "";
  display: inline;
  position: absolute;
  left: 0;
  top: -2px;
  background-image: url('../images/track-list-icon.svg');
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.account-track .track-list ul li.active::after {
  background-image: url('../images/track-list-active-icon.svg');
}
.account-track .track-list ul li p {
  font-size: 14px;
  line-height: 16px;
  color: #D7D7D7;
}
.account-track .track-list ul li.active p {
  color: #1B3B58;
}
.account-track .track-list ul li span {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  color: #696969;
}
.account-track .track-list-btns a {
  margin-bottom: 10px;
}
.account-track .track-list-btns a:last-child {
  margin-bottom: 0;
}

/* как работает Бонусная система? */

.account-bonus {
  margin-bottom: 10px;
}
.account-bonus .title h2 {
  margin-bottom: 37px;
  color: #1B3B58;
}
.account-bonus .bonus-system-block {
  text-align: center;
}
.account-bonus .bonus-system-block .bonus-icon {
  margin-bottom: 15px;
}
.account-bonus .bonus-system-block h5 {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #1B3B58;
}
.account-bonus .bonus-system-block p {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #696969;
}

/* История Операций */

.operations-history table {
  margin-bottom: 0;
}
.operations-history table tbody tr,
.operations-history table thead {
  border-bottom: 1px solid #f0f0f0;
}
.operations-history table thead tr th {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #696969;
  padding: 0 10px 15px 10px;
  border: none;
}
.operations-history table tbody tr td:first-child,
.operations-history table thead tr th:first-child {
  padding-left: 0;
}
.operations-history table tbody tr td:last-child,
.operations-history table thead tr th:last-child {
  padding-right: 0;
  text-align: right;
}

.operations-history table tbody tr td {
  font-size: 16px;
  line-height: 18px;
  color: #696969;
  padding: 15px 10px;
  border: none;
}
.operations-history table tbody tr:last-child {
  border-bottom: none;
}
.operations-history table tbody tr td .operation-name {
  display: flex;
  align-items: center;
}
.operations-history table tbody tr td .operation-name span {
  display: inline-block;
  padding: 10px;
  font-size: 12px;
  line-height: 0px;
  text-transform: uppercase;
  margin-right: 20px;
}
.operations-history table tbody tr td .operation-name span.added {
  background: #1B3B58;
  color: #FFFFFF;
}
.operations-history table tbody tr td .operation-name span.removed {
  background: #F0F0F0;
  color: #696969;
}
.operations-history table tbody tr td .operation-name p {
  font-size: 16px;
  line-height: 18px;
  color: #696969;
}

/* Баланс: */
.bonus-balance .title {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.bonus-balance .title h2 {
  margin-bottom: 0;
  color: #1B3B58;
}
.bonus-balance .title p {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.33px;
  color: #1B3B58;
}
.bonus-balance .title p span {
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  text-transform: lowercase;
}
.bonus-balance .referal-link {
  margin-bottom: 30px;
}
.bonus-balance .referal-link h5 {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 18px;
  color: #696969;
}
.bonus-balance .referal-link span {
  display: inline-block;
  font-size: 12px;
  line-height: 0px;
  color: #FFFFFF;
  padding: 10px;
  background: #1B3B58;
}
.bonus-balance .accordion-item {
  border: none;
  border-top: 1px solid #F0F0F0;
}
.bonus-balance .accordion-flush .accordion-item:first-child {
  border-top: 1px solid #F0F0F0;
}
.bonus-balance .accordion-button {
  padding: 15px 0;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #696969;
}
.bonus-balance .accordion-button img {
  margin-left: auto;
}
.bonus-balance .accordion-button[aria-expanded="true"] img {
  transform: rotate(180deg);
}
.bonus-balance .accordion-button:not(.collapsed) {
  color: #696969;
  box-shadow: none;
  background: transparent;
}
.bonus-balance .accordion-body {
  padding: 0 0 10px;
  font-size: 14px;
}

/* Сохраненные товары */
.account-wishlist.border-style {
  padding: 30px 40px;
}
.account-wishlist .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  margin-left: -10px;
  margin-right: -10px;
}
.account-wishlist .title h2 {
  margin-bottom: 0;
  color: #1B3B58;
}
.account-wishlist .owl-dots {
  display: block;
}
.account-wishlist .cd-hover-gal .owl-dot:before {
  height: 270px;
}
.account-wishlist .cd-offer-blk {
  z-index: auto;
}
.account-wishlist .wishlist-name {
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #696969;
  margin: 10px 0 5px;
}
.account-wishlist .wishlist-price {
  display: flex;
  align-items: center;
}
.account-wishlist .wishlist-price span,
.account-wishlist .wishlist-price del {
  font-size: 14px;
  line-height: 16px;
  color: #696969;
}
.account-wishlist .wishlist-price span {
  color: #B72025;
  margin-left: 10px;
}
.account-wishlist .wishlist-size .select {
  width: 100%;
  margin: 10px 0;
}

.account-wishlist .wishlist-btn button {
  font-size: 12px;
  line-height: 14px;
  height: auto;
  padding: 8px 10px;
}
.account-wishlist .wishlist-btn button[disabled] {
  background: #D7D7D7;
  border-color: #D7D7D7;
  color: #fff;
}
.account-wishlist .wishlist-block {
  margin-bottom: 60px;
}
.wishlist-block.not-available .wishlist-price,
.wishlist-block.not-available .wishlist-size {
  display: none;
}
.wishlist-block .not-product {
  font-size: 14px;
  line-height: 16px;
  color: #D7D7D7;
}
.account-wishlist .cd-offer-blk .cd-offer-img img,
.wishlist-block .wishlist-img img {
  height: auto;
  width: 100%;
}
.wishlist-block.not-available .wishlist-img img {
  opacity: 0.5;
}
.wishlist-block .select ul {
  z-index: 1001;
}

.account-wishlist .load-more {
  text-align: center;
}
.account-wishlist .load-more a {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #696969;
  width: 266px;
  padding: 8px 10px;
  margin-left: auto;
  background: #FFFFFF;
  border: 1px solid #D7D7D7;
  border-radius: 25px;
}
.account-wishlist .load-more a:hover,
.account-wishlist .load-more a:active {
  color: #1B3B58;
  background: #1B3B58;
  border-color: #1B3B58;
  color: #fff;
}
/* end wishlist */

/* Мои отзывы */
.account-my-reviews {
  margin-bottom: 10px;
}
.account-my-reviews .title h2 {
  color: #1B3B58;
}
.account-my-question .my-question,
.account-my-reviews .my-reviews {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.account-my-question .my-question p,
.account-my-reviews .my-reviews p {
  font-size: 16px;
  line-height: 18px;
  color: #696969;
}
.account-my-reviews .my-reviews a {
  padding: 7px 35px;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #1B3B58;
  border: 1px solid #1B3B58;
  border-radius: 25px;
}
.account-my-reviews .my-reviews a:active,
.account-my-reviews .my-reviews a:hover {
  border-color: #1B3B58;
  color: #1B3B58;
  background: transparent;
  border: 1px solid #1B3B58;
}
.account-my-question .my-question a {
  padding: 7px 30px;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #696969;
  background: #FFFFFF;
  border: 1px solid #D7D7D7;
  border-radius: 25px;
}
.account-my-question .my-question a:active,
.account-my-question .my-question a:hover {
  background: #696969;
  color: #fff;
}

/* Часто задаваемые вопросы */

.accordion-item:first-of-type {
  border-radius: 0;
}
.often-questions .accordion-item {
  border: none;
  border-top: 1px solid #F0F0F0;
}
.often-questions .accordion-item:last-child {
  border-bottom: 1px solid #F0F0F0;
}
.often-questions .accordion-flush .accordion-item:first-child {
  border-top: 1px solid #F0F0F0;
}
.often-questions .accordion-button {
  padding: 15px 0;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #696969;
}
.often-questions .accordion-button img {
  margin-left: auto;
}
.often-questions .accordion-button[aria-expanded="true"] img {
  transform: rotate(180deg);
}
.often-questions .accordion-button:not(.collapsed) {
  color: #696969;
  box-shadow: none;
  background: transparent;
}
.often-questions .accordion-body {
  padding: 0 0 10px;
  font-size: 14px;
}
/* ========================= end catalog page ===================================== */

/* ========================= basket (cart) page ===================================== */

.basket-footer,
.basket-header {
  padding: 0;
  background: #D7D7D7;
}
.basket-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.basket-menu .back a {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #1C3C57;
}
.basket-menu .need-help p {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #1C3C57;
}
.basket-menu .need-help p a {
  font-size: 12px;
  line-height: 14px;
  color: #1C3C57;
  margin-left: 10px;
  text-decoration: underline;
}
.basket-menu .need-help p a:hover {
  text-decoration: none;
}

.basket-sec {
  padding: 60px 0 90px;
}

.basket-sec .basket-side-top {
  margin-bottom: 15px;
}
.basket-sec .basket-side-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.basket-sec .basket-side-item h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #1B3B58;
  margin-bottom: 5px;
}
.basket-sec .basket-side-item .total-sum {
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #1B3B58;
  margin-bottom: 5px;
}
.basket-sec .basket-side-item {
  margin-bottom: 5px;
}
.basket-sec .basket-side-item p {
  font-size: 16px;
  line-height: 18px;
  color: #696969;
}
.basket-sec .basket-side-item span {
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  color: #696969;
}

.basket-sec .accordion-item {
  border: none;
  border-top: 1px solid #F0F0F0;
}
.basket-sec .accordion-flush .accordion-item:first-child {
  border-top: 1px solid #F0F0F0;
}
.basket-sec .accordion-button {
  padding: 15px 0;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #696969;
}
.basket-sec .accordion-button img {
  margin-left: auto;
}
.basket-sec .accordion-button[aria-expanded="true"] img {
  transform: rotate(180deg);
}
.basket-sec .accordion-button:not(.collapsed) {
  color: #696969;
  box-shadow: none;
  background: transparent;
}
.basket-sec .accordion-body {
  padding: 0 0 10px;
  font-size: 14px;
}
.basket-sec .accordion-body .promo-block input {
  width: 100%;
  font-size: 12px;
  color: #696969;
  background: #FFFFFF;
  border: 1px solid #D7D7D7;
  border-radius: 5px;
  padding: 9px 15px;
}
.basket-sec .accordion-body .promo-info {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.basket-sec .accordion-body .promo-info p {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.33px;
  color: #696969;
}
.basket-sec .accordion-body .promo-info p span {
  margin-left: 6px;
}
.basket-sec .accordion-body .promo-info button {
  background: #FFFFFF;
  border: 1px solid #D7D7D7;
  border-radius: 25px;
  padding: 8px 10px;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #696969;
}
.basket-sec .accordion-body .promo-info button:hover,
.basket-sec .accordion-body .promo-info button:active {
  background: #1B3B58;
  border-color: #1B3B58;
  color: #fff;
}

.basket-side-delivery {
  border-top: 1px solid #f0f0f0;
  padding-top: 15px;
}
.basket-side-delivery > p {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 18px;
  color: #696969;
}
.basket-side-delivery > p a {
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  color: #1B3B58;
  margin-left: 10px;
  text-decoration: underline;
}
.basket-side-delivery button {
  margin: 30px 0 10px;
}
.basket-side-delivery label {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #696969;
  padding-left: 30px;
}
.basket-side-delivery .control__indicator {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border-color: #696969;
}
.basket-side-delivery .control--checkbox .control__indicator:after {
  border-color: #696969;
  left: 6px;
  top: 3px;
  width: 6px;
  height: 9px;
  border-width: 0 1px 1px 0;
}
.basket-side-delivery .control:hover input:not([disabled]):checked ~ .control__indicator,
.basket-side-delivery .control input:checked:focus ~ .control__indicator,
.basket-side-delivery .control input:checked ~ .control__indicator {
  background: #fff;
}
.basket-side-delivery label span {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #696969;

}
.basket-side-delivery label span a {
  color: #696969;
  display: unset;
  text-decoration: underline;
}
.side-delivery-in .side-pay-btn p,
.side-delivery-in .side-received-info p,
.side-delivery-in .side-delivery-info p {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 18px;
  color: #696969;
  margin-top: 15px;
}

.side-delivery-in .side-received-info > span,
.side-delivery-in .side-delivery-info > span {
  margin-top: 5px;
}
.side-delivery-in .side-pay-btn p a,
.side-delivery-in .side-received-info p span,
.side-delivery-in .side-delivery-info p span {
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  color: #1C3C57;
  margin-left: 10px;
}
.side-delivery-in .side-received-info > span,
.side-delivery-in .side-delivery-info > span {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #696969;
}
/* // */
.basket-sec .methods {
  margin-top: 10px;
}
.basket-sec .methods-choose {
  display: none;
}
.basket-sec .methods-choose.show {
  display: flex;
}
/* /// */
.method-courier,
.method-point {
  display: none;
}
.method-courier.active,
.method-point.active {
  display: flex
}
.courier-door.active,
.issuance-point.active {
  height: 53px;
  overflow: hidden;
}

/* // */
.basket-sec .methods .border-style-15:hover {
  border-color: #1B3B58;
}
.basket-sec .basket-method,
.basket-sec .issuance-point,
.basket-sec .courier-door {
  width: 100%;
}
.basket-method {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  height: 200px;
  cursor: pointer;
}
.basket-sec .issuance-point h2,
.basket-sec .courier-door h2,
.basket-sec .basket-method .method-name h2 {
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  color: #696969;
}
.basket-sec .basket-method .method-name > span {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #696969;
}
.basket-method .method-name h2 {
  margin-bottom: 10px;
}
.basket-sec .basket-method .courier-info,
.basket-sec .basket-method .issuance-info,
.basket-sec .basket-method .russia-info,
.basket-sec .basket-method .boxberry-info,
.basket-sec .basket-method .sdek-info {
  display: flex;
  align-items: center;
}

.basket-sec .basket-method .method-text span, 
.basket-sec .basket-method .method-text p {
  font-size: 12px;
  line-height: 14px;
  color: #696969;
}
.basket-sec .basket-method .method-text span {
  display: inline-block;
  margin: 0 10px;
}
.basket-sec .basket-method .change-method-address {
  font-size: 12px;
  line-height: 14px;
  text-decoration-line: underline;
  color: #696969;
}
.basket-sec .basket-method .change-method-address:hover {
  text-decoration: none;
}
/* ..... */
.basket-sec .enter-address-block .form-group input {
  width: 100%;
  padding: 0 15px;
  height: 38px;
  background: #FFFFFF;
  border: 1px solid #D7D7D7;
  border-radius: 5px;
  margin-top: 10px;
  font-size: 12px;
  line-height: 0px;
  color: #696969;
}
.basket-sec .enter-address-block .form-group input:focus,
.basket-sec .enter-address-block .form-group input:hover {
  border-color: #1B3B58;
}
.basket-sec .enter-address-block .select-on-map {
  text-align: right;
  margin-top: 15px;
}
.basket-sec .enter-address-block .select-on-map a {
  font-size: 12px;
  line-height: 14px;
  text-decoration-line: underline;
  color: #696969;
}

.basket-sec .basket-delivery-method .select {
  transition: .4s all ease;
}
.basket-sec .basket-delivery-method.active .select {
  width: 49%;
}






















.order-fixed-block {
  position: relative;
}
.order-fixed-block .close-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  transition: .6s;
}
.order-fixed-block .close-icon:hover {
  transform: rotate(90deg);
}
.order-fixed-block > p {
  font-size: 16px;
  line-height: 18px;
  color: #696969;
  margin-bottom: 20px;
  width: 95%;
}
.order-fixed-block > p a {
  display: unset;
  text-decoration: underline;
  color: #696969;
}
.order-fixed-block form {
  display: flex;
  align-content: center;
}
.order-fixed-block form input {
  padding: 5px 15px;
  background: #FFFFFF;
  border: 1px solid #D7D7D7;
  border-radius: 5px;
  height: 38px;
  font-size: 14px;
  width: 100%;
}
.order-fixed-block form input[value] {
  background: #F0F0F0;
  color: #1B3B58;
  background-image: url('../images/check-icon.svg');
  background-repeat: no-repeat;
  background-position: center right 15px;
}
.order-fixed-block form input::placeholder {
  font-size: 12px;
  color: #696969;
}
.order-fixed-block form input:focus,
.order-fixed-block form input:hover {
  border-color: #1B3B58;
}
.order-fixed-block form button {
  font-size: 12px;
  line-height: 0px;
  margin: auto auto auto 10px;
  text-align: center;
  text-transform: uppercase;
  color: #696969;
  border: 1px solid #D7D7D7;
  border-radius: 25px;
  padding: 8px 15px;
  background: #fff;
  height: 30px;
}
.order-fixed-block form button:hover {
  border-color: #1B3B58;
  background-color: #1B3B58;
  color: #fff;
}

.email-reg form,
.email-not-reg form {
  display: block;
}
.email-reg .order-fixed-pass,
.email-reg .order-fixed-login,
.email-not-reg .order-fixed-pass,
.email-not-reg .order-fixed-login {
  display: flex;
  align-items: center;
}
.email-reg .order-fixed-pass,
.email-not-reg .order-fixed-pass {
  margin: 10px 0 20px;
}
.email-not-reg .order-fixed-pass input:first-child {
  margin-right: 5px;
}
.email-not-reg .order-fixed-pass input:last-child {
  margin-left: 5px;
}
.email-reg .order-fixed-login button,
.email-not-reg .order-fixed-login button {
  margin-right: 10px;
  margin-left: 0;
  background: #1B3B58;
  color: #fff;
  border: 1px solid #1B3B58;
}
.email-reg .order-fixed-login button:hover,
.email-not-reg .order-fixed-login button:hover {
  color: #fff;
  background: #1C3C57;
}

.email-not-reg .order-fixed-login p {
  font-size: 10px;
  line-height: 11px;
  color: #696969;
  margin-bottom: 0;
}
.email-not-reg .order-fixed-login p a {
  color: #696969;
  display: unset;
  text-decoration: underline;
}
.email-not-reg .order-fixed-login p a:hover {
  text-decoration: none;
}
.email-reg form .order-fixed-pass {
  margin-top: 10px;
}
.email-reg .order-fixed-login {
  justify-content: space-between;
}
.email-reg .order-fixed-login button {
    width: 164px;
}
.email-reg .order-fixed-login a {
  font-size: 12px;
  line-height: 14px;
  text-decoration-line: underline;
  color: #696969;
}
.email-reg .order-fixed-login a:hover {
  text-decoration: none;
}

/* / */
.basket-sec .basket-block .title {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.basket-sec .basket-block .title h2 {
  color: #1B3B58;
  margin-bottom: 0;
}

.basket-sec .basket-progress {
  padding-bottom: 20px;
  border-bottom: 1px solid #F2F2F2;
}
.basket-sec .progress-title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.basket-sec .progress-title span {
  margin-right: 10px;
  display: flex;
}
.basket-sec .progress-title span.active svg rect {
  stroke: #1B3B58;
}
.basket-sec .progress-title span.active svg path {
  stroke: #1B3B58;
}

.basket-sec .progress-title p {
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  color: #1B3B58;
}
.basket-sec .progress {
  height: 10px;
  background: #F0F0F0;
  border-radius: 4px;
}
.basket-sec .progress-bar {
  background: #1B3B58;
  border-radius: 4px;
}
/* // */
.basket-sec .basket-info-top {
  padding: 15px;
}
.basket-sec .basket-info-top:last-child {
  padding-bottom: 0;
}
.basket-sec .basket-info {
  display: flex;
  align-items: flex-start;
}
.basket-sec .basket-info .basket-info-img img {
  width: 100px;
  height: 130px;
}
.basket-sec .basket-info .basket-info-text {
  margin-left: 15px;
}
.basket-sec .basket-info .basket-info-text p {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 14px;
  color: #696969;
}
.basket-sec .basket-info .basket-info-text p.basket-p {
  font-size: 16px;
  line-height: 18px;
  color: #696969;
}

.basket-sec .basket-info-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.basket-sec .basket-info-price p,
.basket-sec .basket-info-price span,
.basket-sec .basket-info-price del {
  font-size: 16px;
  line-height: 18px;
  color: #696969;
}
.basket-sec .basket-info-price span {
  color: #B72025;
}

.basket-sec .basket-info-count .count {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.basket-sec .basket-info-count .count span {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #D7D7D7;
  font-size: 25px;
  font-weight: 300;
  color: #696969;
  padding-bottom: 2px;
}
.basket-sec .basket-info-count .count span.active {
  color: #fff;
  background: #1B3B58;
  border-color: #1B3B58;
}
.basket-sec .basket-info-count .count input {
  width: 40px;
  border: none;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #696969;
}
.basket-sec input::-webkit-outer-spin-button,
.basket-sec input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.basket-sec input[type=number] {
  -moz-appearance: textfield;
}
/* /// */
.basket-payment-method .title,
.basket-personal-data .title,
.basket-sec .basket-delivery-method .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.basket-payment-method .title h2,
.basket-personal-data .title h2,
.basket-sec .basket-delivery-method .title h2 {
  margin-bottom: 0;
}
.basket-personal-data .title a,
.basket-sec .basket-delivery-method .title a {
  font-size: 16px;
  line-height: 18px;
  text-align: right;
  text-decoration-line: underline;
  color: #1B3B58;
}
.basket-sec .basket-delivery-method .select {
  width: 100%;
}

.basket-sec .basket-delivery-method .select-options li {
  padding: 8px 0;
}

.basket-personal-data form input {
  background: #F0F0F0;
  border-radius: 5px;
  font-weight: 400;
  font-size: 12px;
  line-height: 0px;
  color: #696969;
  padding: 15px;
  border: none;
  width: 100%;
  height: 38px;
}
.basket-personal-data form input::placeholder {
  font-size: 12px;
  line-height: 0px;
  color: #696969;
}
.basket-personal-data form .form-group {
  margin-bottom: 10px;
}
.basket-personal-data .comment-order {
  display: block;
  padding: 18px 15px;
  font-size: 12px;
  line-height: 0px;
  color: #696969;
  background: #FFFFFF;
  border: 1px solid #D7D7D7;
  border-radius: 5px;
}

.basket-payment-method .basket-method-item {
  padding: 15px;
  display: block;
  border: 1px solid #D7D7D7;
  border-radius: 10px;
}
.basket-payment-method .basket-method-item:hover {
  border-color: #1B3B58;
}
.basket-payment-method .basket-method-item .title  {
  margin-bottom: 10px;
}
.basket-payment-method p {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #696969;
}

footer .ftr-end-con {
  background: #f0f0f0;
}
footer .ftr-end {
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  align-items: flex-start;
}
footer .ftr-end a {
  margin-left: 30px;
}
footer .ftr-end a,
footer .ftr-end p {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #696969;
}
footer .ftr-end a:hover {
  text-decoration: underline;
}
footer .ftr-end .ftr-end-link {
  display: flex;
  align-items: center;
}




/* ========================= end basket (cart) page ===================================== */

/* ============= Footer ======================== */
footer {
  background: #1B3B58;
  padding-top: 60px;
}
footer .ftr-rov {
  padding-bottom: 60px;
}
footer .ftr-menu {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
footer .ftr-menu p {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.333333px;
  color: #FFFFFF;
  margin-bottom: 30px;
}
footer .ftr-menu p img {
  opacity: 0;
}
footer .ftr-menu a {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.333333px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
footer .ftr-menu a:hover {
  color: #ccc;
}
footer .ftr-menu a:last-child {
  margin-bottom: 0;
}

footer .socials {
  text-align: center;
}
footer .socials a {
  margin-right: 15px;
}
footer .socials a:hover {
  transform: scale(1.1);
}
footer .socials a:last-child {
  margin-right: 0;
}

footer .ftr-con {
  background: #F0F0F0;
  padding: 30px 0;
}
footer .ftr-politic .ftr-politic-text,
footer .ftr-politic {
  display: flex;
  align-items: center;
}
footer .ftr-politic p,
footer .ftr-politic a {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.333333px;
  color: #1B3B58;
}
footer .ftr-politic a:hover {
  text-decoration: underline;
}
footer .ftr-politic a {
  margin: 0 30px;
}
/* ============ modal add to card ========== */
.modal-dialog {
  max-width: 866px;
}
.modal-content {
  padding: 30px;
  background: #fff;
  border-radius: 0;
}
.modal .modal-close {
  padding: 0;
  border: none;
  background: transparent;
  transition: .5s all ease;
}
.modal .modal-close img {
  width: 18px;
  height: 18px;
}
.modal .modal-close:hover {
  transform: rotate(90deg);
}
.modal-header {
  padding: 0 0 15px;
  border-color: #F2F2F2;
}
.modal-header h5 {
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #1B3B58;
}
.modal-body {
  padding: 0;
}
/* cart modal */
.cart-modal .modal-dialog {
  max-width: 806px;
  margin: 0 0 0 auto;
  height: 100%;
}
.cart-modal .modal-content {
  height: 100%;
}
.cart-modal .modal-cart-top {
  padding: 15px;
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
}
.cart-modal .cart-top {
  display: flex;
  align-items: flex-start;
}
.cart-modal .cart-top .cart-top-img img {
  width: 100px;
  height: 130px;
}
.cart-modal .cart-top .cart-top-text {
  margin-left: 15px;
}
.cart-modal .cart-top .cart-top-text p {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 14px;
  color: #696969;
}
.cart-modal .cart-top .cart-top-text p.ctt-p {
  font-size: 16px;
  line-height: 18px;
  color: #696969;
}

.cart-modal .cart-top-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cart-modal .cart-top-price span,
.cart-modal .cart-top-price del {
  font-size: 16px;
  line-height: 18px;
  color: #696969;
}
.cart-modal .cart-top-price span {
  color: #B72025;
}

.cart-modal .cart-top-count .count {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cart-modal .cart-top-count .count span {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #D7D7D7;
  font-size: 25px;
  font-weight: 300;
  color: #696969;
  padding-bottom: 2px;
}
.cart-modal .cart-top-count .count span.active {
  color: #fff;
  background: #1B3B58;
  border-color: #1B3B58;
}
.cart-modal .cart-top-count .count input {
  width: 40px;
  border: none;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #696969;
}
.cart-modal input::-webkit-outer-spin-button,
.cart-modal input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-modal input[type=number] {
  -moz-appearance: textfield;
}

svg path {
  transition: .3s all ease;
}

.cart-modal .modal-progress {
  padding: 50px 0 20px;
  border-bottom: 1px solid #F2F2F2;
}
.cart-modal .progress-title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.cart-modal .progress-title span {
  margin-right: 10px;
  display: flex;
}
.cart-modal .progress-title span.active svg rect {
  stroke: #1B3B58;
}
.cart-modal .progress-title span.active svg path {
  stroke: #1B3B58;
}

.cart-modal .progress-title p {
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  color: #1B3B58;
}
.cart-modal .progress {
  height: 10px;
  background: #F0F0F0;
  border-radius: 4px;
}
.cart-modal .progress-bar {
  background: #1B3B58;
  border-radius: 4px;
}

.cart-modal .modal-slide-block {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.cart-modal .modal-slide {
  margin-left: -15px;
  margin-right: -15px;
}
.cart-modal .modal-slide .owl-nav button {
  position: absolute;
  top: 30%;
  padding: 0;
  border: none;
  background: transparent;
  border-radius: 50%;
}
.cart-modal .modal-slide .owl-nav button.owl-prev {
  left: -17px;
}
.cart-modal .modal-slide .owl-nav button.owl-next {
  right: -17px;
}
.cart-modal .modal-slide .mSlide-img {
  position: relative;
  margin-bottom: 10px;
}
.cart-modal .modal-slide .mSlide-img img {
  width: 100%;
}
.cart-modal .modal-slide .mSlide-text a {
  font-size: 12px;
  line-height: 14px;
  color: #696969;
  margin-bottom: 5px;
}
.cart-modal .modal-slide .mSlide-text a:hover {
  color: #B72025;
}
.cart-modal .modal-slide .mSlide-price del,
.cart-modal .modal-slide .mSlide-text span {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #696969;
}
.cart-modal .modal-slide .mSlide-price {
  display: flex;
  align-items: center;
}
.cart-modal .modal-slide .mSlide-price span.sale-price {
  color: #B72025;
  margin-left: 10px;
}
.cart-modal .cart-modal-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
.cart-modal .cart-modal-btns .transparent-btn {
  margin-right: 5px;
}
.cart-modal .cart-modal-btns .blue-btn {
  margin-left: 5px;
}
.transparent-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #696969;
  width: 100%;
  border: 1px solid #D7D7D7;
  height: 40px;
  border-radius: 25px;
}
.transparent-btn:hover {
  background: #696969;
  color: #fff;
}
.blue-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 25px;
  color: #FFFFFF;
  background: #1B3B58;
  width: 100%;
  height: 40px;
  border: 1px solid transparent;
}
.blue-btn:focus,
.blue-btn:active,
.blue-btn:hover {
  border-color: #1B3B58;
  color: #1B3B58;
  background: transparent;
  border: 1px solid #1B3B58;
}
/* =========== product-modal ===================1 */
.modal-select-size .modal-close,
.modal-size .modal-close,
.product-modal .modal-close {
  position: absolute;
  right: -32px;
  top: 2px;
}
.product-modal .product-popup-slide .popup-img {
  position: relative;
}
.product-modal .product-popup-slide .popup-img img {
  width: 100%;
}
.product-modal .product-popup-slide {
  position: relative;
}
.product-modal .product-popup-slide .owl-nav button {
  position: absolute;
  top: 48%;
  padding: 0;
  border: none;
  background: transparent;
  border-radius: 50%;
}
.product-modal .product-popup-slide .owl-nav button.owl-prev {
  left: -14px;
}
.product-modal .product-popup-slide .owl-nav button.owl-next {
  right: -14px;
}
.product-modal .product-popup-slide .owl-dots {
  display: flex;
  align-items: center;
  position: absolute;
  left: 5px;
  top: 5px;
  width: 97%;
}
.product-modal .product-popup-slide .owl-dots button {
  width: 100%;
  height: 2px;
  padding: 0;
  border: none;
  margin-right: 5px;
  background: rgba(215, 215, 215, .5);
}
.product-modal .product-popup-slide .owl-dots button.active {
  background: #fff;
}
.product-modal .product-popup-slide .owl-dots button:last-child {
  margin-right: 0;
}
/* /////// */
.product-modal .pop-product-side {
  overflow: auto;
  max-height: 515px;
  padding-right: 15px;
}
.product-modal .pop-product-side .pop-side-tag {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.product-modal .pop-product-side .pop-side-tag span {
  display: inline-block;
  font-size: 12px;
  line-height: 0px;
  text-transform: uppercase;
  padding: 10px;
  margin-right: 5px;
}
.product-modal .pop-product-side .pop-side-tag span.red {
  background: #825454;
  color: #fff;
}
.product-modal .pop-product-side .pop-side-tag span.yellow {
  background: #E28903;
  color: #fff;
}
.product-modal .pop-product-side .pop-side-tag span.light-gray {
  background: #F0F0F0;
  color: #696969;
}

.product-modal .pop-product-side .pop-product-price p,
.product-modal .pop-product-side .pop-product-name h2 {
  font-size: 24px;
  line-height: 28px;
  color: #1B3B58;
  margin-bottom: 10px;
}
.product-modal .pop-product-side .pop-product-price p {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #F0F0F0;
}
.product-modal .pop-product-side .pop-product-color p {
  font-size: 14px;
  line-height: 16px;
  color: #1B3B58;
  margin-bottom: 10px;
}
.product-modal .pop-product-side .pop-product-color p span {
  color: #696969;
}
.product-modal .pop-product-size .size-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.product-modal .pop-product-size .size-text p {
  font-size: 14px;
  line-height: 16px;
  color: #1B3B58;
}
.product-modal .pop-product-size .size-text a {
  font-size: 12px;
  line-height: 14px;
  text-decoration-line: underline;
  color: #696969;
}
.product-modal .pop-product-size .size-text a:hover {
  text-decoration: none;
}
.product-modal .pop-product-size .size-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.product-modal .pop-product-size .size-block .size-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 5px 5px 0;
  width: 50px;
  height: 50px;
  border: 1px solid #D7D7D7;
  border-radius: 5px;
}
.product-modal .pop-product-size .size-block .size-item.active,
.product-modal .pop-product-size .size-block .size-item:hover {
  border-color: #696969;
}
.product-modal .pop-product-size .size-block .size-item.no-bor {
  border: none;
}
.product-modal .pop-product-size .size-block .size-item span {
  font-size: 16px;
}
.product-modal .pop-product-size .size-block .size-item span.first {
  color: #696969;
}
.product-modal .pop-product-size .size-block .size-item span.second {
  color: #D7D7D7;
}

.product-modal .pop-product-side .pop-product-cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 25px 0 30px;
}
.product-modal .pop-product-side .pop-product-cart .add-to-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1B3B58;
  border-radius: 25px;
  height: 40px;
  width: 100%;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  border: 1px solid transparent;
}
.product-modal .pop-product-side .pop-product-cart .add-to-cart:hover {
  border-color: #D7D7D7;
  color: #696969;
  background: transparent;
}
.product-modal .pop-product-side .pop-product-cart .add-to-fav svg path {
  transition: .3s all ease;
}
.product-modal .pop-product-side .pop-product-cart .add-to-fav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #D7D7D7;
}
.product-modal .pop-product-side .pop-product-cart .add-to-fav:hover svg path {
  fill: #B72025;
  stroke: #B72025;
}
.product-modal .accordion-item:last-of-type,
.product-modal:last-of-type .accordion-collapse {
  border-radius: 0;
}
.product-modal .accordion-button:focus{
  border: none;
  box-shadow: none;
  background: transparent;
}
.product-modal .accordion-item {
  border: none;
  border-bottom: 1px solid #F0F0F0;
}
.product-modal .accordion-button {
  padding: 15px 0;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #696969;
}
.product-modal .accordion-button img {
  margin-left: auto;
}
.product-modal .accordion-button[aria-expanded="true"] img {
  transform: rotate(180deg);
}
.product-modal  .accordion-button:not(.collapsed) {
  color: #696969;
  box-shadow: none;
  background: transparent;
}
.product-modal .accordion-body {
  padding: 0 0 10px;
  font-size: 14px;
}
.product-modal .popup-col-right {
  padding-right: 0;
}
.accordion-button::after {
  content: none;
}
.product-modal .pop-link {
  width: 50%;
  margin-left: auto;
  text-align: center;
}
.product-modal .pop-link a.more-info {
  display: block;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  text-decoration-line: underline;
  color: #696969;
  margin-top: 16px;
}
/* =========== size-modal ===================1 */
.modal-size .modal-dialog {
  max-width: 965px;
}
.modal-size .modal-content {
  padding: 0;
  background: #D9D9D9;
}
.modal-size .pop-size-col {
  padding-right: 0;
}
.modal-size .pop-size-img img {
  max-height: 677px;
}
.modal-size .pop-size-side img,
.modal-size .pop-size-img img {
  width: 100%;
}
.modal-size .modal-body .determine-size {
  background: #fff;
  padding: 30px;
  margin-top: 15px;
}
.modal-size .modal-body .determine-size p {
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  color: #696969;
  margin-bottom: 15px;
}
.modal-size .modal-body .determine-size span {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  color: #696969;
}
.modal-size .modal-body .determine-in span {
  margin-bottom: 30px;
}
.modal-size .modal-body .determine-size span a {
  color: #696969;
  text-decoration: underline;
}
.modal-size .accordion-button:not(.collapsed) {
  background: transparent;
  color: inherit;
}
.accordion-item:first-of-type .accordion-button {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.modal-size .modal-body .determine-size .accordion-item {
  border: none;
}
.modal-size .modal-body .determine-size .accordion-body,
.modal-size .modal-body .determine-size .accordion-button {
  padding: 0;
}
/* modal select size */
.modal-select-size .modal-dialog {
  max-width: 445px;
}
.modal-select-size .pop-select-size .size-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.modal-select-size .pop-select-size .size-text p {
  font-size: 14px;
  line-height: 16px;
  color: #1B3B58;
}
.modal-select-size .pop-select-size .size-text a {
  font-size: 12px;
  line-height: 14px;
  text-decoration-line: underline;
  color: #696969;
}
.modal-select-size .pop-select-size .size-text a:hover {
  text-decoration: none;
}
.modal-select-size .size-table-link {
  text-align: center;
}
.modal-select-size .size-table-link a {
  font-size: 12px;
  line-height: 14px;
  text-decoration-line: underline;
  color: #696969;
}
.modal-select-size .size-table-link a:hover {
  text-decoration: none;
}
/* ////////////////////// */
.for-scroll::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #F5F5F5;
}

.for-scroll::-webkit-scrollbar {
	width: 8px;
	background-color: #F5F5F5;
}

.for-scroll::-webkit-scrollbar-thumb {
	background-color: #C4C4C4;
}
/* ////////////////////// */
.for-scroll-tag::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #F5F5F5;
}

.for-scroll-tag::-webkit-scrollbar {
	height: 6px;
	background-color: #F5F5F5;
}

.for-scroll-tag::-webkit-scrollbar-thumb {
	background-color: #C4C4C4;
}
/* ///////// */
.cat-middle-col {margin-left: -1px;}
.mob-filter-btn {display: none;}

.for-fixed,
.for-tab,
.lg,
.medium,
.tab,
.mob {
  display: none;
}
.pr-10 {
  padding-right: 10px;
}
.pl-5 {
  padding-left: 5px;
}
.pr-5 {
  padding-right: 5px;
}


/* termo page */
.termo-sec {
  padding: 60px 0 90px;
}
.termo-sec .termo-top {
  height: 600px;
  background: #F0F0F0;
}
.termo-sec .termo-top-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  padding: 50px 120px;
}
.termo-sec .termo-top-text h1 {
  font-size: 48px;
  line-height: 55px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #696969;
}
.termo-sec .termo-top-text p {
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #696969;
  margin-bottom: 60px;
}
.termo-sec .termo-top-text a {
  width: auto;
  height: auto;
  padding: 20px 60px;
  line-height: 0;
  white-space: nowrap;
}
.termo-sec .termo-img img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}
.termo-sec .termo-top-rov {
  justify-content: center;
  margin-top: -40px;
}
.termo-sec .termo-top-block {
  padding: 20px;
  background: #1B3B58;
}
.termo-sec .termo-top-block h3 {
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.termo-sec .termo-top-info p {
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
}
/* ///// */
.termo-properties {
  padding-top: 60px;
}
.termo-properties .title h2 {
  margin-bottom: 60px;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  color: #696969;
}
.termo-properties-img {
  text-align: center;
}
/* /// */
.termo-secret {
  padding-top: 100px;
}
.termo-secret .title h2 {
  font-size: 28px;
  line-height: 32px;
  text-transform: uppercase;
  color: #696969;
  margin-bottom: 30px;
}
.termo-secret .termo-secret-block {
  padding: 20px;
  background: #F0F0F0;
  height: 100%;
}
.termo-secret .termo-secret-icon {
  margin-bottom: 50px;
}
.termo-secret .termo-secret-title h4 {
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  color: #696969;
  margin-bottom: 10px;
}
.termo-secret .termo-secret-title p {
  font-size: 12px;
  line-height: 14px;
  color: #696969;
}
/* /// */
.termo-function {
  padding-top: 100px;
}
.termo-function .termo-function-block {
  padding: 30px 100px;
  background: #1B3B58;
  text-align: center;
}
.termo-function .termo-function-block .subtitle p {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 100px;
}
.termo-function .termo-function-block .title h2 {
  font-size: 40px;
  line-height: 46px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.termo-function .termo-function-block .title p {
  font-size: 16px;
  line-height: 18px;
  color: #FFFFFF;
  margin: 0 auto 80px auto;
  max-width: 720px;
}
.termo-function .termo-function-block .title a {
  padding: 15px 30px;
  font-size: 12px;
  line-height: 0px;
  text-transform: uppercase;
  color: #FFFFFF;
  border: 1px solid #F0F0F0;
  border-radius: 25px;
  text-align: center;
}
.termo-function .termo-function-block .title a:hover {
  background-color: #fff;
  color: #696969;
}
/* // */
.termo-tab {
  padding-top: 100px;
}
.termo-tab .termo-tab-nav ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.termo-tab .termo-tab-nav ul li {
  width: 100%;
}
.termo-tab .termo-tab-nav ul li .nav-link {
  width: 100%;
  text-align: center;
  padding: 0 0 18px;
  border-bottom: 2px solid #F2F2F2;
  border-radius: 0;
}
.termo-tab .termo-tab-nav ul li .nav-link h2 span {
  display: inline-block;
}
.termo-tab .termo-tab-nav ul li .nav-link h2 span,
.termo-tab .termo-tab-nav ul li .nav-link h2 {
  font-size: 28px;
  line-height: 32px;
  text-transform: uppercase;
  color: #D7D7D7;
  margin-bottom: 5px;
}
.termo-tab .termo-tab-nav ul li .nav-link span {
  display: block;
  font-size: 16px;
  line-height: 18px;
  color: #D7D7D7;
}
.termo-tab .termo-tab-content {
  margin-top: 60px;
}
.termo-tab .termo-tab-nav .nav-pills .nav-link.active,
.termo-tab .termo-tab-nav .nav-pills .show>.nav-link {
  background: transparent;
  border-color: #1B3B58;
}
.termo-tab .termo-tab-nav .nav-pills .nav-link.active h2,
.termo-tab .termo-tab-nav .nav-pills .show>.nav-link h2 {
  color: #1B3B58;
}
.termo-tab .termo-tab-nav .nav-pills .nav-link.active span,
.termo-tab .termo-tab-nav .nav-pills .show>.nav-link span {
  color: #1B3B58;
}
.termo-tab .termo-tab-block {
  height: 100%;
  height: 445px;
}
.termo-tab .termo-tab-col {
  margin-bottom: 90px;
}
.termo-tab .termo-tab-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background: #2B581B;
  height: 100%;
  padding: 10px;
}
.termo-tab .termo-tab-text h2 {
  font-size: 28px;
  line-height: 32px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.termo-tab .termo-tab-text span {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #F0F0F0;
}
.termo-tab .termo-tab-img {
  display: block;
  text-align: center;
}
.termo-tab .termo-tab-img,
.termo-tab .termo-tab-img img {
  width: 100%;
  height: 100%;
}
.termo-tab .termo-tab-img span {
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  display: block;
  margin-top: 15px;
  color: #696969;
}
.termo-tab .termo-tab-img span br {display: none;}

.termo-tab .temprature-gradus .gradus-line {
  display: block;
  height: 12px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 19.02%, #FFFFFF 47.92%, rgba(255, 255, 255, 0) 76.81%);
  margin-bottom: 5px;
}
.termo-tab .temprature-gradus .gradus-num {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.termo-tab .temprature-gradus .gradus-num span {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
}
.termo-tab .temprature-items p {
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
}

.termo-tab .temprature-items .items-line span {
  width: 100%;
}
.termo-tab .temprature-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.termo-tab .temprature-items:last-child {
  margin-bottom: 0;
}
.termo-tab .temprature-items .items-line {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.termo-tab .temprature-items .items-line span {
  display: inline-block;
  width: 100%;
  height: 10px;
  margin-right: 2px;
  background: rgba(255, 255, 255, 0.2);
}
.termo-tab .temprature-items .items-line span.active {
  background: #fff;
}
.termo-tab .temprature-items p {
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 1;
  width: 40%;
}
.termo-tab-block .termo-info-tab h3,
.termo-tab-info-top h3 {
  text-align: left;
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.termo-tab-block .termo-info-tab {
  text-align: center;
}
.termo-tab-block .termo-info-tab span {
  font-size: 12px;
  line-height: 14px;
  color: #F0F0F0;
  margin-top: 10px;
}
.termo-tab-info-top .termo-tab-info {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.termo-tab-info-top .termo-tab-info img {
  margin-right: 10px;
}
.termo-tab-info-top .termo-tab-info p {
  margin-bottom: 2px;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.termo-tab-info-top .termo-tab-info span {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
}
.termo-tab-info-top > p {
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
}
.termo-tab .tab-yellow .termo-tab-text {
  background: #E28903;
  padding: 20px 10px;
  justify-content: space-between;
  text-align: left;
}
.termo-tab .tab-red .termo-tab-text {
  padding: 20px 10px;
  justify-content: space-between;
  text-align: left;
  background: #A00004;
}
.termo-tab .tab-red .temprature-gradus .gradus-line {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 36.23%, #FFFFFF 64.04%, rgba(255, 255, 255, 0) 91.85%);
}
/* //////// */
.on-select {
  padding-top: 10px;
}
.on-select .title h2 {
  font-size: 28px;
  line-height: 32px;
}
.on-select .on-select-block {
  padding: 20px;
  background: #F0F0F0;
}
.on-select .on-select-block span {
  display: block;
  font-size: 52px;
  line-height: 60px;
  text-transform: uppercase;
  color: #D7D7D7;
  margin-bottom: 10px;
}
.on-select .on-select-block h4 {
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  color: #696969;
  margin-bottom: 10px;
}
.on-select .on-select-block p {
  font-size: 12px;
  line-height: 14px;
  color: #696969;
}
/* ///// */
.termo-test {
  padding-top: 100px;
}
.termo-test .termo-test-block {
  height: 520px;
  overflow: hidden;
}
.termo-test .termo-test-img {
  height: 100%;
}
.termo-test .termo-test-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.termo-test .termo-test-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  background: #1B3B58;
  padding: 30px 60px;
  color: #fff;
  height: 100%;
}
.termo-test .termo-test-text .test-top span {
  display: block;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.termo-test .termo-test-text .test-center h2 {
  font-size: 40px;
  line-height: 46px;
  text-transform: uppercase;
}
.termo-test .termo-test-text .test-center p {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 30px;
}
.termo-test .termo-test-text .test-sub a {
  font-size: 16px;
  line-height: 0px;  
  text-transform: uppercase;
  padding: 20px 43px;
  border: 1px solid #F0F0F0;
  border-radius: 25px;
  color: #fff;
}
.termo-test .termo-test-text .test-sub a:hover {
  background: #fff;
  color: #696969;
}
.termo-questions {
  padding: 130px 0 90px;
}
.termo-questions .title h2 {
  font-size: 28px;
  line-height: 32px;
}
.termo-questions .accordion-item {
  border: none;
  border-bottom: 1px solid #F0F0F0;
}
.termo-questions .accordion-item:first-child {
  border-top: 1px solid #F0F0F0;
}

.termo-questions .accordion-button {
  padding: 15px 0;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #696969;
}
.termo-questions .accordion-button img {
  margin-left: auto;
}
.termo-questions .accordion-button[aria-expanded="true"] img {
  transform: rotate(180deg);
}
.termo-questions .accordion-button:not(.collapsed) {
  color: #696969;
  box-shadow: none;
  background: transparent;
}
.termo-questions .accordion-body {
  padding: 0 0 10px;
  font-size: 14px;
}
.termo-questions .accordion-button::after {
  content: none;
}
/* /// */
.termo-ftr {
  background: #1B3B58;
}
.termo-ftr .termo-ftr-block {
  border-bottom: 1px solid #F0F0F0;
  padding: 60px 0;
}
.termo-ftr .title h3 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.termo-ftr .termo-ftr-text p {
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
  padding-right: 50px;
}
/* end termo page */

/* wholesale page */
.wholesale-sec {
  padding-top: 60px;
}
.wholesale-sec-rov {
  justify-content: center;
  margin-top: -40px;
}
.wholesale-sec .wholesale-sec-block {
  height: 100%;
}
.wholesale-sec .wholesale-sec-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px 100px;
  text-align: center;
  background: #ACBAC7;
  height: 100%;
}
.wholesale-sec .wholesale-sec-text h2 {
  font-size: 48px;
  line-height: 55px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.wholesale-sec .wholesale-sec-text p {
  font-size: 16px;
  line-height: 18px;
  color: #FFFFFF;
}
.wholesale-sec .wholesale-sec-img,
.wholesale-sec .wholesale-sec-img img {
  height: 100%;
  width: 100%;
} 

.wholesale-sec .wholesale-sec-info {
  display: flex;
  flex-direction: column;
  background: #F0F0F0;
  border: 1px solid #F0F0F0;
  border-radius: 10px;
  padding: 20px;
  height: 100%;
}
.wholesale-sec .wholesale-sec-info h4 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  color: #696969;
}
.wholesale-sec .wholesale-sec-info h4 span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 0%;
  text-transform: uppercase;
  color: #F0F0F0;
  background: #696969;
  border-radius: 10px;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.wholesale-sec .wholesale-sec-info-text {
  display: flex;
  align-items: flex-start;
}
.wholesale-sec .wholesale-sec-info p {
  font-size: 12px;
  line-height: 14px;
  color: #696969;
}
/* / */
.wholesale-factory {
  padding-top: 100px;
}
.wholesale-factory .title h2 {
  font-size: 28px;
  line-height: 32px;
}
.wholesale-factory .factory-block img {
  width: 100%;
}
.wholesale-factory .factory-block h5 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  color: #696969;
}
.wholesale-factory .factory-block p {
  font-size: 12px;
  line-height: 14px;
  color: #696969;
  height: 42px;
  overflow: hidden;
}
.wholesale-factory .factory-text {
  padding: 15px;
}
.wholesale-factory .factory-col {
  position: relative;
  padding: 0 0 0 15px;
}
.wholesale-factory .factory-slide {
  padding: 0;
  margin: 0;
}
.wholesale-factory .factory-slide .col-lg-3 {
  padding-left: 0;
  padding-right: 10px;
}

.wholesale-factory .factory-slide .owl-nav button {
  position: absolute;
  top: 28%;
  padding: 0;
  border: none;
  background: transparent;
  border-radius: 50%;
}
.wholesale-factory .factory-slide .owl-nav button.owl-prev {
  left: 5px;
}
.wholesale-factory .factory-slide .owl-nav button.owl-next {
  right: -20px;
}
/* // */
.wholesale-tab {
  padding-top: 100px;
}
.wholesale-tab .nav-tabs {
  flex-wrap: nowrap;
  border: none;
}
.wholesale-tab .nav-tabs .nav-link {
  width: 100%;
}
.wholesale-tab .nav-tabs .nav-item.show .nav-link, 
.wholesale-tab .nav-tabs .nav-link.active {
  border-color: #1B3B58;
  color: #1B3B58;
}
.wholesale-tab .nav-tabs .nav-link {
  font-size: 28px;
  line-height: 32px;
  text-transform: uppercase;
  color: #696969;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #F2F2F2;
  padding: 0 0 18px;
  margin-bottom: 0;
}
.wholesale-tab .tab-content {
  margin-top: 55px;
}
.wholesale-tab .wholesale-tab-block {
  background: #ACBAC7;
  padding: 30px;
  text-align: center;
}
.wholesale-tab .wholesale-tab-block p {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 90px;
}
.wholesale-tab .wholesale-tab-block h2 {
  font-size: 40px;
  line-height: 46px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 auto 70px;
  max-width: 620px;
}
.wholesale-tab .wholesale-tab-block a {
  border: 1px solid #FFFFFF;
  border-radius: 25px; 
  padding: 15px 30px;
  font-size: 12px;
  line-height: 0px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.wholesale-tab .wholesale-tab-block a:hover {
  background: #fff;
  color: #696969;
}
/* /// */
.wholesale-linen {
  padding-top: 60px;
}

.wholesale-linen .title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.wholesale-linen .title h2 {
  margin-bottom: 0;
}
.wholesale-linen .wholesale-top-tags {
  display: flex;
  align-items: center;
}
.wholesale-top-tags .tag-item {
  margin-left: 5px;
}

.wholesale-slide .owl-dots {
  display: flex;
  align-items: center;
}

.wholesale-slide span {
  transition: .3s all ease;
}
.wholesale-slide .whole-block {
  display: block;
  margin-right: 10px;
}
.wholesale-slide .slick-active:last-child .whole-block {
  margin-right: 0;
}
.wholesale-slide .whole-block .whole-img {
  display: block;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}
.wholesale-slide .whole-block .whole-img img {
  width: 100%;
  height: 410px;
}
.wholesale-slide .whole-block .whole-text p {
  margin: 10px 0;
  font-size: 16px;
  line-height: 18px;
  color: #696969;
}
.wholesale-slide .whole-block .whole-text span {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #D7D7D7;
  margin-bottom: 20px;
}
.wholesale-slide .tags span {
  background: #F0F0F0;
}

.wholesale-linen .control {
  padding: 10px;
  background: #F0F0F0;
}
.wholesale-linen .control span {
  display: block;
  font-size: 12px;
  line-height: 0px;
  color: #696969;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
.wholesale-linen .control--radio .control__indicator {
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  border: none;
}
.wholesale-linen .control input:checked ~ .control__indicator {
  opacity: 1;
}
.wholesale-linen .control input:checked ~ .control__indicator:after {
  opacity: 0;
}
.wholesale-linen .control input:checked ~ span {
  color: #fff;
  z-index: 10;
}
/* //// */
.wholesale-order {
  padding-top: 100px;
}
.wholesale-order .title {
  margin-bottom: 30px;
}
.wholesale-order .title h2 {
  font-size: 28px;
  line-height: 31px;
  margin-bottom: 0;
}

.wholesale-order .wholesale-order-block {
  padding: 20px;
  background: #F0F0F0;
  border-radius: 10px;
  height: 100%;
}
.wholesale-order .wholesale-order-block span {
  display: block;
  margin-bottom: 20px;
  font-size: 52px;
  line-height: 60px;
  text-transform: uppercase;
  color: #D7D7D7;
}
.wholesale-order .wholesale-order-block h3 {
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  color: #696969;
  margin-bottom: 10px;
}
.wholesale-order .wholesale-order-block p {
  font-size: 12px;
  line-height: 14px;
  color: #696969;
  padding-right: 45px;
}
/* ///// */
.wholesale-form {
  padding-top: 60px;
}
.wholesale-form .wholesale-form-block {
  height: 100%;
}
.wholesale-form .wholesale-form-img {
  width: 100%;
  height: 100%;
}
.wholesale-form .wholesale-form-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wholesale-form .wholesale-form-content {
  height: 100%;
  background-color: #ACBAC7;
  padding: 60px;
  margin-left: -1px;
}
.wholesale-form .wholesale-form-content h2 {
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 46px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.wholesale-form .wholesale-form-in {
  max-width: 398px;
  margin: auto;
}

.wholesale-form .wholesale-form-in .form-group {
  width: 100%;
}
.wholesale-form .wholesale-form-in input {
  margin-bottom: 10px;
  color: #fff;
  font-size: 12px;
}
.wholesale-form .wholesale-form-in input,
.wholesale-form .wholesale-form-in .select {
  width: 100%;
  height: 38px;
  background: transparent;
  border: 1px solid #F0F0F0;
  border-radius: 5px;
  padding: 5px 15px;
}
.wholesale-form .wholesale-form-in .select-styled:hover {
  border-color: transparent;
}

.wholesale-form .wholesale-form-in input::placeholder {
  font-size: 12px;
  color: #FFFFFF;
}
.wholesale-form .wholesale-form-in .select-styled {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 0px;
  color: #FFFFFF;
  height: 100%;
  border: none;
  background: transparent;
}
.wholesale-form .wholesale-form-in .select-styled:after {
  background-image: url('../images/accordion-arrow-white.png');
  top: 14px;
}
.wholesale-form .wholesale-form-in .form-btn {
  margin-top: 20px;
}
.wholesale-form .wholesale-form-in .form-btn button {
  border: none;
  display: block;
  width: 100%;
  padding: 20px;
  background: #FFFFFF;
  border-radius: 25px;
  font-size: 16px;
  line-height: 0px;
  text-align: center;
  text-transform: uppercase;
  color: #1B3B58;
}
.wholesale-form .wholesale-form-in .form-btn button:hover {
  background: #1B3B58;
  color: #fff;
}
.wholesale-form .wholesale-form-in .wholesale-link {
  text-align: center;
  margin-top: 15px;
}
.wholesale-form .wholesale-form-in .wholesale-link p a {
  display: inline-block;
  text-decoration: underline;
}
.wholesale-form .wholesale-form-in .wholesale-link p a,
.wholesale-form .wholesale-form-in .wholesale-link p {
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
}
/* /////// */
.wholesale-garant {
  padding: 60px 0 90px;
}
.wholesale-garant .titlle h2 {
  font-size: 28px;
  line-height: 32px;
}
.wholesale-garant .wholesale-slide-content {
  position: relative;
}
.wholesale-garant .wholesale-garant-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
  background: #F0F0F0;
  border: 1px solid #F0F0F0;
  border-radius: 10px;
  text-align: center;
  height: 134px;
}
.wholesale-garant .wholesale-garant-block h5 {
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  color: #696969;
}
.wholesale-garant .wholesale-garant-block p {
  font-size: 12px;
  line-height: 14px;
  color: #696969;
}
.wholesale-garant-slide .owl-nav button {
  position: absolute;
  top: 35%;
  padding: 0;
  border: none;
  background: transparent;
  border-radius: 50%;
}
.wholesale-garant-slide .owl-nav button.owl-prev {
  left: -20px;
}
.wholesale-garant-slide .owl-nav button.owl-next {
  right: -20px;
}
/* // second tab // */

.wholesale-tab .tab-two .wholesale-tab-block {
  background: #809480;
}
.wholesale-tab .tab-two .wholesale-form .wholesale-form-content {
  background: #809480;
  padding: 60px 30px;
}

.wholesale-tab .tab-two .wholesale-tab-block h2 {
  max-width: 962px;
}

.wholesale-model {
  padding-top: 60px;
}
.wholesale-model .title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.wholesale-model .title h2 {
  margin-bottom: 0;
}
.wholesale-model .wholesale-top-tags {
  display: flex;
  align-items: center;
}
.wholesale-top-tags .tag-item {
  margin-left: 5px;
}

.wholesale-model .owl-dots {
  display: flex;
  align-items: center;
}
.wholesale-model .control {
  padding: 10px;
  background: #F0F0F0;
}
.wholesale-model .control span {
  display: block;
  font-size: 12px;
  line-height: 0px;
  color: #696969;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
.wholesale-model .control--radio .control__indicator {
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  border: none;
}
.wholesale-model .control input:checked ~ .control__indicator {
  opacity: 1;
}
.wholesale-model .control input:checked ~ .control__indicator:after {
  opacity: 0;
}
.wholesale-model .control input:checked ~ span {
  color: #fff;
  z-index: 10;
}

.wholesale-model .model-slide .owl-dots {
  display: flex;
  align-items: center;
}

.wholesale-model .model-slide span {
  transition: .3s all ease;
}
.wholesale-model .model-slide .model-block {
  display: block;
}
.wholesale-model .model-slide .model-block .model-img {
  display: block;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}
.wholesale-model .model-slide .model-block .model-img img {
  width: 100%;
  height: 410px;
}
.wholesale-model .model-slide .model-block .model-text p {
  margin: 10px 0;
  font-size: 16px;
  line-height: 18px;
  color: #696969;
}
.wholesale-model .model-slide .model-block .model-text span {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #D7D7D7;
  margin-bottom: 20px;
}
.wholesale-model .model-slide .tags span {
  background: #F0F0F0;
}
.wholesale-model .model-slide {
  overflow: hidden;
}

/* second model slide */

.wholesale-model .model-slide-men .owl-dots {
  display: flex;
  align-items: center;
}

.wholesale-model .model-slide-men span {
  transition: .3s all ease;
}
.wholesale-model .model-slide-men .model-men-block {
  display: block;
}
.wholesale-model .model-slide-men .model-men-block .model-men-img {
  display: block;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}
.wholesale-model .model-slide-men .model-men-block .model-men-img img {
  width: 100%;
  height: 410px;
}
.wholesale-model .model-slide-men .model-men-block .model-men-text p {
  margin: 10px 0;
  font-size: 16px;
  line-height: 18px;
  color: #696969;
}
.wholesale-model .model-slide-men .model-men-block .model-men-text span {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #D7D7D7;
  margin-bottom: 20px;
}
.wholesale-model .model-slide-men .tags span {
  background: #F0F0F0;
}

.wholesale-model .model-slide-men {
  overflow: hidden;
}

/* third model slide */

.wholesale-model .model-termo .owl-dots {
  display: flex;
  align-items: center;
}

.wholesale-model .model-termo span {
  transition: .3s all ease;
}
.wholesale-model .model-termo .model-termo-block {
  display: block;
  margin-bottom: 0;
}
.wholesale-model .model-termo .model-termo-block .model-termo-img {
  display: block;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}
.wholesale-model .model-termo .model-termo-block .model-termo-img img {
  width: 100%;
  height: 410px;
}
.wholesale-model .model-termo .model-termo-block .model-termo-text p {
  margin: 10px 0;
  font-size: 16px;
  line-height: 18px;
  color: #696969;
}
.wholesale-model .model-termo .model-termo-block .model-termo-text span {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #D7D7D7;
  margin-bottom: 20px;
}
.wholesale-model .model-termo .tags span {
  background: #F0F0F0;
}
.wholesale-model .model-termo {
  overflow: hidden;
}
/* //// swiper nav /// */
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}
.swiper-button-prev3,
.swiper-button-next3,
.swiper-button-prev2,
.swiper-button-next2,
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 40%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.model-slide-content {
  position: relative;
}

.swiper-button-next3,
.swiper-button-next2,
.swiper-button-next {
  right: -14px;
}
.swiper-button-prev3,
.swiper-button-prev2,
.swiper-button-prev {
  left: -14px;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.7;
}
.wholesale-model .slide-colors {
  display: flex;
  align-items: center;
}
.wholesale-model .slide-colors a {
  display: inline-block;
  margin-right: 5px;
}




























.termo-tab-block .termo-info-tab,
.termo-tab .tab-mob-btn,
.for-mob2 {display: none;}

@media only screen and (max-width: 1400px) {
  /* .index-col {
    flex: 0 0 auto;
    width: 91.66666667%;
  } */
  /* // */
  .catalog-main .filter-fashion .fStyle-block span svg {
    height: 50px;
  }
  .catalog-main .filter-fashion .fStyle-block {
    max-width: 122px;
    height: 122px;
  }
  .catalog-main .ctlg-block .ctlg-img img {
    height: auto;
  }
  .product-info .info-temprature .temprature-items p {
    width: 46%;
  }
  .product-info .info-temprature .temprature-items .items-line {
    width: 56%;
  }
  .product-resp .resp-block .resp-img img,
  .product-line .line-block .line-img img {
    height: 344px;
  }
  .why-sec .why-block img,
  .product-sec .side-slide .side-slide-img img {
    height: auto;
  }
  .catalog-main .filter-style {
    flex-direction: column;
  }
  .catalog-main .filter-style .fStyle-block {
    max-width: 100%;
    margin-right: 0;
  }
}



@media only screen and (max-width: 1200px) {
  .wholesale-model .model-termo .model-termo-block .model-termo-img img,
  .wholesale-model .model-slide .model-block .model-img img,
  .wholesale-model .model-slide-men .model-men-block .model-men-img img,
  .wholesale-slide .whole-block .whole-img img {
    height: auto;
  }
  .for-tab-img {display: block;}
  .termo-tab-block .termo-info-tab h3 {
    text-align: center;
    margin-bottom: 0;
  }
  .termo-tab .tab-red .termo-tab-text,
  .termo-tab .tab-yellow .termo-tab-text {
    justify-content: center;
  }
  .termo-tab-info-sub,
  .termo-tab-info-top {
    display: none;
  }
  .termo-tab .termo-tab-block {
    height: 100%;
  }
  .termo-sec .termo-top {
    height: 100%;
  }
  .termo-sec {
    padding: 60px 0 0;
  }
  
  .termo-properties-img img {
    width: 100%;
  }
  header .navbar .dropdown .drop-img img {
    width: 100%;
    height: 167px;
    object-fit: cover;
  }
  .index-main-banner {
    height: 420px;
  }
  .index-select .index-select-img img {
    height: 320px;
  }
  .index-col-item .index-col-text, .index-col-item-img {
    height: 320px;
  }
  /* /// */
  .email-reg .order-fixed-pass,
  .email-reg .order-fixed-login,
  .email-not-reg .order-fixed-pass,
  .email-not-reg .order-fixed-login {
    flex-wrap: wrap;
  }
  .email-reg .order-fixed-login button {
    margin-right: 0;
    width: 100%;
  }
  .email-reg .order-fixed-login a,
  .email-not-reg .order-fixed-login p {
    margin-top: 10px;
  }
  .email-not-reg .order-fixed-pass input:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .email-not-reg .order-fixed-pass input:last-child {
    margin-left: 0;
  }
  .product-resp .resp-block .resp-img img,
  .product-line .line-block .line-img img {
    height: 290px;
  }
  .for-fixed {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background: #F0F0F0;
    margin-left: -10px;
    margin-right: -10px;
  }
  .for-fixed p {
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #1B3B58;
  }
  .for-fixed a {
    transition: .7s all ease;
  }
  .for-fixed a:hover {
    transform: rotate(180deg);
  }
  .catalog-main .filter-fashion .fStyle-block span svg {
    height: auto;
  }
  .catalog-main .filter-fashion .fStyle-block {
    max-width: 135px;
    height: 135px;
  }
  .account-my-question .my-question, .account-my-reviews .my-reviews {
    flex-direction: column;
    align-items: flex-start;
  }
  .account-my-question .my-question p, .account-my-reviews .my-reviews p {
    margin-bottom: 15px;
  }
  .account-wishlist .for-pc {
    display: none;
  }
  .operations-history.pc{display: none;}
  .lg {display: block;}
  .mb-30 {
    margin-bottom: 30px;
  }
  .operations-history {
    margin-top: 10px;
  }
  .account-bonus {
    margin-bottom: 0;
  }
  .account-sec .account-my .col-two {
    padding-right: 5px;
  }
  .account-sec .account-my .col-three {
    padding-left: 5px;
  }
  .account-sec .account-delivery-data {
    margin-top: 10px;
  }
  .cart-modal .cart-modal-btns {
    margin-top: 60px;
  }
  .cart-modal .modal-dialog,
  .cart-modal .modal-content {
    height: auto;
    overflow: auto;
  }
  .product-info .info-temprature .temprature-items p {
    width: 54%;
  }
  .product-info .info-temprature .temprature-items .items-line {
    width: 46%;
  }
  /* start catalog page */
  .catalog-main .filter-grid {display: none;}

  .catalog-main .catPro-top .title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .catalog-main .catPro-top .title h2 {
    margin-right: 20px;
  }
  .catalog-main .ctlg-block .ctlg-img img {
    height: auto;
  }
  .catalog-filter {
    position: fixed;
    left: -1300px;
    top: 0;
    z-index: 100;
    max-width: 300px;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    background: #fff;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 30%);
    transition: .5s all ease;
    overflow: auto;
  }
  .catalog-filter.active {
    left: 0;
  }
  .mob-filter-btn {
    display: inline-block;
    font-size: 12px;
    line-height: 0px;
    text-align: center;
    text-transform: uppercase;
    color: #696969;
    padding: 14px 40px;
    border: 1px solid #D7D7D7;
    border-radius: 25px;
  }
  .mob-filter-btn:hover {
    background: #1B3B58;
    color: #fff;
    border-color: #1B3B58;
  }
  .mob-filter-btn.tab,
  .catalog-main .bread-crumbs {display: none;}
  /* end catalog page */
  .table-all-order .table tbody tr td {
    padding: 15px 5px;
  }
}


@media only screen and (max-width: 1046px) {
  .why-sec .why-slide .col-lg-3 {
    width: 100%;
  }
  .wholesale-factory .factory-slide .col-lg-3 {
    width: 100%;
  }
}



@media only screen and (max-width: 1025px) {
  .termo-sec .termo-top-block {
    display: none;
  }
  .catalog-main .ctlg-block {
    margin-bottom: 60px;
  }
  .medium{display: block;}
  .pc{display: none;}
  .why-sec .why-slide .owl-stage-outer {
    padding: 0;
  }
  .why-sec .why-slide .col-lg-3 {
    width: 100%;
  }
  .why-sec .why-col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .product-sec .product-img img {
    height: 400px;
  }
  .temprature-block,
  .product-info {
    margin-top: 60px;
  }
  .line-img .fav-icon,
  .resp-img .fav-icon {
    opacity: 1;
  }
  .why-text {
    padding-right: 25px;
  }
  .product-info .info-temprature .temprature-items p {
    width: 36%;
  }
  .product-info .info-temprature .temprature-items .items-line {
    width: 64%;
  }
}



@media only screen and (max-width: 992px) {
  .wholesale-tab .wholesale-tab-block {
    margin-bottom: 20px;
  }
  .wholesale-top-tags .tag-item {
    margin-bottom: 5px;
  }
  .wholesale-linen .wholesale-top-tags,
  .wholesale-model .wholesale-top-tags {
    flex-wrap: wrap;
  }
  .wholesale-model .title h2 {
    margin-bottom: 20px;
  }
  .wholesale-model {
    padding-top: 20px;
  }
  .wholesale-garant {
    padding: 60px 0;
  }
  .wholesale-form {
    padding-top: 20px;
  }
  .tab-pane .wholesale-form .pl-0 {
    padding-left: 0;
  }
  .tab-pane .wholesale-form .pr-0 {
    padding-right: 0;
  }
  .wholesale-form .wholesale-form-content {
    margin-left: 0;
    padding: 20px;
  }
  .wholesale-form .wholesale-form-content h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .wholesale-order .wholesale-order-block span {
    margin-right: 70px;
    margin-bottom: 0;
  }
  .wholesale-order .wholesale-order-block {
    height: auto;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
  }
  .wholesale-garant .title h2,
  .wholesale-order .title {
    margin-bottom: 20px;
  }
  .wholesale-order {
    padding-top: 40px;
  }
  .wholesale-linen .title {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  .wholesale-linen {
    padding-top: 20px;
    margin-right: -10px;
  }
  .wholesale-top-tags .tag-item {
    margin-left: 0;
    margin-right: 5px;
  }
  .wholesale-linen .title h2 {
    margin-bottom: 20px;
  }
  .wholesale-tab .tab-content {
    margin-top: 30px;
  }
  .wholesale-tab,
  .wholesale-factory {
    padding-top: 50px;
  }
  .wholesale-tab .nav-tabs .nav-link {
    font-size: 20px;
    line-height: 23px;
  }
  .wholesale-sec {
    padding-top: 30px;
  }
  .wholesale-sec .wholesale-sec-info h4 {
    min-width: 180px;
  }
  .wholesale-sec .wholesale-sec-info .col-lg-5 p {
    margin-bottom: 15px;
  }
  .wholesale-sec .wholesale-sec-info-text {
    flex-direction: column;
  }
  .wholesale-sec .wholesale-sec-info {
    flex-direction: row;
    align-items: flex-start;
    height: auto;
    margin-bottom: 10px;
  }
  .wholesale-order .pl-5,
  .wholesale-sec-rov .pl-5 {
    padding-left: 15px;
  }
  .wholesale-order .pr-5,
  .wholesale-sec-rov .pr-5 {
    padding-right: 15px;
  }
  .wholesale-sec .wholesale-sec-text {
    padding: 30px 40px;
  }
  .wholesale-sec .wholesale-sec-text p {
    font-size: 12px;
    line-height: 14px;
  }
  .wholesale-sec .wholesale-sec-text h2 {
    font-size: 28px;
    line-height: 32px;
  }
  /* // */
  .termo-ftr {display: none;}
  .termo-questions .qustions-right-col .accordion-item {
    width: 100%;
  }
  .termo-questions .qustions-right-col .accordion-item:first-child {
    border-top: none;
  }
  .termo-tab .termo-tab-nav ul li .nav-link h2 span,
  .termo-tab .termo-tab-nav ul li .nav-link h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .termo-test .termo-test-block {
    height: 100%;
  }
  .termo-test .termo-test-text {
    padding: 20px;
  }
  .termo-test .termo-test-text .test-center h2 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  .termo-test .termo-test-text .test-sub a {
    font-size: 12px;
    padding: 15px 30px;
  }
  .on-select .on-select-block {
    height: 100%;
  }
  .termo-sec .termo-top-text {
    padding: 50px;
  }
  .termo-sec .termo-top-rov {
    margin-top: 0;
  }
  .termo-tab .termo-tab-nav ul li .nav-link h2 {
    font-size: 26px;
  }
  .termo-sec .termo-top-text h1 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .termo-sec .termo-top-text p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 30px;
  }
  .index-main-left h1 {
    font-size: 24px;
    line-height: 1.2;
  }
  .termo-sec .termo-top-text a {
    font-size: 14px;
  }
  .termo-function .termo-function-block {
    padding: 30px 50px;
  }
  header .navbar .dropdown .drop-img img {
    width: auto;
    height: auto;
    object-fit: none;
  }
  header .navbar .dropdown .drop-col {
    margin-top: 40px;
  }
  header .navbar-nav .dropdown .dropdown-menu {
    position: absolute;
    padding-top: 0;
  }
  .header-menu .header-menu-left .menu-link {
    margin-right: 20px;
  }
  .index-main-banner {
    height: 325px;
  }
  .index-info-sec .index-info-img img {
    width: 100%;
  }
  /* /// */
  .index-select .index-select-img img {
    height: 240px;
  }
  .index-select-text h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .index-col-item .index-col-text, .index-col-item-img {
    height: 250px;
  }
  .basket-content-left {
    padding-right: 15px;
  }
  .basket-content-right {
    padding-left: 15px;
  }
  .basket-side-col {
    padding-right: 5px;
    margin-top: 10px;
  }
  .basket-fixed-col {
    padding-left: 5px;
    margin-top: 10px;
  }
  .basket-personal-payment .for-height {
    height: 100%;
  }
  .basket-side {
    margin-top: 10px;
  }
  .often-questions {
    margin-top: 10px;
  }
  #v-pills-review .col-lg-6.pr-5 {
    padding-right: 15px;
  }
  #v-pills-review .col-lg-6.pl-5 {
    padding-left: 15px;
  }
  .account-wishlist .title {
    flex-direction: column;
    align-items: flex-start;
  }
  .account-wishlist .title h2 {
    margin-bottom: 15px;
  }
  .bonus-balance {
    margin-top: 10px;
  }
  .account-sec .account-track {
    margin-top: 10px;
  }
  .all-order-links .question {
    padding-right: 15px;
  }
  .all-order-links .feedback {
    padding-left: 15px;
  }
  .account-sec {
    padding: 30px 0;
  }
  .account-sec .account-my .col-three {
    padding-left: 15px;
  }
  .account-sec .account-my .col-two {
    padding-right: 15px;
  }
  .table .more-info {
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    text-decoration-line: underline;
    color: #696969;
    margin-top: 25px;
  }
  .table-all-order .table-product .tab-three-pic::after {
    content: "+4";
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: rgb(105, 105, 105);
    opacity: 0.9;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(240, 240, 240);
    margin: auto;
  }
  .account-sec .basic {
    height: auto;
  }
  .table-all-order .table-product .tab-four-pic {
    display: none;
  }
  .table-all-order .table .all-order-date,
  .table-all-order .table .all-order-price,
  .table-all-order .table thead tr th.th-sum,
  .table-all-order .table thead tr th.th-date {
    display: none;
  }
  .border-style {
    padding: 20px;
  }
  .account-sec .account-bonus-system {
    margin-top: 10px;
  }
  .tab-pane .pl-0 {
    padding-left: 15px;
  }
  .tab-pane .pr-0 {
    padding-right: 15px;
  }
  /* account page */
  .catalog-shirts-middle {
    padding: 20px 15px;
  }
  .catalog-shirts-middle .view-btn {
    margin-top: 30px;
    font-size: 12px;
    padding: 15px 26px;
  }
  .catalog-shirts-middle h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .catalog-main .catalog-products .catPro-top .top-filter {
    justify-content: space-between;
  }
  .catalog-main .catalog-products .catPro-top {
    align-items: flex-end;
  }
  .medium {display: none;}
  .tab {display: block;}
  .product-sec .product-img img {
    height: auto;
  }
  .product-info .info-temprature .temprature-items p {
    width: 50%;
  }
  .product-info .info-temprature .temprature-items .items-line {
    width: 50%;
  }
  header .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .product-sec .product-col:nth-child(odd){
    padding-right: 15px;
  }
  .product-sec .product-col:nth-child(even) {
    padding-left: 15px;
  }
  .product-sec .product-side .side-tag span {
    white-space: nowrap;
  }
  .why-sec .why-block img {
    height: 206px;
  }
  .help-sec .help-block h3 {
    font-weight: 400;
  }
  .help-sec .help-block {
    height: 100%;
  }
  /* termo page */
  .termo-secret .termo-secret-title h4 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  
  .termo-secret .termo-secret-block {
    padding: 10px 7px;
  }
}




@media only screen and (max-width: 767px) {
  .slide-arrow {
    top: 30%;
  }
  .next-arrow {
    right: 0;
  }
  .wholesale-tab .nav-tabs .nav-link {
    font-size: 18px;
    line-height: 22px;
  }
  .tab-pane .wholesale-form .pl-0 {
    padding-left: 15px;
  }
  .wholesale-sec .wholesale-sec-text {
    padding: 70px;
  }
  .wholesale-sec .wholesale-sec-info {
    flex-direction: column;
  }
  .wholesale-sec .pr-0 {
    padding-right: 15px;
  }
  .wholesale-form .wholesale-form-img img,
  .wholesale-form .wholesale-form-img,
  .wholesale-sec .wholesale-sec-img, .wholesale-sec .wholesale-sec-img img {
    display: none;
  }
  /* // */
  .wholesale-factory .factory-slide .owl-nav button.owl-next {
    right: -12px;
  }
  .wholesale-factory .factory-slide {
    margin-left: -15px;
    margin-right: -15px;
  }
  .wholesale-tab .wholesale-tab-block p {
    margin-bottom: 60px;
  }
  .wholesale-tab .wholesale-tab-block h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 60px;
  }
  .wholesale-tab .wholesale-tab-block {
    padding: 30px 20px;
  }
  .termo-tab .termo-tab-nav .nav-pills .nav-link span {
    display: block;
    font-size: 12px;
    line-height: 1.2;
  }
  .termo-tab .termo-tab-img span {
    margin-top: 7px;
  }
  .termo-tab .tab-mob-btn {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
  .termo-tab .tab-mob-btn a {
    font-size: 12px;
    line-height: 0px;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 30px;
    border: 1px solid #E28903;
    border-radius: 25px;
  }
  .termo-tab .tab-green .tab-mob-btn a {
    color: #2B581B;
    border-color: #2B581B;
  }
  .termo-tab .tab-yellow .tab-mob-btn a {
    color: #E28903;
    border-color: #E28903;
  }
  .termo-tab .tab-red .tab-mob-btn a {
    color: #B72025;
    border-color: #B72025;
  }
  .termo-function .termo-function-block .subtitle p {
    margin-bottom: 60px;
  }
  .termo-function .termo-function-block .title p {
    margin-bottom: 40px;
  }
  .termo-function .termo-function-block {
    padding: 30px 20px;
  }
  .termo-test .termo-col-text {
    padding-left: 15px;
  }
  .termo-test {
    padding-top: 50px;
  }
  .termo-tab .termo-tab-content {
    margin-top: 30px;
  }
  .termo-tab .termo-tab-col:last-child {
    padding-right: 15px;
  }
  .termo-tab .tab-yellow .termo-tab-col:nth-child(3) {
    padding-right: 15px;
  }
  .termo-properties-img .for-mob2:last-child {
    margin-top: 60px;
  }
  .termo-tab .termo-tab-col {
    margin-bottom: 50px;
  }
  .termo-properties .title h2 {
    display: none;
  }
  .termo-questions,
  .termo-tab,
  .termo-function,
  .termo-secret,
  .termo-sec {
    padding-top: 60px;
  }
  .termo-sec .termo-sec-text,
  .termo-test .termo-col-text {
    width: 100%;
  }
  .termo-sec .termo-sec-img,
  .termo-test .termo-col-img {
    display: none;
  }
  .termo-test .termo-test-block {
    height: 400px;
  }
  .termo-function .termo-function-block .title h2,
  .termo-test .termo-test-text .test-center h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .termo-secret .termo-secret-icon {
    margin-bottom: 30px;
  }
  .termo-secret .termo-secret-block,
  .on-select .on-select-block {
    padding: 20px;
    margin-bottom: 10px;
    height: auto;
  }
  .for-mob2 {display: block;}
  .for-tab-img {display: none;}
  .d-sm {display: none;}

  .termo-secret .pl-5,
  .on-select .pl-5 {
    padding-left: 15px;
  }
  .termo-secret .pr-5,
  .on-select .pr-5 {
    padding-right: 15px;
  }
  header .navbar-nav .dropdown .dropdown-menu {
    position: static;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  }
  header .navbar .dropdown .drop-col {
    padding: 0;
  }
  header .navbar .dropdown .drop-col:first-child {
    margin-top: 20px;
  }
  .search-right {
    display: none;
  }
  .index-main-banner {
    height: 245px;
  }
  .sale-week .week-block .week-img.overlay img,
  .sale-week .week-block .week-img img {
    height: auto;
  }
  .index-info-sec .index-info-img img {
    width: auto;
    margin: auto;
  }
  .index-info-sec .index-info-img img.mob.two {
    margin-top: 70px;
  }
  .for-pc {display: none;}
  .index-collection {
    margin-top: 30px;
  }
  .index-info-sec {
    padding: 80px 0;
  }
  .index-select {
    padding-bottom: 60px;
  }
  .index-comazo-sec {
    padding-top: 30px;
  }
  .index-end {
    padding: 60px 0;
  }
  .index-select .index-select-block,
  .index-select .index-select-img img {
    height: 250px;
    object-fit: cover;
  }
  .select-left-col,
  .select-right-col {
    display: none;
  }
  .index-end .end-block {
    margin-bottom: 10px;
  }
  .index-end .pl-5 {
    padding-left: 15px;
  }
  .index-end .pr-5 {
    padding-right: 15px;
  }
  .index-main-left h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .index-col-item .index-col-text, .index-col-item-img {
    height: 230px;
  }
  .for-mob {
    display: none;
  }
  footer .ftr-end .ftr-end-link {
    margin-left: 70px;
    flex-direction: column;
    align-items: flex-start;
  }
  .basket-side-col {
    padding-right: 15px;
  }
  .basket-sec .basket-side {
    margin-top: 30px !important;
    padding-top: 30px;
    border-top: 1px solid #f0f0f0;
  }
  .basket-personal-payment .for-height {
    height: auto;
    margin-top: 30px !important;
    padding-top: 30px;
  }
  .basket-personal-payment .payment-col {
    padding-left: 15px;
  }
  .basket-personal-payment .personal-col {
    padding-right: 15px;
  }
  .basket-sec .basket-delivery-method {
    margin-top: 30px !important;
    padding-top: 30px;
    border-top: 1px solid #f0f0f0;
  }
  .basket-side-delivery label span {
    width: 65%;
  }
  .order-fixed-block {
    display: none;
  }
  .basket-sec {
    padding: 30px 0;
  }
  .basket-menu .basket-logo img {
    height: 60px;
    margin-left: 60px;
  }
  .basket-menu .back .back-btn,
  .basket-menu .need-help .support {
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #1C3C57;
  }
  .basket-menu .need-help p {
    display: none;
  }
  .account-sec .account-my-question {
    padding: 30px 0;
    margin: 30px 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
  }
  .account-wishlist .wishlist-block {
    margin-bottom: 30px;
  }
  .for-tab {
    display: block;
  }
  .account-wishlist.border-style {
    padding: 0 10px;
  }
  .account-sec .bonus-balance {
    padding: 30px 0;
    margin: 30px 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
  }
  .account-sec .account-bonus-system,
  .account-sec .account-delivery-address,
  .account-sec .account-current-order {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f0f0f0;
  }
  .account-sec .account-delivery-data {
    margin-top: 60px;
  }
  .account-my.border-style {
    border-bottom: none;
  }
  
  .account-basic-full {
    margin-top: 0;
  }
  .recently.border-style {
    border-bottom: none;
  }
  .account-sec .account-current-order .title a {
    display: none;
  }
  .account-sec .account-content {
    padding-top: 26px;
  }
  .border-style {
    padding: 0;
    border: none;
    border-radius: 0;
  }
  .account-sec {
    padding: 30px 0;
  }
  .account-sec .account-menu .nav-link .arrow {
    position: relative;
    margin-left: 10px;
    opacity: 0;
  }
  .account-sec .account-menu .nav-link {
    order: 2;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
  }
  .account-sec .account-menu .nav-link.active {
    order: 1;
  }
  .account-sec .account-menu .nav-link.active .arrow {
    opacity: 1;
  }
  .account-sec .account-menu {
    height: 20px;
    overflow: hidden;
    flex-wrap: nowrap;
    transition: .3s all ease;
  }
  .account-sec .account-menu.active {
    height: 196px;
  }
  .account-sec .account-menu.active .nav-link .arrow {
    transform: rotate(180deg);
    top: 2px;
  }
  .account-sec .account-menu-col {
    display: flex;
    align-items: flex-start;
    padding-top: 0;
  }
  .account-sec .account-menu-col .title {
    display: flex;
    align-items: center;
  }
  .account-sec .account-menu-col .title span,
  .account-sec .account-menu-col .title h2 {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #696969;
    text-transform: none;
  }
  .account-sec .account-menu-col .title span {
    display: block;
    margin: 0 10px;
  }
  .table-all-order .table-product .tab-three-pic {
    display: none;
  }
  .table-all-order .table-product .tab-two-pic::after {
    content: "+5";
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: rgb(105, 105, 105);
    opacity: 0.9;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(240, 240, 240);
    margin: auto;
  }
  header .navbar .navbar-nav .nav-link::after {
    content: none;
  }
  .product-sec .product-col.hide {
    display: block;
  }
  .product-sec .product-img .show-more-btn {
    display: none;
  }
  .catalog-main .ctlg-block {
    margin-bottom: 30px;
  }
  .catalog-main .catPro-top .title h2 {
    margin-bottom: 15px;
  }
  .mob-filter-btn {
    margin-left: 0;
  }
  .catalog-main .catPro-top .title {
    flex-direction: column;
    align-items: flex-start;
  }
  .catalog-sec .catalog-main-left .view-btn {
    margin-top: 30px;
    font-size: 12px;
    padding: 15px 26px;
  }
  .catalog-sec .catalog-main-left h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .product-modal .pop-product-side {
    margin-top: 20px;
  }
  .product-sec .product-img {
    width: 100%;
  }
  section {
    padding-left: 5px;
    padding-right: 5px;
  }
  .product-info .info-temprature .temprature-items p {
    width: 40%;
  }
  .product-info .info-temprature .temprature-items .items-line {
    width: 60%;
  }
  .modal-select-size .size-block .size-item {
    width: 60px;
    height: 60px;
  }
  .modal-select-size .modal-dialog {
    width: 300px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  .size-block .size-item {
    margin: 0 4px 5px 0;
  }
  .why-sec .why-block a {
    opacity: 1;
    visibility: visible;
  }
  .why-sec .why-slide .owl-nav button.owl-prev {
    left: 0;
  }
  .why-sec .why-slide .owl-nav button.owl-next {
    right: 0;
  }
  .why-sec .why-slide .owl-nav button.disabled,
  .product-resp .resp-col .owl-nav button.disabled,
  .product-line .line-col .owl-nav button.disabled {
    opacity: 0;
  }
  .product-resp .resp-col .owl-nav button.owl-prev,
  .product-line .line-col .owl-nav button.owl-prev {
    left: -4px;
  }
  .product-resp .resp-col .owl-nav button.owl-next,
  .product-line .line-col .owl-nav button.owl-next {
    right: -4px;
  }
  .why-sec .why-slide.owl-drag,
  .product-resp .owl-drag,
  .product-line .owl-drag {
    overflow: visible;
  }
  .product-info .info-temprature .temprature-items {
    justify-content: flex-start;
  }
  .product-modal .modal-content {
    padding: 20px 15px;
  }
  .modal-size .modal-body .pop-size-block {
    display: flex;
    flex-direction: column;
  }
  .modal-size .modal-body .determine-size {
    padding: 20px;
    order: 1;
  }
  .modal-size .modal-body .pop-size-side {
    order: 2;
  }
  .modal-size .modal-body .determine-in.show p img {
    transform: rotate(180deg);
  }
  .modal-size .modal-body .determine-size p {
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .modal-size .accordion-button[aria-expanded="true"] p img {
    transform: rotate(180deg);
  }
  .modal-size .modal-body .determine-in span {
    margin-bottom: 10px;
  }
  .modal-size .modal-body .determine-size {
    margin-top: 0;
  }
  .modal-size .modal-close,
  .product-modal .modal-close {
    top: 10px;
    right: 10px;
    z-index: 2;
  }
  .modal-size .modal-close svg path,
  .product-modal .modal-close svg path {
    stroke: #000;
  }
  .product-modal .modal-close {
    top: -6px;
    right: -1px;
  }
  .product-modal .modal-close svg {
    height: 15px;
  }
  .modal-cart-top .cart-col {
    margin-top: -20px;
  }
  .modal-content {
    padding: 20px;
  }
  .index main {
    padding-top: 30px;
  }
  .header-menu-con {
    padding-left: 0;
    padding-right: 0;
  }
  footer .ftr-politic a {
    margin: 0;
  }
  .mob{display: block;}
  .mob-menu {
    display: flex;
    align-items: center;
  }
  .mob-menu .mob-menu-btn {
    margin-right: 40px;
  }
  header .header-menu-right .login-link {
    display: none;
  }
  .header-menu .header-menu-left form input {
    padding: 0;
    height: 30px;
    width: 30px;
    background-position: center;
    background-color: #F0F0F0;
  }
  .size-block .size-item {
    width: 54px;
    height: 54px;
  }
  footer .ftr-menu a,
  footer .ftr-menu p {
    font-size: 12px;
    line-height: 1.2;
  }
  footer .socials {
    text-align: right;
  }
  footer .ftr-politic .ftr-politic-text {
    flex-direction: column;
    align-items: flex-start;
  }
  .product-sec .product-col:nth-child(odd) {
    padding-right: 25px;
  }
  .mob-slide {
    position: relative;
  }
  .mob-slide .owl-nav button {
    position: absolute;
    top: 48%;
    padding: 0;
    border: none;
    background: transparent;
    border-radius: 50%;
  }
  .mob-slide .owl-nav button.owl-prev {
    left: -5px;
  }
  .mob-slide .owl-nav button.owl-next {
    right: -5px;
  }
  .mob-slide .owl-dots {
    display: flex;
    align-items: center;
    position: absolute;
    left: 5px;
    top: 5px;
    width: 97%;
  }
  .mob-slide .owl-dots button {
    width: 100%;
    height: 2px;
    padding: 0;
    border: none;
    margin-right: 5px;
    background: rgba(215, 215, 215, .5);
  }
  .mob-slide .owl-dots button.active {
    background: #fff;
  }
  .mob-slide .owl-dots button:last-child {
    margin-right: 0;
  }
  .product-side {
    margin-top: 30px;
  }
  .colors a {
    width: 40px;
    height: 30px;
  }
  .size-block .size-item {
    width: 50px;
    height: 50px;
  }
  /* //////// */
  .why-sec .why-slide .owl-nav button {
    top: 32%;
  }
  .product-resp .resp-block .resp-img img,
  .product-line .line-block .line-img img {
    height: auto;
  }
  .why-sec .why-block img {
    height: auto;
  }
  .help-sec .help-block {
    margin-bottom: 10px;
    height: auto;
  }
  .header-menu .header-menu-left {
    display: none;
  }
  .header-menu .header-menu-logo img {
    width: 100%;
  }
  header .navbar .navbar-nav .nav-link img {
    display: inline-block;
  }
  header .navbar .navbar-nav .nav-link.show img {
    transform: rotate(-180deg);
  }
  /* ///////////// */
  header .navbar-collapse {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
  }
  header .navbar-collapse .mob {
    width: 100%;
  }
  header .navbar {
    position: fixed;
    left: -1000px;
    top: 0;
    z-index: 10;
    background-color: #fff;
    padding: 0;
    width: 100%;
    height: 100%;
    transition: .5s all ease;
  }
  header .navbar.active {
    left: 0;
  }
  header .navbar-expand-lg .navbar-nav {
    padding: 0 20px;
    flex-direction: column;
  }
  header .navbar .navbar-nav .nav-item.slash {
    display: none;
  }
  header .navbar .navbar-nav .nav-item {
    display: flex;
    align-items: flex-start;
    flex-direction: column; 
    justify-content: space-between;
    border-bottom: 1px solid #F0F0F0;
  }
  header .navbar .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }
  header .navbar .navbar-nav .nav-link {
    padding: 15px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .menu-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F0F0F0;
    padding: 20px;
  }
  header .menu-links {
    padding: 20px 20px 0 20px;
  }
  header .menu-links .links-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 15px;
  }
  header .menu-links a {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #D7D7D7;
  }
  header .menu-links a.active {
    color: #1B3B58;
  }
  header .menu-login-btn {
    padding: 0 20px 20px 20px;
    margin-top: auto;
  }
  /* /////////// */
  .navbar-nav .dropdown-menu {
    margin: 0;
    border: none;
    padding-top: 0;
    padding-bottom: 10px;
  }
  header .navbar .navbar-nav .dropdown-item {
    padding: 0;
    margin-bottom: 5px;
  }
  footer .ftr-menu p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
  }
  footer .ftr-menu p img {
    opacity: 1;
  }
  footer .ftr-menu.active p img {
    transform: rotate(-180deg);
  }
  footer .ftr-menu {
    height: 28px;
    overflow: hidden;
    border-bottom: 1px solid #F0F0F0;
    margin-top: 15px;
    transition: .4s;
  }
  footer .ftr-menu.active {
    height: auto;
    overflow: visible;
  }
  footer .ftr-col:last-child .ftr-menu {
    border: none;
  }
  footer .ftr-col:first-child .ftr-menu {
    margin-top: 0;
  }
  footer {
    padding-top: 30px;
  }
  footer .ftr-rov {
    padding-bottom: 15px;
  }
  footer .ftr-menu a:last-child {
    margin-bottom: 15px;
  }
  footer .socials {
    display: none;  
  }
  footer .ftr-politic .ftr-politic-text, footer .ftr-politic{
    flex-direction: column;
    align-items: center ;
  }
  footer .ftr-politic a {
    margin: 5px 0;
  }
  footer .socials.mob {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px; 
  }
  .cart-modal .cart-modal-btns {
    flex-direction: column;
    margin-top: 60px;
  }
  .cart-modal .cart-modal-btns .transparent-btn {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .cart-modal .cart-modal-btns .blue-btn {
    margin-left: 0;
  }
  .cart-modal .progress-title p {
    font-size: 12px;
  }
  .modal-header h5 {
    font-size: 16px;
  }
  .modal-size .pop-size-img img {
    max-height: auto;
  }
  .modal-size .pop-size-col {
    padding-right: 15px;
  }
  .product-cart .product-col {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .title h2 {
    margin-bottom: 20px;
  }
  .index-main-left {
    padding: 20px 30px;
  }
}


@media only screen and (max-width: 576px) {
  .index-comazo-sec .index-main-left {
    background-image: url('../images/index-img2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 60px;
  }
  .index-comazo-sec .index-main-banner {
    height: 320px;
  }
  .index-slide .slick-slide .pr-0 {
    padding-right: 15px;
  }
  .index-slide .slick-slide .pl-0 {
    padding-left: 15px;
  }
  .index-mob {
    display: none;
  }
  .index-col-item .index-col-text, .index-col-item-img {
    height: 220px;
  }
  .basket-sec .basket-info .basket-info-text {
    width: 230px;
  }
  .basket-sec .basket-info-count .count {
    margin-top: -30px;
    justify-content: center;
    margin-left: 60px;
  }
  .basket-sec .basket-info-price {
    position: absolute;
    right: 0;
    top: 15px;
    z-index: 2;
  }
  .basket-sec .basket-info-top {
    position: relative;
  }
  footer .ftr-end .ftr-end-link {
    align-items: center;
    margin-left: 0;
  }
  footer .ftr-end {
    flex-direction: column;
    align-items: center;
  }
  .catalog-main {
    padding-top: 60px;
  }
  .catalog-shirts-middle {
    padding: 20px 45px;
  }
  .catalog-sec .cat-main-banner {
    height: 500px;

  }
  .cat-middle-col {
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cat-left-col,
  .cat-right-col {
    display: none;
  }
}


@media only screen and (max-width: 480px) {
  .slide-arrow {
    top: 28%;
  }
  .termo-tab .termo-tab-img, .termo-tab .termo-tab-img img {
    height: 186px;
  }
  .termo-function .termo-function-block .subtitle p {
    margin-bottom: 80px;
  }
  .termo-function .termo-function-block .title p {
    margin-bottom: 60px;
  }
  .termo-function .termo-function-block .title p {
    font-size: 12px;
    line-height: 14px;
  }
  .termo-function .termo-function-block .title h2,
  .termo-secret .title h2,
  .on-select .title h2,
  .termo-questions .title h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .index-col-item .index-col-text, .index-col-item-img {
    height: 190px;
  }
  .index-info-sec .index-info-img img {
    width: 100%;
  }
  
  .basket-sec .basket-info-count .count {
    justify-content: flex-end;
    margin-left: 0;
  }
  .basket-sec .basket-info .basket-info-text {
    width: 200px;
  }
  .catalog-main .select-filter {
    justify-content: flex-end;
  }
  .catalog-main .catalog-products .catPro-top .top-filter {
    margin-top: 0;
  }
  .select {
    width: 160px;
  }
  .catalog-main .select-filter,
  .catalog-main .catalog-products .catPro-top .top-filter {
    width: 100%;
  }
  .catalog-sec .catalog-collection {
    overflow: visible;
  }
  .product-resp .resp-col .owl-nav button,
  .product-line .line-col .owl-nav button {
    top: 28%;
  }
  .why-sec .why-slide .owl-nav button {
    top: 26%;
  }
}


@media only screen and (max-width: 420px) {
  .product-info .info-temprature .temprature-items p {
    width: 45%;
  }
  .product-info .info-temprature .temprature-items .items-line {
    width: 55%;
  }
  .index-col-item .index-col-text, .index-col-item-img {
    height: 170px;
  }
}


@media only screen and (max-width: 375px) {
  .wholesale-factory .title h2,
  .wholesale-tab .wholesale-tab-block h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .termo-tab .termo-tab-img, .termo-tab .termo-tab-img img {
    height: 150px;
  }
  .index-col-item .index-col-text, .index-col-item-img {
    height: 140px;
  }
  .basket-payment-method > .title,
  .basket-personal-data > .title,
  .basket-sec .basket-delivery-method > .title {
    flex-wrap: wrap;
  }
  .basket-sec .cart-col {
    margin-top: -30px;
  }
  .basket-sec .basket-info-count .count {
    margin-top: 0;
  }
  .basket-sec .basket-info-price {
    position: relative;
    top: 0;
    left: 40px;
  }
  .col-6.pr-0 {
    width: 100%;
    padding-right: 15px;
  }
  .catalog-sec .catalog-main-right {display: none;}
  .product-info .info-temprature .temprature-items p {
    width: 50%;
  }
  .product-info .info-temprature .temprature-items .items-line {
    width: 50%;
  }
}


