:root {
    --start-color: #0575e6;
    --end-color: #021b79;
    --p-color: #929da6;
    --button-background: #f48020;
    --input-background: #f1eeec;
    --radius-50: 50px;
    --padding-15: 15px
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 24px
}

#main-20 {
    overflow: hidden;
    max-width: 1530px;
    margin: 0 auto;
    background: #fff;
    position: relative
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

h2 {
    font-size: 2rem!important;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-right: var(--bs-gutter-x, .938rem);
    padding-left: var(--bs-gutter-x, .938rem)
}

.row {
    --bs-gutter-x: 1.875rem
}

@font-face {
    font-family: 'Georgia Regular';
    font-style: normal;
    font-weight: 400;
    src: local('Georgia Regular'), url(../fonts/georgia.woff) format("woff")
}

@font-face {
    font-family: 'Georgia Italic';
    font-style: normal;
    font-weight: 400;
    src: local('Georgia Italic'), url(../fonts/georgiai.woff) format("woff")
}

@font-face {
    font-family: 'Georgia Bold';
    font-style: normal;
    font-weight: 400;
    src: local('Georgia Bold'), url(../fonts/georgiab.woff) format("woff")
}

@font-face {
    font-family: 'Georgia Bold Italic';
    font-style: normal;
    font-weight: 400;
    src: local('Georgia Bold Italic'), url(../fonts/georgiaz.woff) format("woff")
}

.row-custom {
    display: flex;
    align-items: center;
    margin: 0;
    background: #454545;
    padding: 26px 30px
}

a {
    text-decoration: none;
    transition: .3s
}

a:hover {
    text-decoration: none
}

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

button {
    outline: 0
}

.border-1px {
    border-radius: 5px
}

.list-product.border-b-0 {
    border-bottom-color: transparent
}

#backgroung-content {
    padding-top: 60px;
    padding-bottom: 1px
}

.hidden {
    display: none
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.mtb-60px {
    margin: 60px 0
}
.mtb-40px{
    margin: 40px 0 
}
.ptb-100px {
    padding: 100px 0
}

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

.mr-30px {
    margin-right: 30px
}

.mlr-10px {
    margin: 0 10px
}

.plr-15px {
    padding: 0 15px
}

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

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

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

.mt-60px {
    margin-top: 60px
}
.mt-70 {
    margin-top: 70px
}
.ptb-70{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.mb-30px {
    margin-bottom: 30px
}

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

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

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

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

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

.m-0px {
    margin: 0
}

.row.mr-0px {
    margin-right: 0
}

.row.ml-0px {
    margin-left: 0
}

.row.mlr-30px {
    margin-left: -30px;
    margin-right: -30px
}

.position-relative {
    position: relative
}

.plr-0px {
    padding: 0
}

.mb-0 .list-product {
    margin-bottom: 0
}

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

.color-black {
    color: #253237
}

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

.single-product-page .header-navigation {
    z-index: 99;
    position: absolute;
    padding: 0;
    width: 100%;
    top: 30px
}
.table>:not(caption)>*>* {
    padding: 0.8rem 0.6rem;
}

#main .carousel-control-next, #main .carousel-control-prev{
    margin: auto!important;
    width: 4rem;
    height: 5rem;
    background: #e0e0e09f;
}
#main .carousel-control-next{
    border-radius: 4px 0px 0px 4px;
}
#main .carousel-control-prev{
    border-radius: 0px 4px 4px 0px;
}
.single-product-page .sticky-nav.menu_fixed {
    padding: 0;
    background: #454545
}

.single-product-page .sticky-nav.menu_fixed .row-custom {
    padding: 10px 30px
}

.col-center {
    flex: 1;
    padding: 0 60px
}

.single-product-page .main-navigation ul li a {
    color: #fff
}

.single-product-page .count-cart:before {
    content: '\e680';
    display: inline-block;
    font-size: 19px;
    font-family: Stroke-Gap-Icons;
    vertical-align: middle;
    margin-right: 0;
    font-weight: 400
}

.single-product-page .count-cart.heart:before {
    content: "\e67e"
}

.single-product-page .count-cart.restart:before {
    content: "\e6a9"
}

.single-product-page .header_account_list>a {
    font-size: 19px;
    color: #fff
}

.transparent-bg {
    background-color: transparent
}

.after-none:after {
    display: none
}

.header-right-nav a {
    font-weight: 600;
}

.content-setting {
    min-width: 270px;
    padding: 30px;
    border: none;
    background: #fff;
    position: absolute;
    right: 0;
    left: auto;
    top: 100%;
    box-shadow: 0 0 3.76px .24px #000;
    border-radius: 0;
    inset: 20px 0 auto auto !important;
    transform: translate(0, 20px) !important
}

.content-setting .info_setting {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb
}

.content-setting .title_setting {
    font-size: 14px;
    text-transform: capitalize;
    color: #454545;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 10px
}

.content-setting .info_setting ul li a {
    color: #454545;
    font-size: 14px;
    line-height: 30px;
    padding: 0
}

.content-setting .info_setting:last-child {
    border: none;
    padding: 0;
    margin: 0
}

.content-setting .info_setting ul li a img {
    vertical-align: -1px;
    display: inline-block;
    margin-right: 7px
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: transparent
}

.header_account_area>div+div {
    margin-left: 30px !important
}

.slider-height-21 {
    height: 892px
}

.slider-content {
    margin-top: 70px
}

.slider-area .slider-content-21 h1 {
    font-size: 70px;
    color: #454545;
    font-weight: 600;
    line-height: 1;
    font-family: Poppins, sans-serif;
    margin-bottom: 0
}

.slider-area .slider-content-21 h2 {
    font-size: 70px;
    color: #454545;
    font-weight: 400;
    line-height: 1
}

.slider-area .slider-content-21 span {
    font-size: 17px;
    color: #fff;
    background: #128aed;
    display: inline-block;
    font-weight: 400;
    font-family: 'Georgia Italic';
    line-height: 2;
    padding: 0 20px;
    margin-bottom: 30px;
    text-transform: uppercase
}

.slider-area .slider-content-21 p {
    font-size: 16px;
    color: #777;
    font-weight: 400;
    margin-top: 40px;
    font-family: Poppins, sans-serif
}

.slider-area .slider-content-21 .shop-btn {
    display: inline-block;
    margin-top: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #454545;
    background: 0 0;
    line-height: 41px;
    height: 45px;
    border-width: 2px;
    border-style: solid;
    padding: 0 30px;
    border-radius: 30px;
    text-transform: uppercase;
    width: auto
}

.slider-area .slider-content-21 .shop-btn:hover {
    border-color: #128aed;
    color: #128aed;
    background-color: transparent
}
/* .home-slider .owl-item{height:400px} */
.service-area {
    padding: 75px 0;
    background-color: transparent
}

.service-box {
    position: relative;
    text-align: center;
    padding: 15px 0
}

.service-icon {
    display: block;
    max-width: 100%;
    height: auto
}

.service-content {
    margin-top: 30px
}

.service-content h4 {
    color: #454545;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1;
    margin-bottom: 15px;
    font-family: Poppins, sans-serif
}

.service-content p {
    line-height: 24px;
    color: #7e7e7e;
    font-size: 13px;
    margin: 0;
    font-family: Poppins, sans-serif
}

.img-bottom {
    margin-top: 35px;
    text-align: center
}

.product-feature-area {
    padding: 90px 0;
    background: #f8f8f8;
    margin-bottom: 90px;
    overflow: hidden
}

.feature-title {
    position: relative;
    margin-bottom: 40px;
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 30px
}

.feature-title:before {
    content: '';
    height: 1px;
    width: 40px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -10px;
    background: #128aed;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.feature-title:after {
    content: '';
    height: 1px;
    width: 40px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: 10px;
    background: #128aed;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.feature-title h2 {
    font-family: Poppins, sans-serif;
    font-size: 36px;
    color: #128aed;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    font-weight: 600;
    line-height: 1.3;
    display: block
}

.feature-title h2 span {
    color: #454545
}

.desc-title {
    color: #ababab;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    position: relative;
    font-family: Oswald, sans-serif;
    letter-spacing: .25em;
    text-transform: uppercase
}

.inner-content h3 {
    font-size: 34px;
    font-weight: 500;
    margin-top: 0;
    line-height: 40px;
    margin-bottom: 30px;
    text-transform: capitalize;
    color: #454545;
    font-family: Poppins, sans-serif
}

.inner-content h3 span {
    color: #128aed
}

.inner-content p {
    font-size: 13px;
    color: #7e7e7e;
    font-family: Poppins, sans-serif
}

.product-feature-area-two {
    position: relative;
    margin-bottom: 90px;
    overflow: hidden
}

.product-feature-area-two .row+.row {
    margin-top: 90px
}

.left-content h3,
.right-content h3 {
    font-size: 34px;
    font-weight: 500;
    margin-top: 0;
    line-height: 1.177;
    margin-bottom: 30px;
    font-family: Poppins, sans-serif;
    text-transform: capitalize;
    color: #454545
}

.left-content h3 span,
.right-content h3 span {
    color: #128aed
}

.left-content p,
.right-content p {
    font-size: 13px;
    font-family: Poppins, sans-serif
}

.left-content a {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 45px;
    display: inline-block;
    vertical-align: top;
    padding: 0 36px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    margin-top: 50px;
    margin-bottom: 1px;
}

.left-content a:hover {
    box-shadow: 0 0 0 1px #9f9f9f;
}

.box-option {
    margin-top: 40px
}

.box-option .box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    align-items: center
}

.box-option .box:last-child {
    margin: 0
}

.box-option .box .text {
    flex: 1;
    padding: 0 20px
}

.box-option .box .text h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8;
    text-transform: capitalize;
    font-family: Poppins, sans-serif
}

.box-option .box .text p {
    font-size: 13px;
    font-family: Poppins, sans-serif
}

.mx-n-15px {
    margin-left: -15px;
    margin-right: -15px
}

.testimonialsSlide .owl-item {
    padding: 10px 15px
}

.item-testimonials {
    position: relative;
    text-align: center;
    border: 1px solid #ebebeb;
    border-radius: 30px;
    padding: 30px 25px;
    overflow: hidden;
    box-shadow: 1px 1px 0 0 #fff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    transition-duration: .5s !important
}

.item-testimonials:hover {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.item-testimonials .item .img {
    width: 100px;
    border-radius: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    display: inline-block
}

.item-testimonials .item .img img {
    width: 100%
}

.item-testimonials .item {
    display: inline-block;
    width: 100%
}

.item-testimonials .item .content_test .des_namepost {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #282828;
    display: block;
    display: inline-block;
    margin-bottom: 25px;
    font-family: Poppins, sans-serif
}

.item-testimonials .item .content_test .des_testimonial {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: Poppins, sans-serif
}

.item-testimonials .item .content_test .des_email {
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    text-transform: capitalize;
    color: #282828;
    display: inline-block
}

.item-testimonials .item .content_test p {
    margin: 0
}

.item-testimonials .item .content_test .des_email:before {
    content: '-';
    display: inline-block;
    margin-right: 7px
}

.testimonials_container {
    padding: 90px 0 80px;
    margin-bottom: 90px
}

.testimonials_container .owl-dots {
    text-align: center;
    line-height: 1;
    margin-top: 50px
}

.testimonials_container .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 10px
}

.testimonials_container .owl-dots .owl-dot span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    position: relative;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.testimonials_container .owl-dots .owl-dot span:before {
    content: '';
    position: absolute;
    left: -3px;
    right: -3px;
    top: -3px;
    bottom: -3px;
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
    border-radius: 100%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.testimonials_container .owl-dots .owl-dot.active span,
.testimonials_container .owl-dots .owl-dot:hover span {
    background: 0 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.testimonials_container .owl-dots .owl-dot.active span:before,
.testimonials_container .owl-dots .owl-dot:hover span:before {
    background: 0 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.testimonials_container .owl-dots .owl-dot:last-child {
    margin-right: 0
}

.item-product {
    padding: 10px 15px
}

.product-miniature .img_block {
    position: relative;
    overflow: hidden
}

.img_block img {
    width: 100%;
    margin: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.product-miniature .second-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    -webkit-transform: translateZ(-1000px) rotateY(-90deg);
    -moz-transform: translateZ(-1000px) rotateY(-90deg);
    -ms-transform: translateZ(-1000px) rotateY(-90deg);
    -o-transform: translateZ(-1000px) rotateY(-90deg);
    transform: translateZ(-1000px) rotateY(-90deg)
}

.product-miniature .add-to-links {
    position: absolute;
    right: 20px;
    bottom: 20px;
    padding: 6px 9px;
    border-radius: 10px;
    line-height: 1;
    font-size: 0;
    visibility: hidden;
    opacity: 0;
    display: flex;
    flex-direction: column;
    transform: translateX(25px) translateZ(0);
    -webkit-transform: translateX(25px) translateZ(0);
    perspective: 800px;
    -webkit-perspective: 800px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
    -webkit-transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
    transition: opacity .3s ease, visibility .3s ease, transform .3s ease, -webkit-transform .3s ease
}

.product-miniature .add-to-links li {
    display: block;
    vertical-align: top;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.product-miniature .add-to-links li a {
    display: block;
    padding: 0;
    border: none;
    line-height: 33px;
    height: 33px;
    width: 30px;
    padding: 0;
    font-size: 0;
    text-align: center;
    text-transform: capitalize
}

.product-miniature .add-to-links li a:before {
    font-size: 16px;
    font-family: Stroke-Gap-Icons;
    display: block
}

.product-miniature .add-to-links li a.add-to-wishlist:before {
    content: "\e67e"
}

.product-miniature .add-to-links li a.add-to-compare:before {
    font-size: 15px;
    content: "\e6a9"
}

.product-miniature .add-to-links li a.add-to-quick-view:before {
    content: "\e6bc"
}

.product-miniature .product-flag .new {
    position: absolute;
    top: 15px !important;
    left: 15px;
    display: inline-block;
    padding: 0 12px;
    text-align: center;
    line-height: 25px;
    min-height: 25px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 30px;
    text-transform: uppercase;
    text-align: center;
    z-index: 1;
    font-family: Poppins, sans-serif
}

.product-miniature .product-flag .discount {
    position: absolute;
    top: 15px;
    right: 15px;
    display: inline-block;
    padding: 0 12px;
    text-align: center;
    line-height: 25px;
    min-height: 25px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 30px;
    text-transform: uppercase;
    text-align: center;
    z-index: 4;
    font-family: Poppins, sans-serif
}

.product-miniature .product_desc {
    padding: 20px 20px 30px;
    background: #fff;
    position: relative;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.product-miniature .product_desc .hook-reviews {
    display: block;
    line-height: 1;
    position: relative;
    margin-bottom: 10px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.product-miniature .product_desc .hook-reviews .comments_note {
    direction: ltr !important;
    position: relative
}

.product-miniature .product_desc .hook-reviews .star_content {
    display: inline-block
}

.product-miniature .product_desc .hook-reviews .nb-comments {
    font-size: 13px;
    color: #adadad;
    display: none
}

.product-miniature div.star.star_on {
    display: block
}

.product-miniature .star {
    overflow: hidden;
    float: left;
    margin: 0 3px 0 0;
    width: 13px;
    height: 13px
}

.product-miniature div.star.star_on:after {
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-weight: 400;
    line-height: 1;
    vertical-align: top;
    color: #128aed
}

.product-miniature div.star:after {
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    color: #aeaeae;
    font-weight: 400;
    line-height: 1;
    vertical-align: top
}

.product-miniature .star {
    position: relative;
    top: -1px;
    float: left;
    width: 13px;
    overflow: hidden;
    font-size: 11px;
    font-weight: 400
}

.product-miniature .product_desc h3 {
    font-weight: 600;
    margin: 0;
    line-height: 1;
    font-family: Poppins, sans-serif
}

.product-miniature .product_desc .product_name.one_line {
    min-height: auto
}

.product-miniature .product_desc .product_name {
    line-height: 18px;
    display: block;
    margin-bottom: 20px
}

.product-miniature .product_desc .product_name {
    color: #454545;
    font-size: 14px;
    text-transform: none
}

.product-miniature .one_line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.product-miniature .cart {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(25px) translateZ(0);
    -webkit-transform: translateY(25px) translateZ(0);
    perspective: 800px;
    -webkit-perspective: 800px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
    -webkit-transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
    transition: opacity .3s ease, visibility .3s ease, transform .3s ease, -webkit-transform .3s ease
}

.product-miniature .add-to-cart {
    font-family: Oswald, sans-serif;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 0 30px;
    border: none;
    line-height: 38px;
    height: 38px;
    width: auto;
    box-shadow: none;
    cursor: pointer;
    border-radius: 30px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    box-shadow: none;
    background: #128aed
}

.product-miniature .product-price-and-shipping {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
    -webkit-transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
    transition: opacity .3s ease, visibility .3s ease, transform .3s ease, -webkit-transform .3s ease
}

.product-miniature .product-price-and-shipping {
    line-height: 20px;
    font-family: Oswald, sans-serif
}

.product-miniature .product-price-and-shipping .sr-only {
    display: none
}

.product-miniature .product-price-and-shipping .price {
    font-weight: 600
}

.product-miniature .product-price-and-shipping .price {
    color: #128aed;
    font-size: 16px
}

.product-miniature {
    position: relative;
    background: #fff;
    z-index: 1;
    border: 1px solid #ebebeb;
    border-radius: 30px;
    overflow: hidden;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    transition-duration: .5s !important
}

.product-miniature:hover .second-image {
    -webkit-transform: translateZ(0) rotateY(0);
    -moz-transform: translateZ(0) rotateY(0);
    -ms-transform: translateZ(0) rotateY(0);
    -o-transform: translateZ(0) rotateY(0);
    transform: translateZ(0) rotateY(0);
    opacity: 1;
    visibility: visible
}

.product-miniature:hover .add-to-links {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0)
}

.product-miniature:hover .product-price-and-shipping {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px) translateZ(0);
    transform: translateY(15px) translateZ(0);
    white-space: nowrap
}

.product-miniature:hover .cart {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0)
}

.product-miniature button:hover {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    color: #454545;
    background: #fff;
    box-shadow: 0 0 0 1px #ebebeb !important
}

.product-miniature .add-to-links li:last-child {
    margin: 0;
    border-bottom: none
}

.product-miniature .add-to-links li a:hover {
    color: #128aed
}

.product-miniature:hover {
    z-index: 3;
    box-shadow: 0 0 8.37px .63px #000;
    transition: all .3s linear
}

.product-price-and-shipping .regular-price {
    color: #b2b2b2;
    font-weight: 400;
    text-decoration: line-through;
    margin-right: 2px;
    font-size: 14px
}

.product-miniature .product_desc .product_name:hover {
    color: #128aed
}

.single-product-page .owl-nav-style-3 .owl-nav>div:hover {
    color: #fff;
    border-color: #128aed;
    background-color: #128aed
}

.featured-products-area {
    padding-bottom: 80px;
    overflow: hidden
}

.newletter-area {
    padding: 90px 0;
    background-color: #f8f8f8
}

.newletter-area .subscribe-form form {
    position: relative;
    overflow: hidden;
    max-width: 770px;
    margin: auto
}

.newletter-area .subscribe-form form input.email {
    height: 55px;
    background: #fff;
    border: 0;
    color: #7e7e7e;
    padding: 10px 140px 10px 25px;
    display: inline-block;
    width: 100%;
    font-size: 13px;
    border: 1px solid #ebebeb;
    box-shadow: inset 1px 1px 0 0 #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px
}

.newletter-area .subscribe-form form input.email::placeholder {
    font-family: Poppins, sans-serif
}

.newletter-area .clear input.button {
    position: absolute;
    top: 0;
    right: 0;
    text-transform: capitalize;
    font-size: 0;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    border: 0;
    box-shadow: none;
    padding: 0 35px;
    line-height: 55px;
    height: 55px;
    border-radius: 30px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: auto;
    background-color: #128aed;
    font-family: Poppins, sans-serif
}

.newletter-area .clear input.button:hover {
    background-color: #1d1d1d
}

.footer-area-2 h4 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    color: #454545;
    font-weight: 600;
    font-family: Poppins, sans-serif
}

.footer-area-2 .txt_info {
    margin-bottom: 20px;
    font-family: Poppins, sans-serif
}

.footer-area-2 .add {
    color: #7e7e7e;
    margin-bottom: 12px;
    font-size: 14px;
    font-family: Poppins, sans-serif
}

.footer-area-2 .add a {
    color: #7e7e7e
}

.footer-area-2 .add:before {
    font-family: Stroke-Gap-Icons;
    font-size: 16px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: -2px;
    color: #7e7e7e
}

.footer-area-2 .add.address:before {
    content: "\e6ab"
}

.footer-area-2 .email.add:before {
    content: "\e6b7"
}

.footer-area-2 .phon.add:before {
    content: "\e640"
}

.footer-area-2 .footer-links>ul>li a {
    color: #777;
    line-height: 27px;
    font-family: Poppins, sans-serif
}

.footer-area-2 .social-info li a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    padding: 0;
    line-height: 36px;
    border-radius: 100%;
    text-align: center;
    border: none;
    z-index: 1;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    margin-right: 15px;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #454545;
    background: #f2f2f2
}

.footer-area-2 .social-info li a:hover {
    background: #fff;
    color: #454545 !important;
    box-shadow: 0 0 8.37px .63px #000;
    color: #128aed
}

.footer-bottom-2 {
    background-color: #128aed;
    padding: 15px 0
}

.footer-bottom-2 .copy-text {
    font-size: 13px;
    color: #fff;
    padding: 8px 0;
    line-height: 20px;
    font-family: Poppins, sans-serif
}

.footer-bottom-2 .copy-text a {
    color: #fff
}

.footer-bottom-2 .copy-text a:hover {
    color: #fff;
    text-decoration: underline
}

.footer-bottom-2 .footer-top {
    padding: 90px 0 80px
}

.single-product-page #scrollUp {
    background-color: #128aed
}

.single-product-page .modal-dialog .modal-header span:hover {
    color: #128aed
}

.stekar {
    position: absolute;
    top: 50% !important;
    left: auto;
    right: 5px;
    display: inline-block;
    color: #fff;
    padding: 0 8px;
    text-align: center;
    line-height: 20px;
    min-height: 20px;
    font-size: 10px;
    font-weight: 600;
    border-radius: 5px;
    text-transform: uppercase;
    text-align: center;
    z-index: 1;
    background: #46ce91;
    transform: translateY(-50%)
}

.stekar:after {
    position: absolute;
    top: 50%;
    left: -3px;
    width: 7px;
    height: 7px;
    background-color: #46ce91;
    transform: translateY(-50%) rotate(45deg);
    content: ""
}

.bg-color-gary {
    background-color: #f8f8f8
}

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

.owl-dot-style .owl-dots .owl-dot {
    background: #e3e3e3 none repeat scroll 0 0;
    border-radius: 100%;
    display: inline-block;
    height: 10px;
    margin: 0 3px;
    width: 10px;
    transition: .3s
}

.owl-nav-style .owl-nav>div.owl-prev {
    right: 43px
}

.owl-nav-style.owl-nav-style-5 .owl-nav>div {
    top: -52px
}

.responsive-owl-nav-style.owl-nav-style.owl-nav-style-5 .owl-nav>div {
    top: -52px
}

