/*Add Css Custom Here*/
.body-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('/image/catalog/bg-2.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -10;
}

.alert {
    margin-top: 10px;
}

.wishlist {
	display: none !important;
}

#product .options select {
	max-width: 308px;
}
#product .control-label {
	width: 100%;
}
.product-view .content-product-right .box-info-product .quantity .quantity-control label {
    line-height: 46px;
}

/* Checkout */
#d_quickcheckout .panel-default > .panel-heading {
    background: #BE3D20;
    color: #ffffff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.checkout-cart .content_404 .item-right {
	width: 100%;
	text-align: center;
}
.checkout-cart .pull-left .btn-default {
	text-transform: uppercase;
}

.module-categories .banner {
	margin-bottom: 30px;
}
.module-categories .banner-middle .title {
    padding: 3px 0 5px;
}
.module-categories .banner-middle .image-responsive {
    width: 100%;
}

.btn-category-cart {
    width: 100%;
    border-radius: 0 !important;
    text-transform: uppercase;
}
.product-item-container .btn-category-cart {
    width: 100%;
    border-radius: 0 !important;
    text-transform: uppercase;
    background: #ffffff !important;
    border: 1px solid #be3d20 !important;
    color: #be3d20 !important;
    font-weight: bolder;
}
.btn-category-cart .fa {
	font-size: 17px;
}
.product-item-container .btn-category-cart.focus,
.product-item-container .btn-category-cart:focus,
.product-item-container .btn-category-cart:hover {
    color: #be3d20;
}

.products-list.grid .product-layout .product-item-container .right-block .caption {
    text-align: center !important;
}
.products-list.grid .product-layout .product-item-container .right-block {
    margin-top: 10px;
}
.products-list.grid .product-layout .product-item-container .price,
.products-list.grid .product-layout .product-item-container .price-new {
    font-size: 18px;
}
.products-list.grid .product-layout .product-item-container .right-block .caption h4 {
	margin-bottom: 10px;
}

.sale-wrapper {
    position: relative;
    display: none;
    min-height: 60px;
    background: #ffffff !important;
    border: 1px solid #be3d20 !important;
    border-radius: 5px;
}
.sale-wrapper img {
	position: absolute;
    height: 50px;
    top: 50%;
    left: 15px;
    margin-top: -25px;
}
.sale-wrapper a {
    display: table-cell;
    padding-left: 80px;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    vertical-align: middle;
    height: 64px;
    color: #333333;
}

.header-top .phone-block {
	text-align: center;
}
.header-top .phone-block a {
    display: inline-flex;
	align-items: center;
    font-size: 16px;
    padding: 0 10px 10px 10px;
    font-weight: bold;
}

@media (max-width: 1200px) {
	.header-top .phone-block a {
		padding: 0 5px 10px 5px;
	}
}

.header-top .phone-block i,
.header-top .phone-block b {
	color: #be3d20;
}

.header-top .phone-block svg {
	width: 24px !important;
	height: 24px !important;
	margin: 0 5px 0 0;
	object-fit: contain;
}

@media (max-width: 767px) {
	.header-top .viber.visible-xs {
		display: inline !important;
	}
}

.common-home .sohomepage-slider {
	margin-top: 30px;
}

.options-modal .close {
	position: absolute;
    top: 0;
    right: 0;
    background: #BE3D20;
    opacity: 1;
    width: 22px;
    height: 22px;
    color: #ffffff;
    text-align: center;
	z-index: 999;
}
.options-modal .modal-content {
	border-radius: 0;
}

.options-modal .quantity {
    float: left;
    width: 100%;
    margin: 0;
    position: relative;
}
.options-modal .quantity label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.options-modal .quantity .input-group {
    width: 100%;
}
.options-modal .quantity input.form-control {
    float: left;
    height: 38px;
    width: 100%;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 0;
    z-index: 0;
    box-shadow: none;
    background: #EEE;
}
.options-modal .quantity .form-control {
    border: 1px solid #DDDDDD;
    border-radius: 0;
}
.options-modal .quantity span.product_quantity_up {
    background: transparent;
    font-size: 10px;
    padding: 0 4px;
    position: absolute;
    border-bottom: none !important;
    top: 0px;
    width: 23px;
    height: 19px;
    line-height: 19px;
    border: 1px solid #ddd;
    color: #999;
    right: -1px;
}
.options-modal .quantity span.product_quantity_down {
    background: transparent;
    font-size: 10px;
    padding: 0 4px;
    position: absolute;
    border-top: none !important;
    top: 19px;
    width: 23px;
    height: 19px;
    line-height: 19px;
    border: 1px solid #ddd;
    color: #999;
    right: -1px;
}
.options-modal .quantity span {
    border-radius: 0;
}
.options-modal .quantity span:hover {
    background: #be3d20 !important;
    border-color: #be3d20;
    color: #fff;
}

.btn-category-cart {
	outline: none !important;
}

#calc-form {
	color: #222222;
    background: rgba(255, 255, 255, 0.65);
    border: 1px solid #BE3D20;
    padding: 15px 0;
}
#calc-form label {
    font-size: 14px;
	color: #222222;
}

.calc-img-container {
	position: relative;
	overflow: hidden;
}

.calc-img-container .fence {
	width: 100%;
}
.calc-img-container .pillar {
	position: absolute;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 100%;
    background-position: center center !important;
}
.calc-img-container .pillar:first-child {
    left: 0;
}
.calc-img-container .pillar:last-child {
	right: 0;
}
.calc-total {
	margin-top: 15px;
    font-size: 14px;
}

