/*----------------------------------------*/
/*  Theme Default CSS
/*----------------------------------------*/
/*@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700|Roboto:400,500,700');*/
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700;800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,400;0,500;0,600;0,700;1,300;1,600&display=swap');
/*@import url('size-chart.css');*/


html,
body {
    height: 100%;
}

body {
    color: #000000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.53846;
    font-family: 'Barlow', sans-serif;
    /*font-family: 'Barlow Condensed', sans-serif;*/

}

.clear {
    clear: both;
}

.fix {
    overflow: hidden;
}

.block {
    display: block;
}

.img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: #121426 !important;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: capitalize !important;
}

a {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus {
    text-decoration: none;
    outline: 0px solid;
}

a:focus,
a:hover {
    color: #ff0000;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0 none;
}

a,
button,
input {
    outline: medium none;
    color: #000000;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

button {
    border: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

label {
    font-size: 15px;
    font-weight: 400;
    color: #606060;
}

*::-moz-selection {
    background: #b3d4fc;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
    color: #fff;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.mark,
mark {
    background: #4fc1f0 none repeat scroll 0 0;
    color: #ffffff;
    font-weight: 600;
}

p {}

p::-moz-selection {}

p::selection {}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #969696;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #969696;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #969696;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #969696;
}

.default-btn {
    background: #ff6600 none repeat scroll 0 0;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;

    font-size: 13.3px;
    font-weight: 600;
    letter-spacing: 0.4px;
    line-height: 42px;
    overflow: hidden;
    padding: 0 45px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 0;
}

.default-btn:hover,
.default-btn:focus,
.default-btn:active {
    color: #ffffff;
    background-color: #ed1c24;
}

input,
select,
textarea {
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

img {
    max-width: 100%;
    /*max-height: 100%*/
}

input,
textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1 !important;
    box-shadow: none;
    color: #666666;
    font-size: 12px;
    height: 35px;
    padding-left: 10px;
    width: 100%;
}

.form-control {
    border: 0px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1 !important;
}

.rating-form-box>input,
.rating-form-box>textarea {
    border: 0px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1 !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #666666;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #666666;
}

select {
    width: 100%;
    background: #eceff8;
    border: 2px solid #eceff8;
    height: 45px;
    padding-left: 10px;
    box-shadow: none;
    font-size: 14px;
    color: #626262;
}

option {
    background: #fff;
    border: 0px solid #626262;
    padding-left: 10px;
    font-size: 14px;
}

input:focus,
textarea:focus {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #c1c1c1;
}

textarea {
    height: 100px;
    padding: 12px 17px;
    resize: vertical;
    width: 100%;
}

textarea:focus {
    box-shadow: none;
    outline: 0
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    outline: 0
}

/*input[type=password] {
    border: 0px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    outline: 0;
    outline: none !important;
}*/

/*************************
    Scrollup
*************************/
#scrollUp {
    background: #ff6600 none repeat scroll 0 0 !important;
    bottom: 35px;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    position: fixed;
    right: 12px;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 40px;
    z-index: 999;
    overflow: hidden
}

#scrollUp:hover {
    background: #ff6600
}

/*************************
    Margin top
*************************/
.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-50 {
    margin-top: 50px
}

.mt-60 {
    margin-top: 60px
}

.mt-70 {
    margin-top: 70px
}

.mt-80 {
    margin-top: 80px
}

.mt-90 {
    margin-top: 90px
}

.mt-100 {
    margin-top: 100px
}

.mt-110 {
    margin-top: 110px
}

.mt-120 {
    margin-top: 120px
}

.mt-130 {
    margin-top: 130px
}

.mt-140 {
    margin-top: 140px
}

.mt-150 {
    margin-top: 150px
}

/*************************
    Margin bottom
*************************/
.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-100 {
    margin-bottom: 100px
}

.mb-110 {
    margin-bottom: 110px
}

.mb-120 {
    margin-bottom: 120px
}

.mb-130 {
    margin-bottom: 130px
}

.mb-140 {
    margin-bottom: 140px
}

.mb-150 {
    margin-bottom: 150px
}

/*************************
    Margin left
*************************/
.ml-100 {
    margin-left: 100px
}

.ml-110 {
    margin-left: 110px
}

.ml-120 {
    margin-left: 120px
}

.ml-130 {
    margin-left: 130px
}

.ml-140 {
    margin-left: 140px
}

.ml-150 {
    margin-left: 150px
}

/*************************
    Padding top
*************************/
.pt-10 {
    padding-top: 10px
}

.pt-15 {
    padding-top: 15px
}

.pt-20 {
    padding-top: 20px
}

.pt-25 {
    padding-top: 25px
}

.pt-30 {
    padding-top: 30px
}

.pt-35 {
    padding-top: 35px
}

.pt-40 {
    padding-top: 40px
}

.pt-45 {
    padding-top: 45px
}

.pt-50 {
    padding-top: 50px
}

.pt-55 {
    padding-top: 55px
}

.pt-60 {
    padding-top: 60px
}

.pt-65 {
    padding-top: 65px
}

.pt-70 {
    padding-top: 70px
}

.pt-75 {
    padding-top: 75px
}

.pt-80 {
    padding-top: 80px
}

.pt-85 {
    padding-top: 85px
}

.pt-90 {
    padding-top: 90px
}

.pt-95 {
    padding-top: 95px
}

.pt-100 {
    padding-top: 100px
}

.pt-105 {
    padding-top: 150px
}

.pt-110 {
    padding-top: 110px
}

.pt-115 {
    padding-top: 150px
}

.pt-120 {
    padding-top: 120px
}

.pt-125 {
    padding-top: 150px
}

.pt-130 {
    padding-top: 130px
}

.pt-135 {
    padding-top: 150px
}

.pt-140 {
    padding-top: 140px
}

.pt-150 {
    padding-top: 150px
}

/*************************
    Padding right
*************************/
.pr-10 {
    padding-right: 10px
}

.pr-20 {
    padding-right: 20px
}

.pr-30 {
    padding-right: 30px
}

.pr-40 {
    padding-right: 40px
}

.pr-50 {
    padding-right: 50px
}

.pr-60 {
    padding-right: 60px
}

.pr-70 {
    padding-right: 70px
}

.pr-80 {
    padding-right: 80px
}

.pr-90 {
    padding-right: 90px
}

.pr-100 {
    padding-right: 100px
}

.pr-110 {
    padding-right: 110px
}

.pr-120 {
    padding-right: 120px
}

.pr-130 {
    padding-right: 130px
}

.pr-140 {
    padding-right: 140px
}

/*************************
    Padding bottom
*************************/
.pb-10 {
    padding-bottom: 10px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-25 {
    padding-bottom: 25px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-35 {
    padding-bottom: 35px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-45 {
    padding-bottom: 45px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-55 {
    padding-bottom: 55px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-65 {
    padding-bottom: 65px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-75 {
    padding-bottom: 75px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-85 {
    padding-bottom: 85px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-95 {
    padding-bottom: 95px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-105 {
    padding-bottom: 150px
}

.pb-110 {
    padding-bottom: 110px
}

.pb-115 {
    padding-bottom: 150px
}

.pb-120 {
    padding-bottom: 120px
}

.pb-125 {
    padding-bottom: 150px
}

.pb-130 {
    padding-bottom: 130px
}

.pb-135 {
    padding-bottom: 150px
}

.pb-140 {
    padding-bottom: 140px
}

.pb-150 {
    padding-bottom: 150px
}

/*************************
    Padding left
*************************/
.pl-10 {
    padding-left: 10px
}

.pl-20 {
    padding-left: 20px
}

.pl-30 {
    padding-left: 30px
}

.pl-40 {
    padding-left: 40px
}

.pl-50 {
    padding-left: 50px
}

.pl-60 {
    padding-left: 60px
}

.pl-70 {
    padding-left: 70px
}

.pl-80 {
    padding-left: 80px
}

.pl-90 {
    padding-left: 90px
}

.pl-100 {
    padding-left: 100px
}

.pl-110 {
    padding-left: 110px
}

.pl-120 {
    padding-left: 120px
}

.pl-130 {
    padding-left: 130px
}

.pl-140 {
    padding-left: 140px
}

.pl-150 {
    padding-left: 150px
}

/***************************
    Page section padding 
****************************/
.ptb-50 {
    padding: 50px 0;
}

.ptb-60 {
    padding: 60px 0;
}

.ptb-70 {
    padding: 70px 0;
}

.ptb-80 {
    padding: 80px 0
}

.ptb-90 {
    padding: 90px 0
}

.ptb-100 {
    padding: 100px 0
}

.ptb-110 {
    padding: 110px 0
}

.ptb-120 {
    padding: 120px 0
}

.ptb-130 {
    padding: 130px 0
}

.ptb-140 {
    padding: 140px 0
}

.ptb-150 {
    padding: 150px 0
}

/****************************
    Background variation set 
*****************************/
.bg-white {
    background: #fff
}

.bg-light {
    background: #F7F7F7
}

.bg-light-2 {
    background: #f6f6f6
}

.bg-ash {
    background: #ADBCC1;
}

.bg-golden {
    background: #A9946A;
}

.bg-dark {
    background: #ff6600 !important;
}

.bg-1,
.bg-2,
.bg-3,
.bg-4,
.bg-5 {
    background-attachment: scroll;
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.bg-1 {
    background-image: url("../img/bg/1.jpg");
}

.bg-2 {
    background-image: url("../img/bg/2.jpg");
}

.bg-3 {
    background-image: url("../img/bg/3.jpg");
}

.bg-4 {
    background-image: url("../img/bg/4.jpg");
}

.bg-5 {
    background-image: url("../img/bg/5.jpg");
}

[data-overlay] {
    position: relative;
}

[data-overlay]::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

[data-overlay="3"]::before {
    opacity: 0.3;
}

[data-overlay="4"]::before {
    opacity: 0.4;
}

[data-overlay="5"]::before {
    opacity: 0.5;
}

[data-overlay="56"]::before {
    opacity: 0.56;
}

[data-overlay="6"]::before {
    opacity: 0.6;
}

[data-overlay="7"]::before {
    opacity: 0.7;
}

[data-overlay="8"]::before {
    opacity: 0.8;
}

/* white overlay */
[white-overlay] {
    position: relative;
}

[white-overlay]::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

[white-overlay="3"]::before {
    opacity: 0.3;
}

[white-overlay="4"]::before {
    opacity: 0.4;
}

[white-overlay="5"]::before {
    opacity: 0.3;
}

[white-overlay="6"]::before {
    opacity: 0.6;
}

[white-overlay="7"]::before {
    opacity: 0.8;
}

[white-overlay="9"]::before {
    opacity: 0.9;
}

/***********************
    Section Title
************************/
.section-title {
    margin-bottom: 44px;
    position: relative;
    z-index: 0;
}

.section-title>span {
    color: #838383;
    display: block;
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.section-title>h2 {
    /*background: #ffffff none repeat scroll 0 0;*/
    border: medium none;
    color: #ff6600;
    font-size: 34px;
    font-weight: normal;
    position: relative;
    text-transform: capitalize;
}

.section-title>h2::after {
    background: #ebebeb none repeat scroll 0 0;
    bottom: 25px;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    width: 100%;
}

.section-title>h2 span {
    background: #ffffff none repeat scroll 0 0;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    z-index: 1;
}

.section-title.title-style-2>h2 {
    /*font-family: Roboto, sans-serif;*/
    font-weight: 600;
}

.section-title.title-style-2>h2 span {
    padding: 0 20px;
}

/***********************
    Carosuel Style
************************/
.carousel-style-one {
    position: relative
}

.carousel-style-one .owl-nav>div {
    background: #ffffff none repeat scroll 0 0;
    border: 4px solid #d7d7d7;
    border-radius: 50%;
    color: #54545b;
    font-size: 14px;
    height: 49px;
    left: -30px;
    line-height: 41px;
    position: absolute;
    top: 40.8%;
    transition: all 0.4s ease-out 0s;
    width: 49px;
}

.carousel-style-one .owl-nav>.owl-next {
    left: auto;
    right: -30px;
}

.carousel-style-one .owl-nav {
    opacity: 0;
    transition: .2s
}

.carousel-style-one:hover .owl-nav {
    opacity: 1
}

.carousel-style-dot .owl-dots {
    bottom: 25px;
    left: 0;
    line-height: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

.carousel-style-dot .owl-dots .owl-dot {
    background: #f6f6f6 none repeat scroll 0 0;
    border: 2px solid #c7b694;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: .5;
    width: 12px;
    display: inline-block;
    transition: .3s
}

.carousel-style-dot .owl-dots .owl-dot:hover,
.carousel-style-dot .owl-dots .owl-dot.active {
    opacity: 1
}

.custom-row {
    margin-left: -15px;
    margin-right: -15px
}

.custom-col {
    padding-left: 15px;
    padding-right: 15px
}

.custom-col.w-20 {
    width: 20%;
    float: left
}


.btn-primary,
.btn-info,
.btn-warning,
.btn-danger {
    background: transparent !important;
    color: #17a2b8;
    border: 0px;
    font-size: 12px;
    border-bottom: 1px dashed #17a2b8;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}

.btn.btn-primary {
    color: #4CAF50;
}

.btn-danger {
    color: #ff0000;
}

.btn-warning {
    color: #ff6600;
}

.btn-primary:hover,
.btn-info:hover,
.btn-warning:hover,
.btn-danger:hover,
.btn-primary:focus,
.btn-info:focus,
.btn-warning:focus,
.btn-danger:focus {

    color: #ff0000;

}

.cart-main-area .cart-table table thead tr th {
    border: 1px dashed #e6e6e6;
    color: #202020;
    background-color: #d7d7d7;
    box-shadow: 0px 0px 4px #ffffff;

}

.coupon-code-show {
    border: 1px dashed #e6e6e6;
    color: #202020;
    /*background-color: #f1f1f1;*/
    padding: 25px;
}

.coupon-code-show h2 {
    color: #202020;
    font-size: 18px;
    font-weight: normal;
    line-height: 40px;
    /*padding: 25px;*/
    /*margin-bottom: 15px;*/

}

.coupon-code-show span {
    color: #ff0000;
    /*background-color: #f1f1f1;*/
    border: 1px dashed #ff6600;
    padding: 5px;
    margin: 15px;
    font-size: 22px;
    font-weight: bold;

}

/*.color-or-size label {
    cursor: pointer;
    height: 40px;
    line-height: 30px;
    border-radius: 50px;
    width: 40px;
    border: 2px solid #d7d7d7;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease-out 0s;
}*/

/*.color-or-size label:hover {
    cursor: pointer;
    border: 4px solid #d7d7d7;
    background-color: d7d7d7;
    opacity: 1;
    transition: all 0.1s ease-out 0s;
}*/

.color-or-size label:focus,
.color-or-size label:active,
.color-or-size .selected-color {

    /*border: 2px dashed #ff0000;*/
    /*background-color: yellow;*/

}

.pro-details-color-content label {
    border-radius: 50px;
    cursor: pointer;
    display: block;
    float: left;
    height: 32px;
    margin-right: 15px;
    position: relative;
    transition: all 0.4s ease 0s;
    width: 32px;
}

.pro-details-color-content label.active::before {
    border: 2px solid #5db8ff;
    border-radius: 50px;
    content: "";
    height: 45px;
    left: -6px;
    position: absolute;
    top: -6px;
    width: 45px;
}

.pro-details-size-content label {
    border-radius: 50px;
    cursor: pointer;
    display: block;
    float: left;
    height: 32px;
    margin-right: 15px;
    position: relative;
    transition: all 0.4s ease 0s;
    width: 32px;
}

.pro-details-size-content label.active::before {
    border: 2px solid #5db8ff;
    border-radius: 50px;
    content: "";
    height: 45px;
    left: -6px;
    position: absolute;
    top: -6px;
    width: 45px;
}

.color-size-container {
    display: block;
}

.color-or-size {
    display: inline-block;
    list-style: outside none none;
    margin: 0 2px 0 0;
}

.color-or-size label {
    background-color: #f1f2f6;
    color: #ff6600;
    display: inline-block;
    /*font-size: 12px;*/
    /*line-height: 32px;*/
    text-align: center;
    padding: 3px 5px;
    text-transform: uppercase;
}

.color-or-size label:hover {
    background-color: #5db8ff;
    color: #fff;
}

.color-or-size>label {
    display: block;
    font-weight: 500;
    margin: 0 0 0px;
}

input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    height: 18px !important;
}

.banner-btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #ff6600;
    color: #ff6600;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 34px;
    margin-top: 50px;
    padding: 10px 30px;
}


.banner-btn:hover,
.banner-btn:focus,
.banner-btn:active {

    background: #ff6600;
}

.checkout-btn {
    width: 100%;
}

.signup-btn {
    background: #ff6600 none repeat scroll 0 0;
    border: 0 none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px !important;
    font-weight: 600;
    letter-spacing: 0.2px;
    line-height: 39px;
    padding: 0 27px;
    text-transform: uppercase;
    /*border-radius: 20px;*/
    width: 60%;
    letter-spacing: 2px !important;
}

.signup-btn:hover {
    color: #ffffff;
    background: #d41535 none repeat scroll 0 0;
}

.capcha {
    font-size: 14pt !important;
    color: green !important;
    font-weight: normal !important;
}

.capcha span {
    font-size: 20pt !important;
    color: red !important;
    font-weight: bold !important;
}

/* footer area  hm6 */

.footer-menu-2 ul li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 13px;
}

.footer-menu-2 ul li a {
    font-size: 14px;
    /*letter-spacing: 1px;*/
    text-transform: capitalize;
}

.footer-menu-2 {
    margin: 35px 0 40px;
}

.footer-social-hm6 li {
    display: inline-flex;
    list-style: outside none none;
    margin: 0 10px;
}

.footer-social-hm6 li a {
    color: #ff6600;
    font-size: 16px;
}

.footer-social-hm6 li a:hover {
    color: #5db8ff;
}


/*more-feature-area */

.more-feature-margin {
    margin: 0px 35px;
}

.more-feature-wrap,
.blog-wrap {
    padding: 35px 0;
    transition: all 0.3s ease 0s;
}

.more-feature-img>img {
    width: 100%;
}

.more-feature-wrap:hover,
.blog-wrap:hover {
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.12);
}

.feature-hover-content {
    left: 25px;
    opacity: 0;
    padding: 0 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    visibility: hidden;
    z-index: 99;
    transition: all .4s ease 0s;
}

.more-feature-wrap:hover .feature-hover-content {
    opacity: 1;
    visibility: visible;
}

.more-feature-content {
    display: flex;
    justify-content: space-between;
    padding: 29px 15px 0 35px;
    position: relative;
    z-index: 99;
}

.feature-title>h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    transition: all 0.3s ease 0s;
}

.feature-icon i {
    color: #656a6f;
    font-size: 16px;
    transition: all .3s ease 0s;
    display: inline-block;
}

.feature-title>h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    transition: all 0.3s ease 0s;
    line-height: 16px;
}

.feature-hover-content>h4 a {
    color: #5db8ff;
}

.feature-hover-content>p {
    color: #fff;
    font-size: 13px;
    line-height: 25px;
    margin: 0;
}

.more-feature-wrap:hover .feature-title>h4 {
    opacity: 0;
    visibility: hidden;
}

.more-feature-wrap:hover .feature-icon a i.hover-none {
    opacity: 0;
    visibility: hidden;
}

.feature-icon a i.normally-none {
    color: #fff;
    display: inline-block;
    opacity: 0;
    position: relative;
    right: 19px;
    top: -14px;
    transition: all 0.3s ease 0s;
    visibility: hidden;
}

.feature-icon a i.normally-none:hover {
    color: #5db8ff;
}

.more-feature-wrap:hover .feature-icon a i.normally-none {
    opacity: 1;
    visibility: visible;
}



/* feature area hm4 */
.feature-area-block {
    background-color: #f9f9f9;
}

.feature-slider-content {
    /*padding-left: 100px;*/
    /*background-color: #f9f9f9;*/
}

.feature-slider-img {
    display: inline-block;
    width: auto !important;
    max-width: 95%;
    overflow: hidden;
    height: 450px;
}

.feature-title>h2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 0px;
}

.feature-slider-content>h4 {
    font-size: 24px;
    font-weight: 400;
    margin: 0;
}

.feature-slider-content>p {
    color: #444;
    /*font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    margin: 25px 0 32px;
    width: 55%;
}

.feature-slider-btn>a {
    color: #ffffff;
    /* font-size: 12px;
    font-weight: bold;*/
    letter-spacing: 1px;
    text-transform: uppercase;
}

.feature-slider-btn>a:hover {
    color: #ffffff;
    background-color: #ed1c24;
}

.feature-slider-btn>a i {
    font-size: 18px;
    margin: 0 0 0 13px;
    position: relative;
    top: 2px;
}

.nav-style1 {
    position: relative;
}

.nav-style1 .owl-nav div {
    display: inline-block;
    margin: 0 18px 0 0;
    font-size: 24px;
}

.nav-style1 .owl-nav div:last-child {
    margin: 0 0px 0 0;
}

.nav-style1 .owl-nav {
    color: #989a9e;
    font-size: 24px;
    left: 55%;
    position: absolute;
    top: -5px;
}

/*.nav-style1 .owl-nav div:hover {
    color: #ab7062;
}

.owl-carousel .owl-item img {
    display: inline-block;
    width: auto !important;
}*/


.single-banner-image {
    display: table;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 0px 5px 0px 5px;
    z-index: 10;
}

.single-banner-image>a {
    display: block;
    position: relative
}

.single-banner-image>a::before {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.5s ease-in-out 0s;
    z-index: 1;
}

.single-banner-image>a:hover:before {
    opacity: 1;
}

.single-banner-image>a img {
    transition: all 300ms ease-in 0s;
}

.single-banner-image>a:hover img {
    transform: scale(1.1)
}

.banner_image_area a img {
    transition: all 1000ms ease-in 0s;
}

.banner_image_area {
    margin-bottom: 50px;
}

.banner_image_area a {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.banner_image_area a::before {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0.85);
    transition: all 0.3s ease-in-out 0s;
    z-index: 1;
}

.banner_image_area a:hover:before {
    opacity: 1;
    transform: scale(1);
}

.banner_image_area a:hover img {
    transform: scale3d(1.05, 1.05, 1.05);
}

.banner-area.style-5 {
    /*background: url("../img/bg-pic.jpg") repeat;*/
    background: #e4dec5;
    z-index: 2;
    /*padding: 40px 0px;*/
}

.style-6 {
    background: url("../img/bg-pic6.png") no-repeat;
    position: absolute;
    right: 0px;
    z-index: 0;
    height: 285px;
    width: 300px;
    /*padding: 40px 0px;*/
}

.header-two-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: center;
    /*display:inline-block;*/
}

.product-hover {
    background: #ff6600 !important;
}

.product-hover button,
.product-hover a {
    color: #ffffff !important;
    font-size: 15px;
}


.product-hover a i {
    margin-right: 10px;
}

.product-hover button,
.product-hover a:hover {
    color: #d7d7d7 !important;

}

.product-image-hover {
    position: relative;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #f9f9f9;
    max-height: 335px;
    vertical-align: middle;
    width: auto !important;
    overflow: hidden !important;
    display: inline-block !important;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

/*.product-image-hover {
    position: relative;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #f9f9f9;
    display: inline-block;
    vertical-align: middle;
    height: auto;
    max-height: 335px;
    object-fit: cover;
    width: 100% !important;
    overflow: hidden;
}*/

.pro-detail-img {
    display: inline-block;
    vertical-align: middle;
    height: auto;
    /* max-height: 550px !important;
    min-height: 550px !important;
    object-fit: cover;
    width: 100% !important;*/
    overflow: hidden;
}

.primary-image {
    display: inline-block;
    vertical-align: middle;
    height: auto;
    min-height: 335px;
    object-fit: cover;
    width: 100% !important;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
}

.single-product-thumbnail {
    max-height: 180px;
    min-height: 180px;
    overflow: hidden;
    clear: both;
    display: block;
    margin-bottom: 30px;
}

/*.p-thumb.slick-slide {
    width: 142px !important;
    height: 180px !important;
    display: block;
}*/


.pro-thumb-img {
    display: inline-block;
    vertical-align: middle;
    height: auto;
    max-width: 132px !important;
    max-height: 180px !important;
    min-height: 180px !important;
    /*margin-right: 10px;*/
    object-fit: cover;
    width: 100% !important;
    overflow: hidden;
    background-color: #ffffff;
}

.single-product-thumbnail .p-thumb.slick-current {
    border-color: #ffffff;
    background-color: #ffffff;
    /* padding: 2px; */
}

.qty-cart-add>a:hover {
    color: #ffffff;
    background: #d41535 none repeat scroll 0 0;
}

.review-btn {
    background: #ff6600 none repeat scroll 0 0;
    /* border-radius: 29px; */
    color: #ffffff;
    font-size: 14px;
    line-height: 40px;
    margin-left: 15px;
    padding: 0 41px;
    text-transform: uppercase;
}

.review-btn:hover {
    color: #ffffff;
    background: #d41535 none repeat scroll 0 0;
}



/*-------  Shop grid ----------*/

.product-image-hover {
    position: relative;
}

.product-image-hover {
    overflow: hidden;
}

.shop-card {
    background-color: #ff6600;
    float: left;
    padding: 15px 0 18px;
    text-align: center;
    width: 79%;
    min-height: 55px;
}

.shop-wishlist {
    background-color: #5db8ff;
    float: left;
    min-height: 55px;
    padding: 16px 5px 24px 14px;
    text-align: center;
    width: 21%;
}

.shop-card>a {
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.shop-card>a:hover {
    color: #5db8ff;
}

.shop-card>a i {
    font-size: 16px;
    margin: 0 0 0 15px;
    position: relative;
    top: 2px;
}

.shop-wishlist>a {
    color: #fff;
    font-size: 18px;
    line-height: 1;
}

.shop-wishlist>a:hover {
    color: #ff6600;
}

.product-image-hover>span {
    border-radius: 100%;
    color: #b2363b;
    font-size: 10px;
    font-weight: bold;
    height: 42px;
    vertical-align: middle;
    letter-spacing: 1px;
    line-height: 12px;
    position: absolute;
    right: 10px;
    text-align: center;
    text-transform: uppercase;
    top: 10px;
    width: 42px;
    z-index: 9;
    padding-top: 14px;
}

.product-image-hover span.sale {
    background-color: #ff6600;
    color: #ffffff;
}

.product-image-hover span.sold {
    background-color: #ff3300;
    color: #ffffff;
}

.product-image-hover span.stock {
    background-color: #d41535;
    color: #ffffff;
}

.product-image-hover span.new {
    background-color: #98fb98;
    color: #000000;
}

.product-image-hover>span.new {
    color: #000000;
    margin: 0 0 0 8px;
}

.product-image-hover>span.old {
    text-decoration: line-through;
}

.product-image-hover img {
    width: 100%;
}

.shop-price {
    display: flex;
}

.overlay-bg-white {
    background: rgba(255, 255, 255, 0.9);
    /*opacity: 0.8;*/
}

.slider-banner h2 {
    font-size: 2rem;
    text-shadow: 1px 1px #000000;
    color: #ffffff !important;
}

.slider-banner p {
    font-size: 2rem;
    text-shadow: 1px 1px #000000;
    color: #ffffff !important;
    margin-top: 40px;
}

.slider-banner a.banner-btn {
    background-color: #ffffff;
    color: #000000;
    border: 0px;
    font-size: 20px;
}

.main-menu>nav>ul>li>ul {

    padding: 0px !important;
}

.main-menu>nav>ul>li>ul>li a {
    font-size: 15px !important;

}

.main-menu>nav>ul>li>ul>li a:hover {
    color: #ff0000;
}

.header-two-area .main-menu>nav>ul>li>a:hover {
    color: #ff0000;
}

.discount-amount {
    font-size: 14px;
}

.price-amount {}

.p-d-price {
    clear: both;
    display: block;
}

.order-summary {
    background-color: #f1f1f1;
}

.final-checkbox,
.shipping-address,
.payment-method {
    background-color: #f1f1f1;
}

.billing-address h4 {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 15px;
}

.billing-address {
    border: 1px solid #d7d7d7;
}

.order-summary .table-bordered td {
    border-bottom: 1px solid #d7d7d7;
}

.final-checkbox {
    padding: 25px;
}

.small {
    line-height: 15px;
    font-size: 80%;
    margin-top: 10px;
    color: #303030;
}

.shipping_cost_class {
    /*background-color: #f9f9f9;*/
    padding: 15px 0px;
}

.return-policy {}

.all-cart-buttons .button:hover,
.buttons-set .button:hover,
.amount-totals .button:hover {
    color: #ffffff;
    background-color: #d41535;
}

/*.product-zoom:hover {

}*/

.product-zoom:hover:before {
    content: "\f00e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ffffff;
    font-size: 18px;
    padding: 8px;
    position: absolute;
    bottom: 50px;
    right: 50px;
    border: 2px dotted #ffffff;
    z-index: 999;
    transition: transform .2s;
    transform: scale(1.5);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.product-zoom::before {
    content: "\f00e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ffffff;
    font-size: 18px;
    padding: 8px;
    position: absolute;
    bottom: 50px;
    right: 50px;
    border: 2px dotted #ffffff;
    z-index: 999;
    transition: transform .2s;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.ht-shipping-content {
    font-weight: bold;
}

/* 2021 css */
.bg-img {
    background-position: center center;
    background-size: cover;
}


.default-overlay,
.default-overlay-2 {
    position: relative;
}

.default-overlay::before {
    background-color: #000;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
}

.default-overlay-2::before {
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
}

.breadcrumb-content {
    position: relative;
    z-index: 9;
}

.breadcrumb-content>h2 {
    color: #fff;
    font-size: 44px;
    font-weight: 500;
    margin: 0 0 10px;
}

.breadcrumb-content li {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    margin-right: 15px;
    position: relative;
}

.breadcrumb-content li a {
    color: #fff;
    font-weight: 400;
}

.breadcrumb-content li::before {
    background-color: #fff;
    content: "";
    height: 2px;
    position: absolute;
    right: -11px;
    top: 12px;
    transition: all 0.4s ease 0s;
    width: 2px;
}

.breadcrumb-content li:last-child::before {
    display: none;
}

.default-overlay-2.breadcrumb-area::before {
    background-color: #1e2127;
    opacity: 0.67;
}

.breadcrumb-content h2 {
    font-size: 4rem;
    color: #ffffff !important;
    font-weight: normal !important;
    letter-spacing: 1rem;
}

.banner-area.style-1 {
    background: #f3e6cf;
}

.footer-css-top {
    /*background: #fafdf0;*/
    background: #f2f7e2;
}

.information-four-area {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.info-box {
    display: inline-block;
    padding: 7px 10px;
    text-align: center;
    width: 100%;
    background-color: #f9f9f9;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease 0s;
}


.info-box:hover {
    background-color: #e0e4ff;
    transition: all 0.4s ease 0s;
}

.info-box .content {
    display: inline-block;
    padding: 7px 10px;
    text-align: center;
    width: 100%;
}

.info-box .content .text {
    font-size: 16px;
    margin-top: 11px;
    color: #202020;
    font-weight: 300;
    text-align: center;
    letter-spacing: 2px !important;
}

.info-box .content .text p {
    font-size: 50px;
    color: #202020;
    font-weight: 300;
    text-align: center;
}

.alert-success {
    background: #fffd7e !important;
    font-size: 1rem;
    color: #ff3300;
}

.close {

    /*font-size: 2.5rem !important;*/
    font-weight: 300;
    line-height: .5 !important;
    /*color: #ff3300 !important;*/

}

.pagination {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /*font-size: 1.4rem;*/
    letter-spacing: .01em;
    justify-content: center;
}

.page-item:not(:last-child) {
    margin-right: .5rem;
}

.page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 30px;
    padding: 10px;
    line-height: 1;
    background-color: transparent;
    /* border: .1rem solid transparent; */
    transition: border .3s;
    border-radius: 50%;
    /*border-color: #f1f2f6;*/
}

.page-link:focus,
.page-link:hover,
.page-item.active .page-link {
    background: #ff6600;
    color: #ffffff;
}

.page-item:last-child a.page-link {
    border: 0px solid #d1d1d1;
    border-radius: 50%;
    color: #ff0000;
    font-size: 24px;
    line-height: 30px;
    margin-left: 0px;
    /*padding: 5px 7px;*/
}

.page-item:first-child a.page-link {
    border: 0px solid #d1d1d1;
    border-radius: 50%;
    color: #ff0000;
    font-size: 24px;
    line-height: 30px;
    margin-right: 0px;
    /*padding: 5px 7px;*/
}

.pagination a:hover>.page-link,
.active>.page-link {
    border-color: #ff6600;
    color: #ffffff;
}

.page-link-next,
.page-link-prev {
    /*min-width: 8rem;*/
    padding: 15px;
    text-transform: uppercase;
}

.disabled>.page-link {
    /*color: #ff0000;*/
    font-size: 24px;
}

.page-link-next,
.page-link-prev {
    /* min-width: 8rem;*/
    /*padding: 15px;*/
    text-transform: uppercase;
    font-size: 2rem;
}

.pagination li a.active,
.pagination li a:hover {
    color: #ffffff;
    background-color: #ff6600;
}

/* cart slider*/

.cart-info {
    display: inline-block !important;
    padding: 10px 0;
}

.header-two-area .cart-info {
    padding: 32px 19px 10px 0;
    display: block;
    cursor: pointer;
}

.summary-info {
    background: #ffffff none repeat scroll 0 0;
    color: #353535;
    height: 100vh;
    position: fixed;
    right: -400px;
    top: 0;
    transition: all 0.5s ease-in-out 0s;
    width: 400px;
    z-index: 9999;
}

.summary-info.inside {
    right: 0;
}

.wrap-sidebar {
    height: 100%;
    margin: 0px 15px;
    overflow-y: auto;
    padding: 30px 40px 0px 30px;
    width: 100%;
}

.summary-list {
    margin: 20px 0 0;
}

.summary-list li,
.sidebar-contact-list li {
    list-style: outside none none;
    margin: 0 0 15px;
}

.summary-list li i,
.sidebar-contact-list li i {
    color: #5db8ff;
    font-size: 18px;
    margin: 0 15px 0 0;
}

.sidebar-contact>h5 {
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.sidebar-contact-list {
    margin: 30px 0 0;
}

.summary-list li:last-child,
.sidebar-contact-list li:last-child {
    margin: 0 0 0px;
}

.summary-list-wrap>p {
    font-size: 14px;
    margin: 0;
}

.summary-list-wrap {
    border-bottom: 1px solid #ebebeb;
    margin: 30px 0 36px;
    padding: 0 0 37px;
}

.sidebar-nav-icon {
    display: block;
    overflow: hidden;
    margin: 0 0 20px;
}

.sidebar-nav-icon button {
    background: #ff6600 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 18px;
    padding: 3px 8px;
    transition: all 0.3s ease 0s;
}

.sidebar-nav-icon button:hover {
    background: #242424 none repeat scroll 0 0;
}

.wrapper .body-overlay {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all 0.5s ease-in-out 0s;
    visibility: hidden;
    width: 100%;
    z-index: 999;
}

.wrapper.overlay-active .body-overlay {
    opacity: 1;
    visibility: visible;
}


/* search */

.main-search-active {
    background: rgba(0, 0, 0, 0.92) none repeat scroll 0 0;
    color: #353535;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    padding: 32px 46px 39px;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(110%);
    transition: transform 0.5s ease-in-out 0s, -webkit-transform 0.5s ease-in-out 0s;
    width: 100%;
    z-index: 9999;
}

.main-search-active.inside {
    transform: translateX(0px);
    z-index: 9999;
}

.sidebar-search-icon {
    display: block;
    overflow: hidden;
    position: absolute;
    right: 50%;
    top: 50px;
    transform: translateX(50%);
}

.sidebar-search-icon button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 35px;
    line-height: 1;
    padding: 0;
    transition: all 0.3s ease 0s;
}

.sidebar-search-icon:hover button,
.sidebar-search-input form .form-search:hover button {
    color: #5db8ff;
}

.sidebar-search-input {
    padding: 300px 0 0;
}

.sidebar-search-input form {
    position: relative;
}

.sidebar-search-input form .form-search {
    position: relative;
}

.sidebar-search-input form .form-search input {
    background-color: transparent;
    border-color: #dadada;
    border-style: solid;
    border-width: 0 0 1px;
    color: #fff;
    display: block;
    font-size: 18px;
    height: 62px;
    line-height: 62px;
    padding: 0 45px 0 0;
    width: 800px;
}

.sidebar-search-input form .form-search input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.sidebar-search-input form .form-search input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

.sidebar-search-input form .form-search button {
    background-color: transparent;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 13px;
    transition: all 0.3s ease 0s;
}

.shop-cart-add {
    cursor: pointer;
}

.orderstep #progressbar {
    margin-bottom: 30px;
    overflow: hidden;
}

.orderstep #progressbar li {
    list-style-type: none;
    color: #99a2a8;
    font-size: 1.5rem;
    width: calc(100%/3);
    float: left;
    position: relative;
    font-weight: 500;
    /*font: 500 13px/1 "Roboto", sans-serif;*/
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}



.orderstep #progressbar li:before {
    font-size: 3rem;
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f06b";
    width: 100px;
    height: 100px;
    line-height: 100px;
    display: block;
    background: #eaf0f4;
    border-radius: 50%;
    margin: 0 auto 10px auto;
}

/*.orderstep #progressbar a li:nth-child(1):before {
    font-family: "FontAwesome";
    content: "\f0d1";
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}*/

.orderstep #progressbar li:nth-child(2):before {
    font-family: "FontAwesome";
    content: "\f0d1";
}

.orderstep #progressbar li:nth-child(3):before {
    font-family: "FontAwesome";
    content: "\f2b5";
}

.orderstep #progressbar li.processing:before {
    font-family: "FontAwesome";
    content: "\f06b";
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.orderstep #progressbar li.shipped:before {
    font-family: "FontAwesome";
    content: "\f0d1";
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.orderstep #progressbar li.delivered:before {
    font-family: "FontAwesome";
    content: "\f2b5";
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.orderstep #progressbar li:after {
    content: "";
    width: 100%;
    height: 10px;
    background: #eaf0f4;
    position: absolute;
    left: -50%;
    top: 45px;
    z-index: -1;
}

.orderstep #progressbar li:last-child:after {
    width: 150%;
}

.orderstep #progressbar li.active {
    color: #5cb85c;
}

.orderstep #progressbar li.active:before,
.orderstep #progressbar li.active:after {
    background: #5cb85c;
    color: white;
}

.orderstep #progressbar a li:hover:before {
    background: #ff3300;
    cursor: pointer;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}


