﻿body {background-color: #fff;color: #111;font-family: 'Lato', sans-serif;}
.inputs .required:before {top: 15px;border-width: 7px 9px 9px 0;}
input[type="text"], input[type="number"], input[type="password"], input[type="email"], input[type="tel"], textarea, select {font-family: 'Open Sans', sans-serif;}
input[type="button"], input[type="submit"], button {font-family: 'Open Sans', sans-serif;}
address{font-style: normal;}
.page{min-height: 450px;}
.topic-password form, .topic-page .page-body, .not-found-page .page-body, .registration-result-page .page-body,
.contact-page .page-body, .email-a-friend-page .page-body, .apply-vendor-page .page-body {max-width: 1024px;}
.page-title h1, .home-page .topic-block, .product-grid .title, .home-page .title {color: #111;font-size: 24px;}
.page-title h1 {color: #042550;}
.contact-page .topic-block, .topic-block-body, .email-a-friend-page .topic-block, .apply-vendor-page .topic-block {text-align: left;}
.contact-page .page-body, .email-a-friend-page .page-body, .apply-vendor-page .page-body {font-size: 15px;line-height: 24px}
.contact-page .result, .email-a-friend-page .result, .apply-vendor-page .result, #quickTab-contact_us {font-weight: bold;font-size: 22px;color: #006745 !important;}
.newsletter .title {margin: 0 0 10px;}
.product-grid .item-box{border:0}
.item-box .product-item .picture{border:0}
.bar-notification {
  position: fixed;
  top: 0; 
  left: 0;
  right: unset;
	bottom: unset; 
	z-index: 1060;
	width: 100%;
  background-color: rgba(102,102,102,.9); 
  /* padding: 50px; */
  padding: 15px 25px 15px 10px;
	color: #fff;
	opacity: 0.95;
}
.bar-notification /*WA*/ {
	display: unset;
  flex-flow: unset;
  align-items: unset;
  justify-content: unset;
}
.bar-notification:before {
  display: none;
}
.bar-notification .content:before {
    width: 44px;
    height: 44px;
    /* margin: 0 0 15px; */
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    font-family: 'pacific';
    font-size: 20px;
    /* line-height: 43px; */
}
.bar-notification .content {
  margin: 0 10px 0 0;
  font-size: 14px;
  line-height: 25px;
}
.bar-notification .content a {
text-decoration: underline;
}
@media all and (min-width: 1801px) {
  .header-lower {padding: 0 550px 0 225px;}
  .store-search-box {width: 400px;}
  .center-1, .center-2, .side-2, .one-column-blocks-wrapper{margin:0 0 60px ;}
}
@media all and (min-width: 1501px) {
  
}
@media all and (min-width: 1261px) {
  .header-menu .menu-body > ul > li > a, .header-menu .menu-body > ul > li > span {font-size: 13px;padding: 11.2px 20px;}
  .product-grid .hover-variant-two .buttons{border-top: 0;}
}

.section.order-completed button {background-color: #042550}
.scroll-back-button:before {color: #fff;opacity: 1}
#jcarousel-15-225 .ribbon-position, .related-products-grid.product-grid .ribbon-position {
  /* display: none !important; */
}
.home-page-categories-wrapper~.slider-wrapper{margin: 0 0 10px !important;}
/* ************************************************************************************** */
/* Home Page */
/* ************************************************************************************** */
@media all and (min-width: 1801px) {
  .category-boxes-layout-2{margin:0 -30px 0}
}
@media all and (min-width: 1501px) {
  .center-1 .nop-jcarousel{margin:0 !important}
  .home-page-categories-wrapper~.slider-wrapper{margin-bottom: 10px !important;}
}
@media all and (min-width: 1261px) {
  .home-page .topic-block-body {min-height: 60px;}
}
/* Clear floats after the columns */
.aw-row:after { content: ""; display: table; clear: both; }
.aw-column { text-align: center; padding: 0 15px; }
.aw-column img{ margin: 0 auto; vertical-align: middle; }
@media all and (min-width: 768px) {
  .home-page .title {font-size: 20px;}
  .aw-column { float: left; }
  .aw-column.left, .aw-column.right { width: 28%; }
  .aw-column.middle { width: 44%; }
  .aw-column.left img:first-child, .aw-column.right img:first-child { margin-bottom: 39px; }
}
@media all and (max-width: 767px) {
  .home-page .title {font-size: 12px;}
  .aw-column { width: 100% !important; }
  .aw-column img { margin-bottom: 20px !important; }
}
.home-page-advantages {
  margin-bottom: 20px;
  margin-top: 20px;
  overflow: hidden;
}
  .advantages-item {padding: 10px;margin-bottom: 5px;/*background-color: #f6f6f6;*/overflow: hidden;text-align: left;}
    .advantages-item > div {display: inline-block;vertical-align: middle;}
    .advantages-item .description {margin-top: 4px;font-size: 12px;}
    .advantages-item .picture {/*width: 40px;height: 40px;*/}
      .advantages-item .picture img {max-height: 100%;max-width: 100%;}
    .advantages-item .info {width: calc(100% - 55px);padding-left: 10px;}
    .advantages-item .title {font-size: 15px;color: #444444;font-weight: bold;text-transform: uppercase;letter-spacing: 3px;}

  @media all and (min-width: 768px) {
    .home-page-advantages {font-size: 0;}
    .advantages-item {display: inline-block;width: calc(24% - 2px);margin: 0 0 5px 5px;}
      .advantages-item:nth-child(4n+1) {margin-left: 0;}
      .advantages-item:only-child {width: 100%;margin: 0;}
  }
  @media all and (max-width: 767px) {
    .advantages-item {display: inline-block;width: calc(49% - 2px);margin: 0 0 5px 5px;}
      .advantages-item:nth-child(2n+1) {margin-left: 0;}
      .advantages-item:only-child {width: 100%;margin: 0;}
  }
  @media all and (min-width: 1025px) {
    .home-page-advantages {padding: 10px 1%;margin: -20px -20px 20px;clear: both;/*background-color: #f6f6f6;*/text-align: center;}
    .advantages-item {padding: 0;width: 12.5%;margin: 0;background-color: transparent;text-align: center;vertical-align: top;}
      .advantages-item > div {display: block;}
      .advantages-item .picture {margin: 0 auto 0;width: 100%;height: auto;}
      .advantages-item .info {width: 100%;}
      .advantages-item .description {display: block;margin-top: 10px;color: #8c8c8c;font-size: 14px;}
        .advantages-item .description p {line-height: 1.7;}
  }

  @media all and (min-width: 1281px) {
    .home-page-advantages {
      padding: 10px 1%;
      /* margin: 10px -6vw 0; */
    }
    .advantages-item {padding: 0 1%;}
  }
  .home-page .topic-block-title h2 {
    color: #042550;
    font-size: 24px !important;
    text-transform: none;
  }
  .home-page .title strong, .product-grid .title strong, .page-title h1, .page-title h1 {
    text-transform: none;
  }
/* ************************************************************************************** */
/* PRODUCT BOX */
/* ************************************************************************************** */
@media all and (min-width: 1261px) {
  /* .product-grid .hover-variant-two .product-rating-box { display: block; } */
  /* .product-grid .hover-variant-two .item-box-overlay-tint { display: block; } */
  .item-box .product-item .picture {
    z-index: unset !important;
  }
  .product-grid .item-box .add-info {
    bottom: unset !important; 
    z-index: unset !important; 
    background-color: rgba(238,238,238,.6);
    opacity: 0;
    
  }
  .product-grid .item-box .add-info:before {
    content: "";
    display: block;
    padding-top: 100%;
  }

  .product-grid .item-box-overlay {
    z-index: 0;
  }
  .product-grid .hover-variant-two .buttons {
    bottom: unset !important;
    height: auto;
    margin-top: 0;
    border-top: 0px solid #eee;
    background-color: transparent !important;
  }
  .product-grid .item-box .buttons {
    z-index: 1; 
    top: 50%;
    height: unset; margin: 0 auto;
    /* margin-top: calc(100% - 50px); */
    font-size: 0;
  }
  
  .product-grid .product-item .only-price {color: #042550}
  .featured-product-grid .item-box .add-info {float: right;}
}

/* ************************************************************************************** */
/* PRODUCT PAGE */
/* ************************************************************************************** */
.product-details-page .product-name h1 {font-weight: bold;line-height: 32px;color: #0A0A0A;text-transform: none; text-align: justify;}
.attribute-title, .attribute-label {font-weight: bold;color:#0066cc}
.full-description {font-family: Verdana, Arial, sans-serif !important; line-height: 24px;}
.full-description h1, .full-description h2, .full-description h3{line-height: 28px;} 

@media all and (min-width: 768px) {
  .overview-buttons-wrapper .add-to-cart { width: 77%; }
  .overview-buttons {width: 23%;}
  .product-review-item .review-info{float:none;margin:0 0 15px}
  .product-review-item .review-title{float:none}
}
@media all and (min-width: 1261px) {
  .product-page-layout-one .product-essential{width:unset; float: none;}
  .overview-buttons-wrapper .add-to-cart { width: 70%; }
  .overview-buttons {width: 30%;}
}
@media all and (min-width: 1501px) {
  .overview-buttons-wrapper .add-to-cart { width: 76%; }
  .overview-buttons {width: 24%;}
}
@media all and (min-width: 1801px) {
  .attribute, .rental-attributes {margin:0 0 2px}
  .product-page-layout-one .product-essential{width:unset}
  .overview-buttons-wrapper .add-to-cart { width: 70%; }
  .overview-buttons {width: 20%;}
}
@media all and (min-width: 768px) {
  .overview-buttons-wrapper .add-to-cart { width: 77%; }
  .overview-buttons {width: 23%;}
}
@media all and (max-width: 767px) {
  .full-description img{
    width: 100% !important;
    height: auto !important;
    vertical-align: middle;
  }
}
.attribute, .rental-attributes {margin:0 0 2px}
.overview .availability, .variant-overview .availability{padding:0 0 2px}
.product-page-layout-one .product-essential
.overview .short-description {line-height: 19px; padding: 12px; border: solid 1px #cbcbcb; border-radius: 8px; background-color: #eee;}
.overview .short-description ul {margin-left: 12px}
.product-collateral > div.jCarouselMainWrapper { background-color: transparent; border-width: 0; }
.nop-jcarousel .carousel-title strong, .product-grid .title strong {color: #042550;font: 700 18px/26px Verdana,Arial,Helvetica,sans-serif !important;}
.ui-tabs .ui-state-active a, .ui-tabs .ui-state-hover a {color: #00527f}
.attributes .option-list.radio-list label {background-color:#c2e5f8}
.ui-accordion-content .full-description {display: block !important;}
.product-review-item .review-info .verf {
  position: relative;
  font-size: 11px;
  text-transform:none;
  color: forestgreen;
}
.product-review-item .review-info .frm {
  font-size: 11px;
  padding-left: 18px;
}
.productTabs-header {
  position:relative;
  padding-right: 12px; 
  border-width:3px 1px 1px;
  border-style:solid;border-color:#eee; margin-bottom: 10px; box-shadow:0 1px 1px rgb(0 0 0 / 10%);border-radius:5px;transition: .3s ease;}
.productTabs-header::after {
  display: block;
  clear: both;
  content: "";
}
.productTabs-header a {
  /* float: left; */
  display: block;
  padding:18px 12px; 
  cursor:pointer;
  font-size: 15px; 
  font-weight: bold; 
  color:#00527f; 
  border: none !important;
}
.productTabs-header span {float: right;padding-top: 18px}
.productTabs-header span:after {font-family: 'pacific';vertical-align: middle;font-size:12px;font-weight: normal;height:9px;margin:auto;color:#00527f;}
.productTabs-header span.ui-icon-triangle-1-e:after {content:"\e924";}
.productTabs-header span.ui-icon-triangle-1-s:after {content:"\e91d";font-size: 3px;top: 8px;}
.productTabs-header.ui-state-hover, .productTabs-header.ui-state-active {border-top-color:#00527f}
.productTabs-header.ui-state-active {border-top-color:#00527f;border-bottom-width:0; border-radius: 5px 5px 0 0;}
.productTabs-body {border:1 solid #eee; padding:40px;background-color: #fff;margin: -10px 0 10px 0;border-radius: 0 0 5px 5px;}
.productTabs-body.ui-accordion-content-active {}
.attr2 {
  border:2px red solid;
  animation: pulse 2s infinite;
  padding: 10px; margin: 10px
}
/* .attributes:hover, .attributes:active, .attributes:focus {
  border:none;
  animation: none;
  padding: 0px; margin: 0px
} */
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,0,0, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(255,0,0, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255,0,0, 0);
  }
}
.attribute-square{width:70px;height:70px}
.image-squares .tooltip-container{height: unset !important;padding: unset !important;}
.image-squares .tooltip-header {background-color: #f6f6f6;height: 25px;padding-left: 10px;padding-top: 5px;text-align: left;color: #8c8c8c;width: 200px;font-size: 13px;border-bottom: 1px #eee solid;}
.image-squares .tooltip-body{margin: 5px;}
#accrdfaqs h3{padding: 10px 0; border: solid 1px #eee; border-width: 1px 0; cursor: pointer}
#accrdfaqs h3::after {
  display: block;
  clear: both;
  content: "";
}
#accrdfaqs h3 span {float: right}
#accrdfaqs h3 span:after{font-family: 'pacific';vertical-align: middle;font-size:8px;font-weight: normal;height:9px;margin:auto;color:#00527f;}
#accrdfaqs h3 span.ui-icon-triangle-1-e:after {content:"\e924";}
#accrdfaqs h3 span.ui-icon-triangle-1-s:after {content:"\e91d";font-size: 2px;top: 8px;}
#accrdfaqs div {padding:10px; font-size: 14px;}
/* ************************************************************************************** */
/* CHECKOUT PAGE */
/* ************************************************************************************** */
/* Clear floats after the columns */
.opcrow{max-width: 500px;margin: 0 auto;}
.opcrow:after {content: "";display: table;clear: both;}
.opccolumn {float: left;width: 49%;}
.opccolumn.opczip {float: left;width: 59%;margin-right:2%}
.opccolumn.opczipbtn {float: left;width: 39%;}
@media all and (min-width: 768px) {
  .opccolumn.opccity {width: 59%;}
  .opccolumn.opccounty {width: 39%;}
  .opccolumn:first-child {margin-right: 2%;}
}
@media all and (max-width: 767px) {
  .opccolumn {float: none;width: 100%;padding: 0;}
}
.opcrow .buttons {margin: 5px 0;border: 0;padding: 20px 0px;}
.opcrow .buttons button {background-color: #042550;padding: 15px 10px;font-size: 13px;}
.opcrow .buttons button:hover{background-color: #187aaf;}
.opcrow .idpc-select{margin: 0 auto 20px;}
.opcrow .idpc-error{display: block;font-size: 15px;line-height: 25px;font-weight: bold;color: #dd464d;margin: 0 auto 20px;}
.opcrow .idpc-unhide{display: block;font-size: 14px;line-height: 20px;font-weight: bold;color: #042550;margin: 0 auto; cursor: pointer;}
.opcrow .idpc-unhide:hover{color: #187aaf}
/* ************************************************************************************** */
/* Header */
/* ************************************************************************************** */
.hedar-links-item:first-child{border-left-width: 0px;}
@media all and (min-width: 768px) {
  
}
@media all and (min-width: 1261px) {
  
  .header-flyout-cart:hover .flyout-cart, .header-flyout-cart.hover .flyout-cart {display: block;}
  .header-lower-menu{
    position: relative;
    min-height: 42px;
    border-bottom: 1px solid #e3e3e3;
    background-color: #042550;
    padding:0 225px  
  }
  .header-lower-menu .header-menu {
      display: table;
      position: relative;
      z-index: 1010;
      width: 100%;
      height: 42px;
      text-align: left;
  }
  .header-lower-menu .header-menu .menu-body>ul {text-align: center;}
  .header-lower-menu .header-menu .menu-body>ul>li>a, .header-lower-menu .header-menu .menu-body>ul>li>span {color: #fff}
  .header-lower-menu .header-menu .menu-body>ul>li>a:hover {color: #187aaf}
  .header-lower-menu .mega-menu .dropdown {margin-top:10px}
}
@media all and (min-width: 1501px) {
  
}
@media all and (min-width: 1801px) {
  .header-lower-menu{padding:0 360px}
}
@media all and (max-width: 1260px) {
  .menu-header > div:first-child{display: none;}
  .header-links > div:first-child{display: none;}
}
/* ************************************************************************************** */
/* Footer */
/* ************************************************************************************** */
.footer{color: #fff;;}
.footer-upper{background-color: #042550;}
.newsletter{margin:0; max-width: 374px;}
@media all and (min-width: 1801px) {
  .footer-blocks-wrapper.left{padding:50px 10px 15px 130px}
  .footer-blocks-wrapper.right{padding:50px 130px 15px 10px}
  .footer-blocks-wrapper.right .footer-block{width:28%}
  .footer-block.newsletter{margin-left: 6%;}
}
@media all and (min-width: 1261px) {
  .footer-lower {padding: 15px 30px}
  .footer-blocks-wrapper.left{width: calc(40% - 30px);}
  .footer-blocks-wrapper.right{width: calc(60% - 30px);}
  .footer-disclaimer, .footer-tax-shipping {float: none; border-left: none;}
  .footer-powered-by, .footer-designed-by {float: none; border-right: none}

}
.newsletter-subscribe{padding:6px 0}
.footer-lower{background-color: #042550; border-top-width: 0;}
.footer-lower:after {content: "";display: table;clear: both; height:70px}
.footer-lower-column{float: left; padding: 10px;}
@media all and (min-width: 768px) {
  .footer-lower-column.left {width: 10%;}
  .footer-lower-column.right {width: 10%;}
  .footer-lower-column.middle {width: 80%;}
}
@media all and (max-width: 767px) {
  .footer-lower-column {width: 100%;}
}
.footer-block .title{color:#02a7ff}
.footer-block .title:before{color:#fff;}
.footer-block li a:hover {color:#187aaf !important}
.accepted-payments {margin: 0;font-size: 0;}
/* .accepted-payments li {display: inline-block;height: 45px;background: url('../img/payment.sprite.png') no-repeat;}
.accepted-payments .paypal {width: 172px;background-position: -10px -10px;}
.accepted-payments .mastercard {width: 73px;background-position: -10px -65px;}
.accepted-payments .visa {width: 65px;background-position: -10px -120px;}
.accepted-payments .maestro {width: 69px;background-position: -10px -175px;}
.accepted-payments .americanexpress {width: 70px;background-position: -10px -230px;}
.accepted-payments .banktransfer {width: 70px;background-position: -10px -285px;}
.accepted-payments .unionpay {width: 70px;background-position: -10px -340px;}
.accepted-payments .checkmend {width: 105px;background-position: -10px -395px;}
.accepted-payments .ssl {width: 100px;background-position: -10px -450px;} */
.accepted-payments li {display: inline-block;height: 35px;background: url('../img/payment.sprite1.png') no-repeat;}
.accepted-payments .paypal {width: 134px;background-position: -10px -10px;}
.accepted-payments .mastercard {width: 57px;background-position: -10px -55px;}
.accepted-payments .visa {width: 51px;background-position: -10px -100px;}
.accepted-payments .maestro {width: 53px;background-position: -10px -145px;}
.accepted-payments .americanexpress {width: 54px;background-position: -10px -190px;}
.accepted-payments .banktransfer {width: 55px;background-position: -10px -235px;}
.accepted-payments .unionpay {width: 54px;background-position: -10px -280px;}
.accepted-payments .checkmend {width: 81px;background-position: -10px -325px;}
.accepted-payments .ssl {width: 78px;background-position: -10px -370px;}
/* ************************************************************************************** */
/* Mobile Sites */
/* ************************************************************************************** */
@media all and (max-width: 1260px) {
  .hideit {display: none;}
  .header .header-links-wrapper {display: block;position: unset;}
  .header-links {display: table;width: 100%;height: 35px;margin-top:1px;}
    .header-links > div {display: table-cell;position: relative;min-width: 34.5px;border: 1px solid #d1d1d1;border-width: 0 1px 1px 0;vertical-align: middle;}
      .header-links > div a,.header-links > div select {display: block;position: absolute;top: 0;right: 0;bottom: 0;left: 0;}
        .header-links > div a:before,
        .header-links .tax-display-type-selector:before,
        .header-links .currency-selector:before {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          text-align: center;
          font-family: 'pacific';
          font-size: 15px;
          line-height: 50px;
          cursor: pointer;
        }

      .header-links > div select {
        width: 100%;
        min-width: 0;
        height: 50px; /*fixed height because of IE, otherwise should be 100%*/
        padding: 0;
        cursor: pointer;
        opacity: 0;
      }

      .header-links > div:last-child {border-right: 0;}

    .header-links .ico-register:before {content: "\e929";}
    .header-links .ico-login:before {content: "\e919";}
    .header-links .ico-wishlist:before {content: "\e935";}
    .header-links .ico-account:before {content: "\e91e";font-size: 17px;}
    .header-links .ico-logout:before {content: "\e91a";}
    .header-links .ico-compare:before {content: "\e90c";font-size: 13px;}
    .header-links .ico-inbox:before {content: "\e914";font-size: 13px;}
    .header-links .tax-display-type-selector:before {content: "\e938";font-size: 18px;}
    .header-links .currency-selector:before {content: "\e939";font-size: 22px;}

    .header-links .wishlist-qty,
    .header-links .inbox-unread {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 13px;
      height: 13px;
      margin: auto;
      border-radius: 50%;
      background-color: #c09e6c;
      text-align: center;
      font-size: 8px;
      line-height: 12px;
      font-weight: bold;
      color: rgba(0,0,0,.7);
      -webkit-transform: translate(9px,-9px);
      -ms-transform: translate(9px,-9px);
      transform: translate(9px,-9px);
    }

    .header-links .tax-display-type-selector,
    .header-links .currency-selector,
    .header-links .mobile-language-selector {background-color: #e9e9e9;}
    .header-links .desktop-language-selector {display: none;}
    .header-links .current-language-image {width: 16px;height: 11px;margin: auto;}
}
@media all and (max-width: 479px) {
  .hideit {display: none;}
}
@media all and (max-width: 767px) {
  .hideit {display: none;}
  .short-description table {
    max-width: 328px !important;
    text-align: left;
  }
}
  /* ************************************************************************************** */
  /* ProductPageReviews */
  /* ************************************************************************************** */
  .rt .quick-view-button {display: none}
  .rt .item-box {border: none;background-color: transparent;}
    .rt .item-box .picture a {padding-top: 27%}
    .rt .item-box .product-item .picture {border-bottom: none;}
      .rt .item-box .product-item .picture a:before {padding-top: 27%}
    .rt .item-box h3 {text-align: center;color: #00a3e8;}
    .rt .item-box .description {padding-top: 10px;display: block;text-align: center}

  @media all and (min-width: 1261px) {
    .rt .item-box .picture a:before {background-color: transparent}
  }
  .contact-page .result, .email-a-friend-page .result, .apply-vendor-page .result {
    font-weight: bold;
    font-size: 22px;
    color: #006745 !important
  }

  .blogpost-page .button-1 {
    font-family: 'Lato','Roboto',sans-serif;
    width: 100%;
    cursor: pointer;
    border-radius: 0;
    max-width: 300px;
    border: none;
    padding: 17px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    transition: .3s ease;
    color: #fff;
    background-color: #1a73e8;
    display: inline-block;
    margin: 10px 3px;
    text-align: center;
  }

    .blogpost-page .button-1:hover {background-color: #135cbc;color: #fff;}

  .menu-mobile-only {display: block;}

  @media all and (min-width: 1261px) {
    .menu-mobile-only {display: none !important;}
  }

.product-details-page .product-name h2{
  font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    color: #2474dd;
    text-transform: none;
    margin-top: 10px;
}

.full-description img {
      width: 100%!important;
      height: auto!important;
      vertical-align: middle;
  }


@media all and (min-width: 768px) { 
  .category-boxes-layout-2 { display: flex; flex-direction: row; flex-wrap: wrap; width: 100%; }
  .category-boxes-layout-2 .mft{ flex: 25%; }
  .category-boxes-layout-2 .mft .item-grid{ display: flex; flex-direction: column; }
  .category-boxes-layout-2 .mft .item-box { flex: 100%; width: calc(100% - 15px); }
  .category-boxes-layout-2 .lft .item-box { margin: 0 20px 20px 0 !important; }
  .category-boxes-layout-2 .rgt .item-box { margin: 0 0 20px 20px !important; }
  .category-boxes-layout-2 .lftrgt{ flex: 50%; }
}

.product-details-page .product-name h1 {
  text-align: left;
}

.sold-in-time {
  margin: 0 0 7px;
  font-size: 14px;
  font-weight: bold;
  color: #d41000;
  text-transform: none;
  
    letter-spacing: -.02em!important;
    line-height: 1.2em;
}
.sold-in-time span:before {
  content: "\e909";
    margin: 0 4px 0 0;
    font-family: 'pacific';
    vertical-align: middle;
    font-weight: normal;
  
  background-color: #d41000;
  border-radius: 50%;
  font-size: 14px;
  
    margin: auto;
    color: #fff;
    margin-right: 5px;
}

/* ************************************************************************************** */
/* Product Reviews */
/* ************************************************************************************** */

/* * {
  font-family: Nunito, sans-serif;
} */

.text-blk { margin: 0px; padding: 0px; line-height: 25px; }

.responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  margin: 0 auto; padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.responsive-container-block.bg {
  flex-direction: column;
  align-items: center;
  height: auto;
  max-width: 1500px;
}

.text-blk.title {
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  color: #2c9058;
  
  padding: 0px;
  margin: 40px 0 12px;
}

.container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  padding: 10px;
  display: block;
}

.swiper-container {
  width: 85%;
  max-width: 1520px;
  height: auto;
  overflow-x: hidden;
  overflow-y: hidden;
}

.swiper-container .swiper-slide-active {
  opacity: 1 !important;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  opacity: 0.5;
  padding: 0px;
  margin: 0 10px 40px 0;
}


.quotes {
  color: rgb(153, 153, 153);
}

.swiper-slide img {
  display: block;
  object-fit: cover;
}

.responsive-container-block.content {
  flex-direction: column;
  align-items: flex-start;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 20px 7px;

  position: relative;
  margin: 40px 0;
  border-radius: 35px;
  border: solid 2px #042550;
  
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  padding: 10px 20px 10px 20px;
}

.text-blk.name {
  font-size: 20px;
  line-height: 27.28px;
  font-weight: 900;
  color: rgb(102, 102, 102);
  text-align: left;
  padding: 0px 10px 0px 10px;
  margin: 10px 0px 0px 0px;
}

.text-blk.desig {
  font-size: 19px;
  color: rgb(153, 153, 153);
  line-height: 30px;  
  text-align: left;
  margin: 0px;
  padding: 10px 10px 0px 10px;
}

.text-blk.info {
  font-size: 16px;
  color: rgb(102, 102, 102);
  line-height: 21.82px;
  text-align: left;
  margin: 10px 0px 25px 0px;
  padding: 0 10px;
}

.text-blk.quotes {
  position: absolute;
  left: auto;
  font-size: 88px;
  line-height: 106.83px;
  top: -40px;
  font-weight: 900;
  color: rgb(153, 153, 153);
  margin: 0px 0px 0px 0px;
  right: 20px;
}

.container-block.swiper-button-prevs {
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.container-block.swiper-button-nexts {
  width: auto;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}

.responsive-container-block.person {
  margin: 0 0 30px
}

.responsive-cell-block.wk-desk-6.wk-ipadp-6.wk-tab-12.wk-mobile-12.info {
  min-height: auto;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 0 15px;
}

.quotes {
  color: rgb(241, 59, 103);
}

.text-blk.heading {
  font-size: 20px;
  line-height: 34.1px;
  text-align: center;
  color: rgb(51, 51, 51);
  font-weight: 700;
  margin: 0px 0px 8px 0px;
  padding: 0px 10px;
}

.text-blk.desc {
  max-width: 850px;
  font-size: 18px;
  line-height: 28.1px;
  color: rgb(153, 153, 153);
  text-align: center;
  margin: 0 0 80px;
  padding: 0 10px;
}

#ibvmy {
  color: black;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 60px;
  left: -50px;
  z-index: 2;
}

.profile-image {
  color: black;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 60px;
  left: -50px;
  z-index: 2;
}

.title {
  color: #2c9058;
}

.swiper-pagination {
  position: relative;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 28px;
  height: 4px;
  opacity: 0.1;
  border-radius: 0px;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: #042550;
  opacity: 1;
}

@media (max-width: 1024px) {
  .swiper-slide {
    opacity: 0.5;
  }
}

@media (max-width: 768px) {
  .swiper-slide {
    opacity: 0.5;
  }

  .swiper-container {
    min-width: 95%;
  }

  .swiper-slide {
    min-width: 100%;
  }

  .swiper-wrapper {
    min-width: 100%;
  }

  .text-blk.heading {
    font-size: 18px;
  }

  .text-blk.title {
    font-size: 32px;
    line-height: 40px;
  }

  .text-blk.desc {
    font-size: 17px;
    line-height: 25.1px;
    max-width: 600px;
  }

  .text-blk.info {
    font-size: 18px;
    line-height: 28px;
  }

  .text-blk.name {
    font-size: 18px;
  }
}

@media (max-width: 500px) {
  .swiper-slide {
    opacity: 0.5;
  }

  .responsive-container-block.content {
    padding: 10px;
    width: 100%;
    margin: 40px 0px 40px 0px;
  }

  .swiper-container {
    min-width: 90%;
  }

  .swiper-slide {
    min-width: 100%;
  }

  .swiper-wrapper {
    min-width: 100%;
  }

  .profile-image {
    width: 75px;
    height: 75px;
    left: -40px;
  }

  .responsive-container-block.content {
    padding: 10px 10px 10px 35px;
  }

  .text-blk.info {
    margin: 10px 0 25px -25px;
    font-size: 19px;
    line-height: 24px;
  }

  .text-blk.name {
    margin: 20px 0 0 10px;
  }

  .text-blk.desig {
    margin: 0 0 10px;
  }

  .text-blk.desc {
    font-size: 16px;
    line-height: 24px;
    margin-top: 0 0 60px;
  }

  .text-blk.heading {
    font-size: 18px;
    line-height: 28px;
  }

  .text-blk.title {
    font-size: 26px;
    line-height: 36px;
  }
}
