/*
 Lib over-rides
--------------------------------   */
a{
  cursor: pointer;
}
.form-control {
    border: 1px solid #d7d7d7;
    box-shadow: none; 
    -webkit-box-shadow: none; 
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    transition: none;
    -webkit-transition: none; 
    -moz-transition: none;
    -ms-transition: none;
    -webkit-appearance: none;
}
.form-control::-webkit-input-placeholder {
    color: #646464;
}
.form-control::-moz-placeholder {
    color: #646464;
}
.form-control::-ms-input-placeholder {
    color: #646464;
}
.form-control::-moz-placeholder {
    color: #646464;
}
textarea {
    resize: vertical;
}
select.form-control {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    background: #fff url('../images/select-arr.png') right no-repeat !important;
    height: 36px;
    padding-right: 42px;
    padding-left: 8px;
    color: #646464;
    width: 100%;
}
select.form-control::-ms-expand {
    display: none;
}

.validation-field.select select {
    background: #fff url('../images/select-arr-2.png') right no-repeat !important;
}

.form-group label {
    vertical-align: middle;
    font-size: 12px;
    font-weight: 500;
    color: #323232;
}
.flex-direction-nav a:before {
    line-height: 1;
}
.flexslider {
    border: none;
    margin: 0;
}
.navbar {
    margin-bottom: 0;
}

.modal {
    z-index: 10050;
    width: 90%;
    max-width: 600px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) !important;
    bottom: auto;
    height: 90%;
    max-height: 780px;
    margin: 0 auto;
    overflow-x: visible !important;
    overflow-y: visible !important;
    padding-right: 0 !important;
}
.qcart.modal, .qv.modal {
    max-width: 1007px;
}
@media (max-width: 1024px) {
    .qcart.modal, .qv.modal  {
        max-width: 90%;
        max-height: 740px;
    }
}

@media (max-width: 767px) {
    .qcart.modal, .qv.modal  {
        max-width: 400px;
        max-height: 600px;
    }
}

#loginModal {
	max-width: 550px;
}
.modal-backdrop {
    z-index: 9999;
}
.modal-dialog {
    width: 100%;
    margin: 0 auto;
    height: 100%;
}

.modal-vcenter {
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.modal-dialog .modal-vcenter .modal-content {
    width: 100%;
    margin: auto;
}
.qcart .modal-dialog .modal-vcenter .modal-content {
	height: 100%;
    background: transparent;
}

.modal .close {
    background: #323232;
    width: 29px;
    height: 29px;
    line-height: 29px;
    display: inline-block;
    padding-right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    position: absolute;
    z-index: 9;
    top: -13px;
    right: -13px;
    cursor: pointer;
    font-style: normal;
    font-size: 28px;
    font-weight: 400;
    font-family: Arial, Baskerville, monospace;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    -ms-text-shadow: none;
    text-shadow: none;
    color: #fff;
}

.modal .close span {
	margin-left: 1px;
	display: inline-block;
}
.modal .qv-loader {
	color: #000;
}

.modal-content {
	border: none;
	box-shadow: none; 
    -webkit-box-shadow: none; 
    -moz-box-shadow: none;
    height: 100%;
    width: 100%;
    max-height: 780px;
    overflow-y: auto;
}
#loginModal.modal, #loginModal.modal .modal-content {
    max-height: 300px !important;
}
#createreview-modal.modal, #createreview-modal.modal .modal-content {
    max-height: 560px !important;
}
#recommendafriend-modal, #recommendafriend-modal .modal-content {
    max-height: 580px !important;
}
#makeanoffer-modal, #makeanoffer-modal .modal-content {
    max-height: 610px !important;
}
#resetPW, #resetPW .modal-content {
    max-height: 240px;
}
#resetPW .btn-close {
    display: none;
}
#resetPW .modal-footer .btn + .btn {
    margin-left: 0;
    margin-top: 10px;
}
#resetPW .loginField input {
    max-width: 470px;
}
.modal-footer {
    text-align: left;
    border-top: none;
    padding-top: 0;
    padding-bottom: 25px;
}
.modal-resacts .btn-default,
.modal-footer .btn-default {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border: 2px solid #323232;
    line-height: 14px;
    margin-right: 10px;
    min-width: 90px;
}
.modal-footer .btn-default.btn-inverse {
    padding: 9px 12px;
}
.modal-body, .modal-header, .modal-footer {
    background: #fff;
}
.formField {
    margin-bottom:15px;
}
.smallrow {
    margin-left:-7px;
    margin-right:-7px;
}
.smallcol {
    padding-right:7px;
    padding-left:7px;
}
@media (max-width: 1024px) {
	.modal, .modal-content {
		max-height: 740px;
	}
}

@media (max-width: 991px) {
    .modal-footer .btn {
        width: auto !important;
    }
    .modal, .modal-content {
		max-height: 670px;
	}
}

@media (max-width: 580px) {
    .modal-footer .btn {
        width: 100% !important;
    }
    .modal-footer .btn-default {
        margin-right: 0;
    }
    .modal-footer .btn-default.btn-inverse  {
        margin-left: 0;
        margin-top: 10px;
    }

}

@media (max-width: 480px) { 
    .modal-footer .btn {
        max-width: 100% !important;
    }
    .modal-resacts .btn-default + .btn-default{
        margin-top: 10px
    }
    #loginModal.modal {
        max-height: 325px;
    }
}

@media (max-width: 320px) {
    .createreview-modal .modal-footer .btn:first-child {
        margin-top: 1px;
    }
}
/*
 BreadCrumnbs
--------------------------------  */

.breadcrumnb {
    margin-bottom: 40px;
    background: #fafafa;
}
.breadcrumnb ol {
    padding: 0;
    margin: 0;
    list-style: none;
}
.breadcrumnb ol li {
    float: left;
    line-height: 1;
    font-size: 12px;
    color: #646464;
    opacity: 0.7;
    filter: alpha(opacity=70);
    padding: 14px 0;
}
.breadcrumnb ol li:after {
    content: "\f054";
    font: normal normal normal 8px/1 FontAwesome;
    margin: 0 10px;
}
.breadcrumnb ol li:last-child:after {
    content: "";
}
.breadcrumnb ol li > a {
    color: #646464;
}
.breadcrumnb ol li > span,
.breadcrumnb ol li:last-child > a {
    color: #646464;
}


/*
 General
--------------------------------  */
.page-content {
    padding: 0 0 30px 0;
}
.page_header {
    margin: 0 0 25px;
}
.page_heading {
    margin: 0px 0 16px 0;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    letter-spacing: .08em;
    color: #323232;
}