.owl-nav-style .owl-nav>div {
    position: absolute;
    top: -71px;
    display: inline-block;
    font-size: 0;
    line-height: 1;
    cursor: pointer;
    text-align: center;
    color: #888;
    width: 34px;
    height: 34px;
    border: 1px solid #ebebeb;
    background: #fff;
    z-index: 1;
    opacity: 1;
    border-radius: 100%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.owl-nav-style .owl-nav>div.owl-prev:before {
    content: "\f3d2"
}

.owl-nav-style .owl-nav>div:before {
    font-size: 14px;
    line-height: 32px;
    display: block;
    font-family: Ionicons;
    font-weight: 600
}

.owl-nav-style .owl-nav>div.owl-next:before {
    content: "\f3d3"
}

.owl-nav-style .owl-nav>div.owl-next {
    right: 0
}

.brand-slider.owl-nav-style .owl-nav>div.owl-next {
    right: 15px
}

.slider-home-16.owl-nav-style .owl-nav>div.owl-next {
    right: 15px
}

.custom-nav-style.responsive-owl-nav-style.owl-nav-style .owl-nav>div:hover {
    box-shadow: 0 0 13.95px 1.05px rgba(0, 0, 0, .17)
}

.custom-nav-style.owl-nav-style .owl-nav>div.owl-prev {
    right: 63px
}

.custom-nav-style.owl-nav-style .owl-nav>div.owl-next {
    right: 20px
}

.responsive-owl-nav-style.owl-nav-style .owl-nav>div {
    top: -55px
}

.custom-nav-style.responsive-owl-nav-style.owl-nav-style .owl-nav>div {
    top: -44px
}

.responsive-owl-nav-style.owl-nav-style.owl-nav-style-4 .owl-nav>div {
    top: -92px
}

.owl-nav-style-3 .owl-nav>div {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    font-size: 0;
    line-height: 1;
    cursor: pointer;
    text-align: center;
    color: #888;
    width: 34px;
    height: 34px;
    border: 1px solid #ebebeb;
    background: #fff;
    z-index: 5;
    opacity: 0;
    border-radius: 100%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    margin-top: -15px
}

.owl-nav-style-3 .owl-nav>div.owl-prev {
    left: -55px
}

.owl-nav-style-3 .owl-nav>div.owl-prev:before {
    content: "\f3d2"
}

.owl-nav-style-3 .owl-nav>div.owl-next:before {
    content: "\f3d3"
}

.owl-nav-style-3 .owl-nav>div:before {
    font-size: 18px;
    line-height: 32px;
    display: block;
    font-family: Ionicons
}

.owl-nav-style-3 .owl-nav>div.owl-next {
    right: -55px
}

.owl-nav-style-3:hover .owl-nav>div {
    opacity: 1
}

.owl-nav-style-2 .owl-nav>div {
    width: 30px;
    height: 30px
}

.owl-nav-style-2 .owl-nav>div:before {
    font-size: 16px;
    line-height: 31px
}

.single-product-slider-active.owl-nav-style-2 .owl-nav>div.owl-next {
    right: 15px
}

.owl-nav-style-2 .owl-nav>div {
    position: absolute;
    top: 50%;
    display: inline-block;
    font-size: 0;
    line-height: 1;
    cursor: pointer;
    text-align: center;
    color: #888;
    width: 34px;
    height: 34px;
    border: 1px solid #ebebeb;
    background: #fff;
    z-index: 1;
    opacity: 1;
    border-radius: 100%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    margin-top: -17px;
    opacity: 0;
    visibility: hidden
}

.owl-nav-style-2 .owl-nav>div.owl-prev {
    left: 15px
}

.owl-nav-style-2:hover .owl-nav>div {
    opacity: 1;
    visibility: visible
}

.modal-dialog {
    margin: 0 auto;
    min-width: 960px;
    padding: 35px
}

/* .modal-dialog .modal-body {
    padding: 16px 25px 30px
} */

.modal-dialog .quickview-big-img img {
    width: 100%
}

.modal-header .close {
    outline: 0;
    border: none;
}
#newAddressModal .modal-dialog .modal-header {
    padding: 28px 0 0 39px;

}
.modal-dialog .modal-header {
    padding: 10px;
    background: #efefef;
   
    /* border-bottom: 1px solid #dee2e6 */
}

.modal-dialog .modal-header span {
    font-size: 20px;
    font-weight: 600;
    color: #1d1d1d;
    -webkit-transition: .3s;
    transition: .3s
}

.modal-dialog .owl-nav-style-2 .owl-nav>div {
    width: 20px;
    height: 20px;
    margin-top: -10px
}

.modal-dialog .owl-nav-style-2 .owl-nav>div.owl-prev {
    left: 0
}

.modal-dialog .owl-nav-style .owl-nav>div:before {
    font-size: 12px;
    line-height: 20px
}

.modal {
    z-index: 99999;
}

.modal .pro-details-size-color {
    margin: 15px 0 0
}
.invoice-pop-up .modal-content{
    padding: 1rem 1rem 2rem;
}

#scrollUp {
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 30px;
    text-align: center;
    overflow: hidden;
    border-radius: 50px;
    z-index: 9811 !important
}

#scrollUp i {
    display: block;
    line-height: 40px;
    font-size: 18px
}

#scrollUp:hover i {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100px, 0)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

.owl-item .slider-content>* {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeOutUp
}

.owl-item.active .slider-animated-1>* {
    animation-name: fadeInUp
}

.owl-item.active .slider-animated-1>:nth-child(1) {
    animation-delay: .5s
}

.owl-item.active .slider-animated-1>:nth-child(2) {
    animation-delay: 1s
}

.owl-item.active .slider-animated-1>:nth-child(3) {
    animation-delay: 1.5s
}

.owl-item.active .slider-animated-1>:nth-child(4) {
    animation-delay: 2s
}

.owl-item.active .slider-animated-1>:nth-child(5) {
    animation-delay: 2.5s
}

.owl-item.active .slider-animated-1>:nth-child(6) {
    animation-delay: 3s
}

.home-18 .main-navigation ul li ul.mega-menu-wrap {
    left: -200px
}

.main-navigation ul li ul.mega-menu-wrap {
    display: block;
    left: 0;
    padding: 30px;
    position: absolute;
    text-align: left;
    top: 100%;
    width: 1110px;
    z-index: 9999;
    -webkit-box-shadow: 0 0 3.76px .24px rgba(0, 0, 0, .15);
    box-shadow: 0 0 3.76px .24px rgba(0, 0, 0, .15);
    opacity: 0;
    visibility: hidden;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg)
}

.main-navigation ul li ul.mega-menu-wrap>li ul li {
    display: block;
    float: inherit;
    padding: 0
}

.main-navigation ul li ul.mega-menu-wrap>li ul li a {
    color: #888;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
    display: block;
    padding: 0;
    line-height: 27px
}

.vertical-menu ul li ul.mega-menu-wrap {
    position: absolute;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    text-align: left;
    top: 0;
    left: 100%;
    /* -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px); */
    width: 900px;
    /* padding: 30px; */
    -webkit-box-shadow: 0 0 3.76px .24px rgba(0, 0, 0, .15);
    box-shadow: 0 0 3.76px .24px rgba(0, 0, 0, .15);
    padding-bottom: 0.6rem;
}

.vertical-menu-wrap .menu-dropdown:hover>.mega-menu-wrap {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -o-transition: -o-transform .3s, opacity .3s;
    -ms-transition: -ms-transform .3s, opacity .3s;
    -moz-transition: -moz-transform .3s, opacity .3s;
    -webkit-transition: -webkit-transform .3s, opacity .3s
}

.menu-dropdown:hover>.mega-menu-wrap {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0);
    -o-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -o-transition: -o-transform .3s, opacity .3s;
    -ms-transition: -ms-transform .3s, opacity .3s;
    -moz-transition: -moz-transform .3s, opacity .3s;
    -webkit-transition: -webkit-transform .3s, opacity .3s
}

.ion-ios-arrow-down:before {
    font-weight: 900;
}

.mega-menu-title {
    display: block;
    width: 100%;
    float: inherit
}

.vertical-menu ul li ul.mega-menu-wrap>li ul li {
    display: block;
    float: inherit;
    padding: 0
}

.vertical-menu ul li ul.mega-menu-wrap>li ul li a {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
    display: block;
    padding: 0;
    line-height: 32px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    border: 0;
    padding:0rem 1rem;
}

.vertical-menu ul li ul.mega-menu-wrap>li ul li a:hover {
    /* -moz-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); */
    background: #ededed;
}

.vertical-menu ul li ul.mega-menu-wrap>li ul li.mega-menu-title a:hover {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    background: #f6f6f6;
}

.vertical-menu ul li ul.mega-menu-wrap>li ul li.mega-menu-title a {
    line-height: 1;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 600;
    display: block;
    /* margin-bottom: 15px */
}
.mega-menu-wrap .mb-20px{
    margin-bottom: 0;
}
.main-navigation {
    margin: 0;
    flex: 0 0 78%
}

.main-navigation ul li ul.mega-menu-wrap>li {
    display: inline-block;
    float: left;
    margin-left: 0;
    padding: 0;
    width: 25%
}

.main-navigation ul li ul.mega-menu-wrap>li.w-100 {
    width: 100% !important;
    margin-top: 20px
}

.vertical-menu ul li ul.mega-menu-wrap>li {
    display: inline-block;
    float: left;
    margin-left: 0;
    padding: 0;
    width: 25%
}

.main-navigation ul li ul.mega-menu-wrap>li.banner-wrapper {
    width: 100%;
    margin-top: 20px
}

.main-navigation ul li ul.mega-menu-wrap>li.banner-wrapper a img {
    width: 100%
}

.main-navigation ul li ul.mega-menu-wrap>li ul li a:hover {
    -moz-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
}

.main-navigation ul li ul.mega-menu-wrap>li ul li.mega-menu-title a:hover {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.main-navigation ul li ul.mega-menu-wrap>li.w-100 ul li>a:hover {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.main-navigation ul li ul.mega-menu-wrap>li ul li.mega-menu-title a {
    line-height: 1;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin-bottom: 15px
}

.main-navigation ul li ul.mega-menu-wrap>li.banner-wrapper a {
    padding: 0
}

.main-navigation ul li ul.mega-menu-wrap {
    left: -200px
}

.main-navigation ul li ul.mega-menu-wrap {
    left: -200px
}

.main-navigation ul li ul.mega-menu-wrap>li ul li a {
    padding: 0
}

.vertical-menu ul li ul.mega-menu-wrap>li.banner-wrapper {
    width: 100%;
    margin-top: 30px
}

.vertical-menu ul li ul.mega-menu-wrap>li.banner-wrapper a img {
    width: 100%
}

.vertical-menu ul li ul.mega-menu-wrap>li.banner-wrapper a {
    padding: 0
}

.vertical-menu ul li ul.mega-menu-wrap>li ul li.banner-wrapper a:hover {
    transform: translateX(0);
    padding: 0
}

h3.vertical-menu-heading {
    font-size: 15px;
    font-weight: 600;
    height: 62px;
    line-height: 30px;
    padding: 15px 20px;
    cursor: pointer;
    margin: 0
}

h3.vertical-menu-heading:before {
    content: '\f394';
    display: inline-block;
    font-size: 24px;
    font-family: Ionicons;
    font-weight: 400;
    line-height: 32px;
    margin-right: 10px;
    text-align: center;
    vertical-align: -3px
}

h3.vertical-menu-heading:after {
    content: '\f3d0';
    display: inline-block;
    font-size: 14px;
    font-family: Ionicons;
    font-weight: bold;
    margin-left: 7px;
    float: right
}

ul.vertical-menu-wrap li>a {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 24px;
    text-transform: capitalize;
    word-wrap: break-word;
    background: #fff;
    color: #253237;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 700;
    transition: none;
    border-bottom: 1px solid #eaeaea;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.vertical-menu-wrap {
    display: none;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 3.76px .24px rgba(0, 0, 0, .15);
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 270px;
    z-index: 9999
}

.vertical-menu {
    height: 60px;
    width: 270px;
    position: relative
}

ul.vertical-menu-wrap li>a i {
    position: absolute;
    right: 20px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    transform: rotate(-90deg)
}

ul.vertical-menu-wrap li>a#more-btn i {
    left: 20px;
    right: auto;
    transform: rotate(0)
}

.hero-side-category nav.category-menu>ul>li>a i {
    position: absolute;
    right: 30px
}

.hero-side-category nav.category-menu>ul>li>a#more-btn>i {
    position: initial
}

ul.vertical-menu-wrap li>a#more-btn {
    padding-left: 40px
}

/* .home-9.vertical-menu ul li ul.mega-menu-wrap>li {
    width: 33.33%
} */

/* .vertical-menu ul li ul.mega-menu-wrap>li {
    width: 23%
} */

.vertical-menu .sub-menu {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-box-shadow: 0 0 3.76px .24px rgba(0, 0, 0, .15);
    box-shadow: 0 0 3.76px .24px rgba(0, 0, 0, .15);
    left: 100% !important;
    min-width: 250px;
    top: 0
}

.vertical-menu .menu-dropdown:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -o-transition: -o-transform .3s, opacity .3s;
    -ms-transition: -ms-transform .3s, opacity .3s;
    -moz-transition: -moz-transform .3s, opacity .3s;
    -webkit-transition: -webkit-transform .3s, opacity .3s
}

.vertical-menu-wrap li>.sub-menu a {
    font-weight: 400;
    padding: 10px 20px
}

.vertical-menu-wrap li>.sub-menu a:hover {
    padding-left: 30px
}

ul.vertical-menu-wrap li a {
    padding: 10px 20px
}

.home-9 ul.vertical-menu-wrap li a {
    font-weight: 400
}

.sub-menu.sub-menu-2 {
    left: 100% !important;
    transform: translateY(-30px)
}

li.menu-dropdown.position-static:hover .sub-menu.sub-menu-2 {
    transform: translateY(-40px)
}

.hero-side-category {
    width: 100%;
    position: relative
}

.category-toggle-wrap {
    width: 100%
}

.category-toggle-wrap .category-toggle {
    padding: 15px 25px;
    margin: 0;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
    width: 100%;
    text-align: left;
    outline: 0;
    margin-bottom: 15px;
    border-radius: 5px
}

.hero-side-category .category-toggle-wrap .category-toggle i {
    font-size: 18px;
    transform: translate(-3px, 3px)
}

.hero-side-category nav.category-menu {
    float: left;
    width: 100%;
    left: 0;
    top: 100%;
    position: absolute;
    display: none;
    z-index: 2;
    height: 500px;
    overflow-x: auto
}

.hero-side-category nav.category-menu>ul>li {
    position: relative
}

.hero-side-category nav.category-menu>ul>li>a {
    display: block;
    padding: 10px 25px;
    line-height: 30px;
    font-size: 14px;
    color: #253237;
    font-weight: 400;
    position: relative;
    border-bottom: 1px solid #ebebeb
}

.hero-side-category nav.category-menu>ul>li.menu-item-has-children {
    position: relative
}

.category-mega-menu {
    position: static;
    z-index: 9;
    opacity: 1;
    visibility: visible;
    background-color: transparent;
    padding: 0;
    width: 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    left: 270px;
    top: 0;
    display: none
}

.category-mega-menu>li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    position: relative;
    padding: 10px
}

.category-mega-menu>li {
    border-bottom: 1px solid #ebebeb
}

.category-mega-menu>li>a {
    padding: 10px 25px 10px 35px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    margin: 0;
    text-transform: inherit
}

.category-mega-menu>li:first-child a {
    padding-top: 10px
}

.category-mega-menu>li>a:last-child {
    border-bottom: 0
}

.hero-side-category nav.category-menu>ul>li:hover .category-mega-menu {
    z-index: 9;
    opacity: 1;
    visibility: visible
}

.slick-vertical .slick-next,
.slick-vertical .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    z-index: 1;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #253237;
    border: none;
    outline: 0;
    background: 0 0
}

.slick-vertical .slick-next,
.slick-vertical .slick-prev {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.slick-prev {
    left: -25px
}

.slick-vertical .slick-prev {
    top: -25px
}

.slick-vertical .slick-next {
    bottom: -25px
}

.slick-vertical .slick-next:before,
.slick-vertical .slick-prev:before {
    font-size: 20px;
    line-height: 32px;
    display: block;
    font-family: Ionicons;
    font-weight: 600;
    transform: rotate(90deg)
}

.slick-vertical .slick-prev:before {
    content: "\f3d2"
}

.slick-vertical .slick-next:before {
    content: "\f3d3"
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999
}

#preloader .preloader {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px
}

#preloader .preloader span {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    -webkit-animation: preloader 1.3s linear infinite;
    animation: preloader 1.3s linear infinite
}

#preloader .preloader span:last-child {
    animation-delay: -.8s;
    -webkit-animation-delay: -.8s
}

@keyframes preloader {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0
    }
}

@-webkit-keyframes preloader {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0
    }
}

.header-right-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.header-right-nav ul li {
    display: inline-block;
    padding: 0 15px;
    font-weight: 400;
    color: #fff;
    background: 0 0;
    text-shadow: none;
    cursor: pointer;
    line-height: 1;
    font-size: 13px;
    display: inline-block;
    text-transform: capitalize;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #fff
}

.header-right-nav ul li.border-color-white {
    border-left-color: #fff
}

.header-right-nav ul li i {
    padding-right: 10px
}

.header-right-nav ul li:first-child {
    border: 0
}

.header-right-nav ul li.mr-15px {
    margin-right: 15px
}

.home-17 .header-right-nav ul li {
    color: #253237
}

.home-17 .header-right-nav ul li:after {
    background: #253237
}

.home-17 .angle-icon:after {
    border-color: #253237
}

.home-17 .header-right-nav .nice-select:after {
    border-color: #253237
}

.home-17 .left-text {
    color: #253237
}

.dropdown-nav li:not(:last-child) {
    border-bottom: 1px solid#ebebeb
}

.dropdown:hover>.dropdown-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.header-right-nav .nice-select .option {
    display: block
}

.header-right-nav .nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #253237;
    border-radius: 0;
    border: solid 0 #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    height: 24px;
    line-height: 24px;
    outline: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    text-align: left !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto
}

.header-top-nav {
    position: relative;
    border-bottom: none;
    z-index: 11;
    margin: 0;
    padding: 13px 0;
    line-height: 1;
}

.header-top-nav p {
    font-size: 13px;
    font-weight: 600;
}

.angle-icon:hover:after {
    border-color: #fff
}

.home-7 .header-top-nav {
    padding: 0
}

.home-7 .home-2 .header-navigation {
    padding: 32px 0
}

.home-7 .container-inner {
    margin-top: 17px
}

.slider-content-7 {
    max-width: 40%;
    padding-top: 145px
}

.container-top-inner {
    display: inline-block;
    width: 100%;
    background: #253237;
    padding: 16px 30px
}

.home-3 .dropdown-navs li {
    color: #253237
}

.dropdown-nav li:after {
    display: none
}

.header-right-nav .nice-select .list {
    background-color: #fff;
    border-radius: 0;
    box-sizing: border-box;
    margin-top: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    left: auto;
    right: 0;
    top: 55px;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transition: all .2s cubic-bezier(0, 0, 0, 0), opacity .15s ease-out;
    transition: all .2s cubic-bezier(0, 0, 0, 0), opacity .15s ease-out;
    z-index: 9;
    margin: 0;
    top: 30px;
    left: auto;
    right: 0;
    min-width: 130px;
    overflow: hidden;
    padding: 0;
    background: #fff;
    border-radius: 0;
    border: none;
    box-shadow: 0 0 3.76px .24px rgba(0, 0, 0, .15)
}

.header-right-nav .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    left: auto;
    right: 0;
    top: 35px
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 25px;
    list-style: none;
    min-height: 25px;
    outline: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #253237;
    padding: 7px
}

.header-right-nav .nice-select .option:not(:last-child) {
    border-bottom: 1px solid#ebebeb
}

.header-right-nav .nice-select:after {
    height: 7px;
    right: -12px;
    width: 7px;
    border-color: #fff;
    transition: .3s ease-in-out;
    border-width: 1px
}

.home-13 .header-right-nav ul li:after {
    background: #253237;
    left: -21px
}

.home-13 .header-right-nav ul li.option:after {
    display: none
}

.home-13 .header-right-nav .nice-select:after {
    border-color: #253237
}

.home-13 .header-right-nav ul li.after-d-none:after {
    display: none
}

.home-13 .angle-icon:after {
    border-color: #253237
}

.home-13 .header-right-nav ul li.after-d-none {
    margin-left: 0
}

.home-13 .dropdown-nav {
    right: auto;
    line-height: 0
}

.home-13 .header-right-nav .nice-select .list {
    right: auto;
    line-height: 0
}

.home-13 .brfore-element:before {
    position: absolute;
    top: 0;
    right: -27px;
    width: 1px;
    height: 15px;
    content: "";
    background: #253237
}

.header-right-nav ul li {
    position: relative
}

.header-right-nav ul li.after-n:after {
    display: none
}

.header-right-nav .dropdown-navs ul li.top-10px:after {
    top: 5px
}

.header-right-nav .list li:before {
    position: absolute;
    top: 14px;
    left: -12px;
    width: 17px;
    height: 15px;
    content: "";
    background-image: url(../images/icons/1.jpg);
    background-repeat: no-repeat
}

.header-right-nav .list li {
    position: relative
}

.header-right-nav .list li:after {
    display: none
}

.angle-icon {
    position: relative
}

.top-10px.first-child .list li:after {
    display: none
}

.top-10px.first-child .list li:before {
    display: none
}

.angle-icon:after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    content: '';
    display: block;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    height: 7px;
    right: -12px;
    width: 7px
}

.home-3 .header-top-nav {
    background: #fff
}

.home-3 .left-text {
    color: #253237
}

.home-4 .header-top-nav {
    position: absolute;
    width: 100%;
    background-color: transparent
}

/* .logo {
    margin-top: 8px
} */

.logo img {
    max-height: 60px
}

.main-navigation ul li {
    display: inline-block;
    padding-right: 25px;
}

.main-navigation ul li a {
    display: block;
    color: #253237;
    font-weight: 600;
    position: relative;
    font-size: 15px;
    line-height: 3;
    text-transform: capitalize;
}

.main-navigation ul li>a i {
    display: inline-block;
    vertical-align: -3px;
    font-size: 24px;
    font-weight: 400;
    margin-right: 5px
}

.main-navigation ul li .sub-menu>li>a {
    position: relative;
    overflow: hidden;
    position: relative;
    display: block !important;
    color: #888;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 0 !important
}

.main-navigation ul li .sub-menu>li {
    position: relative;
    padding: 0 20px;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    position: relative;
    display: block !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

/* .main-navigation ul li .sub-menu>li:hover>a {
    -moz-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
} */

.main-navigation ul li.menu-dropdown>a i.ion-ios-arrow-down {
    display: inline-block;
    vertical-align: -1px;
    font-size: 14px;
    font-weight: 400;
    margin: 0
}

.main-navigation ul li.menu-dropdown.position-static>a i.ion-ios-arrow-down {
    position: absolute;
    right: 0;
    transform: rotate(-90deg)
}

.main-navigation {
    float: left;
}

.sub-menu {
    position: absolute;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
    min-width: 205px;
    left: auto !important;
    background: #fff;
    box-shadow: 0 0 3.76px .24px rgba(0, 0, 0, .15)
}

.menu-dropdown {
    position: relative
}

.sub-menu>li {
    display: block !important
}

.menu-dropdown:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0);
    -o-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -o-transition: -o-transform .3s, opacity .3s;
    -ms-transition: -ms-transform .3s, opacity .3s;
    -moz-transition: -moz-transform .3s, opacity .3s;
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    padding: 0 !important
}

.dropdown_search input {
    width: 100%;
    border: 0;
    height: 45px;
    padding-left: 20px;
    outline: 0;
    border-radius: 30px
}

.search-category {
    position: absolute;
    top: 0;
    right: 64px
}

