/* ==========================================================================
   Importing: Fonts
   ========================================================================== */
   @font-face {
    font-family: 'CenturyGothic';
    src: url("../fonts/century-gothic/CenturyGothic.eot?#iefix") format("embedded-opentype"), url("../fonts/century-gothic/CenturyGothic.woff") format("woff"), url("../fonts/century-gothic/CenturyGothic.ttf") format("truetype"), url("../fonts/century-gothic/CenturyGothic.svg#CenturyGothic") format("svg");
    font-display: swap;
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: 'CenturyGothic-Italic';
    src: url("../fonts/century-gothic/CenturyGothic-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/century-gothic/CenturyGothic-Italic.woff") format("woff"), url("../fonts/century-gothic/CenturyGothic-Italic.ttf") format("truetype"), url("../fonts/century-gothic/CenturyGothic-Italic.svg#CenturyGothic-Italic") format("svg");
    font-display: swap;
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: 'CenturyGothic-Bold';
    src: url("../fonts/century-gothic/CenturyGothic-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/century-gothic/CenturyGothic-Bold.woff") format("woff"), url("../fonts/century-gothic/CenturyGothic-Bold.ttf") format("truetype"), url("../fonts/century-gothic/CenturyGothic-Bold.svg#CenturyGothic-Bold") format("svg");
    font-display: swap;
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: 'CenturyGothic-BoldItalic';
    src: url("../fonts/century-gothic/CenturyGothic-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/century-gothic/CenturyGothic-BoldItalic.woff") format("woff"), url("../fonts/century-gothic/CenturyGothic-BoldItalic.ttf") format("truetype"), url("../fonts/century-gothic/CenturyGothic-BoldItalic.svg#CenturyGothic-BoldItalic") format("svg");
    font-display: swap;
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: 'FrutigerLTArabic-45Light';
    src: url("../fonts/FrutigerLTArabic-45Light.eot?#iefix") format("embedded-opentype"), url("../fonts/FrutigerLTArabic-45Light.woff") format("woff"), url("../fonts/FrutigerLTArabic-45Light.ttf") format("truetype"), url("../fonts/FrutigerLTArabic-45Light.svg#FrutigerLTArabic-45Light") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'FrutigerLTArabic-55Roman';
    src: url("../fonts/FrutigerLTArabic-55Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/FrutigerLTArabic-55Roman.woff") format("woff"), url("../fonts/FrutigerLTArabic-55Roman.ttf") format("truetype"), url("../fonts/FrutigerLTArabic-55Roman.svg#FrutigerLTArabic-55Roman") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'FrutigerLTArabic-65Bold';
    src: url("../fonts/FrutigerLTArabic-65Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/FrutigerLTArabic-65Bold.woff") format("woff"), url("../fonts/FrutigerLTArabic-65Bold.ttf") format("truetype"), url("../fonts/FrutigerLTArabic-65Bold.svg#FrutigerLTArabic-65Bold") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'FrutigerLTArabic-75Black';
    src: url("../fonts/FrutigerLTArabic-75Black.eot?#iefix") format("embedded-opentype"), url("../fonts/FrutigerLTArabic-75Black.woff") format("woff"), url("../fonts/FrutigerLTArabic-75Black.ttf") format("truetype"), url("../fonts/FrutigerLTArabic-75Black.svg#FrutigerLTArabic-75Black") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  /* ==========================================================================
     Base styles: opinionated defaults
     ========================================================================== */
  html {
    line-height: 1.4;
  }
  
  html, body {
    color: #282828;
    font-family: "CenturyGothic";
    font-size: 14px;
  }
  
  /* 
   * Remove text-shadow in selection highlight:
   * https://twitter.com/miketaylr/status/12228805301
   *
   * Vendor-prefixed and regular ::selection selectors cannot be combined:
   * https://stackoverflow.com/a/16982510/7133471
   *
   * Customize the background color to match your design.
   */
  ::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
  }
  
  ::selection {
    background: #b3d4fc;
    text-shadow: none;
  }
  
  /*
   * A better looking default horizontal rule
   */
  hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
  }
  
  /*
   * Remove the gap between audio, canvas, iframes,
   * images, videos and the bottom of their containers:
   * https://github.com/h5bp/html5-boilerplate/issues/440
   */
  audio,
  canvas,
  iframe,
  img,
  svg,
  video {
    vertical-align: middle;
  }
  
  /*
   * Remove default fieldset styles.
   */
  fieldset {
    border: 0;
    margin: 0;
    padding: 0;
  }
  
  /*
   * Allow only vertical resizing of textareas.
   */
  textarea {
    resize: vertical;
  }
  
  /* ==========================================================================
     Browser Upgrade Prompt
     ========================================================================== */
  .browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
  }
  
  /* ==========================================================================
     Author's custom styles
     ========================================================================== */
  a {
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  
  a,
  a:active,
  a:link,
  a:visited {
    text-decoration: none !important;
    color: inherit !important;
  }
  
  a:hover {
    text-decoration: none !important;
    color: #222224 !important;
  }
  
  * {
    outline: 0 !important;
  }
  
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: inherit;
  }
  
  b,
  strong {
    font-family: "CenturyGothic-Bold", "Trebuchet MS", Verdana, sans-serif;
    letter-spacing: 1px;
  }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    b,
    strong {
      letter-spacing: 0;
    }
  }
  b em,
  strong em {
    font-family: "CenturyGothic-BoldItalic", "Trebuchet MS", Verdana, sans-serif;
    letter-spacing: 1px;
  }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    b em,
    strong em {
      letter-spacing: 0;
    }
  }
  em {
    font-family: "CenturyGothic-Italic", "Trebuchet MS", Verdana, sans-serif;
    letter-spacing: 0.5px;
  }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    em {
      letter-spacing: 0;
    }
  }
  em b,
  em strong {
    font-family: "CenturyGothic-BoldItalic", "Trebuchet MS", Verdana, sans-serif;
    letter-spacing: 1px;
  }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    em b,
    em strong {
      letter-spacing: 0;
    }
  }
  h1 {
    font-family: "CenturyGothic-Bold", "Trebuchet MS", Verdana, sans-serif;
    font-size: 2.2rem;
    line-height: 120%;
    letter-spacing: 1px;
    margin: 15px auto;
  }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    h1 {
      letter-spacing: 0;
    }
  }
  h2 {
    font-family: "CenturyGothic-Bold", "Trebuchet MS", Verdana, sans-serif;
    font-size: 1.75rem;
    line-height: 120%;
    letter-spacing: 1px;
    margin: 10px auto;
  }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    h2 {
      letter-spacing: 0;
    }
  }
  h3 {
    font-family: "CenturyGothic-Bold", "Trebuchet MS", Verdana, sans-serif;
    font-size: 1.5rem;
    line-height: 120%;
    letter-spacing: 1px;
    margin: 7px auto;
  }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    h3 {
      letter-spacing: 0;
    }
  }
  h4 {
    font-family: "CenturyGothic-Bold", "Trebuchet MS", Verdana, sans-serif;
    font-size: 1.3rem;
    line-height: 120%;
    letter-spacing: 1px;
    margin: 5px auto;
  }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    h4 {
      letter-spacing: 0;
    }
  }
  h5 {
    font-family: "CenturyGothic-Bold", "Trebuchet MS", Verdana, sans-serif;
    font-size: 1.1rem;
    line-height: 120%;
    letter-spacing: 1px;
    margin: 3px auto;
  }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    h5 {
      letter-spacing: 0;
    }
  }
  h6 {
    font-family: "CenturyGothic-Bold", "Trebuchet MS", Verdana, sans-serif;
    font-size: 1rem;
    line-height: 120%;
    letter-spacing: 1px;
    margin: 0;
  }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    h6 {
      letter-spacing: 0;
    }
  }
  img {
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
  }
  
  .main-wrapper {
    padding-top: 190px;
    width: 100%;
    height: 100%;
    background: #ffffff;
  }
  .main-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .main-wrapper a {
    text-decoration: none;
    line-height: 1;
  }
  
  .inner-banner-wrap {
    min-height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
  }
  .inner-banner-wrap h2 {
    font-family: "CenturyGothic";
    font-size: clamp(1.75rem,2vw,3rem);
    color: #ffffff;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
    text-align: center;
    margin-bottom: 0;
    margin-top: .5rem;
    
  }
  .inner-banner-wrap .badge {
    font-size: 16px;
    padding: 0;
    display: block;
    margin-top: 14px;
  }
  
  .inner-content-main {
    /* position: relative; */
    background: #ffffff;
  }
  .inner-content-main .inner-content-wrap {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 30px 30px 30px;
    box-shadow: 3px 5px 25px rgba(0, 0, 0, 0.08);
  }
  .inner-content-main .inner-content-wrap.sidebar-wrap {
    background-color: transparent;
    box-shadow: none;
  }
  .inner-content-main .inner-content-wrap.main-product-list-wrap {
    box-shadow: none;
  }
  
  .detailed-content-wrap {
    position: relative;
  }
  .detailed-content-wrap ul {
    list-style: disc;
    padding-left: 15px;
    margin-bottom: 12px;
  }
  .detailed-content-wrap li {
    line-height: 30px;
  }
  .detailed-content-wrap hr {
    border-top-color: #eaeaea;
  }
  .detailed-content-wrap h4 {
    color: #1d1d1b;
    font-size: 18px;
    font-family: "CenturyGothic-Bold";
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .detailed-content-wrap .btn {
    background-color: #1d1d1b;
    padding: 12px 14px;
    width: 150px;
    color: #ffffff;
  }
  .detailed-content-wrap .btn:hover {
    background-color: #f6f5f4;
  }
  
  /* ============================== Custom Page Styles Starts ============================== */
  .sticky-header {
    margin-top: -190px;
    position: sticky;
    left: 0;
    right: 0;
    top: 0;
    z-index: 201;
    background: #ffffff;
    box-shadow: 3px 5px 25px rgba(0, 0, 0, 0.08);
  }
  
  .menu-icon {
    display: none;
  }
  .menu-icon .icn .hamburger-close {
    display: none;
  }
  .menu-icon.has-sidemenu-opened .icn .hamburger {
    display: none;
  }
  .menu-icon.has-sidemenu-opened .icn .hamburger-close {
    display: inline-block;
  }
  
  .side-menu-wrap {
    width: 292px;
    opacity: 0;
    z-index: -1;
    height: 100%;
    position: fixed;
    left: -400px;
    overflow-y: auto;
    overflow-x: hidden;
    top: 78px;
    bottom: 0px;
    padding: 75px 30px 30px 30px;
    float: left;
    background-color: #ffffff;
    color: #282828;
    box-shadow: 0 12px 38px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out;
  }
  .side-menu-wrap.sidemenu-opened {
    left: 0;
    opacity: 1;
    z-index: 200;
  }
  .side-menu-wrap .side-menu-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .side-menu-wrap .side-menu-container li {
    padding: 10px 0;
    position: relative;
    font-family: "CenturyGothic";
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
  }
  .side-menu-wrap .side-menu-container li.log-reg-top-menu > a {
    font-size: 22px;
    padding: 0 0 18px;
  }
  .side-menu-wrap .side-menu-container li > a {
    display: block;
    color: #282828 !important;
    text-decoration: none;
    opacity: 0.8;
  }
  .side-menu-wrap .side-menu-container li > a.dropdown-toggle {
    white-space: normal;
  }
  .side-menu-wrap .side-menu-container li > a::after {
    display: none;
  }
  .side-menu-wrap .side-menu-container li.active a {
    opacity: 1;
  }
  .side-menu-wrap .side-menu-container li:hover a, .side-menu-wrap .side-menu-container li:focus a {
    opacity: 1;
  }
  .side-menu-wrap .menu-close-btn {
    position: absolute;
    top: 22px;
    right: 26px;
    cursor: pointer;
  }
  
  .main-header {
    position: relative;
  }
  
  .header-offer-msg {
    background-color: #1d1d1b;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-offer-msg p {
    margin-bottom: 0;
    line-height: 36px;
  }
  .header-offer-msg p a {
    color: #ffffff !important;
  }
  
  .header-logo-wrap {
    padding: 12px 0 12px;
    position:relative;
  }
  
  .header-search-wrap {
    position: absolute;
    top: 85px;
    right: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    padding: 10px 15px 10px;
    display: none;
    height: fit-content;
  }
  
  @media (max-width: 540px){
      .header-search-wrap {
          top:80%;
      }
  }
  
  .header-search-wrap.header-search-opened {
    display: block;
  }
  .header-search-wrap .header-search-block .search-close {
    position: absolute;
    color: #282828;
    top: 12px;
    right: 25px;
  }
  .header-search-wrap .header-search-block .form-group {
    margin-bottom: 0;
    position: relative;
  }
  .header-search-wrap .header-search-block .form-group .form-control {
    padding-right: 48px;
  }
  .header-search-wrap .header-search-block .form-group .header-search-btn {
    position: absolute;
    top: 0;
    right: 15px;
    line-height: 45px;
    font-size: 20px;
    color: #282828;
  }
  
  .logo-wrap-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
  }
  .logo-wrap-left a {
    color: #282828;
  }
  .logo-wrap-left .wrap-left-item {
    display: inline-block;
  }
  .logo-wrap-left .wrap-left-item:not(:last-child) {
    margin-right: 20px;
  }
  
  .logo-wrap-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .logo-wrap-center a {
    display: inline-block;
  }
  .logo-wrap-center img {
    width: 100%;
    max-width: 180px;
  }
  
  .logo-wrap-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
  }
  .logo-wrap-right li {
    display: inline-block;
  }
  .logo-wrap-right li:not(:last-child) {
    margin-right: 16px;
  }
  .logo-wrap-right li a {
    color: #282828;
  }
  .logo-wrap-right li a span {
    font-size: 10px;
  }
  .logo-wrap-right .dropdown-menu {
    padding: 14px 15px 14px;
    min-width: 240px;
  }
  
  .email-subscribe h6 {
    font-family: "CenturyGothic-Bold";
  }
  .email-subscribe p {
    font-size: 12px;
  }
  .email-subscribe .form-inline {
    position: relative;
  }
  .email-subscribe .form-inline .btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
  }
  .email-subscribe .form-group {
    width: 100%;
  }
  .email-subscribe .form-control {
    width: 100%;
    border-radius: 0;
  }
  
  .wishlist-product-item {
    position: relative;
  }
  .wishlist-product-item:not(:last-child) {
    border-bottom: 1px dashed #dfdfdf;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .wishlist-product-item .wishlist-product-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
  }
  .wishlist-product-item .wishlist-product-img img {
    width: 100%;
  }
  .wishlist-product-item .wishlist-product-desc {
    width: 100%;
    padding-left: 70px;
  }
  .wishlist-product-item .wishlist-product-desc h3 {
    font-size: 16px;
    font-family: "CenturyGothic-Bold";
  }
  .wishlist-product-item .wishlist-product-desc p {
    margin-bottom: 2px;
    font-size: 12px;
    line-height: 22px;
  }
  .wishlist-product-item .wishlist-product-desc p:last-of-type {
    margin-bottom: 0;
  }
  
  .header-cart-product-item {
    position: relative;
  }
  .header-cart-product-item:not(:last-child) {
    border-bottom: 1px dashed #dfdfdf;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .header-cart-product-item .header-cart-product-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
  }
  .header-cart-product-item .header-cart-product-img img {
    width: 100%;
  }
  .header-cart-product-item .header-cart-product-desc {
    width: 100%;
    padding-left: 70px;
  }
  .header-cart-product-item .header-cart-product-desc h3 {
    font-size: 16px;
    font-family: "CenturyGothic-Bold";
  }
  .header-cart-product-item .header-cart-product-desc p {
    margin-bottom: 2px;
    font-size: 12px;
    line-height: 22px;
  }
  .header-cart-product-item .header-cart-product-desc p:last-of-type {
    margin-bottom: 0;
  }
  
  .header-cart-price {
    text-align: center;
    margin-bottom: 6px;
  }
  
  .header-cart-action {
    text-align: center;
  }
  
  .nav-wrap {
    border-top: 1px solid #f2f2f2;
  }
  
  .nav-block {
    text-align: center;
  }
  .nav-block li {
    display: inline-block;
      font-family: CenturyGothic-Bold, "Trebuchet MS", Verdana, sans-serif;
      font-size: 12px;
      line-height: 120%;
      letter-spacing: 1px;
      text-transform : uppercase;
  }
  .nav-block li:not(:last-child) {
    margin-right: 10px;
  }
  .nav-block li > a {
    color: #282828;
    line-height: 52px;
    display: inline-block;
    padding: 0 10px;
  }
  
  .mega-dropdown:hover > .mega-dropdown-menu {
    display: flex;
  }
  .mega-dropdown:hover > a {
    background: #f2f2f2;
  }
  
  .menu-item-btn > a {
    background-color: #e40000;
    line-height: 30px !important;
    color: #fff !important;
    border-radius: 5px;
  }
  .menu-item-btn > a:hover {
    background-color: #b40000;
  }
  
  .mega-dropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    justify-content: center;
    padding: 28px 0 12px;
    gap: 3rem;
    background: #f2f2f2;
  }
  
  .mega-dropdown-list:not(:last-child) {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #e0e0e0;
  }
  .mega-dropdown-list .mega-dropdown-list-content {
    display: flex;
    flex-direction: column;
    text-align: left;
  }
  .mega-dropdown-list .mega-dropdown-list-content h6 {
    font-family: "CenturyGothic-Bold";
  }
  .mega-dropdown-list .mega-dropdown-list-content h6 a {
    font-family: "CenturyGothic-Bold";
    color: #282828;
  }
  .mega-dropdown-list .mega-dropdown-list-content a {
    font-family: "CenturyGothic";
    color: #949494;
    font-size: 14px;
    line-height: 26px;
  }
  .mega-dropdown-list .mega-dropdown-list-content a:hover {
    color: #282828;
  }
  
  .mega-dropdown-list-sale a {
    color: #e40000;
    font-size: 14px;
  }
  .mega-dropdown-list-sale a:not(:last-child) {
    margin-right: 15px;
  }
  
  .mega-dropdown-list-img .list-img {
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
  }
  .mega-dropdown-list-img .list-img a {
    display: block;
  }
  .mega-dropdown-list-img .list-img a img {
    width: 100%;
  }
  .mega-dropdown-list-img > a {
    text-transform: uppercase;
    color: #282828;
    font-size: 14px;
  }
  
  .side-menu-wrap .side-menu-container .mega-dropdown:hover > a {
    background: transparent;
  }
  .side-menu-wrap .side-menu-container .mega-dropdown-menu {
    position: static;
    background: transparent;
    flex-direction: column;
  }
  .side-menu-wrap .side-menu-container .mega-dropdown-list .mega-dropdown-list-content {
    color: #6b6b6b;
  }
  .side-menu-wrap .side-menu-container .mega-dropdown-list .mega-dropdown-list-content h6 {
    color: #282828;
    margin-bottom: 5px;
  }
  .side-menu-wrap .side-menu-container .mega-dropdown-list:not(:last-child) {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .side-menu-wrap .side-menu-container .menu-item-btn > a {
    color: #fff !important;
    display: inline-block;
    padding: 4px 12px;
  }
  .side-menu-wrap .side-menu-container .menu-item-btn > a:hover {
    background-color: #b40000;
  }
  .side-menu-wrap .side-menu-container .gift-kit-btn > a {
    color: #282828 !important;
    display: inline-block;
    padding: 4px 12px;
  }
  .side-menu-wrap .side-menu-container .gift-kit-btn > a:hover {
    background-color: #dda6dd;
  }
  .side-menu-wrap .side-menu-container .mega-dropdown-list-sale {
    line-height: 26px;
  }
  .side-menu-wrap .side-menu-container .mega-dropdown-list-sale a {
    color: #e40000 !important;
    display: block;
  }
  
  .home-banner-wrap {
    /* position: relative; */
  }
  .home-banner-wrap:hover .home-banner-arrows [class*="home-banner-custom-slick-"] {
    opacity: 0.5;
  }
  .home-banner-wrap .slick-list {
    padding: 0 0 0;
  }
  .home-banner-wrap .slick-dots {
    bottom: 8px;
  }
  .home-banner-wrap .slick-dots li.slick-active button:before {
    color: #282828;
  }
  .home-banner-wrap .slick-dots li button:before {
    color: #282828;
    font-size: 12px;
  }
  
  .home-banner-slider.slick-dotted {
    margin-bottom: 0;
  }
  
  .home-banner-item {
    min-height: 440px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #777777;
    background-blend-mode: overlay;
  }
  .home-banner-item img {
    width: 100%;
  }
  .home-banner-item img.banner-mob {
    display: none;
  }
  
  .home-banner-arrows [class*="home-banner-custom-slick-"] {
    position: absolute;
    top: calc(50% - 23px);
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparentx;
    border-radius: 6%;
    font-size: 22px;
    color: #ffffff;
    opacity: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .home-banner-arrows [class*="home-banner-custom-slick-"]:hover {
    background-color: #1d1d1b;
    opacity: 0.9 !important;
    color: #ffffff;
  }
  .home-banner-arrows .home-banner-custom-slick-prev {
    left: 50px;
  }
  .home-banner-arrows .home-banner-custom-slick-next {
    right: 50px;
  }
  
  .promotion-wrap {
    background: #222224;
    padding: 25px 15px 25px;
  }
  .promotion-wrap > h4 {
    color: #ffffff;
    text-align: center;
    margin-bottom: 25px;
  }
  .promotion-wrap .promotion-item {
    margin-left: 15px;
    margin-right: 15px;
  }
  .promotion-wrap .promotion-item .promotion-img {
    overflow: hidden;
    width: 100%;
    height: 260px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .promotion-wrap .promotion-item .promotion-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.9s ease-in-out;
  }
  .promotion-wrap .promotion-item .promotion-img a {
    background-color: #1d1d1b;
    color: #ffffff !important;
    display: inline-block;
    position: absolute;
    padding: 10px 12px;
    opacity: 0;
    transition: all 0.9s ease-in-out;
  }
  .promotion-wrap .promotion-item .promotion-img a:hover {
    color: #ffffff !important;
  }
  .promotion-wrap .promotion-item:hover .promotion-img img {
    transform: scale(1.2);
  }
  .promotion-wrap .promotion-item:hover .promotion-img a {
    opacity: 1;
  }
  .promotion-wrap .promotion-item h4 {
    color: #ffffff;
    font-size: 16px;
    margin-top: 10px;
  }
  .promotion-wrap .slick-dots li.slick-active button:before {
    color: white;
  }
  .promotion-wrap .slick-dots li button:before {
    color: white;
    font-size: 12px;
  }
  
  .site-info-wrap {
    position: relative;
    background: #ddd;
    color: #000;
    padding: 25px 0;
  }
  .site-info-wrap a {
    color: #282828;
  }
  .site-info-wrap i {
    font-size: 40px;
    line-height: 100%;
  }
  .site-info-wrap .col {
    text-align: right;
  }
  .site-info-wrap .col-6 {
    text-align: left;
  }
  .site-info-wrap p {
    line-height: 120%;
    margin: 0;
    max-width: 200px;
  }
  .site-info-wrap img {
    width: 100px;
    height: auto;
    max-width: 100px !important;
  }
  
  .main-footer {
    background-color: #f6f5f4;
    padding: 40px 0 30px;
  }
  .main-footer a {
    color: #282828;
  }
  .main-footer .social-media {
    text-align: center;
    margin-bottom: 30px;
  }
  .main-footer .social-media li {
    display: inline-block;
    font-size: 22px;
  }
  .main-footer .social-media li:not(:last-child) {
    margin-right: 18px;
  }
  .main-footer .footer-quick-links {
    text-align: center;
  }
  .main-footer .footer-quick-links li {
    display: inline-block;
  }
  .main-footer .footer-quick-links li:not(:last-child) {
    margin-right: 22px;
  }
  .main-footer .logo img {
    width: 52%;
    height: auto;
    max-width: 150px !important;
  }
  @media (max-width: 767px) {
    .main-footer .logo img {
      max-width: 100px !important;
    }
  }
  .main-footer .footer-columns {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
  }
  .main-footer .footer-columns .footer-column {
    width: 16.666666%;
    padding: 10px;
  }
  .main-footer .footer-columns .footer-column h5 {
    color: #000;
    font-size: 16px;
    margin-bottom: 12px;
  }
  .main-footer .footer-columns .footer-column ul li {
    padding-bottom: 7px;
    text-transform: uppercase;
    font-size: 12px;
  }
  @media (max-width: 767px) {
    .main-footer .footer-columns .footer-column {
      width: 50%;
    }
  }
  
  .copyright-wrap {
    background-color: #f6f5f4;
    color: #282828;
    text-align: center;
    padding-bottom: 20px;
  }
  .copyright-wrap .copyright-info {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid #d0d0d0;
  }
  .copyright-wrap .copyright-info a {
    color: #282828;
  }
  
  .subscribe-newsletter-wrap {
    text-align: center;
    padding: 35px 0 30px;
  }
  .subscribe-newsletter-wrap header {
    margin-bottom: 30px;
  }
  .subscribe-newsletter-wrap .form-block {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
  }
  
  .product-list-wrap {
    padding: 40px 0 50px;
  }
  .product-list-wrap header {
    text-align: center;
    margin-bottom: 50px;
  }
  .product-list-wrap header h3 {
    font-size: 22px;
    font-family: "CenturyGothic-Bold";
    text-transform: uppercase;
  }
  .product-list-wrap .product-list-block > .row > [class*="col-"] {
    text-align: center;
  }
  
  .product-item {
    position: relative;
    margin: 0 30px;
    /* 18-8-2023 */
    min-height:500px;
  }
  .product-item:hover .add-to-wishlist-btn {
    opacity: 1;
  }
  .product-item:hover .product-special-tags {
    opacity: 1;
  }
  .product-item:hover .product-rating {
    opacity: 1;
  }
  .product-item:hover .product-img img {
    transform: scale(1.1);
  }
  .product-item .product-img {
    position: relative;
    overflow: hidden;
  }
  .product-item .product-img img {
    display: block;
    width: 100%;
    filter: scale(1);
    transition: all 0.3s ease-in-out;
  }
  .product-item .product-special-tags {
    position: absolute;
    top: 0;
    left: 0;
  }
  .product-item .product-special-tags span {
    border: 1px solid #1d1d1b;
    border-radius: 4px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0 5px;
    font-family: "CenturyGothic-Bold";
  }
  .product-item .add-to-wishlist-btn {
    display: inline-block;
    color: #282828;
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  .product-item .add-to-wishlist-btn.wishlist-added .fa-heart {
    color: #b40000;
  }
  .product-item .product-rating {
    position: static;
    /* top: 0;
    left: 0; */
    opacity: 1;
    padding-bottom: 1rem;
  }
  .product-item .product-desc {
    text-align: center;
  }
  .product-item .product-desc h4 {
    font-family: "CenturyGothic-Bold";
    text-transform: uppercase;
    font-size: clamp(13px, 2vw, 17px);
  }
  .product-item .product-desc h4 a {
    color: #282828;
  }
  .product-item .product-desc p {
    font-size: clamp(11px, 2vw, 12px) !important;
    line-height: 22px;
  }
  .product-item .product-prices {
    margin-bottom: 10px;
  }
  .product-item .product-prices span {
    display: inline-block;
  }
  .product-item .product-prices span:not(:last-child) {
    margin-right: 10px;
  }
  .product-item .product-prices .offer-price {
    color: #797979;
    font-family: "CenturyGothic-Bold";
    text-decoration: line-through;
  }
  .product-item .product-prices .final-price {
    color: #1d1d1b;
    font-family: "CenturyGothic-Bold";
  }
  .product-item .product-prices .promo-offer {
    color: #ffffff;
    background: #e40000;
    padding: .25em .4em;
    font-size: 85%;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    font-weight: 700;
    line-height: 1;
  }
  /* .product-item .item-action-btn {
    margin-top: 10px;
  } */
  /* 18-8-2023 */
  .product-item .item-action-btn{
  margin-top: 10px;
  }
  
  .product-item .item-action-btn .btn {
    padding: 10px 16px;
    width: 85%;
  }
  
  .product-quick-category li {
    display: inline-block;
  }
  .product-quick-category li:not(:last-child) {
    margin-right: 10px;
  }
  .product-quick-category li a {
    display: block;
    width: 25px;
    height: 25px;
    background-size: cover;
    background-position: center center;
    border: 2px solid #fff;
    border-radius: 50%;
  }
  .product-quick-category li.selected a {
    border-color: #1d1d1b;
  }
  
  .breadcrumb-wrap {
    position: relative;
  }
  
  .breadcrumb-block {
    padding: 8px 0 8px;
    border-bottom: 1px solid #282828;
    /* margin-bottom: 10px; */
  }
  .breadcrumb-block li {
    display: inline-block;
    position: relative;
    font-size: clamp(10px,2vw,13px);
    
  }
  .breadcrumb-block li a {
    color: #7b7b7b;
    padding: 0 .5rem;
  }
  .breadcrumb-block li a:hover {
    color: #282828;
  }
  .breadcrumb-block li:not(:first-child)::before {
    content: "/";
    padding: 0 5px;
    color: #ccc;
  }
  .breadcrumb-block li.current-page a {
    color: #282828;
  }
  
  /* Main Product Listing
  -------------------------------------------------------------- */
  .product-container {
    display: flex;
  }
  .product-container .product-filters {
    flex: 0 0 250px;
    position: relative;
    z-index: 2;
    padding: 0;
  }
  .product-container .product-filters .product-filters-toggler {
    float: right;
    margin-top: -42px;
    text-transform: uppercase;
  }
  .product-container .product-filters-in {
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 24px 0 0 0;
    position: relative;
  }
  .product-container .product-items-wrap {
    flex: 0 1 100%;
    position: relative;
    z-index: 1;
  }
  .product-container.product-filters-toggled .product-filters .product-filters-in {
    transform: translateX(0);
    box-shadow: 3px 5px 25px rgba(0, 0, 0, 0.08);
  }
  .product-container.product-filters-toggled .product-items-wrap .product-list-wrap {
    position: relative;
  }
  .product-container.product-filters-toggled .product-items-wrap .product-list-wrap::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.75);
  }
  
  /* Sidebar Styles
  -------------------------------------------------------------- */
  .sidebar-container {
    position: sticky;
    top: 30%;
  }
  
  .sidebar-container h2 {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-family: "CenturyGothic-Bold";
    font-size: 20px;
  }
  .sidebar-container h4 {
    font-family: "CenturyGothic-Bold";
    font-size: 14px;
    margin-bottom: 20px;
  }
  
  .sidebar-block:not(:last-of-type) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #f2f2f2;
  }
  .sidebar-block .sidebar-block-category {
    overflow-y: auto;
    max-height: 200px;
  }
  .sidebar-block [class*="filter-"] {
    overflow-y: auto;
    max-height: 180px;
  }
  .sidebar-block [class*="filter-"] li {
    display: block;
    font-size: 14px;
  }
  .sidebar-block [class*="filter-"] li:not(:last-child) {
    margin-bottom: 10px;
  }
  .sidebar-block [class*="filter-"] li a {
    display: block;
    color: #676767;
  }
  .sidebar-block [class*="filter-"] li a:hover {
    color: #222224;
  }
  .sidebar-block .price-range p {
    margin-bottom: 10px;
  }
  .sidebar-block .price-range input {
    background-color: transparent;
  }
  .sidebar-block .price-range input:focus {
    box-shadow: none;
    outline: 0;
  }
  
  .product-order-by {
    display: none;
  }
  .product-order-by .form-group {
    margin-bottom: 0;
  }
  
  .directory-list ul {
    margin-left: 10px;
    padding-left: 15px;
  }
  .directory-list li {
    list-style: none;
    color: #888;
    font-size: 12px;
    font-family: "CenturyGothic";
  }
  .directory-list li::before {
    display: none !important;
    margin-right: 10px;
    content: "";
    height: 20px;
    vertical-align: middle;
    width: 20px;
    background-repeat: no-repeat;
    display: inline-block;
    /* file icon by default */
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><path fill='lightgrey' d='M85.714,42.857V87.5c0,1.487-0.521,2.752-1.562,3.794c-1.042,1.041-2.308,1.562-3.795,1.562H19.643 c-1.488,0-2.753-0.521-3.794-1.562c-1.042-1.042-1.562-2.307-1.562-3.794v-75c0-1.487,0.521-2.752,1.562-3.794 c1.041-1.041,2.306-1.562,3.794-1.562H50V37.5c0,1.488,0.521,2.753,1.562,3.795s2.307,1.562,3.795,1.562H85.714z M85.546,35.714 H57.143V7.311c3.05,0.558,5.505,1.767,7.366,3.627l17.41,17.411C83.78,30.209,84.989,32.665,85.546,35.714z' /></svg>");
    background-position: center 2px;
    background-size: 60% auto;
  }
  .directory-list li.folder::before {
    display: none;
    /* folder icon if folder class is specified */
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><path fill='lightblue' d='M96.429,37.5v39.286c0,3.423-1.228,6.361-3.684,8.817c-2.455,2.455-5.395,3.683-8.816,3.683H16.071 c-3.423,0-6.362-1.228-8.817-3.683c-2.456-2.456-3.683-5.395-3.683-8.817V23.214c0-3.422,1.228-6.362,3.683-8.817 c2.455-2.456,5.394-3.683,8.817-3.683h17.857c3.422,0,6.362,1.228,8.817,3.683c2.455,2.455,3.683,5.395,3.683,8.817V25h37.5 c3.422,0,6.361,1.228,8.816,3.683C95.201,31.138,96.429,34.078,96.429,37.5z' /></svg>");
    background-position: center top;
    background-size: 75% auto;
  }
  .directory-list a {
    color: #888;
    text-decoration: none;
    transition: all 0.2s ease;
  }
  .directory-list a:hover {
    color: #000;
    text-decoration: none;
  }
  .directory-list .folder {
    color: #777;
    font-family: "CenturyGothic";
    font-size: 14px;
  }
  .directory-list .folder > a {
    color: #777;
    font-family: "CenturyGothic";
  }
  
  .main-product-category {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: right;
    border-bottom: 1px solid #f2f2f2;
  }
  .main-product-category .catalogue-filters-toggler {
    text-transform: uppercase;
  }
  
  .main-product-category-list {
    padding: .5rem 0;
    width: auto;
  }
  .main-product-category-list .radio {
    display: inline-block;
    cursor: pointer;
    padding: 3px 5px;
    margin: 0 1px;
    font-size: 12px;
  }
  .main-product-category-list .radio.checked {
    color: #282828;
    font-family: "CenturyGothic-Bold";
  }
  .main-product-category-list .radio.checked i {
    display: inline-block;
  }
  .main-product-category-list .radio i {
    display: none;
  }
  .main-product-category-list .radio input {
    display: none;
  }
  
  .pagination-wrap [data-pagination],
  .pagination-wrap [data-pagination] *,
  .pagination-wrap [data-pagination] *:before,
  .pagination-wrap [data-pagination] *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-kerning: auto;
  }
  .pagination-wrap [data-pagination] {
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    font-family: "CenturyGothic";
    -webkit-text-size-adjust: 100%;
    margin: 1em auto;
    text-align: center;
    transition: font-size 0.2s ease-in-out;
  }
  .pagination-wrap [data-pagination] ul {
    list-style-type: none;
    display: inline;
    font-size: 100%;
    margin: 0;
    padding: 0.5em;
  }
  .pagination-wrap [data-pagination] ul li {
    display: inline-block;
    font-size: 100%;
    width: auto;
    border-radius: 3px;
  }
  .pagination-wrap [data-pagination] > a {
    font-size: 140%;
  }
  .pagination-wrap [data-pagination] a {
    color: #777;
    font-size: 100%;
    padding: 0.5em;
  }
  .pagination-wrap [data-pagination] a:hover, .pagination-wrap [data-pagination] a:focus {
    color: #f60;
  }
  .pagination-wrap [data-pagination] li.current {
    background: rgba(0, 0, 0, 0.1);
    padding: 2px 0 2px;
  }
  .pagination-wrap [data-pagination] .disabled,
  .pagination-wrap [data-pagination] [hidden],
  .pagination-wrap [data-pagination] [disabled] {
    opacity: 0.5;
    pointer-events: none;
  }
  @media (min-width: 350px) {
    .pagination-wrap [data-pagination] {
      font-size: 12px;
    }
  }
  @media (min-width: 500px) {
    .pagination-wrap [data-pagination] {
      font-size: 14px;
    }
  }
  @media (min-width: 900px) {
    .pagination-wrap [data-pagination] {
      font-size: 16px;
    }
  }
  
  .product-details-wrap {
    position: relative;
  }
  
  .product-details-block .product-detail-img {
    position: relative;
    padding-left: 100px;
  }
  .product-details-block .product-detail-img .product-img-thumb {
    position: absolute;
    left: 0;
    top: 30px;
  }
  .product-details-block .product-detail-img .product-img-thumb li {
    width: 90px;
      cursor: pointer;
      height: 90px;
      text-align: center;
  }
  .product-details-block .product-detail-img .product-img-thumb li img {
    width: auto;
      height: 100%;
      display: inline-block;
  }
  .product-details-block .product-detail-img .product-img-thumb li .product-video-thumb {
    position: relative;
  }
  .product-details-block .product-detail-img .product-img-thumb li .product-video-thumb i {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 28px;
    line-height: 100%;
    color: #000;
  }
  .product-details-block .product-detail-img .product-img-slider {
    width: 100%;
  }
  .product-details-block .product-detail-img .product-img-slider .product-img img {
    width: auto;
    height:100%;
    display: inline-block;
  }
  .product-details-block .product-detail-img .product-img-slider .product-video video {
    width: 100%;
  }
  .product-details-block .product-detail-img .product-img-slider .slick-dots li button:before {
    font-size: 10px;
  }
  .product-details-block .product-detail-desc h1 {
    font-family: "CenturyGothic-Bold";
    font-size: 30px;
  }
  .product-details-block .product-detail-desc > h4 {
    font-size: 20px;
    margin-bottom: 10px;
    font-family: "CenturyGothic";
  }
  .product-details-block .item-description {
    order: 2;
    margin: 25px 0 0 0;
    text-align: justify;
    line-height: 150%;
  }
  @media (max-width: 768px) {
    .product-details-block .item-description {
      order: 4;
    }
  }
  .product-details-block .item-description .tab-pane {
    padding: 1rem 1rem 0.5rem 1rem;
    border: 1px solid #dee2e6;
    border-top: none;
    font-size: 1rem;
  }
  .product-details-block .item-description ul {
    padding-left: 15px;
    list-style: initial;
  }
  .product-details-block .item-description ul.nav-tabs {
    list-style: none;
    padding: 0;
  }
  .product-details-block .item-description ul li {
    font-size: 1.175rem;
    margin-bottom: -1px;
  }
  .product-details-block .product-prices {
    margin-bottom: 10px;
  }
  .product-details-block .product-prices span {
    display: inline-block;
  }
  .product-details-block .product-prices span:not(:last-child) {
    margin-right: 10px;
  }
  .product-details-block .product-prices .offer-price {
    color: #adadad;
    text-decoration: line-through;
  }
  .product-details-block .product-prices .final-price {
    color: #1d1d1b;
    font-size: 16px;
    font-family: "CenturyGothic-Bold";
  }
  .product-details-block .product-prices .final-price > span {
    font-size: 12px;
    font-family: "CenturyGothic";
    color: #adadad;
  }
  .product-details-block .product-prices .promo-offer {
    color: #ffffff;
    background: #e40000;
    padding: 5px 12px 5px;
    border-radius: 5px;
  }
  .product-details-block .product-shares {
    margin-bottom: 20px;
  }
  .product-details-block .product-shares > span {
    font-size: 18px;
    display: inline-block;
    margin-right: 12px;
  }
  .product-details-block .product-shares a {
    display: inline-block;
    font-size: 18px;
    color: #282828;
  }
  .product-details-block .product-shares a:not(:last-of-type) {
    margin-right: 12px;
  }
  .product-details-block .product-desc-features {
    margin-bottom: 20px;
  }
  .product-details-block .product-desc-features h4 {
    font-size: 18px;
    font-family: "CenturyGothic-Bold";
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .product-details-block .product-desc-features h6 {
    font-family: "CenturyGothic-Bold";
    font-size: 16px;
  }
  .product-details-block .product-reviews h4 {
    font-size: 18px;
    font-family: "CenturyGothic-Bold";
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .product-details-block .product-reviews .rating {
    font-size: 14px;
    margin-left: 10px;
  }
  .product-details-block .product-reviews .rating i {
    cursor: pointer;
  }
  .product-details-block .product-reviews p a {
    color: #282828;
    font-family: "CenturyGothic-Bold";
  }
  
  .product-review-form {
    position: relative;
    margin-bottom: 30px;
  }
  
  .product-review-wrap {
    background-color: #f6f5f4;
    padding: 30px 30px 30px;
    margin-bottom: 30px;
    border-radius: 10px;
  }
  .product-review-wrap header {
    text-align: center;
    margin-bottom: 50px;
  }
  .product-review-wrap header h3 {
    font-size: 22px;
    font-family: "CenturyGothic-Bold";
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .product-review-wrap header h4 {
    font-size: 18px;
    font-family: "CenturyGothic-Bold";
    margin-bottom: 20px;
  }
  .product-review-wrap header a {
    color: #282828;
  }
  .product-review-wrap header a:hover {
    text-decoration: underline;
  }
  
  .product-review-block {
    position: relative;
    padding: 0 0 30px;
  }
  .product-review-block .review-block {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 30px 30px 30px;
    box-shadow: 3px 5px 25px rgba(0, 0, 0, 0.08);
  }
  .product-review-block .review-status {
    border-bottom: 1px dashed #f2f2f2;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .product-review-block .review-status span {
    font-size: 12px;
  }
  .product-review-block .review-aurthor {
    margin-bottom: 10px;
  }
  .product-review-block .review-aurthor h6 {
    font-family: "CenturyGothic-Bold";
    font-size: 20px;
  }
  .product-review-block .review-tittle {
    margin-bottom: 10px;
  }
  .product-review-block .review-tittle h6 {
    font-family: "CenturyGothic-Bold";
    font-size: 18px;
  }
  .product-review-block .review-text p {
    margin-bottom: 0;
  }
  
  .product-action .btn {
    border-radius: 0;
    box-shadow: none !important;
    text-transform: uppercase;
    font-size: 1.2rem;
    line-height: 160%;
    letter-spacing: 1px;
    padding: 0.5rem 1rem;
  }
  .product-action .btn.minus, .product-action .btn.plus {
    border: 1px solid black !important;
    background: transparent !important;
    color: black !important;
  }
  .product-action .btn.minus:hover, .product-action .btn.plus:hover {
    background: black !important;
    color: white !important;
  }
  .product-action input[type="text"] {
    border-radius: 0;
    box-shadow: none !important;
    background: #ffffff;
    border: 1px solid #000000 !important;
    color: #000000;
    font-size: 1rem;
    line-height: 120%;
    padding: 0.5rem 1rem;
    height: auto !important;
  }
  .product-action .product-buy {
    order: 5;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 25px;
  }
  .product-action .product-buy > * {
    flex: 0 1 auto;
  }
  .product-action .product-buy .alert.not-available-warning {
    margin: 20px auto;
    flex: 0 0 100%;
  }
  .product-action .product-buy .btn.minus {
    margin-right: -1px;
  }
  .product-action .product-buy .btn.plus {
    margin-left: -1px;
    margin-right: 10px;
  }
  .product-action .product-buy input {
    flex-basis: 100px;
  }
  
  @media (max-width: 768px) {
    .product-buy {
      order: 3;
    }
  }
  #add-to-basket-quantity-container {
    float: right;
    width: 48%;
    margin-right: 2%;
    padding-top: 6px;
    max-width: 250px;
  }
  #add-to-basket-quantity-container label.col-form-label {
    width: 50%;
    height: 34px;
    line-height: 34px;
    padding-top: 2px;
  }
  #add-to-basket-quantity-container .controls {
    width: 50%;
  }
  #add-to-basket-quantity-container .btn {
    width: 34px;
    height: 34px;
    line-height: 34px;
    padding-top: 2px;
    display: inline-block;
    vertical-align: top;
    background: transparent !important;
    color: #000000 !important;
    border: none !important;
  }
  #add-to-basket-quantity-container input {
    width: 50px;
    height: 34px;
    line-height: 34px;
    padding-top: 9px;
    display: inline-block;
    vertical-align: top;
    background: transparent;
    color: #000000;
    text-align: center;
    border: 1px solid #000000;
    box-shadow: none;
    border-radius: 0;
  }
  
  @media (max-width: 1199px) {
    #add-to-basket-quantity-container label.col-form-label {
      width: 40%;
    }
  }
  @media (max-width: 1199px) {
    #add-to-basket-quantity-container .controls {
      width: 60%;
    }
  }
  #item-action-btn {
    float: right;
    width: 50%;
    max-width: 250px;
  }
  
  @media (max-width: 767px) {
    #item-action-btn {
      width: 100%;
      max-width: none;
    }
  }
  .login-register-form-block {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 30px 30px 30px;
    box-shadow: 3px 5px 25px rgba(0, 0, 0, 0.08);
  }
  .login-register-form-block .nav-item {
    font-size: 18px;
  }
  .login-register-form-block .nav-item .nav-link {
    padding: 20px 26px;
    color: #282828;
  }
  .login-register-form-block .nav-item .nav-link.active {
    background-color: #f2f2f2;
  }
  .login-register-form-block .tab-content h3 {
    background-color: #f2f2f2;
    padding: 16px 18px 16px;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .login-register-form-block .tab-content button {
    padding: 10px 10px;
    width: 100%;
    max-width: 150px;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 auto;
  }
  .login-register-form-block .tab-content a {
    color: #282828;
    font-family: "CenturyGothic-Bold";
    text-decoration: underline;
  }
  .login-register-form-block .review-add-block button {
    display: inline-block;
    max-width: initial;
    width: auto;
  }
  .login-register-form-block .form-check .form-check-label, .login-register-form-block .form-check .form-check-input {
    cursor: pointer;
  }
  .login-register-form-block .form-check .form-check-label {
    font-family: "CenturyGothic";
  }
  
  .item-review-stars {
    padding-top: 10px;
    font-size: 0;
  }
  
  .item-review-stars .item-review-star {
    cursor: pointer;
    font-size: 14px;
    padding: 0 2px;
  }
  
  .social-login-wrap {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .social-login-wrap [class*="social-btn-"] {
    background-color: #ffffff;
    border: 1px solid #1d1d1b;
    text-decoration: none !important;
    padding: 12px 22px 12px;
    transition: all 0.3s ease-in-out;
  }
  .social-login-wrap .social-btn-facebook:hover {
    background-color: #3b5998;
    border-color: #3b5998;
    color: #ffffff !important;
  }
  .social-login-wrap .social-btn-google:hover {
    background-color: #DB4437;
    border-color: #DB4437;
    color: #ffffff !important;
  }
  
  .social-login-hr {
    margin: 25px auto;
    text-align: center;
    position: relative;
  }
  .social-login-hr hr {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .social-login-hr b {
    position: absolute;
    top: -7px;
    left: 50%;
    width: 100px;
    background: #fff;
    margin-left: -50px;
  }
  
  .cart-wrap {
    position: relative;
  }
  .cart-wrap h3 {
    font-size: 20px;
    font-family: "CenturyGothic-Bold";
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #7b7b7b;
  }
  
  .cart-block a {
    color: #282828;
  }
  .cart-block .cart-product:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #7b7b7b;
  }
  .cart-block .product-prices {
    margin-bottom: 10px;
  }
  .cart-block .product-prices span {
    display: inline-block;
  }
  .cart-block .product-prices span:not(:last-child) {
    margin-right: 10px;
  }
  .cart-block .product-prices .offer-price {
    color: #adadad;
    text-decoration: line-through;
  }
  .cart-block .product-prices .final-price {
    color: #1d1d1b;
    font-family: "CenturyGothic-Bold";
  }
  .cart-block .product-prices .promo-offer {
    color: #e40000;
  }
  
  .marquee {
    width: 100%;
    overflow: hidden;
  }
  
  .cart-checkout-method header {
    margin-bottom: 20px;
  }
  .cart-checkout-method h3 {
    font-size: 18px;
    font-family: "CenturyGothic-Bold";
  }
  .cart-checkout-method h4 {
    font-size: 18px;
    font-family: "CenturyGothic-Bold";
  }
  
  .checkout-coupon {
    margin-bottom: 30px;
  }
  .checkout-coupon .btn {
    font-family: "CenturyGothic-Bold";
  }
  
  .add-address {
    border: 1px solid #ced4da;
    padding: 15px 15px 15px;
  }
  
  .total-payments table {
    width: 100%;
    margin-bottom: 20px;
  }
  .total-payments tr td {
    border-bottom: 1px dashed #b5b5b5;
    line-height: 42px;
  }
  .total-payments tr td:last-child {
    text-align: right;
    font-family: "CenturyGothic-Bold";
  }
  .total-payments tr:last-child td {
    font-family: "CenturyGothic-Bold";
    line-height: 52px;
    font-size: 20px;
  }
  .total-payments tr:last-child td:last-child {
    font-size: 22px;
  }
  
  .payment-includes {
    background: #f2f2f2;
    padding: 10px 15px;
  }
  .payment-includes p {
    margin-bottom: 0;
    line-height: 22px;
  }
  
  .checkout-actions {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px dashed #f2f2f2;
    text-align: center;
  }
  .checkout-actions .btn {
    font-family: "CenturyGothic-Bold";
    padding: 12px 16px;
    font-size: 16px;
  }
  
  .msf-block {
    border: 1px solid #fdfdfd;
    padding: 8px 15px;
  }
  .msf-block p {
    margin-bottom: 0;
  }
  .msf-block.msg-danger {
    border-color: #c00;
  }
  .msf-block.msg-danger p {
    color: #c00;
  }
  .msf-block.msg-warning {
    border-color: #c2ae28;
  }
  .msf-block.msg-warning p {
    color: #c2ae28;
  }
  
  .account-info {
    text-align: center;
    padding: 30px 0 20px;
  }
  .account-info h1 {
    font-family: "CenturyGothic-Bold";
    font-size: 28px;
  }
  .account-info p {
    margin-bottom: 0;
  }
  
  .account-nav {
    text-align: center;
    margin-bottom: 20px;
  }
  .account-nav .collapse {
    justify-content: center;
  }
  .account-nav .nav-item {
    text-transform: uppercase;
    font-family: "CenturyGothic-Bold";
  }
  
  .card-header {
    font-family: "CenturyGothic-Bold";
    font-size: 16px;
  }
  
  .account-wrap .card-header {
    font-family: "CenturyGothic-Bold";
    font-size: 16px;
  }
  .account-wrap .card-body table {
    width: 100%;
  }
  .account-wrap .card-body tr td {
    border-bottom: 1px dashed #7b7b7b;
    line-height: 46px;
  }
  .account-wrap .card-body tr td:last-child {
    text-align: center;
    margin: 0 auto;
  }
  
  .selected-beauty-profile-value {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-position: center;
    background-size: contain;
    display: inline-block;
    position: relative;
  }
  .selected-beauty-profile-value::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(1.4);
    border-radius: 50%;
    border: 1.5px solid #000;
  }
  .selected-beauty-profile-value[data-attribute="1"] {
    background-color: #6d351a;
  }
  .selected-beauty-profile-value[data-attribute="2"] {
    background-color: #6d351a;
  }
  .selected-beauty-profile-value[data-attribute="3"] {
    background-color: #ac6a09;
  }
  .selected-beauty-profile-value[data-attribute="4"] {
    background-color: #f3f3f3;
  }
  .selected-beauty-profile-value[data-attribute="5"] {
    background-image: url(../images/icons/3.png);
  }
  
  .profile-action {
    text-align: center;
  }
  
  .address-action {
    text-align: center;
  }
  
  .address-book-wrap .card-header {
    text-align: right;
  }
  .address-book-wrap .card-header .btn.active {
    background-color: #301a81;
    border-color: #301a81;
    color: #ffffff;
  }
  
  .account-wishlist-wrap .action-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 2px solid #e6e6e6;
    padding-top: 20px;
    margin-top: 20px;
  }
  .account-wishlist-wrap .action-btn .empty-wishlist {
    color: #282828;
    font-family: "CenturyGothic-Bold";
  }
  
  .article-heading {
    width: 100%;
    position: relative;
  }
  
  .article-heading .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 2;
  }
  
  .article-heading .container .article-details {
    flex: 0 0 40%;
    position: relative;
    z-index: 2;
    padding: 0;
  }
  
  .article-heading .container .article-details .article-title {
    padding: 15px 18px;
  }
  
  .article-heading .container .article-details .article-title p.article-category {
    font-family: "CenturyGothic";
    font-size: 1rem;
    line-height: 120%;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
  }
  
  .article-heading .container .article-details .article-title p.article-category a {
    color: #282828;
  }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    .article-heading .container .article-details .article-title p.article-category {
      letter-spacing: 0;
    }
  }
  .article-heading .container .article-details .article-title h1 {
    font-family: "CenturyGothic";
    font-size: 3rem;
    line-height: 120%;
    letter-spacing: 0.5px;
    margin: 0;
  }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    .article-heading .container .article-details .article-title h1 {
      letter-spacing: 0;
    }
  }
  @media (max-width: 768px) {
    .article-heading .container .article-details .article-title {
      padding-left: 0;
      padding-right: 0;
    }
  }
  .article-heading .container .article-details .article-details-body {
    width: calc(100% + 50px);
    background: #dca77b;
    color: #fff;
    padding: 20px 25px;
  }
  
  .article-heading .container .article-details .article-details-body h2 {
    font-family: "CenturyGothic";
    font-size: 1.5rem;
    line-height: 120%;
    letter-spacing: 0.5px;
    margin: 0 0 10px 0;
  }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    .article-heading .container .article-details .article-details-body h2 {
      letter-spacing: 0;
    }
  }
  .article-heading .container .article-details .article-details-body .article-body {
    font-family: "CenturyGothic";
    font-size: 1rem;
    line-height: 150%;
    letter-spacing: 0.5px;
  }
  
  .article-heading .container .article-details .article-details-body .article-body p {
    line-height: 18px;
  }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    .article-heading .container .article-details .article-details-body .article-body {
      letter-spacing: 0;
    }
  }
  @media (max-width: 1024px) {
    .article-heading .container .article-details {
      flex-basis: 100%;
    }
  
    .article-heading .container .article-details .article-details-body {
      width: 100%;
      max-width: 850px;
      margin: 10px auto;
    }
  }
  @media (min-width: 1025px) {
    .article-heading .container .article-details {
      order: 1;
    }
  }
  @media (max-width: 767px) {
    .article-heading .container .article-details {
      padding: 0;
    }
  
    .article-heading .container .article-details .article-title {
      padding-left: 20px;
      padding-right: 20px;
    }
  
    .article-heading .container .article-details .article-title h1 {
      font-family: "CenturyGothic-Bold";
      font-size: 2.5rem;
      line-height: 120%;
      letter-spacing: 0.5px;
    }
  }
  @media (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
    .article-heading .container .article-details .article-title h1 {
      letter-spacing: 0;
    }
  }
  .article-heading .container .article-cover {
    flex: 0 0 60%;
    float: right;
    position: relative;
    z-index: 1;
  }
  
  .article-heading .container .article-cover .article-cover-image {
    width: 100%;
    padding-top: 41%;
    background-color: #f6f5f4;
    position: relative;
  }
  
  .article-heading .container .article-cover .article-cover-image .article-cover-image-in {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .article-heading .container .article-cover .article-cover-image .article-cover-image-in img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .article-heading .container .article-cover .article-cover-media,
  .article-heading .container .article-cover .article-cover-video {
    width: 100%;
  }
  
  .article-heading .container .article-cover .article-cover-media iframe,
  .article-heading .container .article-cover .article-cover-media video,
  .article-heading .container .article-cover .article-cover-video iframe,
  .article-heading .container .article-cover .article-cover-video video {
    width: 100%;
  }
  
  @media (max-width: 1024px) {
    .article-heading .container .article-cover {
      flex-basis: 100%;
    }
  }
  @media (min-width: 1025px) {
    .article-heading .container .article-cover {
      order: 2;
    }
  }
  .article-heading .article-heading-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    background: #fff;
    display: none;
  }
  
  .article-heading .article-heading-bg img {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    filter: alpha(Opacity=25);
    opacity: 0.25;
  }
  
  @media (min-width: 768px) {
    .article-heading.collections .container .article-details .article-title h1,
    .article-heading.wyconic .container .article-details .article-title h1 {
      font-family: "CenturyGothic";
      font-size: 3.5rem;
      line-height: 120%;
      letter-spacing: 0.5px;
    }
  }
  @media (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
    .article-heading.collections .container .article-details .article-title h1,
    .article-heading.wyconic .container .article-details .article-title h1 {
      letter-spacing: 0;
    }
  }
  .article-heading.promotions .container {
    justify-content: center;
  }
  
  .article-heading.promotions .container .article-cover {
    order: 1;
    flex-basis: 65%;
  }
  
  @media (max-width: 767px) {
    .article-heading.promotions .container .article-cover {
      flex-basis: 100%;
    }
  }
  .article-heading.promotions .container .article-details {
    order: 2;
    margin-top: -118px;
  }
  
  @media (max-width: 767px) {
    .article-heading.promotions .container .article-details {
      margin-top: 0;
    }
  }
  .article-heading.promotions .container .article-details .article-title {
    text-align: center;
    background: #fff;
  }
  
  .article-heading.promotions .container .article-details .article-details-body {
    width: 100%;
    background: #f6f5f4;
    color: #000;
  }
  
  .article-heading.promotions .container .article-details .article-details-body #article-sharer,
  .article-heading.promotions .container .article-details .article-details-body h2 {
    text-align: center;
  }
  
  #custom-sharer {
    display: inline-block;
  }
  
  #custom-sharer > div {
    display: inline-block;
    padding: 5px 7px;
    font-size: 1.25rem;
    line-height: 120%;
  }
  
  #custom-sharer > div:not(:first-child) {
    cursor: pointer;
  }
  
  .more-collection-wrap {
    margin-bottom: 30px;
  }
  
  .new-collection-video-wrap {
    background-color: #f6f5f4;
    padding: 30px 30px 30px;
    margin-bottom: 30px;
    border-radius: 10px;
  }
  
  .video-block iframe {
    width: 100%;
    min-height: 520px;
  }
  
  .post-img-block {
    margin-top: 20px;
  }
  .post-img-block img {
    width: 100%;
    height: auto;
  }
  .post-img-block img:not(:last-child) {
    margin-bottom: 20px;
  }
  
  /* ============================== Custom Page Styles Ends ============================== */
  .lg-backdrop {
    background-color: rgba(0, 0, 0, 0.9);
  }
  
  .gallery-wrap > ul {
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  .gallery-wrap > ul > li {
    float: left;
    margin-bottom: 15px;
    width: 200px;
  }
  .gallery-wrap > ul > li a {
    border: 3px solid #fff;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
  }
  .gallery-wrap > ul > li a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
  }
  .gallery-wrap > ul > li a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  .gallery-wrap > ul > li a:hover .demo-gallery-poster > img {
    opacity: 1;
  }
  .gallery-wrap > ul > li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
  }
  .gallery-wrap > ul > li a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
  }
  .gallery-wrap > ul > li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .gallery-wrap .justified-gallery > a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
  }
  .gallery-wrap .justified-gallery > a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  .gallery-wrap .justified-gallery > a:hover .demo-gallery-poster > img {
    opacity: 1;
  }
  .gallery-wrap .justified-gallery > a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
  }
  .gallery-wrap .justified-gallery > a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
  }
  .gallery-wrap .justified-gallery > a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .gallery-wrap .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
  }
  .gallery-wrap > ul > li a {
    border: 3px solid #ffffff;
    box-shadow: 3px 5px 25px rgba(0, 0, 0, 0.08);
  }
  
  .category-header {
    width: 100%;
    background: #000;
  }
  
  .category-header .category-header-title {
    padding: 15px 0;
    text-align: center;
  }
  
  .category-header .category-header-title .category-header-cover {
    width: 100%;
    height: auto;
    padding-top: 15px;
  }
  
  .category-header .category-header-title .category-header-cover img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  
  @media (max-width: 767px) {
    .category-header .category-header-title .category-header-cover {
      height: 30vw;
    }
  
    .category-header .category-header-title .category-header-cover img {
      height: 100%;
    }
  }
  .category-header .category-header-title.with-cover {
    padding-bottom: 0;
  }
  
  .category-header .category-header-title h1 {
    margin: 0;
    font-family: "CenturyGothic", "Trebuchet MS", Verdana, sans-serif;
    font-size: 2.5rem;
    line-height: 120%;
    letter-spacing: 0.5px;
    color: #fff;
  }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    .category-header .category-header-title h1 {
      letter-spacing: 0;
    }
  }
  @media (max-width: 1023px) {
    .category-header .category-header-title h1 {
      font-family: "CenturyGothic", "Trebuchet MS", Verdana, sans-serif;
      font-size: 1.75rem;
      line-height: 120%;
      letter-spacing: 0.5px;
    }
  }
  @media (max-width: 1023px) and (min-width: 768px) and (max-width: 1024px) {
    .category-header .category-header-title h1 {
      letter-spacing: 0;
    }
  }
  .category-header .category-header-title h2 {
    margin: 0;
    font-family: "CenturyGothic", "Trebuchet MS", Verdana, sans-serif;
    font-size: 1.75rem;
    line-height: 120%;
    letter-spacing: 0.5px;
  }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    .category-header .category-header-title h2 {
      letter-spacing: 0;
    }
  }
  @media (max-width: 1023px) {
    .category-header .category-header-title h2 {
      font-family: "CenturyGothic", "Trebuchet MS", Verdana, sans-serif;
      font-size: 1.25rem;
      line-height: 120%;
      letter-spacing: 0.5px;
    }
  }
  @media (max-width: 1023px) and (min-width: 768px) and (max-width: 1024px) {
    .category-header .category-header-title h2 {
      letter-spacing: 0;
    }
  }
  .category-header .category-header-title h2.title {
    font-family: "CenturyGothic", "Trebuchet MS", Verdana, sans-serif;
    font-size: 3rem;
    line-height: 120%;
    letter-spacing: 0.5px;
  }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    .category-header .category-header-title h2.title {
      letter-spacing: 0;
    }
  }
  @media (max-width: 1023px) {
    .category-header .category-header-title h2.title {
      font-family: "CenturyGothic", "Trebuchet MS", Verdana, sans-serif;
      font-size: 1.75rem;
      line-height: 120%;
      letter-spacing: 0.5px;
    }
  }
  @media (max-width: 1023px) and (min-width: 768px) and (max-width: 1024px) {
    .category-header .category-header-title h2.title {
      letter-spacing: 0;
    }
  }
  .category-header .category-header-title ul.category-header-submenu {
    padding-top: 20px;
    color: #fff;
  }
  
  .category-header .category-header-title ul.category-header-submenu a:hover {
    color: #fff !important;
  }
  
  .category-header .category-header-title ul.category-header-submenu li {
    display: inline-block;
  }
  
  .category-header .category-header-title ul.category-header-submenu li a {
    text-transform: uppercase;
    display: block;
    padding: 5px;
    font-family: "CenturyGothic", "Trebuchet MS", Verdana, sans-serif;
    font-size: 13px;
    line-height: 120%;
    letter-spacing: 0.5px;
    color: #ffffff;
  }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    .category-header .category-header-title ul.category-header-submenu li a {
      letter-spacing: 0;
    }
  }
  @media (max-width: 767px) {
    .category-header .category-header-title ul.category-header-submenu li a {
      font-family: "CenturyGothic", "Trebuchet MS", Verdana, sans-serif;
      font-size: 1rem;
      line-height: 120%;
      letter-spacing: 0.5px;
    }
  }
  @media (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
    .category-header .category-header-title ul.category-header-submenu li a {
      letter-spacing: 0;
    }
  }
  .category-header .category-header-title ul.category-header-submenu li strong {
    text-transform: uppercase;
    display: block;
    padding: 0 5px;
    font-family: "CenturyGothic-Bold", "Trebuchet MS", Verdana, sans-serif;
    font-size: 1.2rem;
    line-height: 120%;
    letter-spacing: 1px;
  }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    .category-header .category-header-title ul.category-header-submenu li strong {
      letter-spacing: 0;
    }
  }
  @media (max-width: 767px) {
    .category-header .category-header-title ul.category-header-submenu li strong {
      font-family: "CenturyGothic-Bold", "Trebuchet MS", Verdana, sans-serif;
      font-size: 1rem;
      line-height: 120%;
      letter-spacing: 1px;
    }
  }
  @media (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
    .category-header .category-header-title ul.category-header-submenu li strong {
      letter-spacing: 0;
    }
  }
  .category-header .category-header-title ul.category-header-submenu li.active a {
    font-family: "CenturyGothic-Bold", "Trebuchet MS", Verdana, sans-serif;
    letter-spacing: 1px;
  }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    .category-header .category-header-title ul.category-header-submenu li.active a {
      letter-spacing: 0;
    }
  }
  @media (max-width: 767px) {
    .category-header .category-header-title ul.category-header-submenu {
      padding-top: 10px;
    }
  }
  .category-header .category-header-title .category-header-description {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    padding: 15px 0 0 0;
  }
  
  .category-header .category-header-title .category-header-description p {
    line-height: 125%;
    color: #fff;
  }
  
  @media (max-width: 767px) {
    .category-header .category-header-title {
      padding: 10px 0;
    }
  }
  .item-attributes {
    order: 4;
    margin-top: 25px;
  }
  
  .item-attributes .item-attribute-group {
    width: 100%;
    margin-bottom: 10px;
  }
  
  .item-attributes .item-attribute-group #item-attribute-color-selectors-search {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  
  .item-attributes .item-attribute-group #item-attribute-color-selectors-search i {
    font-size: 15px;
    padding-right: 15px;
  }
  
  .item-attributes .item-attribute-group #item-attribute-color-selectors-search input.form-control {
    border: none !important;
    border-bottom: 1px solid #000 !important;
  }
  
  .item-attributes .item-attribute-group .attribute-toggler:not(.attribute-toggler-color) {
    padding-top: 8px;
    border: 2px solid #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  
  .item-attributes .item-attribute-group .attribute-toggler:not(.attribute-toggler-color).selected {
    border-color: #000;
  }
  
  .item-attributes .item-attribute-group .attribute-toggler.disabled {
    filter: alpha(Opacity=50);
    opacity: 0.5;
  }
  
  .item-attributes .item-attribute-group.item-attribute-color {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  
  .item-attributes .item-attribute-group.item-attribute-color h4 {
    width: 100%;
    flex: 0 0 auto;
  }
  
  .item-attributes .item-attribute-group.item-attribute-color .item-attribute-color-preview {
    flex: 0 1 20%;
  }
  
  .item-attributes .item-attribute-group.item-attribute-color .item-attribute-color-preview .carousel,
  .item-attributes .item-attribute-group.item-attribute-color .item-attribute-color-preview .carousel-inner,
  .item-attributes .item-attribute-group.item-attribute-color .item-attribute-color-preview .item {
    width: 100%;
    height: auto;
  }
  
  .item-attributes .item-attribute-group.item-attribute-color .item-attribute-color-preview .item {
    font-size: 11px;
    line-height: 15px;
    color: #999;
    text-align: center;
  }
  
  .item-attributes .item-attribute-group.item-attribute-color .item-attribute-color-preview .item img {
    width: 80%;
    height: auto;
    margin-bottom: 10px;
  }
  
  .item-attributes .item-attribute-group.item-attribute-color .item-attribute-color-preview .item p {
    margin-bottom: 0;
  }
  
  @media (max-width: 767px) {
    .item-attributes .item-attribute-group.item-attribute-color .item-attribute-color-preview {
      flex-basis: 25%;
    }
  }
  .item-attributes .item-attribute-group.item-attribute-color .item-attribute-color-selectors {
    flex: 0 1 75%;
    padding-left: 20px;
  }
  
  .item-attributes .item-attribute-group.item-attribute-color .item-attribute-color-selectors .attribute-toggler {
    top: -10px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
  }
  
  .item-attributes .item-attribute-group.item-attribute-color .item-attribute-color-selectors .attribute-toggler.selected {
    background-color: transparent !important;
    border: 2px solid #000;
  }
  
  .item-attributes .item-attribute-group.item-attribute-color .item-attribute-color-selectors .attribute-toggler.disabled {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  
  .item-attributes .item-attribute-group.item-attribute-color .item-attribute-color-selectors .attribute-toggler.disabled::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/swatch-blank.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
  }
  
  .item-attributes .item-attribute-group.item-attribute-color .item-attribute-color-selectors .attribute-toggler.disabled::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #c00;
    z-index: 2;
  }
  
  .item-attributes .item-attribute-group.item-attribute-color .item-attribute-color-selectors .attribute-toggler.promoted::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #3bc952;
  }
  
  @media (max-width: 767px) {
    .item-attributes .item-attribute-group.item-attribute-color .item-attribute-color-selectors {
      flex-basis: 75%;
      padding-left: 10px;
    }
  }
  .item-attributes .item-attribute-group label.col-form-label > h4 {
    margin: 0;
    text-align: left;
  }
  
  .item-attributes .promoted-stock-label b {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #3bc952;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  
  .item-attributes .restock-alert-label b {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #c00;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  
  @media (max-width: 768px) {
    .item-attributes {
      order: 2;
    }
  }
  .item-attributes .attribute-toggler {
    width: 70px;
    height: 35px;
    margin: 0 7px 7px 0;
    text-align: center;
    padding: 10px 0 0 0;
    font-size: 10px;
    line-height: 16px;
    text-transform: uppercase;
    background: #f8f9fa;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none !important;
  }
  
  .item-attributes .attribute-toggler.selected {
    background: #101be2;
    color: #fff;
  }
  
  .item-attributes .attribute-toggler.attribute-toggler-color {
    width: 35px;
  }
  
  .item-attributes .attribute-toggler.attribute-toggler-color.selected {
    border: 2px solid #101be2;
  }
  
  .item-attributes .dropdown.attribute-dropdown {
    width: 100%;
    max-width: 250px;
    margin-bottom: 10px;
  }
  
  .item-attributes .dropdown.attribute-dropdown .dropdown-toggle {
    width: 100%;
    height: 35px;
    display: block;
    padding: 10px 10px 0 10px;
    font-size: 10px;
    line-height: 16px;
    text-transform: uppercase;
    background: #f8f9fa;
    color: #000;
    position: relative;
    text-align: left;
  }
  
  .item-attributes .dropdown.attribute-dropdown .dropdown-toggle span {
    font-weight: 700;
  }
  
  .item-attributes .dropdown.attribute-dropdown .dropdown-toggle i {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  
  .item-attributes .dropdown.attribute-dropdown .dropdown-menu {
    width: 100%;
  }
  
  .item-attributes .dropdown.attribute-dropdown .dropdown-menu .attribute-toggler {
    width: 100%;
    height: 35px;
    margin: 0;
    padding: 10px 10px 0 10px;
    text-align: left;
    background: #fff;
    display: block;
  }
  
  .item-attributes .dropdown.attribute-dropdown .dropdown-menu .attribute-toggler.selected {
    background: #101be2;
    color: #fff;
  }
  
  .item-attributes .dropdown.attribute-dropdown .dropdown-menu .attribute-toggler.disabled {
    color: #ced4da;
    text-decoration: line-through !important;
  }
  
  .item-attributes .dropdown.attribute-dropdown .dropdown-menu .attribute-toggler.attribute-toggler-color {
    width: 100%;
  }
  
  .item-attributes .dropdown.attribute-dropdown .dropdown-menu .attribute-toggler.attribute-toggler-color.selected {
    border: none;
  }
  
  .item-attributes .dropdown.attribute-dropdown.has-error .dropdown-toggle {
    background: #f1185f;
    color: #fff;
  }
  
  .item-features .form-group {
    margin-bottom: 5px;
  }
  
  .color-checkbox {
    width: 30px;
    height: 30px;
    margin: 2px !important;
    padding: 0;
    float: left;
    cursor: pointer;
    position: relative;
    border: none;
    background-size: cover;
    background-position: center center;
    border: 2px solid #fff;
    -moz-border-radius: 30px !important;
    -webkit-border-radius: 30px;
    border-radius: 30px !important;
  }
  
  .color-checkbox input[type="checkbox"] {
    position: fixed;
    left: -50px;
    top: -50px;
  }
  
  .color-checkbox.checked,
  .color-checkbox.down,
  .color-checkbox.selected {
    border-color: #000;
  }
  
  .color-checkbox.checked.up,
  .color-checkbox.down.up,
  .color-checkbox.selected.up,
  .color-checkbox.up {
    border-color: #fff;
  }
  
  .store-locator-in {
    padding: 30px 20px;
  }
  
  @media (max-width: 1024px) {
    .store-locator-in {
      padding: 20px;
    }
  }
  .store-locator-in .container #store-locator-map {
    position: relative;
    border: 1px solid #000;
    max-height: 550px;
  }
  
  @media (max-width: 959px) {
    .store-locator-in .container #store-locator-map {
      flex-basis: 100%;
    }
  }
  .store-locator-in .container #store-locator-search-panel {
    width: 100%;
    background: #cad6d4;
    margin-bottom: 20px;
    padding: 20px;
  }
  
  .store-locator-in .container #store-locator-search-panel h2 {
    margin-bottom: 20px;
  }
  
  .store-locator-in .container #store-locator-search-panel #store-locator {
    padding: 0.375rem 0.75rem;
    line-height: 160%;
  }
  
  @media (max-width: 1199px) {
    .store-locator-in .container #store-locator-search-panel {
      width: 50%;
    }
  }
  @media (max-width: 1024px) {
    .store-locator-in .container #store-locator-search-panel {
      width: 100%;
    }
  }
  .store-locator-in .container #store-locator-list {
    width: 100%;
  }
  
  .store-locator-in .container #store-locator-list .store-list-elem {
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    min-height: 0;
    font-size: 1rem;
    line-height: 120%;
    border: none;
  }
  
  .store-locator-in .container #store-locator-list .store-list-elem span {
    font-size: 1.25rem;
    line-height: 120%;
    display: block;
  }
  
  .store-locator-in .container #store-locator-list .store-list-elem a {
    color: #282828;
  }
  
  .store-locator-in .container #store-locator-list .store-list-elem span .status {
    display: inherit;
    font-weight: 400;
    margin-left: 5px;
    float: right;
  }
  
  @media (max-width: 959px) {
    .store-locator-in .container #store-locator-list .store-list-elem span .status {
      margin-left: 0;
      float: none;
    }
  }
  .store-locator-in .container #store-locator-list .store-list-elem:not(:last-child) {
    border-bottom: 1px solid #000;
  }
  
  @media (max-width: 959px) {
    .store-locator-in .container #store-locator-list {
      flex-basis: 100%;
      padding: 20px 0 0 0;
    }
  }
  #store-locator-btn {
    border: 1px solid #282828;
    padding: 8px 10px;
    line-height: 27px;
  }
  
  .article-item {
    width: 100%;
  }
  
  .article-item .article-item-cover {
    width: 100%;
    padding-top: 41%;
    overflow: hidden;
    position: relative;
  }
  
  .article-item .article-item-cover a.article-item-cover-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f6f5f4;
    transition: all 0.3s ease-in-out;
  }
  
  .article-item .article-item-cover a.article-item-cover-img img {
    object-fit: cover;
  }
  
  .article-item .article-item-cover a.btn {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: none;
  }
  
  .article-item .article-item-title {
    text-align: left;
  }
  
  .article-item .article-item-title h3 {
    font-family: "CenturyGothic-Bold", "Trebuchet MS", Verdana, sans-serif;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 1px;
    margin: 10px 0 0 0;
  }
  
  .article-item .article-item-title h3 a {
    color: #282828;
  }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    .article-item .article-item-title h3 {
      letter-spacing: 0;
    }
  }
  @media (max-width: 1199px) {
    .article-item .article-item-title h3 {
      font-family: "CenturyGothic-Bold", "Trebuchet MS", Verdana, sans-serif;
      font-size: 16px;
      line-height: 120%;
      letter-spacing: 1px;
    }
  }
  @media (max-width: 1199px) and (min-width: 768px) and (max-width: 1024px) {
    .article-item .article-item-title h3 {
      letter-spacing: 0;
    }
  }
  .article-item .article-item-title h4 {
    font-family: "CenturyGothic", "Trebuchet MS", Verdana, sans-serif;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.5px;
  }
  
  .article-item .article-item-title h4 a {
    color: #282828;
  }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    .article-item .article-item-title h4 {
      letter-spacing: 0;
    }
  }
  @media (max-width: 1199px) {
    .article-item .article-item-title h4 {
      font-family: "CenturyGothic", "Trebuchet MS", Verdana, sans-serif;
      font-size: 12px;
      line-height: 120%;
      letter-spacing: 0.5px;
    }
  }
  @media (max-width: 1199px) and (min-width: 768px) and (max-width: 1024px) {
    .article-item .article-item-title h4 {
      letter-spacing: 0;
    }
  }
  .article-item:hover .article-item-cover a.article-item-cover-img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  
  .article-item:hover .article-item-cover a.btn {
    display: block;
  }
  
  .article-related {
    padding: 25px 0;
    margin: 0 auto;
    background: #f6f5f4;
  }
  
  .article-related .container > h3 {
    text-align: center;
  }
  
  .article-related #article-related-slider {
    width: 100%;
  }
  
  .article-related #article-related-slider .item {
    padding: 10px;
  }
  
  .article-related #article-related-slider .owl-next {
    right: -10px;
  }
  
  .article-related #article-related-slider .owl-prev {
    left: -10px;
  }
  
  .article-related #article-related-slider .owl-dots {
    position: static;
    width: 100%;
    padding: 15px 0;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  
  .article-related #article-related-slider .owl-dots .owl-dot span {
    background: #000;
  }
  
  .articles.collections, .articles.wyconic {
    margin-bottom: 50px;
  }
  
  .articles .articles-list .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
  }
  
  .articles .articles-list .article-item {
    flex: 0 0 33.333%;
    padding: 10px;
    margin-bottom: 25px;
  }
  
  @media (max-width: 1024px) {
    .articles .articles-list .article-item {
      flex-basis: 50%;
    }
  }
  @media (max-width: 767px) {
    .articles .articles-list .article-item {
      flex-basis: 100%;
    }
  }
  @media (min-width: 768px) {
    .articles.charity-program .article-item,
    .articles.collections .article-item,
    .articles.wyconic .article-item {
      flex-basis: 50%;
    }
  }
  .articles.wyconic .article-item .article-item-title {
    padding: 10px;
    text-align: center;
  }
  
  .articles.wyconic .article-item .article-item-title h3 {
    font-family: "CenturyGothic", "Trebuchet MS", Verdana, sans-serif;
    font-size: 2.5rem;
    line-height: 120%;
    letter-spacing: 0.5px;
  }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    .articles.wyconic .article-item .article-item-title h3 {
      letter-spacing: 0;
    }
  }
  #pagination {
    width: 100%;
    margin: 25px auto 0 auto;
  }
  
  #pagination ul {
    margin: 0 auto;
    padding: 0;
    display: block;
    text-align: center;
  }
  
  #pagination ul li {
    width: 20px;
    height: 30px;
    margin: 0 5px;
    padding: 0;
    display: inline-block !important;
    background: #000;
    color: #282828;
  }
  
  #pagination ul li.active {
    background: #101be2;
  }
  
  #pagination ul li > a {
    border: none;
    background: 0 0;
    color: #282828;
    border-radius: 0;
  }
  
  .pagination ul li {
    background: 0 0 !important;
    color: #000 !important;
    width: auto;
    min-width: 20px;
    padding: 10px 5px 0 5px;
    text-align: center;
  }
  
  .pagination ul li a {
    font-family: "CenturyGothic-Bold", "Trebuchet MS", Verdana, sans-serif;
    letter-spacing: 1px;
  }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    .pagination ul li a {
      letter-spacing: 0;
    }
  }
  .pagination ul li.active {
    background: #f6f5f4 !important;
  }
  
  .pagination ul li.active a {
    color: #000 !important;
  }
  
  #pagination ul > li.active {
    background: #000;
  }
  
  .wow-details .item-heading {
    order: 1 !important;
  }
  
  .wow-details .item-heading .item-title {
    margin-bottom: 15px;
  }
  
  .wow-details .item-heading #item-sharer {
    float: left;
  }
  
  .wow-details .item-description {
    margin-top: 15px;
    order: 2 !important;
  }
  
  .wow-details .item-attributes {
    order: 3 !important;
    margin: 0 !important;
  }
  
  .wow-details #wow-card {
    order: 4 !important;
    margin-top: 0 !important;
  }
  
  .wow-details .item-buy {
    order: 5 !important;
  }
  
  #wow-card {
    margin: 25px auto -25px auto;
    padding: 25px 0 0 0;
    border-top: 1px solid #000;
  }
  
  #wow-card .wow-card-in .nav.nav-tabs {
    border: none;
  }
  
  #wow-card .wow-card-in .nav.nav-tabs li {
    margin-bottom: 0;
    position: relative;
    width: 48%;
  }
  
  #wow-card .wow-card-in .nav.nav-tabs li:not(:last-child) {
    margin-right: 10px;
  }
  
  #wow-card .wow-card-in .nav.nav-tabs li a {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 0 12px;
    border: none;
    color: #282828;
    font-weight: 700;
    background: 0 0;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
  
  #wow-card .wow-card-in .nav.nav-tabs li:first-child a {
    border-right: 1px solid #000;
  }
  
  #wow-card .wow-card-in .nav.nav-tabs li.active a {
    color: #000;
    font-family: "CenturyGothic-Bold", "Trebuchet MS", Verdana, sans-serif;
    letter-spacing: 1px;
  }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    #wow-card .wow-card-in .nav.nav-tabs li.active a {
      letter-spacing: 0;
    }
  }
  #wow-card .wow-card-in .tab-content {
    border: none;
  }
  
  #wow-card .wow-card-in .tab-content .tab-pane {
    padding: 15px 0;
  }
  
  #wow-card .wow-card-in .tab-content .tab-pane #giftcard-amount-slider-group {
    padding-right: 55px;
  }
  
  #wow-card .wow-card-in .tab-content .tab-pane #giftcard-amount-slider {
    margin: 30px 0 20px 0;
    border: 2px solid #000 !important;
    background: #fff !important;
  }
  
  #wow-card .wow-card-in .tab-content .tab-pane #giftcard-amount-slider-handle {
    background-image: url(../images/wow-card/slider.png) !important;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    border: none !important;
    width: 60px;
    height: 60px;
    top: -32px;
    padding: 28px 3px 0 3px;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    cursor: grab;
  }
  
  @media (max-width: 991px) {
    #wow-card .wow-card-in .tab-content .tab-pane #giftcard-senddate-group .col-lg-4 {
      margin-top: 5px;
      text-align: center;
    }
  
    #wow-card .wow-card-in .tab-content .tab-pane #giftcard-senddate-group .col-lg-4 select {
      width: 45% !important;
    }
  }
  #wow-card .wow-card-in .tab-content .tab-pane #in-store-detail {
    padding-top: 10px;
  }
  
  #wow-card .wow-card-in .tab-content .tab-pane #in-store-detail img {
    width: 100%;
    height: auto;
  }
  
  #wow-card .wow-card-in .tab-content .tab-pane .alert {
    margin-bottom: 0;
  }
  
  #super-footer {
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 30px;
    background: #f6f5f4;
    color: #000;
    bottom: 0;
    left: 0;
  }
  
  #super-footer #super-footer-zones {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
  }
  
  #super-footer #super-footer-zones img {
    width: auto;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
  }
  
  #super-footer #super-footer-zones span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
  }
  
  #super-footer #super-footer-zones .dropdown-toggle {
    display: block;
    height: 30px;
    padding: 7px 20px;
  }
  
  #super-footer #super-footer-zones .dropdown-toggle i {
    display: inline-block;
    vertical-align: middle;
  }
  
  #super-footer #super-footer-zones .dropdown-menu {
    margin-bottom: 0;
    padding: 0;
    background: #f6f5f4;
  }
  
  #super-footer #super-footer-zones .dropdown-menu .dropdown-item {
    padding: 3px 20px 3px 5px;
  }
  
  #super-footer #super-footer-locales {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
  }
  
  #super-footer #super-footer-locales .dropdown {
    display: inline-block;
  }
  
  #super-footer #super-footer-locales .dropdown .dropdown-toggle {
    display: block;
    height: 30px;
    padding: 10px;
    font-size: 12px;
    color: #282828;
  }
  
  @media (max-width: 767px) {
    #super-footer #super-footer-locales .dropdown .dropdown-toggle b {
      display: none;
    }
  }
  #super-footer #super-footer-locales .dropdown .dropdown-menu {
    margin-bottom: 0;
    padding: 0;
    background: #f6f5f4;
  }
  
  #super-footer #super-footer-locales .dropdown .dropdown-menu .dropdown-item {
    padding: 3px 10px 3px 5px;
  }
  
  #super-footer #super-footer-locales .country-panel-toggler {
    display: inline-block;
    height: 30px;
    padding: 10px 20px 10px 10px;
    font-size: 12px;
    color: #282828;
  }
  
  @media (max-width: 767px) {
    #super-footer #super-footer-locales .country-panel-toggler b {
      display: none;
    }
  }
  #super-footer #super-footer-locales .country-panel-toggler i.flag {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
  }
  
  #company .company-claim .container {
    max-width: 1000px !important;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  #company .company-claim .container img {
    width: 100%;
  }
  
  #company h2,
  #company h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 2.5rem;
  }
  
  #company .quote {
    width: 46% !important;
    margin: auto !important;
    font-family: "CenturyGothic-Bold", "Trebuchet MS", Verdana, sans-serif;
    letter-spacing: 1px;
    font-size: 1.5rem;
    line-height: 1.7rem;
    position: relative;
    text-align: center !important;
  }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    #company .quote {
      letter-spacing: 0;
    }
  }
  @media (max-width: 767px) {
    #company .quote {
      width: 100% !important;
    }
  }
  #company .quote:nth-child(2n + 1) {
    padding: 30px 9%;
  }
  
  @media (max-width: 767px) {
    #company .quote:nth-child(2n + 1) {
      padding: 15px 0;
    }
  }
  #company .quote span {
    font-size: 4rem;
    position: relative;
    line-height: 0;
    font-family: "CenturyGothic-Bold", "Trebuchet MS", Verdana, sans-serif;
    letter-spacing: 1px;
  }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    #company .quote span {
      letter-spacing: 0;
    }
  }
  #company .quote span:nth-child(2n + 1) {
    top: 0;
    left: -5px;
  }
  
  #company .quote span:nth-child(2n) {
    bottom: -40px;
    right: -5px;
  }
  
  @media (max-width: 767px) {
    #company .mobile-order-3 {
      order: 3;
    }
  }
  @media (max-width: 767px) {
    #company .mobile-order-4 {
      order: 4;
    }
  }
  #company .company-story {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 30px;
    margin: auto;
    max-width: 1400px;
  }
  
  @media (max-width: 767px) {
    #company .company-story {
      padding: 25px 30px;
    }
  }
  #company .company-story h3 {
    font-size: 1.2rem;
    margin-bottom: 50px;
    width: 100%;
  }
  
  @media (min-width: 768px) {
    #company .company-story h3 {
      font-size: 2.2rem;
    }
  }
  #company .company-story p {
    padding: 30px 7%;
    width: 50%;
    text-align: center;
    text-align: justify;
    line-height: 1.8rem;
  }
  
  @media (max-width: 767px) {
    #company .company-story p {
      width: 100%;
      padding: 30px 0;
      margin-top: 0;
    }
  }
  #company .company-timeline {
    background: #000;
    width: 100%;
    padding: 75px 30px;
  }
  
  #company .company-timeline h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
  }
  
  #company .company-timeline .company-timeline-dates {
    max-width: 1400px;
    margin: auto;
  }
  
  #company .company-timeline .company-timeline-dates ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  
  #company .company-timeline .company-timeline-dates ul li {
    position: relative;
    width: calc(100% / 3);
    padding: 50px;
    text-align: center;
    color: #fff;
  }
  
  @media (max-width: 1400px) {
    #company .company-timeline .company-timeline-dates ul li {
      padding: 20px 0;
    }
  }
  @media (max-width: 992px) {
    #company .company-timeline .company-timeline-dates ul li {
      padding: 10px 0;
    }
  }
  @media (max-width: 767px) {
    #company .company-timeline .company-timeline-dates ul li {
      width: 100%;
    }
  }
  #company .company-timeline .company-timeline-dates ul li:after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: calc(100% + 100px);
    height: 2px;
    background: #fff;
  }
  
  @media (max-width: 767px) {
    #company .company-timeline .company-timeline-dates ul li:after {
      height: 100%;
      left: 5%;
      width: 3px;
    }
  }
  #company .company-timeline .company-timeline-dates ul li:nth-child(3):before,
  #company .company-timeline .company-timeline-dates ul li:nth-child(4):before,
  #company .company-timeline .company-timeline-dates ul li:nth-child(9):before {
    content: "";
    position: absolute;
    top: 100%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
    height: calc(100% + 3px);
    border: 2px solid #fff;
  }
  
  @media (max-width: 767px) {
    #company .company-timeline .company-timeline-dates ul li:nth-child(3):before,
    #company .company-timeline .company-timeline-dates ul li:nth-child(4):before,
    #company .company-timeline .company-timeline-dates ul li:nth-child(9):before {
      display: none;
    }
  }
  #company .company-timeline .company-timeline-dates ul li:nth-child(3n):before {
    right: 15%;
    border-left: 0;
    border-bottom-right-radius: 50%;
    border-top-right-radius: 50%;
  }
  
  @media (max-width: 992px) {
    #company .company-timeline .company-timeline-dates ul li:nth-child(3n):before {
      right: 0;
    }
  }
  @media (max-width: 767px) {
    #company .company-timeline .company-timeline-dates ul li:nth-child(3n):before {
      display: none;
    }
  }
  @media (min-width: 768px) {
    #company .company-timeline .company-timeline-dates ul li:nth-child(3n):after {
      width: 50%;
    }
  }
  #company .company-timeline .company-timeline-dates ul li:nth-child(3n + 1):before {
    border-right: 0;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    left: 15%;
  }
  
  @media (max-width: 992px) {
    #company .company-timeline .company-timeline-dates ul li:nth-child(3n + 1):before {
      left: 0;
    }
  }
  @media (max-width: 767px) {
    #company .company-timeline .company-timeline-dates ul li:nth-child(3n + 1):before {
      display: none;
    }
  }
  @media (min-width: 768px) {
    #company .company-timeline .company-timeline-dates ul li:nth-child(3n + 1):after {
      width: 50%;
      left: 50%;
    }
  }
  @media (max-width: 767px) {
    #company .company-timeline .company-timeline-dates ul li:nth-child(10) {
      order: 11;
    }
  }
  @media (max-width: 767px) {
    #company .company-timeline .company-timeline-dates ul li:nth-child(10):after {
      height: 50px;
      left: 5%;
      top: 28px;
      border-left: 3px dashed #fff;
      width: 0;
      background: 0 0;
    }
  }
  @media (min-width: 768px) {
    #company .company-timeline .company-timeline-dates ul li:nth-child(10):after {
      border-bottom: 2px dashed #fff;
      height: 0;
      background: 0 0;
    }
  }
  @media (max-width: 767px) {
    #company .company-timeline .company-timeline-dates ul li:nth-child(11) {
      order: 10;
    }
  }
  @media (max-width: 767px) {
    #company .company-timeline .company-timeline-dates ul li h3 {
      padding-left: 40px;
    }
  }
  #company .company-timeline .company-timeline-dates ul li p {
    position: relative;
    margin: auto;
    margin-top: 60px;
    width: 50%;
    min-height: 50px;
    font-family: "CenturyGothic", "Trebuchet MS", Verdana, sans-serif;
    letter-spacing: 0.5px;
    font-size: 1.4rem;
    line-height: 1.5rem;
  }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    #company .company-timeline .company-timeline-dates ul li p {
      letter-spacing: 0;
    }
  }
  @media (max-width: 1024px) {
    #company .company-timeline .company-timeline-dates ul li p {
      width: 70%;
    }
  }
  @media (max-width: 767px) {
    #company .company-timeline .company-timeline-dates ul li p {
      width: 100%;
      margin-top: 10px;
      padding-left: 40px;
    }
  }
  #company .company-timeline .company-timeline-dates ul li p:before {
    content: "";
    position: absolute;
    top: -35px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 15px;
    height: 15px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #000;
    z-index: 2;
  }
  
  @media (max-width: 767px) {
    #company .company-timeline .company-timeline-dates ul li p:before {
      width: 20px;
      height: 20px;
      left: 5%;
      top: -15px;
    }
  }
  #company .company-philosophy {
    max-width: 1400px;
    margin: auto;
    padding: 50px 30px 100px;
  }
  
  #company .company-philosophy h2 {
    margin-bottom: 75px;
  }
  
  @media (max-width: 767px) {
    #company .company-philosophy h2 {
      margin-bottom: 45px;
    }
  }
  #company .company-philosophy .philosophy-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  
  #company .company-philosophy .philosophy-wrapper .italic {
    font-family: "CenturyGothic-Italic", "Trebuchet MS", Verdana, sans-serif;
    letter-spacing: 0.5px;
    font-size: 1.4rem !important;
    line-height: 1.7rem !important;
  }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    #company .company-philosophy .philosophy-wrapper .italic {
      letter-spacing: 0;
    }
  }
  #company .company-philosophy .philosophy-wrapper > div {
    width: 50%;
    margin-bottom: 75px;
  }
  
  @media (max-width: 767px) {
    #company .company-philosophy .philosophy-wrapper > div {
      width: 100%;
      margin-bottom: 40px;
    }
  }
  #company .company-philosophy .philosophy-wrapper > div h3 {
    font-family: "CenturyGothic-Bold", "Trebuchet MS", Verdana, sans-serif;
    letter-spacing: 1px;
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    #company .company-philosophy .philosophy-wrapper > div h3 {
      letter-spacing: 0;
    }
  }
  #company .company-philosophy .philosophy-wrapper > div.philosophy-1,
  #company .company-philosophy .philosophy-wrapper > div.philosophy-4 {
    padding: 0 7%;
  }
  
  #company .company-philosophy .philosophy-wrapper > div.philosophy-1 p,
  #company .company-philosophy .philosophy-wrapper > div.philosophy-4 p {
    padding: 10px 0;
    font-size: 1.1rem;
    line-height: 1.4rem;
    text-align: justify;
  }
  
  #company .company-philosophy .philosophy-wrapper > div.philosophy-1 p.quote,
  #company .company-philosophy .philosophy-wrapper > div.philosophy-4 p.quote {
    font-size: 1.5rem;
    line-height: 1.8rem;
    width: 80% !important;
    margin-top: 40px !important;
  }
  
  #company .company-philosophy .philosophy-wrapper > div.philosophy-4 p.quote {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
  }
  
  #company .company-philosophy .philosophy-wrapper > div.philosophy-2 img,
  #company .company-philosophy .philosophy-wrapper > div.philosophy-3 img {
    max-width: 100% !important;
  }
  
  #company .company-philosophy .philosophy-wrapper > div.philosophy-2 {
    position: relative;
    padding-bottom: 50%;
  }
  
  @media (max-width: 767px) {
    #company .company-philosophy .philosophy-wrapper > div.philosophy-2 {
      padding-bottom: 100%;
    }
  }
  #company .company-philosophy .philosophy-wrapper > div.philosophy-2 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
  
  @media (max-width: 767px) {
    #company .company-philosophy .philosophy-wrapper > div.philosophy-2 img {
      width: 100%;
    }
  }
  #company .company-philosophy .philosophy-wrapper > div.philosophy-3 {
    position: relative;
    padding-bottom: 50%;
  }
  
  @media (max-width: 767px) {
    #company .company-philosophy .philosophy-wrapper > div.philosophy-3 {
      padding-bottom: 100%;
    }
  }
  #company .company-philosophy .philosophy-wrapper > div.philosophy-3 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  @media (max-width: 767px) {
    #company .company-philosophy .philosophy-wrapper > div.philosophy-3 img {
      width: 100%;
    }
  }
  #company .company-corporate {
    background: #000;
    width: 100%;
    padding: 50px 30px;
  }
  
  #company .company-corporate h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
  }
  
  @media (max-width: 767px) {
    #company .company-corporate h2 {
      margin-bottom: 20px;
    }
  }
  #company .company-corporate .company-corporate-in {
    max-width: 1400px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
  }
  
  #company .company-corporate .company-corporate-in p {
    width: 50%;
    text-align: justify;
    line-height: 1.8rem;
    color: #fff;
    padding: 30px 4%;
  }
  
  @media (max-width: 767px) {
    #company .company-corporate .company-corporate-in p {
      width: 100%;
    }
  }
  #franchising .franchising-store {
    width: 100%;
    height: 30vh;
    overflow: hidden;
    position: relative;
  }
  
  #franchising .franchising-store img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  #franchising .franchising-form {
    margin: 50px auto;
    padding: 0 30px;
  }
  
  #franchising .franchising-form h3 {
    max-width: 420px;
    text-align: center;
    font-size: 2rem;
    margin: 50px auto;
  }
  
  #franchising .franchising-form #contacts-form #contacts-form-send {
    margin-right: 15%;
  }
  
  @media (max-width: 992px) {
    #franchising .franchising-form #contacts-form #contacts-form-send {
      margin-right: 0;
    }
  }
  #franchising .franchising-why {
    width: 100%;
    height: auto;
    background: #000;
  }
  
  #franchising .franchising-why .franchising-why-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 1400px;
    margin: auto;
    padding: 75px 0 150px;
  }
  
  @media (max-width: 767px) {
    #franchising .franchising-why .franchising-why-wrap {
      padding: 75px 0;
    }
  }
  #franchising .franchising-why .franchising-why-wrap .franchising-why-column {
    width: 50%;
    padding: 0 30px;
  }
  
  @media (max-width: 767px) {
    #franchising .franchising-why .franchising-why-wrap .franchising-why-column {
      width: 100%;
      padding: 0 20px;
    }
  }
  #franchising .franchising-why .franchising-why-wrap .franchising-why-column .franchising-why-point {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 30px 0;
  }
  
  #franchising .franchising-why .franchising-why-wrap .franchising-why-column .franchising-why-point img {
    width: 25%;
    max-width: 75px !important;
  }
  
  @media (max-width: 767px) {
    #franchising .franchising-why .franchising-why-wrap .franchising-why-column .franchising-why-point img {
      width: 15%;
    }
  }
  #franchising .franchising-why .franchising-why-wrap .franchising-why-column .franchising-why-point .text-container {
    text-align: left;
    margin: 5px 0;
    padding-left: 45px;
    color: #fff;
    max-width: 75%;
  }
  
  @media (max-width: 767px) {
    #franchising .franchising-why .franchising-why-wrap .franchising-why-column .franchising-why-point .text-container {
      padding-left: 15px;
    }
  }
  #franchising .franchising-why .franchising-why-wrap .franchising-why-column .franchising-why-point .text-container h3 {
    font-family: "CenturyGothic-Bold", "Trebuchet MS", Verdana, sans-serif;
    letter-spacing: 1px;
    line-height: 2rem;
    text-transform: uppercase;
  }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    #franchising .franchising-why .franchising-why-wrap .franchising-why-column .franchising-why-point .text-container h3 {
      letter-spacing: 0;
    }
  }
  @media (max-width: 767px) {
    #franchising .franchising-why .franchising-why-wrap .franchising-why-column .franchising-why-point .text-container h3 {
      font-size: 1.2rem;
      line-height: 1.7rem;
    }
  }
  #franchising .franchising-why .franchising-why-wrap .franchising-why-column .franchising-why-point .text-container h4 {
    font-family: "CenturyGothic-Italic", "Trebuchet MS", Verdana, sans-serif;
    letter-spacing: 0.5px;
    font-size: 1.2rem;
    line-height: 2.4rem;
    text-transform: uppercase;
  }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    #franchising .franchising-why .franchising-why-wrap .franchising-why-column .franchising-why-point .text-container h4 {
      letter-spacing: 0;
    }
  }
  @media (max-width: 767px) {
    #franchising .franchising-why .franchising-why-wrap .franchising-why-column .franchising-why-point .text-container h4 {
      font-size: 1.05rem;
      line-height: 1.7rem;
    }
  }
  #franchising .franchising-why .franchising-why-wrap .franchising-why-column .franchising-why-point .text-container .note {
    font-family: "CenturyGothic-Italic", "Trebuchet MS", Verdana, sans-serif;
    letter-spacing: 0.5px;
    margin-top: 15px;
  }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    #franchising .franchising-why .franchising-why-wrap .franchising-why-column .franchising-why-point .text-container .note {
      letter-spacing: 0;
    }
  }
  @media (max-width: 767px) {
    #franchising .franchising-why .franchising-why-wrap .franchising-why-column .franchising-why-point .text-container .note {
      font-size: 0.8rem;
      line-height: 1.2rem;
      margin-top: 5px;
    }
  }
  .page .container.page-body {
    max-width: 1000px !important;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .page .container.page-body #post-cover {
    padding-bottom: 20px;
  }
  
  .page .container.page-body .page-text {
    font-size: 1.2rem;
    line-height: 150%;
    margin-bottom: 20px;
  }
  
  #positions hr {
    margin: 20px auto;
  }
  
  #position-categories h2 {
    text-align: center;
    margin: 0 auto;
    padding: 10px 0 20px 0;
  }
  
  #position-categories li {
    width: 48%;
    padding: 0;
    margin: 1%;
    text-align: center;
  }
  
  #position-categories li a {
    display: block;
    padding: 5px 10px;
    background: #f6f5f4;
    color: #000;
  }
  
  #position-categories li a:hover {
    background: #000;
    color: #fff !important;
  }
  
  #position-categories li:nth-child(odd) {
    float: left;
  }
  
  #position-categories li:nth-child(even) {
    float: right;
  }
  
  #position-categories::after {
    content: "";
    display: block;
    clear: both;
  }
  
  #positions-carousel .positions-list-wrap,
  #positions-carousel .positions-list-wrap .positions-list-item {
    min-height: inherit;
  }
  
  #positions-carousel h2 {
    text-align: center;
    margin: 0 auto;
    padding: 10px 0 20px 0;
  }
  
  #positions-carousel .positions-list-container {
    width: 100%;
    overflow-x: auto;
  }
  
  .positions-list-details a {
    color: #282828;
  }
  
  #positions-carousel #positions-list tr th {
    text-transform: uppercase;
    padding: 3px 0;
    background: #000;
    color: #fff;
    font-size: 12px;
  }
  
  #positions-carousel #positions-list tr th > span {
    display: block;
    padding: 4px 7px;
  }
  
  #positions-carousel #positions-list tr th .dropdown .dropdown-toggle {
    display: block;
    padding: 4px 7px;
    color: #fff;
  }
  
  #positions-carousel #positions-list tr th .dropdown .dropdown-toggle:hover {
    color: #fff !important;
  }
  
  #positions-carousel #positions-list tr th .dropdown .dropdown-menu {
    top: 0;
    background: #fff;
    color: #000;
    border: 1px solid #000;
    padding: 0;
  }
  
  #positions-carousel #positions-list tr th .dropdown .dropdown-menu li {
    display: block;
    width: 100%;
    padding: 4px 6px;
    cursor: pointer;
  }
  
  #positions-carousel #positions-list tr th .dropdown .dropdown-menu li:hover {
    background: #f6f5f4;
  }
  
  #positions-carousel #positions-list tr td {
    padding: 5px 7px;
    cursor: pointer;
  }
  
  #positions-carousel #positions-list tr:hover td {
    background: #f6f5f4;
  }
  
  @media (max-width: 767px) {
    #positions-carousel #positions-list {
      min-width: 600px;
    }
  }
  #positions-carousel .position .position-header {
    background: #f6f5f4;
    padding: 10px;
    max-width: 800px;
    margin: 20px auto;
  }
  
  #positions-carousel .position .position-body {
    font-size: 1rem;
    line-height: 150%;
    text-align: justify;
    max-width: 800px;
    margin: 20px auto;
  }
  
  .careers-form #contacts-form-how2 {
    display: none;
  }
  
  .careers-form #contacts-form-how2 label {
    display: none;
  }
  
  .fixed-link-right {
    position: absolute;
    top: calc(50vh - 48px);
    right: 0%;
    z-index: 200;
  }
  .fixed-link-right ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .fixed-link-right li {
    position: relative;
    font-size: 18px;
    text-align: center;
    margin-bottom: 2px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 47px;
    background-color: #0a0a0a;
  }
  .fixed-link-right li > a {
    font-family: "CenturyGothic";
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    padding: 15px 8px 15px 35px;
    display: block;
    text-align: left;
    transition: all 0.3s ease-in-out;
    color: #ffffff !important;
  }
  .fixed-link-right li > a i {
    position: absolute;
    left: 16px;
    top: 14px;
    font-size: 18px;
  }
  .fixed-link-right li div {
    color: #ffffff;
    background: #0a0a0a;
    position: absolute;
    width: 126px;
    right: -41px;
    padding: 11px 3px;
    transform: rotate(90deg);
    bottom: -72px;
    font-size: 14px;
    border-bottom-right-radius: 10px;
  }
  .fixed-link-right li div a:hover {
    color: #ffffff !important;
  }
  
  .product-item {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0;
    padding: 10px;
    position: relative;
    font-size: 12px;
    line-height: 17px;
  }
  
  @media (max-width: 1024px) {
    .product-item {
      padding: 5px;
    }
  }
  .product-item .catalogue-item-in {
    width: 100%;
    position: relative;
    padding: 0 0 20px 0;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
  
  .product-item .catalogue-item-rating {
    position: absolute;
    z-index: 3;
    top: 10px;
    right: 7px;
    color: #000;
    display: none;
  }
  
  .product-item .catalogue-item-add-to-wishlist {
    position: absolute;
    z-index: 3;
    top: 7px;
    left: 7px;
    font-size: 1.5rem;
    display: none;
  }
  
  .product-item .catalogue-item-add-to-wishlist.added {
    display: block;
  }
  
  .catalogue-item .catalogue-item-special-tags {
    position: absolute;
    z-index: 3;
    top: 7px;
    right: 7px;
  }
  
  .product-item .catalogue-item-special-tags b.badge {
    border-width: 1px;
    border-style: solid;
    background: #fff;
    font-size: 90%;
  }
  
  .product-item .catalogue-item-cover {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    padding-top: 100%;
    background: #fff;
    overflow: hidden;
  }
  
  .product-item .catalogue-item-cover .catalogue-item-cover-image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  
  .product-item .catalogue-item-cover .catalogue-item-cover-image img {
    width: 100%;
    height: auto;
    max-width: 280px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  
  .product-item .catalogue-item-cover .catalogue-item-carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  
  .product-item .catalogue-item-cover .catalogue-item-carousel .carousel-inner {
    width: 100%;
    height: auto;
  }
  
  .product-item .catalogue-item-cover .catalogue-item-carousel .carousel-inner .item {
    width: 100%;
    height: auto;
    padding: 10px;
  }
  
  .product-item .catalogue-item-cover .catalogue-item-carousel .carousel-inner .item img {
    width: 100%;
    height: auto;
  }
  
  .product-item .catalogue-item-cover .catalogue-item-carousel .carousel-control i {
    color: #000;
  }
  
  .product-item .catalogue-item-title {
    min-height: 70px;
    position: relative;
    z-index: 3;
    padding: 0 10px;
    margin-bottom: auto;
  }
  
  .product-item .catalogue-item-title h3 {
    font-family: "CenturyGothic-Bold", "Trebuchet MS", Verdana, sans-serif;
    font-size: 1.25rem;
    line-height: 120%;
    letter-spacing: 1px;
  }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    .product-item .catalogue-item-title h3 {
      letter-spacing: 0;
    }
  }
  @media (max-width: 767px) {
    .product-item .catalogue-item-title h3 {
      font-family: "CenturyGothic-Bold", "Trebuchet MS", Verdana, sans-serif;
      font-size: 1.2rem;
      line-height: 120%;
      letter-spacing: 1px;
    }
  }
  @media (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
    .product-item .catalogue-item-title h3 {
      letter-spacing: 0;
    }
  }
  @media (max-width: 576px) {
    .product-item .catalogue-item-title h3 {
      font-family: "CenturyGothic-Bold", "Trebuchet MS", Verdana, sans-serif;
      font-size: 1.5rem;
      line-height: 120%;
      letter-spacing: 1px;
    }
  }
  @media (max-width: 576px) and (min-width: 768px) and (max-width: 1024px) {
    .product-item .catalogue-item-title h3 {
      letter-spacing: 0;
    }
  }
  .product-item .catalogue-item-title h4 {
    font-family: "CenturyGothic", "Trebuchet MS", Verdana, sans-serif;
    font-size: 1rem;
    line-height: 120%;
    letter-spacing: 0.5px;
  }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    .product-item .catalogue-item-title h4 {
      letter-spacing: 0;
    }
  }
  @media (max-width: 767px) {
    .product-item .catalogue-item-title h4 {
      font-family: "CenturyGothic", "Trebuchet MS", Verdana, sans-serif;
      font-size: 0.9rem;
      line-height: 120%;
      letter-spacing: 0.5px;
    }
  }
  @media (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
    .product-item .catalogue-item-title h4 {
      letter-spacing: 0;
    }
  }
  @media (max-width: 576px) {
    .product-item .catalogue-item-title h4 {
      font-family: "CenturyGothic", "Trebuchet MS", Verdana, sans-serif;
      font-size: 1.25rem;
      line-height: 120%;
      letter-spacing: 0.5px;
    }
  }
  @media (max-width: 576px) and (min-width: 768px) and (max-width: 1024px) {
    .product-item .catalogue-item-title h4 {
      letter-spacing: 0;
    }
  }
  .product-item .catalogue-item-quick-buy {
    width: 100%;
  }
  
  .product-item .catalogue-item-prices {
    position: relative;
    z-index: 3;
    margin-top: auto;
    margin-bottom: 3px;
    width: 100%;
    height: 22px;
    font-size: 13px;
  }
  
  .product-item .catalogue-item-prices .price {
    display: block;
  }
  
  .product-item .catalogue-item-prices .badge-success {
    background: #c00;
  }
  
  .product-item .catalogue-item-prices .out-of-stock-mobile-label {
    display: none;
  }
  
  @media (max-width: 767px) {
    .product-item .catalogue-item-prices .out-of-stock-mobile-label {
      display: inline-block;
    }
  }
  .product-item .catalogue-item-prices .catalogue-item-different-prices-disclaimer {
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 100%;
    font-size: 7.5px;
    color: #222224;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  
  .product-item .catalogue-item-prices .catalogue-item-promo-discount {
    display: inline-block;
    border: 1px solid #c00;
    color: #fff;
    text-align: center;
    width: auto;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 1px 5px;
    background: #c00;
  }
  
  .product-item .catalogue-item-buy-btn {
    margin-top: 10px;
    position: relative;
    z-index: 3;
  }
  
  .product-item .catalogue-item-buy-btn .fa-spin {
    margin-left: 10px;
  }
  
  .product-item .catalogue-item-quick-buy ul {
    margin-bottom: 10px;
  }
  
  .product-item .catalogue-item-quick-buy ul:not(.dropdown-menu) > li {
    display: inline-block;
  }
  
  .product-item .catalogue-item-quick-buy .dropdown a.dropdown-toggle {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
  }
  
  .product-item .catalogue-item-quick-buy .dropdown .dropdown-menu {
    width: 100%;
  }
  
  .product-item .catalogue-item-quick-buy .dropdown .dropdown-menu li a {
    font-size: 12px;
    line-height: 16px;
  }
  
  .product-item .catalogue-item-quick-buy .catalogue-item-attributes p {
    margin: 10px 0 0 0;
  }
  
  .product-item .catalogue-item-quick-buy .catalogue-item-attributes .catlaogue-product-attributes-in {
    width: 100%;
    min-height: 30px;
  }
  
  @media (max-width: 576px) {
    .product-item .catalogue-item-quick-buy .catalogue-item-attributes .catlaogue-product-attributes-in {
      min-height: auto;
    }
  }
  .product-item .catalogue-item-quick-buy .catalogue-item-attributes ul {
    margin-bottom: 0;
    width: 100%;
    height: 30px;
  }
  
  .product-item .catalogue-item-quick-buy .catalogue-item-attributes ul li {
    vertical-align: middle;
  }
  
  .product-item .catalogue-item-quick-buy .catalogue-item-attributes ul li.more-variant {
    display: none;
  }
  
  .product-item .catalogue-item-quick-buy .catalogue-item-attributes ul li.with-preselected-stock {
    width: 100%;
  }
  
  .product-item .catalogue-item-quick-buy .catalogue-item-attributes ul li .catalogue-item-swatch {
    display: inline-block;
    width: 25px;
    height: 25px;
  }
  
  .product-item .catalogue-item-quick-buy .catalogue-item-attributes ul li .catalogue-item-swatch.selected {
    border: 2px solid #000;
  }
  
  .product-item .catalogue-item-quick-buy .catalogue-item-attributes ul li .catalogue-item-swatch.preselected-variant {
    width: 50px;
    height: 50px;
  }
  
  .product-item .catalogue-item-quick-buy .catalogue-item-attributes ul li .catalogue-item-swatch.disabled {
    position: relative;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  
  .product-item .catalogue-item-quick-buy .catalogue-item-attributes ul li .catalogue-item-swatch.disabled::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/swatch-blank.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
  }
  
  .product-item .catalogue-item-quick-buy .catalogue-item-attributes ul li .catalogue-item-swatch-preselected-stock {
    display: inline-block;
    vertical-align: middle;
  }
  
  .product-item .catalogue-item-quick-buy .catalogue-item-attributes ul li .catalogue-item-swatch-preselected-stock > span {
    display: inline-block;
    padding: 2px 3px;
    border: 2px solid #c00;
    font-family: "CenturyGothic-Bold", "Trebuchet MS", Verdana, sans-serif;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    .product-item .catalogue-item-quick-buy .catalogue-item-attributes ul li .catalogue-item-swatch-preselected-stock > span {
      letter-spacing: 0;
    }
  }
  .product-item .catalogue-item-quick-buy .catalogue-item-attributes ul li.catalogue-item-attribute-show-more b {
    display: block;
    width: 25px;
    height: 25px;
    font-size: 25px;
    line-height: 25px;
    color: #ccc;
    -moz-transition: all ease-in-out;
    -o-transition: all ease-in-out;
    -webkit-transition: all ease-in-out;
    transition: all ease-in-out;
    cursor: pointer;
  }
  
  .product-item .catalogue-item-quick-buy .catalogue-item-attributes ul li.catalogue-item-attribute-show-more b:hover {
    color: #999;
  }
  
  .product-item.with-variants .catalogue-item-buy-btn {
    -moz-transition: none !important;
    -o-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
  
  .product-item.with-variants:hover .catalogue-item-buy-btn {
    margin-top: 40px;
  }
  
  .product-item.with-variants:hover .catalogue-item-quick-buy {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(50% + 20px);
    display: flex;
    background: rgba(255, 255, 255, 0.6);
    color: #000;
    padding: 40px 20px 10px 20px;
    text-align: center;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    overflow-y: auto;
  }
  
  .product-item.with-variants:hover .catalogue-item-quick-buy::-webkit-scrollbar {
    display: none;
  }
  
  .product-item.with-variants:hover .catalogue-item-quick-buy .dropdown a.dropdown-toggle {
    display: inline;
    height: auto;
  }
  
  .product-item.with-variants:hover .catalogue-item-quick-buy .dropdown .dropdown-menu {
    background: 0 0;
  }
  
  .product-item.with-variants:hover .catalogue-item-quick-buy .dropdown .dropdown-menu li a {
    color: #000 !important;
  }
  
  .product-item.with-variants:hover .catalogue-item-quick-buy .dropdown .dropdown-menu li a:hover {
    background: 0 0 !important;
  }
  
  .product-item.with-variants:hover .catalogue-item-quick-buy .catalogue-item-attributes {
    margin: auto auto 0;
  }
  
  .product-item.with-variants:hover .catalogue-item-quick-buy .catalogue-item-attributes ul {
    height: auto;
  }
  
  .product-item.with-variants:hover .catalogue-item-quick-buy .catalogue-item-attributes ul li.more-variant {
    display: inline-block;
  }
  
  .product-item.with-variants:hover .catalogue-item-quick-buy .catalogue-item-attributes ul li.catalogue-item-attribute-show-more {
    display: none;
  }
  
  .product-item.with-variants:hover .catalogue-item-quick-buy .catalogue-item-attributes ul li.with-preselected-stock {
    width: auto;
  }
  
  .product-item.with-variants:hover .catalogue-item-quick-buy .catalogue-item-attributes ul li.with-preselected-stock .catalogue-item-swatch.preselected-variant {
    width: 25px;
    height: 25px;
  }
  
  .product-item.with-variants:hover .catalogue-item-quick-buy .catalogue-item-attributes ul li.with-preselected-stock .catalogue-item-swatch-preselected-stock {
    display: none;
  }
  
  .product-item.with-variants:hover .catalogue-item-quick-buy {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  
  .product-item.customizable .catalogue-item-actions {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 0;
    margin-top: -30px;
    display: none;
  }
  
  .product-item.customizable .catalogue-item-actions .catalogue-item-customize-btn {
    font-family: "CenturyGothic-Bold", "Trebuchet MS", Verdana, sans-serif;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 5px;
    position: relative;
    z-index: 3;
    top: -20px;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    .product-item.customizable .catalogue-item-actions .catalogue-item-customize-btn {
      letter-spacing: 0;
    }
  }
  .product-item.customizable .catalogue-item-customize-hover {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    color: #000;
    text-align: center;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  
  .product-item.customizable.with-variants .catalogue-item-actions {
    position: static;
    margin-top: 0;
  }
  
  .product-item.customizable.with-variants .catalogue-item-customize-hover {
    display: none;
  }
  
  @media (min-width: 768px) {
    .product-item.customizable:hover .catalogue-item-actions {
      display: block;
    }
  
    .product-item.customizable:hover .catalogue-item-actions .catalogue-item-customize-btn {
      top: 0;
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
      filter: alpha(opacity=100);
    }
  
    .product-item.customizable:hover .catalogue-item-customize-hover {
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
      filter: alpha(opacity=100);
    }
  }
  @media (max-width: 767px) {
    .product-item.customizable .catalogue-item-actions {
      display: block;
      position: static;
      margin: 0;
    }
  
    .product-item.customizable .catalogue-item-actions .catalogue-item-customize-btn {
      top: 0;
      width: auto;
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
      filter: alpha(opacity=100);
    }
  
    .product-item.customizable .catalogue-item-customize-hover {
      display: none;
    }
  }
  @media (min-width: 1025px) {
    .product-item:hover .catalogue-item-cover .catalogue-item-carousel,
    .product-item:hover .catalogue-item-cover .catalogue-item-cover-image {
      -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
      -webkit-transform: scale(1.05);
      transform: scale(1.05);
    }
  
    .product-item:hover .catalogue-item-add-to-wishlist {
      display: block;
    }
  
    .product-item:hover .catalogue-item-special-tags.with-rating .badge {
      display: none;
    }
  
    .product-item:hover .catalogue-item-rating {
      display: block;
    }
  }
  @media (max-width: 1024px) {
    .product-item .catalogue-item-rating {
      display: block;
    }
  
    .product-item .catalogue-item-rating.with-special-tags {
      top: 30px;
    }
  
    .product-item .catalogue-item-add-to-wishlist {
      display: block;
    }
  }
  .owl-item .product-item {
    width: 100% !important;
  }
  
  .product-item.suggested-item {
    width: 100%;
    text-align: left;
  }
  
  .product-item.suggested-item .catalogue-item-in {
    padding-bottom: 0;
  }
  
  .product-item.suggested-item .catalogue-item-in .catalogue-item-cover {
    width: 100%;
    padding-top: 100%;
  }
  
  .product-item.suggested-item .catalogue-item-in .suggested-item-body .catalogue-item-title {
    width: 100%;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
  }
  
  .product-item.suggested-item .catalogue-item-in .suggested-item-body .catalogue-item-quick-buy {
    z-index: 7;
  }
  
  .product-item.suggested-item .catalogue-item-in .suggested-item-body .catalogue-item-quick-buy .catalogue-item-attributes ul {
    height: auto;
  }
  
  .product-item.suggested-item.with-variants:hover .catalogue-item-buy-btn {
    margin-top: 0;
  }
  
  .product-item.suggested-item.with-variants:hover .catalogue-item-quick-buy {
    height: 150px;
  }
  
  @media (max-width: 767px) {
    #add-to-basket-overlay-related-in .catalogue-item .catalogue-item-in .suggested-item-body {
      padding-left: 0 !important;
    }
  }
  body.modal-open {
    overflow: hidden;
  }
  
  #newsletter-popin {
    background-color: rgba(0, 0, 0, 0.4);
  }
  
  #newsletter-popin.show {
    display: block;
    overflow: hidden;
    padding-right: 15px;
  }
  
  @media (max-width: 767px) {
    #newsletter-popin.show {
      padding-right: 0;
      padding: 0 5px;
    }
  }
  #newsletter-popin .modal-content {
    border-radius: 0;
  }
  
  #newsletter-popin .modal-content .modal-header {
    padding: 0;
  }
  
  #newsletter-popin .modal-content .modal-header a {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.5rem;
  }
  
  @media (max-width: 767px) {
    #newsletter-popin .modal-content .modal-header a {
      top: 5px;
      right: 5px;
      font-size: 1.25rem;
    }
  }
  #newsletter-popin .modal-content .modal-body {
    padding: 25px;
  }
  
  #newsletter-popin .modal-content .modal-body .form-group .form-control {
    height: 35px;
  }
  
  .related-items-row {
    margin: 50px auto;
  }
  
  .related-items-row h3 {
    text-align: center;
  }
  
  .related-items-row#related-default {
    position: fixed;
    bottom: 50px;
    left: 25px;
    width: 100%;
    max-width: 350px;
    background-color: #fff;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.25);
    z-index: 98;
    -moz-transform: translateY(calc(100% + 50px));
    -ms-transform: translateY(calc(100% + 50px));
    -webkit-transform: translateY(calc(100% + 50px));
    transform: translateY(calc(100% + 50px));
    margin: 0;
  }
  
  .related-items-row#related-default.no-fixed {
    position: relative;
    left: 0;
    bottom: 0;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    max-width: 100%;
    box-shadow: none;
    z-index: 2;
    background: 0 0;
    margin: 50px auto;
  }
  
  .related-items-row#related-default.no-fixed > h3 .close {
    display: none;
  }
  
  @media (max-width: 767px) {
    .related-items-row#related-default {
      position: relative;
      left: 0;
      bottom: 0;
      margin-bottom: 30px;
      max-width: 100%;
    }
  }
  .related-items-row#related-default.open {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  
  @media (max-width: 1366px) {
    .related-items-row#related-default:not(.no-fixed).init:not(:hover) .related-items-slider {
      height: 0 !important;
    }
  
    .related-items-row#related-default:not(.no-fixed).init:hover .related-items-slider > * {
      opacity: 1;
      visibility: visible;
      transition: 0.25s all linear;
      transition-delay: 0.25s;
    }
  }
  .related-items-row#related-default:not(.no-fixed) > h3 {
    font-size: 1rem;
    padding: 15px 5px;
    margin: 0;
  }
  
  @media (max-width: 767px) {
    .related-items-row#related-default:not(.no-fixed) > h3 {
      border: none;
      padding: 15px 0 15px;
    }
  }
  .related-items-row#related-default:not(.no-fixed) > h3 .close {
    position: absolute;
    right: 10px;
  }
  
  @media (max-width: 767px) {
    .related-items-row#related-default:not(.no-fixed) > h3 .close {
      display: none;
    }
  }
  .related-items-row#related-default .related-items-slider {
    position: relative;
    overflow: hidden;
  }
  
  .related-items-row#related-default:not(.no-fixed) .related-items-slider {
    display: none;
  }
  
  .related-items-row#related-default:not(.no-fixed) .related-items-slider.initialized {
    display: block;
    max-height: 250px;
  }
  
  @media (max-width: 1366px) {
    .related-items-row#related-default:not(.no-fixed) .related-items-slider.initialized {
      overflow: hidden;
      transition: 0.25s all linear;
    }
  
    .related-items-row#related-default:not(.no-fixed) .related-items-slider.initialized > * {
      opacity: 0;
      visibility: hidden;
    }
  }
  .related-items-row#related-default:not(.no-fixed) .related-items-slider .owl-stage-outer {
    border-top: 1px solid #000;
  }
  
  .related-items-row#related-default:not(.no-fixed) .related-items-slider .owl-stage-outer .owl-stage {
    display: flex;
    flex-wrap: wrap;
  }
  
  .related-items-row#related-default:not(.no-fixed) .related-items-slider .owl-stage-outer .owl-prev {
    left: 0;
  }
  
  .related-items-row#related-default:not(.no-fixed) .related-items-slider .owl-stage-outer .owl-next {
    right: 0;
  }
  
  .related-items-row#related-default:not(.no-fixed) .related-items-slider .product-item {
    height: 100%;
    padding: 10px 20px 5px;
  }
  
  .related-items-row#related-default:not(.no-fixed) .related-items-slider .product-item {
    height: 100%;
  }
  
  .related-items-row#related-default:not(.no-fixed) .related-items-slider .product-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
    min-height:auto;
  }
  
  .related-items-row#related-default:not(.no-fixed) .related-items-slider .product-item .product-rating,
  .related-items-row#related-default:not(.no-fixed) .related-items-slider .product-item .product-special-tags {
    display: none;
  }
  
  .related-items-row#related-default:not(.no-fixed) .related-items-slider .product-item .product-img {
    flex: 0 0 40%;
    max-width: 40%;
  }
  
  .related-items-row#related-default:not(.no-fixed) .related-items-slider .product-item .item-action-btn .btn {
    font-size: 12px;
  }
  
  .related-items-row#related-default:not(.no-fixed) .related-items-slider .product-item .product-desc {
    flex: 0 0 60%;
    max-width: 60%;
    margin: auto 0;
  }
  
  .related-items-row#related-default:not(.no-fixed) .related-items-slider .product-item .product-desc .product-prices {
    height: auto;
  }
  
  .related-items-row#related-default:not(.no-fixed) .related-items-slider .product-item .product-desc .product-prices .catalogue-item-different-prices-disclaimer {
    position: relative;
    bottom: 0;
    display: block;
  }
  
  .related-items-row .related-items-slider .owl-next {
    right: -10px;
  }
  
  .related-items-row .related-items-slider .owl-prev {
    left: -10px;
  }
  
  .related-items-row .related-items-slider .owl-dots {
    position: static;
    width: 100%;
    padding: 15px 0;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  
  .related-items-row .related-items-slider .owl-dots .owl-dot span {
    background: #000;
  }
  
  [dir="rtl"] html, [dir="rtl"] body {
    font-family: "FrutigerLTArabic-55Roman";
  }
  [dir="rtl"] b,
  [dir="rtl"] strong {
    font-family: "FrutigerLTArabic-65Bold";
  }
  [dir="rtl"] b em,
  [dir="rtl"] strong em {
    font-family: "FrutigerLTArabic-65Bold";
  }
  [dir="rtl"] em {
    font-family: "FrutigerLTArabic-55Roman";
  }
  [dir="rtl"] h1, [dir="rtl"] h2, [dir="rtl"] h3, [dir="rtl"] h4, [dir="rtl"] h5, [dir="rtl"] h6 {
    font-family: "FrutigerLTArabic-65Bold";
  }
  [dir="rtl"] .form-group label {
    font-family: "FrutigerLTArabic-65Bold";
  }
  [dir="rtl"] .btn {
    font-family: "FrutigerLTArabic-65Bold";
  }
  [dir="rtl"] .form-check {
    padding-left: initial;
    padding-right: 1.25rem;
  }
  [dir="rtl"] .form-check-input {
    margin-left: initial;
    margin-right: -1.25rem;
  }
  [dir="rtl"] .inner-banner-wrap h2 {
    font-family: "FrutigerLTArabic-65Bold";
  }
  [dir="rtl"] .detailed-content-wrap h4 {
    font-family: "FrutigerLTArabic-55Roman";
  }
  [dir="rtl"] .side-menu-wrap {
    left: initial;
    right: -400px;
  }
  [dir="rtl"] .side-menu-wrap.sidemenu-opened {
    left: initial;
    right: 0;
  }
  [dir="rtl"] .side-menu-wrap .menu-close-btn {
    right: initial;
    left: 26px;
  }
  [dir="rtl"] .side-menu-wrap .side-menu-container {
    text-align: right;
  }
  [dir="rtl"] .side-menu-wrap .side-menu-container li {
    font-family: "FrutigerLTArabic-55Roman";
  }
  [dir="rtl"] .email-subscribe h6 {
    font-family: "FrutigerLTArabic-55Roman";
  }
  [dir="rtl"] .wishlist-product-item .wishlist-product-desc h3 {
    font-family: "FrutigerLTArabic-65Bold";
  }
  [dir="rtl"] .header-cart-product-item .header-cart-product-desc h3 {
    font-family: "FrutigerLTArabic-65Bold";
  }
  [dir="rtl"] .logo-wrap-left .wrap-left-item:not(:last-child) {
    margin-right: initial;
    margin-left: 20px;
  }
  [dir="rtl"] .nav-block li {
    font-family: "FrutigerLTArabic-55Roman";
  }
  [dir="rtl"] .nav-block li:not(:last-child) {
    margin-right: initial;
    margin-left: 10px;
  }
  [dir="rtl"] .mega-dropdown-list:not(:last-child) {
    margin-right: initial;
    margin-left: 20px;
    padding-right: initial;
    padding-left: 20px;
    border-right: 0;
    border-left: 1px solid #e0e0e0;
  }
  [dir="rtl"] .mega-dropdown-list .mega-dropdown-list-content {
    text-align: right;
  }
  [dir="rtl"] .mega-dropdown-list .mega-dropdown-list-content h6 {
    font-family: "FrutigerLTArabic-65Bold";
  }
  [dir="rtl"] .mega-dropdown-list .mega-dropdown-list-content h6 a {
    font-family: "FrutigerLTArabic-65Bold";
  }
  [dir="rtl"] .mega-dropdown-list .mega-dropdown-list-content a {
    font-family: "FrutigerLTArabic-55Roman";
  }
  [dir="rtl"] .side-menu-wrap .side-menu-container .mega-dropdown-list:not(:last-child) {
    margin-left: initial;
    padding-left: initial;
    border-left: 0;
  }
  [dir="rtl"] .logo-wrap-right li:not(:last-child) {
    margin-right: initial;
    margin-left: 16px;
  }
  [dir="rtl"] .logo-wrap-right .dropdown-menu {
    text-align: right;
  }
  [dir="rtl"] .product-list-wrap header h3 {
    font-family: "FrutigerLTArabic-55Roman";
  }
  [dir="rtl"] .product-item .product-special-tags span {
    font-family: "FrutigerLTArabic-55Roman";
  }
  [dir="rtl"] .product-item .product-desc h4 {
    font-family: "FrutigerLTArabic-65Bold";
  }
  [dir="rtl"] .product-item .product-prices .offer-price {
    font-family: "FrutigerLTArabic-55Roman";
  }
  [dir="rtl"] .product-item .product-prices .final-price {
    font-family: "FrutigerLTArabic-65Bold";
  }
  [dir="rtl"] .breadcrumb-block {
    text-align: right;
  }
  [dir="rtl"] .sidebar-container {
    text-align: right;
  }
  [dir="rtl"] .sidebar-container h2 {
    font-family: "FrutigerLTArabic-65Bold";
  }
  [dir="rtl"] .sidebar-container h4 {
    font-family: "FrutigerLTArabic-65Bold";
  }
  [dir="rtl"] .directory-list ul {
    margin-left: initial;
    padding-left: initial;
    margin-right: 10px;
    padding-right: 15px;
  }
  [dir="rtl"] .directory-list li {
    font-family: "FrutigerLTArabic-55Roman";
  }
  [dir="rtl"] .directory-list .folder {
    font-family: "FrutigerLTArabic-55Roman";
  }
  [dir="rtl"] .directory-list .folder > a {
    font-family: "FrutigerLTArabic-55Roman";
  }
  [dir="rtl"] .main-product-category-list .radio.checked {
    font-family: "FrutigerLTArabic-55Roman";
  }
  [dir="rtl"] .pagination-wrap [data-pagination] {
    font-family: "FrutigerLTArabic-55Roman";
  }
  [dir="rtl"] .product-details-block .product-detail-desc h1 {
    font-family: "FrutigerLTArabic-55Roman";
  }
  [dir="rtl"] .product-details-block .product-detail-desc > h4 {
    font-family: "FrutigerLTArabic-55Roman";
  }
  [dir="rtl"] .product-details-block .product-prices .final-price {
    font-family: "FrutigerLTArabic-65Bold";
  }
  [dir="rtl"] .product-details-block .product-prices .final-price > span {
    font-family: "FrutigerLTArabic-55Roman";
  }
  [dir="rtl"] .product-details-block .product-desc-features h4 {
    font-family: "FrutigerLTArabic-55Roman";
  }
  [dir="rtl"] .product-details-block .product-desc-features h6 {
    font-family: "FrutigerLTArabic-65Bold";
  }
  [dir="rtl"] .product-details-block .product-reviews h4 {
    font-family: "FrutigerLTArabic-55Roman";
  }
  [dir="rtl"] .product-details-block .product-reviews p a {
    font-family: "FrutigerLTArabic-55Roman";
  }
  [dir="rtl"] .product-review-wrap header h3 {
    font-family: "FrutigerLTArabic-55Roman";
  }
  [dir="rtl"] .product-review-wrap header h4 {
    font-family: "FrutigerLTArabic-55Roman";
  }
  [dir="rtl"] .product-review-block .review-aurthor h6 {
    font-family: "FrutigerLTArabic-65Bold";
  }
  [dir="rtl"] .product-review-block .review-tittle h6 {
    font-family: "FrutigerLTArabic-55Roman";
  }
  [dir="rtl"] .login-register-form-block .tab-content a {
    font-family: "FrutigerLTArabic-65Bold";
  }
  [dir="rtl"] .login-register-form-block .form-check .form-check-label {
    font-family: "FrutigerLTArabic-55Roman";
  }
  [dir="rtl"] .cart-wrap h3 {
    font-family: "FrutigerLTArabic-65Bold";
  }
  [dir="rtl"] .cart-block .product-prices .final-price {
    font-family: "FrutigerLTArabic-55Roman";
  }
  [dir="rtl"] .cart-checkout-method h3 {
    font-family: "FrutigerLTArabic-55Roman";
  }
  [dir="rtl"] .cart-checkout-method h4 {
    font-family: "FrutigerLTArabic-55Roman";
  }
  [dir="rtl"] .checkout-coupon .btn {
    font-family: "FrutigerLTArabic-65Bold";
  }
  [dir="rtl"] .total-payments tr td:last-child {
    font-family: "FrutigerLTArabic-65Bold";
  }
  [dir="rtl"] .total-payments tr:last-child td {
    font-family: "FrutigerLTArabic-65Bold";
  }
  [dir="rtl"] .checkout-actions .btn {
    font-family: "FrutigerLTArabic-65Bold";
  }
  [dir="rtl"] .account-info h1 {
    font-family: "FrutigerLTArabic-65Bold";
  }
  [dir="rtl"] .account-nav .nav-item {
    font-family: "FrutigerLTArabic-65Bold";
  }
  [dir="rtl"] .card-header {
    font-family: "FrutigerLTArabic-65Bold";
  }
  [dir="rtl"] .account-wrap .card-header {
    font-family: "FrutigerLTArabic-65Bold";
  }
  [dir="rtl"] .account-wishlist-wrap .action-btn .empty-wishlist {
    font-family: "FrutigerLTArabic-65Bold";
  }
  [dir="rtl"] .article-heading .container .article-details .article-title p.article-category {
    font-family: "FrutigerLTArabic-55Roman";
  }
  [dir="rtl"] .article-heading .container .article-details .article-title h1 {
    font-family: "FrutigerLTArabic-55Roman";
  }
  [dir="rtl"] .article-heading .container .article-details .article-details-body h2 {
    font-family: "FrutigerLTArabic-55Roman";
  }
  [dir="rtl"] .article-heading .container .article-details .article-details-body .article-body {
    font-family: "FrutigerLTArabic-55Roman";
  }
  [dir="rtl"] .category-header .category-header-title h1 {
    font-family: "FrutigerLTArabic-55Roman", "Trebuchet MS", Verdana, sans-serif;
  }
  [dir="rtl"] .category-header .category-header-title h2 {
    font-family: "FrutigerLTArabic-55Roman", "Trebuchet MS", Verdana, sans-serif;
  }
  [dir="rtl"] .category-header .category-header-title h2.title {
    font-family: "FrutigerLTArabic-55Roman", "Trebuchet MS", Verdana, sans-serif;
  }
  [dir="rtl"] .category-header .category-header-title ul.category-header-submenu li a {
    font-family: "FrutigerLTArabic-55Roman", "Trebuchet MS", Verdana, sans-serif;
  }
  [dir="rtl"] .category-header .category-header-title ul.category-header-submenu li strong {
    font-family: "FrutigerLTArabic-65Bold", "Trebuchet MS", Verdana, sans-serif;
  }
  [dir="rtl"] .category-header .category-header-title ul.category-header-submenu li.active a {
    font-family: "FrutigerLTArabic-65Bold", "Trebuchet MS", Verdana, sans-serif;
  }
  [dir="rtl"] .article-item .article-item-title h3 {
    font-family: "FrutigerLTArabic-65Bold", "Trebuchet MS", Verdana, sans-serif;
  }
  [dir="rtl"] .article-item .article-item-title h4 {
    font-family: "FrutigerLTArabic-55Roman", "Trebuchet MS", Verdana, sans-serif;
  }
  [dir="rtl"] .articles.wyconic .article-item .article-item-title h3 {
    font-family: "FrutigerLTArabic-55Roman", "Trebuchet MS", Verdana, sans-serif;
  }
  [dir="rtl"] .pagination ul li a {
    font-family: "FrutigerLTArabic-65Bold", "Trebuchet MS", Verdana, sans-serif;
  }
  [dir="rtl"] #wow-card .wow-card-in .nav.nav-tabs li.active a {
    font-family: "FrutigerLTArabic-65Bold", "Trebuchet MS", Verdana, sans-serif;
  }
  [dir="rtl"] #company .quote {
    font-family: "FrutigerLTArabic-65Bold", "Trebuchet MS", Verdana, sans-serif;
  }
  [dir="rtl"] #company .quote span {
    font-family: "FrutigerLTArabic-65Bold", "Trebuchet MS", Verdana, sans-serif;
  }
  [dir="rtl"] #company .company-timeline .company-timeline-dates ul li p {
    font-family: "FrutigerLTArabic-55Roman", "Trebuchet MS", Verdana, sans-serif;
  }
  [dir="rtl"] #company .company-philosophy .philosophy-wrapper .italic {
    font-family: "FrutigerLTArabic-55Roman", "Trebuchet MS", Verdana, sans-serif;
  }
  [dir="rtl"] #company .company-philosophy .philosophy-wrapper > div h3 {
    font-family: "FrutigerLTArabic-65Bold", "Trebuchet MS", Verdana, sans-serif;
  }
  [dir="rtl"] #franchising .franchising-why .franchising-why-wrap .franchising-why-column .franchising-why-point .text-container h3 {
    font-family: "FrutigerLTArabic-65Bold", "Trebuchet MS", Verdana, sans-serif;
  }
  [dir="rtl"] #franchising .franchising-why .franchising-why-wrap .franchising-why-column .franchising-why-point .text-container h4 {
    font-family: "FrutigerLTArabic-55Roman", "Trebuchet MS", Verdana, sans-serif;
  }
  [dir="rtl"] #franchising .franchising-why .franchising-why-wrap .franchising-why-column .franchising-why-point .text-container .note {
    font-family: "FrutigerLTArabic-55Roman", "Trebuchet MS", Verdana, sans-serif;
  }
  [dir="rtl"] .fixed-link-right {
    right: initial;
    left: 0%;
  }
  [dir="rtl"] .fixed-link-right li {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  [dir="rtl"] .fixed-link-right li > a {
    font-family: "FrutigerLTArabic-55Roman";
    padding-right: 35px;
    padding-left: 8px;
  }
  [dir="rtl"] .fixed-link-right li > a i {
    left: initial;
    right: 16px;
  }
  [dir="rtl"] .fixed-link-right li div {
    transform: rotate(270deg);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 10px;
  }
  [dir="rtl"] .product-item .catalogue-item-title h3 {
    font-family: "FrutigerLTArabic-65Bold", "Trebuchet MS", Verdana, sans-serif;
  }
  [dir="rtl"] .product-item .catalogue-item-title h4 {
    font-family: "FrutigerLTArabic-55Roman", "Trebuchet MS", Verdana, sans-serif;
  }
  [dir="rtl"] .product-item .catalogue-item-quick-buy .catalogue-item-attributes ul li .catalogue-item-swatch-preselected-stock > span {
    font-family: "FrutigerLTArabic-65Bold", "Trebuchet MS", Verdana, sans-serif;
  }
  [dir="rtl"] .product-item.customizable .catalogue-item-actions .catalogue-item-customize-btn {
    font-family: "FrutigerLTArabic-65Bold", "Trebuchet MS", Verdana, sans-serif;
  }
  [dir="rtl"] #super-footer #super-footer-locales {
    right: initial;
    left: 0;
  }
  [dir="rtl"] #super-footer #super-footer-locales .dropdown .dropdown-menu {
    text-align: right;
  }
  [dir="rtl"] .main-footer .footer-columns .footer-column {
    text-align: right;
  }
  [dir="rtl"] .product-details-block {
    text-align: right;
  }
  [dir="rtl"] .product-details-block .product-prices span:not(:last-child) {
    margin-right: initial;
    margin-left: 10px;
  }
  [dir="rtl"] .product-details-block .product-shares > span {
    margin-right: initial;
    margin-left: 12px;
  }
  [dir="rtl"] .product-details-block .product-shares a:not(:last-of-type) {
    margin-right: initial;
    margin-left: 12px;
  }
  [dir="rtl"] .product-details-block .product-detail-img {
    padding-left: initial;
    padding-right: 100px;
  }
  [dir="rtl"] .product-details-block .product-detail-img .product-img-thumb {
    left: initial;
    right: 0;
  }
  [dir="rtl"] .product-review-block .review-block {
    text-align: right;
  }
  [dir="rtl"] .product-item .product-prices span:not(:last-child) {
    margin-right: initial;
    margin-left: 10px;
  }
  [dir="rtl"] .login-register-form-block {
    text-align: right;
  }
  [dir="rtl"] .account-wrap {
    text-align: right;
  }
  [dir="rtl"] .account-wrap .card-body tr td:first-child {
    text-align: right;
  }
  [dir="rtl"] .profile-edit-wrap {
    text-align: right;
  }
  [dir="rtl"] .address-book-wrap {
    text-align: right;
  }
  [dir="rtl"] .address-book-wrap .card-header {
    text-align: left;
  }
  [dir="rtl"] .order-wrap {
    text-align: right;
  }
  [dir="rtl"] .cart-wrap {
    text-align: right;
  }
  [dir="rtl"] .cart-checkout-wrap {
    text-align: right;
  }
  [dir="rtl"] .cart-checkout-wrap {
    text-align: right;
  }
  [dir="rtl"] .article-item .article-item-title {
    text-align: right;
  }
  [dir="rtl"] .article-heading {
    text-align: right;
  }
  [dir="rtl"] .promotion-wrap .promotion-item h4 {
    text-align: right;
  }
  [dir="rtl"] #company .company-timeline .company-timeline-dates {
    direction: ltr;
  }
  [dir="rtl"] .store-locator-in .container #store-locator-search-panel {
    text-align: right;
  }
  [dir="rtl"] .store-locator-in .container #store-locator-list {
    text-align: right;
  }
  [dir="rtl"] #franchising .franchising-form {
    text-align: right;
  }
  [dir="rtl"] #franchising .franchising-why .franchising-why-wrap .franchising-why-column .franchising-why-point .text-container {
    text-align: right;
    padding-left: 0;
    padding-right: 45px;
  }
  [dir="rtl"] #positions-carousel .positions-list-container {
    text-align: right;
  }
  [dir="rtl"] #positions-carousel .positions-list-wrap,
  [dir="rtl"] #positions-carousel .positions-list-wrap .positions-list-item {
    text-align: right;
  }
  [dir="rtl"] .page .container.page-body .page-text {
    text-align: right;
  }
  [dir="rtl"] .page .container.page-body {
    text-align: right;
  }
  
  @media (min-width: 1400px) {
    .home-banner-item {
      height: calc(100vh - 225px);
    }
  }
  @media (min-width: 1025px) {
    .main-product-category .product-filters-toggler {
      display: none;
    }
  
    .product-container .product-filters .product-filters-toggler {
      display: none;
    }
    .product-container .product-filters-in {
      padding-right: 20px;
    }
  }
  @media (max-width: 1024px) {
    .product-container .product-filters {
      flex-basis: 0;
      width: 0;
    }
    .product-container .product-filters-in {
      width: 70vw;
      max-width: 250px;
      padding: 10px;
      transition: all 0.25s ease-in-out;
      transform: translateX(-150%);
    }
  }
  @media (max-width: 992px) {
    .main-wrapper {
      padding-top: 135px;
    }
  
    .sticky-header {
      margin-top: -135px;
    }
  
    .menu-icon {
      display: block;
      margin-right: 18px;
    }
  
    .logo-wrap-left .store-locator-header-item {
      display: none;
    }
  
    .nav-wrap {
      display: none;
    }
  
    .logo-wrap-right li:first-child {
      display: none;
    }
  
    .home-banner-item {
      min-height: 290px;
    }
    .home-banner-item img.banner-desk {
      display: none;
    }
    .home-banner-item img.banner-mob {
      display: block;
    }
  }
  @media (max-width: 767px) {
    .main-wrapper {
      padding-top: 108px;
    }
  
    .sticky-header {
      margin-top: -108px;
    }
  
    .login-register-header-dropdown {
      display: none !important;
    }
  
    .side-menu-wrap {
      width: 100%;
    }
  
    .detailed-content-column-reverse {
      flex-direction: column-reverse;
    }
    .detailed-content-column-reverse .content-img {
      margin-top: 3rem;
    }
  
    .detailed-content-wrap > .row:not(.detailed-content-column-reverse) .content-img {
      margin-top: 3rem;
    }
  
    .home-banner-item {
      min-height: 320px;
    }
  
    .inner-content-main .inner-content-wrap {
      padding: 15px 5px 15px;
    }
    .inner-content-main .inner-content-wrap.product-details-wrap {
      padding: 15px 20px 25px;
    }
  
    .review-form-show .col-7 {
      max-width: 100%;
      flex: 0 0 100%;
    }
  
    .product-review-block {
      padding: 0 0 20px;
    }
    .product-review-block .review-block {
      margin-bottom: 10px;
    }
  
    .product-list-wrap .product-list-block > .row > [class*="col-"] {
      text-align: center;
    }
  
    .main-product-category {
      padding: 10px 0px;
    }
  
    .main-product-category-list {
      display: none;
    }
  
    .product-order-by {
      display: block;
    }
  }
  @media (max-width: 575px) {
    .logo-wrap-right {
      text-align: right;
    }
    .logo-wrap-right li:not(:last-child) {
      margin-right: 5px;
    }
    .logo-wrap-right li a span {
      font-size: 0;
    }
  
    .home-banner-item {
      min-height: 160px;
    }
  
    .gallery-wrap > ul > li {
      width: 100%;
    }
  }
  @media (max-width: 400px) {
    .main-wrapper {
      padding-top: 102px;
    }
  
    .sticky-header {
      margin-top: -102px;
    }
  
    .home-banner-item {
      min-height: 140px;
    }
  }
  @media (max-width: 1200px) {
    [dir="rtl"] .article-item .article-item-title h3 {
      font-family: "FrutigerLTArabic-65Bold", "Trebuchet MS", Verdana, sans-serif;
    }
    [dir="rtl"] .article-item .article-item-title h4 {
      font-family: "FrutigerLTArabic-55Roman", "Trebuchet MS", Verdana, sans-serif;
    }
  }
  @media (max-width: 1024px) {
    [dir="rtl"] .product-container .product-filters-in {
      transform: translateX(150%);
    }
    [dir="rtl"] .product-container .product-filters .product-filters-toggler {
      float: left;
    }
  }
  @media (max-width: 1023px) {
    [dir="rtl"] .category-header .category-header-title h1 {
      font-family: "FrutigerLTArabic-55Roman", "Trebuchet MS", Verdana, sans-serif;
    }
    [dir="rtl"] .category-header .category-header-title h2 {
      font-family: "FrutigerLTArabic-55Roman", "Trebuchet MS", Verdana, sans-serif;
    }
    [dir="rtl"] .category-header .category-header-title h2.title {
      font-family: "FrutigerLTArabic-55Roman", "Trebuchet MS", Verdana, sans-serif;
    }
  }
  @media (max-width: 992px) {
    [dir="rtl"] .menu-icon {
      margin-right: initial;
      margin-left: 18px;
    }
  }
  @media (min-width: 768px) {
    [dir="rtl"] .article-heading.collections .container .article-details .article-title h1,
    [dir="rtl"] .article-heading.wyconic .container .article-details .article-title h1 {
      font-family: "FrutigerLTArabic-55Roman";
    }
    [dir="rtl"] .category-header .category-header-title ul.category-header-submenu li a {
      font-family: "FrutigerLTArabic-55Roman", "Trebuchet MS", Verdana, sans-serif;
      font-size: 1rem;
      line-height: 120%;
      letter-spacing: 0.5px;
    }
    [dir="rtl"] .category-header .category-header-title ul.category-header-submenu li strong {
      font-family: "FrutigerLTArabic-65Bold", "Trebuchet MS", Verdana, sans-serif;
    }
    [dir="rtl"] .product-item .catalogue-item-title h3 {
      font-family: "FrutigerLTArabic-65Bold", "Trebuchet MS", Verdana, sans-serif;
    }
  }
  @media (max-width: 767px) {
    [dir="rtl"] .article-heading .container .article-details .article-title h1 {
      font-family: "FrutigerLTArabic-55Roman";
    }
    [dir="rtl"] .product-item .catalogue-item-title h4 {
      font-family: "FrutigerLTArabic-55Roman", "Trebuchet MS", Verdana, sans-serif;
    }
  }
  @media (max-width: 576px) {
    [dir="rtl"] .product-item .catalogue-item-title h3 {
      font-family: "FrutigerLTArabic-65Bold", "Trebuchet MS", Verdana, sans-serif;
    }
    [dir="rtl"] .product-item .catalogue-item-title h4 {
      font-family: "FrutigerLTArabic-55Roman", "Trebuchet MS", Verdana, sans-serif;
    }
  }
  /* ==========================================================================
     Common Styles
     ========================================================================== */
  ::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: #ebebeb;
  }
  
  ::-webkit-scrollbar {
    width: 4px;
    background-color: #FFF;
  }
  
  ::-webkit-scrollbar-thumb {
    width: 4px;
    border-radius: 0px;
    height: 10px !important;
    background-color: #1d1d1b;
  }
  
  ::-moz-scrollbar-track {
    border-radius: 0px;
    background-color: #000;
  }
  
  ::-moz-scrollbar {
    width: 4px;
    background-color: #FFF;
  }
  
  ::-moz-scrollbar-thumb {
    border-radius: 0px;
    background-color: #1d1d1b;
  }
  
  ::-o-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #010101;
    border-radius: 10px;
    background-color: #000;
  }
  
  ::-o-scrollbar {
    width: 4px;
    background-color: #FFF;
  }
  
  ::-o-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #010101;
    background-color: #1d1d1b;
  }
  
  .ltr {
    direction: ltr !important;
  }
  
  .slick-track{
     height:auto; 
  }
  
  .slick-slide{
      height:auto;
  }
  
  .product-img-slider .slick-slide{
      height: 450px;
      text-align:center;
  }
  .slick-slider .slick-slide:focus {
    outline: none;
  }
  
  .slick-prev:before,
  .slick-next:before {
    color: #6E7C7C;
  }
  
  .slick-slide img:focus {
    outline: 0;
  }
  .slick-slide a:focus {
    outline: 0;
  }
  
  .dir_ltr {
    direction: ltr !important;
    display: inline-block;
  }
  
  span:focus, a:focus {
    box-shadow: none;
    outline: 0;
  }
  
  p {
    line-height: 26px;
    font-size: 14px;
  }
  
  .form-group {
    margin-bottom: 25px;
  }
  .form-group label {
    font-family: "CenturyGothic-Bold";
    color: #1d1d1b;
  }
  .form-group .form-control {
    height: 45px;
    padding: 8px 20px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .form-group .form-control:focus {
    box-shadow: none;
    outline: 0;
    border-color: #8e8e8e;
  }
  .form-group textarea {
    resize: none;
  }
  .form-group textarea.form-control {
    height: inherit;
  }
  
  .form-control, select, .custom-select {
    border-radius: 0;
  }
  .form-control:focus, select:focus, .custom-select:focus {
    box-shadow: none;
    outline: 0;
    border-color: #f6f5f4;
  }
  
  .form-control[readonly] {
    background-color: #ffffff !important;
  }
  
  [type="radio"], [type="check"], .custom-control-label {
    cursor: pointer;
  }
  
  .btn:focus {
    box-shadow: none;
    outline: 0;
  }
  
  .btn-sold-out {
    background-color: #c00;
    border-color: #c00;
    color: #ffffff;
  }
  .btn-sold-out:hover, .btn-sold-out:focus {
    background-color: #c00;
    border-color: #c00;
  }
  
  .gift-kit-btn > a {
    background-color: #ffd9ff;
    color: #282828 !important;
  }
  .gift-kit-btn > a:hover {
    background-color: #dda6dd;
  }
  
  .btn {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    border: 1px solid transparent !important;
    text-transform: uppercase;
    font-family: "CenturyGothic-Bold", "Trebuchet MS", Verdana, sans-serif;
    font-size: 1rem;
    line-height: 160%;
    letter-spacing: 1px;
    padding: 0.5rem 1rem;
    border-color: #000 !important;
    background: 0 0 !important;
    color: #000 !important;
  }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    .btn {
      letter-spacing: 0;
    }
  }
  .btn.btn-sm {
    font-size: 1rem;
    line-height: 160%;
    padding: 0.375rem 0.75rem;
  }
  
  .btn.btn-lg {
    font-size: 1.5rem;
    line-height: 160%;
    padding: 0.75rem 1rem;
  }
  
  .btn.active,
  .btn:hover {
    background: #000 !important;
    color: #fff !important;
  }
  
  .btn.btn-success {
    border-color: #3bc952 !important;
    background: 0 0 !important;
    color: #3bc952 !important;
  }
  
  .btn.btn-success.active,
  .btn.btn-success:hover {
    background: #3bc952 !important;
    color: #fff !important;
  }
  
  .btn.btn-danger,
  .btn.btn-google,
  .btn.out-of-stock {
    border-color: #c00 !important;
    background: 0 0 !important;
    color: #c00 !important;
  }
  
  .btn.btn-danger.active,
  .btn.btn-danger:hover,
  .btn.btn-google.active,
  .btn.btn-google:hover,
  .btn.out-of-stock.active,
  .btn.out-of-stock:hover {
    background: #c00 !important;
    color: #fff !important;
  }
  
  .btn.btn-facebook,
  .btn.btn-info,
  .btn.btn-primary {
    border-color: #301a81 !important;
    background: 0 0 !important;
    color: #301a81 !important;
  }
  
  .btn.btn-facebook.active,
  .btn.btn-facebook:hover,
  .btn.btn-info.active,
  .btn.btn-info:hover,
  .btn.btn-primary.active,
  .btn.btn-primary:hover {
    background: #301a81 !important;
    color: #fff !important;
  }
  
  .btn.btn-warning,
  .btn.in-preorder {
    border-color: #c2ae28 !important;
    background: 0 0 !important;
    color: #c2ae28 !important;
  }
  
  .btn.btn-warning.active,
  .btn.btn-warning:hover,
  .btn.in-preorder.active,
  .btn.in-preorder:hover {
    background: #c2ae28 !important;
    color: #000 !important;
  }
  
  .btn.btn-inverse {
    border-color: #fff !important;
    background: #000 !important;
    color: #fff !important;
  }
  
  .btn.btn-inverse.active,
  .btn.btn-inverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #000 !important;
  }
  
  .rating-star {
    background: url(../img/icons/rating-star.png) no-repeat;
    background-size: 37px 13px;
    display: inline-block;
    height: 13px;
    width: 13px;
  }
  
  .rating-star-half {
    background-position: -13px 0;
  }
  
  .rating-star-empty {
    background-position: -25px 0;
  }
  
  .social-links a {
    display: inline-block;
    color: #282828;
  }
  .social-links a:not(:last-child) {
    margin-right: 22px;
  }
  
  .ar-font-regular {
    font-family: "FrutigerLTArabic-55Roman";
  }
  
  .slick-list {
    padding: 12px 0 12px;
  }
  
  .btn {
    font-family: "CenturyGothic-Bold";
    padding: 8px 25px;
  }
  
  #ui-datepicker-div {
    display: none;
    background-color: #fff;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
    margin-top: 0.25rem;
    border-radius: 0.5rem;
    padding: 0.5rem;
  }
  
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  .ui-datepicker-calendar thead th {
    padding: 0.25rem 0;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 400;
    color: #78909C;
  }
  
  .ui-datepicker-calendar tbody td {
    width: 2.5rem;
    text-align: center;
    padding: 0;
  }
  
  .ui-datepicker-calendar tbody td a {
    display: block;
    border-radius: 0.25rem;
    line-height: 2rem;
    transition: 0.3s all;
    color: #546E7A;
    font-size: 0.875rem;
    text-decoration: none;
  }
  
  .ui-datepicker-calendar tbody td a:hover {
    background-color: rgba(70, 63, 110, 0.12);
  }
  
  .ui-datepicker-calendar tbody td a.ui-state-active {
    background-color: #1d1d1b;
    color: white;
  }
  
  .ui-datepicker-header a.ui-corner-all {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 2rem;
    height: 2rem;
    margin: 0.5rem;
    border-radius: 0.25rem;
    transition: 0.3s all;
  }
  
  .ui-datepicker-header a.ui-corner-all:hover {
    background-color: #ECEFF1;
  }
  
  .ui-datepicker-header a.ui-datepicker-prev {
    left: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 0.5rem;
    background-position: 50%;
    transform: rotate(180deg);
  }
  
  .ui-datepicker-header a.ui-datepicker-next {
    right: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 50%;
  }
  
  .ui-datepicker-header a > span {
    display: none;
  }
  
  .ui-datepicker-title {
    text-align: center;
    line-height: 2rem;
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    padding-bottom: 0.25rem;
  }
  
  .ui-datepicker-week-col {
    color: #78909C;
    font-weight: 400;
    font-size: 0.75rem;
  }
  
  /*
   * Hide visually and from screen readers
   */
  .hidden {
    display: none !important;
  }
  
  /*
   * Hide only visually, but have it available for screen readers:
   * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
   *
   * 1. For long content, line feeds are not interpreted as spaces and small width
   *    causes content to wrap 1 word per line:
   *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
   */
  .visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    /* 1 */
  }
  
  /*
   * Extends the .visuallyhidden class to allow the element
   * to be focusable when navigated to via the keyboard:
   * https://www.drupal.org/node/897638
   */
  .visuallyhidden.focusable:active,
  .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
  }
  
  /*
   * Hide visually and from screen readers, but maintain layout
   */
  .invisible {
    visibility: hidden;
  }
  
  /*
   * Clearfix: contain floats
   *
   * For modern browsers
   * 1. The space content is one way to avoid an Opera bug when the
   *    `contenteditable` attribute is included anywhere else in the document.
   *    Otherwise it causes space to appear at the top and bottom of elements
   *    that receive the `clearfix` class.
   * 2. The use of `table` rather than `block` is only necessary if using
   *    `:before` to contain the top-margins of child elements.
   */
  .clearfix:before,
  .clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  
  .clearfix:after {
    clear: both;
  }
  
  /* ==========================================================================
     Flags
     ========================================================================== */
  .flag {
    background: url(../images/flags.png) no-repeat;
    width: 16px;
    height: 11px;
  }
  
  .flag.flag-intl {
    background-position: 0 0;
  }
  
  .flag.flag-ad {
    background-position: -16px 0;
  }
  
  .flag.flag-ae {
    background-position: -32px 0;
  }
  
  .flag.flag-af {
    background-position: -48px 0;
  }
  
  .flag.flag-ag {
    background-position: -64px 0;
  }
  
  .flag.flag-ai {
    background-position: -80px 0;
  }
  
  .flag.flag-al {
    background-position: -96px 0;
  }
  
  .flag.flag-am {
    background-position: -112px 0;
  }
  
  .flag.flag-an {
    background-position: -128px 0;
  }
  
  .flag.flag-ao {
    background-position: -144px 0;
  }
  
  .flag.flag-ar {
    background-position: -160px 0;
  }
  
  .flag.flag-as {
    background-position: -176px 0;
  }
  
  .flag.flag-at {
    background-position: -192px 0;
  }
  
  .flag.flag-au {
    background-position: -208px 0;
  }
  
  .flag.flag-aw {
    background-position: -224px 0;
  }
  
  .flag.flag-az {
    background-position: -240px 0;
  }
  
  .flag.flag-ba {
    background-position: 0 -11px;
  }
  
  .flag.flag-bb {
    background-position: -16px -11px;
  }
  
  .flag.flag-bd {
    background-position: -32px -11px;
  }
  
  .flag.flag-be {
    background-position: -48px -11px;
  }
  
  .flag.flag-bf {
    background-position: -64px -11px;
  }
  
  .flag.flag-bg {
    background-position: -80px -11px;
  }
  
  .flag.flag-bh {
    background-position: -96px -11px;
  }
  
  .flag.flag-bi {
    background-position: -112px -11px;
  }
  
  .flag.flag-bj {
    background-position: -128px -11px;
  }
  
  .flag.flag-bm {
    background-position: -144px -11px;
  }
  
  .flag.flag-bn {
    background-position: -160px -11px;
  }
  
  .flag.flag-bo {
    background-position: -176px -11px;
  }
  
  .flag.flag-br {
    background-position: -192px -11px;
  }
  
  .flag.flag-bs {
    background-position: -208px -11px;
  }
  
  .flag.flag-bt {
    background-position: -224px -11px;
  }
  
  .flag.flag-bv {
    background-position: -240px -11px;
  }
  
  .flag.flag-bw {
    background-position: 0 -22px;
  }
  
  .flag.flag-by {
    background-position: -16px -22px;
  }
  
  .flag.flag-bz {
    background-position: -32px -22px;
  }
  
  .flag.flag-ca {
    background-position: -48px -22px;
  }
  
  .flag.flag-catalonia {
    background-position: -64px -22px;
  }
  
  .flag.flag-cd {
    background-position: -80px -22px;
  }
  
  .flag.flag-cf {
    background-position: -96px -22px;
  }
  
  .flag.flag-cg {
    background-position: -112px -22px;
  }
  
  .flag.flag-ch {
    background-position: -128px -22px;
  }
  
  .flag.flag-ci {
    background-position: -144px -22px;
  }
  
  .flag.flag-ck {
    background-position: -160px -22px;
  }
  
  .flag.flag-cl {
    background-position: -176px -22px;
  }
  
  .flag.flag-cm {
    background-position: -192px -22px;
  }
  
  .flag.flag-cn {
    background-position: -208px -22px;
  }
  
  .flag.flag-co {
    background-position: -224px -22px;
  }
  
  .flag.flag-cr {
    background-position: -240px -22px;
  }
  
  .flag.flag-cu {
    background-position: 0 -33px;
  }
  
  .flag.flag-cv {
    background-position: -16px -33px;
  }
  
  .flag.flag-cw {
    background-position: -32px -33px;
  }
  
  .flag.flag-cy {
    background-position: -48px -33px;
  }
  
  .flag.flag-cz {
    background-position: -64px -33px;
  }
  
  .flag.flag-de {
    background-position: -80px -33px;
  }
  
  .flag.flag-dj {
    background-position: -96px -33px;
  }
  
  .flag.flag-dk {
    background-position: -112px -33px;
  }
  
  .flag.flag-dm {
    background-position: -128px -33px;
  }
  
  .flag.flag-do {
    background-position: -144px -33px;
  }
  
  .flag.flag-dz {
    background-position: -160px -33px;
  }
  
  .flag.flag-ec {
    background-position: -176px -33px;
  }
  
  .flag.flag-ee {
    background-position: -192px -33px;
  }
  
  .flag.flag-eg {
    background-position: -208px -33px;
  }
  
  .flag.flag-eh {
    background-position: -224px -33px;
  }
  
  .flag.flag-england {
    background-position: -240px -33px;
  }
  
  .flag.flag-er {
    background-position: 0 -44px;
  }
  
  .flag.flag-es {
    background-position: -16px -44px;
  }
  
  .flag.flag-et {
    background-position: -32px -44px;
  }
  
  .flag.flag-eu {
    background-position: -48px -44px;
  }
  
  .flag.flag-fi {
    background-position: -64px -44px;
  }
  
  .flag.flag-fj {
    background-position: -80px -44px;
  }
  
  .flag.flag-fk {
    background-position: -96px -44px;
  }
  
  .flag.flag-fm {
    background-position: -112px -44px;
  }
  
  .flag.flag-fo {
    background-position: -128px -44px;
  }
  
  .flag.flag-fr {
    background-position: -144px -44px;
  }
  
  .flag.flag-ga {
    background-position: -160px -44px;
  }
  
  .flag.flag-gb {
    background-position: -176px -44px;
  }
  
  .flag.flag-gd {
    background-position: -192px -44px;
  }
  
  .flag.flag-ge {
    background-position: -208px -44px;
  }
  
  .flag.flag-gf {
    background-position: -224px -44px;
  }
  
  .flag.flag-gg {
    background-position: -240px -44px;
  }
  
  .flag.flag-gh {
    background-position: 0 -55px;
  }
  
  .flag.flag-gi {
    background-position: -16px -55px;
  }
  
  .flag.flag-gl {
    background-position: -32px -55px;
  }
  
  .flag.flag-gm {
    background-position: -48px -55px;
  }
  
  .flag.flag-gn {
    background-position: -64px -55px;
  }
  
  .flag.flag-gp {
    background-position: -80px -55px;
  }
  
  .flag.flag-gq {
    background-position: -96px -55px;
  }
  
  .flag.flag-gr {
    background-position: -112px -55px;
  }
  
  .flag.flag-gs {
    background-position: -128px -55px;
  }
  
  .flag.flag-gt {
    background-position: -144px -55px;
  }
  
  .flag.flag-gu {
    background-position: -160px -55px;
  }
  
  .flag.flag-gw {
    background-position: -176px -55px;
  }
  
  .flag.flag-gy {
    background-position: -192px -55px;
  }
  
  .flag.flag-hk {
    background-position: -208px -55px;
  }
  
  .flag.flag-hm {
    background-position: -224px -55px;
  }
  
  .flag.flag-hn {
    background-position: -240px -55px;
  }
  
  .flag.flag-hr {
    background-position: 0 -66px;
  }
  
  .flag.flag-ht {
    background-position: -16px -66px;
  }
  
  .flag.flag-hu {
    background-position: -32px -66px;
  }
  
  .flag.flag-ic {
    background-position: -48px -66px;
  }
  
  .flag.flag-id {
    background-position: -64px -66px;
  }
  
  .flag.flag-ie {
    background-position: -80px -66px;
  }
  
  .flag.flag-il {
    background-position: -96px -66px;
  }
  
  .flag.flag-im {
    background-position: -112px -66px;
  }
  
  .flag.flag-in {
    background-position: -128px -66px;
  }
  
  .flag.flag-io {
    background-position: -144px -66px;
  }
  
  .flag.flag-iq {
    background-position: -160px -66px;
  }
  
  .flag.flag-ir {
    background-position: -176px -66px;
  }
  
  .flag.flag-is {
    background-position: -192px -66px;
  }
  
  .flag.flag-it {
    background-position: -208px -66px;
  }
  
  .flag.flag-je {
    background-position: -224px -66px;
  }
  
  .flag.flag-jm {
    background-position: -240px -66px;
  }
  
  .flag.flag-jo {
    background-position: 0 -77px;
  }
  
  .flag.flag-jp {
    background-position: -16px -77px;
  }
  
  .flag.flag-ke {
    background-position: -32px -77px;
  }
  
  .flag.flag-kg {
    background-position: -48px -77px;
  }
  
  .flag.flag-kh {
    background-position: -64px -77px;
  }
  
  .flag.flag-ki {
    background-position: -80px -77px;
  }
  
  .flag.flag-km {
    background-position: -96px -77px;
  }
  
  .flag.flag-kn {
    background-position: -112px -77px;
  }
  
  .flag.flag-kp {
    background-position: -128px -77px;
  }
  
  .flag.flag-kr {
    background-position: -144px -77px;
  }
  
  .flag.flag-kurdistan {
    background-position: -160px -77px;
  }
  
  .flag.flag-kw {
    background-position: -176px -77px;
  }
  
  .flag.flag-ky {
    background-position: -192px -77px;
  }
  
  .flag.flag-kz {
    background-position: -208px -77px;
  }
  
  .flag.flag-la {
    background-position: -224px -77px;
  }
  
  .flag.flag-lb {
    background-position: -240px -77px;
  }
  
  .flag.flag-lc {
    background-position: 0 -88px;
  }
  
  .flag.flag-li {
    background-position: -16px -88px;
  }
  
  .flag.flag-lk {
    background-position: -32px -88px;
  }
  
  .flag.flag-lr {
    background-position: -48px -88px;
  }
  
  .flag.flag-ls {
    background-position: -64px -88px;
  }
  
  .flag.flag-lt {
    background-position: -80px -88px;
  }
  
  .flag.flag-lu {
    background-position: -96px -88px;
  }
  
  .flag.flag-lv {
    background-position: -112px -88px;
  }
  
  .flag.flag-ly {
    background-position: -128px -88px;
  }
  
  .flag.flag-ma {
    background-position: -144px -88px;
  }
  
  .flag.flag-mc {
    background-position: -160px -88px;
  }
  
  .flag.flag-md {
    background-position: -176px -88px;
  }
  
  .flag.flag-me {
    background-position: -192px -88px;
  }
  
  .flag.flag-mg {
    background-position: -208px -88px;
  }
  
  .flag.flag-mh {
    background-position: -224px -88px;
  }
  
  .flag.flag-mk {
    background-position: -240px -88px;
  }
  
  .flag.flag-ml {
    background-position: 0 -99px;
  }
  
  .flag.flag-mm {
    background-position: -16px -99px;
  }
  
  .flag.flag-mn {
    background-position: -32px -99px;
  }
  
  .flag.flag-mo {
    background-position: -48px -99px;
  }
  
  .flag.flag-mp {
    background-position: -64px -99px;
  }
  
  .flag.flag-mq {
    background-position: -80px -99px;
  }
  
  .flag.flag-mr {
    background-position: -96px -99px;
  }
  
  .flag.flag-ms {
    background-position: -112px -99px;
  }
  
  .flag.flag-mt {
    background-position: -128px -99px;
  }
  
  .flag.flag-mu {
    background-position: -144px -99px;
  }
  
  .flag.flag-mv {
    background-position: -160px -99px;
  }
  
  .flag.flag-mw {
    background-position: -176px -99px;
  }
  
  .flag.flag-mx {
    background-position: -192px -99px;
  }
  
  .flag.flag-my {
    background-position: -208px -99px;
  }
  
  .flag.flag-mz {
    background-position: -224px -99px;
  }
  
  .flag.flag-na {
    background-position: -240px -99px;
  }
  
  .flag.flag-nc {
    background-position: 0 -110px;
  }
  
  .flag.flag-ne {
    background-position: -16px -110px;
  }
  
  .flag.flag-nf {
    background-position: -32px -110px;
  }
  
  .flag.flag-ng {
    background-position: -48px -110px;
  }
  
  .flag.flag-ni {
    background-position: -64px -110px;
  }
  
  .flag.flag-nl {
    background-position: -80px -110px;
  }
  
  .flag.flag-no {
    background-position: -96px -110px;
  }
  
  .flag.flag-np {
    background-position: -112px -110px;
  }
  
  .flag.flag-nr {
    background-position: -128px -110px;
  }
  
  .flag.flag-nu {
    background-position: -144px -110px;
  }
  
  .flag.flag-nz {
    background-position: -160px -110px;
  }
  
  .flag.flag-om {
    background-position: -176px -110px;
  }
  
  .flag.flag-pa {
    background-position: -192px -110px;
  }
  
  .flag.flag-pe {
    background-position: -208px -110px;
  }
  
  .flag.flag-pf {
    background-position: -224px -110px;
  }
  
  .flag.flag-pg {
    background-position: -240px -110px;
  }
  
  .flag.flag-ph {
    background-position: 0 -121px;
  }
  
  .flag.flag-pk {
    background-position: -16px -121px;
  }
  
  .flag.flag-pl {
    background-position: -32px -121px;
  }
  
  .flag.flag-pm {
    background-position: -48px -121px;
  }
  
  .flag.flag-pn {
    background-position: -64px -121px;
  }
  
  .flag.flag-pr {
    background-position: -80px -121px;
  }
  
  .flag.flag-ps {
    background-position: -96px -121px;
  }
  
  .flag.flag-pt {
    background-position: -112px -121px;
  }
  
  .flag.flag-pw {
    background-position: -128px -121px;
  }
  
  .flag.flag-py {
    background-position: -144px -121px;
  }
  
  .flag.flag-qa {
    background-position: -160px -121px;
  }
  
  .flag.flag-re {
    background-position: -176px -121px;
  }
  
  .flag.flag-ro {
    background-position: -192px -121px;
  }
  
  .flag.flag-rs {
    background-position: -208px -121px;
  }
  
  .flag.flag-ru {
    background-position: -224px -121px;
  }
  
  .flag.flag-rw {
    background-position: -240px -121px;
  }
  
  .flag.flag-sa {
    background-position: 0 -132px;
  }
  
  .flag.flag-sb {
    background-position: -16px -132px;
  }
  
  .flag.flag-sc {
    background-position: -32px -132px;
  }
  
  .flag.flag-scotland {
    background-position: -48px -132px;
  }
  
  .flag.flag-sd {
    background-position: -64px -132px;
  }
  
  .flag.flag-se {
    background-position: -80px -132px;
  }
  
  .flag.flag-sg {
    background-position: -96px -132px;
  }
  
  .flag.flag-sh {
    background-position: -112px -132px;
  }
  
  .flag.flag-si {
    background-position: -128px -132px;
  }
  
  .flag.flag-sk {
    background-position: -144px -132px;
  }
  
  .flag.flag-sl {
    background-position: -160px -132px;
  }
  
  .flag.flag-sm {
    background-position: -176px -132px;
  }
  
  .flag.flag-sn {
    background-position: -192px -132px;
  }
  
  .flag.flag-so {
    background-position: -208px -132px;
  }
  
  .flag.flag-somaliland {
    background-position: -224px -132px;
  }
  
  .flag.flag-sr {
    background-position: -240px -132px;
  }
  
  .flag.flag-ss {
    background-position: 0 -143px;
  }
  
  .flag.flag-st {
    background-position: -16px -143px;
  }
  
  .flag.flag-sv {
    background-position: -32px -143px;
  }
  
  .flag.flag-sx {
    background-position: -48px -143px;
  }
  
  .flag.flag-sy {
    background-position: -64px -143px;
  }
  
  .flag.flag-sz {
    background-position: -80px -143px;
  }
  
  .flag.flag-tc {
    background-position: -96px -143px;
  }
  
  .flag.flag-td {
    background-position: -112px -143px;
  }
  
  .flag.flag-tf {
    background-position: -128px -143px;
  }
  
  .flag.flag-tg {
    background-position: -144px -143px;
  }
  
  .flag.flag-th {
    background-position: -160px -143px;
  }
  
  .flag.flag-tj {
    background-position: -176px -143px;
  }
  
  .flag.flag-tk {
    background-position: -192px -143px;
  }
  
  .flag.flag-tl {
    background-position: -208px -143px;
  }
  
  .flag.flag-tm {
    background-position: -224px -143px;
  }
  
  .flag.flag-tn {
    background-position: -240px -143px;
  }
  
  .flag.flag-to {
    background-position: 0 -154px;
  }
  
  .flag.flag-tr {
    background-position: -16px -154px;
  }
  
  .flag.flag-tt {
    background-position: -32px -154px;
  }
  
  .flag.flag-tv {
    background-position: -48px -154px;
  }
  
  .flag.flag-tw {
    background-position: -64px -154px;
  }
  
  .flag.flag-tz {
    background-position: -80px -154px;
  }
  
  .flag.flag-ua {
    background-position: -96px -154px;
  }
  
  .flag.flag-ug {
    background-position: -112px -154px;
  }
  
  .flag.flag-um {
    background-position: -128px -154px;
  }
  
  .flag.flag-us {
    background-position: -144px -154px;
  }
  
  .flag.flag-uy {
    background-position: -160px -154px;
  }
  
  .flag.flag-uz {
    background-position: -176px -154px;
  }
  
  .flag.flag-va {
    background-position: -192px -154px;
  }
  
  .flag.flag-vc {
    background-position: -208px -154px;
  }
  
  .flag.flag-ve {
    background-position: -224px -154px;
  }
  
  .flag.flag-vg {
    background-position: -240px -154px;
  }
  
  .flag.flag-vi {
    background-position: 0 -165px;
  }
  
  .flag.flag-vn {
    background-position: -16px -165px;
  }
  
  .flag.flag-vu {
    background-position: -32px -165px;
  }
  
  .flag.flag-wales {
    background-position: -48px -165px;
  }
  
  .flag.flag-wf {
    background-position: -64px -165px;
  }
  
  .flag.flag-ws {
    background-position: -80px -165px;
  }
  
  .flag.flag-ye {
    background-position: -96px -165px;
  }
  
  .flag.flag-yt {
    background-position: -112px -165px;
  }
  
  .flag.flag-za {
    background-position: -128px -165px;
  }
  
  .flag.flag-zanzibar {
    background-position: -144px -165px;
  }
  
  .flag.flag-zm {
    background-position: -160px -165px;
  }
  
  .flag.flag-zw {
    background-position: -176px -165px;
  }
  
  /* 
      UI- Slider
  */
  .ui-slider {
    position: relative;
    text-align: left;
  }
  
  .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
  }
  
  .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
  }
  
  .ui-slider.ui-state-disabled .ui-slider-handle,
  .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
  }
  
  .ui-slider-horizontal {
    height: 0.8em;
  }
  
  .ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -0.6em;
  }
  
  .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
  }
  
  .ui-slider-horizontal .ui-slider-range-min {
    left: 0;
  }
  
  .ui-slider-horizontal .ui-slider-range-max {
    right: 0;
  }
  
  .ui-slider-vertical {
    width: .8em;
    height: 100px;
  }
  
  .ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -0.6em;
  }
  
  .ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
  }
  
  .ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
  }
  
  .ui-slider-vertical .ui-slider-range-max {
    top: 0;
  }
  
  .owl-nav .owl-next,
  .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 10px 0 0 0;
    font-size: 20px;
    margin-top: -20px;
    color: #949292;
    cursor: pointer;
  }
  
  @media (max-width: 767px) {
    .owl-nav .owl-next,
    .owl-nav .owl-prev {
      width: 30px;
      height: 30px;
      padding-top: 6px;
      margin-top: -15px;
      font-size: 17px;
    }
  }
  .owl-nav .owl-prev {
    left: 10px;
  }
  
  .owl-nav .owl-next {
    right: 10px;
  }
  
  .owl-controls .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
  }
  
  .owl-controls .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 5px;
  }
  
  .owl-controls .owl-dots .owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background: #fff;
    filter: alpha(Opacity=50);
    opacity: 0.5;
  }
  
  .owl-controls .owl-dots .owl-dot.active span {
    filter: alpha(enabled=false);
    opacity: 1;
  }
  
  /* ==========================================================================
     Print styles.
     Inlined to avoid the additional HTTP request:
     https://www.phpied.com/delay-loading-your-print-css/
     ========================================================================== */
  @media print {
    *,
    *:before,
    *:after {
      background: transparent !important;
      color: #000 !important;
      /* Black prints faster */
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      text-shadow: none !important;
    }
  
    a,
    a:visited {
      text-decoration: underline;
    }
  
    a[href]:after {
      content: " (" attr(href) ")";
    }
  
    abbr[title]:after {
      content: " (" attr(title) ")";
    }
  
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
      content: "";
    }
  
    pre {
      white-space: pre-wrap !important;
    }
  
    pre,
    blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
    }
  
    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
      display: table-header-group;
    }
  
    tr,
    img {
      page-break-inside: avoid;
    }
  
    p,
    h2,
    h3 {
      orphans: 3;
      widows: 3;
    }
  
    h2,
    h3 {
      page-break-after: avoid;
    }
  }
  
  /*21-08-2023*/
  
  .new_img_container{
      height: 300px;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .product-img .new_img_container img{
      width: auto;
      height: auto;
  }
  .new_dflex_desc{
      display:flex;
      align-items: end;
      height: 250px;
  }
  .contain_desc_flex {
      width: 100%;
      display: flex;
      flex-direction : column;
      align-items : center;
      justify-content : center;
      height: 100%;
      /*align-items: end;*/
  }
  .set_default_height_new{
      height: 300px;
  }
  
  .set_default_height_new img{
      height: 100%;
  }
  .count{
          background-color: red;
      position: absolute;
      top: -11px;
      right: -5px;
      color: white;
      padding: 0.2rem;
      border-radius: 50%;
       display: flex;
      align-items : center;
      justify-content : center;
  }
  .inner-content-main,.home-banner-wrap{
      top : -48px;
  }
  .nav-block li > a {
      line-height: 25px;
  }
  .nav-wrap {
       border-top: none; 
       margin-bottom : .5rem;
  }
  .main-footer .footer-columns .footer-column ul li {
      padding-bottom : 2px;
      font-size : 11px;
      letter-spacing : 1px;
  }
  .main-footer .footer-columns .footer-column h5{
      margin-bottom: 3px;
      font-size : 14px;
  }
  .main-footer a {
      color : black !important;
  }
  .logo-wrap-center img {
      max-width: 140px;
  }
  
  /* Ensure the parent element is positioned relatively */
  .login-register-header-dropdown {
      position: relative;
  }
  
  /* Initially hide the dropdown */
  .login-register-header-dropdown .dropdown-menu {
      display: none;
      position: absolute;
      top: 100%; /* Position it below the parent */
      left: 0;  /* Align it with the left edge of the parent */
      background-color: white;
      border: 1px solid #ddd;
      z-index: 1000;
      min-width: 200px; /* Optional: Set a minimum width for the dropdown */
  }
  
  /* Show the dropdown when the parent is hovered */
  .login-register-header-dropdown:hover .dropdown-menu {
      display: block;
  }
  /* Ensure the parent element is positioned relatively */
  .email-subscribe-dropdown {
      position: relative;
  }
  
  /* Initially hide the dropdown */
  .email-subscribe-dropdown .dropdown-menu {
      display: none;
      position: absolute;
      top: 100%; /* Position it below the parent */
      left: 0;   /* Align it with the left edge of the parent */
      background-color: white;
      border: 1px solid #ddd;
      z-index: 1000;
      min-width: 250px; /* Optional: Set a minimum width for the dropdown */
  }
  
  /* Show the dropdown when the parent is hovered */
  .email-subscribe-dropdown:hover .dropdown-menu {
      display: block;
  }
  
  .breadcrumb-block {
      border-bottom : none !important;
  }
  .header-logo-wrap span{
      font-size : 12px !important;
  }
  .copyright-wrap{
      color : #999 !important;
      font-size : 13px;
  }
  .breadcrumb-block li a:hover{
      color : grey !important;
  }
  .product-item .product-desc h4,.product-item .product-desc h4 a{
      font-weight : 700 !important;
  }
  
  /*# sourceMappingURL=main.css.map */
  
  .product-prices{
      font-size: clamp(16px, 2vw, 20px);;
  }
  .header-wish-count::after,.header-cart-count::after {
    display: none !important;
  }
  






  .product-item {
    display: flex;
    flex-direction: column;
    height: 100%; /* Ensure all product cards are the same height */
}

.product-desc {
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* Allows this section to expand and keep all cards even */
}

.product-desc h4 {
    min-height: 22px; /* Adjust according to your design */
    overflow: hidden;
}

.product-desc p {
    min-height: 40px; /* Adjust according to your design */
    overflow: hidden;
}

.item-action-btn {
    margin-top: auto; /* Pushes the button to the bottom */
    width: 100%;
}



/* FLAG Pop Up - Start */
#super-footer #super-footer-locales .dropdown .shipping-country-trigger {
    display: block;
    height: 30px;
    padding: 10px;
    font-size: 12px;
    color: #282828;
}