/*
 Product grid
--------------------------------  */
.product-items {
    margin-left: -15px;
    margin-right: -15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
   -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-items:after {
    content: "";
    display: table;
    clear: both;
}

.product-items .product-item {
    float: left;
    padding: 0 15px;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}
.product-item .img {
    margin-bottom: 12px;
    position: relative;
}
.product-item .img a {
    display: inline-block;
}
.product-item .img a img {
    display: block;
}

.product-item .img .action {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}
.product-item:hover .img .action {
    opacity: 1;
    filter: alpha(opacity=100);
    
}
.product-item .img .action .btn-wishlist {
    box-shadow: none; 
    -webkit-box-shadow: none; 
    -moz-box-shadow: none;
    margin-bottom: 24px;
    padding: 0;
}
.product-item .img .action .btn-wishlist:hover {
    color: #000;
}
.product-item .img .action .add-to-cart {
    width: 85%;
    display: block;
    margin: 0 auto 12px auto;
}

.product-item .img .action .reviews{
    width: 100%;
    margin-bottom: 45px;
}
.product-item .img .action .quickview {
    width: 100%;
}
.product-item .img .action .reviews-stars:before {
    color: #b8b8b8;
}
.product-item .img .quickview {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin: auto;
    width: 100%;
    padding: 0 15px;
    color: #fff;
    background-color: #646464;
    border: none;
    display: none;
    text-decoration: none;
    height: 20px;
    line-height: 20px;
}
.qv-enabled .product-item .img .quickview {
    display: block;
}
.product-item .img .quickview:hover {
    opacity: 0.9;
}
.product-item .name {
    margin-bottom: 10px;
    line-height: 21px;
}
.product-item .name a {
    color: #323232;
    display: inline-block;
}
.product-item .price {
    line-height: 18px;
    height: 18px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #323232;
}
.product-item del.regular-price {
    color: #969696;
    margin-right: 10px;
}
.product-item .on-sale-badge {
    position: absolute;
    top: 0px;
    right: 15px;
    background-color: #e95144;
    color: #fff;
    font-size: 12px;
    padding: 2px 12px;
    line-height: 16px;
    font-weight: normal;
}
.product-items .product-item .desc {
  display: none;
}
.product-item .status {
    line-height: 25px;
    margin-bottom: 10px;
    display: none;
}
    .product-item .status span {
        display: inline-block;
        line-height: 23px;
    }
.product-item .status span:before {
    content: "\2022";
    margin: 0 0.5em 0 0.2em;
    color: #000;
}
.product-item .status span:first-child:before {
    display: none;
}
.product-item .ajaxcart-loader,
.product-item .ajaxcart-added {
    display: none;
}
.product-item.ajaxcart-loading .buyitlink-text,
.product-item.ajaxcart-loading .ajaxcart-added {
    display: none;
}
.product-item.ajaxcart-loading .ajaxcart-loader {
    display: inline-block;
}

.product-item.ajaxcart-complete .buyitlink-text,
.product-item.ajaxcart-complete .ajaxcart-loader {
    display: none;
}
.product-item.ajaxcart-complete .ajaxcart-added {
    display: inline-block;
}

.product-item .reviews {
    margin-bottom: 10px;
    min-height: 21px;
}
.reviews-stars {
    position: relative;
    display: inline-block;
    line-height: 1;
    color: #ffd700;
    overflow: hidden;
    vertical-align: middle;
    font-size: 14px;
}
.reviews-stars:before {
    font-family: "fontello";
    content: "\e803  \e803  \e803  \e803  \e803";
    color: #dfdfe0;
}
.reviews-stars:after {
    font-family: "fontello";
    content: "\e803  \e803  \e803  \e803  \e803";
    position: absolute;
    left: 0;
    width: 0;
    overflow: hidden;
    color: #ffd700;
}
.reviews-stars.rating-1:after {
    width: 20%;
}
.reviews-stars.rating-2:after {
    width: 40%;
}
.reviews-stars.rating-3:after {
    width: 60%;
}
.reviews-stars.rating-4:after {
    width: 80%;
}
.reviews-stars.rating-5:after {
    width: 100%;
}
.product-item .reviews span.reviews-count {
    line-height: 1;
    display: none;
    margin-left: 3px;
}

.product-items.product-items-1 .product-item {
    float: none;
}
.product-items.product-items-2 .product-item {
    width: 50%;
}
.product-items.product-items-3 .product-item {
    width: 33.33333333%;
}
.product-items.product-items-4 .product-item {
    width: 25%;
}
.product-items.product-items-5 .product-item {
    width: 20%;
}
.product-items.product-items-6 .product-item {
    width: 16.6666666666666%;
}

@media(max-width: 1023px) {
    .product-items.product-items-1 .product-item,
    .product-items.product-items-2 .product-item,
    .product-items.product-items-3 .product-item,
    .product-items.product-items-4 .product-item,
    .product-items.product-items-5 .product-item,
    .product-items.product-items-6 .product-item {
        width: 33.33333333%;
    }
}
@media(max-width: 991px) { 
    #search .product-items.product-items-4 .product-item {
        width: 33.33%;
    }
}
@media(max-width: 767px) {
    .product-items.product-items-1 .product-item,
    .product-items.product-items-2 .product-item,
    .product-items.product-items-3 .product-item,
    .product-items.product-items-4 .product-item,
    .product-items.product-items-5 .product-item,
    .product-items.product-items-6 .product-item {
        width: 33.33%;
    }
    .product-item .name,
    .product-item .price {
        /*height: auto;*/
    }
}
@media(max-width: 580px) {
    .product-items.product-items-1 .product-item,
    .product-items.product-items-2 .product-item,
    .product-items.product-items-3 .product-item,
    .product-items.product-items-4 .product-item,
    .product-items.product-items-5 .product-item,
    .product-items.product-items-6 .product-item {
        width: 50%;
    }
    #search .product-items.product-items-4 .product-item {
        width: 50%;
    }
}

@media(max-width: 380px) {
    .product-items.product-items-1 .product-item,
    .product-items.product-items-2 .product-item,
    .product-items.product-items-3 .product-item,
    .product-items.product-items-4 .product-item,
    .product-items.product-items-5 .product-item,
    .product-items.product-items-6 .product-item {
        width: 100%;
    }
    #search .product-items.product-items-4 .product-item {
        width: 100%;
    }
}

