body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    position: relative;
    color: #303030;
    font-family: 'poppinsregular' !important;
}

@font-face {
    font-family: 'barlow_condensedregular';
    src: url('../font/barlowcondensed-regular-webfont.woff2') format('woff2'), url('../font/barlowcondensed-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsregular';
    src: url('../font/poppins-regular-webfont.woff2') format('woff2'), url('../font/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*.store_nav {
    border-bottom: 4px solid #e3e3e3;
}*/

    .store_nav .nav-link {
        font-size: 18px;
        padding: 3px 10px;
        line-height: 18px;
    }

.search_wrp button {
    position: absolute;
    right: 10px;
    top: 6px;
}

    .search_wrp button i {
        font-size: 25px;
    }

.banner_area {
    height: auto;
}

    .banner_area img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
.usd .dd .ddTitle {
    background: url(../images/select-arrow.png) no-repeat 98% 12px;
    cursor: pointer;
    font-size: 12px;
    width: 80px!important;
    color: #fff;
}
.usd label {
    padding-bottom: 0px!important;
    width: auto!important;
    margin-bottom: 0px;
}
.square_pic {
    max-height: auto;
}

    .square_pic img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

.rect_pic {
    height: auto;
    margin-bottom: 15px;
}

    .rect_pic img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

.card {
    border: 0px !important;
}

.card-img {
    height: auto;
    padding: 10px;
}

    .card-img img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

.video_wrp {
    height: 500px;
}

    .video_wrp video {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
    transform: translateX(0);
}

.carousel-control-prev .bg-transparent {
    background-color: inherit !important;
}

.carousel-control-next .bg-transparent {
    background-color: inherit !important;
}

.carousel-control-next, .carousel-control-prev {
    position: relative;
    top: 10px;
    /*z-index: 999999 !important;*/
    /* justify-content: center; */
    width: 60px !important;
    padding: 5px !important;
    /* color: #fff; */
    /* text-align: center; */
    background: #000 !important;
    /* border: 0; */
    margin: 10px !important;
}

.modal-content {
    background-color: #000 !important;
    border: 0px !important;
}

.modal-footer {
    border-top: 0px !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 3rem !important;
    height: 3rem !important;
    background-color: #000 !important;
}

header {
    background: #7d3c92;
    padding: 0.5rem;
}

.menu {
    padding-top: 5px;
}

    .menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .menu ul li {
            display: inline-block;
            position: relative;
        }

            .menu ul li a {
                color: #fff;
                text-decoration: none;
                font-family: 'barlow_condensedregular';
                font-size: 20px;
                text-transform: uppercase;
                padding: 0 5px;
            }

.menu-icon ul li a {
    cursor: pointer;
    font-size: 20px;
}

.menu ul li a:hover {
    color: #b3e5fc;
    text-decoration: underline;
}

.menu ul li select {
    background: none;
    border: 0;
    color: #fff;
    color: #fff;
    text-decoration: none;
    font-family: 'barlow_condensedregular';
    font-size: 20px;
    text-transform: uppercase;
    padding: 0 5px;
}

    .menu ul li select:focus {
        outline: 0;
    }

    .menu ul li select option {
        color: #000;
        font-size: 14px;
    }

.badge {
    border-radius: 1em;
    font-size: 10px;
    left: 26px;
    padding: 3px 4px 1px;
    position: absolute;
    top: -2px;
    font-size: .5em !important;
}

.bg-maincolor {
    background-color: #f56981;
}

footer {
    margin-top: 1rem;
}

.footer_top {
    background: #0e0e11;
    background-image: url('../image/footer-strip-purple.png');
    background-repeat: repeat-x;
    background-position-y: bottom;
    padding: 2rem 0;
    color: #ccc;
}

    .footer_top ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .footer_top ul li {
            font-size: 14px;
            padding-bottom: 5px;
        }

            .footer_top ul li a {
                color: #fff;
                text-decoration: none;
            }

.footer_bottom {
    background-color: #202022;
    padding: 2rem 0;
    color: #afacac;
}

    .footer_top p, .footer_bottom p {
        font-size: 13px;
    }

    .footer_bottom i {
        border: 1px solid #afacac;
        padding: 5px;
        border-radius: 50%;
        margin-right: 8px;
    }

.review_list {
    border-left: 2px solid #7d3c92;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
}

.review_panel {
    padding: 2rem 0rem;
}

.review_list p {
    font-size: 12px;
}

.outer {
    display: grid;
    /* place-items: center; */
    min-height: inherit;
}

.ratings-box {
    display: flex;
    gap: 5px;
}

.ratings-box__item label {
    position: relative;
    cursor: pointer;
    display: block;
}

    .ratings-box__item label input {
        display: none;
        position: absolute;
    }

.ratings-box {
    position: relative;
}

.ratings-box__item p {
    display: inline-block;
    position: absolute;
    color: #000;
    left: 6%;
    top: 100%;
    transform: translateX(-50%);
    font-size: 14px;
    font-weight: bold;
    opacity: 0;
    pointer-events: none;
    margin-top: 10px;
}

.ratings-box__item label span.rating-star {
    width: 20px;
    height: 20px;
    display: block;
    background: #FF0;
    position: relative;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

    .ratings-box__item label span.rating-star::after {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        background: #13121a;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    }

.ratings-box:has(.ratings-box__item label input:checked) .ratings-box__item span.rating-star::after {
    transform: translate(-50%, -50%) scale(0);
}

.ratings-box__item:has(label > input:checked) ~ .ratings-box__item label .star-line-box span.rating-star::after {
    transform: translate(-50%, -50%) scale(1);
}

.ratings-box__item:has(label > input:checked) p {
    opacity: 1;
}

.navbar-brand img {
    width: 100%;
    max-height: 100px;
    padding: 10px;
}

.rating-star-line {
    position: absolute;
    width: 2px;
    height: 10px;
    background: #FF0;
    display: block;
    opacity: 0;
}

.ratings-box__item input:checked ~ .star-line-box {
    animation: scaleAnim 0.4s linear;
    transform-origin: center;
}

@keyframes scaleAnim {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(0);
    }
}

.rating-star-line:nth-of-type(3),
.rating-star-line:nth-of-type(2) {
    transform: rotate(45deg);
    right: 8px;
    bottom: 22px;
    transform-origin: bottom;
}

.rating-star-line:nth-of-type(3) {
    transform: rotate(-45deg);
    left: 7px;
}

.rating-star-line:nth-of-type(4) {
    transform: rotate(0deg);
    left: calc(50% - 1px);
    bottom: unset;
    top: 24px;
}

.ratings-box__item input:checked ~ .star-line-box .rating-star-line:nth-of-type(2) {
    animation: topLinesAnim 0.4s 0.3s linear;
}

.ratings-box__item input:checked ~ .star-line-box .rating-star-line:nth-of-type(3) {
    animation: topLinesAnim2 0.4s 0.3s linear;
}

.ratings-box__item input:checked ~ .star-line-box .rating-star-line:nth-of-type(4) {
    animation: bottomLineAnim 0.4s 0.3s linear;
}

@keyframes topLinesAnim {
    from {
        transform: rotate(45deg);
        opacity: 1;
    }

    to {
        transform: rotate(45deg) scaleY(1.2) translateY(-5px);
        opacity: 0;
    }
}

@keyframes topLinesAnim2 {
    from {
        transform: rotate(-45deg);
        opacity: 1;
    }

    to {
        transform: rotate(-45deg) scaleY(1.2) translateY(-5px);
        opacity: 0;
    }
}

@keyframes bottomLineAnim {
    from {
        transform: rotate(0);
        opacity: 1;
    }

    to {
        transform: rotate(0) scaleY(1.2) translateY(5px);
        opacity: 0;
    }
}

.review_button {
    display: flex;
    justify-content: center;
}

.form_wrapper {
    background: #fff;
    width: 500px;
    max-width: 100%;
    box-sizing: border-box;
    padding: 15px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

    .form_wrapper .btn-close {
        position: absolute;
        top: -11px;
        right: -8px;
    }

.form_container {
    padding: 15px;
    border: 1px dashed #ccc;
}

.form_wrapper h2 {
    font-size: 1.5em;
    line-height: 1.5em;
    margin: 0;
}

.form_wrapper .title_container {
    text-align: center;
    margin: -15px -15px 15px;
    padding: 15px 0;
    border-bottom: 1px dashed #ccc;
}

.form_wrapper h3 {
    font-size: 1.1em;
    font-weight: normal;
    line-height: 1.5em;
    margin: 0;
}

.form_wrapper .row {
    margin: 10px -15px;
}

    .form_wrapper .row > div {
        padding: 0 15px;
        box-sizing: border-box;
    }

.form_wrapper label {
    display: block;
    margin: 0 0 5px;
    font-size: 15px;
}

.form_wrapper .input_field, .form_wrapper .textarea_field {
    position: relative;
}

    .form_wrapper .input_field > span, .form_wrapper .textarea_field > span {
        position: absolute;
        left: 0;
        top: 0;
        color: #333;
        height: 100%;
        border-right: 1px solid #ccc;
        text-align: center;
        width: 30px;
    }

    .form_wrapper .textarea_field > span {
        border-bottom: 1px solid #ccc;
        max-height: 35px;
    }

        .form_wrapper .input_field > span > i, .form_wrapper .textarea_field > span > i {
            padding-top: 12px;
        }

.form_wrapper input[type="text"], .form_wrapper input[type="email"], .form_wrapper input[type="tel"], textarea {
    width: 100%;
    padding: 10px 10px 10px 35px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    outline: none;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
    font-size: 14px;
}

.form_wrapper textarea {
    height: 8em;
}

.form_wrapper input[type="text"]:focus, .form_wrapper input[type="email"]:focus, .form_wrapper input[type="tel"]:focus, textarea:focus {
    -webkit-box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
    -moz-box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
    box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
    border: 1px solid #f5ba1a;
}

.form_wrapper input[type="submit"] {
    background: #f5ba1a;
    height: 50px;
    line-height: 50px;
    width: 100%;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    font-size: 1.2em;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
}

    .form_wrapper input[type="submit"]:hover, .form_wrapper input[type="submit"]:focus {
        background: #daa106;
    }

.credit {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 15px;
    color: #f5ba1a;
}

    .credit a {
        color: #daa106;
    }

@media (max-width: 600px) {
    .form_wrapper .col_half {
        width: 100%;
        float: none;
    }

    .form_wrapper label {
        margin: 10px 0;
    }
}
#basketSub .cartPrice > div img {
    margin-top: -4px;
	width:auto;
}


/*Start new store details head 01_07_2023*/
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent !important;
    
}
.navbar-collapse {
    justify-content: right !important;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 5px 8px;
    /* font-size: 13px; */
    letter-spacing: .3px;
}

.nav > li select {
    width: 50px !important;
    padding-top: 17px;
    display: block;
    color: #ffffff;
    border: none !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../../images/drop-arrow12.png) no-repeat 80% 82%;
    margin-right: 3px;
    outline: none;
    font-size: 11px;
}

    .nav > li select option {
        color: #000000 !important;
    }

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

    .navbar-default .navbar-nav > li > a:hover {
        color: #ffe9e9;
        background: rgba(138,3,3,.6);
        background: rgba(138, 70, 3, 0.6);
    }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: rgba(255,184,164,1);    
    color: #555;
}

