@import url("fonts.css");

:root {
    --main-color: #8cc63f;
    --text-main-color: #000;
    --text-hover-color: #0056b3;
    --text-secondary-color: rgba(255, 255, 255, 0.8);
    --main-background-color: #ffffff;
    --background-secondary-color: #c1df9b;
    --border-color: rgba(0, 0, 0, 0.05);
    --black-color: #000000;
    --black-secondary-color: #2d2d2d;
    --white-color: #fff;
    --gray-color: #f8f8f8;
    --text-third-color: #707070;
    --text-forth-color: #9b9b9b;
    --text-dark-green: #446320;
    --gray-dark: #343a40;
    --light-gray: #eaeaea;
    --light-text: rgba(102, 102, 102, 0.85);
    --light-background: #e2e2e2;
    --gray-box-color: #eee;
    --red-color: #bd2130;
    --border-color-bg: rgba(221, 221, 221, 0.5);
    --border-color: rgba(221, 221, 221, 0.7);
    --gray-bg-color: #f8f8f8;
    --orange-color: #f1c55f;
    --light-orange: #ffebcc;
    --alert-color: #856404;
    --alert-background: #fff3cd;
    --alert-border: #ffeeba;
    --bg-lightgray: #f7f7f9;
}

body {
    background: var(--main-background-color);
    color: var(--text-main-color) !important;
    font-family: "FuturaStd", "Helvetica Neue", "Arial", "sans-serif" !important;
    overflow-x: hidden;
}

.fullwidth-row {
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
}
.fullwidth-col {
    padding-right: 0px;
    padding-left: 0px;
}
.right {
    text-align: right;
}
.center,
.center-text {
    text-align: center;
}
.display-block {
    display: block;
}

.align-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

#yith-wcwtl-output {
    margin-bottom: 20px;
}

#yith-wcwtl-output input,
#yith-wcwtl-output p,
#yith-wcwtl-output label {
    margin-bottom: 10px;
}

#yith-wcwtl-email-label {
    color: #222;
}

#yith-wcwtl-email-label,
legend {
    font-weight: bold;
    display: block;
    font-size: 0.9em;
    margin-bottom: 0.4em;
}

#waiting-list-email {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 0.75em;
    height: 2.507em;
    font-size: 0.97em;
    font-weight: bolder;
    border-radius: 0;
    max-width: 100%;
    width: 60%;
    display: block;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    transition: color 0.3s, border 0.3s, background 0.3s, opacity 0.3s;
}

#waiting-list-email:focus {
    outline: none;
    border-color: #ddd;
    box-shadow: 0 0 5px #ddd;
}

#notify-me {
    background-color: #f1c55f;
    color: #fff;
    border-color: rgba(0, 0, 0, 0.05);
    text-transform: uppercase;
    font-size: 0.97em;
    letter-spacing: 0.03em;
    font-weight: bolder;
    letter-spacing: 0.03em;
    border: 1px solid transparent;
    border-radius: 0;
    line-height: 2.4em;
    padding: 0 1.2em;
    max-width: 100%;
}

