body {
    background: url(../images/bg_pattern.jpg) #f4f5f5;
    color: #252a2f;
    font: 14px/22px "Open Sans", Arial, Helvetica, sans-serif;
}
a {
    color: #960303;
}
a:focus {
    outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Roboto Condensed", Helvetica, Times New Roman, sans-serif;
    color: #252a2f;
}
.h1, h1 {
	margin: 0 0 5px;
	font-size: 34px;
}
h2, .h2 {
	font-size: 30px;
}
h3, .h3 {
    font-size: 26px;
}
h4, .h4 {
    font-size: 20px;
}
h5, .h5 {
    font-size: 18px;
}
h6, .h6 {
    font-size: 14px;
}
.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
	text-transform: uppercase;
}
hr {
    border-color: #8c8f92;
}
button,
button:focus,
input,
select,
textarea {
    outline: 0
}
img {
    max-width: 100%
}
.btn-danger {
    background-color: #dd0504;
    border-color: #dd0504
}
.line-height-normal {
    line-height: normal
}
.color-ruby {
    color: #dd0504
}
.color-white {
    color: #fff
}
.color-black {
    color: #000
}
.underline {
    text-decoration: underline
}
.underline:hover {
    text-decoration: none
}
.text-center {
    text-align: center
}
.text-right {
    text-align: right
}
.no-margin {
    margin: 0
}
.no-padding {
    padding: 0
}
.m-t-5 {
    margin-top: 5px
}
.m-t-10 {
    margin-top: 10px
}
.m-t-15 {
    margin-top: 15px
}
.m-t-20 {
    margin-top: 20px
}
.m-t-25 {
    margin-top: 25px
}
#footer-area,
.m-t-30 {
    margin-top: 30px
}
.m-b-5 {
    margin-bottom: 5px
}
.m-b-10 {
    margin-bottom: 10px
}
.m-b-15 {
    margin-bottom: 15px
}
.m-b-20 {
    margin-bottom: 20px
}
.m-b-25 {
    margin-bottom: 25px
}
.m-b-30 {
    margin-bottom: 30px
}
.m-l-15 {
    margin-left: 15px
}
.m-r-15 {
    margin-right: 15px
}
.pt-5 {
	padding-top: 5px;
}
.p-t-10 {
    padding-top: 10px
}
.p-t-15 {
    padding-top: 15px
}
.p-t-20 {
    padding-top: 20px
}
.p-t-25 {
    padding-top: 25px
}
.p-t-30 {
    padding-top: 30px
}
.p-b-10 {
    padding-bottom: 10px
}
.p-b-15 {
    padding-bottom: 15px
}
.p-b-20 {
    padding-bottom: 20px
}
.p-b-25 {
    padding-bottom: 25px
}
.p-b-30 {
    padding-bottom: 30px
}
.d-inline-block {
    display: inline-block
}
.btn-navbar {
    border: 1px solid #fff;
    color: #fff
}
.btn-navbar:focus,
.btn-navbar:hover {
    color: #fff
}
.visible-xxs {
    display: none
}
.bg-red {
    background: #dd0504;
    color: #fff
}
.noneFloat {
    display: inline-block;
    vertical-align: top;
    display: inline-block;
    margin-right: -4px;
    float: none !important
}
.d-flex {
	display: flex;
}
.flex-column {
	flex-direction: column;
}
.justify-content-center {
    justify-content: center;
}
.flex-column {
	flex-direction: column;
}
.btn.btn-quest {
	background: #252a2f;
	text-transform: uppercase;
	height: 38px;
	width: 210px;
	line-height: 38px;
	padding: 0;
	font-weight: 500;
	color: #fff;
	margin-top: 20px;
	text-decoration: none;
	border: 1px solid #252a2f;
}
.btn.btn-quest:hover {
	color: #252a2f;
	background: #fff;
	border: 1px solid #252a2f;
}
.nolink {
    color: #FFF;
}
.nolink:hover {
    text-decoration: none;
    color: #FFF;
}
input[type="checkbox"].custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-checkbox+label {
    user-select: none;
    cursor: pointer;
    line-height: 16px;
    display: block;
}
.custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #dd0504;
    border-radius: 3px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    vertical-align: text-top;
    cursor: pointer;
}
.custom-checkbox:checked+label::before {
    border-color: #dd0504;
    background-color: #dd0504;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.product-col.bg-red .custom-checkbox+label::before {
    background: #fff;
    border: 1px solid #fff;
}
.product-col.bg-red .custom-checkbox:checked+label::before {
    border-color: #fff;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23dd0504' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.product-col.bg-red .custom-checkbox ~ label > a {
    color: #fff;
    text-decoration: underline;
}
.product-col.bg-red .custom-checkbox ~ label > a:hover {
    color: #fff;
    text-decoration: none;
}

