/**
* @file
* Subtheme specific CSS.
*/

img.language-icon {
    display: none;
}

.carousel .carousel-item {
    height: 600px;
}

.carousel-item img {
    /* position: absolute; */
    top: 0;
    left: 0;
    min-height: 600px;
    pointer-events: none;
}

.carousel-item {
    height: auto;
    background: no-repeat center center scroll;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.carousel-item img {
    /* width: 100% !important; */
    display: block !important;
}

.carousel-item video {
    margin-left: 50vw;
    transform: translate(-50%);
}

.carousel-control-next,
.carousel-control-prev {
    top: 50%;
    bottom: 50%;
    width: auto;
}

.video-display-component {
    /* background-image: url(https://www.vidhyashish-hatkargha.com/sites/default/files/2022-04/oriental-tiles.png); */
    width: 100%;
    display: block;
    /* background-color: #808; */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='200' viewBox='0 0 160 80'%3E%3Cg fill='%23FFF' fill-opacity='0.2'%3E%3Cpolygon points='0 10 0 0 10 0'/%3E%3Cpolygon points='0 40 0 30 10 30'/%3E%3Cpolygon points='0 30 0 20 10 20'/%3E%3Cpolygon points='0 70 0 60 10 60'/%3E%3Cpolygon points='0 80 0 70 10 70'/%3E%3Cpolygon points='50 80 50 70 60 70'/%3E%3Cpolygon points='10 20 10 10 20 10'/%3E%3Cpolygon points='10 40 10 30 20 30'/%3E%3Cpolygon points='20 10 20 0 30 0'/%3E%3Cpolygon points='10 10 10 0 20 0'/%3E%3Cpolygon points='30 20 30 10 40 10'/%3E%3Cpolygon points='20 20 20 40 40 20'/%3E%3Cpolygon points='40 10 40 0 50 0'/%3E%3Cpolygon points='40 20 40 10 50 10'/%3E%3Cpolygon points='40 40 40 30 50 30'/%3E%3Cpolygon points='30 40 30 30 40 30'/%3E%3Cpolygon points='40 60 40 50 50 50'/%3E%3Cpolygon points='50 30 50 20 60 20'/%3E%3Cpolygon points='40 60 40 80 60 60'/%3E%3Cpolygon points='50 40 50 60 70 40'/%3E%3Cpolygon points='60 0 60 20 80 0'/%3E%3Cpolygon points='70 30 70 20 80 20'/%3E%3Cpolygon points='70 40 70 30 80 30'/%3E%3Cpolygon points='60 60 60 80 80 60'/%3E%3Cpolygon points='80 10 80 0 90 0'/%3E%3Cpolygon points='70 40 70 60 90 40'/%3E%3Cpolygon points='80 60 80 50 90 50'/%3E%3Cpolygon points='60 30 60 20 70 20'/%3E%3Cpolygon points='80 70 80 80 90 80 100 70'/%3E%3Cpolygon points='80 10 80 40 110 10'/%3E%3Cpolygon points='110 40 110 30 120 30'/%3E%3Cpolygon points='90 40 90 70 120 40'/%3E%3Cpolygon points='10 50 10 80 40 50'/%3E%3Cpolygon points='110 60 110 50 120 50'/%3E%3Cpolygon points='100 60 100 80 120 60'/%3E%3Cpolygon points='110 0 110 20 130 0'/%3E%3Cpolygon points='120 30 120 20 130 20'/%3E%3Cpolygon points='130 10 130 0 140 0'/%3E%3Cpolygon points='130 30 130 20 140 20'/%3E%3Cpolygon points='120 40 120 30 130 30'/%3E%3Cpolygon points='130 50 130 40 140 40'/%3E%3Cpolygon points='120 50 120 70 140 50'/%3E%3Cpolygon points='110 70 110 80 130 80 140 70'/%3E%3Cpolygon points='140 10 140 0 150 0'/%3E%3Cpolygon points='140 20 140 10 150 10'/%3E%3Cpolygon points='140 40 140 30 150 30'/%3E%3Cpolygon points='140 50 140 40 150 40'/%3E%3Cpolygon points='140 70 140 60 150 60'/%3E%3Cpolygon points='150 20 150 40 160 30 160 20'/%3E%3Cpolygon points='150 60 150 50 160 50'/%3E%3Cpolygon points='140 70 140 80 150 80 160 70'/%3E%3C/g%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%23740074' points='1600 160 0 460 0 350 1600 50'/%3E%3Cpolygon fill='%235f005f' points='1600 260 0 560 0 450 1600 150'/%3E%3Cpolygon fill='%234b004b' points='1600 360 0 660 0 550 1600 250'/%3E%3Cpolygon fill='%23360036' points='1600 460 0 760 0 650 1600 350'/%3E%3Cpolygon fill='%23220022' points='1600 800 0 800 0 750 1600 450'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center, 50%, 50%;
    position: relative;
    z-index: 1;
}

.video-display-component video {
    margin-left: 50vw;
    transform: translate(-50%);
    padding: 15px;
}

@media only screen and (min-width: 320px) {
    .carousel-item img {
        height: 240px !important;
    }
}

@media only screen and (min-width: 480px) {
    .carousel-item img {
        height: auto !important;
    }
}

.carousel-caption {
    bottom: 0;
    top: auto;
}

.carousel.slide {
    top: -0.3em;
}

.product-content {
    /* border: 1px solid #dfe5e9; */
    /* margin-bottom: 20px; */
    margin-top: 12px;
}

.product-content .carousel-control.left {
    margin-left: 0
}

.product-content .product-image {
    background-color: #fff;
    display: block;
    min-height: 238px;
    overflow: hidden;
    position: relative
}

.product-content .product-deatil {
    border-bottom: 1px solid #dfe5e9;
    padding-bottom: 17px;
    padding-left: 16px;
    padding-top: 16px;
    position: relative;
    background: #fff
}

.product-content .product-deatil h5 a {
    color: #2f383d;
    font-size: 15px;
    line-height: 19px;
    text-decoration: none;
    padding-left: 0;
    margin-left: 0
}

.product-content .product-deatil h5 a span {
    color: #9aa7af;
    display: block;
    font-size: 13px
}

.product-content .product-deatil span.tag1 {
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    height: 50px;
    padding: 13px 0;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 50px
}

.product-content .product-deatil span.sale {
    background-color: #21c2f8
}

.product-content .product-deatil span.discount {
    background-color: #71e134
}

.product-content .product-deatil span.hot {
    background-color: #fa9442
}

.product-content .description {
    font-size: 12.5px;
    line-height: 20px;
    padding: 10px 14px 16px 0px;
    background: #fff
}

.product-content .product-info {
    padding: 11px 19px 10px 20px
}

.product-content .product-info a.add-to-cart {
    color: #2f383d;
    font-size: 13px;
    padding-left: 16px
}

.product-content name.a {
    padding: 5px 10px;
    margin-left: 16px
}

.product-info.smart-form .btn {
    padding: 6px 12px;
    margin-left: 12px;
    margin-top: -10px
}

.product-deatil {
    /* border-bottom: 1px solid #dfe5e9; */
    padding-bottom: 17px;
    padding-left: 16px;
    padding-top: 16px;
    position: relative
}

.product-deatil h5 a {
    color: #2f383d;
    font-size: 15px;
    line-height: 19px;
    text-decoration: none
}

.product-deatil h5 a span {
    color: #9aa7af;
    display: block;
    font-size: 13px
}

.load-more-btn {
    background-color: #21c2f8;
    border-bottom: 2px solid #037ca5;
    border-radius: 2px;
    border-top: 2px solid #0cf;
    margin-top: 20px;
    padding: 9px 0;
    width: 100%
}

.product-block .product-deatil p.price-container span,
.product-content .product-deatil p.price-container span,
.product-deatil p.price-container span,
.shipping table tbody tr td p.price-container span,
.shopping-items table tbody tr td p.price-container span {
    color: #21c2f8;
    font-family: Lato, sans-serif;
    font-size: 24px;
    line-height: 20px
}

.product-info.smart-form .rating label {
    margin-top: 0
}

.product-wrap .product-image span.tag2 {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    padding: 10px 0;
    color: #fff;
    font-size: 11px;
    text-align: center
}

.product-wrap .product-image span.sale {
    background-color: #57889c
}

.product-wrap .product-image span.hot {
    background-color: #a90329
}

.shop-btn {
    position: relative
}

.shop-btn>span {
    background: #a90329;
    display: inline-block;
    font-size: 10px;
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07);
    font-weight: 700;
    border-radius: 50%;
    padding: 2px 4px 3px!important;
    text-align: center;
    line-height: normal;
    width: 19px;
    top: -7px;
    left: -7px
}

