@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
    display: flex;
    flex-direction: column;
    scroll-behavior: smooth;
}

body {
    color: #000;
    font-family: "Roboto";
    font-size: 12px;
    line-height: 1.5;
    box-sizing: border-box;
}

input {
    box-sizing: border-box;
}

.page_wrap {
    flex: 1;
}

a,
path {
    transition: all .15s linear;
}

.common-section-padding {
    padding: 35px 0;
}

@font-face {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/Roboto-Regular.ttf) format('truetype');
}

@font-face {
    font-family: "Roboto";
    font-weight: 500;
    font-style: normal;
    src: url(../fonts/Roboto-Medium.ttf) format('truetype');
}

@font-face {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/Roboto-bold.ttf) format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/OpenSans-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 500;
    font-style: normal;
    src: url(../fonts/OpenSans-Medium.ttf) format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/OpenSans-Bold.ttf) format('truetype');
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
p {
    font-family: 'Open Sans';
}

h1 {
    line-height: 1.1;
}

embed,
img,
object,
svg {
    display: block;
    height: auto;
    max-width: 100%;
}

a {
    display: inline-block;
    text-decoration: none;
}

.small-title {
    margin: 0 0 8px 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: normal;
    letter-spacing: 2px;
}

input {
    padding: 10px 18px;
    width: 100%;
    box-sizing: border-box;
    font-size: 17px;
    border-radius: 2px;
    border: 1px solid #aaa
}

label {
    line-height: 18px;
    font-size: 17px;
    margin-bottom: 5px;
    display: block;
}

label span {
    color: red;
}

.wd-100 {
    width: 100%;
}

.wd-50 {
    width: 50%;
}

.cst-flex {
    display: flex;
    justify-content: space-between;
    gap: 4%;
}

textarea {
    box-sizing: border-box;
}

div {
    box-sizing: border-box;
}

input[type=checkbox] {
    padding: 0;
    height: 13px;
    width: 13px;
}

/* Site Header */
#site-header {
    position: fixed;
    background-color: rgba(22, 104, 158, 0.9) !important;
    background-image: none !important;
    width: 100%;
    z-index: 9;
}

.top-bar-header {
    background-color: #fff;
    padding: 0 20px;
}

.top-bar-header .top-bar-inner {
    display: flex;
    justify-content: end;
}

.top-bar-header .icon-list {
    display: flex;
    list-style-type: none;
    gap: 10px;
    padding: 3px 25px;
}

.top-bar-header .icon-list .icon-list-item a {
    height: 27px;
    width: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
}

.top-bar-header .icon-list .icon-list-item a svg path {
    fill: #fff;
}

.top-bar-header .icon-list .icon-list-item:hover {
    transform: scale(1.1);
}

.top-bar-header .icon-list .icon-list-item {
    border-radius: 50px;
    transition: transform .15s ease-in-out;
}

.top-bar-header .icon-list .fb-icon {
    background-color: #3a559f;
}

.top-bar-header .icon-list .twitter-icon {
    background-color: #5eaade;
}

.top-bar-header .icon-list .youtube-icon {
    background-color: #ff0000;
}

.top-bar-header .icon-list .insta-icon {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.top-bar-header .icon-list .pinterest-icon {
    background-color: #c8232c;
}

.top-bar-header .icon-list .icon-list-item svg {
    width: 19px;
}

.top-bar-header .search-bar .fa-search,
.top-bar-header .search-bar.non-collapsed .fa-times {
    display: inline-block;
    background-color: #4c4c4c;
    float: right;
    color: #fff;
    padding: 6px 7px;
    font-size: 22px;
    float: left;
    cursor: pointer;
    width: 20px;
}

.top-bar-header .search-bar.collapsed .search-label .fa-times {
    display: none;
}

.top-bar-header .search-bar.non-collapsed .search-label .fa-times {
    display: block;
}

.top-bar-header .search-bar.non-collapsed .fa-search {
    display: none;
}

.top-bar-header .search-bar .product-search {
    position: absolute;
    top: 41px;
    right: 4px;
    background-color: #fff;
    width: 342px;
    z-index: 999;
    padding: 4px;
    border: 1px solid #ddd;
}

.top-bar-header .search-bar .search-field {
    height: 36px !important;
    float: left;
    width: 68% !important;
    padding: 0 20px;
}

.top-bar-header .search-bar button {
    font-size: 15px;
    background-color: #ffca35;
    color: #ffffff !important;
    width: 32% !important;
    font-family: "OpenSans-SemiBold";
    font-weight: normal;
    height: 36px;
    padding: 0 20px;
    border: 0;
    cursor: pointer;
}

.top-bar-header .search-bar {
    position: relative;
}

.top-bar-header .search-bar.collapsed form {
    display: none;
}

.top-bar-header .search-bar .search-field:focus {
    box-shadow: none;
    outline: none;
}

input[type=search] {
    -webkit-appearance: none;
}

.header-inner .header-container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 20px 30px 20px 20px;
    max-width: 1680px;
    margin: auto;
}

.header-inner .header-title-wrapper img {
    width: 180px;
}

.header-inner .header-title-wrapper .custom-logo-link {
    display: block;
}

.header-inner .navigation-wrapper .desktop-menu {
    display: flex;
    list-style-type: none;
    gap: 20px;
}

.header-inner .navigation-wrapper .desktop-menu a {
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    text-decoration: none;
    color: #ffca35;
}

.header-inner .navigation-wrapper .desktop-menu .active a {
    color: #fff;
}

.header-inner .navigation-wrapper .desktop-menu a:hover {
    color: #fff;
}

.header-inner .navigation-wrapper {
    display: flex;
    align-items: center;
    gap: 25px;
}

.header-inner .navigation-wrapper .custom-cart i {
    color: #ffca35;
    font-size: 25px;
}

.header-inner .navigation-wrapper .custom-cart {
    position: relative;
}

.header-inner .navigation-wrapper .custom-cart span {
    background-color: #fff;
    height: 19px;
    width: 19px;
    border-radius: 100%;
    display: inline-block;
    font-size: 10px;
    font-family: "OpenSans-Bold";
    position: absolute;
    text-align: center;
    top: -9px;
    right: -13px;
    color: #236b9e;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.header-inner .navigation-wrapper .custom-cart .price-amount {
    display: none;
}

.header-inner .custom-logo-link .blue-logo {
    display: none;
}

.mobile-nav-toggle,
.mobile-menu-modal {
    display: none;
}

