/*
Responsive Template Name: RS-MQF 1140 V.2
File: Layout CSS
Author: OS Templates
Author URI: https://www.os-templates.com/
Licence: <a href="https://www.os-templates.com/template-terms">Website Template Licence</a>
*/

@import url(framework.css);
@import url(navi.css);
.color-variations-wrapper .products{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
}
.color-variations-wrapper li.product{
	width: 25%;
}
.widgettitle{
	font-size: 25px;
	font-family: Arial, serif;
	text-transform: uppercase;
	font-weight: 600;
}
.button, .add_to_cart_button{
	background-color: #000000;
    color: #E4E5EA;
    font-size: 14px;
    border: 2px solid #001846;
}
.page_cart .cart-collaterals .cart_totals,
table.shop_table thead{
	background-color: #000000;
}
.page_cart .cart-collaterals .cart_totals .coupon{
	display: none;
}
.entry-summary .add_to_cart_button{
	font-size: 12px;
}
.shop-sidebar .quantity{
	margin: 10px 0;
    color: #000;
    display: block;
}
.shop-sidebar .total{
	margin: 10px 0;
	color: #000;
}


.page_cart .shop_table li{
    padding: 15px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #565656;
}
.page_cart .cart-collaterals .cart_totals>ul{
	border-bottom: 0;
}
.page_cart .cart-collaterals .cart_totals>.wc-proceed-to-checkout{
	padding: 35px 0;
}
.page_cart .wc-proceed-to-checkout .button.checkout-button{
	width: 70%;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 18px;
}
table.shop_table tr:last-child td{
	border-top: #eaeaea 3px solid;
}
table.shop_table tr:last-child td button {
    background-color: #ffffff !important;
    color: #000!important;
    border: 1px solid #000!important;
}
.page_cart .amount,
a.remove::before,
.page_cart .shop_table tbody td a{
	color: #000;
}

body{margin:0; padding:0; font-size:100%; font-family:"Lato Light", serif; color:#e5e1e1;}

.justify{text-align:justify;}
.bold{font-weight:bold;}
.center{text-align:center;}
.right{text-align:right;}
.nostart{margin:0; padding:0; list-style:none;}
.hidden{display:none;}

.clear{display:block; clear:both;}
.clear:after{display:block; visibility:hidden; height:0; clear:both; font-size:0; content:"";}

a{outline:none; text-decoration:none;}

.fl_left{float:left;}
.fl_right{float:right;}

img{width:auto; max-width:100%; height:auto; margin:0; padding:0; border:none; line-height:normal; vertical-align:middle;}
.imgholder, .imgl, .imgr{padding:4px; border:1px solid #D6D6D6; text-align:center;}
.imgl{float:left; margin:0 15px 15px 0; clear:left;}
.imgr{float:right; margin:0 0 15px 15px; clear:right;}

/*----------------------------------------------HTML 5 Overrides-------------------------------------*/

address, article, aside, figcaption, figure, footer, header, nav, section{display:block; margin:0; padding:0;}

/*----------------------------------------------Generalise-------------------------------------*/

h1, h2, h3, h4, h5, h6{margin:0 0 8px 0; padding:0; font-size:1.6em; font-weight:normal; line-height:normal;}

address{font-style:normal;}

blockquote, q{display:block; padding:8px 10px; color:#979797; background-color:#ECECEC; font-style:italic; line-height:normal;}
blockquote:before, q:before{content:'� '; font-size:26px;}
blockquote:after, q:after{content:' �'; font-size:26px; line-height:0;}

*{
	box-sizing: border-box;
}

.container {
	width: 100%;
	padding: 0 15px;
	max-width: 1200px;
	margin: 0 auto;
	height: auto;
	display: flex;
	position: relative;
	flex-direction: column;
	flex-wrap: wrap;
}
section{
	padding: 40px 0;
}
.row {
	display: flex;
	flex-wrap: wrap;
	justify-content: stretch;
}
.d-flex{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cat-link{
	position: relative;
}
.cat-link img{
	z-index: 2;
	position: relative;
}
.white_logo {
	transform: translateY(-100%);
	transition: all 0.3s;
	opacity: 0;
}
.black_logo{
	transition: all 0.3s;
}
.cat-link:hover .white_logo{
	opacity: 1;
}
.cat-link:hover .black_logo{
	opacity: 0;
}
.cat-link:hover:after{
	opacity: 1;
}
.cat-link:after{
	content: '';
	display: block;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	transition: all 0.3s;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}

.col-4{
	width:calc( ( 100% - 30px ) / 3 );
	min-height: 600px;
	padding-top: 50px;
	text-align: center;
}
#main-column-3 .slider-top{
	background: #fff;
	padding: 15px;
}
#main-column-3{
	background: url("../images/background.jpg") center center no-repeat;
	background-size: cover;
	padding-top: 0;
}
.guardo{
	background: url("../images/slide_1-1.jpg") center center no-repeat;
	background-size: cover;
}
.goodyear{
	/* background: url("../images/slide_2-1.jpg") center center no-repeat; */
	background: url("../images/goodyear-slide.jpg") center center no-repeat;
	background-size: cover;
	text-align: right;
	position: relative;
	overflow: hidden;
	padding-right: 20px;
}
.quantum{
	background: url("../images/slide_3-2.jpg") center center no-repeat;
	background-size: cover;
}
.goodyear .watches{
	position: absolute;
	bottom: -20px;
	left: 10px;
	transform: scale(1.4);
}


.col-2{
	display: flex;
	max-width: 49%;
	-webkit-flex: auto;
	flex: auto;
	flex-wrap: wrap;
}
.mens-watch{
	/* background: url("../images/mens_clothes.jpg") center center no-repeat; */
	background: url("../images/goodyear-braslet.jpg") center center no-repeat;
	background-size: cover;
	min-height: 45%;
	display: flex;
	align-items: center;
	margin-bottom: 5%;
	padding-left: 25px;
}
.women-watch{
	/* background: url("../images/women_clothes.jpg") center center no-repeat; */
	background: url("../images/goodyear-remeshok.jpg") center center no-repeat;
	background-size: cover;
	min-height: 45%;
	display: flex;
	align-items: center;
	padding-left: 25px;
}
.title-cat{
	font-size: 32px;
	color: #e5e1e1;
	position: relative;
	z-index: 1;
	font-family: "Lato Semibold", serif;
}



.col-3{
	display: flex;
	max-width: 25%;
	width: 25%;
	flex: auto;
}
.description{
	padding: 30px;
	background: #1d1c1c;
}
.description p{
	color: #e5e1e1;
	font-size: 14px;
	line-height: 20px;
}
.title-text{
	text-align: center;
}



#guardo .col-9{
	display: flex;
	flex: auto;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: 30px;
	justify-content: space-between;
}
.guardo-list .mens{
	background: url("../images/mens_guardo.jpg") center center no-repeat;
	background-size: cover;
	min-height: 45%;
	display: flex;
	align-items: flex-start;
	padding-top: 15px;
	padding-left: 25px;
}
.guardo-list .women{
	background: url("../images/women_guardo.jpg") center center no-repeat;
	background-size: cover;
	min-height: 45%;
	display: flex;
	align-items: flex-end;
	padding-left: 25px;
	padding-bottom: 15px;
}
.guardo-list .remeshok.two{
	background: url("../images/women_guardo_2.jpg") center center no-repeat;
	background-size: cover;
}
#quantrum .remeshok,
.guardo-list .remeshok{
	background: url("../images/remeshok_guardo.jpg") center center no-repeat;
	background-size: cover;
	min-height: 250px;
	display: flex;
	align-items: center;
	padding-left: 25px;
}
#quantrum .col-9{
	display: flex;
	flex: auto;
	max-width: 70%;
	flex-direction: row;
	flex-wrap: wrap;
	margin-right: 30px;
	justify-content: space-between;
}
.long-block{
	width: 100%;
}

