/**
 * Quickview Bigcommerce styling
 * ============================= */

#quickViewOverlay_Bigcommerce {
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	opacity: .7 !important;
	background: #000 !important;
}

#quickViewResponseData_Bigcommerce {
	position: fixed;
	z-index: 3000;
	top: calc(50% - 245px);
	left: calc(50% - 355px);
	display: none;
	overflow: auto;
	width: 700px;
	height: 500px;
	border: 5px solid #86754d;
	background: white;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#quickViewResponseData_Bigcommerce input,
#quickViewResponseData_Bigcommerce select,
#quickViewResponseData_Bigcommerce button {
	outline: none !important;
}

#quickViewResponseData_Bigcommerce .mine-social {
	font-family: 'book-light';
	margin-top: 10px;
}

#quickViewResponseData_Bigcommerce .mine-social a {
	color: #4b4b4b;
}

#quickViewResponseData_Bigcommerce .mine-social a:hover {
	color: #4b4b4b;
}

#quickViewResponseData_Bigcommerce .mine-social .custom_field {
	line-height: 20px;
	margin: 0 0 5px 0;
}

#quickViewResponseData_Bigcommerce .mine-social img {
	height: 13px;
	padding: 5px 4px 0 0;
}

#quickViewResponseData_Bigcommerce .mine-social .real-text {
	font-family: 'book';
	font-weight: bold;
	color: black;
}

#quickViewResponseData_Bigcommerce .close-quickview {
	font-size: 30px;
	position: fixed;
	z-index: 100000;
	top: calc(50% - 245px);
	right: calc(50% - 340px);
	display: -ms-flexbox;
	display: flex;
	width: 50px;
	height: 45px;
	cursor: pointer;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#quickViewResponseData_Bigcommerce #qty_ {
	font-family: 'book';
	max-width: 180px;
	height: auto;
	padding: 10px;
	padding-right: 35px !important;
	color: #303030;
	border: 1px solid #d6d6d6;
	border-radius: 0;
	background-color: white;
	background-image: url('../images/select-down-icon.png');
	background-repeat: no-repeat;
	background-position: right 50%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#quickViewResponseData_Bigcommerce .ProductDetailsGrid h1 {
	font-family: 'book';
	font-size: 25px;
	text-transform: uppercase;
}

#quickViewResponseData_Bigcommerce .ProductDetailsGrid .DetailRow.PriceRow {
	margin-bottom: 5px;
}

#quickViewResponseData_Bigcommerce .ProductDetailsGrid .DetailRow.PriceRow .ProductPrice {
	font-family: 'book-bold';
	font-size: 18px;
	color: #86754d;
}

#quickViewResponseData_Bigcommerce .ProductDetailsGrid .DetailRow .QuantityInput {
	font-family: 'book';
	font-size: 17px;
	line-height: 40px;
	float: left;
	height: 40px;
	margin-right: 10px;
}

#quickViewResponseData_Bigcommerce .ProductDetailsGrid .DetailRow.addToCart {
	margin-top: 10px;
}

#quickViewResponseData_Bigcommerce .ProductDetailsGrid .DetailRow.addToCart input {
	font-family: 'book';
	box-sizing: border-box;
	padding: 12px;
	cursor: pointer;
	color: white;
	border: none;
	border-radius: 0;
	background: #86754d;
}

#quickViewResponseData_Bigcommerce .ProductDetailsGrid .DetailRow.addToCart input:hover {
	cursor: pointer;
}

#quickViewResponseData_Bigcommerce .ProductDetailsGrid .DetailRow.addToCart input.disabled {
	background-color: #888;
}

#quickViewResponseData_Bigcommerce .ProductDetailsGrid .DetailRow.addToCart a {
	font-family: 'book';
	text-transform: uppercase;
}

#quickViewResponseData_Bigcommerce #QuickViewContent {
	box-sizing: border-box;
	width: 100%;
	padding: 20px;
}

#quickViewResponseData_Bigcommerce #QuickViewContent .qprod #QuickViewShareLinksContainer {
	display: none;
}

#quickViewResponseData_Bigcommerce .responses {
	font-family: 'book';
}

#quickViewResponseData_Bigcommerce .responses #error-response {
	display: none;
	color: red;
}

#quickViewResponseData_Bigcommerce .responses #success-response {
	display: none;
	color: green;
}

#quickViewResponseData_Bigcommerce #submit-qv-mailchimp {
	font-size: 14px;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 12px;
	cursor: pointer;
	color: white;
	border: none;
	background: #86754d;
}