.mobile-menu-modal .mobile-nav .active a {
    color: #236b9e;
}

/* sticky header */
#site-header.sticky-header {
    background-color: rgba(255, 255, 255, .95) !important;
    box-shadow: 0 0 10px rgba(204, 204, 204, 0.8);
}

.sticky-header .header-inner .navigation-wrapper .desktop-menu .active a {
    color: #ffca35;
}

.sticky-header .header-inner .navigation-wrapper .desktop-menu a {
    color: #236b9e;
}

.sticky-header .top-bar-header {
    display: none;
}

.sticky-header .header-inner .navigation-wrapper .custom-cart i {
    color: #236b9e;
}

.sticky-header .header-inner .navigation-wrapper .custom-cart span {
    background-color: #f00;
    color: #fff;
}

.sticky-header .header-inner .custom-logo-link .blue-logo {
    display: block;
}

.sticky-header .header-inner .custom-logo-link .white-logo {
    display: none;
}

/* Site Footer */
.site-footer {
    background-color: #191919;
    padding: 14px;
    text-align: center;
    color: #fff;
}

.site-footer .footer1-innr span {
    font-family: "Open Sans", serif;
    font-size: 14px;
}

/* Home Page */
.container {
    max-width: 1624px;
    margin: 0 auto;
}

.hero-banner {
    background-size: cover;
    text-align: center;
    padding: 200px 0 0px 0;
    position: relative;
    z-index: 0;
    background-repeat: no-repeat;
    background-image: url('../images/hero-image1.jpg');
}

.hero-banner .hero-content-wrapper {
    display: flex;
    padding-bottom: 36px;
    justify-content: space-between;
}

.hero-banner .hero-left {
    width: 40%;
}

.hero-banner .hero-right {
    width: 60%;
}

.hero-banner .hero-right h2 {
    font-size: 41px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    margin-top: 154px;
    color: #14699f;
    margin-bottom: 0;
    background-color: #ffca35;
    text-transform: uppercase;
    letter-spacing: 9px;
    float: right;
    width: auto;
    padding: 5.5px 50px;
}

.hero-banner .hero-right h1 {
    float: right;
    width: 100%;
    color: #14699f;
    font-size: 58px;
    text-align: right;
    text-shadow: 5px 5px 5px #000;
    font-family: "Open Sans", serif;
    font-weight: 700;
    margin: 60px 30px;
}

.hero-banner .container {
    position: relative;
}

.hero-banner .scroll-down-container {
    position: absolute;
    z-index: 99;
    left: 50%;
    bottom: 15px;
    transform: translate(-50%, -50%);
    width: 200px;
    text-align: center;
}

.hero-banner .scroll-down-container a {
    text-decoration: none;
}

.hero-banner .icon-outer {
    width: 20px;
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%);
    left: 50%;
}

.hero-banner .scroll-down-text {
    display: block;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    margin-top: 90px;
    opacity: 1;
    font-weight: bold;
}

.hero-banner .chevron {
    position: absolute;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

.hero-banner .fa-chevron-down {
    color: #fff;
    font-size: 40px;
}

.hero-banner .chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}

.hero-banner .chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}

@keyframes move {
    25% {
        opacity: 1;
    }

    33% {
        opacity: 1;
        transform: translateY(30px);
    }

    67% {
        opacity: 1;
        transform: translateY(45px);
    }

    100% {
        opacity: 0;
        transform: translateY(60px) scale3d(0.5, 0.5, 0.5);
    }
}

/* Home Welcome section  */
.welcome-section {
    background-image: url('../images/welcome-bg.jpg');
    background-color: #000000;
    padding: 35px 0;
    position: relative;
    background-size: cover;
    z-index: 0;
    position: relative;
}

.welcome-section::after {
    position: absolute;
    width: 100%;
    content: '';
    background-color: rgba(0, 0, 0, .84);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}



.welcome-section .welcome-inner {
    display: flex;
}

.welcome-section .welcome-left {
    width: 35%;
    padding-right: 4.1%;
    border-right: 2px solid #ffffff;
}

.welcome-section .welcome-right {
    width: 65%;
    padding-left: 67px;
}

.welcome-section .small-title {
    margin: 0 0 8px 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: normal;
    letter-spacing: 2px;
}

.welcome-section .main-title {
    font-size: 45px;
    font-family: "OpenSans-Semibold";
    margin: 0 0px 7px 0;
    text-transform: uppercase;
    color: #ffffff;
}

.welcome-section .wel-centered-text {
    font-size: 16px;
    text-align: center;
    line-height: 12px;
    text-transform: capitalize;
    color: #fff;
}

.welcome-section .text-splitter-line {
    display: inline-block;
    padding: 0 20px;
    position: relative;
    text-transform: capitalize;
    font-size: 21px;
    color: #fff;
}

.welcome-section .text-splitter-line:before,
.welcome-section .text-splitter-line:after {
    border-top: 1px solid #ffffff;
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 50%;
}

.welcome-section .text-splitter-line:before {
    right: 100%;
}

.welcome-section .text-splitter-line:after {
    left: 100%;
}

.welcome-section .text-wrapper {
    display: inline-block;
    overflow: hidden;
}

.welcome-section .description p {
    color: #ffffff;
    margin: 0;
    font-size: 17px;
}

.welcome-section .bottom-txt {
    text-align: center;
}

.welcome-section .description {
    margin-top: 20px;
}

/* Home Buttons section */
.buttons-section {
    background-color: #236b9e;
    padding: 20px 0 19px 0;
    text-align: center;
}

.buttons-section .container {
    display: flex;
    justify-content: center;
}

.buttons-section .buttons-inner {
    width: 50%;
}

.buttons-section .buttons-inner a {
    color: #fff;
    text-transform: uppercase;
    margin: 0 7px;
    background-color: #ffca35;
    font-size: 16px;
    padding: 11px 30px 10px 30px;
    border-radius: 3px;
    letter-spacing: 1px;
    font-family: "Roboto";
    font-weight: 500;
    text-decoration: none;
}

.buttons-section .buttons-inner a:hover {
    background-color: #fdbf11;
    text-decoration: none;
}

/* Home product section */
.product-section {
    position: relative;
    z-index: 0;
    text-align: center;
    background-image: url('../images/product-bg.jpg');
}