.product-carousel ul.product-items > li.product-item {
    padding-bottom: 5px;
}
/*
  Paging - Sort By
--------------------------------   */
.bottom_breadcrumb {
    width: 100%;
    text-align: center;
    display: inline-block;
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
    margin-bottom: 50px;
}

.paging strong, 
.paging a {
    display: inline-block;
    line-height: 36px;
    min-width: 36px;
    padding: 0 10px;
    margin-left: 3px;
    text-align: center;
    color: #646464;
    border: 1px solid transparent;
}

.paging strong,
.paging a:hover {
    color: #646464;
    border-color: #d7d7d7;
    text-decoration: none;
    font-weight: 500;
}
.paging a.prev-link {
    margin-right: 12px;
}
.paging a.next-link {
    margin-left: 12px;
}
.paging .category-viewall {
    margin-left: 8px;
}
.paging a.next-link,
.paging a.prev-link,
.paging .category-viewall {
    border-color: #d7d7d7;
    font-weight: 500;
    color: #323232;
    min-width: 130px;
    padding: 0 15px;
    text-transform: uppercase;
    letter-spacing: .04em;
}
.paging a.next-link:hover,
.paging a.prev-link:hover {
    color: #646464;
}

.sort-by span {
    font-size: 12px;
    font-weight: 500;
    line-height: 36px;
    display: inline-block;
    margin-right: 10px;
    color: #323232;
    text-transform: uppercase;
}
.sort-by select {
    border: 1px solid #ececec;
    height: 36px;
    padding-right: 42px;
    padding-left: 8px;
    color: #646464;
    width: 100%;
    max-width: 199px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url('../images/select-arr.png') right no-repeat !important;
}

.sort-by {
    float: right;
    width: 100%;
    text-align: right;
}

@media(max-width: 767px) {

    .paging {
        float: none;
        text-align: center;
        clear: both;
        width: 100%;
        margin: 20px 0 0;
    }
    .paging a {
        margin: 0 0 10px;
    }
    .paging a.next-link, .paging a.prev-link, .paging .category-viewall {
      min-width: 0;
   }

    .sort-by {
        float: none;
        width: 100%;
    }

    .sort-by select {
        width: 100%;    
    }
}


/*
Message, Error
--------------------------------   */
section#message p.notice,
section#error p.notice {
    margin-bottom: 0;
    padding: 20px 0;
    text-align: left;
    font-size: 14px;
    color: #000;
    font-weight: 300;
}

section#message i,
section#error i{
    font-size: 40px;
}
section#message .button .btn,
section#error .button .btn{
    cursor: pointer;
}

/*
    Extra Pages Content
    --------------------------------   */
#extrapage {
    padding-bottom: 100px;
}

/*  Manufacturer Index 
    --------------------------------    */
#manufacturerIndex .manufacturer-index {
    list-style: none;
    float: left;
    padding: 0px;
    margin: 0 -15px;
}
#manufacturerIndex .mfg-name {
    float: left;
    width: 25%;
    margin-bottom: 20px;
    padding: 0 15px;
    text-align: center;
}

#manufacturerIndex .mfg-name .manf-logo ~ a {
    display: block;
    padding-top: 10px;
}
#manufacturerIndex .mfg-name a{
    color: #323232;
    font-weight: 600;
    font-size: 13px;
    text-transform: capitalize;
}
@media (max-width: 991px) {
    #manufacturerIndex .mfg-name {
        width: 33.33%;
    }
}

@media (max-width: 767px) {
   #manufacturerIndex .mfg-name{
      width: 50%;
    }  
}

@media (max-width: 480px) {
   #manufacturerIndex .mfg-name{
      width: 100%;
    }  
}


/*  Category Index
    ----------------------------    */
.categoryIndex {
    display: block;
    padding-left: 25px;
}
.categoryIndex ul{
    list-style: none;
    padding: 0px;
}
.categoryIndex a{
    color: #000;
}
.category_level1 {
    margin-left: 0;
}
.category_level2 {
    margin-left: 20px;
}
.category_level3 {
    margin-left: 40px;
}
.category_level4 {
   margin-left: 60px;
}

/*  Product Index
    --------------------------- */
#productIndex .product-index-paging {
    margin: 15px 0 0px;
}
#productIndex ul {
    list-style: none;
    padding: 0 0 0 25px;
    margin: 0;
    float: left;
    width: 100%;
}
#productIndex .product-index-item {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
#productIndex .product-index-item  a{
    color: #000;
}

/*  Search Pages
    --------------------------- */
/**/
.searchPage .category-header {
    margin-bottom: 0;
}
.searchPage .header h3 {
    margin-top: 0;
    margin-bottom: 15px;
}
.searchPages,
.searchCatFormat {
    margin-bottom: 35px;
}
.searchPagesFormat ul {
    list-style: none;
    margin: 15px 0 0;
    padding: 0px;
}
#searchPages ul {
    margin: 0 0 15px;
}
#searchPages .searchPagesFormat {
    padding-left: 20px;
}
.searchPagesFormat p {
    margin: 0;
}
.searchCatFormat ul{
    list-style: none;
    margin: 0px;
    padding: 6px 5px;
    width: 100%;
    position: relative;
}
.searchPages a,
.searchCatFormat a{
    color: #000;
}
#search-bar h2.titles {
    text-transform: none;
    letter-spacing: .02em;
    margin-bottom: 0;
    padding-top: 11px;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .searchCatFormat ul{
        width: 100%;
        margin-right: 0%;
    }
}
.searchCatFormat ul li{
    line-height: 25px;
    display: inline-block;
}
.searchCatFormat ul li:after {
    content: '>';
    display: inline-block;
    padding: 0 5px;
}
.searchCatFormat ul li:last-child:after {
  display:none;
}

.search-actions .product-items {
    clear: both;
    padding-top: 40px;
}

.browsing_historyBlock .history-disable-btn .btn {
    margin-top: 22px;
    border: 1px solid #9a9a9a;
      box-shadow: none; 
    -webkit-box-shadow: none; 
    -moz-box-shadow: none;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 30px 4px 30px;
}
@media (max-width: 480px) {
    .browsing_historyBlock .history-disable-btn {
        float: left !important;
        margin-bottom: 20px;
    }
    #listing form > .sub-section.browsing_historyBlock .page_heading {
        width: 100%;
        margin-bottom: 0;
    }
}
#breadcrumbsBlock ul {
    padding-left: 10px;
    display: inline-block;
    width: 100%;
    position: relative;
}
#breadcrumbsBlock ul:before {
    content: "";
    background: #646464;
    width: 6px;
    height: 6px;
    border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
}
#breadcrumbsBlock ul li {
    padding-left: 5px;
    list-style: none;
}

