@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
4. Menu
5. Home
6. Products
7. Boxes
8. Features
9. Footer


******************************/

/***********
1. Fonts
***********/

/*@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');*/
/*@font-face*/
/*{*/
/*	font-family: 'Futura';*/
/*	src: url('../fonts/FuturaLT-Book.ttf')  format('truetype');*/
/*}*/

/*********************************
2. Body and some general stuff
*********************************/

@font-face {
    font-family: 'Roboto';
     /*src: url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap') format('woff2');*/
    /*src: url('../../plugins/theme4/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2') format('woff2');*/
    font-display: swap; 
}
*
{
	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;
}
.titles-color{
            color:var(--titles-color) !important;
        }
        .button-color{
            background-color:var(--button-color) !important;
        }
        .description-color{
            color:var(--description-color) !important;
        }
        .header-footer-color{
            color:var(--header-footer-color) !important;
        }
        .main-color{
            color:var(--main-color) !important;
        }
        .menu-font-color{
            color:var(--menu-font-color) !important;
        }
        .slider-font-color{
            color:var(--slider-font-color) !important;
        }
body
{
	/*font-family: 'Lato', sans-serif;*/
	font-size: 14px;
	font-weight: 400;
	background: #FFFFFF;
	color: #a5a5a5;
}
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;
}
a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;
	-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:active
{
	position: relative;
	color: #FF6347;
}
p a:hover
{
	color: #FFFFFF;
	background: #ffa07f;
}
p a:hover::after
{
	opacity: 0.2;
}
::selection
{
	background: rgba(188,155,155,0.6);
	color: #FFFFFF;
}
p::selection
{
	
}
h1{font-size: 48px;}
h2{font-size: 36px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h1, h2, h3, h4, h5, h6
{
	/*font-family: 'Roboto', sans-serif;*/
	-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
{
	max-width: 100%;
}
button:active
{
	outline: none;
}
.form-control
{
	color: #db5246;
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}

.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;
}
.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
{
	padding: 0px !important;
}
.section_title
{
	font-size: 36px;
	font-weight: 700;
	color: var(--titles-color);
	line-height: 1.2;
}

/*********************************
3. Header
*********************************/

.header
{
	display: flex;
	position: relative;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #FFF;
	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;
}
.header.active
{
	-webkit-transform: translateX(350px);
	-moz-transform: translateX(350px);
	-ms-transform: translateX(350px);
	-o-transform: translateX(350px);
	transform: translateX(350px);
}
.header_overlay
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.75);
	z-index: 1;
	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;
}
.header.active .header_overlay
{
	visibility: visible;
	opacity: 1;
}
.header_content
{
	width: 100%;
	height: 79px;
	padding-left: 20px;
	padding-right: 42px;
}
.header.scrolled
{
	box-shadow: 0px 5px 15px rgba(0,0,0,0.08);
}
.logo a > div > div:last-child
{
	padding-left: 15px;
	font-size: 24px;
	font-weight: 700;
	color: #4a4a4a;
}
.hamburger
{
	display: none;
	margin-left: 25px;
	cursor: pointer;
	margin-top: 4px;
}
.hamburger i
{
	font-size: 24px;
	color: #2e2e2e;
}
.hamburger:hover i
{
	color: var(--main-color);
}
.main_nav
{
	margin-left: 111px;
}
.main_nav ul li:not(:last-of-type)
{
	margin-right: 49px;
}
.main_nav ul li a
{
	font-size: 16px;
	color: var(--menu-font-color);
	font-weight: 400;
	padding: 20px 0;
}
.main_nav ul li.active a,
.main_nav ul li a:hover
{
	color: var(--main-color);
}
.header_search
{
	margin-right: 65px;
}
.header_search_form
{
	display: block;
}
.site-btn {
    color: #ffffff;
    background: var(--button-color);
    border: 1px solid var(--button-color);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px 45px 11px;
}
.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: var(--main-color);
	box-shadow: 0 0 1px 0px var(--main-color) inset, 0 0 1px 0px var(--main-color);
}
.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;
}
.user
{
	margin-right: 28px;
}
.user a > div
{
	width: 40px;
	height: 40px;
}
.user a > div > svg
{
	max-width: 100%;
	height: auto;
}
.user a > div > div
{
	position: absolute;
	top: -12px;
	right: -4px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: var(--main-color);
	text-align: center;
	line-height: 24px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 700;
}
.cart
{
	margin-right: 29px;
}
.cart a > div
{
	width: 37px;
	height: 37px;
}
.cart a > div > svg
{
	max-width: 100%;
	height: auto;
}
.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: 6px;
}
.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: var(--main-color);
}

