

@font-face {
  font-family:Oswald;
  src: url(../../goole_font/Oswald-VariableFont_wght.ttf);
}
html,body {
    overflow: hidden;
}


body {
    height: 100vh;
    overflow-y: scroll;
    font-family: 'Coda', 'Hind Siliguri', sans-serif;
    position: relative;
    background: #000;
}

* {
    outline: none;
}

.loading {
    color: #fff;
    font-size: 18px;
}

.btn {
    border-radius: 0px;
    background: #ea3624;
    color: white;
    border: none;
}

.btn:hover,.btn:active,.btn:focus {
    border-radius: 0px;
    background: #ea3624;
    border: none;
}

.btn-danger {
    color: #fff;
    background: #787878 !important;
}

h3.title-text {
    text-align: center;
    margin: 25px 0px 10px 0px;
}

@media (min-width: 768px) {
    .navbar-nav {
        float:none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }
}

#main {
    transition: opacity ease-in-out 0.5s;
    background: #fff;
}

body.cart-open #main {
    transition: opacity ease-in-out 0.5s;
    user-select: none;
    opacity: 0.5;
    /* filter: blur(8px); */
}

body.cart-open #main * {
    pointer-events: none;
}

#cart {
    transition: all ease-in-out 0.2s;
    position: fixed;
    right: -600px;
    width: 500px;
    background: #fff;
    height: 100%;
    max-width: 90vw;
    z-index: 9999999999;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
}

body.cart-open #cart {
    transition: all ease-in-out 0.5s;
    top: 0px;
    right: 0px;
    width: 500px;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
}

#cart_item img {
    width: calc(100% + 15px);
}

#cart_item > div {
    padding: 10px 25px 10px 10px;
}

button.remove-item {
    background: none;
    border: none;
    color: #a00;
    width: 25px;
    height: 25px;
}

.subtotal {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-size: 20px;
    padding: 10px 20px;
    color: #aaa;
    position: absolute;
    width: 100%;
    bottom: 114px;
}

#total,#subtotal,#delivery_charge {
    float: right;
    color: #504747;
}

.cart-bottom {
    padding: 20px;
}

.cart-bottom button {
    border-radius: 0px;
    color: #fff;
}

.cart-bottom {
    position: absolute;
    width: 100%;
    bottom: 0px;
    border: 1px solid #eee;
}

.cart-title {
    background: #332424;
    padding: 20px;
    color: #ea3624;
    font-size: 22px;
}

.cart-title .cart-close {
    color: #8f8782;
    padding: 4px;
    font-size: 15px;
    cursor: pointer;
    text-decoration: none;
}

.navbar {
    margin: 0px;
    border-radius: 0px;
}

.heading {
    text-align: center;
    margin: 0px 0px 30px;
}

.img img {
    height: 220px;
    max-width: 100%;
}

.img {
    cursor: pointer;
    overflow: hidden;
}

button.link,a.link {
    border: none;
    background: none;
    position: relative;
    color: #000;
}

.link i.fa {
    margin-right: 3px;
    vertical-align: -1px;
}

span.notification {
    position: absolute;
    right: 1px;
    top: 1px;
    background: #ea3624;
    color: #ffffff;
    display: block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    font-size: 11px;
    text-align: center;
    overflow: hidden;
}

span.wishlist_count {
    position: absolute;
    right: 1px;
    top: 1px;
    background: #ea3624;
    color: #ffffff;
    display: block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    font-size: 11px;
    text-align: center;
    overflow: hidden;
}

button.link i {
    font-size: 15px;
}

button.link i.fa-cart-plus {
    font-size: 18px;
}

.title {
    cursor: pointer;
    font-size: 16px;
    margin: 6px 0px 6px 0px;
}

.title span {
    <!--border-bottom: 1px solid #eee;-->
}

span.price {
    color: #999;
    font-size: 15px;
    cursor: pointer;
}

.product {
    margin: 0px 0px 20px 0px;
    padding: 15px 10px;
}

.products {
    margin: 40px 0px 20px 0px;
}

.heading {
    padding: 10px 0px 25px 0px;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23aaaaaa' fill-opacity='0.5' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}

.row.topbar {
    background: #ea3624;
    padding: 7px;
}

.row.topbar a {
    padding: 0px 15px 0px 0px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-size: 12px;
    text-decoration: none;
    text-transform: lowercase;
}

.home img {
    width: 100%;
}

a.carousel-control i {
    top: calc(50% - 25px);
    left: calc(50% - 10px);
    position: absolute;
    font-size: 36px;
}

a.carousel-control {
    background: transparent !important;
}

a.box {
    text-decoration: none;
    color: #3a300e;
    border: 2px solid #ea3624;
    text-shadow: none;
    padding: 10px 30px;
    margin: 15px 0px;
    font-weight: 600;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
}

a.box:hover {
    box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.1);
    color: #fff3f3;
    text-shadow: none;
}

a.box {
    overflow: hidden;
}

a.box span {
    position: relative;
}