.orderstep #progressbar li.complate:before {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-animation: zooming 2s linear infinite;
    -moz-animation: zooming 2s linear infinite;
    -ms-animation: zooming 2s linear infinite;
    -o-animation: zooming 2s linear infinite;
    animation: zooming 2s linear infinite;
}


@-webkit-keyframes rotating

/* Safari and Chrome */
    {
    from {
        -webkit-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
        /*transform: rotateY(180deg);*/
    }

    to {
        -webkit-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes zooming {
    0% {
        transform: scale(.8, .8);
    }

    50% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(.8, .8);
    }
}

/* Dashboard menu*/
.dash-menu {
    display: block;
    clear: both;
    text-align: center;
}

.dashboard-menu {
    display: inline-flex;
    text-align: center;
}

.dashboard-menu>nav>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*float: right;*/
    text-align: center;
    position: inherit;
}

.dashboard-menu>nav>ul>li {
    position: inherit;

}

.dashboard-menu>nav>ul>li a {
    color: #ffffff;
    display: block;
    font-size: 11px;
    font-weight: 500;
    line-height: 30px;
    padding: 6px 8px;
    margin: 10px 2px 0px 2px;
    position: inherit;
    text-transform: uppercase;
    background: #1a5a65 none repeat scroll 0 0;

}

