@font-face {
    src: url('../fonts/Philosopher-Bold.ttf');
    font-family: 'Phi';
    font-display: swap;
    font-weight: 700;
    font-style: normal;
}
@font-face {
    src: url('../fonts/Philosopher-BoldItalic.ttf');
    font-family: 'Phi';
    font-display: swap;
    font-weight: 700;
    font-style: italic;
}
@font-face {
    src: url('../fonts/Philosopher-Italic.ttf');
    font-family: 'Phi';
    font-display: swap;
    font-weight: 400;
    font-style: italic;
}
@font-face {
    src: url('../fonts/Philosopher-Regular.ttf');
    font-family: 'Phi';
    font-display: swap;
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: 'Phi', Arial, sans-serif;
    color: #000000;
}


a, .form-control, .btn, button {
    text-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    transition: 0.2s all;
    border-radius: 0;
}
@media (min-width: 768px) {
    .row.row-v-align > div {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        float: none;
    }
}
@media (min-width: 1200px) {
    .col-5 {
        width: 20%;
    }
}

a {
    color: #921E29;
}
a:hover {
    color: #AD8358;
}

.btn.btn-default {
    background: #5b5b5b;
    border-color: #5b5b5b;
    color: #ffffff;
}
.btn.btn-default:hover {
    background: #363636;
    border-color: #363636;
}


.btn.btn-primary {
    background: #931D29;
    border-color: #931D29;
    color: #ffffff;
}
.btn.btn-primary:hover {
    background: #620d15;
    border-color: #620d15;
}


.btn.btn-success {
    background: #D3A95D;
    border-color: #D3A95D;
    color: #ffffff;
}
.btn.btn-success:hover {
    background: #9e7a37;
    border-color: #9e7a37;
}


header {
    position: relative;
    display: block;
}

header .header-top {
    position: relative;
    display: block;
    background: #000000;
    color: #ffffff;
    padding: 10px 0px;
    font-size: 16px;
}
header .header-top a {
    position: relative;
    color: #ffffff;
}
header .header-top a:hover {
    color: #D1AA5C;
}

header .header-social {
    position: relative;
    display: block;
    float: right;
    margin-top: -6px;
    margin-bottom: -6px;
}
header .header-social a {
    font-size: 24px;
    margin-left: 5px;
}
header .header-contact {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    color: #ffffff;
}

header .header-contact i {
    margin-right: 5px;
}



header .header-middle {
    position: relative;
    display: block;
    padding: 15px 0px;
}


header .header-account {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 30px;
    color: #000000;
}
header .header-account:hover {
    color: #921D29;
}


header .header-search {
    position: relative;
    display: inline-block;
    vertical-align: middle;

    transition: 0.5s all;

    max-width: 43px;
}
header .header-search:hover,
header .header-search:focus {
    max-width: 250px;
}
header .header-search #search.input-group {
    margin-bottom: 0;
}
header .header-search .input-group .btn.btn-default {
    background: none;
    border: none;
    font-size: 30px;
    padding: 0px 8px;
    color: #000000;
    line-height: 30px;
}
header .header-search .input-group .btn.btn-default:hover {
    color: #921D29;
}
header .header-search .input-group .form-control {
    border: none;
    border-bottom: 2px solid #000000;
    padding-left: 0;
    padding-right: 0;

}



header .header-cart {
    float: right;
}
.header-cart > button {
    min-width: 0;
}
.header-cart > button i {
    font-size: 30px;
}
.header-cart > button #cart-total {
    background: #921D29;
    top: 2px;
    left: 35px;
}



header .header-logo img {
    margin: 0 auto;
}



header .header-menu {
    position: relative;
    display: block;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}


header .navbar.navbar-default {
    background: none;
    bordeR: none;
    border-radius: 0;
    margin-bottom: 0;
}
@media (min-width: 768px) {
    header .navbar.navbar-default .nav.navbar-nav  {
        float: none;
        text-align: center;
    }
    header .navbar.navbar-default .nav.navbar-nav > li {
        display: inline-block;
        float: none;
    }
    header .navbar.navbar-default .nav.navbar-nav > li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
}
header .navbar.navbar-default .navbar-nav > li > a {
    color: #000000;
    font-size: 18px;
    padding-left: 8px;
    padding-right: 8px;
}
header .navbar.navbar-default .navbar-nav > li > a:hover {
    color: #921D29;
}