#breadcrumbsBlock ul li[itemprop="itemListElement"] {
    float: left;
    position: relative;
    padding-right: 20px;
    margin-right: 10px;
}
#breadcrumbsBlock ul li[itemprop="itemListElement"]:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 12px; 
    position: absolute;
    right: 0px;
    top: 0;
}
#breadcrumbsBlock ul li[itemprop="itemListElement"]:last-child:before {
    display: none;
}
#breadcrumbsBlock ul li a {
    color: #646464;
}
#breadcrumbsBlock ul li a:hover {
    color: #323232;
}
/*  Go Back My Account 
    --------------------------- */

.myAccount.icon-btn-prev {
    float: right;
    margin-top: -45px;
    z-index: 1;
    position: relative;
}

.myAccount.expire-date{
    margin-top: -35px;
}

@media only screen and (max-width: 991px) {
    .myAccount.icon-btn-prev,
    .expire-date{
        margin-top: 10px !important;
        margin-bottom: 10px;
    }
}


/*  Content Area
    --------------------------- */

.content-area{
    position: relative;
    /*margin-bottom: 30px;*/
}
.page_header .container{
    position: relative;
}
.page_header .button{
    margin:15px 0 0 0;
}

@media (min-width: 1024px) {
    .page_header .button{
        position:absolute;
        z-index:1;
        top:0;
        right:0;
        padding:0 15px;
        margin:0;
    }
}
.header > h4.page_heading {
    margin-bottom:25px;
}


/*  Utilities
    --------------------------- */
.required {
    color: #f1152f;
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
}
.error {
    margin-bottom:25px;
}

.error-img {
    display: inline-block;
}


/*
 Left Side Bar
--------------------------------   */
@media (max-width: 1024px) {
    aside#leftContent {
       
    }
}

/*
Quickview 
--------------------------------  */
.qv .product-item {
    padding: 0;
    width: 100%;
    background: transparent;
}

.qv .product-item iframe {
    border: none;
    margin: 0;
    width: 100%;
    min-height: 280px;
   height: 100% !important;
    display: block;
}


body#quickView {
    padding: 28px 60px 10px 60px;
}

.qv-col {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative
}
.qv-col.qv-col1 {
    width: 46%;
    padding-right: 20px;
}
.qv-col.qv-col1 .main-image {
    
}
.qv-col.qv-col2 h2.name {
    font-size: 18px;
    font-weight: 600;
    color: #323232;
    line-height: 28px;
}
.qv-col.qv-col2 {
    width: 54%;
    padding: 10px 0 0 20px;
}
.qv-col.qv-col2 .price label{
    display: none;
}

.qv-col.qv-col2 .pricingBlock #price, 
.qv-col.qv-col2 .pricingBlock .saleprice .sale-price {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    color: #323232;
}
.qv-close {
    position: absolute;
    top: 0;
    right: 15px;
    line-height: 1;
    font-size: 28px;
}

.qv .product-item .img {
    overflow: visible;
    min-height: 0;
    padding: 10px
}
.qv .product-item .img img {
    position: static
}

.qv .product-item .on-sale-badge {
    z-index: 1000
}
.qv .name {
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 1;
    height: auto
}
.qv.on-sale .sale-price,
.qv.on-sale del.regular-price {
    display: inline-block
}
.qv .options {
    margin-top: 20px
}
.qv .options h3 {
    margin: 0 0 8px;
    font-size: 16px
}
.qv .options-inner {
    margin-bottom: 22px;
}
.qv-option {
    margin: 0 0 15px
}
.qv-option:last-child {
    margin-bottom: 0
}
.qv-option h4 {
    margin: 0 0 8px;
    padding: 0 0 5px;
    font-size: 14px;
    border-bottom: 1px solid #ececec
}
.qv-option.checkbox label {
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #ececec;
    padding: 5px 10px 5px 30px
}
.qv-option.radio [type=radio] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}
.qv-option.radio [type=radio]+span::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    border-radius: 1em;
    border: .125em solid #fff;
    box-shadow: 0 0 0 .15em #999;
    margin-right: .75em;
    transition: .5s ease all
}
.qv-moredetails {
    padding: 0 !important;
    margin: 15px 0 0;
}

[type=radio]:checked+span::before {
    background: #666;
    box-shadow: 0 0 0 .25em #000
}
.checkbox-format,
.radio-format>.radio-option {
    position: relative;
    cursor: pointer
}
.qv-option.radio label {
    padding-left: 3px;
    padding-right: 0;
    margin-right: 15px
}
.qv-option select {
    cursor: pointer
}
.qv .qty {
    width: 90px;
    display: block;
}
.qv .qty label {
    font-weight: 500;
    color: #323232;
}
.qv .qty .qty-input {
    text-align: center;
    width: 100%;
    margin: 0
}
.qv .addcart {
    margin-top: 30px;
    display: inline-block;
}
.qv .addcart .btn {
    min-width: 280px;
}
@media (max-width: 480px) {
    .qv .addcart .btn {
        min-width: 100%;
    }
}
.qv .addcart .btn i {
    display: none;
}
.qv .qv-moredetails {
    display: inline-block;
     box-shadow: none; 
    -webkit-box-shadow: none; 
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    padding: 0;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .02em;
    text-transform: none;
    text-decoration: none;
    border-bottom: 1px solid #7d7d7d;
    line-height: 13px;
    margin-left: 40px;
    margin-top: 0;
}
.qv .qv-moredetails i {
    display: none;
}
.qv .qv-moredetails:hover {
    color: #646464;
}
.qv-loader {
    text-align: center;
    color: #fff;
    font-size: 20px;
    max-width: 300px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -10px;
}

@media (max-width: 991px) {
    .qv .qv-moredetails {
        margin-top: 20px;
        margin-left: 0;
        margin-bottom: 15px;
    }
    .qv .addcart {
        width: 100%;
    }
}
@media (max-width: 683px) {
    .qv .product-item .row {
        margin-left: -5px;
        margin-right: -5px;
    }
    body#quickView {
        padding: 15px 25px 10px 25px;
    }
    .qv-col.qv-col1 {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    .qv-col.qv-col2 {
        padding-left: 0;
        width: 100%;
    }
}
@media(max-width: 600px) {
    .qv-col.qv-col1 {
        float: none;
        width: 96%;
        margin: 0 auto 20px auto;
    }
    .qv-col.qv-col2 {
        float: none;
        width: 96%;
        margin: 0 auto;
    }
}