#quickViewResponseData_Bigcommerce #submit-qv-mailchimp.disabled {
	cursor: default;
	background: #888;
}

#quickViewResponseData_Bigcommerce #email {
	font-size: 14px;
	width: 235px;
	margin-bottom: 5px;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 0;
	box-shadow: none;
}

#quickViewResponseData_Bigcommerce .or {
	margin: 5px 0;
}

/**
 * Quickview Shopify styling
 * ============================= */

#quickViewOverlay_Shopify {
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	opacity: .7 !important;
	background: #000 !important;
}

#quickViewResponseData_Shopify {
	position: fixed;
	z-index: 3000;
	top: calc(50% - 245px);
	left: calc(50% - 355px);
	display: none;
	overflow: auto;
	box-sizing: border-box;
	width: 700px;
	height: 500px;
	padding: 30px;
	border: 0 solid #86754d;
	background: white;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

#quickViewResponseData_Shopify input,
#quickViewResponseData_Shopify select,
#quickViewResponseData_Shopify button {
	outline: none !important;
}

#quickViewResponseData_Shopify .close-quickview {
	font-size: 30px;
	position: fixed;
	z-index: 100000;
	top: calc(50% - 240px);
	right: calc(50% - 340px);
	display: -ms-flexbox;
	display: flex;
	width: 50px;
	height: 45px;
	cursor: pointer;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#quickViewResponseData_Shopify #qty {
	font-family: 'Helvetica';
	max-width: 180px;
	padding: 10px;
	padding-right: 35px !important;
	color: #303030;
	border: 1px solid #d6d6d6;
	border-radius: 0;
	background-color: white;
	background-image: url('../images/select-down-icon.png');
	background-repeat: no-repeat;
	background-position: right 50%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#quickViewResponseData_Shopify .row-1 {
	display: -ms-flexbox;
	display: flex;
	float: left;
	width: 100%;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

#quickViewResponseData_Shopify .row-1 .left {
	box-sizing: border-box;
	padding-right: 20px;
	-ms-flex: 50%;
	flex: 50%;
	-ms-flex-order: 1;
	order: 1;
}

#quickViewResponseData_Shopify .row-1 .left .product-name {
	font-size: 25px;
	font-weight: bold;
	line-height: 25px;
	margin: 0;
	color: black;
}

#quickViewResponseData_Shopify .row-1 .left .description {
	font-size: 15px;
	font-weight: bold;
	margin: 20px 0 0 0;
	color: black;
}

#quickViewResponseData_Shopify .row-1 .right {
	-ms-flex: 50%;
	flex: 50%;
	-ms-flex-order: 2;
	order: 2;
}

#quickViewResponseData_Shopify .row-1 .right .image img {
	max-height: 200px;
}

#quickViewResponseData_Shopify .row-1 .right .price {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	color: black;
}

#quickViewResponseData_Shopify .row-1 .right .qty {
	margin: 10px 0 0 0;
}

#quickViewResponseData_Shopify .row-1 .right .qty span {
	font-size: 18px;
	font-weight: bold;
	color: black;
}

#quickViewResponseData_Shopify .row-1 .right .qty #qty {
	margin-left: 10px;
}

#quickViewResponseData_Shopify .row-1 .right .add-to-cart {
	margin: 10px 0 0 0;
}

#quickViewResponseData_Shopify .row-1 .right .add-to-cart input {
	font-family: 'Helvetica';
	font-weight: bold;
	box-sizing: border-box;
	padding: 12px;
	cursor: pointer;
	color: black;
	border: none;
	border-radius: 0;
	background: #86754d;
	box-shadow: none;
	text-shadow: none;
}

#quickViewResponseData_Shopify .row-1 .right .add-to-cart input:hover {
	background-color: #917b4c;
}

#quickViewResponseData_Shopify .row-1 .right .add-to-cart span {
	color: black;
}

#quickViewResponseData_Shopify .responses {
	font-family: 'book';
}

#quickViewResponseData_Shopify .responses #error-response {
	display: none;
	color: red;
}

#quickViewResponseData_Shopify .responses #success-response {
	display: none;
	color: green;
}

/**
 * Quickview Shopify styling
 * ============================= */

#quickViewOverlay_CountrySelector {
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	opacity: .7 !important;
	background: #000 !important;
}

#quickViewResponseData_CountrySelector {
	position: fixed;
	z-index: 3000;
	top: calc(50% - 113px);
	left: calc(50% - 175px);
	display: none;
	overflow: auto;
	box-sizing: border-box;
	width: 350px;
	height: 226px;
	padding: 30px;
	border: 0 solid #86754d;
	background: white;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

