@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
* {
    margin: 0;
    padding: 0;
}

html,
body {
    font-family: "Mulish", sans-serif;
    /* font-family: "Open Sans", sans-serif; */
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
    padding: 0 0px;
    font-weight: 400;
    color: #000;
    font-size: 14px;
}
input,
textarea,
button,
select,
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Base Style Starts Here */
a:hover {
    text-decoration: none;
}

.head-big {
    font-size: 24px;
    font-weight: bold;
    color: #003896;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
}
/*.font-pd {
	font-family: "Playfair Display";
}
*/
.font-pd {
    /* color: #00b8e0; */
}
.section-margin {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.section-padding {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.lt-grey-bg {
    background-color: #fafafa;
}
.grey-bg {
    background-color: #f8f8f8;
}
.pink-bg {
    background-color: #fff1ef;
}
.blue {
    color: #003896;
}
.blue-bg {
    background-color: #f4f7f7;
}
.orange {
    color: #ff5f57;
}
/*.btn-style {
	border: 1px solid #000;
	color: #000;
	padding: 10px 15px;
	text-transform: uppercase;
	font-size: 80%;
	letter-spacing: 1px;
}*/
/*.btn-style:hover {
	color: #000;
}
*/

.trending-search-dropdown {
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
    padding: 20px 25px;
    box-shadow: 0px 0px 20px 10px #e3e3e3;
    border-radius: 4px;
}
.trending-search-dropdown > h3 {
    font-weight: 600;
    margin-bottom: 20px;
}
.trending-search-dropdown > .pillWrap {
    display: flex;
    gap: 8px 15px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.trending-search-dropdown > .pillWrap a {
    text-decoration: none;
    color: #000;
    border: 1px solid #e47e6466;
    background-color: transparent;
    padding: 10px 15px;
    border-radius: 50px;
    flex-wrap: wrap;
    transition: background-color 0.1s ease;
}
.trending-search-dropdown > .pillWrap a:hover {
    background-color: #ffbaa9be;
}

.trending-search-pill:hover {
    background-color: #f0f0f0;
}
.list-style {
    padding: 0;
    list-style: none;
}

.container-width {
    max-width: 1300px !important;
}

.social-icons-right {
    position: fixed;
    right: 0;
    z-index: 9;
    top: 40%;
}

.social-icons-right ul {
    list-style: none;
    padding-left: 0px;
}

.social-icons-right > ul > li > a {
    padding: 5px;
    color: #fff;
    width: 40px;
    height: 30px;
    display: block;
    text-align: center;
    padding-top: 5px;
}

.social-icons-right > ul > li.right-fb a {
    background-color: #3a5794;
    -webkit-transition: all 0.5s;
    transform: all 0.5s;
}
/*.social-icons-right > ul > li.right-fb a:hover {
  transform: scale(1.4);
}*/

.social-icons-right > ul > li.right-linkedin a {
    background-color: #0270ad;
    -webkit-transition: all 0.5s;
    transform: all 0.5s;
}
/*.social-icons-right > ul > li.right-linkedin a:hover {
  transform: scale(1.4);
}*/

.social-icons-right > ul > li.right-insta a {
    background-color: #d03271;
    -webkit-transition: all 0.5s;
    transform: all 0.5s;
}

/*.social-icons-right > ul > li.right-insta a:hover {
  transform: scale(1.4);
}*/

.social-icons-right > ul > li.right-twitter a {
    background-color: #1d9ceb;
    -webkit-transition: all 0.5s;
    transform: all 0.5s;
}

/*.social-icons-right > ul > li.right-twitter a:hover {
  transform: scale(1.4);
}*/

.social-icons-right > ul > li.right-youtube a {
    background-color: #f70000;
    -webkit-transition: all 0.5s;
    transform: all 0.5s;
}

/*.social-icons-right > ul > li.right-youtube a:hover {
  transform: scale(1.4);
}*/

/* Base Style Ends Here */
header {
    padding-top: 10px;
    /*box-shadow: 0px 2px 5px rgba(0,0,0,0.05);*/
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.09);
    position: fixed;
    z-index: 99999999;
    width: 100%;
    background: #fff;
    top: 28px;
}

.nav-header {
    width: 15%;
}

.header-icons {
    width: 10%;
    height: 70px;
    line-height: 85px;
    text-align: right;
    cursor: pointer;
    background-color: transparent;
    float: right;
}
.header-icons-list {
    list-style: none;
    position: relative;
}
.header-icons-list .cart-number {
    position: absolute;
    right: 5px;
    bottom: 15px;
    color: #fff;
    font-size: 13px;
}
.header-icons-list i {
    color: #003896;
}
.header-icons-list li {
    display: inline-block;
}
.header-icons i,
.header-icons img {
    margin-left: 10px;
}
.menu-image-shop {
    padding-left: 15px;
    text-align: center;
}
.menu-image-shop a {
    background-color: #003896;
    color: #fff !important;
    margin-top: 10px;
    text-align: center;
    width: 150px !important;
    text-transform: uppercase;
}

/* Search Style Starts */
.hidden-menu {
    width: 100%;
    position: relative;
    display: block;
    z-index: 2;
    /*-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;*/
}
.hidden-menu > div.row {
    position: absolute;
    padding: 10px 20px;
    border-radius: 0px;
    border: 0px;
    background-color: #fff;
    z-index: 9;
    width: 30%;
    right: -30px;
    top: 60px;
    border: 1px solid #eee;
    /*-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;*/
}
.header-search:focus {
    box-shadow: none;
    border: 1px solid #ddd;
}
.search-btn-style {
    background-color: #1174cf;
    border: 0;
    padding: 0.375rem 0.75rem 0.5rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    color: #fff;
    position: absolute;
    right: 20px;
}

.nav-search {
    margin-right: -5.5%;
    margin-top: 50px;
    margin-bottom: 0;
    display: inline-block;
}

/* Search Style Ends */

/* Home Slider Style Starts Here */

/*#carousel .carousel-item.home-slide-1 {
  background-image: url("../images/slide-1.jpg");
}

#carousel .carousel-item.home-slide-2 {
  background-image: url("../images/slide-2.jpg");
}*/
/*#carousel .carousel-item.home-slide-1
{
	background-image: url("../images/banner-1.jpg");
}
#carousel .carousel-item.home-slide-2
{
	background-image: url("../images/banner-2.jpg");
}
#carousel .carousel-item.home-slide-3
{
	background-image: url("../images/banner-3.jpg");
}
#carousel .carousel-item.home-slide-4
{
	background-image: url("../images/banner-4.jpg");
}*/

#carousel .carousel-item {
    height: 100vh;
    width: 100%;
    background: no-repeat center center scroll;
    background-size: cover;
    min-height: 100%;
}

#carousel .carousel-inner .carousel-item {
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

#carousel .carousel-item .caption {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 40px;
    color: #fff;
    animation-duration: 1s;
    animation-delay: 2s;
}

#carousel .caption h2 {
    animation-duration: 1s;
    animation-delay: 2s;
}

#carousel .caption p {
    animation-duration: 1s;
    animation-delay: 2.2s;
}

#carousel .caption a {
    animation-duration: 1s;
    animation-delay: 2.4s;
}

/* Button */
.slider-btn {
    display: inline-block;
    min-width: 160px;
    height: 60px;
    color: #ffffff;
    border: none;
    border-left: 3px solid #1c8314;
    border-radius: 0;
    padding: 0 30px;
    font-size: 16px;
    line-height: 58px;
    font-weight: 600;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-transform: capitalize;
    background-color: #40ba37;
}

.slider-btn.active,
.slider-btn:hover,
.slider-btn:focus {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background-color: #1c8314;
    border-color: #40ba37;
}

.swiper-button-next,
.swiper-button-prev {
    background-size: 20px 30px;
}

/* Home Slider Style Ends Here */

/* Home Style Starts Here */

.bg-leaf {
    background-image: url(../images/bg-img-1.png);
    background-repeat: no-repeat;
}

.reasons-to-love {
    /*background-image: url(../images/bg-img-2.png);
	background-repeat: no-repeat;
	background-position: right;*/
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
}

.reasons-to-love .list-style li {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
}

.home-looking-for {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
}

.home-looking-for .list-style li {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
}

.prod-name {
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    font-weight: 700;
    line-height: 140%;
    font-size: 18px;
    color: #000;
}
.prod-div a {
    color: #000;
    text-align: center;
}
.prod-div .prod-qty {
    display: inline-block;
    text-align: center;
}
.product-style {
    /*border-right: 1px solid #eee;*/
    text-align: center;
}
.reasons-to-love .list-style li,
.home-looking-for .list-style li {
    display: inline-block;
    font-size: 13px;
    float: left;
    width: 11%;
}
.reasons-to-love .list-style li a,
.home-looking-for .list-style li a {
    color: #000;
}
.reasons-to-love .list-style img,
.home-looking-for .list-style img {
    width: 50px;
    margin-bottom: 10px;
    transition: transform 0.2s; /* Animation */
}

.reasons-to-love .list-style img,
.home-looking-for .list-style img:hover {
    transform: scale(
        1.15
    ); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.leeford-brands .swiper-button-prev {
    left: 0;
}
.leeford-brands .swiper-button-next {
    right: 0;
}
.leeford-brands .brand-text {
    width: 35%;
    float: left;
    margin-top: 7%;
}

.leeford-brands .content-wrapperr > a {
    width: 65%;
    float: left;
}
.leeford-brands .brand-text p a:hover {
    color: #ffffff;
}

.home-icons img {
    width: 55px;
    margin-bottom: 10px;
}
.home-multi-icons .list-style a:hover {
    color: #003896 !important;
}

.swiper-dots-style {
    margin: 0 auto;
    width: 100%;
    bottom: -30px;
}

.swiper-dots-style .swiper-pagination-bullet {
    margin: 2px;
}

.swiper-dots-style .swiper-pagination-bullet-active {
    background-color: #aaa;
}

/* Home Style Ends Here */

.inner-pages-style {
    margin-top: 200px;
}
.remove-margin.inner-pages-style {
    margin-top: 0;
}
.selctAddress {
    text-transform: uppercase;
    font-weight: 800;
    word-spacing: 1px;
    letter-spacing: 0.5px;
    font-size: 19px;
}

/*listing css starts*/
.leftsidebar {
    position: relative;
    width: 80%;
    float: left;
}

.item-grid {
    width: 100%;
    padding: 0.5em;
    position: relative; /*margin-bottom: 1em;*/ /*border: 1px solid #ddd;*/
}
.list-discount {
    position: relative;
    z-index: 1;
    margin-top: 25px; /*right: 10px;*/
    background-color: transparent;
    width: auto;
    padding: 3px 10px;
    font-size: 11px;
    color: #fff;
    line-height: 14px;
    margin: 0;
    border-radius: 10px;
    font-weight: 500;
    border: 1px solid #ff5f57;
    color: #ff5f57;
    text-align: center;
}

.item-grid img {
    /*border:1px solid #f2f2f2;*/ /*padding-top:1em;*/ /*padding: 1em;*/
}
.item-grid .title {
    min-height: 50px;
    font-size: 16px;
    color: #000;
    display: block;
    margin: 10px 0 5px;
    text-transform: capitalize;
    text-align: center;
    font-weight: 400;
    line-height: 20px;
    font-family: "Open Sans";
}
.item-grid .small {
    font-size: 12px;
    color: #444;
    display: block;
    text-transform: capitalize;
    text-align: left;
}
.item-grid .fs {
    font-size: 11px;
    color: #999;
}
.item-grid span {
    display: block;
    text-align: left;
}
.item-grid span.price_new {
    text-align: left;
    display: inline-block;
}
.item-grid span.pr-tag {
    margin-bottom: 10px !important;
    color: #000;
    margin: 0px 0;
    display: block;
    /* text-align: center; */
}
.item-grid span.pr-tag i {
    color: #444;
    font-size: 12px;
}
span.pr-tag .strike {
    font-size: 12px;
    margin-right: 3px;
    color: #444;
    display: inline-block;
    text-decoration: line-through;
}
.item-grid span.pr-tag strong {
    font-size: 1em;
    margin: 0px 0;
    padding: 0;
    color: #444;
    display: inline-block;
    font-weight: 600;
    line-height: 20px;
}
.item-grid span.pr-tag .discount {
    background-color: #f7931d;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    margin: 3px 0 0 1px;
    padding: 1px 3px;
    vertical-align: top;
}
.arrow {
    float: right;
    margin-right: 20px;
}
.glyphicon.arrow:before {
    content: "\e079";
}
.active > a > .glyphicon.arrow:before {
    content: "\e114";
}
.fa.arrow:before {
    content: "\f104";
}
.active > a > .fa.arrow:before {
    content: "\f107";
}
.plus-times {
    float: right;
}
.fa.plus-times:before {
    content: "\f067";
}
.active > a > .fa.plus-times {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.plus-minus {
    float: right;
}
.fa.plus-minus:before {
    content: "\f067";
}
.active > a > .fa.plus-minus:before {
    content: "\f068";
}
.left-menu {
    width: auto;
    padding: 0px;
    margin-bottom: 0px;
}
.left-menu h3 {
    font-size: 18px;
    line-height: 1; /*min-height: 23px;*/
    text-transform: uppercase;
    color: #003896; /*border-bottom: 1px solid #eee;*/ /*padding-bottom: 10px; */
    margin: 1em 0 1em;
    line-height: 2em;
}
.left-menu .fa {
    font-size: 15px;
    margin-right: 10px;
    margin-top: 1px;
}
.left-menu ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.left-menu ul ul {
    padding: 10px 0;
    margin-bottom: 15px;
}
.left-menu ul li {
    /*padding: 0px 0px*/
    position: relative;
    float: left;
    width: 100%;
}
.left-menu ul li:not(.light-grey):last-child {
    border-bottom: none;
}
.left-menu ul li a {
    width: 100%;
    display: block;
    color: #000;
    padding-left: 0px;
    font-weight: 500;
    outline: none;
    font-size: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    padding-top: 5px;
    padding-bottom: 5px;
}
.left-menu ul.inner-ul li a {
    margin-left: 10px;
    text-transform: capitalize;
}
.left-menu ul ul {
    margin-top: 0px;
    margin-left: 0px;
}
.left-menu ul ul li {
    text-transform: capitalize !important;
    font-weight: 400;
    border: none;
    padding: 2px 0 6px 0px;
}
.left-menu ul ul li a {
    font-weight: normal;
    color: #212529;
}
.narrow-search {
    background: #fff none repeat scroll 0 0;
    color: #000;
    text-transform: uppercase;
    line-height: 35px;
    height: 40px;
    border-top: 4px solid #000;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
}
.filter label,
.radio label {
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    margin-right: 15px;
    padding-left: 22px;
    position: relative;
    margin: 0;
    padding: 0;
    color: #212529;
    font-weight: 400;
    width: 100%;
}
.filter label img {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 5px 0 0;
    width: 18px;
    height: 10px;
}
.filter input[type="checkbox"],
.radio input[type="radio"] {
    display: none;
}
.filter label::before {
    background: url(../images/chkbox.png) no-repeat;
    content: "";
    display: inline-block;
    height: 16px;
    left: 0;
    margin-right: 10px;
    position: absolute;
    width: 16px;
    top: 1px;
}
.filter label.color::before {
    background: #000;
    content: "";
    display: inline-block;
    height: 18px;
    left: 0;
    margin-right: 10px;
    position: absolute;
    width: 18px;
    top: 1px;
    border-radius: 25px;
}
.filter label,
.radio label {
    margin-bottom: 0px;
    padding-left: 25px !important;
}
.filter label::before {
    border-radius: 2px;
}
.filter input[type="checkbox"]:checked + label::before {
    background: url(../images/selectbox.png) no-repeat;
    width: 16px;
    height: 16px;
}
.filter .colorbox input[type="checkbox"]:checked + label::before {
    background: url(../images/selectbox.png) no-repeat;
    width: 18px;
    height: 18px;
}
ul.radio {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.radio li {
    float: left;
}
.radio label::before {
    background: #fff;
    content: "" attr(data-content) "";
    display: inline-block;
    height: 20px;
    left: 0px;
    margin-right: 10px;
    position: absolute;
    width: 20px;
    top: 2px;
    color: #000;
    text-align: center;
}
.radio label::before {
    background: url(../images/radio.png) no-repeat;
    content: "";
    display: inline-block;
    height: 16px;
    left: 0;
    margin-right: 10px;
    position: absolute;
    width: 16px;
    top: 2px;
}
.radio input[type="radio"]:checked + label::before {
    background: url(../images/select-radio.png) no-repeat;
    width: 16px;
    height: 16px;
}
.d-radio label {
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    margin-right: 15px;
    padding-left: 22px;
    position: relative;
    margin: 0;
    padding: 0;
    color: #212529;
    font-weight: 400;
}
.d-radio input[type="radio"] {
    display: none;
}
ul.d-radio {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.d-radio li {
    float: left;
    width: 38px;
    height: 25px;
    margin-right: 5px;
}
.d-radio label::before {
    background: #fff;
    border: 1px solid #000;
    content: "" attr(data-content) "";
    display: inline-block;
    height: 20px;
    left: 0px;
    margin-right: 10px;
    position: absolute;
    width: 20px;
    top: -5px;
    color: #000;
    text-align: center;
    min-width: 38px;
    height: 27px;
    line-height: 25px;
}
.d-radio input[type="radio"]:checked + label::before {
    background: #000;
    border: 1px solid #000;
    width: 20px;
    height: 20px;
    color: #fff;
    min-width: 38px;
    height: 27px;
    line-height: 25px;
}
.d-radio input[type="radio"] + label.unavail:before {
    text-decoration: line-through;
    color: #666;
    background: #f7f7f7;
    cursor: default;
    border: 1px dashed #bbb;
}
.d-radio label:after {
    position: absolute;
    left: -1px;
    width: 100%;
    height: 100%;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    padding: 10px 7px;
    font-weight: normal;
    z-index: 2;
    content: "" attr(data-content) "";
    opacity: 0;
    bottom: 0;
    text-align: center;
    min-width: 38px;
    height: 25px;
}
.size-filter li {
    margin-right: 10px;
}
.selectBox {
    width: 100%;
    display: block;
}
.size-option {
    width: auto;
    float: left;
    padding-bottom: 20px;
}
.size-option a {
    float: left !important;
    margin-bottom: -1px;
    margin-right: -1px;
    text-align: center;
    width: 42px !important;
    font-weight: normal !important;
    color: #666 !important;
}
.light-grey {
    border: 1px solid #e5e5e5;
}
.price {
    width: 100%;
    font-size: 11px;
    margin-left: 10px;
}
.price input[type="text"] {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 2px 3px 3px #f3f3f3 inset;
    width: 45px;
    line-height: 26px;
    padding: 0 3px;
    margin-top: 5px;
    height: 26px;
}
.price input[type="submit"] {
    background: rgba(0, 0, 0, 0)
        linear-gradient(to bottom, #fff 1%, #ebebeb 100%) repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #666;
    height: 26px;
    margin-left: 5px;
    width: 35px;
    margin-top: 5px;
}
.category-item {
    width: 100%;
    position: relative;
    margin-top: 10px;
    margin-bottom: 5em;
}
.filterby {
    margin: 4px 0;
    background: #fff url(../images/down-arrow.png) no-repeat 126px 14px;
    width: 150px;
    padding: 5px;
    font-size: 12px;
    border: 1px solid #efeae3;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: right;
    color: #212529;
}
.filterby option {
    padding: 3px 5px;
    border: none;
} /*-webkit-appearance: none;-moz-appearance: none;appearance: none; */
.item-div {
    width: 100%;
    display: block;
}
.sort {
    width: 100%;
    padding: 0px 0px;
    margin: 10px 0 10px;
}
.sort h5 {
    display: inline-block;
    color: #003896;
    line-height: 2.5em;
    margin: 0;
    padding: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
}
.sort .item-num {
    font-size: 14px;
    display: inline-block;
    vertical-align: baseline;
    margin-left: 10px;
}
.accordion {
    width: 100%;
    background-color: #ededed;
    position: relative;
}
.accordion .close {
    opacity: 0.9 !important;
    font: 18px;
}
.accordion .accordion-head {
    color: #333;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    position: relative;
    padding: 0px 0;
    cursor: pointer;
    overflow: hidden;
    width: 100%;
    float: left;
    border: 1px solid #ddd;
    height: 40px;
    margin-bottom: 5px;
}
.accordion .accordion-head.last {
    float: right;
}
.accordion .accordion-head * {
    cursor: pointer;
}
.accordion .accordion-head h4 {
    float: left;
    font-size: 15px;
    color: #333;
    font-weight: normal;
    line-height: 36px;
    margin: 0 0 0 10px;
}
.accordion .accordion-body {
    border-bottom: 1px solid #fff;
    padding: 20px;
    height: auto;
    display: none;
    background: #fff;
    z-index: 1;
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}
.arrow {
    float: right;
    width: 0px;
    height: 0px;
    margin: 6px 30px 0 0;
    font: 22px;
}
.arrow:after {
    content: "+";
}
.accordion-head.open .arrow {
    margin-top: 4px;
}
.accordion-head.open .arrow:after {
    content: "-";
}
.panel-heading a {
    outline: none !important;
    text-decoration: none;
}
.panel-heading a:after {
    font-family: "FontAwesome";
    content: "\f107";
    float: right;
    color: grey;
}
.panel-heading a.collapsed:after {
    content: "\f106";
}
.filter-apply {
    width: 80px;
    padding: 5px;
    font-size: 12px;
    border: 1px solid #fa5400;
    height: 34px;
    text-align: center;
    float: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fa5400;
    text-transform: uppercase;
    margin: 4px 0;
    color: #fff;
    margin-left: 5px;
}
.leftsidebar .checkbox * {
    cursor: pointer;
    position: relative;
}
.leftsidebar .checkbox {
    padding-left: 2px;
    display: inline-block;
}
.leftsidebar .checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}
.leftsidebar .checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    top: -10px;
}
.leftsidebar .checkbox label::after {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 2px;
    top: -8px;
    margin-left: -21px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
}
.leftsidebar .checkbox input[type="checkbox"] {
    opacity: 0;
    z-index: 1;
    margin-top: 5px;
}
.leftsidebar .checkbox input[type="checkbox"]:checked + label::after {
    font-family: "FontAwesome";
    content: "\f00c";
    font-weight: 900;
}
.leftsidebar .checkbox.checkbox-circle label::before {
    border-radius: 0;
}
.leftsidebar .checkbox.checkbox-inline {
    margin-top: 0;
}
.leftsidebar .checkbox-red input[type="checkbox"]:checked + label::after,
.leftsidebar .checkbox-yellow input[type="checkbox"]:checked + label::after,
.leftsidebar .checkbox-green input[type="checkbox"]:checked + label::after,
.leftsidebar .checkbox-blue input[type="checkbox"]:checked + label::after,
.leftsidebar .checkbox-black input[type="checkbox"]:checked + label::after,
.leftsidebar .checkbox-khaki input[type="checkbox"]:checked + label::after,
.leftsidebar .checkbox-olive input[type="checkbox"]:checked + label::after,
.leftsidebar .checkbox-orange input[type="checkbox"]:checked + label::after,
.leftsidebar .checkbox-pink input[type="checkbox"]:checked + label::after,
.leftsidebar .checkbox-gold input[type="checkbox"]:checked + label::after,
.leftsidebar .checkbox-grey input[type="checkbox"]:checked + label::after,
.leftsidebar .checkbox-purple input[type="checkbox"]:checked + label::after,
.leftsidebar .checkbox-brown input[type="checkbox"]:checked + label::after {
    color: #fff;
}
.leftsidebar .checkbox-red input[type="checkbox"] + label::before {
    background-color: #cc7f7f;
    border-color: #cc7f7f;
}
.leftsidebar .checkbox-yellow input[type="checkbox"] + label::before {
    background-color: #fce67f;
    border-color: #fce67f;
}
.leftsidebar .checkbox-green input[type="checkbox"] + label::before {
    background-color: #7fbf7f;
    border-color: #7fbf7f;
}
.leftsidebar .checkbox-blue input[type="checkbox"] + label::before {
    background-color: #a0c5e4;
    border-color: #a0c5e4;
}
.leftsidebar .checkbox-black input[type="checkbox"] + label::before {
    background-color: #7f7f7f;
    border-color: #7f7f7f;
}
.leftsidebar .checkbox-khaki input[type="checkbox"] + label::before {
    background: #ebe1be;
    border-color: #ebe1be;
}
.leftsidebar .checkbox-olive input[type="checkbox"] + label::before {
    background: #7f7f00;
    border-color: #7f7f00;
}
.leftsidebar .checkbox-orange input[type="checkbox"] + label::before {
    background: #f36b26;
    border-color: #f36b26;
}
.leftsidebar .checkbox-pink input[type="checkbox"] + label::before {
    background: #d82a90;
    border-color: #d82a90;
}
.leftsidebar .checkbox-gold input[type="checkbox"] + label::before {
    background: #daaf00;
    border-color: #daaf00;
}
.leftsidebar .checkbox-grey input[type="checkbox"] + label::before {
    background: #777878;
    border-color: #777878;
}
.leftsidebar .checkbox-purple input[type="checkbox"] + label::before {
    background: #8d429f;
    border-color: #8d429f;
}
.leftsidebar .checkbox-brown input[type="checkbox"] + label::before {
    background: linear-gradient(
        -45deg,
        #e91e63 0%,
        #e91e63 15%,
        #673ab7 15%,
        #673ab7 30%,
        #2196f3 30%,
        #2196f3 45%,
        #8bc34a 45%,
        #8bc34a 60%,
        #fdd835 60%,
        #fdd835 75%,
        #ff9800 75%,
        #ff9800 90%,
        #f44336 90%,
        #f44336 100%
    );
}
input[type="checkbox"].styled:checked + label:after {
    font-family: "FontAwesome";
    content: "\f00c";
    font-weight: 900;
}
ul.thumb {
    width: 100%;
    display: inline-block;
    float: left;
    margin: 10px 0;
}
ul.thumb li {
    width: 60px;
    display: inline-block;
    margin-bottom: 5px;
}
.leftsidebar #size-sel ul {
    margin: 0 30px 0 0;
    padding: 0;
    list-style: none;
}
.leftsidebar #size-sel ul li {
    width: 20px;
    display: inline-block;
    margin-right: 2px;
}
.leftsidebar #size-sel .checkbox * {
    cursor: pointer;
}
.leftsidebar #size-sel .checkbox {
    padding-left: 20px;
    width: 50px;
    height: 50px;
    margin-top: 1px;
}
.leftsidebar #size-sel .checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}
.leftsidebar #size-sel .checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #555;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.leftsidebar #size-sel .checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 2px;
    margin-left: -21px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}