/* begin header style */
.logo,
.relative {
    position: relative
}
.logo {
    z-index: 100
}
.header-links li,
.logo a {
    display: inline-block;
}
[data-id="cart"] .btn span#cart-total,
#cart .btn span#cart-total,
[data-id="cart"] .btn-block1 a,
#cart .btn-block1 a,
.main-heading,
.main-heading2,
.product-col .btn-cart,
.product-col .price .price-tax,
.product-col h4 {
    text-transform: uppercase;
}
.main-heading {
    font-size: 30px;
}
.main-heading span {
    font-size: 18px;
    color: #878a8c;
}
.main-heading2,
.sub-heading {
    font-size: 24px;
}
.sub-heading {
    text-transform: uppercase;
    padding: 10px 0;
}
[data-id="cart"] .btn,
#cart .btn,
.dropdown-menu,
.header-top .btn-link,
.header-top li,
.product-col .btn-cart,
.product-col .caption h4,
.product-col .price,
.product-info .product-details,
.search .input-group .form-control {
    font-family: "Roboto Condensed", sans-serif;
}
#header-area {
    margin-bottom: 20px;
}
.header-top {
    background: #252a2f;
}
.header-links li .fa {
    margin-right: 3px;
}
.header-links li span.header__user-link-span {
    padding: 12px 7px 12px 0;
    font-size: 13px;
    cursor: pointer;
    color: #fff;
    display: inline-block;
}
.header-links li,
.header-links li a {
    color: #fff;
}
.header-links li a {
    padding: 12px 15px 12px 0;
    display: inline-block;
}
.header-links li span.header__user-link-span:focus,
.header-links li span.header__user-link-span:hover,
.header-links li span.header__user-link-span.active {
    text-decoration: underline;
}
.header-links li span.header__user-link-span:focus,
.header-links li span.header__user-link-span:hover,
.header-links li span.header__user-link-span.active,
.header-links li a:focus,
.header-links li a:hover,
.header-links li.active a,
.header-links li.active span {
    background: 0 0;
    color: #dd0504;
    line-height: 20px;
}
.header-top .btn-link {
    color: #fff;
    text-decoration: none;
    margin: 4px 0 0;
}
.header-top .open .btn-link {
    color: #fff;
}
.header-top .btn-link i.fa {
    margin-left: 5px;
}
.logo img {
    margin: -15px 0;
}
.main-header {
    padding: 35px 0 25px;
}
.search {
    margin: 19px 0 0;
}
.search .input-group .form-control {
    background: #252a2f;
    border: solid #525c66;
    border-width: 1px 0 1px 1px;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    transition: all 0.3s ease;
}
.search .input-group .form-control:focus {
    color: #000;
    background: #fff;
}
.search .input-group .form-control::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}
.search .input-group .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.search .input-group .form-control:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
.search .input-group .form-control:focus::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}
.search .input-group .form-control:focus::-moz-placeholder {
    color: #000;
    opacity: 1;
}
.search .input-group .form-control:focus:-ms-input-placeholder {
    color: #000;
    opacity: 1;
}
[data-id="cart"] .btn,
#cart .btn,
.search .input-group .btn {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    color: #fff;
}
.search .input-group .btn {
    background: #252a2f;
    border: solid #525c66;
    border-width: 1px 1px 1px 0;
    height: 46px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
}
[data-id="cart"] .btn,
#cart .btn {
    background: #22292e;
    text-align: left;
    padding: 0;
    margin: 12px 0 0;
    font-size: 16px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
}
[data-id="cart"] .btn .fa-shopping-cart,
#cart .btn .fa-shopping-cart {
    background: #dd0504;
    color: #fff;
    line-height: 1;
    padding: 10.5px 11.4px;
    font-size: 25px;
    margin-right: 5px;
}
[data-id="cart"] .btn span#cart-total,
#cart .btn span#cart-total {
    color: #fff;
    font-size: 16px;
    padding: 0 8px 0 5px;
    text-transform: capitalize;
}
[data-id="cart"] .btn i.fa-caret-down,
#cart .btn i.fa-caret-down {
    color: #fff;
}
#cart .btn i.fa-caret-down {
    background: url("data:image/svg+xml,%3Csvg width='14' height='7' viewBox='0 0 14 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.8333 0.5L6.99996 6.33333L1.16663 0.5' stroke='white' stroke-width='0.833333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat 0 0 transparent;
    width: 14px;
    height: 7px;
    font-size: 0px;
    position: absolute;
    right: 14px;
    top: calc(50% - 3px);
}
[data-id="cart"] .dropdown-menu,
#cart .dropdown-menu {
    min-width: 400px;
    margin-top: 10px;
    background: #22292e;
    color: #fff;
    border: none;
    z-index: 1001;
    padding: 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
