/* =============================================================== /*
  GENERAL
/* =============================================================== */

body {
    background-color: #ffffff;
	font-family: 'Lato', sans-serif !important;;
	font-size: 14px !important;
	color:#000000;
}
.container
{
    background: #ffffff;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    padding: 0px 33px;
}

#loader{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: #FFF;
    display:flex;
    justify-content: center;
    align-items: center;
    margin:0;
    padding:0;
}
#loader > .logo{
  font-size: 60px;
}
#loader > .logo img { max-width: 100%; }
#loader > .logo > h1{font-size: 17px;}

a { color: #000000; cursor: pointer; }
a:focus, a:hover { color: #000000; cursor: pointer; }
.cb_qb a, .product-details a {
    color:#0a320b;
}
.cb_qb a:hover, .product-details a:hover {
    color:#0a320b;
}
.jssocials-share .jssocials-share-link, .jssocials-share .jssocials-share-link:hover {
    color: #ffffff;
}
h1,h2,h3,h4{
     font-family:'Josefin Sans', sans-serif;
}
h2
{
    margin-bottom: 15px;
}

h1{font-size: 27px;}
h2{font-size: 26px;}
h3{font-size: 17px;}
h4{font-size: 16px;}

#logo,#q-logo
{
    margin-bottom: 20px;
    max-height:6000px;
    max-width: 100%;
}

.navbar { min-height: 25px; }

.navbar-top{
    border-bottom: 1px solid #eaeaea;
}
.navbar-collapse.collapse {
    padding: 0;
}
.navbar-collapse .nav-item{
    font-weight:700;
    font-size:18px;
}
.navbar-collapse .nav-item ul{
    padding-left:0;
    font-weight:400;
    font-size:15px;
}

.navbar-collapse .navbar-nav {
    clear: both;
}

.navbar-collapse .search-box-mobile {
    float: left;
    font-size: 13px;
    width: 100%;
    margin: 15px 0;
}

.navbar-collapse .search_text {
    width: 100%;
}

.q-mobile .selectric .label {
    height: 32px;
    line-height: 32px;
    margin: 0 26px 0 6px;
}

.q-mobile .selectric .button {
    width: 24px;
    height: 32px;
    line-height: 32px;
}

.q-mobile .selectric-wrapper {
    margin: 3px 0;
    float: right;
    max-width: 70px;
}

.q-mobile .taxlink {
    display: inline-block;
    padding: 9px 0;
    margin-top: 1px;
}

.q-mobile .languages {
    line-height: 40px;
}

button.navbar-toggler {
    border: 1px solid #eaeaea;
    border-radius: 2px;
}

.nav>li>a:focus, .nav>li>a:hover
{
    background: none;
    text-decoration: none;
}
.nav>li>a
{
    margin-right: 17px;
    padding: 8px 3px;
}
.languages
{
    margin: 0px;
}
.languages .language {
  display: inline-block;
}
.languages .language img {
  max-width: 18px;
}

.mobile-top .languages .language img {
    max-width: 24px;
}

#languageModal button.close {
    position: absolute;
    top: 0;
    right: 6px;
    width: 24px;
    height: 24px;
}

/*Mobile Toggle button*/
.navbar-toggle .icon-bar {
    border: solid 2px #eaeaea;
}
.navbar-toggle {
    background-color: rgb(228, 228, 228);
}

.userMenu > li {
	display: inline-block;
	vertical-align: middle;
    font-size: 14px;
    margin-top: 21px;
	padding-left: 31px;
}

.userMenu > li > a {
	display: block;
	float: right;
}

footer li a,footer i {
	font-size: 16px;
	color: #000000;
	line-height: 52px;
	padding: 0 15px 0 0;
	text-decoration: none;
}


.userMenu > li > a:hover, .footerMenu > li > a:hover, .socialMenu li:hover,.btn-primary-custom:hover {
	opacity:0.6;
	}

.row-section img
{
    width: 100%;
}
.row-section
{
    margin: 15px -15px;
}
.site-title{
    text-align: center;
    font-size: 51px;
    margin-top: 27px;
    position:relative;
    flex: 1;
}

.site-title a{
    text-decoration: none;
}

.tool-box {
    flex: 1;
}

ul.nav{
    font-size: 17px;
}

a.back-top{
    padding: 7px;
left: 12px;
bottom: 12px;
position: fixed;
z-index: 99999999;
width: 44px;
font-size: 21px;
display: none;
height: 44px;
background: rgb(247, 247, 247);
}

/* =============================================================== */
/* CART MENU
/* =============================================================== */
.dropdown-menu {
	left: 0;
	}
input, textarea {
    -webkit-appearance: none;
}
input.qs-cart-qty{
    width: 60px !important;
    border: 1px solid #eaeaea;
    margin: 0;
    margin-right: 3px;
    padding-left: 10px;
    border-radius: 0px;
    background:#ffffff;
    color:#000000;
    text-align:center;
}
#CARTITEMS input.qs-cart-qty
{
    border: 1px solid #eaeaea;
}
#CARTHEADER {
    text-align: center;
    font-size: 22px;
}
a.qs-cart-delete:hover, a.qs-cart-delete:focus
{
    text-decoration: none !important;
}
.cartMenu {
    float: left;
    display: block;
}