/*  Options
--------------------------  */
.opt-regular {
    margin: 20px 0 0;
    position: relative;
}
.opt-regular:first-child {
    margin-top: 0;
}
.opt-label {
    margin: 0 0 5px;
    line-height: 1;
}
/*.opt-label .required {
    color: red;
}*/
.opt-label > label {
    margin: 0;
    font-size: 12px;
    color: #323232;
    font-weight: 500;
}
.opt-field {}
.qty-format {
    margin-left: 5px;
}
.qty-format-label {
    margin-left: 5px;
    margin-right: 15px;
}
.radio-format {
    margin-right: 3px;
}
.radio-format > input[type="radio"] {
    display: none;
}

.radio-format > .radio-option {
    line-height: 1;
    border: 1px solid #d7d7d7;
    cursor: pointer;
    margin: 0;
    position: relative;
    font-weight: 400;
}
.radio-format > .radio-option > img {
    max-height: 30px;
    max-width: 30px;
}
.radio-format > .radio-option > span {
    padding: 12px;
    display: inline-block;
min-width: 36px;
text-align: center;
}
.radio-format > input[type="radio"]:checked + label.radio-option {
    border: 1px solid #323232;
    color: #323232;
}
.dropdown-format {}
.dropdown-format > label,
.dropdownimage-format > label {
    min-width: 200px;
    margin-bottom: 0;
    margin-right: 15px;
    font-weight: 400;
}
.dropdown-image {
    width: 36px;
    height: 36px;
}
.dropdown-image > img {
    width: auto;
    height: 100%;
}
.checkbox-format {
    padding-left: 30px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    position: relative;
    cursor: pointer;
    margin-right: 3px;
  font-weight: 400;
}
.checkbox-format input[type="checkbox"], 
.checkbox-format input[type="checkbox"] {
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.opt-title {
    margin: 25px 0 0;
}
.qtyTable-btn {
    color: #323232;
}
.qtyTable-btn:before {
    font: normal normal normal 12px/1 FontAwesome;
    content: "\f077";
    margin-right: 8px;
}
.qtyTable-btn.collapsed:before {
    content: "\f078";
}

.qtyTable-btn:hover,
.qtyTable-btn:focus {
    opacity: 0.6;
    color: #000;
    text-decoration: none;
}
.quantityBlock .header > .page_heading {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500;
    text-transform: none;
    margin-top: 5px;
}
.quantityBlock .quantity-table {
        margin-top: 25px;
}
.quantityBlock .quantity-table table {
    margin-bottom: 0;
    border-collapse: unset;
}
.quantityBlock .quantity-table .table > thead > tr > th {
    border-bottom: 1px dotted #d0d0d0;
    font-weight: 500;
    padding-bottom: 4px;
}
.quantityBlock .quantity-table .table > thead > tr > th.title-quantity {
    padding-left: 0;
}
.quantityBlock .quantity-table .table > thead > tr > th.title-price {
    text-align: right;
    padding-right: 0;
}
.quantityBlock .quantity-table .table > tbody > tr > td {
    border-bottom: 1px dotted #d0d0d0;
    border-top: none;
}
.quantityBlock .quantity-table .table > tbody > tr > td.qty-bound {
    padding-left: 0;
}
.quantityBlock .quantity-table .table > tbody > tr > td.qty-price {
    padding-right: 0;
    text-align: right;
}
.qty-input {
    position: relative;
    width: 130px;
    vertical-align: middle;
    margin-bottom: 28px;
}
.qty-input input[type="text"] {
    display: block;
    margin: 0;
    padding: 0 36px 0 36px;
    height: 36px;
    width: 130px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
}
span.qty-nav {
    display: block;
    height: 34px;
    width: 36px;
    position: absolute;
    top: 1px;
}
span.qty-nav-up {
    right: 1px;
}
span.qty-nav-down {
    left: 1px;
}
span.qty-nav > button {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    background-color: #fff;
    color: #646464;
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
    outline: none !important;
}
span.qty-nav-up {
    border-left: 1px solid #ececec;
}
span.qty-nav-down {
   border-right: 1px solid #ececec;
}
span.qty-nav > button:last-child {
    border-bottom-color: transparent;
}
.btn.btn-addcart {
    font-size: 13px;
    vertical-align: middle;
    padding: 12px;
    min-width: 270px;
}
.btn.btn-addcart i {
    display: none;
}
label.qty-dd {
    margin-bottom: 0;
    width: 60px;
    margin-right: 10px;
}
label.qty-dd select {
    width: 100%;
    min-width: 0;
    height: 43px;
}
.add-cart-block label.qty-dd {
    float: left;
}
.add-cart-block label.qty-dd select {
    height: 36px;
}
.option-help {
    color: #333;
    margin: 0;
    padding: 0;
    outline: none !important;
}
/*  Options
--------------------------  */
h3.store-name {
    font-size: 20px;
    margin: 5px 0 0;
}
h4.store-slogan {
    margin: 5px 0 0;
    font-size: 12px;
    color: #323232;
}

/*
 Quick cart
--------------------------------   */
#viewCartQuick {
    padding: 18px 25px;
}
#viewCartQuick .page_header {
    margin-bottom: 24px;
}
#viewCartQuick .container {
    width: 100%;
} 
#viewCartQuick > .page_header > .container > .page_heading {
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    color: #646464;
    border-bottom: 1px solid #efefef;
    padding-bottom: 16px;
    text-transform: none;
    letter-spacing: .02em;
}
#viewCartQuick .page_heading:after {
    display: none;
}
.qcart-youmayaslolike .page_heading {
    font-size: 16px;
    padding-top: 35px;
    margin-top: 20px;
    margin-bottom: 36px;
    border-top: 1px solid #efefef;
    text-align: center;
}
.quickCartItems {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 35px;
    padding-right: 0;
}
section.qcart-items {
    margin: 0 0 20px;
}
.qcart-youmayaslolike .owl-carousel .owl-nav > div {
    width: 20px;
    height: 34px;
    font-size: 0;
    position: absolute;
    top: 30%;
    margin-top: -17px;
}
.qcart-youmayaslolike .owl-carousel .owl-nav > .owl-prev {
    left: -25px;
}
.qcart-youmayaslolike .owl-carousel .owl-nav > .owl-next {
    right: -25px;
    text-align: right;
}
.qcart-youmayaslolike .owl-carousel .owl-nav > div:before {
    font-size: 45px;
    font-family: FontAwesome;
}
.qcart-youmayaslolike .owl-carousel .owl-nav > .owl-prev:before {
    content: "\f104";
}
.qcart-youmayaslolike .owl-carousel .owl-nav > .owl-next:before {
    content: "\f105";
}
.qcart-youmayaslolike .product-item .reviews {
    display: none;
}