.dashboard-menu>nav>ul>li:hover>a,
.dashboard-menu>nav>ul>li.active>a {
    background: #ff992e none repeat scroll 0 0;
    color: #ffffff;
}

/*.dashboard-menu>nav>ul>li a:beffor {
    background: #d41535  none repeat scroll 0 0;
    content: "";
    display: block;
    height: 13px;
    position: absolute;
    right: 0;
    top: 23px;
    width: 1px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}*/

.button {
    transition-duration: 0.4s;
}

.button:hover {
    background-color: #d41535 !important;
    /* Green */
    color: white;
}

.form-check-input {
    position: absolute;
    margin-top: .25rem;
    margin-left: 10px;
}

.form-check-label {
    padding-left: 0;
    margin-bottom: 0;
}

.welcome-text {
    display: block;
    /*padding: 0px 0;*/
    text-align: center;
    font-size: 14px;
    color: #ffffff !important;
    font-weight: 300;
    letter-spacing: 1.2px;
    padding: 15px 6px 0px 0px;
}

.welcome-text a {
    color: #ffffff !important;
    padding: 10px 6px 0px 0px;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    color: #ffffff !important;
    font-weight: 300;
}

.account-wishlist {
    /*padding: 5px;*/
}

.account-wishlist a {
    /*padding: 0 8px;*/
    /* font-size: 12px;*/
    text-transform: uppercase;
    /*line-height: 24px;*/
}