.weight-normal {
    font-weight: normal;
}
.white-bg {
    background-color: var(--main-white-color);
}
.black-bg {
    background-color: var(--main-black-color);
}
.main-bg {
    background-color: var(--main-color);
}
.gray-bg {
    background-color: var(--gray-color);
}
.gray-bg-2 {
    background-color: var(--gray-bg-color);
}
.bold {
    font-weight: bold;
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container-fluid-wide {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
.container {
    max-width: 1170px !important;
}
.fullwidth-container {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
.container-fluid.black,
.container.black {
    background-color: var(--black-color);
}
.container-fluid.white,
.container.white {
    background-color: var(--white-color);
}
.align-middle {
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
    vertical-align: middle !important;
}

.display-content {
    display: contents;
}

.border-btm {
    border-bottom: 1px solid var(--border-color-bg);
}

.btn-cart {
    outline: none;
    display: block;
    color: #334862;
    text-align: start;
    text-decoration: none;
    line-height: 1.5 !important;
    padding: 0.375rem 0rem !important;
}

.btn {
    line-height: 1.5 !important;
    padding: 0.375rem 0.75rem !important;
}
.btm5 {
    margin-bottom: 5px;
}
/*------------user setting--------*/
.advertisment-right .dropdown-menu {
    top: 69%;
    left: -45px;
}
.advertisment-right .dropdown-menu:before {
    opacity: 1;
}
.advertisment-right .dropdown-menu:before {
    content: "";
    width: 0;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 20px solid #eee;
    position: absolute;
    top: 0px;
    left: 14%;
    opacity: 1;
    z-index: 1;
}
.advertisment-right .dropdown-menu {
    background-color: transparent;
    background-clip: padding-box;
    border: 0px solid transparent;
    border-radius: 0.25rem;
    transition: max-height 0.6s;
    transition-delay: 0.25s;
}
.advertisment-right .dropdown-menu {
    max-height: 100vh;
    width: 300px;
}
.advertisment-right .dropdowen-content {
    background: var(--white-color);
}

.dropdown-menu-outer,
.dropdown-menu-inner {
    display: flex;
    flex-direction: column;
}
.dropdown-menu-outer {
    left: 0;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    right: 0;
    top: 12px;
}
.dropdown-menu-inner {
    border: 1px solid #ddd;
    box-shadow: -2px 2px 4px 0 rgba(45, 45, 45, 0.14);
    /*transform: translateY(calc(-100% - 5px));*/
    transition: transform 0.6s;
    transition-delay: 0.25s;
    /*min-height: 255px;
  max-height: calc(100vh - 200px);*/
}
.dropdown-menu-inner {
    transform: translateY(0);
}
.advertisment-right .btn-outline-danger,
.cartli .btn-outline-danger {
    color: var(--black-color) !important;
    border-color: transparent !important;
    font-size: 34px;
    line-height: 0.5 !important;
    padding: 0px !important;
    background-color: var(--gray-box-color) !important;
}
.advertisment-right .veticle-ul .dropdowen-content .btn-outline-danger.focus,
.advertisment-right .veticle-ul .dropdowen-content .btn-outline-danger:focus,
.cartli .veticle-ul .dropdowen-content .btn-outline-danger.focus,
.cartli .veticle-ul .dropdowen-content .btn-outline-danger:focus,
.btn-outline-danger.focus,
.btn-outline-danger:focus,
.cartli
    .veticle-ul
    .dropdowen-content
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgb(0 0 0 / 0%) !important;
}
.advertisment-right .veticle-ul li .dropdowen-content a {
    color: var(--black-color);
}
.title-head {
    padding: 10px 15px;
    background-color: var(--gray-box-color);
}
.dropdowen-content .title-head h6 {
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
    display: inline;
}
.advertisment-right .veticle-ul .dropdowen-content li {
    display: grid;
}
.advertisment-right .veticle-ul .dropdowen-content .title-head a {
    color: var(--black-color);
    font-weight: normal;
    text-decoration: underline;
    font-size: 16px;
    display: inline;
    margin-left: 10px;
}
.advertisment-right .veticle-ul .dropdowen-content a:hover {
    color: var(--main-color);
}

.dropdowen-content-box a {
    padding: 11px 13px;
}
.dropdowen-content-box ul {
    padding-left: 0px;
}
.advertisment-right .veticle-ul .dropdowen-content-box li:nth-child(2),
.advertisment-right .veticle-ul .dropdowen-content-box li:nth-child(3) {
    padding-left: 0px;
}
.advertisment-right .veticle-ul .dropdowen-content-box a {
    font-weight: normal;
}
.advertisment-right .veticle-ul .dropdowen-content-box svg {
    margin-right: 10px;
}
/*------------end of user setting--------*/
/*----shopping cart------*/
.cartli .dropdown-toggle::after {
    content: none;
}
.cartli .dropdown-menu {
    width: 380px;
    right: 0%;
    left: auto;
    background-color: transparent;
    border: none;
    top: 83%;
}
.cartli .dropdown-menu:before {
    content: "";
    width: 0;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 20px solid var(--gray-box-color);
    position: absolute;
    top: 0px;
    right: 16%;
    opacity: 1;
    z-index: 1;
}
.cartli .dropdown-menu .dropdowen-content {
    background-color: var(--white-color);
}
.cartli .dropdowen-content .title-head h6:nth-child(2) {
    font-weight: normal;
}
.cartli .dropdowen-content .item-box {
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 5px;
}
.cartli .dropdowen-content .item-box:last-child {
    border: none;
}
.cartli .dropdowen-content .item-box img {
    width: 100%;
}
.cartli .dropdowen-content .item-box .row [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}
.cartli .dropdowen-content .item-box h6 {
    letter-spacing: 0.4px;
    font-size: 14px;
    overflow: hidden;
    line-height: 1.25em;
}
.cartli .dropdowen-content .item-box h6 span {
    padding-right: 10px;
}
.cartli .dropdowen-content .item-box .delete {
    display: block;
    position: absolute;
    float: right;
    text-align: right;
    right: 10px;
    bottom: 0;
    color: var(--light-text);
}
.cartli .dropdowen-content .item-box .delete:hover {
    color: var(--red-color);
}

.cartli .cart-items {
    max-height: 525px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px;
}
.cart-price-box {
    background-color: #f8f8f8;
    box-shadow: 0 -2px 3px 0 hsla(0, 0%, 60%, 0.2);
    color: var(--black-secondary-color);
    justify-content: space-between;
    padding: 1em;
    height: 50px;
}
.cart-price-box h5 {
    font-size: 16px;
}
.cart-price-box .pricetag {
    text-align: right;
}
.cart-checkout {
    background-color: var(--gray-box-color);
    padding: 15px;
}
.cart-checkout a {
    color: var(--white-color);
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    letter-spacing: 0.8px;
    line-height: 17px;
    padding: 3px 12px;
    text-align: center;
    width: 100%;
    position: relative;
    font-size: 14px;
}
.cart-checkout a:hover {
    color: var(--white-color) !important;
}
.cart-checkout a.leftbtn {
    background-color: #fff;
    border: 2px solid #ddd;
    color: var(--black-secondary-color);
}
.cart-checkout a.leftbtn:hover {
    background-color: var(--gray-box-color);
    border-color: #ddd;
    color: var(--black-secondary-color);
}
.cartli .item-box .item-info {
    padding-top: 10px;
}
.cart-items h5 {
    text-align: center;
}
.cart-footer {
    background-color: var(--gray-box-color);
    text-align: center;
    border-top: 2px solid #ddd;
    padding: 10px;
}
.cart-footer p,
.cart-footer a {
    display: inline;
    font-size: 12px;
}
.cart-footer h4 {
    font-size: 16px;
    margin-bottom: 0px;
}
.cart-footer a {
    padding: 2px;
    color: #212529;
    text-decoration: underline;
}

@media screen and (max-width: 1366px) and (min-width: 992px) {
    .cartli .cart-items {
        max-height: 215px;
    }
}

/*----end of shopping cart------*/

@media only screen and (max-width: 768px) {
    .container {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .mobhide {
        display: none !important;
    }
}

.mrgnbtm0 {
    margin-bottom: 0px;
}

/*---------veticle ul----------*/
.veticle-ul {
    padding-left: 0px;
    list-style-type: none;
    width: 100%;
    margin-bottom: 0px;
    vertical-align: middle;
    display: inline-block;
}
.veticle-ul li {
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
    display: inline-block;
}
.veticle-ul li a p {
    margin-top: 10px;
}
.veticle-ul li h6 {
    font-size: 80%;
    margin-bottom: 0px;
}
.veticle-ul li:last-child {
    padding-right: 0px;
}
.custom-btn {
    background-color: var(--main-color);
    color: var(--white-color);
    border-color: var(--border-color);
    border-radius: 0px !important;
    text-transform: uppercase;
}
.custom-btn:hover {
    color: var(--white-color);
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}

.custom-btn:focus {
    outline: none;
}

/*---------end of veticle ul---------*/

/*----------header section--------*/
.navbar-nav .nav-item + .nav-item {
    margin-left: 0px !important;
}
.offcanvas-header {
    display: none;
}
.navbar-nav .nav-item a {
    color: var(--light-text);
}
.navbar {
    padding: 5px 0px 0px 0px !important;
}

.navbar-brand img {
    max-width: 165px;
}
.offcanvas-header .btn-outline-danger {
    color: var(--black-color);
    border-color: transparent;
    font-size: 34px;
    margin-top: -5px;
    padding: 0px 5px;
    line-height: 1.3;
}
.btn-outline-danger:hover,
.btn-outline-danger:not(:disabled):not(.disabled):active {
    color: var(--black-color);
    background-color: var(--gray-color);
    border-color: transparent;
}
.advertisment-right .navbar-nav .dropdown-menu {
    position: absolute;
}
.advertisment-right .dropdown-toggle::after {
    content: none;
}
@media (min-width: 768px) {
    .cart svg {
        font-size: 21px;
    }
}
@media (max-width: 768px) {
    .cart svg {
        font-size: 34px;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        padding-top: 2rem;
    }
    .navbar-nav .nav-item {
        position: inherit;
    }
    .navbar-nav .nav-item:before {
        content: "";
        position: absolute;
        z-index: 100;
        top: 37px;
        width: 1px;
        height: 20%;
        background: rgb(128 128 128 / 55%);
    }
    .navbar-nav .nav-item:nth-child(1):before {
        content: none;
    }
    .navbar-nav.ml-auto .nav-item {
        padding: 8px 10px 0px 0px;
    }
}
@media (max-width: 992px) {
    .offcanvas-header {
        display: block;
    }
    .navbar-collapse {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 100%;
        width: 75%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: var(--gray-color);
        transition: visibility 0.2s ease-in-out,
            -webkit-transform 0.2s ease-in-out;
        z-index: 11;
    }
    .nav-link {
        padding: 1rem;
    }
    .nav-link,
    .navbar-nav .nav-item a {
        letter-spacing: 0.02em;
        text-transform: uppercase;
    }
    .navbar-collapse.show {
        visibility: visible;
        transform: translateX(100%);
        height: 100vh;
    }
    .nav-item .mega-dropdown .dropbtn {
        padding: 14px 0px;
    }
    .navbar-toggler-icon {
        height: 1.2em;
    }
    .nav-item .mega-dropdown:hover .dropdown-content {
        display: none;
    }
    .nav-item .headersearch input[type="text"] {
        height: 30px;
        font-size: 14px;
        display: inline-block;
        font-weight: 100;
        border: none;
        outline: none;
        color: #555;
        padding: 3px;
        padding-right: 20px;
        width: 210px;
        position: relative;
        top: 0px;
        right: 0px;
        background: none;
        z-index: 3;
        transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
        cursor: pointer;
    }
    .nav-item .headersearch input[type="submit"] {
        top: 0px;
    }
    .navbar-nav .nav-item {
        border-bottom: 1px solid var(--light-gray);
    }
    .mega-dropdown .dropdown-content {
        background-color: var(--white-color);
        padding: 0px 0px 0px 15px;
    }
    .dropdown-content .header {
        display: none;
    }
    .dropdown-content a {
        padding: 10px !important;
    }
    .menu-items {
        background: var(--light-background);
        padding: 10px 0px !important;
    }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
}

.mega-dropdown {
    float: left;
    overflow: hidden;
    padding-top: 0.5rem;
}

.mega-dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: var(--black-color);
    padding: 30px 16px;
    background-color: inherit;
    font: inherit;
    margin-top: -6px;
    display: block;
}

.navbar a:hover,
.mega-dropdown:hover .dropbtn {
    color: var(--main-color);
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: fixed;
    background-color: var(--main-color);
    width: 100%;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 11;
}

.dropdown-content .header {
    padding: 16px;
    color: white;
}

.mega-dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-column {
    float: left;
    width: 16.66%;
    padding: 10px;
    height: 240px;
}

.dropdown-content a {
    float: none;
    text-decoration: none;
    display: block;
    text-align: left;
    padding: 0;
    font-size: 14px;
    word-break: break-word;
}
.navbar-nav .nav-item .dropdown-content a {
    color: var(--text-dark-green);
}
.dropdown-content h3 {
    font-family: "FuturaStd-Bold";
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    margin-top: 0.5rem;
}

.navbar-nav .nav-item .dropdown-column a:hover {
    color: var(--black-color);
}
.dropdown-content {
    max-height: 465px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0px 0px 15px 15px;
}
.megamenu-image {
    padding: 0px 30px;
    margin-bottom: 35px;
}
.megamenu-box {
    position: relative;
}
.megamenu-image .megamenu-box img {
    max-width: 100%;
}
.megamenu-details {
    bottom: 0px;
    padding: 10px 20px;
    position: absolute;
    width: 100%;
    background-color: rgb(105 132 69 / 80%);
    /*color:var(--white-color);*/
}
.navbar .megamenu-details a {
    color: var(--white-color);
}
.navbar .megamenu-details h5 {
    font-family: "FuturaStd-Bold";
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}
.navbar .megamenu-details p {
    font-size: 13px;
}
.navbar .megamenu-details a:hover {
    color: var(--black-color);
}

/*------search input-------*/
.headersearch input[type="text"] {
    height: 24px;
    font-size: 14px;
    display: inline-block;
    font-weight: 100;
    border: none;
    outline: none;
    color: #555;
    padding: 3px;
    padding-right: 35px;
    width: 0px;
    position: absolute;
    top: 34px;
    right: 90px;
    background: none;
    z-index: 3;
    transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
    cursor: pointer;
}

.headersearch input[type="text"]:focus:hover {
    border-bottom: 1px solid #bbb;
}

.headersearch input[type="text"]:focus {
    width: 210px;
    z-index: 1;
    border-bottom: 1px solid #bbb;
    cursor: text;
}
.headersearch input[type="submit"] {
    height: 28px;
    width: 25px;
    display: inline-block;
    float: right;
    background: url(../img/sprite.png) 0px 0px no-repeat;
    background-size: 250px;
    text-indent: -10000px;
    border: none;
    outline: none;
    position: relative;
    top: 7px;
    right: 0;
    z-index: 2;
    cursor: pointer;
    transition: opacity 0.4s ease;
}
.headersearch input[type="submit"]:hover,
.headersearch input[type="submit"]:active,
.headersearch input[type="submit"]:focus {
    background: url(../img/sprite.png) -25px 0px no-repeat;
    background-size: 250px;
    width: 24px;
}
/*.headersearch input[type="text"]:hover {
  background: url(../img/sprite.png) -25px 0px no-repeat;
  background-size: 250px;
  width: 24px;
}*/

.headersearch input[type="submit"]:hover {
    opacity: 0.8;
}
/*------end of search input------------*/
/*-------cart icon--------*/
.cartli {
    display: flex;
}
.cart {
    margin-top: 20px;
    display: block;
}
.count {
    position: relative;
    font-size: 10px;
    line-height: 20px;
    top: -33px;
    right: -17px;
    height: 18px;
    width: 18px;
    color: #fff;
    background: #e23e1d;
    text-align: center;
    border-radius: 50%;
}
.cart-price {
    margin: 20px 0px 0px 15px;
}
@media (max-width: 768px) {
    .count {
        top: -46px;
        right: -26px;
        height: 18px;
    }
    .cart-price {
        margin: 25px 0px 0px 15px;
    }
}
/*---------end of cart icon-----------*/

/*--------end of header section--------*/

/*----slider-------------------*/
.flex-direction-nav {
    position: absolute;
    top: 0;
    left: 5px !important;
    width: 100%;
    /* text-align: right; */
}
.flex-direction-nav li:last-child {
    right: 1%;
    text-align: right;
    float: right;
}
.flex-direction-nav li:first-child {
    left: 1%;
}

.flex-direction-nav .flex-next {
    text-align: right;
    left: 100%;
}

.flex-direction-nav .flex-prev {
    background-position: -98px -12px !important;
    left: 10px;
}
.flex-direction-nav .flex-next {
    background-position: -124px -12px !important;
    right: 10px;
}
.flex-direction-nav .flex-prev {
    text-align: left;
    left: 0px !important;
}
.flex-direction-nav .flex-next {
    text-align: right;
    left: 0px !important;
}
.flex-control-paging li a {
    border: 2px solid transparent;
}
.flex-control-paging li a.flex-active {
    background-color: transparent !important;
    border-color: #fff;
}
.flex-control-paging li a {
    background: rgba(0, 0, 0, 0.2) !important;
    box-shadow: none !important;
}
.flex-control-paging li a:hover {
    background: #fff !important;
}

.flex-direction-nav {
    display: block !important;
    top: 50% !important;
}
.flex-direction-nav li {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
}
.flexslider .flex-direction-nav .flex-nav-prev a.flex-prev {
    width: 30px;
    height: 30px;
    margin: -20px 0 0;
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    text-indent: -9999px;
    background: url(../img/sprite.png) -100px -10px no-repeat !important;
    background-repeat: no-repeat;
    background-color: transparent;
    opacity: 1 !important;
}
.flexslider .flex-direction-nav .flex-nav-next a.flex-next {
    width: 30px;
    height: 30px;
    margin: -20px 0 0;
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    text-indent: -9999px;
    background: url(../img/sprite.png) -125px -10px no-repeat !important;
    background-repeat: no-repeat;
    background-color: transparent;
    opacity: 1 !important;
}

.flex-direction-nav a.flex-next:before {
    color: transparent;
}

/*-------end of slider----------*/

/*----------advertisment section------------*/
#advertise-header {
    padding: 7px 0px;
}
.advertisment-left {
    text-transform: uppercase;
}
.advertisment-right {
    float: right;
    text-align: right;
}
.advertisment-left .veticle-ul li h6 {
    color: var(--white-color);
    font-weight: bold;
}
.advertisment-right .veticle-ul li a {
    color: var(--text-secondary-color);
    font-weight: bold;
}
.advertisment-right .veticle-ul li a:hover {
    color: var(--white-color);
    text-decoration: none;
}
.advertisment-left .veticle-ul li:nth-child(2) a {
    color: var(--main-color);
    font-size: 80%;
    font-weight: bold;
    text-decoration: none;
}
.advertisment-right .veticle-ul li:nth-child(1),
.advertisment-right .veticle-ul li:nth-child(2) {
    border-right: 1px solid var(--text-secondary-color);
    border-right: 1px solid rgb(255 255 255 / 55%);
}
.advertisment-right .veticle-ul li:nth-child(2),
.advertisment-right .veticle-ul li:nth-child(3) {
    padding-left: 5px;
}
@media only screen and (max-width: 960px) {
    .advertisment-right {
        display: none;
    }
    .advertisment-left .veticle-ul {
        text-align: center;
    }
}
/*----------end of advertisment section-----*/

/*-------footer section------*/

.footer-sec {
    padding-top: 25px;
}
.footer-sec hr {
    margin: 25px 0px;
}

.footer-sec .social-links a,
.product-info-tags .social-links a {
    font-size: 18px;
    display: inline-block;
    color: var(--text-third-color);
    line-height: 1;
    padding: 5px 0;
    border: 1px solid var(--text-third-color);
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    transition: 0.3s;
}
.footer-sec .social-links a:hover,
.product-info-tags .social-links a:hover {
    background: var(--main-black-color);
    color: var(--main-white-color);
}

.footer-sec ul {
    padding-left: 0px;
    list-style-type: none;
    width: 100%;
    display: inline-table;
}
.footer-sec ul li a {
    color: var(--main-black-color);
    line-height: 32px;
}
.footer-sec h6 {
    display: contents;
    font-family: "FuturaStd-Bold";
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1.5px;
}
.footer-sec p,
.footer-sec a {
    font-size: 14px;
}
.help-img {
    position: absolute;
    background: url(../img/help-img.png);
    background-position: 0px 0px;
    display: inline-block;
    width: 48px;
    height: 46px;
}
.help-img:hover {
    background-position: 0px -46px;
}
.help-img-text {
    margin-left: 60px;
}
.footer-sec .veticle-ul a p {
    font-family: "FuturaStd-Bold";
    text-transform: uppercase;
    color: var(--text-third-color);
    font-size: 12px;
    letter-spacing: 1px;
    padding: 0px 20px 0px 0px;
    margin-top: 0px;
}
.copyright {
    color: var(--text-forth-color);
    padding: 0px;
}
.footer-sec .social-links {
    margin-top: -24px;
    position: absolute;
}

.pay-icons {
    margin: -2px 0px 0px 0px;
    text-align: right;
}
.pay-icons img {
    width: 75%;
}
@media only screen and (max-width: 768px) {
    .footer-sec .veticle-ul li {
        display: block;
    }
    .pay-icons {
        margin: 5px 0px 25px 0px;
        text-align: left;
    }
    .footer-sec .social-links {
        margin: 6px 0px;
        position: relative;
        padding: 9px 0px;
        display: block;
    }
}
/*-------------------*/

/*------scrollbar------*/
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.4);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
/*------end of scrollbar----*/