.cartMenu a.dropdown-toggle.cart {
	display: block;
	text-decoration: none;
}
. a.dropdown-toggle.cart:hover, .cartMenu a.dropdown-toggle.cart:focus, .cartMenu a.dropdown-toggle.cart:active
{
    font-weight: 600;
    background-color: transparent;
    background: none;
}

.cartMenu a.dropdown-toggle.cart-continue {
    margin: 20px auto;
}
.cartMenu a.dropdown-toggle.cart-continue:after {
    border: none;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover
{
    background-color: transparent;
}
.cartMenu a.dropdown-toggle:hover{
	opacity: .8;
	}

.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
	background-color: #4e4a41;
	}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar {
  text-align: center;
}

/*.cartMenu .dropdown-menu {
	padding-bottom: 0;
	border-radius: 0;
	margin-top: 0;
	min-width: 300px;
    padding: 5px;
    margin-top: 10px;
}*/


.cartMenu .dropdown-menu li.qs-cart-update{}
.cartMenu .dropdown-menu li.qs-cart-update table{}

.miniCartTable{
	padding:0;
	width: 100%;
	}

.cart-table{
	width: 100%;
	background-color:#f5f5f5; 
	}
	
.navbar-cart{
	width: 100%!important;
	}

table#CARTITEMS {
    font-size: 12px;
}
#CARTITEMS.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th
{
    border-top: none;
}

.cartMenu img {
    max-width: 65px;
    max-height: 65px;
    margin-right: 5px;
}

.cart-desc a{
	font-size: 15px;
	padding: 0;
	margin: 0;
	}

.cart-desc span.price {
	display: inline-block;
	}

 .cart-content .cartTotal{
    font-weight: 600;
    line-height: 25px;
}

.cart-content .cartTotal{vertical-align: middle;}

.cart-footer {
	background: #e7e7e7;
	padding: 10px;
	}

.text-right.amount{
    font-size: 14px;
	margin: 0;
	padding: 5px 15px 15px 0;
    display: inline-block;
    text-transform: uppercase;
	}
input[name="email"],input[name="password"],input[name="name"],textarea[name="message"] {
    background:#ffffff;
    border-color:#eaeaea;
}
button.checkout{margin: 6px;}

.paymentmethods {
    margin-top: 14px;
    margin-bottom: 15px;
}
.paymentmethods img {
    width: 29px;
    margin-right: 13px;
}
.paymentmethods img.x1 {
    width: 59px;
}
.paymentmethods img.x15 {
    width: 44px;
}
.paymentmethods img.x2 {
    width: 64px;
}
.paymentmethods img.x3 {
    width: 100px;
}

.paymentmethods_footer {
    margin-top: 30px;
}

.paymentmethods_footer img {
    margin: 0 10px 10px 10px;
}