header .navbar.navbar-default .dropdown-menu li > a {
    font-size: 16px;
    color: #000000;
}
header .navbar.navbar-default .dropdown-menu li > a:hover {
    background: none;
    color: #921D29;
}



footer {
    position: relative;
    display: block;
    padding :45px 0px;

    background: url('../image/custom/ftbg.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #ffffff;

    margin-top: 20px;
}


footer .footer-logo {
    position: relative;
    display: block;
    margin-bottom: 45px;
}
footer .footer-logo img {
    margin: 0 auto;
}


footer .footer-social {
    position: relative;
    display: block;
    text-align: center;
}
footer .footer-social a {
    position: relative;
    display: inline-block;

    font-size: 30px;
    vertical-align: middle;
    color: #999999;
}
footer .footer-social a:hover {
    color: #921D29;
}
footer .footer-social a + a {
    margin-left: 20px;
}

footer .footer-info {
    position: relative;
    display: block;

}
footer .footer-info span {
    position: relative;
    display: block;
    font-size: 16px;
}
footer .footer-info span i {
    margin-right: 5px;
}
footer .footer-info span + span {
    margin-top: 20px;
}


footer .footer-copy {
    position: relative;
    display: block;
    padding-top: 45px;
    text-align: center;
    font-size: 16px;
}
footer .footer-copy  a {
    color: #ffffff;
}
footer .footer-copy  a:hover {
    color: #921D29;
}


footer .footer-contact {
    position: relative;
    display: block;
    padding: 30px;
    background: rgba(255,255,255,0.85);
}
footer .footer-contact .t {
    position: relative;
    display: block;
    margin-bottom: 10px;
    font-size: 60px;
    color: #B20A33;
    text-align: center;
}

footer .footer-contact .input-group.form-row {
    margin-bottom: 20px;

    border-bottom: 1px solid #cccccc;
}
footer .footer-contact .input-group.form-row .input-group-addon {
    background: none;
    border: none;
    font-size: 17px;
    color: #999999;
    padding-left: 0;
}
footer .footer-contact .input-group.form-row .form-control {
    background: none;
    border: none;
    color: #000000;
    font-size: 17px;
}
footer .footer-contact div.lbl {
    position: relative;
    display: block;
    font-size: 17px;
    color: #999999;
}
footer .footer-contact textarea.form-control {
    background: none;
    border: none;
    border-bottom: 1px solid #cccccc;
    padding-left: 0px;
    padding-right: 0px;
}
footer .footer-contact .btn.btn-default.btn-send {
    font-size: 20px;
    background: #dddddd;
    border-color: #dddddd;
    padding: 15px 30px;
    font-size: 17px;
    text-transform: uppercase;
    margin-top: 25px;
    color: #000000;
    font-weight: 700;
}
footer .footer-contact .btn.btn-default.btn-send:hover{
    background: #B20A33;
    border-color: #B20A33;
    color: #ffffff;
}



.owl-carousel.owl-theme.home-slideshow .owl-nav {
    margin-top: 0;
    margin-bottom: 0;
}
.owl-carousel.owl-theme.home-slideshow .owl-nav .owl-prev,
.owl-carousel.owl-theme.home-slideshow .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

    color: #ffffff;
    font-size: 60px;
}
.owl-carousel.owl-theme.home-slideshow .owl-nav .owl-prev:hover,
.owl-carousel.owl-theme.home-slideshow .owl-nav .owl-next:hover {
    background: none;
    color: #921D29;
}
.owl-carousel.owl-theme.home-slideshow .owl-nav .owl-prev {
    left: 30px;
}
.owl-carousel.owl-theme.home-slideshow .owl-nav .owl-next {
    right: 30px;
}


