@font-face {
    font-family: "Superline";
    src: url("/catalog/view/theme/default/image/superline-regular-webfont.woff") format("woff"),
         url("/catalog/view/theme/default/image/superline-regular-webfont.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
 }
@font-face {
    font-family: "GrtskPeta-Light";
    src: url("/catalog/view/theme/default/image/GrtskPeta-Light.ttf") format("ttf"),
         url("/catalog/view/theme/default/image/GrtskPeta-Light.eot") format("eot"),
         url("/catalog/view/theme/default/image/GrtskPeta-Light.woff") format("woff"),
         url("/catalog/view/theme/default/image/GrtskPeta-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
 }
 @font-face {
    font-family: "GrtskPeta-Regular";
    src: url("/catalog/view/theme/default/image/GrtskPeta-Regular.ttf") format("ttf"),
         url("/catalog/view/theme/default/image/GrtskPeta-Regular.eot") format("eot"),
         url("/catalog/view/theme/default/image/GrtskPeta-Regular.woff") format("woff"),
         url("/catalog/view/theme/default/image/GrtskPeta-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
 }
  @font-face {
    font-family: "GrtskPeta-Medium";
    src: url("/catalog/view/theme/default/image/GrtskPeta-Medium.ttf") format("ttf"),
         url("/catalog/view/theme/default/image/GrtskPeta-Medium.eot") format("eot"),
         url("/catalog/view/theme/default/image/GrtskPeta-Medium.woff") format("woff"),
         url("/catalog/view/theme/default/image/GrtskPeta-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
 }
 @font-face {
    font-family: "GrtskPeta-Bold";
    src: url("/catalog/view/theme/default/image/GrtskPeta-Bold.ttf") format("ttf"),
         url("/catalog/view/theme/default/image/GrtskPeta-Bold.eot") format("eot"),
         url("/catalog/view/theme/default/image/GrtskPeta-Bold.woff") format("woff"),
         url("/catalog/view/theme/default/image/GrtskPeta-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
 }
  @font-face {
    font-family: "Rubik-Bold";
    src: url("/catalog/view/theme/default/image/Rubik-Bold.ttf") format("ttf"),
         url("/catalog/view/theme/default/image/Rubik-Bold.eot") format("eot"),
         url("/catalog/view/theme/default/image/Rubik-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
 }
  @font-face {
    font-family: "Rubik-BoldItalic";
    src: url("/catalog/view/theme/default/image/Rubik-BoldItalic.ttf") format("ttf"),
         url("/catalog/view/theme/default/image/Rubik-BoldItalic.eot") format("eot"),
         url("/catalog/view/theme/default/image/Rubik-BoldItalic.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
 }
 @font-face {
    font-family: "Rubik-Medium";
    src: url("/catalog/view/theme/default/image/Rubik-Medium.ttf") format("ttf"),
         url("/catalog/view/theme/default/image/Rubik-Medium.eot") format("eot"),
         url("/catalog/view/theme/default/image/Rubik-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
 }
  @font-face {
    font-family: "Rubik-Regular";
    src: url("/catalog/view/theme/default/image/Rubik-Regular.ttf") format("ttf"),
         url("/catalog/view/theme/default/image/Rubik-Regular.eot") format("eot"),
         url("/catalog/view/theme/default/image/Rubik-Regular.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
 }
  @font-face {
    font-family: "Rubik-Light";
    src: url("/catalog/view/theme/default/image/Rubik-Light.ttf") format("ttf"),
         url("/catalog/view/theme/default/image/Rubik-Light.eot") format("eot"),
         url("/catalog/view/theme/default/image/Rubik-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
 }
html, body {
	overflow-x: hidden;
}
body {
	font-family: 'GrtskPeta-Regular';
	font-weight: 400;
	color: #181A1C;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
	overflow-x: hidden;
}
body::-webkit-scrollbar {
    background: #f1f1f1;
    width: 0.4em;
}
body::-webkit-scrollbar-thumb {
    background: #181A1C;
    border-radius: 10px;
    height: 6em;
}
body::-webkit-scrollbar-thumb:hover {
    background: #F7C500;
}
.rtl {
  direction: rtl;
  text-align: right;
  font-family: "Rubik-Regular";
}
header {
	height: 94px;
    display: flex;
    align-items: center;
}
header .row {
	display: flex;
    align-items: center;
}
.fa {
	font-size: 10px;
}
a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
}
:focus, :active, :hover {
	text-decoration: none;
	outline: none;
}
.breadcrumb li:first-child {
    padding-left: 0;
}
#menu ul.navbar-nav li:nth-last-child(-n+3) {
    display: none;
}
#menu ul.navbar-nav .dropdown .dropdown-menu {
    padding: 2px 20px 0px 20px;
    background: #fff;
    position: absolute;
    z-index: 1050;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#menu ul.navbar-nav .dropdown .dropdown-menu .list-unstyled li {
	display: block;
	padding: 10px 0;
    border-bottom: 1px solid #eee;
}
#modal-cart .text-left {
    font-family: 'Rubik-Regular';
    direction: rtl;
    letter-spacing: 0.2px;
    font-size: 16px;
}
.dropdown > a {
    border-bottom: 2px solid transparent;
}
@media (max-width: 993px) {
#menu ul.navbar-nav li:nth-last-child(-n+3) {
    display: block;
}
 #menu .navbar-collapse .navbar-nav {
 	position: fixed;
 	z-index: 1050;
	top: 0;
    right: 0;
    display: block;
    background-color: #fff;
    margin-top: 0;
    width: 250px;
    height: 100%;
}
.navbar-collapse {
	-webkit-overflow-scrolling: auto !important;
}
#menu .nav > li > a {
    display: inline;
}
#menu .navbar-collapse .nav >li {
    margin: 0 20px;
    float: none;
    height: 50px;
    border-bottom: 1px solid #EBEBEB;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-top: 15px;
}
#menu .navbar-collapse .nav> .close_menu {
        margin: 0;
        background-color: #fece1a;
    }
}
.non2 {
	display: none;
}
.fa-heart:before {
   margin-top: 2px;
   display: block;
   width: 20.5px;
   height: 20px;
   text-align: center;
   content: url(/image/star_trans.svg);
}
.cart_header {
	width: 34px;
	height: 21px;
	display: inline-block;
	margin-left: 25px;
}
.cart_header .icon-cart {
    width: 24px;
    height: 21px;
    display: inline-block;
    -webkit-transition: fill 0.3s, stroke 0.3s;
    -o-transition: fill 0.3s, stroke 0.3s;
    -moz-transition: fill 0.3s, stroke 0.3s;
    transition: fill 0.3s, stroke 0.3s;
}
.search_button_icon {
	display: inline-block;
    vertical-align: top;
	margin-right: 25px;
	cursor: pointer;
}
.icon-star {
	stroke: #828B8D;
    fill: transparent;
    width: 20px;
    height: 20px;
    margin-top: 4px;
    margin-left: -0.35px;
    -webkit-transition: fill 0.3s, stroke 0.3s;
    -o-transition: fill 0.3s, stroke 0.3s;
    -moz-transition: fill 0.3s, stroke 0.3s;
    transition: fill 0.3s, stroke 0.3s;
}
.icon-tel {
	stroke: #bdbdbd;
    fill: #bdbdbd;
    width: 17px;
    height: 17px;
}
.icon-find {
    fill: #000;
    width: 23px;
    height: 23px;
    -webkit-transition: fill 0.3s, stroke 0.3s;
    -o-transition: fill 0.3s, stroke 0.3s;
    -moz-transition: fill 0.3s, stroke 0.3s;
    transition: fill 0.3s, stroke 0.3s;
}
.icon-close {
    fill: #555;
    width: 12px;
    height: 12px;
    -webkit-transition: fill 0.3s, stroke 0.3s;
    -o-transition: fill 0.3s, stroke 0.3s;
    -moz-transition: fill 0.3s, stroke 0.3s;
    transition: fill 0.3s, stroke 0.3s;
}
.icon-star-top {
	stroke: #000;
    fill: #000;
    width: 24px;
    height: 23px;
    -webkit-transition: fill 0.3s, stroke 0.3s;
    -o-transition: fill 0.3s, stroke 0.3s;
    -moz-transition: fill 0.3s, stroke 0.3s;
    transition: fill 0.3s, stroke 0.3s;
}
.search_button_close:hover .icon-close {
    fill: #CED4D7;
}
.search_button:hover .icon-find, .search_button_icon:hover .icon-find {
    fill: #828B8D;
}
#wishlist-total:hover .icon-star-top, .cart_header:hover .icon-cart {
	stroke: #828B8D;
    fill: #828B8D;
}
.btn-group .add2wishlist:hover .icon-star, .button-group .add2wishlist:hover .icon-star, .active_wish .icon-star {
	stroke: #f7c500;
    fill: #f7c500;
}
#wishlist-total .badge {
	margin-left: -2px;
}
.btn-group .active_wish {
	border-color: #181A1C !important;
	background-color: #181A1C !important;
}
.btn-group .add2wishlist, .button-group .add2wishlist{
    padding: 0;
    border: 1px solid #f2f2f2;
    border-radius: 50%;
    background-color: #fff;
    appearance: none;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    -o-transition: background-color 0.3s, border-color 0.3s;
    -moz-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
}
.btn-group .add2wishlist:hover, .button-group .add2wishlist:hover {
	border-color: #181A1C;
	background-color: #181A1C;
}
.product-thumb .btn-group .active_wish, .product-thumb .button-group .active_wish {
	border-color: #181A1C;
	background-color: #181A1C;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
	border: 1px solid #CED4D7;
    border-radius: 0;
}
.form-horizontal .control-label {
    margin-bottom: 8px;
}
textarea.form-control {
	font-size: 12px;
	border: 1px solid #CED4D7;
    border-radius: 0;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* top */
#top {
	background-color: #181A1C;
	display: flex;
    align-items: center;
	height: 50px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links a {
	display: inline-block;
    vertical-align: middle;
	font-size: 12.5px;
    line-height: 13px;
    letter-spacing: -0.02em;
    font-family: 'GrtskPeta-Medium';
    color: #fff;
}
#top a:hover {
	color: #f7c500;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links a + a {
	margin-left: 14px;
}
#top-links .list-inline li:first-child {
	cursor: pointer;
}
#top-links .list-inline li:first-child:hover a, #top-links .list-inline li:first-child:hover a svg {
	stroke: #fece1a;
    fill: #fece1a;
    color: #fece1a;
}
/* logo */
#logo img {
	margin: 0 auto;
	max-width: 73px;
    height: auto;
}
/* search */
#search {
	top: -10px;
    right: 0;
    position: absolute;
    width: 370px;
} 
#search .input-lg {
    width: 300px;
	height: 50px;
    line-height: 30px;
    padding: 0 16px;
    border-right-width: 0;
}
#search span {
    width: 70px;
}
#search .btn-lg {
	border-left-width: 0;
    line-height: 0px;
    padding-top: 12.7px;
    padding-bottom: 12.7px;
    padding-right: 42px;
    border-radius: 0;
}
.search_button_close {
	position: absolute;
    z-index: 2;
    background: none;
    right: 5px;
    top: 18%;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
.mobile_market {
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none;
    justify-content: space-around;
    z-index: 1100;
    align-items: center;
    height: 49px;
    background: white;
    border-top: 1px solid #F2F2F2;
}
@media (max-width: 992px) {
    #menu ul.navbar-nav .dropdown .dropdown-menu {
        padding: 0;
        box-shadow: none;
    }
	.mobile_market {
		display: flex;
	}
	.right-icon-header #wishlist-total, .right-icon-header .cart_header {
		display: none;
	}
	.right-icon-header {
		margin-top: 8px;
	}
	.search_button_icon {
		margin-right: 0;
	}
    .cart_header {
        margin-left: 0px;
    }
    .mobile_market .size_mobile_market, .mobile_market .size_mobile_market .cart_header {
        width: 39px;
        text-align: center;
    }
}
#menu {
	background-color: #f7c500;
}
.delivery_text_header {
	margin-left: 15px; 
	vertical-align: middle;
	font-family: 'Rubik-Regular';
	font-size: 13.7px;
	color: #fff;
}
.left-list-top > li > a {
	color: #f2f2f2;
	font-family: 'Rubik-Regular';
    font-size: 13.5px;
    border-bottom: 2px solid transparent;
} 
.left-list-top > li:hover > a {
    text-decoration: underline;
}
@media (max-width: 768px) {
	#logo img {
	    max-width: 50px;
    }
    .burger, .icon-find {
    	width: 18px;
    	height: 18px;
    }
    #search .input-lg {
        height: 45px;
    }
	#top .container {
		display: flex;
		justify-content: center;
	}
    .left-list-top {
	    display: none;
    }
    #top-links .list-inline li:first-child, #top-links .list-inline li:last-child img {
    	display: none;
    }
    .delivery_text_header {
	    margin-left: 0px;
        margin-bottom: 0px;
        display: block;
        font-family: 'Rubik-Bold';
        font-style: italic;
        color: #f7c500; 
    }
    #top {
        height: 33px;
    }
}
#menu .nav > li > a, .left-list > li > a {
	color: #181a1c;
	font-family: 'GrtskPeta-Medium';
    font-size: 14px;
    letter-spacing: -0.02em;
    z-index: 50;
}
#menu .nav > li:hover > a, .left-list > li:hover > a  {
    text-decoration: none;
    border-bottom: 2px solid #181a1c;
}
.swiper-pagination, .swiper-pager .swiper-button-next, .swiper-pager .swiper-button-prev {
	display: none;
}
@media (max-width: 992px) {
    .left-list {
    	display: none;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    #menu .nav > li > a, .left-list > li > a {
        font-size: 12px;
    }
}
@media (min-width: 993px) {
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        padding: 0;
    }
    .navbar-toggle {
        display: none;
    }
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px 3px 0px;
	clear: both;
	line-height: 20px;
	color: #181a1c;
	font-size: 13.5px;
	font-family: 'GrtskPeta-Regular';
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
    margin-top: -3px;
    padding: 0px 20px 16px 20px;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 768px) {
    .container-full {
        width: 100%;
    }
    #search {
        width: 270px;
        margin: 0 5px;
    }
    .search_button_close {
        right: 10px;
        top: 11%;
    }
    #search .input-lg {
        width: 245px;

    }
    #search span {
        width: 15px;
    }
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu .dropdown-inner {
		display: block;
        padding: 10px 20px 20px 20px;
        background-color: #fff;
        z-index: 1100;
        position: relative;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		color: #fece1a;
	}
    #menu ul.navbar-nav .dropdown .dropdown-menu .list-unstyled li:hover,#menu ul.navbar-nav .dropdown .dropdown-menu .list-unstyled li:hover a {
        border-color: #fece1a;
        color: #fece1a;
    }
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	background-color: transparent;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 11px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
    display: block;
    position: absolute;
    top: -2px;
    right: -2px;
    width: 17px;
    height: 17px;
    border-bottom: 1.5px solid #212529;
    -webkit-transform: rotate(-65deg);
    -moz-transform: rotate(-65deg);
    -o-transform: rotate(-65deg);
    transform: rotate(-65deg);
}
.breadcrumb > li:last-child:after {
	display: none;
}
.breadcrumb span {
    color: #212529;
}
.breadcrumb a:hover span {
    text-decoration-line: underline;
}
.breadcrumb li:last-child span {
    color: #f7c500;
}
.pagination {
	margin: 0;
}
/* buttons */
.form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.buttons {
	margin: 1em 0;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-primary {
	font-family: Rubik-BoldItalic;
	outline: none;
    border-radius: 0;
    color: #000;
    background-color: #FFFFFF;
    border-color: #000;
    box-shadow: 3px 3px 0px 0px #000000;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    margin-bottom: 15px;
    transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary:focus, .btn-primary.disabled, .btn-primary[disabled] {
	color: #F7C500;
    border-style: solid;
    border-width: 0.5px 0.5px 0.5px 0.5px;
    border-color: #000000;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    outline: none;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
    font-weight: bold;
    font-family: 'GrtskPeta-Regular';
    border: none;
    color: #fe1300;
    outline: none;
    background: transparent;
    font-size: 1.5em;
    margin-right: 20px;
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	margin-bottom: 20px;
	overflow: auto;
	cursor: pointer;
}
.product-thumb img {
	margin: 15px auto;
	max-width: 250px;
	width: 100%;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-thumb .button-group .add2wishlist {
	z-index: 1;
	position: absolute;
    top: 12px;
    right: 16px;
    max-width: 40px;
    width: 100%;
    height: 40px;
}
@media (max-width: 991px) {
    .product-thumb .button-group .add2wishlist {
    	max-width: 30px;
        height: 30px;
        top: 10px;
        right: 14px;
    }
}
.product-thumb .button-group button:first-child {
	font-family: Rubik-BoldItalic;
	transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
	height: 38px;
    display: block;
    position: relative;
    max-width: 220px;
    width: 100%;
    color: #000;
    background-color: #FFFFFF;
    border-color: #000;
    box-shadow: 3px 3px 0px 0px #000000;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 0;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.5px;
    padding: 10px 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.grid_product {
	margin-right: -7px;
    margin-left: -7px;
}
.grid_product .product-layout {
	padding-right: 10px;
    padding-left: 10px;
}
/*Modal cart* - START*/
#modal-cart .text-left a, #boc_product_field .h4 {
    font-family: 'Rubik-BoldItalic';
    font-size: 13px;
    line-height: 15px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #181A1C;
}
#modal-cart .text-left a:hover {
    color: #F7C500;
}
#modal-cart .table-responsive .text-left {
    margin-bottom: 20px;
}
#modal-cart .table-responsive div:last-of-type {
    margin-bottom: 0;
}
.td_cart {
    font-family: 'GrtskPeta-Medium';
    position: absolute;
    font-size: 13px;
    left: 110px; 
    right: 0;
    bottom: 0;
}
.img_card_left {
    margin-left: 20px;
}
@media (max-width: 500px) {
    #modal-cart .modal-body {
        padding-top: 0;
    }
}
@media (max-width: 360px) {
    #modal-cart .text-left> td> a> img {
        width: 62px;
        height: auto;
    }
    .btn-danger {
        margin-right: 10px;
    }
    .img_card_left {
        margin-left: 10px;
    }
    .td_cart {
        left: 80px;
    }
}

