@import url('https://fonts.googleapis.com/css?family=Roboto');
body {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a, input:focus, select:focus, textarea:focus, button:focus { outline: none; }

.no-padding > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.pl0 {
	padding-left: 0;
}

.npl {
	padding-left: 0;
}

.npr {
	padding-right: 0;
}

.uppercase {
    text-transform: uppercase;
}

header,
footer {
    background: #009bc8 url(../img/png/background.png) left top;
}

.round_tl {
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    overflow: hidden;
}

.round_tr {
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    overflow: hidden;
}

.round_bl {
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    overflow: hidden;
}

.round_br {
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    overflow: hidden;
}

.row {
    margin: 0;
}

.header-topbar {
	padding: 15px 0;
	color: #ffffff;
}

.header-topbar a {
	color: #ffffff;
	text-transform: uppercase;
}

.header-topbar .mail {
    margin-left: 10px;
}

.header-topbar .container .row > div:last-child {
    padding-right: 40px;
} 

.header-content {
	padding: 30px 0;
}

.header-content .wishlist,
.header-content .showcart {
    margin: 4px 0 0 30px;
    font-size: 20px;
    display: inline-block;
}

.header-content .wishlist a,
.header-content .showcart a {
	color: #ffffff;
	text-transform: uppercase;
}

.header-content .wishlist span,
.header-content .showcart span {
	font-size: 14px;
	font-weight: 600;
    color: #ffffff;
}

.header-content .wishlist i,
.header-content .showcart i {
	width: 44px;
	padding-top: 13px;
	height: 44px;
	background-color: #ffffff;
	color: #555555;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	text-align: center;
	margin-right: 10px;
}

.header-content .showcart label {
    position: absolute;
    margin: -5px 0 0 -6px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    color: #555555;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #ffcb30;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

/*.header-content .container .row > div:last-child {*/
    /*padding-right: 40px;*/
/*}*/

header a.logo {
   font-family: 'Oswald', sans-serif;
   text-transform: uppercase;
   font-size: 29px;
   color: #ffffff;
   display: inline-block;
}

header a:hover {
    text-decoration: none;
}

header .navigation {
    background-color: #ffffff;
}

header .navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

header .navigation li {
	float: left;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
    position: relative;
}

header .navigation li .submenu {
    width: 670px;
}

header .navigation li .nav-link {
	color: #ffffff;
    padding: 14px 12px;
    display: block;
}


header .navigation li.home {
	-webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
}

header .navigation li.promotion {
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
}

header .navigation li.bkg1 {
	background-color: #ffab75;
}

header .navigation li.bkg2 {
  background-color: #ff716e;
}

header .navigation li.bkg3 {
  background-color: #bb7279;
}

header .navigation li.bkg4 {
  background-color: #f1817c;
}

header .navigation li.bkg5 {
  background-color: #cc66aa;
}

header .navigation li.bkg6 {
  background-color: #7492bc;
}

header .navigation li.bkg7 {
  background-color: #9ddd8f;
}

header .navigation li.bkg8 {
  background-color: #68d5d0;
}

header .navigation li.bkg9 {
  background-color: #dfbc55;
}

header .navigation li.bkg10 {
  background-color: #f1817c;
}

header .navigation li .submenu > div > img {
    width: 200px !important;
}

header .navigation li a:hover {
	text-decoration: none;
}

header .navigation li:hover .submenu {
	display: block;
}

header .navigation .submenu {
	display: none;
	position: absolute;
	background-color: #ffffff;
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.35);
	overflow: hidden;
	z-index: 100;
	left: 0;
}

header .navigation .submenu.right
{
    right: 0;
    left: inherit;
}

header .navigation .submenu .col-sm-4 img { width: 100%; }
header .navigation .submenu h5 { padding: 10px 0; font-weight: bold; margin-bottom: 10px; }
header .navigation .submenu .col-sm-6 a {
	display: block;
	text-transform: capitalize;
	margin-bottom: 5px;
}

header .navigation .bkg2 .submenu { color: #ff716e; border-top: 5px solid #ff716e; left: 103px; }
header .navigation .bkg2 .submenu h5 { border-bottom: 1px solid #ff716e; }
header .navigation .bkg2 .submenu a { color: #333333; }

header .navigation .bkg3 .submenu { color: #bb7279; border-top: 5px solid #bb7279; left: 203px; }
header .navigation .bkg3 .submenu h5 { border-bottom: 1px solid #bb7279; }
header .navigation .bkg3 .submenu a { color: #333333; }

header .navigation .bkg4 .submenu { color: #f1817c; border-top: 5px solid #f1817c; left: 203px; }
header .navigation .bkg4 .submenu h5 { border-bottom: 1px solid #f1817c; }
header .navigation .bkg4 .submenu a { color: #333333; }

header .navigation .bkg5 .submenu { color: #cc66aa; border-top: 5px solid #cc66aa; }
header .navigation .bkg5 .submenu h5 { border-bottom: 1px solid #cc66aa; }
header .navigation .bkg5 .submenu a { color: #333333; }

header .navigation .bkg6 .submenu { color: #7492bc; border-top: 5px solid #7492bc; }
header .navigation .bkg6 .submenu h5 { border-bottom: 1px solid #7492bc; }
header .navigation .bkg6 .submenu a { color: #333333; }

header .navigation .bkg7 .submenu { color: #9ddd8f; border-top: 5px solid #9ddd8f;  }
header .navigation .bkg7 .submenu h5 { border-bottom: 1px solid #9ddd8f; }
header .navigation .bkg7 .submenu a { color: #333333; }

header .navigation .bkg8 .submenu { color: #68d5d0; border-top: 5px solid #68d5d0;  }
header .navigation .bkg8 .submenu h5 { border-bottom: 1px solid #68d5d0; }
header .navigation .bkg8 .submenu a { color: #333333; }

header .navigation .bkg9 .submenu { color: #dfbc55; border-top: 5px solid #dfbc55;  }
header .navigation .bkg9 .submenu h5 { border-bottom: 1px solid #dfbc55; }
header .navigation .bkg9 .submenu a { color: #333333; }

header .navigation .bkg10 .submenu { color: #f1817c; border-top: 5px solid #f1817c; }
header .navigation .bkg10 .submenu h5 { border-bottom: 1px solid #f1817c; }
header .navigation .bkg10 .submenu a { color: #333333; }

header .navigation .submenu .col-sm-12 {
	border-top: 1px solid #cccccc;
	padding-top: 15px;
	padding-bottom: 15px;
}

header .navigation .submenu .col-sm-12 a {
	display: inline-block;
	margin: 0 10px 0 0;
    width: 70px;
}

header .navigation .submenu .col-sm-12 img {
	width: 70px;
    height: 70px;
}

header .more-info {
    background-color: #ffffff;
	padding: 16px 0;
	text-transform: uppercase;
}

header .more-info .more-info-link {
 display: inline-block;
 color: #000000;
 padding: 0 40px;
 font-size: 12px;
}

header .more-info .more-info-link:nth-child(2) {
	margin: 0 20px;
	border-right: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
}

header .shop-online {
    position: absolute;
    margin-top: -20px;
    color: #ffffff;
}

header .shop-online label {
    color: #fed104;
    text-transform: uppercase;
}

header .shop-online a {
    color: #ffffff;
}

header .quick-search {
    font-size: 14px;
}

/*header .quick-search select {
    width: 30%;
    height: 50px;
    padding-left: 20px;
    color: #6b9dab;
    background-color: #e3edf0;
    border: 1px solid #e3edf0;
    box-shadow: none;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

select::-ms-expand { 
    display: none;
}

header .quick-search option {
    background-color: #ffffff;
    color: #000000;
    font-size: 12px;
    padding: 0;
}*/

.header_container {
    padding-top: 30px;
    padding-bottom: 20px;
}

/*.header_container .header_logo img {*/
    /*max-width: 50px;*/
    /*margin-bottom: 10px;*/
/*}*/

.header_checkout {
    margin-top: 10px;
    display: flex;
}

.checkout_prog_bar {
    display: inline-block;
    width: 30%;
    text-align: center;
    font-size: 12px;
}

.checkout_prog_bar:not(:last-child) {
    margin-right: 1%;
}

.checkout_prog_bar .line {
    height: 5px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.checkout_prog_bar .line:not(.active) {
    background-color: #fff;
}

.checkout_prog_bar .line.active {
    background-color: #ffcb30;
}

.checkout_prog_bar p:not(.active) {
    color: #fff;
}

.checkout_prog_bar p.active {
    color: #fff;
}

header .quick-search #search-category {
    width: 30%;
    height: 50px;
    float: left;
    padding-top: 15px;
    padding-left: 20px;
    color: #6b9dab;
    background-color: #e3edf0;
    border: 1px solid #e3edf0;
    box-shadow: none;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    cursor: pointer;
}

header .quick-search .box-pane {
    display: none;
}  

header .quick-search .scroll-pane {    
    position: absolute;
    width: 200px;
    height: 200px;
    margin-top: 52px;
    background-color: #ffffff;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px; 
    overflow: hidden;
    z-index: 3;
    overflow: hidden;
    font-size: 13px;
    border: 1px solid #cce9f1;
}

 header .quick-search #search-category:after {
     -webkit-font-smoothing: antialiased;
    font-size: 10px;
    line-height: inherit;
    color: inherit;
    content: "\f078";
    font-family: 'FontAwesome';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: absolute;
    margin: 4px 0 0 16px;
}

header .quick-search .scroll-pane ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

header .quick-search .scroll-pane li {
    padding: 10px 0 10px 10px;
    color: #000000;
}

header .quick-search .scroll-pane li:hover {
    cursor: pointer;
    background-color: #e3edf0; 
    color: #6b9dab;
}

.jspVerticalBar {
    width: 6px;
}

.jspTrack {
    background-color: #cce9f1;
}

.jspDrag {
    background-color: #6b9dab;
}

header .quick-search input {
   color: #6b9dab;
   height: 50px;
   width: 63%;
   padding: 0 10px;
   border: 1px solid #ffffff; 
   position: relative;
   margin-left: -4px;
}

header .quick-search button {
    color: #555555;
    font-size: 20px;
    position: absolute;
    right: 0;
    background-color: #ffcb30;
    height: 50px;
    width: 10%;
    border: 1px solid #ffcb30; 
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

header .quick-search button:hover {
    background-color: #edb712;  
    border: 1px solid #edb712;  
}

.mt50 {
	margin-top: 30px;
}

.mt50 h3 {
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 600;
}

.mt50 .additional_info_title {
    margin-left: 13px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb20
{
    margin-bottom: 20px;
}

.mb10
{
    margin-bottom: 10px;
}

.m50 {
    margin: 20px auto 30px auto;
}

.left-menu {
	margin-bottom: 30px;
	color: #ffffff;
	text-transform: uppercase;
}

.left-menu h1,
.cat_menu h1 {
	font-family: "Open Sans",'MS Sans Serif', Geneva, sans-serif;
	font-size: 16px;
    line-height: 1.4;
    text-align: left;
    letter-spacing: .3px;
    font-weight: 700;
    padding: 22px 20px 22px 20px;
    margin: 0;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.cat_menu h1 {
    font-size: 18px;
    text-transform: uppercase;
}

.left-menu h1 {
    background-color: #009bc8;
    border: 1px solid #009bc8;
}

.left-menu ul,
.cat_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.cat_menu ul {
    display: none;
}

.left-menu ul li a,
.cat_menu ul li a {
	display: block;
    background-color: #f3f7f7;
	padding: 15px 15px 15px 45px;
    line-height: 1.3;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: .5px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.left-menu ul li a {
    color: #009bc8;
}

.cat_menu ul li a {
    color: #333;
}

.left-menu ul li a:hover,
.cat_menu ul li a:hover {
	text-decoration: none;
	background-color: #fbbc34;
    color: #ffffff;
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.left-menu a .category,
.cat_menu a .category {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    margin: -5px 0 0 -30px;
    background-color: #009bc8;
}

.left-menu a:hover .category {
    background-color: #ffffff;
}

.left-menu .icon1,
.cat_menu .icon1 {
    -webkit-mask: url("../img/icons/021-toy.svg") no-repeat left top;
    mask: url("../img/icons/021-toy.svg") no-repeat left top;
}

.fb h5 {
	font-family: "Open Sans",'MS Sans Serif', Geneva, sans-serif;
	font-size: 14px;
    line-height: 1.4;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: .3px;
    font-weight: 700;
    padding: 22px 20px 22px 20px;
    border: 1px solid #cc66aa;
    background-color: #cc66aa;
    color: #fff;
    margin: 0;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.fb iframe {
    width: 100%;
}

.banner1,
.banner2,
.banner3 {
	width: 100%;
	max-height: 400px;
	overflow: hidden;
}

.banner1 .wrapp-img,
.banner2 .wrapp-img,
.banner3 .wrapp-img {
	background-color: #000000;
}

.banner1 .wrapp-img img,
.banner2 .wrapp-img img,
.banner3 .wrapp-img img {
	max-width: 100%;
  	-moz-transition: all 0.3s;
  	-webkit-transition: all 0.3s;
  	transition: all 0.3s;
  	opacity: 0.6;
}

.text-underline {
	text-decoration: underline;
}

.banner1:hover .wrapp-img img,
.banner2:hover .wrapp-img img,
.banner3:hover .wrapp-img img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.4;
}

.content_text
{
    font-size: 16px;
    padding: 20px;
    background-color: #f9f9f9;
}

.banner1 h2,
.banner2 h2,
.banner3 h2 {
	font-size: 22px;
}

.banner1 .info,
.banner2 .info,
.banner3 .info {
	position: absolute;
	z-index: 1;
	width: 100%;
	max-width: 245px;
	padding: 40px 20px;
	color: #ffffff;
	font-size: 14px;
	vertical-align: baseline;
}

.banner1 .info a,
.banner2 .info a,
.banner3 .info a {
	color: #ffffff;
}

.banner1 .info a:hover,
.banner2 .info a:hover,
.banner3 .info a:hover {
	text-decoration: none;
}

.banner1 .red,
.banner3 .red {
	background: #d93939;
}

.banner2 .blue {
	background: #2389e0;
}

.banner1 .category,
.banner2 .category,
.banner3 .category  {
	display: inline-block;
    margin-bottom: 5px;
    color: white;
    padding: 3px 8px;
    text-transform: uppercase;
}

.adv .owl-item {
	background-color: #f6f6f6;
	min-height: 289px;
}

.adv .owl-item .col-sm-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.adv .owl-item .info {
	text-transform: uppercase;
	text-align: center;
	padding: 30% 0 0 0;
}

.adv .owl-item .info .title-1 {
	font-size: 15px;
	line-height: 20px;
}

.adv .owl-item .info .title-2 {
	margin-top: 10%;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
}

.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: -40px;
    z-index: 100;
    position: absolute;
    right: 2%;
}

.boys img, .girls img {
	width: 100%;
}
.boys .content-center,
.girls .content-center {
    position: absolute;
    width: 100%;
    height: 103%;
    left: 0;
    bottom: 0;
    padding: 13.9% 0 0 12.5%;
}

.boys .title-1,
.girls .title-1 {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
}

.boys .title-2,
.girls .title-2 {
	text-transform: uppercase;
	font-size: 16px;
    line-height: 16px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 23px;
}

.boys .link-button {
	text-transform: uppercase;
	font-size: 12px;
    background: #f34235;
    padding: 5px 20px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.14);
}

.girls .link-button {
	text-transform: uppercase;
	font-size: 12px;
    background: #feea3a;
    padding: 5px 20px;
    color: #000000;
    display: inline-block;
    font-weight: 500;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.14);
}

.boys .link-button:hover {
	text-decoration: none;
	background: #363f45;
}
.girls .link-button:hover {
	text-decoration: none;
	background: #ffffff;
}

.tabs-wrapper
{
	width: 100%;
    padding-top: 30px;
    padding-bottom: 50px;
    background-color: #F9F9F9;
}

.tabs-wrapper .left-content
{
    padding-right: 40px;
}

.tabs-wrapper .right-content
{
    padding-left: 40px;
}


.tabs,
.home-tabs {
	margin-bottom: 25px;	
}

.tabs a {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #7c7c7c;
    margin-right: 30px;
    margin-bottom: 15px;
    border-bottom: 1px solid #E4E4E4;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.home-tabs a {
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #999999;
    margin-bottom: 15px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.tabs a.active {
    color: #1B1919;
    border-bottom: 1px solid #1B1919;
}

.tabs a:hover, .tabs a:focus {
	color: rgba(0,0,0,.9);
	-webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
	text-decoration: none;
}

.home-tabs a:hover, .home-tabs a:focus {
    color: rgba(0,0,0,.9);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    text-decoration: none;
}

.home-tabs a span {
	position: relative;
}

.home-tabs a span:after,
.home-tabs a.active:hover span:after {
	content: " ";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #1B1919;
    -webkit-transition: width .2s ease,background-color .2s ease;
    -moz-transition: width .2s ease,background-color .2s ease;
    -o-transition: width .2s ease,background-color .2s ease;
    transition: width .2s ease,background-color .2s ease;
}

.home-tabs a:hover span:after {
    width: 100%;
    left: 0;
    -webkit-transition: width .2s ease,background-color .2s ease;
    -moz-transition: width .2s ease,background-color .2s ease;
    -o-transition: width .2s ease,background-color .2s ease;
    transition: width .2s ease,background-color .2s ease;
}

.home-tabs a.active span {
	color: #d93939;
	border-bottom: 1px solid #d93939;
}

.home-tabs .line:after {
    content: "";
    position: relative;
    top: -1px;
    height: 16px;
    margin: 0 12px 0 16px;
    display: inline-block;
    vertical-align: bottom;
    width: 1px;
    background-color: #adadad;
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -sand-transform: rotate(25deg);
    transform: rotate(25deg);
}

.tab {
	display: none;
	font-size: 14px;
	line-height: 1.7;
    letter-spacing: .3px;
}

.tab p {
    margin-bottom: 0px;
}


.tab.active {
	display: block;
}

.info_table {
    min-width: 515px;
    height: 500px;
}

.info_table th {
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    padding: 15px 12px;
    border-bottom: 1px solid #E6E6E6;
}

.info_table td {
	padding: 15px 12px;
    border: none;
    text-align: right;
    border-bottom: 1px solid #E6E6E6;
	line-height: 1.7;
    letter-spacing: .3px;
}

.view_warranty {
    margin-top: 20px;
}

.view_warranty > div {
}

.view_warranty > div * {
    display: inline-block;
}

.view_warranty img {
    max-width: 90px;
    margin-right: 10px;
}

.view_warranty .view-warranty-title
{
    font-size: 19px;
    font-weight: 600;
}

.view_warranty > div p {
    vertical-align: middle;
    width: 65%;
}

.view_warranty > div {
    margin-bottom: 20px;
}


.view_description,
.view_warranty p {
    line-height: 30px;
    font-size: 15px;
}

/*TAB TABLE add table tag before last element and replace .info_table with .tab */

.product {
    min-height: 340px;
}

.new_badge,
.sale_badge {
		min-width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 25px;
    display: flex;
    font-size: 12px;
    line-height: 50px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    z-index: 2;
}

.new_badge {
    background-color: #237cb2;
}

.badge-right
{
    right: 0;
}

.sale_badge {
    background-color: #D93939;
}

.new_badge p,
.sale_badge p {
    margin-top: 10px;
}

.product .product-title {
	font-family: "Open Sans",'MS Sans Serif', Geneva, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
}

.product .product-title a {
	color: #252222;
	display: inline;
	letter-spacing: .3px;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.product .product-actions img {
    /*max-width: 180px;*/
    /*margin: 0 auto;*/
}

.product .product-actions .hover-image {
	position: absolute;
	top: 0;
	opacity: 0;
}

.product .product-actions .buttons {
	opacity: 0;
	position: absolute;
	top: 0;
	right: 12px;
    font-size: 18px;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 2;
}

.product .product-actions .buttons a i.icon-heart {
	font-size: 20px;
}

.product .product-actions .buttons a i.icon-magnifier-add {
	font-size: 18px;
}

.product .product-actions .buttons a {
	display: block;
	color: #000000;
	text-align: center;
}

.product .price {
	height: 30px;
	overflow: hidden;
	font-size: 13px;
	color: #949494;
}

.product .price span {
	height: 30px;
	margin-top: 0;
	display: block;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.product .price a {
	display: block;
	height: 30px;
	color: #000000;
	font-weight: 700;
    font-size: 12px;
	margin-top: 15px;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.product .price a i {
	font-weight: bold;
}

.product .product-actions .buttons a:hover,
.product .price a:hover {
	text-decoration: none;
}

.product:hover .price span,
.product:hover .price a,
.product:hover .product-actions .hover-image,
.product:hover .product-actions .buttons {
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.product:hover .price span {
	margin-top: -25px;
}

.product:hover .price a {
	margin-top: -5px;
}

.product:hover .product-actions .hover-image,
.product:hover .product-actions .buttons {
    opacity: 1;
}

.happychildren {
	min-height: 300px;
	background-color: #73c026;
	background-image: url(../img/banner1_img.png);
    background-position: 20% top;
    background-repeat: no-repeat;
}

.happychildren .text {
	width: 60%;
	text-align: center;
	margin: 10% auto;
	color: #ffffff;
}

.happychildren .text h1 {
	font-weight: 300;
	font-size: 4rem;
}

.happychildren .text a {
	margin-top: 20px;
	display: inline-block;
	padding: 10px;
	color: #ffffff;
	background-color: #237cb2;
}

.happychildren .text a:hover {
	text-decoration: none;
	background-color: #5f9dc4;
}

.blog-slogan {
	font-size: 14px;
	letter-spacing: 3px;
	color: #9b9b9b;
}

.blog-title {
	font-size: 26px;
	color: #1B1919;
	line-height: 1.4;
	margin: 0;
}

.blog {
	margin: 30px 0 20px 0;
	font-size: 14px;
}

.blog .post-mask {
	margin-top: -25px;
}

.blog .post-mask h3 {
	margin: 10px 0;
}

.blog .post-mask h3 a {
	color: #1B1919;
}

.blog .post-mask h3 a:hover {
	text-decoration: none;
	color: #d93939;
}

.blog .post-mask p {
	font-size: 14px;
	line-height: 1.7;
	color: #4c4c4c;
}

.blog .post-mask p a {
	color: #6d6d6d;
	-webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.blog .post-mask p a:hover {
	color: #3E3E3E;
	-webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;	
}

.blog .post-mask .comment {
	color: #787878;
	font-size: 14px;
	display: block;
	margin: 10px 0;
}

.blog .post-date {
    position: absolute;
    top: 15px;
    left: 20px;
    display: inline-block;
    background-color: #fff;
    box-shadow: 0 0 9px rgba(0,0,0,.1);
    z-index: 2;
    padding-left: 13px;
    padding-right: 13px;
    text-align: center;
}

.blog .post-date .post-date-day {
    padding-top: 4px;
    font-size: 24px;
    display: block;
    color: #272525;
}

.blog .post-date .post-date-month {
    padding-bottom: 8px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .5px;
    display: block;
    color: #272525;
}

.blog .meta-post-categories {
    position: relative;
    z-index: 2;
    background-color: #d93939;
    color: #ffffff;
    padding: 3px 10px 0 10px;
    display: inline-block;
    height: 25px;
    overflow: hidden;
}

.blog .meta-post-categories a {
	color: #ffffff;
}

.blog-title-separator {
    width: 80px;
    margin: 0 auto;
	display: block;
    color: #dcdcdc;
    font-size: 18px;
}

.blog-title-separator span.text {
    display: inline-block;
    padding: 0px 10px;
    background-color: #ffffff;
    position: relative;
}

.blog-title-separator span.line {
    width: 70px;
    height: 1px;
    display: inline-block;
    background-color: #dcdcdc;
    position: absolute;
    margin: 14px 0 0 -20px;
}

.manufacturers ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.manufacturers li img {
	width: 75px;
}

.newsletter {
	border: 10px solid #f2f2f2;
    padding: 50px 50px 60px 50px;
    background: url(/wp-content/uploads/2016/03/newsPaper1.png?id=39554) left top no-repeat;
}

.newsletter .text {
	width: 360px;
	font-size: 14px;
	line-height: 21px;
	margin: 30px auto;
	color: #4c4c4c;
}

.newsletter .subscribe {
	margin: 0 auto;
}


.newsletter .subscribe input {
	font-size: 15px;
    padding: 0 10px;
    display: inline-block;
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: 1px solid #757575;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #f7f7f7;
}

.newsletter .subscribe button {
	width: 100%;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    color: #ffffff;
    font-size: 17px;
    border: 1px solid #ffcb30;
    background-color: #ffcb30;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
    box-shadow: 0 2px 1px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.3);
    font-family: Arial, Helvetica, sans-serif;
}

.search {
    padding: 0 0 15px 0;
    border-bottom: 1px dashed #dbdbdb;
}

.search h4 {
    font-weight: 700;
    font-size: 15px;
}

.search input {
	width: 100%;
    border: 1px solid #cccccc;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 15px;
}

.search button {
	width: 40px;
	height: 39px;
	position: absolute;
	margin-top: -40px;
	font-size: 16px;
	right: 15px;
	border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #cccccc;
	background-color: #fbfbfb;
	color: #444444;
}

.search button:hover {
	border: 1px solid #444444;
	background-color: #444444;
	color: #ffffff;
}

.products-list .products
{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: baseline;
    overflow: hidden;
}

.filters {
	margin: 0px 0 40px 0;
}

.filters {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
}

.filters label {
    font-weight: normal;
    position: relative;
    margin-left: 10px;
}

.filters input {
    margin: 7px 0 0 0;
    position: relative;
    top: 2px;
}

.search .line,
.filters .line {
	width: 15%;
	margin: 10px 0;
	border-bottom: 2px solid #ab0112;
}

.filter-option {
	padding: 15px 0;
	border-bottom: 1px dashed #dbdbdb;
}

.filter-title {
	font-size: 14px;
    font-weight: 700;
	text-transform: uppercase;
	color: #000000;
    margin-bottom: 10px;
}

.filter-title:hover {
	cursor: pointer;
}

.filter-title:after {
    position: absolute;
    right: 15px;
}

.filter-title:after {
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    line-height: inherit;
    color: inherit;
    content: "\f107";
    font-family: 'FontAwesome';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.filter-title.active:after {
	content: "\f106";
}

.filter-content ul {
	margin: 0;
	padding: 0;
	font-size: 13px;
	list-style: none;
}

.filter-content ul li a {
	color: #000000;
	padding: 5px;
	display: block;
}

.filter-content ul li a:hover {
	text-decoration: none;
	color: #ab0112;
}

.filter-content ul li a span {
	color: #999999;
}

#home-slider-one img {
    max-width: 535px;
    max-height: 535px;
}

#home-slider-one .owl-stage-outer {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.filter-content .layout-slider {
    margin: 20px 0 5px 0;
}

.pagination {
	margin: 40px auto 20px auto;
}

.pagination a {
	display: inline-block;
    border: 1px solid transparent;
    border-bottom: 1px solid #B1B1B1;
    color: #000;
    font-size: 16px;
    width: 34px;
    line-height: 34px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.pagination span {
	display: inline-block;
    color: #000;
    font-size: 16px;
    width: 34px;
    line-height: 34px;
}

.pagination a:hover {
	border-top: 1px solid #B1B1B1;
	border-right: 1px solid #B1B1B1;
	border-left: 1px solid #B1B1B1;
	text-decoration: none;
}

.pagination a.active {
	background-color: #237cb2;
	border: 1px solid #237cb2;
	color: #ffffff;
	text-decoration: none;
}

.pagination a.prev,
.pagination a.next {
	border-bottom: #ffffff;
}

.pagination i.prev:hover,
.pagination i.next:hover {
    cursor: pointer;
}

.pagination a.prev:hover,
.pagination a.next:hover {
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	text-decoration: none;
}

.pagination a.prev:before {
	content: "\e605";
    font-size: 32px;
    font-family: "simple-line-icons";
    position: absolute;
    top: 45px;
    margin-left: -10px;
}

.pagination a.next:before {
    content: "\e606";
    font-size: 16px;
    line-height: 34px;
    font-family: "simple-line-icons";
    position: absolute;
    top: 45px;
    margin-left: -5px;
}

.sorts-options {
	margin-bottom: 35px;
    color: rgba(0,0,0,.8);
    background-color: #F9F9F9;
    padding: 15px;
}

.products-list-top {
	font-size: 13px;
	margin-bottom: 10px;
}

.products-list-top a {
	color: #1B1919;
}

.products-list-top label {
	font-weight: normal;
	color: #9e9e9e;
}

.products-list-top .sorts {
    font-size: 16px;
    font-weight: 700;
    padding: 0 20px;
    text-decoration: none;
}

.products-list-top .sorts:after {
	font-family: 'FontAwesome';
	content: "\f107";
	font-size: 20px;
	right: 2px;
	top: -2px;
    position: absolute;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.products-list-top .sorts.active:after {
	transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-sand-transform:rotate(180deg);
}

.sorts-options {
	margin: 20px 0;
	display: none;
}

.sorts-options .col-sm-6 {
	padding-left: 30px; 
}

.sorts-options ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sorts-options li {
	font-size: 14px;
    margin-bottom: 15px;
    color: rgba(0,0,0,.8);
}

.sorts-options h6 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #1B1919;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 4px;
}

.sorts-options h6:before {
	content: "";
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: rgba(0,0,0,.1);
}

footer {
	padding: 60px 0 20px 0;
	background-color: #237cb2;
	color: #fbfbfb;
}

footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

footer li {
	margin-bottom: 15px;
}

footer a {
	color: #fbfbfb;
	font-size: 14px;
	line-height: 14px;
}

footer a:hover {
	color: #fbfbfb;
}

footer .copyright {
	font-size: 14px;
	margin-top: 40px;
	padding: 20px 0;
	color: rgba(255, 255, 255, 0.6);
	border-top: 1px solid #fbfbfb;
}

footer h3 {
	font-size: 26px;
	text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
}

footer h5 {
	font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
}

footer h5:before {
    content: "";
    position: absolute;
    top: 32px;
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: #fbfbfb;
}

footer .col-sm-6 div {
	width: 268px;
	text-align: center;
}

footer .col-sm-6 a {
	font-size: 18px;
	margin: 0 10px 0 0;
}

footer .col-sm-6 a:hover {
	color: rgba(255, 255, 255, 0.6);
}

.page-title {
	width: 100%;
	background-color: #d93939;
	color: #ffffff;
	padding: 20px 0;
	margin-bottom: 30px;
}

.page-title h1 {
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    letter-spacing: 2px;
    line-height: 50px;
}

.page-title h3 {
    text-transform: uppercase;
    margin: 10px 0;
    letter-spacing: 2px;
}

.page-title.purple {
    background-color: #bb7279;   
}

.breadcrumbs {
	width: 100%;
    background: #F9F9F9;
    padding-top: 5px;
    padding-bottom: 5px;
}

.breadcrumbs .col-sm-10 {
	padding: 6px 0 4px 0;
}

.breadcrumbs .back {
	position: absolute;
}

.breadcrumbs .back:hover span {
	width: 35px;
	left: -10px;
	-webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.breadcrumbs .back span {
    width: 25px;
    height: 2px;
    left: 0;
    line-height: 2px;
    position: relative;
    display: inline-block;
    background-color: #000;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.breadcrumbs .back span:before {
    content: "\f0d9";
    position: absolute;
    left: -4px;
    top: 0;
    font-size: 14px;
    line-height: 3px;
    color: #000;
    font-family: "FontAwesome";
}

.breadcrumbs .back span:after {
    content: "";
    position: absolute;
    top: -5px;
    right: -1px;
    width: 2px;
    height: 7px;
    line-height: 0;
    background-color: #000;
}

.breadcrumbs nav {
	display: inline-block;
	margin-left: 50px;
}

.breadcrumbs nav a {
	color: #1B1919;
    margin-right: 5px;
    text-decoration: none;
    font-style: normal;
}

.breadcrumbs nav a:first-child:before {
	content: "\f015";
    margin-right: 5px;
    font-family: "FontAwesome";
}

.breadcrumbs nav a:after {
	content: "/";
    margin-left: 5px;
}

.breadcrumbs nav a:last-child:after
{
    content: "";
}

.breadcrumbs label {
	font-weight: normal;
	color: #9E9E9E;
}

.breadcrumbs .next,
.breadcrumbs .prev {
    vertical-align: middle;
    font-size: 0;
    text-align: center;
    line-height: 40px;
    width: 50px;
    display: inline-block;
}

.breadcrumbs .next span,
.breadcrumbs .prev span {
    width: 23px;
    height: 2px;
    position: relative;
    display: inline-block;
    background-color: #000000;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    font-size: 14px;
    line-height: 3px;
    color: #000;
    font-family: "FontAwesome";
}

.breadcrumbs .prev span:before {
    content: "\f0d9";
    left: -4px;
    position: absolute;
}

.breadcrumbs .next span:after {
    content: "\f0da";
    right: -4px;
    position: absolute;
}

.breadcrumbs .next:hover span,
.breadcrumbs .prev:hover span {
	width: 30px;
}

.view-product {
	margin-top: 30px;
}

.product-title-xs
{
    font-size: 24px;
    font-weight: 600;
}

.view-product .gallery img {
    width: 100%;
    max-width: 450px;
}

.view-product .gallery .thumbnails {
    width: 100%;
    max-width: 450px;
}

.view-product .gallery .thumbnails img {
    width: 100px;
    margin-right: 10px;
    cursor: pointer;
}


.view-product h1 {
	font-size: 28px;
	line-height: 1.4;
    margin-bottom: 10px;
    color: #1B1919;
}

.price-container, .product-availability
{
	display: inline-block;
}
.view-product .price {
	margin-bottom: 12px;
	font-size: 27px;
    font-weight: 600;
	color: #cc0000;
    margin: 20px 0;
	display: inline-block;
}

.view-product .price strike {
    color: #999999;
    font-weight: normal;
    font-size: 18px;
    margin-right: 6px;
}

.view-product .status {
    margin-left: 6px;
    font-weight: normal;
    font-size: 10px;
    text-transform: uppercase;
}

.view-product .status.green,
.quickshop-bar .info .status.green
{
    color: #1c9101;
}

.quickshop-bar .info .status.green
{
    font-size: 10px;
    text-transform: uppercase;
}

.view-product .status.red {
    color: #d93939;
}

.view-product .status.orange {
    color: #F66B42;
}

.view-product .short_description {
	font-size: 14px;
	line-height: 1.8;
	color: #4c4c4c;
}

.view-product .cart input {
    color: #848484;
    text-align: center;
    width: 55px;
    padding: 0;
    line-height: 38px;
    min-height: 40px;
    border: 1px solid rgba(129,129,129,.25);
    font-size: 14px;
    transition: border-color .5s;
}



.view-product .cart button {
	display: inline-block;
    text-align: center;
    font-size: 18px;
    padding: 17px 50px;
    font-weight: 400;
    margin: 0 15px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: .3px;
    border-radius: 0;
    border: 1px solid #ff063d;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background-color: #ff063d;
    color: #ffffff;
}

.view-product .cart button i {
    margin-right: 8px;
}

.view-product .cart button:hover,
.quickshop-bar button:hover,
.quickshop-bar-mobile button:hover {
    opacity: 0.8;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    text-decoration: none;
}

.view-product .cart .add_to_wishlist {
	display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    color: #4E4E4E;
}

.view-product .cart .add_to_wishlist:before {
    content: "\e08a";
    font-size: 18px;
    vertical-align: middle;
    margin-right: 8px;
    display: inline-block;
    font-family: Simple-Line-Icons;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.view-product .cart .add_to_wishlist:hover {
 	text-decoration: none;
 	color: #d93939;
}

.view-product .product_meta {
	border-top: 1px solid rgba(119,119,119,.17);
    padding-top: 30px;
    margin-top: 35px;
    margin-bottom: 15px;
    display: block;
}

.view-product .product_meta p,
.view-product .product-share {
    font-size: 14px;
    color: #666666;
}

.view-product .product_meta p a {
	color: #4e4e4e;
}

.view-product .product-share a {
	color: rgba(0,0,0,.6);
	margin: 0 5px;	
}

.view-product .product-share a:hover {
	color: #000000;
}

.review .comments {
	padding-top: 20px;
	padding-right: 40px;
}

.review .comment-form {
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 40px;
	border-bottom: 1px solid #efefef;
	border-left: 1px solid #efefef;
	line-height: 1.7;
    letter-spacing: .3px;
    color: #4C4C4C;
	font-size: 14px;
}

.review .comment-form textarea {
	height: 150px;
    width: 100%;
	background-color: #efefef;
    border: none;
    box-shadow: none;
}

.review .comment-form input {
	background-color: #efefef;
    border: none;
    box-shadow: none;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 15px;
    transition: border-color .5s;
}

.review .comment-form div {
	float: left;
    width: 50%;
    margin-bottom: 25px;
}

.review .comment-form div label {
	font-weight: normal;
}

.review .comment-form div.author-name {
	padding-right: 15px;
}

.review .comment-form div.author-email {
	padding-left: 15px;
}

.review .comment-form button {
	background-color: #ffffff;
    color: #cc66aa;
	border: 2px solid #cc66aa;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    padding: 10px 35px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: .3px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.review .comment-form button:hover {
	background-color: #cc66aa;
    color: #ffffff;
	border: 2px solid #cc66aa;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.review h2 {
	font-size: 18px;
    font-weight: 700;
    color: #1B1919;
    line-height: 1.4;
    margin-bottom: 20px;
}

.review ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.review li {
	line-height: 1.7;
	letter-spacing: .3px;
	color: #4C4C4C;
	font-size: 14px;
    border-bottom: 1px solid silver;
    margin-bottom: 20px;
}

.review .star-rating {
	float: right;
	margin-bottom: 5px;
    display: inline-block;
    font-size: 12px;
    position: relative;
    height: 18px;
    line-height: 18px;
    letter-spacing: 2px;
    width: 65px;
    font-family: "FontAwesome";
}

.review .star-rating:before {
    content: "\f006\f006\f006\f006\f006";
    position: absolute;
    top: 0;
    left: 0;
    color: #a5a5a5;
    font-size: 12px;
}

.review .star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    position: absolute;
    top: 0;
    left: 0;
    color: #d93939;
    font-size: 12px;
}

.review .star-rating strong {
	display: none;
}

.red {
	color: #d93939;
}

.review .rating {
	font-family: "simple-line-icons";
    font-size: 14px;
    line-height: 20px;
    margin-right: 20px;
    display: inline-block;
    letter-spacing: 2px;
}

.review .rating:hover {
	color: #cc66aa;
	cursor: pointer;
}

.review .rating.one {
	margin-left: 20px;
}

.review .rating.one:before {
	content: "\e09b";
}

.review .rating.two:before {
	content: "\e09b\e09b";
}

.review .rating.three:before {
	content: "\e09b\e09b\e09b";
}

.review .rating.four:before {
	content: "\e09b\e09b\e09b\e09b";
}

.review .rating.five:before {
	content: "\e09b\e09b\e09b\e09b\e09b";
}

.slider-title {
	text-align: center;
    font-size: 26px;
    margin-bottom: 30px;
    text-transform: uppercase;
    position: relative;
}

.slider-title:before {
    content: " ";
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 2px;
    display: inline-block;
    background-color: #d93939;
}

.gender_select > div{
    display: inline-block;
}

.owl-carousel .owl-item {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.down {
    top: 0;
}

.owl-theme .owl-buttons div {
    position: absolute;
    top: 50%;
    color: #000;
    display: inline-block;
    text-align: center;
    zoom: 1;
    margin: 0;
    z-index: 2;
    filter: Alpha(Opacity=0);
    opacity: 0;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -sand-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.owl-theme .owl-buttons div.owl-prev {
    left: -20px;
    padding-left: 0;
}

.owl-theme:hover .owl-buttons div.owl-prev {
    left: -60px;
}

.owl-theme .owl-buttons div.owl-next {
    left: auto;
    right: -20px;
    padding-right: 0;
}

.owl-theme:hover .owl-buttons div.owl-next {
    right: -60px;
}

.owl-theme:hover .owl-buttons div.disabled {
    color: rgba(0,0,0,.3);
}

.owl-theme .owl-buttons div:hover {
    color: rgba(0,0,0,.6);
    cursor: pointer;
}

.owl-theme:hover .owl-buttons div {
    opacity: 1;
    text-decoration: none;
}

.owl-theme .owl-buttons div:before {
    display: block;
    content: "\e605";
    font-family: Simple-Line-Icons;
    width: 55px;
    font-size: 36px;
    height: 55px;
    line-height: 55px;
}

.owl-theme .owl-buttons div.owl-next:before {
    content: "\e606";
}

.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
	background: #1F1F1F;
}

#other-products {
	margin-bottom: 40px;
}

.nav {
	color: rgba(255,255,255,.9);
    margin-right: 5px;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 5px;
}

.nav a {
	color: rgba(255,255,255,.9);
    margin-right: 5px;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 5px;
}

.nav a:first-child:before {
	content: "\f015";
    margin-right: 5px;
    font-family: "FontAwesome";
}

.nav a:after {
	content: "/";
    margin-left: 5px;
}

.nav a:hover {
	text-decoration: underline;
}

.nav label {
	font-weight: normal;
}

.login-register .col-sm-6 > div,
.birthday .col-sm-6 > div {
	padding: 20px 40px;
}

.registration-info {
	min-height: 480px;
	margin-bottom: 40px;
	font-size: 14px;
	border-left: 1px solid #efefef;
}

.registration-info h2 {
    text-align: center;
    font-weight: bold;
}

.registration-info i {
    color: green;
    font-size: 20px;
    padding-right: 10px;
}

.registration-info p {
	margin-bottom: 20px;
    line-height: 1.9;
    vertical-align: middle;
    text-align: left;
}

.registration-info button {
	display: inline-block;
    text-align: center;
    font-size: 14px;
    padding: 10px 20px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: .3px;
    border-radius: 0;
    border: 1px solid #cc66aa;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background-color: #cc66aa;
    color: #ffffff;
}

.registration-info button:hover {
	opacity: 0.9;
}

.login h2,
.birthday h2,
.register h2,
.registration-info h2 {
	font-size: 23px;
	color: #cc66aa;
    margin-bottom: 20px;
    line-height: 1;
    text-align: left;
}

.login h2:before {
	content: "\e066";
    font-family: "simple-line-icons";
    display: inline-block;
    font-size: 24px;
    margin-right: 10px;
}

.register h2:before {
	content: "\e005";
    font-family: "simple-line-icons";
    display: inline-block;
    font-size: 24px;
    margin-right: 10px;
}

.form-group {
	font-size: 14px;
	margin-bottom: 20px;
}

.form-group label {
	display: block;
    color: #1B1919;
    font-weight: 400;
    margin-bottom: 5px;
    vertical-align: middle;
    text-transform: capitalize;
}

.form-group .no-block {
	display: inline-block;
}

.form-group .input-text {
	width: 100%;
    border: 1px solid rgba(129,129,129,.25);
    line-height: 18px;
    padding: 10px 15px;
    transition: border-color .5s;
}

.form-group a.lost_password {
	float: right;
	display: inline-block;
    color: #3b3b3b;
}

.form-group a.lost_password:before {
	content: "\e056";
    margin-right: 7px;
    vertical-align: middle;
    font-family: Simple-Line-Icons;
}

.form-group a.lost_password:hover {
	text-decoration: none;
	color: #1aada3;
}

.form-group .btn-login,
.form-group .btn-birthday {
	width: 100%;
    margin-top: 10px;
    padding: 10px 20px;
    border: 2px solid #cc66aa;
    background-color: #ffffff;
    color: #cc66aa;
    text-transform: uppercase;
}



.form-group .btn-birthday {
    border: 2px solid #F66B42;
    background-color: #F66B42;
    color: #ffffff;
    font-weight: bold;
}

.form-group .btn-login:hover,
.form-group .btn-birthday:hover {
	color: #ffffff;
	background-color: #cc66aa;
	-webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.form-group .btn-birthday:hover {
    background-color: rgba(246, 107, 66, 0.8);
}

.form-group .btn-register {
	width: 100%;
    margin-top: 10px;
    padding: 10px 20px;
    border: 2px solid #cc66aa;
    background-color: #ffffff;
    color: #cc66aa;
    text-transform: uppercase;
}

.form-group .btn-register:hover {
    color: #ffffff;
    background: #cc66aa;
    transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
}

.login,
.birthday-box {
	position: relative;
	left: 0;
    z-index: 1;
	transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
}

.birthday-box h2 {
    font-weight: 600;
    font-size: 26px;
    color: #c6a;
}

.register {
	width: 100%;
	top: 0;
    z-index: 0;
	transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
}

.form-group select {
    width: 100%;
    border: 1px solid rgba(129,129,129,.25);
    line-height: 18px;
    padding: 8px 15px 9px 15px;
    transition: border-color .5s;
}

.cart-empty {
	    text-align: center;
    position: relative;
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.5;
    padding: 250px 0 0 0;
    font-weight: 700!important;
    color: #1B1919;
    margin-bottom: 30px;
}

.cart-empty:before {
	content: "\e04e";
    font-size: 180px;
    margin-left: -88px;
    top: 0;
    font-family: Simple-Line-Icons;
	position: absolute;
    color: rgba(142,142,142,.2);
    left: 50%;
    font-weight: 400;
}

.cart-empty:after {
	content: "\f00d";
    font-size: 60px;
    top: 91px;
    font-family: FontAwesome;
    position: absolute;
    color: rgba(142,142,142,.2);
    left: 50%;
    font-weight: 400;
}

.cart-empty-text {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 1.7;
    color: #8E8E8E;
}

.cart-empty-btn {
    background-color: #d93939;
    color: #fff;
    border-color: #d93939;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    padding: 12px 28px;
    text-transform: uppercase;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.cart-empty-btn:hover {
	opacity: 0.8;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.cart-notice {
    color: #AF7D27;
    background-color: #F9F9F9;
    margin: 10px 0 20px 0;
    padding: 10px 20px;
    line-height: 1.4;
    font-size: 14px;
    display: flex;
}

.cart-notice .message {
    color: #000;
    background-color: #f1f1f1;
    font-size: 14px;
    line-height: 20px;
    display: flex;
}

.cart-notice p:first-child {
    font-size: 40px;
    margin-right: 15px;
}

.cart-notice p:last-child {
    margin-top: 10px;
}

.cart_tooltip {
    font-size: 20px;
    margin-top: -5px;
    margin-left: 10px;
}

.shop_table {
	width: 100%;
	margin-bottom: 20px;
}

.shop_table th {
	font-size: 13px;
	padding: 15px 10px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.4;
    color: #1B1919;
    vertical-align: middle;
    border-bottom: 2px solid #EFEFEF;
}

.shop_table th.text-left {
	text-align: left;
}

.shop_table td {
	font-size: 14px;
	padding: 15px 12px;
	border-bottom: 1px solid #E6E6E6;
	font-weight: 400;
    vertical-align: middle;
}

.shop_table a {
	color: #424242;
    text-transform: capitalize;
    letter-spacing: .3px;
    display: block;
}

.shop_table .remove {
	position: relative;
    display: inline-block;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    line-height: 28px;
    background-color: #000;
    cursor: pointer;
    padding-right: 16px;
    text-align: center;
}

.shop_table .remove:before,
.shop_table .remove:after {
	content: " ";
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -1px;
    width: 10px;
    height: 2px;
    display: inline-block;
    background-color: #fff;
    -webkit-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
    transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
}

.shop_table .remove:before {
    -webkit-transform: rotate(44deg);
    -moz-transform: rotate(44deg);
    -o-transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    -sand-transform: rotate(44deg);
    transform: rotate(44deg);
}

.shop_table .remove:after {
	transform: rotate(-44deg);
    -webkit-transform: rotate(-44deg);
    -moz-transform: rotate(-44deg);
    -o-transform: rotate(-44deg);
    -ms-transform: rotate(-44deg);
    -sand-transform: rotate(-44deg);
}

.shop_table .remove:hover {
	text-decoration: none;
}

.shop_table .remove:hover:before,
.shop_table .remove:hover:after {
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -sand-transform: rotate(0deg);
}

.shop_table input[type=number] {
	color: #8b8b8b;
    width: 55px;
    background-color: #fbfbfb;
    border: 1px solid #efefef;
    box-shadow: none;
    text-align: center;
    padding: 0;
    line-height: 38px;
    min-height: 40px;
}

.shop_table_actions .coupon_code {
	width: 150px;
    border: 1px solid rgba(129,129,129,.25);
    font-size: 14px;
    line-height: 18px;
    padding: 10px 15px;
    transition: border-color .5s;
}

.shop_table_actions .button,
.calculated_shipping .button,
.proceed_checkout_mobile .button,
.fb_btn_mobile .button,
.contact_form .button {
	display: inline-block;
    text-align: center;
    font-size: 14px;
    padding: 10px 17px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: .3px;
    border-radius: 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.shop_table_actions .button.blue,
.contact_form .button.blue {
	border: 1px solid #237cb2;
    background-color: #237cb2;
    color: #ffffff;
}

.shop_table_actions .button.gray {
	border: 1px solid #ECECEC;
    background-color: #ECECEC;
    color: #3E3E3E;
}

.shop_table_actions .button.gray:hover {
	border: 1px solid #3E3E3E;
    background-color: #3E3E3E;
    color: #ffffff;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.calculated_shipping {
	margin-left: -15px;
	background-color: #f8f8f8;
    background-image: url(../img/jpg/checkout-border.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    padding: 25px;
    padding-top: 40px;
}

.calculated_shipping h2 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    display: inline-block;
}

.calculated_shipping .responsive-table {
    background-color: #fff;
    padding: 10px 20px;
}

.shop_table.shop_table_responsive th,
.shop_table.checkout_table th,
.shop_table.checkout_table td.text-left {
	text-align: left;
}

.shop_table.shop_table_responsive td,
.shop_table.checkout_table td,
.shop_table.checkout_table th.text-right {
	text-align: right;
}

.calculated_shipping .order-total td, 
.calculated_shipping .order-total th {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
}

.calculated_shipping .order-total td
{
    font-size: 17px;
}

.calculated_shipping .button,
.proceed_checkout_mobile .button,
.fb_btn_mobile .button {
	width: 100%;
    color: #ffffff;
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 30px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.calculated_shipping .button,
.proceed_checkout_mobile .button {
    border: 1px solid #ff063d;
    background-color: #ff063d;
}

.fb_btn_mobile {
    background-color: #3B579D;
}

.calculated_shipping .button:hover,
.proceed_checkout_mobile .button:hover,
.fb_btn_mobile a:hover {
	opacity: 0.8;
	text-decoration: none;
	-webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.customer_details {
	margin-left: -15px;
}

.customer_details h3 {
	text-transform: uppercase;
    letter-spacing: .6px;
    font-weight: 700;
    color: #1B1919;
    margin-bottom: 20px;
    line-height: 1.4;
    font-size: 22px;
    display: inline-block;
}

.protected_connection {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px;
    height: 37px;
    margin-top: 25px;
}

.protected_connection p:last-child {
    width: 90px;
    font-size: 12px;
    font-family: "Roboto";
    line-height: 1.1;
}

.protected_connection div {
    display: inline-block;
}

.protected_connection div:first-child {
    max-width: 30px;
}

.protected_connection i {
    color: #0a9817;
    font-size: 26px;
}

.customer_details label,
.payment label {
	display: block;
    font-size: 14px;
    color: #1B1919;
    font-weight: 400;
    margin-bottom: 5px;
    vertical-align: middle;
    text-transform: none;
}

.required-x {
    color: #E01020;
    font-size: 16px;
}

.item-out-of-stock
{
    opacity: 0.6;
    border: 3px solid #fb2929;
}

.normal-label
{
    color: #000 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.customer_details .col-sm-6,
.customer_details .col-sm-12 {
	margin-bottom: 20px;
	line-height: 1.5;
}

.customer_details input[type=text],
.customer_details input[type=password],
.customer_details textarea {
	width: 100%;
    border: 1px solid rgba(129,129,129,.25);
    font-size: 14px;
    line-height: 18px;
    padding: 10px 15px;
    transition: border-color .5s;
}

.customer_details textarea {
    height: 110px;
}

.checkout_table {
	margin-bottom: 0;
}

.checkout_table .order-total {
	color: #000;
}


.checkout_table .order-total th,
.checkout_table .order-total td {
	border-bottom: none;
	padding-bottom: 0;
}

.payment {
	margin-top: 30px;
}

.payment .cash {
	position: relative;
    margin-top: 15px;
    padding: 10px 15px;
    background-color: #fff;
    border: 2px solid rgba(115,115,115,.1);
}


.contacts {
	margin-top: 20px;
	font-size: 14px;
}

.contacts p {
	margin-bottom: 20px;
    line-height: 1.5;
}

.contacts ul {
	padding-left: 40px;
    margin-bottom: 20px;
    line-height: 1.8;
	list-style: none;
}

.contacts li:before {
	content: "\f105";
    color: #d93939;
    opacity: .7;
    font-family: "FontAwesome";
    margin-right: 10px;
}

.contact_form {
	padding: 0px 20px 20px 40px;
	font-size: 14px;
	line-height: 1.5;
}

/*
---------------------------------------------------------------------------------------------------------- 
    My Profile Page
----------------------------------------------------------------------------------------------------------
*/

.page_header {
    width: 100%;
    color: #237cb2;
    padding: 15px;
}

.my_profile_title {
    vertical-align: middle;
    text-align: center;
}

.cart_title
{
    text-align: left;
    display: inline-block;
}

.page_header .wc-proceed-to-checkout
{
    display: inline-block;
    margin-top: 25px;
}

.page_header .wc-proceed-to-checkout a
{
    /*padding: 10px;*/
    background-color: #ff063d;
    border: 1px solid #ff063d;
    text-transform: uppercase;
    color: #FFF;
    padding: 15px 30px;
    font-size: 16px;
    text-decoration: none;
    margin-right: 25px;
}

.my_account_panel h3 {
    font-size: 16px;
    text-align: center;
    padding: 15px 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background-color: #237cb2;
    border-color: #237cb2;
}

.my_account_panel a {
    text-decoration: none;
}

.my_account_panel ul {
    list-style: none;
    border: 1px solid rgba(136,136,136,.12);
    padding-left: 0px;
}

.my_account_panel li {
}

.my_account_panel li.active {
    color: rgba(71,71,71,.8);
    background-color: rgba(136,136,136,.12);
    cursor: default;
}

.my_account_panel li:not(.active):hover {
    color: rgba(71,71,71,.8);
    background-color: rgba(136,136,136,.05);
}

.my_account_panel a {
    border-bottom: 1px solid rgba(136,136,136,.12);
    padding: 14px 20px;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(71,71,71,.8);
}

.my_account_panel a i
{
    width: 20px;
}

.my_account_panel nav {
    margin-bottom: 40px;
}

.my_account_avatar_panel {
    margin-bottom: 40px;
    color: rgba(0,0,0,.8);
    position: relative;
    font-size: 15px;
    letter-spacing: .3px;
}

.user_panel .avatar {
    max-width: 60px;
    height: auto;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.user_panel .user_panel {
    display: inline-block;
}

.my_account_panel .user_info {
    margin-left: 75px;
}


.my_account_content {
    margin-top: 20px;
    width: 69%;
}

.my_account_content .content_text {
    font-size: 16px;
    padding: 20px;
    background-color: #f9f9f9;
}

.my_account_content a {
    text-decoration: underline;
    color: inherit;
}

.my_account_info {
    border: 2px solid;
    margin: 0 0 20px 0;
    padding: 14px 25px 14px 55px;
    line-height: 1.4;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #AF7D27;
    border-color: #E0B252;
    background-color: transparent;
}

.my_account_info i {
    padding-right: 10px;
}

.adsress_edit_title {
    margin: 20px;
}

.adsress_edit_title h3,
.adsress_edit_title a {
    display: inline-block;
}

.edit_address {
    margin-left: 15px;
}

.edit_address_info {
    font-style: italic;
    font-size: 14px;
    margin-left: 20px;
}

.edit_account_input {
    width: 100%;
    border: 1px solid rgba(129,129,129,.25);
    font-size: 14px;
    line-height: 18px;
    padding: 10px 15px;
    transition: border-color .5s;
}

.my_account_edit .edit_first_name,
.my_account_edit .edit_last_name {
    display: inline-block;
    width: 47%;
}

.my_account_edit .edit_last_name {
    float: right;
}

.my_account_edit label {
    display: block;
    font-size: 14px;
    color: #1B1919;
    font-weight: 400;
    margin-bottom: 5px;
    vertical-align: middle;
    font-weight: 400;     
}

.save_edit_account {
    background-color: #237cb2;
    border-color: #237cb2;
    color: #fff;
    padding: 12px 32px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    border: 1px solid;
    transition-property: all;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
    transition-delay: initial;
    text-transform: uppercase;
    line-height: 18px;
}

.save_edit_account:hover {
    opacity: 0.8;
}

.my_account_edit fieldset legend {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.5;
    font-family: Karla,Arial,Helvetica,sans-serif;
    width: auto;
    padding: 0 15px;
    color: #3b3b3b;
    letter-spacing: .3px;
    border-bottom: none;
}

.my_account_edit fieldset {
    border: 2px solid #E6E6E6;
    padding: 20px 40px;
    margin-bottom: 20px;
}

/*
----------------------------------------------------------------------------------------------------------
    FAQ Page
----------------------------------------------------------------------------------------------------------
*/

.faq_header {
    font-family: 'Roboto', Arial, sans-serif;;
    font-size: 38px;
    line-height: 42px;
}

.faq_section h3 {
    padding: 10px;
    background-color: #7492bc;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 400;
}

.faq_section > div {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 15px;
}

.faq_section .faq_question {
    padding: 30px;
    background-color: #F1F0F0;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #333;
}

.faq_question {
    font-family: 'Roboto', Arial, sans-serif;;
    font-size: 14px;
    font-weight: 400;
}

.faq_answer {
    margin-top: 0px;
    padding: 0px 35px 30px 35px;
    background-color: #F1F0F0;
    display: none;
}

.faq_answer p {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14px;
    line-height: 25px;
    font-weight: 300;
}

.side_menu {
    border-top: 5px solid #7492bc;
    width: 350px;
    position: absolute;
    margin-top: 20px;
}

.side_menu ul {
    list-style: none;
    padding-left: 0px;
}

.side_menu li {
    padding: 15px;
    background-color: #F1F0F0;
    color: #0f0f0f;
    border-bottom: 1px solid gray;
}

.side_menu li:hover {
    color: #7492bc;
}

.side_menu i {
    margin-right: 5px;
    font-size: 16px;
    margin-left: 10px;
}

.side_menu a {
    text-decoration: none;
    text-transform: uppercase;
    color: inherit;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    line-height: 23px;
}

/*
---------------------------------------------------------------------------------------------------------- 
    Brands Page
----------------------------------------------------------------------------------------------------------
*/

.brand_container h1 {
    display: inline-flex;
    margin-top: 0px;
    padding-bottom: 10px;
}

.brand_list {
    display: flex;
    list-style: none;
    margin-top: 15px;
}

.brand_list a,
.brand_row a {
    text-decoration: none;
    color: #333;
}

.brand_list a:hover,
.brand_row a:hover {
    color: #337ab7;
}

.brand_list li:not(:first-child) {
    border-left: 1px solid gray;
}

.brand_list li {
    padding: 0px 12px;
}

.brands_header_row {
    margin-top: 30px;
    border-bottom: 3px solid black;
}

.brand_row {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid lightgray;
}

.brand_row h2 {
    margin-bottom: .5em;
    font-weight: 700;
}

.brand_row ul {
    list-style: none;
    padding-left: 0px;
}

.brand_row li {
    margin-top: 0px;
    margin-bottom: 1em;
}

/*
---------------------------------------------------------------------------------------------------------- 
    Confidentiality
----------------------------------------------------------------------------------------------------------
*/

.confi_main_info h2 {
    font-size: 28px;
    line-height: 39px;
    color: #1b1919;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.listed_info_item {
    margin-bottom: 25px;
}

.listed_info_item:last-child {
    margin-bottom: 80px;
}

.listed_info_item p,
.listed_info_item h3,
.listed_info_item h4 {
    font-size: 14px;
    line-height: 21px;
    color: #4c4c4c;
}

.listed_info_item h3,
.listed_info_item h4 {
    font-weight: bold;
}

/*
---------------------------------------------------------------------------------------------------------- 
    Delivery
----------------------------------------------------------------------------------------------------------
*/

.bold_text {
    font-weight: bold;
}

.delivery h2,
.delivery h3 {
    font-size: 28px;
    line-height: 39px;
    color: #1b1919;
    margin: 35px 0px;
}

.delivery p {
    font-size: 14px;
    line-height: 21px;
    color: #4c4c4c;
}

.delivery i {
    padding: 0px 20px;
}

.delivery .row:last-child {
    margin-bottom: 80px;
}

/*
---------------------------------------------------------------------------------------------------------- 
    Our Mission
----------------------------------------------------------------------------------------------------------
*/
.italic_text {
    font-style: italic;
}

.our_mission {
    max-width: 730px;
    margin: 30px auto 80px auto;
}

.our_mission p {
    font-size: 14px;
    line-height: 21px;
    color: #4c4c4c;
    margin-bottom: 20px;
}

.our_mission blockquote {
    font-size: 17px;
    line-height: 26px;
    color: #3a3a3a;
    margin-left: 20px;
    border-left: 2px solid #D93939;
}


/*
---------------------------------------------------------------------------------------------------------- 
    Terms
----------------------------------------------------------------------------------------------------------
*/

.terms h2 {
    font-size: 28px;
    line-height: 39px;
    color: #1b1919;
}

.terms {
    margin: 30px 0px 80px 0px;
}

.terms h3 {
    margin-bottom: 20px;
}

.terms h3,
.terms p {
    color: #4c4c4c;
    font-size: 14px;
    line-height: 21px;
}

/*
---------------------------------------------------------------------------------------------------------- 
    Cookies
----------------------------------------------------------------------------------------------------------
*/

.cookies h2 {
    font-size: 28px;
    line-height: 39px;
    color: #1b1919;
}

.cookies h2,
.cookies_item h3 {
    margin-bottom: 30px;
}

.cookies_item h3,
.cookies_item p {
    font-size: 14px;
    line-height: 21px;
    color: #4c4c4c;
}

.cookies_item {
    margin-top: 30px;
}

.cookies_item:last-child {
    margin-bottom: 80px;
}

/*
---------------------------------------------------------------------------------------------------------- 
    Email Popup
----------------------------------------------------------------------------------------------------------
*/

.popup_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 9;
    display: none;
}

.email_popup {
    padding: 0px 10px;
    position: fixed;
    max-width: 910px;
    max-height: 490px;
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto auto;
    background-color: #fff;
    z-index: 10;
    display: none;
}

.email_popup .close_email {
    position: absolute;
    font-size: 21px;
    color: #999;
    right: 10px;
}

    .email_popup .close_email:hover {
        cursor: pointer;
        color: #000;
    }

.email_popup .email_bkg,
.email_popup .email_info {
    width: 440px;
    display: inline-block;
    vertical-align: top;
}

.email_popup .email_info h3 {
    font-size: 18px;
    line-height: 34px;
    margin-top: 30px;
    color: #000;
    font-weight: bold;
    text-align: center;
}

.email_popup .email_info p:not(.security) {
    font-size: 12px;
    line-height: 24px;
    color: #000;
    text-align: center;
    margin: 30px 0;
}

.email_popup input,
.email_popup button {
    width: 100%;
    max-width: 390px;
    margin-left: 25px;
}

.email_popup input {
    border: none;
    padding-left: 10px;
    height: 40px;
    border-bottom: 1px solid #000;
}

.email_popup form i {
    position: absolute;
    right: 50px;
    font-size: 18px;
    color: #000;
}

.email_popup button {
    font-size: 14px;
    line-height: 45px;
    color: #fff;
    border: 1px solid #0188cc;
    background-color: #0188cc;
    text-transform: uppercase;
}

.email_popup .security {
    color: #999;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
}

/*
---------------------------------------------------------------------------------------------------------- 
    Email Popup
----------------------------------------------------------------------------------------------------------
*/

.cart_popup {
    position: fixed;
    width: 310px;
    z-index: 10;
    right: 5px;
    top: 80px;
    background-color: #fff;
    display: none;
    max-height: 70%;
    overflow-x: auto;
}

.cart_popup .cart_header {
    height: 60px;
    border-bottom: 1px solid #ccc;
}

.cart_popup .cart_header p,
.cart_popup .cart_header .fa-shopping-cart {
    display: inline-block;
    font-size: 14px;
    line-height: 23px;
    font-weight: 600;
    color: #000;
    margin-top: 15px;
}

.cart_popup .cart_header .fa-shopping-cart  {
    margin-left: 10px;
}

.cart_popup .cart_header p {
    margin-left: 10px;
}

.cart_popup .close_cart {
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 17px;
    line-height: 23px;
    color: #999;
}

.cart_popup .close_cart:hover {
    color: #000;
    cursor: pointer;
}

.cart_item {
    padding: 20px 0px;
    border-bottom: 1px solid #ccc;
}

.cart_item img {
    width: 75px;
    margin: 0px 20px;
}

.cart_item img,
.cart_item .item_info {
    display: inline-block;
    vertical-align: top;
    max-width: 60%;
}

.cart_item .item_info > p:first-child {
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
}

.cart_item .item_info > p:last-child {
    font-size: 14px;
    line-height: 22px;
}

.cart_item .item_options * {
    display: inline-block;
}

.cart_item .item_options .remove_cart_item {
    margin-right: 25px;
    font-size: 12px;
    line-height: 13px;
    font-weight: bold;
    text-decoration: underline;
}

.cart_item .item_options .remove_cart_item:hover {
    cursor: pointer;
}

.cart_item .increase_quantity,
.cart_item .decrease_quantity {
    cursor: pointer;
}

.cart_item .item_options .item_quantity {
    margin: 0px 10px;
    font-weight: bold;
}

.cart_item .item_options i {
    background-color: #ccc;
    display: inline-flex;
    font-size: 10px;
    width: 15px;
    height: 15px;
    align-items: center;
    justify-content: center;
}

.cart_total {
    background-color: #f1f1f1;
}

.cart_total p {
    display: inline-block;
    font-size: 12px;
    line-height: 35px;
    margin-bottom: 0px;
}

.cart_total p:first-child {
    margin-left: 20px;
    margin-right: 180px;
}

.cart_total a {
    display: block;
    width: 100%;
    background-color: #ff063d;
    text-align: center;
    font-size: 14px;
    line-height: 50px;
    color: #fff;
    font-weight: 600;
}

/*
----------------------------------------------------------------------------------------------------------
    Update Cart Popup
----------------------------------------------------------------------------------------------------------
*/

.popup_update_cart {
    display: none;
    position: fixed;
    padding: 20px;
    z-index: 12;
    width: 700px;
    height: 130px;
    margin-top: -75px;
    margin-left: -350px;
    top: 50%;
    left: 50%;
    padding-top: 15px;
    background: #fff;
    text-align: center;
}

.popup_update_cart .activate {
    color: #F66B42;
    display: inline-block;
    text-decoration: underline;
}

.popup_update_cart .activate span {
    color: inherit;
}


.popup_update_cart .activate span:hover {
    cursor: pointer;
}

.popup_update_cart .close_update_cart {
    position: absolute;
    font-size: 21px;
    color: #999;
    right: 10px;
}

.popup_update_cart .close_update_cart:hover {
    cursor: pointer;
    color: #000;
}

/*
---------------------------------------------------------------------------------------------------------- 
    Responsive
----------------------------------------------------------------------------------------------------------
*/

@media (max-width: 767px) {

    .m150 {
        overflow-x: hidden;
    }

    .contact_form {
        padding: 0px;
    }

    .cart_timer
    {
        margin-right: 10px !important;
    }

    #home-slider-one img {
        max-width: 680px;
        max-height: initial;
    }

    .home-filter {
        margin-top: 30px;
    }

    .calculated_shipping .order-total td,
    .calculated_shipping .order-total th {
        font-size: 17px;
    }

    .my_account_panel,
    .my_account_content {
        width: 100%;
        float: none;
        padding: 0px 15px;
    }

    .adsress_edit_title h3,
    .adsress_edit_title a {
        display: block;
    }

    .edit_address {
        margin-left: 0px;
    }

    .cart_table .shop_table thead {
        display: none;
    }

    .cart_table .shop_table .hide-xs
    {
        display: none;
    }


    .cart_table .show-xs
    {
        font-size: 20px;
        text-align: center;
        display: block;
        font-weight: 700;
    }

    header .more-info {
        display: none;
    }

    .sort h4 {
        margin-left: 10px !important;
    }

    .fb_btn_mobile .button {
        margin-top: 0px;
    }

    .left-menu {
        margin-top: 30px;
    }
}

.contact_form p {
	margin-bottom: 35px;
}

.contact_form p.email {
	margin-bottom: 20px;
}

.contact_form h1 {
	font-size: 44px;
	display: inline-block;
    font-weight: bold;
    border-bottom: 3px solid black;
   	line-height: 1.4;
   	color: #1B1919;
   	margin: 0 0 50px 0;
}

.contact_form .icons {
    color: #000000;
    float: left;
    font-size: 38px;
    margin: 0 10px 0;
}

.contact_form label {
	display: block;
    font-size: 14px;
    color: #1B1919;
    font-weight: 400;
    margin-bottom: 5px;
    vertical-align: middle;
}

.contact_form input,
.contact_form textarea {
	width: 100%;
    border: 1px solid rgba(129,129,129,.25);
    font-size: 14px;
    line-height: 18px;
    padding: 10px 15px;
    transition: border-color .5s;
}

.contact_form textarea {
	line-height: 1.5;
}

.contact_form .button {
	width: auto;
}

.blog .category a {
	display: inline-block;
    line-height: 25px;
    color: #fff;
    text-transform: capitalize;
    font-size: 12px;
    background-color: #d93939;
    padding: 0 10px;
}

.blog h3
{
	font-size: 30px;
	margin-bottom: 10px;
	line-height: 1.2;
	letter-spacing: .3px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.blog-home h3 {
	font-size: 22px;
}

.blog h3 a {
	color: #1B1919;
	-webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.blog h3 a:hover {
	text-decoration: none;
	-webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    color: #d93939;
}

.blog .entry-meta {
	font-size: 14px;
    color: #787878;
    line-height: 1.7;
	margin-bottom: 20px;
}

.blog .entry-meta img {
	width: 20px;
	height: 20px;
    border-radius: 10px;
}

.blog .entry-meta a.author {
	color: #d93939;
}

.blog .entry-meta a.comment {
	color: #787878;
}

.blog article .post-date {
	top: auto;
	margin: 8px 0 0 3px;
}

.blog .entry-content
{
	font-size: 14px;
	margin: 20px 0 25px 0;
	line-height: 25px;
}

.col-center
{
	margin: 0 auto;
	float: none;
}

.article-content
{
	font-family: "Georgia", serif;
	font-size: 21px;
	font-weight: 400;
	line-height: 1.60;
	opacity: 0.85;
	margin-top: 0px;
	margin-bottom: 25px;
	letter-spacing: -0.30px;
	word-spacing: -0.10px;
	text-transform: none;
	margin: 0px auto 25px auto;
}

.blog .post-img-wrapp {
	width: 100%;
	overflow: hidden;
	background-color: #000000;
}

.blog .post-img-wrapp img {
	max-width: 100%;
  	-webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.blog .post-img-wrapp:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.6;
}

.blog .read-more-section a {
	color: #6D6D6D;
    border-bottom: 1px solid #B5B5B5;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.blog .read-more-section a:hover {
	text-decoration: none;
	color: #4e4e4e;
    border-bottom: 1px solid #4e4e4e;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.blog .liner-container {
	margin: 20px 0;
}

.blog .liner-container .line {
	width: 100%;
	height: 1px;
	margin-top: 7px;
	background-color: rgba(92,92,92,.09);
	position: absolute;
}

.blog .liner-container .links {
	background-color: #ffffff;
	position: relative;
	display: inline-block;
	margin-top: -20px;
	z-index: 1;
	padding: 0 10px;
}

.blog .liner-container .links a {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #efefef;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin:  0 5px;
    color: #8f8f8f;
    font-size: 14px;
    line-height: 30px;
}

.blog .liner-container .links a:hover {
	color: #ffffff;
	background-color: #000000;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.blog-sidebar-right h2 {
	font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #1B1919;
    margin: 50px 0 25px 0;
    position: relative;
    padding-bottom: 4px;
}

.blog-sidebar-right ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.blog-sidebar-right ul li {
	margin-bottom: 15px;
}

.blog-sidebar-right .categories a {
	color: #202020;
	font-size: 14px;
    text-transform: capitalize;
    text-decoration: none;
}

.blog-sidebar-right .articles li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(124,124,124,.15);
}

.blog-sidebar-right .articles img {
	float: left;
	margin: 2px 10px 2px 0;
}

.blog-sidebar-right .articles h3 {
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 2px;
    line-height: 1.5em;
    letter-spacing: .3px;
    text-transform: uppercase;
}

.blog-sidebar-right .articles h3 a {
	color: #202020;
}

.blog-sidebar-right .articles .rpwe-time {
    margin-bottom: 5px;
    color: #bbbbbb;
    font-size: 11px;
}

.blog-sidebar-right .comments li:before {
	content: "\e04a";
    display: inline-block;
    font-weight: 400;
    margin-right: 7px;
    font-family: simple-line-icons;
}

.blog-sidebar-right .comments li a {
	color: #202020;
	font-weight: 400;
    opacity: .8;
    font-size: 14px;
    line-height: 1.5;
}

.blog .author-info {
	border: 1px solid #eeeeee;
    padding: 20px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
}

.blog .author-info h2 {
	color: #1B1919;
    margin: 0 0 10px 0;
    font-size: 24px;
    line-height: 1.4;
}

.blog .author-info img {
	float: left;
    padding-right: 20px;
    padding-bottom: 20px;
}

.blog .author-info a {
	color: #787878;
	-webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.blog .author-info a:hover {
	color: #202020;
	-webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.blog .single-post-navigation {
	padding: 15px 10px;
    margin-bottom: 40px;
    background-color: #F7F7F7;
}

.blog .single-post-navigation .prev-link {
    float: left;
    padding-left: 15px;
}

.blog .single-post-navigation .prev-link:before {
	content: "\f104";
	font-weight: 700;
    margin-right: 10px;
    font-family: FontAwesome;
}

.blog .single-post-navigation .next-link {
    float: right;
    text-align: right;
    padding-right: 15px;
}

.blog .single-post-navigation .next-link:after {
    content: "\f105";
    font-weight: 700;
    margin-left: 10px;
    font-family: FontAwesome;
}

.blog .single-post-navigation a {
	color: #202020;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .3px;
}

.blog .single-post-navigation a:hover,
.blog .single-post-navigation .prev-link:hover,
.blog .single-post-navigation .next-link:hover {
	color: #d93939;
	text-decoration: none;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.blog .comments-area {
	text-align: left;
	font-size: 14px;
}

.blog .comments-area .comment-reply-title {
	font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
}

.blog .comments-area p {
	margin-bottom: 20px;
    line-height: 1.5;
}

.blog .comments-area label {
	display: block;
	font-weight: normal;
}

.blog .comments-area textarea {
	width: 100%;
	border: 1px solid rgba(129,129,129,.25);
    font-size: 14px;
}
.comments-area .comment-form-author {
	padding-right: 10px;
}

.comments-area .comment-form-email {
	padding-left: 10px;
	padding-right: 10px;
}

.comments-area .comment-form-url {
	padding-left: 10px;
}

.comments-area .comment-form-author, 
.comments-area .comment-form-email, 
.comments-area .comment-form-url {
    display: inline-block;
    width: 33%;
    margin-bottom: 20px;
}
.comments-area .comment-form-author input, 
.comments-area .comment-form-email input, 
.comments-area .comment-form-url input {
	width: 100%;
    border: 1px solid rgba(129,129,129,.25);
    font-size: 14px;
    line-height: 18px;
    padding: 10px 15px;
    transition: border-color .5s;
}

.comments-area .submit {
	display: inline-block;
    text-align: center;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: .3px;
    border-radius: 0;
    border: 1px solid #d93939;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background-color: #d93939;
    color: #ffffff;
}

.comments-area .submit:hover {
	-webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    opacity: 0.8;
}

@media (max-width: 1000px) {

    .sort ul {
        width: 100%;
    }

    .sort li {
        width: 100%;
        display: block;
    }
}

@media (max-width: 1200px) {
    .side_menu {
        width: 280px;
    }
}

@media (max-width: 991px) {
    .header_checkout {
        margin-left: 0px;
    }

    .checkout_table {
        margin-left: -20px;
    }

    .page_header .wc-proceed-to-checkout a
    {
        margin-right: 0px;
    }

    .protected_connection
    {
        margin-top: 0px;
    }
}

@media (max-width: 990px) {
    .useful_links:before {
        margin-top: 15px;
    }

    .popup_update_cart {
        width: 500px;
        margin-left: -250px;
        height: 160px;
        margin-top: -80px;
    }

    .popup_update_cart .activate {
        display: block;
        margin-top: 5px;
    }

    .faq_header {
        padding-left: 0px;
    }

    .email_popup {
        max-width: 80%;
        max-height: 440px;
    }

    .email_popup .email_bkg,
    .email_popup .email_info {
        max-width: 49%;
    }

    .email_popup input,
    .email_popup button {
        margin-left: 0px;
    }

    .email_popup .email_info h3 {
        font-size: 17px;
        line-height: 21px;
    }

    .email_popup .email_info p:not(.security) {
        font-size: 12px;
    }
    .email_popup form i {
        right: 30px;
    }

    .email_popup button {
        font-size: 12px;
    }

    .email_popup .security {
        font-size: 11px;
    }

    .info_table {
        height: 700px;
    }

    #home-filter-age,
    #home-filter-category {
        font-size: 10px;
        padding-left: 2px;
    }

    .side_menu {
        position: static;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .comments-area .comment-form-email {
        padding: 0px;
    }

    .info_table {
        height: initial;
    }

    .comments-area .comment-form-author, .comments-area .comment-form-email, .comments-area .comment-form-url {
        width: 100%;
    }

    .comments-area .comment-form-url {
        padding-left: 0px;
    }

    .useful_links:before {
        margin-top: 0px;
    }

    #home-filter-age,
    #home-filter-category {
        font-size: 15px;
        padding-left: 2px;
    }

    .email_popup .email_bkg {
        display: none;
    }

    .email_popup .email_info {
        width: 100%;
        max-width: 100%;
    }

    .email_popup input, 
    .email_popup button {
        margin-left: 0px;
        margin: 0px auto;
        max-width: 100%;
    }
}

.proverb {
	background-color: rgba(255,255,255,.6);
	text-align: center;
}

.proverb h1 {
	font-size: 56px;
	font-weight: 700;
	text-align: center;
    color: #ff502a;
}

.proverb h1:before {
	content: '"';
}

.proverb h1:after {
	content: '"';
}

.proverb .qm_quote_tweet {
	font-size: 16px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    color: rgb(170, 170, 170);
    display: inline-block;
    padding: 4px 8px 4px 28px;
    text-decoration: none;
    background-image: url(../img/png/enforced-background.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 30px 60px;
    margin: 20px 0 30px 0;
}

.proverb .qm_quote_tweet:hover {
    border: 2px solid rgba(0, 0, 0, 0.2);
}

.information .red-box {
	padding: 35px 30px;
	min-height: 240px;
	background-color: #bb7279;
}

.information .green-box {
	padding: 35px 30px;
	min-height: 240px;
	background-color: #dfbc55;
}

.information {
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
	color: #ffffff; 
} 

.information h5 {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 10px; 
	font-weight: bold; 
	text-transform: uppercase;
}

.information p {
	margin-bottom: 10px;
}

.home-filter {
    width: 100%;
    color: #1b1919;
}

.home-filter h5 {
    background-color: #ff716e;
    font-family: "Open Sans",'MS Sans Serif', Geneva, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    letter-spacing: .3px;
    font-weight: 700;
    padding: 13px 20px 0 20px;
    margin: 0;
    text-transform: uppercase;
    color: #ffffff;
    border: 1px solid #ff716e;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.home-filter .gray-bgr {
    padding: 22px 20px 2px 20px;
    background-color: #f2f2f2;
}

.home-filter h6 {
    background-color: #ff716e;
    font-family: "Open Sans",'MS Sans Serif', Geneva, sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
    padding-bottom: 13px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}

.home-filter select {
    width: 100%;
}

.home-filter label {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
}

.home-filter label.gender {
    font-size: 10px;
    margin-right: 1px;
    display: inline-block;
}

.home-filter .layout-slider {
    margin-top: 20px;
    width: 100%;
}

.home-filter button {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: .3px;
    border-radius: 0;
    border: 1px solid #ffcb30;
    background-color: #ffcb30;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.home-filter button:hover {
    border: 1px solid #edb712;
    background-color: #edb712;
}

.category-description {
    margin: 0 0 40px 0;
    line-height: 1.9;
}

.category-description p {
    line-height: 1.7;
    padding: 0px 20px 10px 0px;
    display: block;
    font-size: 14px;
    letter-spacing: 0.3;
    color: #333;
}

.sort {
    background-color: #fbfbfb;
    padding: 15px;
    margin-top: 10px;
}

.sort p {
    margin: 15px 0 0 0;
}

.sort p label {
    font-weight: bold;
    color: #000000;
}

.children-list {
    background-color: #fbfbfb;
    padding: 15px;
}

.children-list .mt {
    margin-top: 8px;
}

.children-list p {
    font-size: 12px;
    color: #999999;
    margin: 0 15px 5px 15px;
}

.children-list .hline {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #cccccc;
}

.rectangle-bounce {
  height: 50px;
    width: 50px;
    right: 0;
    left: 0;
    z-index: 10;
    top: 40%;
    margin-right: 60px;
    display: inline-block;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.rectangle-bounce div {
    height: 100%;
    width: 5px;
    margin: 0 3px 0 0;
    background-color: #fff;
    display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

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

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

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

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

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

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

.mfp-popup .continue {
  display: inline-block;
  padding: 8px 16px;
  margin-right: 8px;
  font-size: 14px;
  color: #6D6D6D;
  text-decoration: underline;
  -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.mfp-popup .continue:hover {
    color: #000000;
-webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.mfp-popup .view_cart {
  padding: 8px 20px;
  display: inline-block;
  border: 1px solid #237cb2;
  background-color: #237cb2;
  text-transform: uppercase;
  -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
  font-size: 16px;
  color: #ffffff;
}

.mfp-popup .view_cart:hover {
    opacity: 0.8;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    text-decoration: none;
}

.mfp-popup.message-popup {
  text-align: center;
}

.mfp-popup.cart-popup {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    border: 2px solid rgba(101,101,101,.25);
    text-align: center;
    position: relative;
    overflow: hidden;    
    padding: 20px 40px;
}

.mfp-popup.cart-popup .message-popup h3 {
    margin: 0 0 20px 0;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    color: #1B1919;
    font-family: Karla,Arial,Helvetica,sans-serif;
    text-transform: uppercase;
}

.mfp-popup.cart-popup .message-popup:after {
    content: "\f218";
    position: absolute;
    bottom: 0;
    right: -14px;
    line-height: 110px;
    z-index: 1;
    font-size: 161px;
    color: rgba(123,123,123,.1);
    font-family: FontAwesome;
    transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -sand-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
}

.cart-widget {
    position: fixed;
    top: 0;
    right: 0;
    width: 340px;
    height: 100%;
    display: block;
    overflow: auto;
    background-color: #fff;
    z-index: 500;
    transform: translate3d(340px,0,0);
    -webkit-transform: translate3d(340px,0,0);
    -ms-transform: translate3d(340px,0,0);
    -sand-transform: translate3d(340px,0,0);
    -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
}

.cart-widget.active {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -sand-transform: translate3d(0,0,0);
}

.cart-widget .widget-heading {
    margin-bottom: 20px;
    padding: 28px 20px;
    background-color: #237cb2;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-flex-wrap: wrap;
    -webkit-flex-direction: row;
    -webkit-justify-content: space-between;
    display: -ms-flex;
    -ms-align-items: center;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: row;
    -ms-justify-content: space-between;
}

.cart-widget .widget-heading .widget-title {
    letter-spacing: .6px;
    margin: 0;
    padding-bottom: 0;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    color: #ffffff;
}

.cart-widget .widget-heading .widget-close {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: .6px;
    line-height: 35px;
    position: relative;
    cursor: pointer;
    padding-right: 21px;
    vertical-align: middle;
    display: inline-block;
    color: #ffffff;
}

.cart-widget .widget-heading .widget-close:after, 
.cart-widget .widget-heading .widget-close:before {
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
    width: 15px;
    height: 2px;
    display: inline-block;
    background-color: #fff;
    -webkit-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
    transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
}

.cart-widget .widget-heading .widget-close:hover:after {
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -sand-transform:rotate(-45deg)
}

.cart-widget .widget-heading .widget-close:hover:before{
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -sand-transform:rotate(45deg);
    transform:rotate(45deg)
}

.cart-widget .widget_shopping_cart {
    padding: 20px;
}

.cart-widget .widget_shopping_cart .product_list_widget {
    margin: 0 0 30px 0;
    padding: 0;
}

.cart-widget .widget_shopping_cart .product_list_widget li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.cart-widget .widget_shopping_cart .product_list_widget li {
    overflow: hidden;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(124,124,124,.15);
}

.cart-widget .widget_shopping_cart .product_list_widget li a {
    margin-bottom: 8px;
    display: block;
    font-size: 12px;
    letter-spacing: .3px;
    text-transform: uppercase;
}

.cart-widget .widget_shopping_cart .product_list_widget li>a {
    padding-right: 15px;
    color: #1B1919;
    text-decoration: none;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.cart-widget .widget_shopping_cart .product_list_widget li .remove {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 0;
    line-height: 14px;
    font-size: 18px;
    margin-bottom: 0;
    color: rgba(0,0,0,.6);
}

.cart-widget .widget_shopping_cart .product_list_widget li img {
    float: left;
    margin-right: 12px;
    max-width: 60px;
}

.cart-widget .widget_shopping_cart .product_list_widget li .quantity {
    color: #bbb;
    font-size: 12px;
    display: block;
    margin-top: 8px;
}

.cart-widget .widget_shopping_cart .product_list_widget li .amount {
    color: #d93939;
}

.cart-widget .widget_shopping_cart .total {
    font-size: 18px;
    font-weight: 700;
    color: #1B1919;

    text-transform: uppercase;
}

.cart-widget .widget_shopping_cart .total .amount {
    color: #d93939;
    float: right;
}

.cart-widget .widget_shopping_cart .total {
    border-top: 1px solid rgba(124,124,124,.2);
    border-bottom: 1px solid rgba(124,124,124,.2);
    margin-bottom: 10px;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    line-height: 24px;
}

.cart-widget .widget_shopping_cart .buttons {
    display: block;
    margin-bottom: 0;
    text-align: center;
}
.cart-widget .widget_shopping_cart .button {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: .3px;
    border-radius: 0;
    border: 1px solid;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background-color: #ECECEC;
    color: #3E3E3E;
    border-color: #ECECEC;
}

.widget_shopping_cart .buttons a:first-child {
    margin-bottom: 10px;
}

.widget_shopping_cart .buttons a {
    width: 100%;
    color: #2D2D2D;
}

.widget_shopping_cart .button:hover {
    text-decoration: none;
    background-color: #3E3E3E;
    color: #fff;
    text-decoration: none;
    border-color: #3E3E3E;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.cart-widget .widget_shopping_cart .button.checkout {
    background-color: #F66B42;
    color: #fff;
    border-color: #F66B42;
}

.cart-widget .widget_shopping_cart .button.checkout:hover { 
    opacity: 0.8;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.mobile {
    display: none;
    background-color: transparent;
}

.mobile .top-bar {
    padding: 10px 20px;
}

.mobile .menu {
    color: #ffffff;
    font-size: 30px;
}

.mobile .search-icon {
    margin-left: 15px;
    color: #ffffff;
    font-size: 30px;
    display: inline-block;
}

.mobile .search-bar {
    width: 100%;
    overflow: hidden;
    padding: 12px 20px;
    background: #009bc8 url(../img/png/background.png) left top;
    position: absolute;
    top: -200px;
    z-index: 1;
}

.mobile .search-bar i.fa-angle-left {
    font-size: 50px;
    line-height: 36px;
    color: #ffffff;
    position: absolute;
    cursor: pointer;
}

.mobile .search-bar div {
    width: 100%;
    padding: 0 90px 0 40px;
    overflow: hidden;
}

.mobile .search-bar input {
    width: 100%;
    height: 40px;
    padding: 0 5px;
    border: 1px solid #ffffff;
    font-size: 18px;
}

.mobile .search-bar button {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    padding: 10px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: .3px;
    border-radius: 0;
    border: 1px solid #ffcb30;
    background-color: #ffcb30;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    position: absolute;
    right: 20px;
}

.mobile .search-bar button:hover {
    border: 1px solid #edb712;
    background-color: #edb712;
}

.mobile-navigation {
    background-color: #ffffff;
    display: none;
    overflow-x: auto;
}

.mobile-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-navigation ul li a.main,
.mobile-navigation ul li a.single {
    color: #333333;
    font-size: 14px;
    line-height: 14px;
    display: block;
    padding: 15px;
    border-bottom: 1px solid #dedede;
    text-decoration: none;
}

.mobile-navigation ul li a.main:after {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: inherit;
    color: inherit;
    font-family: "FontAwesome";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: absolute;
    right: 15px;
}

.mobile-navigation ul li.active a.main:after {
     -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: inherit;
    color: inherit;
    font-family: "FontAwesome";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: absolute;
    right: 15px;
}
.mobile-navigation .submenu {
    padding: 0 30px;
    display: none;
    border-bottom: 1px solid #dedede;
}

.mobile-navigation .submenu a {
    color: #666666;
    font-size: 13px;
    line-height: 13px;
    display: block;
    padding: 10px 0;
    text-decoration: none;
}

.mobile-navigation .submenu a:after {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: inherit;
    color: inherit;
    content: "\f105";
    font-family: "FontAwesome";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: absolute;
    right: 30px;
}

.quickshop-bar {
    font-size: 15px;
    font-weight: 600;
    padding: 11px 150px 6px 150px;
    background-color: #ffffff;
    border-bottom: 1px solid #dddddd;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
    overflow: hidden;
    display: none;
}

.sticky_header {
    background: #009bc8 url(../img/png/background.png) left top;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20000;
}


.quickshop-bar img {
    width: 60px;
    float: left;
    margin: 0 10px 0 0;
}

.quickshop-bar .price {
    color: #cc0000;
}

.quickshop-bar .free {
    color: #ff502a;
    font-size: 14px;
}

.quickshop-bar .info,
.quickshop-bar-mobile .info {
    height: 38px;
    padding-top: 6px;
    float: left;
}

.quickshop-bar-mobile .info {
    margin-left: 15px;
}

.quickshop-bar-mobile .info i {
    font-size: 40px;
}

.quickshop-bar-mobile .info span {
    position: absolute;
    display: block;
    border: 1px solid #cc0000;
    background-color: #cc0000;
    color: #ffffff;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: -5px 0 0 25px;
}

.quickshop-bar .add-btn {
    float: right;
    border-left: 1px solid #dddddd;
}


.quickshop-bar-mobile .add-btn {
    
}

.quickshop-bar button,
.quickshop-bar-mobile button {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    padding: 17px 50px;
    font-weight: 400;
    margin: 0 15px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: .3px;
    border-radius: 0;
    border: 1px solid #ff063d;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background-color: #ff063d;
    color: #ffffff;
}

.quickshop-bar-mobile,
.proceed_checkout_mobile,
.fb_btn_mobile {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0;
    background-color: #ffffff;
    border-top: 1px solid #dddddd;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 100;
    overflow: hidden;
    display: none;
}

.not_found p {
    text-align: center;
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 1.5;
    font-weight: 700;
    max-width: 500px;
    margin: 30px auto;
}


@media (max-width: 1200px) {
    .mobile {
        display: block;
    }

    .info_table {
        min-width: initial;
        max-width: 550px;
    }

    .w100 {
       width: 100% !important;
       float: none; 
    }

    .header-topbar.desktop,
    .header-content.desktop,
    .navigation.desktop {
        display: none;
    }

    header a.logo {
        margin: 0;
    }

    .header-content {
        padding: 0;
    }

    .header-content .wishlist,
    .header-content .showcart {
        margin: 0 0 0 10px;
    }

    .header-content .wishlist i, 
    .header-content .showcart i {
        margin-right: 0;
    }

    .header-content .col-w30,
    .header-content .col-w70 {
        width: 100%;
    }

    .fb {
        display: none;
    }

    .pl0 {
        padding-left: 15px;
    }
    .npr {
        padding-right: 15px;
    }

    .col-sm-8.no-padding {
        padding: 0;
    }

    .col-sm-6.girls, 
    .col-sm-6.boys,
    .adv .owl-item .col-sm-6 {
        /* recent
        width: 50%;
        float: left;
        */
    }

    .product {
        text-align: center;
    }

    .product .product-actions img {
        width: auto;
        margin: 0 auto;
    }

    .product .hover-image {
        display: none;
    }

    header .navigation .submenu .col-sm-4 img {
        width: auto;
    }

    header .navigation .submenu .col-sm-12 a {
        width: 80px;
        margin: 10px 15px 0 0;
    }

    header .navigation .submenu .col-sm-12 img {
        width: 100%;
    }

    .shop_table_actions .text-right {
        text-align: left;
        margin-top: 10px;
    }

    .submenu {
        padding: 0 10px;
    }

    .information .red-box,
    .information .green-box {
        min-height: 100px;
        margin-bottom: 30px;
    }

    .gender_select > div{
        display: block;
    }

    .sort h4 {
        margin-left: 40px !important;
    }
}

@media (max-width: 1000px) {
    .sort h4 {
        margin-left: 40% !important;
    }
}

@media (max-width: 768px) {
    .top-bar .col-sm-4 {
        width: 33.333333%;
        float: left;
    }

    .protected_connection
    {
        float: none !important;
        display: inline-flex;
        justify-content: center;
    }

    .header_checkout
    {
        display: flex;
        justify-content: center;
    }

    .header_logo img
    {
        margin: 0 auto;
    }

    .ssl_protection
    {
        text-align: center;
    }

    .ssl_protection img
    {
        max-width: 140px;
        margin-top: 20px;
    }

    .checkout_table {
        margin-left: -20px;
    }

    .view-product .col-sm-6 .cart input,
    .view-product .col-sm-6 .cart button,
    .view-product .col-sm-6 .cart a {
        display: block;
    }

    .view-product .cart .add_to_wishlist {
        text-align: left;
    }

    .comments-area .comment-list .comment-author {
        float: none !important;
    }

    .comments-area .comment-list .comment-meta {
        text-align: left !important;
    }

    .page_header .cart_title,
    .page_header .wc-proceed-to-checkout
    {
        display: block;
        text-align: center;
    }

    .page_header .wc-proceed-to-checkout
    {
        float: none !important;
    }

    .mobile_shop_table_actions
    {
        display: block;
    }

    .mobile_shop_table_actions .button.blue,
    .mobile_shop_table_actions .coupon_code
    {
        border-radius: 4px;
        margin-left: 0px;
    }

    .shop_table_actions
    {
        display: none;
    }

    .shop_table_items .shop_table_product
    {
        position: relative;
        text-align: left;
    }

    .shop_table_items .shop_table_product a
    {
        margin-bottom: 5px;
    }

    .shop_table_items .shop_table_product a:first-of-type
    {
        padding-right: 10px;
    }

    .shop_table_items .remove
    {
        position: absolute;
        right: 0px;
        top: 10px;
    }

    .cart_timer
    {
        margin-right: 10px;
    }

}

@media (max-width: 550px) {
    .submenu .col-xs-8,
    .submenu .col-xs-6,
    .submenu .col-xs-4 {
        width: 100%;
    }

    /*.top-bar .col-sm-4:first-child {*/
        /*width: 30%;*/
    /*}*/

    /*.top-bar .col-sm-4:nth-child(2) {*/
        /*width: 30%;*/
    /*}    */

    /*.top-bar .col-sm-4:last-child {*/
        /*width: 35%;*/
    /*}*/

    .popup_update_cart
    {
        width: 300px;
        height: 240px;
        margin-left: -150px;
        margin-top: -120px;
    }


    .showcart
    {
        margin-right: 15px !important;
    }

    .home-tabs a {
        display: block;
    }

    .home-filter {
        margin-top: 30px;
    }

    .boys .title-2,
    .girls .title-2 {
        margin-bottom: 10px;
    }

    .calculated_shipping h2,
    .calculated_shipping span {
        /*text-align: center !important;*/
        /*display: block !important;*/
        margin-left: 0px !important;
        /*margin-right: 0px !important;*/
        /*float: none !important;*/
        margin-bottom: 10px;
    }

    .calculated_shipping h2
    {
        font-size: 15px;
    }

    .not_found p { 
        font-size: 25px; 
    }

    .products-list .product {
        min-height: 300px;
    }

    .view-product .gallery .thumbnails img
    {
        width: 70px;
    }

    .add-to-favorites
    {
        display: block;
        font-size: 16px !important;
        text-align: center;
        margin-top: 10px;
    }

    .tabs-wrapper .additional_info_title
    {
        font-size: 16px;
        margin: 0;
        text-align: center;
        margin-bottom: 20px;
    }

    .info_table th
    {
        font-size: 14px;
    }

    .tabs-wrapper .left-content
    {
        padding-right: 15px;
    }

    .tabs-wrapper .right-content
    {
        padding-left: 15px;
    }

    .review .comment-form
    {
        padding-left: 15px;
        border-left: 0;
        border-bottom: 0;
    }

    .page_header .wc-proceed-to-checkout
    {
        margin: 30px auto 15px auto;
    }

}

@media (max-width: 1201px) {
    .mobile-full {
        width: 100% !important;
    }

    .mobile-bot-10 {
        margin-bottom: 10px;
    }

    .calculated_shipping h2 {
        text-align: left;
        display: inline-block;
    }

    .cart_timer {
        float: right;
        margin-right: 50px;
        margin-left: 0px;
    }

    .sort li.button {
        margin-top: 5px;
    }
}

.mobile-show {
    display: none;
}

.mobile-hide {
    display: block;
}

@media (max-width: 767px) {

    .cart_table .shop_table thead {
        display: none;
    }

    .cart_table .shop_table .hide-xs
    {
        display: none;
    }


    .cart_table .show-xs
    {
        font-size: 20px;
        text-align: center;
        display: block;
        font-weight: 700;
    }

    .mobile-hide {
        display: none;
    }
    
    .mobile-show {
        display: block;
    }

    .products .mobile-show {
        display: none;
    }

    .home-tabs .line:after {
        display: none;
    }

    .newsletter > .text {
        width: auto;
    }

    footer .col-sm-6 div {
        text-align: left;
        margin-bottom: 25px;
    }

    .newsletter h1 {
        font-size: 30px;
    }

    .left-menu ul {
        display: none;
    }

    .no_mobile {
        display: none;
    }

    .products-list-top .sort {
        margin-left: -30px !important;
    }

    .swapContainer {
        display: flex;
        flex-direction: column-reverse;
    }

    .birthday-register .registration-info {
        border: none;
    }

    .quickshop-bar-mobile {
        padding: 5px 0px;
    }

    .proceed_checkout_mobile {
        padding: 5px 0px;
    }

    .quickshop-bar-mobile a {
        margin: 0px;
    }

    .proceed_checkout_mobile .button {
        margin: 0px;
    }
}


@media (max-width: 420px) {
    .mobile .top-bar {
        padding: 10px 0px;
    }

    /*.top-bar .col-sm-4 {*/
        /*padding-right: 0px;*/
    /*}*/

    /*.top-bar .col-sm-4:nth-child(2) {*/
        /*padding-left: 0px;*/
        /*margin-right: 10px;*/
    /*}*/

    .sort h4 {
        margin-left: 70px !important;
    }
}

@media (max-width: 380px) {
    .newsletter input::-webkit-input-placeholder {
        font-size: 10px;
    }

    .boys .title-2,
    .girls .title-2 {
        margin-bottom: 40px;
        font-size: 14px;
    }

    .girls .link-button,
    .boys .link-button {
        padding: 5px 10px;
    }

    #manufacturers h1 {
        font-size: 30px;
    }

    .quickshop-bar-mobile a {
        margin: 0px;
    }
}

@media (max-width: 350px) {
    header a.logo,
    .mobile .search-icon,
    .mobile .menu {
        font-size: 25px;
    }

    .header-content .showcart {
        font-size: 20px;
        margin-top: -1px;
    }

    .header-content .showcart label {
        margin-top: -4px;
    }

    .header-content .showcart i {
        width: 40px;
        height: 40px;
        padding-top: 9px;
    }
}

/*
---------------------------------------------------------------------------------------------------------- 
    Fixes
----------------------------------------------------------------------------------------------------------
*/

.mobile_icon {
    font-size: 14px;
    margin-top: -35px;
    margin-right: 6px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    font-weight: normal;
    color: #333333;
}

.mobile_icon:hover {
    cursor: pointer;
}

.wc-proceed-to-checkout a {
    margin-bottom: 20px;
}

.wc-proceed-to-checkout p {
    text-align: center;
    font-size: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 90%;
}

.proceed_checkout_mobile .button {
    margin: 5px 0px;
}

.wc-proceed-to-checkout input {
    display: block;
    float: left;
    padding-top: 5px;
}

.sort ul {
    display: inline-block;
    list-style: none;
    padding-left: 0px;
}

.sort h4 {
    display: inline-block;
    font-size: 15px;
    margin-left: 20px;
}

.sort li {
    display: inline-block;
}

.sort li.button {
    border-radius: 5px;
    padding: 5px;
}

.sort li.button:not(.active) {
    border: 1px solid gray;
}



.sort .menu_arrow {
    display: none;
}

.sort li.button:hover {
    cursor: pointer;
}

.sort li.button:not(.active):hover {
    color: #7492bc;
}

.sort .active {
    color: #FFFFFF;
    background-color: #7492bc;
    border: 1px solid #7492bc;
}

.blog_pagination {
    text-align: center;
}

.blog_pagination .current, .blog_pagination .inactive {
    border: 1px solid transparent;
    border-bottom-color: #cc66aa;
    display: inline-block;
    text-align: center;
    width: 34px;
    line-height: 32px;
    margin-right: 6px;
    font-size: 16px;
    color: #000;
}

.blog_pagination .current {
    background-color: #cc66aa;
    border-color: #cc66aa;
    color: #fff;
}

.blog_pagination .inactive:hover {
    text-decoration: none;
    border-color: #cc66aa;
}

.comments-area .comment-reply-title, .comments-area .comments-title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700!important;
    margin-bottom: 20px;
}

.comments-area ol {
    list-style: none;
    padding-left: 0px;
}

.comments-area .comment-list {
    margin-bottom: 50px;
}

.comments-area .comment-list li.comment {
    padding-bottom: 40px;
    padding-top: 40px;
    border-bottom: 1px solid rgba(113,113,113,.15);
}

.comments-area .comment-body {
    position: relative;
    padding-left: 105px;
}

.comments-area .comment-body .comment-author {
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 10px;
    float: left;
}

.comments-area .comment-body .comment-meta {
    line-height: 20px;
    margin-bottom: 15px;
    font-size: 14px;
    text-align: right;
}

.comments-area .comment-body .comment-meta a {
    color: #bbb;
    vertical-align: middle;
}

.comments-area .comment-list li p {
    line-height: 1.7;
}

.comments-area .comment-body p {
    margin-bottom: 10px;
}

.comments-area .reply {
    margin-top: 15px;
}

.comments-area .comment-body .comment-author img {
    position: absolute;
    left: 0;
    top: 0;
}

#comments .avatar {
    margin-left: 0;
}

.comments-area img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.comments-area .comment-body .comment-author .fn {
    color: #1B1919;
    font-weight: 700;
    font-style: normal;
}

.fb_btn_mobile a {
    text-align: center;
    width: 100%;
    border: 1px solid #3B579D;
    background-color: #3B579D;
    color: #ffffff;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
    transition-property: all;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
    transition-delay: initial;
}

.social_fixed_left ul {
    list-style: none;
    padding-left: 0px;
}

.social_fixed_left a {
    text-decoration: none;
}

.social_fixed_left {
    max-width: 5px;
    z-index: 100;
    font-size: 20px;
    position: fixed;
    margin-left: 10px;
    top: 300px;
}

.social_fixed_left li {
    display: block !important;
    width: 60px;
    height: 40px;
    font-size: 20px;
    text-align: center;
    margin-top: 5px;
    line-height: 35px;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
    border-bottom: 4px solid #333;
    opacity: 0.9;
}

.social_fixed_left i {
    padding-right: 7px;
}

.social_fixed_left .social_fa {
    background-color: #3B579D;
}

.social_fixed_left .social_gplus {
    background-color: #DC4A3D;
}

.social_fixed_left .social_twitter {
    background-color: #1DA1F3;
}

.social_fixed_left .social_pinterest {
    background-color: #BD081B;
}

.social_fixed_left .social_linkedin {
    background-color: #0177B5;
}

.social_fixed_left li:hover:not(.active) {
    opacity: 1;
}

.not_found {
    margin-top: 20px;
}

.not_found img {
    text-align: center;
    margin: 0px auto;
}

.table_orders thead {
    text-transform: uppercase;
}

.table_orders tbody tr {
    background-color: #F9F9F9;
}

.customer_details tr {
    background-color: #F9F9F9;
}

.customer_details th {
    text-align: left;
    font-size: 13px;
    width: 40%;
    text-transform: capitalize;
}

.customer_details_title {
    font-size: 24px;
    font-weight: normal;
    margin: 30px 0px;
}

.customer_details {
    margin-left: 0px;
}

.customer_details td {
    font-size: 18px;
}

.order_details_container > p {
    font-size: 16px;
    background-color: #f9f9f9;
    padding: 20px;
}

.order_details_container mark {
    background-color: #f9f9f9;
}

.order_details_container h2 {
    font-size: 24px;
}

.order_details .order_item .product-total {
    color: #949494;
}

.order_details thead th,
.order_details tfoot th {
    text-align: left;
}

.order_details tfoot td {
    font-size: 18px;
    text-align: left;
}

.order_details .final_total {
    font-size: 22px;
    font-weight: 700;
}

.order_details tbody td {
    background-color: #F9F9F9;
}

.shop_table td.product-name a {
    color: #424242;
    text-transform: capitalize;
    letter-spacing: .3px;
    display: inline-block;
}

.order_details_container .adsress_edit_title,
.order_details_container .edit_address_info {
    margin-left: 0px;
}

.order_details_container .edit_address_info {
    margin-bottom: 50px;
}

.order_details_container .details_phone{
    border-bottom: none;
}

.edit_address_form .button {
    border-color: #d93939;
    background-color: #d93939;
    padding: 12px 32px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    border: 1px solid;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    line-height: 18px;
    transition: all .25s ease-in-out;
    transition-property: all;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
    transition-delay: initial;
    margin: 30px 0px;
}

.edit_address_form .button:hover {
    opacity: 0.9;
}

.edit_address_form h3 {
    font-weight: normal;
    font-size: 22px;
    font-style: normal;
    margin-bottom: 20px;
}

.edit_address_form input:not(.button){
    width: 100%;
    border: 1px solid rgba(129,129,129,.25);
    font-size: 14px;
    line-height: 18px;
    padding: 10px 15px;
    transition: border-color .5s;
    transition-property: border-color;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    margin-top: 10px;
    margin-bottom: 10px;
    transition-delay: initial;
}

.edit_address_form label {
    display: block;
    font-size: 14px;
    color: #1B1919;
    font-weight: 400;
    margin-bottom: 5px;
    vertical-align: middle;
}

#billing_first_name_field,
#billing_last_name_field,
#billing_email_field,
#billing_phone_field,
#billing_state_field,
#billing_postcode_field {
    float: left;
    width: 47%;
}

#billing_first_name_field,
#billing_email_field,
#billing_state_field {
    margin-right: 45px;
}

.clear {
    float: none;
}

.s2id_billing_state {

}

.edit_address_form p > label {
    margin-top: 30px;
}

#billing_country_field > strong {
    font-size: 15px;
}

@media (max-width: 767px) {
    #billing_first_name_field,
    #billing_last_name_field,
    #billing_email_field,
    #billing_phone_field,
    #billing_state_field,
    #billing_postcode_field {
        float: none;
        width: 100%;
    }

    #billing_address_2 {
        font-size: 10px;
    }
}

#consentbox a {
    color: #e7042f;
}

label[for="consentbox"] {
    font-size: 14px;
    line-height: 20px;
    text-transform: inherit;
}

.btn-social {
    text-transform: uppercase;
}

.default-address {
    font-size: 14px;
}

.single-address {
    margin-bottom: 10px;
}

.delivery-address {
    line-height: 1.9
}

.inline-description
{
    font-size: 12px;
    color: #7d7d7d;
    margin-top: 10px;
}

.wishlist-product {
    width: 30%;
}

.blog .category
{
    position: absolute;
    bottom: 0px;
}

#post {
    position: relative;
}

#single-post {
    margin-bottom: 20px;
    position: relative;
}

.recent-articles {
    margin-top: 50px;
}

.inline-block {
    display: inline-block;
}

.size-20 {
    font-size: 20px;
}

.left-5 {
    margin-left: 5px;
}

.top-5 {
    margin-top: 5px;
}

.lowercase {
    text-transform: lowercase;
}

.sort-order {
    width: 180px;
}

.results {
    float: right;
    margin-right: 10px;
}

#order_comments {
    resize: none;
}

.btn-add-address {
    margin-top: 10px
}

.green {
    color: green;
}

.regularPrice {
    display: block;
    color: silver;
}

.overflow-none {
    overflow: hidden;
}

.success-msg {
    line-height: 2.1;
    font-size: 14px;
}

.about-text {
    line-height: 1.9;
}

.border-none {
    border: 0;
}

.msg-response {
    margin-top: 20px;
}

.faq-name {
    font-weight: bold;
    margin-top: 20px;
}

.hide {
    display: none;
}

.bot-20 {
    margin-bottom: 20px;
}

#manufacturers div {
    font-size: 26px;
    color: #1B1919;
    line-height: 1.4;
    margin-bottom: 20px;
}