/*********************************
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: var(--main-color);
}
.menu_nav ul li a::after
{
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 0%;
	height: 2px;
	background: var(--main-color);
	-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: var(--main-color);
}
.menu_social_list li:hover a i
{
	color: var(--main-color);
}
.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
*********************************/

.home
{
	width: 100%;
	height: 100vh;
	padding-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: var(--main-color);
	text-align: center;
	line-height: 1.2;
}
.home_subtitle
{
	font-size: 60px;
	color: var(--main-color);
	font-weight: 100;
	/* text-align: center; */
	line-height: 1.2;
	margin-top: -3px;
}
.home_subtitle p {
 color:var(--slider-font-color);   
 font-size:50%;
 font-weight:bold;
}
.home_items
{
	margin-top: 51px;
}
.home_item_side
{
	margin-top: 68px;
}
.product
{
	overflow: hidden;
	border-radius: 3px;
}
.product
{
	margin-bottom: 30px;
}
.product.home_item_large
{
	margin-bottom: 0;
}
.product_tag
{
	position: absolute;
	top: 16px;
	right: 15px;
	width: 127px;
	height: 127px;
	background: var(--main-color);
	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
{
	border: solid 2px #dbdbdb;
}
.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: 20px 25px;
	    height: 133px
}

.product_name a
{
	font-size: 16px;
	line-height: 1.2;
	color: var(--description-color);
	font-weight: 500;
}
.product_name a:hover,
.product_category a:hover
{
	color: var(--main-color);
}
.home_item_large .product_name a,
.home_item_large .product_category,
.home_item_large .product_category a
{
	color: #FFFFFF;
}
.product_category
{
	margin-top: 2px;
}
.product_category,
.product_category a
{
	font-size: 14px;
	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: var(--body-font-color);
}
.home_item_large .rating_r i::before
{
	color: #FFFFFF;
}
.product .product_info >div.ml-auto .product_price{
     text-align: left !important;
}
.rating_r_1 i:first-child::before{content: "\f005";}
.rating_r_2 i:first-child::before{content: "\f005";}
.rating_r_2 i:nth-child(2)::before{content: "\f005";}
.rating_r_3 i:first-child::before{content: "\f005";}
.rating_r_3 i:nth-child(2)::before{content: "\f005";}
.rating_r_3 i:nth-child(3)::before{content: "\f005";}
.rating_r_4 i:first-child::before{content: "\f005";}
.rating_r_4 i:nth-child(2)::before{content: "\f005";}
.rating_r_4 i:nth-child(3)::before{content: "\f005";}
.rating_r_4 i:nth-child(4)::before{content: "\f005";}
.rating_r_5 i:first-child::before{content: "\f005";}
.rating_r_5 i:nth-child(2)::before{content: "\f005";}
.rating_r_5 i:nth-child(3)::before{content: "\f005";}
.rating_r_5 i:nth-child(4)::before{content: "\f005";}
.rating_r_5 i:nth-child(5)::before{content: "\f005";}
.product_price
{
	font-size: 20px;
	color: var(--description-color);
	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: 100%;
	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: var(--main-color);
}
.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: var(--main-color);
	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: var(--main-color);
}
.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: var(--main-color);
}
.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: var(--main-color);
	color: var(--main-color);
}
.more-info p {
    color:var(--description-color);
}
.more-info h3 {
    color:var(--titles-color);
}
/*********************************
6. Products
*********************************/

.products
{
	background: #FFFFFF;
	padding-top: 72px;
	padding-bottom: 82px;
}
.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: var(--main-color);
}
.products_row
{
	margin-top: 32px;
}
.load_more_row
{
	margin-top: 20px;
}
.button
{
	width: 138px;
	height: 44px;
	background: var(--main-color);
	border-radius: 2px;
	text-align: center;
	border: solid 2px var(--main-color);
	-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: var(--main-color);
}