a.box:before {
    content: "";
    width: 150%;
    height: 100%;
    transform: skewX(-30deg);
    background: #ea3624;
    display: block;
    position: absolute;
    left: -200%;
    top: 0px;
    transition: left ease 0.6s;
}

a.box:hover:before {
    transition: left ease 0.6s;
    left: -25%;
}

.carousel-inner {
    padding: 70px 0px 110px 0px;
    background-color: #ffffff;
    box-shadow: inset 0px 0px 50px 0px rgba(0,0,0,0.1);
}

#cart .item {
    height: 100%;
}

.item .carousel-body {
    transition: all ease 0.5s;
    opacity: 0;
    transform: translateY(-50px);
}

.item.active .carousel-body {
    opacity: 1;
    transform: translateY(0px);
}

.item a.box {
    transition: all ease 0.5s;
    transform: translateY(100px);
    opacity: 0;
}

.item.active a.box {
    transition: all ease 0.3s;
    transform: translateY(0px);
    opacity: 1;
}

.navigation {
    background: #ffffff;
    padding: 15px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

.heading h3 {
    color: #ea3624;
    font-weight: bold;
}

.product img {
    transition: all ease 0.3s;
}

.product img.new {
    position: absolute;
    left: 15px;
    top: 0px;
    width: 70px;
}

.product:hover img.new {
    width: 0px;
}

.product:hover img:not(.new) {
    transform: scale(1.1);
}

img.element {
    height: 300px !important;
}

.carousel-body {
    color: #000000;
    text-shadow: none;
    width: 100%;
    display: block;
}

.carousel-body h1 {
    margin: 70px 0px 15px 0px;
}

.carousel-body p {
    line-height: 1.9;
    font-size: 14px;
    max-width: 350px;
}

.shop {
    padding: 20px 0px 50px 0px;
    background: url('../images/shop.jpg?v=1613467860') top left no-repeat;
    background-size: cover;
}

.gmap iframe {
    width: calc(100% + 30px);
    min-height: 350px;
    filter: invert(100%) contrast(75%) hue-rotate(10deg);
    margin: 0px -15px -5px -15px;
    box-sizing: border-box;
}

.youtube_video iframe {
    width: 100%;
}

.navigation button.link,.navigation a.link {
    padding: 10px 10px 10px 10px;
    margin: 20px 0px 0px 0px;
    text-decoration: none;
}

.navigation button.link i,.navigation a.link i {
    font-size: 24px;
    color: #6b5c5a;
}

.input-group {
    margin: 10px 0px 0px 0px;
}

.input-group * {
    border-color: #ea3624;
    border-radius: 0px !important;
}

.input-group button {
    color: #fff;
    background: #ea3624;
    height: 34px !important;
}

.input-group button:hover {
    background: #ea3624;
    outline: none;
    box-shadow: none;
    border-color: #ffffff;
}

.footer {
    background: #ffffff;
    color: #0000007d;
    padding: 20px 0px 40px 0px;
    border-top: 10px solid #e93624;
}

.brand {
    text-align: center;
    margin: -10px 0px 20px 0px;
}

.brand a {
    color: #fff;
    font-size: 18px;
    padding: 10px;
}

.brand img {
    height: 40px;
    margin: 60px 0px 0px 0px;
}

.category {
    position: relative;
    background: #e8e8e8;
    padding: 10px 10px 20px 10px;
    color: #696966;
    text-align: center;
    margin: 30px 0px;
    overflow: hidden;
}

.category.main_category {
    height: 530px;
}

.category.sub_category {
    height: 250px;
}

.category h2 {
    font-size: 100px;
    color: #d1cece;
    position: absolute;
    width: 100%;
    top: calc(50% - 250px);
}

.category.sub_category h2 {
    font-size: 80px;
    top: calc(50% - 80px);
}

.category a {
    position: absolute;
    bottom: 5px;
    left: calc(50% - 80px);
    height: 40px;
    width: 160px;
}

.category img {
    transition: transform ease 0.3s;
    height: 150px;
    margin: 10px 0px 0px 0px;
}

.category div {
    z-index: 1;
    position: absolute;
    width: 100%;
    pointer-events: none;
}

.category:hover img {
    transition: transform ease 0.3s;
    transform: scale(1.1);
}

.category h2 {
    transition: transform ease 0.7s;
}

.category:hover h2 {
    transition: transform ease 0.7s;
    transform: scale(1.1) translateY(-30px);
}

.main_category img {
    height: 550px;
    margin: 0px 0px 0px 0px;
    width: auto;
}

.copyright {
    text-align: center;
    padding-top: 45px;
}

.block {
    padding: 10px 0px 30px 16px;
}

.footer h4 {
    border-bottom: 2px solid #e2e2e2;
    color: #aa9795;
    font-size: 13px !important;
    padding-bottom: 10px;
}

.footer a {
    display: block;
    color: #dd493a;
    margin: 6px 3px;
}

.col-sm-6 h5 {
    border-bottom: 1px solid #eee;
    padding: 0px 0px 10px 0px;
    margin: 10px 0px 20px 0px;
}

h5 {
    color: #000;
}

.thumbnail {
    width: 100%;
    cursor: zoom-in;
    border-radius: 0px;
}

a.link.pull-right {
    color: #aaa;
    cursor: pointer;
}

a.link.pull-right i {
    font-size: 9px;
    vertical-align: 1px;
}

.product button.link {
    color: #434343;
}

.item img.element:first-child {
    transition: transform ease 0.3s;
}

.item:hover img.element:first-child {
    transition: transform ease 0.3s;
    transform: translateX(-10px) scale(1.05);
}

.alert.alert-info.banner {
    border-radius: 0px;
    border: none;
    background-color: #dbebf1;
    margin: 30px 0px;
    padding: 20px 15px;
    text-align: center;
    background-size: 45px;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='44' viewBox='0 0 80 88' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 21.91V26h-2c-9.94 0-18 8.06-18 18 0 9.943 8.058 18 18 18h2v4.09c8.012.722 14.785 5.738 18 12.73 3.212-6.99 9.983-12.008 18-12.73V62h2c9.94 0 18-8.06 18-18 0-9.943-8.058-18-18-18h-2v-4.09c-8.012-.722-14.785-5.738-18-12.73-3.212 6.99-9.983 12.008-18 12.73zM54 58v4.696c-5.574 1.316-10.455 4.428-14 8.69-3.545-4.262-8.426-7.374-14-8.69V58h-5.993C12.27 58 6 51.734 6 44c0-7.732 6.275-14 14.007-14H26v-4.696c5.574-1.316 10.455-4.428 14-8.69 3.545 4.262 8.426 7.374 14 8.69V30h5.993C67.73 30 74 36.266 74 44c0 7.732-6.275 14-14.007 14H54zM42 88c0-9.94 8.06-18 18-18h2v-4.09c8.016-.722 14.787-5.738 18-12.73v7.434c-3.545 4.262-8.426 7.374-14 8.69V74h-5.993C52.275 74 46 80.268 46 88h-4zm-4 0c0-9.943-8.058-18-18-18h-2v-4.09c-8.012-.722-14.785-5.738-18-12.73v7.434c3.545 4.262 8.426 7.374 14 8.69V74h5.993C27.73 74 34 80.266 34 88h4zm4-88c0 9.943 8.058 18 18 18h2v4.09c8.012.722 14.785 5.738 18 12.73v-7.434c-3.545-4.262-8.426-7.374-14-8.69V14h-5.993C52.27 14 46 7.734 46 0h-4zM0 34.82c3.213-6.992 9.984-12.008 18-12.73V18h2c9.94 0 18-8.06 18-18h-4c0 7.732-6.275 14-14.007 14H14v4.696c-5.574 1.316-10.455 4.428-14 8.69v7.433z' fill='%23f2f2f2' fill-opacity='0.57' fill-rule='evenodd'/%3E%3C/svg%3E");
}

a.offer-button {
    background: linear-gradient(#37c8ff,#1fa7db);
    color: #fff;
    margin: 10px 0px;
    border-radius: 2px;
    padding: 5px 15px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

a.offer-button:hover {
    background: linear-gradient(#2dbef4,#1799cb);
}

a.offer-button:active {
    color: #d7e4e8;
    background: #1799cb;
}

.navbar-nav > li {
    display: inline-block;
    width: auto;
}

ul.nav.navbar-nav {
    text-align: center;
}

.nav-left {
    display: inline-block;
    float: left;
}

ul.nav.nav-right {
    float: right;
    right: 0px;
    margin-top: 0px;
}

.nav-left img {
    height: 30px;
}

a.pull-up {
    color: #aaa;
    padding: 10px;
    margin: 0px -10px 0px 0px;
    cursor: pointer;
}

a.pull-up:hover,a.pull-up:active {
    color: #555;
    background: transparent !important;
}

button.btn.btn-xs.btn-default {
    border-radius: 0px;
    background: #e6e6e6;
    color: #737373;
    font-size: 12px;
    padding: 1px 5px;
    border: none;
    margin: 2px 10px;
}

#pop {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
    text-align: center;
    padding: 50px;
}

#pop > div {
    background: #fff;
    width: 100%;
    height: 100%;
    /* padding: 15px 30px; */
    text-align: left;
    position: relative;
}

.product_view img {
    max-width: 100%;
    margin: 5px 0px;
}

#pop button.link {
    position: absolute;
    z-index: 999;
    right: 50px;
    top: 50px;
    width: 30px;
    height: 30px;
    padding: 0px;
    color: #7e7070;
    background: #eaeaea;
}

#pop button.link:hover {
    color: #e36565;
}

