@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
3.1 Navigation
4. Menu
5. Home
5.1. Main Page Slider
5.1.1 Product Page Slider
5.2. Product-page
6. Products
7. Boxes
8. Categories
8.1 Range Slider for Categories
9. Product Page CARD tab
10. About
11. Footer
12. 404


******************************/

/***********
1. Fonts
***********/

@font-face {
    font-family: 'RF Dewi';
    src: local('RF Dewi Regular'), local('RF-Dewi-Regular'),
        url('RFDewi-Regular.woff2') format('woff2'),
        url('RFDewi-Regular.woff') format('woff'),
        url('RFDewi-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: 'RF Dewi';
    src: local('RF Dewi Semibold'), local('RF-Dewi-Semibold'),
        url('RFDewi-Semibold.woff2') format('woff2'),
        url('RFDewi-Semibold.woff') format('woff'),
        url('RFDewi-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
  }
  @font-face {
    font-family: 'RF Dewi';
    src: local('RF Dewi Bold'), local('RF-Dewi-Bold'),
        url('RFDewi-Bold.woff2') format('woff2'),
        url('RFDewi-Bold.woff') format('woff'),
        url('RFDewi-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
  }
  @font-face {
    font-family: 'RF Dewi';
    src: local('RF Dewi Black'), local('RF-Dewi-Black'),
        url('RFDewi-Black.woff2') format('woff2'),
        url('RFDewi-Black.woff') format('woff'),
        url('RFDewi-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
  }
  @font-face {
    font-family: 'RF Dewi';
    src: local('RF Dewi Ultrabold'), local('RF-Dewi-Ultrabold'),
        url('RFDewi-Ultrabold.woff2') format('woff2'),
        url('RFDewi-Ultrabold.woff') format('woff'),
        url('RFDewi-Ultrabold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
  }

/*********************************
2. Body and some general stuff
*********************************/
html {
  scroll-behavior: smooth;
}
*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body
{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background: #FFFFFF;

}
div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	list-style: none;
	margin-bottom: 0px;
}
p
{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 300;
	color: #969696;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a
{
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #ffa07f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
p:last-of-type
{
	margin-bottom: 0;
}
a
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	color:#fff!important;
}
a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none!important;
	color: #F2994A;
}
button:hover, button:visited, button:active,  button:link{
	text-decoration: none!important;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    text-decoration: none!important;
}
p a:active
{
	position: relative;
	color: #F2994A;
	text-decoration: none!important;
}
p a:hover
{
	color:#F2994A;
	background: #F2994A;
	text-decoration: none!important;
}
p a:hover::after
{
	opacity: 0.2;
}
::selection
{
	background: rgba(188,155,155,0.6);
	color: #FFFFFF;
}
p::selection
{

}
h1{font-size: 80px;}
h2{font-size: 45px;}
h3{
	font-size: 38px;
	font-weight: bold;
	text-transform: uppercase;
	color:#000;
}
h4{font-size: 18px;}
h5{font-size: 15px;}
h1, h2, h3, h4, h5, h6
{
	font-family: 'RF Dewi', sans-serif;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	line-height: 1.2;
}
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection
{

}
img
{
	width:100%;
	height: auto;
}
button:active
{
	outline: none;
}


:focus::-webkit-input-placeholder {
  color: transparent
}

:focus::-moz-placeholder {
  color: transparent
}

:focus:-moz-placeholder {
  color: transparent
}

:focus:-ms-input-placeholder {
  color: transparent
}
input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus, input:focus, span:focus{
    outline: none;
}



.form-control
{
	color: #db5246;
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
.breadcrumb-item + .breadcrumb-item::before {
        content: "—";
    }
.mobile, .footer-mobile{display:none;}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
	overflow: hidden;

}
.super_container_inner
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	padding-bottom:265px;
	min-height: 100vh;
}
.super_container_inner.active
{
	-webkit-transform: translateX(350px);
	-moz-transform: translateX(350px);
	-ms-transform: translateX(350px);
	-o-transform: translateX(350px);
	transform: translateX(350px);
}
.super_overlay
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	background: rgba(0,0,0,0.75);
	z-index: 101;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.super_container_inner.active .super_overlay
{
	visibility: visible;
	opacity: 1;
}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}
.parallax-window
{
    min-height: 400px;
    background: transparent;
}
.parallax_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.background_image
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.nopadding-bottom
{
	padding-bottom: 0px !important;
}
.section_title
{
	font-size: 45px;
	font-weight: 600;
	text-transform:uppercase;
	color: #000;
	line-height: 1.2;
	padding-top:100px;
	padding-bottom:20px;
}
.cart-prod-qty-minus, .cart-prod-qty-add, .top_price .minus, .top_price .plus, .cart_top_price .plus, .cart_top_price .minus{
    background: #F2994A;
    width: 24px;
    height: 24px;
    text-align: center;
    color:#000!important;
}
.cart_quantity_upplus{
    background: #F2994A;
width: 24px!important;;
height: 24px!important;;
text-align: center!important;;
color:#000!important;}
.cart-prod-qty-minus:hover, .cart-prod-qty-add:hover, .cart-prod-qty-minus:focus, .cart-prod-qty-add:focus {
    color:#fff!important;
}

/*********************************
3. Header
*********************************/

.header
{
	display: block;
	position: relative;
	/*position: fixed;*/
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	font-size:12px;
	text-transform: uppercase;
	color:#fff;

}
.header.active
{
	-webkit-transform: translateX(350px);
	-moz-transform: translateX(350px);
	-ms-transform: translateX(350px);
	-o-transform: translateX(350px);
	transform: translateX(350px);
}
.header .index-header{
    background:none!important;
    padding-top:40px;
}
.header_content
{
	width: 100%;
	height: 79px;
	padding-left: 20px;
	padding-right: 42px;
	background: #000;
}
.header.scrolled
{
	box-shadow: 0px 5px 15px rgba(0,0,0,0.08);
}
.logo {z-index:9999;}
.logo a > div > div:last-child
{
	padding-left: 15px;
	font-size: 24px;
	font-weight: 700;
	color: #4a4a4a;
}
.header_content .telegram-chat > a > svg{
    fill:#fff;
    margin-right:15px;
}
/***********
3.1 Navigation
***********/
.navbar-light .navbar-nav .nav-link{color:#fff!important;}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: fixed!important;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh!important;
    width: 100%!important;
    top: 0;
    left: 0;
    background: #000;
	display: flex;
}
.top-nav-category{
	color:#fff;
	font-weight:bold;
}
.nav-pills .nav-link {
    text-transform: none;
    border-radius: 0!important;
    font-size: 40px;
    font-weight: bold;
    border-bottom: 3px solid #000;
}
.nav-pills .nav-link sup{
	top: -1em;
	font-size: 14px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
   	background:none!important;
    color: #F2994A!important;
    border-bottom: 3px solid #F2994A;
}
.desktop-nav{
	width:100%;
	display:flex;
	flex-direction:row;
}

.mobile-nav-link{
	font-size:16px;
	font-weight: 600;
}
.mobile-nav-link:hover{color:#F2994A!important}
.top-nav-product{
	font-size:18px;
	line-height:40px;
	font-weight:normal;
	text-transform: capitalize;
}

.navbar-light .navbar-brand{
	color:#fff!important;
	z-index:9999;
	font-size:16px;
    padding-left:20px;
}
.navbar-light [aria-expanded="true"] .navbar-brand{display: none!important;}
.modal-dialog{
	margin-right:auto;
	margin-left:auto;
}
.modal-header .close,  #cartPopupQuantity .close{
    position: absolute;
    top: -45px;
    right: 60px;
    border-radius: 100px;
    padding: 0;
    width: 40px;
    height: 40px;
    background: #fff;
    opacity:1;
    font-weight:100;
    z-index: 1000;
}

#cartPopupQuantity .close:hover, #cartPopupQuantity .close:focus, #cartPopupQuantity .close:active{opacity:0.75;}
#modalCart .modal-body{
	overflow-y:scroll;
	margin-right:5px;
}
#modalCart .modal-body::-webkit-scrollbar-track{
   border-radius: 0px;
}
#modalCart .modal-body{height:300px;}
#modalCart  .modal-body::-webkit-scrollbar-thumb{
  background: #EB830A;
  border-radius: 0px;
}