.search-category .nice-select {
    height: 45px;
    font-family: "Open Sans", sans-serif;
    line-height: 43px;
    border: 0
}

.search-category .nice-select .list {
    height: 590px;
    overflow: auto;
    border-radius: 0;
    left: -50%;
    box-shadow: 0 0 3.76px .24px rgba(0, 0, 0, .15)
}

.dropdown_search {
    width: 500px;
    background: #fff;
    display: block;
    border-radius: 30px
}

.header_account_list>a {
    font-size: 28px;
    display: flex;
    align-items: first baseline;
    color: #333;
    display: none
}

.header_account_area {
    display: flex;
    justify-content: flex-end;
    /* margin-top: 8px */
}

.home-12 .sticky-nav.menu_fixed {
    padding: 0
}

.sticky-nav.menu_fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    box-shadow: 0 8px 6px -6px rgb(0 0 0 / 10%);
    padding: 0.76rem 0rem;
}

.home-4 .sticky-nav.menu_fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: #fff;
    padding: 10px 0 15px;
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .4)
}

.home-2 .sticky-nav.menu_fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: #fff;
    padding: 10px 0 15px;
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .4)
}

.home-7 .home-2 .sticky-nav.menu_fixed {
    padding: 15px 0
}

.home-4 .home-2 .sticky-nav.menu_fixed {
    padding: 15px 0
}

.dropdown_search form button {
    position: absolute;
    top: -1px;
    right: -1px;
    border: 0;
    height: 46px;
    width: 65px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border-radius: 0 30px 30px 0;
    outline: 0;
    transition: .3s ease-in-out
}

.home-18 .dropdown_search {
    display: none;
    position: absolute;
    top: 60px;
    right: 0;
    z-index: 2
}

.home-18 .header_account_list>a {
    display: block;
    position: absolute;
    right: 0;
    top: 11px
}

.dropdown_search form {
    position: relative;
    width: 100%
}

.dropdown_search form i {
    font-size: 24px;
    line-height: 46px
}

.main-navigation.mt-0px {
    margin-top: 0
}

.count-cart {
    position: relative;
    font-weight: 700
}

.item-quantity-tag {
    position: absolute;
    top: 9px;
    left: -26px;
    right: auto;
    width: 24px;
    height: 24px;
    content: "";
    color: #fff;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    float: right;
    display: inline-block;
    font-size: 14px;
    font-weight: 600
}

.count-cart:before {
    content: '\f110';
    display: inline-block;
    font-size: 28px;
    font-family: Ionicons;
    vertical-align: middle;
    margin-right: 15px;
    float: left;
    font-weight: 400
}

.count-cart.random:before {
    content: '\f4a8'
}

.count-cart.heart:before {
    content: '\f387'
}

.home-9 .count-cart {
    display: inline-flex;
    margin-left: 10px
}

.home-9 .item-quantity-tag {
    left: 16px;
}

.home-13 .count-cart.random .item-quantity-tag {
    left: 16px
}

.home-13 .count-cart.heart .item-quantity-tag {
    left: 16px
}

.home-electronic .count-cart:hover {
    color: #fff
}

.home-19 .count-cart {
    color: #fff
}

.phone {
    position: relative;
    line-height: 17px;
    font-weight: 600;
}

.home-13 .phone {
    line-height: 27px;
    display: flex
}

.home-13 .phone p {
    font-size: 13px;
    margin-right: 5px
}

.home-13 .header-right-nav .phone a {
    color: #253237;
    padding: 0;
    font-weight: 400;
    font-size: 13px
}

.phone:before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    position: absolute;
    left: -45px;
    top: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAYAAAAe2bNZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzc0MkMzQjg0NEE5MTFFQTgwNDFGODlFNDQxM0M3MjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzc0MkMzQjk0NEE5MTFFQTgwNDFGODlFNDQxM0M3MjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDNzQyQzNCNjQ0QTkxMUVBODA0MUY4OUU0NDEzQzcyOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDNzQyQzNCNzQ0QTkxMUVBODA0MUY4OUU0NDEzQzcyOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqbE2QIAAATgSURBVHjatJhpbFRVGIZnhrYoNiDVGK1xhSJoXFERVFC0WAMRBI0K/pAQBRuNC3WJYsQFIj8U1KAExcQoBaFxS6xYSkYFIgUVUQEVR1wSbYJURShoW/X9kueYw/XcuTOAX/Jklnvnnvd+59vupKvOGpT6n+1JMUWU5Tlnp5hesh+LlIoqcZSoEHvENrFZ/MY5xyDkbLErz7UGiIZixdiiE8QYMVj8Lb4Vu0UPcZg4XGwS14oMxz4T74rywDU/EQ+LgwoV01s8ICaLj8RiUSu+QpBvh4rzxdein/f9HLwZtZ/dm0LEmBfmI+ICsT7h/F/FW4Hvz7C79z6bp1rFeSKXJCaN+24RN+ON0LaZF44U7eJTtmSfLJ+Y2WI0sfFF5NgJYhZes/jYKnoRqD9ZZohFvD9Y3CA28tvV4kfeXyS2i+tFW5yYO8U4cSEB6tsw8aZ4VfQV33vHuhPgs1loCnE2mXgZKM4kzZ8WQ7gRy7QJ6UCdOUdkxXCxNnKsj/hQ3CWez+PVSvGeWIiXzI5l4QfFPWy7vbbFbZOl4rNiZkCIy4iXE4Sk2IaxogVBW8TJXP86cblYlQos7tvV1IrHAwucJEZ4d5pkFshLxa18ti2dxjY5IROpS3uJSfN6O0L+CFx8GBfZHjh2aSRtnb3B78zmiRniTz5bvCygVlnNypiYoaKJ0m6qX4rJsqPZ82j62w0s4xpHRI5vJX7MOr3vu4m5FDyrMXdYLGUISBPyovjOeoS4PyCmjLuyatxfTBJryLwafvuleIy7rkRsqOoOJ+Ut23qKU8QTJRQru7vXUP82nTZkfbiTMgpcPdXZ+k8zXrYFluDJV2Kus5w0L6NllPt15nX2cwmLxNkloovXVYHj70OK64zk/JDtglbSvs3PpmkJQlJU1dYiKvxTBZyzzWVUJiY2QraRRllehJiaAs7pZPz4jxjbqnfcwYjVU/C60xiTrJIgTbIexNxeYmbQ0EoYAaKC/mKmWUAFzWfnIvq2SEqHiu5xZOK/Yu4j1ztoajYwNcZ46BmmOL+pjeQ3jha2symhdQxAbM6JqaKuDKZiNlLCu0jzqCCrJXUUuvEUsCxpX8MM3ELK2nbem0fMCEaKLtcozeUrxAbqTYptaqWjhlLTmukOmuAcSnoFxbCZJrmzgHixpvmC37VLvV5kLp7KxdoYnlwvOZ07t/HxNG++bcSDFcRdNW7fAB/gxfaIkCGIX+gH0Eou4PpKP96PQ0g3gnYlk5wtcLc4kVQfQ0euo0v3ZEJsYIsfYVI8NdLTZjJg/e57Zi0VeBndN0eDs4J1EwPQIERGC94PBG8jqV+Ld9eAW3g602F/dmESsXpFaJ65UXzDfpcjylr/cwRzXURIL+/9ajxWG3hscVv/EJnqFh9LGdkREtNBMOVoYrvprEMR1+zd5SwevI73rrMlRohfo8xz13ilYHm+Sa+DVM2xuAm6mAl/HkXMxoyrmG+z1IneBbKCzD0kTnh0iHKC6hFUjaAmXPoLQf0oz9Ob9uHxaFTcaBGa6NyWLcKV1cwefb3hKYvIUvb/ssgjSz7bU+xDXCeCnIcsoD/n2FTcnMVT64iZ9v397yST0NrHU12b+evD2Xwy6mNx5YEQkiTG99A6ClcDI8Z6CtbEhK5clKWL+OdqII+snQT05gP9F9c/AgwA86I/LUAPDuoAAAAASUVORK5CYII=)no-repeat
}

.phone:before {
    background-image: url(../images/icons/icon_contact.png)
}

.contact-link {
    float: left;
    position: relative;
    margin-top: 5px
}

.contact-link a {
    color: #253237;
    font-weight: 700
}

.home-19 .contact-link a {
    color: #fff
}

.home-19 .phone p {
    color: #fff
}

.cart-info {
    margin: 10px 0 0 35px
}

.cart-info-wrap {
    display: flex;
    justify-content: flex-end
}

.home-11 .cart-info {
    margin: 10px 0 0 15px
}

.search-bar {
    float: left
}

.home-2 .header-navigation {
    padding: 35px 0;
    position: absolute;
    width: 100%;
    z-index: 2
}

.home-2 .header_account_list>a {
    align-items: flex-end
}

.home-2 .dropdown_search {
    position: absolute;
    left: auto;
    right: 0;
    top: 36px;
    display: none
}

.container-inner {
    padding: 22px 30px;
    background: #fff;
    margin-top: 15px;
    position: relative
}

.sticky-nav.menu_fixed .container-inner {
    padding: 0;
    margin: 0
}

/* .mobile-menu-area {
    display: none
} */
.mobile-menu i {
    font-size: 32px;
    color: #253237;
    line-height: 1;
}
.mean-container a.meanmenu-reveal span {
    display: block;
    background: #333;
    height: 2px;
    margin-top: 3px;
    position: absolute;
    z-index: 999999;
    width: 18px;
    margin: 5px 0 4px
}

.mean-container a.meanmenu-reveal {
    padding: 0 5px 5px
}

a.meanmenu-reveal.meanclose {
    padding: 0 5px 5px
}

.menu-overflow {
    height: 220px;
    overflow-x: auto
}

.home-5 .contact-link {
    margin: 0 0 0 45px
}

.home-6 .contact-link {
    margin: 0
}

.cart-info {
    margin-top: 3px
}

.home-5 .header-navigation {
    border-bottom: 1px solid #ededed
}

.home-6 .dropdown_search {
    display: block;
    position: initial
}

.home-6 .header_account_list>a {
    display: none
}

.contact-link-wrap {
    display: flex;
    width: 100%;
    justify-content: flex-end
}

.header-navigation {
    padding: 0.2rem 0
}

.home-electronic .header-navigation {
    border-bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.home-11.home-electronic .header-navigation {
    border: 0;
    padding: 26px 0 27px
}

.home-8 .dropdown_search {
    margin-left: 65px
}

.home-electronic .beauty-category .nice-select {
    color: #253237
}

.home-electronic .home-10 .beauty-category .nice-select {
    text-transform: capitalize
}

.beauty-category .nice-select {
    -webkit-tap-highlight-color: transparent;
    border-radius: 0;
    border: solid 0 #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: "Open Sans", sans-serif;
    height: 60px;
    line-height: 60px;
    outline: 0;
    position: relative;
    text-align: left !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0;
    padding-left: 20px;
    padding-right: 0
}

.beauty-category {
    height: 62px;
    width: 270px;
    min-width: 270px;
}

.home-8 .header-buttom-nav {
    background: #c0b07d
}

.home-9 .header-buttom-nav {
    background: #fff
}

.home-2 .slider-height-6 {
    height: 670px
}

.slider-content-2 {
    margin-top: 70px
}

.home-2 .bg-img {
    background-size: cover
}

.slider-height-7 {
    height: 800px
}

.slider-height-18 {
    height: 660px
}

.slider-content-18 {
    align-self: center;
    margin-left: 5%
}

.home-2.banner-area {
    margin-top: 60px
}

.home-3 .shop-btn {
    margin-top: 5px
}

.slider-area .container {
    align-self: center
}

.home-20 .slider-area {
    margin-top: 30px
}

.home-4 .slider-height-6 {
    height: 700px
}

.home-4 .slider-area span {
    color: #fff
}

.home-4 .slider-area h1 {
    color: #fff
}

.home-4 .slider-area .shop-btn {
    background-color: #fff;
    color: #253237
}

.home-4 .slider-area .shop-btn:hover {
    background-color: #253237;
    color: #fff
}

.home-4 .slider-content-5 {
    margin: 150px 0 0
}

.slider-height-6 {
    height: 650px
}

.slider-height-16 {
    height: 590px
}

.home-5 .slider-height-6 {
    height: 570px
}

.slider-height-13 {
    height: 690px
}

.slider-height-9 {
    height: 630px
}

.slider-height-19 {
    height: 580px
}

.slider-height-10 {
    height: 450px;
    width: 100%;
}

.slider-height-11 {
    height: 545px
}

.bg-img {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    background-color: #bebebe
}

.bg-img:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    opacity: .2
}

.home-4 .bg-img:after {
    background: #f8f8f8
}

.slider-area span {
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    color: #253237;
    font-style: italic;
    margin-bottom: 10px;
    line-height: 1;
    display: block
}

.slider-area .slider-content-11 span {
    color: #fff
}

.slider-area .slider-content-11 h1 {
    color: #fff
}

.slider-area .slider-content-11 p {
    color: #fff
}

.slider-area .slider-content-20 h1 {
    color: #fff
}

.slider-area .slider-content-20 p {
    color: #fff
}

.slider-area h1 {
    font-size: 45px;
    font-weight: 600;
    color: #253237;
    margin-bottom: 30px;
    line-height: 1
}

.home-16 .slider-area h1 {
    color: #fff
}

.home-16 .slider-area p {
    color: #fff
}

.home-16 .slider-area h1 {
    color: #fff
}

.home-17 .slider-area h1 {
    color: #fff
}

.home-17 .slider-area p {
    color: #fff
}

.home-17 .slider-area h1 {
    color: #fff
}

.slider-area .slider-content-13 h1 {
    font-size: 42px
}

.slider-area .slider-content-13 h1 strong {
    font-size: 45px
}

.slider-area .slider-content-13 p {
    width: 49%
}

.slider-content-16.slider-content-13 {
    padding-left: 60%
}

.slider-content-16.slider-content-13 p {
    width: 100%
}

.slider-area .slider-content-13.slider-content-15 p {
    width: 35%
}

.slider-content-15 {
    margin-top: 70px
}

.slider-area strong {
    font-size: 60px;
    font-weight: 700;
    display: inline-block;
    margin: 0;
    font-style: normal
}

.slider-area p {
    font-size: 19px;
    margin-bottom: 30px;
    font-weight: 400;
    color: #555
}

.home-2 .shop-btn {
    margin-top: 20px
}

.shop-btn {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    font-weight: 700;
    border-radius: 30px;
    font-size: 14px
}

.single-static h4 {
    color: #253237;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 22px;
    margin-bottom: 0
}

.single-static p {
    line-height: 20px;
    color: #666;
    font-size: 13px;
    margin: 0
}

.single-static img {
    width: 45px;
    flex: 0 0 45px;
    margin: 0;
    margin-right: 10px
}

.single-static {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding: 36px 5px
}

.single-static-meta {
    overflow: hidden;
    flex-grow: 1
}

.static-area-wrap {
    border: 1px solid#ebebeb;
    border-radius: 5px;
    padding: 0 20px
}

.home-8 .static-area {
    margin-top: 30px;
    margin-bottom: 60px
}

.home-8 .static-area.home-10 {
    margin-top: 60px
}

.home-8 .static-area {
    margin-top: 60px;
    margin-bottom: 60px
}

.home-8.home-19 .static-area {
    margin-top: 60px
}

.home-7 .best-sells-area {
    margin-top: 60px
}

.list-product {
    position: relative;
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
    width:100%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    border: 1px solid #cccccc38;
    padding: 0.4rem 1rem 0;
}

.second-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.list-product:hover .second-img {
    opacity: 1;
    visibility: visible
}