.nav > li > select {
    margin-top: 0px;
    width: 50px !important;
    margin-left: 20px;
    color: #000000;
    padding-top: 16px;
    color: #ffffff;
}

.navbar-right {
    margin-right: 18px;
}

.dropdown-menu {
    right: 0px;
    top: 100%;
	
	  /* left: 89%; */
    /* top: 70%; */
}
  
.currecyDropDown {
    /*position: absolute;*/
    width: 70px;
    top: 0px;
    right: 80px;
    font-size: 13px;
}

    .currecyDropDown select {
        width: 45px !important;
        padding-top: 0px;
        display: block;
        color: #ffffff;
        border: none !important;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: url(../../../images/drop-arrow12.png) no-repeat 80% 82%;
        margin-right: 3px;
        outline: none;
        font-size: 11px;
    }

        .currecyDropDown select option {
            color: #000000 !important;
        }
.navbar-toggle collapsed:hover {
    background: rgba(172,6,14,1);
    background: -moz-linear-gradient(top, rgba(172,6,14,1) 0%, rgba(198,8,20,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(172,6,14,1)), color-stop(100%, rgba(198,8,20,1)));
    background: -webkit-linear-gradient(top, rgba(172,6,14,1) 0%, rgba(198,8,20,1) 100%);
    background: -o-linear-gradient(top, rgba(172,6,14,1) 0%, rgba(198,8,20,1) 100%);
    background: -ms-linear-gradient(top, rgba(172,6,14,1) 0%, rgba(198,8,20,1) 100%);
    background: linear-gradient(to bottom, rgba(172,6,14,1) 0%, rgba(198,8,20,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac060e', endColorstr='#c60814', GradientType=0 );
}



.navbar-default .navbar-nav > li > a {
    color: #fff;
    text-decoration: none;
}

        .navbar-default .navbar-nav > li > a:hover {
            color: #ffe9e9;
            background: rgba(138,3,3,.6);
            background: rgba(138, 70, 3, 0.6);
        }



#liCartbox a {
    color: white;
    /* font-size: 13px; */
    /* padding: 5px; */
    text-decoration: none;
    float:right;
}


/*End new store details head*/

@media (min-width:3000px) {


    .card-img {
        height: 520px;
    }

        .card-img img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }

    .review_list p {
        font-size: 2rem;
    }

    .footer_top p, .footer_bottom p {
        font-size: 2rem;
    }

    .footer_top ul li {
        font-size: 2rem;
        padding-bottom: 20px;
    }

    .h6, h6 {
        font-size: 30px !important;
    }

    .card-img {
        height: auto;
        padding: 10px;
    }

    .h4, h4 {
        font-size: 3rem !important;
    }

    iframe {
        height: 800px !important;
    }

    .menu ul li a {
        font-size: 3rem;
    }

    .menu ul li select {
        font-size: 3rem;
        padding: 0 20px;
    }

    .badge {
        left: 10px;
        top: 20px;
    }

    header img {
        width: 210px;
    }
.usd img{
	width:auto;
}
#divFooterMenu ul div {
    font-size: 2rem;
}
.nav > li > a {
   font-size: 2rem;
}
#liCartbox a {
   
    font-size: 2rem;
    
}
.usd .dd .ddTitle {
   
    font-size: 2rem;
}
.ddcommon .ddTitle .ddTitleText {
    /* display: block; */
    height: auto;
    overflow: hidden;
}
    .store_nav .nav-link {
        font-size: 35px !important;
        padding: 25px !important;
    }

    .form-control {
        height: 5rem !important;
        padding: 10px;
        font-size: 2rem !important;
    }

    .search_wrp button {
        padding: 10px;
        height: 5rem !important;
        top: 10px;
        width: 100px;
    }

    #results {
        height: auto;
        max-width: 100%;
        top: 100px;
        border: none !important;
    }

        #results a {
            font-size: 30px;
        }

    b, strong {
        font-size: 30px !important;
    }

    .dropdown-item {
        font-size: 2rem !important;
    }
	
	#lblBasketMsg{
		font-size: 26px;
	}
	
	#basketSub div {
		font-size: 25px;
		margin: 10px 0 5px 0;
	}
	
	.dropdown-menu {
		min-width: 20rem;
	}
	
	#basket {
		width: 100%;
	}
	
	.basketbutDiv1{
		text-align: center;
	}
	
	.bluebutton {
		font-size: 23px;
		padding: 13px 24px;
		height: auto;
		text-decoration: none;
	}
}

@media only screen and (min-width: 2000px) {
    .product_wrp {
        max-width: 1920px;
        margin: auto;
    }
}

@media only screen and (max-width: 992px) { 
	.usd{
		margin-left: auto;
		margin-right: 1rem;
	}
}
@media only screen and (max-width: 350px) { 
	.usd{
		margin-left: auto;
		margin-right: 0.5rem;
	}
	.store_nav div a img{
		    width: 80px;
            padding-top:5px;
	}
	.navbar {
   
    font-size: 13px;
}
}