/* =============================================================== */
/* PRODUCT GRID
/* =============================================================== */
.row-static-duo, .page-block
{
    margin-top: 25px;
    margin-bottom: 15px;
}
#product h1 {
    margin-top: 0px;
}
.badge{ background: #f32a4e; }

.btn-primary-custom, .btn-inverse{
	border-radius: 0px;
	background-color: #1b1b1b;
	border: 0;
	color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 15px 24px;
}
.btn-primary-custom:hover {
    color: #ffffff;
}

.product-images ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom:0;
}
.product-images li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor:pointer;
}
.product-images img {
    display: block;
    height: auto;
    max-width: 100%;
}
.product-images .cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}
#share
{
    margin: 30px 0px;
}


.qs-product-soldout-wrapper {
    font-style: italic;
    margin-bottom: 30px;
}

.widget-text{
    padding:15px;
    text-align: center;
}

.widget-text > h4{font-size: 16px;}

.widget-text > h4 a:hover{text-decoration: none;}

h5.amount{ font-size: 14px; }
h5.amount s { font-size: 14px; font-weight: normal; }

.widget-text > h4 a{
    color:#000000;
}

.amount, button {
    font-weight: 600;
}

.entry-content{
	font-size: 12px;
	line-height: 20px;
	}

.entry-content ul{
	list-style: none;
	}


.post-meta a {

	}

.entry-footer{
	border-top:1px solid #eaeaea;
	padding: 10px;
	}

.entry-footer .datetime{
	font-size: 12px;
	}

/*Items overlay*/
/*Product items listing*/
.item{
	position: relative;
	top:0;
	left:0;
	z-index:5;
	overflow: hidden;
	-webkit-background-size: 100%;
	     -o-background-size: 100%;
	        background-size: 100%;
}
.item-overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: background-color 0.1s ease-in-out;
	   -moz-transition: background-color 0.1s ease-in-out;
	    -ms-transition: background-color 0.1s ease-in-out;
	     -o-transition: background-color 0.1s ease-in-out;
	        transition: background-color 0.1s ease-in-out;
    z-index: 999;
}
.item-overlay a{width: 100%;height: 100%;display: block;}

.widget-area-browse:hover .item-overlay{
	background: rgba(255, 255, 255, 0.4);
}
.container-item:hover .item-button.buy{
	opacity:1;
}
.container-item:hover{
    opacity:1;
}
.container-item .item .product-images {
    display: table;
    width: 100%;
}
.container-item .item .post-header {
    display: table-cell;
    vertical-align: middle;
}
.container-item .item .post-header{
    height: 255px;
}
.container-item .item .image_no_autoheight
{
    height: auto !important;
}
.container-item .product-images img {
    max-width: 100%;
    max-height: 100%;
}
.container-item .item-button{
	border-radius:3px;
	width:30px;
	height:30px;
	padding: 5px 0 0 7px;
}
.container-item .item-button.buy{
	background-color:#40c781;
	position: absolute;
	top: 15px;
	left: 15px;
	opacity:0;
}
.container-item .item-button.buy:hover{
	background-color:#34a46c;
}

/* =============================================================== */
/* Browse                                                     PAGE
/* =============================================================== */

.browse-page{
	margin: 0;
	padding: 30px 0 0 0;
	width: 100%;
	}

#category{
	padding:10px 10px 0 0;
	cursor: pointer;
}

.dropdown-menu{

}


div.product-grid{
    width: 45%;
    display: inline-block;
    padding: 0;
}
.related-products
{
    margin: 27px 0px;
    border-bottom: 1px solid  #eaeaea;
    border-top: 1px solid  #eaeaea;
    padding: 20px 0;
}

.widget-area-browse {
	padding: 0;
	margin: 10px 0px;
	clear: left;
}




/* =============================================================== */
/* Product details                                            PAGE
/* =============================================================== */

.breadcrumb { margin-bottom: 10px; background-color: transparent; padding: 8px 0px; border-radius: 0px; font-size: 12px; }
h3.amount{font-size: 25px; margin:0 0 20px 0;}

.item .thumb {
    margin: 9px;
    background: #ffffff;
    cursor: pointer;
    height: 111px;
    position: relative;
    overflow: hidden;
}
.item .thumb img {
	width: 100%;
	margin: 2px;
}