.leftsidebar #size-sel .checkbox input[type="checkbox"] {
    opacity: 0;
    z-index: 1;
    width: 20px;
    height: 20px;
}
.leftsidebar #size-sel .checkbox input[type="checkbox"]:checked + label::after {
    font-family: "FontAwesome";
    content: "\f00c";
}
.leftsidebar #size-sel .checkbox.checkbox-circle label::before {
    border-radius: 50%;
}
.listee .fa {
    float: right;
}
.listee > ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
.listee .pick-colorbox {
    margin-bottom: 0;
}
html body ul li.light-grey {
    display: inline-block;
    border: 1px solid #e5e5e5;
    line-height: 30px;
    width: 42px;
    margin-left: 0;
    padding-left: 0;
    vertical-align: middle;
}
html body ul li.light-grey:not(:last-of-type) {
    margin-right: 5px;
}
ul li.light-grey a {
    display: inline-block;
    float: none;
    width: 100%;
    text-align: center;
    line-height: 30px;
    margin-top: 0;
}
.leftsidebar .addSelect.FullWidth {
    width: 100%;
}
.leftsidebar .LabelsCustom .labelBox input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    left: -20px;
}
.leftsidebar
    .LabelsCustom
    .labelBox
    input[type="checkbox"]:checked
    + label:after {
    bottom: 0;
    color: #fff;
    background-color: #d40f14;
    border-color: #d40f14;
}
.leftsidebar .labelBox label:before,
.leftsidebar .labelBox label:after {
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}
.leftsidebar .labelBox label:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    text-align: center;
    color: #444546;
    cursor: pointer;
    font-size: 12px;
    padding: 10px 7px;
    font-weight: normal;
    line-height: 8px;
    z-index: 2;
    content: "" attr(data-content) "";
    opacity: 1;
    bottom: 0px;
    text-align: center;
}
.leftsidebar .labelBox label:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    text-align: center;
    border: 1px solid #eee;
    color: #444546;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    background-color: #fff;
    line-height: 20px;
    z-index: 1;
    content: "";
    top: 0;
}
.leftsidebar .LabelsCustom > .labelBox {
    position: relative;
    display: inline-block;
    float: left;
    text-align: center;
    line-height: 20px;
    overflow: visible;
    min-width: 30px;
    height: 30px;
}
.leftsidebar .LabelsCustom > .labelBox:not(:last-of-type) {
    margin-right: 7px;
}
.leftsidebar .RefineBtn {
    display: none;
}

.filter-clear-all {
    color: #000;
    text-transform: capitalize;
    float: right;
}

.listing-pagination a {
    color: #444;
}
.listing-pagination a:hover {
    color: #000;
    background-color: #f7f7f7;
}

.breadcrumb {
    background-color: transparent;
    margin-bottom: 0px;
}

/*.products {
	padding:0px;
	text-align:center;
}*/
.product-div {
    /*padding:0px;*/
    /*margin:10px 0px;*/
    margin-bottom: 30px;
    background-color: #fff;
}
.product-div img {
    /*border-bottom:1px solid #ccc;
	width:90%;
	margin:0 auto;*/
}

.product-div:hover {
    -moz-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
}

.listing-wishlist {
    position: absolute;
    top: 5px;
    left: 10px;
}

.btn-add {
    background-color: #003896;
    color: #fff;
    padding: 10px 0;
    border: 0px;
    text-transform: uppercase;
    margin: 10px 0;
    cursor: pointer;
}
.outStock.btn-add {
    background-color: #003896;
    color: #fff;
    padding: 10px 0;
    border: 0px;
    text-transform: uppercase;
    margin: 10px 0;
    cursor: pointer;
    width: 100%;
    max-width: 85%;
    border-radius: 50px;
    text-align: center;
}
.btn-listing {
    font-size: 14px !important;
}
/*listing css ends*/

/* Detail Page Style Starts Here */

.zoomWindow {
    border: 1px solid rgb(235, 235, 235) !important;
    width: 500px !important;
    height: 600px !important;
}

#gallery_01 img {
    /*border:2px solid #eee; */
    width: 100%;
    z-index: -1;
    border-radius: 10px;
    border: 1px solid #ddd;
}

/*Change the colour*/
.active img {
    /* border: 2px solid #ddd !important; */
}

.detail-right {
    font-size: 80%;
    /*margin-right: 10px;*/
}

.clearfix {
    display: block;
    width: 100%;
    float: left;
}

.zoom-left {
    max-width: 412px;
    position: relative;
}
.zoom-left .video-thum .product-video {
    position: absolute;
    z-index: 9999;
    width: 100%;
    left: 27%;
    top: 3%;
    background: #fff;
}

.select-style {
    font-size: 14px;
    padding: 7px 15px;
    border: 1px solid #ddd;
    margin-left: 8px;
    border-radius: 6px;
}

.detail-right {
    box-shadow: 0px 2px 60px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 30px;
}
.detail-right h1.head-big {
    /*font-family: 'Arial';*/
    color: #000;
    text-align: left;
    padding: 7px 0;
    font-weight: bold;
    font-size: 22px !important;
    text-transform: capitalize;
}

/*Home content css start here*/
.home-page-content {
    margin: 20px 0px;
}
.home-page-content p {
    text-align: justify;
    margin-top: 10px;
}
.home-page-content a {
    color: #000;
}
.authentication-form input,
.authentication-form select {
    outline: none;
}

/* Custom Checkbox and Radio Buttons Style Starts Here */

.customChbRab fieldset {
    border: 0;
}

.customChbRab legend {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}

.customChbRab .control {
    display: -webkit-inline-box;
    display: inline-flex;
    position: relative;
    /*margin: 5px;*/
    cursor: pointer;
    border-radius: 99em;
}
.customChbRab .control input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.customChbRab .control svg {
    margin-right: 6px;
    border-radius: 50%;
    box-shadow: 3px 3px 16px rgba(0, 0, 0, 0.2);
}

.customChbRab .control__content {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 6px 14px;
    font-size: 12px;
    height: 40px;
    /*line-height: 35px;*/
    color: rgba(0, 0, 0, 1);
    /* background-color: rgba(0, 0, 0, 0.05);*/
    border-radius: 4px;
    border: 1px solid #ddd;
    font-weight: 600;
    text-transform: capitalize;
    transition: all 0.2s ease-in-out;
    /* margin-right: 5px; */
}

.customChbRab .control:hover .control__content {
    /* border: 1px solid #ff5f57; */
    background: #003896;
    color: #fff;
    font-weight: 600;
}

.customChbRab .control input:focus ~ .control__content {
    /*box-shadow: 0 0 0 0.25rem rgba(12, 242, 143, 0.2);*/
    /*background-color: rgba(0, 0, 0, 0.05);*/
    background-color: transparent;
}

.customChbRab .control input:checked ~ .control__content {
    /*background-color: rgba(0,0,0,1);*/
    /* background-color: transparent;
    color: #ff5f57;
    border: 1px solid #ff5f57; */
    background: #003896;
    color: #fff;
    font-weight: 600;
}

.customChbRab .filter-color .control input:checked ~ .control__content {
    background-color: transparent;
    border: 1px solid #ff5f57;
}

.list-rating {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 auto;
    background-color: #37be5f;
    max-width: 45px;
    padding: 3px 7px;
    color: #fff;
}

/* Custom Checkbox and Radio Buttons Style Ends Here */

/* Star Rating Starts */

.star-rating {
    /*border:solid 1px #ccc;*/
    display: flex;
    flex-direction: row-reverse;
    font-size: 1.5em;
    justify-content: space-around;
    padding: 0 0.2em;
    text-align: center;
    width: 5em;
}

.star-rating input {
    display: none;
}

.star-rating label {
    color: #ccc;
    cursor: pointer;
}

.star-rating :checked ~ label {
    color: #f90;
}

.star-rating label:hover,
.star-rating label:hover ~ label {
    color: #fc0;
}

/* Star Rating Ends */

.input-style {
    border: 0;
    border-bottom: 1px solid #ddd;
    display: inline-block;
    padding: 15px 5px;
    background-color: transparent;
}

.btn-style {
    background-color: #e4524b;
    border: 0;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    border-radius: 0;
    cursor: pointer;
}

.blue-btn-style {
    background-color: transparent;
    border: 2px solid #003896;
    color: #003896 !important;
    padding: 7px 20px;
    text-transform: uppercase;
    border-radius: 0;
    cursor: pointer;
    font-size: 14px;
}
.grey-btn-style {
    /*background-color:transparent;
	border: 2px solid #ddd;*/
    background-color: #02a9cd;
    border: 2px solid #02a9cd;
    color: #fff !important;
    padding: 7px 20px;
    text-transform: uppercase;
    border-radius: 0;
    cursor: pointer;
    font-size: 14px;
}
.wishlist-btn-style {
    background-color: transparent;
    border: 1px solid #ddd;
    color: #ff5f57 !important;
    padding: 7px 16px;
    text-transform: uppercase;
    border-radius: 0;
    cursor: pointer;
    font-size: 14px;
    border-radius: 6px;
}

.str-rating {
    background-color: #37be5f;
    color: #fff;
    padding: 2px 5px;
    font-size: 80%;
    cursor: pointer;
}
.detail-reviews span {
    font-size: 14px;
}
.detail-reviews p {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
}
.detail-heading,
.detail-reviews h3 {
    font-size: 1.45rem;
}
.btn-style {
    margin-top: 0 !important;
}
.review-img {
    margin-top: 10px;
    display: inline-block;
    border: 1px solid #ddd;
}
/*.detail-reviews span
{
	margin-left:15px;
}*/

/* Expand Div on Click Style Starts Here */

.styled-button {
    color: #083e3b;
    font-weight: bold;
    /*background-color: lightseagreen;*/
    border: 3px solid #188781;
    padding: 0.5rem;
}
.styled-button:hover,
.styled-button:active,
.styled-button:focus {
    background-color: #24c8bf;
    cursor: pointer;
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
}
.styled-button:focus {
    outline: 3px solid orange;
}

.styled-list {
    list-style-type: initial;
    margin-left: 2rem;
}
.styled-list li {
    line-height: 1.25;
}
.styled-list ul {
    list-style-type: circle;
    margin-left: 1.25rem;
}

.expand-button {
    cursor: pointer;
    display: block;
    width: 200px;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    border-radius: 0px;
    background-color: #f2f7f9;
    color: white;
    font-size: 1rem;
    padding: 0.5rem;
    color: #003896;
    text-transform: uppercase;
}
.expand-button:hover,
.expand-button:active,
.expand-button:focus {
    background-color: #f2f7f9;
}

.special-text {
    position: relative;
    max-height: auto;
    overflow: hidden;
    -webkit-transition: max-height 1s ease;
    transition: max-height 1s ease;
}
.special-text.-expanded {
    max-height: 100%;
}

