/* Custom Select W3School */
/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  display:inline-block;
  margin-right: 5px;
  margin-left: 5px;
  font-size: 14px;
}
/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: calc(50% - 3px);
    right: 20px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #e1e1e1 transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active, .select-items {
    -webkit-box-shadow: 0px 10px 45px -10px rgba(173,173,173,0.68);
    -moz-box-shadow: 0px 10px 45px -10px rgba(173,173,173,0.68);
    box-shadow: 0px 10px 45px -10px rgba(173,173,173,0.68);
}
/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #000;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
  padding: 0 20px;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
}
.custom-select .select-items div:last-of-type {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.g-stickybar[data-position="position_bottom"] .select-items {
    top: unset;
    bottom: 100%;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}
.g-stickybar[data-position="position_bottom"] .select-selected{
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.g-stickybar[data-position="position_bottom"] .select-arrow-active{
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.g-stickybar[data-position="position_bottom"] .select-arrow-active,
.g-stickybar[data-position="position_bottom"] .select-items {
    -webkit-box-shadow: 0px -10px 45px -10px rgba(173,173,173,0.68);
    -moz-box-shadow: 0px -10px 45px -10px rgba(173,173,173,0.68);
    box-shadow: 0px -10px 45px -10px rgba(173,173,173,0.68);
}
.g-stickybar[data-position="position_bottom"] .select-items div:first-of-type {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}
.g-stickybar[data-position="position_bottom"] .select-items div:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.bar-stick-4 .custom-select {
	margin:0;
  	float:left;
}
.bar-stick-6 .custom-select,
.bar-stick-7 .custom-select{
    margin:0;
}
.g-stickybar.bar-stick-4 {
    padding-right: 0;
}
.custom-select select {
  display: none; /*hide original SELECT element:*/
}
h1.g-empty {
    font-size: 21px;
}
#continue_shopping::after,
#checkout::after,
#tocart:after{
    outline: none;
}
table.popup_list_custom {
    background: none;
}
table.popup_list_custom tr:first-child th:after,
table.popup_list_custom tr:first-child td:after{
    border: none;
}
.g-stickybar .no-margin-seperator {
    width: 1px;
    height: 30px;
    background: #ccc;
    display: inline-block;
    vertical-align: middle;
}
.order-1{
	order:1;
}
.order-2{
	order:2;
}
.order-3{
	order:3;
}
.g-stickybar .no-margin-seperator.fluid-height {
    height: 100%;
}

.select-selected {
  background-color: #FFF;
  width: 130px;
  height: 35px;
  border-radius:15px;
  padding: 0 20px;
  line-height: 35px;
}
.bar-stick-2 .select-selected {
	background-color: #f6f7fb;
  	border-radius:2px;
}
.bar-stick-3 .custom-select{
    margin:0;
}
.bar-stick-3 .select-selected{
    width: 125px;
    height: 70px;
    border-radius: 0;
    line-height: 70px;
    background: #f26c4f;
    color: #FFF;
}
.bar-stick-3 .select-selected.select-arrow-active{
	background:#111;
  	color:#FFF;
}
.bar-stick-3 .select-items div{
  	background:#111;
    color:#cccccc
}
.bar-stick-3 .custom-select .select-items div:last-of-type{
	border-radius:0;
}
.g-stickybar.bar-stick-3 .item.quantity input{
	height:70px;
  	width: 50px;
  	margin:0;
  	padding:0;
  	border-radius:0;
  	background:none;
  	color:#FFF;
  	display:inline-block;
}
.g-stickybar.bar-stick-3 .bar-action{
	margin:0;
}
.bar-stick-4 .select-selected{
    width: 125px;
    height: 70px;
    border-radius: 0;
    line-height: 70px;
    background: #252525;
    color: #FFF;
}
.bar-stick-1,.bar-stick-2,.bar-stick-4,.bar-stick-5{
	padding:0 100px;
}
.bar-stick-5 .select-selected{
	border: 1px solid #ebebeb;
}
.bar-stick-5 .item.option{
  margin-left: 20px;
  min-width: 285px;
}
.bar-stick-6 .select-selected,.bar-stick-7 .select-selected{
	height: 70px;
    border-radius: 0;
    line-height: 70px;
}
.bar-stick-4 .select-items div {
	background: #252525;
  	color: #FFF;
    height: 35px;
    line-height: 35px;
}

.bar-stick-6 .select-selected.select-arrow-active ,.bar-stick-6 .select-items div{
  color: #f26c4f;
}
.bar-stick-6 .item.option,
.bar-stick-7 .item.option{
  height: 100%;
  display: table;
}
.select-selected.select-arrow-active{
	border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  	border:none;
}

.bar-sticky-6. custom-select .select-items div:last-of-type {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #FFF;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
.bar-stick-1 .select-items{
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.bar-stick-2 .select-items{
  background-color: #f6f7fb;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.bar-stick-5 .select-items{
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
  color: #000;
}
.bar-stick-2 .select-items div:hover{
    background-color:#FFF;
}
.bar-stick-2 .custom-select .select-items div:last-of-type {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
.bar-stick-4 .custom-select .select-items div:last-of-type,.bar-stick-6 .custom-select .select-items div:last-of-type,.bar-stick-7 .custom-select .select-items div:last-of-type{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
/* Font Classes */

[data-font="Avant_Garde"] *{ font-family:'Avant Garde', Avantgarde, 'Century Gothic', CenturyGothic, 'AppleGothic', sans-serif; } [data-font="Gill_Sans"] *{ font-family:'Gill Sans', 'Gill Sans MT', Calibri, sans-serif; } [data-font="Helvetica_Neue"] *{ font-family:'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; } [data-font="Arial"] *{ font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif; } [data-font="Candara"] *{ font-family:Candara, Calibri, Segoe, 'Segoe UI', Optima, Arial, sans-serif; } [data-font="Geneva"] *{ font-family:Geneva, Tahoma, Verdana, sans-serif; } [data-font="Droid_Sans"] *{ font-family:'Droid Sans'; } [data-font="Droid_Sans_Bold"] *{ font-family:'Droid Sans'; } [data-font="Lato"] *{ font-family:'Lato'; } [data-font="Lato_Bold"] *{ font-family:'Lato'; } [data-font="Lato_Black"] *{ font-family:'Lato'; } [data-font="Montserrat"] *{ font-family:'Montserrat'; } [data-font="Montserrat_Bold"] *{ font-family:'Montserrat'; } [data-font="Open_Sans"] *{ font-family:'Open Sans'; } [data-font="Open_Sans_Bold"] *{ font-family:'Open Sans'; } [data-font="PT_Sans"] *{ font-family:'PT Sans'; } [data-font="PT_Sans_Bold"] *{ font-family:'PT Sans'; } [data-font="PT_Sans_Narrow"] *{ font-family:'PT Sans+Narrow'; } [data-font="PT_Sans_Narrow_Bold"] *{ font-family:'PT Sans+Narrow'; } [data-font="Roboto"] *{ font-family:'Roboto'; } [data-font="Roboto_Bold"] *{ font-family:'Roboto'; } [data-font="Roboto_Condensed"] *{ font-family:'Roboto Condensed'; } [data-font="Roboto_Condensed_Bold"] *{ font-family:'Roboto Condensed'; } [data-font="Source_Sans_Pro"] *{ font-family:'Source Sans Pro'; } [data-font="Source_Sans_Pro_Bold"] *{ font-family:'Source Sans Pro'; } [data-font="Ubuntu"] *{ font-family:'Ubuntu'; } [data-font="Ubuntu_Bold"] *{ font-family:'Ubuntu'; } [data-font="Work_Sans"] *{ font-family:'Work Sans'; } [data-font="Work_Sans_Semi-Bold"] *{ font-family:'Work Sans'; } [data-font="Big_Caslon"] *{ font-family:'Big Caslon', 'Book Antiqua', 'Palatino Linotype', Georgia, serif; } [data-font="Calisto_MT"] *{ font-family:'Calisto MT', 'Bookman Old Style', Bookman, 'Goudy Old Style', Garamond, 'Hoefler Text', 'Bitstream Charter', Georgia, serif; } [data-font="Baskerville"] *{ font-family:Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif; } [data-font="Garamond"] *{ font-family:Garamond, Baskerville, 'Baskerville Old Face', 'Hoefler Text', 'Times New Roman', serif; } [data-font="Times_New_Roman"] *{ font-family:TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif; } [data-font="Arvo"] *{ font-family:'Arvo'; } [data-font="Arvo_Bold"] *{ font-family:'Arvo'; } [data-font="Crimson_Text"] *{ font-family:'Crimson Text'; } [data-font="Crimson_Text_Bold"] *{ font-family:'Crimson Text'; } [data-font="Droid_Serif"] *{ font-family:'Droid Serif'; } [data-font="Droid_Serif_Bold"] *{ font-family:'Droid Serif'; } [data-font="Lora"] *{ font-family:'Lora'; } [data-font="Lora_Bold"] *{ font-family:'Lora'; } [data-font="PT_Serif"] *{ font-family:'PT Serif'; } [data-font="PT_Serif_Bold"] *{ font-family:'PT Serif'; } [data-font="Vollkorn"] *{ font-family:'Vollkorn'; } [data-font="Vollkorn_Bold"] *{ font-family:'Vollkorn'; } [data-font="Karla"] *{ font-family:'Karla'; } [data-font="Karla_Bold"] *{ font-family:'Karla'; } [data-font="Raleway"] *{ font-family:'Raleway'; } [data-font="Raleway_Bold"] *{ font-family:'Raleway'; } [data-font="Unica_One"] *{ font-family:'Unica One'; } [data-font="Cabin"] *{ font-family:'Cabin'; } [data-font="Cabin_Bold"] *{ font-family:'Cabin'; } [data-font="Rajdhani"] *{ font-family:'Rajdhani'; } [data-font="Rajdhani_Semi-Bold"] *{ font-family:'Rajdhani'; } [data-font="Mouse_Memoirs"] *{ font-family:'Mouse Memoirs'; } [data-font="Kreon"] *{ font-family:'Kreon'; } [data-font="Kreon_Bold"] *{ font-family:'Kreon'; } [data-font="Varela"] *{ font-family:'Varela'; } [data-font="News_Cycle"] *{ font-family:'News Cycle'; } [data-font="News_Cycle_Bold"] *{ font-family:'News Cycle'; } [data-font="Rubik"] *{ font-family:'Rubik'; } [data-font="Merriweather"] *{ font-family:'Merriweather'; } [data-font="Merriweather_Bold"] *{ font-family:'Merriweather'; }
.g-popup .fa,
.g-stickycart .fa{
	font-family:FontAwesome !important;
}

/* Basic */
/* Modal Bootstrap Lib */

.modal-open{overflow:hidden}.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);-o-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform 0.3s ease-out;-o-transition:-o-transform 0.3s ease-out;transition:transform 0.3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);-webkit-background-clip:padding-box;background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.clearfix:before,.clearfix:after,.modal-header:before,.modal-header:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}.clearfix:after,.modal-header:after,.modal-footer:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}


.modal .btn{
    display: inline-block;
    margin: 0;
    padding:0;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    border-style:solid;
    line-height: 1.42;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-transform: none;
    letter-spacing: normal;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    letter-spacing: .5px;
    transition: .2s ease-out;
}
.modal .btn:hover{
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}
.modal a.btn{
    display:flex;
    align-items:center;
}
/* End Basic */
.modal {
/*     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    min-height: 20rem;
    border-style: solid;
    opacity: 0;
    overflow-y: auto;
    visibility: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1); */
}

/* .modal .modal-content,
.modal-dialog{
    width:100%;
} */
#costumModal-mini .modal .modal-content,
#costumModal-mini .modal-dialog{
    width:auto;
    overflow:initial;
}
.gocc_popup .g-title {
    margin-bottom: 10px;
}
.gocc_popup {
    font-family: 'Roboto', sans-serif;
}
.gocc_popup th, .gocc_popup td{
    border:none;
    text-align: left;
}
.gocc_popup table tbody tr{
    display: table-row;
    background: none;
}
.gocc_popup td {
    padding: 6px 10px;
	vertical-align: top;
}
.gocc_popup .text-right{
    text-align:right;
}
.gocc_popup .title {
    margin-bottom: 15px;
}
.gocc_popup .rfq_popup{
    max-width:800px;
    max-height:550px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 30px;
}
.gocc_popup #close_rfq_popup {
    top: 0px;
    right: 0;
}
.gocc_popup .thumb {
    max-width: 10%;
}
.gocc_popup .thumb > img{
    max-width: 80px;
    max-height: 100%;
}
.gocc_popup .name{
    max-width: 40%;
}
.gocc_popup .item_remove{
    background-color: #fff;
    color: #3d4246;
    padding: 8px 10px;
    font-size: .75em;
    line-height: 1;
    margin-top: 4px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em;
    white-space: normal;
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #e8e9eb;
}
.gocc_popup .remove_item{
  cursor:pointer;
}
.gocc_popup .price{
    max-width: 15%;
    text-align: center;
    width: 15%;
    margin: unset;
    display: table-cell;
}
.gocc_popup .quantity{
    max-width: 15%;
    text-align: center !important;
    line-height: unset;
    padding: 6px 10px !important;
    display: table-cell;
}
.gocc_popup .total{
    max-width: 15%;
    text-align: center;
    width: 15%;
}
.gocc_popup .popup_list_custom{
    margin-bottom: 15px;
    margin-top: 15px;
    width: 100%;
}

.gocc_popup .popup_list_custom tbody {
    max-height: 250px;
}
.gocc_popup .popup_list_custom thead > tr > td{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.gocc_popup .popup_list_custom thead > tr > td.th_remove{
	width:20px;
}
.gocc_popup .popup_list_custom tbody > tr > td.td_remove{
	width:20px;
  	padding:0;
    padding-top: 5px;
}
.gocc_popup a.item_remove {
    border: none;
    width: auto;
    display: inline-block;
}
.gocc_popup #rfq_view_quote {
    max-width: 200px;
    height: 40px;
    background: #7e7564;
    text-align: center;
    border: none;
    display: block;
    float: right;
    font-size: 14px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 700;
    border-radius: 18px;
    margin: 0;
    text-transform: inherit;
    padding: 0 20px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.gocc_popup .subtotal {
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
    float: right;
}
.gocc_popup .subtotal > span {
    color: #000;
}
.gocc_popup .footer {
    clear: both;
    background: none;
    padding: 0;
}
#costumModal-normal #checkout, #costumModal-normal #tocart {
    float: right;
    margin-left: 5px;
}
.gocc_popup .modal.active .modal-content{
    max-height:450px;
}
.g-stickycart{
    /* background: #ccc; */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    position: fixed;
    border-style: solid;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
  	z-index:9999;
}
.g-stickycart:hover{
    -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
}
.g-stickycart i.fa{
    align-self: center;
}
.g-stickycart span.g-badge {
    position: absolute;
    text-align: center;
    border-radius: 100%;
    color: #FFF;
  	display:none;
}
.g-popup .social{
	float:left;
}
.g-popup .social_sharing_link{
    white-space: nowrap;
    display: inline-block;
}
.g-popup .social i.fa{
}
.g-popup .g-fb-btn, .g-tw-btn, .g-pi-btn {
	float:left;
    text-align:center;
  	cursor:pointer;
  	border-style:solid;

}
.g-popup .fa{
  	margin-right:5px;
}
i.fa.g-fb-icon:not([class*="fa-"]) {
    display: none;
}
.g-stickybar{
	height:60px;
  	background-color:#89bdd3;
    position : fixed;
  	top:0;
  	left:0;
  	margin:0;
    width: 100%;
    -webkit-box-shadow: 0 0px 20px 0px rgba(165, 165, 165, 0.65);
    -moz-box-shadow: 0 0px 20px 0px rgba(165, 165, 165, 0.65);
    box-shadow: 0 0px 20px 0px rgba(165, 165, 165, 0.65);
    align-items: center;
    justify-content: center;
  	display:none;
    z-index: 999999;
}
.g-stickybar .wrapper{
  	max-width:100%;
  	width:100%;
    display: flex;
    align-items: center;
  	padding:0;
    height: 100%;
}
.g-stickybar.bar-stick-6 .wrapper,.g-stickybar.bar-stick-7 .wrapper{
  	width:1170px;
    justify-content: center;
}
.g-stickybar .option{
    margin-top:0;
    display: inherit;
}
.g-stickybar .item.title {
    flex-grow: 1;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    display: flex;
    align-items: center;
  	width: 0px;
}
.g-stickybar.bar-stick-5 .item.title{
	flex-grow: unset;
  	width:auto;
}
.g-stickybar.bar-stick-5 .line2{
	display:flex;
}
.g-stickybar.bar-stick-7 .item.title {
    flex-direction: row-reverse;
  	order:1;
  	flex-grow: unset;
  	width:auto;
  	height:100%;
}
.bar-stick-7 .g-right {
    padding-right: 20px;
}
.g-stickybar.bar-stick-3 .g-layout-1-2.flex-start{
	display:flex;
  	align-items:center;
  	background:#f6f7fb;
  	padding-left:100px;
  	flex-grow:1;
    height: 100%;
}
.flex-end{
  justify-content:flex-end;
}
.g-stickybar.bar-stick-3 .g-layout-1-2.flex-end{
    display: flex;
    align-items: center;
	background:#f26c4f;
    padding-right: 100px;
    min-width: 50%;
}
.g-stickybar .g-left{
	margin-right: 20px;
}
.g-stickybar.bar-stick-7 .g-left{
	margin-left: 20px;
}
.g-stickybar .g-rating{
	font-size: 11px;
  	display:flex;
}
.g-stickybar .g-rating .spr-icon{
	color: #f68e56;
}
.g-stickybar.bar-stick-4 .g-rating .spr-icon{
	color: #fff200;
}
.g-stickybar.bar-stick-4 .g-rating .spr-icon.spr-icon-star-empty{
	color: #ccc;
}
.g-stickybar .g-price {
    font-size: 18px;
}
.g-stickybar.bar-stick-5 .g-price,.g-stickybar.bar-stick-6 .g-price{
    margin-left: 20px;
    margin-right: 20px;
}
.bar-stick-5 .g-price{
    flex-grow: 1;
    text-align: right;
}

.g-stickybar.bar-stick-7 .g-price{
	float:right;
}
.g-stickybar.bar-stick-2 .g-price .regular{
  	color:#f68e56;
}
.g-stickybar.bar-stick-3 .g-price .regular{
  	color:#f68e56;
}
.g-stickybar .g-right{
	padding-left: 20px;
}
.g-stickybar.bar-stick-5 .g-right,.g-stickybar.bar-stick-6 .g-right {
    display: flex;
}
.g-stickybar .g-price span.g-compare {
    color: #a1a1a1;
    text-decoration: line-through !important;
    font-size: smaller;
    margin-right: 10px;
}
.g-stickybar.bar-stick-4 .g-price span.g-compare{
	color:#fef1ef;
}
.g-stickybar.bar-stick-5 .g-price span.g-compare{
	color:#a1a1a1;
}
.g-stickybar.bar-stick-4 .g-price span.regular{
	color:#FFF;
}
.g-stickybar.bar-stick-6 .g-price span.regular,.g-stickybar.bar-stick-7 .g-price span.regular{
	color:#f26c4f;
}
.g-stickybar.bar-basic .thumb {
    text-align: center;
    flex-basis: 80px;
    height:60px
}
.g-stickybar .thumb > img{
    max-height: 100%;
    width: auto;
}
.g-stickybar,
.g-stickybar .title{
	color:#000;
}
.g-stickybar .product-title{
	margin: 0 5px;
}
.g-stickybar.bar-stick-7 .title{
	margin: 0;
}
.g-stickybar.bar-stick-7 .option{
    order:3;
}
.g-stickybar input:focus {
    outline: none;
    box-shadow: none;
}
.bar-stick-5 .line2{
	flex-grow: 1;

}
.g-stickybar.bar-stick-7 .item.quantity{
	order:4;
}
.g-stickybar .item.quantity input{
    height: 35px;
    margin: 0;
  	padding:0;
    border-radius: 15px;
    width: 50px;
    text-align: center;
    border: none;
  	display:inline-block;
  	background:none;
    text-indent: 0;
}
.g-stickybar .item.quantity{
	position:relative;
  	margin-left: 5px;
    margin-right: 5px;
  	text-align:center;
  	min-width: 90px;
  	display:inline-block;
}
.g-stickybar.bar-stick-1 .item.quantity{
	border-radius:15px;
  	background:#FFF;
  	height:35px;
}
.g-stickybar.bar-stick-2 .item.quantity{
	background-color: #f6f7fb;
  	border-radius:2px;
    height: 35px;
}
.g-stickybar.bar-stick-2 .item.quantity input{
  	background:none;
  	border-radius:0;
  	width:40px;
}
.g-stickybar.bar-stick-4 .item.quantity{
	background: #111;
    color: #FFF;
    border-radius: 0;
    width: 125px;
    height: 70px;
  	line-height:70px;
    margin: 0;
}
.g-stickybar.bar-stick-4 .item.quantity input{
	color:#FFF;
}
.g-stickybar.bar-stick-5 .item.quantity{
    border-radius: 15px;
    border: 1px solid #ebebeb;
    padding: 0px 15px;
}
.g-stickybar.bar-stick-5 .item.quantity input{
    width: 35px;
}
.g-stickybar.bar-stick-6 .item.quantity,.g-stickybar.bar-stick-7 .item.quantity{
    width: 125px !important;
	height: 70px;
    margin: 0;
  	border-radius: 0;
    line-height:70px;
  	background:#FFF;
}
.g-stickybar .qty_action {
    height: 100%;
  	cursor:pointer;
    display: inline-block;
  	user-select: none;
}
.g-stickybar.bar-stick-3 .item.option {
    display: flex;
    align-items: center;
}
.g-stickybar.bar-stick-3 .qty_action {
	color:#FFF;
}
.g-stickybar .bar-action{
    margin-left: 5px;
}
.g-stickybar.bar-stick-7 .bar-action{
    margin-left: 0;
}
.g-stickybar.bar-stick-4 .bar-action{
    margin-left: 0;
}
.g-stickybar.bar-stick-7 .bar-action{
	order:5;
}
.g-stickybar .bar-action .action{
  	border-width: 0;
  	border-style:solid;
  	cursor:pointer;
    transition: .2s ease-out;
    padding: 0;
    margin: 0;
    line-height: unset;
}
.bar-modern {
	height:90px;
}
.bar-modern .wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}
.bar-modern .thumb{
	width: 68px;
    height: 68px;
    padding: 3px;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
}
.bar-modern .thumb > .sticky_img {
    width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* table.scroll tbody, */
/* table.scroll thead { display: block; } */

thead tr th {
    height: 30px;
    line-height: 30px;
}

/* table.scroll tbody {
    height: auto;
  	max-height:250px;
    overflow-y: auto;
    overflow-x: hidden;
}
 */

/* Button Hover Effect */
@-webkit-keyframes jello { from, 11.1%, to { -webkit-transform: none; transform: none; } 22.2% { -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); transform: skewX(-12.5deg) skewY(-12.5deg); } 33.3% { -webkit-transform: skewX(6.25deg) skewY(6.25deg); transform: skewX(6.25deg) skewY(6.25deg); } 44.4% { -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); transform: skewX(-3.125deg) skewY(-3.125deg); } 55.5% { -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); transform: skewX(1.5625deg) skewY(1.5625deg); } 66.6% { -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg); transform: skewX(-0.78125deg) skewY(-0.78125deg); } 77.7% { -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); transform: skewX(0.390625deg) skewY(0.390625deg); } 88.8% { -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg); transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } } @keyframes jello { from, 11.1%, to { -webkit-transform: none; transform: none; } 22.2% { -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); transform: skewX(-12.5deg) skewY(-12.5deg); } 33.3% { -webkit-transform: skewX(6.25deg) skewY(6.25deg); transform: skewX(6.25deg) skewY(6.25deg); } 44.4% { -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); transform: skewX(-3.125deg) skewY(-3.125deg); } 55.5% { -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); transform: skewX(1.5625deg) skewY(1.5625deg); } 66.6% { -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg); transform: skewX(-0.78125deg) skewY(-0.78125deg); } 77.7% { -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); transform: skewX(0.390625deg) skewY(0.390625deg); } 88.8% { -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg); transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
[data-effect-hover="rounded"] {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	border: 1px solid rgba(255,255,255,0.5);
}
[data-effect-hover="rounded"] a{
	display: block;
}
[data-effect-hover="rounded"]:hover {
	-webkit-border-radius: 25px !important;
	-moz-border-radius: 25px !important;
	border-radius: 25px !important;
}
[data-effect-hover="shake"]{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
}
[data-effect-hover="shake"] a{
	display: block;
}
[data-effect-hover="shake"]:hover{
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;

}
[data-effect-hover="slide"]{
	position: relative;
}
[data-effect-hover="slide"] a{
	display: block;
}
[data-effect-hover="slide"] span{
	z-index: 2;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}