.product-description-header {
    margin-top: 0px;
    margin-bottom: 20px;
}

.form-group.addCart {
    margin-top: 10px;
}

.amount s {
    font-size: 1rem;
}

.product-info-box {
	margin-bottom: 2px;
}

.product-stock-box {
    margin-bottom: 20px;
    margin-top: -24px;
}

.product-current-stock-status.instock {
    color: #44b944;
    display: inline;
}
.product-current-stock-status.outofstock {
    color: #ff0000;
}
.product-current-stock-qty-box {
    display: inline;
    padding-left: 10px;
}

.product-description-wrapper {
	margin: 20px 0 20px 0;
}

/* =============================================================== */
/* Terms, How to wash, About                                  PAGE
/* =============================================================== */

h2.title{text-align: center;}

/* =============================================================== */
/* Contact                                                    PAGE
/* =============================================================== */

.contact .col-sm-4{
    background: #f6fafd;
    border: 11px solid #eaeaea;
}

.contact #left-details{padding: 20px;}
.contact #left-details .text{margin: 30px 0;}

.contact ul.socialMenu{padding: 0;}
.contact .socialMenu li{margin-right: 10px;}
.contact .socialMenu li a {border: 2px solid #eaeaea;border-radius: 30px;padding: 22px;display: block;}

.contact form input, .contact form textarea, .contact form select, .form-control{width: 100%;margin-bottom: 17px;}


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

footer {
    border-top: 1px solid #eaeaea;
    margin-top: 30px;
    padding-top: 15px;
    padding-bottom: 30px;
}
.poweredby {
    font-size: 10px;
    opacity: 0.25;
}



ul.footerMenu li,ul.socialMenu li{display: inline-block;}


.form-control
{
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    padding: 7px 6px;
    -webkit-transition: none;
    transition: none;
    font-size: 13px;
}
.search-box
{
    font-size: 13px;
    flex: 1;
}
.search-box form{
    width:220px;
}
.search_text {
    display: inline-block;
    margin-bottom: 0px;
    padding: 10px;
    background-color:#ffffff;
    border-color:#eaeaea;
}
.search_text::placeholder{
    color:#000000;
}
.search_submit {
    margin-bottom: 0px;
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    background: none;
    float: right;
    padding: 9px;
    color:#000000;
}

/* =============================================================== */
/* RESPONSIVE
/* =============================================================== */

@media (min-width: 1200px)
{
   .container {
   width: 966px;
   }
    .cb_qb {
        width: 100% !important;
        max-width: 100% !important;
    }
}
@media (min-width: 992px) {

	/*Browse Page*/
		#myContent {
		-moz-column-count: 4;
		-moz-column-gap: 0px;
		-webkit-column-count: 4;
		-webkit-column-gap: 0px;
		column-count: 4;
		column-gap: 0px;
		width: 100%;
		}

		ul#myContent li{
		list-style: none;
		}

        div.product-grid{
            width: 24.55%;
        }
}

@media (max-width: 992px) {
    .userMenu > li {
        padding-left: 28px;
    }
    .site-title {
        font-size: 34px;
        margin-top: 22px;
    }
}


@media (max-width: 767px) {
    #loader > .logo {
        font-size: 32px;
    }
    
    #thumbcarousel,.social ul.socialMenu {
        display: none;
    }

    /*Shopping cart*/

    .navbar-nav .open .dropdown-menu
    {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0px;
        background: rgb(255, 255, 255);
        z-index: 10;
        padding: 24px;
        height: 100%;

    }
    .cart-close {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .navbar-nav.navbar-right {
        margin: 0;
    }
    .navbar-toggle
    {
        float: left;
    }
    .widget-text > h4{font-size: 13px;}
    .widget-text > h5{font-size: 12px;}
    .widget-text > h5.amount { font-size: 12px; }
    .widget-text > h5.amount s { font-size: 12px; }
}



