@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&family=Philosopher:wght@400;700&display=swap');

:root {
    --dark-pink: #ac731a;
    --pink: #c98823;
    --light-pink: #c98823;
    --text-color: #000;
    --light-text: #666;
    --main-font: 'Philosopher', sans-serif;
    --sec-font: 'Dancing Script', cursive;
}

html {
    overflow-x: hidden;
}

body {
    background: #fff;
    color: var(--text-color);
    font-family: var(--main-font);
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--main-font);
    color: var(--text-color);
    margin: 0 0 20px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: var(--text-color);
}

p a {
    color: var(--text-color);
    width: auto;
    display: inline-block;
}

p a:hover {
    text-decoration: underline;
    outline: none;
}

p {
    letter-spacing: normal;
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 15px;
    color: var(--text-color);
}

a {
    color: var(--text-color);
    text-decoration: none;
    outline: none;
    display: block;
}

a:hover,
a:focus,
a:active {
    color: var(--text-color);
    outline: none;
    text-decoration: none;
}

img {
    max-width: 100%;
}

iframe {
    border: 0;
    width: 100%;
}

/* ::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: whitesmoke;
}

::-webkit-scrollbar-thumb {
    background: var(--pink);
    border-radius: 1px;
} */


blockquote {
    padding: 0;
    border: 0;
}

label {
    color: var(--text-color);
    display: block;
    font-weight: 400;
    margin: 0;
}

textarea {
    background: #fff;
    height: 100px !important;
}

textarea,
select,
input {
    border: 1px solid #ccc;
    height: 40px;
    border-radius: 0;
    background: #fff;
    line-height: 40px;
    box-shadow: none;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 14px !important;  
        width: 100% 
}


.form-group {
    position: relative;
    margin-bottom: 15px
}

.form-group .form-control {
    padding: 0.375rem 0.75rem!important;
    border: none;
    border-radius: 4px;    
    border: 1px solid #c2c0ca;
    height: 45px;
    line-height: 45px;
    border-radius: 4px;   
}


.form-control::-moz-placeholder {
    color: #555;
}

.form-control:focus::-moz-placeholder {
    color: var(--text-color);
}

.form-control:focus {
    border-color: var(--light-pink);
    box-shadow: none;
    outline: 0;
}

.login-bg button[type=submit] {
    border: none;
    display: block;
    background-color: var(--light-pink) !important;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    font-size: 18px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 4px;
}
.login-bg  button[type=submit]:hover {
    background-color: #9f9da7;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

h2 {
    font-size: 26px;
    font-weight: bold;
}

h3 {
    font-size: 20px;
    font-weight: bold;
}

h3 span {
    padding: 0 10px 0 0;
    position: relative;
}

h4 {
    font-size: 16px;
    font-weight: bold;
}

h5 {
    text-transform: capitalize;
}

/* Header*/
.header {
    float: left;
    width: 100%;
    z-index: 10;
    padding: 0;
}

.welbar {
    background-color: var(--light-pink);
    color: white;
    padding: 10px 0;
}

.welbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.welbar a {
    display: inline-block;
    color: #fff;
    transition: 0.2s linear;
}

.welbar a:hover {
    display: inline-block;
    color: var(--text-color);
}

.welbar .wel-ic ul {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0
}

.welbar .wel-ic ul li {
    padding: 0 5px;
    position: relative;
}


.topbar {
    float: left;
    width: 100%;
    margin: 0;
    padding: 9px 0;
    background-color: #fff;
}

.topbar .logo {
    max-width: 150px;
}

.topbar .top-right,
.welbar .top-right {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: var(--light-text);
    padding: 0;
    margin: 0;
    /* border: 2px solid red; */
}

.topbar .top-right li,
.welbar .top-right li {
    padding-right: 10px;
    position: relative;
}

.topbar .top-right li.call-now {
    display: flex;
    align-items: center;
}

.topbar .top-right li.call-now .img-bx {
    max-width: 45px;
    margin-right: 12px;
}

.topbar .top-right li.call-now .con-bx span {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
}

.topbar .top-right li.call-now .con-bx span {
    color: var(--text-color);
    font-size: 15px;
    font-weight: bold;
}

.topbar .top-right li.call-now .con-bx span a {
    padding-left: 5px;
    color: var(--light-pink);
}

.topbar .top-right li.call-now .con-bx span a:hover {
    color: var(--dark-pink);
}

.topbar ul li.cart_drop,
.welbar ul li.cart_drop {
    padding: 0 5px;
}

.topbar ul li.cart_drop svg,
.welbar ul li.cart_drop svg {
    color: var(--light-text);
    height: 21px;
    width: 21px;
}

.welbar ul li.cart_drop svg {
    color: white;
    height: 19px;
    width: 19px;
}

.topbar ul li.cart_drop svg:hover,
.welbar ul li.cart_drop svg:hover {
    color: var(--light-pink);
}

.topbar ul li.cart_drop .count,
.welbar ul li.cart_drop .count {
    display: block;
    text-align: center;
    min-width: 16px;
    height: 16px;
    position: absolute;
    right: -7px;
    top: -2px;
    border-radius: 50%;
    font-size: 11px;
    font-weight: bolder;
    background: var(--light-pink);
    color: white;
    box-shadow: 0 7px 8px rgba(0, 0, 0, 0.05);
    line-height: 16px;
    border: 1px solid var(--light-pink);
}

.welbar ul li.cart_drop .count {
    background: #eee;
    color: var(--light-pink);
}

.topbar .content-search {
    display: flex;
    align-items: center;
    border: 1px solid var(--light-pink);
    border-radius: 4px;
    overflow: hidden;
    /* justify-content: center; */
}

.topbar .content-search select {
    width: auto;
    max-width: 140px;
    padding: 0 10px;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    color: var(--light-text);
    font-weight: bold;
    height: 35px;
}

.topbar .content-search input {
    width: 100%;
    max-width: 100%;
    padding: 0 10px 0 20px;
    outline: none !important;
    border: none !important;
    /* border-left: 1px solid var(--light-pink) !important; */
    box-shadow: none !important;
    color: var(--light-text);
    font-weight: bold;
    height: 35px;

}


.topbar .content-search button {
    outline: none;
    border: none;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 13px;
    background-color: var(--light-pink);
    color: white;
}


ul.social {
    float: left;
    margin: 0;
    padding: 0;
}



ul.social li {
    margin: 0px;
    display: inline-block;
}

ul.social li a {
    transition: background 400ms ease-in-out;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #231573;
}

ul.social li a svg {
    color: #fff;
    width: 15px;
    height: 15px;
    margin: 0;
    padding: 0;
}

ul.social li.facebook a {
    background: #3C5B9B;
}

ul.social li.twitter a {
    background: #359BED;
}

ul.social li.linkedin a {
    background: #027ba5;
}

ul.social li.youtube a {
    background: #f70000;
}

ul.social li.instagram a {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}


.menubar {
    float: left;
    width: 100%;
    position: relative;
    /*-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);*/
    background: #eee;
}

.menubar.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}



.navigation .nav-header {
    display: none;
    padding: 12px 20px
}

.navigation .navbar button {
    float: right;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 0;
    outline: 0;
    color: #fff;
    font-size: 25px;
    border-radius: 0;
    text-align: center;
    line-height: 40px;
    position: relative;
    z-index: 99;
    padding: 5px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
}

.navigation .navbar button span {
    display: block;
    position: absolute;
    height: 3px;
    width: 70%;
    background: var(--light-pink);
    border-radius: 9px;
    opacity: 1;
    left: 15%;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.navigation .navbar button span:nth-child(1) {
    top: 8px;
}

.navigation .navbar button span:nth-child(2),
.navigation .navbar button span:nth-child(3) {
    top: 18px;
}

.navigation .navbar button span:nth-child(4) {
    top: 28px;
}

.navigation .navbar button.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.navigation .navbar button.open span:nth-child(2) {
    transform: rotate(45deg);
}

.navigation .navbar button.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.navigation .navbar button.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.navigation .menu {
    display: block
}

.navigation .menu ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    display: block;
    position: relative;
}


.navigation .menu ul li {
    display: inline-block;
    position: relative
}


.navigation .menu ul li a {
    padding: 13px 16px 12px;
    display: block;
    color: var(--text-color);
    transition: all 0.3s ease;
    font-size: 16px;
    background: transparent;
    font-weight: 700;
    font-family: var(--main-font);
}

.navigation .menu ul li.active a,
.navigation .menu ul li:hover a {
    color: var(--light-pink);
    background: transparent;
}


.navigation .menu ul li ul.cs-dropdown {
    top: 100%;
    left: 0;
    text-align: left;
    border: 0;
}

.navigation .menu ul li ul.cs-dropdown li:last-child {
    border: 0
}

.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown {
    left: 100%;
}

.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li ul.cs-dropdown {
    left: -100%;
    margin-top: -31px
}

.navigation .menu ul li ul.cs-dropdown {
    position: absolute;
    width: 230px;
    z-index: 99999;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.16);
    background: #fff;
    margin: 0;
    padding: 0;
    transition: all .3s ease;
    opacity: 0;
    pointer-events: none;
    top: 70px;
}

.navigation .menu ul li:hover ul.cs-dropdown {
    opacity: 1;
    pointer-events: all;
    top: 43px;
    transition: all .4s ease;
}