/*********************************
7. Boxes
*********************************/

.boxes
{
	width: 100%;
	background: #FFFFFF;
}
.boxes > .container
{
	/* max-width: 100%;
	padding-left: 0;
	padding-right: 0; */
}
.boxes_container
{
	width: 100%;
	height: 296px;
}
.box
{
	width: calc((100% - 76px) / 3);
	height: 100%;
}
.box_content
{
	width: 100%;
	height: 100%;
	padding-left: 41px;
	padding-right: 32px;
}
.box_left
{
	width: 50%;
}
.box_right
{
	width: 50%;
}
.box_title
{
	max-width: 165px;
	font-size: 26px;
	font-weight: 700;
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}
.box_image
{
	width: 240px;
	height: 177px;
	max-width: 100%;
}
.box_image a
{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.box_image a::after
{
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -24px;
	width: 49px;
	height: 49px;
	background: var(--main-color);
	border-radius: 2px;
	z-index: 1;
	font-family: 'FontAwesome';
	content: '\f054';
	font-size: 18px;
	color: #FFFFFF;
	line-height: 49px;
	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;
}
.box_image:hover a::after
{
	right: -40px;
}

/*********************************
8. Features
*********************************/

.features
{
	width: 100%;
	background: #FFFFFF;
	padding-top: 72px;
	padding-bottom: 71px;
}
.feature
{
	height: 126px;
	background: #f8f8f8;
	overflow: hidden;
}
.feature_col:not(:nth-child(2)) .feature
{
	margin-top: 11px;
}
.feature_col:nth-child(2) .feature
{
	width: calc(100% + 60px);
	left: -30px;
	height: 147px;
	background: var(--main-color);
}
.feature_left
{
	width: 50%;
	height: 100%;
}
.feature_right
{
	width: 50%;
	height: 100%;
	padding-left: 16px;
	padding-right: 16px;
}
.feature_col:not(:nth-child(2)) .feature_left
{
	padding-left: 23px;
}
.feature_col:nth-child(2) .feature_left
{
	padding-left: 26px;
}
.feature_icon
{
	max-width: 100%;
}
.feature_col:first-child
{
	
}
.feature_col:first-child .feature_icon
{
	width: 141px;
	height: 110px;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
}
.feature_col:nth-child(3) .feature_icon
{
	width: 131px;
	height: 131px;
	-webkit-transform: translateY(35px);
	-moz-transform: translateY(35px);
	-ms-transform: translateY(35px);
	-o-transform: translateY(35px);
	transform: translateY(35px);
}
.feature_col:nth-child(2) .feature_icon
{
	width: 115px;
	height: 115px;
	-webkit-transform: translateY(22px);
	-moz-transform: translateY(22px);
	-ms-transform: translateY(22px);
	-o-transform: translateY(22px);
	transform: translateY(22px);
}
.feature_title
{
	font-size: 24px;
	font-weight: 700;
	color: #4a4a4a;
	line-height: 1.166666;
}
.feature_col:nth-child(2) .feature_title
{
	color: #FFFFFF;
}
.feature_col:nth-child(3) .feature_title
{
	max-width: 110px;
}

/*********************************
9. Footer
*********************************/

.footer
{
	display: block;
	width: 100%;
	background: var(--main-color);
}
.footer_content
{
	padding-bottom: 37px;
}
.footer_about
{
	padding-top: 47px;
}
.footer_logo
{
	/*margin-left: -71px;*/
}
.footer_logo a
{
	/*display: block;*/
}
.footer_logo a > div > div:last-child
{
	font-size: 34.46px;
	font-weight: 700;
	color: #4a4a4a;
	padding-left: 22px;
	-webkit-transform: translateY(3px);
	-moz-transform: translateY(3px);
	-ms-transform: translateY(3px);
	-o-transform: translateY(3px);
	transform: translateY(3px);
}
.footer_about_text
{
	margin-top: 24px;
	padding-right: 50px;
}
.footer_about_text p{
    color:var(--header-footer-color) !important;
}
.footer_menu,.footer-widget
{
	padding-top: 64px;
}
.footer_title
{
	font-size: 20px;
	font-weight: 700;
	color: #4a4a4a;
	line-height: 0.75;
}
.footer_list
{
	display: block;
	width: 100%;
	margin-top: 29px;
}
.footer_list li
{
	width: 100%;
	position: relative;
	height: 60px;
}
.footer_list li:not(:last-of-type)
{
	border-bottom: solid 2px #eeeeee;
}
.footer_list li a
{
	/*display: block;*/
	position: relative;
	font-size: 16px;
	color: var(--header-footer-color);
	line-height: 58px;
}
.footer_list li a:hover
{
	color: var(--menu-font-color);
}
.footer_list li a > div::after
{
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	font-family: 'FontAwesome';
	content: '\f054';
	font-size: 11px;
	color: #969696;
}
.footer_list li a:hover > div::after
{
	color: var(--main-color);
}
.footer_list li a > div
{
	display: inline-block;
	padding-left: 22px;
}
.footer_list li a > div > div
{
	display: block;
	position: absolute;
	top: 0;
	white-space: nowrap;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 0.75;
	text-transform: uppercase;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	border-radius: 6px;
	margin-top: 10px;
}
.footer_tag_1
{
	left: calc(100% + 5px);
	background: var(--main-color);
}
.footer_tag_2
{
	left: calc(100% + 25px);
	background: #beaf4a;
}
.footer_contact
{
	padding-top: 64px;
}
.newsletter
{
	margin-top: 48px;
}
.newseletter_form
{
	width: 100%;
}
.newsletter_input
{
	width: 100%;
	height: 53px;
	background: #FFFFFF;
	padding-left: 28px;
	border: none;
	outline: none;
	color: #4a4a4a;
	border-radius: 27px;
}
.newsletter_input::-webkit-input-placeholder
{
	font-size: 16px !important;
	font-weight: 500 !important;
	color: #4a4a4a !important;
}
.newsletter_input:-moz-placeholder
{
	font-size: 16px !important;
	font-weight: 500 !important;
	color: #4a4a4a !important;
}
.newsletter_input::-moz-placeholder
{
	font-size: 16px !important;
	font-weight: 500 !important;
	color: #4a4a4a !important;
} 
.newsletter_input:-ms-input-placeholder
{ 
	font-size: 16px !important;
	font-weight: 500 !important;
	color: #4a4a4a !important;
}
.newsletter_input::input-placeholder
{
	font-size: 16px !important;
	font-weight: 500 !important;
	color: #4a4a4a !important;
}
.newsletter_button
{
	position: absolute;
	top: 0;
	right: 0;
	width: 53px;
	height: 53px;
	border-radius: 50%;
	background: var(--main-color);
	border: none;
	outline: none;
	font-size: 24px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 53px;
	text-align: center;
	cursor: pointer;
}
.footer_social
{
	margin-top: 42px;
}
.footer_social_list
{
	margin-top: 41px;
}
.footer_social_list li
{
	width: 53px;
	height: 53px;
	border-radius: 50%;
	border: solid 2px var(--header-footer-color) !important;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.footer_social_list li:not(:last-of-type)
{
	margin-right: 17px;
}
.footer_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;
}
.footer_social_list li a i
{
	line-height: 49px;
	color: #6d6d6d;
	font-size: 24px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.footer_social_list li:hover
{
	border-color: var(--button-color);
	transform: translateY(-5px);
}
.footer_social_list li a:hover i
{
	color: var(--button-color);
}
.footer_bar
{
	width: 100%;
	border-top: solid 2px #d5d5d5;
}
.footer_bar_content
{
	height: 74px;
}
.footer_bar_content div a{
    color:var(--header-footer-color);
}
.footer_nav ul li:not(:last-of-type)
{
	margin-right: 37px;
}
.footer_nav ul li a
{
	font-size: 16px;
	font-weight: 400;
	color: #4a4a4a;
}
.footer_nav ul li a:hover
{
	color: var(--main-color);
}
.copyright
{
	font-size: 16px;
	color: #969696;
	font-weight: 300;
}

.product_button .btn-text{
	font-weight: 500;
	font-size: 18px;
	color: #2e2e2e;
}
.logo img{
    max-width: 60%;
    width: 200px;
    object-fit: contain;
    height: 60px;
}
.product_image {
    /*width: 350px;*/
    height: auto;
}
.product_image  img{
    height: 250px;
    width: 100%;
    object-fit:cover;
}

@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

******************************/

@media only screen and (max-height: 920px)
{
	.home_slider_dots_container
	{
		display: none !important;
	}
}

/************
1780px
************/

@media only screen and (max-width: 1780px)
{
	.search_input
	{
		width: 310px;
	}
	.main_nav
	{
		margin-left: 100px;
	}
}

/************
1. 1600px
************/

@media only screen and (max-width: 1600px)
{
	.search_input
	{
		width: 210px;
	}
	.main_nav
	{
		margin-left: 70px;
	}
	.main_nav ul li:not(:last-of-type)
	{
		margin-right: 39px;
	}
	.header_search
	{
		margin-right: 47px;
	}
}

/************
2. 1440px
************/

@media only screen and (max-width: 992px)
{
	.main_nav
	{
		display: none;
	}
	.header_phone > div:first-child > div
	{
		width: 24px;
		height: 24px;
	}
	.header_phone > div:last-child
	{
		font-size: 16px;
	}
	.cart a > div
	{
		width: 25px;
		height: 25px;
	}
	.user a > div
	{
		width: 26px;
		height: 26px;
	}
	.user a > div > div
	{
		width: 18px;
		height: 18px;
		font-size: 11px;
		line-height: 18px;
	}
	.header_search
	{
		margin-right: 39px;
	}
	.hamburger
	{
		display: block;
	}
	.search_input
	{
		width: 300px;
	}
}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px)
{
	
}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px)
{
	
}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px)
{
	.boxes > .container
	{
		max-width: 960px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.boxes_container
	{
		height: auto;
	}
	.box
	{
		width: 100%;
		height: 296px;
	}
	.box:not(:last-child)
	{
		margin-bottom: 39px;
	}
}

/************
4. 1100px
************/

@media only screen and (max-width: 1100px)
{
	
}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px)
{
	
}

