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

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

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
4. Menu
5. Home
6. Product
7. Boxes
8. Footer


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

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

@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
@font-face
{
	font-family: 'Roboto';
	/*src: url('../fonts/FuturaLT-Book.ttf')  format('truetype');*/
}

/*********************************
2. Body and some general stuff
*********************************/

*
{
	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';
	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';
	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; color: black;}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Roboto';
	-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: #8c8888;
}
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: #4a4a4a;
	line-height: 1.2;
}


/*********************************
5. Home
*********************************/

.home
{
	/*width: 100%;*/
	height: 150px;
	/*padding-top: 58px;*/
	/*background: #4a4a4a;*/
}
.home_container
{
	width: 100%;
	height: 100%;
	padding-bottom: 17px;
     background-color: black;
}
.home_title
{
	font-size: 36px;
	color: #FFFFFF;
	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: #ffffff;
	margin-left: 4px;
	margin-right: 4px;
}
.breadcrumbs ul li,
.breadcrumbs ul li a
{
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
}
.breadcrumbs ul li a:hover
{
	color: #b75117;
}

/*********************************
6. Product
*********************************/

.product
{
	background: #FFFFFF;
	padding-top: 25px;
	/*padding-bottom: 31px;*/
}
.product_image_section
{
	width: 100%;
	overflow: hidden;
	border-radius: 2px;
}
.product_image_slider_container
{
    top: 0;
    /*left: 5%;*/
	width: 100%;
	border-radius: 2px;
	z-index: 1;
    display: flex;
    justify-content: center;
}

@media screen and (min-width: 768px){
    .imagefixed{
        /*padding-left: 60px;*/
        width: 100%;
    }
}

.imagefixed img {
    display: block;
    width: auto;


}

#imageloaded img {
    display: none;
}

#slider
{
	width: 100%;
}
#slider.flexslider
{
	border: none;
	margin-bottom: 0;
}
.carousel_container
{
	position: absolute;
	top: 330px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	/*right: 11px;*/
	z-index: 5;
    left: -13px;
	/*padding: 0px 10px 0px 20px;*/
}
#carousel
{

	width: 116px;
	height: 345px;
}
#carousel .flex-viewport
{
	height: 100% !important;
}
#carousel.flexslider
{
	border: none;
	background: transparent;
	margin-bottom: 0;
}
#carousel.flexslider .slides
{
	width: 100% !important;
	padding-left: 23px;
	padding-right: 23px;
	margin-top: -10px;
}
#carousel.flexslider .slides > li > div
{
	height: 109px !important;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
}
#carousel.flexslider .slides > li > div > img
{
	box-shadow: 0px 8px 18px rgba(0,0,0,0.2);
}
.fs_nav
{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 20px;
	height: 14px;
	cursor: pointer;
}
.fs_nav i
{
	font-size: 18px;
	color: #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;
}
.fs_nav:hover i
{
	color: #b75117;
}
.fs_prev
{
	top: -38px;
}
.fs_next
{
	bottom: -23px;
}
.fs_nav.disabled
{
	cursor: default;
}
.fs_nav.disabled i
{
	color: rgba(0,0,0,0.25);
}


@media screen and (min-width: 768px){
    .product_info{
        padding-top: 60px;
    }
}

.product_name_detail
{
	font-size: 16px;
	line-height: 1.2;
	color: #4a4a4a;
	font-weight: 500;
	margin-top: 1px;
}
.product_brand_name_detail a:hover
{
	color: #b75117;

}
/*.product_brand_name_detail*/
/*{*/
/*	!*margin-top: 5px;*!*/
/*    font-weight: 500;*/
/*}*/
.product_brand_name_detail,
.product_brand_name_detail a
{
	font-size: 34px;
	color: #2e2e2e;
    font-weight: 600;
	/*font-style: italic;*/
	/*font-weight: 400;*/
}

@media screen and (min-width: 768px) {
    .product_rating_container
    {
        margin-top: -10px;
        right: -173px;
    }
}
.product_rating
{
	padding-left: 5px;
}
.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;
}
.rating_r_6 i::before
{
	color: #b75117;
}


.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";}
.rating_r_6 i:first-child::before{content: "\f005";}
.rating_r_6 i:nth-child(2)::before{content: "\f005";}
.rating_r_6 i:nth-child(3)::before{content: "\f005";}
.rating_r_6 i:nth-child(4)::before{content: "\f005";}
.rating_r_6 i:nth-child(5)::before{content: "\f005";}