[data-id="cart"] .open > .dropdown-menu,
#cart .open > .dropdown-menu {
    display: block;
}
[data-id="cart"] .dropdown-menu table,
#cart .dropdown-menu table {
    margin-bottom: 10px;
}
[data-id="cart"] .dropdown-menu table,
#cart .dropdown-menu table,
[data-id="cart"] .dropdown-menu table td,
#cart .dropdown-menu table td {
    background: 0 0;
    border: none;
}
[data-id="cart"] .dropdown-menu table.hcart td,
#cart .dropdown-menu table.hcart td,
.line-bottom {
    border-bottom: 1px solid #54575b;
}
.btn-block1,
.line-top {
    border-top: 1px solid #54575b;
}
[data-id="cart"] .btn-block1,
#cart .btn-block1 {
    padding: 20px 0 0;
}
[data-id="cart"] .btn-block1 a,
#cart .btn-block1 a {
    padding: 8px 12px;
    margin-left: 10px;
    font-size: 12px;
    text-decoration: none;
}
[data-id="cart"] .btn-block1 a + a,
#cart .btn-block1 a + a,
[data-id="cart"] .btn-block1 a:hover,
#cart .btn-block1 a:hover {
    background: #dd0504;
    color: #fff;
}
[data-id="cart"] .btn-block1 a,
#cart .btn-block1 a,
[data-id="cart"] .btn-block1 a + a:hover,
#cart .btn-block1 a + a:hover {
    background: #fff;
    color: #252a2f;
}
[data-id="cart"] .dropdown-menu li > div,
#cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px;
}
[data-id="cart"] .dropdown-menu li p,
#cart .dropdown-menu li p {
    margin: 20px 0;
}
[data-id="cart"] .dropdown-menu table.total td,
#cart .dropdown-menu table.total td {
    padding: 2px 8px;
}
[data-id="cart"] .dropdown-menu table td a,
#cart .dropdown-menu table td a {
    color: #dd0504;
}
[data-id="cart"] .dropdown-menu table td a:hover,
#cart .dropdown-menu table td a:hover {
    color: #fff;
}
.navbar.affix {
    top: 0;
    z-index: 1000;
}
/* end header style */

.slider {
    margin-bottom: 30px;
}
.col3-banners {
    margin-bottom: 20px;
}
.products-list {
    margin-bottom: 15px;
}
.col2-banners,
.product-col {
    margin-bottom: 20px;
}
.product-col {
    padding: 15px 15px 10px;
    background: #fff;
    border: 1px solid #e8e8e8;
}
.product-col.list .image {
    padding: 5px 30px 10px 0;
    float: left;
    max-width: 360px;
}
.product-col .caption {
    padding: 0 0 20px;
}
.product-col.list .caption {
    margin-left: 363px;
}
.product-col h4 {
    font-size: 16px;
}
.product-col h4,
.product-col h4 a {
    color: #252a2f;
}
.product-col .description {
    padding: 5px 0;
    color: #8b8b8b;
    font-size: 12px;
    line-height: 18px;
    text-align: justify;
}
.product-col.list .description {
    padding-right: 20px;
}
.product-col .price {
    padding: 10px 0;
}
.product-col .caption .price {
    padding: 10px 0 0;
}
.product-col .price .price-tax {
    font-size: 14px;
    color: #2f353b;
}
.product-col .price span.price-new {
    color: #2f353b;
    font-size: 24px;
}
.product-col .price .price-seller span.price-new {
    font-size: 20px;
}
.product-col .price span.price-old {
    font-size: 18px;
    color: grey;
    text-decoration: line-through;
}
.product-col .cart-button {
    padding-top: 10px;
}
.product-col .cart-button .btn-cart {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.product-col .btn-compare {
    color: #fff;
    background: #2f353b;
    margin-right: 3px;
}
.product-col .btn-cart {
    font-size: 14px;
    color: #fff;
    background: #dd0504 !important;
    text-shadow: none !important;
}
.product-col .btn-cart:hover {
    color: #fff !important;
    background: #2f353b !important;
}
.product-head {
    padding: 14px 20px;
    margin: 0 0 20px;
    font-size: 24px;
    background: #dd0504;
    color: #fff;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
}

.content-box {
    border: 1px solid #e9e9e9;
    background: #fff;
    margin-top: 20px;
    padding: 30px;
}
.content-box .special-heading {
    font-size: 60px;
    color: #e60707;
    margin-top: 0;
    margin-bottom: 0;
}

/* Hide Spinner in Input Number - Firefox*/
input[type=number].number-mini::-webkit-outer-spin-button,
input[type=number].number-mini::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number].number-mini {
    -moz-appearance:textfield;
}