/*.special-text:not(.-expanded)::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(rgba(255, 255, 255, 0), white);
}*/

/* Expand Div on Click Style Ends Here */

/*#horizontal {
    position: fixed;
    width: 50px;
    background: red;
    right: 20%;
    top: 30%;
}*/

/* Move Div on scroll Style Starts Here */
/*.fixedElement {
    color: #E4524B;
    width:100px;
    z-index:10;
    position: relative;
    -webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}*/

/* Move Div on scroll Style Ends Here */

.cart-number {
    background-color: #fff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    color: #000;
    font-size: 12px;
    position: absolute;
    padding: 3px;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    left: 13px;
    bottom: -8px;
    text-align: center;
}
.detail-tabs .nav-link {
    color: #000;
    text-transform: uppercase;
}

.detail-tabs .nav-link.active {
    color: #003896;
}

.off-style {
    border: 1px solid #e4524b;
    font-size: 12px;
    padding: 5px;
}
.detail-icons .list-style li {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    margin-right: 20px;
    line-height: 15px;
}
.detail-icons .list-style li img {
    width: 35px;
    margin-bottom: 10px;
}
/* Detail Page Style Ends Here */

.inner-pages {
    margin-top: 100px;
}

/* Footer Style Starts Here */

.footer > div > div:nth-child(1) ul.list-style {
    display: inline-block;
    margin-right: 5rem;
}
.footer h4 {
    margin-bottom: 10px;
}
.footer .list-style li {
    line-height: 25px;
}
.footer .list-style a {
    font-size: 90%;
    color: #000;
}
.footer-social {
    /*margin-top: 20px;*/
    float: left;
}
.footer-bdr-top {
    border-top: 1px solid #eee;
    padding-top: 10px;
    /*margin-top: 50px;*/
    font-size: 90%;
}
.copyright {
    text-align: right;
}
.copyright a {
    color: #000;
}
.footer-slogan img {
    width: 300px;
}
/* Footer Style Ends Here */

/* Login Popup Style Starts Here */

#overlay-back {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 99999999999;
    display: none;
}

#overlay-back-otp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 99999999999;
    display: none;
}

#overlay-back-signin {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 99999999999;
    display: none;
}

#overlay-back-forgot {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 99999999999;
    display: none;
}

.close-image {
    display: block;
    float: right;
    position: absolute;
    top: 20px;
    right: 20px;
    height: 20px;
    z-index: 9;
    cursor: pointer;
    width: 20px;
    background-color: transparent;
}
.close-image i {
    color: #000;
    font-size: 13px;
}

.close-image-signin {
    display: block;
    float: right;
    position: absolute;
    top: 20px;
    right: 20px;
    height: 20px;
    z-index: 9;
    cursor: pointer;
    width: 20px;
    background-color: transparent;
}

.close-image-otp {
    display: block;
    float: right;
    position: absolute;
    top: 20px;
    right: 20px;
    height: 20px;
    z-index: 9;
    cursor: pointer;
    width: 20px;
    background-color: transparent;
}
.close-image-otp i {
    color: #000;
    font-size: 13px;
}
.close-image-signin i {
    color: #000;
    font-size: 13px;
}

.close-image-forgot {
    display: block;
    float: right;
    position: absolute;
    top: 20px;
    right: 20px;
    height: 20px;
    z-index: 9;
    cursor: pointer;
    width: 20px;
    background-color: transparent;
}
.close-image-forgot i {
    color: #000;
    font-size: 13px;
}

.popup-options .frgt-pwd {
    text-align: right;
    width: 100%;
}

.popup-options .register-option {
    text-align: left;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

.popup-options a.btn-style:hover {
    color: #fff;
}
.popup-options .frgt-pwd a:hover {
    color: #000;
}
.popup-options .input-group p.err {
    width: 100%;
    font-size: 90%;
    color: #d4340b;
    margin-bottom: 0px;
}
.popup-options .input-group > .custom-select:not(:last-child),
.popup-options .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.popup-options .forgot-text {
    font-weight: 200;
    font-size: 12px;
}

#popup {
    position: fixed;
    display: none;
    top: 5%;
    left: 0;
    right: 0;
    width: 50%;
    height: auto;
    margin: 0 auto;
    z-index: 99999999999;
    padding: 0px;
    background-color: #fff;
    /*box-shadow: 0 0 3px 3px #636363;*/
    box-sizing: border-box;
}

#popupsignin {
    position: fixed;
    display: none;
    top: 5%;
    left: 0;
    right: 0;
    width: 50%;
    height: auto;
    margin: 0 auto;
    z-index: 99999999999;
    padding: 0px;
    background-color: #fff;
    /*box-shadow: 0 0 3px 3px #636363;*/
    box-sizing: border-box;
}
#popupotp {
    position: fixed;
    display: none;
    top: 5%;
    left: 0;
    right: 0;
    width: 50%;
    height: auto;
    margin: 0 auto;
    z-index: 99999999999;
    padding: 0px;
    background-color: #fff;
    /*box-shadow: 0 0 3px 3px #636363;*/
    box-sizing: border-box;
}

#popupforgot {
    position: fixed;
    display: none;
    top: 5%;
    left: 0;
    right: 0;
    width: 50%;
    height: 85%;
    margin: 0 auto;
    z-index: 99999999999;
    padding: 0px;
    background-color: #fff;
    /*box-shadow: 0 0 3px 3px #636363;*/
    box-sizing: border-box;
}

#popup-banner {
    width: 90%;
    min-height: 400px;
    position: relative;
    z-index: 7;
    margin: 0 auto;
    padding-top: 10%;
}
#popup-banner-signin {
    width: 90%;
    min-height: 350px;
    position: relative;
    z-index: 7;
    margin: 0 auto;
    padding-top: 5%;
}
#popup-banner-forgot {
    width: 90%;
    min-height: 270px;
    position: relative;
    z-index: 7;
    margin: 0 auto;
    padding-top: 10%;
}

.form-control:focus {
    box-shadow: none !important;
    border-color: #ccc;
}

.popup-options .form-control {
    border: 0px;
    border-bottom: 1px solid #eee;
    filter: none;
}

.popup-options .field {
    display: flex;
    flex-flow: column-reverse;
    margin-bottom: 1em;
    /*width: 47%;
    float: left;
    margin-right: 10px;*/
}
.popup-options .msg-field {
    width: 90%;
}
.popup-options label,
.popup-options input,
.popup-options textarea {
    transition: all 0.2s;
    touch-action: manipulation;
}

.popup-options input,
.popup-options textarea {
    /*font-size: 1.5em;*/
    border: 0;
    border-bottom: 1px solid #ccc;
    font-family: inherit;
    /*-webkit-appearance: none;*/
    border-radius: 0;
    padding: 0;
    cursor: text;
    line-height: 30px;
}

.popup-options input:focus,
.popup-options textarea:focus {
    outline: 0;
    border-bottom: 1px solid #666;
}

.popup-options label {
    /*text-transform: uppercase;
  letter-spacing: 0.05em;*/
}
/**
* Translate down and scale the label up to cover the placeholder,
* when following an input (with placeholder-shown support).
* Also make sure the label is only on one row, at max 2/3rds of the
* field—to make sure it scales properly and doesn't wrap.
*/
.popup-options input:placeholder-shown + label,
.popup-options textarea:placeholder-shown + label {
    cursor: text;
    max-width: 66.66%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform-origin: left bottom;
    transform: translate(0, 2.125rem) scale(1.1);
    padding-bottom: 4px;
    font-weight: 200;
}
/**
* By default, the placeholder should be transparent. Also, it should 
* inherit the transition.
*/
::-webkit-input-placeholder {
    opacity: 1;
    transition: inherit;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    opacity: 1;
}
::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 1;
}
:-ms-input-placeholder {
    /* IE 10+ */
    opacity: 1;
}
:-moz-placeholder {
    /* Firefox 18- */
    opacity: 1;
}
/**
* Show the placeholder when the input is focused.
*/
.popup-options input:focus::-webkit-input-placeholder,
.popup-options textarea:focus::-webkit-input-placeholder {
    opacity: 1;
}
/**
* When the element is focused, remove the label transform.
* Also, do this when the placeholder is _not_ shown, i.e. when 
* there's something in the input at all.
*/
.popup-options input:not(:placeholder-shown) + label,
.popup-options input:focus + label,
.popup-options textarea:not(:placeholder-shown) + label,
.popup-options textarea:focus + label {
    transform: translate(0, 0) scale(1);
    cursor: pointer;
}

.popup-head {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}
.popup-options .btn-style {
    width: 100%;
    font-weight: 300;
    /*font-size: 14px;*/
    padding: 10px;
    display: block;
    text-align: center;
    cursor: pointer;
    letter-spacing: 1px;
}
.popup-options .register-btn {
    background-color: transparent;
    border: 2px solid #003896;
    color: #003896;
    font-size: 14px;
}
.popup-options .register-btn:hover {
    background-color: #003896;
    transition: 0.4s ease-in-out;
}
.popup-options .fb-btn {
    background-color: #2052df;
}

/* Login Popup Style Ends Here */

/* Cart Page Style Starts Here */
.cart p {
    margin-bottom: 0px;
}
.cart-details {
    /*border-bottom: 1px solid rgba(0,0,0,0.1);*/
    /*padding-top: 30px;*/
    /*padding-bottom: 30px;*/
}
.cart-details a {
    color: #000;
}
.cart-details:first-child {
    padding-top: 10px;
}
.cart-details:last-child {
    border-bottom: 0px;
}
.cart-prod-name {
    /*color: #d4340b;*/
    margin-bottom: 5px !important;
    font-weight: bold;
}
.cart-details p {
    line-height: 22px;
}
.cart-btn-style {
    border: 0;
    background-color: #f7f7f7;
    padding: 5px 10px;
    margin-top: 30px;
}
.cart .qty-style {
    margin-bottom: 5px;
    width: 50px;
}
.coupon-code {
    background-color: transparent;
    width: 100%;
    border: 0;
    /*border-bottom: 1px solid rgba(0,0,0,0.1);*/
    padding-bottom: 5px;
    text-align: left;
    cursor: pointer;
    margin-top: 1rem;
}
.coupon-code i {
    float: right;
}
.coupon-code:focus {
    outline: 0;
}
.coupon {
    position: relative;
}
.coupon-input-style {
    /*background-color: #f7f7f7;*/
    background-color: #ebebeb;
    border: 0;
    padding: 10px 15px;
    width: 100%;
    border-radius: 0.25rem;
}
.coupon-btn-style {
    background-color: transparent;
    color: #d4340b;
    border: 0;
    text-transform: uppercase;
    position: absolute;
    right: 10px;
    top: 10px;
}
.cart-total p span {
    float: right;
}
.cart-total h5 span {
    float: right;
}
.cart-btn .btn-style {
    width: 100%;
    border-radius: 8px;
}
.cart-prod-price {
    text-align: right;
}
.qty-edit-style {
    background-color: #f7f7f7;
    border: 0;
    cursor: pointer;
    padding: 8px 10px;
}
.cart-qty-style {
    text-align: right;
}
button:focus {
    outline: none;
}
.cart-qty-style select {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0px 5px;
}
.coupons-list label {
    width: 100%;
    color: #979ac6;
    text-transform: uppercase;
}
.coupons-list label span {
    float: right;
    color: #212529;
    font-size: 90%;
    text-transform: capitalize;
}
ul.radio.coupons-list li {
    margin-bottom: 5px;
}
/*Custom menu css start here*/
.fix-add-cart {
    display: inline;
}
.video-review-modal {
    cursor: pointer;
}
.video-review-m .modal-header {
    border-bottom: 0;
}
.video-review-m .modal-header span {
    font-size: 25px;
}
.video-review-m .modal-body {
    padding-top: 0;
}
.p-detail-text {
    font-size: 14px;
    /*background-color: #f4f4f4;*/
    padding: 4px 10px;
    margin-left: 4px;
    width: 100%;
    max-width: 320px;
    display: inline-block;
}
.openBtn {
    background: transparent;
    border: none;
    padding: 10px 15px;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    top: 16%;
}

.openBtn:hover {
    background: #bbb;
}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

.overlay .closebtn:hover {
    color: #ccc;
}

.overlay input[type="text"] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
}

.overlay input[type="text"]:hover {
    background: #f1f1f1;
}

.overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.overlay button:hover {
    background: #bbb;
}
.main_header_area .header-top {
    /*background-color:#505050 !important;*/
    color: #fff;
}
/*brand logo css start here*/
.brand-logos {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    align-items: center;
    justify-content: center;
    display: flex;
    box-shadow: 0 0 15px -2px #bdbdbd;
    overflow: hidden;
    margin-bottom: 40px;
}
.brand-logos img {
    width: 120px;
    display: block;
}
.brand-logo-row2 {
    margin-top: 30px;
}
/*watch and buy section css start here*/
.watch-buy-title {
    color: #5e0d8b;
    text-transform: uppercase;
    font-size: 30px;
}
.product-video img {
    border-radius: 4px;
}
.brand-logo-r2 {
    margin-top: 20px;
}
.cover-banner {
    position: relative;
}
.cover-slide-btn {
    background-color: transparent;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    background-blend-mode: luminosity;
}
.swiper-video-sec {
    position: relative;
}

/* Custom Css Start Here*/

.w-inquiries-title {
    text-align: center;
}

.w-inquiries-title span {
    font-size: 11px;
}
.w-inquiries-title p {
    margin-bottom: 0;
}
.w-inquiries-title {
    margin-bottom: 30px;
}

.influencer-program-page label {
    font-size: 16px;
    font-weight: 600;
}
.influencer-program-page select {
    border: 1px solid #a7a7a7;
    height: 55px !important;
    padding: 0px 17px;
    font-size: 15px;
}
.influencer-program-page select:focus {
    border: 1px solid #000;
}

.influencer-program-page .input-style {
    border: 1px solid #a7a7a7;
}
.influencer-program-page input:focus {
    border: none;
}

.influencer-program-page .influencer-heading {
    margin-bottom: 30px !important;
}
.influencer-program-page h1 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 2px !important;
    margin-top: 30px;
}
.notify-me {
    display: block;
    font-size: 12px;
    text-align: center;
    color: red;
    margin-top: 5px;
    font-weight: 700;
    /* border: 1px solid; */
    text-decoration: none;
    padding: 5px 20px;
    /* border-radius: 4px; */
}

.notify-me:hover i {
    animation: pendulam 0.8s;
    animation-iteration-count: infinite;
}

@keyframes pendulam {
    0% {
        transform: rotate(0deg);
        font-size: 16px;
    }
    25% {
        transform: rotate(-15deg);
        font-size: 16px;
    }
    50% {
        transform: rotate(15deg);
        font-size: 16px;
    }
    75% {
        transform: rotate(-15deg);
        font-size: 16px;
    }
    100% {
        transform: rotate(0deg);
        font-size: 16px;
    }
}

.notify-me i {
    font-size: 12px;
    margin-left: 5px;
}

.notify-me:hover {
    text-decoration: underline;
    font-weight: bold;
    color: red;
}
.label-area-detail {
    display: inline-block !important;
    vertical-align: top;
}
.modal-open .modal.modal-bg-area {
    overflow-y: scroll !important;
}
.modal-bg-area.show {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    display: block;
    padding-right: 17px;
    z-index: 999999999 !important;
}
.modal-bg-area .modal-content {
    border-radius: 0;
}
.modal-bg-area .modal-dialog {
    margin-top: 100px;
    max-width: 600px;
}

.modal-bg-area .modal-header {
    text-align: center;
    border: none;
    padding-bottom: 0;
}
.modal-bg-area .modal-title {
    width: 100%;
    text-align: center;
    font-size: 22px;
    margin-top: 5px;
}

#cartmodal .modal-header {
    border-bottom: 0;
}

#cartmodal .close {
    position: absolute;
    right: 32px;
    top: 30px;
    font-size: 40px;
    color: #000;
    opacity: initial;
}
#cartmodal .modal-content {
    top: 140px;
}
.footer-theme {
    background: #f8f8f8;
    position: relative;
    padding-top: 0px;
    border-top: 1px solid #d1d1d1;
    padding-top: 22px;
} 

.footer-m-area {
    max-width: 100px !important;
}

.stay-section {
    position: relative;
}

.mandal-left-area {
    position: absolute;
    width: 100%;
    max-width: 75px;
    top: 200px;
}

.mandal-right-area {
    position: absolute;
    width: 100%;
    max-width: 75px;
    top: 200px;
    right: 0;
}

.mtop {
    margin-top: 50px;
}
.mtop-extra {
    margin-top: 100px;
}

.top-header-border {
    top: 0;
    bottom: auto;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
}
.theme-left-mandala {
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 70px;
    left: 0;
}
.theme-right-mandala {
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 70px;
    right: 0;
}

.all-blog .single-blog {
    position: relative;
}

.all-blog {
    margin-top: 50px;
}
.blog-title {
    font-size: 16px;
}

.blog-single-title h4 {
    font-weight: bold;
    color: #000;
}

.single-blog .card {
    /*width: 340px;*/
    background-color: white;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 1px 2px rgba(0, 0, 0, 0.07),
        0 5px 15px rgba(0, 0, 0, 0.03);
}

.single-blog .card-image {
    display: block;
    width: 100%;
    height: 20vh;
    object-fit: cover;
}
.blog-sec-area {
    padding-top: 30px;
    padding-bottom: 30px;
}
.single-blog .content h4 {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.single-blog .card-info {
    /*width: 340px;*/
    padding: 17px 10px 36px 10px;
    letter-spacing: 1px;
    height: 140px;
}

.single-blog .card-info .tag {
    color: #339999;
    text-transform: uppercase;
}

.single-blog .card-info .title {
    color: #343538;
    font-size: 1.25rem;
    font-weight: 600;
}

.blog-sec.section_pad {
    background-color: #fdece5;
    margin: 15px 0px 30px;
    padding: 25px 0;
}
.blog-single-title {
    padding: 100px 0px;
}

.see-all-blog {
    margin-top: 100px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    display: block;
}
.see-all-blog:hover {
    color: #e4524b;
}

.otp-btn {
    border: 2px solid #e4524b;
    width: 100%;
    max-width: 100%;
    color: #e4524b;
    margin: 0 auto;
    background-color: transparent;
}

.otp-btn:hover {
    color: #e4524b !important;
}

#modalotp {
    width: 90%;
    margin: 0 auto;
}

.shopping-cart.shop-cart-pop .remove-item-pop {
    position: absolute;
    bottom: 14px;
}
.pop-cart-list {
    position: relative;
}

.shop-cart-pop .cart-qty-style {
    text-align: left;
    margin-bottom: 10px;
    margin-top: 10px;
}
.shop-cart-pop .qty-label {
    margin-right: 4px;
}
.mobile-home-link {
    display: none;
    width: 100%;
    margin-left: 30px;
    color: #003896;
    font-weight: bold;
    margin-top: 48px;
    text-transform: uppercase;
}