@media (max-width: 991px) {
    .product-thumb .button-group button:first-child {
    	height: 32px;
    	font-size: 12px;
        line-height: 10px;
    }
}
.product-thumb .button-group button:first-child:hover {
    color: #F7C500;
    text-decoration: none;
    border-style: solid;
    border-width: 0.5px 0.5px 0.5px 0.5px;
    border-color: #000000;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 a {
	font-family: 'Rubik-BoldItalic';
	font-size: 15px;
	line-height: 17px;
	letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #181A1C;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}
@media (max-width: 991px) {
    .product-thumb h4 a {
    	font-size: 13px;
	    line-height: 15px;
    }
}
.product-thumb .caption {
	min-height: 75px;
}
.swiper-container {
    background-color: #fff;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 991px) {
	.product-thumb .caption {
	    min-height: 75px;
    }
}
@media (max-width: 448px) {
    .product-thumb .caption {
        min-height: 65px;
    }
}
@media (max-width: 767px) {
    .product-list .product-thumb .caption {
	    min-height: 0;
	    margin-left: 0;
	    padding: 0 10px;
    }
    .product-grid .product-thumb .caption {
	    min-height: 0;
    }
}
.product-thumb h4 {
    text-align: center;
    direction: rtl;
}
.product-thumb .rating {
	padding-bottom: 10px;
	text-align: center;
}
.fa-stack {
	position: relative;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 2px;
}
.rating .fa-star + .fa-star-o:before {
	 content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: url(/image/star_yellow.svg);
}
.rating .fa-star-o:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: url(/image/star_trans.svg);
}
.caption .fa-stack {
	position: relative;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 2px;
}
.caption .rating .fa-star + .fa-star-o:before {
	 content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    background: url(/image/star_yellow_else.svg) no-repeat;
}
.caption .rating .fa-star-o:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    background: url(/image/star_trans_else.svg) no-repeat;
}
.product-thumb .boc_order_category_btn, .boc_order_btn {
	font-size: 12.5px;
    line-height: 14px;
}
@media (max-width: 991px) {
    .product-thumb .boc_order_category_btn, .boc_order_btn {
        font-size: 10.5px;
        line-height: 13px;
    }
}
.boc_order_category_btn, .boc_order_btn {
	font-family: Rubik-BoldItalic;
	margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0;
    width: auto;
    background-color: transparent;
    background-image: none;
    color: #212529;
    border: none;
    box-shadow: none;
    padding: 0;
    border-bottom: 1px dotted black;
}
@media (max-width: 448px) {
	.product-thumb .boc_order_category_btn, .product-thumb .boc_order_btn {
		margin-top: 5px;
	}
	.product-thumb .rating {
        padding-bottom: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        max-width: 102px;
        display: inline-block;
    }
    .product-thumb {
        margin-bottom: 0;
    }
    .product-layout {
    	margin-bottom: 20px;
    }
}
.boc_order_btn:hover {
    color: #f7c500 !important;
    background-color: transparent !important;
    border-color: #f7c500 !important;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #212529;
	font-family: 'GrtskPeta-Medium';
	font-size: 17px;
	line-height: 19px;
	text-align: center;
    direction: rtl;
    margin: 0;
}
@media (max-width: 991px) {
    .product-thumb .price {
        font-size: 13px;
        line-height: 18px;
    }
    .product-thumb p {
    	font-size: 11px;
        line-height: 17px;
    }
}
.product-thumb .price-old {
	color: #f7c500;
	text-decoration: line-through;
	margin-left: 10px;
}
@media (max-width: 338px) {
   .product-thumb .price-old {
	    margin-left: 1px;
   }
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	overflow: auto;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/* fix oclabs */
.alert-dismissable .close, .alert-dismissible .close {
	right: -1px;
}
/* Information */
#information-information #content h1, #information-contact #content h1 {
	color: #F7C500;
    font-family: 'GrtskPeta-Medium';
    font-size: 94px;
    line-height: 98px;
    letter-spacing: -2px;
    text-align: center;
    margin-bottom: 80px;
    text-transform: uppercase;
}
@media (max-width: 1199px) {
	#information-information #content h1, #information-contact #content h1 {
        font-size: 74px;
        margin-bottom: 60px;
        line-height: 78px;
    }
}
@media (max-width: 768px) {
	#information-information #content h1, #information-contact #content h1 {
        font-size: 45px;
        margin-bottom: 40px;
        line-height: 48px;
    }
}