#quickViewResponseData_CountrySelector input,
#quickViewResponseData_CountrySelector select,
#quickViewResponseData_CountrySelector button {
	outline: none !important;
}

#quickViewResponseData_CountrySelector .close-quickview {
	font-size: 30px;
	position: fixed;
	z-index: 100000;
	top: calc(50% - 113px);
	right: calc(50% - 175px);
	display: -ms-flexbox;
	display: flex;
	width: 50px;
	height: 45px;
	cursor: pointer;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#quickViewResponseData_CountrySelector .title {
	font-family: 'book-medium';
	font-size: 14px;
	margin: 0 0 20px 0;
	text-align: center;
	color: black;
}

#quickViewResponseData_CountrySelector .country-selector {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

#quickViewResponseData_CountrySelector .country-selector li {
	font-family: 'book';
	font-size: 14px;
	line-height: 22px;
	width: 100%;
	margin-bottom: 10px;
	cursor: pointer;
	color: black;
}

#quickViewResponseData_CountrySelector .country-selector li a {
	font-family: 'book';
	color: black;
}

#quickViewResponseData_CountrySelector .country-selector li a:hover {
	text-decoration: underline;
}

#quickViewResponseData_CountrySelector .country-selector li:last-child {
	margin-bottom: 0;
}

#quickViewResponseData_CountrySelector .country-selector li .flag {
	width: 30px;
	margin-right: 10px;
}

@media screen and (min-width: 751px) and (min-device-width: 751px) {

#quickViewResponseData_Bigcommerce.more-info {
	top: calc(50% - 300px);
	left: calc(50% - 400px);
	width: 800px;
	height: 600px;
}

#quickViewResponseData_Bigcommerce .clear {
	display: none;
}

#quickViewResponseData_Bigcommerce #QuickViewImage {
	float: left;
}

#quickViewResponseData_Bigcommerce #QuickViewImage img {
	float: left;
	max-width: 240px;
	max-height: 400px;
	margin: 0 20px 0 40px;
}

#quickViewResponseData_Bigcommerce .ProductDetailsGrid {
	box-sizing: border-box;
	padding-left: 300px;
}

#quickViewResponseData_Bigcommerce #QuickViewContent .qprod {
	float: left;
}

#quickViewResponseData_Shopify.more-info {
	top: calc(50% - 300px);
	left: calc(50% - 400px);
	width: 800px;
	height: 600px;
}

#quickViewResponseData_Shopify .clear {
	display: none;
}

#quickViewResponseData_Shopify #QuickViewImage {
	float: left;
}

#quickViewResponseData_Shopify #QuickViewImage img {
	float: left;
	max-width: 240px;
	max-height: 400px;
	margin: 0 20px 0 40px;
}

#quickViewResponseData_Shopify .ProductDetailsGrid {
	box-sizing: border-box;
	padding-left: 300px;
}

#quickViewResponseData_Shopify #QuickViewContent .qprod {
	float: left;
}

}

@media screen and (max-width: 750px) and (max-device-width: 750px) and (orientation: landscape) {

#quickViewResponseData_Bigcommerce {
	top: calc(50% - 150px);
	left: calc(50% - 200px);
	overflow: auto;
	width: 400px;
	height: 290px;
}

#quickViewResponseData_Bigcommerce .close-quickview {
	top: calc(50% - 145px);
	right: calc(50% - 205px);
}

#quickViewResponseData_Bigcommerce .mine-social {
	position: static;
	bottom: 0 !important;
	left: 0 !important;
	float: left;
	clear: left;
	margin-top: 10px;
}

#quickViewResponseData_Bigcommerce .mine-social img {
	padding: 2px 4px 0 0;
}

#quickViewResponseData_Bigcommerce .ModalContent {
	overflow: auto;
}

#quickViewResponseData_Bigcommerce .loading-div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#quickViewResponseData_Bigcommerce #QuickViewImage {
	text-align: center;
}

#quickViewResponseData_Bigcommerce #QuickViewImage img {
	max-height: 200px !important;
}

#quickViewResponseData_Bigcommerce .ProductDetailsGrid > h1 {
	font-size: 15px;
}

#quickViewResponseData_Bigcommerce .ProductDetailsGrid .DetailRow {
	margin-bottom: 5px;
}

#quickViewResponseData_Bigcommerce #quickViewResponseData_Bigcommerce .BrandName {
	display: none;
}

#quickViewResponseData_Bigcommerce .s-price {
	display: none;
}

