/*@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');*/
@font-face {
    font-family: GraphikBold;
    src: url("../fonts/GraphikBold.otf") format("opentype");
}
@font-face {
    font-family: GraphikMedium;
    src: url("../fonts/GraphikMedium.otf") format("opentype");
}
@font-face {
    font-family: GraphikRegular;
    src: url("../fonts/GraphikRegular.otf") format("opentype");
}

html body {
	font-size: 14px;
	line-height: 25px;
	font-family: 'Montserrat', sans-serif;
}
html body * {
	-webkit-transition: all 0.1s ease-out 0.1s;
	-moz-transition: all 0.1s ease-out 0.1s;
	-o-transition: all 0.1s ease-out 0.1s;
	transition: all 0.1s ease-out 0.1s;
}
button:focus,
button:active {
   outline: none !important;
}
.orange-color {
	color: rgb(242, 147, 27);
}
.modal-popup .modal-header {
	border-bottom: 0;
}
.modal-popup .modal-content {
	border-top: 0;
	padding-bottom: 40px;
}
.page-wrapper {
	overflow: hidden;
}
.container-fluid.responsive-container,
.column.main > .container-fluid,
.footer.content > .container-fluid,
.header.content > .container-fluid {
	padding-left: 0;
	padding-right: 0;
}
.header.content .icon {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background-color: rgb(245, 245, 245);
	background-image: url(../img/phone-ico.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid rgb(232, 232, 232);
	text-indent: -99999px;
	font-size: 0px;
}
.minicart-wrapper .action.showcart {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background-color: rgb(245, 245, 245);
	background-image: url(../img/cart-ico.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid rgb(232, 232, 232);
	/*text-indent: -99999px;*/
	/*font-size: 0px;*/
}
.header.content .contacts p,
.header.content .contacts p a,
.header.content .minicart-wrapper p {
	margin-bottom: 0;
	color: rgb(50, 56, 61);
	font-weight: bold;
	font-size: 16px;
}
.header.content .contacts p.title,
.header.content .minicart-wrapper p.text {
	color: rgb(102, 102, 102);
	font-weight: normal;
	font-size: 14px;
}
.minicart-wrapper .action.showcart .qty {
	position: absolute;
	top: 0;
	right: 0;
}
.block-search {
	/*width: 300px;*/
}
.block-search .control {
	padding-bottom: 0;
}
.block-search input {
	background: rgb(245, 245, 245);
	border: 1px solid rgb(232, 232, 232);
	border-radius: 25px;
    padding: 0px 50px 0 30px;
    height: 50px;
    line-height: 50px;
	color: rgb(94, 94, 94);
}
.block-search .action.search {
	height: 19px;
	width: 19px;
	padding: 0;
	top: 15px;
	right: 25px;
    background: url(../img/search-ico.png) no-repeat center center;
}
.block-search .action.search[disabled] {
	opacity: 1;
}
.page-header .panel.wrapper {
	background: rgb(94,94,94);
	color: rgb(245, 245, 245);
}
.page-header .panel.wrapper a {
	color: rgb(245, 245, 245);
}
.page-header .panel.wrapper a:hover {
	color: rgb(255, 189, 32);
}
footer.page-footer {
	background: rgb(48, 48, 48);
}
footer.page-footer .top {
	background: rgb(245, 245, 245);
	padding: 30px 0;
	color: rgb(48, 48, 48);
}
footer.page-footer .top .icon {
	height: 40px;
	margin-bottom: 10px;
}
footer.page-footer .top .col {
	padding: 15px 70px;
	color: rgb(50, 56, 61);
}
footer.page-footer .top .col strong {
}
footer.page-footer .bottom {
	background: #fff;
}
footer.page-footer > .footer.content {
	color: rgb(245, 245, 245);
	padding-bottom: 50px;
	padding-top: 50px;
}
footer.page-footer > .footer.content a {
	color: rgb(245, 245, 245);
}
footer.page-footer > .footer.content a:hover {
	color: rgb(255, 189, 32);
}
footer.page-footer > .footer.content h3 {
	font-weight: bold;
	margin-bottom: 20px;
}
footer.page-footer > .footer.content .logo {
	padding: 15px 0 35px;
}
footer.page-footer > .footer.content address p {
	margin-bottom: 0;
}
footer.page-footer > .footer.content .newsletter h3 {
	margin-top: 20px;
}
footer.page-footer > .footer.content .newsletter input {
	color: #fff;
	background: rgb(131, 131, 131, 131);
	border: 1px solid rgb(170, 170, 170);
	padding: 0 10px;
	height: 45px;
}
footer.page-footer > .footer.content .newsletter input[type="email"]:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}
footer.page-footer > .footer.content .newsletter input[type="email"]::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}
footer.page-footer > .footer.content .newsletter input[type="email"]::-moz-placeholder {
	color: #fff;
	opacity: 1;
}
footer.page-footer > .footer.content .newsletter .action.primary {
	color: #fff;
	background: rgb(245, 147, 29);
	border: 1px solid rgb(245, 147, 29);
}
footer.page-footer .social ul {
	list-style: none;
}
footer.page-footer .social ul li {
	display: inline-block;
}
footer.page-footer .social ul li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	text-align: center;
	background-repeat: no-repeat;
	background-color: rgb(137, 19, 17);
	background-position: center center;
	text-indent: -999999px;
	font-size: 0;
}
footer.page-footer .social ul li a:hover {
	background-color: rgb(255, 189, 32);
}
.navigation {
    margin-top: 1px;
    background: rgb(137, 19, 17);
    margin-bottom: 15px;
}
.navigation .level0 {
    /*margin: -1px 10px 0 0;*/
}
.navigation .level0:hover > .level-top,
.navigation .level0.active > .level-top, 
.navigation .level0.has-active > .level-top {
    background: rgb(245, 147, 29);
    color: #fff;
    border-color: #fff;
    border-style: solid;
    border-width: 0 0 1px;
    display: block;
}
.navigation .level0 > .level-top {
	font-size: 16px;
	position: relative;
	white-space: nowrap;
	border-bottom: 1px solid transparent;
}
.navigation .level0 > .level-top > span {
	position: relative;
}
.navigation .level0 > .level-top > span > .label {
	font-size: 0;
    text-indent: -9999px;
    display: inline-block;
    width: 0px;
    height: 0px;
    position: absolute;
    right: 0;
    top: 0;
}
.navigation .level0 > .level-top > span > .label.label-success {
	width: 13px;
	height: 11px;
    right: -7px;
    top: -6px;
	background-image: url(../img/sale-label-ico.png);
	background-repeat: no-repeat;
	background-size: 26px;
	background-position: 0 0;
	transition: none;
}
.navigation .level0:hover > .level-top > span > .label.label-success {
	background-position: -13px 0;
}
.bss-megamenu .dropdown a, 
.bss-megamenu .dropdown-menu a {
	color: rgb(96,96,96);
}
.advantage {
	font-size: 15px;
	line-height: 25px;
	color: rgb(156, 156, 156);
}
.advantage .title {
	font-size: 18px;
	font-weight: bold;
	color: rgb(28, 17, 5);
}
.advantage .icon {
	display: inline-block;
    border: 2px solid rgb(137, 19, 17);
    border-radius: 30px;
    padding: 10px;
}
/*.promo > .col > div {
}*/
.promo > .col > div a {
	display: block;
	color: rgb(75, 75, 75);
	font-size: 14px;
	background: rgb(245, 245, 245);
	padding: 40px;
	position: relative;
}
.promo > .col > div a:hover {
	text-decoration: none;
}
.promo > .col > div span {
	display: block;
}
.promo > .col > div .thumb {
	position: absolute;
	right: 0;
	bottom: 0;
	margin-bottom: -30px;
	margin-right: -30px;
	max-width: 70%;
}
.promo > .col > div .title {
	font-size: 20px;
	line-height: 40px;
	color: rgb(94, 94, 94);
	font-weight: bold;
}
.promo > .col > div a:hover .title {
	color: rgb(255, 189, 32);
}
.promo > .col > div span.action {
	position: relative;
	display: inline-block;
	margin-top: 5px;
	padding-right: 40px;
}
.promo > .col > div span.action .text {
	border-bottom: 1px solid transparent;
}
.promo > .col > div span.action em {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	width: 25px;
	height: 25px;
	border-radius: 13px;
	background-image: url(../img/arrow-right.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgb(255, 189, 32);
}
.promo > .col > div a:hover span.action .text {
	border-bottom: 1px solid rgb(137, 19, 17);
	color: rgb(137, 19, 17);
}
.promo > .col > div a:hover span.action em {
	background-color: rgb(137, 19, 17);
}
.owl-carousel .owl-stage {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	display: flex;
	align-items: center;
}
.carousel.fullsize {
	position: relative;
	padding: 40px 0 60px;
}
.carousel.fullsize h2 {
	margin-bottom: 40px;
}
.carousel.fullsize .owl-carousel {
	position: relative;
}
.carousel.fullsize::before,
.carousel.fullsize::after {
	content: '';
	display: block;
	width: 100000px;
	position: absolute;
}
.carousel.fullsize::before {
	top: 0;
	left: -50000px;
	border: 1px solid rgb(218, 218, 218);
}
.carousel.fullsize::after {
	bottom: 0;
	left: -50000px;
	border: 1px solid rgb(218, 218, 218);
}
.owl-carousel {
	padding-left: 0;
	margin: 0;
	list-style: none;
}
.owl-carousel .owl-item {
	float: none;
	/*padding: 0 25px;*/
	padding: 0;
	text-align: center;
}
.owl-carousel .owl-item a {
	padding: 25px;
	width: 100%;
	display: inline-block;
}
.carousel.fullsize .owl-carousel.owl-theme .owl-nav {
	position: absolute;
    top: 50%;
    width: 100%;
    height: 0;
    margin-top: -20px;
}
.carousel.fullsize .owl-carousel.owl-theme .owl-nav .owl-prev,
.carousel.fullsize .owl-carousel.owl-theme .owl-nav .owl-next {
	position: absolute;
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background-color: rgb(245, 245, 245);
	border: 1px solid rgb(231, 231, 231);
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: 99999px;
	font-size: 0;
}
.carousel.fullsize .owl-carousel.owl-theme .owl-nav .owl-prev {
	left: 0;
	margin-left: -40px;
	background-image: url(../img/left-arrow-orange.png);
}
.carousel.fullsize .owl-carousel.owl-theme .owl-nav .owl-next {
	right: 0;
	margin-right: -40px;
	background-image: url(../img/right-arrow-orange.png);
}
.products-grid .product-item {
	border: 2px solid transparent;
	/*border: 1px solid rgb(230, 230, 230);*/
    /*padding: 5px 15px;*/
    padding: 0;
	border-radius: 5px;
}
.products-grid .product-item:hover {
	border: 2px solid rgb(200, 200, 200);
	box-shadow: 0 0 5px rgb(230, 230, 230);
}
.products-grid .product-item .product-item-info {
	padding: 5px 15px 0 15px;
	border: 1px solid rgb(230, 230, 230);
	border-radius: 5px;
	/*box-shadow: 0 0 5px rgb(230, 230, 230);*/
}
.products-grid.custom .product-item .product-item-info {
	border: 1px solid transparent;
}
.products-grid .product-item:hover .product-item-info {
	/*box-shadow: 0 0 5px rgb(230, 230, 230);*/
	box-shadow: none;
	border: 1px solid transparent;
}
.products-grid .product-item .product-item-details {
	position: relative;
	padding-right: 50px;
}
.products-grid .product-item .product-item-details .product-item-details-add-to-cart {
	display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}
.products-grid .product-item .product-item-details .product-item-details-add-to-cart .action.primary {
	display: inline-block;
	background-color: rgb(137, 19, 17);
	background-image: url(../img/minicart-ico.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: rgb(245, 147, 29);
	font-size: 0;
	text-indent: -99999px;
	width: 40px;
	height: 40px;
	padding: 0;
	border-radius: 20px;
}
.products-grid .product-item .product-item-details .product-item-details-add-to-cart .action.primary:hover {
	background-color: rgb(245, 147, 29);
}
.products-grid .product-item .product-item-gallery {
	position: relative;
}
.products-grid .product-item .product-item-gallery .owl-nav {
	top: 50%;
    width: 100%;
    position: absolute;
    margin-top: 0;
}
.products-grid .product-item .product-item-gallery .owl-nav .owl-prev,
.products-grid .product-item .product-item-gallery .owl-nav .owl-next {
	display: none;
	margin-top: -14px;
	position: absolute;
	font-size: 36px;
	color: rgb(201, 201, 201);
}
.products-grid .product-item .product-item-gallery .owl-nav .owl-prev {
	left: 0;
}
.products-grid .product-item .product-item-gallery .owl-nav .owl-next {
	right: 0;
}
.products-grid .product-item .product-item-gallery .owl-nav .owl-prev:hover,
.products-grid .product-item .product-item-gallery .owl-nav .owl-next:hover {
	box-shadow: none;
	color: rgb(123,123,123);
	background: inherit;
}
.products-grid .product-item:hover .product-item-gallery .owl-nav .owl-prev,
.products-grid .product-item:hover .product-item-gallery .owl-nav .owl-next {
	display: inline-block;
}
.products-grid .product-item .product-item-actions {
	opacity: 0;
	padding: 0px 15px 10px;
}
.products-grid .product-item .product-item-actions > div {
	padding-top: 10px;
	border-top: 1px solid rgb(89, 89, 89);
}
.products-grid .product-item:hover .product-item-actions {
	opacity: 1;
}
.products-grid .product-item .product-item-actions a {
	display: inline-block;
	white-space: nowrap;
	/*overflow: hidden;*/
	/*text-overflow: ellipsis;*/
	color: rgb(89, 89, 89);
	font-size: 12px;
	line-height: 18px;
}
/*.products-grid .product-item .product-item-actions a.action.tocompare:before,
.products-grid .product-item .product-item-actions a.action.towishlist:before {
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	width: 18px;
	height: 18px;
	float: left;
}*/
.products-grid .product-item .product-item-actions a.action.tocompare:before {
	/*background-image: url(../img/compare-ico.png);*/
}
.products-grid .product-item .product-item-actions a.action.towishlist:before {
	/*background-image: url(../img/favorite-ico.png);*/
}
.product-item-category {
	display: block;
	line-height: 25px;
}
.product-item-category .product-category-link {
	font-size: 16px;
	font-weight: bold;
}
.products-grid .product-item {
	margin-bottom: 10px;
}
.products-grid .product-item .product-item-gallery {
	/*margin: 25px 0;*/
}
.product-item.sale-item {
	padding: 30px 20px;
}
.product-item.sale-item,
.product-item.sale-item:hover {
	box-shadow: none;
	border: 2px solid rgb(245, 147, 29);
	border-radius: 10px;
}
.timer input.timer-input {
	border: none;
	width: 100%;
	background: rgb(230, 230, 230);
	max-width: 100%;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	font-size: 21px;
	padding: 0;
	border-radius: 5px;
}
.timer .delimiter {
	display: inline-block;
	width:10px;
	height: 100%;
	padding-left:0;
	padding-right:0;
	text-align:center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 21px;
    position: absolute;
    right: 0;
    margin-right: -5px;
    top: 0;
    line-height: 32px;
}
.products {
	margin: 0;
}
.sale-item .block-title {
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
}
.sale-item .product-item-name {
	text-align: center;
}
.sale-item .product-item-name .product-item-link {
	font-size: 18px;
	font-weight: bold;
	color: rgb(65, 133, 202);
}
.sale-item .qty-label {
	margin: 20px 0;
	font-weight: bold;
}
.horizontal-scroller {
	background:rgb(230, 230, 230); 
	height:21px;
	border-radius: 10px;
	margin-bottom: 20px;
}
.horizontal-scroller > div {
	border-radius: 10px;
	background:url(../img/horizontal-scroll-bg.jpg) repeat-x;  
	height:21px;
}
.timer-note {
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
}
.sale-item .price-box {
	margin: 20px 0 10px;
}
.sale-item .price-box .price-special {
	font-size: 30px;
	line-height: 32px;
	font-weight: bold;
	color: rgb(255, 0, 0);
}
.sale-item .price-box .price-regular {
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
	color: rgb(89, 89, 89);
}
.filter-option-content .items .item input[type="radio"],
.filter-option-content .items .item input[type="checkbox"] {
    display: none;
}
.filter-attributes .filter-option-content .items .item a .label {
    color: rgb(63, 62, 65);
    display: inline-block;
    position: relative;
    /*padding-left: 30px;*/
}
.filter-attributes .filter-option-content .items .item a .label::before {
	display: inline-block;
	content: "";
	width: 20px;
	height: 20px;
	background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url(../img/radio-red-sprite.png);
    background-size: 40px;
    margin: 10px 5px 0 0;
    float: left;
}
.filter-attributes .filter-option-content .items .item a:hover {
    text-decoration: none;
}
.filter-attributes .filter-option-content .items .item a input[type="checkbox"]:checked+.label::before,
.filter-attributes .filter-option-content .items .item a input[type="radio"]:checked+.label::before {
    /*background-image: url(../img/radio-active-checked.png);*/
	background-position: -20px -20px;
}
.filter-attributes .filter-option-content .items .item a:hover input[type="checkbox"]:checked+.label::before,
.filter-attributes .filter-option-content .items .item a:hover input[type="radio"]:checked+.label::before {
    /*background-image: url(../img/radio-checked.png);*/
	background-position: -20px -20px;
}
.filter-attributes .filter-option-content .items .item a:hover .label::before {
    /*background-image: url(../img/radio-active.png);*/
	background-position: 0 0;
}
.filter-options .filter-option .filter-option-content {
    padding: 0 0 10px 0;
}
.filter-option-content ul li,
.filter-option-content ol li {
    position: relative;
    line-height: 40px;
}
.filter-category .filter-option-content ul li::before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgb(230, 230, 230);
    position: absolute;
    top: 40px;
    left: 0;
}
.filter-category .filter-option-content ul li:last-child::before {
    display: none;
}
.filter-category .filter-option-content ul li ul li:last-child::before {
    display: block;
}
.filter-category .filter-option-content ul li.parent > .category-option-title {
	cursor: pointer;
}
.filter-category .category-option-content ul li.parent::after,
.filter-category .filter-option-content ul li.parent::after {
    display: inline-block;
    width: 10px;
    height: 6px;
    content: "";
    position: absolute;
    right: 0;
    top: 17px;
    background: url(../img/arrow-grey-down.png) no-repeat;
}
.filter-category .category-option-content ul li.parent.active::after,
.filter-category .filter-option-content ul li.parent.active::after {
    background: url(../img/arrow-orange-down.png) no-repeat;
}
.filter-category .category-option-content ul li.parent.active.open::after,
.filter-category .filter-option-content ul li.parent.active.open::after {
    background: url(../img/arrow-orange-up.png) no-repeat;
}
.filter-category .category-option-content ul li.parent.open::after,
.filter-category .filter-option-content ul li.parent.open::after {
    background: url(../img/arrow-grey-up.png) no-repeat;
}
.filter-category .category-option-content ul li ul li.parent.active::after,
.filter-category .category-option-content ul li ul li.parent::after,
.filter-category .filter-option-content ul li ul li.parent.active::after,
.filter-category .filter-option-content ul li ul li.parent::after {
    /*display: none;*/
}
.filter-category .category-option-content ul li ul li.active::before,
.filter-category .filter-option-content ul li ul li.active::before {
    background-color: rgb(230, 230, 230);
}
.filter-category .category-option-content ul li.active::before,
.filter-category .filter-option-content ul li.active::before {
    background-color: rgb(245, 147, 29);
}
.filter-category .filter-option-content ul li a {
    color: rgb(35, 35, 35);
    font-size: 12px;
}
.filter-category .filter-option-content ul li ul {
    /*display: none;*/
}
.filter-category .filter-option-content ul li.active > .category-option-title > a {
    color: rgb(245, 147, 29);
}
.filter-category .filter-option-content ul li ul li a {
    color: rgb(154, 154, 154);
}
.filter-category .filter-option-content ul li ul li.active > .category-option-title > a {
    color: rgb(137, 19, 17);
}
.filter-category .filter-option-content ul li ul li {
    padding-left: 20px;
}
.filter-category+.filter-attributes {
    margin-top: 30px;
}
.filter-options .block-title {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 20px 10px 20px;
    height: 50px;
    line-height: 50px;
}
.filter-options .filter-category .block-title {
    background: rgb(94,94,94);
    color: rgb(245, 245, 245);
    margin-bottom: 10px;
}
.filter-attributes .filter-option .filter-option-title {
    color: rgb(63, 62, 65);
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    /*padding: 0 20px;*/
    height: 50px;
    line-height: 50px;
    border-top: 1px solid rgb(230, 230, 230);
    position: relative;
}
.filter-attributes .filter-option .filter-option-title[aria-expanded="false"]::after {
    display: inline-block;
    content: '';
    position: absolute;
    right: 0;
    top: 20px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgb(63, 62, 65);
}
.filter-attributes .filter-option .filter-option-title[aria-expanded="true"]::after {
    display: inline-block;
    content: '';
    position: absolute;
    right: 0;
    top: 20px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgb(63, 62, 65);
}
/*
.filter-category .filter-category .filter-option-content ul ul {
    padding-left: 20px;
}
.filter-category .filter-option-content ul li {
    line-height: 40px;
}
.filter-category .filter-option-content ul li.active:not(.parent) {
    border-bottom: 1px solid rgb(245, 147, 29);
}
.filter-category .filter-option-content ul li > a {
    
}
.filter-category .filter-option-content ul li.active > a {
    color: rgb(245, 147, 29);
}
.filter-category .filter-option-content ul li ul li {
    border-bottom: none;
}
.filter-category .filter-option-content ul li ul {
    border-top: 1px solid rgb(230, 230, 230);
}
.filter-category .filter-option-content ul li.active.parent ul {
    border-top: 1px solid rgb(245, 147, 29);
}*/
/*
.filter-category .filter-option-content ul li ul {
    border-top: 1px solid rgb(230, 230, 230);
}*/
.filter-option .filter-option-content .count {
    display: none;
}
.filter-category .filter-option-title {
    display: none;
}
/*{
    background: rgb(94,94,94);
    color: rgb(245, 245, 245);
    font-size: 14px;
    font-weight: bold;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
}*/
.filter-category,
.filter-attributes {
    border-radius: 10px;
    box-shadow: 0 0 5px rgb(220,220,220);
    overflow: hidden;
}
/*.filter-option .filter-option-content {
    padding: 20px;
}*/
/*.filter-options .filter-option .filter-option-content {
    padding-bottom: 20px;
}*/
/*.filter-category,
.filter-attributes {
    padding-bottom: 20px;
}*/
.filter-options .filter-option  {
    padding: 0px 20px;
}
.filter-options .ui-slider-horizontal {
    height: 3px;
    margin: 10px 0;
    background: rgb(205 205, 205);
}
.filter-options .ui-slider-handle {
    width: 20px;
    height: 20px;
    background: rgb(245, 147, 29);
}
.filter-options .ui-slider-horizontal .ui-slider-handle {
    margin-left: -10px;
    margin-top: -8.5px;
}
.filter-options .ui-slider-horizontal .ui-slider-range {
    position: absolute;
    height: 3px;
    background: rgb(245, 147, 29);
}
.filter-options .range.am-fromto-widget {
    margin-bottom: 15px;
}
.filter-options .range.am-fromto-widget table tr td {
    padding: 0;
    vertical-align: middle;
}
.filter-options .range.am-fromto-widget input[type="number"] {
    border-radius: 15px;
    border: 1px solid rgb(205, 205, 205);
    padding: 0 15px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}
.filter-options .range.am-fromto-widget .delimiter {
    margin: 0 10px;
}
/*.filter-options .filter-attributes .filter-option-content {
    display: none;
}*/
.am-filter-go {
    margin-left: 15px;
    text-indent: -9999px;
    font-size: 0;
    width: 20px;
    height: 20px;
    border:none !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    /*background-image: url(../img/radio.png);*/
    background-image: url(../img/radio-active-checked.png);
}
.am-filter-go:hover {
    background-image: url(../img/radio-active-checked.png);
}
.modals-overlay {
    z-index: 899 !important;
}
.review-list ul {
    list-style: none;
    padding: 20px;
}
/*.review-list ul li+li {
    margin-top: 20px;
}*/
.review-list ul li .review-content {
    font-size: 14px;
    color: rgb(74, 74, 74);
}
.review-item {
    padding: 0;
}
.page-layout-1column .product.media {
	width: 100%;
	/*width: 300px;*/ 
}
.product.media .fotorama {
	padding: 5px;
}
.product.media .fotorama__stage {
	box-shadow: 0 0 5px rgb(220,220,220);
}
.product.media .fotorama__stage .fotorama__stage__frame {
	cursor: pointer;
}
.product.media .fotorama__stage .fotorama__stage__frame .fotorama__img {
	width: 100%;
}
.product.media .fotorama__stage .zoom-sticker {
	/*display: inline-block;
	position: absolute;
	left: 50%;
	top: 85%;*/
	position: absolute;
	display: block;
	width: 100%;
	top: 85%;
	text-align: center;
}
.product.media .fotorama__stage .zoom-sticker span {
	/*margin-left: -50%;
	white-space: nowrap;
	display: inline-block;*/
}
.fotorama--fullscreen .fotorama__stage .zoom-sticker {
	display: none;
}
.fotorama--fullscreen .fotorama__stage {
	height: 100% !important;
}
.fotorama--fullscreen .fotorama__wrap {
    height: 100%;
}
.fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
	margin-top: 5px;
	width: calc(100% + 10px);
	margin-left: -5px;
	margin-right: -5px;
}
.gallery-placeholder {
	max-width: 100%;
	width: 100%;
	/*width: 300px;*/
}
.fotorama__zoom-in, 
.fotorama__zoom-out {
    display: none !important;
}
.gallery-placeholder * {
	/*animation: none;*/
	transition: none;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
	width: 25% !important;
	height: auto !important; 
	/*padding: 0 !important;*/
	padding: 5px;
	box-sizing: border-box;
}
.fotorama__nav--thumbs .fotorama__nav__frame .fotorama__thumb {
	padding-top: 100%;
}
.fotorama__nav__frame.fotorama__nav__frame--thumb {
	cursor: pointer;
}
.fotorama__thumb-border {
	display: none !important;
}
.fotorama__nav__shaft {
	height: auto;
	width: 100%;
}
.fotorama__nav--thumbs.fotorama__nav {
	height: auto !important;
}
.fotorama__nav__frame {
	float: left;
}
.fotorama__thumb__arr {
	display: none !important;
}
.product-info-main .product-reviews-summary:not(.empty) .reviews-actions {
	padding-left: 20px;
}
.product-reviews-summary .reviews-actions a {
	font-size: 18px;
}
.product-info-main .page-title-wrapper .page-title {
	font-weight: bold;
}
.product-info-main .price-box .price-wrapper .price, 
.product-options-bottom .price-box .price-wrapper .price {
	font-size: 40px;
	color: rgb(66,66,66);
}
.product-info-main .stock.available, 
.product-info-main .stock.unavailable {
	vertical-align: inherit;
}
.product-info-main .stock.available span, 
.product-info-main .stock.unavailable span {
	font-size: 20px;
	color: rgb(42, 155, 213);
}
.product-info-main .box-tocart .action.tocart,
.product-info-main .box-tocart .action.towishlist {
	width: 100%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
	font-size: 14px;
	color: #fff;
	border-radius: 40px;
	white-space: nowrap;
}