iframe#qcart-Iframe {
    width: 100%;
/*    height: 100% !important;*/
    display: block;
}
#viewCartQuick .category-header {
    margin-bottom: 0;
}
#viewCartQuick .quickCartCheckout {
    padding-right: 35px;
}
#viewCartQuick .quickCartCheckout > h1 {
    margin: 5px 0 15px;
    font-size: 16px;
    font-weight: 600;
    color: #323232;
    text-transform: uppercase;
    letter-spacing: .08em;
}
#viewCartQuick .quickCartCheckout > p {
    line-height: 1;
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 18px;
}
#viewCartQuick .quick-subtotal {
    margin: 0 0 20px;
    line-height: 1;
    font-weight: 500;
    color: #323232;
}
#viewCartQuick .quick-subtotal .price {
    font-weight: 600;
    letter-spacing: 0;
    float: right;
}
#viewCartQuick .quick-chkbuttons .btn {
    display: block;
    width: 100%;
}
#viewCartQuick .quick-chkbuttons .btn:first-child {
    margin: 0 0 15px;
    box-shadow: none; 
    -webkit-box-shadow: none; 
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    border: 1px solid #b3b3b3;
}
#viewCartQuick .quick-chkbuttons .btn:first-child:hover {
    border-color: #323232;
}
#viewCartQuick .cart-items {
    margin: 0;
    padding-left: 0;
    list-style: none;
}
#viewCartQuick .cart-items > li {
    padding: 10px 0;
}
#viewCartQuick .cart-items > li + li {
    border-top: 1px solid #ececec;
}

#viewCartQuick .cart-items > li.cart-item {
    padding: 22px 0;
}
#viewCartQuick .cart-items > li:before,
#viewCartQuick .cart-items > li:after {
    content: " ";
    display: table;
    clear: both;
}
#viewCartQuick .cart-items > li.items-header { 
    background: #f5f5f5;
    font-size: 11px; 
    font-weight: 600;
    color: #505050;
    letter-spacing: .04em;
}
#viewCartQuick .cart-items > li > span {
    display: block;
    line-height: 16px;
    padding: 0 20px;
    float: left;
}

#viewCartQuick .cart-items > li > span.item-name { width: 55% }
#viewCartQuick .cart-items > li > span.item-price { width: 14%; font-weight: 500; }
#viewCartQuick .cart-items > li > span.item-qty { width: 13%;}
#viewCartQuick .cart-items > li > span.item-total { width: 18%; text-align: right; font-weight: 600; }

#viewCartQuick .cart-items > li.cart-item > span.item-price,
#viewCartQuick .cart-items > li.cart-item > span.item-qty,
#viewCartQuick .cart-items > li.cart-item > span.item-total {
    padding-top: 15px;
    line-height: 1.4em;
    font-size: 13px;
}
#viewCartQuick .cart-items > li.cart-item > span.item-price,
#viewCartQuick .cart-items > li.cart-item > span.item-total {
    color: #323232;
}
#viewCartQuick span.item-thumb {
    width: 64px;
    height: 92px;
    position: relative;
    display: block;
    float: left;
    margin-right: 20px;
}
#viewCartQuick span.item-thumb img {
    max-height: 100%;
}

#viewCartQuick .cart-items > li > span.item-name .item-name-right a{
    color: #323232;
}
#viewCartQuick .cart-items > li > span.item-name .item-name-right .view-hide {
    color: #646464;
    font-style: italic;
    margin-top: 10px;
    border-bottom: 1px solid #c1c1c1;
    line-height: 15px;
    display: inline-block;
}
#viewCartQuick .cart-items > li > span.item-name .item-name-right .itemoptions {
    margin-top: 15px;
    color: #646464;
    display: inline-block;
}
#viewCartQuick .cart-items > li > span.item-name .item-name-right .itemoptions b {
    font-weight: 500;
    color: #323232;
    display: inline-block;
    padding-bottom: 5px;
}
#viewCartQuick .quickview {
    display: none;
}
#viewCartQuick .product-items {
    margin-top: 15px;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .qcart-youmayaslolike .owl-carousel .owl-nav > div {
        top: 35%;
    }
    #viewCartQuick .quickCartCheckout {
        padding-right: 0;
    }
}

@media (max-width: 807px) {
    #viewCartQuick .quickCartCheckout {
        padding-left: 0;
    }
    .quickCartItems {
        margin-top: 25px;
        padding-left: 0px;
    }
}
@media (max-width: 767px) {
    .qcart.modal , .qcart .modal-dialog .modal-vcenter .modal-content {
        max-height: 350px !important;
    }
}
@media (max-width: 690px) {
    .quickCartItems, .qcart-youmayaslolike {
        display: none;
    }
    
}

@media (max-width: 580px) {
    .quickCartItems {
        width: 100%;
        margin-top: 25px;
        padding-left: 15px;
    }
    #viewCartQuick .quickCartCheckout {
         width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 480px) {
    #viewCartQuick {
        padding: 18px 0;
    }
}

/*
 Sidebar widgets
--------------------------------   */
.sidebar-widget {
    margin: 0 0 55px;
}
 .widget-header {
    margin: 0 0 24px;
    line-height: 1;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #b3b3b3;
    position: relative;
    font-size: 16px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #323232;
}

.sidebar-widget .product-item .img {
    min-height: 0;
    padding-top: 100%;
}
.sidebar-widget .product-item .img a {
    color: #323232;
}
.sidebar-widget .product-item .img img {
    position: absolute;
    top: 0;
}
.sidebar-widget .product-item .name {
    line-height: 22px;
}
.sidebar-widget .topsellers-item:not(:last-child),
.sidebar-widget .new-release-item:not(:last-child) {
    margin: 0 0 24px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px;
}
.sidebar-widget .product-item .price {
    margin-bottom: 0;
    font-size: 13px;
}

.sidebar-widget .new-release-item .col-xs-4{
    width: 30%;
    padding-right: 10px;
}
.sidebar-widget .new-release-item .col-xs-8{
    width: 70%;
    padding-left: 10px;
}
.sidebar-widget .topsellers-item-first .img img {
    margin-left: auto;
    margin-right: auto;
}