[data-effect-hover="slide"]::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: rgba(255,255,255,0.3);
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;

}
[data-effect-hover="slide"]:hover::before{
	opacity: 1;
	width: 100%;
}
[data-effect-hover="spreadout"] {
	position: relative;
}
[data-effect-hover="spreadout"] a{
	display: block;
}
[data-effect-hover="spreadout"]::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	border: 1px solid rgba(255,255,255,0.5);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
[data-effect-hover="spreadout"]:hover::before{
	opacity: 0;
	-webkit-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}
[data-effect-hover="spreadout"]::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: rgba(255,255,255,0.25);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: scale(0.5,0.5);
	transform: scale(0.5,0.5);
}
[data-effect-hover="spreadout"]:hover::after{
	opacity: 1 ;
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
}
[data-effect-hover="spreadin"] {
	transition: all 0.5s;
	position: relative;
}
[data-effect-hover="spreadin"] a{
	display: block;
}
[data-effect-hover="spreadin"]::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(255,255,255,0.25);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;

}
[data-effect-hover="spreadin"]:hover::before{
	opacity: 0 ;
	-webkit-transform: scale(0.5,0.5);
	transform: scale(0.5,0.5);
}
[data-effect-hover="spreadin"]::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border: 1px solid rgba(255,255,255,0.5);
	-webkit-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}