.product-details {
    padding: 0px 0px 20px;
}

.product-details h6 {
    margin: 0px;
    padding: 0px;
    color: #ddae6c;
    font-size: 14px;
}

.product-details h1 {
    margin: 5px 0px;
}

.product-details p {
    color: #969292;
    margin: 10px 0px 20px 5px;
    line-height: 1.6;
}

.product-details span.price {
    color: #736666;
    font-size: 18px;
    cursor: pointer;
    margin: 10px 0px 0px 0px;
    display: block;
}

strike {
    color: #e67165;
    font-size: 18px;
}

.product_view .btn {
    margin: 15px 0px 0px 0px;
}

nav.navbar ul.nav.nav-right {
    display: none;
}

nav.navbar.navbar-fixed-top ul.nav.nav-right {
    display: block;
}

nav.navbar.navbar-fixed-top ul.nav.navbar-nav {
    text-align: left;
    float: left;
}

i.fa.fa-chevron-up {
    border: 1px solid #e9e9e9;
    padding: 10px;
}

.product {
    box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
    background: #f4f4f4;
    height: 380px;
}

.img {
    height: auto;
    margin: -15px -10px 10px -10px;
    padding: 20px;
    text-align: center;
    background: #fefefe;
}

.product button.link {
    margin: 14px 0px 0px 0px;
    display: inline-block;
    box-sizing: content-box;
    padding: 5px 0px;
    width: 33%;
    float: left;
}