/************
6. 991px
************/

@media only screen and (max-width: 991px)
{
	.header_phone
	{
		display: none !important;
	}
	.search_input
	{
		width: 210px;
	}
	.home_item_side
	{
		margin-top: 127px;
	}
	.header_content
	{
		padding-right: 25px;
	}
	.cart
	{
		margin-right: 30px;
	}
	.boxes > .container
	{
		max-width: 720px;
	}
	.feature_col:not(:last-child)
	{
		margin-bottom: 30px;
	}
	.feature_col:not(:nth-child(2)) .feature
	{
		margin-top: 0px;
	}
	.feature_col:nth-child(2) .feature
	{
		width: 100%;
		left: auto;
	}
	.feature_col:nth-child(3) .feature_title
	{
		max-width: 100%;
	}
	.footer_col:not(:last-child)
	{
		margin-bottom: 30px;
	}
	.footer_content
	{
		padding-bottom: 120px;
	}
	.footer_social
	{
		/*margin-top: 100px;*/
	}
	.footer_nav ul li:not(:last-of-type)
	{
		margin-right: 27px;
	}
	.copyright
	{
		font-size: 14px;
	}
	.footer_nav ul li a
	{
		font-size: 14px;
	}
	.footer_about
	{
		padding-top: 100px;
	}
}