/* begin footer style */
.footer-links {
    background: #e8e8e8;
    border-top: 1px solid #bcbcbc;
    padding: 25px 0 40px;
}
.footer-links .h5 {
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 18px;
}
.footer-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-links li {
    font-size: 12px;
    padding: 2px 0;
}
.footer-links .last h4.lead,
.footer-links li,
.footer-links li a {
    color: #8b8b8b;
}
.footer-links .last li a,
.footer-links li a:hover {
    color: #333;
}
.footer-links .last h4.lead {
    font-size: 24px;
    margin-bottom: 0;
}
.footer-links .last h4.lead span {
    color: #151515;
}
.copyright {
    background: #252a2f;
    padding: 18px 0 8px;
    font-size: 13px;
}
.copyright,
.copyright a {
    color: #fff;
}
.copyright p {
    padding-top: 4px;
}
.footer__social {
    margin-top: 10px;
    display: flex;
    align-items: center;
    column-gap: 8px;
    justify-content: space-between;
}
.footer__social-link {
    height: 22px;
}
.footer__menu-item-link.active {
    color: #960303
}
.footer__copyright {
    margin-bottom: 5px
}
.footer__help {
    margin: 10px 0;
    display: inline-block
}
/* end footer style */

@media (min-width: 992px) and (max-width: 1199px) {
    [data-id="cart"] .btn .fa-shopping-cart,
    #cart .btn .fa-shopping-cart {
        margin-right: 5px;
    }
    [data-id="cart"] .btn span#cart-total,
    #cart .btn span#cart-total {
        padding: 0 5px;
    }
    [data-id="cart"] .btn i.fa-caret-down,
    #cart .btn i.fa-caret-down {
        margin-left: 0;
    }
    .product-col.list .image {
        padding: 0 30px 10px 0;
    }
    .product-col .btn-cart {
        margin-top: 5px;
    }
    .footer-links h5 {
        margin: 10px 0;
    }
    .copyright {
        font-size: 13px;
    }
    .copyright p.pull-left,
    .copyright ul {
        text-align: center;
        float: none !important;
    }
    .nav > li > a {
        padding-left: 4px;
        padding-right: 4px;
    }
    .product-col__img {
        max-width: 285px;
    }
    .product-col.list .caption {
        margin-left: 315px;
    }
    .media-section__ext-img {
        max-width: 130px;
    }
    .product-col.list .image {
        max-width: 312px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .logo {
        margin-bottom: 15px;
    }
    .logo .img-responsive {
        margin-left: auto;
        margin-right: auto;
    }
    .product-col.list .image {
        padding: 0 0 10px;
        float: none;
        display: block;
    }
    .product-col.list .caption {
        display: block;
        margin-left: 0 !important;
    }
    .footer-links h5 {
        margin: 10px 0;
    }
    .copyright {
        font-size: 12px;
    }
    .copyright p.pull-left,
    .copyright ul {
        text-align: center;
        float: none !important;
    }
    .header-links li span.header__user-link-span,
    .header-links li a {
        padding: 12px 7px 12px 0;
        font-size: 13px;
        cursor: pointer;
    }
    .product-col__img {
        margin: 0 auto;
    }
    .product-info .media-section__audio {
        display: block;
        width: 100%;
    }
    .header-links:not(.pull-right) .nav.navbar-nav.pull-left {
        margin-right: -50px;
    }
}

@media (max-width: 992px) {
    [data-id="cart"] .open > .dropdown-menu,
    #cart .open > .dropdown-menu {
        min-width: 100%;
    }
}