/*------------middle-content----------*/
.middle-content {
    padding: 50px 0px;
}
.middle-content-2 {
    padding: 0px 0px 50px 0px;
}
.innerpage-content {
    padding: 0px;
    margin-top: -23px;
}
.title-content {
    padding: 0px;
    background-color: #f8f8f8;
}
.para-content {
    padding: 0px 0px 50px 0px;
}
.secondary-content {
    padding: 35px 0px 50px 0px;
}
.page-content {
    padding: 35px 0px;
}
.banner-add {
    padding: 0px;
    background-color: var(--background-secondary-color);
    color: var(--black-color);
    border-radius: 8px;
    padding: 20px;
    margin-top: 50px;
}
.banner-add h5 {
    line-height: 1.6;
}
.title-content h4 {
    padding: 25px 10px;
    margin-bottom: 0px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
}
/*-----------end of middle-content-----*/

/*--------------section title---------------------*/
.sc-title {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 70px;
    z-index: 1;
    text-align: center;
}
.sc-title h2 {
    font-size: 45px;
    margin-bottom: 15px;
    font-weight: 400;
    text-transform: uppercase;
}
.sc-title h6 {
    margin-bottom: 30px;
}
.sc-title:before,
.sc-title:after {
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.sc-title:before {
    content: "";
    width: 66px;
    height: 4px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #d0d0d0;
}
.sc-title:after {
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border: 5px solid;
}
.sc-title:hover:before {
    width: 100px;
}

/*-------------end of section title---------------*/

/*-----products list/categories list------*/
.products-list,
.categories-list {
    width: 100%;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.product {
    padding: 0 9.8px 19.6px;
}
.product-box {
    border: 1px solid #ebebeb;
    padding: 15px;
    position: relative;
}
.categories-box {
    padding: 10px;
}
.product-img {
    position: relative;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
.product-img img,
.categories-img img {
    width: 100%;
}
.categories-img {
    display: -webkit-box;
}
.product-box .product-info a {
    width: 100%;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: bold;
}
.product-box .product-info a i,
.product-box .product-info a svg {
    margin-right: 5px;
}
.product-box .product-info h5 {
    text-transform: uppercase;
    font-family: "FuturaStd-Bold";
    font-size: 13px;
}
.product-box .product-info h6 {
    font-size: 14px;
    height: 35px;
    line-height: 22px;
}
.product-box .product-price {
    position: relative;
}
.product-box .product-price h6 {
    position: relative;
    font-size: 13px;
    font-weight: bold;
    color: var(--main-color);
}
.product-box .product-price::after {
    position: absolute;
    content: "";
    left: -15px;
    top: 1px;
    height: 15px;
    width: 7px;
    background: var(--main-color);
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.categories-btn {
    display: inline;
    padding: 0px 10px;
}
.categories-btn a {
    position: relative;
    width: 90%;
    bottom: 20%;
    color: var(--main-color);
    background-color: var(--white-color);
    font-family: "FuturaStd-Bold";
    font-size: 13px;
    letter-spacing: 1px;
}
.categories-btn a:hover {
    color: var(--white-color);
    background-color: var(--main-color);
}
.img-zoom-in img {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.img-zoom-in:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
figure {
    display: -webkit-inline-box;
    overflow: hidden;
}
.list-icon {
    position: absolute;
    top: -5px;
    right: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    border-radius: 2px;
    z-index: 1;
}
.list-icon a {
    height: 35px;
    width: 35px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 0;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: opacity 0.2s ease-in-out, border-color 0.15s ease-in-out,
        -webkit-transform 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, border-color 0.15s ease-in-out,
        -webkit-transform 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out,
        border-color 0.15s ease-in-out;
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out,
        border-color 0.15s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.product-box:hover .list-icon a {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    margin: 10px 6px -6px 0px;
    color: var(--text-forth-color);
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    .product {
        max-width: 25% !important;
    }
    .vertical-list .slick-slider .product {
        max-width: 100% !important;
    }
    .categories-box {
        max-width: 25%;
    }
}
@media only screen and (min-width: 768px) {
    .product {
        max-width: 20%;
    }
    .vertical-list .slick-slider .product {
        max-width: 100%;
    }
    .categories-box {
        max-width: 25%;
        margin-bottom: -45px;
    }
}

@media only screen and (max-width: 768px) {
    .secondary-content {
        padding: 15px 0px;
    }
    .product {
        max-width: 50%;
        padding: 2px;
    }
    .vertical-list .slick-slider .product {
        max-width: 100%;
    }
    .categories-box {
        max-width: 50%;
        margin-bottom: -45px;
        padding: 2px;
    }
    .product-box .product-info h6 {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 45px;
    }
    .product-box .product-price h6 {
        height: 35px;
    }
    .product-box .product-info a {
        font-size: 10px;
        letter-spacing: 0px;
    }

    .product-box {
        padding: 12px;
    }
    .product-box .product-price::after {
        left: -12px;
    }
    .categories-btn a {
        bottom: 30%;
        font-size: 12px;
    }
    .middle-content {
        padding: 35px 0px;
    }
}
/*------------end of product/categories list-----*/

/*---------latest reviews------------*/
.testimonial-sec {
    display: flex;
}
.testimonial-box {
    text-align: center;
    padding: 30px;
    transition: transform 0.3s, box-shadow 0.3s, background-color 0.3s,
        color 0.3s, opacity 0.3s;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16),
        0 3px 6px rgba(0, 0, 0, 0.23);
}
.testimonial-box:hover {
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
    box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.2);
}
.testimonial-author h5 {
    font-weight: bold;
    font-size: 16px;
}
.star-rating {
    direction: rtl;
    display: inline-block;
    padding: 20px;
}

.star-rating input[type="radio"] {
    display: none;
}

.star-rating label {
    color: #f2b600;
    font-size: 18px;
    padding: 0;
    cursor: context-menu;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.star-rating label.default {
    color: var(--text-forth-color);
}

.start-on {
    color: #f2b600;
}

.star-rating label.rate:hover,
.star-rating label.rate:hover ~ label {
    color: #f2b600;
    cursor: context-menu;
}

.star-rating input[type="radio"]:checked ~ label {
    color: #f2b600;
    cursor: context-menu;
}
.reviewnmber {
    float: right;
    padding: 1px;
    margin-left: 5px;
}
.review-form {
    margin-top: 20px;
}
@media only screen and (max-width: 768px) {
    .testimonial-box {
        margin-bottom: 30px;
    }
}
/*----------end of latest reviews----------*/

/*----------gift voucher-------------*/
.gift-voucher img {
    width: 100%;
}
.gift-voucher h3 {
    font-size: 26px;
}
.gift-voucher a {
    margin-top: 10px;
}
@media only screen and (max-width: 768px) {
    .gift-voucher {
        text-align: center;
    }
    .gift-voucher img {
        margin-bottom: 20px;
    }
}
/*---------end of gift voucher-------*/

/*--------- App ---------*/

.organic-instinct-bg {
    background-image: url("../img/Organic-Instinct-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.organic-instinct-infobox {
    padding: 70px 0px;
}
@media only screen and (max-width: 768px) {
    .organic-instinct-infobox {
        padding: 35px 0px;
    }
}

/*---------end of app ---------*/

/*--------blog box------------*/

.blog-box {
    border: 1px solid #dcdcdc;
    margin-bottom: 25px;
}
.blog-box img {
    width: 100%;
    height: 300px;
    bottom: 0;
    left: 0;
    top: 0;
    object-position: 50% 50%;
    object-fit: cover;
    font-family: "object-fit: cover;";
}
.info-box {
    padding: 40px;
}
.info-box a {
    font-size: 0.6em;
    text-transform: uppercase;
    font-size: 0.6em;
    text-transform: uppercase;
    color: var(--gray-dark);
}
.info-box h5 {
    font-size: 1.15em;
}
.info-box h6 {
    font-size: 0.9em;
}
.info-box p {
    margin-bottom: 7px;
}
/*--------end of blogbox-------*/

.wrap {
    overflow: hidden;
    margin: 10px;
    margin-left: auto;
    margin-right: auto;
}
.box {
    float: left;
    position: relative;
    width: 25%;
    padding-bottom: 25%;
}

.boxInner {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    overflow: hidden;
}
.boxInner img {
    width: 100%;
}
.boxInner img:hover {
    opacity: 0.5;
}
@media only screen and (max-width: 768px) {
    .boxInner {
        left: 10px;
        right: -8px;
        top: 10px;
        bottom: -8px;
    }
}

/*-----------newsletter-section--------------*/
.newsletter-section {
    padding-top: 8px;
}
.newsletter-section h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "FuturaStd-Bold";
    font-size: 30px;
    margin-bottom: 15px;
}
.newsletter-section button {
    font-family: "FuturaStd-Bold";
    text-transform: uppercase;
    font-size: 16px;
    background: var(--main-color);
    color: var(--white-color);
    border: none;
    border-radius: 0;
}
.newsletter-section button:hover {
    background-color: var(--main-color);
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}
.newsletter-section label {
    font-size: 13px;
    margin-bottom: 0px;
    padding-left: 0px !important;
}
.newsletter-section label span {
    text-decoration: underline;
}
@media only screen and (min-width: 768px) {
    .newsletter-main-text {
        padding-top: 15px;
    }
}
/*-----------end of newsletter-section--------------*/

/*-------banner image section------*/

.banner-img img {
    width: 100%;
}

/*-----end of banner image section---*/

/*-----paginations-----*/
.paginations {
    margin-top: 20px;
}
.paginations .pagination {
    display: inline-flex;
}
.pagination li {
    padding: 0px 3px;
}
.pagination li a {
    color: var(--black-secondary-color);
}
.pagination li a:hover,
.pagination li.active a {
    color: var(--main-color);
}
@media only screen and (max-width: 768px) {
    .paginations {
        margin-top: 15px;
    }
}

/*-----end of paginations------*/

/*-----breadcrumb--------*/
.breadcrumb {
    margin: 23px 0 0;
    background-color: transparent !important;
    display: -webkit-box !important;
    flex-wrap: wrap;
    padding: 0.75rem 0rem !important;
    list-style: none !important;
    border-radius: 0.25rem !important;
    margin-bottom: 0px !important;
}
.breadcrumb ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0px;
}
.breadcrumb ul > li:first-child {
    padding-left: 0px;
}
.breadcrumb ul > li {
    font-size: 15px;
    line-height: 26px;
    position: relative;
    display: inline-block;
    padding: 0 15px;
}
.breadcrumb ul > li > a {
    color: var(--gray-dark);
    letter-spacing: 0.4px;
    font-size: 14px;
}
.breadcrumb ul > li > a:hover {
    color: var(--main-color);
}
.breadcrumb ul > li:after {
    position: absolute;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 7px;
    right: -7px;
    top: 1px;
    color: #191919;
}
.breadcrumb ul > li.active,
.breadcrumb ul > li.active:after {
    color: #a6a6a6;
}
.breadcrumb ul > li:last-child:after {
    content: "";
}
/*-----end of breadcrumb----*/

/*-----product----*/

.slider-for__item img {
    width: 100%;
}

.slider-nav__item {
    max-height: 175px;
    padding: 0px 5px;
}
.slick-current.slick-active .slider-nav__item img {
    border: 1px solid var(--text-forth-color);
}

.slick-prev {
    left: 0;
    transform: rotate(180deg);
    z-index: 1;
}
.slick-next {
    right: 0;
}
.slick-arrow {
    top: 45%;
    height: 26px;
    width: 20px;
    margin-top: 0px;
    position: absolute;
    font-size: 0;
    cursor: pointer;
    background-color: transparent;
    border: none;
    background-image: url("../img/arrow-slider.png");
    background-repeat: no-repeat;
    background-position: center;
}
.slick-arrow:hover {
    background-image: url("../img/arrow-slider-green.png");
}
.slider-wrapper .slick-dots {
    display: none !important;
}
.slider-wrapper button:focus {
    outline: none !important;
}
.slick-prev {
    left: -25px;
}
.slick-next {
    right: -25px;
}
.slick-slide img {
    display: block;
    width: 100%;
    border: 1px solid var(--light-gray);
}
.product-info-sec {
    padding-left: 15px;
}
.product-info-sec .star-rating {
    padding: 5px 0px;
}
.product-info-sec h6 {
    color: var(--main-color);
}
.product-info-header {
    padding-bottom: 35px;
}
.product-info-header a {
    color: var(--text-third-color);
    font-weight: bold;
    font-size: 15px;
}
.product-info-header a i,
.product-info-header a svg {
    font-weight: normal;
    font-size: 13px;
}
.product-info-header a:hover {
    text-decoration: none;
    color: var(--text-dark-green);
}
.price-panel {
    border-top: 1px solid var(--light-gray);
    border-bottom: 1px solid var(--light-gray);
    padding: 35px 0px 30px 0px;
}
.price-panel h4 {
    font-weight: bold;
    color: var(--main-color);
}
.afterpay {
    width: 100px;
    margin: 0px 0px 6px 0px;
}
.moreinfo {
    text-decoration: underline;
    color: var(--text-main-color);
}
.product-tab-content {
    padding: 30px 0px;
}
.tab-content > .active {
    display: block;
    padding: 30px 0px;
}
.avata img {
    border-radius: 50%;
}
.tab-comment-box .star-rating {
    padding: 0;
}
.tab-comment-box h6 {
    padding: 0px 0px 15px 0px;
    font-weight: bold;
}
.outline-box {
    padding: 20px;
    border: 1px solid var(--main-color);
    margin-bottom: 25px;
}
.outline-box p {
    margin-bottom: 0px;
}
.comment {
    font-style: italic;
}
.ques-box h6 {
    font-weight: bold;
    padding: 10px 0px;
}
.ask-panel {
    padding: 25px 0px;
    border-top: 1px solid var(--light-gray);
    border-bottom: 1px solid var(--light-gray);
    margin-top: 10px;
}
.ask-panel .mb-3 {
    margin-bottom: 0px !important;
}
.ques-panel a,
.ask-panel a {
    color: var(--text-third-color);
    font-weight: bold;
}
.ask-panel a {
    margin-bottom: 15px;
    display: inline-block;
}
.ques-panel {
    border-top: 1px solid var(--light-gray);
    padding: 15px 0px;
}
.ques-panel p {
    margin-bottom: 0px;
}
.ques-item,
.ans-item {
    padding: 10px 0px;
}
.ans-item {
    border: 1px dashed var(--light-background);
    border-style: dashed;
    border-left: none;
    border-right: none;
    background-color: var(--bg-lightgray);
}
.ans-item.alert-item {
    color: var(--alert-color);
    background-color: var(--alert-background);
    border-color: var(--alert-border);
    border: 1px solid transparent;
    padding-left: 10px;
}
.review-box {
    padding: 15px 0px;
    border: 1px dashed var(--light-background);
    border-style: dashed;
    border-top: none;
    border-left: none;
    border-right: none;
}
.ask-panel button {
    font-weight: bold;
}
.ques-item span:first-child,
.ans-item span:first-child {
    display: inline-block;
    text-align: center;
    border: 1px solid #c7c7c7;
    width: 25px;
    height: 25px;
    font-weight: 600;
}
.title-review {
    border-bottom: 1px solid var(--light-background);
}
@media only screen and (max-width: 768px) {
    .product-info-sec {
        padding-left: 0px;
    }
    .product-tab-content {
        padding: 0px 0px;
    }
    .breadcrumb ul > li,
    .breadcrumb ul > li > a {
        font-size: 11px;
    }
    .product-info-header {
        padding-top: 15px;
    }
}
/*-----end of product---*/

/*-----counter------*/
.counter {
    width: 35px;
    border-radius: 0px !important;
    text-align: center;
    padding: 7px 0px;
    font-size: 15px;
    border-style: solid;
    border: 1px solid #ddd;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    max-height: 36px;
}
.up_count {
    margin-left: -6px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.down_count {
    margin-right: -6px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.up_count.btn-info,
.down_count.btn-info {
    border-color: #ddd;
    padding: 12px 8px;
    background-color: #f9f9f9;
    color: #000;
    font-weight: normal;
    font-size: 8px;
    border-radius: 0;
    max-height: 36px;
}
.up_count.btn-info:hover,
.down_count.btn-info:hover {
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}
.up_count.btn-info:not(:disabled):not(.disabled):active,
.down_count.btn-info:not(:disabled):not(.disabled):active {
    background-color: var(--main-color);
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:focus {
    box-shadow: none;
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}
.btn-info:not(:disabled):not(.disabled):active {
    border-color: var(--main-color);
}
.price-panel-ul ul {
    padding-left: 0px;
    list-style-type: none;
    margin-bottom: 0px;
}
.price-panel-ul ul li {
    display: inline-block;
    padding-right: 10px;
}
.price-panel-ul a {
    margin-top: -47px;
    padding: 5px 23px !important;
    font-weight: bold;
}
.price-panel-ul h6 {
    color: var(--text-main-color);
    font-weight: bold;
}
.product-info-tags {
    padding: 35px 0px;
}
.product-info-tags h6 {
    color: var(--text-main-color);
}
.product-info-tags h6 span,
.product-info-tags h6 span a {
    color: var(--main-color);
}

@media only screen and (max-width: 768px) {
    .price-panel-ul ul li {
        display: inline-block;
        padding-right: 10px;
        margin-bottom: 10px;
    }
    .slick-next {
        right: -16px;
    }
    .slick-prev {
        left: -16px;
    }
    .price-panel-ul a {
        padding: 5px 17px !important;
    }
}
/*-----end of counter----*/

/*----tabs------*/
.nav-tabs .nav-link {
    position: relative;
    text-transform: uppercase;
    color: var(--text-main-color);
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: var(--white-color) var(--white-color) var(--main-color);
}
.nav-tabs .active.nav-link:before,
.tabs:not(.featured-categories-tabs) .active.tab-item:before {
    width: 100%;
}
.nav-tabs .nav-link:before,
.tabs:not(.featured-categories-tabs) .tab-item:before {
    bottom: 0;
    height: 1px;
    width: 0;
}
.nav-tabs .active.nav-link:after,
.tabs:not(.featured-categories-tabs) .active.tab-item:after {
    opacity: 1;
}
.nav-tabs .nav-link:after,
.tabs:not(.featured-categories-tabs) .tab-item:after {
    bottom: -7px;
    height: 8px;
    width: 15px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    opacity: 0;
    z-index: 1;
}
.nav-tabs .nav-link:after,
.nav-tabs .nav-link:before {
    position: absolute;
    content: "";
    left: 50%;
    background: var(--main-color);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
}

/*----end of tabs----*/

/*-----product vertical-list-------*/

/* Slick Slider Css Ruls */

.vertical-list .slick-slider {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.vertical-list .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.vertical-list .slick-list:focus {
    outline: none;
}

.vertical-list .slick-list.dragging {
    cursor: hand;
}

.vertical-list .slick-slider .slick-track,
.vertical-list .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.vertical-list .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.vertical-list .slick-track:before,
.vertical-list .slick-track:after {
    display: table;
    content: "";
}

.vertical-list .slick-track:after {
    clear: both;
}

.vertical-list .slick-loading .slick-track {
    visibility: hidden;
}

.vertical-list .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.vertical-list .slick-slide.dragging img {
    pointer-events: none;
}

.vertical-list .slick-initialized .slick-slide {
    display: block;
}

.vertical-list .slick-loading .slick-slide {
    visibility: hidden;
}

.vertical-list .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.vertical-list .img-fill {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.vertical-list .img-fill img {
    height: 100%;
    min-width: 100%;
    position: relative;
    display: inline-block;
    max-width: none;
}
/* Slider Theme Style */

.vertical-list {
    padding: 0 15px;
}

.vertical-list:after,
.vertical-list .Head:after {
    content: "";
    display: block;
    clear: both;
}
.vertical-list .slick-arrow {
    font-size: 12px;
}
.vertical-list .Head {
    height: 52px;
    over-flow: hidden;
    border-bottom: 1px solid var(--light-gray);
    line-height: 1.7;
}

.vertical-list .Head .Arrows {
    float: right;
}

.vertical-list .Head .Slick-Next,
.vertical-list .Head .Slick-Prev {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-top: 6px;
    color: #fff;
    margin-left: 5px;
    cursor: pointer;
    font: 18px/36px Font Awesome 5 Free;
    text-align: center;
    transition: all 0.5s;
    top: unset;
    position: relative;
}
.vertical-list .Head .Slick-Prev {
    transform: rotate(180deg);
}

.vertical-list .SlickCarousel {
    margin: 0 -7.5px;
    margin-top: 10px;
}

.vertical-list .ProductBlock {
    padding: 0 7.5px;
}

.vertical-list .ProductBlock .img-fill {
    height: 200px;
}

.vertical-list .ProductBlock h3 {
    color: #393939;
    margin-top: 5px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.25);
}
.vertical-list .slick-slide img {
    border: none;
}

/*-----end of product vertical-list-----*/
.input-group.mb-3 {
    display: flex;
}

/*---price range---*/

.price-slider {
}
.price-slider input,
.price-slider label {
}
.price-slider .custom-slider {
    height: 5px;
}
.price-slider .custom-handle {
    background: #fff;
    border-color: var(--main-color);
    border-radius: 10px;
    height: 20px;
    width: 20px;
    top: -0.6em;
    box-shadow: 0px 0px 3px var(--main-color);
}
.price-slider .custom-range {
    background: var(--main-color);
}
.price-slider button.apply {
    margin-top: 2rem;
}
/*-----end of price range-----*/

/*-----filter box-----*/
.filter-box {
    padding: 10px 0px;
}
.filter-box .dropdown-toggle.btn {
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    border-radius: 0;
    width: 100%;
    text-align: left;
}
.filter-box .dropdown-toggle.btn:hover {
    color: var(--main-color);
}
.filter-box .btn:focus {
    box-shadow: none;
    color: var(--main-color);
}
.filter-box .dropdown-menu {
    box-shadow: 0 5px 13px -2px rgba(0, 0, 0, 0.8);
    padding: 10px;
    background-color: #eee;
}
.filter-box input[type="radio"] {
    margin-right: 10px;
}
.filter-box .dropdown-menu li {
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    line-height: 1.12;
    border-radius: 5px;
    background-color: #fff;
    color: #2d2d2d;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px;
    display: block;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    margin: 4px 0px;
}
.filter-box .dropdown-menu li:hover {
    color: var(--main-color);
}
.filter-box .dropdown-menu li label {
    margin-bottom: 0px;
    cursor: pointer;
}
.filter-box .form-control:focus {
    border-color: transparent;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
}
.filter-box .input-group-append:hover {
    cursor: pointer;
}
.filter-box .dropdown-toggle::after {
    float: right;
    margin-top: 10px;
}

.multiselect-container > li.multiselect-group label {
    color: var(--main-color);
}
.filter-box .multiselect-container .custom-control-indicator {
    position: absolute;
    top: 5px;
}
.filter-box .multiselect-container li a:focus {
    outline: none;
}

.filter-box .open > .dropdown-menu {
    display: block;
    max-height: 400px;
    overflow-y: auto;
}
.price-tag {
    margin-top: 20px;
}
.filter-box .price-slider .price-tag button.apply {
    margin-top: 0px;
    padding: 3px 10px !important;
    font-size: 14px;
}
.filter-box .price-slider input {
    width: 100%;
    margin-top: 5px;
}
.filter-box .mb-3 {
    margin-bottom: 0rem !important;
}

.filter-box .multiselect-item.multiselect-filter {
    display: none;
}

.filter-box .dropdown,
.filter-box .btn-group {
    margin-bottom: 10px;
}

.cartli .btn-outline-danger:active:focus,
.cartli .btn-outline-danger:active:hover,
.advertisment-right .btn-outline-danger:active:focus,
.advertisment-right .btn-outline-danger:active:hover {
    outline: none !important;
}
/*------filter box-----*/

/*---plus minus----*/

.plusminus {
    display: inline-block;
    position: relative;
    font-size: 0;
    overflow: hidden;
    border-radius: 3px;
    width: 44px;
    height: 132px;
}
.plusminus button {
    display: block;
    width: 35px;
    height: 36px;
    position: absolute;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    color: #000;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    border: 1px solid #ddd;
    font-weight: bold;
}
/* .plusminus button:disabled {
background: #999;
  color: #ccc;
  cursor: default;
}*/
.plusminus button:first-child {
    bottom: 8px;
    outline: none;
}
.plusminus button:first-child:before {
    content: "-";
}
.plusminus button:first-child:focus {
    color: var(--main-color);
}
.plusminus button:last-child {
    top: 0;
}
.plusminus button:last-child:before {
    content: "+";
}
.plusminus button:last-child:focus {
    color: var(--main-color);
    outline: none;
}
.plusminus input[type="number"] {
    width: 35px;
    height: 36px;
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    -moz-appearance: textfield;
    border: 1px solid #ddd;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.plusminus input[type="number"]::-webkit-outer-spin-button,
.plusminus input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.plusminus.horiz {
    width: 132px;
    height: 44px;
}
.plusminus.horiz button:first-child {
    left: 10px;
}
.plusminus.horiz button:last-child {
    right: 19px;
}

.plusminus.horiz input[type="number"] {
    position: absolute;
    top: 0;
    left: 44px;
}
.plusminus.stacked {
    width: 88px;
    height: 88px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.plusminus.stacked:after {
    width: 100%;
    bottom: 50%;
}
.plusminus.stacked button {
    float: none;
    top: auto;
    bottom: 0;
}
.plusminus.stacked button:first-child {
    left: 0;
}
.plusminus.stacked button:last-child {
    right: 0;
}
.plusminus.stacked input[type="number"] {
    top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border: 1px solid #eee;
    width: 100%;
}
.plusminus.stacked input[type="number"]:after {
    width: 100%;
}

/*---end of plus minus---*/

/*-----cart---------------*/
.cart-content a {
    color: var(--text-main-color);
}
.cart .cart-header,
.completeorder-header {
    padding: 35px;
}
.cart .cart-header,
.cart .cart-content,
.cart-box-footer,
.checkout-box,
.completeorder-header {
    border: 1px solid var(--border-color-bg);
    margin-bottom: 15px;
}
.cart-content-checkout {
    padding: 40px 20px;
}
.checkout-box {
    background-color: var(--gray-bg-color);
}
.cart-header a {
    margin-top: 4px;
}
.cart .cart-header h6:last-child {
    margin-bottom: 0px;
}
.cart-content .table {
    font-weight: bold;
    text-align: center;
}
.cart-content .table td {
    vertical-align: middle;
}
.cart-content .table td .plusminus.horiz {
    margin-top: 10px;
}
.cart-content .table thead th {
    border: 0px solid #dee2e6;
}
.cart-content .table thead td {
    border-bottom: 1px solid #dee2e6;
}

.cart .cart-content {
    padding: 0px 15px;
}
.cart-box-footer,
.checkout-box {
    padding: 35px;
}
.cart-box-footer a,
.checkout-box-content a {
    color: var(--text-main-color);
    text-decoration: underline;
}
.checkout-box-footer a,
.checkout-box-coupon a {
    width: 100%;
}
.cart-box-footer i,
.cart-box-footer svg {
    font-size: 32px;
    text-align: center;
    margin-top: 4px;
}
.cart-box-footer p,
.cart-box-footer a {
    margin-bottom: 0px;
    font-size: 14px;
}
.checkout-box-footer a,
.checkout-box-coupon a {
    margin-bottom: 15px;
}
.cart-box-footer h4 {
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0 0 3px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.5em;
}
.cart-box-footer p span {
    font-weight: bold;
}
.cart .cart-item {
    border-bottom: 1px solid var(--border-color-bg);
    padding: 15px 0px;
}
.cart .cart-item .close-btn {
    float: right;
}
.cart .cart-item:last-child {
    border-bottom: none;
}
.table {
    margin-bottom: 0px;
}
.payment-img {
    padding: 5px 0px;
}
.payment-img img {
    max-width: 100%;
    max-height: 20px;
}
.checkout-box-header h5,
.checkout-box-content h6,
.checkout-box-coupon h5 {
    font-weight: bold;
}
.checkout-box-header p {
    font-size: 16px;
    color: var(--red-color);
}
.checkout-box-coupon h6 {
    text-transform: uppercase;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2px;
}
.checkout-box .form-control,
.checkout-box input {
    border-top: none;
    border-left: none;
    border-right: none;
}
.checkout-box .form-control:focus {
    background-color: #fff;
    border-color: var(--main-color);
    outline: 0;
    box-shadow: none;
}

.cart .btn.custom-btn {
    font-weight: bold;
}

.checkout-box-content img {
    width: 100px;
    margin: -5px 5px 0px 0px;
}
.checkout-box .form-control,
.checkout-box input,
.cart-box h6,
.checkout-box-content p,
.checkout-box-coupon span {
    font-size: 14px;
}
.checkout-box .form-control,
.checkout-box input {
    margin-bottom: 15px;
}
.checkout-box-header h5 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2.5px;
}
.checkout-box-content span {
    font-weight: bold;
}
.checkout-box-content p {
    text-align: right;
    font-weight: bold;
}
.checkout-box-content .normal-text {
    text-align: left;
    font-weight: normal;
}
.completeorder-header {
    text-align: center;
}
.completeorder-header h5 {
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 700;
    font-size: 18px;
    padding: 10px;
    margin: 0px;
}
.completeorder-header i,
.completeorder-header svg {
    font-size: 42px;
    color: var(--text-dark-green);
}
.item-list {
    max-height: 205px;
    overflow-y: auto;
    overflow-x: hidden;
}
.item-list-box {
    border-bottom: 1px solid var(--border-color-bg);
    margin: 10px 0px;
}
.item-list-box img {
    width: 100%;
    margin: 0px;
}
.item-list-box .item-info h6 {
    font-size: 14px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    max-height: 3rem;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.item-list-box .item-info h6:nth-child(2) {
    font-weight: normal;
}
.item-list-order {
    max-height: 245px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0px 20px;
}
.item-list-order ul {
    padding-left: 0px;
    list-style-type: none;
}
.item-list-order ul li {
    width: 100%;
    display: inline-block;
}
.item-list-order .item-list-box {
    padding-bottom: 5px;
}
.item-total h6 {
    font-size: 14px;
}
.completeorder-title h5 {
    font-size: 18px;
    color: var(--text-main-color);
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 700;
    padding: 35px 15px;
}
.price-side {
    text-align: right;
}
.btn.custom-btn.secondary {
    background-color: #fff;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    margin-right: 10px;
}
.right-box {
    text-align: right;
}
.checkout-box-content .total-box {
    padding: 15px 0px;
}
.checkout-box-content .item-total {
    padding: 5px 0px;
}
.radio-check-box label,
.radio-check-box label span {
    font-size: 14px;
}
.radio-check-box p {
    text-align: left;
}
.radio-check-box .form-check {
    margin: 15px 0px;
}
.btn.custom-btn.secondary:hover {
    color: #fff;
    background-color: var(--main-color);
}
.checkout-box-footer .btn.custom-btn {
    background-color: var(--orange-color);
}
.cart-popup .modal-body img {
    width: 100%;
}
.cart-popup .modal-body {
    padding: 0;
}
.cart-popup .modal-body button.close {
    display: block;
    position: absolute;
    right: 0%;
    padding: 10px;
}
.accordion-toggle.collapsed i,
.accordion-toggle.collapsed svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.accordion-toggle i,
.accordion-toggle svg {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#collapse-coupon,
#collapse-point {
    color: var(--text-main-color);
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: underline;
    padding: 0.375rem 0 !important;
}
#collapsecoupon .card-body,
#collapsepoint .card-body {
    padding: 1.25rem 0rem;
}
#collapsepoint p span {
    font-weight: bold;
}
.accordioncoupon .card {
    border: none;
}
.cart-box .panel .panel-heading a,
.cart-box .cart-content .cart-content-checkout h5 {
    color: var(--text-main-color);
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 700;
}
.cart-box .panel .panel-heading a {
    font-size: 14px;
}
.cart-box .cart-content .cart-content-checkout h5 {
    font-size: 18px;
    margin-bottom: 35px;
}
.cart-box .panel .panel-heading a i,
.cart-box .panel .panel-heading a svg {
    font-size: 16px;
    margin-left: 10px;
}
.cart-box .panel-body {
    padding: 15px 0px;
}
.cart-box .panel .panel-body label,
.cart-box .cart-content .cart-content-checkout label,
.checkbox-panel #div1 label,
.checkbox-panel #div2 label,
.checkbox-panel #div3 label {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    color: var(--text-forth-color);
    font-size: 14px;
}
.checkbox-panel #div1,
.checkbox-panel #div2 {
    margin-top: 15px;
}
.cart-content-checkout .form-group span {
    color: var(--red-color);
}
.cart-box .panel .panel-body p {
    font-size: 14px;
}
.cart-box .panel .panel-body a {
    color: var(--text-main-color);
}
.cart-box .panel .panel-body .btn.custom-btn {
    color: var(--white-color);
}
.form-control:focus,
.custom-select:focus,
.cart-box .panel .panel-body .form-control:focus,
.cart-box .panel .panel-body .custom-select:focus,
.cart-box .cart-content .form-control:focus,
.cart-box .cart-content .custom-select:focus {
    border-color: rgb(140 198 63);
    box-shadow: 0 0 0 0.2rem rgba(140, 198, 63, 0.25);
}
.cart-box .panel .panel-body .form-control,
.cart-box .panel .panel-body .custom-select,
.cart-box .cart-content .form-control,
.cart-box .cart-content .custom-select {
    font-size: 14px;
}
.group-input .form-control {
    margin-bottom: 15px;
}
.group-input .form-control:last-child {
    margin-bottom: 0px;
}
.notes {
    padding: 15px 0px 0px 0px;
}
.cart-box .cart-content .cart-content-checkout .checkbox-panel label {
    font-weight: normal;
    color: var(--text-main-color);
    text-transform: none;
}
.cart-box .cart-content .cart-content-checkout .checkbox-panel label.bold {
    font-weight: bold;
}
.place-order a {
    width: 100%;
}
.place-order p a {
    color: var(--text-forth-color);
    text-decoration: underline;
}
.place-order p {
    letter-spacing: 0.025rem;
    line-height: 1.5rem;
    font-size: 16px;
    color: var(--text-forth-color);
    margin-top: 15px;
}
.pay-block h6 {
    color: var(--text-forth-color);
    letter-spacing: 2px;
    text-transform: uppercase;
    font-style: normal;
    font-size: 0.75rem;
    font-weight: 700;
}
#div-Afterpay p {
    color: #379dd6;
    font-weight: normal;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
#div-Afterpay a {
    font-size: 12px;
    text-align: center;
    display: block;
}
#div-Afterpay h5 {
    font-size: 11px;
    color: var(--text-forth-color);
    text-align: center;
}
#div-Afterpay p span {
    color: var(--text-main-color);
    font-weight: bold;
}
#div-Afterpay ul {
    padding-left: 0px;
    list-style-type: none;
}
#div-Afterpay ul li {
    display: inline-block;
    text-align: center;
}
#div-Afterpay ul li img {
    width: 24px;
    height: 24px;
}
#div-Afterpay ul li p {
    color: var(--text-main-color);
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 0px;
    text-align: center;
}
#div-Afterpay ul li h6 {
    color: var(--text-forth-color);
    font-size: 9px;
    text-align: center;
    padding-top: 3px;
}
#div-Bank-Transfer p,
#div-PayPal p {
    font-weight: normal;
    font-size: 14px;
    margin-top: 10px;
}
.emty-bag {
    text-align: center;
}
.emty-bag i,
.emty-bag svg {
    font-size: 28px;
}
.emty-bag h5 {
    font-weight: bold;
    line-height: 2;
}
.map-responsive {
    overflow: hidden;
    padding-bottom: 75%;
    position: relative;
    height: 0;
}
.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
.checkout-map-header p {
    font-size: 14px;
    text-align: left;
    font-weight: normal;
}
.infor-price {
    padding: 0px 20px;
}
@media only screen and (max-width: 768px) {
    .cart-header,
    .cart-box-footer {
        text-align: center;
    }
    .cart-li-btn a {
        width: 100%;
        margin-bottom: 5px;
    }
    .item-list-box img {
        width: auto;
        margin: 0px;
        height: 100%;
    }
    .item-img {
        text-align: center;
    }
    #div-Afterpay ul li p {
        font-size: 11px;
    }
    #div-Afterpay ul li h6 {
        font-size: 9px;
    }
    #div-Afterpay ul li img {
        margin: 0px;
    }
    .item-list-order .item-list-box .item-img img {
        width: 100%;
        margin: 0px;
    }
}
/*-----end of cart--------*/

