.lg-backdrop, .lg-outer .lg-thumb-outer{background:#ffffff!important}
.lg-actions .lg-next, .lg-actions .lg-prev, .lg-sub-html, .lg-toolbar{background-color:rgb(0,0,0) !important;}
.lg-toolbar .lg-icon, #lg-counter{color:#ffffff!important;}
.check_terms a{text-decoration: underline;}
.grecaptcha-badge {display:none;}

.blue_bg {background:#f43233;}
.grey_bg {background:#f2f2f2;}
.white_bg {background:#fff;}

.col5{ width: 20%; float: left; position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0px; padding: 0px; border: 0px none; outline: 0px none; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
:focus { outline: 0px none; }
ol, ul { list-style: none outside none; }
strong{font-weight:bold;}
a{color:#010103; text-decoration:none;}
a:hover{ text-decoration:none;}
.clear { clear:both; }
.no-gutter > [class*='col-'],  .no-gutter .row > [class*='col-'] {
  padding-right:0;
  padding-left:0;
}
.p-0 { padding: 0; }

.padd { padding-top: 40px; padding-bottom: 40px; }
.center-row {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.checkout-summary-wrap.mobile{
  display:flex;
}

.checkout-summary-wrap.mobile #CouponSingleForm{
  width: 100%;
}

/* ==================== CATALOG VIEW ==================== */

.side_categories {
  float: left;
  margin-left: 15px;
  margin-bottom: 25px;
  width: 97%;
  text-align: left;
  /* background: #fff; */
  padding:10px;
}

.side_categories a {
  float: left;
  background: #fff;
  color: #544e4b;
  text-shadow: 0 1px 0 rgb(255 255 255 / 20%);
  margin: 5px 1% 5px 1%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2 ease-out;
  width: 96%;
  font-weight: 700;
  background: #ffffff;
  border: 1px solid #6d2f2a3d;
}

.pages_main .side_categories p {
  font-size: 16px;
  padding: 7px;
  background: #ffffff;
  border-left: 3px solid #f43233;
  word-break: break-word;
  color: black;
  font-weight: 400;
}

.side_categories h3 {
  display: block;
  font-size: 20px;
  background-color: #000000;
  color: #fff;
  font-weight: 700;
  width: 99%;
  border-bottom: 14px solid #333333;
  margin: 20px auto 4px auto;
  text-align: center;
  padding: 15px;
  text-transform: uppercase;
}

.catalog.view .pages_main .product_view_wrapper {
  background:#fff;
  padding-top:30px;
  padding-bottom:30px;
}

@media(max-width:1199px) {}
@media(max-width:991px) {
  .catalog.view .pages_main {
    padding: 70px 0;
  }
  .catalog.view .pages_main .product-preview-image.text-center {
    background: #fff;
  }
  .catalog.view .pages_main .product-preview.product-preview-left,
  .catalog.view .product-preview.product-preview-right {
    padding-left: 0;
    padding-right: 0;
  }

}
@media(max-width:767px) {
  .catalog.view .pages_main .product-preview.product-preview-left,
  .catalog.view .product-preview.product-preview-right {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media(max-width:575px) {

}
@media(max-width:420px) {



}

  /* ==================== END CATALOG VIEW ==================== */



  /* ==================== GIFTCARD ==================== */

.coupons.gift_cards .giftcard_desc { font-size: 27px; }
.coupons.gift_cards ul{
  padding-top: 10px;
}

.coupons.gift_cards ul li {
  line-height: 2;
}

.coupons.gift_cards .giftcard_img {
  margin-top: 30px;
  border: 10px solid #fff;
  border-radius: 3rem;
}

@media(max-width:1199px) {
  .coupons.gift_cards .giftcard_desc { font-size: 22px; }
}

  /* ==================== END GIFTCARD ==================== */



.fb_login { text-align: center;margin-top: 30px;display: block;float: left;width: 100%;}
.fb_wrapper { text-align: center; }

.divider_menu{clear:both;display:block;width:100%;}

.m-top-30 {
    margin-top: 30px !important;
}
.m-bot-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.m-bot-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}
.m-bot-20 {
    margin-bottom: 20px;
}
.m-bot-10 {
    margin-bottom: 10px;
}
.m-bot-40 {
     margin-bottom: 40px;
}
.mar-top-bot { margin-top:30px; margin-bottom:30px; }
.m-top-bot-15 { margin-top:15px; margin-bottom:15px; }
.m-top-bot-5 { margin-top:5px; margin-bottom:5px; }
.no-padding { padding-right:0;padding-left:0; }

  .title-lines {
      position: relative;
  }

  .title-block {
    color: #404041;
    display: inline-block;
    font-size: 46px;
    font-weight: 300;
    height: 68px;
  	box-sizing: border-box;
  }

  .title-block p{
    font-size: 32px;
  }

  .title-block hr{
  	width:30%;
  	margin-left:0;
  	margin-bottom:40px;
    height: 1px;
    border: 0;
    border-top: 2px solid #999374;
    padding: 0;
  }
  .title-block hr.center{
  	margin-left:35%;
  }

  .title-block span {
    color: #333;
    display: block;
    font-size: 18px;
    font-weight: 300;
  }
  .view-all-container {
      float: right;
      margin-top: 10px;
  }
  .view-all-container.all-owl-carousel {
  	margin-right:25px;
  }

  .button.all {
    color: #fff;
    background-color: #eed700;
    border: medium none;
    outline: medium none;
    position: relative;
    transition: all 0.3s ease 0s;
  	display: inline-block;
    font-size: 15px;
    padding: 12px 18px 13px;
  }

  .button.all:hover {
  	background-color:#000;
  }

body { font-size: 14px;font-family: 'Abrade',Arial,Helvetica,sans-serif;color:#010103; background:#ffffff;	box-sizing: border-box; }
body.blured #top_bar, body.blured #top_sos, body.blured .menu, body.blured .pages_header, body.blured .cd-tab-filter-wrapper, body.blured .pagination-nav, body.blured #products, body.blured .no-results, body.blured #footer, body.blured .footer_copyright{   -webkit-filter: blur(5px);  -moz-filter: blur(5px);  -o-filter: blur(5px);  -ms-filter: blur(5px);  filter: blur(5px); overflow-x:hidden;}
#wrapper { background: #fff; /* box-shadow: 0 3px 3px #cacaca; */ }

body.pages.home .menu{
	position: absolute;
	height: auto;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(30,30,30,1) 0%, rgba(30,30,30,0) 100%); 
}


#wrapper.fixed_header {
    position: fixed;
    z-index: 999;
    width: 100%;
    border-bottom: 1px solid #ddd;
}
.cd-main-content.fixed_header_container {
 	padding-top:120px;
}

#wrapper.fixed_header .menu {
  border-top: 5px solid #d3b46b;
}

#wrapper.fixed_header #top_bar {
    opacity: 0;
    display: none;
}

@media(max-width:420px) {

  /* .xs-products-wrapper .col-xs-6 { width: 100% !important; } */
  .xs-brands-wrapper .col-xs-4 { width: 50% !important; }
}

.cd-main-content::after {
  clear: both;
  content: "";
  display: table;
}

img.img-responsive{width:100%;}

a.overlay_link {display:block;width:100%;height:100%;position:absolute;top:0px;left:0px;text-indent: -999999px; z-index:10; }

#top_sos{width: 100%; height:auto; margin:0; background: #d4b46a; color: #000;  text-align:center; text-transform:uppercase; padding:8px 0;font-size: 12px; line-height: 20px; font-weight: bold;letter-spacing: 1px;}


#top_bar {  width: 100%; height:auto;  padding: 0px; margin:0; background: #333333; color: #a1a1a1; }

.social-icons-top {  }
.social-icons-top a {  display:inline-block; margin-top:-5px;  }
.social-icons-top img { width:36px; display:inline-block; margin:0 5px 0 0px;
transition: .4s;
transform: translate3D(0, 0, 0);
}

.social-icons-top img:hover {
transform: translate3D(0, -5px, 0) rotate(15deg);
}

.top_message { text-align:center;  }
.top_message span {  color:#fff; line-height:36px; font-weight:bold; }

.top_links { color:#f43233; font-size:12px;}
.top_links.right { text-align:right;}
.top_links a {  display:inline-block; font-size:12px;color:#fff; line-height:20px; font-weight:bold; transition: all 0.2s ease-in; padding:10px 0;letter-spacing:2px;}
.top_links a.home_link {padding-left:0px;}
.top_links i {color:#f43233;}
.top_links a:hover {  color:#f2f2f2; transition: all 0.2s ease-in;}

#header { width: 100%; height:auto;  padding: 0px; margin:0; background: #fff;padding:0;position:relative; z-index:999; }
.header {  width: 100%;      height: auto;    opacity: 1;    z-index: 111;    padding: 0px;      background: #fff;  }
body.pages.home #header{background:none;}

body.pages.home #header.float-panel.fixed{background:#fff;}


#mobile-search{display:none;}

ul.menu-language{float:right;margin: 25px 0px 0px 0px;  }
ul.menu-language li{float:left;margin-left:5px;}
body.pages.home ul.menu-language li, body.pages.home ul.menu-language li a{color:#fff;}

body.pages.home #header.float-panel.fixed ul.menu-language li, body.pages.home #header.float-panel.fixed ul.menu-language li a{color:#000;}

.top_icons{margin: 15px 0px 0px 0px;  display:inline-block; float:right;  transition: all .5s ease-in-out; }
.top_icons i{font-size:24px; color:#000000;margin-left:12px;font-weight:300;}
.top_icons .icon{font-size:24px; color:#000000;margin-left:12px;font-weight:300;}
body.pages.home .top_icons i{color:#fff;}
body.pages.home .top_icons .icon{color:#fff;}
body.pages.home #header.float-panel.fixed .top_icons i{color:#333;}
body.pages.home #header.float-panel.fixed .top_icons .icon{color:#333;}
.top_icons .top_icon {width:48px;height:48px; margin-left:5px; background-color:#f43233; background-repeat: no-repeat; background-position: center center; background-size:32px;  border-radius: 5px; transition: all 0.2s ease-in; }
.top_icons .top_icon span {display:none; }
.cd-menu-trigger{ display:none;  background-image: url('../img/layout/top_menu.svg');  }
.cd-menu-trigger.nav-open{ background-color:#e2566a; background-image: url('../img/layout/top_close.svg');  }
.cd-search-trigger{ }

.cd-search-trigger .close_search { display: none; }
.cd-search-trigger.search-open .close_search {position:relative;z-index:9999; display:inline-block; }
.top_icons .close_search i{color:#fff;}
.cd-search-trigger .search_icon { display: inline-block; }
.cd-search-trigger.search-open .search_icon { display:none; }

.cd-cart-trigger{ display:inline-block; /*background-image: url('../img/layout/top_cart.svg');*/ }
.cd-cart-trigger.cart-open{ background-color:rgba(0,0,0,0.3);}
.cd-cart-close{position:absolute;right:5px;top:5px;width:30px;height:30px;cursor:pointer;color:#fff;border-radius:100%;background:#333333;text-align:center;font-size:18px;}



.basket_top{position:relative;max-width: 120px;margin-top:6px;}
.items_count{background: #ED0C0C;border-radius: 100%;position: absolute;width: 20px;height: 20px;line-height: 18px;text-align: center;background:#ED0C0C;color:#fff;top:-12px;right:-12px;font-size: 10px;border:1px solid #fff;}
.image_basket{}
.price_basket{font-weight:400;letter-spacing: 0;text-align: right;max-width: 45px;float: left;}

.top_header{float:left;margin:20px 30px 0 0;display:inline-block;}
.top_header.last{margin-right:0;}
.title_top{display:block;font-size:12px;color:#666;letter-spacing:2px;}
.top_header i{font-size:18px;float:left;margin:5px 7px 0 0; color:#f43233;}
p.desc_top a{font-size:28px;margin:2px 0px 0 0; color:#000;line-height:22px;margin-top:12px;}
p.desc_top span{display:block;font-size:14px;font-weight:300;font-style:italic;}

body.pages.home p.desc_top a{color:#fff;}
body.pages.home #header.float-panel.fixed p.desc_top a{color:#000;}
.left_links {margin-top:25px;float:left;}
.left_links a{float:left;margin-right:15px;font-size:16px;font-weight:400;}
.left_links i{color:#010103;}
body.pages.home .left_links i{color:#fff;}
body.pages.home .left_links span {
  color: #fff;
}


.logo { display: block; width:232px; height: 75px;  margin: 25px auto 0px auto;overflow:hidden;  }
#wrapper.fixed_header .logo {
  width: 220px;
  height: 50px;
}
body.pages.home .logo a{ position:relative; display: block; width: 100%; height:100%;text-indent: -999999px!important; background: url('../img/layout/logo-white.png') no-repeat scroll center center transparent;background-size:100%;z-index:99; }

.logo a { position:relative; display: block; width: 100%; height:100%;text-indent: -999999px!important; background: url('../img/layout/logo.png') no-repeat scroll center center transparent;background-size:100%;z-index:99;  }
body.pages.home #header.float-panel.fixed .logo a{background: url('../img/layout/logo.png') no-repeat scroll center center transparent;background-size:100%;z-index:99;}


#wrapper.fixed_header .logo a {
  background-size: contain;
}

#cookie-consent-wrapper {
  position: fixed!important;
  z-index: 2147483647!important;
  display: block!important;
  width: 280px;
  top: auto;
	bottom:100px;
  padding: 10px;
  color: #000;
	font-family: 'Open Sans', sans-serif;
	right:0;
	bottom:5px;
	/*left:50%;
	transform:translate(-50%, -50%);*/
	background:rgba(0,0,0,0.9);
}

#cookie-consent-wrapper .content p{
	font-size:12px;
	font-weight:400;
	line-height:14px;
	padding:0px;
	color:#fff!important;
}

#cookie-close, #link, .btn_concern {
  font-size: 12px;
	margin-top:7px;
	padding:5px 0;
  background: #A60808!important;
  width:100%;
	display:block;
	text-align:center;
  color: #fff!important;
	right: 20%!important;

	margin-top: 5px;
}
#cookie-close a, #link a {
	font-size: 12px;
}

@-webkit-keyframes move_line {
  0% {
    top:5px;
  }

  50% {
    top:0px;
  }

  100% {
    top:5px;
  }
}

@keyframes move_line {
  0% {
    top:5px;
  }

  50% {
    top:0px;
  }

  100% {
    top:5px;
  }
}


#navi_outer{position:absolute;height:80px;width:100%;left:0;}
.menu{padding-bottom:80px;}
#navi_container.fixed {padding: 5px 0px 0 0; left:0; background:#fff; box-shadow:0 2px 6px rgba(0,0,0,0.2);  -webkit-animation:slide-down 0.7s;  animation:slide-down 0.7s; /*opacity:0.9;*/}
@-webkit-keyframes slide-down {
    0% {
        opacity: 1;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes slide-down {
    0% {
        opacity: 1;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.logo.fixed { width:0px; height: 0px;  margin: 3px auto 0px auto;}
#navi_container.fixed .logo.fixed {
  width: 100px;
  height: 35px;
}
#navi_container.fixed .logo.fixed a{
  background: url(../img/layout/logo.png) no-repeat scroll center center transparent;
  background-size: 100%;
}
#navi {
  margin: 15px auto 0 auto;
  border-top: 1px solid #e1e1e1;
  /* border-bottom: 1px solid #e1e1e1; */
  padding-top: 0px;
  padding-bottom: 0px;
  position:relative;
}
#navi_container.fixed #navi{
	margin-top:5px;
	padding-bottom:0px;
}
#wrapper.fixed_header #navi {
  padding-bottom: 0;
}

#navi ul {text-align:center;}
#navi ul li{ display:inline-block;text-align:left;}
#navi ul li a { display:block; color:#000; font-size:15px; font-weight:400; margin:0 10px; padding:20px 2px 20px 2px;  text-transform:uppercase; transition: all 0.2s ease-in; position:relative;   transition: all .4s ease-out; }
body.pages.home #navi ul li a { color:#fff; }

#navi_container.fixed #navi ul li a{ padding:7px 2px 10px 2px; border-bottom:0px;color:#000000;}

#navi ul li a.img_menu {float: left;margin-top: -40px;margin-left: 100px;padding: 0;}
#navi ul li a.img_menu_block { display:block; margin:-10px 0 0 0;padding:0;}

#navi ul li .submenu .second_level a::before { display:none; }

#navi ul li .submenu {
  position: absolute;
  background: #fff;
  height: auto;
  display: none;
  z-index: 9999;
  left: 0px;
  top: 60px;
  padding: 30px 15px;
  width: 100%;
  border-top: 1px solid #e1e1e1;
  /* border-bottom: 5px solid #f43233; */
  /* border-bottom-left-radius: 5px; */
  /* border-bottom-right-radius: 5px; */
  border: 1px solid #e1e1e1;
  border-radius: 0;
  transition: all .4s ease-out;
}

#navi_container.fixed #navi ul li .submenu{
	top: 38px;
	padding-top:20px;
	box-shadow:0 5px 6px rgba(0,0,0,0.2);
}


#navi ul li:hover .submenu{	 display:block; }
#navi ul li .submenu .second_level{	width:20%; float:left;	margin-bottom:10px; }
#navi ul li .submenu .second_level.double{width:50%;}
#navi ul li .submenu .second_level.triple{width:33%;}
#navi ul li .submenu .second_level.brand_menu{border-left: 2px solid #eee;padding-left: 25px;}
#navi ul li .submenu .second_level.brand_menu_title{width:29%; margin:10px 2%; border-bottom:2px solid #f1f1f1;}
#navi ul li .submenu.no-children{	left:auto; width:auto;  }
#navi ul li .submenu.no-children .second_level{	width:100%; float:none; display:block;  }
#navi ul li .submenu .second_level p{  }
#navi ul li .submenu .second_level p a, #navi_container.fixed #navi ul li .submenu .second_level p a{   display: block;  color: #fff;  font-size: 16px;  font-weight: 300;  margin: 0px 5px 0px 5px;  padding: 11px;  text-transform: none;  border-bottom: 0px;  background: #000;  border-left: 3px solid red;}
#navi ul li .submenu .second_level.brand_menu_title p {text-align:center;}
#navi ul li .submenu .second_level p a:hover{ color: #f43233;  border-bottom:0px;}
#navi ul li .submenu .second_level ul.third_level{	margin:0px; }
#navi ul li .submenu .second_level.double ul.third_level{float:left;}
#navi ul li .submenu .second_level ul.third_level li{ display:block; 	margin:0 0 10px 0; line-height:20px; background:transparent url(../img/layout/arrow-list.png) no-repeat 0 4px; padding-left: 12px; }
#navi ul li .submenu .second_level ul.third_level li a{	display:block; color: #434343; font-size: 14px; font-weight: normal; padding:0px; margin:0;  text-transform:none; border-bottom:0px; 	 transition: all 0.2s ease-in;}
#navi ul li .submenu .second_level ul.third_level li a:hover{	color: #f43233; border-bottom:0px;  transition: all 0.2s ease-in;}

#navi_container.fixed #navi ul li .submenu .second_level ul.third_level li a{padding:0px; }

img.menu_image {  max-width: 400px;  margin-top: 20px;}

.third_level_attr_box{float:left;margin-bottom:10px;margin-right:20px;}
h5.third_level_attr_title{float:left;color:#999;font-size:15px;margin:0px 10px 0 0;}
ul.third_level_attr{float:left;}
#navi ul li .submenu .second_level ul.third_level_attr li{display:block; 	margin:0 0 10px 0; line-height:18px; background:transparent url(../img/layout/arrow-list.png) no-repeat 0 4px; padding-left: 12px;}
#navi ul li .submenu .second_level ul.third_level_attr li a{display:block; color: #434343; font-size: 14px; font-weight: normal; padding:0px; margin:0;  text-transform:none; border-bottom:0px; 	 transition: all 0.2s ease-in;}
#navi ul li .submenu .second_level ul.third_level_attr li a:hover{	color: #f43233; border-bottom:0px;  transition: all 0.2s ease-in;}

#mobile-nav { bottom: 0;	padding: 0;	position: fixed;	left: -80%;	top: 0;	width: 80%;		z-index: 9999;	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transition: all 0.3s cubic-bezier(0.34, 0.95, 0.27, 0.98);
}
#mobile-nav.nav-open { left: 0;     background: rgb(0 0 0);}

.home_divider { clear:both; height:30px; }
.overlay-wrap {
  position: fixed;
  transition: all 0.2s ease-in;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.desktop-search {
  display: inline-block;
  float: right;
  position: relative;
  margin: 25px 10px 0px 0px;
  width: auto;
  background: none;
  border-radius: 0;
  transition: all 0.2s ease-in;
}

#SearchHomeForm label{
  display:none;
}

.desktop-search:hover, .desktop-search:focus{ background: rgba(0, 0, 0, 0.6); transition: all 0.2s ease-in; }
.desktop-search form  { margin:0px;padding:0px; position:relative; width: 100%;}
.desktop-search form input {    border-radius: 0;
  border: none;
  border-bottom: 3px solid #ffffff;
  /* background: rgba(246, 248, 142, 0.6); */
  /* background: rgba(0, 131, 182, 0.8); */
  background: rgba(8, 8, 8, 0);
  /* height: 100%; */
  /* width: 100%; */
  font-size: 2em;
  padding: 1% 1%;
  letter-spacing: 3px;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-align: left;
  width: 600px;}
.desktop-search form input:focus, .desktop-search form input:hover { color:#ffffff;}
.desktop-search form .icon-search{position:absolute; right:10px; top:15px; width:24px;height:24px; display: block; border:none; background-color:transparent; background-image: url(../img/layout/right-arrow-white.svg);  left: auto;  background-position: 0px 0px;}

/* #payment_method label{
  width:100%;
  background:#31312c;
  padding:10px;
  color:white;
  border-radius:5px;
}

#payment_method .radio input[type=radio]{
  display:none;
}
#payment_method .radio input[type=radio]:checked label{
  background:#f43233;
}

#payment_method input[type="radio"]:checked+label {
  background-color: #f43233;
}

#shipping_method label{
  width:100%;
  background:#31312c;
  padding:10px;
  color:white;
  border-radius:5px;
}

#shipping_method .radio input[type=radio]{
  display:none;
}
#shipping_method .radio input[type=radio]:checked label{
  background:#f43233;
}

#shipping_method input[type="radio"]:checked+label {
  background-color: #f43233;
} */


.checkout-field-way{
  float: left;
  border-radius:10px;
	width: 100%;
	padding: 15px 10px;
	position: relative;
	border-bottom: 1px solid #f6f6f6;
	border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
  background:#ffffff;

}

.checkout-field-way input{
  color:white;
  display:block;
  float:left;
}
.checkout-field-way.selected{
	background: #ffffff;
	border-color: #fff;
  text-shadow: 0 1px 0 #fff;
  border-bottom:2px solid white;

}
.checkout-field-way label{
  width:69%;
  display:inline-block;
	text-transform: none;
	font-size: 18px !important;
	/* margin-left: 15px;
	margin-top: 3px; */
  cursor: pointer;
  color:rgb(15, 15, 15) !important;
  margin: -6px 12px 0px 0 !important;
}


.checkout-field-way label span{
  font-size: 18px;
  color: rgb(0, 0, 0);
	margin-top: 15px;
}
.checkout-field-way.selected label, .checkout-field-way.selected label span, .checkout-field-way.selected label.hover{
	color: rgb(0, 0, 0);
  text-shadow:none;
  width:69%;
  margin: -6px 12px 5px 0;
}
.checkout-field-way.selected span.price{
  float: right;
	font-size: 18px;
  line-height: 20px;
  color:rgb(53, 53, 53);
  /* margin-top: 6px; */
  width:21%;
}

.checkout-field-way label.hover{
	color: #f43233;
}
.checkout-field-way span.price{
	float: right;
	font-size: 18px;
  line-height: 20px;
  color:rgb(14, 13, 13);
  /* margin-top: 6px; */
  width:21%;
}
.checkout-field-way .iradio_flat{
	float:left;
	margin-top:2px;
}
.checkout-field-way span.description{
	clear: both;
  float: left;
  color: rgb(66, 66, 66);
	margin: 5px 0 0 0;
  display: none;
  border-top: 1px solid white;
}
.checkout-field-way.selected span.description, .checkout-field-way.selected span.description {
	display: block;
	color: rgb(83, 83, 83);
  text-shadow:none;
  text-align:justify;

}
.checkout-field-way span.description p, .checkout-field-way span.description ul{
  margin: 0 0 10px 5px;
  padding-right:16px;
  font-size:14px;
  padding-left:5px;
  /* border-top: 1px solid white; */
}

.checkout-field-way span.description h4{
	font-weight:700;
	padding-left:3px;
}

.checkout-field-way span.description p:last-child{
	margin-bottom: 0;
}
.checkout-field-way.selected span.description ul li{
	margin: 0 0 0px 0px;
}
.checkout-field-way span.image{
	float: left;
	margin: 0px 0 0 20px;
}


@media(max-width:1199px) {
  .desc_top {
    font-size: 13px;
  }
  .desktop-search form input {
  
  }
  #navi ul li a {
    /* font-size: 12px;*/
  }

  #wrapper.fixed_header #navi ul li .submenu {
    top: 57px;
  }

  #wrapper.fixed_header #mobile-nav {
    /*margin-top: 67px;*/
  }

  #wrapper.fixed_header .logo {
    height: 62px;
  }

}

@media(max-width:991px) {
  .desktop-search {
    /*border: 1px solid #d6b872;*/
  }

  .top_links a {
    font-size: 10px;
  }

  .top_header {
    margin: 5px 0 0 0;
  }

  .top_header.last {
    display: none;
  }

  .title_top {
    font-size: 12px;
  }

  .desc_top {
    font-size: 16px;
  }

  .logo {
    margin: 10px auto 0px auto;
    width: 183px;
  }

  .top_icons{margin: 0; }

  .left_links{
    margin-top:10px;
  }

  p.desc_top a{
    font-size:22px;
    line-height:16px;
    margin-top:10px;
  }

  .price_basket {
    display: none;
  }

  .top_icons .top_icon {
    background-color: transparent;
    /* background-color: #333333; */
    border-radius: 0;
    float: right;
  }
  .cd-menu-trigger {
    background-image: url(../img/layout/top_menu_dark_4.svg);
  }

  body.pages.home .cd-menu-trigger{
    background-image: url(../img/layout/top_menu_white.svg);
  }
  body.pages.home #header.float-panel.fixed .cd-menu-trigger {
    background-image: url(../img/layout/top_menu_dark_4.svg);
  }
  .cd-menu-trigger.nav-open,   body.pages.home .cd-menu-trigger.nav-open{
      background-image: url(../img/layout/top_close_white.svg);
      z-index: 99999;
      position: relative;
      background-size: 100%;
      width: 20px;
      height: 20px;
  }

  .cd-search-trigger.search-open {
    background-image: url(../img/layout/top_close_white.svg);
  }

 
  .top_icons .cd-menu-trigger.top_icon{
    margin-left:15px;
  }

  .cd-search-trigger {

  }

  .menu {
    padding: 5px 0;
  }

  .image_basket {
    padding-right: 0px;
    margin-right: 0px;
    border-right: 0px solid #ebebeb;
    font-size: 19px;
  }

  .basket_top {
    border: 0px solid #ebebeb;
    padding: 10px 5px 10px 0px;
    margin-left: 0px;
  }

  .top_icons i {
    font-size: 20px;
    margin-left:6px;
  }
  .top_icons .icon {
    font-size: 20px;
    margin-left:6px;
  }
  .items_count {
    font-size: 13px;
    top: 0;
    right: -4px;
  }

  ul.menu-language{
    margin-top:10px;
  }

  .cd-cart-trigger.cart-open { border-radius: 0; }
  .cd-cart-trigger.cart-open .items_count { background: #333; }
  .cd-cart-trigger.cart-open .image_basket i { color: #fff; }

} /*991px*/

@media(max-width:767px) {

  .top_links {
    display: none;
  }

  .top_links.right {
    display: block;
  }

  .top_links a {
    font-size: 12px;
  }

  .top_links a {
    border-right: 1px solid #636363;
  }

  .top_links.right {
    text-align: center;
  }

  .top_links a.login {
    border-right: 0px solid #636363 !important;
  }

  .top_links a.register, .top_links a.login {
    background: transparent;
  }

  .top_header { display: none; }
  .logo { margin: 0; height: 70px; }

  #top_bar {
    color: #ffffff;
    text-align: center;
  }

  #top_bar a {
    color: #ffffff;
  }

  #top_bar.container {

  }

  .mobile_top_header {
    display: inline-block;
    font-size: 15px;
    padding: 5px;
  }

  .mobile_top_header i { color: #f43233; padding-right: 5px; }
  #mobile-nav {
     /* margin-top: 106px;*/
    }
    .top_icons {
      margin: 0px 0 0;
    }

  ul.menu-language{
    margin-top:0px;
  }

}

@media(max-width:575px) {

  /* .mobile_top_header {
    display: none;
  } */
  .mobile_top_header.last {
    display: inline-block;
  }

  .top_icons .top_icon {

  }

  .top_icons {
    margin: 0px 0px 0px 0px;
  }

  .mobile_top_header {
    font-size: 13px;
  }

  #mobile-nav {
    /*margin-top: 95px;*/
  }

  #wrapper.fixed_header .logo a {
    background-size: 100%;
  }
  .desktop-search form input {
    font-size: 18px;
    letter-spacing: 1px;
    padding: 5px 10px;
  }
  .desktop-search form .icon-search{
    top:5px;
  }
}

/* ======================== TOP HEADER END ======================== */

/* ======================== PAGES HEADER  ======================== */

  .pages_header {
    background: #000;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .pages_header .content {
    padding: 20px 30px 35px 30px;
	text-align:center;
  }

  .header_text{    text-align: center;    font-weight: 100;    color: #fff;    font-size: 18px;}
  .content .header_text p{line-height: 20px;margin: 0px 0px 15px 0;font-size: 15px;color:#fff;}

  @media(max-width: 575px) {
    .header_text{  font-weight: 300;   font-size: 16px;}
  } /*420px*/

  .breadcrumb-section {width: 100%;}
  .breadcrumb {
    background: transparent;
    padding-top: 0;
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-align: center;
    text-transform: uppercase;
  }

  .breadcrumb_wrapper {
	position: absolute;
	width: 100%;
	left: 0;
	background: #333;
	text-align: center;
	padding: 5px;
	bottom: 0px;
  }

  .breadcrumb_wrapper img {
    width: 230px;
  }

  .breadcrumb a span, .breadcrumb span {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight:100;
  }

  .breadcrumb > li + li::before{color:#fff; content: "//"; font-weight:100;}


  @media(max-width: 1199px) {

  } /*1199px*/

  @media(max-width: 991px) {

    .pages_header h1.page_title strong {
      font-size: 24px;
    }

    .pages_header .content {
      padding: 20px 30px 40px 30px;
    }

    .breadcrumb {
      padding-bottom: 0;
    }
    .breadcrumb_wrapper {
      /*bottom: -35px;*/
    }

    .breadcrumb_wrapper img {
      width: 280px;
    }

    .breadcrumb-section {
      width: 100%;
    }

    .pages_header h1.page_title strong {
      padding-bottom: 0;
    }


  } /*991px*/

  @media(max-width: 575px) {
    

    .pages_header h1.page_title strong {
      font-size: 18px;
    }

    .breadcrumb a span, .breadcrumb span {
      font-size: 12px;
      font-weight:300;
    }

    .breadcrumb_wrapper img {
      width: 250px;
    }

    .breadcrumb_wrapper {
      position: relative;
      bottom: 0;
    }

    .pages_header .content {
      padding: 15px 0;
    }

    .breadcrumb-section {
      background: #333;
    }

  } /*575px*/

  @media(max-width: 420px) {} /*420px*/

/* ==================== NEWSLETTER ====================*/

#newsletter{ background: #d4b46a; margin-top:0px; padding:15px 0px;/*background: url(../img/layout/newsletter_bg.jpg) no-repeat center;  background-size:cover; */ width:100%; }
.newsletter { padding: 20px 20px; }
#newsletter .newsletter_text { float: left; margin-top: 10px; }
#newsletter h5{
  color: #333;
  margin: 0px 0 10px 0;
  font-size: 20px;
  font-weight: bold;
  position:relative;
}
#newsletter h5:after{
-moz-user-select: none;
    content: "";
    font-size: 0;
    height: 3px;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    right: auto;
    text-indent: -9999px;
    top: auto;
    bottom: -8px;
    width: 70%;
    left: 0%;
    transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  	background: #f43233;
  	background: linear-gradient(to left,#f43233 0%,#000000 100%);
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f43233', endColorstr='#000000',GradientType=1);
}
#newsletter p {
  color: #333;
  /* margin: 0px 0 30px 0; */
  font-size: 13px;
}
.newsletterform {
	float: left;
	width: 100%;
	padding: 0px;
	height: auto;
	margin: 10px auto 0;
	border-radius: 0px;
}
.newsletter_input{
	border-radius: 0px;
	box-shadow: none;
	border: none;
	background: none;
	padding: 0;
	color: #333;
	font-size: 12px;
	width: 400px;
}

.social_icons{display:block;margin-top:15px}
.social_icons a{font-size:20px;margin-right:25px;color:#333;}

.newsletter_input input{float: left; border-radius:0px;box-shadow:none;border:none;background: #fff; padding:10px 5px 8px 5px;color:#333;font-size:14px;width:400px; border-bottom:2px solid #333;}
.newsletter_input input:hover, .newsletter_input input:focus{  border-bottom:2px solid #000;}
.newsletter_input input::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333;
  opacity: 1; /* Firefox */
}
.newsletter_input input::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333;
  opacity: 1; /* Firefox */
}
.newsletter_input input:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333;
  opacity: 1; /* Firefox */
}
.newsletter_input input::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333;
  opacity: 1; /* Firefox */
}
.newsletter_input input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333;
  opacity: 1; /* Firefox */
}
.newsletter_input input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #333;
}
.newsletter_input input::-ms-input-placeholder { /* Microsoft Edge */
  color: #333;
}
.nl-button {
	float: left;
	display: inline-block;
	color: #ffffff;
	background: #333;
	line-height: 20px;
	padding: 10px 15px 10px 15px;
	font-family: "Comfortaa",Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 0;
	border-radius: 0;
	transition: all .3s ease-in-out;
	margin-top:0px;
}

.nl-button:hover { color:#fff; background: #000; transition: all .3s ease-in-out; }
.newsletter_pref legend{padding: 5px;text-transform: uppercase;font-size: 20px;font-family: "Comfortaa",Arial,Helvetica,sans-serif;}
.newsletter_button{}

@media(max-width: 1199px) {
  .newsletter_input input {
    width: 300px;
  }
} /*1199px*/

@media(max-width: 767px) {
#newsletter h5:after{
	width:60%;
	left:20%;
}

  #newsletter .newsletter_text {
    float: none;
    margin-top: 0;
    text-align: center;
    margin-bottom: 15px;
  }

  .newsletterform {
    max-width: 100%;
	margin:0px 0px 30px 0px;;
  }
.newsletter_input{
	margin:0 auto;
}

  #newsletter p {
    font-size: 14px;
  }

  .social_icons{
	  text-align:center;
  }



} /*991px*/

@media(max-width: 575px) {
  #newsletter p {
    font-size: 11px;
  }
  .newsletter_input input {
    text-align: center;
    padding: 10px 0;
			width: 100%;
  }
  .nl-button {
    height: 45px;
    line-height: 45px;
  }
  .newsletter_input {
    width: 100%;
  }
  .newsletterform {
    padding: 10px;
  }
  .nl-button {
    width: 100%;
    float: none;
	line-height:12px;
  }
} /*575px*/

@media(max-width: 420px) {} /*420px*/

/* ==================== END NEWSLETTER ====================*/

  .lead_text{ margin-bottom:5px;}
  .lead_text p{ font-size:16px;}
  .lead_text strong{ color:#fff;background:#eed700;padding:3px;}

  #map { height:590px;width:100%; }
  #map_default { height:370px; width:100%; margin-top:40px; }

  .info-window-content { width:260px; }
  .info-window-content h3 { font-size:20px; padding-bottom:5px; border-bottom:2px double #f1f1f1; }
  .info-window-content p { font-size:14px; margin-top:10px; line-height:24px; }
  .info-window-content p strong { color:#666; }

  .button.thin-bg-dark {
    background-color: #000 !important;
    border: 0px none !important;
    border-radius: 0px !important;
    color: #fff!important;
    display: block;
    padding: 15px 15px !important;
    position: relative;
    transition: all 0.3s ease 0s;
    width:100%;
    margin:10px 0;
    font-size:20px;
    font-weight:400;
    border-radius: 5px;
    letter-spacing:2px;
  }

  .button.thin-bg-dark:hover {
    background-color: #333 !important;
    transition: all 0.3s ease 0s;
  }

  /* ===================== HOME WATCHES ===================== */

  .home_watches {
    padding: 40px 20px;
  }

  .home_watches .home_watches_bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    letter-spacing: 3px;
  }

  .home_watches .home_watches_bg .home_watches_desc h2  {
    font-size: 42px;
    font-weight: bold;
    position: relative;
    margin-bottom: 7px;
  }

  .home_watches .home_watches_bg .home_watches_desc h2 strong {
    color: #f43233;
    font-weight: 600;
    position: relative;
  }

  .home_watches .home_watches_bg .home_watches_desc p {
    margin-bottom: 20px;
    font-size: 21px;
    position: relative;
    display: block;
  }

  .home_watches .home_watches_bg .home_watches_desc p strong {
  	position:relative;
  }

  .home_watches .home_watches_bg .home_watches_desc p strong:after {
    -moz-user-select: none;
    content: "";
    font-size: 0;
    height: 4px;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    right: auto;
    text-indent: -9999px;
    top: auto;
    bottom: -8px;
    width: 100%;
    left: 0%;
    transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  	background: #f43233;
  	background: linear-gradient(to right,#f43233 0%,#000000 100%);
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f43233', endColorstr='#000000',GradientType=1);
  }

  .home_watches .home_watches_bg .home_watches_desc a {
    font-size: 16px;
    text-transform: uppercase;
    background: #f43233;
    padding: 15px;
    color: #fff;
    transition: all .4s ease-out;

  }
  .home_watches .home_watches_bg .home_watches_desc a:hover {
    font-size: 16px;
    text-transform: uppercase;
    background: #000;
    padding: 15px;
    color: #f43233;
    transition: all .4s ease-out;
  }

  .home_watches .home_watches_bg .home_watches_desc {
    background: #fff;
    padding: 50px;
    font-size: 46px;
    margin-left: 20px;
  }

  @media(max-width:1199px) {} /* 1199px */

  @media(max-width:991px) {

    .home_watches .home_watches_bg {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      justify-content: center;
      height: 400px;
    }

    .home_watches .home_watches_bg .home_watches_desc {
      margin-left: 0;
      text-align: center;
    }

    .home_watches .home_watches_bg .home_watches_desc h2 {
      font-size: 32px;
    }

    } /* 991px */

  @media(max-width:767px) {

    .home_watches .home_watches_bg .home_watches_desc {
      padding: 20px;
    }

    .home_watches .home_watches_bg {
      height: 300px;
    }

    .home_watches .home_watches_bg .home_watches_desc h2 {
      font-size: 27px;
    }

    .home_watches .home_watches_bg .home_watches_desc p {
        margin-bottom: 0;
    }

    .home_watches .home_watches_bg .home_watches_desc {
      background: rgba(255, 255, 255, 0.90);
    }

    } /* 767px */

  @media(max-width:575px) {

    .home_watches .home_watches_bg .home_watches_desc h2 {
      font-size: 24px;
    }
    .home_watches .home_watches_bg .home_watches_desc p {
      font-size: 12px;
    }
    .home_watches .home_watches_bg .home_watches_desc a {
      font-size: 12px;
      padding: 10px;
    }

  } /* 575px */

  @media(max-width:420px) {
    .home_watches .home_watches_bg .home_watches_desc p strong:after {
      height: 3px;
      bottom: -4px;
    }

    .home_watches .home_watches_bg {
      height: 230px;
    }

    } /* 420px */

/* ===================== END HOME WATCHES ===================== */

/* ===================== HOME INFO ===================== */

.home_info { background:#fff; padding: 20px 0;}

.home_info_banner{overflow:hidden;width:100%;height:auto;margin-top:25px;}
.home_info_banner img{width:100%;	 transition: all 0.2s ease-in;border:1px solid #fff;}
.home_info_banner img:hover{opacity:0.8;	 transition: all 0.2s ease-in;}


@media(max-width:1199px) {
} /* 1199px */

@media(max-width:991px) {
} /* 991px */

@media(max-width:575px) {

} /* 575px */

/* ===================== END HOME INFO ===================== */

/* ========================== HOME CATEGORIES  ========================== */

.home_categories {
    padding: 10px 0 50px;
	background:#fff;
	margin-top:0px;
	/*margin-top:50px;*/
}

/* ========================== END HOME CATEGORIES  ========================== */

.home_profile {
  margin: 0px 0 50px 0;
  background: #333;
}

/* .home_profile:before {
  position: absolute;
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 24%, 0 46%);
  -webkit-clip-path: polygon(0 20%, 100% 40%, 100% 100%, 0 100%);
          clip-path: polygon(0 20%, 100% 40%, 100% 100%, 0 100%);
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #4d4d4d;
  margin-top: -220px;
}*/

 .home_profile:before {
  position: absolute;
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 24%, 0 46%);
  /* clip-path: polygon(0 0, 100% 0, 100% 24%, 0 46%); */
  -webkit-clip-path: polygon(0 24%, 95% 60%, 100% 100%, 70% 100%);
          clip-path: polygon(0 24%, 95% 60%, 100% 100%, 70% 100%);
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #4d4d4d;
  /* top: 0; */
  margin-top: -40px;
  border-left: 135px solid #d3b369;
  border-right: 30px solid #d3b369;
  max-height:700px;
}


.home_profile_img {
  /* -webkit-clip-path: polygon(0 0, 30% 0, 30% 32%, 59% 0, 100% 0, 60% 45%, 100% 100%, 60% 100%, 32% 58%, 31% 100%, 0 100%, 0 54%);
  clip-path: polygon(0 0, 30% 0, 30% 32%, 59% 0, 100% 0, 60% 45%, 100% 100%, 60% 100%, 32% 58%, 31% 100%, 0 100%, 0 54%);
  -webkit-clip-path: polygon(0 0, 30% 0, 52% 0, 59% 0, 100% 0, 60% 45%, 100% 100%, 60% 100%, 34% 100%, 31% 100%, 0 100%, 0 54%);
          clip-path: polygon(0 0, 30% 0, 52% 0, 59% 0, 100% 0, 60% 45%, 100% 100%, 60% 100%, 34% 100%, 31% 100%, 0 100%, 0 54%); */
	margin-top:40px;
}

.home_profile_img img {
  border: 10px solid #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);
}

.home_profile_desc {
    display: flex;
    align-items: center;
    height: 630px;
    justify-content: center;
}

.home_profile .home_profile_desc .home_profile_desc_inner{
	max-width:600px;
}
.home_profile .home_profile_desc .home_profile_desc_inner h2 {
  font-size: 24px;
  font-weight: 100;
  line-height: 1.2;
  letter-spacing: 1px;
  color: #fff;
}

.home_profile .home_profile_desc h2 strong {
  font-size: 100px;
  width: 140px;
  height: 140px;
  font-weight: 600;
  text-shadow: 1px 0px 0 #ffffff, 0px 1px 0 #fff, 0px 0px 0 #ffffff, 1px 1px 0 #ffffff;
  display: block;
  border-radius: 26rem;
  background: #d3b369;
  display: inline-block;
  color: #fff;
  margin-bottom: 20px;
  text-align:center;
  line-height:130px;
}

.home_profile .home_profile_desc .home_profile_desc_inner span {
  color: #d3b369;
  text-shadow: 1px 0px 0 #d3b369, 0px 0px 0 #d3b369, 0px 0px 0 #d3b369, 0px 0px 0 #d3b369;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 10.5px;
  font-size: 23px;
}

.home_profile .home_profile_desc .home_profile_desc_inner p {
  color: #fff;
  font-size: 18px;
  margin: 10px 0 40px;
}


.home_profile .home_profile_desc a {
  font-size: 16px;
  text-transform: uppercase;
  background: #f43233;
  padding: 15px;
  color: #fff;
  transition: all .4s ease-out;

}
.home_profile .home_profile_desc a:hover {
  font-size: 16px;
  text-transform: uppercase;
  background: #000;
  padding: 15px;
  color: #f43233;
  transition: all .4s ease-out;
}

@media(max-width:1199px) {}/* 1199px */

@media(max-width:991px) {}/* 991px */

@media(max-width:767px) {
  .home_profile_desc {
    height: 100%;
    justify-content: center;
  }
  .home_profile:before {
    opacity: 0;
  }
  .home_profile_img {
    margin-top: -45px;
    margin-bottom: -50px;
    align-items: flex-start;
  }

}/* 767px */

@media(max-width:575px) {
  .home_profile_img {
    height: 370px;
    /* margin-top: 45px; */
    margin-bottom: 0;
  }
  .home_profile .home_profile_desc h2 strong {
    font-size: 90px;
    width: 111px;
    height: 105px;
  }
}/* 575px */

@media(max-width:420px) {
  .home_profile_img {
    height: 270px;
  }
}/* 420px */

/* ===================== FOOTER ===================== */

#footer {  width: 100%; padding: 0px; margin: 0; color: #333; background: #000; }

.info_footer_container { padding: 45px 15px 25px 15px; }
.footer_logo { margin: 0px 0 0px 0; padding-right:20px; }
.footer_logo p { color:#777; font-size:16px; }
.footer_logo img{width:100%;max-width:240px;border-bottom:1px solid #333;padding-bottom:20px;}
.footer_logo i{color:#aaa;font-size:22px;font-weight:300;margin-top:10px;margin-right:10px;}
.footer_logo i:hover{color:#fff;}

.footer_title_top { display:block;font-size:12px;color:#666;letter-spacing:2px; }
.footer_top_header { float: left; padding: 5px 0; }
.footer_top_header.last { float: right; }
.footer_top_header i {font-size:18px;float:left;margin:5px 7px 0 0; color:#f43233; }
.footer_desc_top { font-size:13px; float:left;margin:2px 0px 0 0; color:#000;font-weight:700; }
.footer_desc_top.find_us i {
  float: unset;
  margin: 0;
  font-size: 13px;
  color: #000;
}

.footer_box { margin-left:0px; margin-right:0px;}
.footer_box h6 {
  margin: 0px 0 10px 0;
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  background: #00000000;
}

.footer_box .like_h6 {
  margin: 0px 0 10px 0;
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  background: #00000000;
}



ul.footer_menu { margin:0px;}
ul.footer_menu li{
  margin-bottom: 10px;
  font-size: 15px;
  color: #aaa;
  background: #00000000;
}
ul.footer_menu li .icon {
  float: left;
  margin-right: 5px;
  margin-top: 2px;
}

ul.footer_menu li i{float:left; margin-right:5px;margin-top:2px;}
ul.footer_menu li a{color:#aaa;display:block;}
ul.footer_menu li a.footer_tel{display:inline-block;}
ul.footer_menu li a:hover{color:#f43233;}

.footer_info {
  text-align: center;
  margin-bottom: 20px;

}

.footer_info .footer_info_box {
  background: #333333;
}

.footer_info .footer_info_box a {
  display: block;
  padding: 20px;
  color: #fff;
  font-weight: 100;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  transition: all .4s ease-out;
}

.footer_info .footer_info_box:hover {
  background: #d4b46a;
  transition: all .4s ease-out;
}

.footer_info .footer_info_box.first a {
  border-right: 1px solid rgba(255, 255, 255, 0.25);;
}


.footer_bottom {
  border-top: 1px solid #333;
  border-bottom: 1px solid #555;
  margin-top: 0;
  padding: 10px 0 10px;
}

.footer_bottom .footer_links {
  padding: 12px 0;
}

.footer_bottom .footer_links a {
  padding-right: 15px;
  transition: all .4s ease-out;
}

.footer_bottom .footer_links a:hover {
  color: #d4b46a;
  transition: all .4s ease-out;
}

.footer_bottom .footer_links a:last-child {
  padding-right: 0;
}

.bank_icons {
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  /* padding: 60px 0 30px 0; */
}

.bank_icons img{
  width: 50px;
  margin: 0px 25px;
}


.bank_icons img.visa{
  width: 50px;
}
.bank_icons img.xpay {
  width: 60px;
}
.bank_icons img.diners_club {
  width: 110px;
}
.bank_icons img.diners_protect, .bank_icons img.discover {
  width: 70px;
}
.bank_icons img.visa_secure{
  width: 40px;
}

.bank_icons img.mastercard{
  width: 130px;
}

.bank_icons img.maestro{
  width: 125px;
}

.bank_icons img.id_check{
  width: 120px;
}

.bank_icons img.paypal{
  width: 75px;
}

.footer_copyright {
  position: relative;
  z-index: 0;
  color: white;
  padding-bottom: 15px;
  padding-top: 15px;
  background: #000;
}

.footer_copyright p { letter-spacing: .5px; text-transform:uppercase; line-height:20px;font-size:13px;color: #ffffff;font-weight:400;background: #00000000;}
.footer_copyright a { color: #a1a1a1; text-decoration: none; transition: all 0.4s ease 0s; }
.footer_copyright a:hover { text-decoration: underline; transition: all 0.4s ease 0s;}

#wapp{position:relative;float:right;}
#wapp a{	display: block;	width: 75px;height: 20px;background:transparent url(../img/layout/wapp_white.svg) no-repeat center;text-indent: -999999px!important;background-size:100%;}

@media(max-width:1199px) {

  .footer_title_top, .footer_desc_top {
    font-size: 10px;
  }

  .logo.footer_logo a {
    background-size: 85%;
    background-position: left;
  }

  .logo.footer_logo {
    margin: 0 0 10px 0;
  }

  .footer_box h6 {
    font-size: 16px;
  }

  .footer_box .like_h6 {
    font-size: 16px;
  }

}

@media(max-width:991px) {
  .logo.footer_logo {
    margin: 0 auto;
  }
  .logo.footer_logo a {
    background-size: 100%;
    background-position: left;
  }
  .footer_top_header {
    width: 50%;
  }

  .footer_desc_top.find_us i {
    font-size: 10px;
  }
  .footer_top_header i {
    margin: 0px 7px 0 0;
  }
  .info_footer_container {
    padding: 15px 15px;
  }

  .info_footer_container.last {
    border-right: 0px;
  }

  .footer_info {
    margin-top: 20px;
  }

}

@media(max-width:767px) {

  .info_footer_container.last .footer_box .footer_menu.last_box {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer_boxes_wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  .footer_info .footer_info_box a {
    font-size: 13px;
  }

  .footer_info .footer_info_box {
    margin-bottom: 10px;
  }

  .footer_top_header {
    width: 50%;
    float: unset;
    text-align: center;
  }
  .info_footer_container {
    /* width: 100%; */
    text-align: center;
    border-right: 0;
  }
  .info_footer_container.first {
    border-bottom: 1px solid #555;
  }
  .info_footer_container.fourth {
    border-top: 1px solid #333;
  }
  .footer_top_header i {
    display: none;
  }
  .footer_desc_top {
    float: unset;
  }

  .footer_box h6 {
    font-size: 21px;
  }

  .footer_box .like_h6 {
    font-size: 21px;
  }

  ul.footer_menu li {
    font-size: 18px;
  }

  .footer_title_top {
    font-size: 21px;
  }

   .footer_desc_top {
    font-size: 18px;
  }

  .footer_desc_top.find_us {
    display: inline-block;
    background: #d4b46a;
    padding: 5px 15px;
    border-radius: 100px;
    color: #fff;
  }

  .footer_desc_top.find_us a {
    color: #fff;
  }
  .footer_desc_top.find_us i {
    display: inline-block;
    color: #fff;
  }

  .footer_bottom .footer_links {
    padding: 10px 0;
    text-align: center;
  }
  .bank_icons { text-align: center; }

  
  .bank_icons img.visa{
    width: 40px;
  }
  .bank_icons img.xpay {
    width: 70px;
  }
  .bank_icons img.diners_club {
    width: 95px;
  }
  .bank_icons img.diners_protect, .bank_icons img.discover {
    width: 50px;
  }
  .bank_icons img.visa_secure{
    width: 30px;
  }

  .bank_icons img.mastercard{
    width: 110px;
  }

  .bank_icons img.maestro{
    width: 105px;
  }

  .bank_icons img.id_check{
    width: 100px;
  }

  .bank_icons img.paypal{
    width: 65px;
  }
  

  #wapp {float: none;margin-top: 10px; }
  #wapp a{	margin:0 auto; }
  .footer_copyright p {text-align:center;}

  .footer_info .footer_info_box a {
    padding: 10px;
  }

}

@media(max-width:575px) {
  .footer_title_top,
  .footer_desc_top,
  .footer_box h6 {
    font-size: 16px;
  }
  .footer_box .like_h6 {
    font-size: 16px;
  }

  ul.footer_menu li {
    font-size: 16px;
  }
}

@media(max-width:420px) {
  .footer_title_top, .footer_desc_top, .footer_box h6, .footer_box .like_h6  {
    font-size: 13px;
  }

  ul.footer_menu li{
    font-size: 13px;
  }

  .info_footer_container {
    padding: 15px 5px;
  }


}

/* ===================== END FOOTER ===================== */


#content {  width: 100%; }

.content { padding:30px 30px 30px 30px;  }
.catalog.view .content { padding: 30px 30px 45px 30px; }
.content h1 {font-size:26px;color:#434343;margin:20px 0px 25px 0px; }
.pages_main .content h2 { font-size:32px;color:#434343;margin:30px 0px 0px 0px; }
.pages_main .content .like_h2 { font-size:32px;color:#434343;margin:30px 0px 0px 0px; }
.pages_main .content h2::after {
	background: #000;
	content: "";
	display: block;
	margin-top:5px;
	height: 2px;
	margin-left: 0%;
	position: relative;
	width: 15%;
}

.pages_main .content .like_h2::after {
	background: #000;
	content: "";
	display: block;
	margin-top:5px;
	height: 2px;
	margin-left: 0%;
	position: relative;
	width: 15%;
}


.content h3 { font-size:16px;color:#434343;margin:20px 0px 15px 0px; }
.content h4 {  font-size:16px;line-height:20px;margin:10px 0px 10px 0px; }
.content h5 { font-size:14px; line-height:18px; font-weight:bold;}
.content p { line-height:22px;margin:10px 0px 20px 0; }
.content ul { margin:15px 5px 15px 5px;overflow:auto; }
.content ul li { margin:0 0 10px 0;line-height:22px; background:transparent url(../img/layout/arrow-list.png) no-repeat 0 4px;padding-left:15px;}

h1.page_title {
  font-size: 26px;
  color: #434343;
  margin: 0;
  /* border-bottom: 1px solid #e1e1e1; */
}

h1.page_title strong {
  display: inline-block;
  vertical-align: top;
  font-size: 32px;
  color: #fff;
  letter-spacing: 4px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight:300;
}

.catalog.view h1.page_title strong {
  margin-bottom: -1px;
  font-size: 21px;
  letter-spacing: 2px;
  margin-bottom: unset;
}

.icon_thumb{width:100%;margin-bottom:30px;position:relative;}
.icon_thumb img{width:100%;}

/* ================== COURIER TRACKING ================== */

.courier_tracking .courier_tracking_box a {
  display: block;
  background: rgba(51, 51, 51, 0.05);
  transition: all .4s ease-out;
}

.courier_tracking .courier_tracking_box a:hover {
  background: rgba(51, 51, 51, 0.20);
  transition: all .4s ease-out;
}
/* ================== END COURIER TRACKING ================== */

/* ================== PRODUCTS + VIEW ================== */

  .pages_main {
    background: #eee;
    padding: 50px 0;
  }

  .pages_main .content {
   /* padding: 0; */
   background:#fff;
  }

  .pages_main iframe {
    width: 100%;
    height: 550px;
    margin-top: 20px;
  }

  .pages_main h2 {
    font-size: 32px;
	position:relative;
}


  .pages_main p {
    font-size: 16px;
    line-height: 1.6;
  }


  .cart .pages_main,
  .checkout .pages_main
  {
    background: #fff;
  }

  .checkout .pages_main {
    /*padding: 0px 0;*/
  }


  .pages_main h1.page_title {
    color: #333;
  }

  .pages_main h1.page_title strong {
    color: #333;
  }


  @media(max-width:1199px) {}

  @media(max-width:991px) {

    .catalog.pages_main {
      padding: 85px 0;
    }

    .checkout .pages_main {
      padding: 35px 0;
    }

    .pages_main iframe {
      height: 450px;
    }


  }

  @media(max-width:767px) {

  }

  @media(max-width:575px) {
    .pages_main {
      padding: 40px 0;
    }
    .pages_main iframe {
      height: 350px;
    }
    .pages_main h2 {
      font-size: 26px;
    }
    .pages_main p {
      font-size: 16px;
    }
  }

  @media(max-width:420px) {
    .pages_main iframe {
      height: 250px;
    }
  }


/* ================== PRODUCTS + VIEW END ================== */

/* ================== MEASURE ================== */

  .measure_box_wrapper .measure_box.measure_box_left {
    display: inline-block;
    font-size: 23px;
    align-items: center;
    background: #f3f3f3;
    color: #404040;
  }

  .measure_box_wrapper .measure_box.measure_box_left strong {
    padding: 15px 15px 0;
    display: block;
  }

  .measure_box_wrapper .measure_box.measure_box_left p {
    font-size: 17px;
    line-height: 1.5;
    padding: 0 15px 15px;
  }

  .measure_box_wrapper .measure_box.measure_box_left a {
    padding: 10px;
    background: #d3b46b;
    color: #fff;
  }

  @media(max-width:1199px) {
    .measure_box_wrapper .measure_box.measure_box_left p {
        font-size: 14px;
    }
  }

  @media(max-width:991px) {

    .measure_box_wrapper .measure_box.measure_box_left strong {
      font-size: 18px;
    }
    .measure_box_wrapper .measure_box.measure_box_left a {
      font-size: 16px;
    }

  }

  @media(max-width:767px) {

  }

  @media(max-width:575px) {

    .measure_box_wrapper .col-xs-6 {
      width: 100%;
    }

    .measure_box_wrapper .measure_box.measure_box_left {
      margin-bottom: 25px;
    }


  }

  @media(max-width:420px) {

  }

/* ================== END MEASURE ================== */


/* ==================== RELATED PRODUCTS ==================== */

.related_products {
  /*background: #f2f2f2;*/
  padding: 20px 0 50px;
  margin: 50px 0 0;
}

/* ==================== END RELATED PRODUCTS ==================== */

ul.static_list { margin:15px 5px 15px 5px;overflow:auto;}
ul.static_list li { margin:0 0 10px 0;line-height:20px; background:transparent url(../img/layout/arrow-list.png) no-repeat 0 3px;padding-left:15px;}

.products_text { display:block; }

p.highlight {
	margin:30px 0px 30px 0;
  padding: 20px 20px 20px 20px;
  border: 1px solid #e6dec7;
  background: #f0ece0;
	position:relative;
}
p.highlight small{ display:block; position:absolute;top:-25px;left:-25px; font-size:30px; color:#fff; background:#434343; width:50px;height:50px; line-height:50px; text-align:center; border-radius:100%; }


/* HOME STYLES */

/* ============================ HOME BANNER ============================ */

  .main_banner {position:relative; height:95vh;overflow:hidden;}
  .main_banner .swiper-slide {
    background: black;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .slider_container { width:100%; height:100%; position:relative;padding-top:35vh;}
  .slider_container .content_text { width:100%; color:#000;}
  .swiper-container { width: 100%; height:100%; margin-left: auto; margin-right: auto; }
  .swiper-container h1 { font-size: 60px; font-weight:600; display: block; margin: 10px 0 10px 0; text-shadow: 0px 0px 4px #000; position: relative; color: #fff;}
  
  .swiper-container p { font-size: 22px;  display:block; color:#fff; text-shadow: 0px 0px 5px #000; margin-top:10px;}
  .swiper-container a.more {color: #fff;display: inline-block;margin-top: 25px;transition: all 0.2s ease-in;font-weight:700;font-size: 16px;letter-spacing: 1px;text-shadow: 0px 0px 10px #000;padding-top:25px;position:relative;}
  .swiper-container a.more:before{-moz-user-select: none;	border-bottom:2px solid #fff;	content: "";	font-size: 0;	height: 0;	line-height: 0;	overflow: hidden;	position: absolute;	right:  auto;	text-indent: -9999px;	top: auto;	top:0px;width: 50%; left:0%;box-shadow: 0px 0px 10px #000;}
  .swiper-slide {background-position: center; background-size: cover; display:flex; justify-content:center;}

  .vertical_banner {position:relative;height:455px;overflow:hidden;background-position:top center;	background-repeat:no-repeat;  background-size:cover;	 border-radius: 5px;}
  .vertical_banner img{width:100%;display:block;}
  .vertical_banner .vertical_banner_overlay{ width:100%; height:0; position:absolute; top:0px; left:0px; background:rgba(0, 0, 0, 0.3); transition: all 0.3s ease-in;}
  .vertical_banner:hover .vertical_banner_overlay{  height:100%; transition: all 0.3s ease-in;}
  .vertical_banner .vertical_banner_text{ width:100%; position:absolute; bottom:50px; left:0px; color:#fff; text-align:center;}
  .vertical_banner span{ font-size: 26px; font-weight:bold; text-transform: uppercase;  display:block; text-shadow: 0 0 3px #333333;}
  .vertical_banner p{ font-size: 14px; text-align:center; display:block; text-shadow: 0 0 3px #333333;}
  .vertical_banner a.link{  display:inline-block; margin-top:20px; background:#fff; color:#434343; font-size: 16px; font-weight:bold; padding:10px 35px; border-radius: 5px;}

  .horizontal_banner {position:relative;overflow:hidden; border-radius: 5px; margin-top:25px; color:#000; background:#f1f1f1;padding:20px 10px;text-align:center;font-weight:bold;}
  .horizontal_banner h3{margin-top:15px;letter-spacing:2px;font-weight:bold;font-size:18px;position:relative;margin-bottom:25px;}
  .horizontal_banner h3::after{	-moz-user-select: none;	border-bottom: 2px solid #f43233;	content: "";	font-size: 0;	height: 0;	line-height: 0;	overflow: hidden;	position: absolute;	right: auto;	text-indent: -9999px;	top: auto;	bottom:-15px;width: 10%; left:45%;}
  .horizontal_banner a{font-weight:normal;display:block;}
  .horizontal_banner img{transform: scale3d(1,1,1);transition: transform .35s ease;}
  .horizontal_banner:hover img{transform: scale3d(1.07,1.07,1);transition: transform .35s ease;}

  /*.horizontal_banner.home_icon {padding: 0px 0px 0px 0px;}*/
  /*.horizontal_banner.home_icon h3{margin-top:17%; font-size:22px;text-shadow: 1px 2px 1px#fff;}*/
  .horizontal_banner.home_icon h3{margin-top:21%; font-size:22px;text-shadow: 1px 2px 1px#fff;}
  .horizontal_banner.home_icon p{font-size:16px;text-shadow: 1px 2px 1px#fff;}
  .horizontal_banner.home_icon img{width:100%;height:auto; display:block;}

  /*.horizontal_banner_title{position:absolute;top:10%;left:10%;height:80%;width:80%; padding:10px;background:rgba(255,255,255,0.5)}*/
  .horizontal_banner.home_icon{position:absolute;top:3%;left:10%;height:80%;width:80%; padding:10px;background:rgba(255,255,255,0.5)}

  .video_container_general{  width: 100%;    position: relative;    top: 0;    left: 0;    margin: 0 auto;    padding: 55.921875% 0 0;    z-index: 1;background: black;}
  .video_container_general video {width: 100%; height: auto; position: absolute; left: 0; top: 0; right: 0;  bottom: 0; background: black;}

  .video_caption{position:absolute;top:40%;width:100%;z-index:1;text-align:center;}
  .video_caption p{font-size:20px;color:#fff;text-shadow:0px 0px 8px #000;}
  .video_caption p.header_video{font-size:60px;font-weight:300;}
  .video_caption a{padding:15px 15px 10px 15px;border:1px solid #fff;color:#fff;display:inline-block;background:rgba(0,0,0,0.2);margin-top:20px;transition: all 0.2s ease-in; font-weight: 300; font-size:18px;letter-spacing:1px;}
  .video_caption a:hover{border:1px solid #000;background:rgba(0,0,0,1);transition: all 0.2s ease-in;}
  
  @media(max-width: 767px) {
    .video_caption{top:35%;}
    .video_caption p.header_video{font-size:40px;}
  } 
  @media(max-width: 530px) {
    .video_caption{top:20%;}
    .video_caption p.header_video{font-size:30px;}
    .video_caption p{font-size:18px;}
    .video_caption a{padding:15px 15px 10px 15px;margin-top:15px;}
  } 

  @media(max-width: 420px) {
    .video_caption{top:5%;}
    .video_caption p{display:none;}
    .video_caption p.header_video{display:block;}
    .video_caption a{padding:5px 5px 2px 5px;margin-top:25%;font-size:14px;}

    .bank_icons img{
      margin:0px 10px;
    }
    .bank_icons img.visa{
      width: 40px;
    }
    .bank_icons img.xpay {
      width: 70px;
    }
    .bank_icons img.diners_club {
      width: 75px;
    }
    .bank_icons img.diners_protect, .bank_icons img.discover {
      width: 45px;
    }
    .bank_icons img.visa_secure{
      width: 30px;
    }
  
    .bank_icons img.mastercard{
      width: 110px;
    }
  
    .bank_icons img.maestro{
      width: 105px;
    }
  
    .bank_icons img.id_check{
      width: 95px;
    }
  
    .bank_icons img.paypal{
      width: 65px;
    }

  }

  .titlebar {clear: both; float: left; position: relative;  margin: 80px 0 10px 0; width:100%;}
  .titlebar::before{position:absolute; height:2px; background:#000;top:10px;width:100%;content:'';}
  .titlebar h2{font-size: 28px; background:#fff; position: relative; text-transform: uppercase; letter-spacing: 2px; font-weight: 600;   display: inline-block;  margin-top: -8px; margin-left:15px;   padding: 5px 10px;}
  .titlebar .like_h2{
      font-size: 28px;
      background: #fff;
      position: relative;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-weight: 600;
      display: inline-block;
      margin-top: -8px;
      margin-left: 15px;
      padding: 5px 10px;
      line-height: 1.1;
  }
  
  .titlebar.grey_bg h2, .titlebar.grey_bg{background:#eee;}
  .titlebar_text p{font-size:18px;color:#555;margin:0px 0 20px 25px;}
  .titlebar img{margin-left:25px;margin-top:10px;}

  h2.home_title { font-size: 28px; position: relative;   text-transform: uppercase;    letter-spacing: 2px;    line-height: 1.4;    font-weight: 400;text-align:center;margin-top:30px;margin-bottom:30px;}
  h2.home_title::after {   position: absolute;    bottom: -8px;    left: calc(50% - 15px);    content: '';    display: block;    line-height: 10px;    width: 30px;    height: 2px;    margin-left: -9px;    background-color: #333;}
  
  .section_collection{background:#eee;padding:20px 0 60px 0;}
  .brands_home_page{background:#fff;padding:20px 0 60px 0;margin-top:40px;}
  .best_seller_home_page{background:#eee;padding:20px 0 60px 0;margin-top:0px;}
  .all_products_home_page{padding:50px 0 50px 0;margin-top:0px; background:#000; text-align:center;}
  .all_products_home_page img{opacity:0.9;margin-bottom:25px;width:100%; max-width:300px;}
  .all_products_home_page p {color:#fff;font-size:22px;font-weight:300;margin-bottom:25px;}
  .all_products_home_page a {border:1px solid #fff; color:#fff; background:transparent; padding:12px 15px 10px 15px; font-weight:400;margin:10px auto;display:inline-block; letter-spacing:1px;transition: all 0.2s ease-in;}
  .all_products_home_page a:hover{color:#000; background:#fff;  transition: all 0.2s ease-in;}
  .products_link{text-align:center;margin:20px auto 40px auto;display:block;}
  a.more_products{border:1px solid #000000; color:#000000; background:transparent; padding:12px 15px 10px 15px; font-weight:400;margin:10px auto;display:inline-block; letter-spacing:1px;transition: all 0.2s ease-in;}
  a.more_products:hover{color:#fff; background:#000000;  transition: all 0.2s ease-in;}

  @media(max-width: 1199px) {}

  @media(max-width: 991px) {
    .swiper-container h1 {
      font-size: 38px;
    }
  }

  @media(max-width: 767px) {
    .swiper-container h1 {
      font-size: 27px;
    }

    .main_banner {
      height: 445px;
    }

    .slider_container {
      padding-top: 110px;
    }

  } /* 767px */

  @media(max-width: 420px) {
    .swiper-button-prev, .swiper-button-next {
      top: 100%;
      width: 70px;
      height: 70px;
      padding: 20px;
      margin-top: -85px;
    }

    .swiper-button-next .swiper-button-black, .swiper-button-prev .swiper-button-black {
      background-repeat: no-repeat;
      width: 35px;
      height: 30px;
      background-size: cover;
      background-position: center 0px;
    }


    .swiper-button-prev .swiper-button-black {
      transform: rotate(-90deg);
    }

    .swiper-button-next .swiper-button-black {
      transform: rotate(90deg);
    }

  } /* 420px */

/* ============================ END HOME BANNER ============================ */

/* ============================ HOME CATEGORIES ============================ */
.mosaic_banner_overflow{overflow:hidden;width:100%;height:auto;margin-top:25px;}
.mosaic_banner_overflow img{width:100%;	 transition: all 0.2s ease-in;}
.mosaic_banner_overflow img:hover{opacity:0.8;	 transition: all 0.2s ease-in;}

.mosaic_banner_text{color:#323232;text-align:center;margin-top:15px;margin-bottom:45px;}
.mosaic_banner_text p.large_text{font-size:30px;line-height:40px;font-weight:400;}
.mosaic_banner_text a.mosaic_more {font-size:16px;display:block;font-weight:normal;position:relative;margin-top:2px;font-weight:300;letter-spacing:1px;}

img.image_home_mosaic{width:100%}

@media(max-width: 1199px) {}/*1199px*/

@media(max-width: 991px) {
	.mosaic_banner.brands {min-height:300px;}
  .mosaic_banner_text {/*
    float: unset;
    padding: 0;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 350px;*/
  }
} /*991px*/

@media(max-width: 767px) {

  .third_column_cat{width: 50%;float:left;padding-right: 15px;}
  .third_column_cat.sec{padding-left: 15px;padding-right: 0;}
} /*767px*/

@media(max-width: 575px) {

  
  .mosaic_banner_text {

  }
  .mosaic_banner {
    min-height: 250px;
  }
  .mosaic_banner_text p.large_text {
    font-size: 26px;
    line-height: 26px;
  }
  .mosaic_banner_text p.large_text span {
    font-size: 23px;
  }
  .mosaic_banner_overflow{
    margin-top:10px;
  }

  } /*575px*/

@media(max-width: 420px) {
  .mosaic_home_module{
    width:100%;
  }

  .mosaic_banner_text {
  }
  .mosaic_banner {
    min-height: 250px;
  }
  .third_column_cat{width: 100%;float:left;padding-right: 0px;}
  .third_column_cat.sec{padding-left: 0px;padding-right: 0;}

} /*420px*/

/* ============================ END HOME CATEGORIES ============================ */

.cat_box_container {}
.cat_box {
	min-height:280px;
	margin:10px 0px;
	padding:30px;
	overflow:hidden;
	border:1px solid #e1e1e1;
	border-radius: 5px;
	background-position:right bottom;
	background-repeat:no-repeat;
}
.cat_box p{
	margin: 0px 0 20px 0;
	font-size: 16px;
	color: #434343;
	font-weight: bold;
}
.cat_box p a{
	color: #434343;
	display:block;
	 transition: all 0.2s ease-in;
}
.cat_box p a:hover{
	color: #f43233;
	 transition: all 0.2s ease-in;
}
.cat_box ul { margin:0;overflow:auto; }
.cat_box ul li { margin:0 0 15px 0; font-size: 12px;line-height:20px; background:transparent url(../img/layout/arrow-list.png) no-repeat 0 4px; padding-left:12px;}
.cat_box ul li a {display:block; color: #434343; transition: all 0.2s ease-in;}
.cat_box ul li a:hover {color: #f43233;  transition: all 0.2s ease-in;}

.brand_home { margin:10px 0; text-align:center;transition: all 0.2s ease-in; }
.brand_home:hover { transition: all 0.2s ease-in; }
.brand_home a{  display:block; }
.brand_home img {display: block; width: 130px; margin:0 auto; -webkit-filter: grayscale(1); filter: grayscale(1);  transition: all 0.2s ease-in;}


.brand_home.brand_page {margin: 30px 0;transition: all 0.2s ease-in;box-shadow: 1px 1px 5px rgba(0,0,0,.1);}
.brand_home.brand_page:hover {transition: all 0.2s ease-in;box-shadow: 1px 1px 5px rgba(0,0,0,.5);}
.brand_home.brand_page:hover img {-webkit-filter: grayscale(0); filter: grayscale(0); }

@media(max-width:1199px) {} /* 1199px */

@media(max-width:991px) {} /* 991px */

@media(max-width:767px) {} /* 767px */

@media(max-width:575px) {

  .brand_home img {
    width: 100%;
  }

  .brand_home {
    padding: 0;
    margin: 0;
  }

} /* 575px */

@media(max-width:420px) {} /* 420px */

a.alone_button{background:#383838;color:#fff;border:1px solid #383838;padding: 20px 25px;
   transition: all 0.2s ease-in;}
a.alone_button:hover{background:#fff;color:#383838;
   transition: all 0.2s ease-in;}

.blog_home{background:#404041;padding:20px 0 50px 0;}
.blog_home a.more_blog{margin-top:30px;display:block;}
.blog_home a.more_blog span{background:#fff;color:#404041;padding:12px 20px; font-weight:700;font-size:16px;
   transition: all 0.2s ease-in;}
.blog_home a.more_blog span:hover { background:#eed700;
   transition: all 0.2s ease-in; }

.blog_image_text{position:absolute;bottom:5%;font-weight:700;z-index:3;	left:5%;	vertical-align: bottom;	text-align:left;width:90%;}
.blog_image_text p.first{font-size:16px;color:#fff; font-weight:700;text-shadow:0px 1px 0px #000;}
.blog_image_text p.second{font-size:40px;color:#fff; font-weight:300;text-shadow:0px 1px 0px #000;}

.blog_text{padding:100px 50px;font-size:20px;font-weight:300;text-align:center;color:#fff;background:#404041;}
.blog_text a{color:#fff;text-decoration:underline;}
.blog_text_desc{margin-top:20px;display:block;font-size:16px; font-weight:400;}
.blog_text_desc a{color:#fff;font-weight:700;text-decoration:underline;}
.blog-view{border-top:5px solid #000;padding-top:20px;}
.blog_thumb{width:100%;margin-bottom:30px;}
.blog_thumb img{width:100%;}

.home-products{ position:relative; }
#categories .item_product, #best_sellers .item_product, #latest .item_product{
	margin: 10px;
	position:relative;
}
#categories .item_product img, #best_sellers .item_product img, #latest .item_product img{
	width:100%;
}
.customNavigation{
	position:absolute;
	right:0px;
	top:30px;
}

.customNavigation a{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	cursor:pointer;
	padding:5px 3px;
	float:left;
	margin-left:-1px;
	background:#eed700;
	margin-top:-5px;
}

.slides{margin-bottom:40px;}
.item p{font-size:16px;font-weight:100;line-height:26px;margin-top:30px;padding:0 10px;}
.item p.title{position:absolute;top:165px;background:rgba(255,255,255,0.7);font-size:28px;color:#333;font-weight:100;text-align:left;border-top:2px solid #C1151B;margin:0px;padding:10px;}

p.slide_title{font-size:30px;padding-bottom:20px;position:relative;border-bottom:1px solid #ccc;font-weight:100;}
p.slide_title:after{-moz-user-select: none;border-bottom: 3px solid #C1151B; bottom:0px;content: "";font-size: 0;height: 0; left:0px;line-height: 0;overflow: hidden;position: absolute;right: auto;text-indent: -9999px;top: 41px; width: 30%; }

.customNavigation a.btn_owl {text-indent:-9999px;width: 70px;	height: 35px;	display: block;}
.customNavigation a.btn_owl.prev{  background: url(../img/layout/prev-next.png) no-repeat scroll 0 0;transition: all 0.4s ease 0s;margin-top:0px; }
.customNavigation a.btn_owl.prev:hover {  background-position: 0 -75px;transition: all 0.4s ease 0s;}
.customNavigation a.btn_owl.prev::after {
  border-left: 1px solid #c7c5bf;
  content: "";
  height: 50px;
  margin: 0 14px;
  position: absolute;
  right: 60px;
  top:0;
  transform: rotate(23deg);
  -webkit-transform:rotate(23deg);
  -ms-transform:rotate(23deg);
  -o-transform:rotate(23deg);
  -moz-transform:rotate(23deg);
  width: 0;
}
.customNavigation a.btn_owl.next { margin-left:2px;background: url(../img/layout/prev-next.png) no-repeat -60px 0;transition: all 0.4s ease 0s; margin-top:20px; }
.customNavigation a.btn_owl.next:hover {  background-position: -60px -75px;transition: all 0.4s ease 0s;}
a.btn_owl span, a.btn_owl span {display: none;}


label[for="SearchQuery"]{
  display: none;
}

label[for="NewsletterEmail"]{
  display: none;
}

span.hide_text{
  display: none;
}

.product_box .price.out_of_stock_product,  .out_of_stock_product{
  font-weight: bold;
  font-size: 0.7rem !important;
  background: #e2566a;
  color: #fff;
  padding: 3px;
  margin-bottom: 0px;
	letter-spacing: 2px;
}
.not_available.out_of_stock_product {
	padding:5px;
	text-align:center;
}

.product_box {
	margin:10px 0px;
	display:inline-block;
	overflow:hidden;
	background:#fff;
	transition: all 0.2s ease-in 0s;
}

.catalog.view .product_box {
  /*border: 1px solid #ddd;*/
}

.product-preview.product-preview-left {
  padding-left: 0;
}

.product_box:hover {box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2); transition: all 0.2s ease-in 0s; }
.product_box .product_image{
	position:relative;
	overflow:hidden;
	width:100%;
	padding:4%;
}
.product_box .product_image.home_page_featured{
	padding:15%; transition: all 0.2s ease-in 0s;
}
.product_box.small .product_image{
	border:none;
}
.product_box .product_image img{
	display:block;
	width:100%;
}

.product_box:hover .product_image.home_page_featured.with_hover{
	padding:12%; transition: all 0.2s ease-in 0s;
}
.product_box:hover  .product_image.with_hover{
	padding:2%; transition: all 0.2s ease-in 0s;
}


.product_overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;
	transition: all 0.2s ease-in 0s;
	top: -5px;
	left: 0;
	padding:5%;
}
.product_box .product_image.home_page_featured .product_overlay{
		padding:15%;
}
.product_overlay img{
	width: 100%;
}
.product_box:hover .product_overlay, .product_box:active .product_overlay{
	opacity:1;
	transition: all 0.3s ease-in 0s;
}

.product_box .title{
  padding:10px 5px 5px 5px;
  position:relative;
	/*height:76px;
	overflow:hidden;*/
}
.product_box .title::before {
  background-image: linear-gradient(to right, transparent,#000000 20%,80%, transparent);
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.product_box.small .title{
	min-height:auto;
	padding:0px;
}
.product_box .title h3{
	font-size:16px;
	color:#111;
	/*overflow:hidden;*/
	line-height:26px;
	text-align:center;
}

.product_box .title .like_h3{
	font-size:16px;
	color:#111;
	/*overflow:hidden;*/
	line-height:26px;
	text-align:center;
}


.product_box .title h4{
	font-size:14px;
	color:#434343;
	line-height:26px;
  text-align:center;
  font-weight:300;
}

.product_box .title .like_h4{
	font-size:14px;
	color:#434343;
	line-height:26px;
  text-align:center;
  font-weight:300;
}

.product_box.small .title h3{
	display:none;
}
.product_box.small .title .like_h3{
	display:none;
}


.product_box .price{
	padding:10px 15px;
	display:block;
	text-align:center;
  position:relative;
}

.product_box .price::before {
  background-image: linear-gradient(to right, transparent,#aaa 40%,60%, transparent);
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.product_box.small .price{
	display:none;
}

.product_box .price h5 span{
	color:#434343;
	font-size:18px;
  font-weight:400;
  float:right;
}

.product_box .price .like_h5 span{
	color:#434343;
	font-size:18px;
  font-weight:400;
  float:right;
}


.product_box .price h5 span.before{
	color: #EB0000;
	font-size:16px;
	text-decoration:line-through;
  margin-right:5px;
  margin-top: 1px;
}

.product_box .price .like_h5 span.before{
	color: #EB0000;
	font-size:16px;
	text-decoration:line-through;
  margin-right:5px;
  margin-top: 1px;
}

.product_box .product_box_cart{float:left;}

.product_box .wishlist-remove {
  text-indent: -999999px!important;
  position: absolute;
  left: 10px;
  top: 20px;
  bottom: auto;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f2f2f2 url("../img/layout/cd-remove-item.svg") no-repeat center center;
}
.product_box .wishlist-remove:hover {
  background-color: red;
}

.company_profile{background:#fff;padding:80px 60px;}
.company_profile h4 { color:#404041;margin:20px 0; font-size:50px;font-weight:300px; }
.company_profile p { color:#404041;margin:50px 0 80px 0; font-size:13px;font-weight:400px;line-height:22px; }

.company_details { background:#383838;padding:60px 40px; margin-top:40px;text-align:center;}
.company_details h5 { color:#fff;margin:20px 0; font-size:22px;font-weight:300px;position:relative; }
.company_details h5:after { -moz-user-select: none;
	border-bottom: 1px solid #dedede;
	bottom: -20px;
	content: "";
	font-size: 0;
	height: 0;
	left: 35%;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	right: auto;
	text-indent: -9999px;
	top: auto;
	width: 30%; }
.company_details p { color:#9a9a9a;margin:50px 0 0px 0; font-size:13px;font-weight:400px;line-height:22px; }

.products-banner {
	background-color: #4D5263;
	color: #fff;
	padding: 50px 0;
}
.products-banner.background-image:after {
	content: '';
	width: 100%;
	height: 100px;
	z-index: 2;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(0deg, #1b2022, transparent);
}
.products-banner .container {
	position: relative;
}
.products-banner .banner-content {
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
}

.recent_products{ padding-top:30px; }

/* ===================== INFO BANNER ===================== */
.info-banner {
	background: #fff;
	color: #000;
	padding: 40px 0;
	font-size: 1.5em;
}
.info-banner h5{
	font-weight:400;
	color:#000;
	font-size:14px;
	display:none;
}
.info-banner a{
	font-weight: bold;
	color: #f6a623;
}
.info-banner p{
	font-size: 0.8em;
	margin-top:5px;
	margin-bottom:5px;
	color:#000;
	font-weight:700;
}
.info-banner .icon{
	font-size: 1.8em;
	color:#000;
}
.info-banner .col-md-3, .info-banner .col-xs-12, .info-banner .col-sm-6{padding-left:5px!important;padding-right:5px!important;}

/* ========================= PRODUCT VIEW ========================= */

.lightSlider  {overflow: visible!important;}
.lightSlider li {background:none!important; padding-left: 0px!important;}
.lSSlideOuter .lSPager.lSGallery li  {background:none!important; padding-left: 0px!important;}

.lSGallery li{
	display: block;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	margin-top:10px;
}
.lSGallery li.active{
	border-color: #f43233;
}

.lSSlideOuter .lSPager.lSpg > li.active a, .lSSlideOuter .lSPager.lSpg > li:hover a{display:none;}

.product-card {
  position: relative;
  padding: 20px;
  border-radius: 0;
  height: 100%;
  background: #fff;
}

.product-card .tooltip {
    position: relative;
    display: inline-flex;
    cursor: pointer;
    color: #000;
    margin-left: 5px;
    font-weight: bold;
    width: 18px;
    height: 18px;
    font-size: 10px;
    background: #000000;
    border-radius: 16px;
    color: white;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding-top: 2px;
    top: -15px;
    right: 8px;
    opacity:unset;
  
}

.product-card  .tooltip .tooltiptext {
    visibility: hidden;
    width: 311px;
    background-color: #333;
    color: #fff;
    border-radius: 6px;
    padding: 13px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -90px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
}

.product-card .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.product-card .best_price {
    position: relative;
    font-style: italic;
    font-size: 13px;
    color: #2e2e2e;
    margin-bottom: 0px;
    display: block;
    margin-bottom: 3px;
}

.zoom-text{
  margin-top: 0;
  padding: 10px 0;
  font-size: 12px;
}
.zoom-text .icon-loupe{
	display: inline-block;
	width:20px;
	height:20px;
	background: url(../img/layout/icon-loupe.svg) no-repeat center center;
	background-size: 100%;
	vertical-align:middle;
}

.info_box {
  background-color: #f1f1f1;
  position: relative;
  overflow: hidden;
  color: #000;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom:5px;
}
.info_box.blue_bg{background-color:#f43233;}
.info_box.yellow_bg{background-color:#e1da72;}
.info_box.brown_bg{background-color:#d6c8bb;}
.info_box.red_bg{background-color:#e2566a;}
.info_box.purple_bg{background-color:#afbcf2;}
.info_box .info_box_text { padding:10px 0px 0px 0px;}
.info_box .info_box_text.second { width:50%;float:left;border-bottom:none;}
.info_box p{ font-size: 14px; text-align:center; display:block;}
.info_box p.large_text {font-size: 18px;line-height: 10px;font-weight: bold;text-transform: uppercase;text-align: center;display: block;margin: 5px 0 5px 0;letter-spacing: 2px;}
.info_box p.large_text span { padding-left: 5px; }

.product-suggestions {margin:25px 0;text-align:center;}
.product-suggestions a{ margin-bottom: 15px;padding:5px 10px;font-size: 15px;color:#000;font-weight:300;transition: all 0.2s ease-in;}
.product-suggestions a strong{font-weight:400;}
.product-suggestions a:hover{color:#fff;background:#333;transition: all 0.2s ease-in;}

.product-suggestions-cross{margin:25px 0;}
.product-suggestions-cross a{display: block;padding-left: 10px;padding:15px 10px;font-size: 16px;box-shadow:0 0 5px rgba(0, 0, 0, 0.10);color:#000;transition: all 0.2s ease-in;background:#ece5d6;}
.product-suggestions-cross a i{font-size:20px;margin-right:10px;}
.product-suggestions-cross a:hover{color:#fff;background:#333;transition: all 0.2s ease-in;}

ul.tabs {   margin: 20px 0px 0 0px;    padding: 0px 0px 0 0px;}
ul.tabs  > li{    font-size: 20px;    display: inline-block;    margin: 0 0 0 0px;	color: #fff;	padding: 20px 20px 20px 20px;	cursor: pointer; background-image:none;}
ul.tabs  > li:hover{	color:#434343;	cursor: pointer;}
ul.tabs  > li.current{	color: #434343;	background: #fff; border-top-left-radius: 5px; border-top-right-radius: 5px;}
.box-content{ background: #fff; padding:20px; margin-bottom:20px; margin-top:-5px; border-radius: 5px; 	 }
.tab-content{	display: none; }
.tab-content.current{	display: inherit;}

.tab-content img{ margin:0 auto; display:block; max-width:100%; width:auto;	}

.brand-logo{
	position:absolute;
	width:130px;
	right:20px;
	top:10px;
	z-index:9;
}
.prod_code p {
  font-size: 14px;
  color: #757575;
}
.prod_code p span {
  font-weight: 600;
}

.prod_avail {
  border-bottom: 1px dotted #333333;
  padding-bottom: 10px;
}

.prod_avail span {
  color: #000000;
  font-weight: 600;
}

.product_description strong,
.product_notes strong,
.prod_avail strong {
  letter-spacing: 1px;
  text-transform: capitalize;
}
.product_description p,
.product_notes p,
.prod_avail p {
  font-size:14px;

}

p.product_title{font-size:24px;position:relative;margin-bottom:30px;}

p.product_title:after {
  position: absolute;
  bottom: -18px;
  left: 0;
  content: '';
  display: block;
  line-height: 10px;
  width: 40px;
  height: 2px;
  margin-left: 0;
  background-color: #333;
}

.product_description,
.product_notes,
.prod_avail,
.prod_code {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.prod_avail {
  text-align:center;
}
.prod_avail span{
  color:#333;
  font-weight:400;
}

.product-options{
	/*margin: 0px 0 20px 0;*/
}

table.attribute{
	margin-top:5px;
}
table.attribute tr{
	margin-bottom:3px;
}
table.attribute td{
	line-height:22px;
	font-size:15px;
}
td.attributes_left{
	padding-right:7px;
	/*border-bottom:1px dashed #ddd;*/
}

td.attributes_right{
	font-style:italic;

}

.product-card .price{
  display: block;
  width: 100%;
  font-weight: 400;
  margin-bottom:25px;
  font-size: 28px;
  position: relative;
  color: #434343;
}
.product-card .price sup, .product-card .price sub {
  bottom: auto;
  font-size: 100%;
  top: auto;
}
.product-card .previous {
  color:#ff0000;
  font-size: 20px;
  font-weight: 300;
  text-decoration: line-through;
	margin-left:5px;
}
.product-card em {
	display: none;
}
.product-card .youearn {
	display: block;
	width: 100%;
	font-size: 0.5em;
	font-weight: normal;
}
.product-card .reduction {
	display: inline-block;
  font-size: 0.5em;
  margin: 8px 0 8px 15px;
}
.product-card .reduction .badge {
	font-size: 1.3em;
	background: #eed700;
	border-radius:0px;
}
.product-card .reduction small{
	font-weight: normal;
}

.product-actions input.quantity {
  width: 56px;
  height: 42px;
	line-height: 32px;
	border-radius: 0;
	box-shadow: none;
  display: inline-block;
  font-style: normal;
  text-align: center;
  font-weight: bold;
  color: #434343;
	background:#fff;
	border: 1px solid #434343;
	float:left;
}
.product-actions .minus, .product-actions .plus, .cart .minus, .cart .plus {
  display: inline-block;
  width: 56px;
  height: 42px;
	line-height: 40px;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  color: #434343;
  background: #fff;
  transition: background 200ms ease-in-out;
  border: 1px solid #434343;
	margin:0px 5px;
	float:left;
}
.product-actions .minus {
	line-height: 38px;
}

.product-actions .minus:hover, .product-actions .plus:hover, .cart .minus:hover, .cart .plus:hover {
    background: #434343;
    color: #fff;
}
.product-actions input[type=number]::-webkit-inner-spin-button,
.product-actions input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-quantity{
	margin: 15px 0;
	padding:0px;
}
.form-quantity label{
	float:left;
	font-size:14px!important;
}

.form-options{
	margin: 10px 0;
	padding:0px;
}
.form-options label.control-label{
	display:block;
	font-size:14px;
	font-weight:700;
	padding-left:0px!important;
	cursor:default;
}

.form-options .select2Buttons{
	display: inline-block;
}
.form-options .select2Buttons ul{
	margin: 0;
}
.form-options .select-buttons li {
	background-image: none!important;
	padding-left:0px!important;
}
.form-options .select-buttons li a{
	color: #434343;
	background: #fff;
	font-weight: bold;
	border: 1px solid #434343;
	margin:0 4px;
	padding:8px;
}
.form-options .select-buttons li.disabled  {
	border: 1px solid #e1e1e1;
}
.form-options .select-buttons li.disabled span {
	margin:0 4px;
	padding:8px;
}
.form-options .select-buttons li a:hover {
	background: #434343;
	color: #fff;
}
.form-options .select-buttons li a:hover:not(.out-of-stock), .form-options .select2Buttons .picked {
    border-color: transparent;
}
.form-options .select2Buttons .picked{
	background: #f43233;
	color: #fff;
}
.form-options select{
	-webkit-appearance: none;
	-moz-appearance:  none;
	appearance:         none;
	background: rgb(255,255,255);
	background-image: url("../img/layout/down_list.png");
	background-position: right;
	background-repeat: no-repeat;
	border: 1px solid #dddddd;
	padding: 7px 40px 9px 10px;
	color:#000;
  margin-bottom:10px;
  width:100%;
}
.form-options select::-ms-expand {
    display: none;
}

.product_box span.new_product{
  position: absolute;
  background: #ffffff;
  top: 20px;
  left: 25px;
  color: #333;
  font-size: 11px;
  z-index: 2;
  text-align: center;
  border: 1px solid #333;
  font-weight: 600;
  padding: 3px 6px 1px 6px;
}
.product-preview span.new_product{
  position: absolute;
  background: #ffffff;
  top: 20px;
  left: 25px;
  color: #333;
  font-size: 11px;
  z-index: 2;
  text-align: center;
  border: 2px solid #333;
  font-weight: 600;
  padding: 3px 6px;
}

.product_box span.sale_product{
  position: absolute;
  background: #ffffff;
  top: 20px;
  right: 25px;
  color: #EB0000;
  font-size: 11px;
  z-index: 2;
  text-align: center;
  border: 1px solid #333;
  font-weight: 600;
  padding: 3px 6px 1px 6px;
}
/* 
.product-preview-right .product-card:before {
  position: absolute;
  content: "";
  width: 99.5%;
  border-right: 30px solid #f43233;
  height: 35%;
  z-index: 0;
  top: 0;
}

.product-preview-right .product-card:after {
  position: absolute;
  content: "";
  width: 100%;
  border-right: 30px solid #333;
  height: 50%;
  bottom: 0;
  z-index: -1;
} */

.wishlist-btn {
  display: inline-block;
  margin: 0px 0px 0 0;
  color: #434343;
  font-weight: bold;
  text-align: center;
  background: none;
  transition: all 0.2s ease-in;
  margin: 20px 0px 10px 0;
  width: 100%;
  padding: 0px 20px;
}
.wishlist-btn img {
  display: inline-block;
  width: 27px;
  vertical-align: middle;
  margin-right: 5px;
}
.wishlist-btn:hover{ color:#f43233; }

#wishlist-notification { display:none; text-align:center; margin-top:10px;}

.sharethis-inline-share-buttons {margin-top:20px;}

.size_guide {padding:5px 10px; border-bottom:1px solid #f1f1f1;margin-top:-40px;font-weight:600;float:right;}
.size_guide.double {float:none;display:block;margin-top:35px;}
.size_guide:hover {color:#f43233;}



@media(max-width:1199px) {

  .info_box p.large_text {font-size: 17px; margin: 5px 0;}

  .horizontal_banner.home_icon h3{margin-top:32%;margin-bottom:16px;font-size:19px}
  .horizontal_banner.home_icon p{font-size:15px}
  .horizontal_banner.home_icon h3::after{bottom:-10px}
  .horizontal_banner_title{padding:5px}

  .product_box .title h3,
  .product_box .price h5 span.before, .product_box .title .like_h3 {
    font-size: 13px;
    line-height: 20px;
  }

}
@media(max-width:991px) {

  .product_box .price h5 span.before {
    font-size: 17px;
  }

  .product_box .price .like_h5 span.before {
    font-size: 17px;
  }

  .product_box .price h5 span, .product_box .price h5 span.before {
    font-size: 17px;
  }

  .product_box .price .like_h5 span, .product_box .price .like_h5 span.before {
    font-size: 17px;
  }

  .product-preview-right .product-card:before {
      border-right: 8px solid #f43233;
      height: 15%;
      top: 0;
      right: 0;
  }
  .horizontal_banner.home_icon h3 {font-size: 19px; margin-top:43%}
  .horizontal_banner.home_icon p {font-size: 15px;}

  .product_box {
    margin: 10px 0px 35px;
    display: block;
  }

}

@media(max-width:575px) {
  .product-card {
    padding: 20px 20px 0;
  }
  .wishlist-btn {
    margin: 0px;
  }

  .product_box .title h3, .product_box .price h5 span.before {
    /*font-size: 20px;*/
  }
  .product_box .price h5 span, .product_box .price h5 span.before {
    font-size: 13px;
    line-height: 13px;
  }
  .product_box .price .like_h5 span, .product_box .price .like_h5 span.before {
    font-size: 13px;
    line-height: 13px;
  }


  .product_box .title h4{
    font-size:11px;
  }
  .product_box .title .like_h4{
    font-size:11px;
  }
  .product_box .product_box_cart{
    font-size:11px;
  }
}

@media(max-width: 320px) {

  .xs-products-wrapper .col-xs-6 {
    width: 100%;
  }

}




.select_ring{
	margin:20px 1%;
	width:48%;
	float:left;
	padding:15px;
	box-shadow:0 0 5px rgba(0, 0, 0, 0.15);
}

.select_ring.side_1{
	opacity:0.5
}
.select_ring.side_1:hover, .select_ring.side_1.active{
	opacity:1
}

.select_ring h5{
	font-weight:bold;
	letter-spacing:1px;
	font-size:16px;
	position:relative;
}
.select_ring h5::after {
	background: #f43233;
	background: linear-gradient(to right,#f43233 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f43233', endColorstr='#000000',GradientType=1);
	content: "";
	display: block;
	margin-top:5px;
	height: 3px;
	margin-left: 0%;
	position: relative;
	width: 40%;
}

.select_ring input, .select_ring select{
	width:95%;
}
.select_ring input, .text_scratch input{
	border: 1px solid #f43233;
	padding: 7px 40px 9px 10px;
	color: #000;
	margin-bottom: 10px;
}
.text_scratch input{
	width: 100%;
}
.select_ring label{
	display: block;
	font-size: 14px!important;
	font-weight: 700;
	padding-left: 0px !important;
	cursor: default;
}



/* ==================== PRODUCT FILTERS ==================== */

.no-results .icon-info {
	display: block;
	margin: 20px auto 20px auto;
	width:48px;
	height:48px;
	background: url(../img/layout/icon-info.svg) no-repeat center center;
}
.no-results h2 {
	font-size:26px;margin:10px 0px 20px 0px;
}
.no-results p {
	line-height:22px;margin:15px 0px 15px 0;
}

.load-more{display:block;width:100%;text-align:center;margin-top:15px;}
.load-more a{color:#fff;background:#333;padding:8px 15px;}
.disabled{display:none;}

.pagination{
	clear: both;
	display: block;
	width: 100%;
	margin:10px 0 0 0;
}
.pagination .disabled{
	display: none;
}

.page-navigation{
	margin-top:10px;
	padding: 10px 0px;
	text-align: center;
	width: 100%;
	display: inline-block;
	border-top: 1px solid #e1e1e1;
	font-size: 12px;
}
.page-navigation a, .page-navigation span{
	width: auto;
	margin: 0;
  display: inline-block;
  text-align: center;
  color: #434343;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
	font-size:14px;
  letter-spacing: .25px;
  transition: all .25s ease-in-out;
  border: solid 2px #fff;
	border-radius:5px;
}
.page-navigation a, .page-navigation span.current{
	padding: 5px 10px;
}
.page-navigation span.current{
	background-color: #434343;
	color: #fff;
	border: 2px solid #434343;
}
.page-navigation a:hover{
	color: #fff;
	border: 2px solid #f43233;
	background: #f43233;
}
.page-navigation .next-prev{
	display: block;
	width: 100%;
	border: 0;
	margin-top: 5px;
}
.page-navigation .next-prev a{
	padding: 5px 10px 5px 10px;
	border:2px solid #434343;
	border-radius:5px;
}
.page-navigation .next-prev a:hover{
	background: #434343;
}
.page-navigation .next-prev span{
	/*width: 48%;*/
	display: inline-block;
}
.page-navigation .next-prev .disabled{
	display: none;
}
.page-navigation .next-prev span.prev{
	float: left;
	display: inline-block;
	text-align: left;
}
.page-navigation .next-prev span.next{
	float: right;
	display: inline-block;
	text-align: right;
}

.mobile_filters {
	position:fixed;
	top:0;
	left:-350px;
	height:100%;
	min-height:100vh;
	overflow-y:auto;
	width:350px;
	padding:40px 15px;
	z-index:999999;
	background:#fff;
  transition: all 1s ease;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
    -webkit-transform: translateZ(0); /* works like magic */
}

body .mobile_filters, body.blured .mobile_filters {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
    -webkit-transform: translateZ(0); /* works like magic */
}


.mobile_filters.active{
	display:block;
	left:0;
  transition: all 1s ease;
}

.body_filter {
	position:fixed;
	top:0;
	left:0px;
	height:100%;
	width:100%;
	z-index:-999;
	background:rgb(0,0,0);
	transition: all 1s ease;
	display:block;
	opacity:0;
}

.body_filter.active{
	z-index:99999;
	opacity:0.2;
	transition: all 1s ease;
	cursor:url(../img/layout/close.png), auto;

}

#sidebar hr {
	float:left;
	width:100%;
  margin-top: 0px;
  margin-bottom: 0px;
  display: none;
}



.soring_right{float:right;margin-top:0px;margin-right:15px;padding-bottom:3px;border-bottom:1px solid #e1e1e1;z-index: 1;position: relative;}
.soring_title{display:inline-block;}
ul.sorting_nav{display:inline-block;}
ul.sorting_nav li{display:inline-block;margin-left:10px;}
ul.sorting_nav li a{color:#666;font-weight:700;letter-spacing:1px;font-size:13px;}
ul.sorting_nav li a:hover{color:#000;text-decoration:underline;}
ul.sorting_nav li a.active{color:#000;font-weight:bold;}


.cd-tab-filter-wrapper, .pagination-nav{float:right;width:50%;}
.cd-filter-trigger { float:left; display:block; text-align:center;}
.cd-filter-trigger span {padding:0px 5px 3px 5px;font-size: 14px;font-weight: bold;color: #666;border-bottom:1px solid #e1e1e1;display: block;margin-left:15px;}
.cd-filter-trigger:hover span {color:#000;}

.cd-filter-trigger em.not_mobile{display:inline-block;}
.cd-filter-trigger em.mobile_only{display:none;}

.cd-filter-trigger img { width:20px; vertical-align:middle; margin-right:7px;margin-top:-3px;}
.cd-filter-close img{width:20px;float:right;}
.cd-filter-block h3{margin: 10px 0 20px 0; font-size: 20px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: pointer; transition: all .25s ease-in-out; text-transform: uppercase; font-weight: 700; letter-spacing: 1px; color: #434343;}
.cd-sort-trigger { display:none;}

.block {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  margin: 0px 0 0px 0;
  padding: 0 15px;
  overflow: visible;
}
.block.right { float: right; }
.block.active { /*width:100%;*/}
.block.cleanup { margin: 0px 0 0px 0; }
.block span.count {}

.toggle h4 {
	cursor: pointer;
	z-index:99;
	position: relative;
}
.toggle .toggler{
	display: none;
	float: right;
	color: #4D5263;
    font-size: 1.5em;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: transform .4s;
    -webkit-transition: -webkit-transform .4s;
}
.toggle.hide-option-option.closed .toggler, .toggle.closed .toggler{
    color: #1e1e1e;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition: transform .4s;
    -webkit-transition: -webkit-transform .4s;
    -webkit-transform-style: preserve-3d;
}

ul.side_nav {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 10px 10px;
  display: block;
  position: relative;
  z-index: 998;
  background: #fff;
  border-bottom: 3px solid #d4b46a;
  /* border-bottom-left-radius: 5px; */
  /* border-bottom-right-radius: 5px; */
  /* top: 45px; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #434343;
}

ul.side_nav.checkboxes, ul.side_nav.radios {
  padding: 0px 10px 10px;
}

.categories ul.side_nav {
	width: 100%;
}
.toggle.hide-option ul.side_nav{
	display: none;
}
ul.side_nav a{
	transition:none;

}
ul.side_nav li {
    margin: 0px 0 8px 0px;
    display: block;
    padding: 0 0px;
}
ul.side_nav li:last-child {
	margin-bottom: 0;
}

ul.side_nav li.cleanup a, ul.side_nav.radios li.cleanup a, ul.side_nav.checkboxes li.cleanup a{
	background: url(../img/layout/cleanup.png) no-repeat 0px 0px;
	padding-left: 22px;
	color: #f0bb02;
}
ul.side_nav li.cleanup a:hover, ul.side_nav.radios li.cleanup a:hover, ul.side_nav.checkboxes li.cleanup a:hover{
	background-position: 0px 0px;
}
ul.side_nav li.selected > a{
	color: #434343;
}
ul.side_nav li.disabled > a, ul.side_nav li.disabled > a:hover{
	color: #555;
	cursor: default;
	background-position: 0px 1px!important;
}
ul.side_nav.checkboxes li a{
  background: url(../img/layout/checkbox.png) no-repeat left 3px;
  padding-left: 23px;
}
ul.side_nav.checkboxes li.selected a{
	background-position: 0px -120px;
}
ul.side_nav.checkboxes li.selected a:hover{
	background-position: 0px -181px;
}
ul.side_nav.checkboxes li.selected a:active{
	color: #f0bb02;
}
ul.side_nav.checkboxes li a:hover{
	background-position: 0px -58px;
}
ul.side_nav.multi-categories li.selected a{
  font-weight: bold;
  padding: 8px 0px;
  color: #000;
}
ul.side_nav.multi-categories li.selected li a{
	font-weight:400;
}
ul.side_nav.multi-categories li li.selected a{
	font-weight:bold;
}
ul.side_nav.multi-categories li li.selected li a{
	font-weight:400;
}
ul.side_nav.multi-categories li li li.selected a{
	font-weight:bold;
}
ul.side_nav.multi-categories li li li a{
	/*background: url(../img/layout/checkbox.png) no-repeat left top;*/
	padding-left: 10px!important;
}
ul.side_nav.multi-categories li li li.selected a{
	background-position: 0px -82px;
}
ul.side_nav.multi-categories li li li.selected a:hover{
	background-position: 0px -123px;
}
ul.side_nav.multi-categories li li li.selected a:active{
	color: #f0bb02;
}
ul.side_nav.multi-categories li li li a:hover{
	background-position: 0px -41px;
}

ul.side_nav.radios li > a{
	background: url(../img/layout/radio.png) no-repeat left 3px;
	padding-left: 26px;
}

ul.side_nav.arrows li a { }
ul.side_nav.arrows li a:before{
	content: "\e5da";
	display: inline-block;
	font-family: 'icorun' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #434343;
}
ul.side_nav.radios li.selected a, ul.side_nav.radios li.selected a:hover{
	background-position: 0px -66px;
}
ul.side_nav.radios li a:hover{
	background-position: 0px -32px;
}
ul.side_nav li a {
    display: block;
    color: #434343;
    font-weight: 400;
  	font-size: 15px;
  	border-bottom:1px solid #e1e1e1;
  	padding-bottom:8px;
}

ul.side_nav li a:hover {
    color: #434343;
}

ul.side_nav ul {
	display: none;
    margin: 0px 10px;
    padding: 10px 0 5px 0;
}
ul.side_nav ul.show {
	display: block;
}

ul.side_nav li ul li a {
	padding-left: 5px!important;
}

ul.side_nav ul li a:hover, ul.side_nav ul li.selected > a { }
ul.side_nav.arrows li.selected > a{
	color: #000;
	font-weight: bold;
}
ul.side_nav .disabled{
	color: #ccc;
	padding: 5px 10px;
	display: none;
}
ul.side_nav span.count{
	display: none;
}
.productoptions ul.side_nav li{
	margin: 0 10px 10px 0;
	float: left;
	min-width: 90px;
}

.productoptions ul.side_nav {
	/*max-height: 800px;*/
	overflow-y: auto;
}

.searchable-input{
	float: left;
	width: 100%;
	padding: 0 0px 10px 0;
}
.searchable-input input{
	padding: 4px;
	font-size: 15px;
	line-height: 24px;
	width: 100%;
	border-radius: 0;
	color: #404041;
	border:none;
	border:1px solid #000;
	background: #fff;
	box-sizing: border-box;
}

.filters a {
	display: inline-block;
	padding: 6px 30px 6px 10px;
	font-size:12px;
	color: #fff;
	background: #434343 url(../img/layout/remove2.png) no-repeat 92% 50%;
 box-shadow: inset 0 0 2px 1px rgba(51, 51, 51, 0.2);
	margin-top:5px;
	margin-bottom:5px;
	position:relative;
	z-index:99;
}
.filters a:hover{
	background-color: #f43233;
	text-decoration: line-through;
}

/* ======================= xcustom form elements ======================= */

.cd-filter-block {
  margin: 0 0 40px 0;
  padding: 0;
  background: #fff;
  display:none;
}
.cd-filter-block h4 {
  position: relative;
  margin: 10px 0 5px;
  padding: 10px 10px 10px 40px;
  color: #434343;
  font-size: 17px;
  letter-spacing: .25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  /* border: 2px solid #f43233; */
  border-radius: 0;
  /* background: #f43233; */
  transition: all .25s ease-in-out;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
  color: #434343;
}
.cd-filter-block h4:hover{
	color: #fff;
	background: #434343;
}

.cd-filter-block h4::before {
  content: '';
  position: absolute;
  left: 5px;
  top: 7px;
  width: 25px;
  height: 25px;
  background: url(../img/layout/diamond_white.svg) no-repeat center center;
  background-size: 17px;
  /* -webkit-transform: translateY(-50%); */
  /* transform: translateY(-50%); */
  /* transition: -webkit-transform 0.3s; */
  /* transition: transform 0.3s; */
  /* transition: transform 0.3s, -webkit-transform 0.3s; */
  background-color: #f43233;
  border-radius: 3rem;
  transition: all .4s ease-out;
}
.cd-filter-block h4:hover::before{
  background: url(../img/layout/diamond_solid.svg) no-repeat center center;
  transform: rotateZ(-45deg) translateX(3px) translateY(-3px) scale(1.3);
  transform: translateY(-50%) rotate(-33deg) !important;
  left: 10px;
  top: 21px;
  width: 21px;
  height: 22px;
  transition: all .4s ease-out;
}

.cd-filter-block h4.closed::before {
  top: 18px;
}

.cd-filter-block h4.closed::before {
  transform: translateY(-50%) rotate(0deg);
}
.cd-filter-block input[type='search'],
.cd-filter-block input[type='text'],
.cd-filter-block select {
  width: 100%;
  padding: .4em .8em;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-shadow: none;
}
.cd-filter-block input[type='search']:focus,
.cd-filter-block input[type='text']:focus,
.cd-filter-block select:focus {
  outline: none;

}
.cd-filter-block input[type='search'] {
  /* custom style for the search element */
  border-color: transparent;
  background-color: #e6e6e6;
  /* prevent jump - ios devices */
  font-size: 1.6rem !important;

}
.cd-filter-block input[type='search']::-webkit-search-cancel-button {
  display: none;
}

@media(max-width: 1199px) {

} /*1199px*/

@media(max-width: 991px) {

} /*991px*/

@media(max-width: 575px) {

} /*575px*/

@media(max-width: 420px) {} /*420px*/


/* ====================== LOADER MASK ====================== */

.js-loading{
/* 	position: relative; */
}
.js-loading-overlay {
  position:absolute;
  top:0; bottom:0;
  left:0; right:0;
  z-index:199;
  background:#000000;
  opacity:0.8;
  border-radius: inherit;
}
.jscroll-loading{
	position: relative;
	display: inline-block;
	width: 100%;
}

.spinner {
  top:42%;
  left: 45%;
  position: absolute;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 15px;
  z-index:200;
}

.spinner > div {
  background-color: #434343;
  height: 100%;
  width: 6px;
  margin-right: 2px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}


@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

/* ====================== CUSTOMERS ====================== */

.customer_dashboard{
	display:block;
	margin-bottom:20px;
}

.customer_dashboard h2.title {
    text-align: left;
}

/* ====================== CHECKOUT ====================== */

.checkout-navigation {
  display: block;
  width: 100%;
  margin: -30px 0 30px 0;
  padding: 20px 0 20px 0;
  background-color: #333333;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.checkout-navigation h1{
	margin-bottom: 40px;
	position: relative;
	font-size: 3em;
}
.checkout-navigation h1 .first-word{
	font-size: 0.8em;
	font-weight: 800;
	color: #f2f2f2;
	line-height: 40px;
	letter-spacing: 0.4em;
	border-bottom:2px solid #f2f2f2;
}

.checkout-navigation .row {
    margin-left: 0;
    margin-right: 0
}

.checkout-navigation .step-item {
    height: auto;
    color: #d1d4d6;
}

.checkout-navigation .step-item .step-line {
    background-color: #e9e9e9;
    height: 1px;
    margin-top: 14px;
    padding: 0;
    transition: all .25s ease-in;
    -webkit-transition: all .25s ease-in
}

.checkout-navigation .step-item .step-index {
    font-size: 3em;
    font-weight: bold;
	margin-top: -0.4em;
    padding: 0;
    text-align: center;
    transition: all .25s ease-in;
    -webkit-transition: all .25s ease-in;
}

.checkout-navigation .step-item .step-title {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    transition: all .25s ease-in;
    -webkit-transition: all .25s ease-in;
    letter-spacing: .25px;
    color: #f2f2f2;
}

.checkout-navigation .step-item.complete .step-line {
    background-color: #f2f2f2;
}
.checkout-navigation .step-item.active .step-line {
    background-color: #fff;
}
.checkout-navigation .step-item.complete .step-index {
	color: #f2f2f2;
}
.checkout-navigation .step-item.active .step-index {
	color: #fff;
}
.checkout-navigation .step-item.active .step-title {
	color: #fff;
}
.checkout-navigation .step-item.complete .step-title a{
	color: #fff;
}

.checkout-navigation .step-item.complete:hover {
    cursor: pointer;
    color: #fff;
}

.checkout-navigation .step-item.complete:hover .step-line {
    background-color: #fff;
}

@media (max-width:767px) {
	.checkout-navigation .step-item {
		height: auto;
	}
  .checkout-navigation .step-item .step-title {
      opacity: 0
  }
  .checkout-navigation .step-item .step-line {
    margin-top: 14px;
    padding: 0;
    margin-left: 0px;
  }

}

@media(max-width:575px) {
  .checkout-navigation .step-item .step-line {
    margin-top: 29px;
    margin-left: 0px;
  }

  .checkout-navigation .step-item.complete .step-line {
    margin-right: 38px;
    position: absolute;
    left: 43px;
  }
  .horizontal_banner.home_icon h3 {margin-bottom: 8px;margin-top:39%}
  .horizontal_banner.home_icon h3::after {bottom: -10px;}
  .horizontal_banner.home_icon p {font-size: 13px;margin-top:16px}
}

.checkout-field {
	display: block;
	margin-bottom: 40px;
}
.checkout-field label{
	font-size: 1.5em;
	font-weight: bold;
	color:#414141;
}
.checkout-field label:hover{
	color: #f43233;
}
.checkout-field input{
	font-size: 2em;
	font-weight: bold;
	margin: 15px 10px 0 0!important;
}
.checkout-field .badge{
	display: inline-block;
	float: right;
	font-weight: bold;
	margin-top: 5px;
	background:#434343;
	font-size: 13px;
}
.checkout-field .image{
	display: inline-block;
	margin-left: 10px;
}
.checkout-field .description{
	display: block;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #e0e6ef;
	font-size: 	1.0em;
	text-align: justify;
}

.checkout-field .description{padding:15px 0;}
.checkout-field .description h5{font-size:14px;font-weight:bold;}
.checkout-field .description ul {margin-bottom:10px;}
.checkout-field .description ul li{margin:5px 0px 5px 5px;font-size:14px;position:relative;padding-left:12px;background: url('../img/layout/arrow-list.png') no-repeat scroll 0px 5px transparent; }

.checkbox input.form-control[type="checkbox"]{
	width: 30px;
	margin-top: 13px;
	margin-left: -10px;
}

/* ===================== CART ===================== */

.icon_close {
	background: url(../img/layout/cd-remove-item.svg) no-repeat center center;
	width: 32px;
	height: 32px;
	display:inline-block;
}

.close {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    opacity: 0.9;
	float:none;
}

.form-group{margin-bottom:5px;}

.table.cart{
	background: #f2f2f2;
	font-size: 14px;
}
.table.cart > tbody > tr > td, .table.cart > tbody > tr > th, .table.cart > tfoot > tr > td, .table.carte > tfoot > tr > th,
.table.cart > thead > tr > td, .table.cart > thead > tr > th {
    vertical-align: middle;
    padding: 10px;
	border-bottom: 1px solid #e1e1e1;
	font-weight:300;
}
.table > thead > tr > th{
		background:#434343;
		color:#fff;
		font-weight:700!important;
}
.table-hover > tbody > tr:hover {
    background-color: #e1e1e1;
}

.cart_button .btn {width:100%;}

.cd-cart {
  position: absolute;
  top: 151px;
  height: calc(100vh - 151px);
  width: 380px;
  border: 1px solid #333333;
  background: #FFF;
  padding-top: 0px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-cart.static{
	position: relative;
	opacity: 1;
	visibility: visible;
	width: 100%;
	height: auto;
	top:auto;
	box-shadow:none;
	border:0px;
	margin-bottom:70px;
}

.cd-cart.is-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity .3s 0s, visibility 0s 0s;
  display:block;
}

.cd-cart.speed-in {
  right: 0;
}
.cd-cart > * {
  padding: 3px 10px;
}
.cd-cart.static > * {
  padding: 0 0;
}
.cart-empty{
	padding: 50px 30px!important;
	text-align: center;
}
.cart-empty .icon-info{
	display: block;
	width:48px;
	height:48px;
	background: url(../img/layout/icon-info.svg) no-repeat center center;
	margin: 0 auto 30px auto;
}
.cart-empty p{
	margin-bottom: 50px;
}

.cd-cart .cd-cart-items {
  padding: 0;
}
.cd-cart .cd-cart-items li {
  position: relative;
  padding: 10px 10px;
  border-bottom: 1px solid #e1e1e1;
  background:none;
  margin-bottom:0px;
}
.cd-cart .cd-cart-items li:last-child {
  border-bottom: 1px solid #e1e1e1;
}
.cd-cart .cd-image, .cd-cart .cd-info{
	display: inline-block;
	vertical-align: top;
}
.cd-cart .cd-image{
	 width: 25%;
}
.cd-cart .cd-info{
	margin-left: 13%;
    text-align: right;
    width: 60%;
	margin-top:5px;
}
.badge{
	background-color: #f43233;
}
.cd-cart .cd-qty, .cd-cart .cd-price {
  color: #434343;
}
.cd-cart .cd-price {
  margin-top: .4em;
}
.cd-cart .cd-item-remove {
  position: absolute;
  left: 10px;
  top: 20px;
  bottom: auto;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f2f2f2 url("../img/layout/cd-remove-item.svg") no-repeat center center;
}
.cd-cart .cd-item-remove:hover {
  background-color: red;
}
.cd-cart .cd-cart-total {
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 14px;
}
.cd-cart .cd-cart-total p{
	line-height: 22px;
	margin: 10px 0px 10px 0;
}
.cd-cart .cd-cart-finaltotal {
	font-size: 18px;
}
.cd-img-replace {
  /* replace text with a background-image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.cd-cart .cd-cart-total span {
  float: right;
}
.cd-cart .cd-cart-total::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
.cd-cart .checkout-btn {
  display: block;
  width: 80%;
  height: 60px;
  line-height: 60px;
  background: #000000;
  color: #FFF;
  text-align: center;
  font-weight:400;
  font-size:18px;
  margin:0 auto;
  letter-spacing:2px;
}
.cd-cart .checkout-btn:hover ,.no-touch .cd-cart .checkout-btn:hover {
  background: #434343;
}
.cd-cart .cd-go-to-cart {
  text-align: center;
  margin: 15px 0;
  font-weight:700;
}
.checkout .checkout-btn, .checkout .cd-go-to-cart, .checkout .cd-item-remove{
	display: none;
}

/* ====================== Forms ====================== */
.btn {
	text-shadow: none;
	border-radius: 0;
 	padding:12px 20px 8px 20px;
	background-color: #434343;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	white-space: normal;
  transition: all .7s ease;
  letter-spacing:2px;
}

.btn-primary{
	background-color: #000000 !important;
  border: 0px none !important;
	transition: all 0.3s ease 0s;
}

.btn-basket { margin:20px 0px 20px 0; width:100%; }


.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus,
.btn-primary:hover, .open > .dropdown-toggle.btn-default {
    background-position: 99% 50%;
    background-color: #333333!important;
    transition: all 0.3s ease 0s;
}
.btn-default{
	text-transform: uppercase;
	font-weight: 700;
	background-position: 99% 50%;
  background: #fff;
  border: 2px solid #434343;
  color: #434343;
	border-radius:5px;
}
.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus,
.btn-default:hover, .open > .dropdown-toggle.btn-default {
  background-position: 99% 50%;
  background: #434343;
  color: #fff;
	border: 2px solid #434343;
}
.btn-link{
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	border: none;
	border-radius: 0;
  background: #333;
  transition: all .4s ease-out;
}
.btn-link span{
	color:#fff;
}
.btn-link:hover {
  color: #fff;
  text-decoration: none;
  background: #f43233;
  transition: all .4s ease-out;
}

.btn-more {
	padding: 15px 70px 15px 50px;
	margin-top: 50px;
	background-color: #fff;
	display: inline-block;
	border: 1px solid #6f7172;
}
.btn-more:focus, .btn-more:hover {
    background-color: #e0e0e0;
    border-color: #ccc;
    color: #292a2e;
}

.btn-more.active, .btn-more:active {
    background-color: #e0e0e0;
    border-color: #dbdbdb;
}

.btn-xlarge{
	font-size: 1.3em;
	line-height: 1.4em;
/* 	padding: 10px 70px; */
	letter-spacing: 1px;
	font-weight: 700;
}
.btn.btn-primary.btn-lg.btn-basket:hover{
  background-color:#333!important;
  	transition: all 0.3s ease 0s;
}
.forget_password{font-weight:700;}

.catalog.view .btn-basket {
  margin: 20px 0px 0px 0;
  width: 100%;
  letter-spacing:1px;
  background:#000000;
  font-weight:300;
}
.catalog.view .btn-basket:hover {
  background:#333333;
}

.btn.submit-btn{
  width:100%;
}

@media(max-width:1199px) {
  .catalog.view .btn-basket {
    font-size: 13px;
  }
  .wishlist-btn {
    font-size: 13px;
    padding: 15px 5px;
  }
  .form-quantity {
    display: flex;
    align-items: center;
  }
}

@media(max-width:479px) {
  .wishlist-btn {width: 100%;}
  .horizontal_banner.home_icon p{}
  .horizontal_banner.home_icon h3 {margin-bottom: 5px;margin-top:21%}
  .full_mobile{width:100%;}
}


label{
	color: #404041;
}
label.error, .help-block.text-danger{
	background: #EC2224;
	color: #fff;
	width: 100%;
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
	margin: 0;
	line-height: normal;
	position: relative;
	bottom: auto;
	left: auto;
}
input.form-control.error{
	border-color: #EC2224;
}


label.control-label{margin:10px 10px 5px 0;font-size:16px; color: #434343;}
legend{margin:10px 0 0px 0;font-size:16px; color: #434343;}

input[type="checkbox"], input[type="radio"] {    margin-right: 4px;  }

.form-control{
	border-radius: 5px;
	box-shadow: none;
	padding: 15px 10px;
	border: 1px solid #dedede;
	height: auto;
	background: #fbfbfb;
	color: #404041;
	font-size:16px;
  border-radius: 0;
}
.form-control:hover {
  border-color: #000000;
  box-shadow: none;
}
.form-control:focus {
  border-color: #000000;
  box-shadow: none;
}

form .required label:after{
	color: #e32;
	content: '*';;
	display:inline;
	font-weight: bold;
	outline: none;
}
div.submit{
	text-align: center;
	margin:20px 0;
}
.text-right div.submit{
	text-align: right;
}

.btn, div.submit .btn { }

form div.checkbox .icheckbox_flat-orange, form div.checkbox .icheckbox_flat-green, form div.checkbox .icheckbox_flat-red, form div.checkbox .icheckbox_flat, form div.checkbox .icheckbox_flat-blue{
	display: inline-block!important;
	margin-top: 0px;
	margin-right: 0px;
}
form div.radio label, form div.checkbox label{
	padding-left: 20px;
}
select.form-control {
  background: #fbfbfb url("../img/layout/sort.png") no-repeat;
  background-position: right;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  max-width: 100%;
  padding: 0;
  position: relative;
  color: #404041;
	padding: 16px 12px;
	padding-right: 20px !important;
	border: 1px solid #dedede;
	border-radius: 5px;
	height: auto;
	line-height: normal;
}
select.form-control:hover{
  border-color: #f43233;
  outline: 0;
  box-shadow: none;
	cursor: hand;
  cursor: pointer;
}

.form-sel-wrap .form-sel:hover{
	border: 1px solid #f43233;
	outline: 0;
  -webkit-box-shadow: none;
}

.contact_dark{
	text-align:center;
	background:#404041;
	color:#fff;
	padding:30px 0;
}

.contact_dark h3{
	font-size:20px;
	margin-bottom:50px;
	font-weight:300;
	position:relative;
}
.contact_dark h3:after {
  -moz-user-select: none;
	border-bottom: 1px solid #999374;
	bottom: -20px;
	content: "";
	font-size: 0;
	height: 0;
	left: 0%;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	right: auto;
	text-indent: -9999px;
	top: auto;
	width: 10%;
	left:45%;
}
.contact_dark p {
	font-size:13px;
	line-height:22px;
}

.well { background-color: #f2f2f2; border:0px; border-radius:0px; }

.well- { margin-bottom:30px; }

.auth-button {
  clear: both;
  display: inline-block;
  position: relative;
  width: auto;
  padding: 15px 10px 15px 60px;
  margin: 20px 0;
  border-radius: 4px;
  text-align: left;
  background: #eee;
  font-size: 16px;
  color: #fff;
}

.auth-button:hover {
    color: #fff;
}

.mini-form .auth-button.small {
  padding: 5px 10px 5px 60px;
  margin: 0 0 10px 0;
  font-size: 16px;
}

.auth-button .auth-icon {
  display: block;
  position: absolute;
  height: 100%;
  width: 50px !important;
  left: 0;
  top: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  text-align: center;
  line-height: 40px;
  font-size: 30px;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  background-position: center center;
}

.auth-button.facebook .auth-icon {
  background-image: url("../img/layout/facebook_white.svg");
	background-position: center -5px;
}

.auth-button.facebook {
  background: #3c5a98;
  color: #fff
}

.auth-button.facebook:hover {
  background: #4365aa
}

.auth-button.google .auth-icon {
  background-image: url("../img/layout/google_connect.png");
	background-position: center 2px;
}

.auth-button.google {
    background: #dd4b39
}

.auth-button.google:hover {
    background: #e15f4f
}

.notifications {
  position: relative;
  color: #555;
  font-size: 20px;
  text-align: center;
  width: 100%;
  height: auto;
}

.notifications:after, .notifications:before {
  content: "";
  display: table
}

.notifications:after {
    clear: both
}
.notifications .message{
	background: #f43233;
	color:#fff;
	padding: 13px 0;
  transition: all .4s ease-out;
}
.notifications .close {
  text-indent: -9999em;
  /*background: url(../img/hello-bar-close.png) no-repeat top left; */
  width: 21px;
  height: 21px;
  position: absolute;
  top: 15px;
  right: 15px
}

.notifications .close:hover {
  background-position: bottom left
}

h2.title{
  font-size: 24px;
  font-weight: 400;
  color: #434343;
  margin: 20px 0px 30px 0px;
  /* border-bottom: 1px solid #e1e1e1; */
  text-align: center;
  text-transform: uppercase;
}

.cd-cart-content .title{
  font-size: 24px;
  font-weight: 400;
  color: #434343;
  margin: 20px 0px 30px 0px;
  /* border-bottom: 1px solid #e1e1e1; */
  text-align: center;
  text-transform: uppercase;
}


.cd-cart-content .title strong {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -1px;
  font-weight: 400;
}

 h2.title strong {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: -1px;
    font-weight: 400;
}

h3.title{
	color:#fff;
	text-transform:uppercase;
	font-weight:300;
	display:block;
	padding-bottom:1.25rem;
	font-size:1.7em;
	position:relative;
}
h3.title::after {
  background-color: #EED700;
  content: "";
  display: block;
  height: 1px;
  margin-left: 46%;
  margin-top: 20px;
  position: relative;
  width: 8%;
}

h4.title{
	margin: 20px 0 20px 0;
	font-size:18px;
	font-weight:bold;
}
h4.title span.counter{
	border-radius:100%;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	display:inline-block;
	color:#fff;
	background:#f43233;
}
h4.title a.underline{
	font-size:14px!important;
	color:#f43233;
	float:right;
}
.login-inline{
  display:inline-block;
  width:100%;
  margin:0 auto;
  text-align: center;
  border-bottom: 1px solid #80808070;
  padding-bottom:20px;
  margin-bottom:20px;

}
.login-inline .accordion {
  background-color: #eee;
  cursor: pointer;
  padding: 18px;
  border: none;
  margin: 20px 0;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.login-inline .active, .login-inline .accordion:hover {
  background-color: #ccc;
}

.login-inline .panel-login {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}
.login-inline .login-form{
  width:50%;
  margin:0 auto;
}

.login-inline .or{
  display: inline-block;
  margin: 0 30px;
  height: 48px;
  line-height: 46px;
  font-size: 30px;
  text-align: center;
  padding: 0 45px;
  position: relative;
  top: 5px;
}
.login-inline .or:before{
  content: "";
  position: absolute;
  top: 24px;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #ccc;
}

.login-inline .or:after{
  content: "";
  position: absolute;
  top: 24px;
  right: 0;
  width: 30px;
  height: 1px;
  background-color: #ccc;
}
.login-inline .btn{
  text-transform:none;
}
.login-inline .auth-button{
  font-size:16px;
  margin-right:10px;
}

/* SIZE GUIDE
===================================================*/

.modal-dialog{
  widows: 70%;

}
.modal-header{
font-size:16px!important;
font-weight:700!important;
}

.modal-header .close{
  float:right;
}
.modal-footer .btn{
  padding: 5px 10px!important;
}
#myModal table.megethos ,#size_guide table.megethos{
  width:100%;
}
#myModal table.megethos td ,#size_guide table.megethos td{
  border-bottom: 2px solid #fff;
  padding: 10px;
  vertical-align: middle;
  text-align: center;

}

#myModal .number,#size_guide .number{
  color: #000;
  font-weight: 400;
  font-size: 36px;
  padding-right: 0 !important;
}
#myModal .number span,#size_guide .number span{
  display: block;
  width: 65px;
  height: 70px;
}
#myModal .title, #size_guide .title{
  color: #000;
  font-size: 16px;
  text-align: left !important;
  letter-spacing: 1px;
}

#myModal table.size-details, #size_guide table.size-details{
  width: 100%;
  font-size: 14px;
}
#myModal table.megethos td.number.last , #size_guide table.megethos td.number.last{
  vertical-align: top;
  border: 0;
}
#myModal table.size-details , #size_guide table.size-details{
  width: 100%;
  font-size: 14px;
}
.size-details {
  /* border-spacing: 5px; */
  border-collapse: separate;
}
#myModal table.size-details .group , #size_guide table.size-details .group{
  vertical-align: middle !important;
}
#myModal table.size-details th.first , #size_guide table.size-details th.first{
  padding-left: 0;
}
#myModal table.size-details th , #size_guide table.size-details th{
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  padding: 10px;
  border-bottom: 3px solid #ffffff;
}
.size-details th, .size-details td {
  padding: 10px 20px;
  background: #fbfaf8 !important;
  text-align: center;
}

@media (min-width:1350px){
	.container.products_list{/*width:94%;margin:0 3%;*/}
}

@media only screen and (min-width:1200px) and (max-width:1349px) {
	/* #top_bar{background:purple;}	*/
	/* #navi ul li a{ margin:0 3px; } */

	.product_box .title{ padding:10px 10px 0 10px;}
  .mosaic_banner.brands {min-height: 450px;}
  img.menu_image{
    max-width: 350px;
    margin-top: 20px;
  }

}

@media only screen and (min-width:992px) and (max-width:1199px) {
	/*#top_bar{background:green;}	*/
	img.menu_image{max-width:290px;margin-top:20px;}
	#navi ul li .submenu .second_level p a, #navi_container.fixed #navi ul li .submenu .second_level p a{font-size:12px;}
	#navi ul li .submenu .second_level ul.third_level li a{font-size:13px;}
	#navi ul li .submenu .second_level ul.third_level li {background: transparent url(../img/layout/arrow-list.png) no-repeat 0 6px;}
	/* #navi ul li a{ margin:0 3px; } */
	#navi ul li.hide_item { display:none;  }

	.product_box .title{	min-height:80px; padding:10px 10px 0 10px;}
	.brand_home { padding:20px; }

	.horizontal_banner.gift_bg .horizontal_banner_text{ padding: 70px 0 80px 0;}
	.mosaic_banner.brands {min-height: 350px;}
}

@media (max-width:991px){

	.top_message{ display:none;  }
	.cd-menu-trigger{display:inline-block;}
	.cd-search-trigger{/*display:inline-block;*/}
	#mobile-search{  padding:0px 15px;  }
	.desktop-search{ display:none;    }
	#mobile-search .desktop-search{ width:100%; display:block; float:none; position:relative; margin: 20px 0px 0px 0px;   }
	#navi_container{ display:none;  }
	#header { margin-bottom: 0px;}
	#header.float-panel {left:0;box-shadow: 0 2px 6px rgb(0 0 0 / 20%);}
	.home_divider{height:0px;}
	.cd-cart {  top: 75px; height: calc(100vh - 90px); }

	.footer_box {  margin-top:20px; margin-bottom:20px;}

	.vertical_banner {margin-top:25px;}

	.block { margin-bottom:10px; padding: 0 0px 0 15px;}
  .catalog.products .block { margin-bottom: 10px; padding: 5px; }
	.block.right { float: left;}


  .catalog .pages_main .col-md-3.mobile_filters {
    padding-right: 0;
    padding-left: 0;
  }


  #sidebar {
    padding-bottom: 20px;
  }
  .login-inline{

    padding-top:20px;
  }
  .login-inline .or{
    margin:0 12px;
    font-size:20px;
  }
  .login-inline .auth-button{
    font-size:14px;
    margin-right:5px;
  }
  .login-inline .btn{
    font-size:14px;
  }


  .info_footer_container.last.last_box .footer_menu li {
    padding-right: 10px;
  }



}

@media only screen and (min-width:768px) and (max-width:991px) {
	/*#top_bar{background:pink;}	*/


	.product_box .title{	/*min-height:100px; padding:10px 5px 0 5px;*/}
	.brand_home { padding:25px; }
	.cat_box  { background-image:none!important; }

	.product-preview-image img.img-responsive{max-width:400px;margin:0 auto; }

	.checkout-navigation h1{		font-size: 2em;	}

	.catalog.products .pages_main {
		padding: 50px 0;
  }

.modal-dialog{
  widows: 100%;

}
}

@media (max-width:767px){

	.content { padding:15px 10px;  }

	.checkout-navigation h1{		font-size: 1.8em;	}

	.btn-back {   margin-bottom: 15px; }

	 ul.tabs  > li{    font-size: 16px;    padding: 15px 10px 15px 10px; }

  .cd-cart { top: 67px; }

  .login-inline{
    width:60%;
    display:block;
    text-align: center;
    margin:0 auto;
    margin-top:10px;
  }

  .login-inline .login-form{
    width:100%;
  }
  .login-inline .or{
    display:inline-block;
  }
  .login-inline .auth-button{
    width:90%;
  }
  .login-inline .btn{
    width:90%;
  }
  	.catalog.products .pages_main {
		padding: 50px 0;
	}
   .mosaic_banner.brands { min-height: 260px;}

   .info_footer_container.last.last_box .footer_menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

}


@media (max-width:575px){
	 .catalog.products .pages_main {
		padding: 30px 0;
	}

}

@media only screen and (min-width:550px) and (max-width:767px){
	/*#top_bar{background:red;}		*/

	.newsletter_input input{width:300px; }

	.product_box .title{	/*min-height:80px; padding:10px 10px 0 10px;*/}

	.product-preview-image img.img-responsive{max-width:350px;margin:0 auto; }
	.cd-tab-filter-wrapper{width:40%;}
	.pagination-nav{width:60%;}

}

@media only screen and (min-width:550px) and (max-width:767px){

}

@media (max-width:549px){
  .logo { width:100%; max-width:200px; }

  #wrapper.fixed_header .logo { width:130px; }

	/* .info_footer_container { width:100%;   } */

	h1.page_title { font-size:20px; text-align: center; }
	h2.title{ font-size: 18px;}

	.table.cart > tbody > tr > td, .table.cart > tbody > tr > th, .table.cart > tfoot > tr > td, .table.carte > tfoot > tr > th, .table.cart > thead > tr > td, .table.cart > thead > tr > th{padding:5px;}
	.table.cart td.cart-title{font-size:12px;width:50px;white-space:normal;}

	.checkout-navigation h1{font-size: 1.2em;	}

	form div.radio label, form div.checkbox label {   font-size: 14px;}

	.cd-cart {  width: 100%;}
	.cd-cart .cd-go-to-cart {  margin: 5px 0 0px 0; }

	ul.tabs  > li{    font-size: 14px;     }
  .select_ring{	width:100%;}
  .login-inline{
    width:72%;
    display:block;
    text-align: center;
    margin:0 auto;
    padding-top:0px;
  }

  .login-inline .login-form{
    width:100%;
  }
  .login-inline .auth-button{
    width:90%;
  }
  .login-inline .btn{
    width:90%;
  }
    .mosaic_banner.brands { min-height: 200px;}
}

@media only screen and (min-width:480px) and (max-width:549px){
	/*#top_bar{background:orange;}	*/

	.vertical_banner a.link{  padding:10px 15px; }

	.product_box .title{	/*min-height:100px; padding:10px 10px 0 10px;*/}
	.brand_home { padding:20px; }

	.block { width:48%;}

    .catalog.products .block { width:100%; }
	.cd-tab-filter-wrapper{width:35%;}
	.cd-filter-trigger span{font-size:12px;}
	.cd-filter-trigger img{width:16px;}
	.pagination-nav{width:65%;margin-top:-2px;}
	ul.sorting_nav li a{font-size:12px;letter-spacing:0px;}

}

@media only screen and (max-width:479px) {
  .main-header-logo{width:calc(100% - 215px);padding-right:0;}
  .main-header-menu{width:215px;}



	.social-icons-top img {  margin:0 0px 0 0px; }
	.cd-cart {  top: 80px; height: calc(100vh - 80px); }
	/* .newsletter_input input{width:150px;  } */

	.vertical_banner {height:300px; }
	.vertical_banner span{ font-size: 20px; }
	.vertical_banner a.link{  font-size: 14px; padding:10px 10px;   }

	.product_box .title{ padding: 5px; }
	/* .brand_home { padding:15px; } */

	.brand-logo{width:80px;	top:20px;	}

	.btn { padding: 15px 5px; width:100%; }
	.btn-basket { padding: 15px 0px;}

    .catalog.view .btn-basket {padding: 15px 5px; width: 100%;}

	.form-quantity label{float:none; display:block; margin-top:0px;}
	.form-options label{float:none;	display:block; margin-top:0px;}

	ul.tabs  > li span{ display:none; }

	.block { width:47%;}
	.catalog.products .block { width:100%; }
	.product-card .previous{display:block;}
	.info_box p{font-size:13px;}
	.info_box p.large_text{font-size:15px;}
	.cd-tab-filter-wrapper{width:40%;}
	.cd-filter-trigger span{font-size:12px;}
	.cd-filter-trigger img{width:16px;}
	.pagination-nav{width:60%;margin-top:-2px;}
	ul.sorting_nav li a{font-size:12px;letter-spacing:0px;}

	.size_guide {display:block;margin-top:0;float:left;}
    .mosaic_banner.brands { min-height: 160px;}
}

@media only screen and (max-width:445px) {
	/*#top_bar{background:brown;}	*/

	.social-icons-top a {margin-top: -3px;}
	.social-icons-top { padding:0px 6px; }
	.social-icons-top img {  width: 30px; }
	.top_links { padding:0px 3px; font-size:12px; }

	.cd-filter-trigger em.not_mobile{display:none;}
	.cd-filter-trigger em.mobile_only{display:inline-block;border-bottom:none;}
	.cd-tab-filter-wrapper{width:20%;}
	.cd-filter-trigger span{font-size:12px;}
	.cd-filter-trigger img{width:16px;}
	.pagination-nav{width:80%;margin-top:-2px;}
	ul.sorting_nav li a{font-size:11px;letter-spacing:0px;}
	.mosaic_banner.brands {min-height: 130px;}

}


@media only screen and (max-width:400px) {
  .top_icons .cd-menu-trigger.top_icon{ margin-left:10px; }
  .top_icons i{ font-size: 18px; margin-left: 3px;  }
  .top_icons .icon{ font-size: 18px; margin-left: 3px;  }
  .main-header-logo{width:calc(100% - 190px);padding-right:0;}
  .main-header-menu{width:190px;}
}
  @media only screen and (max-width:340px) {
  .cd-filter-trigger span{font-size:10px;}
	.cd-filter-trigger img{width:12px;}
	ul.sorting_nav li a{font-size:10px;}
	.pagination-nav{margin-top:-7px;}
  .mosaic_banner.brands { min-height: 100px}
  .user_link, .wishlist_link{display:none;}
  .main-header-logo{width:calc(100% - 150px);padding-right:0;}
  .main-header-menu{width:150px;}
}


.item, .grid-sizer {
  width: 16.66%;
  height: auto;
}
.item{
  border-bottom:1px solid #fff;
}
.item img{
  width:100%;
  height:100%;
}

.item{position:relative;overflow:hidden;background:#000;}
.item:hover img{opacity:0.8;}
.item.w-2 { width:  33.33%; }
.item.w-3 { width:  49.98%; }
.item.w-4 { width:  66.64%; }
.item.w-5 { width:  100%; }
.item.h-2 { height: auto; }
.item.h-3 { height: auto; }
.solid-brick { display: block; width: 100%; }
.brick-type-background { height:305px; background:#232323; }

@media (max-width: 550px) {
.item, .grid-sizer {width: 100%;}
.item.w-2 { width:  100%; }
.item.w-3 { width:  100%; }
.item.w-4 { width:  100%; }
.item.w-5 { width:  100%; }
.brick-type-background{height:205px;}
.swal2-modal .swal2-image{
  width:100%;
  height:auto;
}
}

@media (min-width: 551px) and (max-width: 767px) {
.item, .grid-sizer {width: 33.33%;}
.item.w-2 { width:  66.66%; }
.item.w-3 { width:  100%; }
.item.w-4 { width:  100%; }
.item.w-5 { width:  100%; }
.item.h-1 { height: 230px; }
.item.h-1 img{ height: 230px; }
.item.h-2 { height: 460px; }
.item.h-2 img{ height: 460px; }
.brick-type-background{height:231px!important;}
}

@media (min-width: 768px) and (max-width: 991px) {
.item, .grid-sizer {width: 33.33%;}
.item.w-2 { width:  66.66%; }
.item.w-3 { width:  100%; }
.item.w-4 { width:  100%; }
.item.w-5 { width:  100%; }
.item.h-1 { height: 240px; }
.item.h-1 img{ height: 240px; }
.item.h-2 { height: 480px; }
.item.h-2 img{ height: 480px; }
.brick-type-background{height:241px!important;}

}

@media (min-width: 992px) and (max-width: 1200px)  {
.item, .grid-sizer {width: 33.33%;}
.item.w-2 { width:  66.66%; }
.item.h-1 { height: 305px; }
.item.h-1 img{ height: 305px; }
.item.h-2 { height: 610px; }
.item.h-2 img{ height: 610px; }
.brick-type-background{height:306px!important;}
}

@media (min-width: 1200px) and (max-width: 1440px) {
.item.h-1 { height: 205px; }
.item.h-1 img{ height: 205px; }
.item.h-2 { height: 410px; }
.item.h-2 img{ height: 410px; }
.brick-type-background{height:206px!important;}
}

@media (min-width: 1441px) and (max-width: 1620px) {
.item.h-1 { height: 285px; }
.item.h-1 img{ height: 285px; }
.item.h-2 { height: 570px; }
.item.h-2 img{ height: 570px; }
.brick-type-background{height:286px!important;}
}

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


/* =================================>
            ERROR PAGE
   <================================= */


   .tex-er{
    display:flex;
    justify-content: center;
    padding-top:50px;
  }

   .im-er img{
     width:100%;
     max-width:200px;
   }

   .btn-er{
     width:fit-content !important;
   }

   .btn-er a{
     color:white !important;
     padding:15px 15px;
   }
   .tex-er .button.thin-bg-dark{
     padding:15px 0px !important;
   }

   .align-er{
     display:flex;
     align-items:center;
   }
   .h-er:after{
     display: none !important;
   }


   @media (max-width:549px){

      .h-er{
        font-size:17px !important;
      }


      .btn-er a{
        font-size:12px;
      }

      .btn-er {
        font-size:10px !important;
      }



      }