.measurements-price {
    display: inline-block !important;
}
.similar-products .list-discount,
.similar-products .list-discount {
    position: absolute;
    left: 0;
}
.inclusive-text {
    color: #000;
    font-size: 13px;
}

.similar-products .prod-box .img-holder {
    position: static;
}
/*.similar-products .prod-box .img-holder
{
	position:absolute;
	left:0;
}*/
.recently-viewed .v-nonv-images {
    top: auto;
    z-index: 99;
}

.v-nonv-images {
    position: absolute;
    top: 15px;
    left: 20px;
    width: 20px !important;
}

.g-total-text {
    padding: 10px 15px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    background-color: #fff;
}
.g-total-price {
    display: inline-block;
}
.total-items-p {
    display: inline-block;
    text-align: right;
    float: right;
    margin-top: 11px;
    margin-right: 24px;
    font-weight: bold;
    font-size: 16px;
}
.g-total-text p {
    margin-bottom: 0;
}
.g-total-title {
    font-weight: bold;
}
.a-coupon-text {
    color: green;
    font-weight: bold;
    font-size: 13px;
    padding-top: 2px;
    display: block;
}
.g-total {
    padding: 0px 15px;
    margin-top: 18px;
}

.your-bag-title {
    font-weight: bold;
    font-size: 16px;
    color: #003896;
    margin-bottom: 5px;
}

.use-code-cart {
    background-color: #d0534d;
    color: #fff;
    padding: 7px 20px;
    font-size: 13px;
}

.btn-style.quick-checkout {
    background-color: #003896;
    margin-top: 20px !important;
    width: 100%;
    border-radius: 4px;
}

.btn-style-cart.go-cart {
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
    height: 44px;
    line-height: 25px;
    text-transform: capitalize;
    font-weight: bold !important;
    font-size: 15px;
}
.btn-style-cart.go-cart:hover {
    color: #fff;
    background-color: #003896;
}
.cart-prod-price .cart-btn-style:hover {
    color: #fff;
}

.header_area .shop-cart-pop {
    position: static;
    box-shadow: none !important;
    width: 100%;
    height: 100%;
}
.shop-cart-pop .btn-style-cart {
    border-radius: 4px;
    font-weight: 600;
}
.shop-cart-pop .btn-style-cart:focus {
    color: #000;
}
.shop-cart-pop .shopping-cart-link {
    padding-right: 35px;
    font-weight: bold;
    font-size: 12px;
    margin-top: 7px;
    text-decoration: underline;
}

.shop-cart-pop .close-modal-link {
    font-size: 24px;
}
.shop-cart-pop .shopping-cart-items li {
    border-bottom: 1px solid #cdcdcd;
}
.shop-cart-pop .shopping-cart-header {
    padding-bottom: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.shop-cart-pop .item-detail {
    color: #e4524b;
    font-weight: bold;
    margin-top: 3px;
}
.cart-pop-footer {
    position: fixed;
    width: 100%;
    bottom: 20px;
}

.car-bag-area {
    height: 100%;
}

.cart-details-text {
    width: 50%;
    display: inline-block;
}
.cart-pop-strike {
    color: #a9a9a9;
}
.cartp-area {
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    color: #000;
}

.remove-item-pop {
    background-color: transparent;
    color: #d0534d;
    font-weight: 600;
    display: block;
    margin-top: 0;
}
.remove-item-pop span {
    text-align: right !important;
}
.cartp-area .item-price {
    text-align: right;
}

/*cart pop css start here*/
.header_area .modal-dialog {
    max-width: 400px;
}
.header_area .modal {
    background: rgba(0, 0, 0, 0.8);
    padding-right: 0 !important;
}
.header_area .modal-dialog-slideout {
    min-height: 100%;
    margin: 0 0 0 auto;
    background: #fff;
}
.header_area .modal.fade .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(100%, 0) scale(1);
    transform: translate(100%, 0) scale(1);
}
.header_area .modal.fade.show .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    display: flex;
    align-items: stretch;
    -webkit-box-align: stretch;
    height: 100%;
}
.header_area .modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
    overflow-y: auto;
    overflow-x: hidden;
}
.header_area .modal-dialog-slideout .modal-content {
    border: 0;
}
.header_area .modal-dialog-slideout .modal-header,
.header_area .modal-dialog-slideout .modal-footer {
    height: 4rem;
    display: block;
}
.qty-label {
    text-align: left;
}

.cart-detail-area .cart-prod-price .cart-btn-style {
    padding: 6px 23px;
    border-radius: 4px;
}
.cart-detail-area .cart-qty-style {
    text-align: left;
    margin-top: 10px;
}

.cart-detail-area span.orange {
    font-weight: bold;
    font-size: 15px;
}
.cart-detail-area .cart-qty-style select {
    padding: 7px 27px;
    border-radius: 4px;
}

.detail-b-border {
    width: 100%;
    margin: 22px 20px;
    border-color: #c4c4c4 !important;
}

.c-deatil-summary {
    border: 1px solid #d7d7d7;
    padding: 25px;
}

.c-deatil-summary .btn-style {
    background-color: #003896;
}

.cart-detail-area {
    border: 1px solid #c4c4c4;
    padding: 35px 20px;
}

.listing-bottom-text p {
    font-family: "Open Sans", sans-serif;
    text-align: justify;
    font-size: 15px;
}
.free-gift-img {
    width: 100%;
    max-width: 80px;
    display: inline-block;
}
.view-t-shirt {
    width: 48%;
    display: inline-block;
}
.view-s-chart {
    width: 48%;
    display: inline-block;
    text-align: right;
}
.select-shirt label {
    font-size: 14px;
    font-weight: 600;
}
.free-gift-title {
    color: #e4524b;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    width: 74%;
}
.modal-header .close {
    position: absolute;
    right: 28px;
    font-size: 27px;
    z-index: 9999;
}
.about-page p {
    margin-bottom: 5px;
}
.free-gift-modal .modal .modal-content {
    width: 100%;
    max-width: 400px;
}
.free-gift-modal .modal .modal-header {
    border: none;
}
.chart-links {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 10px;
}
.chart-links a:hover {
    color: #000;
}
.view-s-chart {
    color: #000;
    padding-right: 10px;
}
.view-t-shirt {
    color: #e4524b;
}

.f-page-heading.about-heading {
    margin-top: 20px;
}
.ui-menu .ui-menu-item {
    border-bottom: 1px solid #d8d8d8;
}
.accordion-detail-data {
    display: none;
}
.mobile-search-btn {
}
.detail-tab-data {
    background: #ededed;
    padding: 10px;
    font-size: 16px;
}
.accordion-detail-data .panel-body {
    padding: 5px 15px 20px;
}
.detail-tab-data a {
    color: #4c4c4e;
    font-weight: bold;
}
.tap-mob-heading {
    display: none;
}
/*@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");*/
.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
}
.panel-heading a:after {
    display: none;
}
.panel-title > a.collapsed:before {
    float: right !important;
    content: "\f067";
}
.panel-title > a:hover,
.panel-title > a:active,
.panel-title > a:focus {
    text-decoration: none;
}
.reviewmessage {
    margin-left: 14px;
    font-weight: bold;
    cursor: pointer;
}
#pdetailslider .item img {
    border-radius: 40px;
}
#pdetailslider .addWishList {
    position: absolute;
    right: 0;
    border: none;
}
.ShowMoreDetails {
    z-index: 999;
    cursor: pointer;
    float: left;
    width: 100%;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-tap-highlight-color: transparent;
    font-family: helvetica, arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    bottom: 0px;
    position: absolute;
}
.column1 {
    width: 100%;
    height: 300px;
    background-color: blue;
    margin-bottom: 10px;
}
.active {
    max-height: none !important;
}
div#gallery_01 {
    margin-right: 10px;
}
.company-text {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 16px;
}

.add-bag-btn {
    background-color: #003896;
    border: 2px solid #003896;
    border-radius: 50px;
}

#faq-area {
    position: absolute;
    bottom: 150px;
    font-size: 0;
}
.faq-detail-title {
    font-size: 18px;
    color: #e4524b;
    font-weight: 600;
}
.faq-detail-title:hover {
    color: #e4524b;
}
.owl-modal-popup .owl-dots {
    text-align: center;
}
.owl-modal-popup .owl-dots button.owl-dot.active span,
.owl-modal-popup .owl-dots button.owl-dot:hover span {
    border-radius: 50%;
    height: 12px;
    width: 12px;
    position: absolute;
    top: 1px;
    left: 1px;
}
.owl-modal-popup .owl-dots button.owl-dot {
    background: #aaaaaa;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    position: relative;
    margin-right: 8px;
}
.owl-modal-popup .owl-dots .active {
    background-color: #000 !important;
}
.owl-modal-popup .owl-dots span {
    font-size: 70px;
    position: relative;
    top: -5px;
}
.owl-nav button:focus {
    outline: none;
}
.ship-icon {
    color: #545454 !important;
}
.wish-text {
    display: none;
}
.about-item-text {
    margin-top: 5px;
    display: block;
}
.offer-title {
    font-size: 14px;
    font-weight: 600;
    margin-top: 13px;
    margin-bottom: 7px;
}
.variants-title {
    font-size: 14px;
    margin-top: 10px;
    width: 100%;
}
/*.offer-txt
{
	margin-bottom:3px;
}*/
.mobile-r-col {
    padding: 0;
}
.copy-code-area {
    position: absolute;
    top: 0;
    right: 0;
}
.tag-icon {
    color: #edcc63;
    font-size: 20px;
    vertical-align: middle;
}
.copy-text {
    position: relative;
    /*padding: 10px;*/
    background: #e0f8f8;
    border: 2px dotted #ddd;
    border-radius: 10px;
    display: block;
    width: 100%;
    max-width: 145px;
}
.copy-text .field input.text {
    font-size: 14px;
    color: #555;
    border: none;
    padding: 2px 14px;
    font-weight: 600;
    outline: none;
    background-color: transparent;
}
.copy-text button {
    padding: 0;
    color: #000;
    font-size: 13px;
    border: none;
    position: absolute;
    outline: none;
    border-radius: 10px;
    top: 4px;
    cursor: pointer;
    right: 14px;
    background: transparent;
}

.copy-text button:active {
    background: #809ce2;
}
.copy-text button:before {
    content: "Copied";
    position: absolute;
    top: -45px;
    right: 0px;
    padding: 8px 10px;
    border-radius: 20px;
    font-size: 15px;
    display: none;
    background-color: transparent;
}
.copy-text button:after {
    content: "";
    position: absolute;
    top: -20px;
    right: 25px;
    width: 10px;
    height: 10px;
    /* background: #e00f8f; */
    transform: rotate(45deg);
    display: none;
}
.copy-text.active button:before,
.copy-text.active button:after {
    display: block;
}
.offers-available {
    /*margin-bottom:5px;*/
    position: relative;
}
.close-spin-w {
    margin-left: 14px;
    margin-top: 16px;
    position: absolute;
    right: 442px;
    top: -14px;
    font-weight: normal;
    cursor: pointer;
}
.count {
    position: relative;
}
.footer-theme .clock {
    display: none;
}
.home-page .footer-theme .clock,
.listing-page .footer-theme .clock,
.cart .footer-theme .clock,
.cart-page .footer-theme .clock {
    display: block;
}
.clock {
    position: fixed;
    bottom: 40px;
    z-index: 999;
}
#footer {
    margin-bottom: 40px;
}
.footer-theme {
    position: relative;
    width: 100%;
}
.timer-area {
    display: inline-block;
}
.clock {
    width: 100%;
    text-align: center;
    background-color: #31373c;
    overflow: hidden;
    box-shadow: 3px 3px 10px #ccc;
    padding-bottom: 5px;
}
.s-code {
    color: #fff;
    text-align: center;
    border: 2px dotted #fff;
    font-size: 15px;
    font-weight: normal;
    padding: 5px 10px;
    margin: 0px 10px;
}
.count h4 {
    display: inline-block;
    font-size: 14px;
}

.clock h3 {
    color: #fff;
}
.clock .count {
    color: #fff;
}
.clock #timer {
    display: inline-block;
    padding-top: 17px;
    padding-bottom: 10px;
}

/*.clock #timer{
    padding: 5px;
    color: crimson;
    border-radius: 2px;
}*/
/*.spinWheelPopup
{
	animation: jump 0.3s infinite;
}*/
@keyframes jump {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(7deg);
    }

    50% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(-7deg);
    }

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

    25% {
        transform: rotate(7deg);
    }

    50% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(-7deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.qty-size {
    font-size: 14px;
}
.info-about-item {
    font-size: 15px;
    /* margin-left: 15px; */
}
.search-overlay {
    background-color: rgb(0 0 0 / 49%) !important;
}
.spin-code {
    border-radius: 50px;
    border: dotted 1px solid #000;
    color: #000;
    padding: 20px;
}
.spin-ticket {
    background-image: url(../images/wheel-ticket.png);
    padding: 50px;
    padding-bottom: 35px;
    background-size: contain;
    background-repeat: no-repeat;
}
.spin-popup .modal-footer {
    border: none;
    padding-top: 0;
    display: inline-block;
    text-align: center;
}
.spin-popup {
    /*background-image:url(../images/spin-popup.jpg);*/
    background-color: #0f195c;
}
.spin-popup .modal-header p {
    padding-bottom: 0;
}

#SpinWheelModalSuccess .modal-header {
    border-bottom: none;
    display: block;
    text-align: center;
    padding-bottom: 0;
}
#SpinWheelModalSuccess .modal-body {
    padding-bottom: 0;
    padding-top: 0;
}
#SpinWheelModalSuccess .modal-dialog {
    max-width: 400px;
}
.spin-popup .close {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #fff;
}
#SpinWheelModalSuccess {
    color: #fff;
}
#SpinWheelModalSuccess .modal-title {
    text-align: center;
    width: 100%;
    font-size: 40px;
    font-style: italic;
}
#SpinWheelModalSuccess #SpinWheelText {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
    color: #000;
}
#SpinWheelModalSuccess #SpinCouponCode {
    text-align: center;
    color: #000;
    border: dotted solid red;
}
#SpinCode {
    color: #00063a;
    text-align: center;
    border: 2px dotted #000;
    font-size: 22px;
    font-weight: bold;
    border-radius: 10px;
}
.discounts-btn {
    background-color: #ffb832 !important;
    border-color: #ffb832 !important;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 auto;
}
.discounts-btn:hover {
    color: #000;
}

.spinWheelPopup img {
    width: 100px !important;
    border-radius: 50px;
    border: 1px solid #fff;
}
.spinWheelPopup {
    position: fixed;
    left: 20px;
    bottom: 18px;
    z-index: 999;
}

.otp-input {
    width: 40px;
    height: 40px;
    margin: 5px;
    text-align: center;
    font-size: 24px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
}
.otp-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

/*.header_area 
{
	background-image:url(../images/top-header-img.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 5px;
}*/
.diwali-diya-img {
    width: 100%;
    max-width: 100px;
}
.title-shapes-area {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 20px;
}
.f-mandala-left {
    position: absolute;
    right: 0;
}
.diwali-deep {
    width: 100%;
    max-width: 55px;
    margin-left: 150px;
    margin-right: 150px;
    /* margin-top:-120px; */
}

.theme-bg {
    position: relative;
}
.dt-diya {
    width: 100px;
    margin-top: -80px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}
.f-mandala-right {
    right: auto;
    left: 0;
    transform: rotateY(180deg);
}
/*.theme-bg
{
	background-image:url(../images/theme-bg.png);
	background-size:contain;
	background-repeat:no-repeat;

}*/
.header-theme-right {
    left: auto;
    right: 0 !important;
    transform: rotateY(180deg);
}
.banner-theme {
    position: relative;
}
.diya-hanging {
    position: absolute;
    width: 100%;
    max-width: 75px;
    top: -24;
}
.top-banner {
    position: relative;
}
.header-theme-img {
    position: absolute;
    left: 0;
    width: 100%;
    max-width: 50px;
    z-index: 99;
    top: 0;
}
.diya-left {
    position: absolute;
    left: -46px;
    width: 100%;
    max-width: 30px;
    bottom: 0;
}
.diya-right {
    position: absolute;
    right: -21px;
    width: 100%;
    max-width: 30px;
    bottom: 0;
}
.diya-hanging {
    position: absolute;
}
.header-theme-right {
    right: 0 !important;
    left: auto !important;
}
.mobile-cat-banner {
    display: none;
}
.owl-modal-popup {
    display: none !important;
}
.modal-s-p .modal-body {
    padding: 0;
    margin: 0;
}
.modal-s-p .modal-content {
    margin-top: 100px;
}
.modal-pop {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 14px;
    z-index: 9999;
    top: 18px;
}
.modal-pop span {
    font-size: 30px;
}
.desktop-none {
    display: none;
}
.color-options a {
    display: inline-block;
    /*width: 20%;*/
    text-align: center;
    vertical-align: top;
    color: #e4524b;
    margin-bottom: 10px;
}
.color-options a span {
    display: block;
}
.detail-point-text {
    margin-left: 27px;
    font-weight: bold;
}
.redeem-btn {
    padding: 0.375rem 1.5rem;
}
#ApplyWalletDis input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.swiper-c {
    position: relative;
}
.swiper-c .swiper-button-prev {
    background-color: gainsboro;
    left: 0;
}
.swiper-c .swiper-button-next {
    background-color: gainsboro;
    right: 0;
}
.best-sellers-tag {
    position: absolute;
    background-color: #e4524b;
    border-radius: 40px;
    bottom: 35%;
    right: 0;
    font-size: 12px;
    padding: 3px 10px;
    color: #fff !important;
}
.best-sellers-tag.seller-tag-listing {
    bottom: 40%;
    right: 0px;
}
.d-theme-all-p .mandala-left,
.d-theme-all-p .mandala-right {
    max-width: 45px !important;
}
.zoomContainer {
    /* z-index:99999999; */
    z-index: unset;
}
.v-thum img {
    width: 70px !important;
}
.menu-head-area {
    /*background-color:#d4340b;*/
    width: 100%;
    display: grid;
}
#scrollUp {
    width: 40px;
    height: 40px;
    background-color: #9797c0;
    border: 3px solid #eeeeee;
    color: #1a161e;
    right: 20px;
    bottom: 40px;
    text-align: center;
    overflow: hidden;
    border-radius: 50px;
    z-index: 9811 !important;
}
.listing-prod .title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.home-prev-left {
    left: 70px !important;
}
.home-prev-right {
    right: 70px !important;
}
.field {
    position: relative;
}
.home-looking-for {
    margin-top: 200px;
}
.sec-1.home-looking-for {
    /* margin-top:165px;*/
    margin-top: 105px;
}
.d-by-brand {
    margin-top: 60px;
}
.available-logos .p-logos {
    border-right: 1px solid #003896;
}
.available-logos .p-logos:last-of-type {
    border-right: none;
}
.available-logos .p-logos img {
    width: 100%;
    display: block;
    vertical-align: middle;
}
.available-logos {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.available-logo-sec {
    margin-bottom: 60px;
}
.partner-title {
    font-size: 20px;
    font-weight: bold;
}
/*blog section css start here*/
.blog-area {
    background-color: #016bd2;
    color: #fff;
}
.brand-text {
    color: #fff;
}
.blog-slider .carousel-item img {
    border: none !important;
    border-radius: 30px;
}
.blog-slider-text {
    background-color: #016bd2;
    padding-top: 50px;
    padding-bottom: 40px;
}
.brand-text h4 {
    text-decoration: underline;
    line-height: 30px;
}
.brand-text p {
    line-height: 24px;
    padding-right: 20px;
}
.blog-slider-text .cover-slide-btn {
    top: 20%;
}
.owl-stage-outer .active img {
    border: none !important;
}
.owl-carousel .owl-nav button.owl-prev {
    left: 0;
    position: absolute;
    font-size: 61px !important;
    line-height: 1;
    top: 25% !important;
    /* bottom: 0; */
}
.owl-carousel .owl-nav button.owl-next {
    right: 0;
    position: absolute;
    font-size: 61px !important;
    line-height: 1;
    top: 25%;
    /* bottom: 0; */
}
#pdetailslider.owl-carousel .owl-nav button.owl-next,
#pdetailslider.owl-carousel .owl-nav button.owl-prev {
    bottom: 0;
    top: 0 !important;
}
#pdetailslider.owl-carousel .owl-nav button.owl-next span,
#pdetailslider.owl-carousel .owl-nav button.owl-prev span {
    line-height: 0;
    font-size: 50px;
    display: block;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 20px 3px #dddddd;
    border-radius: 50px;
    padding-bottom: 9px;
}
/*Eror Page 404 Css Start Here*/
.errorPage {
    background-color: #fff;
    padding-top: 10%;
    padding-bottom: 2%;
}
.errorPage h1.colored {
    color: #003896;
    font-size: 21vw;
    font-weight: bold;
}
.cBtn {
    background-color: #0876bc;
    color: #fff !important;
    padding: 7px 15px;
    border-radius: 5px;
    float: none;
    display: inline-block;
    text-align: center;
    position: relative;
    margin-top: 3px;
    border-color: transparent;
    border-style: solid;
    outline-offset: none;
    outline: none !important;
    cursor: pointer;
    margin-bottom: 60px;
}

