@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600&display=swap');
@import url('http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css');
:root{
  font-family: 'Quicksand', sans-serif;
}
body{
  font-family: 'Quicksand', sans-serif;
}


body:not(.cms-index-index) .nav-sections-item-content>.navigation {
  border-bottom: 1px solid #cccc;
}


/* top bar */
.page-wrapper .page-header .panel.wrapper .panel.header {
  display: none;
}

/* logo bar */


.cms-index-index .page-wrapper .page-header .header.content, .catalog-category-view .page-wrapper .page-header .header.content {
  padding: 20px 20px 8px !important;

}
header.page-header {
  background-color: #3e4824 !important;
}
.minicart-wrapper span:not(.block-minicart span){
  color: #fff;
}

.minicart-wrapper button>span{
  color:#000;
}
ul li.menu-dropdown-icon, .menu ul li{
  background-color: #3e4824;
}
.page-wrapper .page-header .header.content .header-logo .logo>img {
  width: 70px;
  display: block;
  margin: 0 auto;
  height: 60px;
}

/* .page-wrapper .page-header .header.content .header-logo .logo {
  padding-top: 10px;
} */

.page-wrapper .page-header .header.content .block-search .field.search .control .input-text {
  background: #d9d9d9;

}

/* minicart */
.page-wrapper .page-header .header.content .minicart-wrapper,
.page-wrapper .page-header .header.content .minicart-wrapper a.customer-login,
.page-wrapper .page-header .header.content .minicart-wrapper a.showwishlist {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-wrapper .page-header .header.content .minicart-wrapper {
  /* gap: 25px; */
}

.page-wrapper .page-header .header.content .minicart-wrapper a:first-child,
.page-wrapper .page-header .header.content .minicart-wrapper a:nth-child(2) {
  margin-right: 20px;
}

.page-wrapper .page-header .header.content .minicart-wrapper a.customer-login,
.page-wrapper .page-header .header.content .minicart-wrapper a.showwishlist {
  gap: 8px;
  color: #1b1b1b;
}



.page-wrapper .page-header .header.content .minicart-wrapper .action.showcart {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  padding-left: 0 !important;
}

.page-wrapper .page-header .header.content .minicart-wrapper .action.showcart .cart-count-icon {
  margin-top: 7px;

}


.page-wrapper .page-header .header.content .minicart-wrapper .action.showcart .text {
  font-weight: 400 !important;
  text-transform: capitalize !important;
  color: #ffffff;
}

.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.minicart-items .product-item-details .details-qty .qty-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #7C7A6C;
}

.minicart-items .product-item-pricing .label {
  width: 3rem;

}

.minicart-items .item-qty {

  text-align: center;
  width: 40px;
  height: 40px;
  margin-right: 0px;
  border-left: 1px solid #7C7A6C;
  border-right: 1px solid #7C7A6C;
}

.minicart-items .product-item-details .details-qty .qty-controls .less,
.minicart-items .product-item-details .details-qty .qty-controls .more {
  padding: 7px 10px;
}

.minicart-items .update-cart-item {
  /* font-size: 1.1rem; */
  /* vertical-align: top; */
  padding: 12px 8px;
}
.minicart-wrapper .product .actions{
  margin: -32px -10px 0 0px;

}
.minicart-wrapper .product .actions>.primary:not(:last-child), .minicart-wrapper .product .actions>.secondary:not(:last-child){
  margin-right: 0px;
}