.va {
    display: table;
    width: 100%;
    height: 40px;
}

.va > div {
    display: table-cell;
    vertical-align: bottom;
}

ol.breadcrumb {
    border-radius: 0px;
    margin: 15px 0px 15px 0px;
}

ol.breadcrumb a {
    color: #928e57;
}

.row.product_view {
    padding: 10px 0px 50px 0px;
}

.view_image_full {
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: scroll;
    height: 100%;
    width: 100%;
}

.view_image_full img {
    min-width: 100%;
    min-height: 100%;
}

.primary-image {
    height: 100%;
    overflow: hidden;
    width: 100%;
    text-align: center;
    outline: 2px solid #eee;
}

.primary-image img {
    width: auto;
    max-height: calc( 100vh - 150px);
    /* height: 100%; */
    transition: all ease 0.2s;
    text-align: center;
}

.primary-image:hover img {
    transform: scale(2);
}

.filter {
    background: #eee;
    padding: 10px;
    margin: 12px 0px;
}

.filter h4 {
    font-size: 14px;
    color: #aaa;
    margin: 0px 0px 10px 0px;
}

.filter label {
    display: block;
    cursor: pointer;
    color: #7b7070;
    font-weight: normal;
}

.filter label input {
    display: inline-block;
    margin: 0px 5px 0px;
    vertical-align: -2px;
}

.size,.tag {
    display: inline-block;
    border: 1px solid #aea5a5;
    width: auto;
    padding: 2px 5px 0px 5px;
    color: #000;
    font-size: 12px;
    margin: -4px 3px -5px 0px;
    background: #eee;
    text-align: center;
    border-radius: 0px;
    line-height: 1.5;
    cursor: pointer;
}

.size.selected, .tag.selected {
    color: #ea3624;
    background: #e5f2f7;
    border: 1px solid #ea3624;
    /* box-shadow: 0px 0px 0px 2px rgb(149, 204, 255); */
}

.color {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    font-size: 15px;
    cursor: pointer;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.15);
}

.product .color {
    width: 25px;
    height: 25px;
    font-size: 15px;
}

.color>div {
    width: 100%;
    height: 100%;
}

select.form-control {
    border-radius: 0px;
    font-size: 15px;
    padding: 0px 10px;
}

.color.selected:after {
    content: "\f00c";
    font-family: 'fontawesome';
    color: #fff;
    font-size: inherit;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 2px 0px;
    text-align: center;
    text-shadow: 0px 0px 1px rgba(0,0,0,0.5), 0px 0px 5px rgba(0,0,0,0.1);
}

.product_view h5 {
    color: #806e6e;
    margin: 10px 0px -5px 0px;
    border: none;
}

.product_view h5 b {
    color: #000;
    font-weight: normal;
}

.product_view .color {
    width: 35px;
    font-size: 22px;
    height: 35px;
    margin: 10px 10px 10px 0px;
}

.product_view .size {
    width: auto;
    min-width: 30px;
    line-height: 1.8;
    font-size: 15px;
    margin: 10px 10px 10px 0px;
}

.alt-images img {
    cursor: pointer;
    height: 80px;
    margin: 15px 10px 10px 0px;
    outline: 2px solid #eee;
}

.filter li {
    list-style: none;
    color: #aaa;
}

.filter li a {
    padding: 3px;
    display: block;
    color: #666;
}

.filter li a:hover {
    cursor: pointer;
    color: #333;
    text-decoration: none;
}

#pop .row.product_view {
    max-height: 100%;
    padding: 10px 0px 50px 0px;
    overflow: auto;
    overflow-x: hidden;
    margin: 0px;
}

.control-group {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    text-align: left;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    padding: 30px;
    width: 200px;
    height: 210px;
    margin: 10px;
}


.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border: 1px solid #de7f76;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control:hover input ~ .control__indicator, .control input:focus ~ .control__indicator {
    background: #ccc;
}