.navigation .menu ul li:hover ul.cs-dropdown li ul.cs-dropdown {
    opacity: 0;
    top: 10px;
    pointer-events: none;
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown {
    opacity: 1;
    top: 0;
    pointer-events: all;
}

.navigation .menu ul li ul.cs-dropdown li {
    display: block;
    padding: 0;
    border-bottom: 1px solid #eee;
    width: 100%
}

.navigation .menu ul li ul.cs-dropdown li:last-child a {
    border-bottom: 0
}

.navigation .menu ul li ul.cs-dropdown li:last-child a:after {
    display: none
}

.navigation .menu ul li ul.cs-dropdown li a:hover {
    color: #fff;
    background: var(--yellow);
}

.navigation .menu ul li ul.cs-dropdown li:hover a {
    color: #fff;
    background: var(--light-pink)
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a {
    background: #fff;
    color: #333
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a:hover {
    color: #fff;
    background: var(--light-pink);
}

.navigation .menu ul li ul.cs-dropdown li a {
    color: #333;
    font-size: 14px;
    padding: 7px 15px;
    position: relative;
    display: block;
    text-transform: capitalize;
    font-weight: 700;
    background: #fff;
    transition: all 0.2s;
    border-bottom: 0px solid transparent;
}


.navigation ul li.cs-submenu a button {
    border: 0;
    background: transparent;
    outline: 0;
    padding: 0;
    margin: -1px 0 0 3px;
    color: var(--text-color);
}

.navigation ul li.cs-submenu a button svg {
    width: 12px;
    height: 12px;
}

.navigation ul li.cs-submenu:hover svg {
    transform: rotateZ(180deg);
    color: var(--light-pink);
}

.navigation ul li.cs-submenu:hover ul.cs-dropdown li.cs-submenu svg {
    color: #242424
}

.navigation ul li.cs-submenu ul.cs-dropdown li a button {
    float: right;
    color: #333;
}

.navigation ul li.cs-submenu ul.cs-dropdown li.cs-submenu:hover svg {
    color: #fff;
}

.navigation ul li.cs-submenu ul.cs-dropdown li a button svg {
    transform: rotateZ(-90deg);
}

.navigation .navbar {
    display: none;
    padding: 12px 0;
    margin: 0
}




/* banner */
.home_slider {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative
}

.home_slider #slider {
    overflow: hidden;
    width: 100%
}

.slide {
    position: relative;
    display: block;
    z-index: 6;
    width: 100%;
    height: 100%;
    overflow: hidden;

}

.home_slider .slide img {
    width: 100%;
}

#slider .owl-prev,
#slider .owl-next {
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 35px;
    height: 80px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: var(--light-pink);
    border: 0;
    outline: 0;
    background: white;
    z-index: 9;
    opacity: 1;
}

#slider .owl-nav .owl-prev {
    left: 0px;
    border-radius: 0 4px 4px 0;
}

#slider .owl-nav .owl-next {
    right: 0px;
    border-radius: 4px 0 0 4px;
}

#slider .owl-prev:hover,
#slider .owl-next:hover {
    background: var(--light-pink);
    color: white;
}

#slider .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.title-bx {
    /* border: 2px solid red; */
    text-align: center;
    margin-bottom: 30px;
    line-height: normal;
}

.title-bx .title {
    font-family: var(--sec-font);
    font-size: 20px;
    margin-bottom: 3px;
    font-weight: bold;
    color: var(--light-pink);
    text-transform: capitalize;
}

.title-bx .sub-title {
    font-size: 27px;
    margin-bottom: 8px;
    font-weight: bold;
    text-transform: capitalize;
}

/* .title-bx .sub-title::after{
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    display: block;
    margin-right: auto;
    margin-left: auto;
    content: " ";
    height: 0;
    width: 80px;
    border-top: 1px solid var(--light-pink);
} */

.title-bx .des {
    font-size: 15px;
    margin-bottom: 0px;
    color: var(--light-text);
    text-transform: capitalize;
    max-width: 650px;
    margin: 0 auto;
}

/* start Category */

.category-shop {
    float: left;
    width: 100%;
    background: #fff;
    padding: 10px 0 0px;
}

.category-shop .cat-bx {
    /* border: 2px solid red; */
    margin-bottom: 25px;
    position: relative;
    padding: 20px 0 0 20px;
}


.category-shop .cat-bx:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 20px;
    top: 0;
    bottom: 20px;
    border: 1px solid var(--text-color);
    z-index: 1;
}

.category-shop .cat-bx .moreBtn {
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.5);
}

.category-shop .cat-bx .moreBtn:hover {
    box-shadow: 5px 5px 0 0 var(--text-color);
}


.category-shop .cat-img {
    overflow: hidden;
}

.category-shop .cat-img img {
    position: relative;
    min-height: 200px;
    overflow: hidden;
    object-fit: cover;
    object-position: center right;
    transition: 0.6s;
    z-index: 0;
}

.category-shop .cat-bx:hover .cat-img img {
    scale: 1.1;
}

.category-shop .cat-des {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 50px 0 0 50px;
    height: 100%;
    width: 100%;
    z-index: 3;
}

.category-shop .cat-des .title {
    font-size: 30px;
    font-family: var(--sec-font);
    color: var(--light-pink);
    font-weight: bold;
    margin-bottom: 5px;
    line-height: normal;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.category-shop .cat-des .des {
    margin-bottom: 10px;
    font-weight: bold;
}



.homeFeture {
    float: left;
    width: 100%;
    padding: 30px 0 40px;
    background: #fff;
    /* border: 2px solid red; */
}

.homeFeture .productBox {
    border: 1px solid #eee;
    background-color: white;
}

.homeFeture .productBox img {
    transition: 0.6s;
}

.homeFeture .productBox:hover img {
    scale: 1.1;
}

.homeFeture .productImg {
    position: relative;
    overflow: hidden;
}

.homeFeture .productImg .off_label {
    background: var(--light-pink);
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: bolder;
    color: white;
    border-radius: 2px;
    z-index: 1;
}

.homeFeture .productContent {
    border-top: 1px solid #eee;
    text-align: center;
    background-color: white;
    padding: 10px;
}

.homeFeture .productContent .title {
    color: var(--light-pink);
    font-weight: bold;
    font-size: 17px;
}

.homeFeture .productContent p {
    margin-bottom: 0;
}

.discount-bar {
    /* margin-top: 40px; */
    background: url(../images/bg/bg2.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 5px;
    overflow: hidden;
    padding: 50px 40px;
    text-align: center;
    margin-bottom: 10px;
}

.discount-bar .title {
    font-family: var(--sec-font);
    font-size: 33px;
    font-weight: bold;
    color: var(--light-pink);
    margin-bottom: 10px;
}

.discount-bar p {
    line-height: normal;
    font-size: 16px;
    color: var(--light-text);
}

.discount-bar .price {
    margin-bottom: 15px;
    font-size: 20px;
    text-transform: capitalize;
}

.discount-bar .price span {
    margin: 0 5px;
    font-family: var(--sec-font);
    font-size: 45px;
    color: var(--light-pink);
    text-decoration: none;
}

.discount-bar .moreBtn {
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.5);
}

.discount-bar .moreBtn:hover {
    box-shadow: 5px 5px 0 0 var(--text-color);
}


/* end Category */


/* Start Shop */

.shopHome {
    float: left;
    width: 100%;
    margin: 0;
    padding: 30px 0 20px;
    background: #fff;
    /* border: 2px solid red; */
}

.shopHome .pro-bx,
.shophome2 .pro-bx {
    border: 1px solid #eee;
    background-color: white;
    margin-bottom: 25px;
}

.shophome2 .pro-bx {
    margin-bottom: 0;
}



.shopHome .pro-bx .pro-des,
.shophome2 .pro-bx .pro-des {
    border-top: 1px solid #eee;
    text-align: center;
    background-color: white;
    padding: 12px 0;
}

.shopHome .pro-bx .pro-des .price,
.shophome2 .pro-bx .pro-des .price {
    color: var(--light-pink);
    font-weight: 600;
    font-size: 16px;
}

.shophome2 .pro-bx .pro-des .price {
    font-size: 15px;
}

.shopHome .pro-bx .pro-des .price del,
.shophome2 .pro-bx .pro-des .price del {
    color: var(--light-text);
    font-weight: 400;
    font-size: 14px;
}

.shophome2 .pro-bx .pro-des .price del {
    font-size: 13px;
}

.shopHome .pro-bx .pro-des .title,
.shophome2 .pro-bx .pro-des .title {
    color: var(--text-color);
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}

.shophome2 .pro-bx .pro-des .title {
    font-size: 15px;
}

.shopHome .pro-bx .pro-img,
.shophome2 .pro-bx .pro-img {
    overflow: hidden;
    position: relative;
}

.shopHome .pro-bx .pro-img .cart-btn,
.shophome2 .pro-bx .pro-img .cart-btn {
    background-color: var(--light-pink);
    color: white;
    position: absolute;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding: 8px;
    font-size: 16px;
    border-radius: 3px;
    transition: 0.4s;
    z-index: 2;
    opacity: 0;
    bottom: -50px;
    pointer-events: none;
}

.shophome2 .pro-bx .pro-img .cart-btn {
    padding: 6px;
    font-size: 15px;
}

.shopHome .pro-bx:hover .pro-img .cart-btn,
.shophome2 .pro-bx:hover .pro-img .cart-btn {
    opacity: 1;
    bottom: 10px;
    pointer-events: all;
}

.shopHome .pro-bx .pro-img span,
.shophome2 .pro-bx .pro-img span {
    position: absolute;
    top: 15px;
    right: 15px;
    height: 32px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 1px solid #aaa;
    color: #aaa;
    z-index: 2;

}

.shopHome .pro-bx .pro-img .off_label,
.shophome2 .pro-bx .pro-img .off_label {
    background: var(--light-pink);
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: bolder;
    color: white;
    border-radius: 2px;
    z-index: 1;
}

.shopHome .pro-bx .pro-img span svg,
.shophome2 .pro-bx .pro-img span svg {
    margin-top: 1px;
    height: 15px;
    width: 15px;

}

.shopHome .pro-bx .pro-img img,
.shophome2 .pro-bx .pro-img img {
    transition: all 0.6s;
    max-height: 320px;
    width: 100%;
    object-fit: cover;
}

.shopHome .pro-bx:hover .pro-img img,
.shophome2 .pro-bx:hover .pro-img img {
    scale: 1.1;
}

.shopHome .pro-bx:hover .pro-des .title,
.shophome2 .pro-bx:hover .pro-des .title {
    color: var(--light-pink);
}

/* shop2 */

.shophome2 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0px 0 60px;
}