.account-wishlist a:hover {
    color: #000000;

}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-color: #0d4279 #0d4279 #ffffff;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    margin-right: 15px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    color: #ffffff;
    border-color: #0d4279 #0d4279 #ffffff;
    background-color: #ff6600;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #ff6600;
    border-color: #0d4279 #0d4279 #ffffff;
}

.form-action>button {
    background: #ff6600 none repeat scroll 0 0;
    color: #ffffff;
    cursor: pointer;
    float: right;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-right: 14px;
    padding: 10px 35px;
    text-transform: uppercase;
    transition-duration: 0.4s;
}

.form-action>button:hover {
    background-color: #d41535 !important;
    color: #ffffff;
}

.pro_link {
    display: block;
    margin-top: 10px 0px;
    clear: both;
    font-size: 3rem;
}

.pro_link a {
    font-weight: bold;
    font-size: 1rem;
    text-transform: uppercase;
}

/*input[type=file]::-webkit-file-upload-button {
    border: 2px solid #6c5ce7;
    padding: .2em .4em;
    border-radius: .2em;
    background-color: #a29bfe;
    transition: 1s;
}

input[type=file]::file-selector-button {
    border: 2px solid #6c5ce7;
    padding: .2em .4em;
    border-radius: .2em;
    background-color: #a29bfe;
    transition: 1s;
}

input[type=file]::-webkit-file-upload-button:hover {
    background-color: #81ecec;
    border: 2px solid #00cec9;
}

input[type=file]::file-selector-button:hover {
    background-color: #81ecec;
    border: 2px solid #00cec9;
}
*/
.grid-table {
    border: 1px solid #d7d7d7;
    /*background-color: #f1f1f1;*/
    padding: 15px;
    margin-bottom: 25px;
    /*display: inline-block;    */
    background-color: #ffffff;
    padding-left: 30px;
    box-shadow: 1px 1px 10px #f9f9f9;
    transition: all 0.4s ease 0s;
}

.grid-table .date {
    font-size: 16px;
    color: #17a2b8;
    font-weight: 500;
}

.grid-table .shipping-cost {
    font-size: 16px;
    color: #059c3b;
    font-weight: 500;
}

.grid-table h3 {
    font-size: 26px;
    color: #057284 !important;
    /*font-weight: bold;*/
}

.grid-table .price {
    font-size: 20px;
    color: #e20a78;
    /*font-weight: bold;*/
}

.grid-table .btn {
    font-size: 14px;
    /*color: #4CAF50;*/
    font-weight: bold;
    margin-right: 6px;
    margin-top: 10px;
    border: 1px solid #d7d7d7;
    display: inline-block;
}

.form-fields p input {
    font-size: 14px;
}

input {
    font-size: 14px;
}


.admin-search {
    float: left;
    border: 0px;
    display: inline-block;
    background: none;
    padding: 10px 0px 0px 10px;
}

.admin-search span {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    padding: 0px 15px;
    margin-right: 20px;
}

.search-input {
    width: 80% !important;
    float: left;
    height: 36px;
    border: 0px;
    border: 1px solid #d7d7d7;
    margin-top: 10px;
    margin-bottom: 5px;
}

.cart-main-area .cart-table table td.edit {
    width: 1%;
}

.cart-main-area .cart-table table .p-amount {
    width: 5%;
}

.cart-main-area .cart-table table td.edit,
.cart-main-area .cart-table table td.p-total,
.cart-main-area .cart-table table td.p-amount,
.cart-main-area .cart-table table td.p-quantity {
    background: #f9f9f9;
    font-weight: bold;
}

.cart-main-area .cart-table table td {
    text-align: left;
}

.cart-table table tr td:first-child {
    text-align: left;
}

.cart-table table tr td:last-child {
    text-align: right;

}

.cart-order {
    border: 1px solid #d7d7d7;
    padding: 15px;
}

.cart-order .row {
    border-bottom: 1px solid #d7d7d7;
    /*background: #f7f5f5;*/
    padding: 15px 0px;

}

/*.pro-shot-details {
    display: none;
    visibility: hidden;
}*/

.p-tab-btn .nav a.active {
    color: #303030 !important;
    background: transparent;
    border: 0px;
    text-transform: capitalize;
}

.p-image {
    padding: 0px;
    /* width: 24%; */
}


.product-details-section {
    border: 1px solid #d7d7d7;
    padding: 15px;
}

.product-details-section h4,
.product-details-section p {
    padding: 10px 0px;
}

.product-details-section {
    display: none;
    visibility: hidden;
}

.review-btn {
    /*margin-left: 0px;*/
    /*padding: 15px;*/
    position: relative;
    /*width: 100%;*/
    left: 0;
}

.review-area {
    margin: 30px;
}

.scroll-area {
    padding: 0px;
}


/* category style*/
.category-style ul,
.category-style ul li,
.category-style ul li {
    list-style-type: none;
    margin: 0;
    padding: 0
}


.category {
    position: relative;
    font-size: 1rem
}

.category img {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    transition: opacity .3s, bottom .3s, transform .3s;

}

.category figure {
    margin: 0px !important;
}

.category .category-name {
    margin-bottom: .2rem;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    text-transform: uppercase
}

.category .category-name a {
    color: inherit
}

.category .category-name a:hover {
    text-decoration: underline
}

.category .category-count {
    font-size: 1rem;
    line-height: 1.2
}

.category-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: background .3s
}

.category-absolute .category-content {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    min-height: 2.5rem
}

.category-default {
    color: #fff;
    overflow: hidden;
    transition: opacity .3s, line-height .3s, visibility .3s
}

.category-default:hover .category-content {
    background-color: rgba(255, 255, 255, 0.9)
}

.category-default .category-count {
    display: block;
    opacity: 0;
    line-height: 0;
    visibility: hidden;
    transition: opacity .3s, line-height .3s, visibility .3s
}

.category-default:hover .category-name {
    margin-bottom: .3rem
}

.category-default:hover .category-count {
    visibility: visible;
    line-height: 1.2;
    opacity: 1
}

.category-default .category-content {
    background-color: rgba(255, 255, 255, 0.8);
}

.category-default:hover img {
    display: inline-block;
    position: relative;
    overflow: hidden;
    transform: scale(1.2);
    transition: opacity .3s, bottom .3s, transform .3s;
}

.category-light {
    color: #999
}

.category-light:hover .category-content {
    background-color: rgba(54, 119, 180, 0.8)
}

.category-light .btn {
    position: absolute;
    opacity: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.3rem;
    font-weight: 600;
    transition: opacity .3s, bottom .3s, transform .3s
}

.category-light .category-name {
    color: #222;
    transition: color .3s
}

.category-light .category-count {
    text-transform: uppercase;
    transition: color .3s, opacity .3s
}

.category-light .category-content {
    bottom: 2rem;
    height: 27.7%;
    background-color: rgba(255, 255, 255, 0.8)
}

