#top .cart {
margin-right: 0;
}
#top .cart.no-rss-link {
margin-right: 0;
}
#top .cart.no-rss-link li {
border: 0;
}
#top ul.cart tr td{
display: none !important;
}
#top ul.cart li.container .cart-popup,
#top ul.wishlist-contents li.wishlist-container .wishlist-popup {
display: none;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
#top ul.cart li.container .cart-popup .recently-added,
#top ul.cart li.container .cart-popup .empty,
#top ul.wishlist-contents li.wishlist-container .wishlist-popup .wishlist-header,
#top ul.wishlist-contents li.wishlist-container .wishlist-popup .wishlist-empty {
font-size: 11px;
text-transform: uppercase;
}
#top ul.wishlist-contents li.wishlist-container .wishlist-popup .wishlist-empty i{
font-size: 32px;
display: inline-block;
margin: 7px 10px ;
}
#top ul.cart li.container .cart-popup .product-item,
#top ul.wishlist-contents li.wishlist-container .wishlist-popup .wishlist-product {
border-bottom:1px dotted #dbdbdb;
padding: .5em 0 0;
}
#top ul.cart li.container .cart-popup .product-item:last-child,
#top ul.wishlist-contents li.wishlist-container .wishlist-popup .wishlist-product:last-child {
border-bottom: 0;
}
#top ul.cart li.container .cart-popup .product-item h5 {
font-weight: normal;
}
#top ul.cart li.container .cart-popup .product-image,
#top ul.wishlist-contents li.wishlist-container .wishlist-popup .wishlist-product-image {
float: left;
margin: 0 7px 7px 0;
width: 60px;
}
#top ul.cart li.container .cart-popup .delete-btn{
color: #666;
display: inline-block;
font-size: 10px;
line-height: 1.3;
text-align: center;
float:right;
}
#top ul.cart li.container .cart-popup .delete-btn:hover {
opacity: .4;
}
#top ul.cart li.container .cart-popup .qty .meta {
font-size: 11px;
}
#top ul.cart li.container .cart-popup .totals{
width: 96%;
float: left;
border-top:1px dotted #dbdbdb;
border-bottom: 1px dotted #dbdbdb;
padding: .5em 0 ;
margin: .5em 0 ;
text-transform: uppercase;
}
#top ul.cart li.container .cart-popup .totals .price{
float: right;
font-size: 16px;
color:#000;
}
#top ul.cart li.container .cart-popup .button.cart,
#top ul.cart li.container .cart-popup .button.checkout,
#top ul.wishlist-contents li.wishlist-container .wishlist-popup .button.wishlist,
.dt-popup-content .button.continue-shop,
.dt-popup-content .button.checkout{
text-transform: uppercase;
font-size: 11px;
margin-top: .5em;
padding:8px 0;
text-align: center;
text-decoration: none;
}
#top ul.cart li.container .cart-popup .button.cart,
#top ul.wishlist-contents li.wishlist-container .wishlist-popup .button.wishlist,
.dt-popup-content .button.continue-shop   {
width: 96%;
background: #ffffff ;
border: 1px solid #dbdbdb ;
color: #000;
}
#top ul.cart li.container .cart-popup .button.cart:hover,
#top ul.wishlist-contents li.wishlist-container .wishlist-popup .button.wishlist:hover,
.dt-popup-content .button.continue-shop:hover  {
border-color: #000;
background: #000;
color: #FFF;
}
#top ul.cart li.container .cart-popup .button.checkout,
.dt-popup-content .button.checkout {
width: 96%;
background: #000 ;
border: 1px solid #000 ;
color: #fff;
}
#top ul.cart li.container .cart-popup .button.checkout:hover,
.dt-popup-content .button.checkout:hover{
opacity: .8;
}
select,
img {
max-width: 100%;
}
.form-row label {
display: block;
}
.form-row .input-text,
.form-row select {
width: 100%;
*width: 90%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.form-row input[type=checkbox] {
float: left;
}
.form-row.woocommerce-validated .input-text,
.form-row.woocommerce-validated .chzn-single {
border-color: #080;
}
.form-row.woocommerce-invalid .input-text,
.form-row.woocommerce-invalid .chzn-single {
border-color: #c00;
}
.page header.title {
overflow: hidden;
zoom: 1;
font-size: 1em;
}
.page header.title h1,
.page header.title h2,
.page header.title h3,
.page header.title h4,
.page header.title h5 {
float: left;
}
.address a.edit {
line-height: 3em;
}
p.demo_store {
position: fixed;
top: 0;
left: 0;
right: 0;
text-align: center;
padding: 1em 0;
background: #ebdd75;
color: #827513;
z-index: 999999;
}
form#searchform {
background: none;
border-width: 0;
}
form#searchform input#s {
border-color: #CCCCCC #EFEFEF #EFEFEF #CCCCCC;
border-width: 1px;
border-style: solid;
width: 60%;
color: #777;
}
form#searchform .screen-reader-text {
display: none;
}
.price span.from{display: none;} .shop-banner {
margin-bottom: 3em;
} .pif-has-gallery {
position: relative;
}
.pif-has-gallery .onsale {
z-index: 99;
}
.pif-has-gallery .secondary-image {
position: absolute;
top:0;
left:0;
opacity:0;
} .animated{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.7s;-moz-animation-duration:.7s;-ms-animation-duration:.7s;-o-animation-duration:.7s;animation-duration:.7s;}.animated.hinge{-webkit-animation-duration:.5s;-moz-animation-duration:.3s;-ms-animation-duration:.3s;-o-animation-duration:.3s;animation-duration:.3s;}@-webkit-keyframes fadeInDown {
0% {
opacity: 0; }   100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes fadeIn {
0% {
opacity: 0;
-moz-transform: translateY(0px);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@-o-keyframes fadeIn {
0% {
opacity: 0;
-o-transform: translateY(0px);
}
100% {
opacity: 1;
-o-transform: translateY(0);
}
}
@keyframes fadeIn {
0% {
opacity: 0;
transform: translateY(0px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
-webkit-transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(0px);
}
}
@-moz-keyframes fadeOut {
0% {
opacity: 1;
-moz-transform: translateY(0);
}
100% {
opacity: 0;
-moz-transform: translateY(0px);
}
}
@-o-keyframes fadeOut {
0% {
opacity: 1;
-o-transform: translateY(0);
}
100% {
opacity: 0;
-o-transform: translateY(0px);
}
}
@keyframes fadeOut {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(0px);
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
-moz-animation-name: fadeOut;
-o-animation-name: fadeOut;
animation-name: fadeOut;
}
.mobile-true .quickview-button{
display: block;
}
.quickview-button {
display: none;
width:44px;
padding:11px 0;
font-size: 0.8em;
background: rgba( 255 , 255 , 255 , .8);
text-transform: uppercase;
position: absolute;
right:0;
color:#000;
margin: -54px 0 0 ;
line-height: 1.1em;
z-index: 20;
text-align: center;
cursor: pointer;
}
.quickview-button:hover {
color: #fff;
background: rgba( 0 , 0 , 0 , .8);
}
.woocommerce header#product-archive {
border-top:1px solid #dbdbdb; 
line-height: 1em !important;
}
.woocommerce header#product-archive span {
background: #ffffff;
padding-right: .5em;
}
.woocommerce header#product-archive h1.page-title{
margin-top: -.75em;
}
.entry ul.products,
ul.products {
*zoom: 1;
margin: 0 0 1.5em 0 ;
list-style: none;
position: relative;
padding: 0;
clear: both;
}
ul.products:after {
content: "\0020";
display: block;
height: 0;
overflow: hidden;
clear: both;
}
ul.products:before,
ul.products:after {
content: "";
display: table;
}
ul.products:after {
clear: both;
}
ul.products li.product {
text-align: left;
margin-bottom: 1.5em;
position: relative;
list-style: none;
width: 48%;
float: left; clear: both;
}
ul.products li.product:nth-child(2n) {
float: right;
clear: none;
}
ul.products li.product img {
background: none;
padding: 0;
border: 0;
}
ul.products li.product a {
display: block;
}
ul.products li.product a:hover {
text-decoration: none;
}
ul.products li.product h3 {
font-weight: normal;
font-size: 1em;
text-transform: uppercase;
line-height: 1.2em;
margin:0;
}
ul.products li.product a:hover h3 {
opacity: 0.9;
}
ul.products li.product a img {
width: 100%;
height: auto;
display: block;
margin-bottom: .75em;
}
ul.products li.product a img:hover {
opacity: 0.9;
}
ul.products li.product .price {
display: block;
color: #666;
font-size: 1.2em;
}
ul.products li.product a.button {
display: inline-block;
margin-top: .5em;
-webkit-transition: all ease-in-out 0.2s;
-moz-transition: all ease-in-out 0.2s;
-o-transition: all ease-in-out 0.2s;
transition: all ease-in-out 0.2s;
position: relative;
}
ul.products li.product a.button.loading {
filter: alpha(opacity=@opacity * 100);
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}
ul.products li.product a.button.loading:before {
content: "";
position: absolute;
height: 16px;
width: 16px;
top: 4px;
right: -26px;
text-indent: 0;
background: url(//www.hishighness.in/wp-content/themes/labomba/images/ajax-loader.gif) no-repeat;
}
ul.products li.product a.button.added:before {
content: "";
position: absolute;
height: 16px;
width: 16px;
top: 4px;
right: -26px;
text-indent: 0;
background: url(//www.hishighness.in/wp-content/themes/labomba/images/icons/ico-tick.png) no-repeat;
}
ul.products li.product .star-rating {
float: none;
margin: .5em auto;
}
ul.products li.product del {
filter: alpha(opacity=@opacity * 100);
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
font-size: 0.9em;
}
ul.products li.product ins {
text-decoration: none;
}
.woocommerce-columns-1 ul.products li.product {
float:none;
width:auto;
} ul.products li.product-category .inner {
position: relative;
}
ul.products li.product-category .product_cat-header-title {
position: absolute;
bottom: 40px;
padding: 6px 0;
left: 0;
right: 0;
text-align: center;
background: #FFF;
background: rgba(255, 255, 255, 0.8);
-webkit-transition: background 200ms ease-out;
-moz-transition: background 200ms ease-out;
transition: background 200ms ease-out;
}
ul.products li.product-category:hover .product_cat-header-title {
background: #FFF;
}
ul.products li.product-category .product_cat-header-title h3 {
text-transform: uppercase;
font-size: 100%;
font-weight: bold;
}
ul.products li.product-category .product_cat-header-title h3 mark {
color: #666;
font-weight: normal;
display: block;
font-size: 80%;
} .onsale {
padding: 12px 9px;
text-align: center;
text-transform: uppercase;
background: #890e04;
color: white;
right:0;
font-size: 0.8em;
position: absolute;
z-index: 2;
} .single_product_wrapper{
margin-bottom: 3em;
}
.woocommerce .entry-image{
position: relative;
}
.woocommerce .images {
margin-bottom: 1.5em;
}
@media  (min-width: 480px) and  (max-width: 620px) {
.woocommerce .images, .woocommerce .product-layout-classic .images {
width:70%;
margin: 0 auto 1.5em;
}
}
@media (min-width: 620px) and (max-width: 800px) {
.woocommerce .images {
width:55%;
margin: 0 auto 1.5em;
}
.woocommerce .product-layout-classic .images {
width:70%;
margin: 0 auto 1.5em;
}
}
.woocommerce .images a {
display: block;
margin-bottom: .5em;
}
.woocommerce .product_meta {
padding: .5em 0;
margin-bottom: 1.5em;
border:none;
clear:both;
}
.woocommerce .images .product_meta a{
display: inline;
margin-bottom: 0;
float:none;
}
.woocommerce .product_thumbnails {
// overflow: hidden;
zoom: 1;
}
.woocommerce .product-layout-classic .images {
margin-bottom: 0;
}
.woocommerce .product-layout-modern .images {
position: relative;
}
.product-layout-classic .images .product_images_swiper_container,
.product-layout-modern .images .product_images_swiper_container {
overflow: hidden;
}
.product-layout-classic .images .product_images_swiper_container .swiper-wrapper,
.product-layout-modern .images .product_images_swiper_container .swiper-wrapper {
width: auto;
}
.product-layout-classic .product_thumbnails_wrapper,
.product-layout-modern .product_thumbnails_swiper_container {
overflow: hidden;
}
.woocommerce .product-layout-modern .product_thumbnails .product_thumbnails_swiper_container .swiper-slide {
width: 100%;
}
.product_thumbnails .product_thumbnails_swiper_container .swiper-slide {
width: 25%;
}
.woocommerce .product-layout-classic .product_thumbnails .product_thumbnails_swiper_container .swiper-slide,
.woocommerce .product-layout-modern .product_thumbnails .product_thumbnails_swiper_container .swiper-slide {
opacity: 0.4; 
}
.woocommerce .product-layout-classic .product_thumbnails .product_thumbnails_swiper_container .swiper-slide.slick-current,
.woocommerce .product-layout-modern .product_thumbnails .product_thumbnails_swiper_container .swiper-slide.slick-current {
opacity: 1;
}
@media only screen and (max-width: 1020px) {
.product_thumbnails_wrapper{
display: none !important;
}
}
.swiper-scrollbar {
border-radius: 10px;
position: relative;
-ms-touch-action: none;
background: rgba(0,0,0,.1);
}
.swiper-container-vertical>.swiper-scrollbar {
position: absolute;
right: 3px;
top: 1%;
z-index: 50;
width: 5px;
height: 98%;
}
.swiper-scrollbar-drag {
height: 100%;
width: 100%;
position: relative;
background: rgba(0,0,0,.5);
border-radius: 10px;
left: 0;
top: 0;
}
.woocommerce #session {
cursor: pointer;
display: inline-block;
border:1px solid #dbdbdb;
padding: 4px 45px 4px 15px;
vertical-align: top;
white-space: nowrap;
text-transform: uppercase;
overflow: hidden;
font-size: 0.85em;
position: relative;
}
.woocommerce #session:after {
font-family: 'FontAwesome';
content:"\f0dd";
position: absolute;
right: 15px;
top:2px;
}
.woocommerce #social-dropdown {
text-align: left;
margin-top: -1px;
background-color: #ffffff;
border: 1px solid #dbdbdb;
min-height: 80px;
min-width: 160px;
position: absolute;
right: 0;
z-index:3000;
display: none;
padding: 10px;
}
.woocommerce #social-dropdown ul li {
margin-bottom: 10px;
}
.woocommerce #social-dropdown a{
text-transform:uppercase;
font-size: 10px;
text-decoration: none; 
}
.woocommerce #social-dropdown i{
background: #333;
color: #fff;
font-size: 14px;
margin-right: 5px;
float: left;
text-align: center;
width: 25px;
height: 25px;
line-height: 2;
vertical-align: middle;
}
.woocommerce .group_table {
margin-bottom: .5em;
}
.woocommerce .group_table td {
border: 0;
padding: 10px 0;
vertical-align: middle;
}
.woocommerce .group_table .quantity{
display: inline-block;
margin-bottom: 0;
}
.woocommerce .group_table input{
margin: 0;
}
.woocommerce .group_table .price p {
margin-bottom: 0;
}
.woocommerce .group_table .label{
width: 120px;
}
mark.count {background: none;}  @media only screen and (min-width: 800px) {
.woocommerce .images a {
display: block;
margin-bottom: .5em;
}
} .woocommerce .summary {
margin-bottom: 1.5em;
}
.woocommerce .single-title-wrap {
border-bottom: 1px solid #dbdbdb;
margin-bottom: 1.5em;
}
.woo_woocommerce_quickview h1.product_title,
.dt-popup-content h1.product-title,
.woocommerce h1.product_title {
margin-bottom: 1em;
text-transform: uppercase;
font:normal 2em/1.2em 'Playfair Display' ;
}
.woocommerce .summary form {
margin-bottom: 1.5em;
}
.woo_woocommerce_quickview .summary p,
.woocommerce .summary p {
margin-bottom: 1.5em;
} .size_guide_con {
padding-bottom: 20px;
border-bottom: 1px solid #dbdbdb;
display: block;
float: left;
width: 100%;
margin-bottom: 20px;
}
.woocommerce .summary .size-guide {
text-transform: uppercase;
border:1px solid #dbdbdb;
padding: .75em 1.5em  ;
margin-bottom: 1.5em;
font-size: .8em;
}
.mobView p.price,
.woo_woocommerce_quickview .summary p.price,
.woocommerce .summary p.price,
.single_variation .price {
font-size: 1.6em;
border: none;
padding: 0;
margin-bottom: .8em;
}
.mobView p.price del,
.woo_woocommerce_quickview .summary p.price del,
.single_variation .price del,
.woocommerce .summary p.price del {
filter: alpha(opacity=@opacity * 100);
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
font-size: 0.9em;
}
.single_variation .price
{
display:block;
margin-top: .8em;
}
.woocommerce .summary p.price ins,
.mobView p.price ins,
.woo_woocommerce_quickview .summary p.price ins
{
text-decoration: none;
}
.dt-popup-content .stock,
.woo_woocommerce_quickview .summary .stock,
.woocommerce .summary .stock {
color:green;
}
.woo_woocommerce_quickview .summary .out-of-stock,
.woocommerce .summary .out-of-stock {
color:red;
}
.woo_woocommerce_quickview .single_add_to_cart_button {
width:100%; 
}
.woo_woocommerce_quickview .summary form {
margin-bottom: 0;
}
.page-template-template-home .woo_woocommerce_quickview .summary form .value:after{
top: 7px;
}
.woocommerce .product-layout-modern .single_add_to_cart_button {
padding: 14px 58px !important;
}
.woocommerce .product-layout-classic .single_add_to_cart_button {
padding: 14px 58px !important; margin-bottom:.5em;
margin-right:4px;
}
.woocommerce .summary table.variations,
.woocommerce .summary table.variations-table {
border-width: 0;
}
.woocommerce .summary table.variations tr td,
.woocommerce .summary table.variations-table tr td {
border: 0;
padding: .5em 0 .2em;
}
.woocommerce .summary table.variations tr td.value {
position: relative;
}
.woocommerce .summary table.variations-table tr td {
width:100%;
}
.woo_woocommerce_quickview .variations_form select {
width:100%;
}
.product-layout-modern .variations_form td.value {
width: 195px;
}
.product-layout-modern .variations_form select,
.product-layout-classic .variations_form select {
width:100%;
} .variations .value:after, .variations .value:after {
content: "\f0d7";
position: absolute;
font-family: FontAwesome;
display: inline-block;
right: 10px;
top: 13px;
pointer-events: none;
}
.variations_form td.value {
position: relative;
}
.product-layout-modern .reset_variations::before {
content: "";
display: block;
height: .5em;
}
.variations_form .variation_wrap {
position: relative;
width:195px;
}
.woocommerce-ordering select,
.variations_form select,
.shipping-calculator-form select {
cursor: pointer;
border: 0;
-webkit-border-radius: 0;
border-radius: 0;
padding-left: 10px;
padding-right: 20px;
height: 34px;
-webkit-appearance: none;
-moz-appearance: none;
text-indent: 0.01px;
text-overflow:'';
border: 1px solid #dbdbdb;
padding: 5px 8px 4px;
position: relative;
top: 1px;
background: white;
color:#999;
}
.product-layout-classic .variations_form .woo-order-select,
.variations_form .woo-order-select {
border:1px solid #dbdbdb;
padding: 4px 8px;
}
.product-layout-modern .variations_form .woo-order-select:after {
margin-left: -5px;
}
.woocommerce-ordering:after,
.variations_form .variation_wrap:after {
content: "\f0dd";
position: absolute;
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
display: inline;
font-size: 11px;
opacity: 0.7;
top:5px;
right: 15px;
}
.shipping-calculator-form .calc-shipping {
position: relative;
}
.shipping-calculator-form .calc-shipping:after {
content: "\f0dd";
position: absolute;
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
display: inline;
font-size: 13px;
opacity: 0.7;
top:8px;
right: 15px;
}
.woocommerce .summary table.group_table .out-of-stock {
display: block;
color: #900;
}
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
padding: .5em 1em;
vertical-align: middle;
}
.woocommerce table.shop_attributes th p:last-child,
.woocommerce table.shop_attributes td p:last-child {
margin-bottom: 0 !important;
} .woocommerceTabs {
border-top:1px solid #dbdbdb ;
clear:both;
margin-bottom: 3em !important;
}
.woocommerceTabs.classic {
border-top:0;
}
.woocommerce ul.resp-tabs-list {
margin: 0px;
padding: 0px;
zoom: 1;
}
.woocommerce .resp-tabs-list li {
display: inline-block;
padding: 13px 15px;
margin: 0;
list-style: none;
cursor: pointer;
float: left;
}
.woocommerce .resp-tabs-list li a{
color:#999;
text-decoration: none;
}
.woocommerce .resp-tabs-list li.resp-tab-active a {
color:#000;
}
.woocommerce .resp-tabs-container {
padding: 0px;
background-color: #fff;
clear: left;
}
.woocommerce h2.resp-accordion {
cursor: pointer;
padding: 5px;
display: none;
}
.woocommerce .resp-tab-content {
display: none;
padding: 1em;
padding-right: 0;
padding-left: 0;
}
.woocommerce .resp-tab-content h2 {
margin-bottom: .7em;
font-size: 1.2em;
font-weight: 400;
}
.woocommerce .resp-tab-content p {
margin-bottom: 1.5em;
}
.woocommerce .resp-tab-content #comments {
border: 0;
margin: 0;
padding: 0;
}
.woocommerce .resp-tab-item:first-child {
padding: 12px 14px 14px 0;
}
.woocommerce .resp-tab-active {
box-shadow: 0px 1px #000;
margin-bottom: -1px !important;
padding: 12px 14px 14px ;
}
.resp-content-active, .resp-accordion-active {
display: block;
}
.resp-tab-content {
border: 1px solid #dbdbdb;
border-left: 0;
border-right: 0;
}
.classic .resp-tab-content {
border: 0;
}
.woocommerce h2.resp-accordion {
font-size: 13px; border-top: 1px solid #dbdbdb;
margin: 0px;
padding: 10px 0px;
font-weight: 400;
}
.woocommerce h2.resp-tab-active {
border-bottom: 0px solid #dbdbdb !important;
margin-bottom: 0px !important;
padding: 10px 0px !important;
box-shadow: none;
}
.woocommerce h2.resp-tab-title:last-child {
border-bottom: 12px solid #dbdbdb !important;
background: blue;
}
.woocommerce .resp-arrow:after {
font-family: "FontAwesome";
float:right;
font-size: 14px;
opacity: .4;
position: relative;   
content: "\f107";
display: inline-block;
}
.woocommerce h2.resp-tab-active span.resp-arrow:after {
content: "\f106";
} .resp-easy-accordion  h2.resp-accordion {
display: block;
text-align: center;
}
.resp-easy-accordion .resp-tab-content:last-child {
border-bottom: 1px solid #dbdbdb !important;
}
.resp-jfit {
width: 100%;
margin: 0px;
}
.resp-tab-content-active {
display: block;
}
@media only screen and (max-width: 800px) {
.woocommerceTabs {
border-top:0;
}
.resp-tab-content {
border: 0;
}
.resp-tab-content:last-child {
border-bottom: 1px solid #dbdbdb !important;
}
.woocommerce ul.resp-tabs-list {
display: none;
}
.woocommerce  h2.resp-accordion {
display: block;
}
.woocommerce .resp-vtabs .resp-tab-content {
border: 1px solid #dbdbdb;
}
.woocommerce .resp-vtabs .resp-tabs-container {
border: none;
float: none;
width: 100%;
min-height: initial;
clear: none;
}
.woocommerce .resp-accordion-closed {
display:none !important;
}
.woocommerce .resp-vtabs .resp-tab-content:last-child {
border-bottom: 1px solid #dbdbdb !important;
}
} .woocommerce .social {
text-align: right;
}
.woocommerce .social iframe {
float: left;
}
.woocommerce #main div.product {
position: relative;
} .woocommerce #tab-custom_description ol,
.woocommerce #tab-custom_description ul {
margin: 0 0 15px 0;
padding: 0 0 0 30px;
}
.woocommerce #tab-custom_description ol li {
list-style: decimal;
list-style-type: decimal;
}
.woocommerce #tab-custom_description ul li {
list-style: disc;
list-style-type: disc;
}
.woocommerce .related,
.woocommerce .upsells,
.woocommerce .recently-viewed {
clear: both;
}
.woocommerce .related header,
.woocommerce .upsells header,
.woocommerce .cross-sells header,
.woocommerce .recently-viewed header{
border-top:1px solid #dbdbdb; 
line-height: 1em !important;
}
.woocommerce .related header span,
.woocommerce .upsells header span,
.woocommerce .cross-sells header span,
.woocommerce .recently-viewed header span{
background: #fff;
padding-right: .5em;
}
.woocommerce .related h4,
.woocommerce .upsells h4,
.woocommerce .cross-sells h4,
.woocommerce .recently-viewed h4{
font-family:  'Playfair Display';
text-transform: uppercase;
font-weight: normal;
margin-bottom: 1em;
margin-top: -.75em;
} #reviews h2 {
margin-bottom: .75em;
}
#reviews .commentlist {
margin-bottom: 20px;
}
#reviews .commentlist li {
background: none !important;
}
#reviews .comment.bypostauthor {
background: none;
border: 0;
}
#reviews .comment.thread-even {
border: 0;
background: none;
}
#reviews .comment_container {
padding: 20px 0;
}
.comment_container:after, .commentlist li:after{
clear:both;
content:"";
display: block;
}
#reviews .comment {
border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
#reviews img.avatar {
width: 14%;
padding: .5%;
margin: 0;
background: #fff;
height: auto;
float: left;
}
#reviews .comment-text {
width: 82%;
float: right;
*width: 86%;
*margin-right: 30px;
}
#reviews .comment-text p:last-child {
margin-bottom: 0;
}
#reviews .star-rating {
float: right;
}
#fancybox-outer {
padding: 20px;
}
#fancybox-outer #respond {
margin-top: 0;
}
.pp_description,
div.pp_woocommerce #respond .form-submit {
float: right !important;
} .woocommerce_message,
.woocommerce_error,
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
position: relative;
font-family: 'Open Sans';
font-size: 13px;
margin: 10px 0 20px 0;
padding: 24px 10px 24px 50px;
overflow: hidden;
zoom: 1;
clear: left;
color:#ffffff;
font-weight: 400;
}
.woocommerce_message .button,
.woocommerce_error .button,
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button {
background: none !important;
text-shadow: none !important;
float: right;
margin: 0;
margin-top: -10px;
margin-bottom: -13px;
}
.woocommerce_message .button,
.woocommerce-message .button{
color:#22947e !important;
}
.woocommerce_error .button,
.woocommerce-error .button{
color: #c13d30 !important;
}
.woocommerce-info .button{
color: #666 !important
}
.woocommerce-info:before {
font-family:'FontAwesome';
content: "\f127";
display: inline-block;
position: absolute;
left:20px;
}
.woocommerce-info {
position: relative;
background: #f5f5f5;
color: #666 !important;
}
.woocommerce_error:before,
.woocommerce-error:before {
font-family:'FontAwesome';
content: "\f071";
display: inline-block;
position: absolute;
left:20px;
}
.woocommerce_error,
.woocommerce-error {
background: #ffdfdc;
color: #c13d30;
}
ul.woocommerce_error,
ul.woocommerce-error {
padding: 24px 10px 24px 50px !important;
list-style: none !important;
}
ul.woocommerce_error li,
ul.woocommerce-error li {
list-style: none !important;
}
.woocommerce_message:before,
.woocommerce-message:before {
font-family:'FontAwesome';
content: "\f00c"; position: absolute;
left:20px;
}
.woocommerce_message,
.woocommerce-message {
background: #e3f6e5 ;
color:#22947e;
}
@media only screen and (max-width:420px){
.woocommerce-message .button:before,.woocommerce-message .button:after {
content:'';
display: block;
width:100%;
margin-bottom: 28px;
}
} .widget ul.product_list_widget {
list-style: none;
padding: 0;
}
.widget ul.product_list_widget li {
clear: left;
overflow: hidden;
zoom: 1;
margin-bottom: .5em;
border-bottom: 1px solid #EEE;
}
.widget ul.product_list_widget li a {
display: block;
padding-left: 0;
}
.widget ul.product_list_widget li img {
float: left;
margin: 0 .5em .5em 0;
padding: 3px;
background: #fff;
width: 50px;
height: auto;
border: none !important;
}
.widget ul.product_list_widget li dl.variation {
overflow: hidden;
zoom: 1;
}
.widget ul.product_list_widget li dl.variation dt {
font-weight: bold;
float: left;
clear: left;
margin-right: .3em;
}
.widget ul.product_list_widget li dl.variation dd {
float: left;
}
.widget ul.product_list_widget li .star-rating {
float: none;
margin-bottom: .25em;
}
.widget_price_filter .ui-state-default,
.widget_price_filter .ui-widget-content .ui-state-default,
.widget_price_filter .ui-widget-header .ui-state-default {
border: 1px solid #aaaaaa;
background: #cacaca;
font-weight: normal;
color: #555555;
}
.widget_price_filter .ui-state-hover,
.widget_price_filter .ui-widget-content .ui-state-hover,
.widget_price_filter .ui-widget-header .ui-state-hover,
.widget_price_filter .ui-state-focus,
.widget_price_filter .ui-widget-content .ui-state-focus,
.widget_price_filter .ui-widget-header .ui-state-focus {
border: 1px solid #aaaaaa;
background: #dadada ;
font-weight: normal;
color: #212121;
}
.widget_price_filter .ui-state-active,
.widget_price_filter .ui-widget-content .ui-state-active,
.widget_price_filter .ui-widget-header .ui-state-active {
border: 1px solid #aaaaaa;
background: #dadada;
font-weight: normal;
color: #212121;
}
.widget_price_filter .ui-slider {
position: relative;
text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 0.6em;
height: 0.6em;
cursor: default;
}
.widget_price_filter .ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: .7em;
display: block;
border: 0;
background-position: 0 0;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
border: 1px solid #aaaaaa;
background: #ffffff;
color: #222222;
}
.widget_price_filter .price_slider_wrapper .ui-widget-header {
border: 1px solid #aaaaaa;
background: #cccccc;
color: #222222;
font-weight: bold;
}
.widget_price_filter .ui-slider-horizontal {
height: .2em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-handle {
top: -0.30em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
left: 0;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
right: 0;
}
.widget_price_filter .price_slider {
border: 0 !important;
background: rgba(0, 0, 0, 0.1) !important;
margin: 0 0 1.5em;
}
.widget_price_filter .ui-widget-header {
border: 0 !important;
background: rgba(0, 0, 0, 0.1) !important;
}
.widget_price_filter .price_slider_amount {
text-align: left;
line-height: 2.5em;
}
.widget_price_filter .price_slider_amount .button {
float: right;
background-color:#ffffff !important;
border: 1px solid #dbdbdb !important; 
color:#000 !important;
padding:6px 18px !important;
text-shadow:none !important;
}
.widget_price_filter .price_slider_amount .button:hover {
border-color:#000 !important;
}
.widget_layered_nav ul {
list-style: none;
margin-left: 0;
padding-left: 0;
}
.widget_layered_nav ul li {
overflow: hidden;
zoom: 1;
}
.widget_layered_nav ul li a {
float: left;
padding-left: 0;
}
.widget_product_categories .count,
.widget_layered_nav ul li .count {
float: right;
padding: 0 8px;
font-weight: normal;
}
.widget_layered_nav ul li.chosen a {
padding-left: 18px;
background: url(//www.hishighness.in/wp-content/themes/labomba/images/icons/cross.png) left no-repeat;
}
.widget_shopping_cart_content .buttons a {
display: block;
width: 100%;
border: 1px solid #DBDBDB;
padding: 7px 0px;
color: #000;
text-align: center;
margin-bottom: 14px;
text-transform: uppercase;
} 
.widget_shopping_cart_content .buttons a:hover {
background: #000;
border: 1px solid #000;
color: #fff;
text-decoration: none;
}
.widget_shopping_cart_content p.total{
text-align: center;
}
.widget_shopping_cart_content .button   {
padding:14px 0 !important;
}
div.pp_woocommerce .pp_content_container{
background:#fff;
-webkit-border-radius:0px!important;
-moz-border-radius:0px!important;
border-radius:0px!important;
} .quantity {
width: 96px;
margin-bottom: .5em; }
.quantity:after {
content: "";
display: block;
clear: both;
}
.quantity input.qty {
width: 50px;
padding: 5px;
font-size: 14px !important;
border: 1px solid #dbdbdb;
text-align: center;
float: left;
z-index: 10;
box-shadow: none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
}
input::-moz-focus-inner { 
border: 0;
padding: 0;
}
.quantity .plus,
.quantity .minus {
width: 30px;
text-align: center;
padding: 5px 0;
font-size: 14px !important;
border: 1px solid #dbdbdb;
background: #ffffff;
float: left;
z-index: 20;
margin-left: 3px;
box-shadow: none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
color:#222;
}
.quantity .plus:hover,
.quantity .minus:hover {
background: #ffffff;
border-color:#000;
cursor: pointer;
}
.quantity .plus {
float: left;
}
.quantity .minus {
float:right;
margin-left: 0;
}
.quantity label {
display: none;
} .button-alt {
font-family: Verdana, Geneva, Arial, sans-serif;
display: inline-block;
padding: 5px 10px 6px;
color: #fff !important;
text-decoration: none;
border: none;
position: relative;
cursor: pointer;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #e4954a;
background: -webkit-gradient(linear, left top, left bottom, from(#e4954a), to(#da7b21));
background: -webkit-linear-gradient(#e4954a, #da7b21);
background: -moz-linear-gradient(center top, #e4954a 0%, #da7b21 100%);
background: -moz-gradient(center top, #e4954a 0%, #da7b21 100%);
border: 1px solid #da7b21;
font-size: 12px;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
line-height: 1.1em;
}
.button-alt:hover {
background: #ebaf76;
background: -webkit-gradient(linear, left top, left bottom, from(#ebaf76), to(#da7b21));
background: -webkit-linear-gradient(#ebaf76, #da7b21);
background: -moz-linear-gradient(center top, #ebaf76 0%, #da7b21 100%);
background: -moz-gradient(center top, #ebaf76 0%, #da7b21 100%);
text-decoration: none;
}
.button-alt:active {
top: 1px;
} .woocommerce .product-layout-classic #wl-wrapper.wl-button-wrap  {
float: left;
clear:none;
width:auto;
padding: 0 0 1.5em 10px;
}
#wl-wrapper .wl-add-but.button {
padding:14px 50px !important;
background: #ffffff !important;
border:1px solid #dbdbdb !important;
color:#000 !important;
text-shadow:none !important;
}
#wl-wrapper .wl-add-but.button:after {
content:"+";
position: absolute;
top:14px;
right:36px;
}
#wl-wrapper .wl-add-but.button:hover, #wl-wrapper .wl-add-but.button:active {
border-color:#000 !important;
color:#000 !important;
}
.woocommerce .product-layout-classic .yith-wcwl-add-to-wishlist  {
clear: both;
width:auto;
margin-top: 0;
line-height: 1;
}
.woocommerceTabs.classic .single-product-sc .single_add_to_cart_button{
padding:13px 2.749em !important;
}
.woocommerceTabs.classic .single-product-sc .yith-wcwl-add-to-wishlist .add_to_wishlist {
padding:11px 25px;
}
.yith-wcwl-add-to-wishlist {
margin-bottom: 10px;
padding-bottom:1.5em;
}
.yith-wcwl-add-to-wishlist .add_to_wishlist{ 
line-height: 1.3em;
padding:12px 50px;
font-size: 11px;
text-transform: uppercase;
background: #ffffff ;
position: relative;
border:1px solid #dbdbdb ;
color:#000 ;
text-decoration: none;
margin:0 2px;
}
@-moz-document url-prefix() {
.yith-wcwl-add-to-wishlist .add_to_wishlist{ 
line-height: 1;
margin:0;
padding:12px 50px 11px;
}
}
.yith-wcwl-add-to-wishlist .add_to_wishlist:hover{
border-color:#000 ;
color:#000 ;
}
.woo_woocommerce_quickview .yith-wcwl-add-to-wishlist .add_to_wishlist{
display: block;
text-align: center;
margin:0 ;
}
.woocommerce .woo_woocommerce_quickview .yith-wcwl-add-to-wishlist .add_to_wishlist {
padding: 12px 43px;
}
.woocommerce table.wishlist_table td.product-add-to-cart{
width:22%;
padding: .857em 0 ;
}
.yith-wcwl-share ul {
padding: 0 !important;
}
.wishlist_table .add_to_cart, .yith-wcwl-add-button > a.button.alt {
border-radius: 0;
-moz-border-radius:0;
-webkit-border-radius: 0;
}
@media only screen and (max-width: 480px) {
.woocommerce table.wishlist_table {
min-width: 620px;
}
.woocommerce table.wishlist_table .button {
padding:14px 18px !important;
}
} .rating-wrap .star-rating {
display: inline-block;
margin-right: .5em;
}
.star-rating {
overflow: hidden;
position: relative;
height: 1em;
line-height: 1.3em;
font-size: 1.3em;
width: 5em;
font-family: "labombas";
}
.star-rating:before {
content: "aaaaa";
color: #ebebeb;
float: left;
top: 0;
left: 0;
position: absolute;
}
.star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
}
.star-rating span:before {
content: "aaaaa";
color:#f1c40f ;
top: 0;
position: absolute;
left: 0;
} .widget .star-rating {
font-size: .8em;
}
.comment-form-rating {
clear: both;
}
p.stars {
font-family: 'Playfair Display';
position: relative;
line-height: 1em;
font-size: 1em;
margin-bottom: 1em;
}
p.stars:after {
content: "";
display: block;
clear: both;
}
p.stars a {
width: 18.65%;
display: block;
position: relative;
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: .35em .5em .75em .75em;
background: rgba(0, 0, 0, 0.025);
margin-right: 1%;
}
@media only screen and (max-width:480px) {
p.stars a {
width: 100%;
margin-bottom: 10px;
}
}
p.stars a:hover,
p.stars a.active {
background: rgba(0, 0, 0, 0.075);
}
p.stars a.star-1:after,
p.stars a.star-2:after,
p.stars a.star-3:after,
p.stars a.star-4:after,
p.stars a.star-5:after {
font-family: "labombas";
content: "a";
position: absolute;
top: .85em;
width: 5.3em;
right: 1em;
font-size: .9em;
-webkit-border-radius: 1em;
-moz-border-radius: 1em;
border-radius: 1em;
color: #f1c40f;
text-align: right;
font-weight: normal;
}
p.stars a.star-1:hover,
p.stars a.star-2:hover,
p.stars a.star-3:hover,
p.stars a.star-4:hover,
p.stars a.star-5:hover {
text-decoration: none;
}
p.stars a.star-1:after {
content: "a";
}
p.stars a.star-2:after {
content: "aa";
}
p.stars a.star-3:after {
content: "aaa";
}
p.stars a.star-4:after {
content: "aaaa";
}
p.stars a.star-5:after {
content: "aaaaa";
} .entry .woocommerce table {
border-spacing: 0;
width: 100%;
border: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background: #fff;
box-shadow: 0 0 0 0 #ffffff;
-webkit-box-shadow: 0 0 0 0 #ffffff;
-moz-box-shadow: 0 0 0 0 #ffffff;
border-collapse: separate;
margin-bottom: 1.5em;
}
.entry .woocommerce table td,
.entry .woocommerce table th {
padding: .857em 1.387em;
text-align: left;
border-right: 0;
vertical-align: top;
}
.entry .woocommerce table td.actions{
padding: .857em 0;
}
.entry .woocommerce table td p:last-child,
.entry .woocommerce table th p:last-child {
margin-bottom: 0;
}
.entry .woocommerce table thead th {
background: #ffffff;
border-right: 0;
border-bottom: 2px solid #dbdbdb;
text-transform: uppercase;
padding: 1.387em;
vertical-align: middle;
}
.entry .woocommerce table thead th:first-child {
-webkit-border-top-left-radius: 0;
-webkit-border-bottom-left-radius: 0;
-moz-border-radius-topleft: 0;
-moz-border-radius-bottomleft: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
-webkit-border-bottom-left-radius: 0;
-webkit-border-bottom-right-radius: 0;
-moz-border-radius-bottomleft: 0;
-moz-border-radius-bottomright: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.entry .woocommerce table thead th:last-child {
-webkit-border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
-moz-border-radius-topright: 0;
-moz-border-radius-bottomright: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
-webkit-border-bottom-left-radius: 0;
-webkit-border-bottom-right-radius: 0;
-moz-border-radius-bottomleft: 0;
-moz-border-radius-bottomright: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.entry .woocommerce table tr th:last-child,
.entry .woocommerce table tr td:last-child {
border-right: 0;
}
.entry .woocommerce table tbody th {
font-weight: normal;
background: #ffffff;
border-bottom: 1px dotted #dbdbdb;
width: 30%;
}
.entry .woocommerce table tbody td {
border-bottom: 1px dotted #dbdbdb;
}
.entry .woocommerce table tbody h2 {
font-size: 1em;
letter-spacing: normal;
font-weight: normal;
}
.entry .woocommerce table tbody h2 a {
font-weight: normal;
}
.entry .woocommerce table tbody tr:last-child td:first-child {
-webkit-border-bottom-left-radius: 0;
-webkit-border-bottom-right-radius: 0;
-moz-border-radius-bottomleft: 0;
-moz-border-radius-bottomright: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.entry .woocommerce table tbody tr:last-child td:last-child {
-webkit-border-bottom-left-radius: 0;
-webkit-border-bottom-right-radius: 0;
-moz-border-radius-bottomleft: 0;
-moz-border-radius-bottomright: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.entry .woocommerce table tbody tr:last-child td {
border-bottom: 0;
}
.entry .woocommerce table tbody tr:last-child th {
border-bottom: 0;
} @media only screen and (max-width: 480px ) {
.entry .woocommerce table td,
.entry .woocommerce table th {
padding: 10px;
}
.entry .woocommerce table th, .entry .woocommerce table td.product-quantity {
text-align: center;
}
.product-quantity .quantity input.qty{
float: none;
}
.cart-totals td.actions .coupon {
width: 100%;
margin-bottom: 10px!important;
}
.my-account-wrapper,
.wishlist-wrapper {
overflow-x:scroll; 
overflow-y:hidden; 
}
.woocommerce-MyAccount-content {
overflow-x:scroll; 
overflow-y:hidden; 
}
}
@media only screen and ( max-width: 320px ){
.product-quantity .quantity {
width: 40px;
}
}
table.cart .product-thumbnail,
table.cart .product-price {
display: none;
}
.cart-totals .actions {
text-align: right;
}
.cart-totals .actions .coupon {
float: left;
}
table.cart a.remove {
color: #666 !important;
font-weight: bold;
display: inline-block;
font-size: 18px;
line-height: 1;
text-align: center;
text-decoration: none; }
table.cart a.remove:hover {
opacity: .4;
background: none !important;
}
table.cart td {
vertical-align: middle;
}
table.cart img {
padding: 3px !important;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
table.cart .quantity {
margin: 0;
}
table.cart .quantity input {
margin-bottom: 0;
}
table.my_account_orders .order-number a{
font-size: 1.5em;
}
.cart_totals select {
width: 100%;
}
.cart_totals {
margin-bottom: 1.5em;
} table.cart img {
width: 56px;
height: auto;
}
.cart-totals td.actions .coupon {
text-align: left;
margin-bottom: 0;
}
.cart-totals td.actions .coupon label {
display: none;
}
.cart-totals td.actions .coupon #shareyourcart_button {
float: left;
}
.cart-totals td.actions .button,
.cart-totals td.actions .checkout-button,
.cart-totals td.actions .input-text {
width: 100%;
display: block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: .5em !important;
text-align: center;
}
.cart-totals td.actions .checkout-button {
margin-bottom: 0 !important;
}
.woocommerce-cart .checkout-button {
width:100%;
text-align: center;
padding: 14px 0 !important;
}
.cart-collaterals {
overflow: hidden;
zoom: 1;
}
.cart-collaterals .shipping_calculator {
clear: right;
padding:1.5em 0;
}
.cart-collaterals #shipping_method {
padding: 0 !important;
list-style: none !important;
}
.cart-collaterals #shipping_method li {
list-style: none !important;
}
.cart-collaterals .cross-sells{
clear: both;
padding-top: 1.5em;
}
.cart-collaterals .cross-sells ul.products {
margin-left: 0 !important;
padding-left: 0 !important;
}
.cart_totals table {
border-top: 2px solid #dbdbdb !important;
border-bottom: 2px solid #dbdbdb !important;
}
.empty-cart {padding:40px 0; text-align:center; border:1px solid #dbdbdb;} .woocommerce-pagination {
width:100%;
float: right;
clear:both;
text-align: center;
}
.show-all-products {
line-height: 2.2;
text-decoration: none !important;
text-transform: uppercase;
font-size: 0.8em;
}
@-moz-document url-prefix() {
.show-all-products {
line-height: 2;
}
}
.woocommerce_result_count,
.woocommerce_ordering,
.woocommerce-result-count,
.woocomerce-ordering {
text-transform: uppercase;
float:left;
font-size: 0.9em;
width: 100%;
text-align: center;
margin-bottom: 1.618em;
}
select.hasCustomSelect {
z-index: 2;
}
.woocommerce_ordering,
.woocommerce-ordering {
margin-bottom: 1.618em;
float:left;
margin-top: -4px;
position: relative;
}
.woocommerce_ordering select,
.woocommerce-ordering select,
.variations_form select{
height :30px !important;
vertical-align: top;
}
.woocommerce .woocommerce-ordering select option,
.woocommerce-page .woocommerce-ordering select option {
padding: 5px;
}
.woocommerce_ordering .woo-order-select,
.woocommerce-ordering .woo-order-select {
padding: 4px 8px;
}
.woocommerce_ordering .woo-order-select:after,
.woocommerce-ordering .woo-order-select:after {
font-family: 'FontAwesome';
content:'\f0dd';
font-weight: normal;
font-style: normal;
display: inline;
font-size: 12px;
opacity: 0.7;
margin-left: 5px;
}
.woocommerce .woo-pagination {
margin: 0 0 1.618em;
text-align: center;
clear: both;
display: block;
}
.woocommerce .woo-pagination a:link,
.woocommerce .woo-pagination a:visited,
.woocommerce .nav-entries a span {
display: inline;
text-decoration: none;
color: #666;
padding: 3px 2px;
border: 1px solid #DDDDDD;
}
.woocommerce .nav-entries a {
font-size: 1.2em;
}
.woocommerce .woo-pagination span.extend,
.woocommerce .woo-pagination .page-numbers {
border: none;
color: #666;
}
.woocommerce .woo-pagination a:link,
.woocommerce .woo-pagination a:visited,
.woocommerce .woo-pagination a:active,
.woocommerce .nav-entries a span { font-weight:bold;
font-size: 0.9em;
background: #ffffff;
box-shadow:none;
-webkit-box-shadow:none;
-moz-box-shadow: none;
}
.woocommerce .woo-pagination span.current {
border: none;
background: none;
font-weight: bold;
font-size: 0.9em;
}
.woocommerce .woo-pagination a:link,
.woocommerce .woo-pagination a:visited,
.woocommerce .woo-pagination a:active {
border: none;
background: #ffffff;
}
.woocommerce .woo-pagination .current,
.woocommerce .woo-pagination a:hover {
padding: 3px 2px;
color: #000;
} #shiptobilling {
float: right;
}
#shiptobilling input {
float: left;
} .payment_methods {
margin: 0 0 1.5em 0 !important;
padding: 0 !important;
list-style: none !important;
}
.payment_methods li {
list-style: none !important;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
padding: .5em 0;
}
.payment_methods li img {
margin:10px 5px;
max-height: 52px;
vertical-align: middle;
}
.payment_box fieldset {
margin-bottom: 0;
}
.payment_box .form-row .woocommerce-select {
width: 30.75%;
float: left;
margin-right: 3.8%;
}
.form-row #place_order {
width: 100%;
}
.payment_methods + .form-row {
width: 100%;
}
.payment_methods + .form-row #place_order {
float: right;
}
.payment_methods + .form-row label {
display: inline;
}
.payment_methods + .form-row input {
float: left;
}
.required {
color: #c00;
border: 0;
} ul.order_details {
list-style: none;
border: 1px solid #ddd;
position: relative;
-webkit-border-radius: 0.327em;
-moz-border-radius: 0.327em;
border-radius: 0.327em;
list-style: none !important;
padding: 0 !important;
}
ul.order_details:after {
content: "";
display: block;
clear: both;
}
ul.order_details li {
float: left;
padding: 1em 1.618em;
border-right: 1px solid #ddd;
font-size: .8em;
text-transform: uppercase;
list-style: none !important;
}
ul.order_details li strong {
display: block;
font-size: 1.387em;
text-transform: none;
}
.woocommerce-account .addresses address {
clear: both;
} .account-user {
overflow:hidden;margin-bottom:3em;
}
.user-name {
float:right;
}
#account-nav {
float:left;
clear:both;
width:100%;
margin-bottom: 1.5em;
}
#account-nav ~ .logout-button {
width:100%;
text-align: center;
padding:14px 0 !important;
}
#account-nav .account-sidenav li {
float: left;
width:100%;
border-bottom: 1px solid #dbdbdb;
}
#account-nav .account-sidenav li a{
padding: 6px 0;
float: left;
}
#account-nav .account-sidenav li a {
color: #666;
}
#account-nav .account-sidenav li a:hover{
text-decoration: none;
color:#222;
}
#account-nav .account-sidenav li a:hover {
box-shadow:inset 0 -2px #222;
-webkit-box-shadow:inset 0 -2px #222;
-moz-box-shadow:0 -2px #222;
}
#account-nav .account-sidenav li.current_page_item a,
#account-nav .account-sidenav li.current_page_parent a,
#account-nav .account-sidenav li.current-menu-ancestor a,
#account-nav .account-sidenav li.current-cat a,
#account-nav .account-sidenav li.current-menu-item a {
color: #222;
box-shadow:inset 0 -2px #222;
-webkit-box-shadow:inset 0 -2px #222;
-moz-box-shadow:0 -2px #222;
} .hide {
display: none;
}
.mobView {
display: none;
}
.mobHide {
display: block;
}
.mfp-bg {
background: #ffffff !important;
opacity: 0.7 !important;
filter: alpha(opacity=70) !important; }
.mfp-preloader {
color:#666 !important;
text-transform: uppercase;
}
.mfp-close {
top:10px !important;
right:10px !important;
}
.product-quickview {
position: relative;
}
.woo_woocommerce_quickview {
position: relative;
background: rgba(255,255,255, .8);
width: auto;
max-width: 900px;
margin: 40px auto; 
overflow: hidden;
}
.inner-quickview {
padding: 20px;
margin:20px;
background: #FFF;
overflow: hidden;
border:1px solid #dbdbdb;
}
.woo_woocommerce_quickview h1.product_title {
font:normal 1.4em/1.2em 'Playfair Display' ;
width:100% !important;
float:none !important;
}
.woo_woocommerce_quickview .images {
width: 33.65%;
float: left;
display: inline;
}
.woo_woocommerce_quickview .images img.attachment-shop_single { height: auto;
}
.woo_woocommerce_quickview .summary {
width: 60%;
float: right;
display: inline;
}
.woo_woocommerce_quickview .thumbnails {
width: 104%;
overflow: hidden;
margin: 10px -2% 0;
}
.woo_woocommerce_quickview .thumbnails a {
width: 21%;
margin: 10px 2% 0;
float: left;
display: inline;
opacity: 0.5;
}
.woo_woocommerce_quickview .thumbnails a:first-child {
opacity: 1;
}
.woo_woocommerce_quickview .thumbnails a img {
width: 100%;
height: auto;
}
.woo_woocommerce_quickview .summary a.viewProduct {
margin: 30px 0 0;
}
.woo_woocommerce_quickview .woocommerce-summary-wrap{
float:left;
width:55%;
padding-right: 0;
border-right: 0; 
}
.woo_woocommerce_quickview .woocommerce-qty-wrap {
float:right;
width:40%;
position: relative;
}
.woo_woocommerce_quickview .quantity .minus,
.woo_woocommerce_quickview .quantity .plus {
display: none;
} .btn-swap-login-register .button{
width:100%;
padding: 14px 0 !important;
}
.sub-heading {
padding-bottom:1.1em;
border-bottom: 2px solid #dbdbdb;
} .checkout h3, .gbtr_checkout_method_header, .woo_coupon_header {
font-weight: 600;
text-transform: uppercase;
margin: 0 !important;
border-bottom: 1px solid #dbdbdb;
padding:10px 0;
cursor: pointer;
font-size: 1.3em;
}
.gbtr_checkout_method_content .first_col {
width: 100%;
float: none;
}
.gbtr_checkout_method_content .sec_col {
width: 100%;
float: none;
}
.gbtr_checkout_method_content .first_col h4, .gbtr_checkout_method_content .sec_col h4 {
text-transform: uppercase;
}
#createaccount_wrapper {
display: none;
}
.gbtr_coupon_method_content, 
.gbtr_checkout_method_content {
border-bottom: 1px solid #dbdbdb;
padding-bottom: 40px;
padding-top: .75em 
}
.gbtr_create_account_content {
display: none;
border-bottom: 1px solid #dbdbdb;
padding-bottom: 40px;
padding-top: .75em;
}
.gbtr_billing_address_content, .gbtr_shipping_address_content, .gbtr_order_notes_content, .gbtr_order_review_content {
display: none;
padding-top: .75em;
}
.gbtr_checkout_header_nonactive:before {
content:'Z';
font-family: 'labombas';
display: inline-block;
position: absolute;
text-indent:-16px;
font-size: 13px;
}
.button_billing_address_continue,
.button_shipping_address_continue {
float: right;
}
.woocommerce #payment {
padding:0 10px;
border:2px solid #dbdbdb; 
margin-bottom: 1.5em;
}
.woocommerce #order_summary {
padding:0 10px;
border:2px solid #dbdbdb; 
}
.woocommerce #order_summary table td,  .woocommerce #order_summary table th {
padding: .857em 0;
text-align: left;
border-right: 0;
vertical-align: top;
}
.woocommerce #order_summary table tfoot tr:first-child th,
.woocommerce #order_summary table tfoot tr:first-child td{
border-top: 2px solid #dbdbdb;
}
.woocommerce #order_summary table tfoot tr th,
.woocommerce #order_summary table tfoot tr td {
font-size: 13px;
text-transform: uppercase;
border-bottom:1px dotted #dbdbdb; 
}
.woocommerce #order_summary table tfoot tr:last-child th,
.woocommerce #order_summary table tfoot tr:last-child td{
border-bottom: 0;
}
.checkout_table_item img,
.cart_item img{
float:left;
} .product-slider-sc{
position: relative;
height: 352px;
max-height: 352px;
overflow: hidden;
}
.product-slider-sc li {
position: relative;
float: left;
// width: 1170px;
height: 352px;
max-height: 352px;
overflow: hidden;  
}
.product-slider-sc::selection {
background: transparent ;
}
.product-slider-sc::-moz-selection {
background: transparent ;
}
.product-slider-sc ul.products li.product {
width:inherit;
}
.product-slider-sc .prev,.product-slider-sc .next {
cursor:pointer;
top:-28px;
font-size: 18px;
width: 10px;
}
.product-slider-sc .next {
text-decoration: none;
position: absolute;
right:0;
}
.product-slider-sc .prev {
text-decoration: none;
position: absolute;
right:15px;
}
.woocommerce-account h4,
.woocommerce-cart h4,
.woocommerce-wishlist h4{
text-transform: uppercase;
}
.woocommerce-account #sidebar-shop {
margin-bottom:1.5em;
}
@media only screen and ( max-width: 767px ){
.product-slider-sc,
.product-slider-sc ul.products li.product {
height: 550px;
max-height: 550px;
}
} @media only screen and (min-width: 800px) {
#top ul.cart li.container,
#top ul.wishlist-contents {
position: relative;
}
#top ul.cart li.container .cart-popup,
#top ul.wishlist-contents li.wishlist-container .wishlist-popup {
position: absolute;
top: 100%;
right: 0;
z-index: 99;
background: #ffffff;
border: 1px solid #dbdbdb;
margin: 0;
list-style: none;
padding: 1em 0 1em 1em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 26em;
}
#top ul.cart li.container:hover .cart-popup,
#top ul.wishlist-contents li.wishlist-container:hover .wishlist-popup {
display: block;
z-index: 999999;
} .wishlist-link {
display: inline-block;
color: #999;
padding: 1em 0 ;
margin-left:0.5em;
margin-right: 0.5em;
text-decoration: none !important;
text-transform: uppercase;
font: 400 11px/14px 'Open Sans', sans-serif;
}
.wishlist-link span {
margin-left: 6px;
}
#reviews img.avatar {
width: 14%;
}
#reviews .comment-text {
width: 82%;
} .woocommerce .product-layout-classic .yith-wcwl-add-to-wishlist {
clear: none;
} .single-product #main-shop div.product{
position: relative;
}
#main-sidebar-container #main-shop {
position: relative;
}
#main-sidebar-container #sidebar-shop {
display: inline;
} .one-col #main-shop {
float: none;
}
.two-col-left #main-sidebar-container #main-shop,
.two-col-right #main-sidebar-container #main-shop {
width: 74.285%;
} .two-col-left #main-sidebar-container #sidebar-shop,
.two-col-right #main-sidebar-container #sidebar-shop {
width:22.857%;
}  .two-col-left #main-sidebar-container #main-shop,
.two-col-right #main-sidebar-container #sidebar-shop {
float: left;
}
.two-col-left #main-sidebar-container #sidebar-shop,
.two-col-right #main-sidebar-container #main-shop {
float: right;
}
.woocommerce-account.woocommerce-page #main-sidebar-container #main-shop.col-full
{
width: 100%;
float: right;
}
.woocommerce-account.woocommerce-page #main-sidebar-container #main-shop
{
width: 74.285%;
float: right;
}
.woocommerce-account.woocommerce-page #main-sidebar-container #sidebar-shop
{
width:22.857%;
float: left;
} .woocommerce-columns-2 ul.products li.product {
width: 48.57142%;
}
.woocommerce-columns-3 ul.products li.product {
display: inline;
float: left;
width:31.428%;
margin-right: 2.85715%;
}
.woocommerce-columns-4 ul.products li.product {
width: 22.857%;
margin-right: 2.85715%;
}
.single-product .related,
.single-product .upsells,
{
display: inline;
float: left;
width: 96.29629629629629%;
margin-left: 1.8518518518518516%;
margin-right: 1.8518518518518516%;
*width: 96.24421296296296%;
*margin-left: 1.7997685185185184%;
*margin-right: 1.7997685185185184%;
}
.single-product .related ul.products,
.single-product .upsells ul.products
{
display: block;
width: 103.7037037037037%;
margin-left: -1.8518518518518516%;
margin-right: -1.8518518518518516%;
*width: 103.65162037037037%;
*margin-left: -1.903935185185185%;
*margin-right: -1.903935185185185%;
*zoom: 1;
}
.single-product .related ul.products:after,
.single-product .upsells ul.products:after
{
content: "\0020";
display: block;
height: 0;
overflow: hidden;
clear: both;
}
.single-product .related ul.products:before,
.single-product .upsells ul.products:before,
.single-product .related ul.products:after,
.single-product .upsells ul.products:after
{
content: "";
display: table;
}
.single-product .related ul.products:after,
.single-product .upsells ul.products:after
{
clear: both;
}
.single-product .related ul.products li.product,
.single-product .upsells ul.products li.product
{
display: inline;
float: left;
width: 29.629629629629626%;
margin-left: 1.8518518518518516%;
margin-right: 1.8518518518518516%;
*width: 29.577546296296294%;
*margin-left: 1.7997685185185184%;
*margin-right: 1.7997685185185184%;
}
.single-product.one-col .product .related ul.products,
.single-product.one-col .product .upsells ul.products,
.single-product.one-col .product .recently-viewed ul.products{
display: block;
width: 102.77777777777777%;
margin-left: -1.3888888888888888%;
margin-right: -1.3888888888888888%;
*width: 102.72569444444444%;
*margin-left: -1.440972222222222%;
*margin-right: -1.440972222222222%;
*zoom: 1;
}
.single-product.one-col .product .related ul.products:after,
.single-product.one-col .product .upsells ul.products:after,
.single-product.one-col .product .recently-viewed ul.products:after {
content: "\0020";
display: block;
height: 0;
overflow: hidden;
clear: both;
}
.single-product.one-col .product .related ul.products:before,
.single-product.one-col .product .upsells ul.products:before,
.single-product.one-col .product .recently-viewed ul.products:before,
.single-product.one-col .product .related ul.products:after,
.single-product.one-col .product .upsells ul.products:after,
.single-product.one-col .product .recently-viewed ul.products:after {
content: "";
display: table;
}
.single-product.one-col .product .related ul.products:after,
.single-product.one-col .product .upsells ul.products:after,
.single-product.one-col .product .recently-viewed ul.products:after {
clear: both;
}
.single-product.one-col .product .related ul.products li.product,
.single-product.one-col .product .upsells ul.products li.product{
display: inline;
float: left;
width: 22.22222222222222%;
margin-left: 1.3888888888888888%;
margin-right: 1.3888888888888888%;
*width: 22.17013888888889%;
*margin-left: 1.3368055555555556%;
*margin-right: 1.3368055555555556%;
}
.single-product.one-col .product .recently-viewed ul.products li.product{
display: inline;
float: left;
width: 14.28571%;
margin-left: 1.3888888888888888%;
margin-right: .8888888888888888%;
*width: 13.17013888888889%;
*margin-left: 1.3368055555555556%;
*margin-right: 1.3368055555555556%;
}
.woocommerce-summary-wrap {
padding-right: 20px;
border-right: 1px dotted #dbdbdb;
margin-bottom: 1.5em;
}
.woocommerce #primary img {
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none;
} .col2log-set {
clear: both;
float:left;
width: 50%;
}
.col2log-set:after {
content: "";
display: block;
clear: both;
}
.col2log-set .col-1 {
float:left;
}
.col2log-set .customer-login,
.col2log-set .customer-register,
.btn-swap-login-register{
padding:20px;
margin-top:.5em;
} 
.col2log-set .customer-register {
width: 100%;
border:1px solid #dbdbdb;
}
.btn-swap-login-register {
width:35%;
float:right;
}
.col2log-set .login .button,
.col2log-set .register .button{
width:100%;
}
.col2log-set .facebook-button {
text-align: center;
padding:14px 0 !important;
}
.col2-set, .col2checkout-set {
clear: both;
}
.col2-set:after, .col2checkout-set:after {
content: "";
display: block;
clear: both;
}
.col2-set .col-1 {
width: 49%;
float: left;
}
.col2-set .col-2 {
width: 49%;
float: right;
}
.col2checkout-set .col-1 {
width: 57.1428%;
float: left;
margin-right:2.555%;
}
.col2checkout-set .col-1 .button {
padding: 13px 50px !important;
}
.col2checkout-set .col-2 {
width: 40%;
position: relative;
overflow: hidden;
}
.entry .col2checkout-set p{
margin-bottom:0;
}
.form-row {
width: 100%;
float: left;
}
.form-row label {
display: block;
}
.form-row .input-text,
.form-row select {
width: 100%;
*width: 90%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.form-row input[type=checkbox] {
float: left;
}
.form-row.notes {
width: 100%;
}
.form-row.notes textarea {
width: 100%;
*width: 90%;
}
.form-row-first {
clear: left;
}
.form-row-last {
float: left;
}
.form-row-wide {
float: left;
width: 100%;
clear: both;
}
.woocommerce.one-col .related,
.woocommerce.one-col .upsells,
.woocommerce.one-col .recently-viewed  {
width: 100%;
}
.woocommerce.one-col .related,
.woocommerce.one-col .recently-viewed  {
float: left;
}
.woocommerce.one-col .upsells {
float: right;
}
.woocommerce.one-col .upsells ul {
float: left;
width: 100%;
}
ul.products li.product {
clear: none;
width: 22.857%;
margin-right: 2.85715%;
}
ul.products li.product:nth-child(2n) {
float: left;
}
ul.products li.product.first {
clear: left;
}
ul.products li.product.last {
margin-right: 0;
}
table.cart .product-remove,
table.cart .product-thumbnail,
table.cart .product-price {
display: table-cell;
}
.cart-totals td.actions {
text-align: right !important;
}
.cart-totals td.actions .coupon {
width: 50%;
float: left;
}
.cart-totals td.actions .input-text,
.cart-totals td.actions .button,
.cart-totals td.actions .checkout-button {
width: auto;
display: inline-block;
margin-bottom: 0 !important;
}
.woocommerce-cart .checkout-button {
width:auto;
padding: 14px 30px !important;
} .woocommerce-pagination {
width:auto;
clear:none;
float: right;
text-align: center;
}
.show-all-products {
float:left;
margin-right: 10px;
}
.woocommerce_result_count,
.woocommerce_ordering,
.woocommerce-result-count,
.woocomerce-ordering {
float:left;
width: 50%;
text-align: left;
}
.woocommerce .woo-pagination {
float: right;
text-align: right;
clear: none;
}
.gbtr_checkout_method_content .first_col {
width: 48%;
float: right;
}
.gbtr_checkout_method_content .sec_col {
width: 48%;
float: left;
}
.product-slider-sc {
margin-left:-26px;
}
.product-slider-sc ul.products {
margin-left:26px;
}
.product-slider-sc ul.products li.product {
width:224px;
}
.product-slider-sc.woocommerce-columns-3 ul.products li.product { width:89.33333%;
}
.product-slider-sc .prev, .product-slider-sc .next {
display: none;
font-size: 18px;
text-decoration: none;
position: absolute;
top:0;
bottom:0;
width:30px;
-webkit-transition: all 200ms ease-out;
-moz-transition: all 200ms ease-out;
transition: all 200ms ease-out;
z-index:1;
}
.product-slider-sc .prev {
left: -14px;
}
.product-slider-sc .next {
right: -40px;
}
.product-slider-sc a i {
position: absolute;
top: 38%;
width:30px;
text-align: center;
} .single-product-sc {
display: inline-block;
}
.single-product-sc .images{
width:20% !important;
display: inline-block;
}
.single-product-sc h1.product_title {
font: normal 1.25em/1.2em 'Playfair Display';
}
.single-product-sc .summary {
width:80% !important;
float: right;
}
.single-product-sc .woocommerce-summary-wrap{
width:50% !important;
float: left;
border-right: 0;
padding: 0;
}
.single-product-sc .woocommerce-qty-wrap{
width:50% !important;
float: right;
}
.single-product-sc .variations_form select{
width: 190px;
}
.single-product .single-product-sc .single_add_to_cart_button {
padding: 14px 57px !important;
}
.single-product-sc .yith-wcwl-add-to-wishlist .add_to_wishlist {
padding: 12px 49px;
}
}
.woocommerce-account.woocommerce-page form.login p:nth-child(4),
.woocommerce-account.woocommerce-page form.login p:nth-child(5) {
width: inherit;
}
.woocommerce-account.woocommerce-page form.login p:nth-child(4) {
float: left;
}
.woocommerce-account.woocommerce-page form.login p:nth-child(5) {
float: right;
}
@media screen and (max-width: 979px) {
.vc_span12 .product-slider-sc ul.products li.product {
width:300px;
}
}
@media screen and (max-width : 768px) {
.vc_span12 .product-slider-sc ul.products li.product {
width:256px;
}
}
@media screen and (max-width: 481px) {
.product-slider-sc ul.products li.product {
width:inherit;
}
}
@media all and (max-width: 800px) {  
.woo_woocommerce_quickview .images {
width: 40%;
}
.woo_woocommerce_quickview .summary {
width: 55%;
}  
}
@media all and (max-width: 600px) {
.mobView {
display: block;
}
.woo_woocommerce_quickview .summary h1,
.woo_woocommerce_quickview .summary .price {
display: none;
}
.woo_woocommerce_quickview .summary .single_variation .price {
display: block;
}
.woo_woocommerce_quickview .images,
.woo_woocommerce_quickview .summary {
float: none;
width: 100%;
}
.woo_woocommerce_quickview .woocommerce-summary-wrap,
.woo_woocommerce_quickview .woocommerce-qty-wrap {
float:none;
width:100%;
}
.woo_woocommerce_quickview .thumbnails {
margin-bottom: 20px;
}
}
@media screen and (max-width: 768px){
.woocommerce .social {
text-align: left;
margin-bottom: 1.5em;
}
.woocommerce #social-dropdown {
left:20px;
right:inherit;
}
}
.wishlist-popup .wishlist-item,
.cart-popup .products-small {
padding-right: 28px;
}
.jp-wishlist-container,
.jp-container{
width: 324px;
max-height:400px;
position:relative;
float:left;
outline: none;
} .dt-popup-overlay {
left: 0;
top: 0;
width: 100%;
height: 100%;
position: fixed;
z-index: 10001;
background: #ffffff;
opacity: .70;
filter: alpha(opacity=70);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}
.dt-popup {
left: 0;
top: 0;
width: 100%;
height: 0;
position: relative;
}
.dt-close {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
padding: 0;
z-index: 1046;
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 ;
color: #333;
top: 28px ;
right: 28px ;
font-style: normal;
font-size: 14px;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.dt-popup-content {
position: fixed;
width: 600px;
background: rgba(255,255,255,.85); 
min-height: 50px;
padding: 20px;
z-index: 10002;
top: 300px;
left: 34%;
}
.dt-cart-content {
padding: 20px;
position: relative;
}
.dt-cart-content hgroup{
display: flex;
}
.dt-cart-content-price {
display: flex;
justify-content: space-between;
}
.dt-popup-content h5{
font-weight: normal;
text-transform: uppercase;
}
.dt-popup-content h1.product-title {
font: normal 1.8em/1.2em 'Playfair Display';
margin-bottom: .5em;
width:85%;
}
.dt-popup-content p.price {
position: absolute;
top: 24px;
right: 28px;
font-size:1.4em; 
}
.dt-popup-content p.price ins {
text-decoration: none;
}
.dt-popup-content p.price del{
opacity: 0.5;
font-size: .9em
}
.dt-popup-inner-content {
border:1px solid #dbdbdb;
background-color: #ffffff; 
background-image: url(//www.hishighness.in/wp-content/themes/labomba/images/loading.gif);
min-height: 90px;
background-repeat: no-repeat;
background-position: center center;
}
.dt-popup img {
float: left;
margin: 0 20px 20px 0;
}
.dt-popup span.meta {
margin-top: 1em;
display: inline-block;
width:80px;
}
.dt-popup-content header{
padding: 20px;
border-bottom: 1px solid #dbdbdb;
}
.dt-popup-content footer{
text-align: right;
padding: 20px;
border-top: 1px solid #dbdbdb;
}
.dt-popup-content .button.continue-shop,
.dt-popup-content .button.checkout{
display: inline-block;
cursor: pointer;
margin-top: 0;
margin-left: 10px;
width:140px;  
}
#jck_wt_container {
width:auto;
height:auto;
}
#jck_wt_container.loading {
background: url(//www.hishighness.in/wp-content/themes/labomba/images/loading.gif) no-repeat 50% 50%;
} #jck_wt_lightbox {
overflow: hidden;
}
#jck_wt_lightbox img {
width: 100%;
max-width: 100%;
width:auto\9;
max-width:auto\9; 
height: auto;
} #jck_wt_slides {
position: relative;
}
#jck_wt_slides .rslides_nav {
position: absolute;
top: 50%;
margin: -15px 0 0;
height: 30px;
line-height: 28px;
width: 30px;
display: block;
text-align: center;
z-index: 100;
font-size: 18px;
text-decoration: none;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
font-smoothing: antialiased;
}
#jck_wt_slides .prev {
left: 10px;
}
#jck_wt_slides .next {
right: 10px;
} #jck_wt_zoom .zoomWrapper {
position: relative;
}
#jck_wt_zoom img,
#jck_wt_zoom img {
width: 100%;
max-width: 100%;
width:auto\9;
max-width:auto\9 ;
height: auto;
}
.zoomContainer {
z-index: 999 !important;
}
.entry .woocommerce-MyAccount-navigation ul {
padding: 0;
}
.entry .woocommerce-MyAccount-navigation ul li {
list-style: none;
}
.woocommerce-MyAccount-navigation {
float: left;
width: 100%;
}
.woocommerce-MyAccount-navigation li {
padding: 6px 0;
border-bottom: 1px solid #dbdbdb;
}
.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li:hover:not(.is_active) a{
box-shadow: inset 0 -2px #222;
-webkit-box-shadow: inset 0 -2px #222;
-moz-box-shadow: 0 -2px #222;
}
.woocommerce-MyAccount-navigation li a {
padding: 7px 0;
color: #222;
text-decoration: none;
}
.woocommerce-Addresses.addresses .woocommerce-Address-title.title a {
float: right;
line-height: 26px;
font-size: 15px;
}
.woocommerce-Address > a.edit {
display: none;
visibility: hidden;
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout {
display: none;
visibility: hidden;
}
@media only screen and ( min-width: 768px ) { 
#container-lookbook .owl-stage-outer {
margin-bottom: 30px;
}
}