.description-tabs {
    padding: 30px 0 5px!important
}

.description-tabs .tab-content {
    padding: 10px 0
}

.product-deatil {
    padding: 30px 30px 50px
}

.product-deatil hr+.description-tabs {
    padding: 0 0 5px!important
}

.product-deatil .carousel-control.left,
.product-deatil .carousel-control.right {
    background: none!important
}

.product-deatil .glyphicon {
    color: #3276b1
}

.product-deatil .product-image {
    border-right: none!important
}

.product-deatil .name {
    margin-top: 0;
    margin-bottom: 0
}

.product-deatil .name small {
    display: block
}

.product-deatil .name a {
    margin-left: 0
}

.product-deatil .price-container {
    font-size: 24px;
    margin: 0;
    font-weight: 600
}

.product-deatil .price-container small {
    font-size: 12px
}

.product-deatil .fa-2x {
    font-size: 16px!important
}

.product-deatil .fa-2x>h5 {
    font-size: 12px;
    margin: 0
}

.product-deatil .fa-2x+a,
.product-deatil .fa-2x+a+a {
    font-size: 13px
}

.profile-message ul {
    list-style: none;
}

.product-deatil .certified {
    margin-top: 10px
}

.product-deatil .certified ul {
    padding-left: 0
}

.product-deatil .certified ul li:not(first-child) {
    margin-left: -3px
}