.category-light .category-content:hover .btn {
    bottom: calc(50% - 5px);
    transform: translate(-50%, 100%);
    opacity: 1
}

.category-light .category-content:hover .category-count {
    opacity: 0
}

.category-light:hover {
    color: #fff
}

.category-light:hover .category-name {
    color: #fff
}

.category-icon {
    padding: 1.5rem .5rem;
    border: 1px solid #e1e1e1;
    color: #ff6600;
    text-align: center;
    transition: border .3s;
    background: #f9f9f9;
}

.category-icon i {
    margin-bottom: 15px;
    font-size: 2rem;
    color: #093386;
    transition: transform .3s
}

.category-icon .fa-afshini1::before {
    content: '\f208';
    font-family: 'FontAwesome';
    color: #ef1919;
}

.category-icon .fa-afshini2::before {
    content: '\f182';
    font-family: 'FontAwesome';
    color: #ff008d;
}

.category-icon .fa-afshini3::before {
    content: '\f183';
    font-family: 'FontAwesome';
    color: #00bd20;
}

.category-icon .fa-afshini4::before {
    content: '\f1ae';
    font-family: 'FontAwesome';
    color: #0089ff;
}

.category-icon .fa-afshini5::before {
    content: '\f06b';
    font-family: 'FontAwesome';
    color: #8f00bd;
}

.category-icon .category-name {
    margin: 0;
    color: #222
}

.category-icon:hover {
    border-color: #d41535;
}

.category-icon:hover i {
    color: #ed1b23;
    transform: translateY(-4px)
}

.category-icon:hover .category-content {
    background: transparent
}

.category-icon-inline {
    display: inline-flex;
    align-items: center
}

.category-icon-inline .category-media {
    font-size: 3.2rem;
    line-height: 1;
    color: #444;
    transition: color .3s
}

.category-icon-inline .category-media i {
    margin-right: .8rem
}

.category-icon-inline .category-media svg {
    display: block;
    margin-right: 1rem;
    width: 3.5rem;
    height: 3.9rem;
    stroke: #444;
    fill: #444;
    transition: stroke .3s
}

.category-icon-inline .category-name {
    margin: 0;
    text-transform: none;
    text-align: left;
    font-size: 1.3rem;
    font-weight: inherit;
    font-family: inherit;
    line-height: 1.08;
    color: inherit;
    transition: color .3s
}

.category-icon-inline:hover .category-media,
.category-icon-inline:hover .category-name {
    color: #3677b4
}

.category-icon-inline:hover svg {
    stroke: #3677b4;
    fill: #3677b4
}

.category-icon-inline:hover i,
.category-icon-inline:hover svg {
    animation: slideUpShorter .6s
}

@keyframes slideUpShorter {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-4px)
    }

    100% {
        transform: translateY(0)
    }
}

.category-ellipse .category-media {
    border-radius: 50%;
    overflow: hidden;
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC)
}

.category-ellipse .category-content {
    background-color: #fff
}

.category-ellipse .category-name {
    letter-spacing: -.025em;
    color: #222
}

.category-ellipse .category-name:hover {
    color: #3677b4
}

.category-ellipse .category-count {
    opacity: 0;
    color: #999;
    transition: opacity .3s
}

.category-ellipse:hover .category-count {
    opacity: 1
}

.category-group-image,
.category-group-icon {
    display: flex;
    align-items: center;
    border: 1px solid #e1e1e1
}

.category-group-image>*,
.category-group-icon>* {
    flex: 1
}

.category-group-image {
    color: #666
}

.category-group-image .category-content {
    position: static;
    padding: 2rem 0;
    background: transparent;
    text-align: left;
    align-items: flex-start
}

.category-group-image .category-name {
    margin-bottom: 1.5rem;
    text-transform: none;
    font-size: 1.6rem;
    font-weight: 400;
    color: #222
}

.category-group-image .category-list {
    font-family: "Open Sans", sans-serif;
    font-size: 1.3rem;
    line-height: 1.2
}

.category-group-image .category-list li:not(:last-child) {
    margin-bottom: .5rem
}

.category-group-image .category-list a {
    position: relative;
    display: inline-block;
    transition: text-decoration .3s
}

.category-group-image .category-list a:hover {
    color: #222;
    text-decoration: underline
}

.category-group-image .category-list a:active {
    color: #3677b4
}

.category-group-image:hover .category-name {
    margin-bottom: 1.5rem
}

.category-group-image:hover .category-content {
    background: transparent
}

.category-group-icon {
    display: flex;
    align-items: center;
    border: 0;
    color: #fff
}

.category-group-icon>* {
    flex: 1
}

.category-group-icon .category-media {
    text-align: center
}

.category-group-icon .category-media i {
    display: inline-block;
    font-size: 5rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.8rem;
    line-height: 1;
    transition: transform .3s;
    color: #fff;
}

.category-group-icon>a {
    padding-right: 1rem
}

.category-group-icon>a:hover i {
    transform: translateY(-0.5rem);
    color: #ff6600;
}

.category-group-icon .category-content {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: transparent;
    text-align: left;
    align-items: flex-start
}

.category-group-icon .category-name {
    margin-bottom: 0;
    text-align: center;
    letter-spacing: -.025em;
    color: #fff
}

.category-group-icon .category-list {
    font-family: "Open Sans", sans-serif;
    font-size: 1.3rem;
    line-height: 1.2
}

.category-group-icon .category-list li {
    white-space: nowrap
}

.category-group-icon .category-list li::before {
    content: '\f105';
    padding-right: .8rem;
    font-family: 'Font Awesome 5 Free';
    font-size: 1.3rem;
    font-weight: 600;
    color: #999
}

.category-group-icon .category-list li:not(:last-child) {
    margin-bottom: .5rem
}

.category-group-icon .category-list a {
    position: relative;
    display: inline-block;
    transition: text-decoration .3s
}

.category-group-icon .category-list a:hover {
    color: inherit;
    text-decoration: underline
}

.category-group-icon:hover .category-name {
    margin-bottom: 0
}

.category-group-icon:hover .category-content {
    background: transparent
}

.category-banner {
    overflow: hidden;
    color: #222
}

.category-banner.text-white {
    color: #fff
}

.category-banner.text-white .btn {
    color: #fff
}

.category-banner .category-content {
    top: 4.5rem;
    left: 5rem;
    bottom: auto;
    width: auto;
    height: auto;
    align-items: flex-start;
    z-index: 1;
    background-color: transparent;
    transition: top .3s, padding .3s
}

.category-banner .category-name {
    text-transform: none;
    text-align: left;
    font-size: 2rem;
    font-family: inherit;
    letter-spacing: -.025em
}

.category-banner .category-count {
    visibility: visible;
    opacity: 1;
    font-size: 1.4rem;
    line-height: 1.2;
    transition: color .3s;
    z-index: 1
}

.category-banner .btn {
    position: absolute;
    opacity: 0;
    bottom: 0;
    left: 0;
    transition: transform .3s, opacity .3s
}

.category-banner:hover .category-content {
    top: 3rem;
    padding-bottom: 3rem;
    background-color: transparent
}

.category-banner:hover .btn {
    opacity: 1
}

.category-badge .category-name {
    margin: 0;
    padding: 1.8rem 0;
    color: #222
}

.category-badge .btn {
    position: absolute;
    padding: 1.28em 0;
    top: 100%;
    left: 0;
    opacity: 0;
    height: 100%;
    transition: top .3s, opacity .3s
}

.category-badge .category-content {
    left: 2rem;
    top: 2rem;
    bottom: auto;
    width: 19.6rem;
    height: auto;
    z-index: 1;
    overflow: hidden;
    background-color: #fff
}

.category-badge .category-content:hover .btn {
    top: 0;
    opacity: 1
}

.category-overlay .category-content {
    align-items: center;
    width: 100%
}

.category-overlay .category-count {
    padding: 0;
    line-height: 0;
    opacity: 0;
    transform: translateY(-1rem);
    transition: transform .3s, opacity .3s, line-height .3s, padding .3s
}

.category-overlay .category-name {
    margin: 0
}

.category-overlay:hover .category-content {
    padding: 0;
    top: 50%
}

.category-overlay:hover .category-count {
    padding-top: 1rem;
    transform: translateY(0);
    opacity: 1
}

.category-block {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10.7rem;
    padding: 1.5rem;
    color: #fff;
    background-color: #333;
    transition: background-color .3s
}

.category-block .category-name {
    margin: 0;
    text-align: center;
    font-weight: 400;
    line-height: 1.7rem;
    text-transform: none
}

.category-block:hover {
    background-color: #3677b4
}

.category-block:hover .category-name {
    color: #fff
}

/* mega menu */

.main-menu nav>ul>li>ul.mega-menu.mega-menu-width-img {
    background-color: #fff;
    width: 100%;
    display: block;
    /*    position: fixed;
    top: 119px;*/
}

.mega-menu.mega-menu-width-img img {
    width: 100%;
}


.main-menu ul li a {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    /*line-height: 122px;*/
    text-transform: uppercase;
    display: inline-block;
}

.main-menu ul li:hover>a,
.theme-color-hover .main-menu ul li:hover>a,
.header-black .main-menu ul li:hover>a {
    color: #5db8ff;
}

.main-menu nav>ul>li>ul.submenu {
    background-color: #fff;
    left: 0;
    padding: 30px 20px;
    width: 180px;
}

.main-menu nav>ul>li>ul.mega-menu,
.main-menu nav>ul>li>ul.submenu {
    box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
    display: block;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: rotateX(90deg);
    transform-origin: center top 0;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    z-index: 999;
}

.main-menu nav>ul>li>ul.mega-menu {
    padding-right: 20px;
}

.mega-menu.mega-menu-width-img img {
    width: 100%;
}

.main-menu nav>ul>li:hover>ul.mega-menu,
.main-menu nav>ul>li:hover>ul.submenu {
    transform: rotateX(0deg);
    visibility: visible;
}

.main-menu nav>ul>li>ul.mega-menu>li,
.main-menu nav>ul>li>ul.submenu>li {
    display: block;
    float: left;
    margin: 0;
    padding-right: 0;
    position: relative;
    width: 100%;
}

.main-menu nav>ul>li>ul.mega-menu.mega-menu-white-bg>li {
    padding-left: 40px;
    width: 33.33%;
}

.main-menu nav>ul>li>ul.mega-menu.mega-menu-2col>li {
    padding-left: 40px;
    width: 50%;
}

.main-menu nav>ul>li>ul.mega-menu.mega-menu-width-img>li {
    padding-left: 40px;
    padding-top: 43px;
    padding-bottom: 44px;
    width: 23.333%;
}

.main-menu nav>ul>li>ul.mega-menu.mega-menu-width-img>li.menu-img {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    width: 30%;
    overflow: hidden;
}

.main-menu nav>ul>li>ul.mega-menu>li ul {
    position: relative;
}

.main-menu nav>ul>li>ul.mega-menu>li ul:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #dee0e4;
}

.main-menu nav>ul>li>ul.mega-menu>li:last-child ul:before {
    display: none;
}

.main-menu nav>ul>li>ul.mega-menu>li ul li {
    display: block;
    margin: 0;
    padding: 0;
    margin-right: 15px;
}

.main-menu ul li ul li.mega-menu-title a {
    color: #15273e;
    margin: 0 0 5px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

.main-menu ul li ul li a {
    color: #15273e;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    padding-top: 0;
    text-align: left;
    text-transform: capitalize;
}

.main-menu ul li ul li ul li a {
    /*padding-bottom: 27px;*/
}

.main-menu>nav>ul>li>ul>li a {
    line-height: 25px;
}

.main-menu>nav>ul>li>ul>li a {

    /*border-bottom: 1px solid #d7d7d7;*/
    font-size: 13px !important;
}

.main-menu>nav>ul>li>ul>li>ul>li:first-child a {

    font-weight: bold;
    border-bottom: 0px solid #d7d7d7;
    border: 0px !important;
    font-size: 15px !important;
}

.main-menu ul li ul li ul li:last-child a {
    padding-bottom: 0px;

}

.main-menu nav>ul>li>ul.submenu>li a {
    padding-bottom: 20px;
}

.main-menu nav>ul>li>ul.submenu>li:last-child a {
    padding-bottom: 0px;
}

/*.dropdown-menu input {
    height: 15px;
    width: 15px;
}*/

.dropdown-menu .single-widget-opt {
    padding-left: 15px;
}

/* Mobile UI*/
.ui-btn {
    font-size: 13px;
    margin: 0px;
    padding: 5px 15px 5px 5px;
    display: inline-block;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*border-right: 1px solid #b5b4b4;*/
    color: #ffffff !important;
}

.ui-btn:hover {

    color: #ff0000 !important;
}

.mobile-footer {
    /*background-color: #eaeaea;*/
    background-color: #152546;
    text-align: center;
    position: fixed;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 20%);
    /*border-top: 1px solid #ffffff;*/
    display: none;
    visibility: hidden;
}