#quantrum .col-2{
	margin-top: 30px;
}
.mens_quentrum{
	background: url("../images/casio-banner-small.jpg") center center no-repeat;
	background-size: cover;
	min-height: 250px;
	display: flex;
	align-items: center;
	padding-top: 15px;
	width: 100%;
	padding-left: 25px;
}
.women_quantrum{
	background: url("../images/women_quantum.jpg") center center no-repeat;
	background-size: cover;
	min-height: 250px;
	display: flex;
	align-items: center;
	padding-top: 15px;
	padding-left: 25px;
	width: 100%;
}
.women_quantrum .title-cat{
	color: #000;
}
.women_quantrum:hover .title-cat{
	color: #e5e1e1;
}
.guardo-list .mens .title-cat{
	/*color: #000;*/
}
.guardo-list .mens:hover .title-cat{
	color: #fff;
}
}

.border-grey{
	border: 4px solid #6d6b69;
}

.guardo-list .mens,
.guardo-list .women{
	width: 67%;
}
.guardo-list .mens{
	margin-bottom: 3%;
}
.guardo-list .remeshok.first{
	margin-bottom: 3%;
}
.guardo-list .remeshok{
	 width: 30%;
 }
#quantrum .remeshok{
	width: 250px!important;
}
#quantrum .col-9 {
	max-width: 73%;
}
.title-section{
	text-align: center;
	position: relative;
	width: 100%;
}
.title-section h3 img{
	position: relative;
	z-index: 2;
}
.title-section h3{
	background: #fff;
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 40px;
}
.title-section h3:before{
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.title-section:after{
	content: '';
	display: block;
	background: #6c6c6c;
	height: 2px;
	width: 90%;
	position: absolute;
	left: 5%;
	z-index: 0;
	top: 50%;
}

/*----------------------------------------------Footer-------------------------------------*/

#footer{
	padding:50px 0;
	background: url("../images/footer_background.jpg") center no-repeat;
	background-size: cover;
}
#footer p{margin:0; padding:0;}
#footer .row{
	align-items: center;
}
.footer-menu{
	flex: 0 0 40%;
	padding-left: 8em;
}
.footer-adress{
	flex: 0 0 20%;
}
#footer p{
	font-size: 16px;
	color: #fff;
	line-height: 22px;
	font-family: "Lato Regular",serif;
}
.footer-link-list{
	list-style: none;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	padding: 0;
	column-count: 2;
}
.footer-tel,
#footer p span{
	font-family: "Lato Semibold", serif;
	color: #fff;
}
.footer-link-list li{
	margin-bottom: 5px;
}
.footer-social ul{
	list-style: none;
	padding: 0;
	text-align: center;
	margin-top: 15px;
}
.footer-social ul li a{
	display: flex;
	padding: 10px;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	justify-content: center;
	align-items: center;
}
.footer-social ul li{
	display: inline-block;
	margin-right: 5px;
}
.footer-link-list a{
	font-family: "Lato Semibold", serif;
	color: #fff;
}