.home-icons {
    position: relative;
    display: block;
    padding: 45px 0px;
}
.home-icons .home-icon {
    text-align: center;
}
.home-icons .home-icon img {
    height: 49px;
}
.home-icons .home-icon span {
    position: relative;
    display: block;
    margin-top: 10px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}


.big-title {
    position: relative;
    display: block;
    margin-bottom: 10px;
    font-size: 60px;
    color: #B20A33;
    text-align: center;
}

.row.row-product {
    margin-left: -8px;
    margin-right: -8px;

    margin-bottom: 30px;
}
.row.row-product > div {
    padding-left: 8px;
    padding-right: 8px;
}
.product-box {
    position: relative;
    display: block;
    margin-bottom: 16px;
    bordeR: 1px solid #eeeeee;
}
.product-box .image {
    position: relative;
    display: block;
    margin-bottom: 10px;

    transition: 0.2s all;
    opacity: 1;
}
.product-box .image:hover {
    opacity: 0.7;
}
.product-box .image img {
    margin: 0 auto;
}
.product-box .image .special {
    position: absolute;
    top: 5px;
    left: 5px;
    color: #ffffff;
    padding: 4px 15px;
    font-size: 16px;
    background: #BC5808;
}

.product-box .title {
    position: relative;
    display: block;
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    text-align: center;

    height: 40px;
    overflow: hidden;
    padding: 0px 15px;
}
.product-box .title:hover {
    color: #921D29;
}
.product-box .line {
    position: relative;
    display: block;
    background: #eeeeee;
    height: 1px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.product-box .line:before {
    content: "";

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);

    width: 10px;
    height: 10px;
    background: #000000;
}

.product-box .price {
    position: relative;
    display: block;

    color: #B20A33;
    font-size: 16px;
    padding: 0px 15px;
    padding-bottom: 15px;
}
.product-box .price .price-old {
    position: relative;
    display: inline-block;
    text-decoration: line-through;
    color: #999999;
    margin-left: 5px;
}
.product-box .price .btn.btn-cart {
    background: none;
    padding: 0;
    border: none;
    float: right;
    font-size: 24px;
    color: #000000;
    line-heighT: 24px;
    margin-top: -2px;
}
.product-box .price .btn.btn-cart:hover {
    color: #B20A33;
}

.home-gallery {
    position: relative;
    display: block;

    margin: 45px 0px;
}
.home-gallery .t {
    position: relative;
    display: block;
    text-align: center;
    font-size: 40px;
    color: #000000;
}
.home-gallery .p {
    position: relative;
    display: block;
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px;
}

.home-gallery .p span {
    font-size: 14px;
    position: relative;
    display: block;
    text-align: right;
}

.home-gallery .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.home-gallery .row {
    margin-left: 0;
    margin-right: 0;
}
.home-gallery .row > div {
    padding-left: 0;
    padding-right: 0;
}


.home-manufacturer {
    position: relative;
    display: block;
    padding: 30px 0px;
}


.breadcrumb {
    background: none;
    border-radius: 0;
    border-top: none;
    margin-bottom: 5px;
}

h1.page-header {
    border-bottom: none;
    padding-bottom: 0;
    margin-top: 10px;
    margin-bottom: 10px;

    color: #921D29;
    font-weight: 700;
}

.product-sort.input-group .form-control,
.product-sort.input-group .input-group-addon {
    border-radius: 0;
}
.product-sort.input-group .input-group-addon {
    background: #921D29;
    border-color: #921D29;
    color: #ffffff;
}




.category-subs {
    position: relative;
    display: block;
    margin-bottom: 15px;
}
.category-subs a.btn {
    position: relative;
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
}


footer .footer-menu {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
footer .footer-menu a {
    position: relative;
    display: block;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
}
footer .footer-menu a:hover {
    color: #B20A33;
}











#product-page .thumbnail {
	border-radius: 0;
	transition: 0.2s all;
	width: 100%;
	cursor: pointer;
	border-color: #ffffff;
}
#product-page .thumbnail:hover {
	border-color: #921D29;
}