/*---blog----*/

.banner-post img,
.small-img-bx img {
    width: 100%;
}
.small-img-bx img {
    height: 225px;
    object-fit: cover;
    font-family: "object-fit: cover;";
}
.date-bx {
    position: absolute;
    top: 7%;
    background-color: var(--white-color);
    border: 2px solid var(--main-color);
    padding: 5px 10px;
    left: 5px;
}
.date-bx .date-bx-inner h6,
.date-bx .date-bx-inner p {
    margin-bottom: 0px;
    color: var(--main-color);
    font-weight: bold;
}
.date-bx .date-bx-inner h6 {
    font-size: 16px;
}
.date-bx .date-bx-inner p {
    font-size: 13px;
}
.title-info {
    text-align: center;
    padding: 15px 0px;
}
.small-divider {
    margin-left: auto;
    margin-right: auto;
    height: 10px;
}
.divider {
    height: 3px;
    background-color: rgba(0, 0, 0, 0.1);
    margin-bottom: 12px;
    width: 100%;
    max-width: 30px;
    display: inline-block;
}
.title-info small {
    color: var(--light-text);
    line-height: 2.5;
}
.title-info small:last-child {
    color: var(--text-main-color);
}

.title-info h5 {
    line-height: 2;
    margin-bottom: 2px;
    letter-spacing: 2px;
}
.post {
    padding: 15px 0px;
}
.post h3 {
    letter-spacing: 2px;
    padding: 25px 0px;
}
.post h5 {
    padding: 25px 0px;
}