.shophome2 .left-bar {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.shophome2 .left-bar .img-bx {
    position: absolute;
    height: 100%;
    width: 100%;
    background: url(../images/bg/deo-bg2.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.6s;
}

.shophome2 .left-bar:hover .img-bx {
    scale: 1.1;
}


.shophome2 .left-bar .bar-des {
    position: relative;
    z-index: 2;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    flex-direction: column;
    height: 100%;
}

.shophome2 .left-bar .bar-des .title {
    font-size: 18px;
    font-family: var(--sec-font);
    color: var(--light-pink);
    font-weight: bolder;
    line-height: normal;
    text-shadow: 1px 1px 2px rgba(83, 83, 83, 0.2);
}

.shophome2 .left-bar:hover .bar-des .title {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.1s;
}

.shophome2 .left-bar .bar-des .sub-title {
    font-size: 32px;
    color: white;
    margin: 22px 0;
}

.shophome2 .left-bar:hover .bar-des .sub-title {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInRight;
    animation-delay: 0.1s;
}

.shophome2 .left-bar .bar-des .moreBtn {
    color: white;
    border-color: white;
}

.shophome2 .left-bar .bar-des .moreBtn:hover {
    border-color: var(--light-pink);
}

.shophome2 .left-bar::before {
    content: "";
    background-color: #000;
    opacity: .7;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.shophome2 .shop-sec .shop-title {
    border-bottom: 1px solid #ccc;
}

.shophome2 .shop-sec {
    position: relative;
}

.shophome2 .shop-sec .owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    top: -70px;
}

.shophome2 .shop-sec .owl-carousel .owl-nav button.owl-prev,
.shophome2 .shop-sec .owl-carousel .owl-nav button.owl-next {
    border: 1px solid #ccc;
    margin-left: 5px;
    height: 28px;
    width: 28px;
    line-height: 12px;
    color: #606060;
    transition: 0.2s;
}

.shophome2 .shop-sec .owl-carousel .owl-nav button.owl-prev:hover,
.shophome2 .shop-sec .owl-carousel .owl-nav button.owl-next:hover {
    background: var(--light-pink);
    color: white;
    border-color: var(--light-pink);
}

.shophome2 .shop-sec .owl-carousel .owl-nav button.owl-prev svg,
.shophome2 .shop-sec .owl-carousel .owl-nav button.owl-next svg {
    height: 14px;
    width: 14px;
}



.moreBtn {
    position: relative;
    padding: 10px 25px 10px 25px;
    background: var(--green);
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 19px;
    color: var(--light-pink);
    transition: all 0.3s;
    height: 39px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--light-pink);
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.5);
    font-weight: bolder;
}

.moreBtn:before,
.moreBtn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    border-radius: 0;
    z-index: -1;
    height: 110%;
    background: var(--light-pink);
    will-change: transform;
    transform: skew(-45deg) scaleX(0);
    transition: transform .5s ease-in-out;
}

.moreBtn:before {
    right: 75%;
    margin-right: -1px;
    transform-origin: 0% 0%;
}

.moreBtn:after {
    width: 70%;
    left: 75%;
    margin-left: -1px;
    transform-origin: 100% 0%;
}

.moreBtn:hover {
    color: white;
    box-shadow: 5px 5px 0 0 var(--text-color);
}

.moreBtn:hover:before,
.moreBtn:hover:after {
    transform: skew(-45deg) scaleX(1.5);
}


.webpulse_home_featured {
    float: left;
    width: 100%;
    color: #fff;
    padding: 50px 0;
    background: url(../images/background1.jpg) no-repeat fixed;
    text-align: center;
    background-repeat: repeat;
    background-size: 100%;
    position: relative;
}

.webpulse_home_featured:before {
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.webpulse_home_featured .aboutTitle {
    color: #fff;
}




@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #ffcc29;
        box-shadow: 0 0 0 0 #ffcc29;
    }

    40% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    }

    70% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #ffcc29;
        box-shadow: 0 0 0 0 #ffcc29;
    }

    40% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    }

    70% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
    }
}

#featuredProducts .owl-prev,
#featuredProducts .owl-next {
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 27px;
    height: 65px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: white;
    border: 0;
    outline: 0;
    background: var(--light-pink);
    border-radius: 100%;
    z-index: 9
}

.owl-prev svg,
.owl-next svg {
    height: 16px;
    width: 16px;
}

#featuredProducts .owl-nav .owl-prev {
    left: 0px;
    border-radius: 0 4px 4px 0;
}

#featuredProducts .owl-nav .owl-next {
    right: 0px;
    border-radius: 4px 0 0 4px;
}

#featuredProducts .owl-prev:hover,
#featuredProducts .owl-next:hover {
    color: var(--light-pink);
    background: #eee;
}

#featuredProducts .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.testimonials_section {
    float: left;
    width: 100%;
    position: relative;
    padding: 60px 0;
    background: url(../images/bg/bg5.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.testimonials_section::before {
    content: "";
    background-color: #000;
    opacity: 0.1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.testimonials_section .testimonials_column {
    padding: 30px;
    position: relative;
    z-index: 2;
    background-color: white;
}

.testimonials_section .testimonials_column .owl-carousel .owl-dots {
    text-align: left;
    margin-top: 20px;
}

.testimonials_section .testimonials_column .owl-carousel .owl-dot {

    margin-right: 5px;
    border-radius: 100%;
}

.testimonials_section .testimonials_column .owl-carousel .owl-dot.active {
    border: 1px solid var(--text-color);
}

.testimonials_section .testimonials_column .owl-carousel .owl-dots .owl-dot span {
    background-color: var(--text-color);
    margin: 5px;
    height: 5px;
    width: 5px;
}

.testimonials_section .testimonials_column .testimonials_bx {
    border: 1px solid var(--text-color);
    padding: 50px;
    position: relative;
    z-index: 0;
}

.testimonials_section .testimonials_column .testimonials_bx::before {
    content: '“';
    position: absolute;
    z-index: -1;
    top: -20px;
    left: 29px;
    font-size: 280px;
    color: var(--light-pink);
    opacity: 0.2;
}

.testimonials_section .testimonials_column .title {
    font-size: 22px;
    font-family: var(--sec-font);
    color: var(--light-pink);
    font-weight: bold;
    margin-bottom: 8px;
    font-weight: bold;
}

.testimonials_section .testimonials_column .sub-heading {
    font-size: 35px;
    margin-bottom: 15px;
}

.testimonials_section .testimonials_column .test-bx .cmt {
    font-size: 17px;
    margin-bottom: 15px;
    line-height: 22px;
    color: var(--light-text);
}

.testimonials_section .testimonials_column .test-bx .name {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: bold;
}

.testimonials_section .testimonials_column .test-bx .des {
    color: var(--light-pink);
    font-size: 15px;
}

.webpulse-home_blog {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0 10px;
}



.webpulse-home_blog .blog-bx {
    border: 1px solid #ccc;
    padding: 20px;
    position: relative;
    transition: 0.3s;
    margin-bottom: 25px;
}

.webpulse-home_blog .blog-bx:hover {
    border: 1px solid var(--text-color);
}

.webpulse-home_blog .blog-bx .lable {
    position: absolute;
    top: 45px;
    left: 0;
    font-weight: 700;
    padding: 5px 10px;
    font-family: var(--sec-font);
    background: var(--light-pink);
    color: white;
    z-index: 1;
}

.webpulse-home_blog .blog-bx .img-bx {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.webpulse-home_blog .blog-bx .img-bx img {
    height: 200px;
    object-fit: cover;
    width: 100%;
    object-position: center;
    transition: 0.6s;
}

.webpulse-home_blog .blog-bx:hover .img-bx img {
    scale: 1.1;
}

.webpulse-home_blog .blog-bx .des-bx {
    /* border: 2px solid red; */
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.webpulse-home_blog .blog-bx .des-bx .date {
    color: var(--light-text);
    font-size: 13px;
    margin-bottom: 12px;
}

.webpulse-home_blog .blog-bx .des-bx .date span {
    background: var(--pink);
    display: inline-block;
    height: 1px;
    width: 10px;
    position: relative;
    top: -3px;
    margin: 0 2px;
}

.webpulse-home_blog .blog-bx .des-bx .blog-title {
    font-size: 22px;
    margin-bottom: 5px;
    transition: 0.3s;
}

.webpulse-home_blog .blog-bx:hover .des-bx .blog-title {
    color: var(--light-pink);
}

.webpulse-home_blog .blog-bx .des-bx .des {
    color: var(--light-text);
    margin-bottom: 5px;
}

.webpulse-home_blog .blog-bx:hover .des-bx .des {
    color: var(--text-color);
    margin-bottom: 5px;
}

.webpulse-home_blog .blog-bx .des-bx .read-more {
    display: inline-block;
    position: relative;
    font-weight: 600;
    color: var(--light-pink);
    font-size: 14px;
    margin-bottom: 2px;
}

.webpulse-home_blog .blog-bx .des-bx .read-more::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 30px;
    bottom: -3px;
    left: 0;
    background-color: var(--light-pink);
    transition: 0.3s;
}

.webpulse-home_blog .blog-bx .des-bx .read-more:hover::before {
    width: 100%;
}

/* Home Clients */
.webpulse_home_clients {
    float: left;
    width: 100%;
    margin: 0;
    padding: 10px 0 40px;
    background-position: center;
    background-size: cover;
    /* border: 2px solid red; */
}

.webpulse_home_clients .clients img {
    height: 90px;
    width: 100%;
    object-fit: contain;
    object-position: center;
    padding: 5px;
    /* border: 2px solid red; */
}

.webpulse_home_clients .vogi-title {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}

.webpulse_home_clients .vogi-sub-title {
    font-family: var(--sec-font);
    font-size: 20px;
    margin-bottom: 3px;
    font-weight: bold;
    color: var(--light-pink);
    text-transform: capitalize;
    text-align: center;
}

.webpulse_home_clients .vogi-title span {
    font-size: 30px;
    font-weight: bold;
}

.webpulse_home_clients .vogi-title:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 18px;
    width: 37%;
    height: 1px;
    background-color: #ccc;
}

.webpulse_home_clients .vogi-title::after {
    content: "";
    position: absolute;
    right: 5px;
    top: 18px;
    width: 37%;
    height: 1px;
    background-color: #ccc;
}

.faq_section {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0px 0 40px;
    background: #e3f7fd;
}

.title_2 {
    padding: 0 0 0px;
    font-size: 30px;
    margin: 0;
    float: left;
    width: 100%;
    text-align: center;
    color: var(--pink);
    margin-bottom: 45px;
    position: relative;
    font-weight: 800;
    font-family: var(--main-font);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.title_2 span {
    color: var(--blue);
}

.title_2:after {
    background: var(--pink);
    bottom: -15px;
    content: "";
    height: 3px;
    left: 0;
    border-radius: 15px;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 50px;
}



/* newletters */

.news-letter {
    float: left;
    width: 100%;
    padding: 40px 0px;
    background-size: contain;
    position: relative;
    z-index: 0;
    /* border: 2px solid red; */
    background-color: #eee;
    background-attachment: fixed;
}

.news-letter .form-bx .input-bx {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.news-letter .form-bx .input-bx input {
    height: 50px;
    line-height: 50px;
    max-width: 450px;
    border-right: none !important;
    border-radius: 0 !important;
    margin-left: auto;
}

.news-letter .form-bx .input-bx button {
    border: none;
    height: 50px;
    text-align: center;
    padding: 0 25px;
    background-color: var(--light-pink);
    color: white;
    font-size: 15px;
    border-radius: 0;
}

.news-letter .letter-bx {
    position: relative;
    padding-left: 62px;
}

.news-letter .letter-bx::before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f1d9";
    font-size: 37px;
    top: 55%;
    transform: translateY(-50%);
    left: 0;
    color: var(--light-pink);
}

.news-letter .letter-bx .title {
    font-size: 32px;
    font-weight: bold;
    color: var(--light-pink);
    margin-bottom: 5px;
}

.news-letter .letter-bx .sub-title {
    font-size: 15px;
    color: var(--text-color);
    font-weight: bold;
}


/* Footer */
.web-pulse-india {
    float: left;
    width: 100%;
    padding: 40px 0px 10px;
    background-size: contain;
    position: relative;
    z-index: 0;
}

.web-pulse-india .copy .container {
    border-top: 1px solid #aaa;
    padding-top: 12px;
}



.web-pulse-india .copy .copyright i {
    color: var(--light-pink);
}

.web-pulse-india .copy a {
    display: inline-block;
    color: var(--light-text);
    line-height: 20px;
}

.web-pulse-india .copy a:hover {
    display: inline-block;
    color: var(--light-pink);
}

.social-bx {
    margin-top: 25px;
    margin-bottom: 25px;
}

.social-bx ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.social-bx ul li a {
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #aaa;
    margin-right: 7px;
    color: var(--light-pink);
    transition: 0.4s;
    line-height: 35px;
}

.social-bx ul li a:hover {
    border-color: var(--light-pink);
    background: var(--light-pink);
    color: white;
}

.social-bx ul li a i {
    font-size: 15px;
    margin-top: 1px;
}


.social-bx .title {
    color: var(--text-color);
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
}


.web-pulse-india .module {
    margin-bottom: 25px;
}

.web-pulse-india .module .module-title {
    color: var(--text-color);
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}

.web-pulse-india .module .contact-bx {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.web-pulse-india .module .contact-bx img {
    max-width: 25px;
    margin-right: 10px;
}

.web-pulse-india .module .contact-bx .contact {
    font-size: 15px;
    font-weight: bold;
}

.web-pulse-india .module .contact-bx .contact a {
    display: inline-block;
    color: var(--light-text);
    font-size: 15px;
    font-weight: bold;
}

.web-pulse-india .module .contact-bx .contact a:hover {
    color: var(--light-pink);
}

.web-pulse-india .module ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.web-pulse-india .module ul li a {
    font-size: 14px;
    padding: 0;
    font-weight: 400;
    line-height: 25px;
    position: relative;
    padding-left: 17px;
    display: inline-block;
    color: var(--light-text);
    transition: 0.4s;
}


.web-pulse-india .module ul li a:hover {
    color: var(--light-pink);
    padding-left: 20px;
}


.web-pulse-india .module ul li a::before {
    font-family: 'FontAwesome';
    content: "\f192";
    font-size: 9px;
    position: absolute;
    top: 0px;
    left: 0;
}

.web-pulse-india .instagram-item {
    float: left;
    margin-bottom: 6px;
    padding: 0 3px;
    position: relative;
    width: 25%;
}

.web-pulse-india .instagram-item img {
    border: 1px solid #eee;
}

.web-pulse-india .instagram-item.first-item {
    width: 50%;
}

.social-icons {
    float: left;
    overflow: hidden;
    margin: 0;
}

.text-right {
    text-align: right;
}

.text-pri {
    color: var(--light-pink) !important;
}

#web-pulse-scroll-up {
    position: fixed;
    z-index: 8030;
    bottom: 45px;
    right: 25px;
    width: 30px;
    height: 30px;
    border-radius: 2px;
    transform: rotate(45deg);
    color: #fff;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s;
    display: none;
    background: var(--light-pink);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}

#web-pulse-scroll-up span {
    display: inline-block;
    position: relative;
    rotate: -45deg;
}

#web-pulse-scroll-up::after {
    content: "";
    position: absolute;
    top: -6px;
    left: -6px;
    width: 42px;
    height: 42px;
    border: 1px solid #aaa;
    z-index: 8031;
}


#web-pulse-scroll-up svg {
    width: 24px;
    height: 24px;
    transition: all 0.3s;
}

