/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
/* =Theme customization starts here
------------------------------------------------------- */
:root {
  --all: all 300ms ease-in-out; }

body::-webkit-scrollbar-thumb {
  background-color: #ed1b24;
  border-radius: 20px;
  border: none; }

body::-webkit-scrollbar {
  width: 3px; }

body::-webkit-scrollbar-track {
  background: #fff; }

body {
  position: relative;
  transition: var(--all);
  right: 0;
  /*Mobile menu*/
  /*Menu Footer*/
  /*Header-media*/ }
  body.active-menu {
    height: 100vh;
    overflow: hidden;
    right: 400px; }
  body #sos-header {
    position: relative;
    transition: var(--all);
    right: 0;
    z-index: 999999999999;
    display: flex; }
    body #sos-header.active-menu {
      right: 400px; }
    body #sos-header .wrap {
      display: flex;
      width: 95%;
      max-width: 1920px;
      padding: 15px 0 15px 0;
      margin: 0 auto;
      align-items: center;
      position: relative;
      transition: var(--all);
      justify-content: space-between; }
    body #sos-header .sos-logo {
      position: relative;
      margin-right: 30px; }
      body #sos-header .sos-logo .logo {
        display: block;
        width: 200px;
        transition: var(--all); }
    body #sos-header .main-nav {
      display: flex;
      align-items: center; }
      body #sos-header .main-nav ul {
        padding: 0 !important;
        display: flex; }
        body #sos-header .main-nav ul li {
          list-style: none;
          padding: 12px 15px;
          border: 1px solid rgba(255, 255, 255, 0.4);
          margin-right: -1px; }
          body #sos-header .main-nav ul li.menu-item-has-children:after {
            content: '';
            width: 7px;
            height: 7px;
            display: inline-block;
            top: -3px;
            right: -4px;
            border-bottom: 2px solid #ed1b24;
            border-right: 2px solid #ed1b24;
            transform: rotate(45deg);
            position: relative; }
          body #sos-header .main-nav ul li a {
            font-size: 15px;
            text-transform: uppercase;
            color: #fff;
            letter-spacing: 2px;
            transition: var(--all); }
            body #sos-header .main-nav ul li a:hover {
              color: #ed1b24; }
          body #sos-header .main-nav ul li .sub-menu {
            width: fit-content;
            position: absolute;
            top: 85px;
            min-width: 216px;
            padding: 10px 0 !important;
            display: block;
            background: rgba(255, 255, 255, 0.9);
            opacity: 0;
            visibility: hidden;
            transition: var(--all);
            backdrop-filter: blur(4px);
            border-top: 3px solid #ed1b24; }
            body #sos-header .main-nav ul li .sub-menu li {
              display: flex;
              align-items: center;
              width: 100%;
              padding: 8px 25px !important;
              transition: var(--all);
              position: relative;
              justify-content: space-between; }
              body #sos-header .main-nav ul li .sub-menu li a {
                opacity: 1; }
              body #sos-header .main-nav ul li .sub-menu li.current-menu-item a {
                color: #ed1b24 !important;
                opacity: 1; }
              body #sos-header .main-nav ul li .sub-menu li .sub-menu {
                top: -1px !important;
                left: 100%; }
              body #sos-header .main-nav ul li .sub-menu li:hover > .sub-menu {
                top: -13px !important; }
          body #sos-header .main-nav ul li:hover > .sub-menu {
            opacity: 1;
            visibility: visible;
            top: 90px; }
          body #sos-header .main-nav ul li.menu-button {
            background: #fff; }
            body #sos-header .main-nav ul li.menu-button a {
              color: #000000; }
    body #sos-header .second-nav ul {
      padding: 0 !important;
      display: flex;
      align-items: center; }
      body #sos-header .second-nav ul li {
        list-style: none;
        margin-left: 35px; }
        body #sos-header .second-nav ul li a {
          transition: var(--all); }
        body #sos-header .second-nav ul li.phone-number a {
          color: #000000;
          font-family: "Gilroy Bold", Helvetica, Arial, Lucida, sans-serif; }
          body #sos-header .second-nav ul li.phone-number a:hover {
            color: #ed1b24; }
        body #sos-header .second-nav ul li.menu-button {
          padding: 0 !important; }
          body #sos-header .second-nav ul li.menu-button a {
            display: block;
            width: fit-content;
            padding: 10px 25px;
            border: 2px solid #ed1b24;
            border-radius: 50px;
            background: rgba(255, 255, 255, 0.5);
            backdrop-filter: blur(4px);
            font-family: "Gilroy Bold", Helvetica, Arial, Lucida, sans-serif;
            text-transform: uppercase;
            font-size: 15px; }
            body #sos-header .second-nav ul li.menu-button a:hover {
              border-color: #000000;
              color: #000000; }
    body #sos-header.sticky {
      background: rgba(255, 255, 255, 0.93);
      backdrop-filter: blur(4px); }
      body #sos-header.sticky .wrap {
        padding: 7px 0 7px 0; }
      body #sos-header.sticky .sos-logo a {
        display: contents; }
        body #sos-header.sticky .sos-logo a .logo {
          width: 150px; }
      body #sos-header.sticky .main-nav ul li a {
        color: #000000; }
      body #sos-header.sticky .main-nav ul li.current-menu-item a {
        color: #ed1b24 !important;
        opacity: 1; }
      body #sos-header.sticky .main-nav ul li.menu-button a {
        border-color: #8c0c19; }
        body #sos-header.sticky .main-nav ul li.menu-button a:hover {
          border-color: #ed1b24; }
      body #sos-header.sticky .main-nav ul li:hover > a {
        color: #ed1b24; }
      body #sos-header.sticky .burger li {
        background: #000; }
    body #sos-header .burger {
      padding: 0 !important;
      cursor: pointer; }
      body #sos-header .burger li {
        list-style: none;
        height: 4px;
        width: 35px;
        margin: 5px 0;
        background: #fff;
        transition: var(--all);
        position: relative; }
        body #sos-header .burger li:nth-child(1) {
          width: 35%; }
        body #sos-header .burger li:nth-child(2) {
          width: 75%; }
        body #sos-header .burger li:hover:nth-child(1) {
          width: 35px; }
        body #sos-header .burger li:hover:nth-child(2) {
          width: 35px; }
      body #sos-header .burger.active li:nth-child(1) {
        top: 10px;
        transform: rotate(45deg);
        width: 35px; }
      body #sos-header .burger.active li:nth-child(2) {
        opacity: 0;
        visibility: hidden;
        width: 35px; }
      body #sos-header .burger.active li:nth-child(3) {
        top: -10px;
        transform: rotate(-45deg);
        width: 35px; }
    body #sos-header .account-icons {
      display: flex;
      align-items: center; }
      body #sos-header .account-icons .col {
        margin-left: 20px; }
      body #sos-header .account-icons .account {
        display: flex;
        align-items: center; }
        body #sos-header .account-icons .account .info {
          position: relative;
          top: 6px; }
        body #sos-header .account-icons .account a {
          font-weight: 600;
          font-size: 16px;
          text-transform: uppercase;
          color: #fff;
          letter-spacing: 2px;
          transition: var(--all); }
          body #sos-header .account-icons .account a:hover {
            color: #ed1b24 !important; }
        body #sos-header .account-icons .account .users-name {
          line-height: 37%;
          color: #fff; }
        body #sos-header .account-icons .account .login-links a {
          font-size: 14px; }
      body #sos-header .account-icons .icon {
        width: 42px;
        margin-right: 7px;
        display: block;
        line-height: 0; }
      body #sos-header .account-icons .cart-icon {
        width: 42px;
        position: relative;
        top: -4px; }
      body #sos-header .account-icons .cart {
        position: relative; }
      body #sos-header .account-icons .cart-contents-count {
        position: absolute;
        font-weight: 800;
        font-size: 18px;
        text-transform: uppercase;
        color: #fff;
        letter-spacing: 1px;
        top: 54%;
        left: 43%;
        transform: translate(-50%, -50%); }
    @media (max-width: 1672px) {
      body #sos-header .main-nav ul li {
        padding: 3px 11px; }
        body #sos-header .main-nav ul li a {
          font-size: 14px; } }
    @media (min-width: 1251px) {
      body #sos-header .menu-btn {
        display: none; } }
    @media (max-width: 1250px) {
      body #sos-header .menu-btn {
        display: block; }
      body #sos-header .main-nav ul, body #sos-header .second-nav {
        display: none; }
      body #sos-header .burger li {
        height: 3px;
        margin: 7px 0; } }
    @media (max-width: 646px) {
      body #sos-header .account-icons .account .info {
        display: none; }
      body #sos-header .account-icons .icon {
        width: 34px; }
      body #sos-header .account-icons .cart-icon {
        width: 34px;
        top: -2px; }
      body #sos-header .cart-contents-count {
        top: 57%; } }
    @media (max-width: 499px) {
      body #sos-header.active-menu {
        right: 0 !important; }
      body #sos-header .wrap {
        width: 95%;
        max-width: 95%; } }
  body #mobile-menu {
    position: fixed;
    height: 100vh;
    width: 400px;
    background: #fff;
    padding-top: 20px;
    right: -400px;
    transition: var(--all);
    top: 0;
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.06); }
    body #mobile-menu .menu-wrap ul {
      padding: 0 !important; }
      body #mobile-menu .menu-wrap ul li {
        list-style: none;
        padding: 15px 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
        body #mobile-menu .menu-wrap ul li:last-child {
          border-bottom: none; }
        body #mobile-menu .menu-wrap ul li a {
          font-size: 20px;
          font-weight: 600;
          color: var(--color-black);
          text-transform: uppercase; }
        body #mobile-menu .menu-wrap ul li .sub-menu {
          position: absolute;
          right: -400px;
          top: 0;
          padding-top: 80px !important;
          transition: var(--all);
          background: #fff;
          height: 58vh;
          width: 100%;
          z-index: 2000000;
          overflow: hidden;
          overflow-y: scroll; }
          body #mobile-menu .menu-wrap ul li .sub-menu.active {
            right: 0; }
    body #mobile-menu.active {
      right: 0px; }
  body .open-sub-menu {
    position: absolute;
    margin-top: -7px;
    right: 20px;
    height: 40px;
    width: 40px;
    border: 1px solid #ccc;
    border-radius: 50px;
    padding: 6px;
    text-align: center;
    font-size: 32px; }
  body .go-back {
    position: absolute;
    top: 20px;
    left: 20px;
    height: 50px;
    width: 50px;
    border: 1px solid #ccc;
    border-radius: 50px; }
    body .go-back:after {
      content: '';
      width: 10px;
      height: 10px;
      display: block;
      position: relative;
      border-top: 2px solid #8c0c19;
      border-left: 2px solid #8c0c19;
      transform: rotate(-45deg);
      top: 40%;
      left: 43%; }
  body .menu-footer {
    position: absolute;
    z-index: 9999;
    bottom: 88px;
    padding: 30px;
    width: 100%; }
    body .menu-footer ul {
      padding: 0 !important;
      display: flex; }
      body .menu-footer ul li {
        margin-right: 10px;
        list-style: none; }
        body .menu-footer ul li a span {
          font-size: 0; }
  @media (max-width: 499px) {
    body .open-sub-menu {
      padding: 9px; }
    body #mobile-menu {
      top: auto;
      height: 92vh; }
      body #mobile-menu.active {
        right: 0;
        width: 100%; }
    body #mobile-menu .menu-wrap ul li .sub-menu {
      right: -100%; }
    body #mobile-menu .menu-wrap ul li.active {
      right: 0;
      width: 100%; } }
  body .dnxt-btn-icon i {
    position: relative !important;
    top: -1px !important; }
  body .dd-button {
    display: block;
    width: fit-content;
    padding: 10px 24px !important;
    border: 2px solid #ed1b24;
    margin-top: 15px;
    transition: var(--all);
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600; }
    body .dd-button.white {
      border-color: #fff;
      color: #fff;
      backdrop-filter: blur(4px); }
    body .dd-button:hover {
      color: #000000 !important;
      border-color: #000000 !important; }
  @media (max-width: 499px) {
    body.active-menu {
      right: 0 !important; } }