.post p,
.post h6 {
    margin-bottom: 25px;
}
.post p a {
    text-decoration: underline;
}
.post ul li {
    margin-bottom: 10px;
}
.link-a-1 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: 18px !important;
    text-transform: inherit !important;
}
.link-a-2 {
    font-size: 12px !important;
    color: var(--text-main-color) !important;
}
.social-footer {
    text-align: center;
}
.social-footer-p {
    border-top: 1px solid var(--gray-box-color);
    border-bottom: 1px solid var(--gray-box-color);
    margin: 10px 0px;
}
.social-footer .product-info-tags {
    padding: 10px 0px;
}
.social-footer-p p {
    margin: 10px 0px;
    font-size: 14px;
}

.post-nav-items .slick-slide.slick-current.slick-active .slider-nav__item a {
    text-align: left;
    float: left;
    color: var(--text-main-color);
}
.post-nav-items .slick-slide.slick-active .slider-nav__item a {
    text-align: right;
    float: right;
    color: var(--text-main-color);
}
.post-nav-items .slick-list.draggable {
    padding-top: 25px;
}
.sociallink.product-info-tags .social-links i,
.sociallink.product-info-tags .social-links svg {
    font-size: 16px;
}
.checkout-box-content.defualtbox h5 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
}
.checkout-box-content.defualtbox h6 {
    font-size: 14px;
    font-weight: normal;
    padding: 10px 0px;
}
.sociallink.product-info-tags {
    padding: 10px 0px;
}
.form-group label,
.form-group-star label {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    color: var(--text-forth-color);
    font-size: 14px;
}
.cart-header.defualtbox .form-group label {
    text-align: left;
    float: left;
}
.red-mark {
    color: var(--red-color);
}
.ithalic-text {
    font-style: italic;
}
@media only screen and (max-width: 768px) {
    .post-nav {
        padding: 0px 10px;
    }
    .post-nav-items .slick-list.draggable {
        padding-top: 40px;
    }
    .date-bx {
        top: 0.1%;
    }
}
/*----end of blog----*/