/************
7. 959px
************/

@media only screen and (max-width: 959px)
{
	
}

/************
8. 880px
************/

@media only screen and (max-width: 880px)
{
	
}

/************
9. 768px
************/

@media only screen and (max-width: 768px)
{
	
}

/************
10. 767px
************/

@media only screen and (max-width: 767px)
{
	.header_search
	{
		display: none;
	}
	.menu_search
	{
		display: block;
	}
	.home_item_side
	{
		display: none;
	}
	.boxes > .container
	{
		max-width: 540px;
	}
	.footer_bar_content
	{
		height: auto;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.copyright
	{
		margin-top: 10px;
	}
}

/************
11. 575px
************/

@media only screen and (max-width: 575px)
{
	.header_content
	{
		height: 59px;
	}
	.home
	{
		padding-top: 59px;
	}
	.logo a > div > div:first-child
	{
		width: 95px;
		margin-top: -3px;
	}
	.logo img{
    max-width: 100%;
    }
	.logo a > div > div:last-child
	{
		font-size: 16px;
		padding-left: 10px;
	}
	.hamburger
	{
		margin-top: 2px;
	}
	.hamburger i
	{
		font-size: 20px;
	}
	.home_slider_nav,
	.home_slider_custom_dots
	{
		display: none !important;
	}
	.home_container
	{
		padding-top: 59px;
	}
	.home_title,
	.home_subtitle
	{
		font-size: 28px;
	}
	.home_subtitle
	{
		margin-top: 3px;
	}
	.home_items
	{
		margin-top: 40px;
	}
	.home_item_large
	{
		max-width: 350px;
		margin-left: auto;
		margin-right: auto;
	}
	.home_item_large .product_image
	{
		width: 170px;
	    margin-left: auto;
	    margin-right: auto;
	    margin-bottom: 30px;
	}
	.product_tag
	{
		width: 87px;
		height: 87px;
		right: 47px;
	}
	.product_tag > div > div:first-of-type
	{
		font-size: 18px;
	}
	.product_tag > div > div:last-of-type
	{
		font-size: 24px;
	}
	.product_tag > div > div:last-of-type span
	{
		font-size: 15px;
	}
	.user a > div,
	.cart a > div
	{
		width: 24px;
		height: 24px;
	}
	.boxes > .container
	{
		max-width: 100%;
	}
	.footer_logo
	{
		margin-left: 0;
	}
	.footer_title
	{
		font-size: 30px;
	}
	.footer_list li a
	{
		font-size: 16px;
	}
	.footer_list li a > div::after
	{
		font-size: 10px;
	}
}

/************
11. 539px
************/

@media only screen and (max-width: 539px)
{
	
}

/************
12. 480px
************/

@media only screen and (max-width: 480px)
{
	
}

/************
13. 479px
************/

@media only screen and (max-width: 479px)
{
	
}

/************
14. 400px
************/

@media  (max-width: 400px)
{
	.currency-select select{
	    font-size: 10px !important;
	    padding: 6px !important;
	}
}


/* update style on 27 dec 2021 */

a{
    color: var(--main-color)
}

@media (max-width: 992px) {
  .footer_contact, .footer_menu{
    padding-top: 10px;
  }
  .footer_content{
    padding-bottom: 30px;
  }
  .footer_about{
    padding-top: 30px;
  }
}



.header-nav-dropdown {
  position: relative;
}

.header-nav-dropdown > ul {
  left: 0;
  top: 100%;
}
.header-nav-dropdown ul {
  position: absolute;
  text-align: left;
  padding: 10px 0;
  left: 100%;
  top: 0;
  min-width: 180px;
  background: #FFF;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  visibility: hidden;
  border-left: 4px solid var(--main-color);
  opacity: 0;
  transform: scaleY(0);
  transform-origin: 0 0;
  z-index: -1;
  border-radius: 0 0 3px 3px;
  transition: visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s,
    z-index 0s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
  transition: transform 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s,
    opacity 0.2s ease-in-out 0s, z-index 0s ease-in-out 0s;
  transition: transform 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s,
    opacity 0.2s ease-in-out 0s, z-index 0s ease-in-out 0s,
    -webkit-transform 0.2s ease-in-out 0s;
    left: 0;
    top: 40px;
}

.header-nav-dropdown:hover ul{
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  z-index: 9;
}

.header-nav-dropdown ul li{
  margin: 0 !important;;
  padding: 0 15px;
}

.header-nav-dropdown ul li a {
    padding: 6px 0;
    line-height: 1.3;
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: var(--menu-font-color);
}

.header-nav-dropdown > a::after {
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 18px;
  padding-left: 3px;
  vertical-align: middle;
}

@media (max-width: 992px) {
  .header_right{
    margin-left: auto !important;
    margin-right: 20px
  }
}


.menu_nav .submenu{
  background-color: #f2f2f2;
  padding: 10px;
  margin-left: 10px
}
.menu_nav > ul li{
  margin: 5px 0; 
}

.menu_nav > ul li.has-submenu > a::after {
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 18px;
  top: 0r;
  top: 0;
  right: -6px;
  left: auto;
  background-color: transparent;
}

.background_image::before {
  content: '';
  background: #333333a6;
  width: 100%;
  height: 100%;
  display: block;
}


.breadcrumbs-home
{
	width: 100%;
	height: 300px;
	margin-top: 79px;
	background: #4a4a4a;
}
.breadcrumbs-home_container	
{
	width: 100%;
	height: 100%;
}
.breadcrumbs-home::before {
  content: '';
  background-color: #33333385;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}

.breadcrumbs-home_title
{
	font-size: 36px;
	color: var(--slider-font-color);
	font-weight: 700;
	line-height: 0.75;
}
.breadcrumbs
{
	margin-top: 15px;
}
.breadcrumbs ul li
{
	position: relative;
}
.breadcrumbs ul li:not(:last-of-type)::after
{
	display: inline-block;
	content: '/';
	font-size: 16px;
	font-weight: 500;
	color: #969696;
	margin-left: 4px;
	margin-right: 4px;
}
.breadcrumbs ul li,
.breadcrumbs ul li a
{
	font-size: 16px;
	font-weight: 500;
	color: var(--slider-font-color) !important;
}
.breadcrumbs ul li a:hover
{
	color: var(--main-color);
}

.category-image img {
  height: 250px;
  object-fit: cover;
}
.category-content {
    padding:10px;
       height: 90px;
}
.category-content a{
    font-size:17px;
}
.category-item .category-content a:hover{
  color: var(--button-color) !important;
}

@media (max-width: 768px) {
    .category-image img {
      height: auto;
    }
}


.custom-form-input
{
	width: 100%;
	height: 52px;
	background: #FFFFFF;
	border: none;
	outline: none;
	box-sizing: border-box;
	border-bottom: solid 2px #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	color: #000000;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.custom-form-input:hover,
.custom-form-input:focus
{
	border-bottom: solid 2px var(--button-color);
}
.custom-form-input::placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #969696 !important;
}

.custom-form-input:focus::placeholder,
.custom-form-input:hover::placeholder
{
	color: #000000 !important;
}


.billing {
  padding-top: 51px;
  padding-left: 68px;
  padding-right: 68px;
  padding-bottom: 32px;
  background: #f8f8f8;
}

.checkout_title {
  font-weight: 600;
  color: var(--titles-color);
  font-size: 24px;
  line-height: 0.75;
}

.cart_extra_total_title {
    color:var(--titles-color);
}
.cart_extra_total_value span{
    color:var(--description-color);
}
.custom-form-button{
  background-color: var(--main-color);
  color: #fff;
  font-size: 20px;
}
.custom-form-button:hover {
  background: #4a4a4a;
}



.contact-feature-item{
  background: #f8f8f8;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 30px;
}

.contact-feature-item .contact-feature-icon img{
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.contact-feature-item .contact-feature-title{
  color: var(--main-color);
  font-size: 24px;
}


body{
  counter-set: dots_number;
}


.product-images-container .owl-dots .owl-dot span{
  width: 32px;
  height: 32px;
  background-color: transparent;
  border-radius: 0;

  width: 32px;
  height: 32px;
  border: solid 2px var(--button-color);
  border-radius: 2px;
  text-align: center;
  line-height: 28px;
  color: #333;
  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;
}

.product-images-container .owl-dots .owl-dot.active span,
.product-images-container .owl-dots .owl-dot span:hover{
  background-color: var(--button-color);
  border-color: var(--button-color);
}

.product-images-container .owl-dots .owl-dot.active span:before,
.product-images-container .owl-dots .owl-dot:hover span::before{
  color: #fff;
}

.product-images-container .owl-dots .owl-dot span::before {
  counter-increment: dots_number; 
  content: counter(dots_number);   
}


.product_quantity {
  width: 100px;
  height: 40px;
  border: solid 2px var(--button-color);
  border-radius: 3px;
}
.qty_sub {
  left: 0px;
}
.product-details-category p ,.product-details-category small {
    color:var(--description-color);
}
.qty_button {
  position: absolute;
  top: 0;
  width: 25px;
  height: 100%;
  line-height: 33px;
  cursor: pointer;
  font-size: 20px;
  color: #414141;
}
.qty_button:hover{
  color: var(--main-color);
}
.qty_add {
  right: 0px;
}
.qty_button span {
  user-select: none;
}


.product_quantity > input {
  line-height: 35px;
  font-size: 16px;
  color: #4a4a4a;
  text-align: center;
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  appearance: textfield;
      margin-right: 7px;
}

.custom-btn{
  border: 2px solid var(--button-color);
  background-color: transparent;
  text-decoration: none;
  color: var(--button-color);
  border-radius: 3px;
  outline: none;
  box-shadow: none;
}

.custom-btn:focus{
  outline: none;
  box-shadow: none;
}

.custom-btn:hover, .custom-btn.hoverd{
  background-color: var(--button-color);
  color: #fff;
}

.custom-btn.hoverd:hover{
  background-color: #fff;
  color: var(--main-color);
}

.td-cart-product-title img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.js-check-valid-form-error-message {
    display: inline-block;
    margin-bottom: 13px;
}

.th-cart-product-title {
  min-width: 250px;
}

.th-cart-product-price {
  min-width: 120px;
}

.th-cart-product-quantity {
  min-width: 120px;
}

.th-cart-product-total {
  min-width: 150px;
}

.table td, .table th {
  vertical-align: middle;
}
.table th {
    color:var(--titles-color);
}

.table td {
    color:var(--description-color);
}
.td-cart-product-title , .td-cart-product-title a {
     color:var(--titles-color);
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: var(--main-color);
}

.home_item_large img {
  height: auto;
}


.cart-items-number{
  position: absolute;
  top: -12px;
  right: 7px;
}





.search-popup {
  position: fixed;
  opacity: 0;
  z-index: -3;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e8e8e88a;
  transition: all 0.3s ease-in-out;
}
.search-popup.open {
  opacity: 1;
  z-index: 150;
}
.search-popup input {
  font-size: 1.2em;
  padding: 15px;
  font-weight: bold;
  background: #fff;
  border: 2px solid var(--main-color);
  outline: none;
  border-radius: 5px;
  box-shadow: 0 20px 20px rgba(65, 71, 86, 0.2);
  transition: 0.2s ease;
}
.search-popup input:hover {
  box-shadow: 0 10px 10px rgba(65, 71, 86, 0.2);
  transition: 0.2s ease;
}
.search-popup button[type='submit'] {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  background: transparent;
  border: none;
  outline: none;
  font-size: 25px;
  cursor: pointer;    
}


.header_overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
}

.js-mobile-close-menu{
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 1.5em;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer; 
}

.js-search-button{
    background: var(--button-color);
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    padding: 0 !important;
    border-radius: 50%;
    color: #fff !important;
}

.js-search-button:hover{
    
}
.form-title{
    color:var(--main-color) !important; 
    text-align:left;
    margin:2.5rem 0 1.5rem;
    
}
.form-sub{
    text-align:center;
    
}
.form-sub input{
    width:100%; 
  
}

.form-sub button{
  text-align:center;
  margin-top: 0.5rem;
  color: #ffffff;
  padding: 0.4rem 1.5rem;
  border-radius: 0.2rem;
  border:none;
  cursor: pointer
}
.select_size select {
    padding: 12px 17px;
    margin: 49px 25px;
    border-radius: 6px;
    border:none;
    background-color: var(--main-color);
    color: #fff;
}
.service_image{
    width: 350px;
    height: 350px;
}
.service_image img{
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}
.currency-select{
  width: 8rem;
  overflow: hidden;  
  text-align: center;
}
.currency-select select{
  padding: 10px;
  border-radius: 0.25rem;
      font-size: 11px;
margin-left: 6px;
  color: #fff;
  background-color: var(--button-color);
  cursor: pointer;
}
.currency-select select option:checked,
.currency-select select option:hover {
      box-shadow: 0 0 10px 100px gray inset;
      background-color:gray;
    }
@media (max-width: 768px) {
    .logo img{
        width: auto;
    }
}


.master-cards a,.master-cards a i {
    font-size:3rem;
    color:var(--header-footer-color);
    cursor: pointer
    
}




