@charset "UTF-8";

@font-face {
    font-family: "Playfair Display";
    src: url("../fonts/PlayfairDisplay-Bold.eot");
    src: url("../fonts/PlayfairDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/PlayfairDisplay-Bold.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Bold.woff") format("woff"), url("../fonts/PlayfairDisplay-Bold.ttf") format("truetype"), url("../fonts/PlayfairDisplay-Bold.svg#PlayfairDisplay-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*-----FONTS-----*/
@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Light.eot");
    src: url("../fonts/Poppins-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff"), url("../fonts/Poppins-Light.ttf") format("truetype"), url("../fonts/Poppins-Light.svg#Poppins-Light") format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Regular.eot");
    src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype"), url("../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Medium.eot");
    src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.ttf") format("truetype"), url("../fonts/Poppins-Medium.svg#Poppins-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-SemiBold.eot");
    src: url("../fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins-SemiBold.ttf") format("truetype"), url("../fonts/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Bold.eot");
    src: url("../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins-Bold.ttf") format("truetype"), url("../fonts/Poppins-Bold.svg#Poppins-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-ExtraBold.eot");
    src: url("../fonts/Poppins-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-ExtraBold.woff2") format("woff2"), url("../fonts/Poppins-ExtraBold.woff") format("woff"), url("../fonts/Poppins-ExtraBold.ttf") format("truetype"), url("../fonts/Poppins-ExtraBold.svg#Poppins-ExtraBold") format("svg");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/*-----RESET-----*/
html,
body {
    width: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: "Poppins";
    font-size: 14px;
    position: relative;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased !important;
    color: #393939;
    line-height: 24px;
    font-weight: normal;
    font-style: normal;
    background-color: #f5f5f4;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

html {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

a img {
    border: none;
}

:focus {
    outline: 0;
}

::-moz-focus-inner {
    border: 0;
}

a,
button {
    text-decoration: none;
    color: inherit;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    cursor: pointer;
}

ul {
    list-style: none;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

/*-----FORM CONTROL-----*/
::-webkit-input-placeholder {
    color: #393939;
    font-family: "Poppins";
    font-weight: 300;
    text-transform: capitalize;
    font-size: 14px;
}

::-moz-placeholder {
    color: #393939;
    font-family: "Poppins";
    font-weight: 300;
    text-transform: capitalize;
    font-size: 14px;
}

:-ms-input-placeholder {
    color: #393939;
    font-weight: 300;
    text-transform: capitalize;
    font-size: 14px;
}

::-moz-selection {
    color: #000000;
    background: #fcfb34;
}

::selection {
    color: #000000;
    background: #fcfb34;
}

select,
.input-text {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #e8e8e8;
    height: 45px;
    padding: 15px;
    font-size: 14px;
    font-weight: normal;
    /* min-width: 237px;*/
    font-family: "Poppins";
    line-height: 100%;
}

select {
    background: #ffffff url(../images/select-arrow.png) no-repeat right 15px top 7px !important;
    color: #7d7d7d;
}

select::-ms-expand {
    display: none;
}

input:invalid {
    box-shadow: none;
}

input[type=text],
input[type=submit],
input[type=email],
input[type=search],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type=text]:focus,
input[type=submit]:focus,
input[type=email]:focus,
input[type=search]:focus,
textarea:focus {
    border-color: #000000;
}

textarea {
    resize: none;
    height: auto !important;
    min-height: 195px;
    overflow: hidden;
    margin: 0;
    font-family: "Poppins";
    font-weight: 300;
    border-radius: 0px !important;
    vertical-align: bottom;
}

.form-group {
    margin-bottom: 30px;
    position: relative;
}

.form-control,
.input-text {
    width: 100%;
    padding: 10px 20px;
    border: 2px solid transparent;
    border-radius: 2px;
    height: 46px;
    background: #fff;
    font-size: 14px;
    color: #393939;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    letter-spacing: 0px;
    line-height: 26px;
    font-family: "Poppins";
}

.input-md {
    height: 45px;
}

input[type=submit].submitbtn {
    background: transparent;
    border: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    outline: 0;
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
    padding: 0;
    cursor: pointer;
    line-height: 100%;
    letter-spacing: 1px;
}

[class*=btn-] {
    background-color: #f57921;
    display: inline-block;
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    color: #ffffff;
    text-align: center;
    border-radius: 19px;
    letter-spacing: 0.5px;
    line-height: 100%;
    padding: 12px 15px;
    display: inline-block;
    height: 38px;
    transition: all 0.3s ease;
    vertical-align: middle;
    overflow: hidden;
    z-index: 1;
}

[class*=btn-]:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: #000000;
    z-index: -1;
    transform: translate3D(-100%, 100%, 0);
    transition: all 0.5s;
}

[class*=btn-] i {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    text-align: center;
    line-height: 15px;
    background-color: #ffffff;
    color: #f57921;
    margin-left: 10px;
}

[class*=btn-]:hover:after {
    transform: translate3D(0, 0, 0);
    transition: all 0.5s;
}

[class*=btn-]:hover {
    color: #ffffff !important;
}

.button {
    z-index: 1;
}

/*.button:hover:after {
    transform: translate3D(0, 0, 0);
    transition: all .5s;
}*/
/*.button:hover {
    color: #ffffff !important;
}*/
.btnyellow {
    background-color: #fcfb34;
    color: #000000;
    padding: 12px 25px;
}

.btnyellow i {
    color: #000000;
    background: none;
    margin: 0 10px 0 0;
}

.btnyellow:hover i {
    color: #fcfb34;
}

.btn-white {
    background-color: #ffffff;
    color: #221812;
    font-size: 14px;
    display: inline-block !important;
    padding: 12px 20px;
}

.btn-white i {
    background-color: #000000;
    color: #fff;
}

.btn-white:after {
    background: #fcfb34;
}

.btn-white:hover {
    color: #221812 !important;
}

.btn-black {
    background-color: #000000;
    color: #ffffff;
}

.btn-black i {
    color: #000000;
}

.btn-black:after {
    background-color: #f57921;
}

.btn-border {
    background-color: transparent;
    border: 1px solid #8c8c8c;
    color: #393939;
    letter-spacing: 0.5px;
    font-size: 14px;
    border-radius: 19px;
    z-index: 0;
}

.btn-border i {
    color: #393939;
    margin-right: 10px;
    background: transparent;
}

.btn-border:hover i {
    color: #ffffff;
}

.btn-submit {
    padding: 8px 20px;
    font-weight: 600;
    background: #000000;
    font-size: 14px;
    font-weight: 600;
    outline: none;
    border: 0;
    font-family: "Poppins";
    cursor: pointer;
}

.btn-submit:hover {
    background-color: #fcfb34;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.overlay {
    height: 100%;
    float: left;
    width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.9);
    z-index: 10;
    opacity: 0;
    top: 0;
    display: none;
}

.overlay.active {
    opacity: 1;
    display: block;
}

/*-----DEFAULT LIST-----*/
.dlist {
    display: flex;
    flex-wrap: wrap;
}

.dlist li {
    font-size: 14px;
    line-height: 24px;
    position: relative;
    padding-left: 30px;
    width: 100%;
    color: #393939;
    font-weight: normal;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}

.dlist.half li {
    width: 50%;
}

.dlist.thrice li {
    width: 33.33%;
}

.dlist li:before {
    position: absolute;
    content: "";
    color: #393939;
    left: 0;
    font-size: 14px;
    font-family: "FontAwesome";
    top: 0px;
}

p a {
    position: relative;
    display: inline-block;
    color: #393939;
    font-weight: 600;
    text-decoration: underline;
}

p a:hover {
    text-decoration: none;
    color: #f57921;
}

/* GRID css */
.width50 {
    width: 50%;
    display: inline-block;
}

.width33 {
    width: 33.33%;
    display: inline-block;
}

.slick-slider {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

/*.slick-list.draggable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}*/
.key-featureslider > * {
    display: none;
}

.key-featureslider.slick-initialized > * {
    display: block;
}

/* COMMON CSS */
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -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;
}

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

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

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

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

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

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

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

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

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

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

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

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

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

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

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
/*.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}


@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}*/
/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 1;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 25px;
    line-height: 1;
    opacity: 1;
    color: #989898;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -50px;
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    /*  content: 'â†';*/
    content: "";
    font-family: "FontAwesome";
}

[dir=rtl] .slick-prev:before {
    content: "â†’";
}

.slick-next {
    right: -50px;
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: "";
    font-family: "FontAwesome";
}

[dir=rtl] .slick-next:before {
    content: "â†";
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "â€¢";
    text-align: center;
    opacity: 0.25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: black;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

@media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }


}