.product-info-main .box-tocart .action.tocart {
	background-color: rgb(137,19,17) !important;
}
.product-info-main .box-tocart .action.tocart span,
.product-info-main .box-tocart .action.towishlist span {
	position: relative;
	display: inline-block;
    padding: 9px 30px;
    line-height: 22px;
}
.product-info-main .box-tocart .action.tocart span {
	background: url(../img/tocart.png) no-repeat left center;
}
/*.product-info-main .box-tocart .action.towishlist span::before {
	display: inline-block;
	content: "";
	width: 20px;
	height: 20px;
	margin-right: 10px;
	float: left;
}*/
.product-info-main .box-tocart .action.towishlist span {
	background: url(../img/towishlist.png) no-repeat left center;
}
.product-info-main .box-tocart .action.towishlist {
	background-color: rgb(245,147,29);
}
.product-info-main .box-tocart .actions, 
.product-options-bottom .box-tocart .actions {
	display: flex;
}
button.action {
	height: 40px;
	padding: 0px 15px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	border: 0px solid transparent !important;
	font-family: 'Montserrat', sans-serif;
}
button.action.primary {
	background-color: rgb(137,19,17);
}
.additional-attributes-wrapper .additional-attributes {
	margin-top: 15px;
}
.additional-attributes-wrapper .additional-attributes .additional-attribute div.val {
	position: relative;
	display: block;
	padding-left: 15px;
	font-weight: 500;
	font-size: 14px;
	color: rgb(74,74,74);
}
.additional-attributes-wrapper .additional-attributes .additional-attribute div.val::before {
	position: absolute;
	left: 5px;
	top: 10px;
	display: inline-block;
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 10px;
	background: rgb(137, 19, 17);
}
.product.detailed {

}
/*.product.data.items > .item.title > .switch:active,
.product.data.items > .item.title > .switch:focus,
.product.data.items > .item.title > .switch:hover,*/
.product.data.items > .item.title > .switch {
	box-sizing: border-box;
	border: none;
	background: transparent;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	line-height: 30px;
	height: 40px;
	padding: 5px 40px 5px 35px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #000;
}
.product.data.items > .item.title:not(.disabled):not(.active) > .switch:hover{
	background: transparent;
	color: #000;
}
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover,
.product.data.items > .item.title.active > .switch {
	background: rgb(137, 19, 17);
	color: #fff;
}
/*.product.data.items > .item.content {
	margin-top: 40px;
}*/
.page-layout-2columns-left .sidebar-main,
.page-layout-2columns-left .column.main,
.page-layout-2columns-left .sidebar-additional {
	width: 100%;
    float: none;
}
.sidebar-cms {
	background: rgb(137, 19, 17);
	border-radius: 10px;
	text-align: center;
	padding: 20px 50px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.product-footer {
	margin-top: 30px;
}
.product-footer .block-title {
	padding: 20px 50px;
	font-size: 36px;
	line-height: 36px;
	color: #fff;
	font-weight: bold;
	background: rgb(245,147,29);
	margin-bottom: 30px;
	border-radius: 20px;
}
.toolbar .pages .action.previous:before,
.toolbar .pages .action.next:before {
	background: transparent;
	color: #fff;
}
.toolbar .pages .action {
	border: none;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-radius: 34px;
	background: rgb(230, 230, 230);
}
.toolbar .pages .action:hover {
	background: rgb(245,147,29);
}
.toolbar .pages a.page {
	font-size: 18px;
	color: rgb(230, 230, 230);
}
.toolbar .pages a.page:hover {
	text-decoration: underline;
}
.toolbar .pages strong.page {
	color: rgb(245,147,29);
	text-decoration: underline;
	font-size: 21px;
}
.toolbar .pages .item {
	margin: 0 10px 0 0;
}
.toolbar .limiter-options {
	border: 1px solid rgb(205, 205, 205);
	border-radius: 15px;
	font-size: 16px;
	font-weight: bold;
	color: rgb(137, 19, 17);
	padding: 5px 15px 5px 20px;
}
.toolbar .limiter label,
.toolbar .limiter .limiter-text {
	font-size: 16px;
}
.qa-list ul {
	padding: 0 20px;
	list-style: none;
}
.qa-list ul li+li {
	margin-top: 20px;
}
.qa-list ul li .letter {
	width: 60px;
	text-align: center;
	vertical-align: top;
}
.qa-list ul li .letter strong {
	display: inline-block;
	text-align: center;
	line-height: 40px;
	width: 40px;
	height: 40px;
	background: rgb(230, 230, 230);
	font-size: 18px;
	font-weight: 700;
	border-radius: 40px;
}
.sorter-options {
	margin: 0 15px;
}
.sorter-label {
	color: rgb(94, 94, 94);
}
.review-toolbar .toolbar-amount {
	padding: 0;
}
.product.media.video a.video {
	position: relative;
	display: block;
	margin-bottom: 10px;
}
.product.media.video a.video::before {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: -25px;
	content: "";
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(../img/play.png) no-repeat;
}
.product.media.video .video-description {
	line-height: 24px;
	font-size: 14px;
	color: rgb(66, 66, 66);
}




/*NEWEST*/
.products-grid .product-item .product-item-category,
.products-grid .product-item .product-item-category a {
	display: block;
	overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    color: #000;
    font-size: 14px;
}
.products-grid .product-item .product-item-name,
.products-grid .product-item .product-item-name a {
	display: block;
	overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size: 16px;
	color: #1979c3;
	font-weight: bold;
}
.product-item-name, 
.product.name a {
	color: #000;
	font-size: 14px;
}
.product-item .product-item-details {
	margin-bottom: 5px;
}
.product-item .product-item-details .price-box {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	line-height: 40px;
	margin: 0 0 10px 0;
}
.product-item .product-item-details .price-box .price-label {
	display: none;
}
.product-item .product-item-details .price-box .price {
	font-size: 24px;
}
.product-item .product-item-details .price-box .old-price {
	/*float: left;*/
	-webkit-order: 1;
	-moz-order: 1;
	-ms-flex-order: 1;
	order: 1;
	padding-right: 10px;
}
.product-item .product-item-details .price-box .special-price {
	/*float: right;*/
	-webkit-order: 2;
	-moz-order: 2;
	-ms-flex-order: 2;
	order: 2;
}
.product-item .product-item-details .price-box .old-price .price {
	font-size: 12px;
	font-weight: bold;
	color: rgb(89, 89, 89);
	text-decoration: line-through;
}
.products-grid .product-item .product-item-details {
	padding-right: 45px;
}
.product-item .product-item-details .price-box .special-price .price {
	font-size: 14px;
	color: rgb(255, 0, 0);
}
button.action.primary {
	padding: 0 15px;
}
button.action.primary:hover {
	background-color: rgb(245,147,29);
}
.filter-submit {
	margin-bottom: 15px;
}
.filter-reset {
	margin-bottom: 15px;
}
.filter-reset a {
	display: inline-block;
	color: rgb(154, 154, 154);
	line-height: 19px;
}
.filter-reset a::before {
	display: inline-block;
	float: left;
	content: "";
	width: 19px;
	height: 21px;
	float: left;
	margin-right: 5px;
	background: url(../img/reset-ico.png) no-repeat;
}
.am-filter-go:focus {
	background-image: url(../img/radio-active-checked.png);
}
.filter-attributes .filter-option-title {
	cursor: pointer;
}
.toolbar-amount {
	color: rgb(94, 94, 94);
	padding: 5px 0;
	line-height: 40px;
}
.sorter-action:before {
	background-color: rgb(245,147,29);
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	content: "";
	font-size: 0;
	text-indent: -99999px;
	background-position: center center;
	background-repeat: no-repeat;
}
.sorter-action:hover:before {
	background-color: rgb(137, 19, 17);
	color: inherit;
}
.sorter-action.sort-asc:before {
	background-image: url(../img/arrow-up.png);
}
.sorter-action.sort-desc:before {
	background-image: url(../img/arrow-down.png);
}
.products-grid .product-item.sale-item .product-item-info {
	border: 1px solid transparent;
}
.review-list .block-title h2,
.qa-list .block-title h2,
.upsell-products .block-title h2 {
	font-size: 18px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 0;
}
.upsell-products .block-title {
	margin-bottom: 30px;
}
.fotorama__thumb {
	background-color: transparent;
}
.product.media .fotorama__nav--thumbs .fotorama__nav__frame {
	padding: 10px !important;
}
.review-list,
.qa-list {
	margin-bottom: 50px;
}
.review-list ul li,
.qa-list ul li {
	border-bottom: 1px solid rgb(240, 240, 240);
	margin-bottom: 30px;
    padding-bottom: 30px;
}
.review-list ul li:last-child,
.qa-list ul li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.review-list .block-title,
.qa-list .block-title {
	border-bottom: 1px solid rgb(240, 240, 240);
	margin-bottom: 30px;
    padding-bottom: 30px;
}
.review-list .block-title h2 {
	line-height: 40px;
}
.product.info.detailed {
	border-top: 1px solid rgb(240, 240, 240);
	margin-top: 30px;
    padding-top: 30px;
	border-bottom: 1px solid rgb(240, 240, 240);
	margin-bottom: 30px;
    padding-bottom: 30px;
}
.product.data.items > .item.content {
	border-top: 1px solid rgb(240, 240, 240);
}
.price-box .price-label {
	display: none !important;
}
.product-info-main .price-box .old-price {
	float: left;
    line-height: 40px;
    margin-right: 16px;
}
.product-info-main .price-box .old-price .price {
	font-size: 12px;
    font-weight: bold;
}
.product-info-main .price-box .special-price .price {
    color: rgb(255, 0, 0);
}
.product-info-main .price-box .special-price {
	float: right;
	line-height: 40px;
}
.product-info-main .price-box {
	margin-top: 0;
}
.product-info-main .stock.available {
	line-height: 20px;
	margin-top: 15px;
}
.cart-summary {
	background: transparent;
	padding: 30px;
	border: 1px solid rgb(94, 94, 94);
}
.cart-summary .block-title .summary.title {
	font-size: 30px;
	color: rgb(245, 147, 29);
	font-weight: bold;
	margin: 10px 0;
	line-height: 40px;
}
.cart-summary .block-content .title {
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
	color: rgb(51, 51, 51);
	border-top: 1px solid rgb(184, 184, 184);
	border-bottom: 1px solid rgb(184, 184, 184);
	cursor: pointer;
	position: relative;
	padding-right: 15px;
}
.cart-summary .block-content .title::after {
	display: inline-block;
	position: absolute;
	content: '';
	right: 5px;
	top: 22px;
	width: 0; 
	height: 0; 
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	  
	border-top: 6px solid rgb(245, 147, 29);
}
.cart-summary .block-content.active .title::after {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	  
	border-top: none;
	border-bottom: 6px solid rgb(245, 147, 29);
}
.cart-summary .block-content .cart-totals {
	border-top: 0;
}
.cart-totals .grand .mark, 
.cart-totals .grand .amount,
.cart-totals .totals .mark, 
.cart-totals .totals .amount {
	padding: 0;
	line-height: 30px;
	padding: 5px 0;
	background: transparent;
	border: none;
}
.cart-totals .grand .amount span,
.cart-totals .totals .amount span,
.cart-totals .grand .mark strong {
	font-weight: bold;
	color: rgb(137, 19, 17);
}
.cart-totals .grand .mark strong {
	font-size: 18px;
}
.cart-totals .grand .amount span {
	font-size: 30px;
}
.cart-summary .block .fieldset.coupon {
	margin: 0;
}
.cart-summary .block .fieldset.coupon .field .label {
	display: block;
	margin: 0;
	line-height: 14px;
	margin-bottom: 16px;
	color: rgb(137, 19, 17);
}
.cart-summary .block .fieldset.coupon .field input.input-text {
	height: 40px;
}
.cart-summary .checkout.methods.items.checkout-methods-items {
	margin-top: 25px;
	text-align: center;
}
.cart-summary .checkout.methods.items.checkout-methods-items .action {
	border-radius: 20px;
	padding: 0 30px;
}
.cart .action:hover,
.cart .action:focus,
.cart .action:active,
.cart .action {
	background-color: transparent;
	color: rgb(66, 66, 66);
	font-size: 16px;
	box-shadow: none;
	padding: 0;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	line-height: 16px;
	height: auto;
}
.cart .action:hover span {
	text-decoration: underline;
	color: rgb(137, 19, 17);
}
.cart .action.continue {
	background-image: url(../img/back-ico.png);
}
.cart .action.clear {
	background-image: url(../img/clear-ico.png);
}
.cart .action.update {
	background-image: url(../img/update-ico.png);
}
.cart .action.continue:hover {
	background-image: url(../img/back-active-ico.png);
}
.cart .action.clear:hover {
	background-image: url(../img/clear-active-ico.png);
}
.cart .action.update:hover {
	background-image: url(../img/update-active-ico.png);
}
.cart-table {
	box-shadow: 0 2px 6px rgb(230, 230, 230);
}
.cart-table .col-title {
	display: table;
	width: 100%;
	height: 70px;
	margin-bottom: 2px;
	border-bottom: 1px solid rgb(220,220,220);
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: content-box;
}
.cart-table .col-title strong {
	display: table-cell;
	vertical-align: middle;
	font-size: 15px;
	color: rgb(184, 184, 184);
}
.cart-table .col-content {
	height: 100%;
	padding: 20px 0;
}
.cart-table .container-fluid > .row:not(.first) .col-title {
	display: none;
}
.cart-table .container-fluid > .row:not(.first) > .col {
	border-top: 1px dashed rgb(220,220,220);
}
/*.cart-table .container-fluid {
	overflow: hidden;
}
.cart-table .container-fluid > .row::before {
	display: block;
	content: "";
	width: 100%;
	height: 0;
	border-bottom: 1px solid rgb(220,220,220);
	position: absolute;
	left: 0;
	top: 70px;
}*/
.cart-table .actions .action.action-edit {
	display: none;
}
.cart-table .actions .action.action-delete:hover,
.cart-table .actions .action.action-delete:focus,
.cart-table .actions .action.action-delete:active,
.cart-table .actions .action.action-delete:visited,
.cart-table .actions .action.action-delete {
	text-indent: 0;
	font-size: 0;
	background-color: transparent;
	padding: 0;
	border: 0;
	width: 13px;
	height: 13px;
	background-image: url(../img/clear-ico.png);
	background-repeat: no-repeat;
}
.cart-table .actions .action.action-delete:hover {
	background-image: url(../img/clear-active-ico.png);
}
.cart.table-wrapper .col.qty .input-text {
	margin-top: 0;
	width: 35px;
	height: 40px;
	border: 1px solid rgb(220,220,220);
	border-left: 0;
	border-right: 0;
}
.cart.table-wrapper .col.qty .btn {
	width: 35px;
	height: 40px;
	border: 1px solid rgb(220,220,220);
	background-color: transparent;
	font-weight: bold;
    font-size: 18px;
}
.cart.table-wrapper .col.qty .btn:first-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.cart.table-wrapper .col.qty .btn:last-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.cart.table-wrapper .col {
	padding-top: 0;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal {
	text-align: left;
}
.cart.table-wrapper .product-item-photo {
	display: inline-block;
	position: relative;
	width: auto;
	top: 0;
}
.cart-crosssell {
	margin-top: 50px;
	margin-bottom: 50px;
}
.cart-crosssell .crosssell-products .block-title h2 {
	margin-bottom: 30px;
	font-size: 36px;
}
.checkout-index-index .nav-sections, 
.checkout-index-index .nav-toggle {
	display: block;
}
.opc-progress-bar-item:before {
	background: rgb(184, 184, 184);
	top: 28px;
}
.opc-progress-bar-item > span:before {
	background: rgb(184, 184, 184);
}
.opc-progress-bar-item._active:before {
	background: rgb(137, 19, 17);
}
.opc-progress-bar-item._active > span:before {
	background: rgb(137, 19, 17);
}
.opc-progress-bar-item > span:after {
	color: rgb(184, 184, 184);
	top: 26px;
}
.opc-progress-bar-item._active > span:after {
	color: rgb(137, 19, 17);
	font-size: 30px;
	line-height: 46px;
}
.opc-progress-bar-item > span:before {
	width: 60px;
	height: 60px;
	margin-left: -30px;
}
.opc-progress-bar-item > span:after {
	width: 46px;
	height: 46px;
	line-height: 46px;
	margin-left: -23px;
	top: 7px;
	font-size: 30px;
}
.opc-progress-bar-item > span {
	padding-top: 65px;
	color: rgb(184, 184, 184);
	font-size: 18px;
}
.opc-progress-bar-item._active > span {
	color: rgb(22, 22, 22);
}
.opc-block-summary {
	background: transparent;
}
.opc-block-summary .mark .value {
	display: none;
}
.opc-block-summary .table-totals .mark {
	background-color: transparent;
}
.opc-block-summary .table-totals .mark, 
.opc-block-summary .table-totals .amount {
	color: rgb(50, 50, 50);
	font-size: 16px;
	padding: 5px 0;
}
.opc-block-summary .table-totals .amount span {
	font-weight: bold;
	font-size: 18px;
	color: rgb(137, 19, 17);
}
.opc-block-summary .table-totals .grand .mark strong {
	font-size: 18px;
	font-weight: bold;
	color: rgb(137, 19, 17);
}
.opc-block-summary .table-totals .grand .amount span {
	font-size: 30px;
}
.opc-block-summary > .title {
	/*margin-bottom: 20px;*/
	line-height: 30px;
	padding: 15px 0;
	font-size: 30px;
	font-weight: bold;
	color: rgb(245, 147, 29);
	border-bottom: 1px solid rgb(184, 184, 184);
}
.opc-block-summary .items-in-cart > .title {
	border-bottom: 1px solid rgb(184, 184, 184);
}
.opc-block-summary .items-in-cart > .title strong {
	font-weight: bold;
	font-size: 18px;
	color: rgb(137, 19, 17);
}
.opc-block-summary .items-in-cart > .title:after {
	top: 14px;
	color: rgb(245, 147, 29);
}
.minicart-items .product-item {
	padding: 0;
}
.minicart-items .product-item+.product-item {
	margin-top: 20px;
}
.opc-sidebar .modal-content {
	border: none;
}
.opc-block-summary {
	border: 1px solid rgb(184, 184, 184);
}
.minicart-items .product-item-name {
	font-size: 15px;
}
.minicart-items .product-item-details .details-qty {
	color: rgb(155, 155, 155);
}
.opc-block-summary .product-item .price {
	font-size: 18px;
	font-weight: bold;
	color: rgb(137, 19, 17);
}
.minicart-items .product-image-wrapper img {
	border: 1px solid rgb(230, 230, 230);
	border-radius: 5px;
	overflow: hidden;
}
.opc-progress-bar-item._complete > span:after {
	line-height: 46px;
}
.opc-block-shipping-information .shipping-information-title {
	font-weight: bold;
    font-size: 18px;
    color: rgb(137, 19, 17);
}
.opc-block-shipping-information .shipping-information-title .action-edit {
	display: none;
}
.field.street .field .label {
	display: none;
}
.checkout-billing-address .billing-address-details {
	display: none;
}
.opc-wrapper {
	width: 100%;
	float: none;
}
.opc-wrapper .step-title {
	font-size: 36px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgb(180, 180, 180);
	color: #000;
}
.opc-wrapper .fieldset > .field.required > label,
.opc-wrapper .field label.label,
.opc-wrapper .field legend.label {
	display: block;
	float: none;
	width: 100%;
	text-align: left;
	white-space: nowrap;
}
.opc-wrapper .field .label span {
	font-size: 16px;
	color: #000;
	line-height: 50px;
}
.opc-wrapper .form-login .field .control .input-text {
	width: 350px;
}
.opc-wrapper .form-login {
	width: 100%;
	border-bottom: 1px solid rgb(180, 180, 180);
	margin: 0;
}
.opc-wrapper .form-login .field-tooltip {
	display: none;
}
.opc-wrapper .field .control .input-text {
	border-color: rgb(200,200,200);
	border-radius: 5px;
}
.opc-wrapper .field .control .select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../img/select-bg.png);
	background-repeat: no-repeat;
	background-position: right+10px center;
	border-color: rgb(200,200,200);
	border-radius: 5px;
}
/*
.table-checkout-shipping-method input[type="radio"] {
	display: none;
}
.table-checkout-shipping-method label {
	display: inline-block;
    width: 19px;
    height: 19px;
    border: 1px solid rgb(190, 190, 190);
    border-radius: 20px;
    cursor: pointer;
}
.table-checkout-shipping-method label::after {
	display: inline-block;
	content: "";
    width: 11px;
    height: 11px;
    margin: 3px;
    border-radius: 20px;
}
*/
.page-product-configurable .super-attribute-select {
    color: #000;
}
.col.col-method input.radio {
    margin-left: 15px;
}
.table-checkout-shipping-method input[type="radio"]:checked+label {
    border: 1px solid rgb(245, 147, 29);
}
.table-checkout-shipping-method input[type="radio"]:checked+label::after {
	background-color: rgb(245, 147, 29);
}
.table-checkout-shipping-method > .container-fluid {
	padding-top: 20px;
	padding-bottom: 20px;
}
.table-checkout-shipping-method > .container-fluid+.container-fluid {
	border-top: 1px solid rgb(190, 190, 190);
}
.table-checkout-shipping-method .col-price span.price {
	font-weight: bold;
	color: rgb(137, 19, 17);
}
.opc-wrapper .actions-toolbar {
	margin: 20px 0;
	padding-right: 60px;
}
.opc-wrapper .actions-toolbar .action.primary {
	padding: 0 70px;
	border-radius: 25px;
	background-color: rgb(245, 147, 29);
}
.checkout-payment-method .payment-method-content {
	padding: 0;
}
.checkout-payment-method .payment-method-title.field.choice input[type="radio"] {
	display: none;
}
.checkout-payment-method .payment-method-title.field.choice label.label {
	cursor: pointer;
}
.checkout-payment-method .payment-method-title.field.choice input[type="radio"]+label::before {
	display: inline-block;
	content: "";
	width: 20px;
	height: 50px;
	background-image: url(../img/radio-orange-sprite.png);
	background-repeat: no-repeat;
	background-position: -20px center;
	background-size: 40px;
	margin-right: 15px;
	float: left;
}
.checkout-payment-method .payment-method-title.field.choice input[type="radio"]:checked+label::before {
	background-position: 0 center;
}
.billing-address-same-as-shipping-block input[type="checkbox"] {
	display: none;
}
.billing-address-same-as-shipping-block input[type="checkbox"]+label {
	cursor: pointer;
}
.billing-address-same-as-shipping-block input[type="checkbox"]+label::before {
	display: inline-block;
	content: "";
	width: 20px;
	height: 20px;
	line-height: 16px;
	font-size: 16px;
	/*border-radius: 20px;*/
	float: left;
	margin-right: 8px;
	border: 2px solid rgb(190, 190, 190);
	text-align: center;
	font-weight: bold;
}
/*.billing-address-same-as-shipping-block input[type="checkbox"]+label:hover::before,
.billing-address-same-as-shipping-block input[type="checkbox"]:checked+label {
	background-image: url(../img/checked.png);
}*/
.billing-address-same-as-shipping-block input[type="checkbox"]:checked+label::before {
	border-color: rgb(137, 19, 17);
	color: rgb(137, 19, 17);
	content: '\e610';
    font-family: 'icons-blank-theme';
}
.page-main {
	padding-bottom: 80px;
}
.service-info-block-1,
.service-info-block-2,
.service-info-block-3 {
	padding-left: 60px;
	background-position: left top+4px;
	background-repeat: no-repeat;
}
.service-info-block-1 strong,
.service-info-block-2 strong,
.service-info-block-3 strong {
	display: block;
	font-size: 18px;
	margin-bottom: 6px;
}
.service-info-block-1 {
	background-image: url(../img/location-ico.png);
}
.service-info-block-2 {
	background-image: url(../img/time-ico.png);
}
.service-info-block-3 {
	background-image: url(../img/phone-ico-0.png);
}
.page-title h2 {
	font-size: 24px;
	margin-bottom: 20px;
}
.cms-navigation {
	padding: 10px 20px;
	border-radius: 10px;
    box-shadow: 0 0 5px rgb(220,220,220);
}
.cms-navigation ul {
	display: block;
}
.cms-navigation ul li {
	margin-bottom: 0;
}
.cms-navigation ul li a {
	display: inline-block;
	line-height: 40px;
	font-weight: 500;
}
.cms-navigation ul li ul li {
	margin-bottom: 0;
}
.cms-navigation ul li ul li a {
	display: inline-block;
	line-height: 32px;
	font-weight: 400;
}
.cms-navigation ul li .block-title {
	position: relative;
	cursor: pointer;
}
.cms-navigation ul li .block-title,
.cms-navigation ul li .block-content {
	border-bottom: 1px solid rgb(230, 230, 230);
}
.cms-navigation ul li ul li .block-title,
.cms-navigation ul li ul li .block-content {
	border-bottom: none;
}
.cms-navigation ul li:last-child .block-title,
.cms-navigation ul li:last-child .block-content {
	border-bottom: none;
}
.cms-navigation ul li.parent > .block-title::after {
	position: absolute;
	right: 0;
	top: 7px;
	display: inline-block;
	font-size: 24px;
	content: '\e622';
    font-family: 'icons-blank-theme';
    color: rgb(230, 230, 230);
}
.cms-navigation ul li.parent.active > .block-title::after {
	color: rgb(245, 147, 29);
	content: '\e621';
}
.cms-navigation ul li.parent:hover > .block-title::after {
	color: rgb(245, 147, 29);
}
/*.cms-navigation ul li.last.active .content {
	border-top: 1px solid rgb(245, 147, 29);
}*/
/*.cms-navigation ul li:last-child .header {
	border-bottom: none;
}*/
/*.cms-navigation ul li:last-child .content {
	border-top: 1px solid rgb(230, 230, 230);
	border-bottom: none !important;
}*/
.cms-navigation ul li a {
	color: rgb(35, 35, 35);
}
.cms-navigation ul li ul li a {
	color: rgb(155, 155, 155);
}
.cms-navigation ul li.active > .block-title {
	border-bottom: 1px solid rgb(245, 147, 29);
}
.cms-navigation ul li ul li.active > .block-title {
	border-bottom: none;
}
.cms-navigation ul li.active > .block-title a,
.cms-navigation ul li ul li.active a,
.cms-navigation ul li .block-title:hover a,
.cms-navigation ul li ul li a:hover,
.cms-navigation ul li ul li.active a {
	color: rgb(245, 147, 29);
}
.cms-navigation ul li ul {
	list-style: none;
	padding: 10px 0 15px 25px;
}
.cms-navigation ul li:not(.active) ul {
	/*display: none;*/
}
#map {
	position: relative;
}
#map .gm-style::after {
	display: block;
	content: "";
	height: 80px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url(../img/map-shape.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	z-index: 0;
}
#map .gmnoprint,
#map .gmnoscreen {
	z-index: 0 !important;
}
#map .gmnoprint.gm-bundled-control {
	z-index: 2 !important;
}
#map .gm-style > div > a {
	display: none !important;
}
/*.map-notice {
	height: 115px;
	width: 100%;
	background-image: url(../img/map-shape.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}*/
