/* Custom Styles */
:root {
    --primary-color: #2F81FF;
    --secondary-color: #00BF63;
    --third-color: #F5F5F5;
    --dark-color: #212529;
    --light-color: #f8f9fa;
    --bg-light-color: #FFFBFB;
    --bg-yellow-color: #fbecbd;
}

body {
    font-family: "Poppins", sans-serif;
    color: var(--dark-color);
}

h1, h2, h3, h4, h5, h6{
    font-family: "Poppins", sans-serif;
    margin: 0;
}

p{
    margin-bottom: 0;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
}

a{
    text-decoration: none;
    color: #000000;
}

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

/* Preloader
-------------------------------------------------------*/

.loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    color: #00c9d0;
    display: inline-block;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.lead{
  font-size:13px;
}
.loader div {
    background-color: #2F81FF;
    display: inline-block;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    opacity: .5;
    border-radius: 50%;
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ballPulseDouble {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.header{
    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    background: #FFFFFF;
    position: fixed;
    z-index: 10;
    width: 100%;
    top: 0;
    left: 0;
    padding-top: 18px;
}

.header.fixed{
    top: -123px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-toggler{
    border: 0;
    padding: 0;
}

.navbar-toggler-icon{
    background-image: url('../images/menu-icon.png');
    background-repeat: no-repeat;
}



.navbar-toggler:focus{
    box-shadow: none;
}

.header .admin_link li:not(:first-child){
    margin-left: 16px;
    color: #000000;
}

.header .admin_link li a{
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
}

.header nav.navbar {
    background: #2F81FF;
    margin-top: 18px;
}

.header nav.navbar li:not(:first-child){
    margin-left: 30px;
    color: #FFFFFF;
}

.header .right_side_navbar.navbar-nav li:not(:first-child){
    margin-left: 16px;
}

.header .right_side_navbar.navbar-nav li.nav-item.cart-link{
    margin-left: 30px;
}

.header .right_side_navbar.navbar-nav .nav-item a.nav-link {
    padding: 20px 5px;
}

p.cart-count {
    position: absolute;
    top: -8px;
    right: -10px;
    width: 21px;
    height: 21px;
    background: #00BF63;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    font-weight: 600;
    line-height: 21px;
    color: #FFFFFF;
}

.header nav.navbar .nav-item .nav-link {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    padding: 20px 20px;
}

.header nav.navbar .nav-item .nav-link.category-link{
    background-color: var(--secondary-color);
    padding: 18px 103px 18px 30px;
}

.hero-section .sidebar {
    border: 1px #E6E6E6 solid;
    width: 321px;
}

.sidebar ul li a {
    padding: 18px 20px;
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    border-bottom: 1px #E6E6E6 solid;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.sidebar ul li a .arrow-icon{
    position: absolute;
    right: 24px;
    top: 50%;
    font-size: 18px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.sidebar ul li a:hover{
    background-color: var(--secondary-color);
    color: #FFFFFF;
}

.sidebar ul li a span {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    padding: 5px;
    border-radius: 50%;
}

.sidebar ul li a span .img-fluid{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sidebar ul li:last-child a{
    border-bottom: 0;
}

.hero-section {
    margin: 190px 0 0;
}

.hero-rightside_bar{
    background-color: var(--secondary-color);
    height: 100%;
    width: 75.2%;
    min-height: 622px;
}

.slider__wrapper {
  margin: 0 auto;
}
.slider__wrapper .slick-track {
  overflow: hidden;
}

.banner_star{
    color: #FBF300;
}

.slider__content {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  position: relative;
  max-height: 90%;
}
.slider__content .slider__text {
    opacity: 0;
    transition: all 1s ease;
    padding: 5rem 0 0 2rem;
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 1s linear;
    color: #FFFFFF;
}

.slider__content .slider__text h1 {
    font-size: 46px;
    line-height: 66px;
    font-weight: 700;
    margin: 5px 0 15px;
}

.slider__content .slider__text p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 18px;
}

.banner_price{
    font-size: 40px;
    line-height: 52px;
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
}


.slider__text .btn.btn-primary{
    padding: 12px 40px;
    border-radius: 10px;
    font-size: 24px;
    font-weight: 600;
}

.slider__content .slider__image {
    width: 53%;
    margin: 0;
    position: relative;
    height: 622px;
    border-radius: 0;
    clip-path: polygon(40% 8%, 100% 0, 100% 100%, 75% 100%, 0 100%, 10% 12%);
    -webkit-clip-path: polygon(40% 8%, 100% 0, 100% 100%, 75% 100%, 0 100%, 10% 12%);
    -moz-clip-path: polygon(40% 8%, 100% 0, 100% 100%, 75% 100%, 0 100%, 10% 12%);
}

.slider__content .slider__image:before {
  content: "";
  padding-top: 56.25%;
  display: block;
}
.slider__content .slider__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  object-fit: cover;
  transition: all 0.75s ease;
}

.slick-arrow {
    position: absolute;
    bottom: 2em;
    right: 2em;
    z-index: 2;
    background-image: url('../images/arrow.png');
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-indent: -9999px;
    /* clip-path: polygon(50% 0%, 0% 100%, 100% 100%); */
    cursor: pointer;
    transition: all 0.5s ease;
}

.slick-arrow.slick-prev {
  right: 5em;
}
.slick-arrow.slick-next {
    background-position: -40px 0;
}

.slick-active .slider__text {
  opacity: 1;
}
.slick-active .slider__image img {
  width: 100%;
}

section{
    padding: 100px 0 50px;
}

/* .category_list{
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
} */

.category-block{
    background: #FFFFFF;
    border: 1px #F3F3F3 solid;
    /* width: 116px; */
    height: 348px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    z-index: 0;
    justify-content: start;
    padding: 30px 0 0 20px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

.category-block::after{
    content: '';
    display: inline-block;
    width: 200px;
    height: 200px;
    background-color: #F4F4F4;
    border-radius: 50%;
    position: absolute;
    bottom: -40px;
    right: -40px;
    z-index: -1;
}

.iti--separate-dial-code{
    width: 100%;
}

/* .category-block:hover::after{
    display: block;
} */

/* .category-block:hover{
    width: 250px;
    align-items: flex-start;
    justify-content: start;
} */

.category-block p {
    /* transform: rotate(-90deg); */
    white-space: nowrap;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

/* .hover_block{
    display: none;
}

.category-block:hover .hover_block{
    display: block;
} */

.hover_block .category-btn {
    width: 40px;
    height: 40px;
    line-height: 33px;
    text-align: center;
    background-color: #2F81FF;
    border-radius: 50%;
    display: block;
    margin: 25px 0 0 20px;
}

.hover_block figure {
    margin: 70px 0 0;
    transform: rotate(-45deg);
}

.offer-block{
    background-image: linear-gradient(to bottom, #2f81ff, #009fff, #00b1e2, #00bba5, #00bf63);
    border-radius: 20px;
    padding: 30px 60px 38px 25px;
    position: relative;
    color: #FFFFFF;
}

.offer-block.register-block{
    background-image: linear-gradient(to bottom, #00bf63, #5ccf52, #92dd3e, #c5ea25, #fbf300);
}

.offer-block h4{
    font-size: 38px;
    line-height: 50px;
    font-weight: 700;
}

.offer-block p{
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    padding-right: 150px;
    margin: 15px 0 32px;
}

.offer-block.register-block p {
    margin: 23px 0 75px;
}

.offer-block a.btn.btn-primary {
    background: #2F81FF;
    padding: 15px 65px 15px 20px;
    border-radius: 50px;
    border: 2px #FFFFFF solid;
    font-size: 20px;
    line-height: 30px;
    position: relative;
}

.offer-block a.btn.btn-primary span {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #FFFFFF;
    line-height: 40px;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.hexagon-1 {
    width: 180px;
    height: 180px;
    overflow: hidden;
    clip-path: polygon(45% 0, 100% 15%, 100% 100%, 75% 100%, 0 100%, 20% 0);
    -webkit-clip-path: polygon(45% 0, 100% 15%, 100% 100%, 75% 100%, 0 100%, 20% 0);
    -moz-clip-path: polygon(45% 0, 100% 15%, 100% 100%, 75% 100%, 0 100%, 20% 0);
    background: #3cb371;
    position: absolute;
    bottom: 30px;
    right: 0;
}

.hexagon-1 .img-fluid{
    width: 100%;
    height: 100%;
}

section .heading{
    margin-bottom: 80px;
}

.heading h2{
    font-size: 56px;
    line-height: 76px;
    font-weight: 700;
    color: #000000;   
}

.heading h2 span{
    color: var(--primary-color);
}

.product-block{
    background-color: #FFFFFF;
    border: 1px #E6E6E6 solid;
    border-radius: 10px;
    padding: 18px 16px 30px;
}

.product-block figure{
    background: var(--third-color);
    padding: 32px 30px 20px;
    height: 252px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-block figure img.img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.products-wrapper a:hover{
    color: #000000;
}

.owl-theme .owl-nav [class*='owl-']{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    padding: 0;
    position: absolute;
    top: 40%;
    left: 0;
    transform: translateY(-40%);
    background-color: #FFFFFF;
    border: 1px #2F81FF solid;
    color: #2F81FF;
    font-size: 18px;
    font-weight: 600;
}

.owl-theme .owl-nav [class*='owl-']:hover{
    background-color: #00BF63;
    border-color: #00BF63;
}

.owl-theme .owl-nav [class*='owl-next']{
    left: auto;
    right: 0;
}

.coundown-timer{
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 26px;
    color: #FF0000;
    font-weight: 600;
}

.label-topbar{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 5px 10px 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.label-topbar .label-tag{
    background-color: #2F81FF;
    padding: 4px 8px;
    border-radius: 0 20px 0 20px;
    font-size: 10px;
    line-height: 14px;
    color: #FFFFFF;
}

.coundown-timer img.img-fluid {
    max-width: 20px;
    margin-right: 5px;
}

.product-details h4{
    width: 62%;
    font-size: 18px;
    line-height: 22px;
    color: #464646;
    font-weight: 600;
    /* display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden; */
}

.ratings {
    font-size: 10px;
    line-height: 14px;
    color: #B2B2B2;
    margin: 10px 0 0;
}

.product-details .place_location{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #464646;
    display: flex;
    align-items: center;
}

.product-details .place_location img {
    width: auto;
    min-width: 15px;
    margin-right: 6px;
}

.price_bar p{
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    color: #2A2A2A;
}

.price_bar span{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.product-details > p {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    font-weight: 400;
    margin: 10px 0 20px;
    /* display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
    overflow: hidden; */
}

.footer{
    background: #FAFAFA;
    margin-top: 50px;
}

.subscribe-blocks .form-group input.form-control {
    height: 54px;
}

.subscribe-blocks .form-group a.btn.btn-secondary.subscribe-btn {
    padding: 8px 20px;
    font-size: 18px;
    white-space: nowrap;
    margin-left: 20px;
}

.subscribe-blocks{
    background-color: var(--primary-color);
    padding: 40px 20px;
    margin-bottom: 84px;
}

.subscribe-blocks p{
    font-size: 32px;
    line-height: 44px;
    color: #FFFFFF;
    font-weight: 500;
}

.subscribe-btn {
    background-color: var(--secondary-color);
    color: #FFFFFF;
    padding: 15px 30px;
    border: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
}

.subscribe-btn img{
    max-width: 20px;
    margin-left: 15px;
}

.footer-logo{
    padding-right: 100px;
}

.footer-logo > p{
    margin: 34px 0 50px;
}

.footer-logo ul li{
    display: flex;
    align-items: start;
}

.footer-logo ul li:not(:first-child){
    margin-top: 30px;
}

.footer-logo ul li .img-fluid{
    max-width: 30px;
    margin-right: 15px;
}

.footer-logo ul li p a{
    text-decoration: none;
    color: #111111;
}

.foot-link ul li:not(:first-child){
    margin-top: 15px;
}

.foot-link h5{
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 52px;
}

.foot-link .follow_us{
    margin-top: 88px;
}

.foot-link .follow_us h5{
    margin-bottom: 31px;
}

.foot-link .follow_us ul li:not(:first-child){
    margin-top: 0;
}

.foot-link ul li a{
    color: #212529;
    font-size: 20px;
    line-height: 24px;
    text-decoration: none;
}

.follow_us li:not(:first-child){
    margin-left: 16px;
}

.follow_us li a{
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #212529;
    background-color: #FFFFFF;
    border: 2px #2F81FF solid;
    box-shadow: 1px 5px 31px -3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 1px 5px 31px -3px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 5px 31px -3px rgba(0,0,0,0.3);
}

.copyrights_block{
    border-top: 1px #D7D7D7 solid;
    margin-top: 30px;
    padding: 18px 0 16px;
}

.copyrights_block .cards_payment h5{
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #000000;
    margin-right: 35px;
}

.copyrights_block .cards_payment a:not(:first-child){
    margin-left: 45px;
}

.btn.btn-primary{
    padding: 12px 25px;
    background-color: var(--primary-color);
    border: 0;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}

.modal .modal-body {
    background: #2F81FF;
    border-radius: 10px;
    padding: 40px 40px 60px;
}

.modal .modal-body h4{
    font-size: 34px;
    color: #FFFFFF;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 30px;
}

.modal .modal-body button.btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #FFFFFF;
}

.modal .modal-body .form-group label{
    color: #FFFFFF;
    font-size: 18px;
    line-height: 24px;
}

.modal .modal-body .form-group .form-control{
    height: 52px;
}

.modal .modal-body .btn.btn-primary{
    background-color: #00BF63;
    border-color: #00BF63;
}

.modal .modal-content{
    border-radius: 10px;
}

.products-listing-wrapper .sorting {
    max-width: 200px;
    background-color: #FBFBFB;
    border: 1px #F3F3F3 solid;
    border-radius: 8px;
    padding: 14px 20px;
    margin-left: auto;
    margin-bottom: 25px;
}

.filter-block h3 {
    margin: 0 0 46px;
}

.filter_dropdown {
    background: #FDFDFD;
    border: 1px #ccc solid;
    border-radius: 10px;
    padding: 16px 0 34px;
}

.filter_dropdown h5 {
    border-bottom: 1px #F3F3F3 solid;
    padding: 0 20px 13px;
    margin-bottom: 13px;
}

.filter_checkboxes{
    padding: 0 20px;
}

.giftdeals{
    padding: 0 20px;
}

.giftdeals p{
    font-size: 16px;
    line-height: 22px;
}

.giftdeals .form-switch .form-check-input {
    height: 34px;
    width: 74px;
    background-color: #2F81FF;
    border: 0;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.price_range_slide{
    padding: 0 20px;
}

.price_range_slide .price-input {
  width: 100%;
  display: flex;
  margin: 0 0 10px;
}
.price_range_slide .price-input .field {
  display: flex;
  width: 100%;
  align-items: center;
}

.price_range_slide p{
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}

.price_range_slide p span{
    color: #2F81FF;
}

.price_range_slide .field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 16px;
    font-weight: 600;
    color: #2F81FF;
    text-align: center;
    border: 0;
    appearance: textfield;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
}
.price_range_slide input[type="number"]::-webkit-outer-spin-button,
.price_range_slide input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.price_range_slide .price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.price_range_slide .slider {
    height: 10px;
    position: relative;
    background: #2F81FF;
    border-radius: 20px;
}
.price_range_slide .slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #00bf63;
}
.price_range_slide .range-input {
  position: relative;
}
.price_range_slide .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -7px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.price_range_slide input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.price_range_slide input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.giftdeals .form-switch .form-check-input:checked[type=checkbox]{
    background-color: #00bf63;
}

.form-check-input:focus{
    outline: 0;
    box-shadow: none;
}

.filter_radio .form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.filter_radio .form-check .yellow_bg, .filter_radio .form-check .gray_bg{
    display: inline-block;
    color: #FBF300;
}

.filter_radio .form-check .gray_bg{
    color: #EAEAEA;
}

.loadmore{
    margin-top: 90px;
}

.cart-wrapper .heading h2{
    font-size: 44px;
    line-height: 64px;
}

.cart-table{
    background: #FFFFFF;
    border: 1px #EDEDED solid;
    height: 100%;
    padding: 25px 40px;
    border-radius: 8px;
    box-shadow: 0px 9px 90px -11px rgba(0,0,0,0.33);
    -webkit-box-shadow: 0px 9px 90px -11px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 9px 90px -11px rgba(0,0,0,0.33);
}

.cart-table .table tr th{
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    padding: 15px 33px;
    border-color: #D9D9D9;
}

.cart-table .table tr th, .cart-table .table tr td {
    padding: 15px 10px;
}

.price_label{
    white-space: nowrap;
}

.cart-table .table tr td{
    border-bottom: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    vertical-align: middle;
}

.cart-table .table{
    border-bottom: 1px #EDEDED solid;
    margin-bottom: 0;
}

.cart-table .table tr td figure{
    width: 60px;
    height: 75px;
    overflow: hidden;
    margin-bottom: 0;
    border-radius: 5px;
}

.cart-table .table tr td figure .img-fluid{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-table .table tr td h6{
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}

.cart-table .table tr td p{
    font-size: 10px;
    line-height: 14px;
    font-weight: 400;
}

.cart-table .table tr td input[type="number"] {
    background: #FBFBFB;
    border: 1px #F1F1F1 solid;
    box-shadow: none;
    height: 28px;
    width: 50px;
    border-radius: 5px;
    margin: 0 10px;
    text-align: center;
}

.cart-table .table tr td button[type="button"]{
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 19px;
    font-weight: 500;
    background-color: #FFFFFF;
    border: 1px #DFDFDF solid;
    padding: 0;
}

.order-summary{
    background: #FAFAFA;
    padding: 25px 20px 30px;
    border: 1px #EDEDED solid;
    border-radius: 8px;
}

.order-summary h4{
    font-size: 30px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 26px;
}

.order-summary ul.list-inline{
    margin-bottom: 50px;
}

.order-summary ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order-summary li {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

.order-summary li:not(:first-child){
    margin-top: 25px;
}

.order-summary li.grand_total{
    margin-top: 40px;
}

.order-summary li p .img-fluid{
    max-width: 20px;
}

.order-summary li span.red{
    color: #FF0000;
}

.order-summary li span.green{
    color: #00BF63;
}

.order-summary .btn.btn-primary{
    border-radius: 10px;
}

.order-summary .btn.btn-primary img.img-fluid{
    max-width: 25px;
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
}

.checkout-product-block{
    background-color: #FAFAFA;
    padding: 28px 30px 74px;
    border: 1px #EDEDED solid;
    border-radius: 10px;
}

.delete-icon{
    width: 21px;
    height: 21px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.product_check_block {
    background: #FFFFFF;
    padding: 20px;
    border: 1px #DEDBDB solid;
    border-radius: 10px;
}

.checkout-product-block h4{
    font-size: 30px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 27px;
}

.product_check_block figure {
    width: 148px;
    height: 148px;
    overflow: hidden;
    border-radius: 10px;
}

.product_check_block figure .img-fluid{
    width: 100%;
    height: 100%;
}

.product_check_block .captions h5{
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    width: 80%;
}

.product_check_block .captions span{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #717171;
    display: block;
    margin-bottom: 19px;
}

.product_check_block ul.list-inline li {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}

.product_check_block .captions p{
    color: #2F81FF;
    font-size: 26px;
    line-height: 40px;
    font-weight: 700;
}

.buyer-details{
    margin-top: 22px;
}

.buyer-details .form-group label{
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 8px;
}

.buyer-details .form-group .form-control{
    height: 40px;
    border: 1px #D9D9D9 solid;
    font-size: 14px;
    color: #818181;
    font-weight: 400;
    border-radius: 10px;
}

.buyer-details .form-group .form-control:focus{
    outline: 0;
    box-shadow: none;
}

.payment-block{
    padding-top: 30px;
    margin-top: 70px;
    border-top: 1px #EDEDED solid;
}

.payment-block .form-group label{
    margin-bottom: 8px;
}

.payment-block .form-group .form-control{
    height: 60px;
    border: 1px #D9D9D9 solid;
    font-size: 14px;
    color: #818181;
    font-weight: 400;
    border-radius: 10px;
}

.card_icon{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
}

.order-summary .form-group .form-control{
    background-color: #F4F2F2;
    border: 0;
    height: 46px;
}

.order-summary .btn.btn-primary {
    white-space: nowrap;
    height: 56px;
    padding: 0 16px;
    margin-left: 10px;
    line-height: 56px;
    font-size: 20px;
}

.order-summary.checkout_order_summary .btn.btn-primary {
    height: 46px;
    line-height: 46px;
    font-size: 16px;
}

.confirmation_message{
    background-color: #00BF63;
    color: #FFFFFF;
    border-radius: 20px;
    padding: 23px 50px;
    margin-bottom: 76px;
}

.confirmation_message h5{
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 5px;
}

.btn.btn-primary.expert_talk{
    background-color: #FFA500;
    border-color: #FFA500;
    border-radius: 50px;
    position: fixed;
    bottom: 40px;
    right: 25px;
    z-index: 11;
}

.expert_popup {
    bottom: 130px;
    right: 30px;
}



.expert_talk span{
    display: inline-block;
}

.overley_backdrop{
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

.expert_popup{
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: auto;
    height: auto;
    display: none;
    z-index: 10;
    min-width: 350px;
    background-color: #FFFFFF;
    border-radius: 25px 25px 0 25px;
}

.expert_talk span.close_icon{
    display: none;
}


.expert_popup ul li{
    padding: 22px 20px 15px;
    border-bottom: 1px #E4E4E4 solid;
}

.expert_popup ul li .circle_icon{
    width: 60px;
    height: 60px;
    background-color: #2F81FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 40px;
}

.expert_popup ul li .circle_icon svg{
    width: 30px;
}


.slider .swiper-container {
  width: 100%;
  height: 100%;
}
.slick-initialized .slick-slide.slider__flex {
  display: flex;
  align-items: flex-start;
}
.slider__col {
  display: flex;
  flex-direction: column;
  width: 150px;
  margin-right: 32px;
}
.slider__prev,
.slider__next {
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slider__prev:focus,
.slider__next:focus {
  outline: none;
}
.slider__thumbs {
  height: calc(400px - 96px);
}
.slider__thumbs .slider__image {
  transition: 0.25s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
}
.slider__thumbs .slider__image:hover {
  opacity: 1;
}
.slider__thumbs .swiper-slide-thumb-active .slider__image {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}
.slider__images {
  height: 400px;
}
.slider__images .slider__image img {
  transition: 3s;
}
.slider__images .slider__image:hover img {
  transform: scale(1.1);
}
.slider__image {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.slider__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider__prev, .slider__next{
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    color: #adadad;
}

.detail_captions h3 {
    font-size: 30px;
    line-height: 42px;
    font-weight: 600;
    margin: 10px 0 16px;
}

.detail_captions ul.list-inline li{
    background: #FFE1AA;
    color: #000000;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    padding: 6px 12px;
    border-radius: 20px;
}

.detail_captions .placeed{
    font-size: 10px;
    line-height: 14px;
    font-weight: 400;
}

.detail_captions .ratings{
    color: #FBF300;
}

.detail_captions .ratings span{
    color: #B2B2B2;
    font-size: 10px;
    line-height: 12px;
}

.detail_captions p{
    font-size: 18px;
    line-height: 28px;
    color:  #000000;
    font-weight: 400;
    margin: 30px 0 0;
}

.about_product_tabs{
    border: 1px #EAEAEA solid;
    border-radius: 10px;
    padding: 30px;
}

.about_product_tabs .nav-tabs{
    margin-bottom: 40px;
}

.about_product_tabs .nav-tabs .nav-item:not(:first-child){
    margin-left: 20px;
}

.about_product_tabs .nav-tabs .nav-item .nav-link{
    padding: 8px 20px;
    border-radius: 30px;
    border: 1px #EAEAEA solid;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #adadad;
}

.about_product_tabs .nav-tabs .nav-item .nav-link.active{
    color: #00BF63;
    box-shadow: 0px 6px 44px -10px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 6px 44px -10px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 6px 44px -10px rgba(0,0,0,0.25);
}

.about_captions h4{
    font-size: 24px;
    line-height: 38px;
    font-weight: 600;
    color: #9A9A9A;
    margin-bottom: 11px;
}

.about_captions p{
    color: #A1A1A1;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.about_captions ul.list-inline{
    list-style: disc;
    padding-left: 22px;
}

.about_captions ul.list-inline li{
    font-size: 14px;
    line-height: 20px;
    color: #A1A1A1;
}

.about_captions ul.list-inline li:not(:first-child){
    margin-top: 20px;
}

.products-detail-wrapper .accordion .accordion-item, .faq-accordion .accordion .accordion-item{
    border: 0;
}

.products-detail-wrapper .accordion-header .accordion-button{
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #000000;
    background-color: #FAFAFA;
    padding: 30px;
    border-radius: 10px 10px 0 0;
}

.products-detail-wrapper .accordion-header .accordion-button:focus{
    outline: 0;
    box-shadow: none;
}

.products-detail-wrapper .accordion .accordion-body{
    padding: 18px 30px 15px;
    border: 1px #EEEEEE solid;
    border-radius: 0 0 10px 10px;
    border-top: 0;
}

.accordion-button:not(.collapsed){
    box-shadow: none;
}

.products-detail-wrapper .accordion-body p{
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    font-weight: 400;
}

.noted-caption{
    background-color: #F4F4F4;
    font-size: 12px;
    line-height: 16px;
    padding: 14px 46px;
    margin-top: 22px;
    border-radius: 10px;
}

.products-detail-wrapper .accordion-body .total_amount{
    color: #2F81FF;
    font-size: 28px;
    line-height: 42px;
    font-weight: 600;
}

.products-detail-wrapper .accordion-body .total_amount sub{
    color: #000000;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    top: -4px;
}

.faq-accordion .accordion .accordion-header .accordion-button{
    background-color: #F5F5F5;
    padding: 16px 50px;
    border-radius: 15px;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 25px;
    color: #000000;
}

.faq-accordion .accordion-body{
    background-color: #F8F8F8;
    border-radius: 15px;
    padding: 60px 33px;
}

.profile_booking{
    background-color: #F9F9F9;
    padding: 50px;
    height: 100%;
}

.profile-wrapper {
    margin-top: 192px;
}

.profile-tabs{
    height: 100%;
}

.profile-details .profile-pic {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* max-width: 60px; */
}

.profile-details .small-12 {
    max-width: 130px;
    margin-bottom: 30px;
}

.profile-details .file-upload {
    display: none;
}
.profile-details .circle {
    border-radius: 100% !important;
    overflow: hidden;
    width: 128px;
    height: 128px;
    border: 2px solid #E8E8E8;
    background-color: #FFFFFF;
    padding: 0;
    text-align: center;
}

.profile-details .p-image {
    position: absolute;
    bottom: 20px;
    right: 10px;
    color: #666666;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.profile-details .p-image:hover {
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.profile-details .upload-button {
  font-size: 1.2em;
}

.profile-details .upload-button:hover {
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  color: #999;
}

.profile-tabs h3{
    font-size: 40px;
    line-height: 54px;
    font-weight: 700;
    padding-left: 20px;
    margin: 41px 0;
}

.profile-tabs .nav-pills{
    margin: 0;
    height: 100%;
}

.profile-tabs .nav-pills .nav-link:not(:first-child){
    margin-top: 20px;
}

.profile-tabs .nav-pills .nav-link{
    background-color: #F9F9F9;
    padding: 20px 30px;
    border-left: 2px #2F81FF solid;
    font-size: 18px;
    color: #000000;
    line-height: 30px;
    font-weight: 500;
    text-align: left;
    border-radius: 0;
}

.profile-tabs .nav-pills .nav-link.active{
    color: #00BF63;
    border-color: #00BF63;
}

.profile-details .form-group .form-control{
    border: 1px #DBDBDB solid;
    padding: 16px 20px;
    font-size: 16px;
    font-weight: 400;
    color: #777777;
    border-radius: 10px;
}

.profile-details .form-group label{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 7px;
}

.profile-details .form-group .form-control:focus{
    outline: none;
    box-shadow: none;
}

.booking_listing h3, .my_reviews h3, .change_password h3{
    font-size: 40px;
    line-height: 62px;
    font-weight: 600;
}

.booking_listing .form-group .form-control{
    background-color: #FFFFFF;
    border: 1px #E9E9E9 solid;
    border-radius: 30px;
    min-width: 300px;
    height: 56px;
}

.booking_listing .form-group .search-icon{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
}

.select_booking{
    margin-top: 79px;
}

.select_booking .checkbox {
    background-color: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    width: 173px;
    height: 122px;
    text-align: center;
}

.select_booking .checkbox label.checkbox-wrapper {
    display: block;
    height: 100%;
}

.select_booking .checkbox label.checkbox-wrapper{
    display: block;
}

.select_booking .checkbox-input {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.select_booking .checkbox-input:checked + .checkbox-tile {
  border-color: #20c5f2;
}
.select_booking .checkbox-input:checked + .checkbox-tile:before {
  transform: scale(1);
  opacity: 1;
  background-color: #20c5f2;
  border-color: #20c5f2;
}
/* .checkbox-input:checked + .checkbox-tile .checkbox-icon, .checkbox-input:checked + .checkbox-tile .checkbox-label {
  color: #2260ff;
} */
/* .checkbox-input:focus + .checkbox-tile {
  border-color: #2260ff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #b5c9fc;
} */
.select_booking .checkbox-input:focus + .checkbox-tile:before {
  transform: scale(1);
  opacity: 1;
}

.select_booking .checkbox-tile {
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;
    background-color: #FFFFFF;
    border-radius: 15px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #A9A9A9;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.select_booking .checkbox-tile:before {
    content: "";
    position: absolute;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    border-radius: 50%;
    top: 0.5rem;
    right: 0.5rem;
    z-index: 8;
    opacity: 0;
    transform: scale(0);
    transition: 0.25s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.select_booking .checkbox-tile:hover {
  border-color: #2260ff;
}
.select_booking .checkbox-tile:hover:before {
  transform: scale(1);
  opacity: 1;
}

.my_reviews ul.list-inline {
    margin-top: 52px;
    max-height: 350px;
    overflow-y: auto;
    margin-bottom: 0;
    padding: 15px 10px 15px 0;
    overflow-x: hidden;
}

.my_reviews ul.list-inline li{
    padding: 19px 30px;
    background-color: #FFFFFF;
    border-radius: 20px;
}

.my_reviews ul.list-inline li:not(:first-child){
    margin-top: 30px;
}

.my_reviews ul.list-inline li .viewers_circle{
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #D9D9D9;
    overflow: hidden;
    margin-right: 22px;
}

.my_reviews .viewers_details{
    width: 85%;
}

/* .viewers_details button.btn.btn-primary.btn-sm {
    font-size: 14px;
    font-weight: 300;
} */

.viewer_star{
    color: #FBF300;
    margin-left: 40px;
}

.viewer_star span{
    font-size: 10px;
    line-height: 12px;
    display: inline-block;
    color: #B2B2B2;
}

.my_reviews .viewers_details h5{
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 8px;
}

.my_reviews .viewers_details p{
    font-size: 12px;
    line-height: 18px;
    color: #D4D4D4;
    font-weight: 400;
}

.my_reviews .viewers_details p.discription{
    color: #999999;
    margin-top: 12px;
}

.change_password h3{
    margin-bottom: 72px;
}

.change_password .form-group label{
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 14px;
}

.change_password .form-group .form-control{
    border: 1px #DBDBDB solid;
    padding: 22px 25px;
    font-size: 16px;
    font-weight: 400;
    color: #777777;
    border-radius: 10px; 
}

.change_password .btn.btn-primary {
    padding: 22px 20px;
    font-size: 24px;
    font-weight: 600;
}

.products_accordion .btn.btn-primary{
    padding: 15px 20px;
    font-size: 24px;
    margin-top: 30px;
    font-weight: 500;
    border-radius: 50px;
}

.error-message {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #FF0000;
    position: absolute;
    bottom: -20px;
    left: 0;
    display: block;
}

a.btn.btn-peimary.delete_btn {
    width: 54px;
    height: 42px;
    line-height: 42px;
}

.booking-summary{
    background-color: #F9F9F9;
    border: 1px #EDEDED solid;
    border-radius: 10px;
    padding: 15px 30px 20px;
}

.booking-summary .btn.btn-primary{
    background: #0DF083;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.booking-summary h5{
    font-size: 28px;
    line-height: 40px;
    font-weight: 600;
    margin: 45px 0 34px;
}

.buyer_info{
    background-color: #FFFFFF;
    border: 1px #E4E4E4 solid;
    padding: 20px;
    border-radius: 10px;
}

.buyer_info >p{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin: 20px 0 13px;
}

.buyer_info .booking_id span{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.buyer_info .booking_id p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin: 4px 0 6px;
}

.buyer_info .booking_id .booking_date{
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
}

.buyer_invoice{
    background: #FFFFFF;
    border: 1px #E4E4E4 solid;
    border-radius: 10px;
    padding: 15px;
    margin-right: 5px;
    margin-bottom: 20px;
}

.buyer_invoice p{
    font-size: 10px;
    line-height: 14px;
    color: #8D8D8D;
    font-weight: 300;
}

.buyer_invoice figure {
    width: 80px;
    height: 66px;
    border-radius: 5px;
    overflow: hidden;
}

.buyer_info h6 {
    font-size: 24px;
    line-height: 32px;
    color: #00BF63;
    font-weight: 600;
}

.buyer_info .booking_id h6 {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

.invoice_list {
    max-height: 380px;
    overflow-x: hidden;
    padding: 20px 0;
}

.porduct_invoice h6{
    font-size: 18px;
    line-height: 26px;
}

.porduct_invoice{
    width: 80%;
}

.porduct_invoice p{
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
}

.porduct_invoice .booking_date{
    font-size: 10px;
    line-height: 12px;
    font-weight: 300;
}

.porduct_invoice span{
    font-size: 10px;
    line-height: 14px;
}

.porduct_invoice .invoice_price{
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
}

.invoice_btn.btn.btn-primary{
    display: inline-block;
    padding: 6px 10px;
    text-align: center;
    line-height: 25px;
    border-radius: 5px;
    background-color: var(--primary-color);
    position: absolute;
    top: 15px;
    right: 15px;
    color: #FFFFFF;
}

.booking-summary h4{
    font-size: 30px;
    line-height: 42px;
    font-weight: 700;
}

.dated_boxs{
    padding: 20px;
    border: 1px #EAEAEA solid;
    background-color: #F8F8F8;
    border-radius: 10px;
    margin-top: 20px;
}

.mobile_menu .user_loged figure{
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 0 0;
    background: #F4F2F2;
}

.mobile_menu .user_loged figure img.img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user_loged h5{
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    margin: 10px 0 0;
}

.upcompastbooking_list{
    background-color: #FFFFFF;
    margin-bottom: 25px;
    border: 1px var(--primary-color) solid;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.upcompastbooking_list h5 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin: 0 0 15px;
}

.upcompastbooking_list .pastdate{
    font-size: 11px;
    line-height: 14px;
    font-weight: 300;
    margin: 0 0 10px;
}

.upcompastbooking_list p{
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
}

.upcompastbooking_list .booking_price{
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #2260ff;
    display: inline-block;
}

.note_content{
    font-size: 16px;
    line-height: 22px;
    background-color: #E6E6E6;
    border-radius: 10px;
    padding: 10px;
    margin-top: 20px;
}

.products-detail-wrapper .accordion-body .dated_boxs p {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 22px;
}

.about_captions h5{
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
}

.community_block {
    background: #f9f9f9;
    border-radius: 10px;
}

.community_block p{
    font-size: 14px;
    line-height: 18px;
    margin-top: 8px;
}

.type_of_rating li{
    display: flex;
    align-items: start;
    font-size: 12px;
    color: #ccc;
}

.type_of_rating li span{
    width: 90px;
}

.about_captions ul.list-inline li .progress {
    width: 83%;
    border-radius: 20px;
}

.about_captions ul.list-inline li .progress .progress-bar{
    background-color: #00BF63;
}

.type_of_rating li:not(:first-child){
    margin-top: 10px;
}

.review_form{
    display: none;
}

.qty_increase_decrese input[type="number"] {
    background: #FBFBFB;
    border: 1px #F1F1F1 solid;
    box-shadow: none;
    height: 28px;
    width: 50px;
    border-radius: 5px;
    margin: 0 10px;
    text-align: center;
}

.qty_increase_decrese button[type="button"]{
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 19px;
    font-weight: 500;
    background-color: #FFFFFF;
    border: 1px #DFDFDF solid;
    padding: 0;
}

.reviews_listing {
    padding: 20px;
    border: 1px #ebebeb solid;
    border-radius: 15px;
    display: flex;
    align-items: start;
    margin-top: 50px;
}

.reviews_listing .viewer_img{
    width: 50px;
    height: 50px;
    background-color: #EDEDED;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 25px;
}

.viewer_captions{
    width: 75%;
}

.viewer_captions > span{
    color: #FBF300;
    font-size: 12px;
}

.viewer_captions p{
    font-size: 14px;
    line-height: 20px;
}

.check_in_out_dates p{
    font-size: 12px;
    line-height: 16px;
}

.show_password{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    z-index: 7;
    cursor: pointer;
}

.delete_btn{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #F4F2F2;
    text-align: center;
    line-height: 30px;
    margin-right: 20px;
    color: #A2A1A3;
    font-size: 14px;
}

.pdf_download{
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 6;
}

.upcompastbooking_list .booking_label p span.active_label, .upcompastbooking_list .booking_label p span.redeem_label, .upcompastbooking_list .booking_label p span.expire_label{
    background: #00bf63;
    display: inline-block;
    color: #FFF;
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 20px;
}

.upcompastbooking_list .booking_label p span.redeem_label{
    background-color: #FBF300;
    color: #000000;
}

.upcompastbooking_list .booking_label p span.expire_label{
    background-color: #FF0000;
}

.selling_time .coundown-timer {
    color: #000;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}

.selling_time .coundown-timer span {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

#editReviewModal .modal-header{
    background-color: #2F81FF;
    color: #FFFFFF;
}

#editReviewModal .modal-header button.btn-close {
    width: 30px;
    height: 30px;
    background-color: #FFF;
    opacity: 1;
    border-radius: 50%;
}

.products_list .product-box a:hover{
    color: #000000;
}

.lang-select ul#a li:first-child span{
    margin-left: 0;
}

.lang-select ul#a li span {
    margin-left: 0;
}

.right_side_navbar .dropdown ul.dropdown-menu {
    right: 0;
    left: auto;
    top: 90%;
    border: 0;
    box-shadow: -1px 4px 49px -22px rgba(0, 0, 0, 0.59);
    -webkit-box-shadow: -1px 4px 49px -22px rgba(0, 0, 0, 0.59);
    -moz-box-shadow: -1px 4px 49px -22px rgba(0,0,0,0.59);
}

p.loader_text {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mob_filer a#clear-filters{
    line-height: 36px;
    font-size: 18px;
}

.cart-table .table {
    width: 720px;
}

.my_reviews .viewers_details button.btn {
    width: 100px;
    height: 40px;
    font-size: 15px !important;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* .mobile_menu .user_loged ul.list-inline.after_login_links a {
    border: 0;
    padding: 0;
    font-size: 24px;
} */

.mobile_menu .user_loged ul.list-inline.after_login_links li {
    margin-top: 0;
}

/* .mobile_menu .user_loged ul.list-inline.after_login_links li .dropdown-item{
    font-size: 24px;
} */

.mobile_menu .user_loged ul.list-inline li a, .mobile_menu .user_loged ul.list-inline li button.dropdown-item{
    display: inline-block;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 600;
    border: 1px #2F81FF solid;
    color: #2F81FF !important;
    border-radius: 8px;
}

.mobile_menu .user_loged ul.list-inline li button.dropdown-item{
    background: #2F81FF !important;
    color: #FFFFFF !important
}

@media screen  and (max-width:1400px) {

.about_product_tabs .nav-tabs .nav-item .nav-link {
    padding: 6px 15px;
    font-size: 14px;
    line-height: 20px;
}

.products-detail-wrapper .accordion-header .accordion-button {
    font-size: 18px;
    line-height: 30px;
    padding: 15px;
}

.products_accordion .btn.btn-primary {
    padding: 10px 20px;
    font-size: 20px;
}

.products_accordion .btn.btn-primary .img-fluid{
    max-width: 24px;
}

.about_captions h4 {
    font-size: 20px;
    line-height: 30px;
}

.about_captions p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}

.slider__content .slider__text h1 {
    font-size: 30px;
    line-height: 42px;
}

.banner_price {
    font-size: 28px;
    line-height: 38px;
}

.slider__text .btn.btn-primary {
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 500;
}

.header nav.navbar .nav-item .nav-link.category-link {
    padding: 18px 60px 18px 30px;
}

.heading h2 {
    font-size: 42px;
    line-height: 66px;
}

section .heading {
    margin-bottom: 50px;
}

.offer-block.register-block p {
    margin: 23px 0 48px;
}

.product-details h4 {
    font-size: 16px;
    line-height: 28px;
}

section{
    padding: 60px 0;
}

.foot-link ul li a {
    font-size: 16px;
    line-height: 22px;
}

p {
    font-size: 16px;
    line-height: 22px;
}

.offer-block p {
    font-size: 16px;
    line-height: 26px;
    padding-right: 90px;
}

.profile_booking {
    padding: 30px;
}

.upcompastbooking_list h5 {
    font-size: 15px;
    line-height: 24px;
    padding-right: 30px;
}

.product_check_block ul.list-inline li {
    font-size: 10px;
    line-height: 16px;
}

}


@media screen and (max-width:1366px) {

.price_bar p {
    font-size: 20px;
    line-height: 30px;
}

.check_in_out_dates p {
    font-size: 10px;
    line-height: 14px;
}

.upcompastbooking_list .booking_price {
    font-size: 20px;
    line-height: 30px;
}

.coundown-timer {
    font-size: 16px;
    line-height: 28px;
}

.product-block figure{
    height: 190px;
}

.product-details > p {
    font-size: 12px;
    line-height: 18px;
}

.cart-table .table tr td h6 {
    font-size: 16px;
    line-height: 22px;
}

.order-summary .btn.btn-primary img.img-fluid {
    max-width: 20px;
    right: 20px;
}
    
}

@media screen and (max-width:1199px) {

.product_check_block figure {
    width: 95px;
    height: 128px;
}

.cart-table .table tr td figure {
    width: 90px;
}

.profile-tabs h3{
    font-size: 28px;
    line-height: 36px;
    /* margin: 0 0 41px; */
}

.about_product_tabs .nav-tabs .nav-item:not(:first-child) {
    margin-left: 10px;
}

.subscribe-blocks p {
    font-size: 24px;
    line-height: 34px;
}

.sidebar ul li a {
    padding: 18px 10px;
    font-size: 13px;
}

.cart-wrapper .heading h2 {
    font-size: 34px;
    line-height: 48px;
}

.order-summary h4 {
    font-size: 24px;
    line-height: 32px;
}

.order-summary .btn.btn-primary {
    padding: 0 26px;
    font-size: 18px;
}

.order-summary .btn.btn-primary img.img-fluid {
    right: 30px;
}
    
}

@media screen and (max-width:991px) {
.sidebar{
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    position: fixed;
    padding-top: 60px;
    top: 0;
    left: 0;
    display: none;
    z-index: 12;
    background-color: #FFFFFF;
}

a.clear_btn {
    position: absolute;
    top: 15px;
}

.sidebar .close_categ{
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    border: 1px #000000 solid;
}

.mob_filer{
    position: fixed;
    top: 0;
    left: 0;
    background-color: #FFFFFF;
    padding: 60px 20px 30px;
    display: none;
    z-index: 20;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}

a.close_filter {
    font-size: 28px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 5px;
    right: 10px;
}

.products-listing-wrapper .sorting{
    margin-bottom: 0;
}

.faq-accordion .accordion .accordion-header .accordion-button{
    padding: 16px 30px;
    font-size: 18px;
    line-height: 24px;
}

.category_list{
    flex-wrap: wrap;
}

.hero-rightside_bar{
    width: 100%;
    height: 500px;
    min-height: auto;
}

.slider__content .slider__text{
    width: 100%;
}

.slider__content .slider__text h1 {
    font-size: 26px;
    line-height: 36px;
}

.slider__content .slider__text{
    padding-left: 1rem;
}

.slider__content .slider__text::after{
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.cart-wrapper .heading h2 {
    font-size: 32px;
    line-height: 46px;
}

.slider__content .slider__image{
    width: 90%;
    height: 500px;
}

.banner_price {
    font-size: 24px;
    line-height: 32px;
}

.header a.navbar-brand {
    max-width: 160px;
    display: block;
    margin: 0 auto;
}

.mobile_menu{
    position: fixed;
    z-index: 12;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    display: none;
    background-color: #FFFFFF;
    padding: 80px 20px 40px;
}

.mobile_menu ul.list-inline li:not(:first-child){
    margin-top: 20px;
    margin-left: 0;
}

.mobile_menu ul.list-inline li a {
    color: #111111;
    font-size: 18px;
    line-height: 24px;
    padding: 0 0 20px;
    font-weight: 400;
    display: block;
    border-bottom: 1px #EEEEEE solid;
}

.mobile_menu a.close_menu{
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #000000;
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    border: 1px #000000 solid;
}

.change_password .btn.btn-primary {
    padding: 18px 20px;
    font-size: 20px;
    margin: 30px 0 0;
}



.profile-tabs .nav-pills .nav-link{
    padding: 20px;
}

.slider__content .slider__text {
    padding-left: 1rem;
    padding-right: 1rem;
}

.my_reviews .viewers_details h5{
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}

.booking_listing h3, .my_reviews h3, .change_password h3 {
    font-size: 32px;
    line-height: 36px;
}

}

@media (max-width: 767px) {
.slider__flex {
flex-direction: column-reverse;
}
.slider__col {
flex-direction: row;
align-items: center;
margin-right: 0;
margin-top: 24px;
width: 100%;
}
.slider__images {
width: 100%;
}
.slider__thumbs {
height: 100px;
width: calc(100% - 96px);
margin: 0 16px;
}
.slider__prev,
.slider__next {
height: auto;
width: 32px;
}

.about_product_tabs {
    padding: 15px;
}

.about_product_tabs .nav-tabs .nav-item .nav-link {
    padding: 8px 20px;
    font-size: 14px;
    line-height: 18px;
}

.about_product_tabs .nav-tabs {
    margin-bottom: 20px;
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-y: hidden;
}

.about_product_tabs .nav-tabs .nav-item:not(:first-child) {
    margin-left: 10px;
}

.product-block figure {
    height: 230px;
}

.hero-section {
    margin: 178px 0 0;
}

.hero-section .container{
    padding: 0;
}

.category_list {
    flex-wrap: wrap;
    justify-content: flex-start;
}

.offer-block {
    padding: 30px 15px 28px 15px;
}

.offer-block h4 {
    font-size: 28px;
    line-height: 40px;
}

.heading h2 {
    font-size: 26px;
    line-height: 46px;
}

.copyrights_block .cards_payment a:not(:first-child) {
    margin-left: 25px;
}

section{
    padding: 50px 0 0;
}

.subscribe-blocks{
    padding: 30px;
    margin-bottom: 44px;
}

.subscribe-blocks p{
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 30px;
}

.footer-logo {
    padding-right: 20px;
}

p {
    font-size: 16px;
    line-height: 22px;
}

.foot-link ul li a {
    font-size: 16px;
    line-height: 20px;
}

.foot-link h5 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 25px;
}

.foot-link .follow_us{
    margin-top: 30px;
}

section .heading{
    margin-bottom: 40px;
}

.slider__text .btn.btn-primary {
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 400;
}

.subscribe-btn {
    width: auto;
    padding: 12px 15px;
    font-size: 20px;
    line-height: 30px;
}

.mt-top {
    margin-top: 180px;
}

.header .admin_link li a {
    font-size: 11px;
    line-height: 18px;
}

.products-detail-wrapper .accordion-header .accordion-button{
    font-size: 16px;
    line-height: 20px;
    padding: 20px;
}

.footer{
    margin-top: 0;
    padding-bottom: 70px;
}

.header.fixed{
    top: -100px;
}

.detail_captions h3 {
    font-size: 24px;
    line-height: 32px;
}

.cart-table .table tr td figure {
    width: 160px;
}

.checkout-product-block {
    padding: 18px 15px 50px;
}

.product_check_block figure {
    width: 100px;
    height: 100px;
}

.copyrights_block .cards_payment h5 {
    font-size: 18px;
    line-height: 24px;
    margin-right: 5px;
    white-space: nowrap;
}

.btn.btn-primary.expert_talk {
    position: fixed;
    bottom: 20px;
    right: 25px;
    z-index: 11;
    font-size: 16px;
    padding: 10px 16px;
}

.noted-caption {
    font-size: 12px;
    line-height: 16px;
    padding: 12px 20px;
    margin-top: 22px;
}

.confirmation_message {
    padding: 18px 20px;
}

.confirmation_message h5 {
    font-size: 22px;
    line-height: 32px;
}

.modal .modal-body {
    padding: 70px 30px 60px;
}

.product_check_block .captions p {
    font-size: 26px;
    line-height: 40px;
    position: absolute;
    top: 80px;
    right: 20px;
}

.booking-summary {
    padding: 15px 10px 48px;
}

.booking-summary h4{
    margin-bottom: 15px;
}

.buyer_info h6 {
    margin-bottom: 15px;
    font-size: 18px;
}

.profile_booking {
    padding: 20px;
}

.booking_listing h3, .my_reviews h3, .change_password h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
}

.profile-tabs .nav-pills{
    height: auto;
}

.profile-tabs .nav-pills .nav-link:not(:first-child){
    margin-top: 0;
}

.profile-tabs .nav-pills .nav-link {
    padding: 6px 13px;
    font-size: 10px;
    line-height: 32px;
}

.profile-wrapper{
    margin-bottom: 50px;
}

.profile-details .form-group .form-control, .change_password .form-group .form-control{
    padding: 12px 20px;
    font-size: 14px;
}

.change_password .form-group label {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}

.cards_payment {
    flex-wrap: wrap;
}

.my_reviews ul.list-inline li {
    padding: 19px 10px;
}

.my_reviews .viewers_details h5{
    font-size: 14px;
    line-height: 20px;
}

.my_reviews .viewers_details {
    width: 75%;
}

.viewer_star{
    font-size: 14px;
    margin-left: 15px;
}

.buyer_product_invoice{
    flex-wrap: wrap;
}

.my_reviews .viewers_details button.btn {
    width: 90px;
    height: 35px;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 0 !important;
}

.products-wrapper .heading h2 {
    width: 85%;
    margin: 0 auto;
}

}

@media screen and (max-width:400px) {
.header .admin_link li a {
    font-size: 9px;
    line-height: 16px;
}
    
}