a.quick_view {
    display: inline-block;
    padding: 0;
    cursor: pointer;
    border: none;
    line-height: 46px;
    height: 46px;
    width: 46px;
    border-radius: 100%;
    padding: 0;
    text-align: center;
    text-transform: capitalize;
    pointer-events: visible;
    opacity: 1;
    -moz-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.home-medical a.quick_view {
    box-shadow: 0 0 13.95px 1.05px rgba(0, 0, 0, .17)
}

.home-medical .list-product {
    border-radius: 0
}

.list-product-2.transparent-border .list-product {
    margin: 0
}

a.quick_view i {
    font-size: 21px
}

.list-product:hover a.quick_view {
    opacity: 1;
    -moz-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

a.quick_view:hover {
    background-color: #ef1e1e;
    color: #fff
}

.quick-view {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    pointer-events: none;
    z-index: 1;
    height: 46px
}

.img-block {
    position: relative;
    overflow: hidden;
    height: 200px
}

.new {
    position: absolute;
    top: 10px !important;
    left: 10px;
    display: inline-block;
    padding: 0 5px;
    text-align: center;
    line-height: 20px;
    height: 20px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 5px;
    text-transform: capitalize;
    text-align: center;
    z-index: 1;
}

.inner-link {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px;
    display: block
}

.product-decs {
    padding: 20px 0px 16px;
    overflow: hidden;
    position: relative;;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.product-link {
    line-height: 18px;
    display: block;
    margin-bottom: 2px;
    font-weight: 600;
    color: #253237;
    font-size: 14px;
    text-transform: capitalize;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;

}

.rating-product i {
    overflow: hidden;
    font-size: 18px;
}

.old-price {
    font-weight: 400;
    text-decoration: line-through;
    margin-right: 2px;
    font-size: 14px
}

.old-price.not-cut {
    text-decoration: none
}

.pricing-meta li {
    display: inline-block;
}

.discount-price {
    display: inline-block;
    padding: 0 4px;
    border-radius: 5px;
    text-align: center;
    line-height: 20px;
    height: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    z-index: 4;
    margin-left: 2px;
    margin-top:8px
}

.cart-btn {
    display: inline-block;
    font-weight: 700;
    padding: 0;
    border: none;
    border-width: 2px;
    border-bottom-style: solid;
    line-height: 24px;
    height: 26px;
    width: auto;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    z-index: 1
}

.add-to-link ul li {
    display: inline-flex;
    float: right
}

.add-to-link ul li.cart {
    float: left
}

.add-to-link ul li a {
    display: inline-block;
    padding: 0;
    text-align: center;
    text-transform: capitalize
}

.add-to-link-btn a {
    display: inline-block;
    font-weight: 700;
    padding: 10px 18px;
    border-radius: 5px;
    border: none;
    line-height: 18px;
    height: 38px;
    width: auto;
    cursor: pointer;
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    transition: all .3s ease-in-out
}

.add-to-link-btn {
    text-align: center;
    margin: 10px 0 25px
}

.add-to-link ul li a i {
    margin-right: 10px;
    font-size: 21px;
    
}

.add-to-link {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 8px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(25px) translateZ(0);
    -webkit-transform: translateY(25px) translateZ(0);
    perspective: 800px;
    -webkit-perspective: 800px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
    -webkit-transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
    transition: opacity .3s ease, visibility .3s ease, transform .3s ease, -webkit-transform .3s ease;

}

.list-product:hover .add-to-link {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    box-shadow: 1px 9px 16px 1px rgb(0 0 0 / 10%);
}

.home-furniture .add-to-link ul {
    display: flex;
    justify-content: space-between;
    border-radius: 30px;
    align-items: center
}

.home-furniture .add-to-link ul li {
    display: initial;
    float: none;
    width: 100%;
    border-right: 1px solid rgba(37, 50, 55, .3);
    text-align: center;
    line-height: 15px
}

.home-furniture .add-to-link ul li:last-child {
    border: 0
}

.home-furniture .add-to-link ul li a i {
    margin: 0
}

.home-furniture .add-to-link {
    /* bottom: 10px; */
    border-radius: 30px
}

.product-inner-item{
    width:100%
}
/* .product-inner-item{border:1px solid #ebebeb;background:#fff} */
.home-furniture .feature-slider-item .product-decs {
    text-align: left
}

.category-list:hover .category-thumb img {
    -webkit-transform: scale(1.035) rotate(.05deg);
    transform: scale(1.035) rotate(.05deg);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.category-thumb img {
    width: 100%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.desc-listcategoreis {
    position: absolute;
    left: 40px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.category-list {
    position: relative;
    overflow: hidden
}

.desc-listcategoreis .name_categories h4 {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
    line-height: 1
}

.desc-listcategoreis .number_product {
    color: #888;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 12px;
    line-height: 1;
    display: block
}

.desc-listcategoreis a {
    color: #484848;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 1;
    display: flex;
}

.desc-listcategoreis a:hover {
    -moz-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

.desc-listcategoreis a i {
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    transform: translate(3px, 0px)
}

.home-electronic .desc-listcategoreis a i {
    color: #0090f0
}

.home-cosmatic .desc-listcategoreis a i {
    color: #c0b07d
}

.home-3 .categorie-area {
    padding: 30px 0 60px
}

.section-title {
    margin-bottom: 2rem;
}

.section-title p {
    font-weight: 500!important;
    padding: 0;
    color: #6c757d!important
}

.category-slider-2 .desc-listcategoreis {
    position: initial;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.category-slider-2 .category-thumb {
    position: relative;
    overflow: hidden;
    /* border: 1px solid #ebebeb; */
    border-radius: 5px;
    margin-bottom: 14px
}

.in-stock {
    font-size: 14px;
    text-transform: capitalize;
    color: #777;
    line-height: 1;
    display: block
}

.in-stock span {
    font-weight: 700;
}

.clockdiv {
    display: flex;
    justify-content: center;
    margin: 30px 0 39px;
    align-items: center
}

.hot-deal .list-product {
    text-align: center;
    border-width: 2px
}

.hot-deal .inner-link {
    font-size: 15px
}

.hot-deal .product-link {
    font-size: 18px;
    line-height: 20px
}

.title_countdown {
    font-size: 14px;
    color: #777;
    line-height: 18px;
    display: inline-block;
    vertical-align: top;
    max-width: 110px
}

.clockdiv span {
    font-weight: 600;
    color: #253237;
    font-size: 16px;
    position: relative;
    display: inline-block
}

.clockdiv span p {
    font-size: 10px;
    text-transform: uppercase;
    margin: 0;
    color: #999
}

.clockdiv span {
    margin: 0 5px
}

.clockdiv span:after {
    position: absolute;
    top: 0;
    left: auto;
    content: ":";
    right: -5px
}

.clockdiv span.second:after {
    display: none
}

.hot-deal-area {
    margin-top: 60px
}

.hot-deal-area.mt-30px {
    margin-top: 30px
}

.hot-deal-area.mt-100px.mb-40px {
    margin-top: 100px;
    margin-bottom: 40px
}

.home-6 .hot-deal-area {
    margin-top: 30px
}

.hot-item-inner {
    float: left;
    width: 45%;
    max-width: 320px
}

.hot-deal-3 .hot-item-inner {
    width: 55%;
    max-width: 525px
}

.hot-deal-3 .nav-container {
    flex: 0 0 14%;
    margin-left: 5px;
    align-self: center
}

.nav-container .slick-vertical .slick-slide:focus {
    border: 1px solid #0bbfbd;
    outline: 0
}

.nav-container .slick-vertical .slick-slide:focus {
    margin: 5px 0
}

.main-container .slick-vertical .slick-slide:focus {
    border: 0;
    outline: 0
}

.product-wrapper {
    overflow: hidden;
    padding: 15px 15px 0;
    text-align: center
}

.product-wrapper .inner-link {
    font-size: 15px
}

.product-wrapper .product-link {
    font-size: 18px;
    line-height: 20px
}

.banner-wrapper {
    position: relative;
    overflow: hidden
}

.banner-wrapper img {
    width: 100%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.banner-wrapper:hover img {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transform: scale(1.035) rotate(.05deg);
    transform: scale(1.035) rotate(.05deg)
}

.banner-area {
    margin-top: 30px;
    margin-bottom: 60px
}

.banner-area-2.mt-0px.mb-100px {
    margin-top: 0;
    margin-bottom: 100px
}

.banner-3-area.mt-70px {
    margin-top: 70px
}

.banner-3-area.mt-0px.mb-100px {
    margin-top: 40px;
    margin-bottom: 40px
}

.banner-3-area.mt--60px {
    margin-top: -60px;
    position: relative;
    z-index: 2
}

.banner-area-2.mt-60px {
    margin-top: 60px
}

.feature-area.mt-40px.mb-70px {
    margin-top: 40px;
    margin-bottom: 70px
}

.feature-area.mt-100px.mb-70px {
    margin-top: 100px;
    margin-bottom: 70px
}

.feature-slider-item .img-block {
    float: left;
    width: 120px;
    margin-right: 20px
}

.feature-slider-item .product-decs {
    overflow: hidden;
    padding: 10px 0 0
}

.home-10 .feature-slider-item .product-decs {
    margin: 4px 0
}

.feature-slider-item .list-product {
    padding: 20px
}

.category-product-2 .feature-slider-item .list-product {
    padding: 13px 0;
    margin: 0 20px;
    border: 0;
    border-bottom: 1px solid#ebebeb
}

.category-product-2 .feature-slider-item {
    border: 1px solid#ebebeb;
    background-color: #fff
}

.category-product-2.custom-nav-style .feature-slider-item {
    border: 2px solid#0bbfbd
}

.category-product-2.custom-nav-style .feature-slider-item .list-product {
    padding: 11px 0 10px
}

.category-product-2 .feature-slider-item .list-product:last-child {
    border-bottom: 0
}

.feature-area-2 {
    background-image: url(../images/feature-bg/feature-bg.jpg);
    background-position: left center;
    background-size: cover;
    padding: 60px 0 30px;
    background-repeat: no-repeat;
    margin: 30px 0 60px
}

.feature-area-2 .section-title {
    margin-left: 0
}

.home-7 .feature-area-2 {
    background-image: url(../images/feature-bg/feature-bg-2.jpg)
}

.feature-slider-item.feature-slider-item-3 .list-product {
    margin: 0
}

.category-product-area.mt-40px.mb-70px {
    margin-top: 40px;
    margin-bottom: 70px
}

.category-tab-area.mt-100px {
    margin-top: 100px
}

.category-tab-area.mtb-70px {
    margin: 70px 0
}

.category-product-area.mt-65px {
    margin-top: 65px
}

.banner-inner a img {
    width: 100%
}

.banner-inner {
    position: relative;
    overflow: hidden
}

.banner-area-2 {
    margin-top: 30px;
    margin-bottom: 60px
}

.banner-inner img {
    width: 100%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.banner-inner:hover img {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transform: scale(1.035) rotate(.05deg);
    transform: scale(1.035) rotate(.05deg)
}

.brand-area.mb-100px {
    margin-bottom: 100px;
    padding-bottom: 0
}

.brand-area.mt-70px.mb-100px {
    margin-top: 70px;
    margin-bottom: 100px;
    padding: 0
}

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

.brand-slider-item {
    padding: 20px 0
}

.brand-slider {
    border: 1px solid#ebebeb;
    border-radius: 5px
}

.brand-slider-item {
    padding: 10px 28px
}

.brand-area {
    padding-top: 30px;
    max-height:240px
}

.footer-top {
    padding: 60px 0 30px
}

.text-info {
    line-height: 24px;
    color: #666 !important;
    font-size: 14px;
    margin: 16px 0
}

.text-info h1 {
    line-height: 24px;
    color: #666 !important;
    font-size: 14px;
    display: inline
}

.phone-info {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600;
}

.phone-info span {
    font-size: 22px;
    font-weight: 600;
    color: #253237;
    margin: 0;
    display: block;
    margin-top: 5px;
    line-height: 30px
}

.social-info li a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    padding: 0;
    line-height: 36px;
    border-radius: 100%;
    text-align: center;
    border: none;
    z-index: 1;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    margin-right: 9px
}


.social-info li {
    display: inline-block
}

.about-footer .social-info {
    margin: 13px 0
}

.footer-logo img {
    max-height: 60px
}

.footer-herading {
    font-size: 16px;
    text-transform: capitalize;
    padding-bottom: 20px;
    margin-bottom: 25px;
    position: relative;
    font-weight: 700;
    line-height: 24px
}

.footer-herading:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 60px;
    height: 2px;
}

.footer-links>ul>li a {
    font-size: 14px;
    line-height: 24px;
    padding: 0;
    display: block;
    text-transform: capitalize;
    margin-bottom: 0;
    display: block;
    position: relative;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.footer-links>ul>li {
    display: block;
    margin: 0;
    line-height: 1;
    border: 0;
    padding: 0;
    font-weight: 400;
    margin-bottom: 10px
}

.footer-links>ul>li a:hover {
    padding-left: 10px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
    margin-top: 20px
}

.subscribe-form form input {
    height: 47px;
    border: 0;
    padding: 10px 120px 10px 20px;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    /* border: none; */
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    outline: 0
}

.clear input.button {
    position: absolute;
    top: 0;
    right: 0;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    border: 0;
    box-shadow: none;
    padding: 0 20px;
    line-height: 47px;
    height: 47px;
    border-radius: 0 30px 30px 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 90px;
    outline: 0
}

.footer-area {
    padding: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 2rem;
}

.img_app {
    margin-top: 40px
}

.img_app a {
    margin-right: 15px
}

.about-footer {
    max-width: 400px
}

.footer-area .row .col-lg-4:first-child:before {
    content: "";
    position: absolute;
    left: -9999em;
    top: -9999em;
    bottom: -9999em;
    right: 15px;
    z-index: -1;
    pointer-events: none
}

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

.testimonial-area {
    /* background: url(../images/testimonial-image/testnomialbackground.png) center bottom no-repeat;
    background-size: cover; */
    padding: 80px 0 60px;
    position: relative
}

.home-4.home-7 .testimonial-area {
    background: url(../images/testimonial-image/testnomialbackground.png) center bottom no-repeat;
    background-position: center;
    background-size: cover
}

.home-4 .testimonial-area {
    margin-top: 30px;
    margin-bottom: 30px
}

.testi-slider-inner {
    display: inline-block;
    width: 100%
}

.testi-slider-inner .testi-img {
    width: 120px;
    float: left;
    display: inline-block;
    border-radius: 100%;
    overflow: hidden;
    box-shadow: 0 0 22.5px 2.5px rgba(0, 0, 0, .1);
    margin: 30px -20px 0 0
}

.testi-slider-inner .testi-img img {
    width: 100%
}

.testi-content {
    overflow: hidden;
    /* padding: 30px 57px 30px 40px; */
    padding: 0px 57px 0px 37px;
    border-radius: 5px;
    text-align: center;
}

.author-text {
    /* padding-left: 50px; */
    position: relative;
    margin-top: 10px;
    display: inline-block
}

.author-text h4 {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    display: block;
    text-transform: capitalize;
    display: inline-block
}

.author-text span {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    text-transform: capitalize;
    font-style: italic;
    margin-bottom: 15px;
    display: block;
    margin-top: 5px
}

/* .testi-content-text:after {
    font-size: 40px;
    line-height: 1;
    display: inline-block;
    font-family: Ionicons;
    content: "\f347";
    position: absolute;
    left: 0;
    top: 0;
} */
/* .testi-content-text:before {
    content: "";
    width: 44px;
    height: 32px;
    display: inline-block;
    position: absolute;
    left: 0;
    background: url(https://promogifts24.com/ecom01/assets/images/icons/download.png) no-repeat;
} */

.testi-slider.owl-dot-style .owl-dots {
    bottom: -10px
}

.blog-meta {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 28px;
    border-radius: 30px;
    background: #253237;
    padding: 0 15px;
    margin-bottom: 25px;
    display: inline-block;
    margin-top: 5px
}

.blog-post-heading a {
    font-size: 1.2rem;
    line-height: 24px;
    text-transform: capitalize;
    position: relative;
    display: block;
    font-weight: 600;
}

.blog-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    display: inline-block;
    width: 100%;
    margin-bottom: 12px;
}

.read-more-btn {
    font-size: 14px;
    text-transform: capitalize;
    line-height: 1;
    position: relative;
    display: inline-block
}

.blog-post-content {
    padding: 1rem 0;
    position: initial;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.blog-post-content-cell {
    align-self: center
}

.home-furniture .blog-post-top {
    position: relative
}
/* .blog-img a img{
    height:200px
} */
.home-furniture a.blog-meta {
    position: absolute;
    bottom: 10px;
    left: 10px;
    margin: 0;
}

a.read-more-btn i {
    font-size: 16px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    transform: translate(3px, 3px);
    display: inline-block
}

.blog-post a.read-more-btn:hover {
    padding-left: 10px
}

.blog-post {
    width: 100%;
    position: relative
}

.blog-post:hover .blog-post-content {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.blog-inner-content {
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 30px;
    padding: 30px 20px;
    line-height: 1;
    text-align: center
}

.blog-meta-2 {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 15px;
    display: inline-block
}

.blog-post-heading-2 {
    font-size: 16px;
    line-height: 1;
    text-transform: capitalize;
    position: relative;
    display: block;
    margin-bottom: 0
}

.blog-post-heading-2 a {
    font-weight: 700;
}

.post-content {
    padding: 0 30px
}

.read-more {
    padding: 15px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    display: block;
    text-align: center;
}

.read-more a {
    font-size: 14px;
    text-transform: capitalize;
    line-height: 24px;
    position: relative;
    display: inline-block
}

.blog-post-top-2 {
    position: relative;
    overflow: hidden
}

.read-more i {
    transform: translate(0, 2px);
    display: inline-block
}

.read-more:hover {
    padding-left: 30px
}

.blog-post:hover .blog-post-top-2 img {
    -moz-transform: scale(1.05) rotate(.05deg);
    -ms-transform: scale(1.05) rotate(.05deg);
    -o-transform: scale(1.1) rotate(.05deg);
    -webkit-transform: scale(1.05) rotate(.05deg);
    transform: scale(1.05) rotate(.05deg);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.blog-post-top-2 img {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.breadcrumb-hrading {
    color: #253237;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 15px
}

.breadcrumb-links li a:after {
    font-size: 14px;
    line-height: 24px;
    display: block;
    font-weight: 400;
    top: 0;
    right: -15px;
    position: absolute;
    content: "\f3d3";
    font-family: Ionicons
}
.breadcrumb-links li a:after.option:not(:last-child){
    display: none;
}
.breadcrumb_container .breadcrumb ol li:after {
    margin: 0 10px;
    vertical-align: -1px
}

.breadcrumb-links li {
    display: inline-block
}

.breadcrumb-links li a {
    display: inline-block;
    position: relative;
    line-height: 20px;
    margin-right: 25px;
    font-weight: 600;
    font-size: 15px;
}

.breadcrumb-area {
    text-align: center;
    position: relative;
    padding: 110px 0;
    background: url(../images/breadcrumb-bg/breadcrumb-bg.jpg) no-repeat;
    background-size: cover
}
.breadcrumb-links li:last-child a::after {
    content: '';
  }
.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left {
    position: relative
}

.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    z-index: 999;
    width: auto;
    top: 6px;
    left: 1px
}

.sidebar-widget .sidebar-widget-list ul li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0 0 15px
}

.sidebar-widget h4.pro-sidebar-title {
    display: block;
    clear: both;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    border: none;
    margin-bottom: 15px;
    line-height: 24px;
    text-transform: capitalize !important
}

.main-heading h2 {
    font-size: 18px;
    line-height: 1;
    padding-bottom: 14px;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    display: block;
}

.main-heading h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 60px;
    height: 2px;
}

.sidebar-widget .sidebar-widget-list ul li a {
    margin-left: 25px;
    display: block;
    font-size: 14px;
    margin-top: 0;
    line-height: 22px
}
.categorie-wrap .sidebar-widget-list ul li .sidebar-widget-list-left a {
    margin-left: 5px;
}
.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 15px;
    width: 15px;
    border-radius: 3px;
    transition: all .3s linear
}

.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left .checkmark:after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 8px;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left input:checked~.checkmark:after {
    display: block
}

.price-filter .price-slider-amount input {
    background: 0 0;
    padding: 0;
    border: none;
    font-size: 14px;
    outline: 0
}

.price-filter .ui-widget-header {
    font-weight: 700
}

.price-filter .ui-widget.ui-widget-content {
    border-radius: 0
}

.price-filter .ui-slider-horizontal {
    height: 5px;
    border: none;
    margin-top: 15px;
    margin-bottom: 10px;
    margin-right: 15px
}

.price-filter .ui-slider .ui-slider-handle {
    top: -7px;
    width: 15px;
    height: 15px;
    border: none;
    border-radius: 100%;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
    outline: 0;
    cursor: pointer
}

.price-slider-amount {
    margin-top: -7px
}

.sidebar-widget .sidebar-widget-list ul li a span {
    margin-left: 5px
}

.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left .checkmark {
    box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 10%);
}

.sidebar-widget.no-cba .sidebar-widget-list ul li .sidebar-widget-list-left .checkmark {
    border: 0
}

.sidebar-widget.no-cba .sidebar-widget-list ul li .sidebar-widget-list-left input:checked~.checkmark:after {
    display: none
}

.sidebar-widget-tag li:first-child a {
    margin-left: 0
}

.sidebar-widget-tag li a {
    display: block;
    float: left;
    padding: 10px 25px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    border-radius: 30px;
    margin: 4px;
    text-transform: capitalize
}

.sidebar-widget-tag li {
    line-height: 1;
    float: left;
    list-style: none
}

.sidebar-widget.tag .main-heading h2 {
    margin-bottom: 20px
}

.search-widget {
    position: relative
}

.search-widget input {
    width: 100%;
    height: 45px;
    border-radius: 30px;
    padding: 0 0 0 20px;
    outline: 0
}

.search-widget button {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    border: 0;
    height: 45px;
    width: 20%;
    border-radius: 0 30px 30px 0;
    font-size: 20px;
    outline: 0
}

.category-post li {
    margin-bottom: 5px
}

.category-post li:last-child {
    margin: 0
}

.thumb-side img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    object-position: center
}

.media-side a {
    font-size: 14px;
    color: #253237;
    font-weight: 600
}

.media-side {
    margin: 0 0 0 18px;
    align-self: center;
    align-items: center
}

.recent-single-post {
    margin: 0 0 30px
}

.thumb-side.m-0px {
    margin: 0
}

.select-shoing-wrap {
    flex: 0 0 40%;
    max-width: 40%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
/* .select-shoing-wrap-filter{
    max-width: 35%;
} */
/* .shop-tab.nav {
    flex: 0 0 60%;
    max-width: 60%;
    align-items: center;
} */

.shop-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shop-top-bar .nice-select {
    width: 100%;
    padding: 2px 15px;
    line-height: 24px;
    font-size: 14px;
    margin: 0;
    border-radius: 30px;
    color: #253237;
    text-align: left;
    box-shadow: none;
    height: 28px
}

.shop-top-bar .nice-select .list {
    width: 100%
}

.shop-bottom-area img {
    max-width: 100%
}

.shop-top-bar {
    padding: 10px 30px;
    background: #f6f6f6;
    margin-bottom: 30px
}

.shop-tab a {
    float: left;
    line-height: 30px;
    height: 30px;
    margin-right: 15px;
    cursor: pointer;
    background: 0 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.shop-tab a i {
    font-size: 18px;
    line-height: 30px;
    transition: .3s
}

.shop-tab p {
    line-height: 27px;
    font-size: 14px;
    padding: 5px;
    margin: 0;
    float: left;
    font-weight: 400;
    text-transform: capitalize
}

.shot-product {
    flex: 0 0 20%;
    max-width: 20%
}

.shop-select {
    flex: 0 0 80%;
    max-width: 80%
}

.left-img {
    position: relative;
    overflow: hidden
}

.shop-bottom-area .left-img img {
    width: 100%
}

.product-desc-wrap .product-link {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px
}

.product-desc-wrap .old-price {
    font-size: 17px
}

.product-desc-wrap .pricing-meta {
    margin-bottom: 30px
}

.product-intro-info p {
    font-size: 14px;
    line-height: 24px
}

.product-desc-wrap .in-stock {
    margin: 30px 0
}

.list-product .product-desc-wrap .add-to-link {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    left: 30px;
    width: 25%
}

.product-desc-wrap {
    padding: 10px 0 30px
}

.shop-category-area {
    margin-top: 40px
}
.pricing-meta{
    margin: 0.4rem 0 0rem;
}
#shop-2 {
    margin-bottom: 60px
}

.pro-pagination-style {
    font-size: 14px;
    font-weight: 400;
    margin: 0.6rem 0
}

.pro-pagination-style ul {
    box-shadow: none;
    padding: 0;
    text-align: center !important
}

.pro-pagination-style ul li {
    display: inline-block;
    margin-left: 0.4rem;
}

.pro-pagination-style .active {
    font-size: 14px;
}

.pro-pagination-style a:hover {
    font-size: 14px;
}

.pro-pagination-style a {
    font-weight: 400;
    padding: 0;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    display: inline-block;
    width: 36px;
    border-radius: 17%;
    text-align: center;
    vertical-align: top
}

.mini-cart-warp {
    position: relative;
    margin-right: 10px
}

.mini-cart-content {
    margin: 0;
    width: 350px;
    top: 50px;
    left: auto;
    right: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 1001;
    text-align: left;
    padding-top: 5px;
    box-shadow: 0 0 3.76px .24px rgba(0, 0, 0, .15);
    padding: 0 30px 30px;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    transform-origin: center top 0;
    -webkit-transition: all .5s ease 0;
    -o-transition: all .5s ease 0;
    transition: all .5s ease 0
}

.mini-cart-content.cart-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0);
    transform: rotateX(0)
}

.shopping-cart-img {
    float: left;
    margin: 0 10px 0 0;
    position: relative;
    width: 85px
}

.shopping-cart-img a img {
    width: 100%;
}

.product-quantity {
    position: absolute;
    top: 5px;
    left: 5px;
    min-width: 20px;
    line-height: 20px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    padding: 0;
    text-align: center;
    font-size: 12px;
    display: inline-block;
}

.shopping-cart-title {
    overflow: hidden;
    position: relative;
    padding: 0 20px 0 0
}

.shopping-cart-title h4 a {
    display: block;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.shopping-cart-total {
    margin: 25px 0
}

.shopping-cart-title>span {
    display: block;
    margin: 5px 0 0;
    font-size: 14px;
    font-weight: 400;
}

.shopping-cart-delete a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #888;
    font-size: 18px
}

.single-shopping-cart {
    padding: 30px 0;
    overflow: hidden
}

.shopping-cart-total h4 {
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 25px
}

.shopping-cart-total h4>span {
    float: right;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize
}

.shopping-cart-total h4.shop-total {
    font-weight: 700
}

.shopping-cart-total h4.shop-total span {
    font-weight: 700
}

.default-btn {
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    border: none;
    box-shadow: none;
    padding: 10px 15px;
    line-height: 28px;
    border: none;
    border-radius: 30px
}

.category-tab-area .nav-link {
    margin: 0;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    margin: 0 20px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    border: 0;
    border-radius: 0;
    padding: 0
}

.category-tab-area .home-12 .nav-link {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    padding: 0 20px;
    cursor: pointer;
    margin: 0
}

.category-tab-area .home-12 .nav-link img {
    display: block;
    margin: auto;
    margin-bottom: 5px
}

.nav.nav-tabs.home-12 {
    position: absolute;
    top: 0;
    left: 50%
}

.category-tab-area {
    position: relative
}

.category-tab-area.mt-100px.mb-70px {
    margin-top: 100px;
    margin-bottom: 70px
}

.sub-category {
    display: flex
}

.sub-category li a.nav-link {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    position: relative;
    margin-right: 30px;
    transition: all .3s ease-in-out
}

.product-dec-slider-2 {
    display: inline-block;
    float: left;
    margin: 0 40px
}

.zoompro-wrap.zoompro-2 {
    display: inline-block;
    position: relative;
    width: 100%;
    float: left;
    overflow: hidden
}

.product-dec-slider-2 .slick-slide img {
    display: inline-block;
    width: 100%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.product-dec-slider-2 .slick-slide {
    margin: auto;
    text-align: center;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.zoompro-wrap .zoompro-span img {
    width: auto
}

.product-dec-slider-2 .slick-slide.slick-active:focus {
    outline: 0
}

.product-dec-slider-2 .slick-slide.slick-active.active img {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.product-dec-slider-2 .slick-slide img {
    width: 100px;
    height: 100px;
    margin: 0 10px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.product-details-img.product-details-tab {
    display: flex;
    flex-direction: column;
    height:500px
}

.product-details-content h2 {
    font-size: 18px!important;
    font-weight: 600;
    margin: 0 0 22px;
    line-height: 30px
}

.reference {
    font-size: 14px;
    font-weight: 700
}

.reference span {
    font-weight: 400;
    padding-left: .2rem
}

.modal-title {
    font-size: 18px;
    font-weight: 600
}

.pro-details-rating-wrap {
    display: flex;
    margin: 10px 0 0
}

.pro-details-rating-wrap .rating-product {
    margin-right: 20px
}

.read-review a.reviews:before {
    content: "\f4ad"
}

.read-review a.reviews:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    margin-right: 6px
}

.read-review a.reviews {
    margin-right: 9px
}

.read-review a {
    text-decoration: none;
    position: relative;
    margin-right: 8px;
    line-height: 21px;
    padding: 0;
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block
}

.product-details-content .old-price {
    font-size: 2.24962rem;
    margin: 20px 0 31px;
    font-weight: 600;
}
.discount_amount{
    font-size: 1.25038rem;
}
.pro-details-list {
    padding:10px 0 16px ;
}

.pro-details-color-wrap {
    font-size: 14px;
    font-weight: 700;
}

.pro-details-color-content li {
    width: 1.25rem;
    height: 1.25rem;
    display: inline-block;
    margin-right: 15px;
    border: 1px solid rgba(0, 0, 0, .05);
    cursor: pointer;
    background-size: contain;
}

.pro-details-color-wrap span {
    display: block;
    margin: 0 0 10px
}

.product-details-content .pro-details-quality .cart-plus-minus input.cart-plus-minus-box {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    float: left;
    font-size: 14px;
    height: 43px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 80px;
    outline: 0
}

.product-details-content .pro-details-quality .cart-plus-minus .dec.qtybutton {
    height: 43px;
    left: 0;
    padding-top: 10px;
    top: 0
}

.product-details-content .pro-details-quality .cart-plus-minus .inc.qtybutton {
    height: 43px;
    padding-top: 10px;
    right: 0;
    top: 0
}

.product-details-content .pro-details-quality .cart-plus-minus .qtybutton {
    cursor: pointer;
    float: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    position: absolute;
    text-align: center;
    -webkit-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    transition: all .3s ease 0;
    width: 24px
}

.product-details-content .pro-details-quality .cart-plus-minus {
    display: inline-block;
    height: 48px;
    /* overflow: hidden; */
    padding: 0;
    position: relative;
    width: 80px
}

.pro-details-cart a, .pro-details-cart button {
    position: relative;
    padding: 0 19px;
    line-height: 43px;
    height: 45px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-radius: 40px;
    box-shadow: none;
    display: block;
    margin-left: 10px
}

.pro-details-quality {
    display: inline-flex;
    width: 100%
}

.product-size {
    margin-left: 0
}

.product-size span {
    display: block;
    color: #253237;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 7px
}

.product-size .nice-select {
    -webkit-tap-highlight-color: transparent;
    height: 30px;
    line-height: 30px;
    padding-right: 30px;
    width: 60px;
    border-radius: 0
}

.product-size .nice-select .list {
    width: 100%;
    border-radius: 0
}

.pro-details-quality.mt-0px {
    margin-top: 0
}

.product-details-table .table tbody tr td {
    padding: 10px 15px;
    width: 33.33%;
    text-align: center;
    vertical-align: middle
}

.product-details-table.table-responsive.pro-details-quality {
    display: block;
    margin: 0
}

.pro-details-wish-com {
    display: flex
}

.pro-details-wish-com a {
    line-height: 30px;
    padding: 0;
    border: none;
    font-size: 14px;
    margin-right: 15px
}

.pro-details-wish-com a i {
    margin-right: 10px
}

.pro-details-social-info .social-info li a {
    display: inline-block;
    line-height: 30px;
    height: 30px;
    text-align: center;
    margin-right: 0;
    white-space: normal;
    text-indent: 0;
    overflow: hidden;
    padding: 0;
    font-size: 20px;
    width: 30px
}

.pro-details-social-info {
    display: flex;
    margin-top: 10px;
    padding-bottom: 12px
}

.pro-details-social-info span {
    display: inline-block;
    float: left;
    margin-right: 10px;
    line-height: 30px;
    font-weight: 600;
    font-size: 14px
}

.pro-details-social-info .social-info {
    margin-top: 2px
}

.pro-details-policy {
    margin: 25px 0 0
}

.pro-details-policy img {
    margin-right: 15px
}

.pro-details-policy li {
    margin-bottom: 20px
}

.pro-details-policy li:last-child {
    margin-bottom: 0
}

.feature-list ul li::before{
    display: inline-block;
    content: '';
    -webkit-border-radius: 0.375rem;
    border-radius: 0.375rem;
    height: 5px;
    width: 5px;
    margin-right: 0.5rem;
    background-color:#666;
}
.price-font{
    font-weight: 600;
}
.description-review-bottom {
    overflow: hidden;
    font-size: 15px;
    line-height: 24px;
    text-align: left;
    padding: 40px 30px 30px;
}

.description-review-topbar.nav {
    border-bottom: none;
    position: relative;
    display: block;
    margin-bottom: 0;
    margin: auto;
    text-align: center;
    margin-top: -6px
}

.description-review-topbar.nav a {
    background: 0 0;
    border: 0;
    line-height: 24px;
    padding: 0 0 15px;
    margin: 0 30px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    display: inline-block
}

.description-review-topbar.nav a:after {
    content: "";
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    background: 0 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.description-review-bottom .product-anotherinfo-wrapper ul li {
    font-size: 14px;
    list-style: outside none none;
    margin: 0 0 13px
}

.description-review-bottom .product-anotherinfo-wrapper ul li span {
    display: inline-block;
    font-weight: 500;
    margin: 0 26px 0 0;
    min-width: 180px
}

.description-review-bottom .product-description-wrapper p {
    margin: 0 0 8px;
    font-size: 15px;
    line-height: 28px;
}

.description-review-bottom .product-description-wrapper p:last-child {
    margin: 0
}

.single-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 50px
}

.single-review .review-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    margin: 0 15px 0 0
}

.single-review .review-top-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.single-review .review-top-wrap .review-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.single-review .review-top-wrap .review-left .review-name {
    margin-right: 25px
}

.single-review .review-top-wrap .review-left .review-name h4 {
    font-size: 16px;
    margin: 0;
    line-height: 1;
    font-weight: 500
}

.single-review .review-top-wrap .review-left .rating-product {
    line-height: 1
}

.single-review .review-bottom p {
    margin: 0;
    width: 93%
}

.single-review.child-review {
    margin-left: 70px;
    margin-bottom: 0
}

.ratting-form-wrapper {
    padding-left: 50px
}

.ratting-form-wrapper h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1
}

.ratting-form-wrapper .ratting-form form .star-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 6px 0 20px
}

.ratting-form-wrapper .ratting-form form .star-box span {
    margin: 0 15px 0 0
}

.ratting-form-wrapper .ratting-form form .star-box .ratting-star {
    font-size: 12px;
    margin: 2px 0 0
}

.ratting-form-wrapper .ratting-form form .rating-form-style input,
.ratting-form-wrapper .ratting-form form .rating-form-style textarea {
    padding: 2px 10px 2px 20px;
}

.rating-form-style {
    margin-bottom: 10px
}

.rating-form-style input {
    height: 45px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 10px;
    font-size: 14px;
    width: 100%;
    margin-bottom: 15px;
    outline: 0
}

.ratting-form-wrapper .ratting-form form .rating-form-style textarea {
    height: 180px;
    padding: 20px 10px 2px 20px;
    margin-bottom: 20px;
    width: 100%;
    outline: 0
}

.review-left a {
    color: #253237
}

.rating-form-style input[type=submit] {
    padding: 0 55px !important;
    line-height: 48px;
    height: 48px;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 30px;
    box-shadow: none;
    text-transform: uppercase;
    display: block;
    width: 200px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.product-details-tab-2 #gallery {
    flex: 0 0 20%;
    width: 20%
}

.product-details-tab-2 .zoompro-wrap.zoompro-2 {
    flex: 0 0 80%;
    width: 80%
}

.product-details-tab-2 .slick-slide img {
    width: 100px;
    margin: auto;
    text-align: center
}

.product-details-img.product-details-tab.product-details-tab-2 {
    flex-direction: row
}

.product-details-img.product-details-tab.product-details-tab-2.product-details-tab-3 {
    flex-direction: row-reverse
}

.product-details-img.product-details-tab.product-details-tab-2 .slick-vertical .slick-slide {
    margin: 10px 0
}

.product-details-img.product-details-tab.product-details-tab-2 .slick-vertical .slick-slide:focus {
    outline: 0
}

.single-product-slider-item {
    width: 50%
}

.single-product-gallery-list .single-product-slider-item {
    width: 100%
}

.single-product-slider-active .single-product-slider-item {
    width: 100%
}

.product-details-content.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 85px;
    left: 0;
    width: 100%
}

.single-product-slider-item img {
    width: 100%
}

.cart-table-content table thead>tr th {
    border-top: medium none;
    font-size: 15px;
    font-weight: 700;
    padding: 14px 48px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap
}

.cart-table-content table tbody>tr td.product-thumbnail {
    width: 150px;
    
}
.product-thumbnail a{
  color:#000
}

.cart-table-content table tbody>tr td img {
    font-size: 15px;
    padding: 30px 20px;
    text-align: center;
    /* width: 150px */
}

.cart-table-content table tbody>tr td.product-name {
    width: 435px;
    text-align: center
}

.cart-table-content table tbody>tr td.product-name a {
    color: #666;
    font-size: 15px;
    font-weight: 500
}

.cart-table-content table tbody>tr td.product-price-cart {
    width: 435px
}

.cart-table-content table tbody>tr td.product-price-cart span {
    font-weight: 500;
}

.cart-table-content table tbody>tr td.product-quantity {
    position: initial;
    background: initial;
    width: 435px;
    display: table-cell
}

.cart-table-content table tbody>tr td.product-quantity .cart-plus-minus {
    display: inline-block;
    height: 40px;
    padding: 0;
    position: relative;
    width: 110px
}

.cart-table-content table tbody>tr td.product-quantity .cart-plus-minus .dec.qtybutton {
    height: 40px;
    left: 0;
    padding-top: 8px;
    top: 0
}

.cart-table-content table tbody>tr td.product-quantity .cart-plus-minus .qtybutton {
    cursor: pointer;
    float: inherit;
    font-size: 16px;
    margin: 0;
    position: absolute;
    -webkit-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    transition: all .3s ease 0;
    width: 20px;
    text-align: center
}

.cart-table-content table tbody>tr td.product-quantity .cart-plus-minus input.cart-plus-minus-box {
    float: left;
    font-size: 14px;
    height: 40px;
    margin: 0;
    width: 110px;
    background: transparent none repeat scroll 0 0;
    padding: 0;
    text-align: center
}

.cart-table-content table tbody>tr td.product-quantity .cart-plus-minus .inc.qtybutton {
    height: 40px;
    padding-top: 9px;
    right: 0;
    top: 0
}

.cart-table-content table tbody>tr td.product-subtotal {
    font-weight: 500;
    text-align: center
}

.cart-table-content table tbody>tr td.product-wishlist-cart>a {
    border-radius: 50px;
    font-size: 16px !important;
    font-weight: 700;
    line-height: 1;
    padding: 0 4px ;
    text-transform: uppercase
}
.product-wishlist-cart .material-symbols-outlined{
    font-size: 22px;
}
h3.cart-page-title {
    text-align: left;
    font-size: 24px;
    line-height: 16px;
    font-style: normal;
    text-transform: none;
    margin: 0 0 30px;
    font-weight: 600
}

.cart-table-content table tbody>tr td.product-remove {
    width: 100px;
    text-align: center
}

.cart-table-content table tbody>tr td.product-remove a {
    font-size: 17px;
    margin: 0 13px
}

.cart-shiping-update-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0 60px
}

.cart-shiping-update-wrapper .cart-clear>a,
.cart-shiping-update-wrapper .cart-clear>button,
.cart-shiping-update-wrapper .cart-shiping-update>a {
    border-radius: 50px;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    padding: 18px 63px 17px;
}

.cart-shiping-update-wrapper .cart-clear>button {
    border: medium none;
    cursor: pointer;
    margin-right: 27px;
    -webkit-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    transition: all .3s ease 0
}

.cart-tax,
.discount-code-wrapper,
.grand-totall {
    border-radius: 5px;
    padding: 45px 30px 50px
}

.cart-tax .title-wrap,
.discount-code-wrapper .title-wrap,
.grand-totall .title-wrap {
    position: relative
}

.cart-tax .title-wrap h4.cart-bottom-title,
.discount-code-wrapper .title-wrap h4.cart-bottom-title,
.grand-totall .title-wrap h4.cart-bottom-title {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding-right: 18px;
    position: relative;
    z-index: 99;
}

.cart-tax .title-wrap:before,
.discount-code-wrapper .title-wrap:before,
.grand-totall .title-wrap:before {
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 10px;
    -webkit-transition: all .4s ease 0;
    -o-transition: all .4s ease 0;
    transition: all .4s ease 0;
    width: 100%;
    z-index: 1
}

.cart-tax .tax-wrapper,
.discount-code-wrapper .tax-wrapper,
.grand-totall .tax-wrapper {
    margin-top: 22px
}
.grand-totall{
    margin-top:30px
}
.tax-wrapper p {
    margin: 0
}

.tax-select-wrapper {
    margin: 5px 0 0
}

.tax-select {
    margin: 0 0 60px
}

.tax-select.mb-25px {
    margin: 0 0 25px
}

.tax-select label {
    color: #253237;
    font-size: 14px;
    margin: 0 0 5px
}

.cart-btn-2 {
    border: medium none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    padding: 13px 42px 12px;
    -webkit-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    transition: all .3s ease 0
}

.grand-totall a {
    border-radius: 50px;
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    padding: 18px 10px 17px;
    text-align: center;
    -webkit-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    transition: all .3s ease 0
}

.cart-tax .discount-code,
.discount-code-wrapper .discount-code {
    margin: 21px 0 0
}

.grand-totall h5 {
    font-size: 16px;
    margin: 36px 0 27px
}

.grand-totall h5 span {
    float: right;
    font-size: 18px;
}

.grand-totall .total-shipping {
    margin: 0 0 27px;
    padding: 28px 0
}

.grand-totall .total-shipping h5 {
    font-size: 14px;
    margin: 0
}

.grand-totall .total-shipping ul {
    padding: 19px 0 0;
}

.grand-totall .total-shipping ul li {
    list-style: outside none none;
    margin: 0 0 6px
}

.grand-totall .total-shipping ul li input {
    border: 1px solid #d7d7d7;
    border-radius: 5px !important;
    cursor: pointer;
    height: 13px;
    margin-right: 10px;
    padding: 0;
    position: relative;
    top: 2px;
    width: 13px
}

.grand-totall .total-shipping ul li span {
    float: right
}

.grand-totall h4.grand-totall-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 25px
}

.grand-totall h4.grand-totall-title span {
    float: right
}

.tax-select-wrapper .nice-select {
    width: 100%
}

.tax-select-wrapper .nice-select .list {
    width: 100%
}

.cart-tax .discount-code form input,
.discount-code-wrapper .discount-code form input {
    height: 45px;
    margin-bottom: 21px;
    padding-left: 10px;
    outline: 0;
    width: 100%
}

.tax-select input {
    width: 100%;
    height: 40px;
    outline: 0
}

.discount-code p {
    margin: 0 0 15px
}

.billing-info-wrap .billing-info input,
.billing-info-wrap .billing-select input {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 10px;
    width: 100%;
    outline: 0;
    height: 45px
}

.billing-info-wrap .nice-select {
    width: 100%;
    margin-bottom: 20px
}

.billing-info-wrap .nice-select .list {
    width: 100%
}

.billing-info-wrap .billing-info input.billing-address,
.billing-info-wrap .billing-select input.billing-address {
    margin-bottom: 10px
}

.billing-info-wrap .checkout-account label {
    /* font-weight: 400; */
    margin: 0 0 0 12px
}

.billing-info-wrap .checkout-account input {
    display: inline-block;
    float: left;
    height: 12px;
    width: 12px;
    margin-top: 7px;
    cursor: pointer
}

.billing-info-wrap .checkout-account-toggle input {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 10px;
    margin: 0 0 20px;
    width: 100%;
    height: 45px;
    outline: 0
}

.billing-info-wrap .checkout-account-toggle button.checkout-btn {
    border: medium none;
    cursor: pointer;
    font-weight: 700;
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 50px;
    z-index: 9
}

.billing-info-wrap .additional-info-wrap h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px
}

.billing-info-wrap .additional-info-wrap .additional-info textarea {
    font-size: 14px;
    height: 138px;
    padding: 17px 20px;
    width: 100%;
    outline: 0
}
.billing-info-wrap button {
    font-size: 12px;
}
.billing-info-wrap i{
    font-size: 10px;
}
.additional-info-wrap {
    margin: 30px 0
}

/* .your-order-area .your-order-wrap {
    padding: 38px 45px 44px;
} */

.your-order-area .your-order-wrap .your-order-product-info .your-order-top ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-top ul li {
    font-size: 14px;
    list-style: outside none none;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-middle {
    margin: 29px 0;
    padding: 19px 0 18px
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-middle ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 10px
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-bottom ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-bottom ul li.your-order-shipping {
    font-size: 16px;
    color: #253237;
    font-weight: 600
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-total {
    margin: 18px 0 33px;
    padding: 17px 0 19px
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-total ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-total ul li.order-total {
    font-weight: 700;
    font-size: 18px
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-total ul li {
    font-weight: 700;
    font-size: 16px;
    list-style: outside none none
}

.your-order-area .payment-accordion:last-child {
    margin: 0
}

.your-order-area .payment-accordion {
    margin: 0 0 16px
}

.your-order-area .payment-accordion h4 a {
    font-size: 16px;
    margin: 0;
    font-weight: 600
}

.your-order-area .payment-accordion .panel-body {
    padding: 5px 0 0
}

.your-order-area .payment-accordion .panel-body p {
    padding: 0 0 0 10px;
    font-size: 14px;
}

.your-order-area .Place-order>a {
    color: #fff;
    display: block;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    padding: 18px 20px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 50px;
    z-index: 9
}

.your-order-area .Place-order>a:hover {
    background: #253237;
    color: #fff
}

.Place-order {
    margin-top: 25px
}

.billing-info-wrap h3,
.your-order-area h3 {
    margin: 0 0 30px;
    font-size: 20px;
    line-height: 16px
}

.open-toggle,
.open-toggle2 {
    display: none
}

.single-my-account h3.panel-title {
    font-size: 14px;
    margin: 0;
    position: relative;
    line-height: 2;
}

.single-my-account h3.panel-title span {
    font-size: 14px;
    left: 20px;
    position: absolute;
    top: 16px
}

.single-my-account h3.panel-title a {
    display: block;
    padding: 16px 55px;
    position: relative
}

.single-my-account h3.panel-title a:before {
    content: "\f3d0";
    display: inline-block;
    font-family: Ionicons;
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -14px
}

.single-my-account .myaccount-info-wrapper {
    padding: 30px 20px;
}

.single-my-account .myaccount-info-wrapper .account-info-wrapper {
    margin-bottom: 28px;
    padding-bottom: 30px
}

.single-my-account .myaccount-info-wrapper .account-info-wrapper h4 {
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
    color: #253237;
    font-weight: 700
}

.single-my-account .myaccount-info-wrapper .account-info-wrapper h5 {
    font-size: 14px;
    letter-spacing: .2px;
    margin-top: 7px;
    font-weight: 600;
}

.single-my-account .myaccount-info-wrapper .billing-info {
    margin-bottom: 20px
}

.single-my-account .myaccount-info-wrapper .billing-info label {
    font-size: 14px;
    text-transform: capitalize
}

.single-my-account .myaccount-info-wrapper .billing-info input {
    height: 40px;
    padding: 0 15px;
    width: 100%;
    outline: 0
}

.single-my-account .myaccount-info-wrapper .billing-back-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 26px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-back a {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-back a i {
    font-size: 15px;
}

.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-btn button {
    border: medium none;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 16px 35px 17px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    transition: all .3s ease 0;
    outline: 0;
    border-radius: 30px
}

.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-info {
    padding: 13px 20px;
}

.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-info p {
    font-size: 14px;
    margin: 0;
}

.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-edit-delete a.edit {
    font-weight: 600
}

.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-edit-delete a {
    display: inline-block;
    line-height: 1;
    padding: 9px 14px;
    font-weight: 600;
    font-size: 13px;
    border-radius: 30px;
}

.entries-wrapper .form-check-label {
    font-weight: 600;
    font-size: 13px;
}

.entries-edit-delete {
    padding: 0.5rem 0;
}

.single-my-account {
    margin-bottom: 20px;
}

.single-my-account:last-child {
    margin: 0
}

.single-my-account .myaccount-info-wrapper .entries-wrapper {
    position: relative
}
.single-my-account .add-icon{
    font-size: 17px;
    font-weight: 800;
}

.single-my-account .myaccount-info-wrapper .entries-wrapper:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    left: 50%;
    top: 0;
}

.login-register-wrapper .login-register-tab-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px
}

.login-register-wrapper .login-register-tab-list a {
    position: relative
}

.login-register-wrapper .login-register-tab-list a:last-child:before {
    display: none
}

.login-register-wrapper .login-register-tab-list a:before {
    bottom: 5px;
    content: "";
    height: 18px;
    margin: 0 auto;
    position: absolute;
    right: -2px;
    -webkit-transition: all .4s ease 0;
    -o-transition: all .4s ease 0;
    transition: all .4s ease 0;
    width: 1px
}

.login-register-wrapper .login-register-tab-list a h4 {
    font-size: 25px;
    font-weight: 700;
    margin: 0 20px;
    text-transform: capitalize;
    -webkit-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    transition: all .3s ease 0;
}

.login-register-wrapper .login-form-container {
    background: transparent none repeat scroll 0 0;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    padding: 80px;
    text-align: left
}

.login-register-wrapper .login-form-container .login-register-form form input {
    font-size: 14px;
    height: 45px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0 15px;
    width: 100%;
    outline: 0
}

.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn {
    padding: 10px 0 19px
}

.login-register-wrapper .login-form-container .login-register-form form .button-box button {
    border: medium none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 11px 30px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    transition: all .3s ease 0;
    outline: 0;
    border-radius: 30px
}

.login-register-wrapper .login-form-container .login-register-form form input[type=checkbox] {
    height: 15px;
    margin: 0;
    position: relative;
    top: 1px;
    width: 17px
}

.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn label {
    font-size: 15px;
    font-weight: 400
}

.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn a.flote-none {
    float: none !important
}

.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn a {
    float: right;
    font-size: 15px;
    -webkit-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    transition: all .3s ease 0
}

.form-switch .form-check-input {
    margin-top: 6px;
}

.custom-row-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.custom-row-2 div[class^=col-] {
    padding-left: 5px;
    padding-right: 5px
}

.contact-info-wrap {
    padding: 37px 45px 0
}

.contact-info-wrap .single-contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.contact-info-wrap .single-contact-info .contact-icon {
    margin-right: 20px
}

.contact-info-wrap .single-contact-info .contact-icon i {
    font-size: 20px;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    -webkit-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    transition: all .3s ease 0
}

.contact-info-wrap .single-contact-info .contact-info-dec p {
    line-height: 19px;
    margin: 0 0 9px
}

.contact-social h3 {
    font-weight: 700;
    font-size: 24px;
    margin: 0 0 17px;
    line-height: 1
}

.contact-social .social-info li a {
    margin-right: 15px
}



.contact-form .contact-title h2 {
    font-size: 24px;
    color: #253237;
    line-height: 1;
    margin-bottom: 20px;
    margin-left: -10px
}

.contact-form .contact-form-style input,
.contact-form .contact-form-style textarea {
    background: 0 0;
    border: 1px solid #c1c1c1;
    height: 40px;
    padding: 2px 14px;
    margin-bottom: 30px;
    color: #000;
    width: 100%;
    outline: 0;
    font-size: 14px;
}

.contact-form p {
    color: #333
}

.contact-form .contact-form-style textarea {
    padding: 20px 14px;
    margin-bottom: 0;
    height: 200px
}

.contact-map {
    margin-bottom: 60px
}

.contact-form .contact-form-style button {
    border: none;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    padding: 15px 52px;
    margin-top: 33px;
    outline: 0;
    -webkit-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    transition: all .3s ease 0;
    border-radius: 30px
}

.compare-table .table tbody tr:first-child {
    border-top: 1px solid #eee
}

.compare-table .table tbody tr td.first-column {
    min-width: 180px;
    font-size: 18px;
    font-weight: 700;
    color: #253237;
    margin: 0;
    line-height: 1
}

.compare-table .table tbody tr td.product-image-title {
    min-width: 310px;
    vertical-align: bottom;
    padding-top: 70px
}

.compare-table .table tbody tr td {
    text-align: center;
    border: none;
    padding: 25px 30px;
    vertical-align: middle;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee
}

.compare-table .table tbody tr td.product-image-title .image {
    clear: both;
    width: 100%;
    margin-bottom: 40px;
    display: block
}

.compare-table .table tbody tr td.product-image-title .image img {
    max-width: 100%
}

.compare-table .table tbody tr td.product-image-title .category {
    float: left;
    clear: both;
    font-size: 13px;
    line-height: 15px;
    color: #253237;
    text-transform: capitalize;
    letter-spacing: .5px
}

.compare-table .table tbody tr td.product-image-title .title {
    float: left;
    clear: both;
    font-size: 16px;
    font-weight: 700;
    color: #253237;
    line-height: 20px;
    margin-bottom: 10px
}

.compare-table .table tbody tr td.pro-desc p {
    text-align: left;
    margin: 0
}

.compare-table .table tbody tr td.pro-color,
.compare-table .table tbody tr td.pro-price,
.compare-table .table tbody tr td.pro-stock {
    font-size: 16px;
    font-weight: 700;
    color: #253237
}

.compare-table .table tbody tr td:last-child {
    border-right: 1px solid #eee
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart {
    position: relative;
    border-radius: 30px;
    display: inline-block;
    width: 170px;
    padding: 10px 25px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    outline: 0;
    font-weight: 700
}

.compare-table .table tbody tr td.pro-remove button {
    border: none;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    outline: 0
}

.static-banner-area .banner-wrapper {
    margin: 0
}

.banner-box:after {
    background: rgba(255, 255, 255, .3);
    bottom: 50%;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 1;
    pointer-events: none
}

.banner-box:before {
    background: rgba(255, 255, 255, .3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    z-index: 1
}

.banner-box img {
    width: 100%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.banner-box:hover:before {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all .9s linear;
    -moz-transition: all .9s linear;
    -ms-transition: all .9s linear;
    -o-transition: all .9s linear;
    transition: all .9s linear
}

.banner-box:hover:after {
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all .9s linear;
    -moz-transition: all .9s linear;
    -ms-transition: all .9s linear;
    -o-transition: all .9s linear;
    transition: all .9s linear
}

.banner-left {
    float: left;
    width: 20%;
    position: relative;
    z-index: 2
}

.banner-right {
    width: 80%
}

.social li {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    color: #253237
}

.social li a {
    color: #253237
}

span.title {
    font-weight: 700;
    color: #253237
}

.blog-related-post .blog-title a {
    font-size: 20px
}

.blog-single-tags-share {
    margin: 20px 0
}

.blog-comment-form .comment-heading {
    margin: 0 0 10px
}

.blog-comment-form p {
    margin: 0 0 30px
}

.comment-area .single-review .review-top-wrap .review-left .review-name h4 {
    font-weight: 600;
    color: #253237
}

.single-form input,
.single-form textarea {
    padding: 2px 10px 2px 20px;
    background: 0 0;
    border: 1px solid #e6e6e6;
    color: #333
}

.single-form input {
    height: 45px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 10px;
    font-size: 14px;
    width: 100%;
    margin-bottom: 15px;
    outline: 0
}

.single-form textarea {
    height: 180px;
    padding: 20px 10px 2px 20px;
    margin-bottom: 20px;
    width: 100%;
    outline: 0
}

.single-form input[type=submit] {
    padding: 0 55px !important;
    line-height: 48px;
    height: 48px;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 30px;
    box-shadow: none;
    text-transform: uppercase;
    display: block;
    color: #fff !important;
    width: 200px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    margin: 20px 0 60px
}

.page-area {
    padding: 15px 0 0
}

.about-content h2 {
    font-weight: 600;
    margin: 0 0 15px;
    font-size: 40px
}

.single-about h4 {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 15px
}

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

.header-top-set-lan-curr i {
    padding-left: 5px
}

.header-action-btn {
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 7px;
    -webkit-transition: all .3s ease 0;
    transition: all .3s ease 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
    border-right-width: 1px;
    border-right-style: solid;
    border-left-color: #fff;
    line-height: 1
}
.home-cosmatics .header-action-btn{
    border-left:1px solid;
    font-weight: 600;
}

.border-right-1 {
    border-right-width: 1px;
    border-right-style: solid
}

.header-action-btn.dropdown-toggle:after {
    display: none
}

.header-top-set-lan-curr .header-action-btn.pr-0 {
    padding-right: 0
}

.header-top-set-lan-curr .dropdown .dropdown-menu {
    margin: 0;
    top: 34px !important;
    left: auto !important;
    right: 0 !important;
    min-width: 130px;
    overflow: hidden;
    border-radius: 0;
    border: none;
    -webkit-box-shadow:0px 2px 6px 0px rgb(40 40 40 / 10%);
    box-shadow: 0px 2px 6px 0px rgb(40 40 40 / 10%);
    transform: none !important;
    inset: 28px auto auto -60px !important;
    padding: 0 15px;
    width: 130px
}

.home-13 .header-top-set-lan-curr .dropdown .dropdown-menu {
    inset: 28px auto auto -25px !important
}

.header-top-set-lan-curr .dropdown .dropdown-menu li {
    width: 100%;
    padding: 10px 0
}

.header-top-set-lan-curr .dropdown .dropdown-menu li:last-child {
    border: 0
}

.header-top-set-lan-curr .dropdown .dropdown-menu .dropdown-item {
    padding: 0 10px;
    color: #474747;
    line-height: 25px;
    font-size: 13px;
    background: 0 0
}

.header-top-set-lan-curr .dropdown .dropdown-menu .dropdown-item img {
    margin-right: 5px
}

.mobile-navigation .dropdown .dropdown-menu {
    margin: 0;
    top: 34px !important;
    left: auto !important;
    right: 0 !important;
    min-width: 130px;
    overflow: hidden;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: 1px 0px 11px 1px #0000002e;
    box-shadow: 1px 0px 11px 1px #0000002e;
    transform: none !important;
    /* inset: 45px auto auto -60px !important; */
    padding: 0 15px;
    width: 130px
}

/* .mobile-navigation .dropdown .dropdown-menu .dropdown-item {
    padding: 0;
    font-size: 13px;
    background: 0 0;
} */
.mobile-navigation .dropdown .dropdown-menu li a{
    font-size: 13px;
    padding: 0
}

.mobile-navigation .dropdown .dropdown-menu li {
    width: 100%;
    padding: 10px 0
}

.mobile-navigation .dropdown .dropdown-menu li:last-child {
    border: 0
}

.mobile-navigation .header-action-btn {
    font-size: 24px;
}

.dropdown-search {
    position: relative
}

.dropdown-search input {
    padding: 10px 70px 10px 20px;
    width: 100%;
    height: 46px;
    font-size: 14px;
    border-width: 2px;
    border-radius: 30px;
    border-style: solid;
    outline: 0
}

.dropdown-search .bootstrap-select {
    width: 150px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    border: 0;
    padding: 0 25px;
    font-size: 14px;
    border-radius: 30px;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.dropdown-search .search-category {
    position: absolute;
    top: 3px;
    right: 70px
}

.dropdown-search button {
    position: absolute;
    top: 0;
    right: 0;
    height: 46px;
    line-height: 46px;
    text-align: center;
    width: 65px;
    text-align: center;
    border-radius: 0 30px 30px 0;
    padding: 0;
    border: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    font-size: 16px
}

.filter-active a {
    font-weight: 400;
    font-size: 16px;
    color: #888;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize
}

.filter-active {
    max-width: 10%;
    flex: 0 0 10%;
    align-items: center;
    display: flex;
    justify-content: flex-end
}

.filter-page .shop-tab.nav {
    flex: 0 0 50%;
    max-width: 50%
}

.filter-active a i {
    font-size: 12px;
    margin-right: 5px
}

.filter-active a:hover {
    color: #4fb68b
}

.sidebar-widget-tags a {
    color: #555;
    font-weight: 500;
    line-height: 28px
}

.contact-info a {
    font-weight: 700
}

.product-variants>.product-variants-item .radio-label {
    padding: 0 20px
}

.offcanvas-mobile_logo {
    top: 10px;
    left: 5%;
    position: absolute !important
}

.offcanvas-mobile_logo img {
    max-height: 40px
}

.your-order-area .Place-order>button {
    background-color: #000;
    color: #fff;
    display: block;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    padding: 18px 20px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 50px;
    z-index: 9
}

.prdtmodal-dialog {
    max-width: 600px !important
}

.prdtmodal-footer {
    border: none;
    justify-content: center
}

.prdtbtn-close {
    position: absolute;
    top: 5px;
    right: 5px
}

.prdttxt-right {
    text-align: right
}

.rate {
    float: left;
    height: 46px;
    padding: 0 10px
}

.rate:not(:checked)>input {
    position: absolute;
    top: auto;
    clip: rect(0, 0, 0, 0)
}

.rate:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc
}

.rate:not(:checked)>label:before {
    content: '★ '
}

.rate>input:checked~label {
    color: #ffc700
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #deb217
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #c59b08
}

.enquiry_form {
    border-radius: 6px;
    font-size: 14px;
    border: 1px solid #cdcdcd;
    background: #fff;
    border-radius: 5px;
    padding: 7px 15px;
    margin: 0;
    color: #000
}

.enquiry_btn {
    width: 100%;
    border-radius: 2px;
    border: none
}

.enquiry_btn:hover {
    width: 100%;
    border-radius: 20px;
    border: none;
}

.enquiry_heading {
    font-weight: 600;
}

.product-variants>.product-variants-item {
    margin: 1.25rem 0
}

.product-variants>.product-variants-item select {
    width: auto;
    padding-right: 1.875rem;
}
.product-variants>.product-variants-item .modal_input-radio {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}
.product-variants>.product-variants-item ul li {
    margin: .25rem;
    line-height: 1;
    margin-left: 0
}

.product-variants>.product-variants-item .color {
    margin-top: 0;
    margin-left: 0
}

.product-variants>.product-variants-item select {
    box-shadow: none
}

.product-variants>.product-variants-item {
    margin: 0;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.product-variants>.product-variants-item>* {
    margin-bottom: 0
}

.product-variants>.product-variants-item .control-label>span {
    display: none
}

.product-variants>.product-variants-item .radio-label {
    box-shadow: none;
    min-width: 60px;
    height: 36px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.product-variants>.product-variants-item .input-color {
    height: 20px;
    width: 20px;
    border-radius: 50%
}

.product-variants>.product-variants-item .color,
.product-variants>.product-variants-item .custom-checkbox input[type=checkbox]+span.color {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin: 0 10px 0 0;
    box-shadow: none
}

.product-variants>.product-variants-item .color.active,
.product-variants>.product-variants-item .color:hover,
.product-variants>.product-variants-item .custom-checkbox input[type=checkbox]+span.color.active,
.product-variants>.product-variants-item .custom-checkbox input[type=checkbox]+span.color:hover,
.product-variants>.product-variants-item .facet-label.active .custom-checkbox span.color,
.product-variants>.product-variants-item .custom-checkbox span.color,
.product-variants>.product-variants-item .input-color:checked+span,
.product-variants>.product-variants-item .input-color:hover+span {
    position: relative;
    border: 1px solid rgba(0, 0, 0, .05)
}

.product-variants>.product-variants-item .color.active:before,
.product-variants>.product-variants-item .color:hover:before,
.product-variants>.product-variants-item .custom-checkbox input[type=checkbox]+span.color.active:before,
.product-variants>.product-variants-item .custom-checkbox input[type=checkbox]+span.color:hover:before,
.product-variants>.product-variants-item .facet-label.active .custom-checkbox span.color:before,
.product-variants>.product-variants-item .custom-checkbox span.color:before,
.product-variants>.product-variants-item .input-color:checked+span:before,
.product-variants>.product-variants-item .input-color:hover+span:before {
    content: '';
    position: absolute;
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
    border-radius: 50%;
    border: 1px solid #253237;
    pointer-events: none
}

.product-variants .control-label {
    display: inline-block;
    width: auto;
    margin: 0 1.25rem 0 0;
    font-weight: 600;
    font-size: .9375rem
}

.product-variants .input-container {
    position: relative
}

.product-variants .input-radio {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0
}

.form-control.is-valid,
.was-validated .form-control:valid {
    background-image: none
}

.link-dark {
    font-size: 16px
}

.toast-close {
    opacity: 1
}

.pop-up-from {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.pop-up-from .content {
    background: #fff;
    padding: 40px;
    width: 100%;
    max-width: 500px;
    min-width: 200px;
    border-radius: 10px;
    text-align: center
}

.pop-up-from .content header h1 {
    font-size: 230%;
    margin-top: 0
}

.pop-up-from .content section {
    color: var(--p-color);
    font-size: 15px
}

.input-form-pop {
    width: 100% !important;
    margin: 5px 0 !important
}

.pop-up-from .content footer input {
    border: unset;
    background-color: var(--input-background);
    padding: var(--padding-15);
    font-size: 13px;
    border-radius: var(--radius-50);
    width: 250px;
    margin: 8px 0 !important
}

.pop-up-from .content footer button {
    background-color: var(--button-background);
    color: #fff;
    border: unset;
    width: 120px;
    border-radius: var(--radius-50);
    margin-left: 10px;
    cursor: pointer;
    height: 45px
}

.forms-fileds {
    display: grid;
    grid-template-columns: 49% 49%;
    grid-column-gap: 2%
}

.pop-up-from .content footer input:focus,
.pop-up-from .content footer button:focus {
    outline: none
}

.newslatter_modal_dialog {
    max-width: 600px !important;
    margin: 1.75rem auto
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 0 solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 0 solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

#btnnewslatter {
    padding: .5rem;
    margin: -.5rem -.5rem -.5rem auto;
    position: absolute;
    top: 5px;
    color: red;
    right: 5px
}

.purchase_due {
    font-size: 29px;
    margin: 0 0 10px
}

.desc {
    font-size: 15px;
}

/* .inner {
    padding: 1rem 1.2rem;
} */

.icon {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    top: -10px;
    right: 10px;
    z-index: 0;
    font-size: 70px;
    color: rgba(0, 0, 0, .15);
    padding-top: 10px
}

.fabs {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

/* .left-dashboard {
    padding-right: 2rem;
} */

.left-dashboard .card-title {
    font-size: 15px;
    margin-bottom: 14px;
    color: #000;
}

.left-dashboard form {
    text-align: center;
}

.small-boxes {
    position: relative;
    margin-bottom: 20px;
    /* box-shadow: 0 1px 0px rgb(0 0 0 / 4%);
    border: 1px solid rgb(0 0 0 / 4%); */
    box-shadow: 1px 1px 1px rgb(0 0 0 / 2%);
    border: 1px solid #ebebeb;
    border-radius: 6px;
    font-weight: 600;
}
.small-boxes .inner{
    padding: 0.6rem 1rem;
}
.info-box {
    display: block;
    min-height: 90px;
    width: 100%;
    box-shadow: 0px 0px 10px #cbcbcb;
    border-radius: 5px !important;
    margin-bottom: 23px
}

.info-box-content {
    padding: 14px 10px;
    margin-left: 90px
}

.info-box-icon {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px
}

.info-box-number {
    display: block;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase
}

.table>:not(:first-child) {
    border-top: none !important;
}

.order-table table th {
    font-weight: 600;
}

.order-table table {
    border-left: 1px solid rgba(0 0 0/4%);
    border-right: 1px solid rgba(0 0 0/4%);
}

.list-group-item+.list-group-item {
    border: 1px solid rgb(0 0 0 / 4%);
}

.latest-order {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 14px;
    margin: 14px 0 0;
    border: 1px solid #ebebeb;    
}

.rightside-content {
    /* padding: 0 30px; */
    /* background-color: #cccccc1f; */
    border-radius: 6px;
}
.rightside-content table{
    border: 1px solid #ebebeb;
}
.list-group-item.active {
    z-index: 2;
}

.profile-picc {
    border-radius: 50%;
    height: 130px;
    width: 130px;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    vertical-align: middle;
    text-align: center;
    color: transparent;
    transition: all .3s ease;
    text-decoration: none;
    cursor: pointer
}

.profile-picc:hover {
    z-index: 10000;
    transition: all .3s ease;
    text-decoration: none
}

.profile-picc span {
    display: inline-block;
    padding-top: 4.5em;
    padding-bottom: 4.5em
}

form input[type=file] {
    display: none;
    cursor: pointer
}

.list-group-item {
    border: 1px solid rgb(0 0 0 / 4%)
}

.list-group-item.active {
    z-index: 2;
}
.list-group-item:first-child,.list-group-item:last-child{border-radius: 0!important;}
.list-group-item {
    padding: 0.8rem;
    font-weight: 600;
}

label.error {
    font-size: 14px
}

.contact-form .contact-form-style input {
    background: 0 0;
    border: 1px solid #c1c1c1;
    height: 40px;
    padding: 2px 14px;
    margin-bottom: 10px;
    color: #000;
    width: 100%;
    outline: 0;
    margin-top: 6px
}

.contact-form .contact-form-style textarea {
    height: 118px
}
.contact-form {
    padding: 37px 45px
}

.cart-table-content table tbody>tr td.product-price-cart {
    width: 435px;
    text-align: center
}

.wish-icon {
    padding: 6px
}

/* .product-decs {
    min-height: 165px !important
} */

.banner-wrapper {
    position: relative;
    overflow: hidden;
    max-height: 280px;
    /* height: 200px; */
}
.blog-post .banner-wrapper {
     height: 200px;
}
.owl-carousel .owl-item .brand-slider-item img {
    max-width: 100%;
    width: auto;
    margin: auto;
    height: 60px;
    max-height: 40px;
}

.modal-dialog {
    /* max-width: 700px !important; */
    margin: 1.75rem auto
}

.modal-content {
    border-radius: 8px;
    border: none;
}

.form-control:focus {
    outline: 0;
    box-shadow: none !important
}

#newsletter {
    background: linear-gradient(131deg, 0%, 87%);
    padding: 40px 0;
    text-align: center;
    width: 100%;
    margin: 0 auto
}

#newsletter h3 {
    font-size: 36px;
    font-weight: 400;
}

#newsletter p {
    font-size: 15px;
    font-style: italic;
    padding: 0;
    margin: 25px 0 40px
}

#newsletter form {
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, .1);
    text-align: left
}

#newsletter form input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px)
}

#newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    border: 0;
    background: 0 0;
    font-size: 16px;
    padding: 0 20px;
    border-radius: 50px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, .1)
}

#newsletter form input[type=submit]:hover {
    opacity: .9
}

#newsletter .social-links {
    margin-top: 30px
}

#newsletter .social-links a {
    font-size: 18px;
    display: inline-block;
    line-height: 1;
    padding: 10px 0;
    margin-right: 4px;
    border-radius: 10px 10px 10px 0;
    text-align: center;
    width: 38px;
    height: 38px;
    transition: .4s
}

#newsletter .social-links a:hover {
    color: #fff;
    text-decoration: none
}