.product-deatil .certified ul li {
    display: inline-block;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 13px 19px
}

.product-deatil .certified ul li:first-child {
    border-right: none
}

.product-deatil .certified ul li a {
    text-align: left;
    font-size: 12px;
    color: #6d7a83;
    line-height: 16px;
    text-decoration: none
}

.product-deatil .certified ul li a span {
    display: block;
    color: #21c2f8;
    font-size: 13px;
    font-weight: 700;
    text-align: center
}

.product-deatil .message-text {
    width: calc(100% - 70px)
}

@media only screen and (min-width:1024px) {
    .product-content div[class*=col-md-4] {
        padding-right: 0
    }
    .product-content div[class*=col-md-8] {
        padding: 0 13px 0 0
    }
    .product-wrap div[class*=col-md-5] {
        padding-right: 0
    }
    .product-wrap div[class*=col-md-7] {
        padding: 0 13px 0 0
    }
    .product-content .product-image {
        border-right: 1px solid #dfe5e9
    }
    .product-content .product-info {
        position: relative
    }
}

.message img.online {
    width: 40px;
    height: 40px;
}

.pro-price,
.amount-old {
    font-size: 22px;
    padding: 0 2px;
}

.pro-price {
    color: #fc5959;
}

.amount-old {
    text-decoration: line-through;
}

.fivestar-form-1 {
    margin-bottom: -40px;
}

.fivestar-widget {
    margin-top: 10px;
}

.pagination {
    justify-content: center;
    padding-bottom: 30px;
    padding-top: 30px;
}

.listing-title h5 a {
    color: #625AEE;
}

.listing-title {
    margin-bottom: -7px;
}

.first-card-product-search {
    margin-top: 20px!important;
}

.product-search-description {
    margin-top: -20px;
}

.views-element-container .view-frontpage {
    display: none;
}

.js .dropbutton-widget {
    border: 1px solid;
    border-color: #625AEE;
    /* background-color: #fff;
    background-image: -webkit-linear-gradient(top, #fff, #fff);
    background-image: linear-gradient(to bottom, #fff, #fff);
    color: #3a3a3a; */
    cursor: pointer;
    text-align: center;
    margin: 0.125em 0;
    overflow: hidden;
    border-radius: 0;
}