@media (max-width: 767px) {
    body {
        background: #f4f5f5;
    }
    [data-id="cart"] .btn-block1 a, 
	[data-id="cart"] .btn-block1 a+a:hover,
    #cart .btn-block1 a, 
	#cart .btn-block1 a+a:hover {
        background: #dd0504;
        color: #fff;
    }
    .header-links ul.pull-left,
    .header-top .pull-right {
        float: none !important;
        text-align: center;
    }
    .logo a {
        width: 100%;
    }
    [data-id="cart"] .dropdown-menu,
    #cart .dropdown-menu {
        margin-top: 5px;
    }
    .footer-links .col-sm-6,
    .footer-links .last,
    .header-links ul.pull-left,
    .header-top .pull-right,
    .pagination-block,
    .product-col,
    .product-col.list .description,
    .product-head {
        text-align: center;
    }
    .col2-banners .img-responsive,
    .col3-banners .img-responsive,
    .logo .img-responsive,
    .product-col .img-responsive {
        margin: 0 auto;
    }
    .header-links li a {
        padding: 10px 3px 0;
    }
    .header-top .btn-link {
        margin: 0 0 10px;
    }
    .navbar.affix {
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
    }
    .slider {
        margin-bottom: 20px;
    }
    .product-col.list .image {
        float: none;
        padding: 0;
        margin: 0 auto;
        display: inline-block;
    }
    .col3-banners {
        margin-bottom: 10px;
    }
    .col3-banners li + li {
        margin-bottom: 20px;
    }
    .col2-banners {
        margin-bottom: 10px;
    }
    .col2-banners li + li {
        margin-bottom: 20px;
    }
    .footer-links .col-sm-6 {
        margin-bottom: 20px;
    }
    .footer-links h5 {
        margin: 10px 0;
    }
    .copyright {
        font-size: 11px;
    }
    .copyright p.pull-left,
    .copyright ul {
        text-align: center;
        float: none !important;
    }
    .copyright li {
        padding: 0 2px;
    }
    .recipies__book {
        max-width: 260px;
    }
    .navbar-nav {
        margin: 0 -15px 5px;
    }
    .media-section__audio {
        width: 100% !important;
    }
    .product-col.list .caption {
        margin-left: 0;
    }
    .product-col.list .description {
        padding-right: 0;
    }
    .product-info .media-section__img {
        float: none;
    }
}

@media (max-width: 499px) {
    .nav.navbar-nav.navbar-second-level li,
    .nav.navbar-nav.navbar-second-level li a {
        max-width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
    }
    .navbar-nav {
        margin: 0.5px -15px 10px;
    }
    .header-links li a {
        padding: 10px 3px 0;
        font-size: 13px;
    }
    .col-xxs-1,
    .col-xxs-10,
    .col-xxs-11,
    .col-xxs-12,
    .col-xxs-2,
    .col-xxs-3,
    .col-xxs-4,
    .col-xxs-5,
    .col-xxs-6,
    .col-xxs-7,
    .col-xxs-8,
    .col-xxs-9 {
        float: left;
    }
    .col-xxs-12 {
        width: 100%;
    }
    .col-xxs-11 {
        width: 91.66666667%;
    }
    .col-xxs-10 {
        width: 83.33333333%;
    }
    .col-xxs-9 {
        width: 75%;
    }
    .col-xxs-8 {
        width: 66.66666667%;
    }
    .col-xxs-7 {
        width: 58.33333333%;
    }
    .col-xxs-6 {
        width: 50%;
    }
    .col-xxs-5 {
        width: 41.66666667%;
    }
    .col-xxs-4 {
        width: 33.33333333%;
    }
    .col-xxs-3 {
        width: 25%;
    }
    .col-xxs-2 {
        width: 16.66666667%;
    }
    .col-xxs-1 {
        width: 8.33333333%;
    }
    .hidden-xxs {
        display: none !important;
    }
    #search {
        display: none;
    }
    .mob-search-trigger,
    .visible-xxs {
        display: block !important;
    }
    .nav.navbar-nav.navbar-second-level .header__user-link {
        margin-top: 10%;
    }
    .nav.navbar-nav.navbar-second-level {
        margin: 0;
        z-index: 100;
        position: relative;
    }
    .nav.navbar-nav.navbar-second-level li a {
        color: #000;
        padding: 0 0 5px;
        line-height: normal;
    }
}

@media (max-width: 480px) {
    .product-head {
        font-size: 20px;
        padding: 14px 0;
    }
}