#web-pulse-scroll-up:hover svg {
    margin-top: -5px;
}

#web-pulse-scroll-up:hover {
    bottom: 50px;
}



.whatapp_btn {
    background: #01e675;
    width: 50px;
    height: 50px;
    color: #fff;
    position: fixed;
    left: 15px;
    bottom: 105px;
    cursor: pointer;
    z-index: 999;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
}

.whatapp_btn svg {
    width: 24px;
    height: 24px;
}

.whatapp_btn:focus,
.whatapp_btn:hover {
    background: #01e675;
    color: #fff;
}

#whatsapp .modal-dialog {
    margin-top: 12%;
}


.send_enquiry {
    background: #ffffff;
    border-radius: 40px;
    bottom: 45px;
    color: #ffffff;
    display: table;
    height: 50px;
    left: 15px;
    min-width: 50px;
    position: fixed;
    text-align: center;
    z-index: 9999;
    transition: all 0.2s linear;
    background: var(--pink);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}

.send_enquiry svg {
    width: 24px;
    height: 24px;
    line-height: 50px;
}

.send_enquiry:hover {
    color: #fff;
    padding: 0 20px;
}

.send_enquiry:focus {
    color: #fff;
}

.send_enquiry span {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: -15px;
    opacity: 0;
    line-height: 50px;
    transition: all 0.5s;
    text-transform: uppercase;
}

.send_enquiry:hover span {
    opacity: 1;
    letter-spacing: 1px;
    padding-left: 10px;
}

.modal-content {
    border-radius: 0;
}

.modal-header {
    padding: 0 15px;
    background: var(--pink);
    color: #fff;
    border-radius: 0;
}

.modal-header h4 {
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
}

.modal-header .modal-title {
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    padding: 15px 0;
    text-transform: initial;
    letter-spacing: 0.2px;
}

.btn-close {
    width: 1em;
    height: 1em;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    outline: 0;
}

.send_p {
    font-size: 13px;
    line-height: 18px;
    text-align: center;
}

.g-recaptcha {
    transform: scale(0.80);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}

/* Inner Heading Banner*/
.heading_banner {
    float: left;
    width: 100%;
    position: relative;
    background-position: left center;
    padding: 70px 0 65px;
    margin: 0;
    background-image: url(../images/inner-banner2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.heading_banner:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    z-index: 0;
    content: '';
}

.heading_banner .container {
    position: relative;
    z-index: 9;
}

.heading_banner h1 {
    margin: 0 0 10px;
    text-transform: capitalize;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: auto;
    padding: 10px 20px;
}

.heading_banner h2 {
    margin: 0;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: normal;
    color: #eee;
    text-align: center;
    text-align: center;
    display: inline-block;
    width: auto;
    padding: 10px 20px;
}

.heading_banner .cat_title {
    margin: 0px;
    text-transform: capitalize;
    font-size: 38px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: auto;
    padding: 0px;
    font-family: var(--main-font);
    font-weight: 800;
}

.heading_banner .cat_title2 {
    margin: 0;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: normal;
    color: #eee;
    text-align: center;
    display: inline-block;
    width: auto;
    padding: 10px 20px;
}

/* Breadcrumb*/
.inner_breadcrumb {
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
}

.inner_breadcrumb2 {
    box-shadow: 0px 5px 6px -5px rgba(0, 0, 0, 0.2);
}

.inner_breadcrumb .breadcrumb {
    background: none;
    border-radius: 0;
    border: none;
    list-style: none;
    padding: 0;
    float: right;
    text-transform: capitalize;
    margin: 0;
}

.inner_breadcrumb2 .breadcrumb {
    float: left;
}

.inner_breadcrumb .breadcrumb li {
    font-weight: bold;
    text-transform: uppercase;
    color: #666;
    float: left;
    display: inline-block;
    line-height: 33px;
}

.inner_breadcrumb2 .breadcrumb li {
    line-height: 45px;
}

.inner_breadcrumb .breadcrumb li a {
    float: left;
    padding: 0;
    color: #fff;
    letter-spacing: 0.3px;
}

.inner_breadcrumb2 .breadcrumb li a {
    color: var(--text-color);
}

.inner_breadcrumb .breadcrumb li:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    padding: 0 14px;
    color: #fff;
    display: inline-block;
}

.inner_breadcrumb .breadcrumb li.active {
    color: var(--light-pink);
}

.inner_breadcrumb .breadcrumb li+li:before {
    content: "/";
    color: #fff;
    padding: 0 14px;
}


.inner_breadcrumb .breadcrumb li+li:before {
    float: left;
    padding: 11px 10px;
    color: #fff;
}

.inner_breadcrumb2 .breadcrumb li+li:before {
    padding: 15px 10px;
    color: var(--text-color);
}

.title_h2 {
    float: left;
    width: 100%;
    padding: 8px 10px;
    margin: 0;
    line-height: 30px;
    background: #f7b11b;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.right_side .title_h2 {
    float: left;
    width: 100%;
    padding: 8px 10px;
    margin: 0;
    line-height: 30px;
    background: #f7b11b;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

/* Brand Store */

.brand-store {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
}

.brand-store .client-bx img {
    display: block;
    width: 100%;
    margin-bottom: 25px;
    box-shadow: 1px 1px 7px -2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    padding: 0px;
    transition: 0.3s;
}

.brand-store .client-bx img:hover {
    transform: scale(1.02);
    /* box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.3); */
    box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.2);
}

/* About Us */

.about_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    /* background: #f3f3f3; */
}