#calc-modal img {
	cursor: pointer;
	margin-bottom: 10px;
}

.form-group .has-error {
	outline: 1px solid #a94442 !important;
}

#information-description {
	color: #222222;
	font-size: 15px;
}

.info-store {
	margin-bottom: 15px;
}
.info-contact {
	font-weight: bold;
}
.info-contact .name-store h3 {
	margin-top: 7px;
    font-weight: bold;
}
.info-contact address {
	font-size: 14px;
    color: #333333;
}
.info-contact .control-label {
    color: #333333;
}

.banner-middle .title a {
	color: black;
}

#review td > p {
	color: #222222;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #ffffff;
    text-decoration: none;
}

.modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 !important;
    transform: translate(-50%, -50%) !important;
}

/* Star Rating */
.star-rating {
	float: left;
    padding: 8px 0 0 10px;
	font-size: 0;
}
.star-rating__wrap {
	display: inline-block;
	font-size: 1rem;
}
.star-rating__wrap:after {
	content: "";
	display: table;
	clear: both;
}
.star-rating__ico {
    float: right;
    padding-left: 2px;
    cursor: pointer;
    color: #FFB300;
    font-size: 20px;
    line-height: 20px;
}
.star-rating__ico:last-child {
	padding-left: 0;
}
.star-rating__input {
	display: none;
}
.star-rating__ico:hover:before,
.star-rating__ico:hover ~ .star-rating__ico:before,
.star-rating__input:checked ~ .star-rating__ico:before {
	content: "\f005";
}

.description-popup {
	position: relative;
    background: #FFF;
    padding: 36px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}
.description-popup .mfp-close {
    width: 15px;
    height: 15px;
    line-height: 15px;
	color: #333333;
}

.open-popup-link {
	color: #D9534F;
}

.white-table-box {
	margin-bottom: 20px;
	border: 1px solid #BE3D20;
	overflow: hidden;
}
.white-table-box .table-bordered {
	margin-bottom: 0;
}

.white-header-box,
.contact-form > form,
.white-text-box {
	padding: 15px;
	border: 1px solid #BE3D20;
    /* border-radius: 3px; */
    background: rgba(255, 255, 255, 0.65);
}

.contact-form > form {
	overflow: hidden;
}

.white-header-box {
	padding-bottom: 5px;
    border-radius: 3px;

	position: relative;
}

.white-header-box > .languages-block {
	position: absolute;
	right: 15px;
	top: 10px;
	z-index: 2;
}

.white-header-box > .languages-block .btn-block+.btn-block {
	margin: 0;
}

@media (max-width: 991px) {
	.white-header-box {
		padding: 15px 30px;
	}

	.white-header-box > .languages-block {
		top: 15px;
		right: 10px;
	}

	.white-header-box > .languages-block .btn-block {
		padding: 0;
		width: 100%;
		background: none;
		border: none;
	}
}



#form-review {
	margin-top: 25px;
}

.box-category .panel > a {
	color: #be3d20;
	font-size: 17px;
}

.table-bordered {
	background: none;
}
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    background: rgba(255, 255, 255, 0.65) !important;
}

#d_quickcheckout .panel {
    border: 1px solid #BE3D20;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.65);
}

.attribute-table {
	display: table;
}
.attribute-table .reward {
	display: table-row;
}
.attribute-table .reward b {
	display: table-cell;
    padding-right: 15px;
}
.attribute-table .reward span {
	display: table-cell !important;
	font-weight: normal !important;
}
.attribute-more {
    display: block;
    text-decoration: underline;
    margin-top: 10px;
    color: #BE3D20 !important;
}

.table-attribute {
	width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
    border: 1px solid #ddd;
    color: #333333;
    font-size: 14px;
}
.tab-description {
    color: #333333;
    font-size: 14px;
}

@media (max-width: 992px) {
	.module.category-style {
		display: none;
	}
}

@media (min-width: 993px) {
	.category-style .modtitle {
		display: none;
	}
	.container-megamenu.vertical .megamenu-pattern {
		display: none;
	}

	.header-top .custom {
		position: relative;
		min-height: 65px;
		background: #ffffff !important;
		border: 1px solid #be3d20 !important;
		border-radius: 5px;
		text-align: center;
	}
	.header-top .block-cart {
		display: inline-block;
		float: none !important;
		text-align: left;
		padding-left: 0;
	}
	.typeheader-1 .header-top .block-cart:before {
		display: none;
	}
	.typeheader-1 .header-top .block-cart .handle {
		margin-right: 8px;
	}
}

@media (max-width: 767px) {
	.typeheader-1 .header-top .custom {
		top: 43px !important;
	}
}

@media (min-width: 768px) {
	.typeheader-1 .header-top {
		padding: 15px 0 !important;
	}
	.typeheader-1 .header-top .block-cart {
		margin-top: 15px;
	}
	.sale-wrapper {
		display: block;
	}
}

.product-view .content-product-left .full_slider .owl2-nav div.owl2-prev.disabled,
.product-view .content-product-left .not_full_slider .owl2-nav div.owl2-prev.disabled,
.product-view .content-product-left .full_slider .owl2-nav div.owl2-next.disabled,
.product-view .content-product-left .not_full_slider .owl2-nav div.owl2-next.disabled {
   display: none !important;
}