/* Font Call */
@font-face {
font-family: 'FreeSerif';
src: url('./fonts/FreeSerifBold.woff2') format('woff2'),
url('./fonts/FreeSerifBold.woff') format('woff'),
url('./fonts/FreeSerifBold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'FreeSerif';
src: url('./fonts/FreeSerif.woff2') format('woff2'),
url('./fonts/FreeSerif.woff') format('woff'),
url('./fonts/FreeSerif.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Avenir';
src:url('./fonts/AvenirLTPro-Light.woff') format('woff');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Avenir';
src:url('./fonts/AvenirLTPro-Roman.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Avenir';
src:url('./fonts/AvenirLTPro-Medium.woff') format('woff');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Avenir';
src:url('./fonts/AvenirLTPro-Heavy.woff') format('woff');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'Avenir';
src:url('./fonts/AvenirLTPro-Black.woff') format('woff');
font-weight: 800;
font-style: normal;
}
/*url('./fonts/FreeSerif.woff2') format('woff2'), url('./fonts/FreeSerif.woff') format('woff'),*/
/* End Call */
html {
/* Adjust font size */
font-size: 100%;
-webkit-text-size-adjust: 100%;
/* Font varient */
font-variant-ligatures: none;
-webkit-font-variant-ligatures: none;
/* Smoothing */
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}
body{
padding:0;
padding-right: 0 !important;
margin:0;
height:100%;
width:100%;
background: #F2EFE9;
color: #292B2E;
font-size: 18px;
overflow-x:hidden;
overflow-y: scroll !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body.nav-expanded { position: fixed; }
body a{
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
}
a
input[type="button"],input[type="submit"] {
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
}
input[type="text"], select {
border: 1px solid #ccc;
padding: 5px 8px;
margin-bottom: 5px;
}
h1,h2,h3,h4,h5,h6{
margin:0;
}
h3,h4,h5,h6 { font-weight: 400; }
p{
margin:0;
}
ul{
margin:0;
padding:0;
}
label{
margin:0;
}
img {
/*-ms-interpolation-mode: nearest-neighbor; */
/*image-rendering: -webkit-optimize-contrast; */
/*image-rendering: -webkit-crisp-edges; */
/*image-rendering: -moz-crisp-edges;*/
/*image-rendering: -o-crisp-edges;*/
/*image-rendering: pixelated;*/
}
.boldText { position: relative; font-weight: bold; text-decoration: underline; }
.boldText:before { content: ""; display: block; position: absolute; left: -50px; width: 30px; top: 50%; height: 1.5px; background: #292B2E; }
.pd0 { padding-left: 0; padding-right: 0; }
.pdl0 { padding-left: 0; }
.pdr0 { padding-right: 0; }
.prodfix { width: 80%; display: inline-block !important; }
.centerAnything {
display: block;
max-width: 100%;
max-height: 100%;
/* center align vertical and horizontal */
position: relative; /* or absolute*/
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform:translate(-50%, -50%);
}
.w100{ width: 100% !important; }
.w70 { width: 70%; }
.hide { display: none !important; }
.pdlr0 { padding-left: 0; padding-right: 0; }
.vertAlign {
position: relative; top: 50%; transform: translateY(-50%);
}
.fbold {
font-weight: 600;
}
.hide {
display: none !important;
}
.op0 { opacity: 0 !important; }
.h0 { height: 0; overflow: hidden; }
.fr { float: right; }
.fl { float: left; }
.bdfix { border-top: 1px solid #cdcdcd; }
.summer-edit-backend { background: transparent !important; }
/*-----start-header----*/
/*div[data-iessection="templatetop"] {*/
/*border-bottom: 1px solid #ececec;*/
/*}*/
.header-top-strip{
padding:8px 0 14px 0;
}
.header-top-right ul li {
display: inline-block;
margin-right:15px;
}
.header-top-right ul li a {
color: #fff;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 11px;
}
span.glyphicon.glyphicon-user,span.glyphicon.glyphicon-lock {
font-size: 10px;
vertical-align: initial;
margin-right: 6px;
}
.header-top-right {
float: right;
margin-top:5px;
}
.header-right {
float: right;
margin-top: 5px;
}
.box_1 h3 {
color: #fff;
font-size: 10px;
margin-bottom: 0;
float: left;
font-weight: 400;
padding: 0;
}
.box_1 h3 img {
margin-left: 3px;
}
a.simpleCart_empty {
font-size: 10px;
color: #ACF121;
}
.box_1 p {
margin-left: 8px;
float: left;
}
.banner {
display: flex;
align-items: flex-end;
justify-content: center;
position: relative;
margin-top: -1px;
width: 100%;
height: 100vh;
overflow: hidden;
}
.logo {
/*height: 60px;*/
position: relative;
text-align: left;
}
.logo a {
text-align: center;
font-size: 24px;
color: #fff;
font-weight: 600;
/*position: absolute;*/
/*top: 50%;*/
/*left: 50%;*/
/*margin-right: -50%;*/
/*transform: translate(-50%, -50%);*/
/*-ms-transform: translate(-50%, -50%);*/
/*-webkit-transform: translate(-50%, -50%);*/
/*-moz-transform: translate(-50%, -50%);*/
/*-o-transform: translate(-50%, -50%);*/
}
.logo a img {
/*max-height: 80px;*/
/*max-width: 220px;*/
max-width: 152px;
width: auto;
/*image-rendering: pixelated;*/
}
.dropOpen .logo a img, .cat1 .logo a img, .nav-expanded .logo a img { filter: invert(50%) sepia(24%) saturate(569%) hue-rotate(338deg) brightness(87%) contrast(87%); }
.banner-top {
padding-top: 0;
/*background-color: #ffffff;*/
/*border-bottom: 1px solid #ebebeb;*/
}
.banner-top.front { position: absolute; top: 0; left: 0; width: 100%; /*z-index: 2;*/ z-index: 3; }
.inner-head {
background-color:#fff;
}
.navbar-default {
background-color: transparent;
border-color: transparent;
}
.navbar-default .navbar-nav li { margin: 0 10px; }
.navbar-default .navbar-nav li > a {
padding: 5px 10px;
/*color: #292B2E;*/
color: #9D6E59;
text-transform: capitalize;
}
.navbar-default .navbar-nav li > a:hover { color: #9D6E59; }
.front .navbar-default .navbar-nav li > a { color: #ffffff; }
.front .navbar-default.dropOpen .navbar-nav li > a { color: #9D6E59; }
.cat1 .navbar-default .navbar-nav li > a { color: #9D6E59; }
.bTbg .dropdown.mega-dropdown a.navTog { color: #E9C8AB !important; }
.bTbg .dropdown.mega-dropdown.active a.navTog { background-color: transparent; color: #9D6E59 !important; font-weight: bold; text-decoration: underline; }
.navbar-nav {
display: inline-block;
/*margin: 15px 0 0;*/
/*width: 100%;*/
width: calc(100% - 600px);
text-align: center;
}
.navbar-collapse.collapse {
padding: 0;
}
.navbar-default .navbar-nav > li > a .chevron { padding-left: 2px; font-size: 0.6em; }
/*.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {*/
/*background-color: #333;*/
/*color: #fff;*/
/*}*/
/*.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {*/
/*color: #000;*/
/*background-color: transparent;*/
/*}*/
.navbar {
display: flex;
align-items: center;
justify-content: flex-start;
position: relative;
min-height: 50px;
padding: 0 50px;
margin-bottom: 10px;
/*padding-top: 25px;*/
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
color: #555;
background-color: #fff;
}
.navbar-header {
/*float: left;*/
/*width: 48%;*/
width: 300px;
}
.bTbg .navbar-header { z-index: 12; }
.navbar-toggle { border-color: transparent !important; }
.navbar-default .navbar-toggle .icon-bar { background-color: #9D6E59; }
.navbar-toggle .icon-bar+.icon-bar { margin-top: 2px; }
.front .navbar-default .navbar-toggle .icon-bar { background-color: #ffffff; }
.nav-expanded .front .navbar-default .navbar-toggle .icon-bar { background-color: #9D6E59; }
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: transparent; }
/*.navbar-header {}*/
ul.multi-column-dropdown h6 a {
font-size: 14px;
font-weight: 500;
margin-bottom: 10px;
color: #292B2E;
padding: 0;
}
.multi-column-dropdown li {
list-style-type:none;
margin: 0px 0 5px;
}
.multi-column-dropdown li ul { padding-left: 4px; }
.multi-column-dropdown li ul li a { font-size: 12px; }
.navbar-nav .multi-column-dropdown li {
cursor: pointer;
}
.multi-column-dropdown li a {
display: block;
clear: both;
line-height: 1em;
color: #000;
white-space: normal;
font-weight: 300;
}
.multi-column-dropdown li a.list {
font-weight: 600;
margin-bottom: 7px;
}
.dropdown-menu .divider {
height: 0px;
margin: 1px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.multi-column-dropdown li a:hover {
text-decoration: none;
color: #555;
background-color: #fff!important;
}
.dropdown-menu.columns-2 {
min-width: 400px;
padding: 15px 20px;
}
.dropdown-menu.columns-3 {
min-width: 650px;
padding: 15px 20px;
}
.navbar-nav .category1, .navbar-nav > li {
display: inline-block;
float: none;
}
.navbar-nav .category1 a { margin: 5px 0; }
.navbar-nav .category1 a, .navbar-nav > li a {
/*font-size: 13px;*/
font-weight: 500;
color: #9D6E59;
/*color: #8e8a81;*/
/*color: inherit;*/
/*text-transform: uppercase;*/
}
.navbar-nav .category1 a { margin-bottom: 0; font-size: 15px; }
.navbar-nav .category1 a:hover, .navbar-nav > li a:hover {
font-weight: bold;
text-decoration: none;
/*color: #9D6E59;*/
}
.navbar-nav #category-list {
flex-direction: row;
}
.navbar-nav #category-list .menuDivLeft {
display: flex;
flex-direction: row;
gap: 20px;
margin-left: -290px;
}
.navbar-nav #category-list .menuDivLeft .menimg1, .navbar-nav #category-list .menuDivLeft .menimg2, .mobilenav .menimg1, .mobilenav .menimg2 { display: flex; flex-direction: column; }
.navbar-nav #category-list .menuDivLeft .menimg1 em, .navbar-nav #category-list .menuDivLeft .menimg2 em, .mobilenav .menimg1 em, .mobilenav .menimg2 em { margin-top: 5px; font-style: normal; color: #9D6E59; font-size: 12px; }
.mobilenav .menimg1 em, .mobilenav .menimg2 em { font-size: 10px; }
.menimg1 img, .menimg2 img { max-width: 135px; }
.navbar-nav #category-list .menuDivLeft.fx { margin-left: -135px; }
.navbar-nav #category-list .menuDivRight {
display: flex;
flex-direction: column;
gap: 20px;
}
.navbar-nav #category-list .menuDivRight .menCat { display: flex; flex-direction: column; }
.navbar-nav #category-list .menuDivRight .menCat.fx a { font-size: 15px; padding: 0 30px; }
.navbar-nav #category-list:before { content: ""; background: #F2EFE9; width: 160vw; left: -60vw; position: absolute; height: 100%; top: 0; z-index: -1; }
.shop-all-link { padding: 0 30px; font-weight: 600 !important; font-style: italic; }
.shop-all-link:hover { text-decoration: none; }
.navbar-nav #category-list .menuDivRight .menCat #cat-8 { display: none; }
/*.navbar-nav #category-list:after { content: ""; background: #F2EFE9; } */
/*.navbar-nav .category:after, .navbar-nav > li:after {*/
/*content: "/";*/
/*color: #8e8a81;*/
/*position: absolute;*/
/*top: 15px;*/
/*right: 0;*/
/*transform: rotate(24deg);*/
/*}*/
/*.navbar-nav .category:last-child:after, .navbar-nav > li:last-child:after {*/
/*content: "";*/
/*}*/
.navbar-default .searchbutton { /*float: left; width: 25%; height: 60px;*/ margin-right: 20px; position: relative; z-index: 3; }
.navbar-default .searchbutton #search-button { display: block; /*font-size: 18px; color: #9D6E59;*//*color: #8e8a81;*/ border: none; background: transparent;
width: 25px;
height: 25px;
background-image: url(../../misc_images/search-icon.png);
background-size: cover;
background-position: 0 100%;
font-size: 0;
margin-top: -4px; }
.front .navbar-default .searchbutton #search-button { background-position: 0 0; }
.bTbg .searchbutton #search-button, .cat1 .searchbutton #search-button { background-position: 0 100% !important; }
.navbar-default .searchbutton #search-button:hover { color: #94908d; }
.front .navbar-default .searchbutton #search-button { color: #ffffff; }
.front .navbar-default.dropOpen .searchbutton #search-button { color: #9D6E59; }
.navbar-default .extra-links { display: flex; justify-content: flex-end; float: right; width: 300px; text-align: right; /*height: 60px;*/ }
.navbar-default .extra-links li { display: inline-block; text-align: right; }
.navbar-default .extra-links li a { color: #9D6E59; /*color: #8e8a81; font-size: 11px;*/ padding: 5px 10px; /*text-transform: uppercase;*/ }
.loginLnk, .bTbg .loginLnk { display: block; width: 25px; height: 25px; background-image: url(../../misc_images/account-icon.png); background-size: cover; background-position: 0 100%; font-size: 0; margin-top: -4px; transition: none; }
.front .loginLnk { background-position: 0 0; }
.bTbg .loginLnk, .cat1 .loginLnk { background-position: 0 100% !important; }
.front .navbar-default .extra-links li a { color: #ffffff; }
.front .navbar-default.dropOpen .extra-links li a { color: #9D6E59; }
.front .navbar-default.dropOpen .extra-links li a { color: #9D6E59; }
/*.navbar-default .extra-links li a:hover { color: #9D6E59; }*/
.topwishlisticon { display: block !important; color: #8e8a81; /*font-size: 11px;*/ cursor: pointer; }
.front .topwishlisticon { color: #ffffff; }
#cd-cart-trigger, #cd-cart-trigger2 { position: relative; font-size: 0; }
.cartnumber { position: absolute; display: flex; align-items: center; justify-content: center; background: #F2EFE9; border: 1px solid #9D6E59; /*background: #ffffff;*/ height: 30px; width: 30px; border-radius: 50%; top: -3px; right: -30px; text-align: center; color: #9D6E59; font-size: 15px; /*line-height: 34px;*/ padding-top: 3.5px; }
.front .cartnumber { border: 0; }
.front.bTbg .cartnumber { border: 1px solid #9D6E59; }
.nav-expanded .cartnumber { border: 1px solid #9D6E59; }
/*.nav-expanded .cartnumber { }*/
.cartnumber.normal-page { background: transparent; border: 1px solid #9D6E59; }
.raimg { max-width: 15px !important; margin-left: 5px; }
#cd-cart-trigger2 { display: none; }
#mobile-search-button {
display: none;
}
#shopping_cart_info {
margin-top: 20px;
min-width: 1170px;
}
#shopping_cart_info tr {
border-bottom: 1px solid #ebebeb;
}
#shopping_cart_info tr:first-child td {
padding: 0;
}
#shopping_cart_info tr td {
padding: 15px 0;
}
#shopping_cart_info tr:nth-last-child(1), #shopping_cart_info tr:nth-last-child(2), #shopping_cart_info tr:nth-last-child(3), #shopping_cart_info tr:nth-last-child(4) {
border-bottom: transparent;
}
/* show cart */
.shopping-cart-info { width: 100%; margin: 20px auto;}
.shopping-cart-title {
display: block;
width: 100%;
float: left;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 12px;
}
.header-name {
width: 40%;
display: inline-block;
padding-left: 15%;
}
.header-price-qty {
width: 25%;
display: inline-block;
}
.header-qty {
width: 10%;
display: inline-block;
}
.header-points {
display: none;
float: right;
font-size: 0.8em;
padding: 2px 10px;
margin-bottom: 5px;
background: #ddd;
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
}
.header-price {
width: 20%;
display: inline-block;
}
.content-item { width: 100%; margin: 10px auto; border-bottom: 1px solid #dddad4; vertical-align: middle; padding: 10px 0; /*max-height: 135px;*/ max-height: none; overflow: hidden; }
.content-item:first-child { border-top: 1px solid #dddad4; }
.cart-content-item td {padding:5px 0;}
.content-item-img { width: 10%; margin: 0; display: inline-block; vertical-align: middle; max-height: 100%; overflow: hidden; }
.content-item-img a { display: inline-block; vertical-align: top; }
.content-item-img img { max-width: 100%; height: 100%; }
.content-item-name { display: inline-block; vertical-align: middle; margin: 0 2%; width: 30%;}
.content-item-price-qty { display: inline-block; width: 25%; text-align: center;}
.content-item-qty { display: inline-block; vertical-align: middle; text-align: center; width: 10%;}
.content-item-qty a { font-size: 14px; color: inherit; }
.content-item-qty input { text-align: center;}
.content-item-qty br { display: none; }
.content-item-price { display: inline-block; width: 20%; text-align: center;}
.shopping-cart-summary { display: inline-block; width: 100%;}
.cart-remove-all { width: 69%; display: inline-block;}
#cart_remove2 { font-size: 0.8em; color: #555; }
.cart_empty_cart2 { background: #72795E; padding: 0.5em 1em; font-size: 14px; font-weight: 500; color: #fff; }
.cart_empty_cart2:hover { background: #72795E; /*color: #fff;*/ }
.shopping-cart-total-qty { display: inline-block; width: 10%; text-align: center;}
.shopping-cart-total-price { display: inline-block; width: 20%; font-weight: bold; text-align: center;}
.shopping-cart-apply-discount { margin: 20px auto;}
.shopping-cart-apply-discount td { padding-left: 0;}
.cart-description { /*border-bottom: 1px solid #dddad4;*/ }
.cart-description p { display: none;}
.ShowCartCheckOutBtn { border: 0;}
.ShowCartChangeQtyBtn { background: #3f3f3f; color: #fff; border: 0;/* border-radius: 2px;*/}
.ShowCartContinueBtn { background: #8a8a8a; color: #fff; border: 0; /*border-radius: 2px;*/}
.shopping-cart-buttons { margin: 20px auto; text-align: right;}
.ShowCartContinueBtn, .ShowCartChangeQtyBtn, .ShowCartCheckOutBtn { font-weight: 600; padding: 1% 2%;}
.ShowCartCheckOutBtn { text-transform: uppercase; }
.mobile-shopping-cart-buttons { display: none; text-align: right; margin-bottom: 20px; }
.mobile-shopping-cart-buttons .ShowCartChangeQtyBtn { display: none;}
.DiscountCouponButton{ background: #000; color: #fff; border: 0;}
.primary_button { border: 0;}
.paymentlist { display: inline; float: right; padding-left: 4px; }
.paymentlist #checkoutoptions { padding-top: 10px; position: absolute; margin-left: -55px; }
.content-item-qty input[type="text"] {
background-color: #fff8ea;
width: 50%;
font-size: 16px;
text-align: center;
display: block;
margin: 0 auto;
}
.cart_no_items {
margin: 10px 0;
display: block;
font-size: 1.2em;
}
.ShowCartContinueBtn, .ShowCartChangeQtyBtn, .ShowCartCheckOutBtn {
color: #fff;
border: none;
padding: 10px 20px;
}
.cart-no-item { margin: 0 auto; display: block; background: transparent; }
.cart-no-item a { color: inherit; }
.shopping-cart-content.noitems .cart-no-item { margin: 0; text-align: left; }
.shopping-cart-content.noitems .cart-no-item .cart_no_items { text-decoration: none; }
.cart_total_value2,.cart_total_currency_type2 {
font-size: 1.4em;
}
#shipping_calculator table tr td table tr td .label { color: #000; }
#shipping_calculator table tr td table tr td {
color: #000;
display: block;
float: left;
width: 100%;
text-align: center;
padding: 3px 0;
}
#shipping_calculator table tr td table tr { padding: 5px 0; }
.ShippingCalculatorButton { background: #3f3f3f; color: #fff; font-weight: 700; border: none; padding: 10px 20px; }
.discount-item { /*display: inline-block;*/ width: 100%; padding: 10px 0; border-bottom: 1px solid #dddad4
; display: flex; font-size: 16px; }
.discount-item .discount-info { border-right: 0; }
.discount-item div { width: 12%; display: inline; float: left; padding-right: 50px; border-right: 1px solid #dddad4;padding-left: 35px;padding-right: 35px;}
.discount-item div:first-child { padding-left: 0; }
.discount-item div:last-child { text-align: right; border-right: 1px solid transparent; padding-right: 0; }
.discount-info {
width: 53% !important;
}
.discount-qty {
/*width: 11% !important;*/
width: 16% !important;
}
.discount-remove {
width: 10% !important;
padding-right: 0px;
}
.discount-remove a { color: inherit; font-size: 14px; }
.discount-value {
width: 13% !important;
}
#login-form #login { border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; background-color: #72795E; }
.continueasguest { color: #72795E; }
.continueasguest:hover { color: #72795E; opacity: 0.9; }
.cart-discount-info a { color: inherit; }
/* Search */
#search {
position: fixed;
z-index: 120;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-webkit-transform: translate(0px, -100%) scale(0, 0);
-moz-transform: translate(0px, -100%) scale(0, 0);
-o-transform: translate(0px, -100%) scale(0, 0);
-ms-transform: translate(0px, -100%) scale(0, 0);
transform: translate(0px, -100%) scale(0, 0);
opacity: 0;
}
#search.open {
-webkit-transform: translate(0px, 0px) scale(1, 1);
-moz-transform: translate(0px, 0px) scale(1, 1);
-o-transform: translate(0px, 0px) scale(1, 1);
-ms-transform: translate(0px, 0px) scale(1, 1);
transform: translate(0px, 0px) scale(1, 1);
opacity: 1;
}
#search input[type="search"] {
position: absolute;
top: 50%;
width: 100%;
color: rgb(255, 255, 255);
background: rgba(0, 0, 0, 0);
font-size: 48px;
font-weight: 300;
text-align: center;
border: 0px;
margin: 0px auto;
margin-top: -51px;
padding-left: 30px;
padding-right: 30px;
outline: none;
}
#search .btn {
background: #F2EFE9;
border: 1px solid #F2EFE9;
color: #000;
position: absolute;
top: 50%;
left: 50%;
margin-top: 60px;
padding: 15px 50px;
/*letter-spacing: 1px;*/
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
#search .close {
position: fixed;
top: 15px;
right: 15px;
color: #fff;
background-color: transparent;
border-color: transparent;
opacity: 1;
padding: 10px 17px;
font-size: 32px;
}
.contentdiv {
display: block;
margin-top: 50px;
}
.contentdiv .container {
padding-bottom: 50px;
margin-bottom: 20px;
border-bottom: 1px solid #cdcdcd;
}
.contentblk { display: inline-block; position: relative; width: 100%; height: 470px; }
.contentdiv .contblkhd { width: 35%; height: 100%; display:inline-block; position: relative; margin:0 10px; vertical-align: top; overflow: hidden; }
.contentdiv .contblkhd a { display: block; height: 100%; color: #000; }
.contentdiv .contblkhd a:hover { text-decoration: none; }
.contentdiv .contblkhd p { line-height: 1.8em; }
.contentdiv .contblkbody { font-family: 14px; display: inline-block; position: relative; width: 30%; height: 100%; margin:0 0.5%; overflow: hidden; }
.contentdiv .contblkbody img { max-height: 100%; }
.contentdiv .contblkbody .contentblkHeader {
position: absolute;
z-index: 2;
background: #fff;
bottom: 20px;
left: 0px;
/*width: calc(100% - 20px);*/
width: 80%;
padding: 10px;
text-align: left;
}
.contentdiv .contblkbody .contentblkHeader a {
display: inline-block;
width: 100%;
font-size: 14px;
/*color: #8e8a81;*/
color: #4e4e4e;
}
.contentdiv .contblkbody .contentblkHeader a:nth-child(2) {
font-size: 10px;
/*color: #000;*/
color: #8e8a81;
text-transform: capitalize;
letter-spacing: 1px;
}
.contentdiv .contentblk.c1 .contblkbody:nth-child(1) .contentblkHeader { background: rgba(250,235, 166, 0.7); }
.contentdiv .contentblk.c1 .contblkbody:nth-child(3) .contentblkHeader { background: rgba(248,193,186,0.7); }
.contentdiv .contentblk.c2 .contblkbody:nth-child(1) .contentblkHeader { background: rgba(183,219,243,0.7); }
.contentdiv .contentblk.c2 .contblkbody:nth-child(2) .contentblkHeader { background: rgba(246,210,174,0.7); }
/*background: rgba(250,235, 166, 0.7);*/
/*background: rgba(248,193,186,0.7);*/
/*background: rgba(183,219,243,0.7);*/
/*background: rgba(246,210,174,0.7);*/
.c2 { margin-top: 15px; }
.nudeColor { background: #FFDBCA; }
.nudeColor .cblkInner {
background: rgba(255,255,255,0.8);
height: 70%;
width: 90%;
padding: 20% 30px;
color: #4e4e4e;
}
.nudeColor .cblkInner h3 {
font-size: 42px;
font-weight: 400;
}
.nudeColor img {
display: block;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.mustardColor { background: #eddd89; }
.transColor {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eddd89+0,eddd89+50,4d5a60+51,4d5a60+100 */
/*background: #eddd89; /* Old browsers */
/*background: -moz-linear-gradient(top, #eddd89 0%, #eddd89 50%, #4d5a60 51%, #4d5a60 100%); /* FF3.6-15 */
/*background: -webkit-linear-gradient(top, #eddd89 0%,#eddd89 50%,#4d5a60 51%,#4d5a60 100%); /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(to bottom, #eddd89 0%,#eddd89 50%,#4d5a60 51%,#4d5a60 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eddd89', endColorstr='#4d5a60',GradientType=0 ); /* IE6-9 */
}
.transColor div.topPart, .transColor div.bottomPart {
position: relative;
display: block;
height: 50%;
overflow: hidden;
}
.transColor div.bottomPart {
background: #eddd89;
z-index: 2;
height: calc(50% - 20px);
margin-bottom: 20px;
}
.transColor div.bottomPart a {
font-size: 24px;
padding: 20% 15px;
}
.transColor img {
position: absolute;
left: 0;
}
.catTitles, .aux-categories {
display: inline-block;
width: 100%;
padding: 0 10px;
margin-top: 10px;
margin-bottom: 15px;
}
.catTitles a, .aux-categories a {
display: inline-block;
font-size: 18px;
font-weight: 400;
color: #849eb4;
width: calc(33% - -1px);
height: 50px;
line-height: 40px;
border: 3px solid #849eb4;
margin: 0;
vertical-align: middle;
text-align: center; }
.catTitles a:nth-child(1) { margin-right: 15px; }
.catTitles a:nth-child(1), .catTitles a:nth-child(3) {
width: calc(31% - 5px);
}
.catTitles a:nth-child(2) {
width: calc(36% - 4px);
margin-right: 14px;
}
.catTitles a:hover {
text-decoration: none;
color: #fff;
background: #849eb4;
}
.aux-categories a {
background: #849eb4;
color: #fff;
width: calc(33% - 10px);
margin: 5px 5px;
}
.aux-categories a:hover { text-decoration: none; background: #38678f; }
.aux-cat { margin-top: 20px; padding-top: 10px; border-top: 1px solid #cdcdcd; }
.aux-cat h4 {
padding-left: 15px;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 1px;
}
/*.c1, .c3, .c4 { float: left; position: relative; }*/
/*.c2, .c5 { float: right; position: relative; }*/
/*.c1 { width: 360px; margin-left: 40px; }*/
/*.c2 { width: 420px; margin-right: 60px; }*/
/*.c3 { width: 80px; margin-left: 100px; margin-top: 70px; }*/
/*.c4 { width: 360px; margin-left: 70px; margin-top: -150px; z-index: 2; }*/
/*.c5 { width: 420px; margin-right: 60px; margin-top: -20px; }*/
/*.c2 p { display: block; margin-top: 12px; margin-bottom: 12px; }*/
/*.c2 .contentblkbtn { display: inline-block; border: 3px solid #414141; padding: 5px 15px; position: relative; z-index: 2; font-size: 13px; font-weight: 600; letter-spacing: 1px; text-decoration: none; text-transform: uppercase; color: #414141; }*/
/*.c4 .contentblkbtn { display: inline-block; background: #414141; padding: 8px 30px; top: -70px; position: relative; z-index: 2; font-size: 12px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; color: #fff; }*/
/*.c5 .contentblkbtn { display: block; top: -50px; position: relative; z-index: 2; font-size: 18px; font-weight: 600; color: #fff; text-decoration: underline; }*/
/*.c5 .contentblkbtn i { padding-left: 5px; }*/
.viewmorebtn { display: inline-block; background: #727272; margin-top: 20px; margin-bottom: 20px; padding: 2px 8px 4px; font-weight: 500; color: #fff; text-transform: capitalize; }
a.viewmorebtn:hover { opacity: 0.9; color: #ffffff; text-decoration: none; }
.fprod { margin-bottom: 15px; /*border-bottom: 1px solid #cdcdcd;*/ }
.social-media-sect h4 { margin-bottom: 15px; }
.instagram-sect { padding-top: 30px; }
.instagram-sect h4 { font-size: 24px; }
.instagramfeed .container { width: 100%; padding-left: 0; padding-right: 0; }
.instagramfeed .scrollToTop { display: none; }
.instagramfeed #logo a { position: absolute !important; }
.instagramfeed #logo a img { max-width: 220px !important; }
.instagramfeed .insta-img {
height: 400px;
}
.social-media-icons { display: inline-block; margin-top: 10px; margin-bottom: 25px; }
.social-media-icons a[class*="icon"] {
display: inline-block;
margin: 0 10px;
height: 40px;
width: 40px;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
text-align: center;
}
.social-media-icons a:hover { cursor: pointer; text-decoration: none; }
.social-media-icons a:hover i { background: transparent; text-decoration: none; }
.social-media-icons a[class*="icon"] i {
font-size: 22px;
color: #fff;
display: block;
max-width: 100%;
max-height: 100%;
position: relative;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.social-media-icons .facebook-icon { background: #4867aa; }
.social-media-icons .twitter-icon { background: #1da1f2; }
.social-media-icons .pinterest-icon { background: #bd081b; }
.social-media-icons .instagram-icon {
background: #d6249f;
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
/* Instagram */
#instafront-bts {
display: block;
width: 1200px;
height: 380px;
padding-right: 0;
padding-left: 0;
margin-bottom: 4px;
margin-right: auto;
margin-left: auto;
text-align: center;
}
/*#instafront-bts:nth-child(4) { display: none; } */
#instafront-bts .insta-img {
height: 360px;
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
}
#instafront-bts .insta-container:hover:before {
content: 'Shop';
display: block;
position: absolute;
top: 50%;
left: 50%;
color: #fff;
font-family: 'Avenir', sans-serif;
font-size: 16px;
font-weight: 400;
padding: 5px 10px;
text-transform: uppercase;
letter-spacing: 1px;
border: 2px solid #fff;
cursor: pointer;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform:translate(-50%, -50%);
z-index: 3;
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
}
#instafront-bts .insta-container:hover:after {
display: block;
content:'';
position: absolute;
height: calc(100% - 10px);
width: calc(100% - 10px);
top: 5px;
left: 5px;
background: rgba(0,0,0,0.4);
z-index: 2;
cursor: pointer;
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
}
.instagramfeed .insta-container:hover:before {
content: 'Shop';
display: block;
position: absolute;
top: 50%;
left: 50%;
color: #fff;
font-family: 'Avenir', sans-serif;
font-size: 16px;
font-weight: 400;
padding: 5px 10px;
text-transform: uppercase;
letter-spacing: 1px;
border: 2px solid #fff;
cursor: pointer;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform:translate(-50%, -50%);
z-index: 3;
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
}
.instagramfeed .insta-container:hover:after {
display: block;
content:'';
position: absolute;
height: calc(100% - 10px);
width: calc(100% - 10px);
top: 5px;
left: 5px;
background: rgba(0,0,0,0.4);
z-index: 2;
cursor: pointer;
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
}
.insta-bottom {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 150px !important;
background: #e1e1e1;
border-bottom-right-radius: 5px;
padding: 15px 20px 10px;
}
#bottomarea h1 { font-size: 28px; padding-bottom: 10px; }
#bottomarea p { line-height: 1.8em; }
/* ==========================================================================
Mobile Nav
========================================================================== */
a.nav-expander {
background: none repeat scroll 0 0 #292B2E;
color: #FFFFFF;
display: block;
font-size: 15px;
font-weight: 400;
height: 50px;
margin-right: 0;
padding: 1em 1.6em 2em;
position: absolute;
right: 0;
text-decoration: none;
text-transform: uppercase;
top: 0;
transition: right 0.3s ease-in-out 0s;
width: 130px;
z-index: 12;
transition: right 0.3s ease-in-out 0s;
-webkit-transition: right 0.3s ease-in-out 0s;
-moz-transition: right 0.3s ease-in-out 0s;
-o-transition: right 0.3s ease-in-out 0s;
}
a.nav-expander:hover {
cursor: pointer;
}
a.nav-expander.fixed {
position: fixed;
}
.nav-expanded a.nav-expander.fixed {
right: 20em;
}
.mobilenav {
/*background: #fff;*/
background: #F2EFE9;
/*background: #ebebeb;*/
display: none;
height: 100%;
overflow: auto;
position: fixed;
right: -100%;
font-size: 15px;
top: 0;
width: 100%;
z-index: 2000;
transition: right 0.3s ease-in-out 0s;
-webkit-transition: right 0.3s ease-in-out 0s;
-moz-transition: right 0.3s ease-in-out 0s;
-o-transition: right 0.3s ease-in-out 0s;
}
.nav-expanded .mobilenav {
right: 0;
}
.nav-expanded .navbar-header { z-index: 2010; }
body.nav-expanded {
margin-left: 0em;
transition: right 0.4s ease-in-out 0s;
-webkit-transition: right 0.4s ease-in-out 0s;
-moz-transition: right 0.4s ease-in-out 0s;
-o-transition: right 0.4s ease-in-out 0s;
}
#nav-close {
font-weight: 500;
font-size: 24px;
padding-right: 0px;
padding-top: 0;
color: #9D6E59;
}
.menu-header {
float: left;
letter-spacing: 2px;
color: #000;
font-size: 16px;
font-weight: 500;
text-transform: uppercase;
padding-top: 8px;
}
.mobile-menu {
/*padding-top: 12px;*/
background: #F2EFE9;
padding: 0 15px;
padding-top: 130px;
}
.mobile-menu li {
/*border-bottom: 1px solid #979899;*/
/*border-bottom: 1px solid #E2E2E2;*/
font-size: 16px;
display: flex;
flex-wrap: wrap;
padding-bottom: 20px;
}
.mobile-menu li .mobileLeft, .mobile-menu li .mobileRight { width: 50%; }
.menumobPar { display: flex; flex-wrap: wrap; width: 100%; }
.mobile-menu li .mobileLeft { padding-left: 0px; }
.mobile-menu li .mobileLeft .menCol { margin-bottom: 10px; display: inline-block; width: 100%; }
/*.mobile-menu li .mobileRight { padding-right: 20px; }*/
.mobile-menu li .mobileRight { margin-top: -55px; }
.mobile-menu li .mobileRight .menuDivLeft { display: flex; justify-content: flex-end; }
.mobile-menu li .mobileRight img { max-width: 80px; margin-right: 10px; }
.mobile-menu li .mobileRight .menimg2 img { margin-right: 0; }
.mobile-menu li .mobileLeft .category1, .mobile-menu li .mobileLeft a { padding: 0; margin: 0; text-align: left; }
.mobile-menu li.open a[data-toggle="collapse"] { border-bottom: 1px solid transparent; text-decoration: underline; text-decoration-thickness: 0.75px; }
/*.mobile-menu li.open a[data-toggle="collapse"]:after { content: ""; background: #9D6E59; height: 0.75px; width: auto; }*/
.mobile-menu li a[data-toggle="collapse"] { width: 100%; font-size: 20px; font-weight: 800; border-bottom: 0.75px solid #979899; margin-bottom: 20px; }
.mobile-menu li:first-child {
/*background: #383838;*/
/*background: #9D6E59;*/
justify-content: space-between;
background: #F2EFE9;
/*border-bottom: 1px solid #e0e0e0;*/
font-size: 16px;
padding: 14px 0px 0px;
}
.mobile-menu li ul li:first-child {
background: transparent;
border-bottom: 1px solid #e0e0e0;
padding: 0;
}
/*.mobile-menu li.syslinks {*/
/* border-top:1px solid #222;*/
/*}*/
.mobile-menu li a {
/*color: #222;*/
color: #9D6E59;
font-weight: 500;
padding: 12px 0px;
display: block;
text-decoration: none;
text-transform: capitalize;
}
.mobile-menu li span { color: #9D6E59; font-weight: 700; }
.mobile-menu li a:hover {
/*color: #FFFFFF;*/
color: #9D6E59;
text-decoration: none;
}
.mobile-menu li .sub-nav {
border-bottom: 0px;
padding: 4px 20px;
}
.mobile-menu li .sub-nav ul { display: block !important; list-style: none; }
.mobile-menu a .caret {
width: 0;
height: 0;
display: inline-block;
vertical-align: top;
border-top: 4px solid #4f5963;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
content: "";
margin-top: 8px;
}
.mobile-menu a:hover .caret {
border-top-color: #4f5963;
}
.mobile-menu li.open > a > .caret {
border-top: none;
border-bottom: 4px solid #4f5963;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.mobile-menu li.open > a:hover > .caret {
border-bottom-color: #4f5963;
}
.icon:before {
font-family: 'FontAwesome';
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
text-transform: none;
content: 'f105';
}
.mobile-menu li > a > span.icon {
float: right;
margin: 0.1em 1.7em -0.1em 0;
opacity: 0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.mobile-menu li > a:hover > span.icon {
float: right;
margin: 0.1em 0.8em -0.1em 0;
opacity: 1;
}
.banner-bottom {
position: relative;
z-index: 2;
}
.banner-bottom-left{
float:Left;
margin: 110px 0px 0px 30px;
}
.banner-bottom-right{
float:right;
width: 100%;
}
.banner-bottom-left h2 {
font-size: 90px;
font-weight: 600;
line-height: 120px;
color: #AB1156;
transform: rotate(-15deg);
-webkit-transform: rotate(-15deg);
-o-transform: rotate(-15deg);
-ms-transform: rotate(-15deg);
-moz-transform: rotate(-15deg);
margin: 0 0 0 100px;
padding: 0;
}
/*.banner img {*/
/*position: absolute;*/
/*z-index: 1;*/
/*min-width: 100%;*/
/*border: 0;*/
/*}*/
/*--header--*/
#slider2,
#slider3 {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
margin: 0 auto;
}
.rslides_tabs li:first-child {
margin-left: 0;
}
.rslides_tabs .rslides_here a {
background: rgba(255,255,255,.1);
color: #fff;
font-weight: bold;
}
.events {
list-style: none;
}
.callbacks_container {
position: relative;
float: left;
width: 100%;
}
.callbacks {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
margin: 0;
}
.callbacks li {
position: absolute;
width: 100%;
}
.callbacks .caption {
display: block;
position: absolute;
z-index: 2;
font-size: 20px;
text-shadow: none;
color: #fff;
left: 0;
right: 0;
padding: 10px 20px;
margin: 0;
max-width: none;
top: 10%;
text-align: center;
}
.callbacks_nav {
position: absolute;
-webkit-tap-highlight-color: rgba(0,0,0,0);
top: 56%;
left: 0;
opacity: 0.7;
z-index: 3;
text-indent: -9999px;
overflow: hidden;
text-decoration: none;
height: 70px;
width: 40px;
background: transparent url("./images/arrows2.png") no-repeat left top;
margin-top: 1%;
}
.callbacks_nav:hover{
opacity: 0.5;
}
.callbacks_nav.next {
left: auto;
background-position: right top;
right:0px;
}
.callbacks_nav.prev {
right: auto;
background-position:left top;
left: 0px;
}
#slider3-pager a {
display: inline-block;
}
#slider3-pager span{
float: left;
}
#slider3-pager span{
width:100px;
height:15px;
background:#fff;
display:inline-block;
border-radius:30em;
opacity:0.6;
}
#slider3-pager .rslides_here a {
background: #FFF;
border-radius:30em;
opacity:1;
}
#slider3-pager a {
padding: 0;
}
#slider3-pager li{
display:inline-block;
}
.rslides {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
}
.rslides li {
-webkit-backface-visibility: hidden;
position: absolute;
display:none;
width: 100%;
min-height: 650px;
left: 0;
top: 0;
display: block;
float: left;
}
.rslides li{
position: relative;
display: block;
float: left;
}
.rslides img {
height: auto;
border: 0;
}
.callbacks_tabs{
list-style: none;
position: absolute;
bottom: -21%;
z-index: 999;
left: 38%;
padding: 0;
margin: 0;
display: block;
}
.slider-top span{
font-weight:600;
}
.callbacks_tabs li{
display: inline-block;
margin: 0 .3em;
}
.cart-icon { margin-left:10px; color:#ACF121;}
@media screen and (max-width: 600px) {
.callbacks_nav {
top: 47%;
}
}
/**/
.front-info {
display: flex;
flex-direction: row;
flex-wrap: wrap;
padding: 100px 0;
}
.front-info .front-info-left, .front-info .front-info-right {
width: 50%;
}
.front-info .front-info-right { overflow: hidden; }
.front-info .front-info-left { padding-top: 150px; padding-right: 100px; }
.front-info .front-info-left span {
/*font-size: 18px;*/
font-weight: 600;
text-transform: uppercase;
color: #9D6E59;
}
.front-info .front-info-left h2 {
font-size: 66px;
color: #72795E;
}
.front-info .front-info-left a {
display: inline-block;
/*font-size: 18px;*/
margin-top: 50px;
font-weight: 600;
color: #72795E;
text-decoration: underline;
}
.hm-ab-2 {
margin-top: -100px;
height: -webkit-fill-available;
}
.hm-ab-3 {
margin-left: 100px;
margin-top: 70px;
}
/*.front-pallette {*/
/*display: flex;*/
/*flex-direction: row;*/
/*flex-wrap: wrap;*/
/*height: 1000px;*/
/*}*/
/*.front-pallette .pallette {*/
/*display: flex;*/
/*width: 17.5%;*/
/*height: 100%;*/
/*padding: 20px 40px;*/
/*color: #F2EFE9;*/
/*align-items: flex-end;*/
/*flex-basis: 100%;*/
/*}*/
/*.front-pallette .pallette .pallette-body span {*/
/*display: inline-block;*/
/*color: #E9C8AB;*/
/*font-weight: 600;*/
/*text-transform: uppercase;*/
/*margin-bottom: 40px;*/
/*}*/
/*.front-pallette .pallette .pallette-body h2 {*/
/*font-size: 42px;*/
/*font-weight: 600;*/
/*text-transform: uppercase;*/
/*}*/
/*.front-pallette .pallette .pallette-body .text {*/
/*margin: 40px 0;*/
/*}*/
/*.front-pallette .pallette .pallette-body .text p { margin-bottom: 20px; }*/
/*.front-pallette .pallette .pallette-body .text p a { color: inherit; font-weight: 600; text-decoration: underline; }*/
/*.front-pallette .pallette .color-code { text-align: left; font-size: 12px; }*/
/*.front-pallette .pallette .color-code b { display: block; margin-bottom: -10px; text-decoration: underline; font-size: 18px; }*/
/*.front-pallette .pallette.olive {*/
/*background-color: #72795E;*/
/*}*/
/*.front-pallette .pallette.sage {*/
/*background-color: #C2C2A8;*/
/*}*/
/*.front-pallette .pallette.terracotta {*/
/*align-items: center;*/
/*justify-content: center;*/
/*width: 30%;*/
/*height: calc(100% + 60px);*/
/*margin-top: -30px;*/
/*background-color: #9D6E59;*/
/*text-align: center;*/
/*}*/
/*.front-pallette .pallette.desert {*/
/*background-color: #E9C8AB;*/
/*}*/
/*.front-pallette .pallette.dusty {*/
/*background-color: #D69888;*/
/*}*/
.imgRightBg {
background-size: cover; background-position: 50% 0; background-repeat: no-repeat;
position: absolute;
width: 40%;
/*height: calc(100vh - 194px);*/
height: 100%;
/*top: 103px;*/
top: 0;
left: 0;
overflow: hidden;
}
.imgRightBg .aboutImg { display: block; max-width: 100%; /* max-height: 100%; */ position: relative; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.our-story { display: flex; flex-wrap: wrap; align-items: flex-start; font-size: 16px; }
.our-story .col-md-5 { max-width: 600px; }
.front-pallette {
display: flex;
flex-direction: row;
flex-wrap: wrap;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
/*height: 1000px;*/
}
.front-pallette .pallette {
display: flex;
flex-direction: column;
/*width: 17.5%;*/
width: 20%;
height: 100%;
/*min-height: 570px;*/
/*min-height: 270px;*/
padding: 20px 20px;
color: #F2EFE9;
align-items: flex-start;
/*justify-content: space-between;*/
justify-content: center;
/*flex-basis: 100%;*/
}
.front-pallette .pallette h3 { width: 100%; font-size: 25px; font-weight: 600; padding: 2vw 0 2vw; text-align: center; }
.front-pallette .pallette .pallette-body span {
display: inline-block;
color: #E9C8AB;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 40px;
}
.front-pallette .pallette .pallette-body h2 {
font-size: 42px;
font-weight: 600;
text-transform: uppercase;
}
.front-pallette .pallette .pallette-body .text {
margin: 40px 0;
}
.front-pallette .pallette .pallette-body .text p { margin-bottom: 20px; }
.front-pallette .pallette .pallette-body .text p a { color: inherit; font-weight: 600; text-decoration: underline; }
.front-pallette .pallette .color-code { text-align: left; font-size: 10px; display: none; }
.front-pallette .pallette .color-code b { display: block; margin-bottom: -10px; text-decoration: underline; font-size: 15px; }
.front-pallette .pallette.olive {
background-color: #72795E;
color: #F2EFE9;
}
.front-pallette .pallette.sage {
background-color: #C2C2A8;
color: #72795E;
}
.front-pallette .pallette.terracotta {
/*align-items: center;*/
/*justify-content: center;*/
/*width: 30%;*/
/*height: calc(100% + 60px);*/
/*margin-top: -30px;*/
background-color: #9D6E59;
color: #E9C8AB;
/*text-align: center;*/
}
.front-pallette .pallette.desert {
background-color: #E9C8AB;
color: #9D6E59;
}
.front-pallette .pallette.dusty {
background-color: #D69888;
color: #F2EFE9;
}
.byos { padding: 0px 0 150px; }
.byos a.right-arr img { max-width: 10px; }
.best-slider-parent { position: relative; width: 650px; margin: 0 auto; }
#best-slider { /*max-width: 800px; max-height: 800px;*/ width: 600px; margin-bottom: 60px; display: flex; align-items: center; justify-content: center; }
/*#best-slider .swiper-slide { margin-top: -150px; }*/
#best-slider .swiper-slide a { height: 100%; }
#best-slider .swiper-slide img { /*max-height: 100%;*/ max-height: 800px; }
.byos .byos-img { display: flex; position: relative; align-items: center; justify-content: center; height: 1000px; width: 800px; overflow: hidden; margin: 0 auto 60px; }
.byos .byos-img a { position: absolute; bottom: 60px; left: 50%; transform: translateX(-50%); }
.byos .byos-img img { max-height: 100%; }
.byos span { text-transform: uppercase; color: #9D6E59; font-weight: 600; margin-bottom: 30px; display: inline-block; }
.byos h3 { font-size: 52px; color: #72795E; padding: 0; }
.byos h3 img { margin-top: -10px; }
.byos h3:nth-child(3) { margin-top: 40px; }
.byos h3:nth-child(4) { margin-bottom: 0px; }
.byos p { margin-top: 15px; }
.byos a { display: inline-block; /*margin-top: 50px;*/ color: #72795E; border: 1px solid transparent; font-weight: 600; text-decoration: underline; }
.byos a:hover { /*border: 1px solid #72795E;*/ color: #72795E; }
.newsletter { display: flex; background-color: #E9C8AB; flex-direction: row; flex-wrap: wrap; align-items: center; }
.newsletter .container { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: flex-start; }
.newsletter-right { width: 50%; }
.newsletter-left {}
.newsletter-left { /*padding-left: 10vw;*/ display: flex; justify-content: flex-end; padding-right: 5vw; padding-left: 1vw; }
.newsletter-left img { max-width: 300px; }
.newsletter-right .inner { width: 600px; }
.newsletter-right span { text-transform: uppercase; font-weight: 600; font-size: 15px; }
.newsletter-right h3 { font-size: 40px; margin: 1vw 0 1vw; line-height: 55px; }
.newsletter-right p { margin-bottom: 0vw; /*4*/ }
.latest-products { padding: 100px 0;}
.latest-products .latest-parent { position: relative; }
.latest-products .latest-parent .cat_title { display: none; }
.latest-products .latest-nav { gap: 20px; text-decoration: none; display: flex; justify-content: center; margin: 10px 0 20px; }
.latest-products .latest-nav a { color: #C2C2A8; text-decoration: none; }
.latest-products .latest-nav a:hover { text-decoration: none; }
.latest-products .latest-nav a.active { color: #72795E; border-bottom: 2px solid #72795E;}
.latest-products .latest-parent .swiper-button-next, .latest-products .latest-parent .swiper-button-prev, #best-slider .swiper-button-next, #best-slider .swiper-button-prev { margin-top: -60px; }
.latest-products .latest-parent .swiper-button-next, .best-slider-parent .swiper-button-next { right: -60px; background-image: url(./images/arrow-right.png); background-size: 27px 14px; }
.latest-products .latest-parent .swiper-button-prev, .best-slider-parent .swiper-button-prev { left: -60px; background-image: url(./images/arrow-left.png); background-size: 27px 14px; }
.best-slider-parent .best-swiper-pagination, .banner .banner-swiper-pagination { position: absolute; z-index: 2; bottom: 40px; left: 50%; transform: translateX(-50%); }
.banner .banner-swiper-pagination { bottom: 20px; }
.track-trunk-parent .swiper-pagination { left: 50%; transform: translateX(-50%); bottom: -55px; white-space: nowrap; }
.latest-products .latest-parent .swiper-pagination-bullet, .best-slider-parent .swiper-pagination-bullet, #swiper-product-page-pic .swiper-pagination-bullet, .banner .banner-swiper-pagination .swiper-pagination-bullet, .track-trunk-parent .swiper-pagination-bullet { background: #9D6E59; margin: 0 3px; width: 10px; height: 10px; }
.latest-products span { color: #9D6E59; text-transform: uppercase; font-weight: 600; }
.latest-products h3 { font-size: 55px; color: #72795E; }
/**/
.bottomCatDESC { display: flex; flex-direction: row; flex-wrap: wrap; padding: 20px 0; }
.bottomCatDESC.bracelets { background: #C2C2A8; }
.bottomCatDESC.necklaces { background: #72795E; flex-wrap: nowrap; }
.bottomCatDESC.necklaces:after { content: ""; width: 150px; height: 230px; background: url(../../misc_images/CA4A2954_Background_Removed_1.png) 50% 0 no-repeat; background-size: cover; margin-top: -20px; margin-bottom: -20px; }
.bottomCatDESC div.btCImg { width: 180px; }
.bottomCatDESC div.btCTxt { width: calc(100% - 180px); /*padding-left: 40px;*/ padding-top: 20px; line-height: 1.5em; }
.bottomCatDESC.necklaces div.btCTxt { color: #F2EFE9; display: flex; flex-wrap: wrap; }
.bottomCatDESC.necklaces div.btCTxt .btCTxtLeft { width: 70%; padding-right: 140px; }
.bottomCatDESC.necklaces div.btCTxt .btCTxtRight { width:30%; font-style: italic; color: #C2C2A8; font-weight: 500; }
.bottomCatDESC div.btCTxt h3 { font-size: 18px; font-weight: 600; padding-bottom: 6px; color: #72795E; }
.bottomCatDESC.necklaces div.btCTxt h3 { color: #C2C2A8; }
div[class="infopagescontent"] p b, div[class="infopagescontent"] b u { color: #72795E; }
div[class="infopagescontent"] p b u, div[class="infopagescontent"] b u { text-decoration: none; }
.track-trunk-parent { position: relative; padding: 30px 0 0; }
.track-trunk-parent h3 { font-weight: 600; font-size: 24px; color: #9D6E59; }
/*----*/
.callbacks_tabs a{
visibility: hidden;
}
.callbacks_tabs a:after {
content: "f111";
font-size: 0;
font-family: FontAwesome;
visibility: visible;
display: block;
width: 40px;
height: 5px;
display: block;
background: #898989;
display: inline-block;
border: none;
}
.callbacks_here a:after{
background:#AB1156;
}
.banner-info {
position: absolute;
z-index: 2;
/*margin: 10% auto 0 auto;*/
text-align: center;
/*width: 70%;*/
/*padding: 20px;*/
bottom: -20px;
left: 50%;
transform: translateX(-50%);
}
.banner-info h2 {
font-size: 68px;
line-height: 1.2em;
padding: 0;
text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
}
.banner-info p {
font-size: 18px;
text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
margin: 20px 0;
}
.shop {
/*margin: 7% auto 0;*/
margin-bottom: 100px;
}
.shop a, .byos .byos-img a {
text-decoration:none;
padding:16px 32px;
font-size: 18px;
/*letter-spacing:1px;*/
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.shop a:hover {
opacity: 0.9;
color: #9d6e59;
border: 1px solid #9d6e59;
}
/*-- online-strip --*/
.online-strip {
border-top: 1px solid #C8C8C8;
border-bottom: 1px solid #C8C8C8;
padding: 20px 0;
text-align:center;
margin: 40px 0 30px;
}
.shipping-grid {
border-left: 1px solid #C8C8C8;
border-right: 1px solid #C8C8C8;
}
.shipping {
float:left;
width:13%;
margin-right:3%;
margin-left:20%;
}
.shipping img {
width:100%;
margin-top:10%;
}
.shipping-text {
float: left;
}
.online-strip h3 {
/*color: #AB1156;*/
font-size: 1.5em;
padding: 0;
}
.follow-us h3 {
margin-top:0.4em;
}
.online-strip p {
font-size:0.95em;
}
a.twitter {
width: 25px;
height: 25px;
background: url(./images/follow.png) no-repeat 0px 0px;
display: inline-block;
margin:0 1em;
vertical-align: text-bottom;
}
a.twitter:hover,a.facebook:hover {
opacity:0.5;
}
a.facebook {
width: 25px;
height: 25px;
background: url(./images/follow.png) no-repeat -25px 0px;
display: inline-block;
vertical-align: text-bottom;
}
/*-- online-strip --*/
h3.head.text-center {
font-size: 32px;
font-weight: 500;
padding: 0;
}
/*-- front-page-description --*/
.front-page-description {
padding: 50px 0 30px;
}
.front-page-description p {
text-align: center;
font-size: 36px;
font-weight: 300;
}
.main-content {
padding-top: 15px;
}
.headDiv { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100vh; margin-top: -15px; z-index: -1; /*background: url(./images/necklaces-cat.jpg) no-repeat;*/ background-size: cover; background-position: 50% 50%; }
div[data-iessection="layoutsearch"] .headDiv { display: none; }
.headDiv.wa { background: url(./images/necklaces-cat.jpg) no-repeat; }
.headDiv.cat1 { background-image: url(./images/SHOP-ALL-Banner-edited.jpg); }
.headDiv-after { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 0; /*padding: 0px 0 50px;*/ }
.headDiv-after .page_description_header_main, .headDiv-after .page_description_main { text-align: center; }
.headDiv.heritage { /*padding-top: calc(100vh + 150px); height: auto;*/ /*background-image: url(./images/mobile-Heritage-Banner.jpg); */}
.headDiv #bracelets-slider { height: 100%; width: 100%; position: absolute; top: 0; left: 0; }
.headDiv .page_description_header_main.fx { z-index: 2; }
.prodlisting .lpc, div[data-iessection="layoutsearch"] .lpc { padding: 0 0 0 10vw; }
.infoHdFx { color: #72795E; text-transform: uppercase; }
/*.head.text-center { }*/
.flexcard {
display: block;
vertical-align: middle;
}
.flexcard-image {
height: 70%;
max-width: 100%;
overflow: hidden;
}
.flexcard-content {
max-width: 100%;
}
#new_title_name, #front_title_name {
font-size: 24px;
font-weight: 400;
padding: 0;
margin-top: 1em;
text-align: center;
}
.products-grid {
padding: 15px 0 30px;
display: block;
}
.products-grid header {
width: 100%;
}
.products-grid .productperpage {
display: inline-block;
float: left;
/*width: 100%;*/
}
.products-grid .productperpage .productperpage_item {
display: inline-block;
color: #a5a5a5;
}
.products-grid .productperpage .productperpage_item a {
display: inline-block;
font-size: 12px;
}
#layoutSwitch {
display: none;
text-align: right;
}
#layoutSwitch a {
display: inline-block;
padding: 10px 5px;
color: #555;
font-size: 16px;
}
#modal-product-name { color: #292B2E; }
#modal-product-pic { width: 100%; margin-bottom: 15px; }
#modal-product-pic img { max-width: 70%; max-height: 50vh; display: block; margin: 0 auto; }
#modal-product-price { font-size: 18px; text-align: center; color: #000; padding: 5px auto; }
#modal-product-link, #modal-product-cart { text-align: center; padding: 5px auto; }
#modal-product-link { margin-top: 10px; }
#modal-cart-link { color: #ffffff; }
.product, .topcat_product {
display: inline-block;
position: relative;
/*text-align: center;*/
cursor: pointer;
margin-top: -1px;
margin-bottom: 15px;
width: calc(33.333% - 50px);
padding: 0px;
/*border-left:1px solid transparent;*/
/*border-bottom: 1px solid transparent;*/
/*border-top: 1px solid transparent;*/
-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;
/*filter: alpha(opacity=0);*/
/*opacity: 0;*/
}
.heriCont .product { width: calc(50% - 50px); }
.topcat_product { text-align: left; }
.topcat_product img { min-width: 100%; }
.product.disabled .product_pic_div:before { content: ""; background-color: rgba(242, 239, 233, 0.5); position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); height: 100%; width: 100%; }
/*.product:nth-child(1n+1){*/
/*border-right: 1px solid transparent;*/
/*margin-left: -1px;*/
/*}*/
.product.do-not-notify .stocknotifyme { display: none; }
#cat_product_listing .product, #search_product_listing .product, #new_product_listing .product { margin-right: 50px; margin-bottom: 100px; }
#new_product_listing .product { width: calc(33.333% - 34px); }
#cat_product_listing .product:nth-child(3n + 7), #search_product_listing .product:nth-child(3n + 7), #new_product_listing .product:nth-child(3n + 4), #new_product_listing .product:nth-child(3n + 7) { margin-right: 0; }
.heriCont #cat_product_listing .product:nth-child(3n + 7) { margin-right: 50px; }
.summer-cont .product:nth-child(2) .product_pic_div, .summer-cont .product:nth-child(11) .product_pic_div { background-position: 50% 0%; }
.summer-cont .product:nth-child(4) .product_pic_div { background-position: 50% 45%; }
.summer-cont .product:nth-child(8) .product_pic_div { background-position: 50% 15%; }
.summer-cont .product:nth-child(10) .product_pic_div { background-position: 50% 0%; }
.summer-cont .product:nth-child(24) .product_pic_div { background-position: 50% 0%; }
.summer-cont .product:nth-child(26) .product_pic_div { background-position: 50% 0%; }
.summer-cont .product:nth-child(32) .product_pic_div { background-position: 50% 0%; }
.summer-cont .product:nth-child(33) .product_pic_div { background-position: 50% 30%; }
.product .quicklook {
display: block;
margin-top: 10px;
}
.product .quicklook a {
font-size: 12px;
display: inline-block;
padding: 4px 10px;
border: 1px solid #94908d;
}
.product .add_to_wishlist {
display: none;
position: absolute;
top: 44%;
right: 15px;
font-size: 18px;
color: #fe438b;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.product .add_to_wishlist i {
font-size: 24px;
}
.product .stockinformationoption {
background: rgba(255,255,255,0.7);
position: absolute;
width: 100%;
bottom: 0;
height: 25px;
}
.shrinker {
width: 25% !important;
max-height: 80px;
}
.shrinker .product_pic_div {
height: 80px !important;
}
.opac0 { opacity: 0; }
/*.prodlisting .product {*/
/*margin-top: -1px;*/
/*}*/
.products-grid .product:hover {
/*border: 1px solid #868686;*/
position: relative;
z-index: 10;
-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;
}
.products-grid .product:hover .add_to_cart, .products-grid .product:hover .add_to_wishlist { display: block; }
/*.products-grid .product:hover .quicklook a {*/
/*color: #000;*/
/*border-color: #5c5a58;*/
/*}*/
.products-grid a, .cat_top_seller_item_list a {
display: block;
color: inherit;
font-weight: 400;
/*font-size: 14px;*/
text-decoration: none;
/*-webkit-transform-style: preserve-3d;*/
/*-moz-transform-style: preserve-3d;*/
/*transform-style: preserve-3d;*/
/* Transition */
-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;
}
.products-grid a img {
position: relative;
}
.product a {
}
a.product_name {
margin: 15px 0;
}
.product-left:hover .p-one{
border: 1px solid #8c2830;
transition: 0.5s all ease;
-webkit-transition: 0.5s all ease;
-moz-transition: 0.5s all ease;
-o-transition: 0.5s all ease;
-ms-transition: 0.5s all ease;
}
.product-left:hover .p-one p a{
color: #8c2830;
}
.product-left:hover .mask{
display:block;
}
.products-grid .product img {
display: block;
/*max-width: 100%;*/
/*max-height: 100%;*/
/*height: 100%;*/
/* center align vertical and horizontal */
position: relative; /* or absolute*/
/*top: 50%;*/
/*left: 50%;*/
/*transform: translate(-50%, -50%);*/
/*-webkit-transform: translate(-50%, -50%);*/
/*-ms-transform: translate(-50%, -50%);*/
/*transform:translate(-50%, -50%);*/
/*-ms-interpolation-mode: nearest-neighbor; */
/*image-rendering: -webkit-optimize-contrast; */
/*image-rendering: -webkit-crisp-edges; */
/*image-rendering: -moz-crisp-edges;*/
/*image-rendering: -o-crisp-edges;*/
/*image-rendering: pixelated;*/
}
.product_pic_div, .prod_listing_photo_front { display: flex; align-items: center; justify-content: center; height: 350px; max-height: 350px; background: #EBE8E2; background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; }
.prod_listing_photo_front { background-position: 0 50%; background-size: contain; background-color: transparent; }
#front_product_listing .product_pic_div { max-height: 435px; }
.heriCont .product_pic_div { height: 450px; max-height: 450px; background-position: 50% 55%; }
.contemporary-necklaces .product_pic_div, .neck-img-fx { background-position: 50% 80%; }
.latest-parent .product_pic_div { background-position: 50% 75%; }
.cblkInner {
position: relative; /* or absolute*/
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform:translate(-50%, -50%);
}
.cblkInner h3 {
/*font-size: 52px; */
font-size: 28px;
font-weight: bold;
/*text-transform: uppercase;*/
/*letter-spacing: 1px;*/
color: #4e4e4e;
}
.whitebg { background: #fff; }
.cblkInner .whitebg { background: #fff; }
.mask {
display: none;
position: absolute;
top: 44%;
left: 33%;
}
.mask a{
background: rgba(255, 255, 255, 0.74);
color: #000;
font-size: 15px;
font-weight: 400;
padding: 6px 12px;
text-decoration: none;
}
.product-left{
position:relative;
text-align:center;
}
.mask a:hover{
text-decoration:none;
background:#AB1156;
color:#fff;
transition: 0.7s all;
-webkit-transition: 0.7s all;
-o-transition: 0.7s all;
-moz-transition: 0.7s all;
-ms-transition: 0.7s all;
}
.product-one {
margin-top: 4%;
}
.product-one:nth-child(1){
margin-top:0;
}
.product p {
color: #999;
font-family: 'Hind';
font-weight: 700;
display: inline-block;
vertical-align: middle;
}
.product p a {
text-decoration: none;
color: #999;
}
.product p i {
background: url(./images/cart.png) no-repeat;
width: 20px;
height: 14px;
display: inline-block;
margin-right: 4px;
vertical-align: middle;
}
.product-left:hover .product p i{
background: url(./images/cart-2.png) no-repeat;
}
/*--end-product--*/
h3.like{
font-size: 12px;
color: #ffffff;
display: inline-block;
margin-top: -60px;
float: left;
text-transform: uppercase;
background-color: #2c7ec4;
font-weight: 500;
padding: 3px 6px;
}
a.like_name {
line-height: 40px;
display: block;
color: #000;
text-transform: uppercase;
font-size: 14px;
letter-spacing: 2px;
text-decoration: none;
}
#flexiselDemo1, #flexiselDemo3 {
display: none;
}
.nbs-flexisel-container {
position: relative;
max-width: 100%;
margin-top: 3em;
}
.nbs-flexisel-ul {
position: relative;
width: 9999px;
margin: 0px;
padding: 0px;
list-style-type: none;
text-align: center;
}
.nbs-flexisel-inner {
overflow: hidden;
box-shadow: -10px -2px 20px -10px #AAAAAA;
-webkit-box-shadow: -10px -2px 20px -10px #AAAAAA;
-moz-box-shadow: -10px -2px 20px -10px #AAAAAA;
margin: 0 auto;
}
.nbs-flexisel-item {
float: left;
margin:0px;
padding: 0 10px;
cursor: pointer;
position: relative;
line-height: 1.2em;
}
.nbs-flexisel-item > img {
cursor: pointer;
position: relative;
margin-top:10px;
margin-bottom: 10px;
max-width:350px;
max-height:500px;
display:inline-block;
}
.nbs-flexisel-item a img {
max-height: 190px;
}
.grid-flex{
margin:20px 0 20px 0;
}
.nbs-flexisel-item > img {
cursor: pointer;
position: relative;
width: 90%;
}
/*** Navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
width: 45px;
height: 45px;
position: absolute;
cursor: pointer;
z-index: 100;
margin-top:-2em;
}
.nbs-flexisel-nav-left {
left: 0px;
background: url(./images/arrows.png) no-repeat -8px -7px;
}
.nbs-flexisel-nav-right {
right: 0px;
background: url(./images/arrows.png) no-repeat -61px -7px;
}
.other-products {
background-color: #d0d0d0;
padding: 60px 0;
margin-bottom: -40px;
}
.liked-product{
margin-top:0;
}
/* Product CatListing */
.cat-cont {
display: flex;
flex-direction: row;
flex-wrap: wrap;
padding: 50px 0 100px;
}
.catlisting, #wide-filter {
/*max-width: 19%;*/
/*min-height: 250px;*/
/*width: 100%;*/
width: 300px;
/*float: left;*/
/*margin-right: 1%;*/
/*border-top: 3px solid #222222;*/
padding-top: 15px;
padding-bottom: 15px;
padding-right: 50px;
}
#wide-filter { max-width: none; margin-top: 20px; padding-top: 30px; }
.cat-products { width: calc(100% - 350px); }
.cat-products .NoProducts { text-align: center; }
.catlisting h3 { font-size: 1em; font-weight: bold; text-transform: uppercase; }
.catlisting li { list-style-type: none; font-size: 1em; line-height: 3em; }
.catlisting li a { color: inherit; line-height: 1.5em; }
.catlisting li a i { font-size: 0.8em; padding-left: 0.4em; }
.cat-cont .catlisting li a { color: #898784; }
.cat-cont .catlisting li a.boldText { color: inherit; text-decoration: none; }
/*.catlisting .cat_name a:before {*/
/*background-image: url(./images/checkbox-black-retina.png);*/
/*background-position: -40px -176px;*/
/*background-repeat: no-repeat;*/
/*display: inline-block;*/
/*height: 16px;*/
/*line-height: 16px;*/
/*margin-top: 2px;*/
/*vertical-align: text-top;*/
/*margin-left: -15px;*/
/*margin-right: 3px;*/
/*width: 12px;*/
/*content: "";*/
/*}*/
.catlisting .page_description_header_main {
/*padding: 0 5px;*/
margin-bottom: 5px;
font-size: 18px;
font-weight: 400;
text-transform: capitalize;
color: initial;
}
.catlisting .page_description_main { display: none; }
.waiFilter {
/*display: none;*/
margin-top: 40px;
padding-top: 75px;
border-top: 1px solid #D2D2D2;
}
.waiFilter label { font-size: 14px; font-weight: 500; }
.waiFilter .filterLabelParent { display: inline-block; overflow: hidden; height: 0px; margin-top: -50px !important; position: relative; margin-bottom: 60px; }
.waiFilter .filterLabelParent input[type="checkbox"] { /*border-color: #D2D2D2; background: transparent;*/ opacity: 0.5; }
.waiFilter .filterLabelParent input[type="checkbox"]:checked { opacity: 1; }
.waiFilter .filterLabelParent.open { height: auto; }
.cat_list {
display: block;
padding: 4px 0;
}
.cat_img { max-height:100px; max-width:100px; display: none; }
.cat2anchor { font-size: 0.9em; padding-left: 0.2em; }
.cat3anchor { font-size: 0.8em; padding-left: 1em; }
.jslider_plastic .jslider-bg i, .jslider_plastic .jslider-pointer { background-image: url(../../misc_images/jslider.plastic.png) !important; }
.jslider .jslider-value { background: transparent !important; font-size: 11px !important; padding: 0 !important; top: -48px !important; }
.jslider .jslider-value span { font-weight: 500 !important; }
.jslider .jslider-label:nth-child(4) span { opacity: 0; }
.jslider .jslider-value:nth-child(6) { left: initial !important; right: 100px !important; font-size: 18px !important; }
.jslider .jslider-value:nth-child(6):after { content: "-"; margin-left: 10px; margin-right: -5px; font-size: 1.5em; }
.jslider .jslider-value:nth-child(7) { left: initial !important; right: 0px !important; font-size: 18px !important; }
#maindesc {padding: 0 0px 10px 0px; display:block; max-width:80%; }
#breadcrumbs {
width: 100%;
display: block;
min-height: 30px;
padding-bottom: 10px;
padding-top: 15px;
}
#breadcrumbs .category_breadcrumbs a {
font-weight: 500;
color: #000;
font-size: 0.8em;
padding-right: 0.4em;
text-transform: uppercase;
}
.breadcrumbs a {
font-weight: 500;
color: #000;
font-size: 0.8em;
padding-right: 0.4em;
text-transform: uppercase;
}
/* The Filter */
#groupcontent1 {
margin-bottom: -65px;
/*margin-bottom: 10px;*/
}
#searchform .optiongroup li {
/*text-transform: uppercase;*/
/*font-weight: bold;*/
font-size: 16px;
line-height: 2em;
}
#searchform .optionname {
background: #ebebeb;
padding: 10px;
}
#searchform .optionname li input {
margin-right: 3px;
}
#searchform .jslider .jslider-value span {
/*font-size: 1.5em;*/
font-size: 18px;
font-weight: bold;
}
.materialsCollapsible {
display: flex; width: 100%; position: relative; margin-top: -30px; margin-bottom: 63px; justify-content: space-between;
}
.materialsCollapsible .collapseTrigger { cursor: pointer; font-size: 16px; position: relative; margin-right: 20px; display: flex; /* width: 100%; */ align-items: center; }
.materialsCollapsible .collapseTrigger:after { content: "+"; margin-right: 0; margin-left: 10px; position: absolute; /* margin-top: 0px px ; */ /* top: 50%; */ /* transform: translateY(-50%); */ right: -20px; display: flex; align-items: center; justify-content: center; width: 18px; }
.materialsCollapsible .collapseTrigger.open:after { content: "-"; margin-top: -4px; }
/* Product Page Stuff */
.push-down {
margin-top: 30px;
}
/*-- news-letter-starts-here --*/
.news-letter {
background-color: #212121;
padding: 35px 0;
margin: 40px 0 0;
}
.join h6 {
font-size: 22px;
font-weight: 300;
color: #ffffff;
float: left;
margin-right: 5%;
margin-top:10px;
letter-spacing: 1px;
padding: 0;
}
.subscribe input[type="text"] ,.signInNewsletter input[type="text"] {
background: #fff;
width: 320px;
color: #292B2E;
font-weight: 300;
font-size: 18px;
padding: 10px 10px;
border: 1px solid #E4E4E4;
outline: none;
text-align: left;
float: left;
height: 60px;
}
.subscribe input[type="text"]:focus , .signInNewsletter input[type="text"]:focus { border: 1px solid #849eb4; }
.signInNewsletter input:-webkit-autofill {
background: #fff;
}
.subscribe input[type="submit"], .signInNewsletter input[type="submit"]{
outline: none;
cursor: pointer;
width: 200px;
padding: 10px 0 10px;
/*background: #c3c3c3;*/
background: #72795E;
color: #ffffff;
/*font-family: 'open sans', sans-serif;*/
font-size: 18px;
font-weight: 400;
margin: 0px 0 0 -3px;
border: none;
-webkit-apperance: none;
float: left;
height: 60px;
line-height: 45px;
}
/*.subscribe input[type="submit"]:hover, .signInNewsletter input[type="submit"]:hover {*/
/*background-color:#828282;*/
/*color: #fff;*/
/*}*/
/*-- news-letter-ends-here --*/
/*-- footer-starts-here --*/
.span1_of_4 h4 {
margin: 0 0 15px 0;
font-size: 23px;
color: #ffffff;
text-transform: capitalize;
font-weight: 500;
padding: 0;
}
.footer {
/*background: #eddd89;*/
/*margin-bottom: 50px;*/
/*padding: 30px 0;*/
/*padding-top: 30px;*/
}
.footer .footerbg {
/*background: #ececec;*/
/*background: #F2EFE9;*/
background: #FFFFFC;
padding-top: 50px;
padding-bottom: 50px;
}
.footer .footer_top {
display: block;
padding-top: 20px;
/*border-top: 1px solid #cdcdcd;*/
}
.footer .top-footercont { display: inline-block; width: 100%; margin-bottom: 40px; }
.footer .top-footercont .col-md-4 { height: 65px; }
.footer .top-footercont .logo { float: left; width: 220px; }
.footer .top-footercont .social_media_icons li { display: inline-block; }
.footer .top-footercont .social_media_icons li a { display: block; background: #767676; position: relative; border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; width: 35px; height: 35px; text-align: center; }
.footer .top-footercont .social_media_icons li a:hover { text-decoration: none; }
/*.f_nav { border-right: 1px solid #d7c66f; }*/
.span1_of_4:last-child .f_nav, .col-md-4:last-child .f_nav { border: none; }
.f_nav.social_media_icons { text-align: right; float: left; }
.f_nav.social_media_icons i { font-size: 20px; color: #ffffff; position: absolute; }
.f_nav.social_media_icons a:hover i { background: transparent; }
.blogLink { text-align: right; float: left; font-weight: 600; color: #000; }
.top-footercont .subscribeNews {
color: #000;
text-decoration: underline;
text-decoration-color: #959595;
}
ul.f_nav li, .infopages {
list-style-type: none;
margin: 8px 0;
/*letter-spacing: 1px;*/
}
ul.f_nav li a , .infopages li a {
list-style-type: none;
font-size: 16px;
color: #000;
/*text-transform:uppercase;*/
}
ul.f_nav li a:hover , .infopages li a:hover { color: #9D6E59; } /* 9D6E59 */
ul.f_nav li a:hover,.infopages li a:hover { text-decoration: none; }
ul.f_nav li div:nth-of-type(1n+6), .infopages li:nth-of-type(1n+6) {display: none;}
.ftbg p { font-size: 24px; }
.ftbg p a { color: #9D6E59; font-weight: 600; }
.cards.text-center {
border-top: 1px solid #E7E7E7;
border-bottom: 1px solid #E7E7E7;
margin: 40px 0;
padding: 25px 0;
}
.copyright {
display: inline-block;
width: 100%;
margin-top: 50px;
font-size: 14px;
color: #7A7A7A;
}
.copyright p {
font-size: 13px;
font-weight: 400;
color: #929292;
}
.copyright p a {
color:#AB1156;
}
/*-- footer-ends-here --*/
/*-- products-page-starts-here --*/
.products{
width:20%;
margin-right:2%;
float:left;
}
.product-listy{
background:#91b900;
}
ul.product-list{
padding:0em 0 0.5em 0;
margin:0.5em 0;
}
ul.product-list li{
display: block;
margin:5px 0;
}
ul.product-list li a{
color:#FFF;
text-transform:uppercase;
font-size:0.85em;
text-decoration:none;
padding:5px 2em;
font-weight:400;
display: block;
}
ul.product-list li a:hover{
background:#000;
color:#fff;
padding:5px 2em;
transition:0.5s all;
-webkit-transition:0.5s all;
-o-transition:0.5s all;
-moz-transition:0.5s all;
-ms-transition:0.5s all;
}
.product-listy h2{
color: #fff;
background: #AB1156;
font-size: 15px;
padding: 23px;
font-weight: 600;
text-transform: uppercase;
}
.latest-bis {
margin: 1.5em 0;
position:relative;
}
.offer{
position:absolute;
bottom: 13%;
right: 2%;
}
.offer p{
font-size:30px;
color:#fff;
background:rgba(129, 98, 99, 0.73);
padding: 15px 8px;
border-radius:50%;
-webkit-border-radius:50%;
-o-border-radius:50%;
-moz-border-radius:50%;
-ms-border-radius:50%;
font-weight:400;
}
.offer small{
color: #7C7C7C;
font-size: 18px;
}
.tags{
list-style:none;
background:#FCFCFC;
margin-top:2em;
padding:1em;
font-weight:400;
}
h4.tag_head{
color: #333;
font-weight: 600;
font-size: 20px;
margin-bottom: 20px;
padding: 0;
}
ul.tags_links{
padding:0;
list-style:none;
}
ul.tags_links li {
display: inline-block;
margin: 8px 3px;
}
ul.tags_links li a {
color: #333;
font-size: 1em;
background: #e9e9e9;
padding: 5px 10px;
}
ul.tags_links li a:hover{
text-decoration:none;
background:#AB1156;
color:#fff;
}
.link1 {
font-size: 0.85em;
line-height: 18px;
color: #333;
font-weight: bold;
background: url(./images/tag_arrow.png) right 4px no-repeat;
padding-right: 20px;
margin-top:1.5em;
display: inline-block;
}
.link1:hover{
color:#fb4d01;
text-decoration:none;
}
.new-product{
width:78%;
float:right;
background:rgba(245, 243, 243, 0.27);
min-height:800px;
padding:2em;
}
ul.product-top-list{
padding:0;
float: left;
}
ul.product-top-list li{
display: inline-block;
font-size:0.82em;
color:#777;
}
ul.product-top-list li a{
color: #AB1156;
font-size: 16px;
}
ul.product-top-list li span.act{
background: yellow;
font-size: 14px;
padding: 3px;
}
p.back{
float: right;
font-size:0.82em;
}
p.back a {
font-size: 14px;
color: #B9B4B5;
}
.labout {
display: block;
float: left;
margin: 0 3.6% 0 0;
}
.span_2_of_al{
width:40%;
width: 46%;
float: left;
}
.span_2_of_al h3 {
color: #333;
text-transform: uppercase;
font-size: 1.7em;
font-weight: bold;
}
ul.ratings{
padding: 0;
margin-top:1em;
}
ul.ratings li{
display: inline-block;
}
ul.ratings li a{
font-size: 0.87em;
color: #000;
text-decoration: none;
font-weight: 600;
}
i.rating-ed{
background: url(./images/stars.png)no-repeat -9px;
}
.price_single {
font-size: 1.3em;
margin: 0.5em 0 1.5em;
font-weight:400;
}
span.reducedfrom {
text-decoration: line-through;
margin-right: 3%;
color: #555;
}
span.actual {
color: #ee4a02;
font-size: 1em;
margin-right: 5%;
}
.price_single a {
color: #999;
font-size: 13px;
}
h2.quick {
color: #555;
font-size: 0.85em;
text-transform: uppercase;
}
p.quick_desc {
color: #999;
font-size: 0.8125em;
line-height: 1.8em;
}
ul.product-qty {
padding: 0;
list-style: none;
}
.product-qty span {
color: #555;
font-size: 0.85em;
padding-bottom: 0.5em;
display: block;
text-transform: uppercase;
margin-top: 2em;
}
.product-qty select {
border: 1px solid #eee;
padding: 0.5em;
font-size: 1em;
outline: none;
}
.btn_form form input[type="submit"] {
cursor: pointer;
border: none;
outline: none;
display: inline-block;
font-size: 1em;
padding: 13px 20px;
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;
margin-top: 2em;
}
.btn_form form input[type="submit"]:hover{
}
.abt-ft{
margin-top:2em;
}
.singel_right {
margin-bottom: 2em;
}
h3.new-models {
font-size: 1.2em;
background: #ee4a02;
padding: 5px;
font-weight: 600;
color:#fff;
}
.view-first:hover .mask {
opacity: 1;
}
.view .mask, .view .content {
position: absolute;
overflow: hidden;
top: 10em;
left: 6.2em;
}
.view-first .mask {
opacity: 0;
background-color: rgba(219,127,8, 0.7);
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
padding: 10px 15px;
background: rgba(255, 255, 255, 0.82);
-moz-box-shadow: rgba(0, 0, 0, 0.16) 0 2px 8px;
-webkit-box-shadow: rgba(0, 0, 0, 0.16) 0 2px 8px;
box-shadow: rgba(0, 0, 0, 0.16) 0 2px 8px;
color: #000;
font-size: 0.85em;
font-weight: bold;
}
p.title {
color: #000;
font-size: 0.95em;
font-weight: bold;
}
.cart-left {
float: left;
margin-right: 2.6%;
}
p.title {
color: #000;
font-size: 0.95em;
font-weight: 700;
margin:0;
}
.pricey {
float: right;
font-weight: bold;
font-size: 0.95em;
}
.view .mask, .view .content {
position: absolute;
overflow: hidden;
top: 11.5em;
left: 8.2em;
}
.view-first:hover .mask {
opacity: 1;
}
.view .mask, .view .content {
position: absolute;
overflow: hidden;
top: 11.5em;
left: 8.2em;
}
.product_image {
position: relative;
}
.product_container {
padding: 1em;
}
.products-page {
padding: 4em 0;
}
.sort-by select {
outline: none;
}
.pages {
float: right;
}
.pages .limiter {
color: #747474;
font-size: 12px;
text-transform: uppercase;
}
.pages .limiter label {
vertical-align: middle;
}
.pages .limiter select {
padding: 0;
margin: 0 0 1px;
vertical-align: middle;
}
.limiter.visible-desktop label {
font-weight: normal;
margin: 0;
}
.mens-toolbar {
margin: 23px 0;
font-size: 20px;
}
.mens-toolbar .sort {
float: left;
width: 20.5%;
}
.sort-by {
color: #000;
font-size: 0.9em;
text-transform: uppercase;
}
.sort-by label {
font-weight: normal;
float: left;
margin: 2px 5px 0 0;
}
ul.pagenation {
float: right;
clear: both;
padding: 0;
list-style: none;
}
ul.pagenation li {
float: left;
margin: 0px;
margin-left: 5px;
padding: 0px;
list-style: none;
font-size: 14px;
}
ul.pagenation li a {
color: #838383;
display: block;
/*border-radius: 15px;*/
/*-webkit-border-radius: 15px;*/
/*-moz-borer-radius: 15px;*/
padding: 6px 8px 2px;
text-decoration: none;
font-size: 1em;
font-weight: 500;
text-transform: uppercase;
}
ul.pagenation li.pagingnumselected a, ul.pagenation li a:hover {
/*background: #eedf8a;*/
background: #9D6E59;
color: #fff;
transition:0.5s all;
-webkit-transition:0.5s all;
-o-transition:0.5s all;
-moz-transition:0.5s all;
-ms-transition:0.5s all;
}
.product-listy{
background:#9E9C9C;
}
ul.product-list{
padding:0em 0 0.5em 0;
margin:0.5em 0;
}
ul.product-list li{
display: block;
margin:5px 0;
}
ul.product-list li a{
color:#FFF;
text-transform:uppercase;
font-size:0.85em;
text-decoration:none;
padding:5px 2em;
font-weight:400;
display: block;
}
ul.product-list li a:hover{
background:#AB1156;
color:#fff;
padding:5px 2em;
transition:0.5s all;
-webkit-transition:0.5s all;
-o-transition:0.5s all;
-moz-transition:0.5s all;
-ms-transition:0.5s all;
}
.latest-bis {
margin: 1.5em 0;
position:relative;
}
.offer{
position:absolute;
bottom: 13%;
right: 2%;
}
ul.tags_links{
padding:0;
list-style:none;
}
ul.tags_links li {
display: inline-block;
margin: 8px 3px;
}
ul.tags_links li a {
color: #333;
font-size: 1em;
background: #e9e9e9;
padding: 5px 10px;
}
ul.tags_links li a:hover{
text-decoration:none;
}
.link1 {
font-size: 0.85em;
line-height: 18px;
color: #333;
font-weight: bold;
background: url(./images/tag_arrow.png) right 4px no-repeat;
padding-right: 20px;
margin-top:1.5em;
display: inline-block;
}
.link1:hover{
color:#fb4d01;
text-decoration:none;
}
ul.product-top-list{
padding:0;
float: left;
}
ul.product-top-list li{
display: inline-block;
font-size:0.82em;
color:#777;
}
p.back{
float: right;
font-size:0.82em;
}
.labout {
display: block;
float: left;
margin: 0 3.6% 0 0;
}
.span_2_of_al{
width:40%;
width: 46%;
float: left;
}
.span_2_of_al h3 {
color: #333;
text-transform: uppercase;
font-size: 1.7em;
font-weight: bold;
}
ul.ratings{
padding: 0;
margin-top:1em;
}
ul.ratings li{
display: inline-block;
}
ul.ratings li a{
font-size: 0.87em;
color: #000;
text-decoration: none;
font-weight: 600;
}
i.rating-ed{
background: url(./images/stars.png)no-repeat -9px;
}
.price_single {
font-size: 1.3em;
margin: 0.5em 0 1.5em;
font-weight:400;
}
span.reducedfrom {
text-decoration: line-through;
margin-right: 3%;
color: #555;
}
span.actual {
color: #ee4a02;
font-size: 1em;
margin-right: 5%;
}
.price_single a {
color: #999;
font-size: 13px;
}
h2.quick {
color: #555;
font-size: 0.85em;
text-transform: uppercase;
}
p.quick_desc {
color: #999;
font-size: 0.8125em;
line-height: 1.8em;
}
ul.product-qty {
padding: 0;
list-style: none;
}
.product-qty span {
color: #555;
font-size: 0.85em;
padding-bottom: 0.5em;
display: block;
text-transform: uppercase;
margin-top: 2em;
}
.product-qty select {
border: 1px solid #eee;
padding: 0.5em;
font-size: 1em;
outline: none;
}
.btn_form form input[type="submit"] {
cursor: pointer;
border: none;
outline: none;
display: inline-block;
font-size: 1em;
padding: 13px 20px;
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;
margin-top: 2em;
}
.btn_form form input[type="submit"]:hover{
}
.abt-ft{
margin-top:2em;
}
.singel_right {
margin-bottom: 2em;
}
h3.new-models {
font-size: 1.2em;
background: #ee4a02;
padding: 5px;
font-weight: 600;
color:#fff;
}
.view .mask, .view .content {
position: absolute;
overflow: hidden;
top: 12em;
left: 6.2em;
}
p.title {
color: #000;
font-size: 0.95em;
font-weight: bold;
}
.cart-left {
float: left;
margin-right: 2.6%;
}
p.title {
color: #000;
font-size: 0.95em;
font-weight: 700;
margin:0;
}
.pricey {
float: right;
font-weight: bold;
font-size: 0.95em;
}
.product_container {
padding: 1em;
border-top: 10px solid #f8f8f8;
}
.products-page {
padding: 60px 0;
}
/*---- Best Buy Starts Here ---*/
.mens-toolbar .sort {
float: left;
width: 20.5%;
}
.sort-by {
color: #828282;
font-size: 13px;
text-transform: uppercase;
}
ul.women_pagenation {
float: right;
padding: 0;
list-style: none;
}
ul.women_pagenation li.active a, ul.women_pagenation li a:hover {
background: #3C3038;
color: #fff;
transition:0.5s all;
-webkit-transition:0.5s all;
-o-transition:0.5s all;
-moz-transition:0.5s all;
-ms-transition:0.5s all;
}
.sort-by select {
outline: none;
}
.pages {
float: right;
}
.pages .limiter label {
vertical-align: middle;
}
.limiter.visible-desktop label {
font-weight: normal;
margin: 0;
}
.product_image:hover .mask {
display: block;
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
}
/*-- products-page-ends-here --*/
/*-- login-starts-here --*/
.login-left {
padding: 0;
}
.login-left h2 {
color: #000;
font-size: 20px;
padding-bottom: 18px;
font-weight: 600;
}.login-right h3 {
color: #000;
font-size: 20px;
padding-bottom: 18px;
font-weight: 600;
}
li.home a {
color: #AB1156;
font-size: 16px;
}
.login-left p, .login-right p {
color: #CAC9C9;
display: block;
font-size: 1.1em;
margin: 0 0 2em 0;
line-height: 1.5em;
}
.acount-btn {
background: #292B2E;
color: #FFF;
font-size: 15px;
padding: 0.7em 1.2em;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
display: inline-block;
/*text-transform: uppercase;*/
}
.acount-btn:hover, .login-right input[type="submit"]:hover{
opacity: 0.8;
text-decoration: none;
}
.tableerror { color: #ff0000; }
.login-right form {
padding: 1em 0;
}
.login-right form div {
padding: 0 0 2em 0;
}
.login-right span {
color: #555;
font-size:1em;
padding-bottom: 0.2em;
display: block;
text-transform: uppercase;
}
.login-right input[type="text"] {
border: 1px solid #EEE;
outline-color:#CACACA;
width: 96%;
font-size:13px;
padding: 8px;
}
.login-right input[type="password"] {
border: 1px solid #EEE;
outline-color:#CACACA;
width: 96%;
font-size:13px;
padding: 8px;
}
.login-right input[type="submit"] {
background: #AB1156;
color: #FFF;
font-size: 1em;
padding: 0.7em 1.2em;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
display: inline-block;
text-transform: uppercase;
border:none;
outline:none;
}
a.forgot {
font-size: 1em;
margin-right: 11px;
}
ul.breadcrumbs{
padding:0;
list-style:none;
float:left;
}
ul.breadcrumbs li{
display:inline-block;
color:#000;
}
ul.breadcrumbs li.women{
background: yellow;
font-size: 14px;
padding: 3px;
}
ul.previous{
padding:0;
list-style:none;
float:right;
margin-top: 3px;
}
ul.previous li a{
font-size: 14px;
color: #B9B4B5;
}
.dreamcrub{
margin: 15px 0 60px 0;
background-color: #FDFDFD;
padding: 10px 20px;
}
.mens-toolbar .sort {
float: left;
width: 20.5%;
}
.sort-by label{
font-weight:normal;
}
.mens-toolbar .pages {
float: right;
margin: 0;
}
ul.women_pagenation.dc_paginationA.dc_paginationA06 {
float:right;
padding:0;
list-style:none;
}
.pages{
float:right;
}
.pages .limiter {
color: #000;
font-size: 0.8125em;
text-transform: uppercase;
}
.pages .limiter select {
padding: 0;
margin: 0 0 1px;
vertical-align: middle;
}
ul.women_pagenation li {
float: left;
margin: 0px;
margin-left: 5px;
padding: 0px;
list-style:none;
}
ul.women_pagenation li a {
color:#000;
display: block;
padding:4px 8px;
text-decoration: none;
font-size: 0.8125em;
text-transform:uppercase;
}
ul.women_pagenation li.active a{
background:#7C7C7C;
color:#fff;
}
ul.women_pagenation li a:hover{
background:#AB1156;
color:#fff;
}
form[name="SortingByForm"] {
display: block;
float: right;
}
#product_listing_sortby_box {
/*display: inline-block;*/
display: none;
width: calc(100% - 18px);
font-size: 10px;
margin-left: 0px;
margin-bottom: 20px;
text-align: right;
}
#product_listing_sortby_box select {
background: #e5e5e5;
color: #464646;
font-weight: bold;
font-size: 10px;
letter-spacing: 1px;
border: none;
padding: 3px 2px;
}
#cat_product_listing {
display: inline-block;
width: 100%;
}
.login-page {
padding: 60px 0;
}
/*-- login-ends-here --*/
/*-- register-starts-here --*/
/*-- registration-form --*/
.registration-form {
padding: 60px 0;
}
.registration-form h2 {
font-weight: 600;
text-transform: uppercase;
color: #000;
font-size: 20px;
padding-bottom: 18px;
}
.reg p{
color: #CAC9C9;
margin: 0px 0 0 0;
font-size: 14px;
line-height: 1.8em;
}
.col-md-6.reg-form {
padding: 0;
}
.reg p:nth-child(2) {
margin:0;
}
.reg form {
margin-top: 32px;
}
.reg p a{
text-decoration:none;
color:#AB1156;
}
.reg p a:hover{
color: #000;
transition: .5s all;
-webkit-transition: .5s all;
-o-transition: .5s all;
-ms-transition: .5s all;
-moz-transition: .5s all;
}
.reg ul {
padding:0;
margin:0 0 22px 0;
}
.reg ul li {
display: inline-block;
width: 58%;
}
.reg ul li.text-info{
width: 38%;
color: #AB1156;
font-size: 16px;
text-transform: uppercase;
margin: 0 0 0px 0;
font-weight: bold;
}
.reg form input[type="text"],.reg form input[type="password"] {
width: 100%;
padding: 8px;
font-size: 14px;
font-weight: 400;
border: 1px solid #ccc;
outline: none;
color: #000;
}
.reg-form{
float:left;
width:50%
}
.reg-right{
float:right;
width:47%
}
p.click a{
display: inline-block;
color:#AB1156;
}
p.click a:hover{
color: #000;
transition: .5s all;
-webkit-transition: .5s all;
-o-transition: .5s all;
-ms-transition: .5s all;
-moz-transition: .5s all;
}
.reg form input[type=submit]{
border:none;
color: #ffffff;
padding: 9px 35px;
font-size: 14px;
cursor: pointer;
font-weight: 500;
margin: 0 0 32px 0;
background: #292B2E;
border-top: none;
border-left: none;
border-right: none;
}
.reg form input[type=submit]:hover {
background:#000;
transition: .5s all;
-webkit-transition: .5s all;
-o-transition: .5s all;
-ms-transition: .5s all;
-moz-transition: .5s all;
}
.reg ul:nth-child(6) {
margin: 0 0 32px 0;
}
.reg ul li:nth-child(2){
margin-left: 3%;
}
.reg-right p{
color: #CAC9C9;
margin: 0 0 30px 0;
font-size: 14px;
line-height: 1.8em;
}
/*-- //registration-form --*/
/*-- register-ends-here --*/
/*-- contact-page-starts-here --*/
.contact {
padding: 60px 0;
}
.contact-info {
margin-bottom: 40px;
}
.contact-left{
width:30%;
float:left;
}
.contact-right{
width:68%;
float:right;
}
.contact-left input[type="text"]{
width: 100%;
color: #000;
margin: 0 23px 23px 0;
font-size:14px;
padding: 12px 10px;
outline: none;
border: 1px solid #e8e8e8;
}
.contact-right textarea{
width: 100%;
color: #000;
font-size:14px;
resize: none;
height: 185px;
padding: 12px;
outline: none;
border: 1px solid #e8e8e8;
}
.contact-form input[type=submit]:hover {
/*background:#000;*/
transition: .5s all;
-webkit-transition: .5s all;
-o-transition: .5s all;
-ms-transition: .5s all;
-moz-transition: .5s all;
}
.contact-info h2{
text-align: center;
margin: 0 0 20px 0;
font-size: 24px;
color: #292B2E;
font-weight: 600;
text-transform: uppercase;
padding: 0;
}
.contact-info h3{
text-align: center;
margin: 0 0 20px 0;
font-size: 24px;
color: #292B2E;
font-weight: 600;
text-transform: uppercase;
padding: 0;
}
.contact-map{
width:100%;
margin-bottom: 52px;
}
.contact-map iframe{
width:100%;
height:330px;
}
/*-- //contact-page-ends-here --*/
/*-- typography-page-ends-here --*/
h2.heading {
margin: 0 0px 0.3em 0;
color: #000;
font-size: 40px;
letter-spacing: 1px;
padding: 0;
}
.typrography {
padding: 60px 0;
}
.grid_3 h3 {
padding-bottom: 15px;
font-size: 28px;
letter-spacing: 1px;
color: #3382C9;
}
.grid_4 h3 {
color: #666161;
padding-bottom:0;
font-size: 28px;
letter-spacing: 0;
}
.grid_4 h3 {
padding: 12px 0;
}
.grid_5 h1, h2, h3, h4, h5, h6 {
padding: 12px 0;
}
h3.first {
padding-bottom: 15px;
font-size: 30px;
letter-spacing: 1px;
color: #3382C9;
}
.input-group {
margin-bottom: 20px;
}
h3.bars {
padding-bottom: 15px;
font-size: 28px;
letter-spacing: 1px;
color: #3382C9;
}
.badge {
background-color: #3382D3;
}
.page-header h1 {
padding-bottom: 15px;
font-size: 18px;
letter-spacing: 1px;
color: #3382C9;
}
section#tables h2 {
padding-bottom: 15px;
font-size: 28px;
letter-spacing: 1px;
color: #3382C9;
}
div#myTabContent {
margin-top: 0.5em;
}
/*-- typography-page-ends-here --*/
/*--checkout--*/
/*-- cart-page --*/
.cart-gd{
margin-top:50px;
}
.cart-items {
padding: 60px 0;
}
.cart-items h2 {
margin: 0 0 20px 0;
text-align: center;
font-size: 28px;
color: #AB1156;
font-weight: 600;
padding:0;
}
.cart-item {
width: 20%;
float: left;
margin-right: 4%;
}
.cart-item img {
width: 100%;
}
.close1, .close2,.close3 {
background: url('./images/close_1.png') no-repeat 0px 0px;
cursor: pointer;
width: 28px;
height: 28px;
position: absolute;
right: 0px;
top: 25px;
-webkit-transition: color 0.2s ease-in-out;
-moz-transition: color 0.2s ease-in-out;
-o-transition: color 0.2s ease-in-out;
transition: color 0.2s ease-in-out;
}
.cart-item-info {
width: 75%;
float: left;
margin-top: 3%;
}
.cart-item-info h3 {
color:#000;
font-size: 14px;
font-weight: 600;
}
.cart-item-info h3 a {
color:#AB1156;
font-size: 18px;
}
.cart-item-info h3 span {
display: block;
font-weight: 400;
font-size: 0.85em;
margin: 0.7em 0;
}
ul.qty {
padding: 0;
margin: 0;
list-style: none;
}
ul.qty li {
display: inline-block;
margin-right: 10%;
}
ul.qty li p {
font-size: 14px;
color: #000;
}
.delivery {
margin-top: 3em;
}
.delivery p {
color: #000;
font-size: 16px;
font-weight: 400;
float: left;
}
.delivery span {
color: #000;
font-size: 16px;
font-weight: 400;
float: right;
}
.cart-sec {
margin: 25px 0;
}
.cart-header,.cart-header2,.cart-header3 {
position: relative;
background-color: #FDFDFD;
}
/*-- //check --*/
/*-- single-page --*/
.col-md-5.zoom-grid {
padding: 0;
}
.reviews-tabs {
margin-top: 60px;
}
.response-text-right p {
font-size: 13px;
margin: 0 0 1em;
line-height: 20px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
color: #AB1156;
cursor: default;
font-size: 1.2em;
font-weight: 600;
border: none;
background-color: transparent;
border-right: 1px solid #E7E7E7;
border-radius: 0;
padding: 0 10px;
cursor: pointer;
}
.nav-tabs > li > a {
margin-right: 0px;
line-height: 1.42857143;
border-radius: 0;
color: #292B2E;
cursor: default;
font-size: 1.2em;
font-weight: 600;
border: none;
background-color: transparent;
border-right: 1px solid #E7E7E7;
border-radius: 0;
padding: 0 10px;
cursor: pointer;
font-family: 'source sans pro';
}
ul.nav.nav-tabs {
border-bottom: 1px solid #ddd;
margin-bottom: 15px;
padding-bottom: 18px;
}
.nav > li > a:hover, .nav > li > a:focus {
background-color: #FCFCFC;
}
.media-left.response-text-left {
width: 10%;
float: left;
margin-right: 2%;
}
.response-text-right ul li {
display: inline-block;
color: #B6B8B5;
font-size: 1em;
font-weight: 600;
margin-right: 16px;
font-family: 'source sans pro';
}
.response-text-right ul li a {
color: #887f66;
font-size: 12px;
font-weight: 600;
}
.media, .media .media {
margin-top: 25px;
}
p.tab-text {
line-height: 26px;
color: #B9B9B9;
font-size: 14px;
}
.media-left.response-text-left h5 {
font-size: 14px;
text-align: Center;
margin-top: 3px;
}
.media-left.response-text-left h5 a {
color: #000;
}
.media-left.response-text-left h5 a:hover {
color: #AB1156;
}
.media-left.response-text-left img {
width: 100%;
}
.dress-name {
margin:30px 0;
}
.dress-name h3 {
float: left;
font-size: 19px;
color: #000;
font-weight: 500;
padding: 0;
}
.dress-name p {
margin-top: 16px;
font-size: 13px;
line-height: 23px;
color: #CAC9C9;
}
.dress-name span {
float: right;
color: #292B2E;
font-size: 20px;
letter-spacing: 1px;
font-weight: 400;
}
p.left {
float: left;
font-size: 13px;
color: #000;
letter-spacing: 2px;
margin-right:5%;
width:40%;
}
p.right {
float: left;
font-size: 13px;
color: #000;
letter-spacing: 2px;
}
.span1 {
margin: 18px 0;
padding: 15px 0;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
}
.span3 {
margin: 18px 0;
padding: 15px 0;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
}
.span4 {
border-bottom: 1px solid #Eee;
padding-bottom: 18px;
}
.purchase {
margin-top: 50px;
}
.purchase a{
float: left;
width: 50%;
font-size: 14px;
color: #000;
text-decoration: underline;
letter-spacing: 1px;
margin-top: 1px;
}
.purchase a:hover {
color:#AB1156;
}
.social-icons {
float:left;
width: 40%;
}
.social-icons ul li {
display:inline-block;
}
.social-icons ul li a {
width:18px;
height:18px;
background:url('./images/s-icons.png') no-repeat 0px 0px;
display:inline-block;
margin: 0 5px;
}
.social-icons ul li a:hover {
opacity:0.5;
}
.social-icons ul li a.facebook1 {
background-position: 0px 0px;
}
.social-icons ul li a.twitter1 {
background-position: -18px 0px;
}
.social-icons ul li a.googleplus1 {
background-position: -36px 0px;
}
/*-- //single-page --*/
.newsletterMsg {
display: block;
/*border-bottom: 1px solid #000;*/
width: 100%;
font-size: 13px;
font-weight: 500;
height: 30px;
/*background: #ddd;*/
line-height: 2.4em;
cursor: pointer;
}
.newsletterMsg .msgBlk { display: block; float: left; width: 50%; text-align: center; }
.newsletterMsg .msgBlk:nth-child(1) { background: #eddd89; }
.newsletterMsg .msgBlk:nth-child(2) { background: #f5ecbc; }
/* CD Cart */
.cd-img-replace {
/* replace text with a background-image */
display: inline-block;
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
}
#cd-cart {
width: 500px;
position: fixed;
margin-top:0;
top: 0;
right: -100%;
background: #FFF;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
transition: all 0.2s ease;
z-index: 999;
}
#cd-cart.speed-in {
right: 0;
}
#cd-cart > * {
padding: 0;
}
#cd-cart h2 {
font-size: 14px;
margin: 1em;
}
#cd-cart .cd-cart-items {
max-height: 81.5vh;
overflow-y: scroll;
padding: 0;
}
#cd-cart .cd-cart-items li {
display: inline-block;
position: relative;
cursor: pointer;
padding: 5px;
width: 100%;
height: 100px;
border-top: 1px solid #e0e6ef;
}
#cd-cart .cd-cart-items li:last-child {
border-bottom: 1px solid #e0e6ef;
}
#cd-cart .cd-cart-items li a { color: #000; text-decoration: none; }
#cd-cart .cart-quantity, #cd-cart .cart-name, #cd-cart .cart-price, #cd-cart .cart-image {
position: relative;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
padding-right: 5px;
padding-left: 4px;
font-size: 15px;
}
#cd-cart .cart-name { font-size: 0.9em; letter-spacing: 0.2px; /*ms-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap;*/ max-width: 100%; overflow: hidden;}
#cd-cart .cart-quantity { font-size: 0.7em; /*border: 1px solid #ebebeb;*/ }
#cd-cart .cart-image {
height: 100%;
/*border-right: 1px solid #ebebeb;*/
text-align: center;
overflow: hidden;
}
#cd-cart .cart-image img {
max-width: 100%;
width: auto;
position: relative;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
}
#cd-cart .cd-qty, #cd-cart .cd-price {
color: #a5aebc;
}
#cd-cart .cd-price {
margin-top: .4em;
}
#cd-cart .cd-item-remove {
position: absolute;
right: 1em;
top: 50%;
bottom: auto;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
width: 32px;
height: 32px;
border-radius: 50%;
background: url(./images/cd-remove-item.png) no-repeat center center;
}
.no-touch #cd-cart .cd-item-remove:hover {
background-color: #e0e6ef;
}
#cd-cart .cd-cart-total {
padding: 1em;
font-weight: bold;
}
#cd-cart .cd-cart-total span {
float: right;
font-weight: bold;
}
#cd-cart .cd-cart-total::after {
/* clearfix */
content: '';
display: table;
clear: both;
}
#cd-cart .viewcart-btn {
}
#cd-cart .checkout-btn, #cd-cart .viewcart-btn {
display: block;
float: left;
width: 50%;
height: 45px;
line-height: 45px;
color: #FFF;
cursor: pointer;
text-align: center;
font-weight: bold;
letter-spacing: 1px;
text-transform: uppercase;
text-decoration: none;
-webkit-transition: all 0.1s ease;
transition: all 0.1s ease;
-moz-transition: all 0.1s ease;
}
#cd-cart .checkout-btn { background-color: #72795E; }
#cd-cart .viewcart-btn { background-color: #4F5343; }
#cd-cart .close-cart {
width: 30px;
height: 30px;
font-size: 12px;
color: #fff;
background: #909090;
text-align: center;
border-radius: 20px;
padding: 8px;
float: right;
margin-top: -38px;
margin-right: 5px;
cursor: pointer;
}
.no-touch #cd-cart .checkout-btn:hover {
background: #a2dda8;
}
#cd-cart .checkout-btn:hover, #cd-cart .viewcart-btn:hover {
opacity: 0.8;
}
#cd-cart .cd-go-to-cart {
text-align: center;
margin: 1em 0;
}
#cd-cart .cd-go-to-cart a {
text-decoration: underline;
}
#cart-qty-num {
top: 32px;
right: 10px;
position: absolute;
z-index: 2;
font-weight: bold;
color: #fff;
font-size: 0.8em;
}
/* Shadow Layer */
#cd-shadow-layer {
position: fixed;
min-height: 100%;
width: 100%;
top: 0;
left: 0;
background: rgba(67, 87, 121, 0.6);
cursor: pointer;
z-index: 17;
display: none;
}
#cd-shadow-layer.is-visible {
display: block;
-webkit-animation: cd-fade-in 0.3s;
-moz-animation: cd-fade-in 0.3s;
animation: cd-fade-in 0.3s;
}
/* end CD Cart */
/* Cart stuff that can be rtemoved once testing is done */
.shoppingcarttable .media .thumbnail {
overflow: hidden;
width: 200px;
margin-right: 10px;
max-height: 100px;
height: 100px;
}
.shoppingcarttable .media .thumbnail img {
max-height: 100%;
width: auto;
}
.shoppingcarttable .media .media-body .media-heading a {
font-size: 14px;
color: #000;
}
/* end Cart stuff */
#slider1 {
margin: 0 auto;
}
.banner .swiper-template-1 {
height: 620px;
margin-top: 20px;
}
.banner #front-slider { height: 100%; width: 100%; }
.banner #front-slider-mobile { display: none; height: 100%; width: 100%; }
.banner #front-slider .swiper-slide, .banner #front-slider-mobile .swiper-slide { width: 100%; background-size: cover; background-position: 50% 0; }
#bracelets-slider .swiper-slide { background-size: cover; background-position: 50% 50%; }
.banner #front-slider .swiper-slide img, .banner #front-slider-mobile .swiper-slide img { max-width: none; }
.banner .swiper-template-1 img {
/*height: 100%;*/
/*width: auto;*/
/*max-width: none;*/
/*height: 100%;*/
width: auto;
max-width: none;
/* max-width: 100%; */
/* max-height: 100%; */
min-height: 100%;
position: relative;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.banner .swiper-button-next, .banner .swiper-button-prev {
background: transparent;
}
.banner .swiper-button-next i, .banner .swiper-button-prev i {
color: #fff;
}
.banner .iessnippet-num-302 {
padding-top: 0;
}
.swiper-pic-slider {
padding-top: 20px;
display: none;
}
/*.swiper-slide a { display: block; position: relative; height: 100%; }*/
.desktop-slider {
padding-top: 20px;
}
.thankyou, .confirmed, .already {background-color: #294B49; text-align:center; color: #ffffff; position: fixed; top: 0; width: 100%; left: 0; font-weight: 500; z-index: 2; }
.thankyou h2, .confirmed h2, .already h2 { font-weight: 400; }
.thankyou.slide-up, .confirmed.slide-up, .already.slide-up { top: -200px; transition: all 0.4s ease-out; }
/* checkout */
.checkout1-form{ display:none; }
#logincheckout1{ display:none; }
.checkout-form{ width:49%;display:inline-block;vertical-align:top;margin-left:50px;border-right: 1px solid transparent; margin-bottom: 50px; }
.checkout-form *:focus { outline: none; }
.checkout-form input[type="text"], .checkout-form input[type="password"]{ border:0px;padding:5px;width:95%;margin:1px;background: transparent;}
.checkout-form select{ border:0px;padding:0px;width:95%; background: transparent; }
.checkout-form .formrow:nth-child(6) .formpair, .checkout-form .formrow:nth-child(7) .formpair { width: 97% !important; }
.checkout-form .formlabel{ display:block;text-align:left;font-size:14px;color:#999;padding-left:5px;white-space:nowrap; }
.checkout-form .formpair{border:1px solid #ccc;border-radius:0;padding:0px;margin:5px;width:47.3%;height:60px;vertical-align:top;}
.checkout-form .checkoutform{border:0px;padding:0px;}
.checkout-form .input{width:100%;}
/*.border-blue{border:1px solid #1990c6!important;}*/
.border-blue{border:1px solid #9d6e59!important;}
.checkout-form #shiptodifferentaddress{display:none;}
.checkout-form #customer_registration_link{display:none;}
.checkout-form #customer_registration{display:block;}
.checkout-form #checkout_cart{display:none;}
.checkout-form #checkoutagreement{margin-left:10px;}
.checkout-form .buttonprimarycluster{padding-right:18px;text-align:right;font-family:'open sans', sans-serif;}
.checkout-form .primary_button{border:0px;padding:10px 30px !important; background-color: #D69888; /* background-color: #cd282f; */}
.checkout-form .secondary_button{border:0px;background:none;}
.checkout-form .secondary_button:hover{text-decoration:underline;}
.loginsection{text-align:center;}
.checkout-form .subscribenewsletter{display:none;}
.shopping-cart{ width:45%;display:inline-block;vertical-align:top;padding-top: 18px;margin-top: 40px; background-color: transparent; }
.shopping-cart table{width:100%;}
.shopping-cart table tr:first-child{display:none;}
.shopping-cart .cart-content-item, .shopping-cart .cart-discount-info { font-size: 16px; }
.shopping-cart #coupon{text-decoration:underline;cursor:pointer;padding:10px;color: inherit;}
.shopping-cart .coupon{padding:10px;}
.shopping-cart .applycouponid{text-decoration:underline;}
.shopping-cart #discount-coupon-field{padding:5px;}
.shopping-cart .discount-result {display:none;}
.shopping-cart .discount-result, .shopping-cart #discount-coupon-form {text-align: left;}
.shopping-cart #discount-coupon-form, .shopping-cart #discount-coupon-form a { color: inherit; }
.shopping-cart input[type="button"], .shopping-cart input[type="submit"]{display:none;}
.shopping-cart .cart_remove2{display:none;}
.shopping-cart .cart_empty_cart2{display:none;}
.shopping-cart .cart_discount_remove2{display:none;}
.register-now{text-align:center;cursor:pointer;padding:10px;}
.register-now:hover{text-decoration:underline;}
.extra-login-option{text-align:center;padding:30px 10px;border-top:1px solid #ccc;border-bottom:1px solid #ccc;width:60%;margin:0 auto;margin-top:20px;margin-bottom:20px;}
.extra-login-option i{background-color:#ccc;width: 40px;height: 40px;text-align: center;padding: 5px;border-radius: 5px;cursor:pointer;margin:5px;}
.fa-facebook:hover{background:#3765A3;color:white;}
.fa-amazon:hover{background:#231F20;color:white;}
.fa-google:hover{background:#DD5044;color:white;}
.guest{text-align:center;padding:10px;width:60%;margin:0 auto;cursor:pointer;}
.guest:hover{text-decoration:underline;}
.checkoutform{min-width:auto!important;}
.checkout-form h1{text-align:center;color:#72795E;}
/* the size of the name, quantity and price */
.content-item-name, .content-item-price-qty, .content-item-price { /*font-size: 0.9em;*/ font-size: 16px; }
.cart_price_currency_type2, .cart_price_per_qty_currency_type2, .cart_total_currency_type2 { margin-right: 5px; }
.content-item-name a { color: inherit; }
.or{text-align:center;font-weight:bold;}
#parsley-id-multiple-checkout_agreement{position:absolute;margin-top:50px;}
.cart-tax{padding-right:20px;}
/* checkout 2 */
#multi_cur_form{text-align:right;display:none;}
.checkout2-form h2{font-size:20px;padding-top:0px;}
.checkout2-form{width:49%;display:inline-block;vertical-align:top;margin-left:15px;padding:10px;padding-top:0px;}
.shipping-to-info{list-style-type:none;}
.shipping-method{margin-bottom:30px;}
.shipping-method label{width:96%;padding:15px;border:1px solid #ccc;border-top:0px;font-weight:normal;cursor:pointer;}
.shipping-method label:first-child{border-top:1px solid #ccc;border-top-left-radius:5px;border-top-right-radius:5px;}
.shipping-method label:last-child{border-bottom-left-radius:5px;border-bottom-right-radius:5px;}
.shipping-method input[type='Radio']{margin-right:10px;}
.payment-method{margin-bottom:30px;}
.payment-method label{width:96%;padding:15px;border:1px solid #ccc;border-top:0px;font-weight:normal;cursor:pointer;}
.payment-method label:first-child{border-top:1px solid #ccc;border-top-left-radius:5px;border-top-right-radius:5px;}
.payment-method label:last-child{border-bottom-left-radius:5px;border-bottom-right-radius:5px;}
.payment-method input[type='Radio']{margin-right:10px;}
.billing-address label{width:96%;padding:15px;border:1px solid #ccc;border-top:0px;font-weight:normal;cursor:pointer;}
.billing-address label:first-child{border-top:1px solid #ccc;border-top-left-radius:5px;border-top-right-radius:5px;}
.billing-address label:last-child{border-bottom-left-radius:5px;border-bottom-right-radius:5px;}
.billing-address input[type='Radio']{margin-right:10px;}
#CheckoutForm2 table{display:none;}
.billing-address .checkout-form h4{display:none;}
.billing-address .checkout-form{width:100%;margin:0px;border:0px;display:none;}
.billing-address #checkoutagreement{display:none;}
.billing-address .buttonprimarycluster{display:none;}
.checkout2-form-submit{text-align:right;padding:10px;}
.checkout2-form .primary_button{border:0px;padding:10px!important; margin-right: 10px;}
.cart-shipping-method{text-align:right;padding-right:20px;}
.cart-grand-total{text-align:right;padding-right:20px;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding-top:5px;padding-bottom:5px;margin-top:10px;font-size:25px;display:none;}
.cart-tax{text-align:right;font-size:14px;}
/* Payment */
.payment-form{width:49%;display:inline-block;vertical-align:top;border-right:1px solid #ddd;margin-left:15px;padding:10px;padding-top:0px;}
.payment-shopping-cart #coupon{display:none;}
img[src='images/border1.gif'],img[src='images/border2.gif'],img[src='images/border5.gif'],img[src='images/border6.gif']{display:none;}
td[background='images/border1_bg.gif'],td[background='images/border3_bg.gif'],td[background='images/border4_bg.gif'],td[background='images/border5_bg.gif'],.border1_bg_td,.border3_bg_td,.border4_bg_td,.border5_bg_td{
background:none!important;
}
.payment-form .form-horizontal .control-label{width:100%;text-align:left;font-weight:normal;}
/* Repetition of Currency Converter */
#multi_cur_form {
display: none !important;
float: none !important;
margin: -15px 0 15px;
padding-left: 20px;
padding-bottom: 0;
padding-top: 0;
font-size: 10px;
}
#multi_cur_form select {
display: inline;
background: #e5e5e5;
color: #464646;
font-weight: bold;
font-size: 10px;
letter-spacing: 1px;
border: none;
padding: 1px 2px;
margin-left: 8px;
margin-bottom: 0;
}
.centerEl { top:50%; left:50%; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); }
#myacctable {
width: 800px;
/* border-top: 1px solid #ebebeb; */
padding-top: 20px;
font-size: 14px;
display: block;
}
#myacctable tbody tr {
border-bottom: 1px solid #ebebeb;
width: 100%;
display: inline-block;
}
#myacctable tbody tr td {
padding: 10px 0;
}
#myacctable tbody tr td:first-child {
width: 30%;
display: inline-block;
}
#myacctable tbody tr td:last-child {
width: 65%;
display: inline-block;
}
#myacctable tbody tr td a {
padding: 3px 0 3px 10px;
color: #000;
display: inline-block;
}
tr td input[type="submit"], tr td input[type="button"], form input[type="button"], form input[type="submit"], #save1 {
border: none;
padding: 8px 14px;
/*background: #191919;*/
margin-bottom: 10px;
/*text-transform: uppercase;*/
}
#save1 {
float: left;
}
form[action="change_password1.cfm"] td { text-align: left; }
form[action="change_password1.cfm"] span.label {
display: block;
text-align: left;
color: #8e8a81;
}
form[action="change_password1.cfm"] td input[type="submit"] {
float: right;
}
.beyondNewsletter {
display: block;
margin-top: 19.1em;
/*margin-top: 23.5em;*/
font-family: 'Avenir', sans-serif;
}
.beyondNewsletter input[name="email"] {
font-size: 14px !important;
}
.beyondNewsletter input[type="submit"] {
background: #0e0e0e !important;
font-family: 'Avenir', sans-serif !important;
color: #fff;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 600;
font-size: 18px !important;
}
#sizeChartTable td {
border-bottom: 1px solid #d4d4d4;
border-right: 1px solid #d4d4d4;
padding-left: 12px;
padding-bottom: 6px;
padding-top: 6px;
}
#sizeChartTable tr:first-child td { border: 0; }
.stocknotificationform { width: 65%; margin: 0 auto; }
.stocknotificationform h3 { font-weight: 600; }
.stocknotificationform h4 { font-size: 16px; }
.stocknotificationform input[type="text"], .stocknotificationform input[type="email"] {
border: 1px solid #ccc;
border-radius: 0;
height: 40px;
}
.stocknotificationform input[type="submit"] {
display: block;
float: left;
background-color: #292B2E !important;
border-color: #292B2E !important;
height: 40px;
color: #FFF;
text-transform: uppercase;
font-size: 1em;
border-radius: 0 !important;
padding: 0.7em 1.2em;
margin-right: 15px;
}
.stocknotificationform input[type="reset"] {
display: block;
float: left;
background-color: #808080;
border-color: #808080;
height: 40px;
color: #FFF;
text-transform: uppercase;
border-radius: 0;
font-size: 1em;
padding: 0.7em 1.2em;
}
.wishlistItem {
width: 100%;
}
.wishlistItem tbody {
display: block;
padding-top: 20px;
width: 100%;
}
.wishlistItem tbody tr {
display: block;
margin: 20px auto;
width: 100%;
clear: both;
}
.wishlistItem tbody tr td {
padding-right: 20px;
line-height: 1.8em;
}
.wishlistItem tbody tr td a {
color: #000;
}
.wishlistItem tbody tr td a img { max-width: 150px; }
.wishlistItem tbody tr td p input[type="submit"] {
/*height: 40px;*/
height: 50px;
margin-bottom: 15px;
padding: 10px 20px;
margin-right: 15px;
color: #fff;
/*background: #5f5f5f; #474B3C*/
background: #474B3C;
font-size: 13px;
font-weight: 500;
/*text-transform: uppercase;*/
letter-spacing: 1px;
}
.wishlistItem tbody tr td p input[type="button"] {
font-size: 13px;
/*letter-spacing: 1px;*/
font-weight: bold;
padding: 0;
background: transparent;
text-decoration: underline;
}
/*#sizeChartTable tr {*/
/* border-bottom: 1px solid #;*/
/*}*/
.vogue-link-parent { display: flex; align-items: center; justify-content: flex-start; }
.vogue-link-parent a:nth-child(2) { /*margin-left: 100px;*/ margin-left: 30px; margin-right: 30px; background: rgba(114, 121, 94, 0.2); padding: 10px; transition: all 250ms ease-in-out; }
.vogue-link-parent a:nth-child(2):hover { transform: scale(1.1); }
.vogue-link-parent a:nth-child(2) img { height: 25px; }
.vogue-link-parent a:nth-child(3) img { height: 50px; }
.shopping-cart-upsell { display: none; }
/*-- responsine-design --*/
@media screen and (max-width: 1640px) {
/*.front-pallette .pallette { min-height: 420px; }*/
}
@media screen and (max-width: 1600px) {
/*.front-pallette {*/
/*height: 1100px;*/
/*}*/
/*.front-pallette .pallette h3 { font-size: 30px; }*/
}
@media screen and (max-width: 1500px) {
/*.front-pallette {*/
/*height: 1200px;*/
/*}*/
}
@media screen and (max-width: 1440px) {
/*.front-pallette .pallette { min-height: 300px; }*/
.front-pallette .pallette h3 { padding: 5vw 0 5vw; }
}
@media screen and (max-width: 1366px) {
/*.banner {*/
/*min-height: 550px;*/
/*height: 550px;*/
/*}*/
.dropdown-menu.columns-3 {
min-width: 530px;
}
.footer {
padding: 0px 0 0px;
}
.cards.text-center {
margin: 35px 0;
padding: 20px 0;
}
.banner-bottom-left h2 {
font-size: 85px;
font-weight: 600;
line-height: 115px;
}
.dreamcrub {
margin: 0px 0 60px 0;
}
/*.front-pallette .pallette { min-height: 520px; }*/
.catlisting, #wide-filter { width: 250px; padding-right: 40px; }
.cat-products { width: calc(100% - 250px); }
}
@media screen and (min-width: 1280px) {
.container {
width: 1200px;
}
}
@media screen and (max-width: 1280px) {
/*.banner {*/
/*min-height: 608px;*/
/*}*/
.banner-bottom-left h2 {
font-size: 82px;
line-height: 100px;
margin: 0 0 0 120px;
}
.banner-bottom-left {
margin: 100px 0px 0px 30px;
}
/*.navbar-nav {*/
/* margin-right: 30px;*/
/*}*/
.dropdown-menu.columns-3 {
min-width: 520px;
}
.banner-info h3 {
font-size: 40px;
}
.banner-info p {
font-size: 16px;
}
h2.heading {
font-size: 35px;
}
.front-pallette .pallette { height: auto; }
/*.front-pallette .pallette h3 { font-size: 30px; }*/
/*.front-pallette {*/
/*height: 1300px;*/
/*}*/
}
@media screen and (max-width: 1200px) {
.beyondNewsletter {
margin-top: 17.5em;
}
.navbar-nav, .navbar-default .extra-links { display: none; }
.navbar-toggle { display: block; z-index: 3; float: right; position: absolute; right: -20px; margin-top: -10px; top: 50%; transform: translateY(-50%); }
#mobile-search-button { display: block; z-index: 3; float: right; position: absolute; right: 80px; margin-top: 23px; /*top: 50%; transform: translateY(-50%);*/ }
#cd-cart-trigger2 { display: block; z-index: 3; float: right; position: absolute; right: 44px; margin-top: -23px; top: 50%; transform: translateY(-50%); font-size: 0; }
#cd-cart-trigger2 .cartnumber { right: 0; padding-top: 1px; }
}
@media screen and (max-width: 1180px) {
.beyondNewsletter {
margin-top: 15em;
}
/*.front-pallette .pallette { min-height: 470px; }*/
/*.front-pallette .pallette h3 { font-size: 25px; text-align: left; }*/
}
@media screen and (max-width: 1024px) {
/*.banner {*/
/*height: 530px;*/
/*min-height: 530px;*/
/*}*/
.prodlisting .lpc { padding: 0; }
div[data-iessection="layoutsearch"] .lpc { padding-left: 10px; }
.banner .swiper-template-1 {height: 490px; margin-top: 0;}
.banner-top { border: 0; }
.headDiv { height: 70vh; }
.cat-cont { padding-top: 0; padding-bottom: 0; }
.front-pallette .pallette h3 { font-size: 15px; padding: 0.5vw 0 0.5vw; }
#cat_product_listing .product, .heriCont #cat_product_listing .product:nth-child(3n + 7), #search_product_listing .product { margin-right: 0; }
#cat_product_listing .product, #search_product_listing .product, #new_product_listing .product { margin-bottom: 60px; }
.front-pallette .pallette { min-height: 0; }
.catTitles a:nth-child(2) {
width: calc(36% - 8px);
}
#front_product_listing .product_pic_div {
max-height: 345px;
}
.contentblk.c3 {
width: 80px;
margin-left: 0;
margin-top: 70px;
}
.contentblk.c4 {
margin-left: 10px;
margin-top: -65px;
}
/*.main-content {*/
/* padding-top: 40px; */
/*}*/
#instafront-bts { width: 100%; }
.banner-info {
margin-top: 75px;
}
.banner-bottom-left {
margin: 65px 0px 0px 30px;
}
.reg ul li.text-info {
font-size: 14px;
}
h2.heading {
font-size: 32px;
}
.contact-form input[type=submit] {
padding: 8px 30px;
}
.contact-map iframe {
height: 250px;
}
.contact-info h2,.contact-info h3 {
margin: 0 0 15px 0;
font-size: 22px;
}
.header-top-strip { display: none; }
.navbar-default .extra-links { width: 30%; }
/*.navbar-default .searchbutton { width: 33%; }*/
.navbar-header { width: 35%; }
/*.navbar-header { width: 40%; }*/
.banner-bottom { position: absolute; top: 10px; width: 100%; }
/*.banner-top { position:fixed; top: 0; width: 100%; z-index: 20; border-bottom: 0; height:40px; }*/
/*.banner-top .container { padding-left: 0; padding-right: 0; width: 100%; }*/
/*.banner .container { padding-left: 0; padding-right: 0; }*/
/*.navbar { margin-bottom: 0; }*/
/*.navbar-toggle { margin-right: 60px; margin-top: 4px; }*/
.logo a { font-size: 0.9em; }
/*.logo a img { max-width:100%; } */
/*.navbar-header {*/
/* width: 100%;*/
/* display: block;*/
/*}*/
.navbar {
border: none;
}
.beyondNewsletter {
margin-top: 15em;
width: 70%;
margin-left: 15%;
}
/*.navbar-nav {*/
/* display: none;*/
/*}*/
#mobile-search-button {
/*display: block; */
display: block;
position: relative;
float: right;
background: transparent;
border: none;
font-size: 18px;
height: 40px;
width: 40px;
color: #9D6E59;
/*color: #fff;*/
/*border-right: 1px solid rgba(255,255,255,0.3);*/
}
.front #mobile-search-button {
color: #fff;
}
.nav-expanded .front #mobile-search-button {
color: #9D6E59;
}
/*#nav-expander { display: block; }*/
.navbar-default .navbar-nav > li > a {
margin: 5px 0px;
}
/*.navbar-header {*/
/* float: none;*/
/*}*/
.navbar-collapse.collapse {
margin-top: 10px;
}
.mobilenav { display: block; }
/*.logo a img { max-width: 100%; max-height: 100%; }*/
/*#logo {*/
/* width: 80px;*/
/* height: 40px;*/
/* margin-top: 0;*/
/*}*/
/*.banner img { width: 100%; height: auto; }*/
/*.banner img { width: auto; height: 100%; }*/
.header-top-strip {
padding: 6px 0 12px 0;
}
.banner-bottom-left h2 {
font-size: 70px;
line-height: 85px;
margin: 0 0 0 135px;
}
.banner-info h3 {
font-size: 35px;
}
.banner-info p {
margin: 15px 0;
}
.extra-wrap{
max-width:90%;
}
#shopping_cart_info{
min-width: 80%;
}
/*#cd-cart {*/
/* margin-top: 40px;*/
/*}*/
#cd-cart-trigger {
top: -5px;
}
#cd-cart-trigger a {
height: 44px;
}
.callbacks_tabs {
bottom: -16%;
}
.callbacks_tabs a:after {
width: 35px;
height: 4px;
}
/*.shop a {*/
/*padding: 10px 18px;*/
/*font-size: 16px;*/
/*}*/
.navbar-default .navbar-nav > li > a {
margin: 0 5px;
padding-top: 8px;
padding-bottom: 8px;
}
/*.navbar-nav {*/
/* margin-right: 60px;*/
/* margin-top: 6px;*/
/*}*/
.dropdown-menu.columns-3 {
min-width: 475px;
}
.dropdown-menu.columns-2 {
min-width: 360px;
}
.online-strip {
padding: 15px 0;
margin: 35px 0 20px;
}
h3.head.text-center {
font-size: 30px;
}
/*.product_name a {*/
/* padding: 0 5px;*/
/* font-size: 12px;*/
/*}*/
.mask {
top: 39%;
left: 30%;
}
.nbs-flexisel-item img {
width:95%;
}
.liked-product {
margin-top: 0;
}
h3.like {
font-size: 29px;
}
.join input[type="submit"] {
width: 18%;
}
.footer {
padding: 0px 0 0px;
}
.news-letter {
padding: 30px 0;
}
.typrography,.products-page,.registration-form,.login-page,.contact,.cart-items {
padding: 30px 0 40px;
}
.mens-toolbar .sort {
width: 22.5%;
}
.flexcard-image {
height: auto;
padding-top: 8px;
overflow: hidden;
}
.catlisting { max-width: 100%; display:none; }
.catlisting .cat_list { display: inline-block; margin-right: 15px; margin-left: 20px; }
#cat_product_listing { width: 100%; }
.main_cat_list { width: 100% !important; }
#breadcrumbs { border-bottom: 1px solid #ebebeb; }
.new-product {
padding: 1.5em;
}
.offer p {
font-size: 26px;
padding: 21px 11px;
}
.view .mask, .view .content {
top: 10em;
left: 5.2em;
}
.dress-name {
margin: 20px 0;
}
.purchase {
margin-top: 35px;
}
.dreamcrub {
margin: 0px 0 50px 0;
}
.page_description_main img { max-width: 100%; }
/* Checkout Form */
.checkout-form .formpair{ width: 96%; }
.shopping-cart{display:none;}
.shopping-cart-info { width: 80%;}
.checkout-form, .checkout2-form, .payment-form{border-width:0px;display:block;margin:0 auto;width:49%;}
.shopping-cart-title {
display: none;
}
.content-item-price-qty { display: none; }
.content-item-qty { width: 20%; }
.mobile-shopping-cart-buttons {
width: 100%;
}
.ShowCartContinueBtn {
width: 50%;
float: left;
}
.ShowCartCheckOutBtn {
width: 50%;
}
.shopping-cart-buttons .ShowCartContinueBtn {
float: left;
width: 50%;
font-size: 15px;
}
.ShowCartChangeQtyBtn {
float: left;
width: 50%;
font-size: 15px;
}
.shopping-cart-buttons .ShowCartCheckOutBtn {
float: left;
width: 100%;
margin-top: 10px;
font-size: 15px;
}
.shopping-cart-total-qty {
display: none;
}
.shopping-cart-total-price {
width:10%;
}
.cart_total_value2, .cart_total_currency_type2 {
font-size: 14px;
}
.track-trunk { margin-top: 40px; }
.track-trunk-parent:after { content: ""; width: 428px; height: 499px; background: url(../../misc_images/stack-bg.png) no-repeat; display: block; background-size: contain; position: absolute; top: calc(50% + 55px); left: calc(50% + 30px); transform: translate(-50%, -50%); }
.track-trunk-parent .swiper-slide img { max-width: 70vw; }
.track-trunk-parent h3 { text-align: center; }
.vogue-link-parent a:nth-child(2) { margin-left: 40px; }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
}
/*@media screen and (max-width: 800px) {*/
/* .logo a span {*/
/* font-size: 28px;*/
/* width: 45px;*/
/* height: 46px;*/
/* padding: 4px 0 0 3px;*/
/* margin-top: 3px;*/
/* }*/
/* .logo h1 a {*/
/* font-size: 24px;*/
/* letter-spacing: 1px;*/
/* }*/
/* .header-top-right ul li a { font-size: 10px; }*/
/* .navbar-default .navbar-nav > li > a {*/
/* margin: 0 5px;*/
/* padding: 6px 10px;*/
/* font-size: 13px;*/
/* }*/
/* .navbar-nav {*/
/* margin-top: 8px;*/
/* }*/
/* .caret {*/
/* margin-bottom: 3px;*/
/* }*/
/* .banner { height: 545px; }*/
/* .banner img { max-height: 545px; }*/
/* .banner-info h3 {*/
/* font-size: 30px;*/
/* }*/
/* .banner-info {*/
/* margin-top: 90px;*/
/* }*/
/* .banner-bottom-left h2 {*/
/* font-size: 50px;*/
/* line-height: 65px;*/
/* margin: 0 0 0 130px;*/
/* }*/
/* .banner-bottom-left {*/
/* margin: 75px 0px 0px 30px;*/
/* }*/
/* .shop a {*/
/* padding: 8px 15px;*/
/* font-size: 14px;*/
/* letter-spacing: 1px;*/
/* }*/
/* .callbacks_tabs a:after {*/
/* width: 30px;*/
/* height: 4px;*/
/* }*/
/* .product {*/
/* float: left;*/
/* padding:0 10px;*/
/* }*/
/* a.product_name {*/
/* margin: 10px 0;*/
/* }*/
/* .mask a {*/
/* font-size: 14px;*/
/* padding: 5px 10px;*/
/* }*/
/* .join h6 {*/
/* font-size: 18px;*/
/* }*/
/* .liked-product {*/
/* width:100%;*/
/* margin-top:0;*/
/* }*/
/* .mask {*/
/* left: 28%;*/
/* }*/
/* .join input[type="submit"] {*/
/* width: 17%;*/
/* font-size: 16px;*/
/* padding: 7px 0 9px;*/
/* }*/
/* .join input[type="text"] {*/
/* width: 47%;*/
/* font-size: 13px;*/
/* }*/
/* #cart-qty-num { display: none; }*/
/* .news-letter {*/
/* padding: 25px 0;*/
/* }*/
/* .other-products {*/
/* padding: 35px 0 60px 0;*/
/* }*/
/* .span1_of_4 {*/
/* width: 25%;*/
/* float: left;*/
/* padding: 0 5px;*/
/* }*/
/* ul.f_nav li a {*/
/* font-size: 13px;*/
/* }*/
/* .span1_of_4 h4 {*/
/* margin: 0 0 12px 0;*/
/* font-size: 20px;*/
/* }*/
/* .cards.text-center img {*/
/* width: 55%;*/
/* }*/
/* .copyright p {*/
/* font-size: 14px;*/
/* }*/
/* .follow-us,.shipping-grid,.online-order {*/
/* width: 33.333%;*/
/* float: left;*/
/* }*/
/* .shipping {*/
/* width: 18%;*/
/* margin-left: 11%;*/
/* }*/
/* .cards.text-center {*/
/* margin: 25px 0;*/
/* padding: 18px 0;*/
/* }*/
/* .footer {*/
/* padding: 40px 0 0;*/
/* }*/
/* .dropdown-menu.columns-3 {*/
/* min-width: 416px;*/
/* }*/
/* .multi-column-dropdown li a {*/
/* font-size: 13px;*/
/* }*/
/* .dropdown-menu.columns-2 {*/
/* min-width: 317px;*/
/* }*/
/* .login-left {*/
/* float: left;*/
/* width: 47%;*/
/* margin-right:3%*/
/* }*/
/* .login-right {*/
/* float: left;*/
/* width: 50%;*/
/* }*/
/* .login-right p {*/
/* margin: 0 0 1.3em 0;*/
/* }*/
/* .dreamcrub {*/
/* margin: 0px 0 45px 0;*/
/* }*/
/* .login-left h2,.login-right h3 {*/
/* font-size: 18px;*/
/* }*/
/* .reg-form {*/
/* width:100%;*/
/* margin-bottom:5%;*/
/* }*/
/* .reg-right {*/
/* width:100%;*/
/* margin:0;*/
/* }*/
/* .reg ul li.text-info {*/
/* width: 30%;*/
/* }*/
/* .cart-items h2 {*/
/* margin: 0 0 15px 0;*/
/* font-size: 22px;*/
/* }*/
/* .cart-item {*/
/* width: 21%;*/
/* margin-right: 3%;*/
/* }*/
/* .contact-info {*/
/* margin-bottom: 30px;*/
/* }*/
/* .contact-map iframe {*/
/* height: 300px;*/
/* }*/
/* .new-product {*/
/* width: 72%;*/
/* }*/
/* .products {*/
/* width: 26%;*/
/* }*/
/* .mens-toolbar .sort {*/
/* width: 33.5%;*/
/* }*/
/* .new-product {*/
/* padding: 1em;*/
/* }*/
/* .media-left.response-text-left {*/
/* width: 16%;*/
/* }*/
/* Checkout */
/* .checkout-form .formpair{width:96%;}*/
/* .shopping-cart{display:none;}*/
/* .checkout-form, .checkout2-form, .payment-form{border-width:0px;display:block;margin:70px auto;width:100%;}*/
/* .payment-form div{padding-right:0px!important;padding-left:0px!important;}*/
/* .payment-form label{padding-right:0px!important;padding-left:0px!important;white-space:nowrap;text-align:left;width:100%;}*/
/* .jp-card-container{transform:scale(0.8)!important;width:300px!important;}*/
/*}*/
/*@media screen and (max-width: 768px) {*/
@media screen and (max-width: 1023px) {
.banner-top .container {
padding-left: 0;
padding-right: 0;
}
.banner-info {
margin-top: 75px;
}
.banner-info h2 { font-size: 54px; }
.banner-bottom-left {
margin: 65px 0px 0px 30px;
}
.banner .swiper-template-1 { height: 380px; }
.contentblk.c1 {
width: 100%;
margin-left: 0;
}
.contentblk.c2 { width: 100%; margin-right: 0; }
.contentblk.c4 { width: 280px; }
.contentblk.c5 { width: 340px; margin-right: 0; }
.contentdiv .contblkbody { width: calc(30% - 10px); margin: 0 5px; }
.contentdiv .contblkhd a { position: relative; overflow: hidden; }
.contentblk .contblkbody img {
display: block;
max-height: 100%;
margin: 0 auto;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform:translate(-50%, -50%);
}
.contentdiv .contblkhd {
vertical-align: top;
}
.catTitles a:nth-child(2){
width: calc(35% - 6px);
}
.aux-categories a { width: calc(33% - 12px); }
#front_product_listing .product_pic_div { max-height: 250px; }
/*.product_pic_div { max-height: 350px; }*/
.headDiv-after { padding-top: 50px; }
.headDiv-after .page_description_header_main { padding-top: 0; }
.cat-products { width: 100%; }
.navbar-nav .category1 a {
font-size: 14px;
padding: 4px;
}
.reg ul li.text-info {
font-size: 14px;
}
h2.heading {
font-size: 32px;
}
.contact-form input[type=submit] {
padding: 8px 30px;
}
.contact-map iframe {
height: 250px;
}
.contact-info h2,.contact-info h3 {
margin: 0 0 15px 0;
font-size: 22px;
}
.header-top-strip { display: none; }
/*.banner { height: 420px; min-height: 0 !important; overflow: hidden; }*/
/*.banner img { width: auto; position: relative; }*/
.banner-bottom { position: absolute; top: 10px; }
/*.banner-top { position:fixed; top: 0; width: 100%; z-index: 20; border-bottom: 0; height:40px; }*/
/*.banner-top .container { padding-left: 0; padding-right: 0; width: 100%; }*/
.navbar { margin-bottom: 0; }
.navbar-nav { margin: 5px 0 0; width: 100%; }
/*.navbar-toggle { margin-right: 60px; margin-top: 4px; }*/
/*.logo a img { max-width:100%; max-height: 100%; } */
/*.navbar-header {*/
/* width: 100%;*/
/*}*/
/*#logo a { position: absolute !important; }*/
#logo a img { max-width: 220px !important; }
.navbar {
border: none;
}
/*.navbar-nav {*/
/* display: none;*/
/*}*/
/*#nav-expander { display: block; }*/
.navbar-default .navbar-nav > li > a {
margin: 5px 0px;
}
.navbar-nav .category1 a, .navbar-nav > li a {
font-size: 10px;
padding: 10px 10px;
}
.navbar-nav .category:after, .navbar-nav > li:after {
top: 10px;
}
.product, .heriCont .product {
width: 50%;
padding: 0 5px;
}
/*.navbar-header {*/
/* float: none;*/
/*}*/
.navbar-collapse.collapse {
margin-top: 10px;
}
.mobilenav { display: block; }
/*#logo {*/
/* width: 80px;*/
/* height: 40px;*/
/* margin-top: 0;*/
/*}*/
#cd-cart-trigger { top: 0; }
#cd-cart-trigger a { height: 40px; width: 60px; }
#cd-cart {
width: 100%;
right:-100%;
height: 100%;
}
#cd-cart .cd-cart-items li { width: 100%; }
#cd-cart .cart-image { width: 120px; float: left; }
#cd-cart .checkout-btn, #cd-cart .viewcart-btn {
/*position: fixed;*/
bottom: 0;
}
#cd-cart .checkout-btn { /*margin-left: 50%;*/ }
.products-grid {
padding: 20px 0;
}
.flexcard-image { padding-top: 8px; }
.product_price { padding-bottom: 8px; }
#cd-cart .close-cart {
float: right;
margin-top: -38px;
margin-right: 4px;
background: #909090;
color: #fff;
padding: 8px;
display: block;
}
.cd-cart-total {
bottom: 40px;
background: #fff;
/*position: fixed;*/
width: 100%;
}
#cd-shadow-layer { background: #fff; }
.banner-info { width: 100%; }
.banner-info h3 {
font-size: 25px;
}
.banner-info p {
margin: 10px 0;
font-size: 13px;
}
.callbacks_tabs a:after {
width: 26px;
height: 3px;
}
.page_description_main { padding: 0 10px; }
.front-page-description { padding-left: 5px; padding-right: 5px; }
.front-page-description p { font-size: 28px; }
/*.banner {*/
/*min-height: 304px;*/
/*}*/
.banner-bottom-left h2 {
font-size: 35px;
line-height: 50px;
margin: 0 0 0 100px;
}
.slider { max-width: 100%; overflow: hidden; }
/*.main-content {*/
/* padding-top: 40px; */
/*}*/
/*.shop a {*/
/*padding: 8px 12px;*/
/*font-size: 13px;*/
/*letter-spacing: 1px;*/
/*}*/
.follow-us, .shipping-grid, .online-order {
padding: 0 4px;
}
a.twitter {
margin: 0 0.5em;
}
.online-strip h3 {
font-size: 1.3em;
}
.shipping {
margin-left: 7%;
}
h3.head.text-center {
font-size: 28px;
}
.prodListCon { padding-left: 0; padding-right: 0; }
.beyondNewsletter {
margin-top: 10.5em;
width: 70%;
margin-left: 15%;
}
.beyondNewsletter input[type="submit"] {
padding-top: 0;
font-size: 14px !important;
height: 24px !important;
margin-top: -10px;
}
/*.products-grid a {*/
/* font-size: 11px;*/
/* letter-spacing: 0;*/
/*}*/
/*.product_name { margin: 10px 0 0; }*/
/*.product_name a { padding: 0 5px !important; font-size: 12px;}*/
.shrinker .product_name, .shrinker .product_price, .shrinker .add_to_cart {
display: none;
}
.nbs-flexisel-item img {
width: 85%;
margin-left: 7.5%;
}
.span1_of_4 {
/*width: 50%;*/
padding: 0 15px;
/*min-height: 290px;*/
}
.mask {
left: 26%;
}
.join h6 {
font-size: 16px;
margin-right: 3%;
}
.join input[type="text"] {
width: 44%;
}
.join input[type="submit"] {
width: 19%;
}
.multi-column-dropdown li a:hover {
background-color: #fff!important;
}
.navbar-nav .open .dropdown-menu {
background-color: #fff;
}
#instafront-bts .col-sm-6 {
width: calc(34% - 6px);
}
.col-sm-6 {
/*width:50%;*/
float:left;
}
.login-left h2, .login-right h3 {
font-size: 17px;
}
.login-left p, .login-right p {
font-size: 1em;
}
.dreamcrub {
margin: 0px 0 35px 0;
}
.login-right span {
font-size: 0.9em;
}
.product-listy h2 {
padding: 18px;
}
.offer p {
font-size: 21px;
padding: 22px 17px;
}
.mens-toolbar .sort {
width: 37.5%;
}
.view .mask, .view .content {
top: 8em;
left: 4.2em;
}
.cart-item-info h3 a {
font-size: 15px;
}
.cart-items h2 {
margin: 0;
font-size: 20px;
}
.cart-item-info {
margin-top: 1%;
}
.cart-gd {
margin-top: 30px;
}
.delivery p,.delivery span {
font-size: 14px;
}
h2.heading {
font-size: 30px;
}
.panel-title {
padding: 0;
}
.media-left.response-text-left {
width: 20%;
margin-right: 2%;
}
.navbar-default .extra-links li:first-child { display: none; }
.sub-left-right { text-align: center; }
.shopping-cart-info { width: 90%;}
.mobile-shopping-cart-buttons { display: block; text-align: right;}
/*.blogLink { margin-left: -50px; }*/
.footer .top-footercont .logo {
max-height: 100%;
max-width: 100%;
}
.footer .top-footercont .logo img {
max-height: 100%;
max-width: 100%;
}
}
@media screen and (max-width: 768px) {
.beyondNewsletter {
margin-top: 10.5em;
}
.imgRightBg { margin-bottom: 40px; }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
#cd-cart .cd-cart-items { max-height: 72.5vh !important; }
}
/*@media screen and (max-width: 640px) {*/
@media screen and (max-width: 1100px) {
/*body { padding-top: 100px; }*/
/*.navbar { display: none; }*/
.col-xs-hidden, .navbar-nav { display: none; }
/*div[data-iessection="templatetop"] {*/
/*position: fixed;*/
/*width: 100%;*/
/*top: 0;*/
/*background: #fff;*/
/*z-index: 100;*/
/*}*/
#cd-cart-trigger2 { display: block; }
.banner #front-slider { display: none; }
.banner #front-slider-mobile { display: block; }
/*.banner { height: 80vh; }*/
.front-info .front-info-left, .front-info .front-info-right { width: 100%; }
.front-info { padding: 50px 0; }
.front-info .front-info-right { margin-top: 40px; }
.front-info img { max-width: 100%; margin-bottom: 20px; margin-top: 0; margin-left: 0; height: auto; }
.front-info .front-info-left a img { margin-bottom: initial; }
.front-pallette { flex-wrap: wrap; flex-direction: row !important; justify-content: center; box-shadow: none; }
.front-pallette, .newsletter { flex-direction: column; height: auto; }
.mobile-menu li .mobileLeft a { margin: 2px 0; }
.newsletter { overflow-x: hidden; }
.front-pallette .pallette, .front-pallette .pallette.terracotta { width: 50%; height: auto; margin-top: 0; }
.front-info .front-info-left { padding-top: 0; padding-right: 0; }
.hm-ab-2, .hm-ab-3 { width: 50%; }
.byos .byos-img { max-width: 100%; height: 500px; }
.newsletterMsg { height: 45px; }
.newsletterMsg .msgBlk { line-height: 1.6em; height: 45px; padding: 5px; }
.newsletter-left, .newsletter-right { width: 100%; }
.newsletter-left { padding-left: 0; padding-right: 0; justify-content: center; max-width: 100vw; }
.newsletter-left img, .newsletter-right img { max-width: 100%; }
.newsletter-right { padding: 40px 15px; }
.newsletter-right .inner { max-width: 100%;}
.header-top-strip { display: none; }
/*.banner { padding-top: 40px; height: 420px; max-width: 640px; overflow: hidden; }*/
.banner-info h2 { font-size: 52px; }
/*.banner img { height: 100%; width: 100%; position: relative; }*/
.banner-bottom { position: absolute; top: 10px; }
/*.banner-top { position:fixed; top: 0; width: 100%; z-index: 20; border-bottom: 0; height:40px; }*/
.banner-top .container { padding-left: 0; padding-right: 0; }
.navbar { margin-bottom: 0; padding-top: 10px; padding-left: 0; padding-right: 0; }
.nav-expanded .navbar { background: #F2EFE9; }
/*.navbar-toggle { background: #ddd; margin-top: 13px; margin-right: 10px; margin-left: 30px; margin-top: 30px; z-index: 3; float: right; }*/
.logo a img { max-height: 40px; }
.front-info .front-info-left h2 { font-size: 46px; }
.front-pallette .pallette .pallette-body h2, .byos h3 { font-size: 32px; }
.newsletter-right h3 { font-size: 28px; line-height: 1.5em; }
.latest-products h3 { font-size: 35px; }
.our-story { flex-direction: column; }
.imgRightBg { position: relative; width: 100%; height: 400px; }
.bottomCatDESC.necklaces:after { display: none; }
.byos { overflow-x: hidden; }
.newsletterMsg {
font-size: 11px;
}
.beyondNewsletter {
margin-top: 10.5em;
width: 70%;
margin-left: 15%;
}
.beyondNewsletter input[type="submit"] {
font-size: 14px !important;
}
.subscribe input[type="text"], .signInNewsletter input[type="text"] { width: 50vw; }
.subscribe input[type="submit"], .signInNewsletter input[type="submit"] { width: calc(50vw - 30px); }
.navbar-header {
width: 100%;
float: right;
}
/*.headDiv.heritage { background-image: url(./images/mobile-Heritage-Banner.jpg) !important; }*/
.headDiv.heritage { background-image: url(../../misc_images/heritage-new.jpg) !important; }
.headDiv.heritage.pearls { background-image: url(./images/mobile-Pearls-Please.jpg) !important; }
.headDiv.heritage.summer-cont { background-image: url(../../misc_images/cat-summer-edit-hero-mobile.jpg) !important; }
.headDiv.best-Sell { background-image: url(./images/best-sellers-mobile-img.jpg) !important; }
.product .add_to_cart {
transform: translate(0%, -50%);
top: 55%;
left: 10px;
}
.navbar-header #logo { margin-left: 10px; }
.navbar-header #logo a {
margin-left: 0;
max-height: 60px;
position: relative !important;
}
.navbar-header #logo a img {
/*max-height: 50px;*/
max-height: 100px;
}
.navbar {
border: none;
padding-bottom: 15px;
}
.navbar-nav {
margin: 10px 0;
width: 100%;
text-align: center;
margin-right:0;
}
.navbar-default .navbar-nav > li > a {
margin: 5px 0px;
}
.navbar-header {
float: none;
}
.navbar-collapse.collapse {
margin-top: 10px;
}
.newsletter .container { padding: 0; }
.contentdiv { margin-top: 20px; }
.instagram-sect h4 { font-size: 18px; }
.nudeColor .cblkInner { /*height: 90%;*/ padding: 10% 30px; }
.nudeColor .cblkInner h3 { font-size: 28px; }
.page_description_header_main { font-size: 24px; }
.mobilenav { display: block; }
.latest-products .latest-nav { justify-content: flex-start; white-space: nowrap; overflow-x: scroll; }
/*.latest-products .latest-nav a { width: 100%; }*/
/*#logo {*/
/* width: 80px;*/
/* height: 40px;*/
/* margin-top: 0;*/
/*}*/
/*.contentblk { height: 240px; }*/
.newsletter-left img { max-width:100%; }
.contentblk { height: auto; }
.contentblk .contblkbody, .contentdiv .contblkhd {
width: 100%;
/*height: 240px;*/
height: 410px;
margin: 0 0 15px;
overflow: hidden;
}
.contentblk .contblkbody img {
max-height: none;
max-width: 100%;
top: 0%;
left: 50%;
transform: translate(-50%, 0%);
-webkit-transform: translate(-50%, 0%);
-ms-transform: translate(-50%, 0%);
transform: translate(-50%, 0%);
}
.contentdiv .contblkhd { padding: 0 10px; }
.contentblk.c1 div:nth-child(3) {
width: 100%;
margin-bottom: 10px;
}
.contentblk.c2 div:nth-child(1) {
width: 100%;
}
.contentblk.c2 .contblkhd { height: 480px; }
.catTitles { padding: 0; }
.product_pic_div, .heriCont .product_pic_div { height: 250px; max-height: 250px; }
.catTitles a:nth-child(1) { width: calc(30% - 5px); }
.catTitles a:nth-child(2) { width: calc(35% - 16px); }
#cd-cart-trigger { top: 0; }
#cd-cart-trigger a { height: 40px; width: 60px; }
#cd-cart {
width: 100%;
right:-100%;
height: 100%;
}
#cd-cart .cd-cart-items { padding-bottom: 40px; }
#cd-cart .cd-cart-items li { width: 100%; }
#cd-cart .cart-image { width: 120px; float: left; }
/*#cd-cart .checkout-btn, #cd-cart .viewcart-btn {*/
/* position: fixed;*/
/* bottom: 0;*/
/* margin: 0;*/
/* padding: 0 1rem;*/
/* border-radius: 0;*/
/* width: 50%;*/
/* height: 4rem;*/
/*}*/
/*#cd-cart .checkout-btn { margin-left: 50%; }*/
.products-grid {
padding: 20px 0;
}
.aux-categories a { width: calc(49% - 10px); }
.flexcard-image { padding-top: 8px; }
.product_price { padding-bottom: 8px; }
#cd-cart .close-cart {
float: right;
margin-top: -38px;
margin-right: 4px;
background: #909090;
color: #fff;
padding: 8px;
display: block;
}
#cd-shadow-layer { background: #fff; }
.banner-info { width: 100%; /*bottom: -40px;*/ bottom: 25px; }
.banner-info h3 {
font-size: 25px;
}
.banner-info p {
margin: 10px 0;
font-size: 13px;
}
.callbacks_tabs a:after {
width: 26px;
height: 3px;
}
.page_description_main { padding: 0 10px; }
.page_description_header_main { font-size: 24px !important; }
.front-page-description { padding-left: 5px; padding-right: 5px; }
.front-page-description p { font-size: 28px; }
/*.banner {*/
/*min-height: 304px;*/
/*height: 240px;*/
/*}*/
.banner .swiper-template-1 {
height: 200px;
}
.banner-bottom-left h2 {
font-size: 35px;
line-height: 50px;
margin: 0 0 0 100px;
}
.slider { max-width: 100%; overflow: hidden; }
.best-slider-parent, #best-slider { width: 100%; }
/*.main-content {*/
/* padding-top: 40px; */
/*}*/
/*.shop a {*/
/*padding: 8px 12px;*/
/*font-size: 13px;*/
/*letter-spacing: 1px;*/
/*}*/
.bottomCatDESC { padding: 20px; }
.bottomCatDESC div.btCImg { display: none; }
.bottomCatDESC div.btCImg, .bottomCatDESC div.btCTxt {
width: 100%;
}
.bottomCatDESC div.btCTxt { flex-direction: column; }
.bottomCatDESC.necklaces div.btCTxt .btCTxtLeft, .bottomCatDESC.necklaces div.btCTxt .btCTxtRight { width: 100%; padding-right: 0; margin-bottom: 20px; }
.follow-us, .shipping-grid, .online-order {
padding: 0 4px;
}
a.twitter {
margin: 0 0.5em;
}
.online-strip h3 {
font-size: 1.3em;
}
.shipping {
margin-left: 7%;
}
h3.head.text-center {
font-size: 28px;
}
.prodListCon { padding-left: 0; padding-right: 0; }
.products-grid a {
font-size: 11px;
letter-spacing: 0;
}
.product_name { margin: 10px 0 0; }
.product_name a { /*padding: 0 5px !important;*/ font-size: 14px;}
.shrinker .flexcard-content {
display: none;
}
.shrinker .flexcard-image {
height: 100%;
padding-bottom: 8px;
}
.nbs-flexisel-item img {
width: 85%;
margin-left: 7.5%;
}
.span1_of_4 {
width: 100%;
/*padding: 0 15px;*/
padding: 0;
margin-bottom: 30px;
/*min-height: 165px;*/
}
/*.span1_of_4 .f_nav { border-right: 0; border-bottom: 1px solid #cec285; }*/
.prodfix { width: 100%; }
.mask {
left: 26%;
}
.join h6 {
font-size: 16px;
margin-right: 3%;
}
.join input[type="text"] {
width: 44%;
}
.join input[type="submit"] {
width: 19%;
}
.multi-column-dropdown li a:hover {
background-color: #fff!important;
}
.navbar-nav .open .dropdown-menu {
background-color: #fff;
}
.col-sm-6 {
/*width:50%;*/
float:left;
}
.login-left h2, .login-right h3 {
font-size: 17px;
}
.login-left p, .login-right p {
font-size: 1em;
}
.dreamcrub {
margin: 0px 0 35px 0;
}
.login-right span {
font-size: 0.9em;
}
.product-listy h2 {
padding: 18px;
}
.offer p {
font-size: 21px;
padding: 22px 17px;
}
.mens-toolbar .sort {
width: 37.5%;
}
.view .mask, .view .content {
top: 8em;
left: 4.2em;
}
.cart-item-info h3 a {
font-size: 15px;
}
.cart-items h2 {
margin: 0;
font-size: 20px;
}
.cart-item-info {
margin-top: 1%;
}
.cart-gd {
margin-top: 30px;
}
.delivery p,.delivery span {
font-size: 14px;
}
h2.heading {
font-size: 30px;
}
.panel-title {
padding: 0;
}
.media-left.response-text-left {
width: 20%;
margin-right: 2%;
}
.sub-left-right { text-align: center; }
.content-item-price-qty { display: none;}
.content-item-name { width: 50%;}
.content-item-qty { width: 15%;}
.cart_remove2 { float: left; font-size: .7em; margin-top: 7px;}
.content-item-qty input { width: 55%; float: left; font-size: 11px !important; }
.shopping-cart-info { margin: 0 auto;}
#instafront-bts { width: 100%; height:180px; }
#newlogin .orDiv { display: block !important; margin-bottom: 10px; }
button.facebook { margin-left: 0 !important; }
.reg { width: 100% !important; }
.reg td, .reg tr {display:table;width:100%;}
.footer .top-footercont .col-md-4 {
padding-right: 0;
padding-left: 0;
}
.footer .top-footercont .logo { width: 100%; }
.footer .top-footercont .logo a { display: block; max-height: 100%; }
.footer .top-footercont .logo img { max-height: 100%; max-width: 100%; }
.footer .footerbg { padding-top: 0; }
.checkout-form, .checkout2-form, .payment-form { width: 100%; }
#login-form #login {
margin-bottom: 10px;
display: inline-block;
margin-top: 15px;
}
.wishlistItem tbody tr td {
line-height: 1.6em;
font-size: 13px;
}
.wishlistItem tbody tr td a {
font-size: 13px;
}
.wishlistItem tbody tr td p {
text-align: left;
}
.stocknotificationform { width: 100%; }
/* cart */
/*.content-item { width: 100%; margin: 10px auto; border-bottom: 1px solid #EBEBEB; vertical-align: middle; padding: 10px 0; max-height: 120px; overflow: hidden; }*/
/*.content-item:first-child { border-top: 1px solid #EBEBEB; }*/
/*.cart-content-item td {padding:5px 0;}*/
/*.content-item-img { display: none; width: auto; max-width: 70px; margin: 0; display: inline-block; vertical-align: middle; max-height: 100px; overflow: hidden; text-align: center; min-width:70px;}*/
/*.content-item-img a { display: inline-block; vertical-align: top; }*/
/*.content-item-img img { max-width: 100% !important; }*/
/*.content-item-name { display: inline-block; vertical-align: middle; margin: 0 2%; width: 48%; }*/
/*.content-item-price-qty { /*display: inline-block;*/ /*display: none; width: 15%; text-align: center; }
/*.content-item-qty { display: inline-block; vertical-align: middle; text-align: center; width: 95px; }*/
/*.content-item-qty input { text-align: center; }*/
/*.content-item-qty br { display: none; }*/
/*.content-item-qty input::-webkit-outer-spin-button,*/
/*.content-item-qty input::-webkit-inner-spin-button {*/
/*-webkit-appearance: none;*/
/*margin: 0;*/
/*}*/
/*.content-item-qty input[type=number] {*/
/*-moz-appearance: textfield;*/
/*}*/
/*.content-item-price { display: inline-block; width: 26%; padding: 0 2px; text-align: left;}*/
/*.shopping-cart-summary { display: inline-block; width: 100%;}*/
/*.cart-remove-all { width: calc(62% - 20px); display: inline-block;}*/
/*#cart_remove2 { font-size: 0.8em; color: #555; }*/
/*.shopping-cart-total-qty { display: inline-block; width: 5%; margin-right: 17%; text-align: center;}*/
/*.shopping-cart-total-price { display: inline-block; width: 15%; font-weight: bold; text-align: center;}*/
/*.shopping-cart-apply-discount { margin: 20px auto;}*/
/*.shopping-cart-apply-discount td { padding-left: 0;}*/
/*.cart-description { margin-top: 20px; margin-bottom: -15px; }*/
/*.cart-description p { display: none;}*/
/*.ShowCartCheckOutBtn { border: 0;}*/
/*.ShowCartChangeQtyBtn { background: #3f3f3f; color: #fff; border: 0;/* border-radius: 2px;*//*}
/*.ShowCartContinueBtn { background: #8a8a8a; color: #fff; border: 0; /*border-radius: 2px;*//*}
/*.shopping-cart-buttons { margin: 20px auto; text-align: right;}*/
/*.ShowCartContinueBtn, .ShowCartChangeQtyBtn, .ShowCartCheckOutBtn { font-weight: 700; padding: 1% 2%;}*/
/*.ShowCartCheckOutBtn { text-transform: uppercase; }*/
/*.mobile-shopping-cart-buttons { display: none; text-align: right; margin-bottom: 20px; }*/
/*.mobile-shopping-cart-buttons .ShowCartChangeQtyBtn { display: none;}*/
/*.DiscountCouponButton{ background: #000; color: #fff; border: 0;}*/
/*.primary_button { border: 0;}*/
/*.paymentlist { display: inline; float: right; padding-left: 4px; }*/
/*.paymentlist #checkoutoptions { padding-top: 10px; position: absolute; margin-left: -55px; }*/
/*.content-item-qty input[type="text"] {*/
/*width: 100%;*/
/*text-align: center;*/
/*display: block;*/
/*margin: 0 auto;*/
/*}*/
/*.content-nmpr {*/
/*display: inline-block;*/
/*width: calc(100% - 165px);*/
/*width: calc(100% - 105px);*/
/*padding: 0 5px;*/
/*padding: 0 15px 0 5px;*/
/*vertical-align: top;*/
/*}*/
/*.content-item-qty .cart_remove2 {*/
/*display: block;*/
/*margin-top: 5px;*/
/*font-size: 13px;*/
/*}*/
/*.qtybox {*/
/*position: relative;*/
/*z-index: 200000;*/
/*}*/
/*.qtyRep { display: none !important; }*/
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
.front-info .front-info-right, .hm-ab-2, .hm-ab-3 { width: 33.333%; }
.product_pic_div { height: 400px; max-height: 400px; }
.sign-in,.sign-up { width: 50% !important; }
}
@media screen and (max-width: 640px) and (orientation: landscape) {
body { padding-top: 115px; }
.navbar-header #logo a {
margin-left: 0;
max-height: 60px;
}
.navbar-header #logo a img {
max-height: 50px;
}
.navbar-default .extra-links {
width: 100%;
height: 30px;
/*position: absolute;*/
/*top: -35px;*/
}
.navbar { padding-bottom: 0; }
.banner .swiper-template-1 {
height: 300px;
}
.contentblk .contblkbody, .contentdiv .contblkhd {
width: calc(33% - 10px) !important;
height: 470px !important;
margin: 0 !important;
}
.contentdiv .contblkhd { padding: 0 !important; }
.contentblk .contblkbody img {
max-height: 100%;
max-width: none;
}
#instafront-bts {
height: 230px;
}
.big-image {
height: 610px !important;
}
.checkout-form, .checkout2-form, .payment-form { width: 100%; margin-top: 30px; }
#login-form #login {
margin-bottom: 10px;
display: inline-block;
margin-top: 15px;
margin-right: 20px;
}
}
@media screen and (max-width: 480px) {
/*.banner-top { background: #000; }*/
.main-content { padding-top: 0; }
.navbar-default .extra-links {
display: none;
width: 100%;
height: 40px;
text-align: center;
padding-right: 40px;
}
/*.navbar-default .searchbutton {*/
/*width: 20%;*/
/*padding-left: 20px;*/
/*}*/
/*.banner { height: 420px; max-width: 480px; }*/
/*.banner img { height: 100%; width: auto; position: relative; }*/
.banner-bottom { position: absolute; top: 10px; }
.swiper-slide { overflow: hidden; }
.swiper-button-next, .swiper-button-prev { margin-top: -50px; }
.flexcard-image {
height: auto;
padding-top: 8px;
}
.nbs-flexisel-item img {
width: 70%;
margin-left: 15%;
}
.liked-product,.contact-right {
width:100%;
}
.contact-left {
width: 100%;
}
.contact-left input[type="text"] {
margin: 0 0px 23px 0;
}
.cards.text-center img {
width: 75%;
}
.join h6 {
font-size: 18px;
margin-right: 0;
width: 100%;
float: none;
text-align: center;
margin-bottom: 15px;
}
.contact-form input[type=submit] {
margin-top: 15px;
}
.join input[type="text"] {
width: 70%;
}
.join input[type="submit"] {
width: 30%;
}
.contact-info h2, .contact-info h3 {
margin: 0 0 12px 0;
font-size: 20px;
}
/*.banner {*/
/*min-height: 227px;*/
/*}*/
.banner-bottom-left h2 {
font-size: 23px;
line-height: 34px;
margin: 0 0 0 67px;
}
.banner-info h2 { font-size: 42px; }
.banner-info h3 {
font-size: 20px;
}
/*.banner-info {*/
/*margin-top: 0;*/
/*position: absolute;*/
/*top: 40%;*/
/*left: 50%;*/
/*margin-right: -50%;*/
/*transform: translate(-50%, -50%);*/
/*-ms-transform: translate(-50%, -50%);*/
/*-webkit-transform: translate(-50%, -50%);*/
/*-moz-transform: translate(-50%, -50%);*/
/*-o-transform: translate(-50%, -50%);*/
/*}*/
.rslides li { min-height: 490px; }
.callbacks_tabs {
left: 21%;
}
/*.shop a {*/
/*padding: 7px 10px;*/
/*font-size: 12px;*/
/*letter-spacing: 0px;*/
/*}*/
.header-top-strip {
padding: 5px 0 10px 0;
}
a.twitter {
margin: 0 0.3em;
width: 20px;
height: 20px;
background: url(./images/follow.png) no-repeat 0px 3px;
background-size: 35px;
}
a.facebook {
width: 20px;
height: 20px;
background: url(./images/follow.png) no-repeat -18px 2px;
background-size: 35px;
}
.online-strip h3 {
font-size: 1.2em;
}
.shipping {
margin-left: 38%;
width: 20%;
margin-bottom: 6px;
}
.follow-us, .online-order {
margin-top: 15px;
}
.latest-bis img {
width: 100%;
}
.latest-bis {
width: 50%;
margin: 30px auto;
}
.login-left,.login-right {
width: 100%;
margin-right: 0%;
padding:0;
}
.login-right {
margin-top:20px;
}
.acount-btn {
font-size: 13px;
padding: 0.7em 1em;
}
.login-right p {
margin: 0 0 1em 0;
}
.login-left h2 {
font-size: 20px;
padding-bottom: 10px;
}
.reg ul li.text-info {
width: 36%;
}
.cart-item {
width: 26%;
margin-right: 3%;
}
.cart-item-info {
width: 71%;
}
.delivery p, .delivery span {
font-size: 13px;
}
.delivery {
margin-top: 2em;
}
.panel-title {
padding: 0;
}
.media-left.response-text-left {
width: 20%;
margin-right: 2%;
}
.beyondNewsletter {
margin-top: 7.5em;
width: 70%;
margin-left: 15%;
}
.beyondNewsletter input[type="email"] {
font-size: 12px !important;
}
.beyondNewsletter input[type="submit"] {
font-size: 12px !important;
height: 18px !important;
margin-top: -5px;
}
/*.page_description_main { width: 80%; }*/
#layoutSwitch { display: block; }
.ShowCartContinueBtn { width: 100%; float: left;}
.ShowCartChangeQtyBtn { width: 49%; float: right;}
.ShowCartCheckOutBtn { width: 100%; margin: 20px auto; padding: 1em 0;}
.shopping-cart-info { width: 95%;}
.mobile-shopping-cart-buttons .ShowCartCheckOutBtn { padding: 0.7em 0; width: 100%; margin-top: -10px;}
.mobile-shopping-cart-buttons .ShowCartChangeQtyBtn { margin-top: 4em; margin-bottom: 5%; float: right;}
.mobile-shopping-cart-buttons .ShowCartContinueBtn { margin-top: 4em; margin-bottom: 5%; font-size: 15px; }
.cart-remove-all { width: 70%;}
.shopping-cart-total-qty { width: 10%;}
.paymentlist { float: none; padding-left: 0; }
.cart_redeem_link { right: 14px; display: block; position: absolute; }
.discount-item div {
padding-left: 5px;
padding-right: 5px;
}
.discount-remove {
width: 16% !important;
}
.discount-remove a {
font-size: 12px;
}
.discount-info {
width: 43% !important;
}
.discount-value {
width: 30% !important;
}
#search input[type="search"] {
font-size: 24px;
}
}
@media screen and (max-width: 390px) {
.track-trunk-parent:after { width: 378px; height: 449px; }
}
@media screen and (max-width: 320px) {
.header-top-left {
width: 100%;
text-align: center;
}
.header-right {
margin-right:22%;
margin-top:3%;
}
.header-top-left ul li {
margin: 0 10px;
}
.logo a span {
font-size: 25px;
width: 40px;
height: 40px;
padding: 2px 0 0 1px;
margin-top: 6px;
}
.logo h1 a {
font-size: 21px;
}
.banner-bottom-left h2 {
font-size: 18px;
line-height: 26px;
margin: 0 0 0 15px;
}
/*.banner {*/
/* min-height: 170px;*/
/* max-width: 320px;*/
/* height: 420px;*/
/*}*/
.banner img { height: 100%; width: auto; position: relative; }
.banner-bottom { position: absolute; top: 10px; }
.banner-info h3 {
font-size: 18px;
}
.banner-info p {
margin: 8px 0;
font-size: 13px;
}
.banner-bottom-right {
}
.callbacks_tabs a:after {
width: 21px;
height: 3px;
}
#front_product_listing .product_pic_div { max-height: 200px; }
.banner-bottom-left {
margin: 55px 0px 0px 30px;
}
.follow-us, .shipping-grid, .online-order {
padding: 0 15px;
width: 100%;
}
.shipping {
margin-left: 14%;
width: 16%;
margin-bottom: 0;
margin-top:0;
}
.shipping-grid{
padding: 0 15px;
width: 100%;
margin: 15px 0;
border-top: 1px solid #C8C8C8;
border-bottom: 1px solid #C8C8C8;
border-left: none;
border-right: none;
padding:10px 0;
}
.online-strip h3 {
font-size: 1.4em;
}
.online-order {
margin-top:0;
}
.follow-us, .online-order {
margin-top: 0;
}
.nbs-flexisel-item img {
width: 80%;
margin-left: 10%;
}
.cards.text-center img {
width: 95%;
}
.copyright p {
font-size: 13px;
letter-spacing: 0px;
line-height: 20px;
}
.mask {
left: 32%;
}
.join input[type="text"] {
width: 65%;
}
.join input[type="submit"] {
width: 35%;
font-size: 15px;
}
/*.span1_of_4 {*/
/* min-height: 230px;*/
/* text-align: left;*/
/*}*/
ul.f_nav li a {
font-size: 14px;
}
.span1_of_4 h4 {
font-size: 22px;
margin-top:10px;
}
.dreamcrub {
margin: 0px 0 25px 0;
background-color: #FDFDFD;
padding: 8px 5px;
}
.login-right input[type="submit"] {
padding: 0.5em 1em;
}
.login-left h2 {
font-size: 18px;
}
.reg ul li.text-info {
width: 100%;
margin-bottom: 7px;
}
.reg ul li:nth-child(2) {
margin-left: 0;
width: 100%;
}
.cart-item {
width: 60%;
margin-right: 0;
}
.cart-item-info {
width: 100%;
}
.delivery p, .delivery span {
font-size: 13px;
width: 100%;
margin: 5px 0px;
}
.delivery {
margin-top: 1em;
}
.dropdown-menu.columns-3 {
min-width: 270px;
}
ul.multi-column-dropdown h6 {
margin-top: 15px;
}
.dropdown-menu.columns-2 {
min-width: 266px;
}
ul.breadcrumbs li.women {
font-size: 12px;
padding: 3px;
}
ul.previous li a {
font-size: 13px;
}
.latest-bis {
width: 75%;
margin: 25px auto;
}
.mens-toolbar .sort {
width: 60.5%;
}
.view .mask, .view .content {
top: 12em;
left: 6.8em;
}
.social-icons {
width: 45%;
}
p.left {
width: 62%;
}
.col-md-7.dress-info {
padding: 0;
}
.dress-name h3 {
width: 100%;
}
.dress-name span {
float: left;
margin-top: 10px;
}
.view .mask, .view .content {
top: 7em;
left: 1.8em;
font-size: 12px;
padding: 5px;
display:none;
}
p.tab-text {
font-size: 13px;
}
.mobile-shopping-cart-buttons .ShowCartContinueBtn { padding: 4%; }
.ShowCartContinueBtn { padding-left: 6px;}
}
.carttext a i {
display: inline-block;
width: 150px;
height: 40px;
/*background: #fff;*/
/*border: 3px solid #000;*/
padding: 10px 0 0;
font-size: 16px;
text-align: left;
font-weight: 500;
letter-spacing: 1px;
font-style: normal !important;
text-transform: uppercase;
vertical-align: middle;
}
.product_price{font-weight:500;color:#272727;text-align:center;display:inline-block;}
.add_to_cart{
text-align: center;
display: none;
position: absolute;
width: 120px;
top: 50%;
left: 27%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.add_to_cart .carttext {
/*background: rgba(255,255,255,0.25);*/
height: 100%;
width: 100%;
display: block;
max-width: 100%;
max-height: 100%;
position: relative;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.add_to_cart a {
color: #000;
height: auto;
width: 100%;
display: block;
max-width: 100%;
max-height: 100%;
position: relative;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.product_name { margin:15px 0px 5px; /*border-top: 1px solid #ebebeb;*/ padding-top: 10px; }
.product_name a { font-weight: 300; /*padding: 0 20px;*/ height: auto; }
#contactUsForm {
float: left;
/*margin-top: 30px;*/
margin-bottom: 60px;
}
.contact {
padding: 60px 0;
}
.contact-info {
margin-bottom: 40px;
}
.contact-left {
width: 30%;
float: left;
}
.contact-right {
width: 68%;
float: right;
}
.contact-left input[type="text"] {
width: 100%;
color: #000;
margin: 0 23px 23px 0;
font-size: 14px;
padding: 12px 10px;
outline: none;
border: 1px solid #e8e8e8;
}
.contact-right textarea {
width: 100%;
color: #000;
font-size: 14px;
resize: none;
height: 185px;
padding: 12px;
outline: none;
border: 1px solid #e8e8e8;
}
.contact-form input[type=submit] {
border: none;
color: #ffffff;
margin-top: 25px;
padding: 13px 43px;
font-size: 14px;
cursor: pointer;
font-weight: 500;
/*background: #8e8a81;*/
background: #474B3C;
}
.contact-form input[type=submit]:hover {
/*background: #000;*/
opacity: 0.8;
transition: .5s all;
-webkit-transition: .5s all;
-o-transition: .5s all;
-ms-transition: .5s all;
-moz-transition: .5s all;
}
.contact-form td {
background: transparent;
}
/***/
.contact-form tr:nth-child(1),
.contact-form tr:nth-child(2) {
display: inline-block;
width: 50%;
}
.contact-form tr:nth-child(1) {
float: left;
margin-top: 0px;
}
.contact-form tr:nth-child(2) {
float: right;
margin-top: 0px;
}
.contact-form tr:nth-child(1) td:nth-child(1),
.contact-form tr:nth-child(2) td:nth-child(1) {
display: none;
}
.contact-form tr:nth-child(2) td {
float: right;
margin-top: 0px;
}
.contact-form tr:nth-child(3),
.contact-form tr:nth-child(4),
.contact-form tr:nth-child(5) {
display: inline-block;
width: 100%;
}
.contact-form tr:nth-child(1) td,
.contact-form tr:nth-child(2) td {
width: 95%;
display: inline-block;
}
.contact-form tr:nth-child(3) td,
.contact-form tr:nth-child(4) td,
.contact-form tr:nth-child(5) td {
width: 100%;
display: inline-block;
}
.contact-form tr:nth-child(4),
.contact-form tr:nth-child(5) {
display: inline-block;
width: 100%;
}
/***/
.contact-info h2 {
text-align: center;
margin: 0 0 20px 0;
font-size: 24px;
color: #292B2E;
font-weight: 600;
text-transform: uppercase;
padding: 0;
}
.contact-info h3 {
text-align: center;
margin: 0 0 20px 0;
font-size: 24px;
color: #292B2E;
font-weight: 600;
text-transform: uppercase;
padding: 0;
}
.contact-map {
width: 100%;
margin-bottom: 52px;
}
.contact-map iframe {
width: 100%;
height: 330px;
}
.contact-form input[type="text"], .contact-form select{
width: 100%;
/*background: #ebebeb;*/
background: #ffffff;
color: #000;
margin: 0 23px 23px 0;
font-size: 14px;
padding: 12px 10px;
outline: none;
border: 1px solid #e8e8e8;
}
.contact-form input[type="reset"]{
display:none;
}
.contact-form textarea{
width: 100%;
color: #000;
font-size: 14px;
resize: none;
height: 185px;
padding: 12px;
outline: none;
border: 1px solid #e8e8e8;
}
span.label{display:none;}
.acount-btn{border:0px;}
#newlogin h3,#userlogin h3 {
color: #000;
font-size: 20px;
padding-bottom: 18px;
font-weight: 600;
}
#newlogin p,#userlogin p {
color: inherit;
display: block;
/*font-size: 14px;*/
margin: 0 0 2em 0;
line-height: 2em;
}
/*#userlogin input[type="submit"]:hover{*/
/*opacity: 0.8;*/
/*text-decoration:none;*/
/*}*/
#newlogin form, #userlogin form {
padding: 1em 0;
}
#newloginform div,#userlogin form div {
padding: 0 0 2em 0;
}
#newlogin span, #userlogin span {
color: #555;
font-size:1em;
padding-bottom: 0.2em;
display: block;
text-transform: uppercase;
font-weight:normal;
}
#userlogin input[type="text"] {
border: 1px solid #CCC;
outline-color:#CACACA;
width: 96%;
font-size:13px;
padding: 8px;
}
#userlogin input[type="password"] {
border: 1px solid #CCC;
outline-color:#CACACA;
width: 96%;
font-size:13px;
padding: 8px;
}
#userlogin input[type="submit"] {
/*background: #292B2E;*/
background: #4f5343;
color: #FFF;
/*font-size: 1em;*/
/*padding: 0.7em 1.2em;*/
padding: 8px 14px;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
display: inline-block;
/*text-transform: uppercase;*/
border:none;
outline:none;
}
#userlogin input[type="button"] {
background-color:transparent;
border:0px;
color:#337AC4;
}
#userlogin input[type="button"]:hover{
text-decoration:underline;
}
#newlogin{display:inline-block;width:49%;vertical-align:top;}
#newlogin .orDiv {
padding-left: 10px;
}
#userlogin{display:inline-block;width:49%;vertical-align:top;}
#userlogin td{padding:10px;}
#showQuestion{display:inline-block;}
#maincontent{padding:10px;}
#userlogin span.label{display:none;}
#userlogin table{width:80%;}
form[action="login1.cfm"] {
padding: 30px 0 0;
}
.reg .tableheader{
color: #292B2E;
font-size: 13px;
text-transform: capitalize;
margin: 0px;
/*font-weight: bold;*/
}
.reg .tableheader2{
font-size:24px;
color:black;
}
.reg td{padding: 0px 0px 22px}
.reg .tablecell{ color:#000; }
.reg {width:70%;}
.reg input[type="reset"]{display:none;}
.reg select{
width: 100%;
color: #000;
margin: 10px 23px 23px 0px;
font-size: 14px;
padding: 12px 10px;
outline: medium none;
border: 1px solid #ccc;
}
.reg input[type="button"]{
background-color:transparent;
border:0px;
color:#337AC4;
}
.reg input[type="button"]:hover{
text-decoration:underline;
}
.checkout1-form input[type="text"], .checkout1-form input[type="password"] {
border: 1px solid #EEE;
outline-color:#CACACA;
font-size:13px;
padding: 8px;
}
.checkout1-form ul li div:first-child{font-family: "PlayfairDisplay-Regular"; font-size:24px;}
#checkout_popup input[type="text"], #checkout_popup select, #checkout_popup input[type="password"]{
border: 1px solid #EEE;
outline-color:#CACACA;
font-size:13px;
padding: 8px;
}
.checkout1-form ul li div.formlabel{font-size:14px;}
@media screen and (max-width: 800px) {
#newlogin{width:100%;}
#userlogin{width:100%;}
#userlogin table{width:100%;}
.reg td{display:table;width:100%;}
.reg .tableheader{font-size:14px;}
.checkout1-form ul li{width:100%!important;}
.checkout1-form ul li:first-child{border:0px!important;}
.checkout1-form ul li:last-child{margin-top:100px;}
.checkout2_div1{width:100%!important;}
.checkout2_div2{width:100%!important;border:0px!important;padding-left:0px!important;margin-left:0px!important;margin-top:100px;}
}
#submitbtn{background-color:#72795E;color:white; }
#checkout_continue_submit{}
.btn-color{background-color:#ab1156;color:white;}
.textalign .primary_button{background-color:#ab1156;color:white;}
.iesbackgroundcolor1{background-color:#9d6e59;}
.iesbackgroundcolor3{background-color:#f2efe9;} /* #292B2E */
.iesbackgroundcolor4{background-color:#eedf8a;}
.iesfontcolor1{color:#292b2e;} /* #545454 */
.iesfontcolor2{color:#ffffff;}
.iesfontcolor3{color:#9d6e59;} /* ffffff */
.iesfontfamily1{font-family:'Avenir';}
.iesfontfamily2{font-family:'Avenir';}
.iesfontfamily3{font-family: 'Avenir';}
.iesfontfamily4{font-family: 'Libre Caslon Text';}
.iesdefaultfontfamily1{font-family:'source sans pro';}
.iesdefaultfontfamily2{font-family:'Hind';}
.iesdefaultfontfamily3{font-family: 'Open Sans';}
/* more widget classes - begin */
.page_description_header_main { font-weight: 600; color: #F2EFE9; font-size: 60px; text-transform: uppercase; max-width: 600px; padding-top: 120px; display: flex; justify-content: center; }
.headDiv.heritage .page_description_header_main, .headDiv-after .page_description_header_main { color: #605D5C; /*max-width: 600px;*/ line-height: 1em; }
.headDiv-after .page_description_header_main { font-size: 60px; max-width: none; }
.page_description_main { /*display: none; max-width: 100%; font-size: 14px;*/ font-size: 18px; max-width: 600px; margin: 15px auto; color: #3f3f3f; font-weight: 400; line-height: 1.6em; }
.page_description_main img { opacity: 0; }
.headDiv.heritage .page_description_main { text-align: left; } /* margin-top: -20px; */
#topdesc {padding:10px 0px 10px 0px;display:block;}
#bottomdesc {/*padding:10px 0px 10px 0px;*/display:block;line-height: 1.8em;}
.main_cat_title {font-weight:bold;}
.main_cat_list { display:block; margin: 0 auto; /*width: 80%;*/ }
.main_cat_list .cat_name a { /*text-transform: uppercase;*/ color: inherit; font-size: 18px; /*font-weight: bold;*/ }
.category_pic {max-height:50px;max-width:100px;}
/* adding more to the one defined above */
/* more widget classes - end */
/*
Include this after bootstrap.css. Add class of
vert-offset-top-value or vert-offset-bottom-value
to your Bootstrap 3 default rows to prevent row content
from touching the row content above or below.
*/
/* Vertical Offset Bottom */
.vert-offset-top-12{
margin-top: 12em;
}
.vert-offset-top-11{
margin-top: 11em;
}
.vert-offset-top-10{
margin-top: 10em;
}
.vert-offset-top-9{
margin-top: 9em;
}
.vert-offset-top-8{
margin-top: 8em;
}
.vert-offset-top-7 {
margin-top: 7em;
}
.vert-offset-top-6{
margin-top: 6em;
}
.vert-offset-top-5{
margin-top: 5em;
}
.vert-offset-top-4{
margin-top: 4em;
}
.vert-offset-top-3{
margin-top: 3em;
}
.vert-offset-top-2{
margin-top: 2em;
}
.vert-offset-top-1{
margin-top: 1em;
}
.vert-offset-top-0{
margin-top: 0em;
}
/* Vertical Offset Bottom */
.vert-offset-bottom-12{
margin-bottom: 12em;
}
.vert-offset-bottom-11{
margin-bottom: 11em;
}
.vert-offset-bottom-10{
margin-bottom: 10em;
}
.vert-offset-bottom-9{
margin-bottom: 9em;
}
.vert-offset-bottom-8{
margin-bottom: 8em;
}
.vert-offset-bottom-7{
margin-bottom: 7em;
}
.vert-offset-bottom-6{
margin-bottom: 6em;
}
.vert-offset-bottom-5{
margin-bottom: 5em;
}
.vert-offset-bottom-4{
margin-bottom: 4em;
}
.vert-offset-bottom-3{
margin-bottom: 3em;
}
.vert-offset-bottom-2{
margin-bottom: 2em;
}
.vert-offset-bottom-1{
margin-bottom: 1em;
}
.vert-offset-bottom-0{
margin-bottom: 0em;
}
/*div.modal.fade:nth-child(10) {*/
/* display: none !important;*/
/*}*/
/*div.modal.fade:nth-child(11) {*/
/* display: none !important;*/
/*}*/
/*div.modal-backdrop.fade:nth-child(12) {*/
/* display: none !important;*/
/*}*/
/* show this one */
div.modal.fade {
display: none !important;
}
div.modal.fade.in {
display: block !important;
}
/*div.modal.fade {*/
/* display: none !important;*/
/*}*/
/* show this one */
div.modal-backdrop.fade {
display: none !important;
}
/* mega drop */
.dropdown.mega-dropdown { margin-left: 0; /*padding-left: 0;*/ position: static;}
.dropdown.mega-dropdown a { margin-right: 0;}
.banner-top.bTbg { background: #F2EFE9; }
.navbar-nav > li {/*float: left;*/ margin: 0 10px;}
.products-front #product_listing_sortby_box { display: none;}
#category-list {
display: none;
/*background: #ffffff;*/
background: #F2EFE9;
/*margin-top: 20px;*/
/*padding: 1.5em 1em;*/
padding: 2em 0 1em;
line-height: 1.2em;
position: absolute;
/*max-width: 100%;*/
/*width: 125vw;*/
/*left: -25vw;*/
/*left: -8vw;*/
/*z-index: 10;*/
z-index: 2;
/*border-top: 2px solid #EBEBEC;*/
/*margin-left: 1.2%;*/
/*background: #f6f6f6;
margin-top: 12px;*/
margin-left: -20px;
}
#category-list div { /*margin-bottom: 10%;*/ text-align: left;}
#category-list span { padding: 0px 30px 5px; color: #9D6E59; /*text-transform: uppercase;*/ font-weight: 600; /*text-decoration: underline;*/ }
#category-list span a { padding-left: 0 !important; padding-right: 0 !important; font-size: 16px !important; font-weight: bold; }
.category2 a:hover { color: #696969; font-weight: 300;}
.category1 {
margin-bottom: 10%;
text-align: right;
/*max-width: 25%;*/
margin: 0 15px 10px;
display: inline-block;
vertical-align:top;
/*font-size: 14px;*/
}
.category1 > a {
display: block;
/*border-bottom: 1px solid;*/
margin-bottom: 7px;
font-weight: 600;
/*font-weight: 700;*/
/*text-transform: uppercase;*/
}
.navbar-nav .category1 {
margin-bottom: 0;
}
.categoryList.pageCats .category1 {
margin: 0 15px 0px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
}
.category2 {
margin-bottom: 7px;
}
.dropdown-toggle #category-list:hover { display: block;}
/* end mega drop */
/* Login Page */
#userlogin table { width: 100% !important;}
.login-wrapper{ margin-bottom: 120px;}
.login-wrapper div{display:inline-block;vertical-align:middle;}
.sign-up{/*width:45%; margin-left: 10%;*/width: 50%;padding-left: 4%;border-left: 1px solid #ccc}
.sign-in{width:50%;}
.or{width:5%;border-left:1px solid #98959B;height:100%; display: none !important;}
.or span{background-color:#fff;position:relative;left:-20px;padding:10px;top:45%;font-size:25px;}
#form_checkout_login #newlogin{display:none;}
#userlogin{width:95%;}
#userlogin > p {display: none;}
#userlogin input[type="text"]{}
#userlogin input[type="password"]{}
#userlogin input[type="text"], #userlogin input[type="email"], #userlogin input[type="password"]{border:1px solid #CACACA;/*border-radius:8px;*/background-color:white;outline: 0;width: 95%;font-size: 16px;padding: 7px; height: 43px; /*margin-top: 10px;*/}
.sign-up-form h3 { /*font-style: italic;*/ font-weight: 600;font-size: 28px; color: #405133; margin-bottom: 40px;}
.sign-up-form div:nth-child(2){padding-top:17px;}
.sign-up div{text-align:left;display:block; margin: 20px 0;}
.sign-in h3 { /*font-style: italic;*/ font-weight: 600;font-size: 28px; color: #405133; margin-bottom: 20px; margin-top: 20px;}
.sign-up input[type="text"], .sign-up input[type="email"], .sign-up input[type="password"]{border:1px solid #CACACA;/*border-radius:8px;*/background-color:white;outline: 0;width: 95%;font-size: 16px;padding: 7px; height: 43px; /*margin-top: 10px;*/}
.signup-submit-btn{padding-top:30px;}
.sign-up-newsletter-div{padding-top:10px; position: relative;}
/*.primarybutton{background-color:black!important;color:white;font-size:1em;border:0px;padding: 0.7em 1.2em;text-transform:none!important;}*/
.sign-up-newsletter-div .pfcheck {
height: 25px;
width: 25px;
border: 1px solid #B9A99A;
border-radius: 0;
outline: none;
transition-duration: 0.3s;
background-color: #FFFFFF;
cursor: pointer;
position: relative;
float: left;
margin-right: 10px;
}
/*.sign-up-newsletter-div input[type="checkbox"] {
visibility: hidden;
height: 25px;
width: 25px;
position: absolute;
left: 0;
}*/
.sign-up-newsletter-div label.checked .pfcheck {
border: 1px solid #907242;
background-color: #B9A99A;
}
#userlogin input[type="submit"]:hover,
.signup-submit-btn input[type="submit"]:hover {
background: #8F7242;
}
#userlogin td{padding:10px 0;background:transparent;}
#userlogin td:first-child{padding-top:0px;}
#submitbtnsignup{background:#4f5343;color:#fff;}
@media screen and (max-width: 1000px) {
.checkout-form .formpair{width:96%;}
.sign-in { width: 100%; margin-left: 0; margin-bottom: 20px;}
.sign-up { width: 100%; margin-left: 0; margin-bottom: 60px; border:0;padding-left: 0;}
.login-wrapper { margin-bottom: 40px;}
}
/* ======== Final Payment Page ========= */
#finalpaymentnewsection > h3 {
font-family: 'EB Garamond', Times, serif;
font-style: italic;
font-weight: 400;
font-size: 36px;
margin-top: 25px;
margin-bottom: 30px;
}
.orderapprovedcontent {
padding-bottom: 40px;
margin-bottom: 40px;
border-bottom: 1px solid #98959B;
border-top: 0;
border-left: 0;
border-right: 0;
}
.finalpaymentdiv1 {
vertical-align: top;
}
.finalpaymentdiv1 h3 {
font-size: 13px;
font-weight: 700;
margin-bottom: 10px;
}
.finalpaymentdiv3 {
width: 35%;
display: inline-block;
vertical-align: top;
}
.orderinfo h3 {
font-size: 13px;
font-weight: 700;
margin-bottom: 10px;
}
.finalpaymentdivshipping,
.finalpaymentdivpaymentmethod,
.finalpaymentdivbilling {
margin-bottom: 30px;
}
.orderinfo {
margin-bottom: 30px;
}
.finalpaymentdiv2 {
border-top: 1px solid #98959B;
border-bottom: 0;
border-left: 0;
border-right: 0;
}
.finalpaymenttotalitems {
display: none;
}
.finalpaymentorderitems {
margin: 20px auto;
width: 100%;
}
.finalpaymentorderitems tr.orderitems {
border-bottom: 1px solid #98959B;
border-top: 0;
border-left: 0;
border-right: 0;
}
.ordersummaryinfo {
width: 100%;
margin: 20px auto 0;
}
.ordertotalinfo {
width: 100%;
margin: 10px auto;
font-weight: 700;
}
/* final payment */
.finalpaymentdiv1 td{padding:0px;}
.orderinfo div{display:inline-block;width:50%;}
.ordersummaryinfo div{display:inline-block;width:50%;}
.ordersummarycontentinfo{text-align:right;}
.ordertotalinfo div{display:inline-block;width:50%;}
.orderinfocontent{text-align:right;}
.imgsrc{max-width:100px;}
#finalpaymentsection{display:none;}
.orderitems td{vertical-align:top;padding:5px;}
.orderitems td:last-child{text-align:right;}
.stockinformation{
background: #E5E3E1;
padding: 8px 8px 0;
margin-left: 10px;
text-transform: uppercase;
border-radius: 8px;
font-size: 12px;
font-weight: 700;
height: 28px;
color: #979899;
width: 80px;
text-align:center;
position:absolute;
top:10px;
right:10px;
}
.orderinfo .orderinfocontent{text-align:left;}
.stocknotifyme{position:relative;z-index:1; }
.stocknotifyme button { border-radius: 0; background-color: #72795E; border-color: transparent; letter-spacing: 1px; }
.stocknotifyme button:hover { background-color: #474B3C; opacity: 0.8; border-color: transparent; }