ul.sidebarUL {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.sidebarUL > li {
    padding-bottom: 10px;
}
ul.sidebarUL > li:last-child {
    padding-bottom: 0;
}
ul.sidebarUL > li > a {
    color: #646464;
    font-weight: 500;
}

.sidebar-widget #modPrice .widget-header {
    margin-bottom: 22px;
}

.sidebar-widget #sideLeftBanner > a {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}
.sidebar-widget #sideLeftBanner {
    margin-bottom: 30px;
}
.sidebar-widget #sideCustomCMS .widget-header {
    margin-bottom: 20px;
}

/*
 Validation Styles
--------------------------------   */
.validation-field {
    position: relative;
    margin: 0;
    font-weight: normal;
    display: block;
    width: 100%;
}
.validation-field.validation-field-inline {
    display: inline-block;
    width: auto;
}
.required-indicator {
    color: red;
    display: inline-block;
    font-size: 12px;
    padding-top: 6px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto;
    height: 26px;
}
.required-indicator:before {
    content: "*";
}
.small-label {
    line-height: 26px;
}
.small-label .required {
    line-height: 16px;
    padding-top: 10px;
}

/*  Apple Pay
--------------------------  */
#apple-pay-button {
    display: none;
    background-color: black;
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-size: 100% 100%;
    background-origin: content-box;
    background-repeat: no-repeat;
    width: 100%;
    height: 44px;
    padding: 10px 0;
    border-radius: 10px;
}

/*  Google Pay
--------------------------  */
.googlepay {
    display:none;
    background-color: white;
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%22102%22%20height%3D%2217%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M80.526%202.635v4.083h2.518c.6%200%201.096-.202%201.488-.605.403-.402.605-.882.605-1.437%200-.544-.202-1.018-.605-1.422-.392-.413-.888-.62-1.488-.62h-2.518zm0%205.52v4.736h-1.504V1.198h3.99c1.013%200%201.873.337%202.582%201.012.72.675%201.08%201.497%201.08%202.466%200%20.991-.36%201.819-1.08%202.482-.697.665-1.559.996-2.583.996h-2.485v.001zm7.668%202.287c0%20.392.166.718.499.98.332.26.722.391%201.168.391.633%200%201.196-.234%201.692-.701.497-.469.744-1.019.744-1.65-.469-.37-1.123-.555-1.962-.555-.61%200-1.12.148-1.528.442-.409.294-.613.657-.613%201.093m1.946-5.815c1.112%200%201.989.297%202.633.89.642.594.964%201.408.964%202.442v4.932h-1.439v-1.11h-.065c-.622.914-1.45%201.372-2.486%201.372-.882%200-1.621-.262-2.215-.784-.594-.523-.891-1.176-.891-1.96%200-.828.313-1.486.94-1.976s1.463-.735%202.51-.735c.892%200%201.629.163%202.206.49v-.344c0-.522-.207-.966-.621-1.33a2.132%202.132%200%200%200-1.455-.547c-.84%200-1.504.353-1.995%201.062l-1.324-.834c.73-1.045%201.81-1.568%203.238-1.568m11.853.262l-5.02%2011.53H95.42l1.864-4.034-3.302-7.496h1.635l2.387%205.749h.032l2.322-5.75z%22%20fill%3D%22%235F6368%22%2F%3E%3Cpath%20d%3D%22M74.448%207.134c0-.473-.04-.93-.116-1.366h-6.344v2.588h3.634a3.11%203.11%200%200%201-1.344%202.042v1.68h2.169c1.27-1.17%202.001-2.9%202.001-4.944%22%20fill%3D%22%234285F4%22%2F%3E%3Cpath%20d%3D%22M67.988%2013.7c1.816%200%203.344-.595%204.459-1.621l-2.169-1.681c-.603.406-1.38.643-2.29.643-1.754%200-3.244-1.182-3.776-2.774h-2.234v1.731a6.728%206.728%200%200%200%206.01%203.703%22%20fill%3D%22%2334A853%22%2F%3E%3Cpath%20d%3D%22M64.212%208.267a4.034%204.034%200%200%201%200-2.572V3.964h-2.234a6.678%206.678%200%200%200-.717%203.017c0%201.085.26%202.11.717%203.017l2.234-1.731z%22%20fill%3D%22%23FABB05%22%2F%3E%3Cpath%20d%3D%22M67.988%202.921c.992%200%201.88.34%202.58%201.008v.001l1.92-1.918c-1.165-1.084-2.685-1.75-4.5-1.75a6.728%206.728%200%200%200-6.01%203.702l2.234%201.731c.532-1.592%202.022-2.774%203.776-2.774%22%20fill%3D%22%23E94235%22%2F%3E%3Cpath%20d%3D%22M.148%202.976h3.766c.532%200%201.024.117%201.477.35.453.233.814.555%201.085.966.27.41.406.863.406%201.358%200%20.495-.124.924-.371%201.288s-.572.64-.973.826v.084c.504.177.912.471%201.225.882.313.41.469.891.469%201.442a2.6%202.6%200%200%201-.427%201.47c-.285.43-.667.763-1.148%201.001A3.5%203.5%200%200%201%204.082%2013H.148V2.976zm3.696%204.2c.448%200%20.81-.14%201.085-.42.275-.28.413-.602.413-.966s-.133-.684-.399-.959c-.266-.275-.614-.413-1.043-.413H1.716v2.758h2.128zm.238%204.368c.476%200%20.856-.15%201.141-.448.285-.299.427-.644.427-1.036%200-.401-.147-.749-.441-1.043-.294-.294-.688-.441-1.183-.441h-2.31v2.968h2.366zm5.379.903c-.453-.518-.679-1.239-.679-2.163V5.86h1.54v4.214c0%20.579.138%201.013.413%201.302.275.29.637.434%201.085.434.364%200%20.686-.096.966-.287.28-.191.495-.446.644-.763a2.37%202.37%200%200%200%20.224-1.022V5.86h1.54V13h-1.456v-.924h-.084c-.196.336-.5.611-.91.826-.41.215-.845.322-1.302.322-.868%200-1.528-.259-1.981-.777zm9.859.161L16.352%205.86h1.722l2.016%204.858h.056l1.96-4.858H23.8l-4.41%2010.164h-1.624l1.554-3.416zm8.266-6.748h1.666l1.442%205.11h.056l1.61-5.11h1.582l1.596%205.11h.056l1.442-5.11h1.638L36.392%2013h-1.624L33.13%207.876h-.042L31.464%2013h-1.596l-2.282-7.14zm12.379-1.337a1%201%200%200%201-.301-.735%201%201%200%200%201%20.301-.735%201%201%200%200%201%20.735-.301%201%201%200%200%201%20.735.301%201%201%200%200%201%20.301.735%201%201%200%200%201-.301.735%201%201%200%200%201-.735.301%201%201%200%200%201-.735-.301zM39.93%205.86h1.54V13h-1.54V5.86zm5.568%207.098a1.967%201.967%200%200%201-.686-.406c-.401-.401-.602-.947-.602-1.638V7.218h-1.246V5.86h1.246V3.844h1.54V5.86h1.736v1.358H45.75v3.36c0%20.383.075.653.224.812.14.187.383.28.728.28.159%200%20.299-.021.42-.063.121-.042.252-.11.392-.203v1.498c-.308.14-.681.21-1.12.21-.317%200-.616-.051-.896-.154zm3.678-9.982h1.54v2.73l-.07%201.092h.07c.205-.336.511-.614.917-.833.406-.22.842-.329%201.309-.329.868%200%201.53.254%201.988.763.457.509.686%201.202.686%202.079V13h-1.54V8.688c0-.541-.142-.947-.427-1.218-.285-.27-.656-.406-1.113-.406-.345%200-.656.098-.931.294a2.042%202.042%200%200%200-.651.777%202.297%202.297%200%200%200-.238%201.029V13h-1.54V2.976z%22%20fill%3D%22%233C4043%22%2F%3E%3Cpath%20d%3D%22M61%200h41.285v18H61z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-origin: content-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 0;
    border-radius: 4px;
    box-shadow: 0px 1px 3px 0px #6d6d6d;
    outline: 0;
    padding: 10px 8px;
    width: 238px;
    height: 40px;
    min-height: 40px;
    margin-left: auto;
    margin-right: auto;
}
.googlepay:focus {
    box-shadow: 0px 1px 3px 0px #6d6d6d, inset 0px 0px 0px 1px #a8abb3;
}