.thumbnails.pull-left {
	/* margin-right: 20px; */
}
.thumbnails .image-additional {
	float: none !important;
	display: block;
	margin-left: 0;
}
.thumbnails.main {
	clear:none !important;
	margin-left: 0;
}
.owl-carousel.owl-theme#mobile-product-thumbnail .owl-nav {
	margin-bottom: 0;
}
.owl-carousel.owl-theme#mobile-product-thumbnail .owl-nav .owl-next,
.owl-carousel.owl-theme#mobile-product-thumbnail .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.owl-carousel.owl-theme#mobile-product-thumbnail .owl-nav .owl-next i,
.owl-carousel.owl-theme#mobile-product-thumbnail .owl-nav .owl-prev i {
	font-size: 60px !important;
}
.owl-carousel.owl-theme#mobile-product-thumbnail .owl-nav .owl-prev {
	left: 0;
}
.owl-carousel.owl-theme#mobile-product-thumbnail .owl-nav .owl-next {
	right: 0;
}
.owl-carousel.owl-theme#mobile-product-thumbnail .owl-nav .owl-next:focus,
.owl-carousel.owl-theme#mobile-product-thumbnail .owl-nav .owl-prev:focus {
	background: none;
	color: #B90E14;

	outline: none !important;
}

.product-price {
	position: relative;
	display: block;
	text-align: left;
}
.product-price .pp-price {
	position: relative;
	display: block;
	font-size: 32px;
    line-height: 40px;
	color: #921D29;
}
.product-price .pp-special {
	position: relative;
	display: block;
	font-size: 32px;
    line-height: 40px;
	color: #921D29;
}
.product-price .pp-tax {
	position: relative;
	display: block;
	color: #999999;
	font-size: 12px;
}
.product-price .pp-old {
	position: relative;
	display: inline-block;
	line-height: 20px;
	font-size: 15px;
	color: #999999;
}
.product-price .pp-old:after {
	content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #cccccc;
    transform: rotate(-9deg);
    left: 0;
    bottom: 8px;
}
.product-price .pp-econ {
	position: relative;
	display: inline-block;
	background: #93B742;
	color: #ffffff;
	padding: 0px 5px;
	margin-top: 2px;
	margin-bottom: 5px;
}
.rating .fa-star-o {
	color: #cccccc;
}
.rating .fa-stack {
	width: 1.5em;
}
.rating .rating-total {
	position: relative;
	display: inline-block;
	margin: 0px 7px;
	font-size: 12px;
	vertical-align: middle;
}
.rating a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: #921D29;
	font-size: 12px;
}
.rating a:hover {
	color :#000000;
}

.product-options {
	position: relative;
	display: block;
	margin: 20px 0px;
	background: #F3F3F3;
	padding: 15px;
	border-radius: 4px;
}
.product-options label {
	margin-bottom: 0;
}
.product-options .required {
	color: #ff0000;
}
.product-option-box {
	position: relative;
	display: block;
}
.product-option-box + .product-option-box {
	margin-top: 20px;
}
.product-options .form-control {
	background: #ffffff;
}

.product-buttons {
	position: relative;
	display: block;
	margin-bottom: 20px;
}
.product-buttons .form-quantity {
	position: relative;
	display: inline-block;
	margin-right: 30px;
	vertical-align: middle;
}
.product-buttons .form-quantity .form-control {
	border-radius: 0;
    font-size: 18px;
    padding: 8px 8px;
    height: auto;
    text-align: center;
    width: 44px;
	height: 44px;

	border-color: #cccccc;
}
.product-buttons .form-quantity .btn.btn-default {
	position: absolute;
	left: 100%;
	width: 22px;
	height: 22px;
	padding: 0px 4px;
	background: #cccccc;
	border-color: #cccccc;
	border-bottom: 1px solid #C0C0C0;
	border-radius: 0;
}
.product-buttons .form-quantity .btn.btn-default.fq-u {
	top: 0;
}
.product-buttons .form-quantity .btn.btn-default.fq-d {
	bottom: 0;
}