/*  Testimonial Page  */

.testimonial_block {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.testimonial_text_box {
    margin: 0 0 30px;
    padding: 32px 20px 35px 0;
    background: #eee;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
    display: table;
    position: relative;
    border-radius: 4px;
}

.testimonial_text_box .this-quote {
    margin: 0 20px;
    width: 30px;
}

.testimonial_text_box .this-quote img {
    width: auto;
}

.testimonial_text_box:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -25px;
    left: 69px;
    border-top: 25px solid #eee;
    border-right: 25px solid transparent;
}

.testimonial_text_box .this-texts {
    display: table-cell;
    width: calc(100% - 70px);
    vertical-align: top;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
}

.testimonial_author .media-left {
    padding-right: 20px;
    float: left;
}

.testimonial_author .media-left img {
    border: 1px solid #ffc812;
    border-radius: 4px;
}

.testimonial_author .media-left a {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.testimonial_author .media-body {
    vertical-align: middle;
}

.testimonial_author .this-title {
    font-size: 18px;
    color: #ffc812;
    text-align: left;
    line-height: 20px;
    margin: 0 0 5px;
    padding: 0;
}

.testimonial_author .loc {
    color: #f7b11b;
    line-height: 20px;
    margin: 0;
}


.gallery_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #f9f3e8;
}

.gallery_page .gallery_item {
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 0.98px 0.02px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
}

.gallery_page .gallery_item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 2px;
}

.gallery_item_info {
    text-align: center;
    padding: 15px;
}

.gallery_item_info h3 {
    font-size: 18px;
    color: #333;
    margin: 0;
    padding: 0;
}

.gallery_item_info h4 {
    font-size: 18px;
    color: #333;
    margin: 0;
    padding: 0;
}


.gallery_item_info p {
    font-size: 13px;
    margin: 0;
    margin-top: 4px;
    color: #333;
    max-width: 100%;
}

.hover_effect {
    display: block;
    position: relative;
    background: none;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    height: 376px;
}

.hover_effect:after {
    color: #fff;
    position: absolute;
    font-size: 1.6em;
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.hover_effect img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: auto;
    height: auto;
}

.hover_effect:hover:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: .6;
}

.hover_effect:hover img {
    filter: alpha(opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

.hover_effect:hover {
    background: var(--green);
}

.hover_effect:after {
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='white' viewBox='0 0 16 16'> <path fill-rule='evenodd' d='M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zM13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z'/><path d='M10.344 11.742c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1 6.538 6.538 0 0 1-1.398 1.4z'/><path fill-rule='evenodd' d='M6.5 3a.5.5 0 0 1 .5.5V6h2.5a.5.5 0 0 1 0 1H7v2.5a.5.5 0 0 1-1 0V7H3.5a.5.5 0 0 1 0-1H6V3.5a.5.5 0 0 1 .5-.5z'/></svg>");
}

.blog_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #fff;
}

.blog_page .blog_left h1 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: #f7b11b;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.blog_page .blog_b {
    margin-bottom: 20px;
    position: relative;
}


.right_news {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    background: #fff;
}

.right_news:last-child {
    margin-bottom: 0;
}

.right_news .image {
    float: left;
    width: 100%;
    margin: 0 0 10px;
    position: relative;
    overflow: hidden;
    height: 180px;
}

.right_news .image img {
    position: absolute;
    max-width: 100%;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: top center;

}

.right_news .title_h4 {
    padding: 10px;
    line-height: 18px;
    font-size: 15px;
    margin: 0px;
    text-align: left;
}

.right_news .title_h4 a {
    color: #333;
}

.right_news:hover .title_h4 a {
    color: var(--blue);
}



/* New Blog Details Page */
.blog_details {
    float: left;
    width: 100%;
    background: #fff;
}

.blog_details ul {
    display: inline-block;
    margin: 0px 0 10px;
    padding: 0;
}

.blog_details ul li {
    display: inline-block;
    margin-right: 15px;
    list-style: none;
}

.blog_details ul li:before {
    content: none;
    margin: 0;
}

.blog_details ul li a {
    color: #333333;
    transition: all 0.5s ease-out;
}

.blog_details ul li i {
    margin-right: 5px;
}

.blog_details1 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.blog_details1 img {
    margin-bottom: 15px;
}

.blog_details_img {
    width: 100%;
    text-align: center;
    height: 500px;
    overflow: hidden;
    margin-bottom: 15px;
}

.blog_details_img img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0 auto
}

.blog_details1 p {
    text-align: justify;
    line-height: 24px;
}

.blog_details1 .block-quote {
    padding: 30px 40px;
    margin-bottom: 20px;
    background: #eee;
    border-left: 3px solid var(--yellow);
}

.blog_details1 .block-quote p {
    font-size: 15px;
    line-height: 24px;
}

.blog_details1 h3 {
    margin: 0 0 5px;
    padding: 0;
    line-height: 30px;
}

.blog_details1 ul {
    float: left;
    width: 100%;
    margin: 0 0 25px;
    padding: 0;
}

.blog_details1 ul li {
    line-height: 28px;
    font-size: 16px;
    margin: 0;
    vertical-align: middle;
    text-align: left;
    padding: 0;
    display: flex;
    align-items: center;
}

.blog_details1 ul li:before {
    width: 20px;
    height: 20px;
    color: #4e4e4e;
    font-weight: 400;
    margin-top: 0;
    margin-right: 5px;
    float: left;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='currentColor' viewBox='0 0 16 16'><path d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z'/></svg>");
}

.fb-comments {
    width: 100%;
}

/* Blog Details  */
.blogdetails img {
    width: 100%;
}

.blog_news .content_details {
    float: left;
    width: 100%;
    background: #eee;
    padding: 20px 20px 20px;
}

.blog_news .content_details h2 {
    text-transform: capitalize;
    line-height: 30px;
    font-size: 20px;
    margin: 0 0 10px;
}

.blog_news .content_details h2 a {
    color: #333333;
    transition: all 0.5s ease-out;
}

.blog_news .content_details ul {
    display: inline;
    margin: 0px;
}

.blog_news .content_details ul li {
    display: inline-block;
    margin-right: 15px;
}

.blog_news .content_details ul li:before {
    content: none;
    margin: 0;
}

.blog_news .content_details ul li i {
    margin-right: 5px;
}

.blog_news .block-quote {
    padding: 30px 40px;
    margin-bottom: 20px;
    background: #fdfdfd;
    border-left: 3px solid #e59509;
}

.blog_news .block-quote p {
    font-size: 15px;
    line-height: 24px;
}

.blog_news .content_details ol {
    width: 100%;
    margin: 0 0 25px;
    padding: 0;
}

.blog_news .content_details ol li {
    list-style: none;
    line-height: 24px;
    color: #423f3f;
    font-size: 15px;
    font-weight: normal;
}

.blog_news .content_details ol li::before {
    content: "\f0da";
    font-family: "FontAwesome";
    margin-right: 5px;
}


.contact_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    position: relative;
}

.contact_page ul.social {
    margin-bottom: 15px;
}

#contact_form label.error,
.output {
    color: #FB3A3A;
    font-weight: normal;
    margin-bottom: 15px;
}

#quick_form label.error,
.output {
    color: #FB3A3A;
    font-weight: normal;
    margin-bottom: 15px;
}

#quick_enquiry label.error,
.output {
    color: #FB3A3A;
    font-weight: normal;
    margin-bottom: 15px;
}

.pac-container {
    z-index: 100000;
}


.contact_map {
    width: 100%;
    height: 425px;
    position: relative;
    display: block;
}

.contact_form_grid1 {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 0px;
}

/* .contact_form_grid1 textarea{
    height: 150px !important;
} */

.contact_page .contactTitle {
    color: var(--light-pink);
    font-size: 20px;
    text-align: left;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 18px;
}


.contact_details p {
    color: #333;
    margin-bottom: 20px;
    font-size: 16px;
}

.contact_details .address_list {
    clear: both;
    margin: 0 0 20px;
    padding: 0;
}

.contact_details .address_list li {
    clear: both;
    list-style: none;
    color: #333;
    margin-bottom: 2px;
    font-size: 16px;
}

.contact_details .address_list li svg {
    min-width: 22px;
    height: 22px;
    margin-right: 8px;
    color: var(--light-pink);
}

.contact_details .address_list li a {
    color: #333;
    display: flex;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
}

.contact_details .address_list li a span {
    font-size: 30px;
    margin-right: 13px;
}



.contact_details .address_list li span {
    font-size: 30px;
    margin-right: 13px;

}

.contact_details .address_list li a:hover,
.contact_details .address_list li a:focus {
    color: var(--blue);
}

.social_list {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.social_list li {
    list-style: none;
    display: inline-block;
}

.social_list li a {
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #fff;
    text-align: center;
    margin-right: 10px;
}

.social_list li a:hover {
    color: #f7b11b;
    border: 1px solid #f7b11b;
}

.contact_form_grid .form_grid {
    background-color: #ffffff;
}

.form_grid .title_h2_2 {
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 20px;
    padding: 0;
    color: #ffc812;
}

.adress-bx {
    padding: 20px;
    border: 1px solid #ccc;
    transition: 0.4s;
    margin-top: 25px;
    min-height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.adress-bx:hover {
    border: 1px solid var(--text-color);
}

.adress-bx .adress {
    margin-bottom: 0;
    color: var(--light-text);
    position: relative;
    padding-left: 18px;
}

.adress-bx .adress::before {
    content: "\f041";
    font-family: 'FontAwesome';
    font-size: 14px;
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    color: var(--light-pink);
}

.adress-bx .adress a {
    color: var(--light-pink);
    text-decoration: underline;
}

.adress-bx .title {
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: bold;
    text-transform: capitalize;
}

/* Sitemap page */
.sitemap_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #eee;
    position: relative;
}

.sitemap_right_side h1 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: #f7b11b;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.sitemap_page .title_h2 {
    margin-bottom: 15px;
    color: #fff;
}

.sitemap {
    border-left: 1px solid #666;
    padding: 0;

}

.sitemap li {
    list-style: none !important;
    background: transparent url(../images/sitemap_hr.png) no-repeat scroll 0px 9px;
    padding: 0px 0px 0px 15px;
    margin-bottom: 5px;
}

.sitemap li ul {
    border-left: 1px solid #666;
    padding: 0;
}