#quickViewResponseData_Shopify {
	top: calc(50% - 145px);
	left: calc(50% - 195px);
	overflow: auto;
	width: 400px;
	height: 290px;
	padding: 0 10px;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

#quickViewResponseData_Shopify .close-quickview {
	top: calc(50% - 145px);
	right: calc(50% - 205px);
}

#quickViewResponseData_Shopify .mine-social {
	position: static;
	bottom: 0 !important;
	left: 0 !important;
	float: left;
	clear: left;
	margin-top: 10px;
}

#quickViewResponseData_Shopify .mine-social img {
	padding: 2px 4px 0 0;
}

#quickViewResponseData_Shopify .ModalContent {
	overflow: auto;
}

#quickViewResponseData_Shopify .loading-div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#quickViewResponseData_Shopify .row-1 .left {
	padding: 0;
	-ms-flex-order: 2;
	order: 2;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

#quickViewResponseData_Shopify .row-1 .right {
	-ms-flex-order: 1;
	order: 1;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

#quickViewResponseData_Shopify .row-1 .right .image {
	padding-top: 15px;
	text-align: center;
}

#quickViewResponseData_CountrySelector {
	top: calc(50% - 95px);
	left: calc(50% - 150px);
	overflow: auto;
	width: 300px;
	height: 190px;
	padding: 0 10px;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

#quickViewResponseData_CountrySelector .close-quickview {
	top: calc(50% - 95px);
	right: calc(50% - 150px);
}

#quickViewResponseData_CountrySelector .title {
	margin-top: 10px;
}

}

@media screen and (max-width: 480px) and (orientation: portrait), screen and (max-width: 750px) and (min-device-width: 751px) {

#quickViewResponseData_Bigcommerce {
	top: calc(50% - 208px);
	left: calc(50% - 150px);
	width: 290px;
	height: 416px;
	-ms-flex-align: initial;
	align-items: initial;
}

#quickViewResponseData_Bigcommerce .ModalContent {
	overflow: hidden;
}

#quickViewResponseData_Bigcommerce .loading-div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#quickViewResponseData_Bigcommerce .close-quickview {
	top: calc(50% - 205px);
	right: calc(50% - 145px);
}

#quickViewResponseData_Bigcommerce .mine-social {
	position: static;
	bottom: 0 !important;
	left: 0 !important;
	float: left;
	clear: left;
	margin-top: 10px;
}

#quickViewResponseData_Bigcommerce .mine-social img {
	padding: 2px 4px 0 0;
}

#quickViewResponseData_Bigcommerce #QuickViewImage {
	text-align: center;
}

#quickViewResponseData_Bigcommerce #QuickViewImage img {
	max-height: 200px !important;
}

#quickViewResponseData_Bigcommerce .ProductDetailsGrid > h1 {
	font-size: 15px;
}

#quickViewResponseData_Bigcommerce .ProductDetailsGrid .DetailRow {
	margin-bottom: 5px;
}

#quickViewResponseData_Bigcommerce #quickViewResponseData_Bigcommerce .BrandName {
	display: none;
}

#quickViewResponseData_Bigcommerce .s-price {
	display: none;
}

#quickViewResponseData_Shopify {
	top: calc(50% - 208px);
	left: calc(50% - 150px);
	width: 290px;
	height: 416px;
	padding: 0 10px;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

#quickViewResponseData_Shopify .ModalContent {
	overflow: hidden;
}

#quickViewResponseData_Shopify .loading-div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#quickViewResponseData_Shopify .close-quickview {
	top: calc(50% - 203px);
	right: calc(50% - 135px);
}

#quickViewResponseData_Shopify .row-1 .left {
	padding: 0;
	-ms-flex-order: 2;
	order: 2;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

#quickViewResponseData_Shopify .row-1 .right {
	-ms-flex-order: 1;
	order: 1;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

#quickViewResponseData_Shopify .row-1 .right .image {
	padding-top: 15px;
	text-align: center;
}

#quickViewResponseData_CountrySelector {
	top: calc(50% - 95px);
	left: calc(50% - 145px);
	width: 290px;
	height: 190px;
	padding: 0 10px;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

#quickViewResponseData_CountrySelector .close-quickview {
	top: calc(50% - 95px);
	right: calc(50% - 145px);
}

#quickViewResponseData_CountrySelector .title {
	margin-top: 10px;
}

}