[data-effect-hover="spreadin"]:hover::after{
	opacity: 1;
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
}
[data-effect-hover="raise"]:hover,
[data-effect-hover="raise"]:focus {
  box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
  -webkit-transform: translateY(-0.25em);
          transform: translateY(-0.25em);
}

#costumModal-mini , #costumModal-normal,#costumModal-2-column, modal .modal-content {
	z-index:1000001;
}
.modal-backdrop {
  z-index:1000000 !important;
}
#costumModal-mini,#costumModal-normal,#costumModal-2-column {
  align-items:center;
  display:none !important;
  background: none;
}
#costumModal-mini.in,#costumModal-normal.in,#costumModal-2-column.in {
    display:flex !important;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    padding: 0px !important;
}

#costumModal-mini .headerCartContent {
      position: absolute;
      z-index: 999999999;
      top: 50%;
      left: 50%;
      padding: inherit;
      text-align:center;
      background-color: inherit;
      width: inherit;
      border: inherit;
      border-radius: inherit;
      filter: alpha(opacity=0);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out;
      display: table;

  }
#costumModal-mini .cartProductImage {
    width: 42%;
    padding-right: 30px;
  	display: table-cell !important;
    vertical-align: middle;
}
#costumModal-mini .cartProductImage img {
    display: block;
    max-width: 100%;
}
#costumModal-mini .img-responsive {
    display: block;
    max-width: 100%;
    max-height: 200px;
}
.g-popup-wrapper .closeCartModal , .g-popup-wrapper .closeCartModal{
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    width: 24px;
    height: 24px;
    text-align: center;
}
.g-popup-wrapper .closeCartModal:before,.g-popup-wrapper .closeCartModal:after,.g-popup-wrapper .closeCartModal:before,.g-popup-wrapper .closeCartModal:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 1px;
    width: 20px;
    height: 2px;
    background-color: #666;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.g-popup-wrapper .closeCartModal:before, .g-popup-wrapper .closeCartModal:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.g-popup-wrapper .closeCartModal:after,.g-popup-wrapper .closeCartModal:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#costumModal-mini .cartProductContent {
    width: 58%;
    padding: 15px 0;
    text-align: center;
  	display: table-cell;
    vertical-align: middle;
}
#costumModal-mini .productTitle {
    margin-bottom: 8px;
    color: #000;
    font-size: 17px;
}
#costumModal-mini .alertCartModal {
    margin-bottom: 10px;
    color: #06be1c;
    font-size: 14px;
}
#costumModal-mini .cartModalButtons {
    margin: 0 auto;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
    #costumModal-mini .cartModalButtons .btn {
    width: 320px;
}
#costumModal-mini .btnViewCart {
    display: inline-block;
    padding: 8px 25px;
    color: #666;
    background-color: transparent;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