.home-btn {
    padding: 0px 10px;
    margin: 0px;
    /*  position: absolute;
    background: #ffffff; 
    border-radius: 100%;
     bottom: 15px; 
    top: -8px;
    left: 0;
    right: 0;
    height: 76px;
    display: block;
    width: 76px;*/
}


.model-stock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    text-transform: uppercase;
}

.model-stock>span span {
    font-weight: 700;
    margin-right: 8px;
}

.model-stock>span {
    color: #7d7d7d;
    display: block;
    font-weight: 400;
    margin-left: 23px;
}

.hidden.item-hidden {
    display: none;
}


/*--
    23. dropdown-box
---------------------------------*/

.breadcrumb,
.category ul,
.comments ul,
.dropdown-box,
.filter-items,
.list,
.menu,
.menu ul,
.mobile-menu,
.mobile-menu ul,
.nav,
.nav-filters,
.nav ul,
.pagination,
.product-nav,
.product-tabs>div ul,
.select-menu>ul,
.widget-body,
.widget-body ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}


.dropdown {
    position: relative
}

.dropdown .product {
    overflow: unset
}

.dropdown.show .dropdown-box,
.dropdown:hover .dropdown-box {
    visibility: visible;
    opacity: 1;
    top: 99%
}

.dropdown.show .dropdown-box,
.dropdown:hover .dropdown-box {
    transform: translate3d(0, 0, 0)
}

.dropdown.show>a,
.dropdown:hover>a {
    /*color: #e82d7c*/
}

.dropdown a {
    display: flex;
    align-items: center
}

.dropdown a .dropdown-image {
    max-width: 1.4rem;
    margin-right: 0.7rem;
    height: auto
}

.dropdown>a {
    /*line-height: 1;*/
    /*padding: 5px;*/
}

.dropdown>a:after {
    display: inline-block;
    margin-left: 8px;
    font-family: FontAwesome;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    content: "\f0dd"
}

.dropdown li.active>a,
.dropdown li:hover>a {
    /*color: #ffffff;*/
}

.dropdown.dir-up:after {
    border-bottom-color: transparent;
    border-top: 11px solid #fff;
    transform: translate3d(-50%, 8px, 0)
}

.dropdown.dir-up.show .dropdown-box,
.dropdown.dir-up:hover .dropdown-box {
    top: auto;
    bottom: 100%
}

.dropdown.dir-up.show:after,
.dropdown.dir-up:hover:after {
    top: auto;
    bottom: calc(100% - 20px);
    transform: translate3d(-50%, 0, 0)
}

.dropdown-box {
    position: absolute;
    right: 0;
    top: -9999px;
    margin: 0;
    padding: 0.5rem 0;
    /*color: #666;*/
    background-color: #fff;
    /*box-shadow: 0 5px 30px 2px rgba(0, 0, 0, 0.2);*/
    visibility: hidden;
    opacity: 0;
    z-index: 19;
    transition: transform 0.2s ease-out, opacity 0.2s, visibility 0.2s;
    transform: translate3d(0, -10px, 0)
}

.dropdown-box a {
    font-weight: 400;
    padding: 0.6rem 1rem;
    color: #000000;

}

.dropdown-box li {
    font-size: inherit;
    line-height: 1.1
}

.dropdown:not(.category-dropdown):not(.off-canvas) .dropdown-box {
    z-index: 1061
}

@media (min-width:992px) {
    .dropdown-expanded:after {
        content: none
    }

    .dropdown-expanded:before {
        position: absolute;
        content: "";
        top: 50%;
        transform: translateY(-50%);
        left: -2.1rem;
        width: 1px;
        height: 2.5rem;
        background-color: #e1e1e1
    }

    .dropdown-expanded>a {
        display: none
    }

    .dropdown-expanded .dropdown-box {
        position: static;
        display: flex;
        visibility: visible;
        opacity: 1;
        background-color: transparent;
        box-shadow: none;
        border: 0;
        padding: 9px 0;
        transform: none;
        color: inherit
    }

    .dropdown-expanded .dropdown-box a {
        padding: 0;
        letter-spacing: -0.025em
    }

    .dropdown-expanded .dropdown-box>li {
        margin-right: 2.3rem
    }

    .dropdown-expanded .dropdown-box>li:last-child {
        margin-right: 0
    }
}

@media (max-width:991px) {
    .dropdown.dropdown-expanded li:hover>a {
        /*color: #e82d7c*/
    }
}



.category-dropdown>a {
    padding: 1.7rem 1.7rem;
    background: #e82d7c
}

.category-dropdown>a:after {
    content: none
}

.category-dropdown>a i {
    font-size: 1.8rem
}

.category-dropdown>a span {
    margin-left: 1rem
}

.category-dropdown .dropdown-box {
    padding: 0;
    left: 0;
    min-width: 12rem;
    box-shadow: none;
    background-color: #f4f4f4;
    transition: opacity 0.2s, z-index 0s, transform 0.2s ease-out;
    visibility: hidden;
    top: 100%
}

.category-dropdown:after,
.category-dropdown:before {
    left: 25px
}

.category-dropdown:after {
    border-bottom-color: #f4f4f4;
    visibility: hidden;
    top: calc(100% - 20px)
}

.category-dropdown.menu-fixed .dropdown-box,
.category-dropdown.menu-fixed:after {
    visibility: hidden
}

.category-dropdown.dropdown.show .dropdown-box {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transform: translate3d(0, 0, 0);
    transition: opacity 0.5s, z-index 0s, transform 0s
}

.category-dropdown.dropdown.show .dropdown-box,
.category-dropdown.dropdown.show:after {
    visibility: visible
}

.category-dropdown.dropdown.show:after {
    transform: translate3d(-50%, 0, 0)
}

.category-dropdown.has-border:after {
    border-bottom-color: #fff
}

.category-dropdown.has-border:after,
.category-dropdown.has-border:before {
    content: "";
    position: absolute;
    z-index: 1000;
    top: -9999px;
    transform: translateX(-50%);
    border: 11px solid transparent;
    border-bottom: 11px solid #e1e1e1;
    transition: opacity 0.4s ease;
    visibility: hidden;
    opacity: 0;
    cursor: pointer
}

.category-dropdown.has-border .dropdown-box {
    background-color: #fff;
    border: 1px solid #e1e1e1
}

.category-dropdown.has-border.menu-fixed:before {
    visibility: visible;
    opacity: 1
}

.intro-section {
    background: #fde7d4;
}

.intro-section .height-x2 {
    /*height: 228px*/
}

.intro-section .height-x1 {
    height: 264px
}

.intro-section .banner-radius {
    border-radius: 0.3rem
}

.megamenu .row>* {
    padding: 1rem
}

.megamenu .menu-title {
    padding: 0.7rem 0 0.7rem 1rem;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 0.3rem
}

.category-menu .submenu .megamenu {
    min-width: 61.8rem
}

.menu-banner3 .banner-date {
    top: 0.8rem;
    right: 1.4rem
}

.menu-banner3 h6 {
    font-size: 1rem
}

.menu-banner3 sup {
    font-size: 0.5rem
}

.menu-banner3 .banner-content.text-center {
    top: 6.5rem
}

.menu-banner3 .banner-subtitle {
    padding: 0.3rem 0.5rem 0.1rem;
    font-size: 1.72rem
}

.menu-banner3 .banner-title {
    font-size: 2.866rem
}

.menu-banner3 p {
    font-size: 1.3rem
}

.menu-banner3 .btn i {
    color: inherit;
    margin: 0 0 0 0.6rem
}

.menu-banner3 .btn:active,
.menu-banner3 .btn:focus,
.menu-banner3 .btn:hover {
    color: #e82d7c
}


.grid {
    margin: -1rem
}

.grid .banner,
.grid .category,
.grid .category>a,
.grid figure,
.grid .banner img,
.grid .category img {
    height: 100%
}

.grid img {
    object-fit: cover
}

.grid .grid-item {
    padding: 1rem;
    transform: translate3d(0, 0, 0)
}

.grid.gutter-sm {
    margin: -.5rem
}

.grid.gutter-sm .grid-item {
    padding: .5rem
}

.grid.gutter-no {
    margin: 0
}

.grid.gutter-no .grid-item {
    padding: 0
}

.grid::after {
    content: "";
    display: block;
    clear: both
}

.grid.grid-float {
    display: block !important
}

.grid.grid-float .grid-item {
    float: left
}

.split-line>* {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #f4f4f4
}

.split-line>*::after {
    content: '';
    display: block;
    width: 1px;
    height: calc(100% - 3rem);
    position: absolute;
    right: 0;
    top: 0;
    background-color: #e1e1e1
}

.intro-section .grid-item:first-child {
    z-index: 1
}

.slider-wrapper .banner-subtitle {
    margin-bottom: 0.9rem;
    font-size: 1.6em
}

.intro-slider .banner-title {
    margin-bottom: 1.7rem;
    font-size: 3em
}

.intro-slider p {
    font-size: 1.6em
}

.intro-slider .owl-dots {
    bottom: 4rem
}

.intro-slider .owl-animated-out {
    animation-duration: 0.75s
}

.intro-slide1 .banner-content,
.intro-slide3 .banner-content {
    left: 5%;
    margin-top: -0.1rem
}

.intro-slide2 .banner-content {
    right: 10%;
    margin-top: -0.3rem
}

.intro-slide2 p {
    margin-bottom: 1.9rem
}

.btn-shadow {
    box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.2)
}

.intro-banner .banner-content {
    left: 7%
}

.intro-banner .banner-title {
    font-size: 2em;
    line-height: 1.2
}

.intro-banner .btn i {
    margin: 0 0 0.1rem 0.7rem
}

.intro-banner1 .banner-content,
.intro-banner5 .banner-content {
    top: 8.5%
}

.intro-banner1 .banner-subtitle,
.intro-banner5 .banner-subtitle {
    margin-bottom: 0.3rem;
    font-size: 1.4rem
}

.intro-banner1 .banner-title,
.intro-banner5 .banner-title {
    margin-bottom: 2.2rem
}

.intro-banner2 .banner-content {
    padding-top: 1.2rem
}

.intro-banner3 .banner-content {
    left: 8.7%;
    padding-top: 0.7rem
}

.intro-banner3 .banner-subtitle {
    margin-bottom: 0.8rem;
    font-size: 2em
}

.intro-banner3 .banner-title {
    margin-bottom: 2.3rem;
    font-size: 2.4em;
    letter-spacing: -0.0083em
}

.intro-banner4 .banner-content {
    margin-top: -0.2rem
}

.intro-banner4 .banner-title {
    margin-bottom: 0.8rem;
    font-size: 2.6em
}

.intro-banner4 p {
    color: #675545
}

.intro-banner5 .banner-content {
    bottom: 4.7%;
    top: auto
}

.owl-carousel {

    z-index: 0;
}

.intro-banner1 .banner-content,
.intro-banner5 .banner-content {
    top: 8.5%;
}

.intro-banner .banner-content {
    left: 7%;
}

.banner-fixed>.banner-content,
.banner-fixed>.container,
.banner-fixed>.container-fluid {
    position: absolute;
    z-index: 1;
}

.service-list .owl-carousel {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.07)
}

.service-list .owl-stage-outer {
    margin: 0 0.1rem
}

.service-list .owl-stage {
    margin: 0 -0.1rem
}

.service-list .icon-box {
    padding: 3rem 0 3.4rem
}

.service-list .owl-item:not(:last-child) .icon-box:after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 3.7rem;
    background-color: #e1e1e1
}