/*
* Update country selector 11.07.18
*/
#quickViewResponseData_CountrySelector {	
     top: calc(50% - 275px);
    left: calc(50% - 287px);
    width: 574px;
    height: 550px;
    padding: 44px 78px;
}
#quickViewResponseData_CountrySelector .close-quickview {
	position: absolute;
    top: 0;
    right: 0;
    height: 81px;
    width: 93px;
} 
#quickViewResponseData_CountrySelector .title {
    color: #4a4a4a;
    font-family: 'ITC Md';
    font-size: 23px;
    font-weight: 400;
    line-height: 42px;
    text-transform: uppercase;
    letter-spacing: 4.8px;
    margin: 0 0 27px;
}
#quickViewResponseData_CountrySelector .country-selector li {
	margin: 0 0 18px;
}
#quickViewResponseData_CountrySelector .country-selector li a {
  	display: block;
	border: 1px solid #d7d7d7;
  	padding: 15px 26px 13px;
    color: #4a4a4a;
    font-family: "Open Sans";
    font-size: 25px;
    line-height: 25px;
    font-weight: 400;
}
#quickViewResponseData_CountrySelector .country-selector li a:hover {
	border-color: #4dc6a0;
  	text-decoration: none;
}
#quickViewResponseData_CountrySelector .country-selector li .flag {
    width: 52px;  
    margin-right: 36px;
    margin-top: -2px;
    vertical-align: middle;
}

@media screen and (max-width: 600px) , screen and (max-height: 760px) {
  #quickViewResponseData_CountrySelector {	
    top: calc(50% - 153px);
    left: calc(50% - 159px);
    width: 318px;
    height: 306px;
    padding: 24px 42px;
  }
  #quickViewResponseData_CountrySelector .title {
  	font-size: 13px;
    line-height: 23px;
    letter-spacing: 2.6px;
    margin: 0 0 15px;
  }
  #quickViewResponseData_CountrySelector .country-selector li .flag {
    width: 29px;  
    margin-right: 19px;
    margin-top: -1px;
  }
  #quickViewResponseData_CountrySelector .close-quickview {
    height: 40px;
    width: 49px;
  }
  #quickViewResponseData_CountrySelector .close-quickview img {
  	width: 10px;
  }
  #quickViewResponseData_CountrySelector .country-selector li {
	margin: 0 0 10px;
  }
  #quickViewResponseData_CountrySelector .country-selector li a {
    font-size: 14px; 
	line-height: 18px;
  	padding: 8px 15px 7px;
  }
}


/* 2020 - fix */
#quickViewResponseData_CountrySelector {		
    top: calc(50% - 380px);
    height: 760px;
    z-index: 100001;
    padding-top: 40px;
    padding-bottom: 40px;
}
#quickViewResponseData_CountrySelector .title {
    line-height: 34px;
    margin-bottom: 20px;
}
#quickViewOverlay_CountrySelector {
    z-index: 100000;    
}
#quickViewResponseData_CountrySelector .country-selector li .flag {
    width: 42px;  
    border: 1px solid rgba(0,0,0,0.05);    
    margin-top: -7px;
    margin-bottom: -2px;
    margin-right: 28px;
}
#quickViewResponseData_CountrySelector .country-selector li {
    margin: 0 0 14px;
}
#quickViewResponseData_CountrySelector .country-selector li a {
  	padding: 12px 26px 11px;
}
@media screen and (max-width: 600px), screen and (max-height: 790px) {
    #quickViewResponseData_CountrySelector {
      top: calc(50% - 213px);
      height: 426px;
      padding: 18px 42px;
      width: 360px;      
      left: calc(50% - 180px);
    }
    #quickViewResponseData_CountrySelector .close-quickview {
      height: 53px;
      width: 75px;    
    }  
    #quickViewResponseData_CountrySelector .title {
      font-size: 13px;
      line-height: 23px;
      letter-spacing: 2.6px;
      margin: 0 0 12px;   
    }
    #quickViewResponseData_CountrySelector .country-selector li .flag {
      width: 28px;      
      margin-right: 18px; 
      margin-top: -5px;
      margin-bottom: -2px;
    }
    #quickViewResponseData_CountrySelector .country-selector li a {
      padding: 7px 15px 6px;
      font-size: 13px;
      line-height: 16px;   
    }
    #quickViewResponseData_CountrySelector .country-selector li {
      margin: 0 0 5px;
    }
}
@media screen and (max-width: 600px) {
    #quickViewResponseData_CountrySelector {
      left: calc(50% - 159px);
      width: 318px;
    }
}
@media screen and (max-height: 430px) {
    #quickViewResponseData_CountrySelector {
        top:0;
        height: 100%
    }
} 