@media(min-width:767px) {
    .cta-bg-mobile {
        display: none;
    }
}

@media (min-width: 992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1240px;
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1410px;
        margin: 0 auto;
    }
}

.bgimg {
    position: absolute;
    right: 0;
    bottom: 0;
    max-height: 100%;
    max-width: inherit;
    left: 0;
    top: 0;
    width: 100%;
    object-fit: cover;
    height: 100% !important;
    z-index: -1;
    overflow: hidden;
}

.mCSB_inside > .mCSB_container {
    margin-right: 60px;
}

.mCustomScrollbar .mCSB_scrollTools {
    opacity: 0;
}

.mCustomScrollbar:hover .mCSB_scrollTools {
    opacity: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #f3373f;
}

img {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

/*-----SCROLL TOP-----*/
.scrollTop {
    position: fixed;
    right: 10px;
    bottom: 85px;
    border-radius: 0;
    opacity: 0;
    height: 40px;
    width: 40px;
    line-height: 40px;
    z-index: 10;
    color: #fff;
    background: #f57921;
    text-align: center;
    font-size: 24px;
    padding: 0;
}

.scrollTop span {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transition: -webkit-transform 0.7s;
    transition: transform 0.7s;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
}

.scrollTop span {
    color: #000;
    font-size: 14px;
    margin: -4px;
    display: block;
    background: linear-gradient(-100deg, #d01900 0%, #ff9500 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.scrollTop.vis img,
.scrollTop.vis span {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.main-heading {
    font-size: 44px;
    color: #272727;
    line-height: 100%;
    font-family: "Playfair Display";
    line-height: 100%;
    margin-bottom: 45px;
}

.main-heading .sub-heading {
    font-size: 14px;
    color: #393939;
    font-family: "Poppins";
    line-height: 22px;
    margin-top: 10px;
}

.main-heading span {
    display: block;
    margin: 10px auto;
    line-height: 0;
}

.inpg-subheading {
    font-size: 30px;
    color: #272727;
    line-height: 100%;
    font-family: "Playfair Display";
    line-height: 120%;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.heading-small {
    font-size: 16px;
    color: #393939;
}

p {
    margin-bottom: 30px;
    letter-spacing: 0.3px;
}

p:last-child {
    margin-bottom: 0;
}

p::selection {
    color: #000000;
}

/* CTA */
.hm-sec-offer {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 60px 0;
    color: #ffffff;
    margin-bottom: 60px;
}

.hm-sec-offer .main-heading {
    color: #fcfb34;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
}

.hm-sec-offer .offer-tag {
    text-transform: uppercase;
    font-weight: 300;
}

.hm-sec-offer .offer-content {
    width: calc(100% - 700px);
    position: relative;
}

.hm-sec-offer .offer-content p {
    letter-spacing: 0.5px;
}

.hm-sec-cta {
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
}

.hm-sec-cta .main-heading {
    margin-bottom: 10px;
    display: inline-block;
}

.hm-sec-cta .btn-white {
    height: 38px;
    padding: 12px 25px;
    margin-bottom: 5px;
    margin-left: 45px;
}

.hm-sec-cta .btn-white i {
    background-color: #000000;
    color: #ffffff;
}

.hm-sec-cta .caption-inline {
    margin: 35px 0;
    text-align: left;
    padding-left: 320px;
    display: inline-block;
    position: relative;
    z-index: 2;
}

.hm-sec-cta .abs-right,
.hm-sec-cta .abs-left {
    position: absolute;
}

.hm-sec-cta .abs-left {
    bottom: 0;
    left: 0;
}

.hm-sec-cta .abs-right {
    right: -30px;
    top: 0;
}

.hm-sec-cta .shipping-badge {
    width: 167px;
    height: 137px;
    position: absolute;
    right: 15%;
    z-index: 1;
    top: 0;
    text-align: center;
    padding: 30px 0;
}

.hm-sec-cta .shipping-badge .heading {
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
    font-family: "Playfair Display";
    line-height: 100%;
    padding: 0 0px;
    color: #000000;
    position: relative;
}

.hm-sec-cta .shipping-badge .heading:before,
.hm-sec-cta .shipping-badge .heading:after {
    position: absolute;
    content: "";
    width: 25px;
    height: 2px;
    background: #000000;
    left: 50%;
    margin-left: -12px;
}

.hm-sec-cta .shipping-badge .heading:before {
    top: -15px;
}

.hm-sec-cta .shipping-badge .heading:after {
    bottom: -15px;
}

.theme-bg {
    background-color: #fcfb34;
    display: inline-block;
}

.right-heading {
    display: flex;
    margin-left: 135px;
}

/* CSS FOR FOOTER STYLE */
.footer-bg {
    background-color: #272727;
    position: relative;
    clear: both;
    color: #efeeee;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0.5px;
}

.footer-bg .ft-title {
    font-family: "Poppins";
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.footer-bg .footer-top-links {
    border-bottom: 1px solid #393939;
    padding: 25px 0;
    display: flex;
    margin-bottom: 40px;
}

.footer-bg .footer-top-links .footer-links {
    display: inline-flex;
    width: calc(100% - 270px);
}

.footer-bg .footer-top-links .footer-links li {
    display: inline-block;
    padding: 0 70px 0 0;
    position: relative;
}

.footer-bg .footer-top-links .footer-links li a {
    font-size: 14px;
    color: #efeeee;
    letter-spacing: 1px;
}

.footer-bg .footer-top-links .footer-links li:hover a {
    color: #fcfb34;
}

.footer-bg .footer-top-links .btn-theme {
    width: 270px;
    height: 38px;
    background-color: #fcfb34;
    padding: 12px 20px;
    font-size: 14px;
    color: #000000;
    border-radius: 20px;
    letter-spacing: 0.5px;
}

.footer-bg .footer-top-links .btn-theme:after {
    background-color: #f57921;
}

.footer-bg .footer-top-links .btn-theme i {
    margin-right: 10px;
    font-size: 14px;
    color: #000000;
    background: none;
    margin-left: 0;
}

.footer-bg label {
    font-size: 16px;
    font-weight: 500;
    font-size: 18px;
}

.footer-bg .ft-wrapper,
.footer-bg .footer-bottom .flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-bg .ft-wrapper ul li,
.footer-bg .footer-bottom .flex-container ul li {
    margin-bottom: 30px;
}

.footer-bg .ft-wrapper ul a,
.footer-bg .footer-bottom .flex-container ul a {
    line-height: 100%;
}

.footer-bg .ft-wrapper .ft-block-1,
.footer-bg .footer-bottom .flex-container .ft-block-1 {
    width: 32.1%;
    display: inline-block;
    margin-bottom: 45px;
}

.footer-bg .ft-wrapper .ft-block-1 .footer-logo,
.footer-bg .footer-bottom .flex-container .ft-block-1 .footer-logo {
    margin-bottom: 20px;
}

.footer-bg .ft-wrapper .ft-block-1 .open-hours,
.footer-bg .footer-bottom .flex-container .ft-block-1 .open-hours {
    border-bottom: 1px solid #313131;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.footer-bg .ft-wrapper .ft-block-1 .open-hours label,
.footer-bg .footer-bottom .flex-container .ft-block-1 .open-hours label {
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 15px;
    display: block;
}

.footer-bg .ft-wrapper .ft-block-1 .open-hours p,
.footer-bg .footer-bottom .flex-container .ft-block-1 .open-hours p {
    margin-bottom: 0;
}

.footer-bg .ft-wrapper .ft-block-1 .open-hours span,
.footer-bg .footer-bottom .flex-container .ft-block-1 .open-hours span {
    font-style: italic;
    color: #fcfb34;
    font-size: 14px;
}

.footer-bg .ft-wrapper .ft-links li,
.footer-bg .ft-wrapper .contact-list li,
.footer-bg .footer-bottom .flex-container .ft-links li,
.footer-bg .footer-bottom .flex-container .contact-list li {
    display: flex;
    flex-wrap: wrap;
    font-weight: 300;
}

.footer-bg .ft-wrapper .ft-links li address,
.footer-bg .ft-wrapper .contact-list li address,
.footer-bg .footer-bottom .flex-container .ft-links li address,
.footer-bg .footer-bottom .flex-container .contact-list li address {
    max-width: 200px;
    font-style: normal;
    line-height: 24px;
}

.footer-bg .ft-wrapper .ft-links li.address i,
.footer-bg .ft-wrapper .contact-list li.address i,
.footer-bg .footer-bottom .flex-container .ft-links li.address i,
.footer-bg .footer-bottom .flex-container .contact-list li.address i {
    margin-top: 5px;
}

.footer-bg .ft-wrapper .ft-links li i,
.footer-bg .ft-wrapper .contact-list li i,
.footer-bg .footer-bottom .flex-container .ft-links li i,
.footer-bg .footer-bottom .flex-container .contact-list li i {
    margin-right: 10px;
    color: #818286;
    font-size: 18px;
}

.footer-bg .ft-wrapper .ft-links li a,
.footer-bg .ft-wrapper .contact-list li a,
.footer-bg .footer-bottom .flex-container .ft-links li a,
.footer-bg .footer-bottom .flex-container .contact-list li a {
    color: #efeeee;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.5px;
}

.footer-bg .ft-wrapper .ft-links li,
.footer-bg .footer-bottom .flex-container .ft-links li {
    padding-left: 15px;
    position: relative;
}

.footer-bg .ft-wrapper .ft-links li:before,
.footer-bg .footer-bottom .flex-container .ft-links li:before {
    content: "";
    font-family: "FontAwesome";
    left: 0;
    position: absolute;
    color: #9e9e9e;
    top: 0;
    line-height: 100%;
}

.footer-bg .ft-block-2 {
    width: 21.33%;
    display: inline-block;
    padding-left: 120px;
}

.footer-bg .ft-block-3 {
    padding-left: 120px;
    width: 28.66%;
}

.footer-bg .ft-block-3,
.footer-bg .ft-block-2 {
    position: relative;
}

.footer-bg .ft-block-3 .contact-list li i.fa-phone-square,
.footer-bg .ft-block-3 .contact-list li i.fa-envelope {
    font-size: 14px;
}

.footer-bg .ft-block-3:before,
.footer-bg .ft-block-2:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    border-left: 1px solid;
    border-image-source: linear-gradient(to bottom, #393939 0%, rgba(57, 57, 57, 0.48) 47%, rgba(57, 57, 57, 0.18) 100%);
    z-index: 0;
    height: 100%;
    border-image-slice: 1;
}

.footer-bg .social-list li {
    display: inline-block;
    position: relative;
    padding: 0 20px 0 0;
}

.footer-bg .social-list li a {
    color: #818286;
    font-size: 26px;
}

.footer-bg .footer-bottom {
    background-color: #202020;
    padding: 20px 0;
}

.footer-bg .footer-bottom .footer-links {
    display: inline-flex;
    margin-right: -15px;
}

.footer-bg .footer-bottom .footer-links li {
    padding: 0 15px;
    margin-bottom: 0 !important;
    line-height: 100%;
}

.footer-bg .footer-bottom .footer-links li:not(:last-child) {
    border-right: 1px solid #ffffff;
}

.footer-bg ul li.active > a,
.footer-bg ul li:hover > a {
    color: #fcfb34 !important;
}

/* PRODUCT SALE SLIDER */
.saleslider {
    margin: 0 -23px !important;
}

.saleslider .slick-slide {
    margin: 0 23px !important;
}

.saleslider li {
    margin: 0 0 50px !important;
}

.saleslider .slick-prev,
.saleslider .slick-next {
    width: 30px;
    height: 30px;
    border: 1px solid #c0c0c0;
    border-radius: 100%;
    line-height: 30px;
    background: #ffffff;
}

.saleslider .slick-prev:before,
.saleslider .slick-next:before {
    font-size: 20px;
    line-height: 28px;
    color: #555555;
}

.saleslider .slick-prev {
    left: 0;
    z-index: 1;
}

.saleslider .slick-next {
    right: 0;
}

.button {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.button:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: #000000;
    z-index: -1;
    transform: translate3D(-100%, 100%, 0);
    transition: all 0.5s;
}

.woocommerce ul.products li.product a img {
    margin-bottom: 0 !important;
}

.woocommerce ul.products li.product img.attachment-woocommerce_thumbnail {
    max-width: 310px;
    margin: 0 auto;
}

.woocommerce ul.products li.product {
    box-shadow: 0px 1px 2.97px 0.03px rgba(101, 101, 101, 0.22);
    background-color: #ffffff;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link:hover img {
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.woocommerce ul.products li.product .cat-heading {
    font-size: 12px;
    font-style: italic;
    letter-spacing: 0.5px;
    padding: 15px 15px 15px 15px;
    line-height: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.woocommerce ul.products li.product .add_to_cart_button {
    border: 1px solid #c6c6c6;
    border-radius: 19px;
    height: 38px;
    min-width: 162px;
    background: #ffffff;
    padding: 9px 15px;
    font-weight: normal;
    margin-bottom: 5px;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    z-index: 1;
    line-height: 100%;
    color: #515151;
}

.woocommerce ul.products li.product .add_to_cart_button i {
    margin-right: 10px;
    font-size: 16px;
}

.woocommerce ul.products li.product .add-cart {
    padding-bottom: 20px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    padding: 0 15px 0px;
    letter-spacing: 0.5px;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 65px;
    margin: 0 auto 10px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.woocommerce ul.products li.product p {
    margin-bottom: 0;
}

.woocommerce ul.products li.product .hover-product-icon {
    position: absolute;
    right: 10px;
    top: 30px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    display: flex;
}

.woocommerce ul.products li.product .hover-product-icon a.wc-icon {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    text-align: center;
    line-height: 28px;
    background: #ffffff;
    font-size: 12px;
    color: #555555;
    display: inline-table;
    margin: 0;
}

.woocommerce ul.products li.product .hover-product-icon a.wc-icon:hover {
    background-color: #f57921;
    color: #ffffff;
}

.woocommerce ul.products li.product .hover-product-icon .yith-wcwl-add-to-wishlist {
    margin-top: 0 !important;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    text-align: center;
    line-height: 28px;
    background: #ffffff;
    font-size: 12px;
    color: #555555;
    display: inline-table;
    margin: 0 10px 0 0;
}

.woocommerce ul.products li.product:hover .button:after {
    transform: translate3D(0, 0, 0);
    transition: all 0.5s;
}

.woocommerce ul.products li.product:hover .button {
    color: #ffffff;
}

.woocommerce ul.products li.product .stock {
    position: absolute;
    width: 50px;
    height: 50px;
    border: 1px solid #ffffff;
    border-radius: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    left: 20px;
    top: 20px;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    line-height: 14px;
    padding: 0 !important;
    margin: 0 !important;
    top: 20px !important;
    right: 20px !important;
    line-height: 50px;
    z-index: 1;
}

.woocommerce ul.products li.product .add-cart {
    display: block;
}

.woocommerce ul.products li.product .price {
    font-size: 13px;
    color: #393939;
    margin: 0;
}

.woocommerce ul.products li.product .price del {
    opacity: 1;
}

.woocommerce ul.products li.product .price ins {
    font-size: 22px;
    color: #f57921;
    font-weight: 600;
    text-decoration: none;
}

.woocommerce span.onsale {
    background: #f57921;
    font-size: 12px;
    font-weight: 500;
    width: 50px;
    height: 50px;
    line-height: 50px;
    left: 20px !important;
    top: 20px !important;
    padding: 0;
}

.pro-info-list {
    background-color: #ffffff;
    box-shadow: 0px 1px 2.97px 0.03px rgba(101, 101, 101, 0.22);
    clear: both;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    /*  align-items: center;*/
    margin-bottom: 60px;
}

.pro-info-list li {
    width: 20%;
    display: inline-block;
    padding: 30px;
}

.pro-info-list li:not(:last-child) {
    border-right: 1px solid rgba(130, 130, 130, 0.2);
}

.pro-info-list li img {
    margin-bottom: 10px;
}

.ftsize24 {
    font-size: 24px !important;
}

.fsize20 {
    font-size: 20px !important;
}

.fsize18 {
    font-size: 18px !important;
}

.white {
    color: #ffffff;
}

.heading-30 {
    font-size: 30px;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
    line-height: 100%;
    padding: 0 30px;
}

.line {
    position: relative;
}

.line:before,
.line:after {
    position: absolute;
    content: "";
    width: 28px;
    height: 1px;
    background: #000000;
    top: 50%;
}

.line:before {
    left: 0;
    margin-left: -20px;
}

.line:after {
    right: 0;
    margin-right: -20px;
}

.flex-container {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.align-top {
    align-items: flex-start;
}

.space-center {
    justify-content: space-between;
}

.hidden,
.mobile-search {
    display: none !important;
}

/* CTA */
.cta-bg {
    background-color: #fcfb34;
    position: relative;
    padding: 0 95px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 70px;
}

.cta-bg .cta-out-let {
    background-color: #000000;
    width: 167px;
    height: 137px;
    padding: 30px 15px;
    position: absolute;
    display: inline-block;
}

.cta-bg .cta-out-let .cta-badge {
    line-height: 28px;
    font-family: "Playfair Display";
    color: #ffffff;
    position: relative;
}

.cta-bg .cta-out-let .cta-badge:before,
.cta-bg .cta-out-let .cta-badge:after {
    position: absolute;
    content: "";
    width: 25px;
    height: 2px;
    background: #ffffff;
    left: 50%;
    margin-left: -12px;
}

.cta-bg .cta-out-let .cta-badge:before {
    top: -15px;
}

.cta-bg .cta-out-let .cta-badge:after {
    bottom: -15px;
}

.cta-bg .cta-out-let:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 13px solid #fcfb34;
    border-left: 84px solid transparent;
    border-right: 84px solid transparent;
}

.cta-bg .cta-caption {
    width: calc(100% - 280px);
    position: relative;
    display: inline-block;
    padding-left: 200px;
}

.cta-bg .cta-caption .heading-30 {
    margin: 35px 0 0;
}

.cta-bg .cta-caption .main-heading {
    color: #000000;
}

.cta-bg .offer-price {
    width: 184px;
    display: inline-block;
    top: -39px;
    position: relative;
}

.cta-bg .offer-price .price-only {
    color: #000;
    position: absolute;
    top: 30px;
    font-weight: bold;
    padding: 0px 25px;
}

.cta-bg .offer-price .price-only span {
    font-size: 20px;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 100%;
}

.cta-bg .offer-price .price-only .price {
    font-size: 40px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -2px;
}

.cta-bg .offer-price .price-only .price > span {
    display: inline-block;
    font-size: 36px;
    text-transform: lowercase;
    font-weight: 800;
}

.cta-bg .offer-price .price-only .price > span sup {
    font-size: 30px;
}

.cta-bg .new-tag {
    filter: invert(1);
    position: absolute;
    right: 35px;
    top: 50%;
    margin-top: -45px;
    transform: rotate(15deg);
}

.btnexp {
    margin-bottom: 50px;
}

.uppercase {
    text-transform: uppercase !important;
}

.capital {
    text-transform: capitalize !important;
}

.inline {
    display: inline-block;
}

.mrgb20 {
    margin-bottom: 20px !important;
}

.mrgb30 {
    margin-bottom: 30px !important;
}

.mrgb35 {
    margin-bottom: 35px !important;
}

.divider {
    border-bottom: 1px solid rgba(196, 196, 196, 0.4);
    margin-bottom: 40px;
}

.semibold-title {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 24px;
}

.right-sidebar {
    width: 347px;
    position: sticky;
    position: -webkit-sticky;
    top: 30px;
    margin-bottom: 30px;
}

.bars {
    width: 20px;
    height: 15px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all 0.45s 0.2s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.45s 0.2s cubic-bezier(0.23, 1, 0.32, 1);
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column nowrap;
    margin-top: 3px;
}

.bars .bar {
    background-color: #393939;
    width: 12px;
    height: 2px;
    border-radius: 50em;
    margin-bottom: 3px;
    position: relative;
    -webkit-transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
    display: inline-block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: inherit;
    -webkit-box-align: inherit;
    align-items: inherit;
    -webkit-box-pack: inherit;
    justify-content: inherit;
}

.menu li:hover .bar:nth-child(2) {
    width: 12px;
    margin-right: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.menu li:hover .bar:nth-child(2):before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    -webkit-transition: inherit;
    transition: inherit;
    background-color: inherit;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.menu li:hover .bar:first-child,
.menu li:hover .bar:last-child {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    opacity: 0;
    visibility: hidden;
}

/*
.slick-slider {
    display: none;
}

.slick-initialized.slick-slider {
    display: block;
}*/

/* CSS FOR catalogue wrapper */
.catg-wrapper-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.catg-wrapper-flex .width50 {
    width: 49%;
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
}

.ctg-wrapper,
.sd-cta-wrapper .ctg-wrapper {
    position: relative;
    z-index: 0;
    padding: 25px 330px 0px 0;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.ctg-wrapper img.bgimg,
.sd-cta-wrapper .ctg-wrapper img.bgimg {
    padding: 0 !important;
}

.ctg-wrapper > *,
.sd-cta-wrapper .ctg-wrapper > * {
    padding: 0 0 0 25px;
    display: block;
}

.ctg-wrapper p,
.sd-cta-wrapper .ctg-wrapper p {
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    padding-right: 0;
}

.ctg-wrapper .btn-white,
.sd-cta-wrapper .ctg-wrapper .btn-white {
    height: 30px;
    padding: 8px 20px !important;
    text-transform: capitalize;
    margin-left: 25px;
    margin-bottom: 30px;
    display: inline-flex !important;
}

.ctg-wrapper .btn-white i,
.sd-cta-wrapper .ctg-wrapper .btn-white i {
    background-color: #221812;
    color: #ffffff;
}

.ctg-wrapper .shipping-cost,
.sd-cta-wrapper .ctg-wrapper .shipping-cost {
    position: absolute;
    top: 35px;
    right: 203px;
}

.ctg-wrapper:hover,
.sd-cta-wrapper .ctg-wrapper:hover {
    transform: translateY(-1px);
    box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
}

.heading,
.heading-24 {
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 100%;
    margin-bottom: 7px;
}

.heading-24 {
    font-size: 24px;
    font-weight: bold;
}

.heading-24.border-bottom {
    display: inline-block;
}

.ctg-badge {
    position: relative;
    background: #fcfb34;
    padding: 8px 0 8px 20px !important;
    box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.35);
    display: inline-block;
    margin-bottom: 10px;
    color: #000;
    clip-path: polygon(100% 0, 96% 50%, 99% 100%, 0% 100%, 0 53%, 0% 0%);
    box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.35);
    line-height: 100%;
    min-width: 325px;
}

.right-abs-img {
    right: 0;
    max-width: 330px;
    position: absolute;
    top: 23px;
    padding: 0 !important;
    z-index: -1;
}

.border-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
}

/* Fixed sidebar form */
.fixedbtn {
    position: fixed;
    top: 55%;
    right: 0%;
    z-index: 998;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: 98% 90%;
    -webkit-transform-origin: 98% 90%;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.fixedbtn a {
    color: #FFFFFF;
    border-radius: 0;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 0.8px;
    line-height: 100%;
    background: #f57921;
    border: none;
    position: relative;
    display: inline-block;
    z-index: 1;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.bookfree {
    position: fixed;
    padding: 50px 45px;
    right: 0;
    left: auto;
    overflow-x: hidden;
    background-color: #f57921;
    box-shadow: 0px 1px 2.97px 0.03px rgba(101, 101, 101, 0.22);
    width: 440px;
    top: 0%;
    bottom: 0%;
    height: 100%;
    z-index: 1001;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    overflow-y: auto;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.bookfree.active {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
}

.bookfree .inpg-subheading {
    margin-bottom: 25px;
}

.bookfree .bookclose {
    display: block;
    position: absolute;
    right: 20px;
    text-align: right;
    width: 32px;
    cursor: pointer;
    top: 15px;
    z-index: 1;
}

.bookfree .form-contact .form-group {
    margin-bottom: 15px;
}

.wpcf7-not-valid-tip {
    color: #fcfb34;
}

.bookoverlay {
    position: fixed;
    top: 0;
    z-index: 997;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.91);
    cursor: pointer;
}

.form-contact .wpcf7 form.invalid .wpcf7-response-output,
.form-contact .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #fcfb34;
    color: #fff;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0 0 1em 0em;
}

.tfd-cart-count > span,
.tfd-wishlist-count.tfd-count > span {
    position: absolute;
    top: -15px;
    background: #f57921;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-align: center;
    font-size: 10px;
    line-height: 20px;
    right: -15px;
    color: #fff;
    font-family: 'Arial, sans-serif';
}

.tfd-cart-count > span sup,
.tfd-wishlist-count.tfd-count > span sup {
    font-size: 9px;
    line-height: 100%;
    font-family: 'Arial, sans-serif';
}

.woocommerce ul.products li.product:hover .woocommerce-loop-product__title {
    color: #f57921;
}

.woocommerce ul.products li.product .woo-free-sample-button {
    background-color: transparent;
    border: 0px solid #8c8c8c;
    color: #393939;
    font-size: 12px;
    font-weight: normal;
    font-family: "Poppins";
    padding: 0 0 15px 0;
    margin: 0;
}

.woocommerce ul.products li.product .woo-free-sample-button:hover {
    color: #f57921
}

.pro-add-cart .woo-free-sample-button {
    background-color: #ffffff;
    border: 1px solid #8c8c8c;
    color: #393939;
    letter-spacing: 0.5px;
    font-size: 14px;
    border-radius: 19px;
    margin-bottom: 15px;
    margin-top: 0;
}

.pro-add-cart .woo-free-sample-button:hover {
    color: #f57921;
    border-color: #f57921;
}

.aws-container .aws-search-form .aws-wrapper {
    font-family: "Poppins";
}

#my-modal-searchpopup .container {
    padding: 0;
}

.woocommerce-error .button.wc-forward {
    text-align: center;
}

.yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon {
    margin-right: 0;
}

@media (hover: hover) and (pointer: fine) {
    .woocommerce ul.products li.product:hover .hover-product-icon {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .menu-link ul li:hover .menudrop {
        transform: rotate(90deg);
    }
}

@media (any-hover: none) {
    .woocommerce ul.products li.product .hover-product-icon {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.product-not-in-stock-text {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    color: #f57921;
}

.thank-404-pg img {
    margin-bottom: 30px;
}

/*# sourceMappingURL=common.css.map */


.term-description {
    margin-top: 50px;
}