.page-wrapper .page-header .header.content .showcart .counter {
  position: absolute !important;
  width: 20px !important;
  height: auto !important;
  top: 0;
  left: -10px;
  /* font-size: 11px !important; */
  background-color: #f08113 !important;
  /* padding: 2px !important; */
  border-radius: 50% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.page-wrapper .page-header .header.content .showcart .counter .counter-number {
  color: #fbfbfb !important;
}


.page-wrapper .page-header .header.content .minicart-wrapper .action.showcart:before {
  display: none !important;
}

.page-wrapper .page-header .header.content .minicart-wrapper .action.showcart .counter.qty .counter-number:after {
  display: none !important;
}

.page-wrapper .page-header .header.content .minicart-wrapper .action.showcart:before {
  display: none;
}

/* navigation */

.nav-sections, div#store\.menu {
  background: #3e4824 !important;
}
li.menu-dropdown-icon span, .menu ul li span {
  color: #ffffff;
}
li.level1 a span {
  color: black;
}
.menu>ul>li:hover {
  background-color: #f08113;
}
.page-wrapper .page-header .header.content .minicart-wrapper .action.showcart .text{
  color: #ffffff !important;
}
li.level2.nav-1-1-1.first, li.level2.nav-1-1-2.last{
  background-color: unset;
}
.block-search .label:before {
  color: white;
}
.nav-sections-item-content>.navigation {
  display: flex !important;
  justify-content: center;
  align-items: center;
  background: #3e4824 !important;
}


.menu>ul>li a {
  color: #1b1b1b;
  padding: 1em 3em;
}

.menu>ul>li>ul>li a{
  font-size: 14px;
}

/* owl buttons */

.owl-theme .owl-controls .owl-buttons>div {
  max-height: 6px;
  max-width: 6px;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  padding: 20px;
  margin: 0 10px;
  background: #F5F5F5;
  box-shadow: 0px 0px 6px rgb(240 129 19 / 40%);
  color: #242424;

}

div:not(.product-info-price) .tax-info,div:not(.product-info-price) .return-info, .product-slider.product-item .product-reviews-summary{
  display: none;
}

.page-title-wrapper .page-title{text-transform: unset !important;}

/* products slider new arrivals */

#new-arrivals .title-block>strong{
  font-size: 40px;
  font-weight: 600;
  line-height: 53px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-align: center;
}

.catalog-category-view .toolbar.toolbar-products .modes, #new-arrivals .title-block>strong:after, .title-block>strong:after{
  display: none !important;
}

.products-grid .product-item .product-item-info .product-img-main {
  border: 1px solid #F08113;
  border-radius: 10px 10px 0 0;
}

.products-grid .product-item .product-item-info .product-item-details {
  text-align: center;
  padding: 10px;
  background: #f1e3df;
  border-radius: 0 0 10px 10px;
  border: 1px solid #f1e3d5;
  min-height: 105px;
}

.products-grid .product-item .product-item-info .product-item-details .product-item-name .product-item-link:hover {
  color: #F08113;
}

.products-grid .product-item .product-item-info .product-item-details .price-box .price {
  color: #1b1b1b !important;

}
.products-grid .product-items .product-item .product-item-info .product-item-details .product-reviews-summary, .sidebar.sidebar-additional .block.block-compare {
  display: none !important;
}

.sidebar.sidebar-main .block .block-content.filter-content .filter-options .filter-options-title:after {
  content: "\f107" !important;
  font-size: 25px !important;
  color: #F08113 !important;

}


.sidebar.sidebar-main .block .block-content.filter-content .filter-options .filter-options-item.active .filter-options-title {
  border: unset !important;
}

.sidebar.sidebar-main .block .block-content.filter-content .filter-options .filter-options-item.active .filter-options-title:after {
  content: "\f106" !important;
  font-size: 25px !important;
}

.sidebar.sidebar-main .block .block-content.filter-content .filter-options .filter-options-item {
  padding: 0px 10px 0 !important;
  background: #ffffff !important;
  margin-bottom: 10px !important;

  border-bottom: 1px solid #ccc !important;
}

.sidebar.sidebar-main .block .block-content.filter-content .filter-options .filter-options-item.active {
  padding: 0px 10px 0 !important;
}




/* shop by category */

/* trendin collection  */
/* .owl-theme .owl-controls{
  text-align: center;
  margin-top: -10%;
  margin-bottom: 15%;
} */
/* newsletter */

.page-footer .footer-top .newsletter {
  display: grid;
  margin: 0 auto;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));

}