.menu--account .navbar-nav {
    flex-direction: row;
}

.photo-gallery {
    color: #313437;
}

.photo-gallery p {
    color: #7d8285;
}

.photo-gallery h2 {
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
    color: inherit;
}

@media (max-width:767px) {
    .photo-gallery h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}

.photo-gallery .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 40px;
}

.photo-gallery .intro p {
    margin-bottom: 0;
}

.photo-gallery .photos {
    padding-bottom: 20px;
}

.photo-gallery .item {
    padding-bottom: 30px;
}

html,
body {
  max-width: 100%;
}

.popular-products {
    position: relative;
    z-index: 1;
}

.popular-products .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 40px;
}

.popular-products .intro p {
    margin-bottom: 0;
}

.popular-products h2 {
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
    color: inherit;
}

@media (max-width:767px) {
    .popular-products h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}

@media (min-width:801px) {
    .menu--main .navbar-nav {
        flex-direction: column;
    }
    .menu--footer .navbar-nav {
        flex-direction: row;
    }
}

.site-footer {
    padding: 0px 0 0px;
}

@media (min-width: 992px) {
    .menu--main .navbar-nav {
        flex-direction: row;
    }
}

header.header {
    height: 100px;
}

header .form-inline {
    position: relative;
}

header .form-inline.desktop {
    display: none;
}

@media only screen and (min-width: 1024px) {
    header .form-inline.desktop {
        display: block;
    }
}

header .form-inline.mobile {
    margin-bottom: 1.5rem;
}

@media only screen and (min-width: 1024px) {
    header .form-inline.mobile {
        display: none;
    }
}

header .form-inline input {
    background: rgba(0, 0, 0, 0.15);
    border: none;
    border-radius: 100px;
    color: #FFFFFF;
    padding-left: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    /* clears the ‘X’ from Internet Explorer */
    /* clears the ‘X’ from Chrome */
}

header .form-inline input::placeholder {
    color: white;
}

header .form-inline input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

header .form-inline input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

header .form-inline input[type="search"]::-webkit-search-decoration,
header .form-inline input[type="search"]::-webkit-search-cancel-button,
header .form-inline input[type="search"]::-webkit-search-results-button,
header .form-inline input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

header .form-inline button {
    display: flex;
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 23px;
    top: 38%;
    transform: translateY(-50%);
}

header #search-block-form {
    top: 20px;
}

.js .dropbutton-wrapper .dropbutton-widget {
    border-radius: 100px;
}

@media (min-width:320px) {
    .content img.hero-image {
        height: 200px;
        margin-top: 82px !important;
    }
}

.content img.hero-image {
    margin-top: 40px;
}

@media (min-width:481px) {
    .content img.hero-image {
        height: auto;
    }
}

.field--name-body ul {
    list-style: none;
    padding-left: 0;
}

.field--name-body ul li {
    position: relative;
    padding-left: 25px;
}

.field--name-body ul li:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background-image: url('/themes/custom/bootstrap_barrio_subtheme/images/list-icon.png');
    background-size: cover;
    background-position: center;
    left: 0;
    top: 13px;
    transform: translateY(-50%);
}

.leftside .rightside {
    height: 50vh;
    width: 100%;
}

@media screen and (min-width:768px) {
    .leftside .rightside {
        height: 100vh;
    }
}

.leftside video {
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

.rightside video {
    top: 50%;
    right: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

.top-nav-collapse {
    background-color: #78909c !important;
}

.navbar:not(.top-nav-collapse) {
    background: transparent !important;
}

.navbar {
    background: rgba(0, 0, 0, 0.8);
    padding-bottom: 1rem;
    padding-top: 1.5rem;
    backdrop-filter: blur(13px);

    @supports ((-webkit-backdrop-filter: blur(13px)) or (backdrop-filter: blur(13px))) {
        background: rgba(0, 0, 0, 0.0);
        backdrop-filter: blur(13px);
        -webkit-backdrop-filter: blur(13px);
    }
}


/* @media (max-width: 991px) {
    .navbar:not(.top-nav-collapse) {
        background: #78909c !important;
    }
} */

.hr-light {
    border-top: 3px solid #fff;
    width: 80px;
}

.fixed-header {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1030;
}

div#CollapsingNavbar.show {
    background: linear-gradient(160deg, #edeaf2, #4b2e83);
    padding: 20px;
    outline: none;
    /* border-bottom-left-radius: 36px;
    border-bottom-right-radius: 36px; */
    overflow: hidden;
    margin-top: -20px;
}

div#CollapsingNavbar.show a.nav-link--user-logout {
    margin-left: -30px;
}

div#CollapsingNavbar.show a.nav-link--user-login {
    margin-left: -20px;
}