.googlepay:hover:enabled {
    background-color: #f7f7f7;
}

.googlepay:active:enabled {
    background-color: #e7e8e8;
}

.googlepay.no-shadow {
    box-shadow: inset 0px 0px 0px 1px #dadce0;
}

.googlepay.no-shadow:focus {
    box-shadow: inset 0px 0px 0px 1px #a8abb3;
}

.googlepay:disabled::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(255, 255, 255, 0.5);
}
@media(max-width: 767px) {
    .googlepay {
        width:100%;
    }
}

/* Gallery Image Popup*/

.mz-expand {
    background: transparent !important;
    bottom: auto !important;
}
.mz-expand-stage {
    width: 90% !important;
    height: 90%;
    max-width: 800px;
    max-height: 680px;
    background: #fff;
    margin: auto;
}
@media screen and (max-device-width: 1024px) {
    .mz-expand-stage {
        margin: 0 auto;
        top: 5% !important;
        max-height: 605px;
    }
}
@media screen and (max-device-width: 991px) {
    .mz-expand-stage {
        margin: 0 auto;
        top: 5% !important;
        max-height: 650px;
    }
}
@media screen and (max-device-width: 767px) {
    .mz-expand-stage {
        max-height: 600px;
        max-width: 90%;
    }
}
@media screen and (max-device-width: 480px) {
    .mz-expand-stage {
        max-height: 500px;
    }
}
@media screen and (max-device-width: 350px) {
    .mz-expand-stage {
        max-height: 360px;
    }
}
.mz-expand .mz-expand-bg > img {
    display: none;
}
.mz-expand .mz-expand-bg {
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.mz-expand .mz-expand-bg + .mz-expand-bg {
    display: none !important;
}
.mz-expand .mz-expand-stage .mz-image-stage {
    padding: 30px 0;
}


/* Look Book */
.lookbook .owl-carousel {
    position: relative;
}
.lookbook .owl-nav > div {
    margin-top: -22px;
    font-size: 0;
    width: 16px;
    height: 29px;
    position: absolute;
    top: 50%;
    margin-top: -14px;
}

.lookbook .owl-nav > div.owl-prev {
    left: -55px;
    background: #fff url(../images/prev-arr.png) no-repeat 0 0;
}

.lookbook .owl-nav > div.owl-next {
    background: #fff url(../images/next-arr.png) no-repeat 0 0;
    right: -55px;
}

.lookbook .social-icons {
    display: inline-block;
    width: 100%;
    padding-bottom: 0;
}
.lookbook .social-icons .addthis_inline_share_toolbox {
    display: inline-block;
    float: right;
    margin-right: -5px;
}
.lookbook .social-icons .at-share-btn-elements a:last-child {
    padding-right: 0;
    margin-right: 0;
}
.lookbook .social-icons .at-share-btn-elements a .at-icon-wrapper,
.lookbook .social-icons .at-share-btn-elements a svg {
    width: 25px !important;
    height: 25px !important;
}
.lookbook .lookbook-bottom {
    border-top: 1px solid #efefef;
    padding-top: 25px;
    margin-top: 8px;
    text-align: center;
}
.lookbook .lookbook-bottom .btn {
    min-width: 245px;
}

/* Owl Carousel */
.owl-nav > div.disabled {
	opacity: 0.5;
    filter: alpha(opacity=50);
}
.owl-carousel.product-items {
    margin: 0;
}
.owl-carousel.product-items .product-item {
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
}
.owl-carousel.product-items .product-item .on-sale-badge {
    right: 0;
}

@media (max-width: 1300px) {
    .lookbook .owl-nav > div.owl-prev {
        left: -17px;
    }

    .lookbook .owl-nav > div.owl-next {
        right: -17px;
    }
}


@media (max-width: 991px) {
    .lookbook .owl-nav > div {
        background-size: 95% !important;
        width: 14px;
    }
   .lookbook .owl-nav > div.owl-prev {
        left: -16px;
    }   
}

@media (max-width: 767px) { 
    .lookbook .owl-nav > div {
        display: none;
    }
    #extrapage {
        padding-bottom: 50px;
    }
}

@media (max-width: 480px) {
    .lookbook .social-icons .addthis_inline_share_toolbox {
        width: 100%;
        margin-right: 0;
    }
    .lookbook .social-icons .at-resp-share-element.at-mobile .at-share-btn {
        margin-right: 0;
    }
    .lookbook .social-icons .at-share-btn-elements a:last-child {
        padding-right: 5px;
    }
}