.dropdown_search {
    background: 0 0 !important
}

.filter_style {
    padding: 8px 10px;
    border: none;
    border-radius: 50px;
    width: 60%;
}

/* .shop-tab.nav {
    flex: 0 0 100%;
    max-width: 60%
} */

.searchItem {
    position: relative;
    margin: 0 0 0 52px
}

.searchItemList {
    position: absolute;
    max-height: 300px;
    width: 100%;
    z-index: 999;
    overflow-y: scroll;
    padding: 13px 10px
}

.hide {
    display: none
}

.home-5 .main-navigation ul li ul.mega-menu-wrap {
    left: 0 !important
}



.color_att {
    float: left;
    font-size: 14px;
    height: 35px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 98px;
    outline: 0;
    border-radius: 50px;
    text-transform: uppercase
}

select {
    word-wrap: normal;
    background: 0 0;
    border: none
}

.owl-carousel .owl-item img {
    display: block;
    min-width: 150px;
    min-height: 150px;
    width: 100%;
}

.transaction-fail {
    font-size: 2em;
    padding: 10px 20px;
    border-radius: 50%;
    width: 140px;
    height: 134px;
    line-height: 120px;
}

.searchItemList {
    position: absolute;
    max-height: 300px;
    width: 100%;
    z-index: 999;
    overflow-y: scroll;
    padding: 13px 10px;
    border-radius: 2px 2px 20px 20px
}