.sitemap li a {
    color: #333;
    font-size: 16px;
    padding-bottom: 5px;
    display: block;
}

.sitemap li a:hover {
    color: #f7b11b;
}

.market_area h3 {
    float: left;
    display: block;
}

.market_area h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #ffc812;
}

.market-list {
    float: left;
    width: 100%;
    margin: 0 !important;
    padding: 0;
}

.market-list li {
    list-style: none;
    padding-right: 10px !important;
    line-height: 20px;
    width: 25% !important;
    float: left;
}

.market-list li:before {
    content: none !important;
    margin-right: 0 !important;
}

.market-list li a {
    width: 100%;
    height: auto;
    padding: 10px 0 10px 12px;
    margin: 0 0 9px;
    display: block !important;
    color: #333 !important;
    font-size: 14px;
    background-color: #ddd;
}

.market-list li a:hover {
    background: #ffc812;
    color: #fff !important;
}


/* Products Poup */
.product_popup {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.product_popup_image {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    overflow: hidden;
    position: relative;
    height: 430px;
}

#callback .product_popup_image {
    height: 176px;
}

.product_popup_image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: 100%;
    margin: auto;
}

.product_popup h4 {
    color: #ffc812;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
    text-align: left;
    padding: 0;
}

.product_popup p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    text-align: left;
    margin-bottom: 15px;
}

#product_enquiry label.error {
    color: #FB3A3A;
    font-weight: normal;
}

.product_right_image .read_more {
    margin-top: 0;

}


.video_section iframe {
    width: 100%;
    height: 415px;
}


.latest {
    font-size: 26px;
    font-weight: bold;
    font-family: 'Catamaran', sans-serif;
    color: #0c0c0c;
    margin: 0 0 20px;
}

.webpulse-home_blog h6 span {
    color: #f7b11b;
}

.webpulse-home_blog h6 {
    text-transform: uppercase;
}

.feature_height {
    display: block;
    overflow: hidden;
    padding: 15px;
    text-align: center;
    height: 140px;
}

.thumb {
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 0px;
}

.fadeImg {
    animation-name: fadeimg;
    animation-duration: 2s;
}

@keyframes fadeimg {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.client_image {
    float: left;
    width: 100%;
    margin: 0;
    padding: 10px;
    overflow: hidden;
    position: relative;
    height: 120px;
    border: 1px solid #cde9f7;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 8px;
}

.client_image .client_logo {
    overflow: hidden;
    position: relative;
    height: 100px;
    transition: transform .5s ease;
}

.client_image:hover .client_logo {
    transform: scale(1.1);
}

.client_image .client_logo img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    max-height: 100%;
    width: auto;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--green);
}


.mb-phn {
    display: none;
}

.stButton {
    margin-bottom: 10px;
}


.terms-conditions a {
    text-decoration: underline;
    color: var(--light-pink);
    display: inline-block;
}

.terms-conditions p {
    text-align: justify;
}

.terms-conditions table {
    width: 100%;
    margin: 20px 0;
    border-color: #ccc;
}

.terms-conditions table tr td {
    color: var(--light-text);
}

.terms-conditions table tr:first-child td {
    color: var(--text-color);
    font-weight: 600;
}

.login-form {
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    max-width: 600px;
    width: 45%;
    margin: 30px auto;
    text-align: center;
    padding: 20px 0px 0px;
    border-radius: 4px;
    box-shadow: 0 30px 50px 0 rgba(0,0,0,.2);
    overflow: hidden;
}

.login-form form{
    padding: 0px 60px;
}
.login-form .thumbur {
    width: 140px;
    height: 140px;
    position: relative;
    background-color: #efefef;
    background-image: linear-gradient(to right, #efefef 0, #efefef 50%, #e1e1e1 50%, #e1e1e1 100%);
    margin: auto;
    border-radius: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-form .thumbur i {
    position: relative;
    font-size: 65px;
    color: var(--light-pink);
}

.login-form .login-title {
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    color: var(--light-pink);
    margin: 20px 0;
}

.login-form .change-type {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translatey(-50%);
    border: 0;
    outline: 0;
    background-color: transparent;
}

.login-form .submit {
    position: absolute;
    right: -25px;
    top: 50%;
    width: 50px;
    height: 45px;
    border: 0;
    outline: 0;
    color: white;
    background: var(--light-pink);
    font-size: 20px;
    transition: 0.4s;
}

.login-form .submit:hover {
    transform: scale(1.1);
}

.login-form a {
    text-decoration: underline;
    display: inline-block;
    font-weight: 500;
}

.login-form a:hover,
.login-form a:focus {
    color: var(--light-pink);
}

.login-form .shift {
    color: var(--light-text);
      background: #eeedf1;
    height: 60px;
    line-height: 60px;
    margin-top: 30px;
    padding: 0px 60px;
}

/* listing */
.product_listing {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #fff;
}

.product_listing #sidebar {
    overflow: hidden;
    overflow-y: auto;
    padding: 0 15px 0 10px;
}

.product_listing .price_filter {
    margin: 0 0 20px;
    padding: 10px 20px 25px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #eee;
    background: #fff;
}

.product_listing .left_title1 {
    padding: 0px 0 5px;
    color: var(--light-pink);
    line-height: 24px;
    font-size: 18px;
    width: 100%;
    display: inline-block;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}

.product_listing label {
    margin-bottom: 10px;
    display: inline-block;
}

.product_listing #amount {
    border: 0 !important;
    outline: 0 !important;
    color: var(--light-pink);
    font-weight: 600;
    text-align: right;
    font-family: FontAwesome;
    width: 130px;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    font-size: 16px;
}

.ui-slider-handle.ui-corner-all.ui-state-default:focus,
.ui-slider-handle.ui-corner-all.ui-state-default:active {
    background-color: #eee;
    border: 1px solid #aaa;
    outline: none;
}

.ui-widget-header {
    background: var(--light-pink);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
}

.ui-widget.ui-widget-content{
    border: none;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
    background-color: #f5f5f5;
}

.product_filter {
    float: left;
    width: 100%;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    border: 1px solid #eee;
    padding: 10px;
    background: #fff;
}

.left_title {
    padding: 7px 12px;
    color: var(--light-pink);
    line-height: 24px;
    font-size: 18px;
    width: 100%;
    display: inline-block;
    font-weight: 600;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.product_filter ul {
    margin: 10px 0;
    padding: 0;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.product_filter ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

.product_filter ul::-webkit-scrollbar {
    width: 7px;
    background-color: #f5f5f5;
}

.product_filter ul::-webkit-scrollbar-thumb {
    background-color: var(--light-pink);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

.product_filter ul li {
    text-transform: capitalize;
    display: block;
    color: #888;
    font-size: 14px;
    line-height: 34px;
    position: relative;
    padding: 0 10px;
}

.product_filter ul li:last-child {
    border-bottom: 0;
}

.product_filter li label {
    font-size: 14px;
    cursor: pointer;
    color: var(--text-color);
    display: block;
    line-height: 30px;
    margin: 0;
    padding-top: 1px;
}

.product_filter li label:hover {
    color: var(--light-pink);
}

.product_filter li label input[type=checkbox] {
    visibility: hidden;
    position: absolute;
    height: 14px;
}

.product_filter li label input[type=checkbox]:checked+span {
    color: var(--light-pink);
}

.product_filter li label>span {
    display: block;
    position: relative;
    padding-left: 27px;
}

.product_filter li label>span:before {
    content: '';
    width: 15px;
    height: 14px;
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    border: 1px solid #ccc;
}

.product_filter li label input[type="checkbox"]:checked+span:before {
    background: var(--light-pink);
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/checked.png);
    border: 1px solid var(--light-pink);
}

.product_filter li label:after {
    clear: both;
}

.product_filter li label:before,
.product_filter li label:after {
    content: "";
    display: table;
}

/* 
.left-pro-bx .des-bx{
    border: 2px solid red;
} */

.left-pro-bx .des-bx .title {
    color: var(--text-color);
    font-size: 14px;
    margin-bottom: 5px;
    line-height: normal;
}

.left-pro-bx .des-bx .price {
    color: var(--light-pink);
    font-weight: 600;
    font-size: 14px;
    line-height: normal;
}

.left-pro-bx .des-bx .price del {
    color: var(--light-text);
    font-weight: 400;
    font-size: 13px;
}

.page_show {
    float: left;
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
}

.page_show ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.page_show ul li {
    display: inline-block;
    list-style: none;
    margin: 0 0 0 10px;
}

.page_show ul li {
    display: inline-block;
    list-style: none;
    margin: 0 0 0 10px;
}

.page_show ul li:nth-child(2) {
    float: right;
}

.page_show ul li select {
    border: 0;
    background: transparent;
    width: auto;
    font-size: 12px;
    height: auto;
    outline: none;
    padding: 0;
}

.page_show ul li:last-child {
    float: right;
}

/* product-details */

.selectors .mz-thumb img {
    max-width: 85px;
    width: 100%;
    margin-bottom: 10px;
}

.product_details .protitle {
    color: var(--text-color);
    line-height: 28px;
    font-size: 20px;
    width: 100%;
    font-weight: bold;
    margin-bottom: 10px;
}

.product_details .sku {
    font-size: 13px;
    color: var(--light-text);
    margin-bottom: 10px;
    float: left;
    margin-right: 15px;
}

.product_details .sku span {
    font-weight: bold;
    color: var(--text-color);
}

.product_review {
    margin-bottom: 12px;
}

.product_review .rating {
    display: inline-block;
    padding-right: 5px;
}

.product_review .rating i {
    color: #ffba0a;
}

.product_review .rating_count {
    display: inline-block;
    color: var(--light-pink);
    line-height: initial;
}

.product_details .price {
    font-size: 17px;
    color: var(--light-pink);
    font-weight: 600;
    margin-bottom: 5px;
    position: relative;
    width: 100%;
    display: inline-block;
    line-height: 24px;
    transition: all 0.3s ease;
}

.product_details .price .old_price {
    font-size: 15px;
    color: #666;
    text-decoration: line-through;
    font-weight: normal;
    margin-right: 7px;
}

.product_details .price .off_label {
    position: absolute;
    right: 0;
    top: 0px;
    left: 125px;
    display: block;
    width: 90px;
    text-align: center;
    z-index: 5;
    font-size: 15px;
    background: var(--light-pink);
    color: #fff;
    border-radius: 3px;
    padding: 3px 10px;
    line-height: normal;
}

.product_info {
    list-style-type: none;
    padding: 0;
    margin-bottom: 10px;
}

.product_info li {
    font-size: 14px;
    color: #222222;
    margin-bottom: 10px;
}

.product_info li span {
    color: var(--text-color);
}

.product_info li small,
.product_info li a {
    display: inline-block;
    font-weight: 500;
    color: var(--light-text);
    font-size: 14px;
}

.product_info li a:hover {
    color: var(--light-pink);
}

.product_info li small.stock {
    color: #fff;
    padding: 2px 8px;
    border-radius: 3px;
}

.product_info_btn {
    margin-bottom: 15px;
}

.product_info_btn a {
    color: #333;
    text-transform: uppercase;
    font-weight: normal;
    display: inline-block;
    position: relative;
    line-height: initial;
    font-size: 12px;
    margin-right: 5px;
}

.product_info_btn a i {
    margin-right: 5px;
    font-size: 14px;
}

.details_qty {
    width: auto;
    display: flex;
    margin-bottom: 20px;
    gap: 5px;
}

.details_qty input.minus,
.details_qty input.plus {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0px;
    text-align: center;
    border: 1px solid var(--light-pink);
    display: inline-block;
    background: white;
    color: var(--light-pink);
    font-size: 20px !important;
    font-weight: bold;
    outline: none;
}

.details_qty input.minus:hover,
.details_qty input.plus:hover,
.details_qty input.minus:focus,
.details_qty input.plus:focus {
    background: var(--light-pink);
    color: white;
}

.details_qty input.qty {
    display: inline-block;
    width: 60px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ddd;
    outline: none;
}

.add_to_button {
    color: white;
    font-weight: normal;
    text-transform: capitalize;
    background: var(--light-pink);
    display: inline-block;
    line-height: normal;
    padding: 12px 25px;
    position: relative;
    margin-right: 5px;
    border: 1px solid var(--light-pink);
    outline: none;
}

.add_to_button:hover,
.add_to_wishlist:hover {
    color: white;
    background: #333;
    border-color: #333;
}

.add_to_wishlist {
    color: var(--light-pink);
    font-weight: normal;
    text-transform: capitalize;
    background: white;
    display: inline-block;
    line-height: normal;
    padding: 12px 25px;
    position: relative;
    border: 1px solid var(--light-pink);
    outline: none;
}

.form-group.check {
    margin-top: 15px;
    width: 100%;
    max-width: 400px;
    position: relative;
    font-size: 15px;
    color: #666;
}

.form-group.check i {
    position: absolute;
    left: 0px;
    top: 14px;
    color: var(--light-pink);
}

.form-group.check input {
    padding-left: 20px;
    background-color: transparent;
}

.check_btn {
    border: 0;
    background: transparent;
    color: var(--light-pink);
    padding: 10px 0px;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 600;
    font-size: 14px;
}

.product_overview .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #fff;
    border: 0;
    border-top: 2px solid var(--light-pink);
    border-radius: 0;
    background: var(--light-pink);

}

.product_overview .nav-tabs .nav-link {
    color: var(--text-color);
    background: #e9ecef;
}

.product_overview .tab-pane {
    background: #fff;
    padding: 20px;
    border: 1px solid #eee;
    color: var(--light-text);
}

.product_overview .tab-pane p {
    color: var(--light-text);
    line-height: normal;
    margin-bottom: 10px;
}

.product_overview .tab-pane .bx-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}