#super-footer #super-footer-locales .dropdown .shipping-country-trigger i{
    display: inline-block;
}



/* Main modal area */
#countrySelectorModal .modal-content .modal-header {
  background-color: #f8f9fa;
  border-bottom: 1px solid #ddd;
}

#countrySelectorModal .modal-title {
  font-size: 20px;
  font-weight: 600;
}

   

#countrySelectorModal .modal-body {
  max-height: 70vh;
  overflow-y: auto;
  padding: 15px 20px;
}


/* Confirm bar */
#countrySelectorModal .country-confirm {
  display: flex;
    align-items: center;
    background-color: #ffffff;
    padding: 8px 0px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    justify-content: space-between;
}

#countrySelectorModal .country-confirm .country-confirm-text{
    font-family: CenturyGothic, "Trebuchet MS", Verdana, sans-serif;
    font-weight: 600;
    font-size: 13px;
}

#countrySelectorModal .card-header h2 button.btn-link {
  text-decoration: none !important;
}

#countrySelectorModal .card-header h2 button.btn-link:hover,
#countrySelectorModal .card-header h2 button.btn-link:focus {
  text-decoration: none !important;
}


#countrySelectorModal .confirm-btn {
    border: none;
    padding: 6px 14px;
    font-weight: 600;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    letter-spacing: 2px;
    padding: 5px 1rem;
    border: 1px solid #000 !important;
    color: #000;
      background-color: #fff;

}