div#CollapsingNavbar.show a.nav-link--hi-user-login {
    margin-left: -30px;
}

div#CollapsingNavbar.show a.nav-link--hi-user-logout {
    margin-left: -30px;
}

.menu--main .nav-link {
    font-weight: bolder;
    color: #fafafa !important;
}

.menu--account .nav-link {
    font-weight: bolder;
    color: #fafafa !important;
}

.menu--footer .nav-link {
    font-weight: bolder;
    color: #fafafa !important;
}

.navbar-toggler {
    border-color: #78909c !important;
}

.dropbutton {
    background-color: #625AEE;
    color: white;
    padding: 16px;
    font-size: 16px;
    cursor: pointer;
    font-weight: bolder;
}

.dropbutton-widget {
    position: relative;
    display: inline-block;
}

.dropbutton-widget:hover .dropbutton {
    background-color: #625AEE;
}

.js .dropbutton-multiple .dropbutton-widget {
    padding-right: 0;
}

.dropbutton-toggle {
    display: none !important;
}

.js .dropbutton a {
    color: #FFFFFF !important;
}

.dropbutton-multiple .dropbutton {
    border-right: 0 !important;
}

.dropbutton-multiple .dropbutton .dropbutton-action>* {
    margin-right: 1.25em !important;
}

.jumbotron {
    color: white;
    /* background-position: bottom; */
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    z-index: 1;
    position: relative;
}

.vh-media {
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    z-index: 1;
}

.vh-media video {
    object-position: 50% 50%;
}

.navbar-brand {
    z-index: 0;
}


/* #block-leftmediarighttextcomponent {
        background-image: url(https://www.vidhyashish-hatkargha.com/sites/default/files/2022-04/oriental-tiles.png);
    } */

.vh-desc {
    /* color: #FFFFFF; */
    padding-left: 50px;
    padding-right: 50px;
}

.left-media-right-text {
    margin-top: -5px;
}

.product-device::before {
    position: absolute;
    top: 10%;
    right: 10px;
    bottom: 10%;
    left: 10px;
    content: "";
    background-image: url(https://vidhyashish-hatkargha.com/sites/default/files/2022-05/WhatsApp%20Image%202022-04-12%20at%208.22.55%20PM%20%282%29.jpeg);
    border-radius: 5px;
}

.product-device-2::before {
    position: absolute;
    top: 10%;
    right: 10px;
    bottom: 10%;
    left: 10px;
    content: "";
    background-image: url(https://vidhyashish-hatkargha.com/sites/default/files/2022-05/WhatsApp%20Image%202022-04-12%20at%208.20.22%20PM%20%281%29.jpeg);
    border-radius: 5px;
    background-size: cover;
}


/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
    .product-device {
        position: absolute;
        right: 10%;
        bottom: -30%;
        width: 300px;
        height: 580px;
        background-color: #333;
        border-radius: 21px;
        transform: rotate(30deg);
    }
    .product-device-2 {
        top: -10%;
        right: auto;
        bottom: 0;
        left: 8%;
        background-color: #e5e5e5;
    }
}


/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
    .product-device {
        position: absolute;
        right: 11%;
        bottom: -16%;
        width: 300px;
        height: 580px;
        background-color: #333;
        border-radius: 21px;
        transform: rotate(30deg);
    }
    .product-device-2 {
        top: -10%;
        right: auto;
        bottom: 0;
        left: 8%;
        background-color: #e5e5e5;
    }
}