#costumModal-mini .btn {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 9px 20px;
    font-size: 14px;
    line-height: 1.71429;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  	border-width:0px;
  	border-style:solid;
}
 #costumModal-mini   .cartModalButtons .btnCheckout {
    margin-top: 10px;
    padding: 6px 20px;
    font-size: 14px;
}
#costumModal-mini .btnCheckout {
    padding: 12px 30px;
    color: #fff;
    background-color: #fe5252;
    border-color: #fe5252;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}



#costumModal-2-column .modal-content{
	width:1000px;
}
#costumModal-2-column .layer_cart_product ,#costumModal-2-column .layer_cart_cart{
	width:50%;
  	float:left;
}
#layer_cart .layer_cart_product {
    padding: 0;
    overflow: hidden;
    position: static;
}

#layer_cart .layer_cart_product .product-image-container {
    max-width: 178px;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 5px;
    float: left;
    margin-right: 30px;
}

#costumModal-2-column .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
#costumModal-2-column img {
    max-width: 100%;
    margin: 0 auto;
}
#costumModal-2-column img {
    vertical-align: middle;
}
#costumModal-2-column .layer_cart_product .product-image-container {
    max-width: 178px;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 5px;
    float: left;
    margin-right: 15px;
    height: auto;
}
#costumModal-2-column .btn{
    text-shadow: none;
    display: inline-block;
    margin: 0;
  	justify-content: center;
    align-items: center;
    display: inline-flex;
    margin-bottom: 5px;
}
#costumModal-2-column .layer_cart_cart{
    min-height: 318px;
  	position:relative;
    text-align:left;
}
#costumModal-2-column .layer_cart_cart .button-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
#costumModal-2-column .layer_cart_product .title{
    margin-bottom: 22px;
    display: block;
  	text-align:left;
}
#costumModal-2-column .note{
	width:100%;
  	height:120px;
}
#layer_cart_product_attributes{
	display:block;
}
#costumModal-2-column .ajax_cart_product_txt_s {
  	display:block;
    color: rgb(0, 0, 0);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 13px;
    margin-bottom: 17px;
}