.header2 .searchItem {
    position: relative;
    margin: 0 17px 0 16px
}

.header3_search .searchItem {
    position: absolute;
    left: auto;
    right: 0;
    top: 85px;
    width: 484px
}

.product-details-content h1 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 6px;
    line-height: 30px
}

.shop-bottom-area img {
    max-width: 200px;
    max-height: 200px;
    min-height: 146px
}

.cart-table-content table tbody>tr td img {
    font-size: 15px;
    padding: 30px 20px;
    text-align: center;
    height: 160px
}

.description-review-bottom .product-anotherinfo-wrapper ul li span {
    display: inline-block;
    font-weight: 500;
    margin: 0 26px 0 0;
    min-width: 152px;
    padding-right: 30px
}

.header_account_list {
    margin-right: 40px;
    position: relative
}

.emailmodalverify {
    display: block
}

.emailmodalverify.fade:not(.show) {
    opacity: 1
}

.emailmodalverify .modal-dialog {
    max-width: 650px
}

.enquiry-form .prdtbtn-close, #newAddressModal .prdtbtn-close {
    text-align: center;
    right: -9px;
    height: 26px;
    font-size: 14px;
    width: 26px;
    line-height: 1;
    border: 1px solid #ffffff;
    top: -9px;
    position: absolute;
    border-radius: 50%;
    opacity: 1;
}

.enquiry-form select {
    border: 1px solid #cdcdcd;
    font-size: 14px;
    border-radius: 6px
}

.enquiry-form .form-control:focus,
.enquiry-form select:focus-visible {
    box-shadow: none
}

.enquiry-form .prdtmodal-dialog {
    max-width: 600px !important;
    margin: auto
}

.enquiry-form .size {
    font-size: 14px;
    padding-left: 1.4rem
}

.newsletter-popup .modal-dialog .modal-body {
    padding: 0;
}

.enquiry-form .form-control:focus,
.enquiry-form select:focus-visible,
.enquiry-form .enquiry_btn:focus {
    border-color: #0e0808e3;
    box-shadow: none
}

.enquiry-form select {
    width: 100%
}

.enquiry-form .enquiry_btn, #addressformbutton {
    padding: 0.6rem 1.4rem;
    border-radius: 36px;
    transform: translateY(27px);
    width: 100%;
    font-size: 14px;
}

.enquiry-form label {
    font-weight: 600;
    font-size: 13px;
}

.enquiry-form .form-control,
.enquiry-form select {
    font-size: 13px;
    line-height: 2;
    height: 46px;
}

.home-furniture .main-header.py-3 {
    padding-top: .4rem !important;
    padding-bottom: .4rem !important
}

.home-furniture .product-decs {
    min-height: auto !important
}

.thankyou_wrapper {
    margin: 7rem 0;
}

.thankyou_wrapper p a {
    font-weight: 600;
}

.thankyou_wrapper .btn {
    border-radius: 40px;
    font-size: 16px;
}

.login-register-area .form-control {
    font-size: 0.8rem;
    line-height: 2.4;
}

.login-register-area .login-page {
    margin: 5rem 0
}

.billing-info-wrap label {
    font-weight: 600;
    margin-bottom: 6px;
}
.billing-wrapper{
    height:200px;
    overflow-y: auto;
}
.billing-wrapper::-webkit-scrollbar {
    width: 5px;
    background: #6f707000; 
    border-radius: 4px;
  }
  .billing-wrapper::-webkit-scrollbar-track {
    background: rgba(82, 82, 82, 0.192); 
  }
   
  
  .billing-wrapper::-webkit-scrollbar-thumb {
    background: #a7a7a734; 
  }
.pt-5px {
    padding-top: 5rem
}

.your-order-area {
    padding: 50px 24px;
}

.your-order-area .your-order-wrap {
    padding: 0px
}