.form.contact legend {
	font-size: 29px;
	font-weight: bold;
	color: rgb(137, 19, 17);
	margin: 0 0 10px 0;
}
.form.contact a.mailto {
	font-size: 16px;
	color: rgb(137, 19, 17);
}
.form.contact a.mailto::before {
	display: inline-block;
	float: left;
	content: "";
	margin-top: 8px;
	margin-right: 5px;
	width: 15px;
	height: 11px;
	background: url(../img/mailto-ico.png) no-repeat;
}
.form.contact .field.title {
	font-size: 18px;
	font-weight: 500;
}
.form.contact .field.comment textarea {
	resize: none;
}
.form.contact .field input[type="text"],
.form.contact .field textarea {
	border: 1px solid rgb(190, 190, 190);
	border-radius: 5px;
}
.form.contact .primary .action {
	background-color: rgb(245,147,29);
	border-radius: 25px;
	padding: 0 70px;
}
.form.contact .primary .action:hover {
	background-color: rgb(137,19,17);
}
.field.checkbox input[type="checkbox"] {
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: block;
	box-shadow: none;
	outline: none;
	float: left;
}
.field.checkbox input[type="checkbox"]+label {
	position: relative;
	font-size: 13px;
	color: rgb(120, 120, 120);
	margin: 0;
	line-height: 18px;
	cursor: pointer;
	/*width: 15px;*/
	/*height: 15px;*/
}
.field.checkbox input[type="checkbox"]+label:empty {
	width: 15px;
	height: 15px;
}
.form.contact .field.checkbox input[type="checkbox"]+label {
	padding-left: 25px;
}
.field.checkbox input[type="checkbox"]+label::before {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	width: 15px;
	height: 15px;
	content: "";
    font-family: 'icons-blank-theme';
    color: rgb(137, 19, 17);
    font-size: 15px;
    line-height: 14px;
    font-weight: bold;
	border: 1px solid rgb(230, 230, 230);
	background-color: #fff;
}
.field.checkbox input[type="checkbox"]:checked+label::before {
	content: '\e610';
}
.form.contact .field.checkbox .mage-error {
	padding-left: 25px;
	display: block;
	margin: 0;
}
.product-info-main .related-products,
.product-info-main .product.tier,
.product-info-main .product.attribute.overview,
.product-info-main .product-options-wrapper {
	margin-bottom: 20px;
}
.product-info-main .related-products .block-title {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background: rgb(137,19,17);
	padding: 15px 0;
}
.product-info-main .related-products .block-title h2 {
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	width: 100%;
	text-align: center;
	color: #fff;
}
.product-info-main .related-products .products-list {
	background: rgb(245, 245, 245);
	/*padding: 15px 0;*/
}
.product-info-main .related-products .products-list .product-row {
	padding-top: 10px;
	padding-bottom: 10px;
}
.product-info-main .related-products .products-list .product-row+.product-row {
	border-top: 1px solid rgb(220, 220, 220);
}
.product-info-main .related-products .products-list .product-row .product-image-container {
	/*margin: 10px 0;*/
}
.product-info-main .related-products .products-list .product-row .product-image-container .product-image-photo {
	border: 1px solid rgb(220, 220, 220);
	border-radius: 5px;
}
.product-info-main .related-products .price-box .price-wrapper .price {
	font-size: 18px;
	color: rgb(137,19,17);
}
.product-options-wrapper input[type="radio"] {
	display: block;
	width: 0;
	height: 0;
	float: left;
	box-shadow: none;
	outline: none;
}
.product-options-wrapper .options-list .field {
	display: inline-block;
	margin: 0 15px 15px 0;
}
.product-options-wrapper .options-list .field input[type="radio"]+label {
	padding: 15px 25px;
	border: 1px solid rgb(210, 210, 210);
	border-radius: 6px;
	cursor: pointer;
	font-weight: bold;
}
.product-options-wrapper .options-list .field input[type="radio"]:checked+label {
	background: rgb(245, 245, 245);
	color: rgb(137,19,17);
}
.product-add-form .fieldset > .field {
	margin-bottom: 0;
}
.actions-toolbar .primary a.button {
	display: inline-block;
	line-height: 40px;
	padding: 0 50px;
	border-radius: 20px;
	background-color: rgb(137,19,17);
	font-weight: bold;
	color: #fff;
}
.actions-toolbar .primary a.button:hover {
	text-decoration: none;
}
.toolbar .limiter {
    display: block;
    float: right;
}
.toolbar .pages {
	float: left;
}
.toolbar.review-toolbar,
.toolbar.review-toolbar a {
	color: rgb(145, 145, 145);
}
.toolbar.review-toolbar label {
	margin: 0;
}
.toolbar.review-toolbar a.active {
	font-weight: bold;
}
.toolbar.review-toolbar .sort-by table tr td,
.toolbar.review-toolbar .filter-by table tr td {
	padding: 0 8px;
	vertical-align: middle;
}
.toolbar.review-toolbar .filter-by select option:selected {
	font-weight: bold;
}