.product_overview .tab-pane .dl-horizontal dt {
    text-align: left;
    font-size: 15px;
    line-height: normal;
    font-weight: normal;
}

.product_overview .tab-pane .dl-horizontal dd {
    font-size: 14px;
    line-height: normal;
    font-weight: normal;
}

.tab-pane .product_rate {
    font-size: 14px;
    background: var(--light-pink);
    border: 1px solid var(--light-pink);
    padding: 8px 20px;
    color: #fff;
}

.tab-pane .review {
    margin-bottom: 20px;
    text-transform: none;
    background: #fff;
    padding: 20px;
}

.tab-pane .review .review-title {
    margin-bottom: 10px;
}

.tab-pane .review .review-title .summary {
    color: var(--text-color);
    font-size: 15px;
    font-weight: normal;
    margin-right: 10px;
}

.tab-pane .review .review-title .date {
    font-size: 14px;
}

.tab-pane .review .review-title .date span {
    margin-left: 6px;
    color: var(--light-pink);
}

.tab-pane .review .product_ratings {
    margin-bottom: 8px;
    color: #ffba0a;
}

.cart_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 30px 0;
    background: #fff;
}

.cart_page .cart_left .bx-title {
    background: var(--light-pink);
    padding: 10px 12px;
    color: #fff;
    line-height: 24px;
    font-size: 20px;
    width: 100%;
    font-weight: 600;
    display: inline-block;
}

.cart_left table {
    border: 0px solid #ccc !important;
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
    min-width: 820px;
}

.cart_left table tr {
    border: 1px solid #ddd;
    padding: 5px;
}

.cart_left table th {
    border: 0px solid #ddd;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    font-size: 14px;
    color: var(--light-pink);
    background: #eee;
}

.cart_left table th {
    border: 0px solid #ddd;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    font-size: 14px;
    color: var(--light-pink);
    background: #eee;
}

.cart_left table tr {
    border: 1px solid #ddd;
    padding: 5px;
}

.cart_left table td {
    font-size: 13px;
    border: 1px solid #ddd;
    border: 1px solid #eee;
    padding: 8px 10px;
    line-height: 1.42857143;
    vertical-align: middle;
}

.cart_left table tbody tr td:first-child {
    width: 50%;
}

.cart_image {
    float: left;
    margin-right: 3%;
    position: relative;
    height: 65px;
    width: 110px;
    border: 1px solid #eee;
    border-radius: 3px;
    overflow: hidden;
}

.cart_image a img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    width: auto;
    transform: translate(-50%, -50%);
    max-height: 100%;
}

.cart_left table tbody tr td .price {
    position: relative;
    color: var(--light-pink);
    font-size: 13px;
    display: inline-block;
    line-height: 24px;
    transition: all 0.3s ease;
}

.cart_info a {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    line-height: 22px;
}

.cart_info p {
    font-size: 13px;
    line-height: 18px;
    text-align: left;
    margin-bottom: 0;
}

.cart_off_label {
    display: block;
    text-align: center;
    background: var(--light-pink);
    color: #fff;
    padding: 2px 10px;
}

.price span {
    color: #666;
    text-decoration: line-through;
    margin-right: 10px;
}

.cart_remove {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    color: #333;
    font-size: 14px;
    height: 25px;
    text-align: center;
    width: 25px;
    line-height: 25px;
    display: inline-block;
}

.cart_right_title {
    background: var(--light-pink);
    padding: 10px 12px;
    color: #fff;
    line-height: 24px;
    font-size: 20px;
    width: 100%;
    font-weight: 600;
    display: inline-block;
}

.cart_right {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #eee;
    background: #fff;
}

.coupon_form {
    position: relative;
    margin-bottom: 5px;
}

.coupon_form input {
    border: 1px #dedede solid;
    border-radius: 0px;
    width: 100%;
    font-size: 12px;
    margin: 0;
    height: 34px;
}

.coupon_form .apply_btn {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--light-pink);
    color: #fff;
    border: 0;
    height: 34px;
    padding: 6px 15px;
    font-size: 13px;
}

.coupons_text {
    font-size: 12px;
    color: var(--text-color);
}

.coupons_text a {
    display: inline-block;
    color: var(--light-pink);
}


.cart_right .table {
    border: 0;
    margin-bottom: 15px;
}

.table.table-totals tr {
    border: 0;
}

.cart_page .cart_right table tr td:nth-child(1) {
    width: auto !important;
}

.cart_right .table tr th,
.cart_right .table tr td {
    border: 0;
    padding: 5px 0;
    font-size: 14px;
}

.table.table-totals tr {
    border: 0;
}

.cart_right .table tbody tr:last-child td {
    padding-bottom: 15px;
}

.cart_right .table tr td.free {
    color: var(--light-pink);
    text-transform: uppercase;
}

.cart_right .table tfoot {
    border-top: 1px solid #ccc;
    font-size: 1.8rem;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
}

.cart_right .table tfoot tr td {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    color: #333;
    width: auto !important;
}

.payable {
    color: var(--light-pink);
}

.order_btn {
    width: 100%;
    padding: 10px 25px;
    background: var(--light-pink);
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 15px;
    font-size: 16px;
    border: 1px solid var(--light-pink);
    font-weight: 600;
}

.order_btn:hover {
    background-color: #333;
    color: #fff;
    border-color: #333;
}

.cart_right .safe_info {
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
}

.cart_right .safe_info i {
    font-size: 36px;
    color: var(--light-pink);
    float: left;
    margin-top: 4px;
    margin-right: 8px;
}

.shopping_btn {
    padding: 10px 20px;
    background: #fff;
    color: var(--light-pink);
    border-radius: 3px;
    text-decoration: none;
    width: auto;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 15px;
    font-size: 14px;
    border: 1px solid var(--light-pink);
}

.shopping_btn:hover {
    background: var(--light-pink);
    color: white;
}

.checkout_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #f1f3f6;
    position: relative;
}

.checkout_page .bx-title {
    background: var(--light-pink);
    padding: 10px 12px;
    color: #fff;
    line-height: 24px;
    font-size: 20px;
    width: 100%;
    font-weight: 600;
    display: inline-block;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button::after {
    content: none;
}

.checkout_page .accordion-item {
    margin-bottom: 10px;
    border-radius: 2px !important;
    overflow: hidden;
}

.checkout_page .accordion-button {
    padding: 10px 15px;
    border-radius: 0 !important;
}

.checkout_page .accordion-body {
    padding: 10px 15px;
}

.checkout_page .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: var(--light-pink);
    box-shadow: none;
}

.checkout_page .accordion-button:not(.collapsed) span {
    background: #fff;
    color: var(--light-pink);
    font-weight: bold;
}

.checkout_page .accordion-button span {
    background-color: #aaa;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 3px;
}