#countrySelectorModal .confirm-btn:hover {
  background-color: #000 !important;
  color:white !important;
}

@media (max-width: 768px) {
  #countrySelectorModal .card .card-body {
    column-count: 2 !important;
  }
 
  #countrySelectorModal .otherwise {
    line-height: 21px !important;
  }
}



/* Accordion headers */
#countrySelectorModal .accordion-button {
  font-weight: 600;
  font-size: 16px;
  padding: 12px 16px;
  color: #2c3e50;
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
}

#countrySelectorModal .accordion-button:not(.collapsed) {
  background-color: #e7f3ff;
  border-color: #007bff;
}

#countrySelectorModal .accordion-body {
  padding: 10px 20px 15px 20px;
}

/* Country list styles */
#countrySelectorModal .country-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

#countrySelectorModal .country-item {
  transition: all 0.2s ease-in-out;
  cursor: pointer;
      padding: 0px 0px !important;

}

#countrySelectorModal .close{
    padding: 0 !important;
    margin: 0 !important;
}

#countrySelectorModal .close span{
   font-size: 2.5rem;
}

#countrySelectorModal .country-item i {
  margin-right: 3px;
  display: inline-block;
}

#countrySelectorModal .country-item {
      margin-bottom: 1px;
      padding: 6px 10px;
      border-radius: 4px;
      transition: all 0.3s ease;
      cursor: pointer;
      font-family: CenturyGothic, "Trebuchet MS", Verdana, sans-serif;
    }
    
    