.product-buttons .btn.btn-success.btn-cart {
	font-size: 18px;
}
.product-buttons .product-compare {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-left: 0px;
}
.product-buttons .product-compare .btn.btn-default {
	padding: 2px 0px;
	position: relative;
	display: block;
	background: none;
	color: #000000;
	border-radius: 0;
	border: none;
	font-size: 13px;
}
.product-buttons .product-compare .btn.btn-default i {
	margin-right: 2px;
}
.product-buttons .product-compare .btn.btn-default:hover{
	color: #921D29;
	color: #921D29;
}

.product-buttons .btn.btn-success.btn-cart {
	position: relative;
	font-size: 16px;
    font-weight: 300;
    width: 196px;
    padding: 11px 12px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	overflow: hidden;
	padding-left: 40px;
	border: none;

	background: rgb(122,0,0);
    background: -moz-linear-gradient(left, rgba(122,0,0,1) 1%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(left, rgba(122,0,0,1) 1%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to right, rgba(122,0,0,1) 1%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a0000', endColorstr='#000000',GradientType=1 );
}
.product-buttons .btn.btn-success.btn-cart i {
	position: absolute;
    top: -2px;
    left: 0px;
    background: #921D29;
    font-size: 20px;
    padding: 13px 8px;
    transition: 0.2s all;
	border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
}

.product-buttons .btn.btn-success.btn-cart:hover {
	background: rgb(119,0,0);
    background: -moz-linear-gradient(left, rgba(119,0,0,1) 1%, rgba(66,0,0,1) 100%);
    background: -webkit-linear-gradient(left, rgba(119,0,0,1) 1%,rgba(66,0,0,1) 100%);
    background: linear-gradient(to right, rgba(119,0,0,1) 1%,rgba(66,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#770000', endColorstr='#420000',GradientType=1 );
    color: #ffffff;
}
.product-buttons .btn.btn-success.btn-cart:hover i {
	background: #770000;
    color: #ED353F;
}

.product-buttons .form-quantity {
	margin-right: 19px;
}
.product-buttons .form-quantity .form-control {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-color :#921D29;
	border-right: none;
}
.product-buttons .form-quantity .btn.btn-default:hover {
	background: #921D29;
	border: #921D29;
	color: #ffffff;
}
.product-euplatesc {
	position: relative;
	display: block;
	text-align: center;
}
.product-euplatesc img {
	margin: 0 auto;
}

.product-rating {
	margin-bottom: 20px;
}


.inf-stock {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	background: #008000;
	padding :4px 10px;
	border-radius: 4px;
}

.line-break {
	position: relative;
	display: block;
	margin: 30px 0px;
	height: 1px;
	background: #DDDDDD;
}
.section-title {
	position: relative;
	display: block;
	color: #921D29;
	font-size: 22px;
	margin-bottom: 15px;
}
/* .section-title {
	position: relative;
	display: block;
	color: #000000;
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 15px;
} */

.product-info-tab {
	position: relative;
	display: block;
}
.product-info-tab .nav.nav-tabs {
	border: none;
	border-radius: 0;
}
.product-info-tab .nav.nav-tabs a {
	border: none;
	padding: 0;
	border-radius: 0;
	font-size: 22px;
	color: #222222;
}
.product-info-tab .nav.nav-tabs a:hover {
	color: #93B742;
	background: none;
}
.product-info-tab .nav.nav-tabs li.active a {
	color: #921D29;
	border: none !important;
}
.product-info-tab .nav.nav-tabs li + li {
	position: relative;
	padding-left: 10px;
	margin-left: 10px;
}
.product-info-tab .nav.nav-tabs li + li:before {
	content: "/";
    position: absolute;
    bottom: 3px;
    left: -5px;
    font-size: 20px;
    color: #C6C6C6;
}

.product-description {
	position: relative;
	display: block;
	font-size: 13px;
	line-height: 16px;
	color: #000000;
}

.product-info-tab table.table thead td {
	background: #E9E9E9;
}

.product-inf li {
	font-size: 13px;
	color: #000000;
}

.product-tags {
	position: relative;
	display: block;
}
.product-tags a {
	position: relative;
	display: inline-block;
	background: #DDDDDD;
	color: #000000;
	font-size: 12px;
	padding: 2px 10px;
	margin-bottom: 8px;
	margin-left: 20px;
}
.product-tags a:nth-child(1) {
	margin-left: 13px;
}
.product-tags a:before {
	content: "";
    position: absolute;
    right: 100%;
    top: 0;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 13px solid #DDDDDD;
    border-bottom: 11px solid transparent;
	transition: 0.2s all;
}
.product-tags a:after {
	content: "";
    position: absolute;
    left: -3px;
    top: 6px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #ffffff;
}
.product-tags a:hover {
	background: #000000;
	color: #ffffff;
}
.product-tags a:hover:before {
	border-right-color: #000000;
}

.owl-carousel.owl-theme.owl-products .owl-nav {
	margin-bottom: 0;
	margin-top: 0;
}
.owl-carousel.owl-theme.owl-products .owl-nav .owl-prev,
.owl-carousel.owl-theme.owl-products .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 40px;
	color: #921D29;
	transition: 0.2s all;
	outline: none !important;

}
.owl-carousel.owl-theme.owl-products .owl-nav .owl-prev {
	left: -15px;
}
.owl-carousel.owl-theme.owl-products .owl-nav .owl-next {
	right: -15px;
}
.owl-carousel.owl-theme.owl-products .owl-nav .owl-prev:hover,
.owl-carousel.owl-theme.owl-products .owl-nav .owl-next:hover {
	background: none;
	color: #000000;
}
.owl-carousel.owl-theme.owl-products .owl-nav .owl-prev.disabled,
.owl-carousel.owl-theme.owl-products .owl-nav .owl-next.disabled {
	color: #CCCCCC;
	opacity: 1;
}

#product {
	position: relative;
	display: block;
	margin-top: 20px;
}

@media (max-width: 1199px) {
    header .navbar.navbar-default .navbar-nav > li > a {
        font-size: 15px;
    }
    footer .footer-contact .t {
        font-size: 55px;
    }
}


@media (max-width: 991px) {
    header .header-logo img {
        height: 55px;
    }

    footer .footer-contact .t {
        font-size: 35px;
    }

    header .header-middle {
        padding:0px 0px;
    }

    header .navbar.navbar-default .navbar-brand {
        padding: 4px;
    }

    header .navbar.navbar-default .navbar-brand img {
        height: 40px;
    }

    .home-icons {
        padding: 10px 0px;
    }
    .home-icons .home-icon span {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .big-title {
        font-size: 30px;
    }

    .product-box .price {
        padding: 0px 5px;
        font-size: 14px;
        text-align: center;
    }
    .product-box .btn-cart {
        display: none;
    }
    .home-gallery .p {
        font-size: 14px;
        line-height: 20px;
    }
    footer .footer-contact .t {
        font-size: 30px;
    }

    footer .footer-contact {
        margin: 0px -15px;
    }

    .footer-info {
        margin-top: 15px;
        text-align: center;
    }

    .breadcrumb {
        display: none;
    }

    .header-cart .header-dropdown-wrap {
        min-width: 200px;
    }

    header .header-search {
        display: none;
    }

    .thumbnails > li {
        margin-left: 0;
    }
}


.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #B20A33;
    border-color: #B20A33;
}
.pagination>li>a, .pagination>li>span {
    color: #B20A33;
}


@media (min-width: 1200px) {
    .home-gallery .container-fluid {
        max-width: 1920px;
    }
}



.major {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    background: #921D29;
    color: #ffffff;
    z-index: 100000000;
}
.major .major-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 320px;

    background: #ffffff;
    padding: 15px;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #000000;
}
.major .major-inner p {
    font-size: 20px;
    margin-top: 20px;
    line-height: 22px;
}
.major .major-inner .btn.btn-success {
    border-color: #5bcb16;
    background: #5bcb16;
    text-transform: uppercase;
}
.major .major-inner .btn.btn-danger {
    border-color: #921D29;
    background: #921D29;
    text-transform: uppercase;
}