@media (min-width: 768px) and (max-width: 991px) {
	.cart-img{display: none;}


	/*Browse Page*/
		#myContent {
		-moz-column-count: 2;
		-moz-column-gap: 0px;
		-webkit-column-count: 2;
		-webkit-column-gap: 0px;
		column-count: 2;
		column-gap: 0px;
		width: 100%;
		}

        div.product-grid{
            width: 47%;
            margin: 0px 0 26px 16px;
            display: inline-block;
            margin-bottom: 20px;
            padding: 0;
        }

		ul#myContent li{
		list-style: none;
		}
}

@media (min-width: 480px) and (max-width: 767px) {
	.navbar-default {
		border: 0!important;
		}

	.navbar-default .navbar-collapse{
		background-color: #fff;
		}	
	

	.navbar-default .navbar-toggle {
		border:0;
		}

	.navbar-default .navbar-toggle:hover, 
	.navbar-default .navbar-toggle:active, 
	.navbar-default .navbar-toggle:focus{
		background-color: #000;
		}

	.navbar-collapse ul li a:hover{
		color: #777!important;
		cursor: pointer;
		background-color: #ddd!important;
		}

	.btn-continue{
		width: 100px;
		margin: 0
		}
	.btn-continue:after{
		content: "Shopping";
		}

	

}

@media (max-width:780px) {
    .search-box form{
        width:unset;
    }
    .site-title
    {
        font-size: 35px;
        margin-bottom: 5px;
        margin-top: 27px;
    }
    .navbar
    {
        min-height: 0px;
    }
    .navbar-collapse
    {
        padding: 0;
    }
    .userMenu > li
    {
        padding-left: 25px;
    }
	#logo,#q-logo
	{
		max-width: 65%;
	}
	
	.col-md-3 .container-item .item .post-header {
        height: calc(255px/2);
    }
}

@media (max-width:480px) {
    
    .nav>li>a
    {
        margin-right: 17px;
        padding: 8px 0px;
        margin: 0 auto;
        text-align: center;
    }
    
    .container
    {
        border-left: none;
        border-right: none;
    }
    
	.navbar
	{
		margin-bottom: 0px;
	}
    #loader > .logo{
        font-size: 34px;
    }
	.navbar-default {
		border: 0!important;
		}

	.navbar-default .navbar-collapse{
		background-color: #fff;
		}

	.navbar-default .navbar-toggle {
		border:0;
		}

	.navbar-default .navbar-toggle:hover, 
	.navbar-default .navbar-toggle:active, 
	.navbar-default .navbar-toggle:focus{
		background-color: #000;
		}

	.navbar-collapse ul li a:hover{
		color: #777!important;
		cursor: pointer;
		}

    .search-container{width: 90%;}



	/*CART PAGE */
	.btn-continue{
		width: 100px;
		margin: 0
		}
	.btn-continue:after{
		content: "Shopping";
		}

	

    div.product-grid {
        width: 100%;
    }

    .widget-text {
        padding: 5px;
    }

    .widget-text > h4{font-size: 14px;}
    .widget-text > h5{font-size: 12px;}
    .widget-text > h5.amount { font-size: 12px; }
    .widget-text > h5.amount s { font-size: 12px; }

    .col-6 .container-item .item .post-header, .container-item .item .post-header{
        position: relative;
    }
    .col-12 .container-item .item .post-header{
        position: relative;
    }
  
    
    #CARTITEMS thead{display: none;}
    #CARTITEMS tr{position: relative;display: block;}
    #CARTITEMS tbody td{display: inline-block;border: none;}
    #CARTITEMS td:nth-child(2) {width: 228px;}
    #CARTITEMS td:nth-child(4){position: absolute;right: 32px;top: 41px;}

    .ie9 table#CARTITEMS td:nth-child(4){margin-top: 50px;}/* IE9 */

    .nav input.qs-cart-qty{width: 40px;}
    .cart-content span{font-size: 12px;}
    
    table#CARTITEMS tfoot td{border: none;}
    table#CARTITEMS tfoot td.cartTotal{bottom: 15px;}
    
    .col-6 .container-item .item .post-header {
        height: calc(255px/2);
    }
}

