/*A Design by W3layouts
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{ vertical-align:baseline;}/* vertical align baseline */
.vertical-top{ vertical-align:top;}/* vertical align top */
.underline{ padding-bottom:5px; border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{ display:block;}/* vertical menu */
nav.horizontal ul li{ display: inline-block;}/* horizontal menu */
img{max-width:100%;}
body{
font-family: 'Open Sans', sans-serif;
background:#fff;
font-weight: 100%;
}
.wrap{
width:100%;
margin:0 auto;
}
.header{
background: #000;
padding:5px;
position: relative;
}
.logo{
float:left;
}
/*---saerch---*/
.search{
position: absolute;
top: 0;
display: block;
z-index: 100;
background:#444;
width: 97%;
height: 59px;
}
.search form{
position: relative;
background: #FFF;
left: 14px;
top: 14px;
width: 84%;
}
.search input[type=text],
.search input[type=submit]{
display:inline-block;
border:none;
color:#5d5d5d;
outline:none;
width:inherit;
padding:inherit;
font-size:14px;
margin:inherit;
}
.search input[type=text]{
background:#fff;
float:none;
padding:7px;
width:80%;
font-family: 'Open Sans', sans-serif;
font-size:0.8125em;
color:#000;
-webkit-appearance: none;
}
.search input[type=text]:focus{
color:#5d5d5d;
}
.search input[type=submit]{
position: absolute;
top: 3px;
right: 5px;
background: url('../images/search1.png');
height: 22px;
width: 25px;
margin-left: 5px;
}
.close{
position:absolute;
bottom:10px;
right:10px;
color:#fff;
cursor: pointer;
}
.right button {
cursor: pointer;
font-size: .8em;
color: #777;
position: absolute;
bottom: 0;
top:10px;
right: 30px;
border: none;
outline: none;
background: url('../images/search.png') no-repeat right 4px;
width: 30px;
height: 33px;
}
/*--menu--*/
nav {
height: 40px;
width: 100%;
font-size: 11pt;
position: relative;
border-top:1px solid #333;
z-index:111;
background:#000;
}
nav ul {
padding: 0;
margin: 0 auto;
display: none;
background:#222;
}
nav li {
display: block;
}
nav a {
color: #FFF;
display: block;
width: 100%;
text-indent: 10px;
text-align: left;
text-decoration: none;
line-height: 38px;
font-size: 0.8125em;
text-transform: uppercase;
font-weight:600;
background:#000;
}
nav li a {
border-bottom: 1px solid #333;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}
nav li:last-child a {
border-right: 0;
}
nav a:hover,
nav a:active {
background-color:#222;
color:red;
}
nav a#pull {
display: block;
width: 100%;
position: relative;
}
nav a#pull:after {
background: url(../images/nav_icon.png)no-repeat;
width: 30px;
content: "";
width: 30px;
height: 30px;
display: inline-block;
position: absolute;
right: 10px;
top:3px;
}
/* start icon styles */
.icon1:before,.icon1:after {
content: "";
display: table;
}
.icon1:after {
clear: both;
}
ul.icon1 {
float:right;
zoom: 1;
list-style: none;
padding: 0;
margin-top: 12px;
}
li.list_img{
float:left;
width:31%;
}
li.list_desc{
float:left;
width:50%;
}
li.list_desc h4 a{
color:#000;
font-size:0.85em;
text-decoration:none;
font-weight:600;
}
li.list_desc h4 a:hover{
color:#555;
}
.icon1 li {
float: left;
position: relative;
}
.icon1 li:last-child{
border-right:none;
}
.icon1 li:hover > a {
color: #fafafa;
}
*html .icon1 li a:hover { /* IE6 only */
color: #fafafa;
}
.icon1 ul {
width:200px;
opacity: 0;
visibility: hidden;
position: absolute;
top:43px;
z-index: 1;
right: 7px;
background: #FFF;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
box-shadow: 0 0 10px #AAA;
-webkit-box-shadow: 0 0 10px #AAA;
-moz-box-shadow: 0 0 10px #AAA;
-o-box-shadow: 0 0 10px #AAA;
}
.icon1 li:hover > ul {
opacity: 1;
visibility: visible;
margin: 0;
z-index: 9999;
}
.icon1 ul ul {
top: 6px;
left: 158px;
margin: 0 0 0 20px;
}
.icon1 ul li {
/*--float: none;--*/
display: block;
border: 0;
}
.icon1 ul li:first-child{
border-top:none;
}
.icon1 ul li:first-child a{
border-top-left-radius: 5px;
-webkit-border-top-left-radius: 5px;
-moz-border-top-left-radius: 5px;
-o-border-top-left-radius: 5px;
}
.icon1 ul li:last-child {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.icon1 ul a {
_height: 10px; /*IE6 only*/
white-space: nowrap;
float: none;
text-transform: none;
}
.active-icon{
display: block;
}
.icon1 ul li:first-child > a:after {
content: '';
position: absolute;
left: 45%;
top: -30px;
border-left: 10px solid transparent;
border-right:10px solid transparent;
border-bottom:10px solid #f0f0f0;
}
.icon1 ul ul li:first-child a:after {
left: -100px;
top: 0%;
margin-top: -6px;
border-left: 0;
border-bottom:20px solid transparent;
border-top: 20px solid transparent;
border-right:20px solid #323757;
}
/* Mobile */
.icon1-trigger {
display: none;
}
.sub-icon1 img{
border:none;
display:inline-block;
vertical-align:middle;
}
.c1{
background: url(../images/img-sprite.png) no-repeat -66px -8px;
width: 22px;
height: 24px;
display: inline-block;
vertical-align: middle;
}
.icon1 .profile_img {
margin-top: 3px;
}
.sub-icon1 ul li h3{
text-align: center;
font-size: 15px;
color: #555;
text-transform: uppercase;
margin-bottom: 4%;
}
.sub-icon1 ul li p{
text-align:center;
font-size: 0.8125em;
color: #555555;
line-height: 1.8em;
}
.sub-icon1.list{
padding:10px;
}
.sub-icon1 ul li p a{
color: #00405d;
}
.sub-icon1 ul li p a:hover{
color: #555555;
text-decoration:underline;
}
.product_control_buttons{
float:right;
}
.product_control_buttons a:hover{
opacity:0.5;
}
.button{
text-align: center;
}
.button a{
color:#fff;
font-size:0.85em;
text-transform:uppercase;
font-weight:800;
text-decoration:none;
margin-left:45%;
border: none;
cursor: pointer;
padding:15px 30px;
display: inline-block;
outline: none;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
background: #000;
}
.button a:hover{
background:#222;
}
.login_button{
float:right;
}
.login_button a{
color:#fff;
font-size:0.8125em;
text-transform:uppercase;
font-weight:600;
text-decoration:none;
border: none;
cursor: pointer;
padding:6px 8px;
display: inline-block;
outline: none;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
background: #000;
margin:10px 0 0;
-webkit-appearance:none;
}
.login_button a:hover{
background:#555;
}
.check_button{
float:left;
}
.check_button a{
color:#fff;
font-size:0.8125em;
text-transform:uppercase;
font-weight:600;
text-decoration:none;
border: none;
cursor: pointer;
padding:6px 8px;
display: inline-block;
outline: none;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
background: #000;
margin:10px 0 0;
-webkit-appearance:none;
}
.check_button a:hover{
background:#555;
}
/*--main--*/
.content-top{
padding:20px 0;
}
.content-top h2{
color: #000;
font-size:1.5em;
font-weight: 800;
text-align: center;
text-transform: uppercase;
margin-bottom:10px;
}
.content-top p{
color: #000;
font-size: 0.8125em;
text-transform: uppercase;
text-align: center;
font-weight: 600;
margin-bottom: 10px;
}
.content-top h3{
color:#000;
font-size:1em;
text-transform:uppercase;
font-weight:700;
text-align:center;
margin:10px 0 0 0;
}
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display: none;
}
.nbs-flexisel-container {
position: relative;
max-width: 100%;
}
.nbs-flexisel-ul {
position: relative;
width: 9999px;
margin: 0px;
padding: 0px;
list-style-type: none;
text-align: center;
}
.nbs-flexisel-inner {
overflow: hidden;
margin: 0 auto;
}
.nbs-flexisel-item {
float: left;
margin: 0px;
padding: 0px;
cursor: pointer;
position: relative;
line-height: 0px;
}
.nbs-flexisel-item > img {
width:100%;
cursor: pointer;
positon: relative;
margin-top: 10px;
margin-bottom: 10px;
max-width:100px;
max-height:199px;
}
/*** Navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
width:62px;
height: 128px;
position: absolute;
cursor: pointer;
z-index: 100;
top:55px !important;
}
.nbs-flexisel-nav-left {
left: 10px;
background: url(../images/img-sprite.png) no-repeat -17px -372px;
}
.nbs-flexisel-nav-right {
right:10px;
background: url(../images/img-sprite.png) no-repeat -80px -372px;
}
.content-bottom{
width: 100%;
background: url(../images/bg_image.jpg) no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center;
background-size: 100% 100%;
}
.content_bottom-text{
padding:20px 10px;
}
.content_bottom-text h3{
color: #FFF;
font-size:1.2em;
font-weight: 800;
text-transform: uppercase;
line-height: 1.2em;
margin-bottom:10px;
}
p.m_1{
color: #FFF;
font-size: 0.8125em;
line-height: 1.5em;
width:60%;
}
.features{
padding:20px 10px;
}
h3.m_3{
color: #000;
font-size: 1.5em;
font-weight: 800;
text-align: center;
text-transform: uppercase;
margin-bottom: 10px;
}
.close_but{
text-align:center;
margin-bottom:10px;
}
i.close1{
width:46px;
height:42px;
background:url(../images/img-sprite.png)-196px -269px;
display:inline-block;
}
.top_box{
margin-bottom:20px;
}
.view {
overflow: hidden;
position: relative;
text-align: center;
cursor: default;
}
.view .mask,.view .content {
position: absolute;
overflow: hidden;
top: 0;
left: 0;
}
.view img {
display: block;
position: relative;
}
.view h2 {
text-transform: uppercase;
color: #fff;
text-align: center;
position: relative;
font-size: 17px;
padding: 10px;
background: rgba(119, 0, 36, 0.5);
margin: 20px 0 0 0;
}
.view p {
font-style: italic;
font-size: 12px;
position: relative;
color: #fff;
padding: 10px;
text-align: center;
}
/* NINTH EXAMPLE*/
.view-ninth .content {
background: rgba(119, 0, 36, 0.5);
height: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
opacity: 0.5;
width:263px;
overflow: hidden;
-webkit-transform: rotate(-33.5deg) translate(-112px, 166px);
-moz-transform: rotate(-33.5deg) translate(-112px, 166px);
-o-transform: rotate(-33.5deg) translate(-112px, 166px);
-ms-transform: rotate(-33.5deg) translate(-112px, 166px);
transform: rotate(-33.5deg) translate(-112px, 166px);
-webkit-transform-origin: 0% 100%;
-moz-transform-origin: 0% 100%;
-o-transform-origin: 0% 100%;
-ms-transform-origin: 0% 100%;
transform-origin: 0% 100%;
-webkit-transition: all 0.4s ease-in-out 0.3s;
-moz-transition: all 0.4s ease-in-out 0.3s;
-o-transition: all 0.4s ease-in-out 0.3s;
transition: all 0.4s ease-in-out 0.3s;
}
.view-ninth h2 {
margin-top: 5px;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.view-ninth:hover .content {
height: 205px;
width: 299px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
filter: alpha(opacity=90);
opacity: 0.9;
top: -5px;
-webkit-transform: rotate(0deg) translate(0, 0);
-moz-transform: rotate(0deg) translate(0, 0);
-o-transform: rotate(0deg) translate(0, 0);
-ms-transform: rotate(0deg) translate(0, 0);
transform: rotate(0deg) translate(0, 0);
}
h4.m_4{
margin-top:10px;
}
h4.m_4 a{
color:#000;
font-size:1em;
text-decoration:none;
font-weight:600;
}
h4.m_4 a:hover{
color:#444;
}
p.m_5{
color:#222;
font-size:0.85em;
}
/*--footer--*/
.footer{
background:#000;
padding:20px 10px;
}
.footer_box{
margin-bottom:20px;
}
ul.footer_box{
list-style:none;
padding:0;
}
ul.footer_box h4{
color: #FFF;
font-size: 0.95em;
text-transform: uppercase;
font-weight: 700;
margin-bottom:5px;
}
ul.footer_box li a{
color: #B8B6B6;
font-size: 0.8125em;
text-decoration:none;
line-height:1.5em;
}
ul.footer_box li a:hover{
color:#fff;
}
.footer_search {
margin-top:10px;
width:100%;
position:relative;
}
.footer_search input[type="text"] {
outline: none;
padding:10px;
outline: none;
color: #202020;
background: #FFF;
border: none;
width: 71%;
line-height: 1.5em;
font-size: 0.8125em;
font-family: 'Open Sans', sans-serif;
-webkit-appearance: none;
}
.footer_search input[type="submit"] {
background: #C7C7C7;
padding: 7px 15px;
border: none;
cursor: pointer;
position: absolute;
line-height: 1.6em;
font-size: 1em;
color: #000;
font-weight: 800;
outline: none;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
-webkit-appearance: none;
}
.footer_search input[type="submit"]:hover {
background:#222;
color:#fff;
}
ul.social{
list-style:none;
padding:0;
margin-top:10px;
}
ul.social li:first-child, ol li:first-child {
margin-top: 0px;
margin-left: 0;
}
ul.social li{
display:inline-block;
margin-right:2px;
}
ul.social li a span:hover{
opacity:0.5;
}
li.facebook a span {
height: 25px;
width: 25px;
display: block;
background: url(../images/img-sprite.png)no-repeat -256px -276px;
}
li.twitter a span {
height: 25px;
width: 25px;
display: block;
background: url(../images/img-sprite.png)no-repeat -298px -276px;
}
li.instagram a span {
height: 25px;
width: 25px;
display: block;
background: url(../images/img-sprite.png)no-repeat -346px -276px;
}
li.pinterest a span {
height: 25px;
width: 25px;
display: block;
background: url(../images/img-sprite.png)no-repeat -391px -276px;
}
li.youtube a span {
height: 25px;
width: 47px;
display: block;
background: url(../images/img-sprite.png)no-repeat -437px -276px;
}
.dropdown dd, .dropdown dt, .dropdown ul { margin:0px; padding:0px; }
.dropdown dd { position:relative; }
.dropdown a, .dropdown a:visited { color:#fff; text-decoration:none; outline:none;}
.dropdown a:hover { color:#fff;}
.dropdown dt a:hover { color:#fff;}
.dropdown dt a {background:url(../images/arrow.png) no-repeat scroll right center; display:block; padding-right:20px;
}
.dropdown dt a span {cursor: pointer;
cursor: pointer;
display: block;
padding:0px 10px;
font-size: 0.85em;
color: #FFF;
font-weight: 400;
}
.dropdown dd ul { background:#222 none repeat scroll 0 0;color:#fff; display:none;
left:0px; padding:5px 0px; position:absolute; top:13px; width:auto; min-width:200px; list-style:none;}
.dropdown span.value { display:none;}
.dropdown dd ul li a { padding:5px; display:block;font-size: 13px;}
.dropdown dd ul li a:hover { background-color:#444;}
.dropdown img.flag { border:none; vertical-align:middle; margin-left:10px; }
.flagvisibility { float: right;}
/*--dropdown--*/
.dropdown {
display: block;
display: inline-block;
position: relative;
z-index: 9999;
margin:0;
}
/* ===[ For demonstration ]=== */
/* ===[ End demonstration ]=== */
.dropdown .dropdown_button {
cursor: pointer;
width: auto;
display: inline-block;
padding: 4px 12px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
font-weight: bold;
color:#fff;
line-height:29px;
text-decoration: none !important;
background:#595959;
font-size: 11px;
}
.dropdown input[type="checkbox"] + .dropdown_button .arrow {
display: inline-block;
width: 0px;
height: 0px;
border-top: 5px solid #fff;
border-right: 5px solid transparent;
border-left: 5px solid transparent;
}
.dropdown input[type="checkbox"]:checked + .dropdown_button .arrow { border-color: white transparent transparent transparent }
.dropdown .dropdown_content {
position: absolute;
border: 1px solid #777;
padding: 0px;
background:#595959;
margin: 0;
display: none;
}
.dropdown .dropdown_content li {
list-style: none;
margin-left: 0px;
line-height: 16px;
border-top: 1px solid #5F5D5D;
border-bottom: 1px solid #555353;
margin-top: 2px;
margin-bottom: 2px;
}
.dropdown .dropdown_content li:hover {
border-top-color: #555;
border-bottom-color: #555;
background:#444;
}
.dropdown .dropdown_content li a {
display: block;
padding: 2px 7px;
padding-right: 15px;
color:#fff;
font-size:13px;
text-decoration: none !important;
white-space: nowrap;
}
.dropdown .dropdown_content li:hover a {
color: white;
text-decoration: none !important;
}
.dropdown input[type="checkbox"]:checked ~ .dropdown_content { display: block }
.dropdown input[type="checkbox"] { display: none }
.copy {
margin-bottom: 10px;
}
.copy p{
font-size:0.8125em;
font-weight:600;
color:#B8B6B6;
}
.copy p a{
color:#fff;
}
.footer_bottom{
margin-top:20px;
text-align: center;
}
/*--shop--*/
.shop_top{
padding:20px 10px;
}
.new-box {
right:10px;
}
.new-box, .sale-box {
position: absolute;
top:16px;
overflow: hidden;
height: 38px;
min-width: 70px;
text-align: left;
z-index: 0;
display: inline-block;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.new-label {
font-size: 0.85em;
color: #FFF;
background:#FFAF02;
text-transform: uppercase;
padding:9px;
text-align: center;
display: block;
min-width:55px;
position: absolute;
left: 0px;
top: 0px;
z-index: 1;
}
.sale-box {
left:10px;
}
.sale-label {
font-size: 0.85em;
color: #FFF;
background:#E92546;
text-transform: uppercase;
padding:9px;
text-align: center;
display: block;
min-width:55px;
position: absolute;
left: 0px;
top: 0px;
}
.shop_box{
position:relative;
margin-bottom: 20px;
}
.shop_box img{
display:block;
}
.shop_desc{
border:1px solid #E0E0E0;
padding:10px;
}
.shop_desc h3{
margin-bottom:5px;
}
.shop_desc h3 a{
color: #333;
font-size: 15px;
font-weight: 600;
text-decoration: none;
}
.shop_desc h3 a:hover{
color:#666;
}
.shop_desc p{
color:#555;
font-size:0.8125em;
line-height:1.8em;
margin-bottom:10px;
}
span.reducedfrom {
text-decoration: line-through;
margin-right: 8%;
color: #888;
}
span.actual {
color: #7DB122;
font-size: 1em;
color:#000
}
ul.buttons{
list-style: none;
padding: 0;
margin-top: 10px;
}
.cart{
float:left;
}
.shop_btn{
float:right;
}
.shop_btn a, .cart a{
color: #000;
font-size: 0.8125em;
text-transform: uppercase;
font-weight: 600;
text-decoration:none;
}
.shop_btn a:hover{
color:#E92546;
}
.cart a:hover{
color:#FFAF02;
}
.shop_box-top{
margin-bottom:5%;
}
h3.m_2 {
color: #555;
margin-bottom:10px;
font-size: 1.2em;
line-height: 1.2;
font-weight: normal;
letter-spacing: -1px;
text-transform: uppercase;
}
h4.m_5{
margin: 10px 0 5px;
}
h4.m_5 a{
color: #555;
font-size:0.95em;
text-transform: uppercase;
letter-spacing: -1px;
text-decoration:none;
}
h4.m_5 a:hover{
color:#000;
}
p.m_6{
font-size:0.8125em;
color: #555;
line-height: 1.5em;
}
.team1{
margin-bottom:20px;
}
.team_box{
margin-bottom:20px;
}
ul.team_list{
padding:0;
list-style:none;
}
ul.team_list h4{
color: #555;
margin-bottom:10px;
font-size: 1.2em;
line-height: 1.2;
font-weight: normal;
letter-spacing: -1px;
text-transform: uppercase;
}
ul.team_list li {
list-style-image: url(../images/marker.png);
margin: 0 0px 20px 15px;
}
ul.team_list li a {
font-size: 0.85em;
color: #222;
text-transform: uppercase;
text-decoration:none;
}
ul.team_list li a:hover {
color:#444;
}
ul.team_list li p{
color:#888;
font-size:0.8125em;
line-height:1.5em;
}
p.m_7{
color: #888;
font-size: 0.8125em;
line-height: 1.5em;
margin-bottom: 10px;
}
.img_section{
position:relative;
}
.img_section img{
display:block;
}
.img_section_txt {
position: absolute;
width: 100%;
left: 0;
bottom: 0;
background:rgba(5, 5, 5, 0.43);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding:10px;
color: #FFF;
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease;
}
.magnifier2:hover .img_section_txt {
background:rgba(255, 0, 0, 0.36);
}
p.m_8{
color: #333;
font-size: 0.8125em;
line-height: 1.5em;
margin: 10px 0 20px 0;
}
.address p {
font-size:0.8125em;
line-height:1.8em;
}
.address p span:hover {
text-decoration: none;
}
.address p span {
text-decoration: underline;
color: #555;
cursor: pointer;
}
.contact{
margin-top:20px;
}
.to input[type="text"] {
padding:8px;
width:92%;
font-size: 0.8125em;
font-family: 'Open Sans', sans-serif;
margin: 10px 0;
border: none;
color: #888;
background:#F8F8F8;
float: left;
outline: none;
border:1px solid #DFE0E2;
-webkit-appearance: none;
}
.to input[type="text"]:hover, .text input[type="text"], .text textarea:hover{
border-color:#E25050;
}
.text input[type="text"], .text textarea {
width:92%;
font-size: 0.8125em;
margin: 10px 0;
border: none;
color: #888;
font-family: 'Open Sans', sans-serif;
outline: none;
background:#F8F8F8;
height: 100px;
padding:8px;
resize: none;
border:1px solid #DFE0E2;
-webkit-appearance: none;
}
.form-submit{
float:right;
}
.form-submit input[type="submit"] {
color: #FFF;
font-family: 'Open Sans', sans-serif;
font-size: 0.95em;
padding: 12px 30px;
text-transform: uppercase;
background: #E25050;
display: inline-block;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
font-weight: 100;
border: none;
cursor: pointer;
outline: none;
-webkit-appearance: none;
}
.form-submit input[type="submit"]:hover {
background:#333;
}
/*--single--*/
.single_left{
margin-bottom:20px;
}
.single_image{
width:36.5%;
float: left;
margin-right: 2.6%;
}
.single_right{
width: 60.5%;
float: left;
}
.single_right h3{
color: #222;
font-size:0.85em;
text-transform: uppercase;
margin-bottom: 10px;
font-weight: 700;
}
.btn1-default1 {
outline: none;
border: 1px solid #CACACA;
background: #FFF;
padding: 5px 10px;
font-size: 0.85em;
font-family: 'Open Sans', sans-serif;
cursor: pointer;
}
.btn1-twitter:hover {
color: #FFF;
background-color: #00AAF0;
}
i.icon-twitter{
height: 20px;
width: 20px;
background: url(../images/img-sprite.png)no-repeat -260px -318px;
float: left;
margin-right: 2px;
}
.btn1-twitter:hover i{
background: url(../images/img-sprite.png)no-repeat -260px -341px;
}
i.icon-facebook{
height: 20px;
width: 20px;
background: url(../images/img-sprite.png)no-repeat -292px -317px;
float: left;
margin-right: 2px;
}
.btn1-facebook:hover i{
background: url(../images/img-sprite.png)no-repeat -292px -341px;
}
.btn1-facebook:hover {
color: #FFF;
background-color:#435F9F;
}
i.icon-google{
height: 20px;
width: 20px;
background: url(../images/img-sprite.png)no-repeat -321px -317px;
float: left;
margin-right: 2px;
}
.btn1-google:hover i{
background: url(../images/img-sprite.png)no-repeat -321px -341px;
}
.btn1-google:hover {
color: #FFF;
background-color:#E04B34;
}
i.icon-pinterest{
height: 20px;
width: 20px;
background: url(../images/img-sprite.png)no-repeat -353px -318px;
float: left;
margin-right: 2px;
}
.btn1-pinterest:hover i{
background: url(../images/img-sprite.png)no-repeat -353px -342px;
}
.btn1-pinterest:hover {
color: #FFF;
background-color:#CE1F21;
}
.social_buttons h4{
color: #08080B;
font-weight: 700;
font-size: 0.8125em;
padding-bottom: 0.5em;
display: block;
text-transform:uppercase;
}
p.m_10{
color: #333;
font-size: 0.8125em;
line-height: 1.5em;
margin-bottom: 10px;
}
.btn_form{
margin-bottom:10px;
}
.btn_form form input[type="submit"] {
font-family: 'Open Sans', sans-serif;
cursor: pointer;
border: none;
outline: none;
display: inline-block;
font-size: 0.85em;
padding: 10px 30px;
background: #333;
color: #FFF;
text-transform: uppercase;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-appearance: none;
}
.btn_form form input[type="submit"]:hover {
background: #FFAF02;
}
ul.add-to-links {
margin-bottom:10px;
list-style: none;
padding: 0;
}
ul.add-to-links img {
vertical-align: middle;
}
ul.add-to-links a {
color: #000;
font-size: 0.85em;
}
ul.product-colors{
list-style:none;
padding:0;
margin-bottom:10px;
}
.product-colors h3, .prosuct-qty span {
color: #08080B;
font-weight: 700;
font-size:12px;
padding-bottom: 0.5em;
display: block;
text-transform: uppercase;
margin-bottom: 5px;
}
.product-colors li {
display: inline-block;
}
.product-colors li a span {
width: 32px;
height: 32px;
display: inline-block;
}
.color1 span {
background:#45BF55;
}
.color2 span {
background:#0AA5E2;
}
.color3 span {
background:#EE82EE;
}
.color4 span {
background:orange;
}
.color4 span {
background:gray;
}
.color5 span {
background:yellow;
}
.color6 span {
background:red;
}
.box-info-product{
background: #FFF;
border: 1px solid #D2D0D0;
border-top: 1px solid #B0AFAF;
border-bottom: 1px solid #B0AFAF;
padding:10px;
margin-bottom: 20px;
}
p.price2{
color: #333;
font-size: 1.5em;
font-weight: 700;
margin-bottom: 10px;
}
.prosuct-qty {
margin-bottom:10px;
padding:0;
}
.prosuct-qty select {
font-family: 'Open Sans', sans-serif;
border: 1px solid #EEE;
padding:10px 30px;
font-size: 1em;
outline: none;
}
.prosuct-qty option {
border: 1px solid #EEE;
font-family: 'Open Sans', sans-serif;
}
.box-info-product .exclusive {
border:none;
outline: none;
position: relative;
display: block;
background:#E25050;
cursor: pointer;
-webkit-appearance: none;
}
.box-info-product .exclusive span {
font-weight: 700;
font-size: 17px;
line-height: 32px;
padding: 3px 10px 0px 60px;
color: #FFF;
display: block !important;
-webkit-appearance: none;
}
.box-info-product .exclusive:after {
border-left: 1px solid #fff;
position: absolute;
top: 0;
bottom: 0;
left: 51px;
content: "";
width: 1px;
z-index: 2;
}
.box-info-product .exclusive:before {
background: url(../images/img-sprite.png)no-repeat -401px -312px;
position: absolute;
top: 0;
left: 0;
bottom: 0;
color: #FFF;
font-size: 25px;
line-height: 47px;
content: "";
z-index: 2;
width: 51px;
text-align: center;
}
.box-info-product .exclusive:hover {
background: #303030;
background-position: 0 0;
}
.desc{
margin-bottom:20px;
}
.desc h4{
color:#333;
font-size:1.1em;
margin-bottom:5px;
text-transform:uppercase;
}
.desc p{
color:#555;
font-size:0.8125em;
line-height:1.5em;
}
h4.m_11{
color:#333;
font-size:0.95em;
text-transform:uppercase;
margin-bottom:10px;
}
.product1{
margin-bottom:20px;
}
.product1 img{
display:block;
}
h4.m_12{
color: #08080B;
font-weight: 700;
font-size:12px;
padding-bottom: 0.5em;
display: block;
text-transform: uppercase;
}
ul.options{
list-style:none;
padding:0;
margin-bottom:20px;
}
ul.options li {
margin: 0 1% 0 0;
display: inline-block;
}
ul.options li a {
color: #000;
font-size: 0.8125em;
padding: 5px 10px;
border: 1px solid #DFDDDD;
text-decoration:none;
line-height: 3em;
}
ul.options li a:hover {
border: 1px solid #FFAF02;
}
/*--checkout--*/
p.cart {
color: #555;
font-size: 0.85em;
line-height: 1.8em;
}
/*--login--*/
.login-page {
background: #FFF;
}
h4.title {
color:#000;
margin-bottom: 0.5em;
font-size: 1em;
line-height: 1.2;
font-weight: normal;
margin-top: 0px;
letter-spacing: -1px;
text-transform: uppercase;
border-bottom: 1px solid #ECECEC;
padding-bottom: 13px;
}
.login-page p {
color: #555;
font-size: 0.8125em;
line-height: 1.5em;
}
.button1 input[type="submit"] {
background: #000;
border: none;
color: #FFF;
padding: 8px 10px;
cursor: pointer;
float: right;
font-family: 'Open Sans', sans-serif;
outline: none;
font-size: 0.85em;
-webkit-appearance: none;
}
.button1 input[type="submit"]:hover {
background: #555;
}
#login-form label {
color: #777;
line-height: 2.8em;
font-size: 0.95em;
font-weight: 400;
margin: 0;
display: block;
}
input.inputbox, input.required, div.k2AccountPage input[type="text"] {
background: #FFF;
outline-color: #00BFF0;
border: 1px solid #EEE;
color: inherit;
padding: 7px 20px;
width:85%;
font-family: 'Open Sans', sans-serif;
font-size: 0.85em;
}
.remember {
margin-top:20px;
}
p#login-form-remember {
float: left;
}
fieldset.input input[type="submit"] {
background: #000;
border: none;
color: #FFF;
padding: 8px 20px;
cursor: pointer;
float: right;
font-family: 'Open Sans', sans-serif;
outline: none;
font-size: 0.85em;
-webkit-appearance: none;
}
fieldset.input input[type="submit"]:hover {
background:#555;
}
#login-form label a {
color: #777;
color:0.85em;
}
#login-form label a:hover {
color:#00BFF0;
}
.button1 {
float: right;
margin: 15px 0 20px;
}
/*--register--*/
.register-top-grid h3, .register-bottom-grid h3 {
color:#000;
font-size: 1em;
padding-bottom: 5px;
margin: 0;
}
.register-top-grid div, .register-bottom-grid div {
margin: 10px 0;
}
.register-top-grid span, .register-bottom-grid span {
color:#555;
font-size: 0.8125em;
padding-bottom: 0.2em;
display: block;
text-transform: uppercase;
}
.register-top-grid input[type="text"], .register-bottom-grid input[type="text"] {
border: 1px solid #EEE;
outline-color: #F00;
width: 92%;
font-size: 0.8125em;
padding: 0.5em;
font-family: 'Open Sans', sans-serif;
}
.checkbox {
margin-bottom: 4px;
padding-left: 27px;
font-size: 1.1em;
line-height: 27px;
cursor: pointer;
}
.checkbox {
float: left;
margin-left: 8px;
position: relative;
font-weight: 600;
}
.checkbox:last-child {
margin-bottom: 4px;
}
.checkbox:last-child {
margin-bottom: 0;
}
.news-letter {
color: #555;
font-weight:600;
font-size: 0.85em;
margin-bottom: 1em;
display: block;
text-transform: uppercase;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
clear: both;
}
.checkbox i {
position: absolute;
bottom: 5px;
left: 0;
display: block;
width:20px;
height:20px;
outline: none;
border: 2px solid #DDD;
}
.checkbox input + i:after {
content: '';
background: url("../images/tick1.png") no-repeat 2px 4px;
width: 15px;
height: 15px;
text-align: center;
}
.checkbox input + i:after {
position: absolute;
opacity: 0;
transition: opacity 0.1s;
-o-transition: opacity 0.1s;
-ms-transition: opacity 0.1s;
-moz-transition: opacity 0.1s;
-webkit-transition: opacity 0.1s;
}
.checkbox input {
position: absolute;
left: -9999px;
}
.checkbox input:checked + i:after {
opacity: 1;
}
.news-letter:hover {
color:#00BFF0;
}
.register-grids form input[type="submit"] {
background:#E25050;
color: #FFF;
font-size: 0.8em;
padding:0.8em 2.2em;
border:none;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
display: inline-block;
font-family: 'Open Sans', sans-serif;
cursor: pointer;
outline: none;
text-transform: uppercase;
-webkit-appearance: none;
}
.register-grids form input[type="submit"]:hover {
background:#555;
}
.register-top-grid {
margin-bottom: 20px;
}