/*product details faqs css start here*/
/*.detail-faqs .MsoNormal
{
	margin:0 !important;
	margin-left:25px !important;		
}*/
.detail-faqs .MsoNoSpacing {
    margin-bottom: 0;
}

.faq-title {
    /*margin-bottom:20px;*/
    width: 100%;
    display: block;
}

.Subscribe-text {
    font-size: 16px;
    margin-top: 25px;
    display: inline-block;
}
.footer-btn {
    background-color: #003896;
    border-radius: 0 !important;
    color: #fff !important;
    margin-top: 10px;
}
.footer-btn:active {
    background-color: #003896 !important;
}

/* Checkout Style Starts Here */

.prepaid-style {
    border: 1px dashed #ddd;
    padding: 5px 20px;
    float: left;
    margin-bottom: 10px;
    background-color: #f7f7f7;
}
.prepaid-style i {
    color: #cc9a00;
}
.diwali-diya {
    margin-bottom: 20px;
}
.diwali-cracker {
    position: absolute;
    left: 19%;
}
.diwali-cracker-right {
    right: 13%;
    position: absolute;
}
/* Addresses Style */

.save-addresses .addresses > div > div > ul {
    background-color: #f7f7f7;
    padding: 20px;
    margin-bottom: 30px;
}

.address-edit {
    background-color: transparent;
    color: #000;
    border: 1px solid #ddd;
    padding: 5px 10px;
}
.address-edit:hover {
    color: #000;
}

.cart-details input[type="text"]:disabled {
    background: #f7f7f7;
}
.cart ul.radio li {
    width: 100%;
}
.cart .filter label,
.radio label {
    font-size: 15px;
}
.cart ul.radio {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}
.checkout textarea {
    max-height: 100px;
}

ul.def-add-checkout {
    list-style: none;
}

.add-btn-style {
    border: 2px solid #3367bf;
    background-color: transparent;
    padding: 10px;
    width: 100%;
}
.save-btn {
    width: 20% !important;
}

/*Diwali theme css start here*/
.diwalitheme {
    position: relative;
}
.diwalitheme .mandala-left {
    position: absolute;
    left: 0;
    width: 100%;
    max-width: 60px;
}
.diwalitheme .mandala-right {
    position: absolute;
    right: 0;
    width: 100%;
    max-width: 60px;
}
.diwali-diya-left {
    position: absolute;
    right: 62px;
    top: -29px;
    width: 55px;
}
.diwali-diya-right {
    position: absolute;
    left: 62px;
    top: -29px;
    width: 55px;
}
.diwali-diya-h-left {
    position: absolute;
    left: 3px;
    width: 38px;
    top: -62px;
}
.diwali-diya-h-right {
    position: absolute;
    right: 0;
    width: 38px;
    top: -62px;
}
.sparkle-left {
    position: absolute;
    top: -125px;
    left: 109px;
}
.sparkle-right {
    position: absolute;
    top: -125px;
    right: 109px;
}

/* Checkout Style Ends Here */

/*--------------My Account Page Style Starts-------*/
/**********easy responsive tabs css start**********/
/*.myacc-panel {min-height: 500px;}*/
.myacc-tab {
    display: inline-block;
    padding: 2em;
}
.myacc-panel a {
    color: #e4524b; /*font-size: 14px;*/
}
.accTabs {
    width: 100%;
    display: inline-block;
    margin-top: 1em;
}
.accTabs ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.accTabs ul li {
    display: inline-block;
    background: #fff;
    margin-bottom: 5px;
    border: 1px solid #ddd;
    width: auto;
    text-align: center;
}
.accTabs ul li a {
    color: #333;
    display: block;
    font-size: 15px;
    padding: 0 15px;
    line-height: 40px;
    text-decoration: none;
}
.accTabs ul li a.active {
    background: #e4524b;
    color: #fff;
}
.accTabs ul li a:hover {
    color: #333;
}
.accTabsInfo {
    margin: 1em 0;
    border: 1px solid #ddd;
    padding: 2em 1em;
}
/*.accTabsInfo form{ margin-top: 2em; }*/
.accTabsInfo p {
    margin-bottom: 0;
}
.accTabsInfo a {
    color: #666;
    text-decoration: underline;
}
.accTabsInfo h5 {
    margin-top: 20px;
}
/**********easy responsive tabs css ends**********/
.w-col {
    width: 100%;
    min-height: 250px;
    background: #fbfbfb;
    float: left;
    padding: 2em;
    border: 1px solid #ddd;
}
.w-col h5 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 1em;
}
.w-col ul {
    margin: 15px 0 0 0;
    padding: 0;
    list-style: none;
}
.w-col ul li {
    display: block;
    line-height: 18px;
}
.w-col ul li label {
    width: 120px;
    display: inline-block;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #ddd;
    border-top: 0px !important;
    font-size: 16px;
    font-size: 18px;
    font-weight: normal;
}
.table th,
.table td {
    padding: 0.6rem;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
}

/*---------My Account Page Style Ends---*/

/*.megamenu-panel {
	display: none;
	visibility: hidden;
	opacity: 0;
}

*/
.zoomWrapper {
    margin-left: 50px !important;
}
.elevatezoom-gallery {
    margin-bottom: 5px;
    float: left;
}
.PleaseWaitDiv img {
    margin-top: 15%;
    width: 200px;
}
/*ajax loading div*/
.PleaseWaitDiv {
    background: #ffffff;
    color: #666666;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    opacity: 0.8;
}
.PleaseWaitDiv p {
    margin: 0;
}
.PleaseWaitDiv b {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    display: inline-block;
    float: left;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*ajax loading div*/

/*----------------Cart Css------------------------*/
.order--above {
    text-align: right;
    font-size: 13px;
    color: #e4524b;
}
#hover-imgg:hover .img-hoverred {
    display: block;
}

/* .testheight Not required - unless testing ;) */
.testheight {
    height: 1200px;
    font-size: 20px;
    text-align: center;
    padding: 100px 20px;
}
.scrolltop {
    display: none;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 99999;
}
.scroll {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: #b2b2b2;
    background: rgb(195 195 195 / 70%);
    padding: 15px;
    text-align: center;
    margin: 0 0 0 0;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    border-radius: 8px;
}
.scroll:hover {
    background: rgba(178, 178, 178, 1);
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.scroll:hover .fa {
    padding-top: -10px;
}
.scroll .fa {
    font-size: 30px;
    margin-top: -5px;
    margin-left: 1px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

/*-------Shopping cart on header----------*/
.shopping-cart {
    background: #fff;
    width: 350px;
    position: absolute;
    top: 90px;
    right: 40px;
    border-radius: 3px;
    /*padding: 20px;*/
    /* overflow: hidden; */
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%) !important;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
    -webkit-transform-origin: right top 0;
    -webkit-transform: scale(0);
    transform-origin: right top 0;
    transform: scale(0);
    z-index: 99;
}
.shopping-cart::-webkit-scrollbar {
    display: none;
}
.shopping-cart.active {
    opacity: 1;
    -webkit-transform-origin: right top 0;
    -webkit-transform: scale(1);
    transform-origin: 0;
}
/*.shopping-cart .shopping-cart-header {
    border-bottom: 1px solid #E8E8E8;

}*/
.shopping-cart .shopping-cart-header {
    border: none;
    padding: 0px 20px;
}
.shopping-cart .shopping-cart-header .shopping-cart-total {
    float: right;
}
.cart-icon {
    color: #003896;
    font-size: 24px;
}
.shopping-cart-link {
    color: #003896;
    float: right;
    font-size: 15px;
}
.badge {
    background-color: #808080;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    margin-top: -10px;
}
/*.scrollbar {
    overflow-y: scroll;
    background: #fff;
    scrollbar-color: #ddd #efefef;
    scrollbar-width: thin;
}*/
.btn-style-cart {
    width: 100%;
    border-radius: 35px;
    height: 35px;
    border: none;
    background: #e4524b;
    margin-top: 10px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    padding: 0.6em 15px;
    text-transform: uppercase;
    display: block;
    line-height: 18px;
}
.btn-style-cart:hover,
.btn-style-cart:active,
.btn-style-cart:focus {
    color: #ffffff;
}
.all-blog-btn {
    background-color: #42d1dc;
    border-radius: 20px;
    color: #095391;
    padding: 10px 40px;
    font-weight: bold;
}
.all-blog-btn:hover {
    color: #016bd2 !important;
}
.top-icons {
    display: inline-block;
}
.menu-icons {
    font-size: 20px;
}
.search-btn-style {
    background-color: #00b8e0;
    border: 0;
    padding: 8px;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    color: #fff;
    position: absolute;
}
.search-box {
    position: relative;
}
.header-icons {
    width: 20%;
}
.menu-icons {
    position: relative;
}

/*cart modal*/
.modal-backdrop.show {
    opacity: 1;
    position: relative;
}
.modal-open {
    padding-right: 0 !important;
}
.shop-cart-menu {
    float: left;
}

.clear:before,
.clear:after {
    content: "";
    display: table;
    clear: both;
}
.shopping-cart-items p {
    margin-bottom: 0;
    font-size: 16px;
}
.shopping-cart-items a {
    color: #000;
}
.shopping-cart-items {
    padding-top: 0;
}
.go-cart {
    margin-top: 0;
    margin-bottom: 0;
}
.continue-btn {
    margin-top: 20px;
}

/*Social Media Icon css*/
.social-icons-right nav {
    width: 45px;
    margin-top: 70px;
    transition: all 0.3s linear;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.4);
}

.social-icons-right nav ul {
    margin-top: 0;
    margin-bottom: 0rem;
}

.social-icons-right nav li {
    height: 40px;
    position: relative;
}

.social-icons-right nav li a {
    color: #fff !important;
    display: block;
    height: 100%;
    width: 100%;
    line-height: 45px;
    padding-left: 25%;
    transition: all 0.3s linear;
    text-decoration: none !important;
}

.social-icons-right nav li a i:hover {
    transform: scale(1.5);
}
.social-icons-right nav li:nth-child(1) a {
    background: #4267b2;
}

.social-icons-right nav li:nth-child(2) a {
    background: #1da1f2;
}