.control input:checked ~ .control__indicator {
    background: #ea3624;
}

.control:hover input:not([disabled]):checked ~ .control__indicator, .control input:checked:focus ~ .control__indicator {
    background: #ea3624;
}

.control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.control input:checked ~ .control__indicator:after {
    display: block;
}

.control--checkbox .control__indicator:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
    left: 7px;
    top: 7px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #fff;
}

.control--radio input:disabled ~ .control__indicator:after {
    background: #7b7b7b;
}

.page {
    min-height: 70vh;
}

.page .cart-item-title {
    font-size: 23px;
    line-height: 1.8;
}

.page .cart-item-details {
    font-size: 14px;
    line-height: 2.2;
}

.page button.btn.btn-xs.btn-default {
    padding: 5px 10px;
    vertical-align: 1px;
}

.page .subtotal,.page .total,.page .delivery_charge {
    position: static;
    width: 100%;
    margin: 10px 10px 10px 0px;
}

img.pi {
    height: 50px !important;
    cursor: pointer;
}

div#checkout_item img {
    max-height: 120px;
    max-width: 100%;
}

.col-xs-4.col-sm-3 {
    text-align: center;
}

#checkout_item>div {
    background: #f0f0ef;
    margin: 10px 0px;
    padding: 10px;
    color: #908484;
}

.sub-price {
    font-size: 20px;
    padding: 5px 10px;
}

i.fa.fa-heart {
    color: #ef5300;
}

.well.login-well {
    border-radius: 0px;
    box-shadow: none;
    margin: 50px 0px 0px 0px;
    padding: 10px 25px 25px 25px;
    background: #f5f5f5;
    border: none;
}

input.form-control {
    border: 1px solid #dcdcdc;
    border-radius: 0px !important;
}

.divider {
    padding: 20px 0px;
    position: relative;
}

.divider:before {
    content: "";
    width: calc(50% - 10px);
    display: block;
    background: #dedede;
    height: 1px;
    left: 0px;
    top: 50%;
    position: absolute;
    z-index: 0;
}

.divider:after {
    content: "";
    width: calc(50% - 10px);
    display: block;
    background: #dedede;
    height: 1px;
    right: 0px;
    top: 50%;
    position: absolute;
    z-index: 0;
}

.promo_message {
    padding: 30px 0px;
}

.item-price {
    font-size: 15px !important;
}

.cart-item-title {
    font-size: 18px;
}

div#cart_item .color {
    width: 22px;
    height: 14px;
    vertical-align: -2px;
}

.shopper-info input,.shopper-info select,.shopper-info textarea {
    display: block;
    width: 100%;
    background: #fbfbfb;
    border: none;
    padding: 7px 10px;
}

.create-account-info {
    text-align: center;
    padding: 50px 50px 100px 50px;
}

.create-account-info > .btn {
    margin: 20px 0px;
}

.order {
    padding: 20px 0px 100px 0px;
}

.shopper-info label {
    margin: 15px 0px 0px 0px;
    padding: 0px;
    line-height: 1;
    color: #9e9999;
}

.shopper-info input[disabled] {
    color: #8a7f7f;
    background: #fbfbfb;
    cursor: not-allowed !important;
}

.pcs {
    margin: 3px 0px 3px -8px;
}

.alert.alert-danger {
    border-radius: 0px;
}

.color.static.tiny {
    width: 12px;
    height: 12px;
    vertical-align: -1px;
}

.final_order_detail {
    margin: 0px 0px 10px 0px;
    background: #eee;
    padding: 5px;
    font-size: 12px;
}

span.badge {
    border-radius: 2px;
    padding: 4px 5px;
}

a.home {
    display: inline-block;
    width: 250px;
    max-width: calc(100vw - 100px) !important;
    overflow: hidden;
    margin: 20px 15px;
}

.navigation> div > div > .logocontainer {
    text-align: center;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
    font-size: 15px;
}

.mainquery {
    text-align: center;
    padding: 50px 0px 70px 0px;
    background: url(../images/autorack_bg.jpg?v=1614489578), #100f0f;
    background-size: cover;
    position: relative;
    background-position: center !important;
    background-repeat: no-repeat;
}