#modalCart .modal-body::-webkit-scrollbar{
  width: 4px;
  background: #E2E2E2;

}
.modal-dialog{margin-top:80px;}
.modal-footer{padding-top:40px;}
.modal-footer-box{width:100%;}
.modal-footer-box .justify-content-end{
	font-size:24px;
	font-weight:900;
    align-items: center;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    color: #000;
    text-decoration: none;
    opacity: .75;
}
#cartPopup .modal-content{width:300px;}
#cartPopup .modal-body{
	font-size: 20px;
    padding: 20px;
    font-weight: 400;
    color:#333;
    padding:40px 0!important;
}
/* Icon 1 */

.animated-icon1{
width: 40px;
height: 20px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}

.animated-icon1 span {
display: block;
position: absolute;
height: 2px;
width: 100%;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}

.animated-icon1 span {
background: #fff;
}

.animated-icon1 span:hover{background: #e3f2fd;}

.animated-icon1 span:nth-child(1) {
top: 5px;
}

.animated-icon1 span:nth-child(2) {
top: 10px;
display:none;
}

.animated-icon1 span:nth-child(3) {
top: 17px;
width:30px;
}

.animated-icon1.open span:nth-child(1) {
top: 11px;
width:30px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
opacity: 0;
left: -60px;
}

.animated-icon1.open span:nth-child(3) {
top: 11px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}

.navbar-toggler{
	z-index: 9999;
	outline:0!important;
	border: 0!important;
	padding-top:4px;
    margin-right:10px;
}

.navbar-collapse{z-index: 9000;}
/*Navigation End*/

.hamburger
{
	margin-left: 25px;
	cursor: pointer;
	margin-top: 4px;
}
.hamburger i
{
	font-size: 24px;
	color: #2e2e2e;
}
.hamburger:hover i
{
	color: #F2994A;
}
.main_nav
{
	margin-left: 111px;
}
.main_nav ul li:not(:last-of-type)
{
	margin-right: 49px;
}
/*.main_nav ul li a
{
	font-size: 20px;
	color: #2e2e2e;
	font-weight: 400;
}*/
.main_nav ul li.active a,
.main_nav ul li a:hover
{
	color: #F2994A;
}
.telegram-chat svg{
	margin-right:4px;
	fill:#fff;

}
.telegram-chat svg:hover{
	fill: #ccc;
}
.header_search
{
	margin-right: 65px;
}
.header_search_form
{
	display: block;
}
.search_input
{
	width: 450px;
	height: 39px;
	border: solid 1px #4a4a4a;
	border-radius: 20px;
	outline: none;
	text-align: center;
	font-size: 16px;
	color: #2e2e2e;
	font-weight: 300;
	box-shadow: 0 0 1px 0px #4a4a4a inset, 0 0 1px 0px #4a4a4a;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.search_input:focus,
.search_input:hover
{
	border-color: #F2994A;
	text-decoration: none!important;
}
.search_input::-webkit-input-placeholder
{
	font-size: 16px !important;
	font-weight: 300 !important;
	color: #2e2e2e !important;
}
.search_input:-moz-placeholder
{
	font-size: 16px !important;
	font-weight: 300 !important;
	color: #2e2e2e !important;
}
.search_input::-moz-placeholder
{
	font-size: 16px !important;
	font-weight: 300 !important;
	color: #2e2e2e !important;
}
.search_input:-ms-input-placeholder
{
	font-size: 16px !important;
	font-weight: 300 !important;
	color: #2e2e2e !important;
}
.search_input::input-placeholder
{
	font-size: 16px !important;
	font-weight: 300 !important;
	color: #2e2e2e !important;
}
.header_search_button
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	width: 44px;
	height: 39px;
	border: none;
	outline: none;
	background: transparent;
	cursor: pointer;
}

.cart
{
	cursor: pointer;
	margin:0 29px 0 29px;
	width:40px;
	height: 40px;
	display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background:#fff;
    position:relative;
    z-index: 9999;
    min-width: 35px;

}
.cart img{width:18px;}
.cart a > div
{
	width: 37px;
	height: 37px;
}
.cart a > div > svg
{
	max-width: 100%;
	height: auto;
}
.cart-number {
    position: absolute;
    padding: 2px;
    border-radius: 100px;
    background: #F2994A;
    min-width: 20px;
    height: 20px;
    top: -5px;
    right: -6px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top_cart_content{padding: 15px 5px 15px 15px!important;}

/*Card popup*/
#cartPopup .modal-dialog {
    max-width: 400px;}

.modal-content{
	border-radius:0!important;
	color:#000!important;
	font-weight: 600;
}
.modal-header{border-bottom:0!important;}

.modal-title{
	text-transform:uppercase;
	font-weight: 800;
	font-size:14px;
}
.cart-prod-title{
	font-weight: 600;
	font-size:16px;
}
.cart-prod-qty-title, .cart-prod-qty-numb{
	font-size:12px;
	font-weight: 600;
	text-align: left;
}
.cart-product-delete{color:#7E7E7E;}
 .cart-prod-price, .cart-prod-qty-number{
	font-weight: 900;
	font-size:16px;
     border:0!important;
     text-align: center;
}
.cart-prod-curr{
	font-weight: 600;
	font-size:12px;
    margin-left:4px;
    vertical-align: bottom;
    line-height: 26px;
}
.total-curr{font-weight: 600;}
.cart-product p{color:#000;}
.minus, .plus, .cart-product-delete-sign, .cart_quantity_upplus{cursor:pointer;}
.plus{color:#F2994A;}
.cart-button{
	text-transform:uppercase;
	font-size:12px;
	border:0;
	border-bottom:2px solid #F2994A;
	border-radius:0;
	padding: 10px 40px 5px 40px;
	align-self:flex-end;
	color:#000!important;
	}
.cart-button:hover{
	background:#F2994A;
}



.header_phone > div:first-child > div
{
	width: 36px;
	height: 36px;
}
.header_phone > div:last-child
{
	font-size: 18px;
	font-weight: 700;
	color: #4a4a4a;
	padding-left: 26px;
}
.svg path, .svg rect, .svg polygon
{
    fill: #778990;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.svg:hover path,
.svg:hover rect,
.svg:hover polygon
{
	fill: #F2994A;
}

/*********************************
4. Menu
*********************************/

.menu
{
	position: fixed;
	top: 0;
	left: -350px;
	width: 350px;
	height: 100vh;
	background: #f8f8f8;
	padding-left: 40px;
	padding-top: 79px;
	padding-right: 45px;
	z-index: 101;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.menu.active
{
	left: 0;
}
.menu_search_form .search_input
{
	text-align: left;
	padding-left: 25px;
}
.menu_nav ul li a
{
	position: relative;
	font-size: 20px;
    color: #2e2e2e;
    font-weight: 400;
}
.menu_nav ul li a:hover
{
	color: #F2994A;
}
.menu_nav ul li a::after
{
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 0%;
	height: 2px;
	background: #F2994A;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	content: '';
}
.menu_nav ul li a:hover::after
{
	width: 100%;
}
.menu_contact
{
	position: absolute;
	left: 40px;
	bottom: 25px;
}
.menu_phone > div:first-child > div
{
	width: 18px;
	height: 18px;
}
.menu_phone > div:last-child
{
	font-size: 14px;
	font-weight: 700;
	color: #4a4a4a;
	padding-left: 16px;
}
.menu_social
{
	margin-top: 20px;
}
.menu_social_list li
{
	width: 33px;
	height: 33px;
	border-radius: 50%;
	border: solid 2px #6d6d6d;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.menu_social_list li:not(:last-of-type)
{
	margin-right: 12px;
}
.menu_social_list li a
{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.menu_social_list li a i
{
	line-height: 29px;
	color: #6d6d6d;
	font-size: 14px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.menu_social_list li:hover
{
	border-color: #F2994A;
}
.menu_social_list li:hover a i
{
	color: #F2994A;
}
.menu_search
{
	display: none;
	margin-bottom: 48px;
}
.menu_search_form
{
	position: relative;
}
.menu_search_form > .search_input
{
	width: 100%;
}
.menu_search_button
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	width: 44px;
	height: 39px;
	border: none;
	outline: none;
	background: transparent;
	cursor: pointer;
}

/*********************************
5. Home
*********************************/
/*********************************
5.1. Main Page Slider
*********************************/
.slick-list,
.slick-track {
    height: 100%;
}
.slick-slide img{width:100%;}
.slick-dotted .slick-arrow{display:none!important;}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 10px!important;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px!important;
    height: 30px!important;
    content: '■'!important;
    text-align: center;
    opacity: .25;
    color: white!important;
    -webkit-font-smoothing: antialiased;}

 .slick-dots {
    transform: rotate(90deg)!important;
    position: absolute;
    top: 45%;
    left: 0;
    width:auto!important;
     bottom:auto!important;
   }
.slick-dots li.slick-active button:before{color:#F2994A!important;}
.slider-text{
	position: absolute;
	top:30%;
	left:10%;
	width:400px;
}
.slider-text-text{
	font-size:12px;
	text-transform:uppercase;
	line-height:45px;
	color:#CCCCCC;
	letter-spacing: 4px;
    margin-bottom:40px
}
.slider-text-underline{
	display:block;
	height:3px;
	width:130px;
	background:#F2994A;
}
.slider-text-title{
	text-transform:uppercase;
	font-weight:700;
	color:#fff;
	font-size:5em;
    margin-bottom:30px;
}
.slider-text-descr{
	color:#CCCCCC;
	font-size:16px;
	}
.slider-text-link{
	border-bottom:3px solid #F2994A;
	background:#fff;
	color:#000!important;
	padding:14px 50px 10px 50px;
	letter-spacing: 2px;
	font-size:10px;
	text-transform:uppercase;
	cursor:pointer;
	font-weight:600;
}
.slider-text-link:hover{
	background:#F2994A;
}
.slick-vertical .slick-slide{
	overflow:hidden!important;
	height: 100vh!important;
	border:0!important;
}
/*********************************
5.1. Main Page Slider end
*********************************/
/*********************************
5.1.1 PRODUCT Page Slider
*********************************/
.product-slider .slick-prev, .product-slider .slick-next{
	background:#000!important;

}
.product-slider .slick-next{
	top:80%;
	right: 0!important;
}
.product-slider .slick-prev{
	top:90%;
	right:0!important;
	left: auto!important;
}
.product-slider{
	max-width: 640px;
	float:right;
	height: 75vh
	}
.product-slider img{
	/*width:auto;*/
	/*height: 70vh*/
}
.black-box-arrow{
	background: #000;
	position: absolute;
	bottom:0;
	right:0;
	padding:0 5px;
}
.black-box-arrow #prev{}
.black-box-arrow .btn{background:none!important;}
.black-box-arrow .btn img{
	width: auto!important;
	height:auto!important;
	}

/*********************************
5.1.1 PRODUCT Page  Slider end
*********************************/
/*********************************
5.2. Product-page
*********************************/
.product-page-1{
	padding-left:0!important;
	padding-right:0!important;
}
.slick-prev{
	left:25px!important;
	z-index: 9999;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.slick-next{
	right:25px!important;
	z-index: 9999;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.pagingInfo{
color:#fff;
z-index: 9999;
background: #000;
text-align:center;
font-size: 8px;
}
.pagingInfo .s-bold{
	font-weight:800;
	font-size: 12px;
	letter-spacing: 2px}
.product-card {padding-left:40px}
.product-card .breadcrumb{padding-top:60px;}
.product-card h4{
	font-size: 22px;
	font-weight:bold;
	color:#000!important;
	padding-top:30px;
	padding-bottom:30px;
	text-transform:none ;
}
.product-card .cart-prod-price .cart-prod-price,
.product-card .cart-prod-price .cart-prod-curr{
	font-size: 19px;}

.product-page-cart-button a{
	padding: 15px 150px 14px 15px;
    border-bottom: 2px solid #000;
    background: #F2994A;
	font-size:10px;
	font-weight: bold;
	letter-spacing: 1px
}

.product-page-cart-button a:after{

    right: -135px!important;
}

/*********************************
5.2. Product-page end
*********************************/

.home
{
	width: 100%;
	height: 100vh;
	margin-top: -79px;
}
.home_slider_container
{
	width: 100%;
	height: 100%;
}
.home_container
{
	width: 100%;
	height: 100%;
	padding-top: 73px;
}
.home_content
{
	width: 100%;
}
.home_title
{
	font-size: 48px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	line-height: 1.2;
}
.home_subtitle
{
	font-size: 48px;
	color: #FFFFFF;
	font-weight: 100;
	text-align: center;
	line-height: 1.2;
	margin-top: -3px;
}
.home_items
{
	margin-top: 51px;
}
.home_item_side
{
	margin-top: 68px;
}
.product
{
	overflow: hidden;
	border-radius: 3px;
	padding-bottom: 12px;
}
.product
{
	background: #fff;
}
.white{
	background-color:#fff;
	padding-bottom:15px;
	height:100%;
}
.cart_margin{margin-bottom:15px;}
.product.home_item_large
{
	margin-bottom: 0;
}

.top_content{
	background: #fff;
	padding:15px 15px 10px 15px;
}
.top_cat{
	color:#4F4F4F;
}
.top_cat_img{
	padding-right:5px;
	padding-bottom:2px;
}
.top_name{min-height: 42px;}

.top_name a{
	color:#000!important;
	font-weight:600;
}
.top_price{color:#000;}
.top_price .d-flex:first-child{margin-right: 3rem;}
.cart_top_price .d-flex:first-child{margin-right:2rem;}
#top_price_total{margin-right:2.85rem;}
.cart_quantity_input{background:none!important;}
.product_tag
{
	position: absolute;
	top: 16px;
	right: 15px;
	width: 127px;
	height: 127px;
	background: #F2994A;
	border-radius: 50%;
	z-index: 1;
}
.product_tag > div > div
{
	color: #FFFFFF;
	line-height: 0.75;
}
.product_tag > div > div:first-of-type
{
	font-size: 24px;
	font-weight: 100;
}
.product_tag > div > div:last-of-type
{
	font-size: 36px;
	font-weight: 500;
	margin-top: 11px;
}
.product_tag > div > div:last-of-type span
{
	font-size: 24px;
	vertical-align: top;
	margin-left: 2px;
}
.product_content
{
	position:absolute;
	bottom:15px;
	left:0;
	width:100%;
}
.home_item_large .product_content
{
	background: rgba(255,255,255,0.2);
	border-top: solid 2px #dbdbdb;
	border-left: none;
	border-right: none;
	border-bottom: none;
}
.product_info
{
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 18px;
	padding-bottom: 40px;
}
.hover-image{display:none;}
.product_image a:hover .hover-image{
	display: block;
	position: absolute;
	top:30%;
	left:35%;
	width:100px;
}

.product_name
{
	text-align:center;
}
.product_name a{
	font-size: 20px;
	line-height: 1.2;
	color: #4a4a4a;
	font-weight: 500;
}
.product_category_m a, .product_name_m a{color:#000!important;}
.product_name a:hover,
.product_category a:hover
{
	color: #F2994A;
}
.product-cart-button{
	width:90%;
	align-self:center;
	text-align: left;
	border-bottom:2px solid #F2994A;
	background: #fff;
	font-size:10px;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing: 1px;
	border-radius:0!important;
}
.product-cart-button:hover, .inst-subscr-link:hover{
	background: #F2994A;
}
.product-cart-button:after, .inst-subscr-link:after, .product-page-cart-button a:after, .list-cart a:after{
	 content: " ";
	  font-size: 24pt;
    text-align: center;
    line-height: 42px;
    color: #fff;
    float: right;
    position: relative;
    bottom: 0px;
    right:1px;
    background:url("../images/arrow-r.png") -0 0 no-repeat;

 height: 13px;
    width: 14px;
}

.home_item_large .product_name a,
.home_item_large .product_category,
.home_item_large .product_category a
{
	color: #FFFFFF;
}
.product_category
{
	text-align:center;
}
.product_category,
.product_category a
{
	font-size: 18px;
	color: #969696;
	font-style: italic;
	font-weight: 400;
}
.home_item_large .product_category,
.home_item_large .product_category a
{
	font-weight: 300;
}
.rating_r i:not(:last-of-type)
{
	margin-right: 4px;
}
.rating_r i::before
{
	font-family: 'FontAwesome';
	content: "\f006";
	font-style: normal;
	font-size: 16px;
	color: #4a4a4a;
}
.home_item_large .rating_r i::before
{
	color: #FFFFFF;
}

.product_price
{
	font-size: 30px;
	color: #4a4a4a;
	font-weight: 500;
	margin-top: 19px;
	line-height: 0.75;
}
.home_item_large .product_price
{
	color: #FFFFFF;
}
.product_price span
{
	font-size: 16px;
	margin-left: 1px;
	vertical-align: top;
}

.product_buttons
{
	width: 100%;
	height: 57px;
}
.home_item_large .product_buttons
{
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}
.product_buttons > div
{
	width: 100%;
	height: 100%;
}
.product_buttons > div > div
{
	width: 50%;
	height: 100%;
	border-top: solid 1px #ededed;
	background: rgba(255,255,255,0);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.product_buttons > div > div svg
{
	max-width: 100%;
	height: auto;
}
.home_item_large .product_buttons > div > div
{
	border-top: solid 1px rgba(255,255,255,0.2);
}
.product_buttons > div > div:hover
{
	background: #F2994A;
}
.home_item_large .product_buttons > div > div:hover
{
	background: rgba(255,255,255,0.1);
}
.product_buttons > div > div:first-of-type
{
	border-right: solid 1px #ededed;
}
.home_item_large .product_buttons > div > div:first-of-type
{
	border-right: solid 1px rgba(255,255,255,0.2);
}
.product_button
{
	cursor: pointer;
}
.product_button > div > div
{
	width: 36px;
	height: 36px;
	margin-top: 4px;
}
.product_button > div > div img
{
	max-width: 100% !important;
}
.product_button > div > div > div
{
	position: absolute;
	top: -3px;
	right: -4px;
	width: 18px;
	height: 18px;
	background: #F2994A;
	color: #FFFFFF;
	text-align: center;
	line-height: 18px;
	font-size: 14px;
	border-radius: 50%;
}
.product_button svg path, .product_button svg rect, .product_button svg polygon
{
    fill: #4a4a4a;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.product_button:hover svg path,
.product_button:hover svg rect,
.product_button:hover svg polygon
{
	fill: #FFFFFF;
}
.home_slider_nav
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	border: solid 2px #FFFFFF;
	border-radius: 2px;
	z-index: 1;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.home_slider_nav:hover
{
	border-color: #F2994A;
}
.home_slider_nav i
{
	line-height: 40px;
	color: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.home_slider_nav:hover i
{
	color: #F2994A;
}
.home_slider_nav_prev
{
	left: 46px;
}
.home_slider_nav_next
{
	right: 46px;
}
.home_slider_dots_container
{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 72px;
	z-index: 1;
}
.home_slider_custom_dot
{
	width: 32px;
	height: 32px;
	border: solid 2px #FFFFFF;
	border-radius: 2px;
	text-align: center;
	line-height: 30px;
	color: #FFFFFF;
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.home_slider_custom_dot:not(:last-child)
{
	margin-right: 8px;
}
.home_slider_custom_dot:hover
{
	border-color: #F2994A;
	color: #F2994A;
}

/*********************************
6. Products
*********************************/

.page_nav_row
{
	margin-top: 35px;
}
.page_nav
{
	width: 100%;
}
.page_nav ul
{
	display: block;
}
.page_nav ul li:not(:last-of-type)::after
{
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	color: #4a4a4a;
	content: '/';
	margin-left: 14px;
	margin-right: 14px;
}
.page_nav ul li a
{
	font-size: 18px;
	font-weight: 700;
	color: #4a4a4a;
}
.page_nav ul li.active a,
.page_nav ul li a:hover
{
	color: #F2994A;
}
.products_row
{
	padding-top: 32px;
	padding-bottom:100px;
}
.load_more_row
{
	margin-top: 20px;
}
.button
{
	width: 138px;
	height: 44px;
	background: #F2994A;
	border-radius: 2px;
	text-align: center;
	border: solid 2px #F2994A;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.button a
{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 18px;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 40px;
}
.button:hover
{
	background: transparent;
}
.button:hover a
{
	color: #F2994A;
}

/*********************************
7. Boxes
*********************************/
.well{text-align:right;}
.item.list-group-item, .item.list-group-item
{
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
}
.item.list-group-item:nth-of-type(odd):hover,.item.list-group-item:hover
{
    background: #428bca;
}

.item.list-group-item .list-group-image
{
    margin-right: 10px;
}
.item.list-group-item .thumbnail
{
    margin-bottom: 0px;
}
.item.list-group-item .caption
{
    padding: 9px 9px 0px 9px;
}
.item.list-group-item:nth-of-type(odd)
{
    background: #eeeeee;
}

.item.list-group-item:before, .item.list-group-item:after
{
    display: table;
    content: " ";
}

.item.list-group-item img
{
    float: left;
}
.item.list-group-item:after
{
    clear: both;
}
.list-group-item-text
{
    margin: 0 0 11px;
}
#categories .col-sm-4:last-child{display: none!important;}
#categories .col-sm-12:last-child{display: block!important;}


/*********************************
8. Categories
*********************************/
#accordionFilter .card{
	background: #fff!important;
	border:0!important;
}
#accordionFilter .card-header{
	border-bottom:0!important;
	padding:0!important;
}
#accordionFilter .card-header h2{
	line-height:0.5!important;
}
#accordionFilter .card-header button, #accordionFilter .card-header a{
	text-transform: capitalize;
	color:#000!important;
	font-size: 16px!important;
	font-weight: bold!important;
}
#accordionFilter .card-body{
	padding:0!important;

}
#accordionFilter  .top-nav-product{
	font-size:17px;
	line-height: 27px;
}
#accordionFilter .top-nav-products li a.active{
	color:#F2994A!important;
	border-bottom: 1px solid #F2994A!important;
}
#accordionFilter .top-nav-products li a{
	color:#000!important;
}

.category-wrap{padding-top:60px;}
.breadcrumb{
	background: #fff;
padding-left:0;}
.breadcrumb-item a{color:#000!important;}
.breadcrumb-item.active{color:#A5A5A5;}
#list:focus svg, #grid:focus svg{fill:#000;}
#list svg, #grid svg{fill:#808080;}
.btn.focus, .btn:focus{box-shadow: none!important;}
#categories{padding-bottom:100px;}
#categories .col-sm-12 .d-flex .product .product_image,
#categories .col-sm-12 .d-flex .product-cart-button,
#pills-list-tab .product .top_content, .top_cart_content{background:#F2F2F2;}
#pills-tabContent{width:100%;}
.list-title{
	border: 3px solid #2E2E2E;
	background: #fff!important;
	font-size:14px;
	font-weight: bold;
}
.cart_list-title{
    background: #fff!important;
    font-size:14px;
    font-weight: bold;
}
#pills-list-tab>.row>.col-12>.col-lg-9>.item>.d-flex>.product>.top_content>.top_info>.top_price>.d-flex:first-child{margin-right: 3rem;}
#pills-list-tab>.row>.col-12>.col-lg-9>.item>.d-flex>.product>.top_content>.top_info>.top_price>.d-flex:last-child{
	margin-right: 3rem;
	margin-left: 3rem;
}
#pills-list-tab>.row>.col-12>.col-lg-9>.item>.d-flex>.product>.list-title>.top_info>.top_price>.cat-quantity-title{
	margin-left: 1.4rem!important;
}
.no-hover:hover{box-shadow: none!important}
#categories>.col-sm-12>.d-flex>.product>.top_content>.top_info{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
#categories .col-sm-12 .d-flex .product, .top_cart_content,
#categories .product, #categories .product, #cart-products-list .product, #cart-products-list .item .d-flex .product,
#cart-products-list .product{

	padding-bottom:0;
}
#categories>.col-sm-12>.d-flex>.product>.top_content>.top_info>.top_name{
	min-height: 1em;
}

.well .nav-pills .nav-link{
	border-bottom:0!important;
	padding-bottom:0!important;
	padding-left:5px;
	padding-right: 5px;
	font-size: 15px!important;

}
.well .nav-pills .nav-link svg{fill: #808080;}
.well .nav-pills .nav-link.active svg{fill: #000;}
.well {
	font-size:12px;
	margin-bottom:0px;
}
.well .dropdown a{
	background:none!important;
	color:#000!important;
	border:0!important;
	border-radius:0!important;
	font-size:12px;
	font-weight: 600;
}
.well .dropdown-menu{
	border-radius: 0!important;
	min-width:40px!important;

}
.category-filter{margin-top: -70px;}
.filter-text p{
	font-size: 14px;
	color:#000;
	margin-bottom:0;
}
.filter-text p:first-child{padding-top:20px;}
.filter-text p:last-child{
	padding-bottom:20px;
	border-bottom: 1px solid #E5E5E5;}
.filter-text span{font-weight: bold;}
#categories .top_name{min-height: 20px;}
#categories .product{padding-bottom:0;}
#categories .product_image{padding-top:10px;}
#pills-list-tab .product:hover, #pills-grid .item:hover{
-webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
}
.products_row .col-12 .col-lg-3{height: auto!important;}
.list-cart{text-align: right;}
.list-cart a{
	font-size: 10px;
	font-weight: bold;
	background: #F2994A;
	padding: 17px 130px 15px 20px;
	}
.list-cart a:hover, .cart-button:hover{
	color:#fff!important;
	-webkit-transition: all 100ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 100ms ease;
	-o-transition: all 100ms ease;
	transition: all 100ms ease;
}
.list-cart a:after{
	right: -110px;
}
.list-cart a:hover:after , .product-card .cart-button:hover:after{
	background: url('../images/arrow-r-white.png') 0 0 no-repeat!important;
	-webkit-transition: all 50ms ease;
	-moz-transition: all 50ms ease;
	-ms-transition: all 50ms ease;
	-o-transition: all 50ms ease;
	transition: all 50ms ease;
}
.wrap{
	background:url('../images/bg_1 .jpg') no-repeat;
	background-size:cover;

}
.inst-post{
	z-index: 100;
	flex-wrap:nowrap;

}
.inst-subscr{

	text-align:right;
	padding-top:120px;
	padding-bottom:50px;

}
.inst-subscr-link{
	width: 90%;
	padding:15px 0;
    align-self: center;
    text-align: left;
    border-bottom: 2px solid #F2994A;
    background: #fff;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0!important;
    color:#000!important;
}
/*********************************
8.1 Range Slider
*********************************/


/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 15px;
	height: 15px;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background: #000;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: 2px;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -7px;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	background: #E5E5E5;
}
.ui-widget-content {
	border: 0;
	background: #E5E5E5;

}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 0;
	background: #000;
	font-weight: normal;
	color: #000;
	border-radius:30px;
	outline:0!important;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border:0;
	background: #000;
	outline:0!important;

}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
	outline:0!important;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 0;
	background: #000;
	font-weight: normal;
	color: #ffffff;
	outline:0!important;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}
/*********************************
8.1 Range Slider end
*********************************/
/*********************************
9. Product Page CARD tab
*********************************/
#descr1-tab, #descr2-tab {
	color:#4F4F4F!important;
	font-weight: bold;
	font-size: 16px;
	border:0!important;
	border-bottom: 1px solid transparent!important;
}
#descr1-tab:hover, #descr2-tab:hover, #descr1-tab:focus, #descr2-tab:focus{border:0;}
#Product-tab .active {
	color:#000!important;
	border:0;
	border-bottom:1px solid #000!important;
}
.product-page-products{padding-bottom:50px;}
.tab-text{width:50%;}
.tab-text p, .tab-text ul, .tab-text li{
	color:#333333!important;
	font-size: 14px;
}
/*********************************
9. Product Page CARD  tab end
*********************************/

/*********************************
10. About
*********************************/

.about-title-text{
	margin-top:30vh;
	max-width: 400px;

}
.about-title-text .breadcrumbs .breadcrumb {background:none!important;}
.about-title-text .breadcrumbs .breadcrumb .breadcrumb-item a{color:#fff!important;}
.about-title-text .about-descr{
	font-size: 16px;
	line-height: 30px;
}
.about-title-block{
	background-size:cover;
	height:85vh;
}
.about-title-text .breadcrumbs .breadcrumb .breadcrumb-item a{color:#fff!important;}
.about-title-text .breadcrumbs{margin-bottom:9vh;}
.about-title-text h2{
	margin-bottom:4vh;
	color:#fff!important;
	font-weight: bold;
}
.about-title-text .about-descr{
	font-size: 16px;
	line-height: 30px;
	color:#fff!important;
}
.text-right p,.text-left p{
	color:#333333!important;
	text-align: left!important;

}
.text-right-text, .text-left-text{font-size:14px;}
.text-right-title, .text-left-title{
	font-size:22px;
	font-weight: bold;
	color:#333333;
	text-transform: uppercase;
	margin-bottom:20px;
}

/*********************************
10. About end
*********************************/

/*********************************
10.1 Shipping Page
*********************************/
.shipping-page .container-fluid{padding-left:0!important;}
.shipping-page .container-fluid .row .col-12 {padding-left:0!important;}
.shipping-breadcrumbs{margin-top:10vh;}
.shipping-page .section_title{
	padding-top: 50px;
    padding-bottom: 35px;}
    .shipping-method-title, .payment-method-title{
    	font-size:16px;
    	font-weight: bold;
    	margin-bottom:1em;
      }
.shipping-page, .c-page{
	background: #fff!important;
	}
.shipping-col{
	padding-bottom:60px;
}
.shipping-method-block, .payment-method-block{width:75%;}
.shipping-method-text p, .payment-method-text p, .payment-list li{
	color:#000!important;
	font-size:12px;
	font-weight: 600;
}
.payment-list li{margin-bottom:25px;}
.payment-list li:before {
    content:"•";
    font-size:30px;
    vertical-align:middle;
    line-height:20px;
    color:#F2994A;
    margin-right:15px;
}
.payment-method-text{
	padding-bottom:35px;
}
.telegram-link{
	color:#000!important;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight:bold;
	border-bottom:3px solid #2F80ED;
	padding:10px 15px;
	width: 226px;
}
.telegram-link svg{fill:#2F80ED;}
.telegram-link:hover, .telegram-link:focus, .telegram-link:active{
	border-bottom:3px solid #000;
	fill:#000;
}
.telegram-link:hover svg, .telegram-link:focus svg{fill:#000;}
/*********************************
10.1 Shipping Page
*********************************/
/*********************************
10.2 Cart Page
*********************************/

.section_title_cart{

	font-size: 45px;
	font-weight: 600;
	text-transform:uppercase;
	color: #000;
	line-height: 1.2;
	padding-top:40px;
	padding-bottom:50px;
}
.cart-form-title h5{
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom:30px;
}
 .form-control, #promo-input{
	border:0!important;
	border-bottom: 1px solid #D6D6D6!important;
	border-radius:0!important;
	padding-left:0!important;
	color:#828282;
	margin-bottom:20px;
}
.form-control:hover, .form-control:focus{
	border:0!important;
	border-bottom: 1px solid #D6D6D6!important;
	box-shadow: none!important;
}
select, .select2-selection{
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;       /* Remove default arrow */
   background-image: url("../images/black-down.png");
   background-position: 98% 50%;
   background-repeat: no-repeat;
}

.select2-selection__arrow{display: none;}
.promo-apply{
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	color:#000!important;
	cursor: pointer;
}
#promo-input{margin-bottom:15px;}
textarea{
	border: 1px solid #D6D6D6!important;
	padding:12px;}

.plus-comment{
	font-size:14px;
	font-weight: bold;
	color:#000!important;
	cursor: pointer;
	line-height: 20px;
	display: inherit;
	vertical-align: center;

}
.comment-field textarea{display:none;}
.plus-comment:before{
	 content: url("../images/add.png");
	 margin-right:10px;
	 width: 20px;
    height: 20px;

}

.checkout-button{
	text-align:center;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: bold;
	padding:14px 57px;
	color:#000!important;
	background: #F2994A;
    border:0;
	border-bottom:3px solid #000;
	cursor: pointer;
}
.checkout-button:hover{color:#fff!important;}
.cart-list{
//    margin-top:12vh;
//   background:#FBFBFB;
    padding:20px;
}

.total-curr-cart{
    margin-left:2px;
    display: inline;
    line-height: 25px;
    vertical-align: baseline;
}
.cart-list-title{
    font-weight:900;
    font-size:15px;
    text-transform:uppercase;
    padding: 1rem;
}
.cart-product-delete-text{
    color:#888888!important;
    font-weight: bold;
}
.cart-product{border-top: 1px solid #e9ecef;}
.select2-selection{
    border:0!important;
    border-bottom: 1px solid #D6D6D6!important;
    border-radius:0!important;
}

#address{
    border:0;
    border-bottom: 1px solid #D6D6D6!important;
    border-radius:0!important;}
/*********************************
 10.2 Cart Page END
*********************************/
/*********************************
11. Footer
*********************************/
.footer .index-footer{padding-top:130px;}
.footer
{
	display: block;
	position: absolute;
	bottom:0;
	width: 100%;
	background: #000;
	padding-top:30px;

}

.footer h5{
	font-size:11px;
	font-weight:bold;
	text-transform: uppercase;
	color:#fff;

}
.footer a{
	text-transform:uppercase;
	font-size:10px;
	letter-spacing:1px;
	color:#CCCCCC!important;
	}
.bottom-b{
	border-bottom:1px solid#fff;
	margin:0 auto;}
.footer p{
	font-size:10px;
	color:#CCCCCC;
	letter-spacing:1px;
}
.f-studio-text{
	font-size:8px;
	color:#fff;
	line-height: 9px;
	text-transform: uppercase;
}

.footer-logo img{width:176px;}
.footer-social a img{width:18px;}

.footer-inst svg,
.footer-tel svg{
	margin-right:20px;
	fill:#7E7E7E;
}
.footer-inst svg:hover,
.footer-tel svg:hover,
.telegram-chat>a>svg:hover{
	fill:#fff;
}

.telegram-chat>a>svg{
	fill:#7E7E7E;
}
.telegram-chat>a:hover{
	color:#fff!important;
	fill:#fff;
}

.footer>.accordion>.card>.card-header{
	padding:0!important;
	height: 60px!important;
}
.footer>.accordion>.card{background: #000!important;}
.footer>.accordion>.card>.card-header>h2>.btn-link{
	width:100%;
	text-align:left;
	height:60px;
	color:#fff;
}
.card{background:#000!important;}
.footer>.accordion>.card>.card-header>h2>.btn-link:hover{
	text-decoration:none!important;
	color:#F2994A;
}
.footer>.accordion>.card>.card-header>h2>.btn-link:active,
.footer>.accordion>.card>.card-header>h2>.btn-link:visited,
.footer>.accordion>.card>.card-header>h2>.btn-link:focus{
	text-decoration:none!important;
}
.footer>.accordion>.card>.card-header>h2>.btn-link:after{
	 content: " ";
	  font-size: 24pt;
    text-align: center;
    line-height: 42px;
    color: #fff;
    float: right;
    position: relative;
    top: 25px;
    background:url("../images/arrow-down.png") -0 0 no-repeat;

 height: 10px;
    width: 10px;
}
.footer>.accordion>.card{
	border:0!important;
	background:#000;
	color:#fff;
}
#accordionFooter{display:none;}
#btnTop{
	text-align: center;
    border-top: 1px solid #fff;
    padding-top:30px;
    padding-bottom:30px;
}
.to-top{
	text-align: center;
}
.to-top img{
	width:16px;
	height:10px;
}



.btnTop{border-top:1px solid #ccc;}


/*********************************
11. 404
*********************************/
.error-title{
	font-size:22px;
	font-weight:bold;
	padding:20px 0;
}
.error-descr{padding-bottom:50px;}
.home-link{
	background:#000;
	color: #fff;
	padding:15px 60px;
	border:0;
	border-bottom:3px solid #F2994A;
	font-size:10px;
	letter-spacing: 1px;
	text-transform:uppercase;

}
.home-link:hover{
	color:#F2994A;
}
.error-page img, .success-page img{width: auto!important;}
/*********************************
11. 404 end
*********************************/

.cart-prod-qty-number{min-width:38px;}
#cartPopup .close, #cartPopupQuantity .close{
	position: absolute;
    top: -50px;
    right: 20px;
    border-radius: 100px;
    padding: 0;
    width: 40px;
    height: 40px;
    background: #fff;
    opacity: 1;
    font-weight: 100;
    z-index:9999 ;
}
#cartPopup .modal-dialog .modal-content{width:400px!important; margin: 0 auto;}
#cartPopupQuantity .modal-dialog .modal-content, #cartPopupQuantity .modal-dialog{
    width:700px!important;
    text-align:left;
    max-width:700px!important;
}
#cartPopupQuantity .modal-body{padding:2.5rem; margin: 0 auto;}
#cartPopupQuantity .modal-dialog h4{font-weight:600;}
#cartPopupQuantity .modal-dialog p{
    font-size: 14px;
    font-weight: bold;
}

#deliveryMethod option:first-child, #paymentMethod option:first-child{display: none;}
.select2-container .select2-selection--single{
	margin-bottom:20px;
}
.cart-product-delete{margin-left:-5px;}
#cart_items_wrap .cart-product{
	padding:10px 0 20px;
	border-bottom: 1px solid #D6D6D6!important;
}
#total-quantity-l{ top:1px;}
.total-price-box{position: absolute;
right:140px;}
#cart_items_wrap .cart-product .cart-prod-title{padding-bottom:15px;}

.copyright{color:#fff;}

.text-center{
    text-align: center;
}
/*SUCCESS PAGE*/

.success-page .home-link, .success-page {margin-bottom:20px!important;}
.success-page .cat-suc a img{width;100%; height:auto;}
.success-page .error-title, .error-descr{text-align:center;}
.success-page .container{margin:0!important;}