.social-icons-right nav li:nth-child(3) a {
    background: #e1306c;
    background: #f09433;
    background: -moz-linear-gradient(
        45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
    background: -webkit-linear-gradient(
        45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
    background: linear-gradient(
        45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
}

.social-icons-right nav li:nth-child(4) a {
    background: #ff0000;
}

.social-icons-right nav li:nth-child(5) a {
    background: #0077b7;
}

.social-icons-right nav li:nth-child(6) a {
    background: #ff0000;
}

.social-icons-right nav li a i {
    position: absolute;
    top: 14px;
    left: 18px;
    widows: 30px;
    font-size: 15px;
    transition: transform 0.2s; /* Animation */
}

.social-icons-right nav ul li a span {
    display: none;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-right: 1px;
}

.social-icons-right nav a:hover {
    z-index: 1;
    width: 150px;
    margin-left: -80px;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
}

.social-icons-right nav ul li:hover a span {
    padding-left: 0%;
    display: block;
    font-size: 15px;
}
.select-size-sec {
    margin-top: 10px;
    font-size: 14px;
}
.shopping-cart .shopping-cart-items {
    padding-top: 0px;
    padding-bottom: 20px;
    list-style: none;
    overflow-y: auto;
    height: 400px;
    padding-left: 20px;
    padding-right: 20px;
}
/*.shopping-cart .shopping-cart-items::-webkit-scrollbar
{
	width:2px;	

}*/

.shopping-cart .shopping-cart-items::-webkit-scrollbar {
    width: 3px;
}
.shopping-cart .shopping-cart-items::-webkit-scrollbar-thumb {
    border: 3px solid #d0534d;
    background-color: #d0534d;
    border-radius: 4px;
}

.shopping-cart .shopping-cart-items img {
    float: left;
    margin-right: 12px;
    max-width: 70px;
    max-height: 70px;
    border: none !important;
}
.shopping-cart-items .item-name {
    display: block;
    font-size: 14px;
}

.shopping-cart-items li {
    display: block;
}
.shopping-cart-items span {
    line-height: normal;
    text-align: left !important;
}
.shopping-cart-items .item-price {
    text-align: right !important;
}
.shopping-cart .shopping-cart-items .item-detail {
    display: block;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.shopping-cart .shopping-cart-items .item-price {
    color: #000;
    /*color: #444;*/
    margin-right: 8px;
    font-size: 16px;
    display: block;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: -35px;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: -35px;
}

.icon-row-2 {
    margin-top: 30px;
}
.btn-text {
    text-align: center;
    display: block;
    margin: 10px 0px;
}
.modal-open .modal {
    overflow: hidden !important;
}
.shopping-cart-items li {
    margin-bottom: 20px;
}
.product-list-view img {
    width: 100%;
}
.product-d-title {
    margin-bottom: 20px;
}
.p-list-title {
    font-size: 17px;
    margin-top: 10px;
}
.product-detail-list {
    margin: 0px 0 18px 18px;
}
.single-p-title {
    font-size: 17px;
    font-weight: bold;
}
.single-p-dec {
    margin-top: 100px;
}
.section-img-slide {
    width: 100% !important;
}
.section-img-slide img {
    width: 100%;
}
.p-detail-slide {
    width: 60%;
    float: left;
    margin-right: 3%;
}
.custom-p-slider .active img,
.custom-p-slider img {
    border: none !important;
}
.custom-p-slider .left-slide-btn {
    background-image: url(../images/left-side-icon.png);
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 20px 30px;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
}
.custom-p-slider .right-slide-btn {
    background-image: url(../images/right-icon.png);
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 20px 30px;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
}
.custom-p-slider .h1 {
    position: relative;
}
.c-s-pad {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.brand-text .btn-style:hover {
    color: #fff;
}
.product-list-view ul {
    margin: 0 0 18px 18px !important;
}
.product-list-view br {
    display: none;
}
.nav-brand img {
    width: 100%;
    max-width: 130px;
    margin-bottom: 10px;
}
.f-page-heading {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-style: normal;
    color: #0056b3;
    font-weight: bold;
}
.inner-f-page {
    padding: 30px 0px;
}
.inner-f-page br {
    display: none;
}
.inner-f-page p > b {
    font-size: 16px;
    color: #212529;
}
/*Contact Page Css Start Here*/
.inputBoxContainer {
    margin-top: 10px;
}
.contact-page .check_out {
    width: 100%;
    max-width: 150px;
    height: 42px;
    border: none;
    background: linear-gradient(to right, #0071c3 9%, #00a8eb 80%);
    margin-top: 10px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding: 0.6em 10px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 3%;
}
.contact-page .f-page-heading {
    color: #000;
    font-weight: normal;
    margin-bottom: 20px;
}
.timing-text {
    font-weight: normal;
    font-size: 13px;
    margin-top: 4px;
}
.contact-page br {
    display: block;
}
.contact-page h2 {
    font-size: 1.25rem;
}
.contact-page form label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
/*.contact-page .input-style
{
	 border: 1px solid #ced4da;
    border-radius: .25rem
}
*/

.contact-page input {
    font-size: 16px;
    position: relative;
}
.contact-page p {
    font-size: 16px;
    line-height: 28px;
}
.Contact-information {
    list-style: none;
    padding: 0;
}
.Contact-information li i {
    margin-right: 10px;
}
.contact-page ul li {
    font-size: 16px;
}
.contact-page .Contact-information li {
    line-height: 28px;
}

.contact-info h2 {
    font-size: 18px;
}
.Customer-text {
    margin-top: 10px;
}
.contact-page .btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    background-image: auto !important;
    /*background: linear-gradient(to right, #0071c3 9%, #00a8eb 80%);*/
    background-color: #fff;
    color: #000;
    border: transparent;
}
.contact-page textarea {
    font-size: 16px;
}
.contact-page input:focus,
.contact-page textarea:focus {
    border: 2px solid #000;
}
/*.home-looking-for .list-style li p
{
	width:100%;
	max-width:100px;

}*/
/*.listing-prod-hover
{
	position:relative;
}*/
.listing-prod-hover {
    text-align: center;
}
.cart-pad {
    padding: 8px 14px !important;
}
.wish-listing {
    margin-left: 0;
    margin-right: 10px;
    position: absolute;
    right: 10px;
    float: left;
    top: 10px;
}
.wish-listing a {
    color: #f25c3f;
    align-items: center;
    border: none;
    line-height: 0;
    font-size: 20px;
}

.filter-sidebar {
    width: 160px;
    position: sticky;
    top: 150px;

    overflow-x: hidden;
}
.view-all-link {
    padding: 7px 15px;
}
.ShopCartPopup {
    position: relative;
}
.ShopCartPopup .badge {
    margin-left: -10px;
    margin-top: -20px;
}
span.badge.totalItems {
    position: absolute;
    top: 10px;
}
.shop-cart-menu .badge {
    margin-left: -5px;
    margin-top: -25px;
    margin-right: 10px;
}
.close-modal-link {
    display: block;
    position: absolute;
    top: 20px;
    right: 16px;
    height: 20px;
    font-weight: normal;
    line-height: 13px;
    z-index: 9;
    cursor: pointer;
    width: 20px;
    background-color: transparent;
    color: #000;
}
.pr-tag {
    display: block;
    text-align: left;
}
.buy-btn {
    display: block;
    background-color: #003896;
    color: #fff;
    width: 100%;
    max-width: 130px;
    margin: 0 auto;
    padding: 10px 0;
    /* border: 2px solid #dedede; */
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    font-size: 14px;
    margin-top: 15px;
    border-radius: 30px;
}
.buy-btn.listingOld {
    display: block;
    background-color: #003896;
    color: #fff;
    width: 100%;
    max-width: 70%;
    margin: 10px 0;
}
.shop-cart-icon {
    background-color: #003896;
    border-radius: 100px;
    font-size: 18px;
    padding: 8px 20px;
    margin-top: 10px;
    display: inline-block;
    margin-left: 5px;
}
.button-area {
    width: 100%;
    display: block;
    text-align: center;
}
.shop-cart-icon i {
    color: #fff;
}
.home-looking-for .list-style p {
    width: 100%;
    max-width: 200px;
}
.cart-summary-text {
    float: left;
    width: calc(100%-200px);
}
.cart-prod-price .trashCart .cart-btn-style {
    margin-top: -28px;
    margin-bottom: 20px;
    background: transparent;
    color: red;
    font-size: 30px;
    padding-right: 0;
}
.cart-prod-price .cart-btn-style {
    float: left;
    margin-left: 5px;
    background-color: #003896;
    color: #fff;
    cursor: pointer;
    margin-top: 60px;
}

.zoomWrapper img {
    width: 450px !important;
    border-radius: 30px;
}

.user-text {
    font-size: 14px;
    margin-right: 10px;
}

.listing-page-pad {
    margin-top: 200px;
}

.view-all-btn {
    list-style: none;
    margin-top: 10px;
}

.inner-f-page ol,
.inner-f-page ul {
    margin-left: 18px;
}
.slide.hero-slides {
    margin-top: 130px;
}
.disable-checkbox {
    text-decoration: line-through;
    color: #999 !important;
    padding: 0px 10px;
    width: 100%;
    font-size: 14px !important;
}
.slogan-text {
    text-align: center;
    font-size: 18px;
}

.whatsapp-icon {
    position: fixed;
    right: 90px;
    bottom: 52px;
    z-index: 3000;
}
.whatsapp-icon img {
    width: 35px;
}

/*Top header area css*/
.header-top {
    /*background-color:#6ebe45;*/
    background-color: #000;
    width: 100%;
    color: #fff;
    display: inline-block;
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 99999;
}
.header-top p {
    margin: 0 auto;
    padding: 4px;
}
#TrackOrderModal .modal-content {
    margin-top: 200px;
}
.modal {
    z-index: 99999999999;
}
.reasons-us-list li {
    float: none !important;
}
.dis-wrapper {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: auto;
    left: 0;
}

.inner-bogo {
    background-color: #00b8e0;
    /*background-color: #d4340b;*/
    width: auto;
    padding: 3px 10px;
    font-size: 11px;
    color: #fff;
    border-color: transparent;
    line-height: 14px;
    margin: 0;
    border-radius: 10px;
    font-weight: bold;
    display: inline-block;
}
.list-discount {
    background-color: #e4524b;
    /*background-color: #d4340b;*/
    width: auto;
    display: inline-block;
    padding: 3px 10px;
    font-size: 11px;
    color: #fff;
    border-color: transparent;
    line-height: 14px;
    margin: 0;
    border-radius: 10px;
    font-weight: bold;
}

/*Swiper Slider Css Start Here*/
.main-banner .swiper-container {
    width: 100%;
    height: 100%;
}

.main-banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.main-banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    /*margin-top:150px;*/
}

.main-banner .swiper-container-v {
    background: #eee;
}
.home-pagination {
    bottom: 50px !important;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    display: none;
}
.buy-btn {
    display: inline-block;
    color: #fff !important;
    border: none;
    /*display:none;*/
}
#buyNow {
    display: inline-block;
    border-radius: 0;
    background-color: #003896;
    width: 100%;
    max-width: 154px;
    padding: 9px;
    border: none;
    border-radius: 50px;
}
.products-area {
    min-height: 380px;
    background: #fff;
    box-shadow: 0 0 16px 6px #f1f1f194;
    padding: 1rem;
    border-radius: 0;
}
/* .products-area:hover .buy-btn
      { 
      		display:block;
      }*/
.home-p-wishlist .btn {
    border: none;
    color: #f25c3f;
    font-size: 18px;
    margin-top: 5px;
    margin-right: 15px;
}

.home-p-wishlist .btn:hover {
    background-color: #fff;
    color: #f25c3f;
}
.home-p-wishlist:not(:disabled):not(.disabled):active {
    background-color: transparent;
}
.home-p-wishlist:focus {
    border: none;
    box-shadow: none;
}
.home-p-wishlist:focus-visible {
    border: none;
    box-shadow: none;
}
.btn:not(:disabled):not(.disabled) {
    box-shadow: none !important;
}
.wish-btn {
    position: absolute;
    right: -25px;
    top: -10px;
}

.icon-eye:before {
    position: absolute;
    right: 20px;
    top: 10px;
}
.fa-eye:before {
    content: "\f06e";
}
.fa-eye-slash:before {
    content: "\f070";
}

.offer-modal .modal-header {
    border-bottom: none;
}
.offer-modal .modal-body {
    padding: 0;
}
.offer-modal .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    position: absolute;
    color: #fff;
    top: 20px;
    right: 20px;
    font-size: 30px;
    z-index: 999;
}
.offer-modal .modal-header {
    padding: 0;
}
.offer-modal {
    margin-top: 30px;
}

.shorcut-btn {
    background-color: #e4524b;
    color: #fff;
    border-radius: 4px;
    padding: 10px 30px;
}
.shortcut-info p {
    color: #000;
}
.shortcut-info p {
    font-size: 18px;
}
.shortcut-info b {
    font-size: 20px;
    color: #000;
}
.shortcut-info {
    display: block !important;
    padding: 30px 20px;
    background-color: #f6f6f8;
}
.info-about-item ul {
    padding-left: 20px;
}
input[type="password"] {
    -webkit-tap-highlight-color: transparent; /* transparent with keyword */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* transparent with rgba */
    -webkit-tap-highlight-color: hsla(0, 0, 0, 0); /* transparent with hsla */
    -webkit-tap-highlight-color: #00000000; /* transparent with hex with alpha */
    -webkit-tap-highlight-color: #0000; /* transparent with short hex with alpha */
}



@media only screen and (max-width: 30000px) {
    .mobile-banner,
    .shortcut-info,
    .openBtn,
    #gallery_mobile {
        display: none !important;
    }
    @media screen and (min-device-width: 600px) and (max-device-width: 3000px) {
        #hidden-Mobile-page-load {
            display: none !important;
        }
    }
}
@media only screen and (max-width: 1200px) {
    .menu-head-area {
        display: block;
        background-color: transparent;
    }
    .nav-menu {
        display: inline-table !important;
        background-color: #fff !important;
    }
    .nav-menu > li > a {
        color: #003896 !important;
    }
    .navigation-portrait .nav-menus-wrapper-close-button {
        margin-top: 30px;
    }
    .submenu-indicator-chevron {
        border-color: #003896 !important;
    }
}

@media only screen and (max-width: 768px) {
    .spinWheelPopup {
        bottom: 108px;
    }
    .shopping-cart.shop-cart-pop .remove-item-pop {
    }

    #cartmodal .modal-dialog {
        margin: 0px 20px;
    }
    .footer-m-area {
        max-width: 40px !important;
    }

    .theme-left-mandala {
        display: none;
        max-width: 33px;
        left: auto;
    }
    .theme-right-mandala {
        display: none;
        right: 0;
        max-width: 33px;
    }
    .mandal-left-area {
        max-width: 35px;
    }
    .mandal-right-area {
        max-width: 35px;
    }
    .diwali-deep {
        margin-left: 0;
        margin-right: auto;
    }
    .title-shapes-area img {
        max-width: 50px;
        margin-top: 0;
    }
    .title-shapes-area img.dt-diya {
        display: none;
    }
    .diwali_availble_sec .diwaliAvilLeft {
        display: none;
    }
    .diwali_availble_sec .diwaliAvilRight {
        width: 40px;
    }
    .blog-sec {
        margin-bottom: 10px;
    }
    .see-all-blog {
        margin-top: 0;
    }
    .blog-single-title {
        padding-top: 20px;
        padding-bottom: 0px;
    }
    .blog-sec-area {
        padding-bottom: 10px;
    }

    #popupotp {
        width: 85%;
    }

    .shop-cart-pop .qty-label {
        font-size: 12px;
    }
    .shopping-cart .shopping-cart-items {
        height: 300px;
    }
    .car-bag-area .shopping-cart .shopping-cart-items {
        padding-left: 10px;
        padding-right: 10px;
    }
    .cart-details-text {
        width: 41%;
    }
    .shopping-cart-items .item-name {
        font-size: 13px;
    }
    .shopping-cart .shopping-cart-items .item-price {
        font-size: 14px;
    }
    .g-total-price {
        width: 60%;
    }

    .mobile-home-link {
        display: block;
    }
    .modal-open .modal {
        overflow: auto !important;
    }
    .cart-detail-area .cart-prod-price .cart-btn-style {
        padding: 5px 10px;
    }
    .cart-prod-price .trashCart .cart-btn-style {
        margin-top: 0px;
        margin-bottom: 10px;
        background: transparent;
        color: red;
        font-size: 30px;
        padding-left: 0;
    }
    .cart-prod-price .cart-btn-style {
        margin-top: 24px;
    }
    .header_area .modal-dialog {
        max-width: 300px;
    }
    .free-gift-title {
        width: 58%;
    }
    .free-gift-modal .modal .modal-content {
        max-width: 300px;
        margin: 0 auto;
    }
    .inner-f-page.about-page {
        padding-top: 0;
    }
    .openBtn:hover {
        background: none;
    }
    .mq-pad-zero {
        padding: 0;
    }
    .row-slider-two {
        padding: 10px;
    }
    .mq-left-slide {
        padding-right: 5px;
    }
    .mq-right-slide {
        padding-left: 5px;
    }
    .wishlist-hide-mobile,
    .details-breadcrumb {
        display: none;
    }
    .blogListing .details-breadcrumb, .blogDetail .details-breadcrumb {
        display: flex;
    }

    .tap-mob-heading {
        display: block;
    }
    .desktop-detail-view {
        display: none;
    }
    .accordion-detail-data {
        display: block;
        margin-top: 10px;
    }
    /* .detail-mobile-slider .owl-nav {
        display: none;
    } */
    /*.detail-page .breadcrumb
       	{ 
       		display:none;
       	}*/
    /*.listing-page-pad .breadcrumb
       	{
       		display:none;
       	}*/
    .info-about-item {
        font-size: 13px;
    }
    .variants-title {
        margin-top: 0;
    }
    .wish-text {
        display: inline-block;
    }
    .about-item-text {
        margin-top: 10px;
        display: block;
    }
    .spinWheelPopup img {
        width: 70px !important;
    }

    .mobile-r-col {
        padding: 0;
    }
    .copy-text {
        max-width: 115px;
    }
    .copy-text .field input.text {
        font-size: 10px;
    }

    .copy-text {
        max-width: 90px;
    }
    .p-detail-text {
        display: inline;
        padding-left: 0;
    }
    .tag-icon {
        font-size: 15px;
    }
    .p-detail-text {
        padding: 4px;
        font-size: 12px;
        margin-left: 0;
    }
    .select-style {
        font-size: 14px;
        padding: 7px 15px;
        border: 1px solid #ddd;
        margin-left: 8px;
        border-radius: 6px;
    }
    .copy-code-area {
        position: static;
        margin-top: 0px;
    }
    .offer-txt {
        width: 73%;
        display: inline-block;
        margin-bottom: 5px;
    }
    /*.offers-available
       	{
       		margin-bottom:20px;
       	}*/
    .copy-code-area {
        width: 26%;
        display: inline-block;
    }
    .copy-text button {
        top: 2px;
        font-size: 10px;
    }

    .offer .close {
        right: 10px !important;
        width: 45px !important;
        font-size: 28px;
        height: 45px !important;
        top: 30px !important;
    }

    .discount-text {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 17px;
    }
    .mobile-cat-banner {
        display: block;
    }
    .close-spin-w {
        right: 20px;
        font-size: 25px;
    }
    #SpinCode {
        max-width: 180px;
        margin: 0 auto;
        margin-bottom: 14px;
    }
    .cart-page .footer-theme .clock {
        bottom: 63px;
    }
    .clock {
        bottom: 0;
        z-index: 9999;
    }
    .count h4 {
        margin-top: 10px;
    }
    .clock #timer {
        padding-top: 10px;
    }
    .desktop-cat-banner {
        display: none;
    }
    .count h4 {
        margin-top: 19px;
    }
    .header_area {
        margin-top: -6px;
        background-size: auto;
        background-position: -17px 0;
    }

    .main-banner .mySwiper .home-prev-right {
        top: 75% !important;
    }
    .main-banner .mySwiper .home-prev-left {
        top: 75% !important;
    }
    .home-brand-sec .s-prev-btn,
    .home-brand-sec .s-next-btn {
        top: 60% !important;
    }
    .swiper-button-next,
    .swiper-button-prev {
        top: 45% !important;
    }
    .products-area {
        min-height: auto;
    }
    .offer-modal {
        margin-top: 190px;
    }
    .shortcut-info {
        display: block !important;
    }
    .diwali-cracker {
        display: none;
    }
    .sparkle-right {
        display: none;
    }
    .sparkle-left {
        left: 113px;
        width: 112px;
    }
    /* .main-banner .swiper-slide img
      	 {
      	 	margin-top:130px;
      	 }*/
    .desktop-none .carousel-item img {
        border: none !important;
    }

    .header-theme-img {
        left: -14px;
    }
    .title-shapes-area img {
        width: 100%;
        max-width: 42px;
    }
    .diya-hanging {
        max-width: 50px;
    }
    .diya-shape {
        display: none;
    }
    .b-s-title {
        margin-top: 30px;
    }

    .f-mandala-left {
        width: 50px;
        opacity: 0.5;
    }
    .header-theme-right {
        right: -12px;
    }

    header {
        top: 45px !important;
    }

    .home-looking-for .list-style {
        display: inline-block;
    }
    .home-looking-for {
        margin-bottom: 0;
    }
    .featured-p {
        margin-top: 0;
    }
    .brand-logos {
        width: 100px;
        height: 100px;
        margin-bottom: 15px;
    }
    .brand-logos img {
        padding: 10px;
        width: 100px;
    }
    .brand-logo-r2 {
        margin-top: 0;
    }
    .head-big {
        font-size: 20px;
    }
    .discount-pad-r {
        padding-right: 5px;
    }
    .discount-pad-l {
        padding-left: 0;
    }
    .cover-slide-btn {
        width: 30px !important;
        height: 30px !important;
        background-size: 15px 15px;
        top: 55% !important;
    }
    .home-pagination {
        bottom: 0 !important;
    }
    .detail-icons ul {
        text-align: center;
    }
    .detail-icons ul li {
        margin-bottom: 10px;
        font-size: 10px !important;
        margin-right: 8px !important;
    }
    .fix-add-cart {
        position: fixed;
        left: 0;
        bottom: 0;
        margin-bottom: 0;
        background-color: #fff;
        border-radius: 40px 40px 0px 0px;
        background: radial-gradient(
            124.81% 28.26% at 50% 50%,
            #fff 0%,
            #ebf7ff 100%
        );
        z-index: 1000;
        display: inline-block;
        float: left;
        padding-bottom: 0;
        border-color: transparent;
        width: 100%;
        padding: 1.5rem 1rem;
        /*padding:0px 5px;*/
    }
    .buy-btn {
        max-width: 100% !important;
        width: 44%;
        line-height: 27px;
        padding: 6px !important;
    }
    .prompticon3 {
        bottom: 58px !important;
    }
    .zoomWrapper {
        display: none;
    }
    #gallery_mobile {
        display: none !important;
    }
    .desktop-none .carousel-control-prev-icon,
    .desktop-none .carousel-control-next-icon {
        filter: invert(1);
    }
    .detail-page {
        margin-top: 100px !important;
    }
    .detail-right {
        padding-top: 10px;
        padding-bottom: 0;
    }
    .mobile-m-zero {
        margin-bottom: 0 !important;
    }
    .detail-icons {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .mobile-mar-zero {
        padding-top: 0 !important;
        margin-top: 10px !important;
    }
    .d-m-none {
        display: none;
    }
    .fix-add-cart {
        text-align: center;
    }
    .mt-zro {
        margin-top: 20px !important;
    }
    .mt-zro br {
        display: none;
    }
    .slider-swipe .active img {
        border: none !important;
    }
    .owl-modal-popup {
        display: block !important;
    }
   
}
@media only screen and (max-width: 600px) {
    .desktop-banner,
    .desk-video,
    #gallery_01 {
        display: none !important;
    }
    .mobile-zoom-gallery {
        width: 100% !important;
    }
    /*	#gallery_mobile .owl-nav
      	{
	
					line-height: 0;
      	}*/
    #gallery_mobile .owl-nav button.owl-prev {
        left: 0;
        position: absolute;
        font-size: 61px;
        line-height: 1;
        top: 2% !important;
    }
    #gallery_mobile .owl-nav button.owl-next {
        right: 0;
        position: absolute;
        font-size: 61px;
        line-height: 1;
        top: 0%;
    }
    #gallery_mobile .owl-nav span {
        margin: 0px 5px;
    }

    .mobile-banner,
    #gallery_mobile {
        display: block !important;
        margin-top: 10px;
    }
    #hidden-Mobile-page-load {
        position: absolute;
        z-index: 9999;
    }
    .mb-col {
        margin-bottom: 0px !important;
    }
    .mt-col {
        margin-top: 0 !important;
    }
    .shop-cart-icon {
        padding: 6px 16px;
    }
    .swiper-c .swiper-button-prev,
    .swiper-c .swiper-button-next {
        top: 18% !important;
    }

    /* .main-banner .swiper-slide img
      	 {
      	 	margin-top:200px;
      	 }*/

    .home-prev-left {
        left: 10px !important;
    }
    .home-prev-right {
        right: 10px !important;
    }
    .sec-1.home-looking-for {
        /* margin-top:95px; */
        margin-top: 50px;
    }
    .header-theme-right {
        right: -11px !important;
    }
    .theme-bg .section-padding {
        padding-top: 40px;
        padding-bottom: 0;
    }

    .p-list-d {
        left: -14px;
        top: 15px;
    }
    .best-sellers-tag.seller-tag-listing {
        right: 0;
    }
}