.mainquery:before {
    background-color: rgb(255 215 211 / 10%);
    content: '';
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.mainquery.product_page {
    background: #fff;
}

.mainquery h1 {
    color: #fff;
    font-size: 32px;
    z-index: 1;
    position: relative;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.mainquery h1 select {
    color: #000;
    padding: 0px 10px;
    font-size: 23px;
    vertical-align: 2px;
}

.search-vehicle {
    padding: 30px 30px 80px 30px;
    display: flex;
    text-align: left;
    color: #ea3624;
    width: 100%;
    position: relative;
}

.search-vehicle > * {
    flex-grow: 1;
    margin: 5px !important;
    font-size: 15px;
}

.title {
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height:20px;
}

.sizes {
    height: 26px;
}


.product-details .sizes {
    height: auto;
}

.mainquery label {
    font-weight: normal;
    display: block;
}

.carousel-body img {
    width: 100%;
}

.carousel a.carousel-control {
    color: #f00;
    opacity: 1;
}

.mainquery .title {
    font-size: 27px;
    font-weight: bold;
    text-align: center;
}

.alert.alert-danger.banner {
    background: #e4ebea;
    color: #009688;
    border: none;
}

img.maker_logo {
    width: 60px;
    margin: -5px;
}

img.vehicle_image {
    height: 150px;
    margin: -10px 0px 0px 0px;
}

.vehicle_overview {
    background: #fff;
    overflow: hidden;
    border: none;
    border-radius: 0px;
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
}

.vehicle_overview h3 {
    margin: 10px 0px 5px 0px;
}

a {
    color: #dd1717;
}

a.link.wishlist_icon {
    display: inline-block;
    position: relative;
}

.product_view button.btn.btn-block.btn-default {
    background: #6d6565;
    color: #fff;
}

.supplier img {
    height: 40px;
}

button.reset.btn.btn-link.pull-right {
    margin: -13px -15px;
    color: #8b6666;
    outline: none;
    background: transparent;
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background: rgb(37, 29, 18);
}

::-webkit-scrollbar-thumb {
    background: #6b6b58;
    border-radius: 10px;
}

.mainquery li {
    width: 50%;
    text-align: center;
    font-size: 16px;
    background: #aaa;
}

.mainquery li i {
    font-size: 25px;
    vertical-align: -2px;
    display: inline-block;
    margin: 3px;
}

.mainquery li.active a:hover, .mainquery li.active a:active, .mainquery li.active a:focus {
    color: #ea3624;
}

.mainquery li a {
    background: #928380 !important;
    color: #242121;
}

.mainquery li.active a {
    background: #ffffff !important;
    color: #ea3624;
    margin: 0px;
}

.mainquery li a {
    border-radius: 0px !important;
}

ul.nav.nav-tabs {
    margin: -30px -30px 25px -30px;
}

.nav-tabs>li>a:hover {
    border-color: #928380;
}

i.fa.fa-star {
    color: #ece1e1;
}

i.fa.fa-star.red {
    color: #ea3624;
}

.count {
    display: inline-block;
    padding: 0px 5px;
}

.rating {
    width: auto;
    display: inline-block;
}

.rating > div {
    padding: 3px;
}

.rating i {
    display: inline-block;
    padding: 1px;
    font-size: 16px;
}

.review {
    padding: 5px 10px 10px 10px;
    border-left: 3px solid #aaa;
    margin: 10px;
    background: rgba(0,0,0,0.03);
}

.review .user {
    font-size: 12px;
    color: #847777;
}

.write-review {
    margin: 10px 0px 80px 0px;
    color: #fff !important;
}

.no-review {
    margin: 23px 0px 0px 0px;
    text-align: center;
    color: #aaa;
}

textarea[name=review-text] {
    width: 100%;
    margin: 15px 0px 0px 0px;
    min-height: 80px;
    color: #483a39;
    padding: 5px;
}

.star-rating {
    white-space: nowrap;
    overflow: hidden;
    direction: rtl;
    font-size: 0px;
    text-align: center;
    display: inline-block;
}

.star-rating:active {
    transform: scale(1.1);
}

.star-rating i {
    font-size: 30px;
    width: 30px;
    vertical-align: 2px;
    pointer-events: none;
}

.rate {
    color: #ea3624;
    font-size: 25px;
    line-height: 36px;
    font-weight: bold;
}

.star-rating input:checked ~ i {
    color: #f00;
}

.your-review {
    text-align: center;
    font-size: 19px;
    padding: 10px;
    background: rgba(216, 216, 216, 0.1);
    margin: 10px 0px;
}

.star-rating:hover i {
    color: #ece1e1 !important;
}

.star-rating input:hover ~ i {
    color: #f00 !important;
}

.star-rating input {
    width: 30px;
    height: 25px;
    opacity: 0;
    margin-left: -28px;
    cursor: pointer;
}

.menu li {
    list-style: none;
    display: inline-block;
}

.menu a {
    padding: 10px 15px;
    display: inline-block;
    font-size: 18px;
    color: #4c4544;
    text-decoration: none;
}

.menu a:hover {
    background: #ea3624;
    color: #fff;
}

.menu {
    margin-bottom: -15px;
}

.jq-ry-rated-group.jq-ry-group>svg {
    fill: #fb5712;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg {
    height: 25px;
}


.hm-dc-price{
    color: black;
}
.offers a img {
    max-height: 160px;
    width: 100%;
    vertical-align: middle;
}

.offers {
    display: flex;
    align-items: center;
    justify-content: center;
    <!-- margin: 10px -10px 20px -10px; -->
    margin: 10px 5px 20px 5px;
}

.pimg {
    height: 200px;
    width: 168px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ptitle {
    text-align: center;
    text-decoration: none;
    color: #6f6767;
    height: 58px;
}

.shop h3 {
    color: #fff;
    margin: 20px 0px 20px 0px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.shop textarea {
    height: 43px !important;
}

.gmap img {
    width: 100%;
}

img.featured_image {
    margin: 30px 30px 30px 0px;
    width: 100%;
}

.homepage-categories a {
    display: inline-block;
    width: calc(50% - 50px);
    margin: 10px 15px;
    overflow: hidden;
    text-align: center;
    border: 5px solid #efe8e8;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none !important;
    color: #ea3a28;
    font-size: 16px;
    height: 253px;
    cursor: pointer;
    transition: border-color ease 0.3s;
}

.homepage-categories a:hover {
    border-color: #aaa;
    transition: border-color ease 0.3s;
}

.homepage-categories {
    text-align: center;
    width: 100%;
}

.homepage-categories a img {
    height: 200px;
    max-width: 100%;
}

.contact-form>* {
    display: block;
    width: 100%;
    font-weight: normal;
}

.contact-form label {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

.contact-submit {
    color: #fff;
    font-size: 18px;
    padding: 20px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
}

button#send_msg {
    margin: 18px 0px;
}

.vehicle_selector {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    background: rgb(0,0,0,0.75);
    z-index: 9999999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vehicle_selector .search-vehicle {
    flex-direction: column;
}

.vehicle_selector .mainquery {
    background-position: 65% 0px;
}

.vehicle_selector .mainquery {
    position: fixed;
    width: 100vw;
    max-width: 500px;
    box-shadow: 0px 0px 10px;
    border-radius: 10px;
    padding: 40px 40px 0px 40px;
    overflow: hidden;
}

.vehicle_selector .container {
    width: unset;
}

.mainquery .close {
    color: #fff;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px;
    font-size: 18px;
    opacity: 1;
    text-shadow: none;
    background: #ea3624;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 0px 0px 0px 10px;
}
.vehicle-selector .search-vehicle {
    padding: 0px;
}

.vehicle-selector select {
    display: inline-block;
    margin: 5px 2px 5px 2px !important;
    width: auto;
}

.vehicle-selector {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bigC {
    font-size: 80px;
    color: rgb(243 239 238);
    position: absolute;
    right: 0px;
    top: 0px;
    line-height:45px;
    text-transform: uppercase;
    z-index: 0;
}

.add-garage {
    text-align: center;
    padding: 10px 15px 20px 15px;
    margin: 0px -15px -15px -15px;
    line-height: 2.5;
    background: #f8f4f3;
}

img.svg-icon {
    width: 24px;
    vertical-align: -8px;
    opacity: 0.7;
    margin: 3px;
}

.empty_garage.well.well-sm.vehicle_overview {
    text-align: center;
    padding: 50px;
}
.mainquery.addtogarage {
    background: #fff !important;
    background-color: #fff !important;
    padding: 20px;
}

.mainquery.addtogarage:before {
    background-color: rgb(255 255 255 / 10%);
}

.mainquery.addtogarage>.container {
    max-width: 400px;
    width: 100%;
}

.mainquery.addtogarage .search-vehicle {
    flex-direction: column;
}

div.mainquery.addtogarage h1 select {
    font-size: 15px !important;
}

.mainquery.addtogarage .search-vehicle {
    padding: 0px;
    margin: 0px 0px 0px -5px;
}

.input-group.product-search {
    position: relative;
}

div#result {
    position: absolute;
    z-index: 99;
    left: 1px;
    top: 34px;
    background: #fff;
    overflow: auto;
    height: auto;
    max-height: 350px;
    width: calc(100% - 1px);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    text-align: center;
}

div#result i {
    font-size: 18px;
    margin: 50px;
}

#noresult {
    padding: 50px;
}

div#result a {
    text-align: left;
    padding: 5px;
    font-size: 13px;
    color: #544;
    display: block;
    border-bottom: 1px solid #eee;
    text-decoration: none;
}


div#result a:hover {
    background: rgba(100,0,0,0.1);
}

div#result a div {
    font-size: 11px;
    text-align: left !important;
}