/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .product-device {
        position: absolute;
        right: 10%;
        bottom: -34%;
        width: 200px;
        height: 340px;
        background-color: #333;
        border-radius: 21px;
        transform: rotate(15deg);
        top: 55%;
        left: 68%;
    }
    .product-device-2 {
        top: -2%;
        right: auto;
        bottom: 0;
        left: 3%;
        background-color: #e5e5e5;
    }
}


/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .product-device {
        position: absolute;
        right: 10%;
        bottom: -5%;
        width: 200px;
        height: 340px;
        background-color: #333;
        border-radius: 21px;
        transform: rotate(20deg);
    }
    .product-device-2 {
        top: -5%;
        right: auto;
        bottom: 0;
        left: 8%;
        background-color: #e5e5e5;
    }
}


/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
    .product-device {
        position: absolute;
        right: 15%;
        bottom: -15%;
        width: 60px;
        height: 120px;
        background-color: #333;
        border-radius: 10px;
        transform: rotate(30deg);
    }
    .product-device-2 {
        top: -15%;
        right: auto;
        bottom: 0;
        left: 10%;
        background-color: #e5e5e5;
    }
    .product-device::before {
        top: 5%;
        right: 5px;
        bottom: 5%;
        left: 5px;
    }
    .product-device-2::before {
        top: 5%;
        right: 5px;
        bottom: 5%;
        left: 5px;
    }
}


/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .product-device {
        position: absolute;
        right: 15%;
        bottom: -4%;
        width: 60px;
        height: 120px;
        background-color: #333;
        border-radius: 10px;
        transform: rotate(30deg);
    }
    .product-device-2 {
        top: -5%;
        right: auto;
        bottom: 0;
        left: 10%;
        background-color: #e5e5e5;
    }
    .product-device::before {
        top: 5%;
        right: 5px;
        bottom: 5%;
        left: 5px;
    }
    .product-device-2::before {
        top: 5%;
        right: 5px;
        bottom: 5%;
        left: 5px;
    }
    .border-end {
        border-right: none !important;
    }
    .product-deatil {
        padding-top: 0;
    }
    .custom-class-products .mt-5 {
        margin-top: 5.5rem !important;
    }
    .main_image {
        height: 300px !important;
    }
    .product-listing-section {
        margin-top: 7rem !important;
    }
    .view-product-search .mt-5 {
        margin-top: 5rem !important;
    }
    .products-row .col-lg-3 {
        width: auto !important;
    }
    .justify-content-start {
        justify-content: center !important;
    }
    .justify-content-end {
        justify-content: center !important;
    }
    .site-footer .content ol:not(.menu),
    .site-footer .content ul:not(.menu) {
        padding-left: 0.4em;
    }
}

@media (min-width: 320px) and (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .product-device {
        position: absolute;
        right: 10%;
        bottom: -13%;
        width: 80px;
        height: 160px;
        background-color: #333;
        border-radius: 10px;
        transform: rotate(90deg);
    }
    .product-device-2 {
        top: -12%;
        right: auto;
        bottom: 0;
        left: 10%;
        background-color: #e5e5e5;
    }
    .product-device::before {
        top: 5%;
        right: 5px;
        bottom: 5%;
        left: 5px;
    }
    .product-device-2::before {
        top: 5%;
        right: 5px;
        bottom: 5%;
        left: 5px;
    }
}

.flex-equal>* {
    flex: 1;
}

@media (min-width: 768px) {
    .flex-md-equal>* {
        flex: 1;
    }
}

.site-footer__bottom {
    margin-top: -16px;
}

.view-brand-intro .card-body {
    z-index: 2;
}

.view-photo-gallery .view-content {
    background-image: url(https://vidhyashish-hatkargha.com/sites/default/files/2022-05/pexels-deep-kumar-4253609.jpg?ixlib=rb-1.2.1&auto=format&fit=crop&w=1050&q=80);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.left-media-right-text {
    /* background-color: rgba(255, 255, 255, .8)!important; */
    /* border-radius: 0.25em; */
    /* box-shadow: 0 0 0.25em rgb(0 0 0 / 25%); */
    /* box-sizing: border-box; */
    /* left: 50%; */
    padding: 5vmin;
    position: relative;
    /* text-align: center; */
    top: 50%;
    /* transform: translate(-50%, -50%); */
}

.highlighted {
    position: relative;
    z-index: 1;
}

.menu--footer .navbar-nav {
    z-index: 0;
}

.social-media-links--platforms {
    z-index: 0;
    position: relative;
}

#block-copyright {
    z-index: 0;
    position: relative;
}