.checkout_page .form-group+.form-group {
    margin-top: 10px;
}

.checkout_page .forgot-password {
    padding-top: 14px;
    display: inline-block;
    color: var(--light-pink);
    position: absolute;
    top: -4px;
    right: 7px;
}

.panel-body form .radio_btn {
    font-size: 13px;
    line-height: 25px;
    cursor: pointer;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.panel-body form .radio_btn input {
    float: left;
    height: 17px;
    line-height: 25px;
    margin: 5px 0 0;
    margin-right: 10px;
}

.checkout_page .step_login_btn {
    padding: 10px 25px;
    background: var(--light-pink);
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 15px;
    font-size: 15px;
    border: 0;
}

.checkout_page .step_login_btn:hover {
    background: #333;
}

.checkout_page .checkout_right {
    padding: 15px;
    background: #eee;
}

.checkout_page .checkout_right h4 {
    text-align: left;
    margin: 0 0 10px;
    padding: 0;
}

.checkout_page .checkout_right ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.checkout_page .checkout_right ul li {
    font-size: 13px;
    list-style: none;
    line-height: 22px;
}

.checkout_page .checkout_right ul li i.fa-check {
    background: transparent !Important;
    color: var(--light-pink);
}

.cart_right ul {
    background: #fff;
    margin: 0;
    padding: 0;
}

.cart_right ul li {
    line-height: 1;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #dee5e8;
    list-style: none;
}

.cart_right ul li i {
    float: left;
    color: var(--light-pink);
    min-width: 40px;
    line-height: 1;
    margin-left: 0.7rem;
    margin-top: 0.3rem;
    font-size: 34px;
    min-width: 40px;
    margin-right: 10px;
    text-align: center;
}

.cart_right ul li h4 {
    text-align: left;
    color: #333;
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.cart_right ul li:last-child {
    border-bottom: 0;
}

.dashboard_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
}

.dashboard_page .dashboard-links {
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 0;
    padding: 20px;
}

.dashboard_page .dashboard-links li a {
    box-shadow: 1px 1px 4px -1px #ccc;
    border-radius: 5px;
    padding: 13px 15px;
    margin-bottom: 10px;
    color: var(--text-color);
    font-weight: 500;
    transition: all 0.3s ease;
}

.dashboard_page .dashboard-links li:last-child a {
    margin-bottom: 0;
}

.dashboard_page .dashboard-links li a:hover,
.dashboard_page .dashboard-links li a.active {
    background: var(--light-pink);
    color: white;
}

.dashboard_page .dashboard-bx {
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 5px;
}

.dashboard_page .dashboard-bx .profile-bar {
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 #ccc;
    background-color: #eee;
}

.profile-bx {
    display: flex;
    align-items: center;
}

.profile-bx .profile-icon {
    color: var(--light-pink);
    border: 5px solid;
    border-radius: 100%;
    height: 75px;
    width: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    font-weight: bolder;
    background: white;
    margin-right: 15px;
}

.profile-bx .profile-des .title {
    color: var(--text-color);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px;
}

.profile-bx .profile-des a {
    color: var(--light-text);
    font-size: 13px;
    line-height: 18px;
}

.edit-profile {
    display: inline-block;
    padding: 10px 20px;
    background: var(--light-pink);
    color: white;
    text-align: center;
}

.edit-profile:hover {
    color: white;
    background: #333;
}

.recent-order-bar {
    padding: 20px;
    border-radius: 3px;
    border: 1px solid #eee;
    box-shadow: 0 0px 5px -1px #ccc;
}

.recent-order-bar .recent-order-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--light-pink);
    margin-bottom: 5px;
}

.recent-order-bar .order-details {
    list-style: none;
    margin: 0;
    padding: 0;
}

.recent-order-bar .order-details li {
    color: var(--text-color);
    line-height: 18px;
}

.recent-order-bar .order-details li span {
    color: var(--light-text);
    font-weight: 500;
}

.recent-order-bar .upload-btn {
    outline: 0;
    border: 2px dashed var(--light-pink);
    color: var(--light-pink);
    background: white;
    font-weight: bold;
    width: 100%;
    padding: 8px 0;
    text-align: center;
}

.dashboard-bx .address-bar {
    padding: 20px;
    border-radius: 3px;
    border: 1px solid #eee;
    box-shadow: 0 0px 5px -1px #ccc;
    margin-bottom: 20px;
}

.dashboard-bx .address-bar .add-title {
    color: var(--light-text);
    font-weight: bold;
    font-size: 15px;
    color: var(--text-color);
}

.dashboard-bx .address-bar .add-title a {
    float: right;
    padding: 3px 6px;
    color: var(--light-pink);
    border-radius: 3px;
    background-color: #eee;
    font-size: 14px;
}

.dashboard-bx .address-bar .add-title a i {
    font-size: 12px;
}

.dashboard-bx .address-bar .name {
    font-weight: bold;
    margin: 5px 0;
    font-size: 17px;
    color: var(--light-pink);
}

.dashboard-bx .address-bar p {
    margin: 0;
    color: var(--light-text);
}

.dashboard-bx .dashboard-title {
    color: var(--light-pink);
    font-size: 18px;
    text-align: left;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: bold;
}

.cart_left.wishlist-bx table {
    border-radius: 5px;
    border: 1px solid #eee !important;
}

.cart_left.wishlist-bx table th {
    background: #fff;
    border: 1px solid #eee;
    overflow: hidden;
    padding: 12px 10px;
}

.in-stock {
    padding: 3px 6px;
    background: forestgreen;
    font-size: 13px;
    color: white;
    border-radius: 3px;
}

.out-stock {
    padding: 3px 6px;
    background: #ff2020;
    font-size: 13px;
    color: white;
    border-radius: 3px;
}

.wishlist-bx .cart_add {
    border-radius: 2px;
    height: 30px;
    width: 30px;
    font-size: 14px;
    display: inline-block;
    line-height: 30px;
    margin: 0;
    padding: 0;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    color: var(--light-pink);
}

.wishlist-bx .cart_add:hover {
    background: var(--light-pink);
    color: white;
}

.wishlist-bx .cart_remove {
    border-radius: 2px;
    height: 30px;
    width: 30px;
    font-size: 14px;
    display: inline-block;
    line-height: 30px;
    margin: 0;
    padding: 0;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}

.order-details-bar .details-bx,
.order-details-bar .address-bx {
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 #ccc;
    background-color: #f3f3f3;
}

.order-details-bar .details-bx .Order-id {
    font-size: 18px;
    font-weight: 700;
}

.order-details-bar .details-bx .Order-date {
    font-size: 14px;
    font-weight: 500;
    color: grey;
    margin-bottom: 8px;
}

.order-details-bar .table.table-totals tr {
    border: 0;
}

.order-details-bar .table tr th,
.order-details-bar .table tr td {
    border: 0 !important;
    padding: 5px 0;
    font-size: 14px;
    line-height: normal;
}

.order-details-bar table tr td:nth-child(1) {
    width: auto !important;
}

.order-details-bar .table tbody tr:last-child td {
    padding-bottom: 1rem;
}

.details-bx .table tr td.free {
    color: forestgreen;
    text-transform: uppercase;
}

.order-details-bar .table tfoot {
    border-top: 1px solid #ccc;
    font-size: 1.8rem;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
}

.order-details-bar .table tfoot tr td {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 16px;
    color: var(--text-color);
    width: auto !important;
}


.order-details-bar .address-bx .title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.order-details-bar .address-bx .name {
    font-size: 17px;
    font-weight: 600;
    color: var(--text-color);
}

.order-details-bar .address-bx .address-details {
    list-style: none;
    padding: 0;
    margin: 0;
}

.order-details-bar .address-bx .address-details li {
    font-size: 14px;
    color: var(--light-text);
    padding-top: 8px;
}

.order-details-bar .address-bx .address-details li span {
    color: var(--text-color);
    font-weight: 500;
}

.abt_con {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.abt_con h1,
.abt_con h2,
.abt_con h3 {
    font-size: 25px;
    margin-bottom: 7px;
    font-weight: bold;
    color: var(--light-pink);
}

.abt_con h2 {
    font-size: 20px;
}

.abt_con h3 {
    font-size: 18px;
}

.abt_con p {
    text-align: justify;
    margin-bottom: 15px;
    font-size: 15px;
}

.login-bg{
    background: #9f9da7
}

input[type='checkbox'], input[type='radio']{width: auto!important}
label.shipping input {
    float: left;
    height: 15px;
    margin-right: 10px;
}

.checkout_btn{padding: 10px 30px;background:#171717;color:#fff;border-radius: 3px;text-decoration: none; text-align: center;display: inline-block;margin-right: 0px;margin-bottom: 15px;font-size: 15px;border: 0; z-index: 1;}
.checkout_btn:hover,.checkout_btn:focus{background:var(--light-pink);color:#fff;}
.mobile_view{display: none;}
.payment_option{float: left; width: 100%;}
.payment_option form .radio {
border-bottom: 1px solid #ccc;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 16px;
    padding: 5px 0 10px 30px;
    user-select: none;
    width: 100%;
    display: flex
}
.payment_option form .radio:last-child{ border-bottom: 0;}

.payment_option form .radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.payment_option form .checkround {

    position: absolute;
    top: 6px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #fff ;
    border-color:var(--light-pink)!important;
    border-style:solid;
    border-width:2px;
     border-radius: 50%;
}
.payment_option form .radio input:checked ~ .checkround {background: #fff;}
.payment_option form .checkround:after {content: ""; position: absolute; display: none;}
.payment_option form .radio input:checked ~ .checkround:after {display: block;}
.payment_option form .radio .checkround:after {left: 2px; top: 2px; width: 12px; height: 12px; border-radius: 50%;background:var(--light-pink) !important;}
.confrmorder{padding: 12px 40px;background: var(--light-pink) !important;color:#fff; border-radius: 3px; text-decoration: none; text-align: center; display: inline-block; margin-right: 0px; margin-top: 15px; margin-bottom: 15px; font-size: 18px; border: 0; z-index: 1;}
.confrmorder.hover_btn:before, .confrmorder.hover_btn:after {background: #171717;}
.payment_option form label{cursor: pointer;}

.product_details .form-group.check input{
    border-left: 0px;
    border-radius: 0px;
    border-right: 0px;
    border-top: 0px;
}