span.price b {font-size: 23px;color: #ea3732;font-weight: normal;}

pre {
    padding: 0px;
    white-space: pre-wrap;
    font-family: 'Coda';
}

.delivery-info-panel i.fa-2x {
    color: #6a5959;
    display: block;
    margin: 20px 0px 0px 3px;
    font-size: 23px;
    text-align: right;
    width: 100%;
}

.delivery-info-panel h4 {
    margin: 25px 0px 5px 0px;
    color: #000;
}

.delivery-info-panel {
    padding: 10px;
    background: #f5f5f5;
}


.offers .offer-product {
    border: 5px solid #efe8e8 !important;
    border-radius: 7px !important;
    margin: 7px !important;
    padding: 4px !important;
    
}


.special-day {
    width: 100% !important;
    height: 500px;
}


.news p {
    text-align: justify;
}

.sizes-home {
    height: 0px;
}




@media (max-width: 1000px) {
    .topbar a.user {
        font-size: 0px !important;
    }

    .row.topbar a:not(.phone) {
        float: right;
    }

    .topbar a i {
        font-size: 14px;
        padding: 1px;
    }

    img.element {
        height: 150px !important;
    }

    .navigation div {
        text-align: center !important;
    }

    .carousel-body * {
        text-align: center !important;
    }

    .carousel p {
        max-width: none;
    }

    .shop {
        padding: 10px;
    }

    .alert.alert-info.banner {
        height: auto;
    }

    .bottom {
        text-align: center;
        font-size: 15px;
    }

    .bottom div.pull-right {
        float: none !important;
        height: 50px;
        display: block;
        margin: 10px -10px -10px -10px;
        background: #dadada;
    }

    #pop {
        padding: 5px;
    }

    .product_view .col-xs-2 {
        float: none !important;
        width: 100%;
    }

    .alt-images {
        width: 100%;
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
        margin: 5px 0px;
    }

    .alt-images img {
        height: 100px;
        margin: 0px;
    }

    .primary-image img {
        width: 100%;
        max-height: calc( 100vh - 250px);
    }

    .alt-images div {
        display: inline-block;
        margin: 4px 2px;
        background: #f9f9f9;
    }

    .product_view .col-xs-10 {
        float: none !important;
        width: 100%;
    }

    #pop > div {
        padding: 20px 0px 0px 0px;
    }

    #pop button.link {
        right: 5px;
        top: 5px;
        width: 30px;
        height: 30px;
    }

    .page .cart-item-title {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.6;
    }

    .page .cart-item-details {
        font-size: 14px;
    }

    .page button.btn.btn-xs.btn-default {
        padding: 3px 5px;
        font-size: 11px;
        vertical-align: 1px;
        margin: 2px;
    }

    .page img {
        width: calc(100% + 25px) !important;
        margin: 7px -15px 0px -5px;
    }

    .sub-price {
        font-size: 15px;
        padding: 4px 5px;
    }

    .search-vehicle {
        flex-direction: column;
    }

    .mainquery {
        background-position: 65% 0px;
    }

    .offers {
        display: block;
        text-align: center;
    }

    .offers a {
        width: calc(50% - 30px);
        display: inline-block;
    }

    .homepage-categories a {
        width: calc(100% - 30px);
    }

    .vehicle_selector .mainquery {
        padding: 50px 20px 0px 20px;
        overflow: hidden;
        height: 100vh;
        border-radius: 0px;
        height: 100vh;
        border-radius: 0px;
    }

    .vehicle_selector .mainquery {
        padding: 50px 20px 0px 20px;
    }
}