.your-order-area .your-order-wrap .your-order-product-info .your-order-middle {
    margin: 0px 0 10px;
    padding: 3px 0 0px;
    border-top: none
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-middle ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-total ul li h4 {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    padding: 6px 0
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-total ul li {
    font-weight: 600;
    font-size: 15px;
    width: 100%;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-total {
    margin: 14px 0 16px;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-middle ul li {
    margin-bottom: 10px;
    margin-right: 2rem;
    display: block;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-middle ul li:last-child {
    margin-right: 0;
    width: 100%;
}

.payment_section label {
    margin: 0 1rem
}

.your-order-area .payment-accordion .panel-body p {
    color: #000;
    padding: 0;
    line-height: 2;
}

.Place-order button {
    border-radius: 30px;
    line-height: 2.2;
}

.billing-info-wrap .additional-info-wrap .additional-info textarea {
    height: 72px;
}

.product_img {
    width: 80px;
    height: 80px;
    overflow: hidden;
}

.billing-info-wrap .billing-info input,
.billing-info-wrap .billing-select input {
    padding-left: 10px
}

.myaccount-info-wrapper .verified {
    line-height: 6;
}

.myaccount-info-wrapper .custom-control-label {
    font-weight: 700;
}

.myaccount-info-wrapper .custom-control-label i {
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 4px;
    font-size: 11px;
    font-weight: 700;
    border-radius: 50%;
}

.page_error {
    padding: 1rem 0 5rem;
    background: #fff;
}

.page_error p {
    padding: 0.5rem 0;
}

.link_error {
    margin: 5px 0.6rem 5px 0;
    border-radius: 0.3rem;
    font-weight: 600;
    font-size: 16px;
    padding: 0.5rem 1rem;
}

.product-flag {
    position: absolute;
    left: 8px;
    top: 8px;
    z-index: 2;
}

.product-flag li {
    color: #fff;
    padding: 1px 7px;
    margin: 0.2rem 0;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    border-radius: 31px;
    z-index: 1;
}
/* offcanvas */
body.offcanvas-open {
    overflow: hidden;
    /* padding-right: 17px */
}

.offcanvas {
    font-size: 14px;
    font-weight: 400;
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    left: auto;
    display: block;
    width: 400px;
    height: 100%;
    padding: 20px;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: auto;
    visibility: visible;
    opacity: 0
}

@media only screen and (max-width:479px) {
    .offcanvas {
        width: 300px
    }
}

.offcanvas .inner {
    position: relative;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto
}

.offcanvas .inner .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 30px 20px
}

.offcanvas .inner .head .title {
    color: #000;
    font-weight: 700
}

.offcanvas .inner .head .offcanvas-close {
    position: relative;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    border: 0;
    background-color: transparent
}

.offcanvas .inner .head .offcanvas-close::after {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 20px;
    height: 2px;
    content: "";
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #4fb68d
}

.offcanvas .inner .head .offcanvas-close::before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 20px;
    height: 2px;
    content: "";
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #4fb68d
}

.hover-style-cosmatics.offcanvas .inner .head .offcanvas-close::before,
.hover-style-cosmatics.offcanvas .inner .head .offcanvas-close:after {
    background-color: #c0b07d
}

.hover-style-electronic .inner .head .offcanvas-close::before,
.hover-style-electronic .inner .head .offcanvas-close:after {
    background-color: #0090f0
}

.hover-style-furniture .inner .head .offcanvas-close::before,
.hover-style-furniture .inner .head .offcanvas-close:after {
    background-color: #ef1e1e
}

.hover-style-medical .inner .head .offcanvas-close::before,
.hover-style-medical .inner .head .offcanvas-close:after {
    background-color: #0bbfbd
}
.hover-style-cosmatics.offcanvas .inner .foot .buttons a:hover {
    background-color: #c0b07d
}

.hover-style-cosmatics.offcanvas .inner .foot .buttons a:hover {
    background-color: #c0b07d
}

.hover-style-cosmatics.offcanvas .inner .foot .buttons .current-btn {
    background-color: #c0b07d
}

.hover-style-electronic .minicart-product-list li .content .quantity-price .amount {
    color: #0090f0
}

.hover-style-electronic.offcanvas .inner .foot .buttons a:hover {
    background-color: #0090f0
}

.hover-style-electronic.offcanvas .inner .foot .buttons a:hover {
    background-color: #0090f0
}

.hover-style-electronic.offcanvas .inner .foot .buttons .current-btn {
    background-color: #0090f0
}

.hover-style-furniture .minicart-product-list li .content .quantity-price .amount {
    color: #ef1e1e
}

.hover-style-furniture.offcanvas .inner .foot .buttons a:hover {
    background-color: #ef1e1e
}

.hover-style-furniture.offcanvas .inner .foot .buttons a:hover {
    background-color: #ef1e1e
}

.hover-style-furniture.offcanvas .inner .foot .buttons .current-btn {
    background-color: #ef1e1e
}

.hover-style-medical .minicart-product-list li .content .quantity-price .amount {
    color: #0bbfbd
}

.hover-style-medical.offcanvas .inner .foot .buttons a:hover {
    background-color: #0bbfbd
}

.hover-style-medical.offcanvas .inner .foot .buttons a:hover {
    background-color: #0bbfbd
}

.hover-style-medical.offcanvas .inner .foot .buttons .current-btn {
    background-color: #0bbfbd
}

.offcanvas .inner .head .offcanvas-close:hover:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.offcanvas .inner .head .offcanvas-close:hover:after {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.offcanvas .inner .offcanvas-menu ul li {
    position: relative;
    display: block;
    line-height: 28px
}

.offcanvas .inner .offcanvas-menu ul li a {
    display: block;
    padding: 7px 20px;
    text-transform: capitalize;
    color: #253237;
    border-top: 1px solid #eee;
    font-size: 14px;
    font-weight: 600
}

.offcanvas .inner .offcanvas-menu ul li .sub-menu {
    position: static;
    top: auto;
    display: none;
    visibility: visible;
    width: 100%;
    min-width: auto;
    padding: 0;
    -webkit-transition: none;
    transition: none;
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
    transform-origin: 0;
    transform-style: inherit;
    transform: none
}

.offcanvas .inner .offcanvas-menu ul li .sub-menu li {
    line-height: inherit;
    position: relative
}

.offcanvas .inner .offcanvas-menu ul li .sub-menu li a {
    text-transform: capitalize;
    padding-left: 30px;
    padding-right: 0;
    display: block;
    border-top: 1px solid #eee;
    font-size: 14px;
    font-weight: 600
}

.offcanvas .inner .offcanvas-menu ul li .sub-menu li:last-child {
    border-bottom: 0 solid #eee
}

.offcanvas .inner .offcanvas-menu ul li .menu-expand {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 20px;
    width: 24px;
    height: 43px;
    cursor: pointer;
    background-color: transparent
}
/* 
.offcanvas .inner .offcanvas-menu ul li:hover>a {
    color: #4fb68d
}

.offcanvas .inner .offcanvas-menu ul li:hover>span.menu-expand:before {
    background: #4fb68d
}

.offcanvas .inner .offcanvas-menu ul li:hover>span.menu-expand:after {
    background: #4fb68d
}

.offcanvas.hover-style-cosmatics .inner .offcanvas-menu ul li:hover>a {
    color: #c0b07d
}

.offcanvas.hover-style-cosmatics .inner .offcanvas-menu ul li:hover>span.menu-expand:before {
    background: #c0b07d
}

.offcanvas.hover-style-cosmatics .inner .offcanvas-menu ul li:hover>span.menu-expand:after {
    background: #c0b07d
}

.offcanvas.hover-style-electronic .inner .offcanvas-menu ul li:hover>a {
    color: #0090f0
}

.offcanvas.hover-style-electronic .inner .offcanvas-menu ul li:hover>span.menu-expand:before {
    background: #0090f0
}

.offcanvas.hover-style-electronic .inner .offcanvas-menu ul li:hover>span.menu-expand:after {
    background: #0090f0
}

.offcanvas.hover-style-furniture .inner .offcanvas-menu ul li:hover>a {
    color: #ef1e1e
}

.offcanvas.hover-style-furniture .inner .offcanvas-menu ul li:hover>span.menu-expand:before {
    background: #ef1e1e
}

.offcanvas.hover-style-furniture .inner .offcanvas-menu ul li:hover>span.menu-expand:after {
    background: #ef1e1e
}

.offcanvas.hover-style-medical .inner .offcanvas-menu ul li:hover>a {
    color: #0bbfbd
}

.offcanvas.hover-style-medical .inner .offcanvas-menu ul li:hover>span.menu-expand:before {
    background: #0bbfbd
}

.offcanvas.hover-style-medical .inner .offcanvas-menu ul li:hover>span.menu-expand:after {
    background: #0bbfbd
} */



.offcanvas .inner .offcanvas-social li {
    display: inline-block;
    margin: 0;
    line-height: 40px;
    padding: 0
}

.offcanvas .inner .offcanvas-social {
    margin: 0.6rem auto;
}

.offcanvas .inner .offcanvas-social li:last-child {
    margin: 0
}



.offcanvas .inner .offcanvas-social li a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    padding: 0;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    border: none;
    z-index: 1;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}



.offcanvas .inner .foot .buttons a {
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    border: none;
    color: #272727;
    box-shadow: none;
    padding: 10px 15px;
    line-height: 28px;
    border: none;
    border-radius: 30px
}


.offcanvas .inner .foot .sub-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 30px 0 0 0
}

.offcanvas .inner .foot .sub-total .table>:not(caption)>*>* {
    padding: 0;
    border: 0
}

.offcanvas .inner .foot .sub-total .table>tbody>tr>td {
    border: none;
    padding: 0;
    text-transform: capitalize;
    font-size: 20px;
    vertical-align: middle;
    font-weight: 500;
    line-height: 30px
}

.offcanvas .inner .foot .sub-total .amount {
    font-weight: 600
}

.offcanvas .inner .foot .minicart-message {
    margin-top: 30px;
    margin-bottom: 30px
}

.offcanvas-menu>ul>li .menu-expand {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 24px;
    height: 44px;
    cursor: pointer;
    background-color: transparent
}

.offcanvas-menu>ul.sub-menu>li .menu-expand {
    right: 15px
}

.offcanvas.offcanvas-mobile-menu {
    right: auto;
    left: 0;
    padding: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 350px;
    padding: 50px 0 0px
}

@media only screen and (max-width:479px) {
    .offcanvas.offcanvas-mobile-menu {
        width: 300px
    }
}

.offcanvas.offcanvas-mobile-menu .offcanvas-close {
    position: absolute;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    border: 0;
    left: 0;
    top: 5px;
    background-color: transparent;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    border-radius: 50%
}


.offcanvas.offcanvas-mobile-menu .offcanvas-close::after {
    position: absolute;
    top: calc(50% - 1px);
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 2px;
    content: "";
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.offcanvas.offcanvas-mobile-menu .offcanvas-close::before {
    position: absolute;
    top: calc(50% - 1px);
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 2px;
    content: "";
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.offcanvas.offcanvas-mobile-menu .offcanvas-close:hover:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.offcanvas.offcanvas-mobile-menu .offcanvas-close:hover:after {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.offcanvas.offcanvas-cart .inner .head,
.offcanvas.offcanvas-wishlist .inner .head {
    margin-bottom: 30px;
    padding: 0
}

.offcanvas.offcanvas-cart .inner .head .title,
.offcanvas.offcanvas-wishlist .inner .head .title {
    font-size: 20px
}

.offcanvas-menu>ul>li .menu-expand::after,
.offcanvas-menu>ul>li .menu-expand::before {
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 7px);
    width: 14px;
    height: 2px;
    content: "";
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: scale(.75);
    transform: scale(.75);
}

.offcanvas-menu>ul>li .menu-expand::after {
    -webkit-transform: rotate(90deg) scale(.75);
    transform: rotate(90deg) scale(.75)
}

.offcanvas-menu>ul>li.active>.menu-expand::after {
    -webkit-transform: rotate(0) scale(.75);
    transform: rotate(0) scale(.75)
}

.offcanvas-menu>ul>li .sub-menu li.active>.menu-expand::after {
    -webkit-transform: rotate(0) scale(.75);
    transform: rotate(0) scale(.75)
}

.offcanvas.offcanvas-mobile-menu.offcanvas-open {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.offcanvas.offcanvas-mobile-menu.offcanvas-open .offcanvas-close {
    left: 85%
}

.offcanvas-overlay {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
}

.offcanvas.offcanvas-open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.offcanvas .offcanvas-userpanel ul li {
    display: block;
    background: 0 0;
    width: 100%;
    text-align: left;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
    text-transform: capitalize
}

.offcanvas .offcanvas-userpanel ul li.offcanvas-userpanel__role a {
    display: block;
    padding: 5px 20px
}

.offcanvas .offcanvas-userpanel ul li.offcanvas-userpanel__role a img {
    margin-right: 5px;
    vertical-align: -1px
}

.offcanvas .offcanvas-userpanel ul li.offcanvas-userpanel__role a i {
    float: right;
    font-size: 16px
}
.offcanvas .offcanvas-userpanel ul li.offcanvas-userpanel__role ul.user-sub-menu {
    display: none
}

.offcanvas .offcanvas-userpanel ul li.offcanvas-userpanel__role ul.user-sub-menu li a {
    display: block;
    padding-left: 30px;
}
.offcanvas .menu-close {
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    pointer-events: none;
    position: relative
}

.offcanvas .menu-close i {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -12px;
    font-size: 24px
}

/*  */
@media (min-width:1920px) {
    .container-fluid {
        padding: 0 90px;
        max-width: 1920px
    }
}

@media (min-width:1200px) {
    .single-product-page .container {
        max-width: 1200px
    }

    .container {
        max-width: 1440px
    }

    .product-feature-area-two .col-right {
        padding-left: 80px
    }

    .product-feature-area-two .col-left {
        padding-right: 80px
    }
}

@media only screen and (max-width:767px) {
    .slider-height-21 {
        height: 350px
    }

    .slider-area .slider-content-21 h1 {
        font-size: 30px
    }

    .slider-area .slider-content-21 h2 {
        font-size: 30px
    }

    .slider-content {
        margin: 0
    }

    .slider-area .slider-content-21 p {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .slider-area .slider-content-21 .shop-btn {
        padding: 0 10px;
        font-size: 14px
    }

    .desc-title {
        font-size: 12px
    }

    .feature-title h2 {
        font-size: 24px
    }

    .feature-title {
        padding-bottom: 20px
    }

    .inner-content h3,
    .left-content h3,
    .right-content h3 {
        font-size: 24px;
        margin-bottom: 20px;
        line-height: 28px
    }
    .slider-height-10{
        background-size: cover;
    }
 
}

@media only screen and (max-width:575px) {
    .slider-height-21 {
        height: 300px
    }
}

@media only screen and (max-width:991px) and (min-width:768px) {
    .single-product-page .main-navigation ul li ul.mega-menu-wrap {
        width: 100%
    }

    .slider-height-21 {
        height: 400px
    }

    .slider-area .slider-content-21 h1 {
        font-size: 40px
    }

    .slider-area .slider-content-21 h2 {
        font-size: 40px
    }

    .slider-content {
        margin: 0
    }

    .slider-area .slider-content-21 p {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .slider-area .slider-content-21 .shop-btn {
        padding: 0 15px;
        font-size: 14px
    }

    .inner-content h3,
    .left-content h3,
    .right-content h3 {
        font-size: 24px;
        margin-bottom: 20px;
        line-height: 30px
    }
}

@media only screen and (min-width:992px) and (max-width:1169px) {
    .col-center {
        padding: 0 40px
    }

    .single-product-page .main-navigation ul li ul.mega-menu-wrap {
        width: 100%
    }

    .slider-height-21 {
        height: 550px
    }

    .slider-area .slider-content-21 h1 {
        font-size: 45px
    }

    .slider-area .slider-content-21 h2 {
        font-size: 45px
    }

    .slider-area .slider-content-21 p {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .slider-area .slider-content-21 span {
        margin-bottom: 20px
    }

    .slider-area .slider-content-21 .shop-btn {
        padding: 0 20px;
        font-size: 14px
    }

    .left-content h3,
    .right-content h3 {
        font-size: 33px
    }
}

@media (min-width:1200px) and (max-width:1499px) {
    .slider-height-21 {
        height: 600px
    }

    .slider-area .slider-content-21 h1 {
        font-size: 55px
    }

    .slider-area .slider-content-21 h2 {
        font-size: 55px
    }

    .slider-area .slider-content-21 p {
        margin-top: 20px;
        margin-bottom: 20px
    }
}

@media (min-width: 1170px) and (max-width: 1366px) {
    .dropdown_search {
        width: 463px;
        right: 27px;
    }
}

@media(max-width:453px) {
    .page_error {
        padding: 9rem 0 3rem;
    }

    .link_error {
        margin: 5px 0rem 5px 0
    }
}



@media only screen and (min-width:992px) and (max-width:1169px) {
    .filter-page .select-shoing-wrap {
        flex: 0 0 40%;
        max-width: 40%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .filter-page .select-shoing-wrap {
        flex: 0 0 40%;
        max-width: 40%
    }
}

@media only screen and (max-width:767px) {
    .filter-active {
        margin-top: 15px;
        max-width: 20%;
        flex: 0 0 20%;
        justify-content: flex-start
    }

    .shop-top-bar {
        padding: 10px 18px 10px;
    }

    .filter-page .shop-tab.nav {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(max-width:767px) {
    .product-variants-item ul {
        display: contents
    }

    .pro-details-cart a {
        padding: 12px 6px;
        line-height: 16px;
        height: 40px;
        font-size: 11px;
        border-radius: 6px
    }

    .product-details-content .pro-details-quality .cart-plus-minus {
        height: 40px
    }

    .product-details-content .pro-details-quality .cart-plus-minus input.cart-plus-minus-box {
        height: 38px
    }

    .product-details-content .pro-details-quality .cart-plus-minus .dec.qtybutton,
    .product-details-content .pro-details-quality .cart-plus-minus .inc.qtybutton {
        padding-top: 8px
    }

    /* .filter_style,
    .select-shoing-wrap .filter_style {
        width: 100% !important
    } */

    .select-shoing-wrap {
        display: -webkit-box
    }

    .static-area-wrap {
        padding: 0 20px 25px
    }

    

    
}

@media only screen and (max-width:991px) and (min-width:768px) {
    .static-area-wrap .single-static {
        padding: 10px 5px
    }
}

@media screen and (max-width:720px) {
    .pop-up-from .content {
        padding: var(--padding-15)
    }

    .pop-up-from .content footer input {
        width: 230px;
        margin-bottom: 10px
    }

    .pop-up-from .content header h1 {
        font-size: 200%;
        margin-top: 0
    }
}

@media screen and (min-device-width:320px) and (max-device-width:768px) {
    .modal-dialog .quickview-big-img img {
        width: 50%;
        text-align: center
    }

    .product-details-content h2 {
        font-size: 16px;
        font-weight: 600;
        margin: 0 0 22px;
        line-height: 30px
    }

    .product-details-content .old-price {
        font-size: 18px;
        margin: 20px 0
    }
}


/* Header-2 CSS */
.header_account_area .main-navigation {
    flex: 0 0 34%;
}
.was-validated .form-control:invalid{
    border:1px solid red
}
.recent-add-area .owl-carousel.owl-drag .owl-item,
 .recent-add-area .owl-stage, .recent-add-area .owl-carousel .owl-stage-outer{
    display: flex;
}
.recent-add-area  .img-block{
    border-radius: 13px;
}
/* blog */
.single-post-content p{
    padding:1rem 0
}
.single-blog-post .single-blog{
    height: 400px;
    overflow: hidden;
    width: 100%;
}
/* checkout-form-wrap */
.checkout-form-wrap
    .modal-dialog {
        max-width: 600px !important;
        margin: 1.75rem auto;
}
/* .form-label {
    font-weight: 600;
} */
.login-register-area .btn {
    border-radius: 20px;
}
.back-to-login a{
    font-weight: 600;
    color: #000;
}
/* Onload Form */

.newsletter-popup .modal-dialog {
    width: 770px;
    max-width: inherit;
    padding: 0;
    border: 0;
    margin: 0 auto;
    text-align: center;
    position: relative;
    background-color: #fff;
    top:4rem;
  }
  
  .newsletter-popup .btn-close {
    top: -16px;
    right: -12px;
    background: #3b61b9;
    color: #fff;
    opacity: 1;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    z-index: 99;
}
 
  .white-popup {
    display: flex;
    max-height: 480px;
  }
  
  .banner-newsletter {
    float: left;
    width: 100%;
    overflow: hidden;
  }
  
  .popup-newsletter {
    position: relative;
    overflow: hidden;
    padding: 60px 50px 0;
    text-align: center;
    min-height: 350px;
    width: 100%;
  }
  
  .popup-title h1 {
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: bold;
  }
  
  .popup-title .notice {
    font-size: 14px;
    text-transform:capitalize;
  }
  .newsletter-email {
    width: 100%;
    height: 54px;
    border-color: rgba(0, 0, 0, 0.1);
    font-size: 14px;
  }
  
  .newsletter-popup button#modal_subscribe {
    width: 100%;
    background-color: #3b61b9;
    height: 50px;
    margin: 10px 0;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    border: none;
    text-transform: uppercase;
  }
  
  .newsletter-popup .checkbox-bottom {
    margin-top: 10px;
  }
  
  .newsletter-popup input[type=checkbox] {
    display: none;
  }
  
  .newsletter-popup .checkbox-bottom label {
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
  }
 
  .newsletter-popup  input[type=checkbox]+label:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #cfcfcf;
    margin: 0 10px 0 30px;
    top: 2px;
    position: relative;
    cursor: pointer;
  }
  .newsletter-popup ul li{
    display: inline-flex;
    margin: 0 2px ;

}
  .newsletter-popup ul li a {
    width: 30px;
    height: 30px;
    background: #3b61b9;
    border-radius: 50%;
    text-align: center;
    line-height: 2.2;
    font-size: 14px;
    color: #fff;
}
/* QTY-SECTION */
.qty-carousel{
    margin-left: 4.6rem;
}
.qty-carousel .qty, .qty-carousel .amount {
    text-align: left;
    padding: 10px 0;
    margin: 0;
    text-align: center;
  }
  

  .qty-carousel .qty, .qty{
    background: #efefef;
    border-left:1px solid #e3e1e1;

  }   
  .qty-carousel .amount, .price{
    background: #efefef7d;
    border-left:1px solid #e1e1e1
  
  }
  .qty , .price{
    text-align: left;
    padding: 10px 20px;
    border-left:0;
    }
 .qty-carousel .qty b, .qty b,.price b{
    font-weight: 600!important;
 }
  .qty-carousel .slick-prev {
    left: 2px;
    z-index: 9;
    }
  .qty-carousel .slick-next{
    right:0;
    top:0
  }
  .qty-carousel .slick-prev, .qty-carousel .slick-next {
    font-size: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.pricing-meta:hover .qty-carousel .slick-prev, .pricing-meta:hover .qty-carousel .slick-next{
    opacity: 1;
    visibility: visible;
    background-color: #3b61b91e;
}
  .qty-carousel .slick-prev:before,  .qty-carousel .slick-next:before {
    content: "\f3d2";
    color: #3b61b9;
    font-size: 16px;
    line-height: 31px;
    display: block;
    font-family: Ionicons;
    font-weight: 600;
    transition: all .3s linear;
  }
  
  .qty-carousel .slick-next:before {
    content: "\f3d3";
  }
  .qty-carousel .slick-prev,  .qty-carousel .slick-next{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #ebebeb;
    background: transparent;
    top: 2rem;
    transition: all .3s linear;
  }
  .qty-carousel .amount:first-child{
    border-left:0
  }
  @media(max-width:768px){
    .banner-newsletter{
        display:none
    }
    .newsletter-popup .modal-dialog{
        width:95%;
        top: 2rem;
    }
    .popup-newsletter {
        padding: 40px 15px;
    }
    .owl-carousel .owl-item img{
        min-width: auto;
        min-height: auto;
    }
    
  }
.alert{
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
    /* display: none; */
    border-color: #eed3d7;
    color: #b94a48;
    background: #f2dede;
}

.cart-main-area .btn-primary{
    font-size: 15px;
}
.input-group-append .btn {
    border-radius: 0 2px 2px 0px;
    padding: 7px 36px;
}
#couponform_area input{
    font-size: 14px;
}
.dashboard-order-table th{
    width: 200px;
    padding: 0.6rem 0;
    border-bottom: 0;
    background: #d5d5d51f;
    border: 1px solid #ecedf2;
}
.dashboard-order-table td{
    border: 1px solid #ecedf2;
    padding: 1rem;
}
/* dashboard-order-page */
.font-weight-400{
    font-weight: 400;
    }
    
    .font-weight-600{
      font-weight: 600;
    }
    #detail-tab{
      color: #0035af; 
      font-weight: 500;
    }
    .order-header{
       background: #d5d5d51f;
    }
    .product-order-content .font-weight-600{
        font-size:13px
      }

      .float{
        position:fixed;
        width:60px;
        height:60px;
        bottom:40px;
        right:40px;
        background-color:#25d366;
        color:#FFF;
        border-radius:50px;
        text-align:center;
      font-size:30px;
        box-shadow: 2px 2px 3px #999;
      z-index:100;
    }
    
    .my-float{
        margin-top:16px;
    }



.hover-switch > img:last-of-type{position:absolute;left:0;right:0;top:0;opacity:1;transition:opacity .5s ease-in-out;-moz-transition:opacity .5s ease-in-out;-webkit-transition:opacity .5s ease-in-out}
.hover-switch:hover > img:last-of-type{opacity:0}
.product .add-to-link{background-color:transparent;transform:translateX(9px) translateX(9px);-webkit-transform:translateX(9px) translateX(9px);top:33px;right:10px;left:auto}
.product .add-to-link ul{flex-direction:column}
.product-card-category  .product .add-to-link ul li{border-right:none!important;text-align:right!important;margin:.4rem 0 0}
.product-card-category  .product .add-to-link ul li a{border-radius:50%;box-shadow: 4px 5px 4px -4px rgb(0 0 0 / 10%);padding: 0.6rem;
}
.product-card-category  .product .add-to-link ul li a i{font-size:17px}
.product-card-wrapper:hover .add-to-link{opacity:1;visibility:visible;-webkit-transform:translateX(0) translateX(0);transform:translateX(0) translateX(0)}
/* @media (max-width: 1600px) {
.product-card-category .owl-nav-style-3 .owl-nav>div.owl-next{left:0!important}
} */
.product-card-category .owl-nav-style-3 .owl-nav>div:before{font-size:18px;line-height:39px;font-weight:600}
.product-card-category .owl-nav-style-3 .owl-nav>div{width:40px;height:40px;background:#cccccc30;border:0}
.product-card-category .owl-nav{position:absolute;top:-22px;right:4rem}
.product-card-category .owl-nav>div{opacity:1!important}
@media only screen and (max-width: 767px) {
.product-card-category .add-to-link{position:absolute;top: 0; right: 15px;}
.sign-up-newsletter input{font-size: 14px;}
.modal-dialog {padding: 46px 0 0;}}
.sign-up-newsletter input{width:100%;height:50px}
.actions .subscribe-button{letter-spacing:.02em;margin:0;border-radius:0;min-height:50px;width:115px;background:#000;border-color:#000;font-size:14px;font-weight:400;text-transform:capitalize;color:#fff;top:0;position:absolute;right:0}
.sign-up-newsletter h2{font-size:40px}
.sign-up-newsletter p span{font-size:16px}
.sign-up-newsletter{padding:5rem 0}

.product-card-category .product-card-wrapper .add-to-link a{height: 36px;width: 36px; line-height: 19px; }
.product-img {
    height: 200px;
    overflow: hidden;
}

.shop-bottom-area .img-block{
    /* height: 145px; */
    height:auto
    }


/* uniform-category overlay */
.image-categorie-name{
    position: absolute;
    top: 0;
    text-align: center;
    background: #5959597d;
    height: 100%;
    z-index: 1;
    width: 100%;
    left: 0;
    right: 0;
   
}
.image-categorie-name h4{
    color: #fff;
    font-weight: 700;
    top: 50%;
    position: relative;
}
.category-wrapper img{
    width:100%
}
.order-container-img img{
    width: 60%;
}
.slider-home-16 .bg-img{
    background-size: cover;
}

/* Product Skelton  CSS */


.card {
    display: flex;
    flex-direction: column;
    flex-basis: 300px;
    flex-shrink: 0;
    flex-grow: 0;
    max-width: 100%;
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    overflow: hidden;
    margin: 1rem;
}

.img-card{
    height: 238px;
}
.img-card-title{
    height: 12px;
    margin-bottom: 10px;
}
.img-card-desc{
    height: 18px;
}
.img-card-para{
    height: 24px;
}
.skeleton {
    background-color: #e2e5e7;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    background-size: 40px 100%;
    background-repeat: no-repeat;
    background-position: left -40px top 0;
    -webkit-animation: shine 1s ease infinite;
    animation: shine 1s ease infinite;
}

@-webkit-keyframes shine {
    to {
        background-position: right -40px top 0;
    }
}

@keyframes shine {
    to {
        background-position: right -40px top 0;
    }
}
.skeleton-wrapper .category-item{
    height: 213px;
    width: 213px;
}
.skeleton-wrapper .name_categories{
    height: 15px;
    width: 213px;
    margin-top:1rem
}
.skeleton-wrapper .name_categories_link{
    height: 15px;
    width: 213px;
    margin-top:0.4rem
}
.brand-wrapper .brand-slider-item{
    width:150px;
    height: 150px;
}
.blog-post-wrapper{
    width: 407px;

}
.blog-post-wrapper .blog-img{
    height: 200px;
}
.blog-post-heading{
    height: 50px;
}
/*  */
.blog-post-content-inner p {
    margin: 20px 0;
    padding-top: 20px;
    border-top: 1px solid#ebebeb;
    color: #253237;
}
.blog-page-meta {
    margin: 10px 0;
}
.blog-post-content-inner p {
    margin: 20px 0;
    padding-top: 20px;
    border-top: 1px solid#ebebeb;
    color: #253237;
}

.blog-post-media {
    height: 350px;
    overflow: hidden;
}

.shop-category-area-desc h1{
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
}
.shop-category-area-desc .card{
    padding: 0.6rem 1rem;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    border: 1px solid rgb(0 0 0 / 5%);
}

.page-area-container{
    padding: 0 2.1rem;
}

.page-area-container h1{
    font-size: 25px;
    margin: 1rem 0;
}

.content_wrapper p, .uniform-wrapper p {
    margin-bottom: 0.5rem;
    color: #6c6b6b;
    font-size: 15px;
}
.contact-link p{
    margin-bottom:0;
    color:#fff
  }
  #offcanvas-mobile-menu .justify-content-center {
    justify-content: start!important;
    margin-left: 16px;
}
@media(max-width:992px){
    .blog-post-heading a {
        font-size: 15px;
    }
    .section-title h2 , .content_wrapper h1, .uniform-wrapper h1, .heading_wrapper h3, h2{
        font-size: 20px!important;
    }
    .content_wrapper h1, .uniform-wrapper h1{
        line-height: 30px;
    }
    .heading_title {
        margin-bottom: 0px;
    }
    .footer-logo img {
        max-height: 40px;
    }
    .blog-post-content {
        padding: 0px
    }
    .modal-dialog{
        min-width:90%
    }
}

/* new css */
.heading_wrapper{
    margin-bottom: 2rem ;
}
.heading_title{
    margin-bottom: 6px;
    font-size: 23px;
}
.heading_sub_title{
    font-size: 15px;
    color:#666666

}
.heading_wrapper h3{
    font-weight: 600;
}
.bg-light-color{
  background: rgb(243,244,246);
}
.b-top{  
    border-top: 1px solid rgb(226 232 240)
}

.bottom-nav {
    display: none;
}
@media only screen and (max-width: 991.98px){
.bottom-nav {
    display: block;
}
.footer-area{
    padding-bottom: 4rem;
}
}
.bottom-nav .header .bottom-nav {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.6rem 0 0.4rem;
    background-color: #3b61b9;
    z-index: 99;
    will-change: transform;
    transform: translateZ(0);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}
.bottom-nav .header .bottom-nav-item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    text-align: center;
    color: #fff;
}
.bottom-nav .header .bottom-nav-link {
    display: flex;
    flex-direction: column;
}
/* side popup form */
.side-contact{
    position:fixed;
    top:70%;
    left:-350px;
    transform:translateY(-50%);
    width:350px;
    height:auto;
    padding:40px;
    background:#fff;
    box-shadow: 0 20px 50px rgba(0,0,0,.5);
    box-sizing:border-box;
    transition:0.5s;
    z-index: 9999;
  }
  .side-contact.active{
    left:0;
  }
  .side-contact input,
  .side-contact textarea{
    width:100%;
    height:36px;
    padding:5px;
    margin-bottom:10px;
    box-sizing:border-box;
    border: 1px solid #c1c1c1;
    outline:none;
    font-size: 14px;
  }
  .side-contact h2{
    margin:0 0 20px;
    padding:0;
  }
  .side-contact textarea{
    height:60px;
    resize:none;
  }
  .side-contact input[type="submit"]{
    background:#3b61b9;
    color:#fff;
    cursor:pointer;
    border:none;
    font-size:18px;
  }
  .sidepopup{
    height: 38px;
    position: absolute;
    width: 140px;
    text-align: center;
    cursor: pointer;
    background: #3b61b9;
    color: #fff;
    top: 51px;
    right: -48px;
    line-height: 40px;
    font-weight: 500;
    transform: translate(2.9em,0) rotate(-90deg);
    border-radius: 0 0 5px 5px;

  }
  @media(max-width:992px)
  {
    /* .side-contact{
        box-shadow: 0 10px 10px rgb(201 198 198 / 52%);
    } */
    /* .side-contact .sidepopup{
      top:50%;
      display: none;
      transition:0.5s;
    }
    .bottom-nav    .side-contact .sidepopup{
        top: -40px;
        transition: 0.5s;
        right: 0;
        transform: translate(2.9em,0) rotate(0deg);
    } */
    .bottom-nav-link .sidepopup{
        position: relative;
        width:100%;
        transform: translate(00,0) rotate(360deg);
        top: 0;
        right: 0;
        line-height: 1;
        height: 22px;
    } 
    .bottom-nav-link .side-contact{
        left: 0;
        top: 350px;
        right:0
    }
    .bottom-nav-link .side-contact.active {
        transform: translateY(0%);
        top: -319px;
        width: 96%;
        margin: auto;
    }
    .scroll{
      width:100%;
      height:100%;
      overflow-y:auto;
    }
    .ptb-70{
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
  }

  /* whatsapp */
  #whatsapp_icon_wrapper {
    position: fixed;
    bottom: 80px;
    right: 15px;
    z-index: 12;
    /* Animations */
  }
   #whatsapp_icon_wrapper button {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #25D366;
    display: flex;
    z-index: 2;
    position: relative;
    padding: 10px;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0px 3px 10px rgba(37, 211, 102, 0.56);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  
  #whatsapp_icon_wrapper svg {
    width: initial;
    display: block;
    height: 30px;
  }
  
  #whatsapp_icon_wrapper .left {
    left: 15px;
    right: initial;
  }
  
  #whatsapp_icon_wrapper .bg_shake a::before, #whatsapp_icon_wrapper .bg_shake button::before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: rgba(37, 211, 102, 0.6);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    top: 0px;
    right: 0;
    -webkit-animation: pulse 2s infinite;
    -moz-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
  }
  #whatsapp_icon_wrapper .bg_shake svg {
    -webkit-animation: 1s wiggle ease infinite;
    -moz-animation: 1s wiggle ease infinite;
    -o-animation: 1s wiggle ease infinite;
    animation: 1s wiggle ease infinite;
  }
  
  @-webkit-keyframes wiggle {
    0% {
      -webkit-transform: rotate(-3deg);
      -moz-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
      -o-transform: rotate(-3deg);
      transform: rotate(-3deg);
    }
    20% {
      -webkit-transform: rotate(20deg);
      -moz-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
      -o-transform: rotate(20deg);
      transform: rotate(20deg);
    }
    40% {
      -webkit-transform: rotate(-15deg);
      -moz-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
      -o-transform: rotate(-15deg);
      transform: rotate(-15deg);
    }
    60% {
      -webkit-transform: rotate(5deg);
      -moz-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
      -o-transform: rotate(5deg);
      transform: rotate(5deg);
    }
    90% {
      -webkit-transform: rotate(-1deg);
      -moz-transform: rotate(-1deg);
      -ms-transform: rotate(-1deg);
      -o-transform: rotate(-1deg);
      transform: rotate(-1deg);
    }
    100% {
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0);
    }
  }
  @-moz-keyframes wiggle {
    0% {
      -webkit-transform: rotate(-3deg);
      -moz-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
      -o-transform: rotate(-3deg);
      transform: rotate(-3deg);
    }
    20% {
      -webkit-transform: rotate(20deg);
      -moz-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
      -o-transform: rotate(20deg);
      transform: rotate(20deg);
    }
    40% {
      -webkit-transform: rotate(-15deg);
      -moz-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
      -o-transform: rotate(-15deg);
      transform: rotate(-15deg);
    }
    60% {
      -webkit-transform: rotate(5deg);
      -moz-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
      -o-transform: rotate(5deg);
      transform: rotate(5deg);
    }
    90% {
      -webkit-transform: rotate(-1deg);
      -moz-transform: rotate(-1deg);
      -ms-transform: rotate(-1deg);
      -o-transform: rotate(-1deg);
      transform: rotate(-1deg);
    }
    100% {
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0);
    }
  }
  @-o-keyframes wiggle {
    0% {
      -webkit-transform: rotate(-3deg);
      -moz-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
      -o-transform: rotate(-3deg);
      transform: rotate(-3deg);
    }
    20% {
      -webkit-transform: rotate(20deg);
      -moz-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
      -o-transform: rotate(20deg);
      transform: rotate(20deg);
    }
    40% {
      -webkit-transform: rotate(-15deg);
      -moz-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
      -o-transform: rotate(-15deg);
      transform: rotate(-15deg);
    }
    60% {
      -webkit-transform: rotate(5deg);
      -moz-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
      -o-transform: rotate(5deg);
      transform: rotate(5deg);
    }
    90% {
      -webkit-transform: rotate(-1deg);
      -moz-transform: rotate(-1deg);
      -ms-transform: rotate(-1deg);
      -o-transform: rotate(-1deg);
      transform: rotate(-1deg);
    }
    100% {
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0);
    }
  }
  @keyframes wiggle {
    0% {
      -webkit-transform: rotate(-3deg);
      -moz-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
      -o-transform: rotate(-3deg);
      transform: rotate(-3deg);
    }
    20% {
      -webkit-transform: rotate(20deg);
      -moz-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
      -o-transform: rotate(20deg);
      transform: rotate(20deg);
    }
    40% {
      -webkit-transform: rotate(-15deg);
      -moz-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
      -o-transform: rotate(-15deg);
      transform: rotate(-15deg);
    }
    60% {
      -webkit-transform: rotate(5deg);
      -moz-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
      -o-transform: rotate(5deg);
      transform: rotate(5deg);
    }
    90% {
      -webkit-transform: rotate(-1deg);
      -moz-transform: rotate(-1deg);
      -ms-transform: rotate(-1deg);
      -o-transform: rotate(-1deg);
      transform: rotate(-1deg);
    }
    100% {
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0);
    }
  }
  @-webkit-keyframes pulse {
    0% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
    50% {
      -webkit-transform: scale(1.6);
      -moz-transform: scale(1.6);
      -ms-transform: scale(1.6);
      -o-transform: scale(1.6);
      transform: scale(1.6);
    }
    100% {
      -webkit-transform: scale(1.7);
      -moz-transform: scale(1.7);
      -ms-transform: scale(1.7);
      -o-transform: scale(1.7);
      transform: scale(1.7);
      opacity: 0;
    }
  }
  @-moz-keyframes pulse {
    0% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
    50% {
      -webkit-transform: scale(1.6);
      -moz-transform: scale(1.6);
      -ms-transform: scale(1.6);
      -o-transform: scale(1.6);
      transform: scale(1.6);
    }
    100% {
      -webkit-transform: scale(1.7);
      -moz-transform: scale(1.7);
      -ms-transform: scale(1.7);
      -o-transform: scale(1.7);
      transform: scale(1.7);
      opacity: 0;
    }
  }
  @-o-keyframes pulse {
    0% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
    50% {
      -webkit-transform: scale(1.6);
      -moz-transform: scale(1.6);
      -ms-transform: scale(1.6);
      -o-transform: scale(1.6);
      transform: scale(1.6);
    }
    100% {
      -webkit-transform: scale(1.7);
      -moz-transform: scale(1.7);
      -ms-transform: scale(1.7);
      -o-transform: scale(1.7);
      transform: scale(1.7);
      opacity: 0;
    }
  }
  @keyframes pulse {
    0% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
    50% {
      -webkit-transform: scale(1.6);
      -moz-transform: scale(1.6);
      -ms-transform: scale(1.6);
      -o-transform: scale(1.6);
      transform: scale(1.6);
    }
    100% {
      -webkit-transform: scale(1.7);
      -moz-transform: scale(1.7);
      -ms-transform: scale(1.7);
      -o-transform: scale(1.7);
      transform: scale(1.7);
      opacity: 0;
    }
  }
  .whatsapp_tooltip {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.tooltipText {
    background-color: #fff;
    position: absolute;
    bottom: -11px;
    border-radius: 47px;
    font-size: 14px;
    opacity: 0;
    right: 0px;
    padding: 0.6rem;
    width: 200px;
    color: #000;
    transition: all .5s;
    box-shadow: -1px 0px 20px 0px rgb(200 196 196 / 36%);
}
.tooltipText::after {
    content: '';
    border-width: 9px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
    border-top-color: rgb(255 255 255);
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    position: absolute;
    right: -8%;
    top: 28%;
    transform: rotateZ(-90deg);
}
.whatsapp_tooltip:hover .tooltipText{
    opacity: 1;
    transform: translateX(-60px);
}

/* .bottom-nav .side-contact{
    bottom: -600px;
    position: fixed;
    top: 70%;
    left:0;
    transform: translateY(0%);
    width: 350px;
    height: auto;
    padding: 40px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0,0,0,.5);
    box-sizing: border-box;
    transition: 0.5s;
    z-index: 9999;
 }
.bottom-nav .side-contact.active{
  bottom:-200px;
}
.bottom-nav .toggle{
    position: absolute;
    height: 50px;
    width: 140px;
    text-align: center;
    cursor: pointer;
    background: #3b61b9;
    color: #fff;
    top: -51px;
    right: 0;
    line-height: 48px;
    font-weight: 500;
    
} */

/* form */
.customFrom h4{
    font-size: 20px;
}
.customFrom  input::placeholder, .customFrom textarea{
    font-size:13px
  }
  .customFrom .custom_btn {
      background-color: #ffffff;
      border: none;
      margin-top: 0rem;
  }
  .customFrom .custom_btn span{
      background-color: #3b61b9;
      color: #fff;
      border: none;
      font-size: 15px;
      font-weight: 600;
      text-transform: capitalize;
      line-height: 1;
      padding: 14px 42px;
      margin: 0;
      border-radius: 50px;
      float: left;
  }
  .customFrom .custom_btn:focus{
    box-shadow: none;
  }

  @media (max-width:768px) {
   

    #scrollUp {
        width: 32px;
        height: 32px;
        bottom: 78px;
    }

    #scrollUp i {
        line-height: 2.4;
        font-size: 14px
    }
    #whatsapp_icon_wrapper{
        bottom: 118px;
    }
    .footer-top {
        padding: 30px 0 16px;
    }

    .testimonial-area {
        padding: 45px 0 55px
    }

    .section-title.underline-shape:after {
        bottom: -12px
    }

    .section-title.underline-shape {
        position: relative;
    }


    .owl-carousel .owl-item .brand-slider-item img {
        height: auto !important
    }

    .user-panel {
        padding: 12px 30px
    }

    

    .enquiry-form label {
        font-size: 14px
    }
    .order-lg-first{
        order:2
    }
    .home-slider .owl-item{height:auto}
    .logo img {
    max-height: 40px;
    }
    .mini-cart-warp{
        margin-right: 0;
    }
    .count-cart:before{
        font-size: 25px;
    }
    .item-quantity-tag{
        width: 20px;
        line-height: 20px;
        height: 20px;
        font-size: 11px;
    }
    .owl-dot-style .owl-dots{
        bottom: 0;
    }
    .owl-dot-style .owl-dots .owl-dot{
        height: 10px;
        width: 9px;
    }
}