.block-system-powered-by-block {
    z-index: 0;
    position: relative;
}

@keyframes slide {
    0% {
        transform: translateX(-25%);
    }
    100% {
        transform: translateX(25%);
    }
}

.view-products-listing {
    background: #FFFFFF;
    position: relative;
    z-index: 0;
}

.main-content nav {
    background: #FFFFFF;
    position: relative;
    z-index: 0;
    margin-top: 45px;
}

.main-content {
    background: #FFFFFF;
    position: relative;
    z-index: 0;
}

.contact-message-feedback-form {
    position: relative;
    z-index: 0;
    padding: 50px;
}

.comment-form {
    position: relative;
    z-index: 0;
    padding: 50px;
}

.product-content .comment-form {
    padding: 0;
}

.user-pass-reset {
    position: relative;
    z-index: 0;
    padding: 50px;
}

.user-form {
    position: relative;
    z-index: 0;
    padding: 50px;
}

.user-pass-reset .placeholder {
    background-color: #fafafa !important;
}

.comment-comment-delete-form {
    position: relative;
    z-index: 0;
    padding: 70px;
    line-height: 50px;
}

.custom-class-products section {
    position: relative;
}

.custom-class-page section {
    position: relative;
}

.sitemap {
    position: relative;
    padding-bottom: 25%;
    padding-top: 10%;
    padding-left: 5%;
}

.zoomImg:hover {
    cursor: pointer;
}

.zoomImg:active {
    cursor: grabbing;
}

.zoom-in-icon {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    cursor: zoom-in;
    display: inline-block;
}

.zoom-out-icon {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    cursor: zoom-out;
    display: inline-block;
}

.zoom-icons {
    text-align: center;
}

.box {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    /* width: 20%; */
    padding-bottom: 10%;
    /* margin: 0 2.5%; */
}

.box-product-listing {
    padding-bottom: 8%;
}

.box--1 span {
    font-size: 1em;
    display: inline-block;
    text-align: center;
    width: 100%;
    -moz-animation: blinker 1s linear infinite;
    -webkit-animation: blinker 1s linear infinite;
    animation: blinker 1s linear infinite;
    color: #625AEE;
    font-weight: bolder;
}

.box--1 span:nth-child(1) {
    font-size: 0.5em;
    position: absolute;
    left: -100%;
    -moz-animation: marquee 4s 2s linear infinite;
    -webkit-animation: marquee 4s 2s linear infinite;
    animation: marquee 4s 2s linear infinite;
    font-weight: 900;
    top: 0;
    right: 0;
}

.box--1 .line {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 34px;
    overflow: hidden;
    white-space: nowrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    background-color: #ffff00;
}