/*#amasty-shopby-product-list .products.wrapper {
	position: relative;
}
#amasty-shopby-product-list .products.wrapper .products.product-items {
	position: relative;
	z-index: 1;
}
#amasty-shopby-product-list .products.wrapper #amasty-shopby-overlay {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(255,255,255,0.8);
    z-index: 2;
    opacity: 1;
}*/
.header.panel > .header.links {
  float: right;
  font-size: 0;
  margin: 0;
  padding: 0;
  list-style: none none;
  margin-left: auto;
}
.header.panel .header.links > li {
  display: inline-block;
  vertical-align: top;
}
.header.panel .header.links > li {
  font-size: 14px;
  margin: 0 0 0 15px;
}
.header.panel .header.links > li {
  margin-left: 7px;
}
.header.panel .header.links > li+li:before {
  content: '';
  display: inline-block;
  border-left: 1px solid rgb(245, 245, 245);
  margin-right: 7px;
  float: left;
  height: 15px;
  margin-top: 5px;
}
.header.panel .header.links.styled > li+li:before {
  height: auto;
  margin-top: 0;
  border-left: none;
  content: '\00B7';
  margin-right: 7px;
}
.header.panel .header.links > li:first-child {
  margin-left: 0;
}
.header.panel .header.links > li.welcome,
.header.panel .header.links > li a {
  line-height: 1.4;
  font-size: 13px;
}
.header.panel .header.links > li.welcome a {
  padding-left: 5px;
}
.block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.amasty-rewards-highlight {
	padding: 0 0 20px;
	margin: 10px 0;
	border-bottom: 1px solid rgb(220, 220, 220);
	display: block;
}
.amasty-rewards-highlight strong,
.amasty-rewards-highlight strong b {
	font-weight: normal !important;
}
.amasty-rewards-highlight::before {
	display: none;
}
.show-more-options,
.show-more-options:hover {
	display: inline-block;
	color: rgb(99, 99, 99);
	position: relative;
	padding-right: 15px;
}
.show-more-options::after {
	display: inline-block;
    content: '';
    position: absolute;
    right: 0;
    top: 7px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid rgb(99, 99, 99);
}
.bss-megamenu h2.title {
	font-size: 24px;
	padding-bottom: 0;
}
.bss-megamenu h3.title {
	font-size: 16px;
}
.navigation li.level0 .dropdown-menu {
	font-size: 14px;
	font-weight: normal;
	color: rgb(96,96,96);
}
ul.dropdown-menu.fullwidth li.bss-megamenu-content ul {
    display: block !important;
}
@media screen and (max-width: 992px) {
	footer.page-footer .top {
		display: none;
	}
}
p {
	font-family: 'GraphikRegular', sans-serif !important;
}
h1, h2, h3 {
	font-family: 'GraphikBold', sans-serif !important;
}
strong, bold {
	font-family: 'GraphikMedium', sans-serif !important;
}