.headerCartContent.rowFlex.flexAlignCenter{
	text-align:center;
}

.g-stickybar.bar-stick-1{
	height:70px;
}
.g-stickybar .item.thumb{
	height: 100%;
}
.g-stickybar.bar-stick-7 .item.thumb{
  order:2;
}
.g-stickybar.bar-stick-1 .item.option select{
	width:130px;
  	height:32px;
  	border-radius:15px;
  	background:#FFF;

}

.g-stickybar .g-stickybar-title {
  position: relative;
  word-wrap: break-word;
  overflow: hidden;
}

.g-stickybar .shorten::after {
  content: "...";
  position: absolute;
  bottom: 0;
}
/* Custom For Specific Theme */

/* Responsive */
@media only screen  and (max-width: 1024px) {
  .g-stickybar{
      padding:30px;
  }
  .g-stickybar .g-price{
      font-size: 14px;
  }
  .g-stickybar.bar-stick-3 .g-layout-1-2{
      padding-left:0 !important;
      padding-right:0 !important;
  }
  .g-stickybar.bar-stick-3 .g-layout-1-2.flex-end{
  }
  .g-stickybar .wrapper{
      max-width:1170px;
  }
  .g-stickybar .wrapper{
      flex-wrap: nowrap;
  }
  .g-stickybar.bar-stick-3 .wrapper,
  .g-stickybar.bar-stick-4 .wrapper,
  .g-stickybar.bar-stick-6 .wrapper,
  .g-stickybar.bar-stick-7 .wrapper{
      flex-wrap:wrap;
      height:auto;
  }
  .g-stickybar.bar-stick-3 .option,
  .g-stickybar.bar-stick-4 .option,
  .g-stickybar.bar-stick-6 .option,
  .g-stickybar.bar-stick-7 .option{
      display: flex;
      align-items: center;
  }
  .bar-stick-5 .item.quantity{
      flex: 0 0 90px;
  }
  .bar-stick-3,
  .bar-stick-4,
  .bar-stick-6,
  .bar-stick-7{
  	height:140px !important;
    padding:0;
  }
  .bar-stick-3 .no-margin-seperator,
  .bar-stick-4 .no-margin-seperator,
  .bar-stick-6 .no-margin-seperator,
  .bar-stick-7 .no-margin-seperator{
      display: none;
  }
  .bar-stick-3 .wrapper::after,
  .bar-stick-4 .wrapper::after,
  .bar-stick-6 .wrapper::after,
  .bar-stick-7 .wrapper::after{
        content: '';
        width: 100%;
  }
  .bar-stick-7 .wrapper::after{
        order:5;
  }
  .g-stickybar.bar-stick-7 .item.title{
  		flex-grow:1;
    	flex-direction:initial;
  }
  .g-stickybar.bar-stick-7 .item.thumb{
        order: unset;
  }
  .bar-stick-3 .item.title,
  .bar-stick-4 .item.title,
  .bar-stick-6 .item.title,
  .bar-stick-7 .item.title{
      justify-content: space-between;
  }
  .g-stickybar.bar-stick-7 .item.title{
  	  width:0;
  }
  .bar-stick-3 .g-rating,
  .bar-stick-4 .g-right,
  .bar-stick-6 .item.g-price,
  .bar-stick-7 .g-rating{
      padding-left:0;
      padding-right:10px;
      margin:0;
  }
  .g-stickybar.bar-stick-7 .g-price{
  		float:none;
  }
  .bar-stick-4 .item.option,.bar-stick-4 .item.quantity,.bar-stick-4 .item.bar-action,
  .bar-stick-6 .item.option,.bar-stick-6 .item.quantity,.bar-stick-6 .item.bar-action{
      order: 1;
      flex-grow:1;
  }
  .bar-stick-3 .flex-end{
      order: 1;
      flex-grow:1;
  }
  .bar-stick-7 .item.option,.bar-stick-7 .item.quantity,.bar-stick-7 .item.bar-action{
      order: 6 !important;
      flex-grow:1;
  }
  .bar-stick-3 .item.option,
  .bar-stick-4 .item.option,
  .bar-stick-6 .item.option,
  .bar-stick-7 .item.option{
      flex-grow:4;
  }
  .bar-stick-3 .item.bar-action,
  .bar-stick-4 .item.bar-action,
  .bar-stick-6 .item.bar-action,
  .bar-stick-7 .item.bar-action{
      flex-grow: unset;
      margin-left:0;
  }
  .bar-stick-3 .custom-select,
  .bar-stick-4 .custom-select,
  .bar-stick-6 .custom-select,
  .bar-stick-7 .custom-select{
      flex-grow:1;
  }
  .bar-stick-3 .select-selected,.bar-stick-3 .select-items,
  .bar-stick-4 .select-selected,.bar-stick-4 .select-items,
  .bar-stick-6 .select-selected,.bar-stick-6 .select-items,
  .bar-stick-7 .select-selected,.bar-stick-7 .select-items{
  	  width:100%;
  }
  .bar-stick-3  .item.thumb,
  .bar-stick-4  .item.thumb,
  .bar-stick-6  .item.thumb,
  .bar-stick-7  .item.thumb{
      height: 70px;
  }

}
@media only screen and (max-width: 992px) {
  .g-stickybar .no-margin-seperator{
  		display:none;
  }
  .g-stickybar{
      padding:30px;
  }
  .g-stickybar .wrapper{
      flex-wrap:wrap;
  }
  .g-stickybar.bar-stick-3,
  .g-stickybar.bar-stick-4,
  .g-stickybar.bar-stick-6,
  .g-stickybar.bar-stick-7{
      padding:0px;
  }
  .g-stickybar .wrapper{
  	  height:auto;
  }
  .g-stickybar .item.quantity {
      margin-left: 0;
      margin-right: 0;
  }
  .g-stickybar .item.thumb{
      height:65px;
  }
  .bar-stick-3  .item.thumb,
  .bar-stick-4  .item.thumb,
  .bar-stick-6  .item.thumb,
  .bar-stick-7  .item.thumb{
      height: 70px;
  }
  .g-stickybar.bar-stick-7 .g-left{
      margin-left: 0px;
  }
  .g-stickybar .custom-select{
      flex-grow: 1;
      margin:0;
  }
  .bar-stick-1 .select-selected,.bar-stick-1 .select-items , .bar-stick-2 .select-selected,.bar-stick-2 .select-items , .bar-stick-5 .select-selected,.bar-stick-5 .select-items{
      width: 98%;
  }
  .bar-stick-1,.bar-stick-2,.bar-stick-5{
  	height:130px !important;
  }
  .bar-stick-1 .wrapper::after,.bar-stick-2 .wrapper::after,.bar-stick-5 .wrapper::after {
        content: '';
        width: 100%;
    }
  .bar-stick-1 .item.option,.bar-stick-2 .item.option,.bar-stick-5 .item.option{
      order: 1;
      flex-grow: 4;
      margin-top:10px;
      display: flex;
  }
  .bar-stick-5 .item.option{
      margin-left: 0;
      min-width: unset;
  }
  .bar-stick-1 .item.quantity,.bar-stick-2 .item.quantity,.bar-stick-5 .item.quantity{
      order: 1;
      margin-top:10px;
  }
  #costumModal-2-column .modal-content{
      max-width: 100%;
      width: 600px !important;
      padding:15px !important;
  }
  #costumModal-2-column{
  	  padding:0 30px;
  }
  #costumModal-2-column .layer_cart_product, #costumModal-2-column .layer_cart_cart{
  	width:100%;
    float:none;
    clear: both;
  }
  #costumModal-2-column .layer_cart_cart{
  		min-height:250px;
  }
  #costumModal-2-column .layer_cart_product .product-image-container{
    max-width: 80px;
  }
  #costumModal-2-column .ajax_cart_product_txt_s{
  	border-top: 1px solid rgba(0,0,0,0.1);
    padding-top: 7px;
    margin-top: 17px;
    border-bottom:none;
    padding-bottom: 0;
    margin-bottom: 0;

  }
  #costumModal-2-column .layer_cart_cart .button-container{
    position:relative;
  	text-align: center;
    padding:0;
  }
  #costumModal-2-column .layer_cart_product .title,
  #costumModal-2-column .ajax_cart_product_txt_s{
    text-align:center !important;
  }
  #costumModal-2-column .note{
      height:auto;
  }
}
@media all and (max-width: 600px) {
  .g-stickybar .g-left{
      margin-right:0;
  }
  .g-stickybar .g-right{
      padding-left:0;
  }
  .g-stickybar.bar-stick-1 .g-stickybar-title{
      max-width: 250px;
  }
  .g-stickybar.bar-stick-1 .no-margin-seperator{
      display:none;
  }
  .g-stickybar.bar-stick-5 .item.title{
      flex-grow: 4;
      width: 0px;
  }
  .bar-stick-3 .g-stickybar-buynow,
  .bar-stick-4 .g-stickybar-buynow,
  .bar-stick-6 .g-stickybar-buynow,
  .bar-stick-7 .g-stickybar-buynow{
      width:auto !important;
      padding: 0 30px !important;
  }
  .g-stickybar.bar-stick-3 .item.quantity,
  .g-stickybar.bar-stick-4 .item.quantity,
  .g-stickybar.bar-stick-6 .item.quantity,
  .g-stickybar.bar-stick-7 .item.quantity{
      width: auto;
  }

  #costumModal-normal .g-popup{
    width: 100% !important;
  }
  #costumModal-normal .modal-dialog{
  	padding: 30px;
    margin: 0;
  }
  .gocc_popup .thumb > img{
    max-width: 60px;
  }
  #costumModal-mini .modal-content.g-popup {
    width: 100% !important;
  }
  #costumModal-mini .modal-dialog{
  	margin: 30px;
  }
  #costumModal-mini .headerCartContent{
    display: contents;
  }
  #costumModal-mini .cartModalButtons .btn{
  	width:100% !important;
  }
  #costumModal-2-column .modal-content{
  	width: 450px !important;
  }
}
@media all and (max-width: 479px) {
  .g-stickybar.bar-stick-1 .g-stickybar-title {
      max-width: 140px;
  }
  .g-stickybar{
      padding:15px;
  }
  .g-stickybar.bar-stick-1 .g-price{
      display:none;
  }
  .g-stickybar.bar-stick-2 .g-right{
  	  display:none;
  }
  .g-stickybar.bar-stick-3 .item.quantity input,
  .g-stickybar.bar-stick-4 .item.quantity input,
  .g-stickybar.bar-stick-6 .item.quantity input,
  .g-stickybar.bar-stick-7 .item.quantity input{
      width: 35px;
  }
  .bar-stick-3 .quantity,
  .bar-stick-4 .quantity,
  .bar-stick-6 .quantity,
  .bar-stick-7 .quantity{
  	  padding: 0 5px;
  }
/*   Popup Styles */
  #costumModal-normal{
  	padding-right:0px;
  }
  #costumModal-normal .g-popup{
    padding: 10px !important;
  }
  #costumModal-normal .modal-dialog{
  	width: 100%;
    padding: 15px;
  }
  #costumModal-normal .gocc_popup{
  	text-align:center;
  }
  #costumModal-normal .gocc_popup .subtotal,
  #costumModal-normal .g-popup .social{
    float:none;
    width: 100%;
    margin-bottom: 0px;
    display: block;
    text-align: center !important;
  }
  #costumModal-normal .g-popup .social {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
  }
  #costumModal-normal .g-popup .g-fb-btn, .g-tw-btn, .g-pi-btn{
      display: inline-block;
  }
  #costumModal-normal td.th_photo,
  #costumModal-normal td.th_price,
  #costumModal-normal .gocc_popup .thumb,
  #costumModal-normal .gocc_popup .price,
  #costumModal-mini .cartProductImage{
      display: none !important;
  }
  #costumModal-2-column .modal-content{
  	width: 300px !important;
  }
  #costumModal-mini .modal-content.g-popup{
  	width:300px !important;
  }
}