/*-----faq----*/

.faq .card-header a {
    border-bottom: 1px solid var(--border-color-bg);
    letter-spacing: 1px;
    font-weight: 700;
    color: var(--text-forth-color);
    font-size: 12px;
    margin-bottom: 0px;
    line-height: 1.5;
}
.faq .card-header a h5 {
    font-size: 16px;
}
.faq .card-header a.collapsed {
    color: var(--text-forth-color);
}
.faq .card-header a:hover,
.faq .card-header a {
    color: var(--main-color);
}

.md-accordion .card .card-header a:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.faq .accordion > .card > .card-header {
    margin-bottom: 0px;
}
.faq .card-header {
    background-color: var(--white-color);
    border-bottom: 1px solid var(--border-color-bg);
}
.faq .card {
    border: none;
}
@media only screen and (max-width: 768px) {
    .cart.faq .card-header a svg,
    .cart.faq .card-header a i {
        font-size: 14px;
    }
}

/*-----end of faq------*/

.breadcrumb.search {
    width: 65%;
}
.form-inline.search-line {
    width: 30%;
    float: right;
    text-align: right;
    margin-top: -40px;
}
.search-line .form-control {
    border: 0px;
    border-bottom: 1px solid var(--border-color-bg);
}
.search-line .form-control:focus {
    border-color: rgb(140 198 63);
    box-shadow: 0 0 0 0 rgba(140, 198, 63, 0.25);
}
.form-inline.search-line i:hover,
.form-inline.search-line svg:hover {
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    .breadcrumb.search {
        width: 100%;
    }
    .search-linediv {
        height: 40px;
    }
    .form-inline.search-line {
        width: 100%;
        float: left;
        text-align: left;
        margin-top: 0px;
        padding-top: 0px;
    }
}