#countrySelectorModal .otherwise{
    font-size: 1rem;
    font-family: CenturyGothic, "Trebuchet MS", Verdana, sans-serif;
}

#countrySelectorModal #country-accordion .card {
     border: none !important;
     margin-bottom: 10px;
}


#countrySelectorModal #country-accordion .card .card-header h2{
  margin : 0px auto !important;
}

#countrySelectorModal #country-accordion .card .card-header h2 button{
    border: none !important;
    padding: 0px !important;
    font-family: CenturyGothic-Bold, "Trebuchet MS", Verdana, sans-serif;
    font-size: 1.2rem !important;
    text-transform: capitalize !important;
    font-weight: 900 !important;
    text-align: left;
}

#countrySelectorModal #country-accordion .card.card-header {
    margin-bottom: 6px !important;
}


#countrySelectorModal #country-accordion .card .card-header h2 button:hover{
    background: #00000000 !important;
    color: #212529 !important;
    text-decoration: none  !important;
}


#countrySelectorModal .card-header:hover {
  background-color: #ededed;
  color: #fff;
}

#countrySelectorModal .card-header:hover .btn {
  color: #fff;
}

#countrySelectorModal .card-header {
  transition: background-color 0.3s ease, color 0.3s ease;
   border-radius: 2px;
    margin-bottom: 0px;
    border: 1px solid #00000020;
    padding: .45rem 1.25rem !important;
}


/* Active & hover states */
#countrySelectorModal .country-item:hover {
  background-color: #f0f7ff00;
    color: black !important;
}

#countrySelectorModal .country-item.active {
 background-color: #dbeeff00;
    font-weight: 600;
    color: black !important;
}

#countrySelectorModal .card .card-body {
    column-count: 3;
    border: 1px solid #00000020;
    border-top: none !important;
}



/* Arabic (RTL) Specific Styles for Country Selector Modal */



[dir="rtl"] #countrySelectorModal .card .card-body,
[dir="rtl"] #countrySelectorModal .otherwise,
[dir="rtl"] #countrySelectorModal #country-accordion .card .card-header h2 button
{
    text-align: right !important;
}

@media (max-width: 768px) {

    [dir="rtl"] #countrySelectorModal .country-list {
        padding-right: 13px;
   }
}
/* FLAG Pop Up - End */