@keyframes marquee {
    0% {
        left: 0;
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        left: 0;
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.base-price,
.final-price {
    padding: 0 2px;
}

.base-price {
    text-decoration: line-through;
}

.card-button {
    color: #fff;
    background-color: #625AEE;
    border-color: #625AEE;
    width: 170px;
    display: inline-block;
}

.final-price {
    color: #ffff00;
}

.card-title {
    color: #4b2e83;
}

.box_rotate {
    overflow: hidden;
    position: relative;
    top: -190px;
    left: 0;
    height: 100%;
    width: 100%;
}

.box_rotate:before {
    content: "";
    display: block;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 120px;
    right: -40px;
    box-sizing: border-box;
    border: 25px solid #fff000;
}

.box_rotate svg {
    width: 250px;
    height: auto;
    position: absolute;
    top: 45px;
    right: -117px;
    animation: rotate 8s linear infinite;
}

.box_rotate text {
    font-size: 18px;
    letter-spacing: 2.15px;
    font-weight: bold;
    color: #625AEE;
}

@keyframes rotate {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.page-main-section {
    padding-top: 0.1px;
    padding-bottom: 0.1px;
}

.comment-form .text-format-wrapper .js-filter-wrapper {
    display: none;
}

.comment-row {
    border-bottom: 1px solid transparent;
    padding: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0
}

.comment-text {
    padding-left: 15px
}

.comment-row:hover {
    background: rgba(0, 0, 0, 0.05)
}

.field--name-field-product-reviews .field--name-user-picture img {
    border-radius: 50%;
}

.product-reviews-display {
    position: relative;
    top: -15px;
}

.profile .field--name-user-picture img {
    border-radius: 50%;
}

.profile {
    padding-left: 50px;
    padding-bottom: 50px;
}

.profile .field__label {
    font-weight: 600;
    width: 150px !important;
}

.profile .field--name-field-address .field__item {
    max-width: 80% !important;
}

.mbr-overlay {
    /* background-color: #000; */
    bottom: 25%;
    left: 0;
    /* opacity: .5; */
    position: absolute;
    right: 0;
    top: 25%;
    z-index: -1;
}

.display-1 {
    font-family: 'Lato', sans-serif;
    font-size: 2.5rem;
}

.mbr-section-title {
    font-style: normal;
    line-height: 1.2;
}

.mbr-bold {
    font-weight: 700;
}

.display-5 {
    font-family: 'Inconsolata', monospace;
    font-size: 1.5rem;
}

.mbr-text {
    font-style: normal;
    line-height: 1.6;
}

.display-4 {
    font-family: Rubik, sans-serif;
    font-size: 3.5rem !important;
}

.btn-black,
.btn-black:active {
    background-color: #625AEE;
    color: rgb(255, 255, 255);
    border-color: #625AEE;
    animation: fade-in 2s ease 1.3s forwards;
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.jain_flag_image {
    width: 100%;
    position: absolute;
    top: 88px;
    z-index: 1;
}

svg:not(:root) {
    overflow: hidden;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

.admin.jain_flag_image {
    display: none;
}

.wave-lines-img-footer {
    width: 100%;
    z-index: 0;
    position: relative;
    top: -15px;
}

.product-listing-section {
    margin-top: 4rem;
}


/*! Arrow Down */

.mbr-arrow {
    position: absolute;
    bottom: 20%;
    left: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: rgba(80, 80, 80, 0.5);
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mbr-arrow>a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite;
}

.mbr-arrow>a>i {
    position: absolute;
    top: -2px;
    left: 15px;
    font-size: 2rem;
}

.mbr-arrow a {
    color: #ffffff;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
}

@keyframes arrowdown {
    0% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
}

@-webkit-keyframes arrowdown {
    0% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
}

.product-detail-image {
    background-color: white;
    height: 100% !important;
    object-fit: contain;
}

.product-detail-card {
    border: none;
    overflow: hidden
}

.thumbnail_images ul {
    list-style: none;
    display: flex;
    align-items: center;
    margin-top: 10px;
    white-space: nowrap;
    overflow: auto;
    overflow-y: hidden;
    max-width: 100%;
    white-space: nowrap;
    overflow: scroll;
}

.thumbnail_images ul li {
    margin: 5px;
    padding: 10px;
    border: 2px solid #eee;
    cursor: pointer;
    display: inline;
    vertical-align: top;
}

.thumbnail_images ul li:hover {
    border: 2px solid #000
}

.thumbnail_images ul li img {
    max-width: unset;
}

.main_image span {
    height: 100% !important;
}

.main_image {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #eee;
    height: 500px;
    width: 100%;
    overflow: hidden
}


/* .content p {
    font-size: 12px
} */

.right-side {
    position: relative
}

.scrollable-div {
    display: flex;
    overflow-x: auto;
    width: 800px;
}

.list-item {
    width: 200px;
    border-top-width: thin !important;
}

.image-border .list-group .list-group-item {
    border: 0;
}

.products-row {
    --bs-gutter-x: 1.5rem !important;
}

.products-row .col-lg-3 {
    width: 24%;
}

.product-card {
    width: 95% !important;
}

.product-listing-section .row {
    --bs-gutter-x: 1.5rem !important;
}

.fivestar-form-1 {
    padding-left: 0;
}

.product-listing-section .col {
    margin: 1rem;
}