#bannerRotating .swiper-lazy:not(.swiper-lazy-loaded) {
    min-height: 380px;
}

body:not(.SmartDevice) #bannerRotating .swiper-lazy:not(.swiper-lazy-loaded) {
    height: 41.75vh;
}
.bannerSectionHomeRevised .swiper-lazy:not(.swiper-lazy-loaded) {
    min-height: 300px;
}
body:not(.SmartDevice)
    .bannerSectionHomeRevised
    .swiper-lazy:not(.swiper-lazy-loaded) {
    height: 41.75vh;
}

@media screen and (min-device-width: 481px) and (max-device-width: 768px) {
    .navigation-portrait {
        z-index: -9;
    }
}
@media only screen and (max-width: 768px) {
    .diwali-diya-h-right {
        position: absolute;
        right: 0;
        width: 33px;
        left: 5px;
        top: -20px;
        z-index: -9999999;
    }
    .influencer-program-page {
        padding-top: 0;
    }

    .influencer-program-page h1 {
        margin-top: 0;
    }
    .mobile-gif-height {
        height: 90px;
    }

    .qty-btn-area {
        display: inline-block;
        width: 100%;
    }
    .spin-ticket {
        padding: 30px;
    }
    .diwali-diya-h-right {
        display: none;
    }
    .diwalitheme .mandala-left,
    .diwalitheme .mandala-right {
        max-width: 46px;
    }
    .diwali-diya-right {
        position: absolute;
        left: 46px;
        top: -29px;
        width: 38px;
    }
    .diwali-diya-left {
        right: 30px;
        top: -29px;
        width: 38px;
    }
    .diwali-diya-h-left {
        position: absolute;
        right: 30px;
        top: -31px;
        z-index: -9999;
        width: 38px;
    }
    /*.nav-header .search-box
{
	display:none;
}*/
    .desktop-none {
        display: block;
    }
}
@media only screen and (max-width: 480px) {
    .recentPurchaasedWrapper {
        width: 280px;
    }
    .productInfo .productText h4 {
        font-size: 12px;
    }
    .btnBuy {
        font-size: 12px;
    }
    .item-grid .title {
        word-wrap: break-word;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        min-height: auto;
    }

    .mobCheckFixedBtn > button {
        position: fixed;
        bottom: 0;
        border-radius: 0 !important;
        left: 0;
        z-index: 99;
    }
    .listing-page-pad {
        margin-top: 107px !important;
    }
    .product-div {
        border: 1px solid #e4e5e6;
        margin-bottom: 0px;
        max-width: 49%;
        padding: 5px;
        margin-bottom: 5px;
    }
    .prod-name{
        font-size: 16px;
    } 
    .price_new{
        font-size: 20px;
    }   .products {
        padding: 0px 5px;
        justify-content: space-between;
    }
    .products .prod-box {
        padding: 0;
    }
    .btn-add {
        font-size: 13px;
    }
    .whatsapp-icon img {
        width: 25px;
    }
    .scroll {
        padding: 5px 8px;
        right: 10px;
        bottom: 80px;
    }
    .whatsapp-icon {
        right: 18px;
        bottom: 107px;
    }
    .errorPage {
        padding-top: 60% !important;
    }
    .openBtn {
        display: block !important;
    }
    .search-box {
        display: none;
    }
    .featured-p,
    .home-brand-sec {
        margin-top: 0 !important;
    }
    .home-looking-for {
        margin-bottom: 0 !important;
        padding-bottom: 0;
    }
    /*.section-padding
				{
					padding-top:0 !important;
				}*/
    .pr-tag {
        display: block;
    }
    .home-product-section {
        padding-bottom: 50px;
    }
    .home-looking-for {
        margin-top: 130px;
    }
    .footer-social a {
        font-size: 10px !important;
    }
    /*	.header-top p
				{
					height:50px;
				}*/
}
@media screen and (max-device-width: 481px), screen and (max-width: 768px) {
    .errorPage {
        padding-top: 30%;
    }
    /* .nav-brand
 {
 	float:none !important;
 }
 .nav-toggle
 {
 	position:static !important;
 	margin-top:15px !important;
 }*/
}

@media only screen and (min-width: 576px) {
    /* Track Order Style Starts Here */
    /*Form Wizard*/
    .bs-wizard {
        border-bottom: solid 1px #e0e0e0;
        padding: 0 0 10px 0;
    }
    .bs-wizard > .bs-wizard-step {
        padding: 0;
        position: relative;
    }
    .bs-wizard > .bs-wizard-step + .bs-wizard-step {
    }
    .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
        color: #595959;
        font-size: 14px;
        margin-bottom: 5px;
    }
    .bs-wizard > .bs-wizard-step .bs-wizard-info {
        color: #999;
        font-size: 14px;
        text-align: center;
    }
    .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
        position: absolute;
        width: 20px;
        height: 20px;
        display: block;
        background: #9797c0;
        top: 45px;
        left: 50%;
        margin-top: -15px;
        margin-left: -15px;
        border-radius: 50%;
    }
    .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
        content: " ";
        width: 10px;
        height: 10px;
        background: #7e7ebd;
        border-radius: 50px;
        position: absolute;
        top: 5px;
        left: 5px;
    }
    .bs-wizard > .bs-wizard-step > .progress {
        position: relative;
        border-radius: 0px;
        height: 5px;
        box-shadow: none;
        margin: 18px 0;
    }
    .bs-wizard > .bs-wizard-step > .progress > .progress-bar {
        width: 0px;
        box-shadow: none;
        background: #9797c0;
    }
    .bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
        width: 100%;
    }
    .bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
        width: 50%;
    }
    .bs-wizard
        > .bs-wizard-step:first-child.active
        > .progress
        > .progress-bar {
        width: 0%;
    }
    .bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
        width: 100%;
    }
    .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
        background-color: #f5f5f5;
    }
    .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
        opacity: 0;
    }
    .bs-wizard > .bs-wizard-step:first-child > .progress {
        left: 50%;
        width: 50%;
    }
    .bs-wizard > .bs-wizard-step:last-child > .progress {
        width: 50%;
    }
    .bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
        pointer-events: none;
    }
    .bs-wizard .active {
        background: none;
        border: 0;
    }
    /* Track Order Style Ends Here */
}

@media only screen and (max-width: 575px) {
    /*Form Wizard*/
    .bs-wizard {
        border-bottom: solid 1px #e0e0e0;
        padding: 0 0 10px 0;
    }
    .bs-wizard > .bs-wizard-step {
        padding: 0;
        position: relative;
    }
    .bs-wizard > .bs-wizard-step + .bs-wizard-step {
    }
    .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
        color: #595959;
        font-size: 14px;
        margin-bottom: 0px;
    }
    .bs-wizard > .bs-wizard-step .bs-wizard-info {
        color: #999;
        font-size: 14px;
    }
    .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
        position: absolute;
        width: 20px;
        height: 20px;
        display: block;
        background: #9797c0;
        top: 15px;
        left: 12%;
        margin-top: -12px;
        margin-left: -15px;
        border-radius: 50%;
    }
    .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
        content: " ";
        width: 10px;
        height: 10px;
        background: #7e7ebd;
        border-radius: 50px;
        position: absolute;
        top: 5px;
        left: 5px;
    }
    .bs-wizard > .bs-wizard-step > .progress {
        position: relative;
        border-radius: 0px;
        height: 70px;
        box-shadow: none;
        margin: -3px 0;
        width: 5px;
        margin-left: 10%;
    }
    .bs-wizard > .bs-wizard-step > .progress > .progress-bar {
        width: 0px;
        box-shadow: none;
        background: #9797c0;
    }
    .bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
        width: 100%;
    }
    .bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
        width: 50%;
    }
    .bs-wizard
        > .bs-wizard-step:first-child.active
        > .progress
        > .progress-bar {
        width: 0%;
    }
    .bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
        width: 0%;
    }
    .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
        background-color: #f5f5f5;
    }
    .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
        opacity: 0;
    }
    .bs-wizard > .bs-wizard-step:first-child > .progress {
        left: 0; /*width: 50%;*/
        width: 5px;
        height: 70px;
    }
    .bs-wizard > .bs-wizard-step:last-child > .progress {
        width: 0%;
    }
    .bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
        pointer-events: none;
    }
    .bs-wizard .active {
        background: none;
        border: 0;
    }

    .bs-wizard > .bs-wizard-step .bs-wizard-info {
        font-size: 10px;
        margin-left: 20%;
        position: absolute;
        top: 0px;
    }

    .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
        position: absolute;
        width: 20px;
        height: 20px;
        display: block;
        background: #9797c0;
        top: 45px;
        left: 50%;
        margin-top: -15px;
        margin-left: -15px;
        border-radius: 50%;
    }
    .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
        display: none !important;
    }

    #showDetailTab {
        position: relative;
    }
    #showDetailTab nav {
        box-shadow: 0 0 5px #ddd;
    }
    #showDetailTab .nav-tabs {
        position: relative;
        display: flex;
    }
    #showDetailTab .nav-tabs a {
        flex-grow: 1;
        border-radius: 0px;
        background: #8e182e !important;
        border: 1px solid #fff;
        color: #000;
        font-size: 1em;
        font-weight: 300;
        padding: 20px;
        text-align: center;
        transition: all ease-out 0.3s;
    }
    #showDetailTab .nav-tabs a:hover {
        background-color: #c03;
    }
    #showDetailTab .nav-tabs a.active {
        background: tan;
        border: 1px solid tan;
        color: #fff;
    }
    #showDetailTab .nav-tabs a.active:hover {
        background-color: tan;
    }
    @media screen and (max-width: 991px) {
        #showDetailTab .nav-tabs a {
            font-size: 1rem;
        }
    }
    @media screen and (max-width: 767px) {
        .main_Layout{
            margin-top: 100px;
        }
        #showDetailTab .nav-tabs a {
            width: 20%;
        }
    }
    @media screen and (max-width: 567px) {
        #showDetailTab .nav-tabs a {
            display: block;
            width: 100%;
        }
    }
    #showDetailTab .tab-content {
        position: relative;
        box-shadow: 0 0 5px #ddd;
        padding: 20px;
        background: #fff;
    }
    #showDetailTab .tab-content .tab-pane {
        position: relative;
    }
    #showDetailTab .tab-content .item h6 {
        text-transform: uppercase;
        color: #858585;
        margin: 0px;
        font-size: 0.8rem;
    }
    #showDetailTab .tab-content .item p {
        font-size: 0.75rem;
    }
    #showDetailTab .tab-content .item p a {
        font-size: 0.75rem;
    }
    #showDetailTab .tab-content .item p textarea {
        font-size: 0.75rem;
    }
    #showDetailTab .tab-content .item textarea {
        font-family: "Lato", sans-serif;
        font-size: 0.75rem;
        font-weight: 400;
        color: #000;
        min-height: 60px;
    }
    #showDetailTab .tab-content .item .desc-txt {
        padding: 6px 40px 0px 0px;
        line-height: 1.6rem;
    }
    #showDetailTab .tab-content .item .desc-txt p,
    #showDetailTab .tab-content .item .desc-txt span,
    #showDetailTab .tab-content .item .desc-txt li,
    #showDetailTab .tab-content .item .desc-txt b,
    #showDetailTab .tab-content .item .desc-txt strong,
    #showDetailTab .tab-content .item .desc-txt div,
    #showDetailTab .tab-content .item .desc-txt small,
    #showDetailTab .tab-content .item .desc-txt * {
        color: #000 !important;
        font-size: 0.75rem;
        font-weight: 400 !important;
    }
    #showDetailTab .tap-mob-heading {
        display: none;
    }
    @media screen and (max-width: 567px) {
        #showDetailTab {
            margin-top: 80px !important;
        }
        #showDetailTab nav {
            display: none;
        }
        #showDetailTab .tab-content {
            padding: 0px;
        }
        #showDetailTab .tab-content .tab-pane {
            display: block;
            opacity: 1;
            padding: 0px;
            margin-top: 46px;
        }
        #showDetailTab .tab-content .tab-pane .tap-mob-heading {
            position: absolute;
            top: -46px;
            left: 0px;
            right: 0px;
            display: block;
            width: 100%;
            height: auto;
            clear: both;
        }
        #showDetailTab
            .tab-content
            .tab-pane
            .tap-mob-heading
            .mob-tabpane-toggler {
            position: relative;
            display: block;
            padding: 15px;
            background: #f1f1f1;
            border: 1px solid #fff;
            color: #000;
        }
        #showDetailTab
            .tab-content
            .tab-pane
            .tap-mob-heading
            .mob-tabpane-toggler:hover {
            background: tan;
            color: #fff;
        }
        #showDetailTab .tab-content .tab-pane .tabpane-inner-content {
            height: 0px;
            overflow: hidden;
            transition: all ease-out 0.3s;
        }
        #showDetailTab .tab-content .tab-pane.show {
            padding: 15px;
        }
        #showDetailTab .tab-content .tab-pane.show .tabpane-inner-content {
            display: block;
            height: auto;
        }
        #showDetailTab .tab-content .tab-pane.show .mob-tabpane-toggler {
            background: tan;
            color: #fff;
        }
    }
}
/* ul.act > li:has(input[type="radio"]:checked) {
	border-color: #003896;
	box-shadow: 1px 1px 10px #f1f1f1;
	transition: border-color .5s ease-in, box-shadow .5s ease-in;
	
  } */
ul.act li {
    border: 1px solid;
    border-color: #f1f1f1;
    padding: 1rem;
    margin-bottom: 1rem;
    background: #003896;
    position: relative;
}
ul.act li label {
    color: #fff;
}
.contIcWrap {
    position: relative;
}
b.checkDis {
    position: absolute;
    width: 100%;
    font-size: 0.8rem;
    font-weight: 300;
    width: 210px;
    text-align: center;
    display: inline-block;
    right: 0;
    background: #3367bf;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 0.3rem 1rem;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
}
.contInner {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-left: 15px;
}
.contIcWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    margin-top: 10px;
}
.contIcWrap .priceInr h3 {
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 800;
    color: #fff;
}

ul.filter.listeeTarget.radio.act > .row {
    justify-content: center;
}
ul.filter.act label {
    margin-bottom: 0px;
    padding-left: 0 !important;
}
ul.filter.listeeTarget.radio.act label::before {
    background: url(../images/radio_white.png);
    left: -52px;
}
ul.filter.listeeTarget.radio.act input[type="radio"]:checked + label::before {
    background: url(../images/radio_white.png) no-repeat;
    border-radius: 16px;
    background-color: #e4524b;
    border-radius: 10px;
}

ul.filter.listeeTarget.radio.addresses label {
    display: flex;
    align-items: flex-start;
}

#SpanTimer {
    font-size: 14px;
    background: #e47e64;
    color: #fff;
    margin: 1rem 0;
    padding: 6px 17px;
    border-radius: 2px;
    text-transform: capitalize;
    display: inline-block;
}
#SpanTimer + span.inclusive-text {
    display: block;
}

/* leeford diwali css start */
.diwaliCustom .diya-left {
    position: absolute;
    left: 0;
    width: 100%;
    max-width: 190px;
    bottom: 0;
}
.diwaliCustom .diya-right {
    position: absolute;
    right: 0;
    width: 100%;
    max-width: 190px;
    top: 0;
}
.diwali_availble_sec {
    position: relative;
}
.diwali_availble_sec .diwaliAvilLeft {
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 180px;
}
.diwali_availble_sec .diwaliAvilRight {
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 100px;
}
/* leeford diwali css end */

/* recently Purchased pop css start */
.recentPurchaasedWrapper {
    position: fixed;
    bottom: 40px;
    left: 20px;
    flex-shrink: 0;
    border-radius: 9px;
    background: #fff;
    box-shadow: 0px 1px 54px 0px rgba(152, 152, 152, 0.25);
    z-index: 999;
    width: 350px;
}
.userInfo {
    display: flex;
    gap: 1rem;
    align-items: center;
}
.recentPurchaasedWrapper .purchased {
    padding: 2rem;
}
.userInfo p {
    margin-bottom: 0;
}
.productImg {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
}
.productImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.productInfo {
    display: flex;
    align-items: center;
    margin: 20px 0;
    border-top: 1px solid #f1f1f1;
    gap: 10px;
}
.productInfo .productText h4 {
    font-size: 18px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* Limits the text to 2 lines */
    overflow: hidden;
    text-overflow: ellipsis; /* Adds the ellipsis (...) */
}

.productInfo .productText .price strong {
    font-size: 18px;
    font-weight: 600;
    color: #fa4a0c;
}
.productInfo .productText .price strong span {
    font-size: 14px;
    color: #9a9a9a;
    font-weight: 600;
}
.btnBuy {
    background-color: #00b8e0;
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    padding: 1rem;
    width: 80%;
    border-radius: 50px;
    text-align: center;
}
a.btnBuy:hover {
    color: #fff;
}
a.btnBuy img {
    margin-left: 10px;
}
.purchased i {
    position: absolute;
    right: 0;
    background: #fff;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    color: #000;
    top: 12px;
}
/* recently Purchased pop css end */
.gridFull {
    width: 100%;
    height: 430px;

    object-fit: cover;
    overflow: hidden;
    margin-bottom: 1.5rem;
}
.gridSlitHalf {
    width: 100%;
    height: 430px;
    object-fit: cover;
    overflow: hidden;
    margin-bottom: 1.5rem;
}
.gridFull img,
.gridSlitHalf img {
    width: 100%;
    height: 100%;
    /*    object-fit: cover;*/
}
.gridFull iframe,
.gridSlitHalf iframe {
    height: 100%;
    width: 100%;
}
.deliveryRow {
    margin: 1rem 0 1rem 0;
}
.deliveryInput input {
    width: 100%;
    padding: 12px;
    border: 1px solid #c5c5c5;
    font-size: 15px;
    position: relative;
    z-index: 5;
}
.deliveryInput {
    position: relative;
    border-radius: 0.25rem;
    overflow: hidden;
    margin-right: 10px;
}
.deliveryInput input + a {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(0, -50%);
    height: 100%;
    width: 40px;
    background-color: #00b8e0;
    color: #fff;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 9;
}
.deliveryContent {
    font-size: 14px;
    font-weight: 600;
    color: #198d19;
}
.Contact-information li a {
    text-decoration: none;
    color: #000;
}