@media (min-width: 768px) {

    .res {
    display: none;
}

.topnav {
    display: none;
}

.star-rating-home {
    text-align: unset !important;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg {
    display: inline-block;
    width: 16px !important;
}

.price-padding {
    padding-right: 0px;
}

.rating-padding {
    padding-left: 0px;
    margin-top: 0px;
}
.jq-ry-container {
   padding: 0px !important;
}


}

@media (max-width: 767px) {

.row.topbar {
    display: none;
}

.navigation .col-sm-7 {
    display: none;
}

.mainquery {
    padding: 0px;
}

.search-vehicle {
    padding: 0px 30px 15px 30px;
}

.navigation {
    background: #ffffff;
    padding: 0px 15px 0px 15px;
}

.navigation button.link, .navigation a.link {
    margin: 5px 0px 0px 0px;
}

.offers {
    padding: 0px 90px 0px 90px;
}

.offers a {
    width: unset;
}

.offers .text-right {
    text-align: center !important;
}

.special-day {
    width: 100% !important;
    height: 285px;
}

.sizes {
    height: 0px;
}

.product button.link {
    margin: unset;
    padding: 5px 0px;
    width: 10%;
    float: unset;
}

.pimg {
    height: 95px;
}

.product {
   width: 480px;
}

.col-sm-3 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.control-label {
    display: flex;
    justify-content: unset;
}


.video-res {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

iframe.video1 {
    margin-bottom: 10px;
}



.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg {
    display: inline-block;
    height: 23px;
}


<!-- .bottom {
   
    margin-top: -50px;
} -->

}


@media (max-width: 540px) {

    .product {
    width: 400px;
}

.col-xs-1 {
    width: 12.333333%;
}

.product-details h1 {
    font-size: 24px !important;
}

}

@media (max-width: 414px) {

    .offers {
    padding: 35px;
} 

.pimg {
    height: 140px;
}

.product {
    width: 373px;
}

<!-- .col-xs-1 {
    width: 13.333333%;
} -->

<!-- .bottom {
    margin-top: -40px;
} -->

}



@media (max-width: 375px) {
    .product {
        width: 340px;
    }
}


@media (max-width: 360px) {
    .product {
        width: 325px;
    }
}

@media (max-width: 320px) {
    .product {
        width: 280px;
    }
}


@media (max-width: 280px) {

    .offers {
    padding: 15px;
}

}