.service-list .icon-box-icon {
    font-size: 3.7rem
}

.service-list .icon-box-icon.d-icon-truck {
    font-size: 4.6rem
}

.service-list .icon-box-title {
    line-height: 1.3
}

.service-list p {
    line-height: 1.2
}

.owl-nav-full .owl-nav .owl-next,
.owl-nav-full .owl-nav .owl-prev {
    font-size: 2rem
}

.owl-carousel.owl-theme.owl-nav-full .owl-dots {
    margin-top: -1rem
}

.banner-cta {
    padding: 7.5rem 0 6.9rem
}

.banner-cta .banner-title {
    font-size: 3.6em;
    letter-spacing: -0.04em
}

.banner-cta strong {
    font-weight: 800
}

.banner-cta p {
    margin-bottom: 1.3rem;
    line-height: 1.72
}

.banner-cta .input-wrapper {
    margin: 0 auto 2.8rem;
    max-width: 51rem;
    height: 4.9rem
}

.banner-cta .input-wrapper input.form-control {
    padding-left: 2.2rem;
    padding-right: 2.2rem;
    border: 0;
    font-size: 1.3rem
}

.banner-cta .btn {
    padding-left: 1.4em;
    padding-right: 1.4em
}

.banner-cta .btn i {
    margin-left: 0.6rem;
    font-size: 1.6rem
}

.banner-cta .social-link {
    width: 2.9rem;
    height: 2.9rem;
    font-size: 1.4rem;
    border-color: #fff;
    background-color: #fff;
    color: #999
}

.banner-cta .social-link:hover {
    background-color: #e82d7c;
    border-color: #e82d7c;
    color: #fff
}


.menu {
    display: flex;
    align-items: center
}

.menu a {
    display: inline-block;
}

.menu .menu-title {
    margin-bottom: 1rem;
    padding: 0.7rem 0 0.7rem 1rem;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 0.3rem;
    border-bottom: 1px solid #e1e1e1;
}

.menu ul {
    padding: 2rem 0;
    background: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    color: #666
}

.menu li {
    /* position: relative; */
    line-height: 1.4
}

.menu li a {
   padding: 6px 0 6px 1rem;
   /*border-bottom: 1px solid #e1e1e1;*/
   display: block;

}

.menu li .megamenu,
.menu li>ul {
    position: absolute;
    top: -9999px;
    left: 100%;
    margin: 0;
    box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
    z-index: 1041;
    visibility: hidden;
    opacity: 0;
    transition: transform 0.2s ease-out;
    transform: translate3d(0, -10px, 0)
}

.menu li>ul {
    min-width: 22.6rem;
    background: #fff
}

.menu li>ul li {
    padding: 0 2rem
}

.menu>li.submenu-container .megamenu {
    width: 1180px
}

.menu .active>a:not(.menu-title),
.menu li:hover>a:not(.menu-title) {
    color: #e82d7c
}

.menu .show .megamenu,
.menu .show>ul,
.menu li:hover .megamenu,
.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    top: -2rem;
    transform: translate3d(0, 0, 0)
}

.menu>li {
    margin-right: 2.85rem
}

.menu>li:last-child {
    margin-right: 0
}

.menu>li>a {
    position: relative;
    padding: 1.3rem 0;
    font-weight: 600;
    letter-spacing: inherit;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap
}

.menu>li>a:after {
    margin-left: 0.8rem
}

.menu>li .megamenu,
.menu>li>ul {
    left: -1.9rem
}

.menu>li.show .megamenu,
.menu>li.show>ul,
.menu>li:hover .megamenu,
.menu>li:hover>ul {
    top: 100%
}

.menu .submenu>a {
    position: relative;
    display: block
}

.menu>.submenu>a {
    z-index: 10
}

.menu>.submenu>a:after {
    position: static;
    content: "";
    margin-top: 0
}

.menu.no-arrow>li>a:after {
    content: none
}

.submenu>a:after {
    display: inline-block;
    position: absolute;
    margin-top: 2px;
    right: 0.5rem;
    top: 50%;
    line-height: 0;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 1.1rem;
    color: inherit;
    content: ""
}

.vertical-menu {
    display: block;
    /*min-width: 21rem*/
}

.vertical-menu>li {
    margin-right: 0;
    padding: 0 2rem
}

.vertical-menu>li .megamenu,
.vertical-menu>li>ul {
    transform: translate3d(-15px, 0, 0)
}

.vertical-menu>li>a {
    display: inline-block
}

.vertical-menu>li>a:after {
    content: none
}

.vertical-menu>li.show .megamenu,
.vertical-menu>li.show>ul,
.vertical-menu>li:hover .megamenu,
.vertical-menu>li:hover>ul {
    left: calc(100% - 1rem);
    top: -1rem
}

.vertical-menu>.submenu:after {
    border: 11px solid transparent;
    border-right: 11px solid #fff
}

.vertical-menu>.submenu.show:after,
.vertical-menu>.submenu:hover:after {
    top: 50%;
    left: calc(100% - 20px);
    transform: translate3d(0, -50%, 0)
}

.vertical-menu>.submenu>a:after {
    position: absolute;
    line-height: 0;
    content: ""
}

.vertical-menu.no-arrow>li {
    display: flex
}

.vertical-menu.no-arrow>li>a:after {
    content: none
}

.toggle-menu {
    display: block
}

.toggle-menu>li {
    margin-right: 0
}

.toggle-menu .submenu:after,
.toggle-menu .submenu>a:after {
    content: none
}

.toggle-menu .submenu li {
    padding: 0 0.5rem
}

.toggle-menu li>ul {
    display: none;
    position: static;
    visibility: visible;
    opacity: 1;
    transform: none;
    background: transparent;
    box-shadow: none
}

.toggle-btn {
    display: block;
    position: absolute;
    padding: 6px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.6
}

.toggle-btn:before {
    content: "";
    display: block;
    font-size: 1rem;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    line-height: 1;
    transition: transform 0.5s
}

.show>a .toggle-btn:before {
    transform: rotate(630deg)
}

.menu-active-underline>li>a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 9px;
    left: 0;
    width: 100%;
    border-bottom: 2px solid;
    transform-origin: right center;
    transform: scale(0, 1);
    transition: transform 0.3s
}

.menu-active-underline>li.active>a,
.menu-active-underline>li:hover>a {
    color: inherit
}

.menu-active-underline>li.active>a:before,
.menu-active-underline>li:hover>a:before {
    transform-origin: left center;
    transform: scale(1, 1)
}

.main-nav {
    margin: 0 0 0 0.3rem
}

.megamenu {
    display: flex;
    padding: 1rem;
    min-width: 54rem;
    background: #fff
}

.megamenu ul {
    padding: 0
}

.megamenu .row {
    flex: 1;
    padding: 0 1rem
}

.megamenu .row>* {
    padding: 1.8rem 1rem 0.8rem
}

.megamenu .menu-banner {
    padding: 0;
    overflow: hidden
}

.megamenu .menu-banner figure {
    height: 100%
}

.megamenu .menu-banner img {
    height: 100%;
    object-fit: cover
}

.megamenu .menu-banner .btn-link:hover {
    color: #e82d7c
}

.menu-banner1 .banner-content {
    left: 9%
}

.menu-banner1 .banner-subtitle,
.menu-banner1 .banner-title {
    font-size: 3.6rem
}

.menu-banner1 .banner-subtitle {
    margin-bottom: 0.4rem
}

.menu-banner1 .banner-title {
    margin-bottom: 1.8rem;
    padding-left: 1.2rem;
    position: relative
}

.menu-banner1 .banner-title span {
    display: inline-block;
    position: absolute;
    left: -0.9rem;
    top: 50%;
    font-size: 1.2rem;
    line-height: 1;
    transform: rotateZ(-90deg) translateX(0.6rem);
    letter-spacing: -0.1em
}

.menu-banner2 .banner-content {
    bottom: 10%
}

.menu-banner2 .banner-title {
    margin-bottom: 0.6rem;
    font-size: 2.6rem
}

.menu-banner2 .banner-subtitle {
    font-size: 1.6rem
}

.tip {
    display: inline-block;
    position: relative;
    top: -1px;
    left: 7px;
    padding: 0.3rem 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    border-radius: 2px
}

.tip.tip-hot {
    background-color: #fec348
}

.tip.tip-new {
    background-color: #e82d7c
}

.mobile-menu-wrapper {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    font-family: Poppins, sans-serif;
    transition: visibility 0.4s
}

.mobile-menu-container {
    max-width: 296px;
    padding: 2rem 1.5rem;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: #222529;
    box-shadow: 1px 0 5px rgba(0, 0, 0, 0.5);
    transform: translateX(-296px);
    transition: transform 0.4s
}

.mobile-menu-container .input-wrapper {
    display: flex;
    margin-bottom: 0.6rem;
    height: 4rem
}

.mobile-menu-container .input-wrapper .form-control {
    min-height: 4rem;
    color: #7a8088;
    border: 1px solid;
    border-color: #2e3237;
    border-right: 0;
    background-color: transparent
}

.mobile-menu-container .input-wrapper .btn-search {
    padding: 0;
    width: 4rem;
    background-color: #e82d7c;
    border-color: #e82d7c;
    color: #fff;
    font-size: 1.4rem;
    border-radius: 3px
}

.mobile-menu-container .input-wrapper .btn-search i {
    margin: 0 0 0.5rem;
    font-size: inherit
}

.mobile-menu-container .mobile-menu {
    margin-bottom: 0.5rem;
    background: #222529
}

.mobile-menu-container .tab {
    margin-top: 3rem
}

.mobile-menu-container .tab-content {
    background-color: transparent
}

.mobile-menu-container .nav {
    border-width: 2px
}

.mobile-menu-container .nav-link {
    margin-bottom: -2px;
    color: #fff;
    font-size: 13px;
    padding: 10px
}

.mobile-menu-container .tab-pane {
    padding-top: 10px
}

.mobile-menu-container .nav-item:hover .nav-link {
    color: #fff;
    border-color: transparent
}

.mobile-menu-container .nav-item .nav-link.active,
.mobile-menu-container .nav-item.show .nav-link {
    color: #e82d7c;
    border-color: #e82d7c
}

.mobile-menu-container .nav-item+.nav-item {
    margin-left: 1px
}

.mobile-menu-container.scrollable::-webkit-scrollbar-thumb,
.mobile-menu-container .sidebar-content::-webkit-scrollbar-thumb {
    margin-right: 2px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    cursor: pointer
}

.mobile-menu {
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.025em;
    color: #e1e1e1;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.025em
}

.mobile-menu ul {
    display: none;
    width: 100%
}

.mobile-menu>li:first-child {
    padding-top: 0.5rem
}

.mobile-menu>li:last-child {
    padding-bottom: 0.5rem
}

.mobile-menu li a {
    display: block;
    position: relative;
    padding: 1.3rem 0.6rem 1.3rem 1rem
}

.mobile-menu li i {
    display: inline-block;
    margin-bottom: 1px;
    font-size: 2rem;
    margin-right: 1rem;
    line-height: 0;
    vertical-align: middle
}

.mobile-menu li li a {
    padding-left: 2.4rem
}

.mobile-menu li li li a {
    padding-left: 3.6rem
}

.mobile-menu li:not(:last-child) {
    border-bottom: 1px solid #2e3237
}

.mobile-menu-title {
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff
}

.mobile-menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0;
    transition: opacity 0.4s
}

.mobile-menu-close {
    position: fixed;
    left: calc(100vw - 50px);
    top: 25px;
    z-index: 10001;
    transition: opacity 0.3s;
    opacity: 0
}

.mobile-menu-close i {
    font-size: 2.8rem;
    color: #e1e1e1
}

.mmenu-anim {
    transform: translateY(30%)
}

.mmenu-anim,
.mmenu-anim>li {
    transition: transform 0.4s, opacity 0.3s;
    transition-timing-function: cubic-bezier(0.5, 0, 0.3, 1)
}

.mmenu-anim>li:nth-child(0) {
    opacity: 0;
    transform: translateY(0px)
}

.mmenu-anim>li:first-child {
    opacity: 0;
    transform: translateY(50px)
}