@media screen and (min-width:768px){
    .cartMenu{
        margin-left:20px;
    }
    .q-desktop {
        padding-bottom: 0rem !important;
    }
}
@media screen and ( max-width:767px){
    .q-desktop {
        padding-bottom: 1rem !important;
    }
}
@media screen and (max-width: 480px) {
    #product-container{display: block;}
    .navbar { min-height: 0px; }
    
}
@media screen and (max-width: 325px) {
    
    table#CARTITEMS td:nth-child(2) {width: 172px; font-size: 11px;}
}

@media screen and (max-width: 425px) {
    .navbar-nav .dropdown-menu{
        width:98vw !important;
        left:-5px !important;
    }
    .cartbox_item_title{
        width:130px !important;
    }
}


/*new*/
.product-images ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom:0;
}
.product-images li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor:pointer;
}
.product-images img {
    display: block;
    height: auto;
    max-width: 100%;
}
.product-images .cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}
ul.featured-products{
	padding-left: 0px;
}

ul.featured-products li{
	list-style-type: none;
	margin-bottom: 20px;
}
ul.featured-products img,
ul.product-grid img{
	width: 100%;
	height:100%;
}
ul.featured-products div.hp-title,
ul.product-grid div.hp-title{
	font-size: 13.3px;
	line-height: 17px;
	text-align: center;
	
}
ul.featured-products div.hp-title a,
ul.product-grid div.hp-title a{
	text-decoration: none;
}
.product-grid .alpha,
.featured-products .alpha{
	clear: both;
}

.breadcrumb .fa-angle-right{
    font-size: 16px;
    padding: 0 7px;
}
.mobile-top .selectric-hover,.mobile-top .selectric,.mobile-top .selectric .button {
    border: none;
}
.selectric,.selectric .button{
    background-color:#ffffff;
    border-color:#eaeaea;
}
.selectric .label{
     color:#000000;
}
.dropdown-menu.q-nav-dropdown{
	border-radius: 0px;
	position: absolute;
    top: 22px;
    background:#ffffff;
    box-shadow: 0px 4px 4px #b9b9b9;
    border: none;
    padding:0;
}
.dropdown-menu.q-nav-dropdown>li>a:hover, .dropdown-menu.q-nav-dropdown>li>a:focus, .nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
    opacity:0.7;
    text-decoration:none;
}
.selectric-items li{
    background-color:#ffffff;
    color:#000000
}
.selectric-items li.highlighted,.selectric-items li:hover{
    background:#ffffff;
    color:#000000;
    opacity:.7;
}
.dropdown-toggle:hover .dropdown-menu.q-nav-dropdown {
    display: block;
}
.navbar-nav ul{
    list-style:none;
}
.navbar-nav .dropdown-menu{
    background:#ffffff;
    color:#000000;
    max-width:100vw;
    border-radius:0;
    border: 1px solid #eaeaea;
    border-top:none;
}
.zoom {
	display:inline-block;
	position: relative;
}
		
.zoom:after {
	content:'';
	display:block; 
	width:33px; 
	height:33px; 
	position:absolute; 
	top:0;
	right:0;
		}

.zoom img {
	display: block;
		}

.zoom img::selection { background-color: transparent; }
.blog_post_image{
    border-bottom:1px solid #eaeaea;
}
.blog_post_image img{
    max-width:100%;
}
.blog_post_content a,p[itemprop] + p a{
    color:#0a320b;
}
.blog_post_content a:hover,p[itemprop] + p a:hover{
    color:#0a320b;
}
.cartbox_item_title {
   font-size: 14px;
   line-height: 17px;
}
.price_display {
   font-size: 14px;
   margin: 6px 0px;
}
div#CARTITEMS {
   margin-bottom: 0;
}
.qs-cart-item {
        border-bottom:1px solid #eaeaea;
}
span.cart-item-info{
    font-weight:400;
    font-size:12px;
    opacity:.5;
}
.nav.headmenu .dropdown-menu li a {
  padding: 6px 5px;
  font-size: 12px;
  -webkit-transition: color .3s,background .3s;
  transition: color .3s,background .3s;
}
.nav li.dropdown:hover .dropdown-menu {
    display: block;
}
.nav span.dropdown-toggle {
    padding-left: 4px;
    vertical-align: middle;
}

#description iframe {
    max-width: 100%;
}