/* popup modal */
.modal.fade.in .lab-modal-body {
    bottom: 0;
    opacity: 1;
  }
  
  .lab-modal-body h1 {
    font-size: 4rem;
  }
  
  .lab-modal-body p {
    margin: 0 0 1.62rem 0;
    line-height: 1.62;
    font-weight: 300;
    font-size: 1.62rem;
    color: #666;
  }
  
  .lab-modal-body {
    position: relative;
    bottom: -250px;
    margin: 150px auto 0;
    padding: 40px;
    max-width: 60%;
    height: auto;
    background-color: rgb(248, 250, 247);
    border: 1px solid #BEBEBE;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
  }
  
  .close {
    margin-top: 0px;
    margin-right: 0px;
    text-shadow: 0 1px 0 #ffffff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: #fff;
}
  
  .popup-button {
    margin-top: 70px;
  }

  .bottom-nav .popup-closebtn{
    position: absolute;
    top: -0.6rem;
    right: -8px;
    background: #3b61b9;
    font-size: 1.4rem;
    color: #fff;
    border: 2px solid #3b61b9;
    border-radius: 50%;
}

  .wrap-slick-slider {
    opacity: 0;
    transition: all 0.3s;
  }
  
  .wrap-slick-slider.open {
    opacity: 1;
  }

  .details-wrapper .show {width: 450px;height: 450px;margin: 0 auto;}.small-img {width: 100%;height: 70px;position: relative;text-align: center;margin-top: 1rem;}.small-img .icon-left, .small-img .icon-right {width: 12px;height: 24px;cursor: pointer;position: absolute;top: 0;bottom: 0;margin: auto 0;}.small-img .icon-left {transform: rotate(180deg);left:50px }.small-img .icon-right {right: 50px;}.small-img .icon-left:hover, .small-img .icon-right:hover {opacity: .5;}.small-container div {width: 100%;position: relative;}.small-container .show-small-img {width: 70px;height: 70px;margin-right: 6px;cursor: pointer;margin: auto;}.small-container .show-small-img:last-of-type {margin-right: 0;}.show > div{z-index: 999;}@media(max-width:778px){.details-wrapper .show {width: 100%;height: auto }.small-img{left:0 }}
  .vertical-menu ul li ul.mega-menu-wrap>li ul li.mega-menu-title a{padding: 1rem;}
  #product-detail-modal h4{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
}
/* product-detail-drop_box */
.attachment_wrapper .card {
    border-radius: 10px;
    background-color: #ffffff;
  }
  
  .attachment_wrapper .card h3 {
    font-size: 22px;
    font-weight: 600;
    
  }
  
  .attachment_wrapper .drop_box {
      margin: 8px 0;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      border: 1px dashed #a3a3a3;
      border-radius: 5px;
    
  }
  .attachment_wrapper .drop_box ,
  .attachment_wrapper  textarea{
      height:100px;
      padding:1rem
  }
  .attachment_wrapper textarea::placeholder{
      font-size: 15px;
      color: #a3a3a3;
  }
  .attachment_wrapper .drop_box h4 {
    font-size: 16px;
    font-weight: 400;
    color: #2e2e2e;
  }
  
  .attachment_wrapper .drop_box span {
      margin-bottom: 5px;
      font-size: 14px;
      color: #a3a3a3;
  }
  
  .attachment_wrapper .btn {
      text-decoration: none;
      background-color: #005af0;
      color: #ffffff;
      padding: 6px 16px;
      border: none;
      outline: none;
      transition: 0.3s;
      font-size: 13px;
  }
  
  .attachment_wrapper .btn:hover{
      text-decoration: none;
      background-color: #005af0;
      color: #ffffff;
      padding: 6px 16px;
      border: none;
      outline: none;
      transition: 0.3s;
      font-size: 13px;
  }