.mmenu-anim>li:nth-child(2) {
    opacity: 0;
    transform: translateY(100px)
}

.mmenu-anim>li:nth-child(3) {
    opacity: 0;
    transform: translateY(150px)
}

.mmenu-anim>li:nth-child(4) {
    opacity: 0;
    transform: translateY(200px)
}

.mmenu-anim>li:nth-child(5) {
    opacity: 0;
    transform: translateY(250px)
}

.mmenu-anim>li:nth-child(6) {
    opacity: 0;
    transform: translateY(300px)
}

.mmenu-anim>li:nth-child(7) {
    opacity: 0;
    transform: translateY(350px)
}

.mmenu-anim>li:nth-child(8) {
    opacity: 0;
    transform: translateY(400px)
}

.mmenu-anim>li:nth-child(9) {
    opacity: 0;
    transform: translateY(450px)
}

.mmenu-anim>li:nth-child(10) {
    opacity: 0;
    transform: translateY(500px)
}

.mmenu-anim>li:nth-child(11) {
    opacity: 0;
    transform: translateY(550px)
}

.mmenu-anim>li:nth-child(12) {
    opacity: 0;
    transform: translateY(600px)
}

.mmenu-active {
    overflow: hidden
}

.mmenu-active .mmenu-anim,
.mmenu-active .mmenu-anim>li {
    opacity: 1;
    transform: translateY(0)
}

.mmenu-active .page-wrapper {
    margin-left: 296px;
    margin-right: -296px
}

.mmenu-active .mobile-menu-wrapper {
    visibility: visible
}

.mmenu-active .mobile-menu-container {
    transform: translateX(0)
}

.mmenu-active .mobile-menu-overlay {
    opacity: 0.8
}

.mmenu-active .mobile-menu-close {
    opacity: 1
}

@media (max-width:400px) {
    .mobile-menu-close {
        left: calc(100vw - 40px);
        top: 10px
    }
}

.category-menu {
    /*padding: 0 1rem 0.2rem 0rem;*/
    background: #fef0e3;
    /*border-radius: 0.3rem*/
    box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.2);
}

.category-menu .menu-title {
    padding: 1.8rem 0.2rem 1.8rem;
    margin: 0;
    text-transform: capitalize;
    /* font-size: 1.8rem; */
    /* font-weight: 700; */
    /* font-family: Poppins, sans-serif; */
    line-height: 1;
    /*letter-spacing: -0.05em; */
    color: #222;
}

.category-menu .menu-body:last-child li:last-child {
    border: 0
}

.category-menu i {
    vertical-align: middle;
    line-height: 0;
    margin-right: 1rem;
    padding-left: 0.2rem;
    font-size: 2rem;
    color: #666;
    margin-top: -0.2rem
}

.category-menu>li>a {
    display: block;
    padding: 10px 0px 10px 0px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.46;
    letter-spacing: -0.01em;
    text-transform: capitalize;
    color: #675545
}

.category-menu>li:not(:last-child)>a {
    border-bottom: 1px solid #f0e0d1
}

.category-menu li:hover>a:not(.menu-title) {
    color: #e82d7c
}

.category-menu li:hover>a:not(.menu-title) i {
    color: inherit
}

.category-menu .submenu>a:after {
    font-size: 1rem
}

.category-menu .submenu .megamenu {
    min-width: 68.5rem;
    padding: 0 0 0 0.9rem
}

.category-menu .submenu .megamenu>li {
    padding: 0 1rem;
    flex: 1
}

.category-menu .submenu .megamenu>li:last-child {
    padding-right: 0;
    flex: none
}

.category-menu .submenu .megamenu .menu-title {
    padding: 2.7rem 0rem 0.2rem;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -0.025em
}

.category-menu .submenu .megamenu .divider {
    height: 1px;
    width: 100%;
    margin: 0
}

.category-menu .submenu .megamenu ul {
    position: relative;
    left: 0;
    top: 0;
    padding: 0;
    font-size: 1.3rem;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    min-width: auto;
    z-index: auto;
    transform: none
}

.category-menu .submenu .megamenu ul li {
    padding: 0;
    line-height: 1.2
}

.category-menu .submenu .megamenu ul li a {
    padding: 0.7rem 0
}

.category-menu .submenu .megamenu .menu-banner .banner-content {
    left: 3rem
}

.category-menu .submenu .megamenu .menu-banner .banner-subtitle {
    font-size: 1.4rem
}

.category-menu .submenu .megamenu .menu-banner .banner-title {
    font-size: 2.4rem;
    line-height: 1.2;
    margin-bottom: 2.8rem
}

.category-menu .submenu .megamenu .menu-banner .btn-md {
    padding: 0.7em 1.41em 0.7em 1.41em
}

.category-menu .submenu .megamenu .menu-banner5 .banner-content {
    top: 2.6rem
}

.category-menu .submenu .megamenu .menu-banner5 .banner-subtitle {
    margin-bottom: 1.1rem
}

.category-menu .submenu .megamenu .menu-banner5 .banner-title {
    line-height: 1.25
}

.category-menu .submenu .megamenu.type2 {
    display: block;
    min-width: 88rem;
    padding: 0 1rem 2rem
}

.category-menu .submenu .megamenu.type2 .menu-title {
    padding-top: 1.5rem
}

.category-menu .submenu .megamenu.type2 figure {
    text-align: center
}

.category-menu ul {
    padding: 0;
    background: #fff;
    /*font-family: Poppins, sans-serif;*/
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    /*letter-spacing: 0;*/
    color: #000;
}

@media (max-width:1199px) {
    .category-menu .submenu .megamenu.type2 {
        min-width: 72rem
    }
}

.footer {
    font-family: Poppins, sans-serif;
    font-size: 1.3rem;
    background: #222
}

.footer p {
    font-size: inherit
}

.footer a:not(.social-link):hover {
    color: #fff
}

.footer .social-link {
    letter-spacing: 0.005em;
    color: #999;
    border: 2px solid #999
}

.footer .social-link:hover {
    color: #fff
}

.footer .widget-title {
    border-bottom: none
}

.dark-theme .footer {
    background-color: #181818
}

.dark-theme .footer-middle,
.dark-theme .footer-top {
    border-color: #282828
}

.dark-theme .sticky-footer .header-search.show,
.dark-theme .sticky-footer .header-search:hover {
    color: #fff
}

.logo-footer,
.logo-footer img {
    display: block
}

.footer-top {
    padding: 4rem 0;
    border-bottom: 1px solid #333
}

.footer-middle {
    padding: 8.2rem 0 4.4rem;
    border-bottom: 1px solid #333
}

.footer-middle .widget {
    margin-bottom: 3rem
}

.footer-middle .widget-title {
    padding: 0.6rem 0;
    margin-bottom: 0.9rem;
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #e1e1e1
}

.footer-middle .widget-body {
    padding: 8px 0 0;
    color: #999
}

.footer-middle .widget-body li {
    line-height: 1.2;
    margin-bottom: 15px
}

.footer-middle .widget-body li:last-child {
    margin-bottom: 0
}

.footer-middle .widget-instagram .widget-body {
    padding-top: 0;
    margin: -5px
}

.footer-middle .widget-instagram .col-3 {
    padding: 5px
}

.footer-middle .widget-instagram img {
    display: block;
    width: 100%;
    height: auto
}

.footer-middle label {
    font-weight: 500;
    text-transform: uppercase;
    color: #ccc
}

.widget.widget-info a {
    font-weight: 500
}

.footer-main {
    padding: 2.6rem 0 0.4rem
}

.footer-bottom {
    padding: 2.8rem 0
}

.footer-bottom,
.footer-bottom .container,
.footer-bottom .container-fluid {
    display: flex;
    align-items: center
}

.footer-bottom .footer-left,
.footer-bottom .footer-right {
    flex: 1
}

.footer-bottom .footer-left {
    display: flex
}

.footer-bottom .footer-right {
    display: flex;
    justify-content: flex-end
}

@media (max-width:991px) {
    .footer-top .logo-footer {
        margin-bottom: 2.7rem
    }

    .footer-top .logo-footer img {
        margin-left: auto;
        margin-right: auto
    }

    .newsletter-info {
        margin-bottom: 2rem
    }

    .footer-middle {
        padding: 4.8rem 0 4.8rem
    }

    .footer-middle .widget-body {
        padding: 0
    }

    .footer-bottom,
    .footer-bottom>.container {
        display: block
    }

    .footer-bottom .footer-left,
    .footer-bottom .footer-right {
        justify-content: center
    }

    .footer-bottom .footer-center,
    .footer-bottom .footer-left {
        margin-bottom: 2.7rem
    }

    .footer-center {
        text-align: center
    }
}

.footer .copyright {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 1.5
}

.widget-newsletter .newsletter-info {
    max-width: 35rem;
    width: 100%
}

.widget-newsletter .input-wrapper-inline {
    height: 4.9rem
}

.widget-newsletter .input-wrapper {
    max-width: 48rem
}

.widget-newsletter input {
    min-height: 100%;
    border: 0;
    border-radius: 0.3rem 0 0 0.3rem;
    color: #999;
    background: #2c2c2c
}

.widget-newsletter .btn {
    padding: 1.2em 1.33em 1.07em
}

.widget-newsletter .btn i {
    font-size: 1.6rem;
    margin: -0.4rem 0 0 0.6rem
}

.widget-newsletter .widget-title {
    padding: 0;
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -0.015em;
    text-transform: inherit;
    line-height: 1;
    color: #fff
}

.widget-newsletter p {
    margin-bottom: 0.1rem;
    font-family: inherit;
    font-size: 1.4rem;
    letter-spacing: -0.005em;
    line-height: 1.23;
    color: #999
}

.footer .widget-category .category-box {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    margin-bottom: 2rem
}

.footer .widget-category .category-name {
    margin-bottom: 0;
    margin-right: 2.4rem;
    font-size: 1.4rem;
    letter-spacing: 0;
    color: #ccc
}

.footer .widget-category a {
    display: inline-block;
    position: relative;
    margin-right: 2rem;
    font-size: 1.3rem;
    font-weight: 400;
    color: #999
}

.footer .widget-category a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    border-bottom: 1px solid;
    transform: scaleX(0);
    transition: transform 0.3s
}

.footer .widget-category a:hover:before {
    transform: scale(1)
}

.footer .widget-category a:not(:last-child):after {
    content: "";
    position: absolute;
    height: 14px;
    margin-left: 1rem;
    top: 50%;
    border-left: 1px solid #454545;
    transform: translateY(-50%)
}

.footer .widget-about .logo-footer {
    display: block;
    margin-bottom: 1.6rem;
    margin: -0.4rem 0 3rem
}

.footer .widget-about p {
    margin-bottom: 2.8rem;
    color: #999;
    line-height: 1.85;
    letter-spacing: -0.025em
}

.footer .widget-about .widget-body {
    padding: 0
}

.payment img {
    display: block
}

.sticky-footer {
    display: flex
}

.sticky-footer>* {
    flex: 1
}

.sticky-footer .search-toggle {
    padding: 0;
    color: inherit
}

.sticky-footer .header-search.show,
.sticky-footer .header-search:hover {
    color: #222
}

.sticky-footer .hs-toggle .input-wrapper {
    min-width: 29rem;
    right: 1.5rem;
    margin-bottom: 2rem
}

.sticky-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1.5rem 0 1.3rem
}

.sticky-link i {
    width: 2.3rem;
    height: 2.4rem;
    text-align: center;
    font-size: 2.3rem;
    line-height: 1;
    transform: translateY(0);
    transition: transform 0.35s ease
}

.sticky-link i.d-icon-search {
    font-size: 1.9rem
}

.sticky-link span {
    margin-top: 0.8rem;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.025em;
    text-transform: uppercase
}

.sticky-link.active {
    color: #222
}

.sticky-link:hover {
    color: #222
}

.sticky-link:hover i {
    transform: translateY(-5px)
}

@media (min-width:576px) {
    .sticky-footer {
        padding: 0 4rem
    }
}

@media (min-width:768px) {
    .sticky-footer {
        display: none
    }
}

@media (max-width:991px) {
    .footer-middle .row>div:last-child .widget {
        margin-bottom: 1rem
    }
}

.category-pro {
    margin-top: 150px !important;
}