/*----checkbox style-----*/
.check-list {
    padding: 8px 0px 25px 0px;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 0;
}
.form-check input[type="checkbox"]:checked + label:before,
.form-check input[type="checkbox"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 18px;
    height: 17px;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
}
.form-check input[type="checkbox"]:checked + label::after,
.form-check input[type="checkbox"]:not(:checked) + label::after {
    position: absolute;
    content: "";
    top: 5px;
    left: 4px;
    height: 6px;
    width: 10px;
    transform: rotate(-45deg) scale(0);
    color: var(--main-color);
    border-width: 2px 2px;
    border-style: none none solid solid;
    border-image: initial;
    border-top: none;
    border-right: none;
    transition: all 0.15s ease-in-out 0s;
}
.form-check input[type="checkbox"]:checked + label::after {
    opacity: 1;
    transform: rotate(-45deg) scale(1);
}
.form-check input[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
}
.form-check input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: rotate(-45deg) scale(0);
    transform: rotate(-45deg) scale(0);
}
.form-check input[type="checkbox"]:checked + label,
.form-check input[type="checkbox"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    text-align: left;
}
.newsletter-section .form-check input[type="checkbox"]:checked + label,
.newsletter-section .form-check input[type="checkbox"]:not(:checked) + label {
    padding-left: 25px !important;
}
.form-check input[type="checkbox"] {
    position: absolute;
    left: 0;
    margin: 0;
    display: none;
}
.form-check input[type="radio"] {
    position: absolute;
    left: 0px;
    margin: 0px;
    display: none;
}
.form-check input[type="radio"]:checked + label,
.form-check input[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    text-align: left;
}
.form-check input[type="radio"]:checked + label::before,
.form-check input[type="radio"]:not(:checked) + label::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 2px;
    width: 17px;
    height: 17px;
    border: 1px solid rgb(225, 225, 225);
    border-radius: 50%;
    transition: all 0.15s ease-in-out 0s;
}
.form-check input[type="radio"]:checked + label::after,
.form-check input[type="radio"]:not(:checked) + label::after {
    position: absolute;
    content: "";
    top: 7px;
    left: 5px;
    height: 7px;
    width: 7px;
    background: var(--main-color);
    border-radius: 50%;
    transform: scale(0);
    transition: all 0.15s ease-in-out 0s;
}
.form-check input[type="radio"]:checked + label::after {
    opacity: 1;
    transform: scale(1);
}
.form-check input[type="radio"]:not(:checked) + label::after {
    opacity: 0;
    transform: scale(0);
}
.price-panel-ul .plusminus.horiz button:first-child {
    left: 0px;
}
.price-panel-ul .plusminus.horiz input[type="number"] {
    left: 34px;
}
.price-panel-ul .plusminus.horiz button:last-child {
    right: 29px;
}


/*----end of checkbox style----*/