.product-section::after {
    position: absolute;
    width: 100%;
    content: '';
    background-color: rgba(0, 0, 0, .41);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.main-title {
    font-size: 45px;
    font-family: "Open Sans";
    font-weight: 500;
    margin: 0 0px 7px 0;
    text-transform: uppercase;
    color: #ffffff;
}

.separator {
    width: 200px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin-top: 17px !important;
    margin-bottom: 18px !important;
    margin: 0 auto;
}

.product-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.product-section ul.product-listing>li {
    width: 31.5%;
    margin-right: 2%;
    margin-left: 0;
    border: 2px solid #fff;
    padding: 25px 0 0;
    position: relative;
}

.product-section .product-listing>li:nth-child(odd),
.product-section .product-listing>li:nth-child(odd) .add-to-cart-btn .added_to_cart {
    background-color: #236b9e;
}

.product-section .product-listing>li:nth-child(even),
.product-section .product-listing>li:nth-child(even) .add-to-cart-btn .added_to_cart {
    background-color: #32aee2;
}

.product-section ul.product-listing .product-desc {
    padding: 13px 29px 0;
}

.common-btn {
    font-family: "Roboto";
    font-weight: 500 !important;
    margin-top: 1em;
    line-height: 16px;
    background-color: #ffca35;
    font-size: 16px;
    margin-bottom: 25px;
    border-radius: 3px !important;
    color: #fff !important;
    font-weight: normal;
    padding: 14px 21px 12px !important;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #ffca35 !important;
    cursor: pointer;
    width: fit-content;
}

.common-btn:hover {
    background-color: #fdbf11;
}

/* Home Get in touch section */
.getintouch-section .main-title {
    color: #236b9e;
    text-align: center;
}

.getintouch-section span.separator {
    margin: 0 auto;
    background-color: #236b9e;
}

.getintouch-section li {
    width: 33.33%;
    text-align: center;
    padding: 0 60px;
    margin: 0;
}

.getintouch-section ul {
    list-style: none;
    padding: 15px 0 0 0;
    max-width: 947px;
    margin: 0px auto;
    display: flex;
}

.getintouch-section .contact-info-wrap li span {
    background-color: #236b9e;
    height: 81px;
    float: none;
    display: inline-block;
    margin: auto;
    width: 81px;
    border-radius: 100%;
    position: relative;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    text-align: center;
}

.getintouch-section .contact-info-wrap li a:hover span {
    box-shadow: 0 0 13px 5px #FFCA35;
}

.getintouch-section li span img {
    display: inline-block;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 42px;
    height: 42px;
    object-fit: scale-down;
}

.getintouch-section h5 {
    display: inline-block;
    width: 100%;
    letter-spacing: 0px;
    float: left;
    text-align: center;
    margin: 0;
    font-family: "Open Sans";
    text-transform: uppercase;
    color: #236b9e;
    font-weight: 700;
    font-size: 24px;
}

.getintouch-section p {
    font-family: "Open Sans";
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 17px;
}

.getintouch-section ul a {
    color: #236b9e;
}

.git-socialicons {
    width: 100%;
    margin-top: 39px;
}

.git-socialicons .cust-social-icons {
    float: none;
    max-width: 265px;
    margin: 0 auto;
}

.getintouch-section ul {
    list-style: none;
    padding: 15px 0 0 0;
    max-width: 947px;
    margin: 0px auto;
}

.getintouch-section .cust-social-icons .social-menu li.fb-icon a {
    background-color: #3a559f !important;
}

.getintouch-section .git-socialicons li {
    padding: 0;
}

.getintouch-section .git-socialicons a {
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
    transition: transform .15s ease-in-out;
}

.getintouch-section .git-socialicons a:hover {
    transform: scale(1.1);
}

.getintouch-section .git-socialicons a svg path {
    fill: #fff;
}

.getintouch-section .cust-social-icons .twitter-icon a {
    background-color: #5eaade;
}

.getintouch-section .cust-social-icons .youtube-icon a {
    background-color: #ff0000;
}

.getintouch-section .cust-social-icons .instagram-icon a {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.getintouch-section .cust-social-icons .pinterest-icon a {
    background-color: #c8232c;
}

/* Ez copright */
.ez-copyright {
    background-color: #32aee2;
}

.ez-copyright h2 {
    margin: 0;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 9px;
}

/* Home contact Section */
.contact-section {
    background-color: #236b9e;
}

.contact-section .main-title {
    text-align: center;
}

.contact-section form {
    background-color: #fff;
    padding: 50px 50px;
    margin-top: 18px;
    max-width: 700px;
    margin: auto;
    margin-top: 40px;
}

.contact-section .contact-form {
    list-style-type: none;
}

.contact-section .contact-form li {
    display: flex;
    margin-bottom: 30px;
    gap: 4% !important;
}

.contact-section .field-col-2 {
    width: 48%;
}

.contact-section .contact-form label {
    font-size: 16px;
    margin: 0 0 5px;
    display: block;
}

.contact-section .contact-form label {
    font-size: 16px;
    margin: 0 0 5px;
    display: block;
}

.contact-section .contact-form input,
.contact-section .contact-form textarea {
    border-color: #aaa;
    color: #000;
    border-radius: 2px;
    padding: 10px 18px;
    background-color: #eeeff4;
    border: 1px solid #aaa;
}

.contact-section .contact-form textarea {height: 120px;width: 100%;resize: none;}

.contact-section .field-textarea {
    margin: 0 auto;
    width: 100%;
    display: block;
}
.contact-section .contact_btn .common-btn {margin-bottom: 0;}
.contact-section .contact_btn .common-btn {
    padding: 11px 30px 10px !important;
    cursor: pointer;
    background-color: #ffca35;
    margin-top: 0;
}

.contact-section .contact_btn .common-btn:hover {
    background-color: #fdbf11;
}

.contact-section .contact_btn {
    margin-bottom: 0 !important;
    align-items: baseline;
    gap: 0;
}

.contact-section .contact_btn .spinner {
    display: none;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}

.contact-section .contact_btn .spinner::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes spin {

    100% {
        transform: rotate(360deg);
    }
}

/* Product Page */
.inner-page-banner-section {
    position: relative;
    z-index: 0;
    background-image: url('../images/about-page-banner.jpg');
    position: relative;
    background-size: cover;
}

.inner-page-banner-section::before {
    position: absolute;
    width: 100%;
    content: '';
    background-color: rgba(0, 0, 0, .74);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.inner-page-title {
    padding: 240px 50px 68px;
    background-size: cover;
    position: relative;
    z-index: 0;
    width: 100%;
    position: relative;
}

.inner-page-title h1 {
    margin: 0 !important;
    font-size: 40px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    font-weight: 500;
}

.product-page .products-grid {
    list-style-type: none;
}

.product-page .product-grid-container {
    padding: 60px 0;
}

.product-page .product-result-count p {
    font-size: 18px;
    margin-bottom: 18px;
}

.product-page .products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.product-page .products-grid .product-item {
    box-shadow: 0 0 4px 0px rgba(0, 0, 0, .7);
    padding-top: 30px;
    text-align: center;
    padding: 30px;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-page .product-item img {
    object-fit: contain;
    height: 270px;
    margin: auto;
}

.product-page .product-item a {
    text-align: center;
}

.product-page .product-item .common-btn {
    display: block;
    width: fit-content;
    margin: 0 auto;
}

.product-page .product-item .product-title {
    color: #000;
    margin: 16px 0 0;
}

.product-page .product-price {
    color: #236b9e;
    font-size: 16px !important;
    font-weight: bold;
    margin-bottom: 16px;
    display: block;
}

/* Contact-page */
.contact-page .getintouch-section {
    background-color: #eee;
}

.contact-page .contact-section {
    background-color: #fff;
}

.contact-page .small-title,
.contact-page .main-title {
    color: #236b9e;
    text-align: center;
}

.contact-page .separator {
    background-color: #236b9e;
    margin: 0 auto;
}

.contact-page .contact_btn .common-btn {
    background-color: #ffca35;
    width: fit-content;
}

.map-section iframe {
    width: 100%;
    height: 600px;
}

.map-section .map-embed-inner {
    line-height: 0;
}

/* My account page */
.login-register-sec {
    padding: 70px 20px;
}

.login-register-sec .login-btn-container label span {
    color: #000;
}

.login-register-sec .login-register-wrapper {
    display: flex;
    gap: 4%;
}

.login-register-sec .col-left,
.login-register-sec .col-right {
    width: 48%;
}

.login-register-sec h2 {
    font-size: 27px;
    margin-bottom: 11px;
    margin-top: 0;
    text-transform: uppercase;
}

.login-register-sec .cst-form {
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 0;
    text-align: left;
    border-radius: 5px;
}

.login-register-sec .cst-form .form-row label {
    display: block;
    font-size: 17px;
    line-height: 18px;
    margin-bottom: 5px;
}

.login-register-sec .cst-form .form-row input {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    outline: 0;
    padding: 10px 18px;
    background-color: #fff;
    border: 1px solid #aaa;
    font-size: 16px;
    font-weight: normal;
}

.login-register-sec .cst-form .form-row {
    margin: 0 0 16px;
}

.login-register-sec .cst-form .login-btn-container {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    align-items: center;
}

.login-register-sec .cst-form .login-btn-container .checkbox {
    display: inline-block;
}

.login-register-sec .cst-form .common-btn {
    margin-bottom: 0;
    margin-top: 0;
}

.login-register-sec .cst-form a {
    color: #236b9e;
    font-size: 16px;
}

.login-register-sec .register-form p,
.privacy-policy-txt {
    font-size: 17px;
    margin-bottom: 16px;
    font-weight: 400;
}

.login-register-sec .password-input {
    position: relative;
    display: block;
}

.login-register-sec .show-password-input {
    position: absolute;
    right: 15px;
    top: 6px;
    cursor: pointer;
}
.login-register-sec .show-password-input i {
    font-size: 14px;
}
.login-register-sec .fa-eye-slash {
    /* display: none; */
}

.login-register-sec .cst-form .form-row input[type=checkbox] {
    padding: 0;
    width: 13px;
    height: 15px;
}

/* Cart Page */
.message {
    position: relative;
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #1e85be;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    font-size: 16px;
    font-family: "Open sans";
}

.message::before {
    position: absolute;
    content: "\f2d0";
    color: #1e85be;
    font-family: FontAwesome;
    font-size: 25px;
    top: 10px;
    left: 20px;
}

.message a {
    color: #ffca35;
}

.cart-page .cart-updated {
    border-top-color: #8fae1b;
}

.cart-page .cart-updated.message::before {
    position: absolute;
    content: "\f058";
    color: #8fae1b;
    font-family: FontAwesome;
    font-size: 25px;
    top: 10px;
    left: 20px;
}

.page-inner {
    padding: 70px 20px;
}

.cart-page .empty-cart-msg.message::before {
    position: absolute;
    content: "\f2d0";
    color: #1e85be;
    font-family: FontAwesome;
    font-size: 25px;
    top: 10px;
    left: 20px;
}

.cart-page .empty-cart-msg {
    border-top-color: #1e85be;
}

.cart-page .return-to-shop a {
    padding: 10px 16px;
    text-transform: uppercase;
    font-size: 16px;
    background-color: #ffca35;
    color: #fff;
    font-weight: 500;
    border-radius: 3px;
}

.cart-page .return-to-shop a:hover {
    background-color: #fdbf11;
}

.cart-page .cart-form table {
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: collapse;
    border-radius: 5px;
}

.cart-page .cart-form table td,
.cart-page .cart-form table th {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
    font-size: 17px;
    box-sizing: border-box;
}

.cart-page .cart-form .product-thumnail img {
    width: 32px;
}

.cart-page .cart-form .product-remove i {
    color: red;
    font-size: 20px;
}

.cart-page .cart-form .product-name a {
    color: #236b9e;
    font-size: 18px;
}

.cart-page .cart-form thead .product-remove span,
.cart-page .cart-form thead .product-thumbnail span {
    display: none;
}

.cart-page .cart-form .product-quantity .quantity input {
    width: 70px;
    text-align: center;
    height: 30px !important;
    font-size: 17px;
    padding: 9px;
}

.cart-page .cart-form .price-amount {
    font-size: 18px;
    font-weight: bold;
}

.cart-page .cart-form .coupon input {
    padding: 11px 6px 11px;
    font-size: 16px;
    width: 180px;
}

.cart-page .cart-form .common-btn {
    margin: 0;
    cursor: pointer;
}

.cart-page .cart-form .coupon {
    float: left;
}

.cart-page .cart-form .upadte-cart-btn {
    float: right;
}

.cart-page .cart-totals {
    width: 100%;
    float: right;
}

.cart-page .cart-totals h2 {
    font-size: 26px;
    font-family: Roboto;
    font-weight: normal;
    margin-bottom: 13px !important;
    letter-spacing: 0;
    text-transform: uppercase;
}

.cart-page .cart-totals .shipping-method li,
.cart-page .cart-totals .shipping-destination {
    margin-bottom: 5px;
}

.cart-page .cart-totals .shipping-method {
    list-style-type: none;
}

.cart-page .cart-totals-container {
    display: flex;
    justify-content: flex-end;
}

.cart-page .shipping-caluclator-form {
    padding: 13px;
    border: 1px solid #676565;
    width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
}

.cart-page .shipping-caluclator-form .form-row {
    padding: 3px;
    margin: 0 0 16px;
}

.cart-page .shipping-caluclator-form input {
    padding: 15px 18px;
    font-size: 16px;
    width: 100%;
}

.cart-page .shipping-caluclator-form input:focus {
    outline: none;
}

.cart-page .shipping-caluclator-form select {
    width: 100%;
    padding: 15px 18px !important;
    font-size: 16px;
    color: #444 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 1px solid #aaa;
}

.cart-page .shipping-caluclator-form select:focus {
    outline: none;
}

.cart-page .shipping-calculator-button {
    color: #236b9e;
    position: relative;
}

.cart-page .shipping-caluclator-form {
    transition: all 0.3s ease-in-out;
}

.cart-page .cart-form table th {
    vertical-align: top !important;
}

.cart-page .shop_table .flate-rate span {
    color: #000;
}

.cart-page .container {
    padding: 0 !important;
}

.select-country-icon {
    position: relative;
}

.select-country-icon::after {
    content: "";
    position: absolute;
    top: 0;
    right: 16px;
    width: 15px;
    height: 15px;
    background-image: url('../images/arrow-down.svg');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

/* Checkout page */
.checkout-page .page-inner,
.distributor-page .page-inner,
.product-detail-page .page-inner {
    padding-left: 0;
    padding-right: 0;
}

.checkout-inner h3 {
    font-size: 26px;
    font-family: "Roboto";
    font-weight: normal;
    margin-bottom: 13px !important;
    letter-spacing: 0;
    text-transform: uppercase;
}

.checkout-form label {
    line-height: 18px;
    font-size: 17px;
    margin-bottom: 5px;
}

.checkout-form label span {
    color: red;
}

.checkout-form .customer-details {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.checkout-form .col-1{width: 60%;}
.checkout-form .col-2 {width: 40%;}

.checkout-form .form-row {
    margin-bottom: 16px;
}

.checkout-form .form-row-first {
   
    width: 47%;
}

.checkout-form .form-row-last {
    
    width: 47%;
}
.checkout-form .form-row-wide{width:100%;}

.checkout-form select {
    padding: 10px 18px;
    width: 100%;
    font-size: 17px;
    color: #444;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 1px solid #aaa;
}

.checkout-form select:focus,
.checkout-form input:focus {
    outline: none;
}

.checkout-form textarea {
    width: 100%;
    padding: 15px 18px;
    font-size: 17px;
    font-family: "Roboto";
    box-sizing: border-box;
    resize: vertical;
}

.checkout-form .ship-to-different-address {
    font-size: 14px;
    text-transform: none;
    margin: 20px 0 30px !important;
}

.checkout-form .ship-to-different-address input {
    width: auto;
}

.checkout-form .ship-to-different-address input[type=checkbox] {
    padding: 0;
    height: 15px;
    width: 13px;
}

.checkout-page .order-review-heading {
    margin:0 0 13px;
}

.checkout-page .review-order-table {
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: collapse;
    border-radius: 5px;
}

.checkout-page th,
.checkout-page td {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em;
    font-size: 17px;
    border: 1px solid #dcd7ca;
}

.checkout-page .payment-methods {
    text-align: left;
    padding: 28px;
    border-bottom: 1px solid #ddd;
    margin: 0;
    list-style: none outside;
}

.checkout-page .checkout-payment-wrapper {
    background: #fafafab4;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.checkout-page .payment-mehtod-credit-card img {
    width: 57px;
    display: inline-block;
    margin-left: 5px;
}

.checkout-page .payment-mehtod-credit-card {
    display: flex;
    align-items: center;
}

.checkout-page .payment-mehtod-credit-card span {
    color: #000
}

.checkout-page .payment-box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dfdcde;
    color: #515151;
}

.checkout-page .payment-box p {
    margin-bottom: 14px;
    font-size: 15px;
}

.checkout-page .payment-box::before {
    content: "";
    display: block;
    border: 1em solid #dfdcde;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}

.checkout-page .privacy-policy-text p {
    margin-bottom: 16px;
    font-size: 16px;
}

.checkout-page .privacy-policy-text p a {
    color: #2d77a8;
}

.checkout-page .place-order-btn {
    display: flex;
    justify-content: end;
}

.checkout-page .place-order-btn .common-btn {
    margin: 0;
}

.checkout-page .place-order {
    padding: 28px;
}

.checkout-page .ship-to-different-address label {
    display: inline-block;
}

.checkout-page .ship-to-different-address label span {
    color: #000;
}

.checkout-page .shipping-address-form {
    display: none;
}

.checkout-page .payment-box iframe {
    width: 100% !important;
}

/* Reset password */
.lost-rest-password p {
    font-size: 16px;
    margin-bottom: 16px;
}

.lost-rest-password .form-row-first {
    width: 47%;
}

/* Prodcut detail page */
.product-detail-page .single-product-wrapper {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.product-detail-page .product-gallery {
    width: 38%;
    float: left;
    border: 1px solid #bdbcbc;
    padding: 20px;
}

.product-detail-page .main-image-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.product-detail-page .main-image {
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease-in-out;
}

.product-detail-page .thumbnail-gallery {
    margin-top: 20px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.product-detail-page .thumbnail-gallery div {
    padding: 3px;
}

.product-detail-page .thumbnail-gallery .slick-slide {
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.product-detail-page .thumbnail-gallery .slick-slide.slick-active {
    opacity: 1;
}

.product-detail-page .thumbnail-gallery img {
    cursor: pointer;
    max-width: 120px;
    width: 100%;
    height: 97px;
    object-fit: contain;
    border: 1px solid #ddd;
    padding: 4px;
}

.product-detail-page .thumbnail-gallery .slick-prev,
.thumbnail-gallery .slick-next {
    font-size: 30px;
    color: #333;
    opacity: 0.5;
}

.product-detail-page .thumbnail-gallery .slick-prev:hover,
.thumbnail-gallery .slick-next:hover {
    opacity: 1;
}

.product-detail-page .main-image-wrapper:hover .main-image {
    transform: scale(1.1);
}

.product-detail-page .product-summary {
    width: 58%;
}

.product-detail-page .product-title {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 9px;
}

.product-detail-page .price {
    font-size: 21px !important;
    color: #236b9e;
    font-weight: bold;
    margin-bottom: 20px;
}

.product-detail-page .product-description ul li {
    font-size: 16px;
    margin: 5px 0 0 20px;
    font-family: "Open Sans";
}

.product-detail-page .product-description ul {
    margin-bottom: 25px;
}

.product-detail-page .quantity input {
    width: 5.631em;
    text-align: center;
    height: 43px;
    font-size: 17px;
    padding: 9px;
}

.product-detail-page .add-to-cart-from {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-detail-page .add-to-cart-from .common-btn {
    margin: 0;
}

.product-detail-page .light-box-open-icon {
    position: absolute;
    right: 0;
    background: #fff;
    border-radius: 50px;
    padding: 10px;
    top: 0;
}

.product-detail-page .light-box-open-icon span {
    visibility: hidden;
}

.product-detail-page .light-box-open-icon::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 9px;
    box-sizing: content-box;
}

.product-detail-page .light-box-open-icon::after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    left: 22px;
    transform: rotate(-45deg);
    box-sizing: content-box;
}

.product-detail-page .prodcut_description_tabs .tabs {
    display: flex;
    position: relative;
    padding-left: 16px;
    flex-wrap: wrap;
}

.product-detail-page .prodcut_description_tabs .tab-button {
    padding: 10px 20px;
    cursor: pointer;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    border-bottom: none;
    text-align: center;
    font-size: 16px;
    margin-right: 9px;
    color: #515151;
}

.product-detail-page .prodcut_description_tabs .active-tab {
    background-color: #fff;
    font-weight: bold;
    border-bottom-color: #fff;
    z-index: 2;

}

.product-detail-page .prodcut_description_tabs .tab-content {
    padding: 20px;
    display: none;
}

.product-detail-page .prodcut_description_tabs .show {
    display: block;
}

.product-detail-page .prodcut_description_tabs {
    margin-top: 25px;
}

.product-detail-page .prodcut_description_tabs .tabs::after {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #d3ced2;
    z-index: 1;
}

.product-detail-page .tab-content p {
    font-size: 15px;
}

.product-detail-page .tab-content table {
    border: 1px solid #dbdbdb;
    border-collapse: collapse;
    width: 100%;
    font-size: 18px;
}

.product-detail-page .tab-content table th,
.product-detail-page .tab-content table td {
    padding: 8px;
    border: 1px solid #dbdbdb;
    text-align: left;
}

.product-detail-page .tab-content table th {
    width: 150px;
}

.h2-title {
    font-size: 26px;
    font-family: "Roboto";
    font-weight: normal;
    margin-bottom: 13px !important;
    letter-spacing: 0;
    text-transform: uppercase;
}

.product-detail-page .related-product {
    padding-top: 60px;
}

.product-detail-page .related-product .product-title {
    font-size: 18px;
}

#lightbox .lb-closeContainer {
    position: fixed;
    top: 10px;
    right: 20px;
}

/* Distributor inquiries page */
.inquiries-form .form-row {
    margin-bottom: 25px;
}

.inquiries-form .checkbox-list label span {
    color: #000;
}

.inquiries-form .checkbox-list input {
    width: auto;
}

.inquiries-form .checkbox-list {
    display: flex;
    gap: 20px;
    margin-top: 10px;
}

.inquiries-form input {
    background-color: #eeeff4;
    border: 1px solid #aaa;
}

/* Private label inquiries page */
.private-label-page .checkbox-list {
    flex-direction: column;
    margin-top: 20px;
}

.private-label-page .pills-images img {
    width: 256px;
    border-radius: 100%;
    display: inline-block;
    box-shadow: 5px 3px 6px 0px #7b7b7b;
    border: 1px solid #b6b7b7;
    padding: 10px;
    margin-left: 12px;
    height: 256px;
    object-fit: cover;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}

.private-label-page .choose-file input {
    padding: 0;
    max-width: 200px !important;
    border: 0;
    margin-top: 10px;
    font-size: 14px;
    cursor: pointer;
    width: 100%;
}

.private-label-page .choose-file input[type=file] {
    -webkit-appearance: none;
}

.private-label-page .h2-title {
    margin-bottom: 25px;
    text-transform: capitalize;
}

input[type=checkbox] {
    position: relative;
    -webkit-appearance: none;
    top: 2px;
    display: inline-block;
    margin: 0;
    width: 15px;
    min-width: 15px;
    height: 15px;
    padding: 0;
    cursor: pointer;
}

input[type=checkbox]:checked::before {
    content: url('../images/check-icon.svg');
    position: absolute;
    display: inline-block;
    margin: -1px 0px 0px -3px;
    height: 17px;
    width: 17px;
}

.private-label-page .checkbox-list label {
    margin-bottom: 20px;
    display: inline-block;
}

.private-label-page .checkbox-list .checkbox-input {
    display: none;
}

/* Spin animation */
@keyframes spin {

    100% {
        transform: rotate(360deg);
    }
}

.spinner::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

/* Page not found */
.page-not-found .content-wrapper {
    text-align: center;
}

.page-not-found .entry-title {
    font-size: 55px;
    font-weight: 500;
}

.page-not-found .intro-text p {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.page-not-found .content-wrapper {
    max-width: 600px;
    margin: 0 auto;
}

.page-not-found .search-form {
    display: flex;
    align-items: center;
    gap: 10px;
}

.page-not-found .search-form .common-btn {
    margin: 0;
    height: 100%;
    line-height: normal;
    padding: 15px 21px 15px !important;
}

.page-not-found .search-form input:focus {
    outline: thin dotted;
    outline-offset: -4px;
}

/* Media Queries */
@media only screen and (max-width:1624px) {
    .container {
        padding: 0 73px !important;
    }
}

@media only screen and (max-width:1366px) {
    .container {
        max-width: 1160px;
    }

    /* Home page */
    .hero-banner {
        background-position: center;
    }

    .hero-banner .hero-left img {
        max-width: 380px !important;
    }

    .hero-banner .hero-right h2 {
        font-size: 26px !important;
        letter-spacing: 5px;
        padding: 5.5px 21px;
        margin-top: 80px !important;
    }

    .hero-banner .hero-right h1 {
        margin-top: 30px;
        font-size: 38px !important;
        text-shadow: 1px 3px 5px #000;
    }

    .hero-banner .hero-right {
        width: 53%;
    }
}

@media only screen and (max-width:1200px) {
    .container {
        padding: 0 40px !important;
    }

    /* Home page */
    .hero-banner .hero-right h1 {
        margin-top: 30px;
        font-size: 38px;
        text-shadow: 1px;
    }
}

@media only screen and (max-width:1080px) {

    /* Home page */
    .welcome-section .main-title {
        font-size: 38px;
    }

    .main-title {
        font-size: 38px;
    }
}

@media only screen and (max-width:1024px) {

    /* Home Page */
    .hero-banner .hero-left img {
        max-width: 342px !important;
    }

    .hero-banner .hero-right h2 {
        margin-top: 60px !important;
        margin-bottom: 0;
        font-size: 21px !important;
    }

    .hero-banner .hero-right h1 {
        margin-top: -2px;
    }

    /* Private label page */
    .private-label-page .pills-images img {
        width: 189px;
        height: 189px;
    }
}

@media only screen and (max-width:999px) {

    /* Mobile Heder */
    #site-header {
        position: relative;
    }

    .header-inner .mobile-nav-toggle {
        display: block;
    }

    .header-inner .desktop-menu-wrapper {
        display: none;
    }

    .header-inner .header-container {
        padding: 20px;
    }

    .mobile-nav-toggle {
        background: no-repeat;
        border: 0;
    }

    .mobile-nav-toggle i {
        font-size: 20px;
        color: #fff;
        cursor: pointer;
    }

    .mobile-menu-modal.active {
        display: flex;
        position: fixed;
        background: #fff;
        width: 100%;
        z-index: 9;
        height: 100%;
        top: 0;
    }

    .mobile-menu-modal .mobile-menu-inner {
        width: 100%;
    }

    .mobile-menu-modal .btn-wrapper {
        padding: 20px;
        text-align: right;
    }

    .mobile-menu-modal button.close-btn {
        background: none;
        border: 0;
        display: flex;
        gap: 15px;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
        color: #000;
    }

    .mobile-menu-modal .toggle-text {
        font-size: 18px;
    }

    .mobile-menu-modal .svg {
        width: 20px;
    }

    .mobile-nav .menu-item a {
        padding: 10px;
        width: 100%;
        font-size: 18px;
        color: #000;
        border-bottom: 1px solid #dcd7ca;
    }

    .menu-item:first-child a {
        border-top: 1px solid #dcd7ca;
    }

    /* Home page */
    .hero-banner {
        padding: 36px 0 0 0;
    }

    .hero-banner .hero-right h2 {
        font-size: 19px !important;
    }

    .hero-banner .hero-right h1 {
        font-size: 32px !important;
    }

    /* Product page */
    .inner-page-title {
        padding: 70px 0px 70px;
    }

    /* My account page */
    .login-register-sec {
        padding: 55px 0;
    }

}

@media only screen and (max-width:850px) {

    /* Home Page */
    .hero-banner .hero-left img {
        max-width: 242px !important;
        margin-top: 40px;
    }

    .hero-banner .hero-right h2 {
        margin-top: 63px;
        letter-spacing: 3px;
        margin-bottom: 21px;
    }

    .hero-banner .hero-right h1 {
        font-size: 26px !important;
    }
}

@media only screen and (max-width:768px) {

    /* Home page */
    .hero-banner .hero-right h2 {
        font-size: 18px !important;
        margin-top: 98px;
    }

    .hero-banner .hero-right h1 {
        font-size: 24px !important;
    }

    .welcome-section .welcome-inner {
        flex-direction: column;
    }

    .welcome-section .welcome-left {
        width: 100%;
        padding-right: 0;
        border-right: 0;
    }

    .welcome-section .welcome-right {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }

    /* Product page */
    .product-page .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    /* My account page */
    .login-register-sec .login-register-wrapper {
        flex-direction: column;
    }

    .login-register-sec .col-left,
    .login-register-sec .col-right {
        width: 100%;
    }

    /* Cart page */
    /* .cart-page .cart-form thead {
        display: none;
    }

    .cart-page .cart-form tr {
        display: block;
    }

    .cart-page .cart-form td {
        display: block;
        text-align: right !important;
        width: 100%;
    }

    .cart-page .cart-form-item .product-remove {
        background-color: #535454;
    }

    .cart-page .product-thumnail {
        display: none !important;
    }

    .cart-page .cart-form-item .product-remove,
    .cart-page .cart-form .coupon {
        text-align: left !important;
    }

    .cart-page .cart-form .coupon,
    .cart-page .cart-form .upadte-cart-btn {
        float: none;
    }

    .cart-page .cart-form .coupon {
        display: flex;
        justify-content: space-between;
    }

    .cart-page .cart-form .upadte-cart-btn {
        width: 100%;
        margin-top: 10px;
    }

    .cart-page .cart-form .cart-form-item td:not(:first-child):before {
        content: attr(data-title) ": ";
        font-weight: 700;
        float: left;
    } 

    .cart-page .cart-totals {
        width: 100%;
    }

    .cart-page .cart-totals .shop_table tr {
        display: table-row;
    }

    .cart-page .cart-totals .shop_table th {
        display: none;
    }

    .cart-page .cart-totals .shop_table td::before {
        content: attr(data-title) ": ";
        font-weight: 700;
        float: left;
    }*/

   

    /* checkout page */
    .checkout-form .customer-details {
        flex-direction: column;
    }

    .checkout-form .col-1,
    .checkout-form .col-2 {
        width: 100%;
    }

    .checkout-page .place-order-btn .common-btn {
        width: 100%;
    }

    /* Distributor inquires page */
    .inquiries-form .form-row {
        flex-direction: column;
    }

    .inquiries-form .form-row .wd-50 {
        width: 100%;
    }

    .inquiries-form .col-1 {
        margin-bottom: 25px;
    }

    /* private label inquiries page*/
    .private-label-page .pills-images img {
        width: 129px;
        height: 129px;
    }

    /* Lost your password page */
    .lost-rest-password .form-row-first {
        width: 100%;
    }

    /* Product detail page */
    .product-detail-page .single-product-wrapper {
        flex-direction: column;
    }

    .product-detail-page .product-gallery,
    .product-detail-page .product-summary {
        width: 100%;
    }

    /* product detail Lightbox */
    #lightbox .lb-outerContainer {
        max-width: 100% !important;
        height: auto !important;
    }

    #lightbox .lb-image {
        max-width: 100% !important;
        height: auto !important;
    }
}

@media only screen and (max-width:736px) {

    /* Home page */
    .hero-banner .hero-right {
        width: 60%;
    }
}

@media only screen and (max-width:699px) {
    .page-inner {
        padding: 60px 21px;
    }

    /* Home page */
    .hero-banner {
        padding: 55px 0 0 0;
    }

    .hero-banner .hero-right h2 {
        font-size: 15px !important;
        letter-spacing: 2px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .hero-banner .hero-right h1 {
        font-size: 21px !important;
        margin-top: 15px;
    }

    .hero-banner .hero-left img {
        max-width: 176px !important;
        margin-top: -16px;
    }

    .buttons-section .container {
        flex-direction: column;
        justify-content: center;
        gap: 15px;
    }

    .buttons-section .buttons-inner {
        width: 100%;
    }

    .product-section ul {
        flex-direction: column;
        gap: 30px;
    }

    .product-section ul.product-listing>li {
        width: 100%;
        margin-right: 0;
    }

    .getintouch-section .contact-info-wrap {
        flex-direction: column;
        gap: 40px;
    }

    .getintouch-section .contact-info-wrap li {
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0;
    }

    .contact-section form {
        padding: 25px 40px;
    }

    .inner-page-title {
        padding: 39px 0px 39px;
    }

    .inner-page-title h1 {
        font-size: 28px;
    }

    .getintouch-section h5 {
        font-size: 21px;
    }

    .getintouch-section p {
        font-size: 15px;
    }

    /* Contact page */
    .contact-page .contact-section form {
        padding: 25px 30px 0;
        margin-top: 30px;
    }

    .contact-page .contact_btn .common-btn {
        margin: 0;
    }

}

@media only screen and (max-width:550px) {
    .product-page .products-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media only screen and (max-width:480px) {

    /* Top bar header */
    .top-bar-header {
        padding: 15px 20px;
    }

    .top-bar-header .top-bar-inner {
        flex-direction: column-reverse;
        gap: 10px;
    }

    .top-bar-header .icon-list {
        justify-content: center;
    }

    .top-bar-header .search-bar .product-search {
        border: 0;
        width: 100%;
        position: relative;
        top: 0;
        right: 0
    }

    .top-bar-header .search-bar.collapsed form {
        display: block;
    }

    .top-bar-header .search-label {
        display: none;
    }

    /* Home page */
    .hero-banner .hero-content-wrapper {
        padding-bottom: 0;
    }

    .hero-banner {
        padding: 48px 0 0 0;
    }

    .hero-banner .scroll-down-container {
        display: none;
    }

    .hero-banner .hero-right h2 {
        font-size: 11px !important;
        padding: 5px 9px;
    }

    .hero-banner .hero-right h1 {
        font-size: 17px !important;
        margin-top: 15px;
        margin-right: 0;
    }

    .hero-banner .hero-left img {
        max-width: 131px !important;
        margin-top: -16px;
    }

    .welcome-section .main-title {
        font-size: 24px;
    }

    .main-title {
        font-size: 24px;
    }

    .separator {
        width: 132px;
        margin-top: 15px !important;
        margin-bottom: 18px !important;
    }

    .contact-section .contact-form li {
        flex-direction: column;
        gap: 30px
    }

    .contact-section .field-col-2,
    .contact-section .contact-form textarea {
        width: 100%;
    }

    .contact-section .textarea-container {
        text-align: left;
    }

    /* Contact Page */
    .map-section iframe {
        height: 310px;
    }

    /* Cart Page */
    .cart-page .cart-form .coupon {
        flex-direction: column;
        gap: 10px;
    }

    .cart-page .cart-form .coupon input,
    .cart-page .cart-form .coupon .common-btn {
        width: 100%;
    }

    /* Checkout page */
    .checkout-inner h3 {
        font-size: 21px;
    }

    .h2-title {
        font-size: 21px;
    }

    /* Product detail */
    .product-detail-page .product-title {
        font-size: 21px;
    }

    /* page not found */
    .page-not-found .entry-title {
        font-size: 25px;
    }

    .page-not-found .intro-text p {
        font-size: 15px;
    }
}
@media only screen and (max-width:450px) {
    .product-detail-page .prodcut_description_tabs .tab-button {
        padding: 10px;
    }
}
@media only screen and (max-width:414px) {
    .container {
        padding: 0 21px !important;
    }

    /* Home page */
    .hero-banner {
        padding: 40px 0 0 0;
    }

    .hero-banner .hero-right h2 {
        font-size: 10px !important;
        margin-top: 10px;
        padding: 5.5px 10px;
    }

    .hero-banner .hero-right h1 {
        font-size: 14px !important;
        text-shadow: 0px 0px 5px #fff;
    }

    .inner-page-title h1 {
        font-size: 22px;
    }

    /* Product page */
    .product-page .products-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    /* checkout page */
    .checkout-form .form-row-first {
        width: 100%;
    }

    .checkout-form .form-row-last {
        width: 100%;
    }
}

@media only screen and (max-width:375px) {

    /* Home page */
    .hero-banner {
        background-position: left;
        padding: 32px 0 0 0;
    }

    .hero-banner .hero-right h2 {
        font-size: 9px !important;
        margin-top: 14px;
    }

    .hero-banner .hero-right h1 {
        margin-top: 10px;
        letter-spacing: 0;
    }

    .hero-banner .hero-left img {
        max-width: 105px !important;
        margin-top: -3px;
    }
}

@media only screen and (max-width:374px) {
    .product-detail-page .prodcut_description_tabs .tab-button {
        width: 100%;
    }
}

.custsec-padd {
    padding: 40px 0px;
}

.cust-orderlogos {
    display: flex;
    justify-content: center;
}

.cust-orderlogos .cust-logoimages {
    max-width: 240px;
}

.cust-secthead {
    font-size: 40px;
    line-height: 44px;
    margin: 0 0 15px;
    font-weight: 500;
}

.cust-secthead-dividers-center {
    position: relative;
    margin-top: 0px;
}

.cust-ostops {
    padding: 15px;
}

.cust-cotops,
.cust-ostops {
    margin-top: 35px;
}

.cust-odtopdetails a {
    margin-left: 15px;
}

.cust-odnumber {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}

.cust-odpaymentouter .cust-cols {
    display: flex;
    flex-wrap: wrap;
}

.cust-colsfourth,
.cust-finfos .cust-cols {
    width: 50%;
}