.product_reviews
{
	font-size: 18px;
	color: #969696;
	font-style: italic;
	font-weight: 400;
    bottom: 0;
    right: 0;
}
.product_reviews_link
{
	margin-left: 7px;
	margin-top: 0px;
}
.product_reviews_link a
{
	font-size: 12px;
	color: #b75117;
}
.measures{
    font-size: 12px;
	color: #b75117;
}

.product_page{
    height: inherit!important;
}
.product_price_detail
{
	font-size: 40px;
	color: #28a745;
	font-weight: 600;
	line-height: 0.75;
}
.product_price_detail span
{
	font-size: 18px;
	margin-left: 1px;
    color: #28a745;
    text-transform: uppercase;
    font-weight: 400;
    ;
}

.product_price_detail_or
{
	font-size: 16px;
	color: #242624;
	font-weight: 300;
	/*margin-top: 37px;*/
	line-height: 1.75;
}

.product_size
{
	margin-top: 15px;
    padding: 16px;
}
.product_size_title
{
	font-size: 16px;
	font-weight: 600;
	color: #4a4a4a;
}
.product_size ul
{
	margin-top: 15px;
}
.regular_radio
{
	display: none;
}
.regular_radio:checked + label
{
	color: #b75117;
	border-color: #b75117;
}
.regular_radio + label
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	min-width: 36px;
	height: 36px;
	background: transparent;
	border: solid 2px #4a4a4a;
	color: #4a4a4a;
	cursor: pointer;
	margin-right: 14px;
	font-weight: 700;
}
.regular_radio[disabled] + label
{
	border: solid 2px #d0cfcf;
	color: #d0cfcf;
	cursor: default;
}
@media screen and (max-width: 767px) {

    .product_size > ul > li {
        width: 13%;

    }
}
.easy-fit {
    width: 45px;
    height: 45px;
    border: solid 2px #4a4a4a;
    color: #4a4a4a;
    font-size: 14px;
    text-align: center;
    padding: 4px;
    margin-bottom: -45px;
    z-index: 10;
}
.product_text
{
	margin-top: 36px;
}

.product_info_section{
    top: 0;
}

.product_title{
    top: 0;
    margin-bottom: 40px;
}

.product_text p
{
	font-size: 14px;
	font-weight: 300;
	color: #969696;
	line-height: 1.75;
}
.product_buttons
{
	width: 100%;
	height: 57px;
	margin-top: 49px;
}
.product_buttons > div
{
	width: 100%;
	height: 100%;
}
.product_buttons .product_add_cart,  .product_buttons .product_favorite
{
	width: 100%;
	height: 100%;
}
.product_buttons .product_button
{
	width: 100%;
	height: 100%;
	border-top: solid 1px #ededed;
	border-bottom: 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 .product_button svg
{
	max-width: 100%;
	height: auto;
}
.product_buttons .product_button:hover
{
	background: #b75117;
}
.product_buttons .product_button:first-of-type
{
	border-right: solid 1px #ededed;
}
.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: #325247;
	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;
}

/*********************************
7. Boxes
*********************************/

.boxes
{
	width: 100%;
	background: #FFFFFF;
	padding-bottom: 100px;
}
.box
{
	width: 100%;
	height: 126px;
	background: #f8f8f8;
	padding-left: 18px;
	padding-right: 20px;
}
.box_image
{
	width: 131px;
	height: 108px;
	margin-top: auto;
}
.box_content
{
	padding-left: 42px;
}
.box_title
{
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
	color: #4a4a4a;
}
.box_text
{
	font-size: 16px;
	font-weight: 400;
	color: #4a4a4a;
	margin-top: 8px;
}


.carousel_customer_container
{
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	/*right: 11px;*/
	z-index: 2;
    top: 20px;
    width:80px;
    height:0px;
    left: 10px;
    /*position: absolute;*/

    }

@media screen and (max-width: 768px) {
    .carousel_customer_container
    {
        left: 5px
    }
    .carousel_container
    {
        top: 330px;
    }
    .product_image_slider_container
    {
        top: 7%;
        left: 3%;
    }

}

.carousel_recommendation_container
{

    position: relative;

    }

a.donate_tag {
    margin-right: 30%;
    margin-top: -45px;
}

@media screen and (max-width: 768px) {

    a.donate_tag {
        margin-right: 77%;
        margin-top: -45px;
    }
}


.carousel_recommendation_container product_flag img{
    max-width: 100%;
}


.product_price_details{
    padding: 10px;
}