.hiddenI{
	display:none !important;
}
/* Custom for specific themes */
/* Brooklyn */
.theme-id-730 .header-container{
    background:#f6f7fb;
    z-index: 9999999;
}
@media (max-width: 590px){
	.theme-id-730 .slick-list,.theme-id-730 .slick-slide{
        height:auto !important
    }

}
/* Blockshop */
.g-popup-wrapper.theme-id-606 #costumModal-normal{
      top: 0 !important;
      margin-left: 0;
}

/* Empire */
form.theme-id-838 .product-form--atc{
    display: flex;
}

.theme-id-141 .g-stickybar .item.quantity{
    width: 90px !important;
}

/* Focal */
.theme-id-714 .modal{
    max-width: 100% !important;
    width: 100%;
}

/* Kagami */
.theme-id-747 .modal{
    max-width: 100% !important;
    width: 100%;
}

/* Mobilia */
.theme-id-464 .g-stickybar{
    box-sizing: border-box;
}
/* Parallax */
.theme-id-688 .g-stickybar {
    box-sizing: border-box;
}
/* Responsive */
.theme-id-304 .g-stickybar {
    box-sizing: border-box;
}
/* Retina */
.theme-id-601 .g-stickybar {
    box-sizing: border-box;
}
/* Turbo */
.theme-name-turbo .g-popup .footer{
    border-top:none;
}
.theme-name-turbo #costumModal-normal #tocart{
    display:none !important;
}
.theme-name-turbo .popup_list_custom tr{
    border:none;
}
.theme-name-turbo table.popup_list_custom td:first-child, table th:first-child{
    border-left: none;
}