/* detail page css mob first css start  */
.detailMob .str-rating {
    background-color: #55852c;
    border-radius: 50px;
    padding: 2px 10px 2px 8px;
    font-size: 14px;
    float: right;
}
.detailMob #ProPrice {
    font-weight: 700;
    font-size: 28px;
}
#StrikePrice {
    color: #9a9a9a;
    font-size: 18px;
    font-weight: 600;
}
.offerWrapper {
    background-color: #ebf1fa;
    overflow: hidden;
    padding: 1rem;
    margin: 1.2rem 0;
}
.offerWrapper .offer-title,
.smalldesc p b,
.faq-title,
.head-big,
.detail-heading,
.qty-size b,
b.about-item-text {
    font-size: 18px !important;
    font-weight: 700;
    margin-top: 7px;
    margin-bottom: 12px;
    color: #000;
    text-transform: uppercase;
    color: #00b8e0;
}
.offerWrapper .p-detail-text {
    color: #5e6164;
    padding: 4px;
    font-size: 14px;
    margin-left: 4px;
}
.offerWrapper .p-detail-text b {
    color: #003896;
}
.offerWrapper .offer-txt img {
    width: 50px;
}
.offerWrapper .offer-txt {
    width: 100%;
    margin-bottom: 4px;
}
.leeUp.col-12 {
    padding: 0;
    margin-left: 0;
}
.list-style.scroller {
    display: flex;
    align-items: center;
    line-height: 100%;
    gap: 2rem;
    white-space: nowrap;
    animation: scroll-left 5s linear infinite;
}
.list-style.scroller li img {
    margin-bottom: 0;
    margin-right: 8px;
}
.list-style.scroller li {
    margin: 0;
    font-weight: 600;
    font-size: 14px !important;
    color: #003896;
}

.faqWrapper ~ * * {
    font-family: "Mulish", sans-serif !important;
}

.faqWrapper ~ ul {
    padding-inline-start: 16px !important;
}
.faqWrapper ~ ul li {
    list-style-type: none !important;
}
.faqWrapper ~ ul li p,
.faqWrapper ~ p {
    margin-top: 4px !important;
    margin-bottom: 8px !important;
}
.faqWrapper ~ ul li p span {
    font-size: 13px !important;
}
span.orange.dateRev {
    width: 100%;
    display: inline-block;
    text-align: end;
    color: var(--gray);
}
b.reviewTtl {
    font-size: 18px;
}
.reviewUp .str-rating {
    float: right;
}
#LogintoReview.btn-style {
    background-color: transparent;
    color: #003896;
    font-weight: 700;
}
.infoTabs .nav-tabs .nav-link {
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #003896;
    font-size: 16px;
}
.infoTabs .nav-tabs .nav-link.active {
    font-weight: 700;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
/* detail page css mob first css end  */

@media (max-width: 480px) {
    .detailMob .str-rating {
        float: right;
    }
    .detail-tab-data {
        background-color: transparent;
    }
    .leefordInfoWrap .panel-title > a.collapsed:before,
    .leefordInfoWrap .panel-title > a:before {
        background: #e7e7e7;
        padding: 0;
        width: 30px;
        aspect-ratio: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        font-weight: 100;
        line-height: 0;
    }
}
.section_pad {
    padding: 0rem 3rem;
}
.root_Wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}
.lightwidget__footer{
    margin-top: 15px;
}
.concern_wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}
.concernImg {
    border-radius: 90px;
    width: 100%;
    overflow: hidden;
}
.concern_wrap img {
    width: 100%;
    object-fit: cover;
}
.concernImg + h5 {
    text-align: center;
    margin: 1rem;
    font-size: 1rem;
    font-weight: 800;
    color: #222;
    text-transform: capitalize;
    height: 35px;
}
.missoutBanner img {
    width: 100%;
}
.sec_Pad {
    padding: 0;
    width: calc(100% - 10rem);
    box-sizing: border-box;
    overflow: hidden;
    margin: 20px auto 30px;
}

#pills-tabContent {
    padding: 4px;
    overflow: visible;
}
.section_marginTB {
    margin: 2rem 0;
}
.headingSplit {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.headingSplit a {
    font-weight: 700;
    color: #000;
    font-size: 1.2rem;
    color: #00b8e0;
}
.genderWrap {
    background: url("../images/genderBg.jpg");
}
.gender {
    display: block;
    width: 70%;
    margin: 0 auto;
    min-height: 350px;
    max-height: 350px;
    background-color: #ffffff9c;
    color: #000;
    padding: 2.5rem 1.5rem;
    overflow: hidden;
    position: relative;
}
.genderWrap.section_pad {
    padding: 4rem 0;
}
.gender img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-height: 260px;
}
.borderedBtn {
    background-color: transparent;
    padding: 10px 24px;
    margin-top: 0;
    margin-left: 0;
    border: 1px solid #003896;
    margin-top: 1rem;
    color: #003896;
}
a.gender:hover {
    color: #000;
}
.gender h3 {
    font-size: 2.4rem;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 7px;
    color: #003896;
    margin-bottom: 12px;
}
.gender p {
    font-size: 1.3rem;
    max-width: 63%;
    line-height: 120%;
    font-weight: 300;
}
.categoryOuter {
    display: flex;
    align-items: center;
    background: linear-gradient(
        270deg,
        rgba(255, 177, 177, 0.2) 0%,
        #ffd4d4 93.5%
    );
    border-radius: 1rem;
    justify-content: space-between;
    padding: 1rem 2rem;
    transition: box-shadow 0.3s ease-in-out;

}
.categoryOuter h5 {
    font-weight: 800;
    color: #333;
    font-size: 1.5rem;
}
.categoryOuter img {
    padding: 2rem;
    max-width: 150px;
}
.sec_Head {
    margin: 1rem 0 2rem 0;
    font-weight: 800;
    color: #00b8e0;
    font-size: 1.5rem;
    text-transform: uppercase;
}
.ft_info img {
    width: 50%;
    max-width: 150px;
    margin-bottom: 1rem;
}
.ft_info p {
    width: 70%;
    margin-bottom: 1rem;
}
.rateingIfo {
    display: flex;
    align-items: center;
    margin: 4px 0;
}
.rateingIfo h4 {
    margin-bottom: 0;
    font-size: 1.2rem;
}
.rateingIfo i {
    color: #ffc700;
    font-size: 1.2rem;
    margin-right: 5px;
}
.categoryOuter:nth-child(2) {
    background: linear-gradient(
        270deg,
        rgba(255, 236, 252, 0.2) 0%,
        #ffecfc 93.5%
    );
}
.categoryOuter:nth-child(3) {
    background: linear-gradient(
        270deg,
        rgba(236, 250, 255, 0.2) 0%,
        #ecfaff 93.5%
    );
}
.categoryOuter:nth-child(4) {
    background: linear-gradient(
        270deg,
        rgba(216, 255, 248, 0.2) 0%,
        #d8fff8 100%
    );
}
.categoryOuter:nth-child(5) {
    background: linear-gradient(
        270deg,
        rgba(255, 241, 198, 0.2) 0%,
        #fff7de 93.5%
    );
}
.categoryOuter:nth-child(6) {
    background: linear-gradient(
        270deg,
        rgba(255, 241, 198, 0.2) 0%,
        #ffe7da 93.5%
    );
}
.categoryOuter:nth-child(7) {
    background: linear-gradient(
        270deg,
        rgba(255, 236, 252, 0.2) 0%,
        #ffecfc 93.5%
    );
}
.categoryOuter:nth-child(8) {
    background: linear-gradient(
        270deg,
        rgba(255, 236, 252, 0.2) 0%,
        #ece5ff 93.5%
    );
}
.customInputhold {
    position: relative;
    width: 100%;
    max-width: 300px;
}
.customInputhold #Subscribebtn {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
}
.slogan-bg {
    font-size: 2.5rem;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 900;
    color: #00389663;
    margin-top: 2rem;
}
.footer-social a:hover i {
    transform: rotate(360deg);
}
a.categoryOuter:hover {
    box-shadow: 0 0 13px 3px #f1f1f1;
}
.newList .dis-wrapper {
    top: 12%;
    right: 0;
    left: auto;
}
.newList .list-discount {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.newList .home-p-wishlist .btn {
    margin-top: 0;
    margin-right: 0;
}
.newList .wish-btn {
    position: absolute;
    right: 0;
    top: 10px;
}
.newList .buy-btn {
    margin-top: 0;
}
.price_new {
    color: #fa4a0c;
    font-size: 22px;
    font-weight: 700;
}
.newList .shop-cart-icon {
    background-color: transparent;
    padding: 6px 24px;
    margin-top: 0;
    margin-left: 0;
    border: 1px solid #003896;
}
.newList .shop-cart-icon i {
    color: #003896;
}
.newList .button-area {
    margin: 12px 0 0;
}
.deal_Swiper .swiper-slide,
.combined_Swiper .swiper-slide,
.gift_Swiper .swiper-slide {
    padding: 0;
}
.tab_Section {
    padding: 2rem 0;
}
.tab_ul {
    padding: 1rem 5rem;
    background: #003896;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
    color: #fff;
    font-size: 1.2rem;
    transition: all 0.5s ease-in-out;
    /* margin-right: 1rem; */
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #003896;
    background-color: #fff;
}
.section_pad .blog-single-title {
    padding: 40px;
}
.section_pad .blog-single-title .see-all-blog {
    margin-top: 2rem;
}
.section_pad .single-blog .card-image {
    height: auto;
}
.section_pad .single-blog .card {
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
}

.swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.swiper .swiper-wrapper {
    display: flex;
    align-items: center;
    height: auto;
}

.swiper .swiper-slide {
    width: auto;
    height: auto;
    flex-shrink: 0;
}
.swiper img {
    width: 100%;
    height: auto;
    display: block;
}
.overLap {
    margin-top: -4rem;
}
.offerOuter {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}
/* .sec_Head + p {
    font-size: 1.5rem;
} */
.gift_Swiper .swiper-button-next,
.gift_Swiper .swiper-container-rtl .swiper-button-prev {
    right: 20px;
    left: auto;
}
.offerOuter .offerPrice {
    width: 250px;
    height: 250px;
    background: url("../images/priceBg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}
.offerPrice h3 {
    font-weight: 800;
    font-size: 2.5rem;
}
.offerPrice h5 {
    font-weight: 700;
    font-size: 2rem;
}
.vidWrap {
    position: relative;
    width: 100%;
    max-height: 400px;
    overflow: hidden;
    margin-bottom: 4rem;
}

.vidWrap video {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: contain;
    object-position: top;
}

/* Testimonial Slider Container */
.testimonialSwiper {
    width: 100%;
    /* max-width: 900px; */
    height: auto;
    margin: 0 auto;
    padding: 2rem 0;
}

/* Testimonial Card */
.testimonial-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #fff;
    padding: 1.5rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

/* Customer Image */
.testimonial-card .customer-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 1rem;
}

/* Customer Name */
.customer-name {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 0.5rem;
}

/* Star Rating */
.stars {
    color: #f39c12; /* Gold color */
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

/* Review Text */
.review {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.5;
}
.seo_sec a {
    color: #000;
    font-weight: 700;
}
.section_pad.blog-sec {
    background-color: #e7f0ff;
    /* color: #fff; */
}
.section_pad.blog-sec .sec_Head,
.section_pad .see-all-blog {
    /* color: #fff; */
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 25px !important;
}
section,
.swiper {
    position: relative;
}

.main_Layout {
    margin-top: 175px;
}
.swiper.overLap {
    margin-top: unset;
}
.webSwiper {
    display: block;
}
.mobSwiper {
    display: none;
}
#pills-tabContent {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease, visibility 0s 0.5s;
}

/* Make the tab content visible after initialization */
#pills-tabContent.visible {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s ease, visibility 0s 0s;
}

.home-page.main_Layout .swiper-button-next,
.home-page.main_Layout .swiper-button-prev,
.blogListing .swiper-button-next,
.blogListing .swiper-button-prev {
    color: #fff !important;
    background-image: none !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50px;
    background-color: #5f6e7db8;
    font-size: 18px;
    font-weight: 100;
}
.home-page.main_Layout .swiper {
    overflow: visible;
}
.home-page.main_Layout .swiper.gift_Swiper,
.home-page.main_Layout.home-new-2 .brand_Swiper {
    overflow: hidden;
}
/* .home-new-2 .shop-cart-icon {
    display: none;
} */
.home-new-2 .products-area {
    padding-bottom:5px;
    min-height: auto;
    background: #fff;
    box-shadow: 0 0 16px 6px #f1f1f194;
    padding: 10px 20px 10px;
    border-radius: 0;
    margin-bottom: 20px;
}
.product-rating-text {
    height: 125px;
}
.brand-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.brand-logo-img {
    width: 80px; /* Adjust size */
    height: 80px;
    padding: 1rem;
    object-fit: cover;
    border-radius: 50%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid #f5f5f5;
    position: relative;
}

.brand-logo-img:hover {
    transform: scale(1.1);
    box-shadow: 0 0 9px 5px #03a9f414;
}
.concernImg:hover {
    transform: scale(1.05);
    box-shadow: 0 0 9px 15px #03a9f40d;
    transition: all 0.3s ease-in-out;
}
.home-page.main_Layout.home-new-2 .brand_Swiper {
    padding: 2rem 0;
}
.home-page.main_Layout.home-new-2 .newList .buy-btn {
    margin: 10px 0;
    max-width: 70%;
    background: #003896;
}
.home-page.main_Layout.home-new-2 .sec_Head {
    color: #003896;
}
img.headingIcon {
    width: 20px;
    margin-right: 10px;
}

.home-page.main_Layout.home-new-2 .concernImg {
    border-radius: 50%;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.concern_Swiper .swiper-button-next, .concern_Swiper .swiper-button-prev{
    display: none;
}
.button-area.layout_2 {
    width: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.button-area.layout_2 .shop-cart-icon.cartRipple {
    background-color: #003896;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: none;
}
.button-area.layout_2 .shop-cart-icon.cartRipple i {
    color: inherit;
    font-size: 15px;
    animation: scaleIcon 1.8s linear infinite alternate;
}
.blogWrapper:hover .blogHeading img {
    transform: rotate(45deg); 
    transition: transform 0.3s ease-in-out; 
}
.blogWrapper{
    background-color: #fff;
    transition: all .3 ease;
    margin-bottom: 20px;
}
.blogDetail h2.sec_Head, .blogListing h2.sec_Head{
    color: #000;
    font-size: 2rem;
}
.recPosts ul{
    margin-left: 20px;
}
.recPosts ul li a {
    color: #111;
    font-size: 16px;
    transition: font-weight .3s ease;
}
.recPosts ul li a:hover {
    font-weight: 700;
}
.recPosts ul li {
    margin-bottom: 12px;
}
.blogListing .hero_Banner img{
    width: 100%;
}
.blogCategory ul {
    display: flex;
    gap: 2.3rem;
    list-style-type: none;
    overflow-x: auto;
    padding-bottom: 1rem;
}
.blogCategory ul li a {
    color: #111;
    white-space: nowrap;
    font-size: 18px;
    transition: all 0.3s ease;
}
.blogCategory ul li a:hover {
    font-weight: 600;
    color: #003896;
    border-bottom: 1px solid #003896;
}
.blogCategory ul li.active a {
    font-weight: 600;
    color: #003896;
    border-bottom: 1px solid #003896;
}
.badgeWrap ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
}
.badgeWrap ul li a {
    padding: 12px;
    margin-right: 10px;
    font-size: 14px;
    border-radius: 50px;
    color: #003896;
    background-color: #f9f5ff;
}
.badgeWrap ul li {
    margin-top: 15px;
}
.badgeWrap a:empty {
    display: none;
}
.blogImg img {
    width: 100%;
    max-height: 270px;
    object-fit: cover;
}
.blogContent {
    padding: 1rem 1rem 1rem 0;
}
.dateInfo p{
    font-size: 16px;
    color: #003896;
}
.dateInfo p span.dot {
    width: 5px;
    height: 5px;
    background-color: #003896;
    display: inline-block;
    border-radius: 10px;
    margin: 0 5px 3px;
}
.blogHeading {
    position: relative;
}
.blogHeading img {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    padding: 10px;
    padding: 10px;
}
.blogHeading h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 50px);
    white-space: normal;
    color: #000;
}
.shareWrap ul li img{
    width: 45px;
    height: 45px;
    margin-right: 10px;
}
.shareWrap ul li a {
    color: #111;

}
.shareWrap ul li {
    background: #fff;
    padding: 6px 12px 6px 5px;
    box-shadow: 0 0 5px #f1f1f1;
    border-radius: 70px;
    display: inline-block;
}
.blogContent.detail .dateInfo p {
    color: #003896;
    padding-top: 10px;
}
.shareWrap ul{
    text-align: end;
}
.blogHeading + p, .blogContent.detail p, .blogContent.detail ol li  {
    color: #535353;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.blogContent.detail ol li strong  {
  color: #000;
}
.blogSearch {
    position: relative;
}
.blogSearch button {
    position: absolute;
    right: 0;
    background-color: #00b8e0;
    border-color: #00b8e0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    z-index: 99;
}
.blogContent.detail ol{
  padding-left: 20px;
}
.mobileHidden{
    display: none;
}
/* header.mobileHidden + .inner-pages-style {
    margin-top: 0 !important;
} */
@keyframes scaleIcon {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.4);
    }
}

.home-page.main_Layout.home-new-2 .swiper-container {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.home-page.main_Layout.home-new-2 .swiper-container.swiper-initialized {
    opacity: 1;
}
.cmsBanner{
    margin: 1rem 0 1.3rem;
}
.cmsBanner img{
    width: 100%;
}
.instagram-field iframe .lightwidget__caption{
    display: none !important;
}
.lightwidget__caption{
    display: none !important;
}

.instagram-field{
    padding: 0px 35px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: 15px !important;
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url(../images/next-arrow.png);
    width: 50px !important;
    height: 50px !important;
    padding: 0;
    background-size: initial;
    box-shadow: 2px 0px 12px 3px #ccc;
    border-radius: 50%;
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black{
    background-image: url(../images/prev-arrow.png);
    width: 50px !important;
    height: 50px !important;
    padding: 0;
    background-size: initial;
    box-shadow: 2px 0px 12px 3px #ccc;
    border-radius: 50%; 
}
.swiper-container .item-grid.prod-box {
    /* box-shadow: 0px 5px 2px 4px #ccc; */
    border: 1px solid #f1f1f1;
    height: 360px;
    margin-bottom: 30px;
}