.page-footer .footer-top .newsletter-outer {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* flex-wrap: wrap; */
  align-items: flex-start;
  background: url(../images/newsletter-bg1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
}

.page-footer .footer-top .newsletter-outer .socials-block {
  display: none !important;
}

.page-footer .footer-top .newsletter-banner {
  padding: 100px;
  background: url(../images/newsletter-bg2.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

}



.page-footer .footer-top .newsletter-outer .newsletter-header {
  max-width: 80%;
  margin: 0 auto;
  color: #fff;
}

.page-footer .footer-top .newsletter-outer .newsletter-header h2 {
  font-family: Quicksand;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.02em;
  text-align: center;

}

.page-footer .footer-top .newsletter-outer .newsletter-header p {
  font-family: Quicksand;
  font-size: 22px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: center;

}


.page-footer .footer-top .newsletter-outer .block {
  width: 100%;
}

.page-footer .footer-top .newsletter-outer form.subscribe {
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.page-footer .footer-top .newsletter-outer form.subscribe .field {
  justify-self: end;

}

.page-footer .footer-top .newsletter-outer form.subscribe .field .control input {
  padding: 20px 9px;

}

.widget.block.block-static-block .title-block{
  display: flex;
  justify-content: flex-start;
}

.page-footer .footer-top .newsletter-outer form.subscribe .actions {
  justify-self: start;

}

.page-footer .footer-top .highlights .page-main {
  width: 80%;
  margin: 0 auto;
}

.page-footer .footer-top .highlights .features {
  display: grid;
  padding: 15px 0;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  justify-items: center;
}

.page-footer .footer-top .highlights .features .feature {
  padding: 5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.page-footer .footer-top .highlights .features .feature h3 {
  display: contents;
  font-weight: 500;
}

#layered-filter-block .filter-title strong:hover {
  color: #ffffff;
  border-color: #f08113 !important;
  background: #f08113 !important;
}


/* category page  */

.catalog-category-view .page-title-wrapper{
  display: none;
  /* vertical-align: middle;
  width: 10%;
  float: left;
  padding-top: 4px; */

}

/* .catalog-category-view .toolbar.toolbar-products{
      display: inline-block;
  width: 88%;
  text-align: right;
  vertical-align: middle;
  float: right;
} */

.catalog-category-view .toolbar.toolbar-products .toolbar-amount span.page-title{
  font-family: Quicksand;
  font-size: 25px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  color: #1b1b1b;
  font-weight: 500;
  text-align: center;
}
.sidebar.sidebar-main .block .block-content.filter-content .filter-subtitle{
  padding: 5px 11px 18px !important;
  font-size: 26px !important;

}

.product-item:hover .product-item-info .product-img-main .product-item-inner {
  display: none !important;
}

.product-item .product-item-info .product-item-details {
  text-align: left !important;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: flex-start;
}

.product-item .product-item-info .product-item-details .product-item-name {
  margin: 10px 0 10px !important;
  font-size: 14px !important;
}

.product-item .product-item-info .product-item-details .product-item-name .product-item-link:hover {
  color: #F08113 !important;
}

.product-item .product-item-info .product-item-details .wish-price-box {
  display: flex !important;
  width: 100%;
  justify-content: space-between;
  margin-top: auto;
}

.product-item .product-item-info .product-item-details .wish-price-box .action.towishlist:before {
  display: none !important;
}

.product-item .product-item-info .product-item-details .wish-price-box svg {
  height: 20px;
  width: 20px;
}

.products-list .product-item .product-item-info .product-item-details .wish-price-box svg {
  display: none !important;
}



.product-item .product-item-info .product-item-details .price-box {
  display: block;
  margin: 0px 0 0px !important;
}

/* product details page */

.product-info-main .page-title-wrapper h1 {
  text-transform: capitalize;
}


.product-info-main .product-reviews-summary {
  margin-bottom: 8px;
  margin-top: 0;
  padding-bottom: 15px;
  width: 100%;
  border-bottom: 1px solid #1f1f23;
}

.product-info-main .rating-summary,
.customer-review .rating-summary {
  margin-right: 10px !important;
}

.product-reviews-summary .reviews-actions {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  padding-left: 10px;
  border-left: 1px solid #ccc;
}

.product-info-main .product-reviews-summary .reviews-actions a {
  color: #1b1b1b !important;
}

.product-info-main .product-reviews-summary .reviews-actions a:hover {
  color: #f08113 !important;
}

.product-reviews-summary .reviews-actions a:not(:last-child) {
  margin-right: 10px !important;
}

.product-info-main .product-info-price {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;

  align-items: flex-start;
}

.product-info-main .product-add-form .swatch-attribute-label {
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  font-family: Quicksand;
  font-size: 21px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.02em;
  text-align: left;
}

.product-info-main .product-info-stock-sku {
  /* display: table-cell; */
  padding-bottom: unset;
  padding-left: unset;
  text-align: left;
  /* vertical-align: top; */
}

.product-info-main .product-info-price .product-info-stock-sku .stock.available {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  background: white !important;
  color: #1b1b1b !important;

}

.product-info-main .product-add-form {
  padding-top: unset !important;
}

.product-info-main .product-add-form .options_wrapper .swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f5f5f5;
  border: unset;
  color: #949494;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-info-main .product-add-form .swatch-opt {
  display: flex;
  flex-direction: column-reverse;
  margin: 0 !important;

}

.product-info-main .product-add-form .swatch-option {
  height: 35px;
  min-width: 35px;
}
.product-info-main .product-add-form .swatch-attribute-options {
  margin: 5px 0 !important;
}

.product-info-main .product-add-form .swatch-attribute.size .swatch-option.selected {
  outline: 1px solid #ffffff;
  background-color: #3f4824 !important;
  color: #fbfbfb !important;
}

.product-info-main .product-add-form .swatch-attribute.size .swatch-option:not(.disabled):hover {
  outline: 1px solid #999;
  background-color: #3f4824 !important;
  color: #fbfbfb !important;
}

.product-info-main .product-add-form .swatch-attribute.color .swatch-option.selected {
  outline: 1px solid #f08113;
  color: #fbfbfb !important;
}

.product-info-main .product-add-form .swatch-attribute.color .swatch-option:not(.disabled):hover {
  outline: 1px solid #f08113;
  color: #fbfbfb !important;
}

.product-info-main .product-add-form .box-tocart {
  margin-bottom: 10px !important;
  margin-top: 0 !important;
}

.product-info-main .product-add-form .box-tocart .fieldset {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.product-info-main .product-add-form .product-options-wrapper .fieldset {}

.product-info-main .product-add-form .product-options-wrapper .fieldset .size-chart {
  display: inline-block;
  position: absolute;
  right: 40%;
  text-transform: uppercase;
  font-family: Quicksand;
  font-size: 21px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.02em;
}

.product-info-main .product-add-form .product-options-wrapper .fieldset .size-chart a{
  border-bottom: 2px dotted;
  text-transform: capitalize;
  color: #1b1b1b;
}

.product-info-main .product-add-form .product-options-wrapper .fieldset .size-chart a:hover{
  
  color: #f08113;
}

.product-info-main .product-add-form .product-options-wrapper .fieldset .size-chart-popup {
  /* display: none; */
  position: fixed;
  top: 0;
  /* left: 30%; */
  z-index: 100000;
  right: -50px;
  width: 0;
  transition: 0.5s;
  background-color: #ffffff;
  overflow-x: hidden;
  height: 100%;
  padding: 45px 25px;
}

.product-info-main .product-add-form .product-options-wrapper .fieldset .size-chart-popup a {
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 0;
  margin: 10px;
  font-size: 25px;
  color: #1b1b1b;
}

.product-info-main .product-add-form .product-options-wrapper .fieldset .size-chart-popup table{
  border: 1px solid #e3e3e3;

}
.product-info-main .product-add-form .product-options-wrapper .fieldset .size-chart-popup table th{
  background: #000;
  color: #fff;

}

.enabled{
  display: block;
  width: 30%;
}

.size-chart-popup:target {
  display: block;
}

.product-info-main .product-add-form .box-tocart .actions {
  display: flex !important;
  /* vertical-align: bottom; */
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.product-info-main .product-add-form .box-tocart .actions:first-child{
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.product-info-main .product-add-form .box-tocart .actions:nth-child(2){
  margin-top: 7px;
}
.product-info-main .product-add-form .box-tocart .actions .action.tocart,.product-info-main .product-add-form .box-tocart .actions .action.buy-now-btn {
  margin-bottom: 0;
  width: auto;
  min-width: 200px;
  margin-right: 0;
  font-weight: 400;
  height: 45px;
  font-size: 15px;
  padding: 0px 10px;
}

.product-info-main .product-add-form .box-tocart .actions .product-addto-links .action {
  margin-right: unset;
  margin-bottom: 0;
  width: auto;
  min-width: 200px;
  margin-right: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px;
  border: 2px solid #3f4824;
  padding: 8px 33px;
  color: #3f4824;
}

.product-info-main .product-add-form .box-tocart .actions .product-addto-links .action:hover {
  border: 2px solid #3f4824;
  padding: 9px 35px;
  color: #ffffff;
  background-color: #3f4824;
}

.product-info-main .product-add-form .box-tocart .label span {
  font-family: Quicksand;
  font-size: 21px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.02em;
  text-align: left;

}

.product-info-main .product-add-form .box-tocart .field.qty .control .qty-main,
.product-info-main .product-add-form .box-tocart .field.qty .control #qty {
  height: 30px !important;
}

.product-info-main .product-add-form .box-tocart .action.primary {
  background-image: none;
  background: #3f4824;
  border: 1px solid #3f4824;
}

.product-info-main .product-add-form .delivery-time .title {
  text-transform: uppercase;
  line-height: 0;
  letter-spacing: 1px;
}

.product-info-main .product-add-form .delivery-time .delivery-time-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.product-info-main .product-add-form  .about .title{
  margin: 5px 0;

}

.product-info-main .product-add-form .about ul {
  padding: 0;
}

.product-info-main .product-add-form .about ul li {
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.product-info-main h2{

}
.product-info-main .product.attribute.overview,
.product-info-main .product-social-links {
  display: none;
}

.product.info.detailed .product.data.items{
}
.product.info.detailed h2{
  line-height: 0;
  /* margin: unset !important; */
}

.product.info.detailed .product.data.items>.item.content{
  border: unset !important;
  padding: 15px 15px 15px 15px;
}

.product.data.items>.item.title>.switch {
  font-size: 18px;
  font-weight: 700;

  background: #fff !important;    
  border: unset !important;
  height: 40px;
  padding: 1px 0px 0px 0px !important;
  margin: 1px 15px 1px 15px !important;

}
.product.data.items>.item.title:not(.disabled)>.switch:active, .product.data.items>.item.title.active>.switch, .product.data.items>.item.title.active>.switch:focus, .product.data.items>.item.title.active>.switch:hover{
  border-bottom: 2px solid #3f4824 !important;

}

/* footer */
.page-footer .footer-top .footer-links {
  background: url(../images/footer-image.png) !important;
  background-position: center center;
  background-size: cover !important;
  background-repeat: no-repeat;
  padding: 20px 0 10px !important;
}

.page-footer .footer-top .footer-links h2 {
  text-align: center;
}

.page-footer .footer-top .footer-links .footer-bottom {
  background: transparent !important;
}

.page-footer .footer-top .footer-links a:hover {
  color: #fbfbfb;
}

.page-footer .footer-top .footer-links .page-main {
  width: 80%;
}

.page-footer .footer-top .footer-links .footer-links-main .footer-links-column .footer-colum-title>h3,
.page-footer .footer-top .footer-links .footer-links-main .footer-links-column .footer-column-content .footer.links>li>a {
  color: #fbfbfb !important;
}


.page-footer .footer-top .footer-links .content .socials-block a {
  background: unset !important;
  box-shadow: unset !important;
}

.page-footer .footer-bottom .copuright-outer {
  border: unset !important;
}

.page-footer .footer-bottom .copuright-outer .copyright {
  padding: 0;
  background: transparent;
  color: #fff !important;
}

@media screen and (min-width:1025) {
  .catalog-category-view .toolbar.toolbar-products {
      width: 88%;
  }
  
}
@media screen and (max-width:1024px) {

  .page-wrapper .page-header .header.content .block-search .label:before {
      font-size: 25px;
      line-height: 30px;
  }

  .page-wrapper .page-header .header.content .minicart-wrapper a.customer-login span,
  .page-wrapper .page-header .header.content .minicart-wrapper a.showwishlist span,
  .page-wrapper .page-header .header.content .minicart-wrapper .action.showcart .text {
      display: none !important;
  }
  .catalog-category-view .toolbar.toolbar-products {
      width: 82%;
  }

}
@media screen and (max-width:821px) {
  .menu-mobile:after{
      right: 10px;
      position: absolute;
      top: 35%;
  }
  .nav-sections-item-content>.navigation {
      justify-content: flex-start;
  }
  
  .navigation .menu>ul>li a{
      width: 92vw;
  }
  .menu-dropdown-icon:before{
      background-color: unset;
  }
}
@media screen and (max-width:768px) {
  .page-footer .footer-top .newsletter-outer {
      grid-column: span 1;
      padding: 10px;
  }

  .product-info-main .product-add-form .swatch-attribute-options {
      margin: 10px 0;

  }
  .product-info-main .product-add-form .swatch-opt{
      margin-top: 10px;
  }

  .product-info-main .product-add-form .box-tocart .actions .action.tocart {
      min-width: 200px !important;
  }

  .nav-sections-item-content>.navigation {
      justify-content: flex-start;
      align-items: center;        
  }

  .page-footer .footer-top .newsletter-outer form.subscribe .field {
      justify-self: self-start;
      width: 100%;
  }

  .page-footer .footer-top .newsletter-outer form.subscribe .actions {
      justify-self: self-start;

  }

  .page-wrapper .page-header .header.content .minicart-wrapper a.customer-login,
  .page-wrapper .page-header .header.content .minicart-wrapper a.showwishlist {
      margin-top: -10px;
  }

  .page-footer .footer-top .footer-links a:hover {
      color: #fbfbfb;
  }

  .page-footer .footer-top .footer-links .footer-links-main .footer-links-column .footer-colum-title>h3,
  .page-footer .footer-top .footer-links .footer-links-main .footer-links-column .footer-column-content .footer.links>li>a {
      color: #fbfbfb !important;
  }

  .product-info-main .product-add-form .box-tocart .actions {
      /* gap: 25px; */
  }

  .product-info-main .product-add-form .delivery-time .title {
      margin-top: 35px;
  }


}

@media screen and (max-width:480px) {
  .product_title {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
  }
  .catalog-category-view li.item.product.product-item {
      margin-bottom: 10px;
  }
  .page-wrapper .nav-sections .navigation>ul li.level0>a.level-top:hover{
      color: #ffffff;
  }
  .page-wrapper .nav-sections .navigation>ul li.level0>a.level-top.ui-state-active{
      color: #F08113;
  }
  .page-footer .footer-top .newsletter-outer form.subscribe .actions {
      margin-left: 40px;
  }
  li.level1 a span{
      color: #ffffff;
  }
  
  .page-wrapper .nav-sections .navigation>ul li.level0 ul.submenu li>a.ui-state-focus, .page-wrapper .nav-sections .navigation>ul li.level0 div.submenu li>a.ui-state-focus{
      color: #F08113;
  }
  .page-wrapper .nav-sections .navigation>ul li.level0.active>a.level-top{
      color: #F08113;
  }
  .page-wrapper .nav-sections .navigation>ul li.level0>a.level-top{
      color: #ffffff;
  }
  .catalog-category-view .toolbar.toolbar-products {
      max-width: 75%;
  }
  .page-wrapper .page-header .header.content .header-logo .logo>img {
             margin: -15px 0 0 0;
  }
  span.action.nav-toggle {
      top: 24px;
  }
 
}
