@charset "UTF-8";
/* CSS Document */

@-webkit-keyframes spin {
	100% {
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg)
	}
}
@keyframes spin {
	100% {
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg)
	}
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .WoocShipTot__td--back a {
	display: inline-block;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-align: center;
	max-width: 100%;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	-webkit-appearance: none !important;
	border: none;
	padding: 0;
	background: none;
	line-height: 1.2;
	outline: none !important;
	background: #ebe9eb;
	color: #515151;
}
.woocommerce a.button {
	text-decoration: none;
}
.woocommerce table.shop_table {
	width: 100%;
}
.woocommerce .blockUI.blockOverlay{position:relative}.woocommerce .blockUI.blockOverlay::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:'';-webkit-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;background:url(../images/ico/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
	cursor: not-allowed;
	opacity: .5;
}
.woocommerce table.shop_table .button[name="update_cart"], .woocommerce a.button.wc-backward {
	padding: 10px 15px;
}
.woocommerce a.button.wc-backward {
	border:1px solid black;
	box-sizing: border-box;
	background: #25262A;
	border-radius: 4px;
	color:white;
}
.woocommerce a.button.wc-backward:hover {
	background: white;
	box-sizing: border-box;
	border:1px solid black;
	border-radius: 4px;
	color:black;
}
.woocommerce .woocommerce-form-login p {
	width: 56%;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: rgb(103, 103, 103);
}
.woocommerce-account .woocommerce form .woocommerce-form-row--wide, .woocommerce-form-register label {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 991px) {
	.woocommerce .woocommerce-form-login p {
	width: 90%;
	}
}
.woocommerce .woocommerce-form-login .form-row-first {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	color: rgb(103, 103, 103);
	padding: 0px;
}
.woocommerce .woocommerce-form-login .form-row-first .input-text {
	width: 67%;
}

.woocommerce .woocommerce-form-login .form-row-last .input-text {
	width:200px;
	height: 40px;
	border: 1px solid #DEDEDE;	
	box-sizing: border-box;
	border-radius: 4px;
	outline: none;
	transition: border .2s;
	font-size: 16px;
	padding: 8px 9px;
}
.woocommerce .woocommerce-form-login .form-row-last {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	color: rgb(103, 103, 103);
	padding: 0px;
	margin-bottom:10px;
}
@media (max-width: 415px) {
	.woocommerce .woocommerce-form-login .form-row-last, .woocommerce .woocommerce-form-login .form-row-first, .woocommerce .woocommerce-form-login .form-row-last .input-text, .woocommerce .woocommerce-form-login .form-row-first .input-text{
		width: 100%;
	}
}
.woocommerce .woocommerce-form-login .form-row {
	padding-left: 0px;
	margin-bottom:10px;
}
.woocommerce .woocommerce-form-login .form-row .woocommerce-form-login__rememberme {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: rgb(103, 103, 103);
	padding-top: 0;
}
.woocommerce .woocommerce-form-login .form-row .woocommerce-form-login__submit
{
	width: 133px;
	height: 40px;
	background: rgba(193, 155, 114, 0.8);
	border-radius: 2px;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	margin-top:20px;
	color: #FFFFFF;
	box-sizing: border-box;
	border: 1px solid transparent;

}
.woocommerce .woocommerce-form-login .form-row .woocommerce-form-login__submit:hover {
	border: 1px solid black;
	color:black;
	background:none;
	box-sizing: border-box;
}
.woocommerce .woocommerce-form-login .lost_password a{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: rgba(0, 0, 0, 0.4);
	text-decoration: underline;
	margin-bottom:40px;
}
.woocommerce .woocommerce-form-login .lost_password a:hover{
	text-decoration: none;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	padding: 10px 0 10px 33px;
	margin: 0 0 1em;
	position: relative;
	/*border-top: 3px solid rgba(193, 155, 114, 0.8);*/
}
.woocommerce-message a, .woocommerce-info a, .woocommerce-error a {
	color: #000;
}
.woocommerce-error {
	border-top: 3px solid rgba(193, 155, 114, 0.8);
}
.woocommerce-error li {
	list-style: none;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
	content: '';
	display: inline-block;
	position: absolute;
	z-index: 1;
	top: 11px;
	left: 5px;
	width: 20px;
	height: 20px;
	background: url(../images/ico/info-round-button2.svg) 50% 50% / 18px no-repeat;
}
.woocommerce-error::before {
	background: url(../images/ico/info-round-button2.svg) 50% 50% / 18px no-repeat;
	padding-left: 80px;
	padding-right:48px;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
	width: 100%;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	float: left;
	width: 48%;
	/*margin: 0 -10px;*/
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	float: left;
	width: 48%;
}
.woocommerce form .form-row label {
	color: rgba(0, 0, 0, 0.6);
	font-weight: 400;
	margin-bottom: 3px;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
	position: inherit;
	display: block;
}
.woocommerce form .form-row .required {
	color: #DC2525;
	border: 0!important;
	text-decoration: none;
	margin-left: -4px;
}
.woocommerce form .form-row .required {
	visibility: visible;
}
.woocommerce .col2-set::after, .woocommerce .col2-set::before, .woocommerce-page .col2-set::after, .woocommerce-page .col2-set::before {
	content: ' ';
	display: table;
}
.woocommerce .col2-set::after, .woocommerce-page .col2-set::after {
	clear: both;
}
.woocommerce-additional-fields textarea {
	width: 100%;
	height: 213px;
	resize: vertical;
}
.woocommerce-billing-fields__field-wrapper label .optional, .woocommerce-additional-fields__field-wrapper label .optional {
	display: none;
}
/**/
.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after,
.woocommerce #respond input#submit.added::after, .woocommerce a.button.added::after, .woocommerce button.button.added::after, .woocommerce input.button.added::after {
	content: '';
	width: 16px;
	height: 16px;
	display: inline-block;
	position: relative;
	top: 3px;
	left: 10px;
}
.added_to_cart {
	position: absolute;
	display: inherit;
	font-weight: 400;
    font-size: 16px;
    line-height: 1.1875;
    color: rgba(0, 0, 0, 0.8);
    text-decoration: underline;
    margin:10px auto;
}
.added_to_cart:hover {
	color: #000;
}
.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after {
	background: url(../images/ico/gear-1.svg) 0 0 / 100% no-repeat;
	animation: spin 2s linear infinite;
}
.woocommerce #respond input#submit.added::after, .woocommerce a.button.added::after, .woocommerce button.button.added::after, .woocommerce input.button.added::after {
	background: url(../images/ico/tick-1.svg) 0 0 / 100% no-repeat;
}
.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
	float: right;
	padding: 7px 14px;
}
.screen-reader-text {
	clip: rect(1px,1px,1px,1px);
	height: 1px;
	overflow: hidden;
	position: absolute!important;
	width: 1px;
	word-wrap: normal!important;
}
.woocommerce-message a.button, .woocommerce-message a.button:link, .woocommerce-message a.button:visited {
	color: #515151;
}
.woocommerce-message a.button, .woocommerce-message a.button:link, .woocommerce-message a.button:visited {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;

	color: rgba(0, 0, 0, 0.8);
	border: 1px solid rgba(193, 155, 114, 0.5);
	box-sizing: border-box;
	border-radius: 2px;
	background: transparent;
}
.woocommerce-message a.button, .woocommerce-message a.button:hover {

}
.woocommerce-message a.button:hover, .woocommerce-message a.button:visited:hover, .woocommerce-message a.button:active, .woocommerce-message a.button:visited:active {
	background: #dbdbdb;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link {
	text-decoration: none;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link, .woocommerce ul.products li.product .woocommerce-LoopProduct-link:link, .woocommerce ul.products li.product .woocommerce-LoopProduct-link:visited, .woocommerce ul.products li.product .woocommerce-LoopProduct-link:hover, .woocommerce ul.products li.product .woocommerce-LoopProduct-link:visited:hover, .woocommerce ul.products li.product .woocommerce-LoopProduct-link:active, .woocommerce ul.products li.product .woocommerce-LoopProduct-link:visited:active {
	color: rgba(0, 0, 0, 0.8);
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 20px;
	line-height: 1.166666;
	text-transform: uppercase;
	padding: 0 15px;
	overflow: hidden;
	/**/
	margin-top:15px;
	margin-bottom:5px;
	/**/
	font-family: Roboto Slab;
	font-weight: bold;
}
/**/
/*woocomerce-account-login*/
.woocommerce-account .woocommerce h2 {
font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 28px;
/* identical to box height */
color: rgba(0, 0, 0, 0.8);
padding-bottom: 30px;
margin:0px;
}
.pgSimpleContent .woocommerce-account .woocommerce .u-columns .u-column2 form .woocommerce-privacy-policy-text {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.6);
}
.pgSimpleContent .woocommerce .u-columns .u-column2 .woocommerce-form-register .woocommerce-FormRow .woocommerce-Button  {
	border-radius: 4px;
    background: transparent;
    border: 1px solid #000;
    box-sizing: border-box;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    padding: 9px 19px 9px 19px;
    color: #000;
    margin-top: 22px;
}
.pgSimpleContent .woocommerce .u-columns .u-column2 .woocommerce-form-register .woocommerce-FormRow .woocommerce-Button:hover  {
    background: #000;
    color: #fff;
}
.pgSimpleContent { 
	background: white;
}
.pgSimpleContent h1 {
	margin: 0px;
    padding: 40px 80px 20px;
    /*border-bottom: 3px solid rgba(193, 155, 114, 0.8);*/
}
@media (max-width: 768px) {
	.pgSimpleContent h1 {
		padding: 20px 40px 20px;
		/*border-bottom: 3px solid rgba(193, 155, 114, 0.8);*/
	}
}
.pgSimpleContent .woocommerce-notices-wrapper .woocommerce-error {
	border:none;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;

	color: rgba(0, 0, 0, 0.8);
}
.pgSimpleContent .woocommerce-ResetPassword .woocommerce-form-row--first label {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: rgba(0, 0, 0, 0.6);
	margin-bottom: 10px;
}
.pgSimpleContent .woocommerce-ResetPassword .woocommerce-form-row--first .woocommerce-Input--text {
	width: 32%;
	height: 40px;
	border: 1px solid #DEDEDE;
	box-sizing: border-box;
	border-radius: 4px;
	margin-bottom:25px;
	padding-left: 10px;
}
.pgSimpleContent .woocommerce-ResetPassword .woocommerce-form-row .woocommerce-Button {
	font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 21px;

color: #FFFFFF;

border-radius: 4px;
 	box-sizing: border-box;
 	border:1px solid transparent;
 	width: 172px;
	height: 40px;
	background: rgba(193, 155, 114, 0.8);
	border-radius: 2px;
}
.pgSimpleContent .woocommerce-ResetPassword .woocommerce-form-row .woocommerce-Button:hover { 
 background: white;
 box-sizing: border-box;
 border:1px solid black;
 color: black;
}
.page-id-18 .pgSimpleContent .woocommerce-ResetPassword {
	padding: 0px 80px 0px;
}
.page-id-18 .pgSimpleContent .woocommerce-notices-wrapper {
	padding: 0px;
}
.page-id-18 .pgSimpleContent .woocommerce-ResetPassword {
	padding-bottom:40px;
}
.page-id-18 .pgSimpleContent .col2-set {
	padding: 0px 40px 0px;
}
.page-id-18 .pgSimpleContent h1 {
	padding: 40px 40px 20px;
}
.page-id-18 form .form-row label {
	padding-bottom: 10px;
}
.woocommerce-account .u-columns h2 {
	padding-bottom: 10px;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 23px;
	color: rgba(0, 0, 0, 0.8);
}
.woocommerce-account .woocommerce-form-login label, .woocommerce-account .woocommerce-form-register label {
	padding-top: 10px;
}
@media (max-width: 768px) {
	.page-id-18 .pgSimpleContent .col2-set {
	padding: 0px 20px 0px;
}
}
.page-id-18 .pgSimpleContent .woocommerce-notices-wrapper ul.woocommerce-error {
	border-top:3px solid rgba(193, 155, 114, 0.8);
	padding-left: 80px;
}
.page-id-18 .pgSimpleContent .woocommerce-ResetPassword p {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.6);
}
 .page-id-18 .pgSimpleContent .woocommerce-ResetPassword .woocommerce-form-row--first label {
 	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: rgba(0, 0, 0, 0.6);
 }
@media (max-width: 991px) {
	.page-id-18 .pgSimpleContent .woocommerce-notices-wrapper, .page-id-18 .pgSimpleContent .woocommerce-ResetPassword {
	padding: 0px 20px 0px;
	}
	.page-id-18 .pgSimpleContent .woocommerce-ResetPassword .woocommerce-form-row--first .woocommerce-Input--text {
	width: 100%;
	}
}
.woocommerce-account .woocommerce form .woocommerce-form-row--wide input[type="text"], .woocommerce-account .woocommerce form .woocommerce-form-row--wide input[type="password"]{
	padding-left: 10px;
	padding-right: 10px;
}
.woocommerce-account .woocommerce form .woocommerce-form-row--wide .woocommerce-Input {
	width: 100%;
	height:40px;
	border: 1px solid #DEDEDE;
	box-sizing: border-box;
	border-radius: 4px;
	outline: none;
}
.woocommerce-account .woocommerce form .woocommerce-form-row--wide .woocommerce-Input--text {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	color: rgba(0, 0, 0, 0.6);
	padding-left: 10px;
	padding-right: 10px;
}
.woocommerce-account .woocommerce form .form-row .woocommerce-form__label-for-checkbox span {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	/* identical to box height */
	color: rgba(0, 0, 0, 0.6);
}
.woocommerce-account .woocommerce form .form-row .woocommerce-LostPassword {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	/* identical to box height */
	color: rgba(0, 0, 0, 0.4);
	padding: 0px 4px 0px 4px;
	text-decoration: underline;
}
.woocommerce-account .woocommerce form .form-row  .woocommerce-form-login__submit {
	border-radius: 4px;
	background: black;
	border:1px solid #000;
	box-sizing: border-box;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	padding: 9px 19px 9px 19px;
	color: #FFFFFF;
	margin-top: 17px;
}
.woocommerce-account .woocommerce form .form-row  .woocommerce-form-login__submit:hover {
border-radius: 4px;
	border:1px solid #000;
	box-sizing: border-box;
	background: white;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	padding: 9px 19px 9px 19px;
	color: #000;
}
.woocommerce-account .woocommerce form .form-row .woocommerce-form-login__registry {
	border-radius: 4px;
	border:1px solid #000;
	box-sizing: border-box;
	background: white;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	padding: 9px 19px 9px 19px;
	color: #000;
}
.woocommerce-account .woocommerce form .form-row  .woocommerce-form-login__registry:hover {
	border-radius: 4px;
	background: black;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	padding: 9px 19px 9px 19px;
	color: #FFFFFF;
}
.page-id-35 .pgSimpleContent__prew_contacty .pgSimpleContent__prew_contacty_lable1{
	padding: 121px 0px 0px;
}
.page-id-35 .pgSimpleContent__prew_contacty .pgSimpleContent__prew_contacty_lable2 {
	padding: 71px 0px 0px;	
}
.page-id-18 .pgSimpleContent .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses {
	padding: 0px;
}
.page-id-18 .pgSimpleContent .woocommerce .woocommerce-MyAccount-navigation {
	padding: 0px 40px 0px;
	width:30%;
	float:left;
}
.pgSimpleContent .woocommerce .u-columns .u-column2 .woocommerce-form-register .woocommerce-FormRow .woocommerce-Button {
	margin-bottom: 15px;
}
@media (max-width: 768px)
{
	.page-id-18 .pgSimpleContent .woocommerce .woocommerce-MyAccount-navigation {
		padding: 0px 10px 0px;
	}
	.page-id-18 .pgSimpleContent h1 {
		padding: 40px 15px 20px;
	}
	
	.contProdVar1, .contProdCountry {
		font-size: 12px;
		padding: 0 10px;
	}	
}
.page-id-18 .pgSimpleContent .woocommerce .woocommerce-MyAccount-content .woocommerce-Message--info {
	padding-right: 33px;
}
.page-id-18 .pgSimpleContent .woocommerce .woocommerce-MyAccount-content .woocommerce-Message--info a{ 
	border-radius: 4px;
	background: black;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	padding: 9px 19px 9px 19px;
	color: #FFFFFF;
}
.page-id-18 .pgSimpleContent .woocommerce .woocommerce-MyAccount-content .woocommerce-Message--info a:hover {
	border-radius: 4px;
	border:1px solid #000;
	box-sizing: border-box;
	background: white;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	padding: 9px 19px 9px 19px;
	color: #000;
}
.woocommerce-MyAccount-content {
	width:70%;
	float:left;
}
.woocommerce-account .woocommerce::after {
    clear: both;
}

.woocommerce-account .woocommerce::after, .woocommerce-account .woocommerce::before {
    content: ' ';
    display: table;
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link {
	list-style: none;
	padding-bottom: 21px;
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 23px;
	/* identical to box height */
	color: rgba(0, 0, 0, 0.4);

}

.woocommerce-MyAccount-navigation ul .is-active a {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 23px;	
	color: rgba(0, 0, 0, 0.8);	
}

.woocommerce-MyAccount-content .my_account_orders thead{
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 23px;
	color: rgba(0, 0, 0, 0.8);
	border-bottom: 1px solid #DEDEDE;
}

.woocommerce-MyAccount-content .my_account_orders thead th{
	padding-bottom: 21px;
}

.woocommerce-MyAccount-content .my_account_orders tbody	tr {
	padding-top: 20px;
	padding-bottom:20px;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 23px;
	color: rgba(0, 0, 0, 0.6);
	border-bottom: 1px solid #DEDEDE;
}
/*.woocommerce-MyAccount-content .my_account_orders tbody .woocommerce-orders-table__cell-order-number{
	padding-right: 5%;
}*/
.woocommerce-MyAccount-content .my_account_orders tbody .woocommerce-orders-table__cell-order-number a {
	color: rgba(0, 0, 0, 0.6);
}
.woocommerce-MyAccount-content .my_account_orders tbody .woocommerce-orders-table__cell-order-number a:hover {
	text-decoration: none;
	color:rgba(0, 0, 0, 0.8);
}
.woocommerce-MyAccount-content .my_account_orders tbody	tr td {
	padding-top: 20px;
	padding-bottom:20px;
	padding-right: 5%;
}
.woocommerce-MyAccount-content .my_account_orders tbody .woocommerce-orders-table__cell-order-actions .woocommerce-button {
	padding: 5px 15px 5px 15px;
	border-radius: 4px;
	box-sizing: border-box;
}
.woocommerce-MyAccount-content .my_account_orders tbody .woocommerce-orders-table__cell-order-actions {
	padding-right: 0px;
}
/*.woocommerce-MyAccount-content .my_account_orders tbody .woocommerce-orders-table__cell-order-actions .woocommerce-button:hover {
	background: white;
	border:1px solid black;
	border-radius: 4px;
	box-sizing: border-box;
}*/
.page-id-18 .u-column2 .woocommerce-form-register p {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.6);
}
.page-id-18 .u-column2 .woocommerce-form-register a {
	text-decoration: none;
	color: rgba(0, 0, 0, 0.6);
	border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
.page-id-18 .woocommerce-MyAccount-content h3 {
	margin-top:0px;
}
.page-id-18 .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;

	color: rgba(0, 0, 0, 0.6);
}
.page-id-18 .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p input[type=text],.page-id-18 .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p input[type=tel],.page-id-18 .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p input[type=email] {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: rgba(0, 0, 0, 0.4);
	padding-left: 10px;
}

.page-id-18 .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p input {
	width: 40%;
	height: 40px;
	border: 1px solid #DEDEDE;
	box-sizing: border-box;
	border-radius: 4px;
}
.page-id-18 .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p .select2-container-default{
	width:40%;
}

.page-id-18 .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p .select2-container .selection .select2-selection{
	width: 40%;
	height: 40px;
	border: 1px solid #DEDEDE;
	box-sizing: border-box;
	border-radius: 4px;
}
.page-id-18 .woocommerce-MyAccount-content .woocommerce-address-fields p button {
	padding: 9px 24px 9px 24px;
	border-radius: 4px;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	color: white;
	border:1px solid transparent;
	box-sizing: border-box;
	margin-top:20px;
	background: black;
	margin-bottom: 40px;
}
.page-id-18 .woocommerce-MyAccount-content .woocommerce-address-fields p button:hover {
	color:black;
	background: white;
	border:1px solid black;
	box-sizing: border-box;
	border-radius: 4px;
}
@media (max-width: 991px) {
	.page-id-18 .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p .select2-container .selection .select2-selection {
		width: 90%;
	}
	.page-id-18 .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p input {
		width: 90%;

	}
	.page-id-18 .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p select {
		width:90%;
	}
	.page-id-18 .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p {
		margin-left: 10px;
	}
}
.woocommerce-MyAccount-content .woocommerce-MyAccount-content_next-addresses {
	margin:0px;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: rgba(0, 0, 0, 0.4);
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
	margin:0px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title h3{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 28px;
	color: rgba(0, 0, 0, 0.8);
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address /*.woocommerce-Address-title*/ a {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: rgba(0, 0, 0, 0.4);
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address address {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: rgba(0, 0, 0, 0.6);
	margin:0px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm {
	margin:auto;
	width:60%;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row--first label, .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row--last label{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	color: rgba(0, 0, 0, 0.6);
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row--wide label {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	color: rgba(0, 0, 0, 0.6);
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row--wide input[type=email] {
	padding-left: 10px;
	width: 100%;
    height: 40px;
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
    border-radius: 4px;
    outline: none;
    color:rgba(0,0,0,0.4);
    font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row--first input[type=text] {
	padding-left: 10px;
	width: 100%;
    height: 40px;
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
    border-radius: 4px;
    outline: none;
    color:rgba(0,0,0,0.4);
    font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row--last input[type=text] {
	padding-left: 10px;
	width: 100%;
    height: 40px;
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
    border-radius: 4px;
    outline: none;
    color:rgba(0,0,0,0.4);
    font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row--last, .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row--first, .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row--wide {
	width: 200px;
	float:left;
	margin-right: 20px;

}
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
	clear:both;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Button {
	padding: 9px 24px 9px 24px;
	border-radius: 4px;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	color: white;
	border:1px solid transparent;
	box-sizing: border-box;
	margin-top:20px;
	background: black;
	margin-bottom: 40px;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Button:hover {
	background: white;
	border:1px solid black;
	box-sizing: border-box;
	color:black;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row--wide em {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend {
	border:none;
	margin:0px;
	padding-bottom: 20px;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 28px;
	color: rgba(0, 0, 0, 0.6);
	padding-top: 41px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset .woocommerce-form-row--wide label {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	color: rgba(0, 0, 0, 0.6);
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset .woocommerce-form-row--wide{
	width: 100%;
	float:left;
	clear:both;
	padding: 0px;
	margin: 0px;
	padding-bottom: 20px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset .woocommerce-form-row--wide input[type=password]{
	width:200px;
}
/*end woocomerce-account-login*/
/*кастомизация инпута*/
.quantity input[type=number]::-webkit-inner-spin-button, .quantity input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	margin:0;
	outline:none;
}
.quantity {
	width:117px;
	position:relative;
}
.quantity:after {
	content: '';
	display: table;
	clear: both;
}
.quantity .quantity-arrows {
	position: absolute;
	z-index: 1;
	cursor: pointer;
	top: 0;
	color: rgba(0, 0, 0, 0.8);
	font-size: 22px;
	padding: 0 5px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: .2s;
	width: 34px;
	height: 100%;
	text-align: center;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.2);
}
.quantity .quantity-arrows:hover, .quantity .quantity-arrows:active {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.woocommerce-cart table.cart td.product-remove a {
	width: 16px;
	min-width: 16px;
	height: 20px;
	position: relative;
	text-decoration: none;
	display: inline-block;
	margin-left: 6px;
}
.woocommerce-cart table.cart td.product-remove a:before, .woocommerce-cart table.cart td.product-remove a:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/ico/delete-sprite.svg) 0 0 / 100% no-repeat;
	transition: opacity .2s;
}
.woocommerce-cart table.cart td.product-remove a:before {
	z-index: 9;
}
.woocommerce-cart table.cart td.product-remove a:after {
	z-index: 8;
	background-position: 0 -20px;
	opacity: 0;
}
.woocommerce-cart table.cart td.product-remove a:hover:before {
	opacity: 0;
}
.woocommerce-cart table.cart td.product-remove a:hover:after {
	opacity: 1;
}
.quantity input[type=number] {
	width: 49px;
	margin-left: 34px;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	outline: none;
	color: #666666;
	background: rgba(255, 255, 255, 0.8);
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	-webkit-transition: border .2s;
	-o-transition: border .2s;
	transition: border .2s;
	height: 40px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	float: left;
}
.quantity input[type=number]:focus {
	border: 1px solid rgba(0, 0, 0, 0.5);
}
.quantity .quantity-arrows.minus {
	left: 0;
	border-radius: 4px 0 0 4px;
}
.quantity .quantity-arrows.minus:hover, .quantity .quantity-arrows.minus:active {
	border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.quantity .quantity-arrows.plus {
	right: 0;
	border-radius: 0 4px 4px 0;
}
/*end кастомизация инпута*/

.woocommerce ul.products {
	margin-left: -15px;
	margin-right: -15px;
}
.woocommerce ul.products:before, .woocommerce ul.products:after {
	content: '';
	display: list-item;
	list-style-type: none;
}
.woocommerce ul.products:after {
	clear: both;
}
.woocommerce ul.products li.product {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	list-style-type: none;
	text-align: center;
	padding-bottom: 40px;
}
.woocommerce ul.products li.product .productInner {
	position: relative;
	background: #fff;
	padding-bottom: 67px;
	border-radius: 4px;
}



/*/*//*/*//*/*/
.woocommerce ul.products li.product .productInner:hover .add_to_cart_button {
	opacity: 1;
	transition: 0.5s;
}





.contProdVar1, .contProdCountry {
	font-size: 14px;
	padding: 0 15px;
	height: 20px;
	overflow: hidden;
}
.contProdLine {
	display: table;
	width: 30px;
	height: 1px;
	background: #C19B72;
	margin: 14px auto 14px;
}
.contProdVar1 {
	margin-bottom: 2px;
}
.contProdCountry {
	font-weight: 300;
}
.woocommerce ul.products li.product .onsale {
	display: inline-block;
	position: absolute;
	background: #7d0000;
	color: #fff;
	padding: 5px 15px;
	right: -9px;
	top: -9px;
	font-size: 16px;
	font-weight: 500;
}
.woocommerce ul.products li.product .onsale:before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translateY(100%);
	width: 0;
	height: 0;
	border-top: 13px solid #630000;
	border-right: 9px solid transparent;
}
.woocommerce ul.products li.product .onsale:after {
	width: 0;
	height: 0;
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	border-bottom: 9px solid #630000;
	border-left: 8px solid transparent;
	transform: translateX(-100%);
}
.woocommerce ul.products li.product img {
	width: 100%;
	display: block;
	height: auto;
	max-width: 100%;
	border-radius:4px 4px 0px 0px;
}
.woocommerce ul.products li.product .price {
	display: block;
}
.woocommerce ul.products li.product .add_to_cart_button {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 1.166666;
	padding: 14px 0 13px 0;
	border-radius: 0 0 4px 4px;
}
/*при навдении на блок появляется скрытая кнопка "Выбор..."*/
.woocommerce ul.products li.product .add_to_cart_button, .woocommerce ul.products li.product .add_to_cart_button:link, .woocommerce ul.products li.product .add_to_cart_button:visited, .woocommerce ul.products li.product .add_to_cart_button:hover, .woocommerce ul.products li.product .add_to_cart_button:visited:hover, .woocommerce ul.products li.product .add_to_cart_button:active, .woocommerce ul.products li.product .add_to_cart_button:visited:active {
	color: #fff;
	opacity:0;
	transition: 0.5s;
}
@media (max-width: 1024px) {
	.woocommerce ul.products li.product .add_to_cart_button, .woocommerce ul.products li.product .add_to_cart_button:link, .woocommerce ul.products li.product .add_to_cart_button:visited, .woocommerce ul.products li.product .add_to_cart_button:hover, .woocommerce ul.products li.product .add_to_cart_button:visited:hover, .woocommerce ul.products li.product .add_to_cart_button:active, .woocommerce ul.products li.product .add_to_cart_button:visited:active {
	color: #fff;
	opacity:1;
}

}
.woocommerce ul.products li.product .add_to_cart_button, .woocommerce ul.products li.product .add_to_cart_button:link, .woocommerce ul.products li.product .add_to_cart_button:visited {
	background: #25262A;
}
.woocommerce ul.products li.product .add_to_cart_button:hover, .woocommerce ul.products li.product .add_to_cart_button:visited:hover, .woocommerce ul.products li.product .add_to_cart_button:active, .woocommerce ul.products li.product .add_to_cart_button:visited:active {
	background: #661619;
	/*opacity: 1;
	transition: 0.5s;*/
}
.woocommerce ul.products li.product .added_to_cart.wc-forward {
	display: none;
}
.contProdMeta {
	overflow: hidden;
	height: 42px;
}
.woocommerce ul.products li.product .price ins, .woocommerce ul.products li.product .price del {
	padding: 0 2px;
}
.woocommerce ul.products li.product .price ins {
	text-decoration: none;
}
.woocommerce ul.products li.product .price del {
	font-weight: 300;
	color: #dadada;
}

/* breadCust */
.breadCust {
	padding: 25px 0 26px;
}
.breadCust .woocommerce-breadcrumb {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.8);
	margin: 0;
}
.breadCustSep {
	color: rgba(0, 0, 0, 0.6);
	padding: 0 5px;
}
.breadCust .woocommerce-breadcrumb a {
	text-decoration: none;
	transition: color .2s;
}
.breadCust .woocommerce-breadcrumb a, .breadCust .woocommerce-breadcrumb a:link, .breadCust .woocommerce-breadcrumb a:visited {
	color: rgba(0, 0, 0, 0.6);
}
.breadCust .woocommerce-breadcrumb a:hover, .breadCust .woocommerce-breadcrumb a:visited:hover, .breadCust .woocommerce-breadcrumb a:active, .breadCust .woocommerce-breadcrumb a:visited:hover {
	color: rgba(0, 0, 0, 0.8);
}
/* end breadCust */

/*ContSinProd*/
.ContSinProd .product {
	background: #fff;
	border-radius: 4px;
	padding-bottom: 40px;
	position: relative;
}
.ContSinProd .wp-post-image {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
}
.ContSinProd .product:before, .ContSinProd .product:after {
	content: '';
	display: table;
}
.ContSinProd .product:after {
	clear: both;
}
.ContSinProd .conSinProdAddInfo {
	clear: both;
	/*width: 1047px;*/
	max-width: 100%;
}
.ContSinProd .conSinProdAddInfo .woocommerce-product-attributes-item:after {
	content: '';
	display: table;
	clear: both;
}
.ContSinProd .conSinProdAddInfo .woocommerce-product-attributes-item__label, .ContSinProd .conSinProdAddInfo .woocommerce-product-attributes-item__value {
	float: left;
	font-size: 16px;
	line-height: 19px;
	color: rgba(0, 0, 0, 0.8);
	font-weight: 400;
}
.conSinProdAddDesc {
	font-size: 16px;
	line-height: 160%;
}
.ContSinProd .conSinProdAddInfo .woocommerce-product-attributes-item__value p {
	margin: 0;
	font-weight: 500;
}
.woocommerce-product-attributes-item__label {
	margin: 0;
	padding-right: 4px;
}
.ContSinProd .woocommerce-product-attributes-item {
	list-style-type: none;
	padding-left: 14px;
	position: relative;
	margin-bottom: 14px;
}
.ContSinProd .woocommerce-product-attributes-item:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	background: #C19B72;
	left: 0;
	top: 6px;
}

@media (min-width: 991px){
.ContSinProd .conSinProdAddInfo .woocommerce-product-attributes{
	/*display: flex;
	flex-wrap: wrap;
	flex-direction: column;*/
	height:200px;
	padding-top: 40px;
	}
}
.ContSinProd .variations label {
	color: rgba(0, 0, 0, 0.8);
	font-weight: 400;
	font-size: 16px;
	line-height: 1.1875;
}
.ContSinProd .variations .reset_variations {
	display: none !important;
}
.conSinProdAddInfo .woocommerce-product-attributes-item--attribute_pa_obem {
	display: none;
}
.productMetaVarItem {
	list-style-type: none;
	margin-bottom: 5px;
}
.productMetaVarItem--var1 {
	font-weight: 500;
}
.productMeansMenu:before, .productMeansMenu:after {
	content: '';
	display: list-item;
	list-style-type: none;
}
.productMeansMenu:after {
	clear: both;
}
.productMeansMenu {
	margin-bottom: 20px;
}
.productMeansMenuItem {
	list-style-type: none;
	float: left;
	background: url(../images/ico/means-sprite.svg) 0 0 / 43px no-repeat;
	height: 35px;
	margin: 0 20px 20px 0;
}
.productMeansMenuItem:last-child {
	margin-right: 0;
}
.product_meta_kemex {
	width: 23px;
}
.product_meta_espresso {
	width: 24px;
	background-position: 0 -43px;
}
.product_meta_franch_press {
	width: 25px;
	background-position: 0 -86px;
}
.product_meta_franch_kervor {
	width: 26px;
	background-position: 0 -129px;
}
.product_meta_franch_turka {
	width: 43px;
	background-position: 0 -164px;
}
.product_meta_franch_sifon {
	width: 19px;
	background-position: 0 -215px;
}
.product_meta_franch_v60vor {
	width: 28px;
	background-position: 0 -258px;
}
.product_meta_franch_filtcof {
	width: 33px;
	background-position: 0 -301px;
}
.product_meta_franch_aeropres {
	width: 22px;
	background-position: 0 -344px;
}
.productMeansTit {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.1875;
	margin-bottom: 21px;
}
.ContSinProd .quantity {
	margin: 0 0 40px 75px;
}
.ContSinProd .quantity:before {
	content: 'Кол-во';
	position: absolute;
	left: -21px;
	top: 7px;
	transform: translateX(-100%);
	font-size: 16px;
}
.ContSinProd .button.single_add_to_cart_button {
	background: #25262A;
	color: #fff;
	border-radius: 4px;
	padding: 12px 0;
	width: 191px;
}
.ContSinProd .button.single_add_to_cart_button:hover {
	background: #661619;
}
.ContSinProd .reset_variations {
	display: none;
}
.ContSinProd .product_title {
	text-transform: uppercase;
	margin-bottom: 18px;
	font-family: Roboto Slab;
	font-weight: bold;
}
.productAddToCart {
	position: relative;
	width: 100%;
	padding-bottom: 27px;
}
.ContSinProd .product-type-variable .productPrice {
	display: none;
}
.productAddToCart .variations .label {
	padding: 8px 20px 0 0;
	display: table-cell;
}
.ContSinProd .single_variation_wrap .woocommerce-variation-price {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.333333;
	padding-top: 47px;
}
.productPrice {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.333333;
}
.productPrice ins {
	text-decoration: none;
}
.productPrice del {
	font-weight: 400;
	color: #dadada;
	padding-right: 10px;
}
.productMetaVarieties {
	margin-bottom: 38px;
}
.ContSinProd .onsale {
	display: inline-block;
	position: absolute;
	background: #7d0000;
	color: #fff;
	padding: 5px 15px;
	right: -9px;
	top: -9px;
	font-size: 16px;
	font-weight: 500;
}
.ContSinProd .onsale:before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translateY(100%);
	width: 0;
	height: 0;
	border-top: 13px solid #630000;
	border-right: 9px solid transparent;
}
.ContSinProd .onsale:after {
	width: 0;
	height: 0;
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	border-bottom: 9px solid #630000;
	border-left: 8px solid transparent;
	transform: translateX(-100%);
}
/*end ContSinProd*/

/*cart*/
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	width: 32px;
}
.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
	height: auto;
}
.woocommerce-cart table.cart td {
	padding: 34px 12px;
	color: rgba(0, 0, 0, 0.8);
}
.woocommerce-cart table.cart th, .woocommerce-cart table.cart td {
	border-bottom: 1px solid #DEDEDE;
}
.woocommerce-cart-form table.cart td.product-thumbnail img {
	width: 90px;
}
.pgCartContent {
	background: #fff;
	border-radius: 4px;
}
.pgCartContent h1 {
	padding: 42px 80px 10px;
	margin: 0 0 10px;
}
.woocommerce-cart-form table.cart td.actions {
	padding-left: 80px;
	display: none;
}
.woocommerce-cart-form table.cart td.product-remove {
	padding-right: 150px;
	text-align: center;
}
.pgCartContent table.shop_table .woocommerce-shipping-methods li, .pgCheckout .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li {
    list-style-type: none;
    float: left;
/*    width: 33%;*/
    width: 50%;	
    max-width: 50%;
    position: relative;
    padding-left: 25px;
    padding-bottom: 20px;
    font-size: 16px;
    padding-right: 25px;
}
.pgCartContent table.shop_table .woocommerce-shipping-methods li label {
	font-weight: 400;
	color: rgba(0, 0, 0, 0.6);
}
.pgCartContent table.shop_table .woocommerce-shipping-methods li label .woocommerce-Price-amount {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.333333;
	padding-top: 10px;
	color: rgba(0, 0, 0, 0.8);
}
.pgCartContent table.shop_table .woocommerce-shipping-methods li [for="shipping_method_0_local_pickup-3"] {
	position: relative;
}
.pgCartContent table.shop_table .woocommerce-shipping-methods li [for="shipping_method_0_local_pickup-3"]:before, .pgCheckout .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li [for="shipping_method_0_local_pickup-3"]:before {
	content: 'Бесплатно';
	position: absolute;
	left: 0;
	bottom: 0;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.333333;
	color: rgba(0, 0, 0, 0.8);
}
.pgCartContent table.shop_table .woocommerce-shipping-methods li .shipping_method {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}
.pgCartContent table.shop_table .woocommerce-shipping-methods:before, .pgCartContent table.shop_table .woocommerce-shipping-methods:after,
.pgCheckout .woocommerce-checkout-review-order-table .woocommerce-shipping-methods:before, .pgCheckout .woocommerce-checkout-review-order-table .woocommerce-shipping-methods:after {
	content: '';
	display: list-item;
	list-style-type: none;
}
.pgCartContent table.shop_table .woocommerce-shipping-methods:after, .pgCheckout .woocommerce-checkout-review-order-table .woocommerce-shipping-methods:after {
	clear: both;
}
.pgCartContent .shop_table th {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.6);
	font-weight: 400;
}
.WoocShipTot__td--forward a.button {
	font-size: 0;
	border-radius: 4px;
	width: 191px;
	padding: 13px 0;
}
.WoocShipTot__td--forward .button, .WoocShipTot__td--forward .button:link, .WoocShipTot__td--forward .button:visited, .WoocShipTot__td--forward .button:hover, .WoocShipTot__td--forward .button:visited:hover, .WoocShipTot__td--forward .button:active, .WoocShipTot__td--forward .button:visited:active {
	color: #fff;
}
.WoocShipTot__td--forward .button, .WoocShipTot__td--forward .button:link, .WoocShipTot__td--forward .button:visited {
	background: #25262A;
}
.WoocShipTot__td--forward .button:hover, .WoocShipTot__td--forward .button:visited:hover, .WoocShipTot__td--forward .button:active, .WoocShipTot__td--forward .button:visited:active {
	background: #661619;
}
.WoocShipTot__td--forward .button:before {
	content: 'Продолжить';
	font-size: 18px;
	line-height: 1.166666;
}
.WoocShipTot__td--back a {
	text-decoration: none;
	border-radius: 4px;
	width: 191px;
	border: 1px solid #000000;
	padding: 12px 0px 11px;
	position: relative;
	font-size: 0;
}
.WoocShipTot__td--back a:before {
	content: 'Назад';
	font-size: 18px;
}
.WoocShipTot__td--back a, .WoocShipTot__td--back a:link, .WoocShipTot__td--back a:visited {
	background: transparent;
	color: rgba(0, 0, 0, 0.8);
}
.WoocShipTot__td--back a:hover, .WoocShipTot__td--back a:visited:hover, .WoocShipTot__td--back a:active, .WoocShipTot__td--back a:visited:active {
	background: #000;
	color: #fff;
}
/*.pgCart .cart-collaterals .woocommerce-shipping-totals th {
	padding-left: 80px;
}*/
.pgCart .cart-collaterals .shop_table_responsive {
	border-top:1px solid #DEDEDE;
}
.WoocShipTot td {
	border-top: 1px solid #DEDEDE;
}
.WoocShipTot__td--back {
	padding-left: 80px;
}
.WoocShipTot__td--forward {
	padding-right: 80px;
	text-align: right;
}
.wcCartContentForm a {
	text-decoration: none;
}
.wcCartContentForm .product-name a {
	font-weight: 500;
	font-size: 16px;
}
.wcCartContentForm .product-name a, .wcCartContentForm .product-name a:link, .wcCartContentForm .product-name a:visited, .wcCartContentForm .product-name a:hover, .wcCartContentForm .product-name a:visited:hover, .wcCartContentForm .product-name a:active, .wcCartContentForm .product-name a:visited:active {
	color: rgba(0, 0, 0, 0.8);
}
.wcCartContentForm .product-name .cartFormContTerm a {
	font-weight: 400;
}
.wcCartContentForm .product-name .cartFormContTerm a, .wcCartContentForm .product-name .cartFormContTerm a:link, .wcCartContentForm .product-name .cartFormContTerm a:visited, .wcCartContentForm .product-name .cartFormContTerm a:hover, .wcCartContentForm .product-name .cartFormContTerm a:visited:hover, .wcCartContentForm .product-name .cartFormContTerm a:active, .wcCartContentForm .product-name .cartFormContTerm a:visited:active {
	color: rgba(0, 0, 0, 0.6);
}
.cartFormContTerm {
	padding-bottom: 6px;
}
.woocommerce-cart table.cart th {
	padding: 9px 12px;
}
.wcCartContentForm .product-price , .wcCartContentForm .product-subtotal {
	font-weight: 500;
}
.wcCartContentForm {
	overflow: hidden;
}
.wcCartContentForm .woocommerce-cart-form__contents, .wcCartContentForm .woocommerce-cart-form__contents thead, .wcCartContentForm .woocommerce-cart-form__contents tbody, .wcCartContentForm .woocommerce-cart-form__contents tr {
	max-width: 100%;
}
#shipping_method {
	margin: 29px 0 22px;
}
.WoocShipTot__tdTit {
	color: rgba(0, 0, 0, 0.6);
	font-size: 16px;
}
.WoocShipTot__tdVal {
	font-weight: 500;
}
.WoocShipTot__tdVal strong {
	font-weight: 500 !important;
}
.pgCart .woocommerce-error, .pgCart .woocommerce-info, .pgCart .woocommerce-message {
	padding: 10px 80px 10px 111px;
}
.pgCart .woocommerce-error:before, .pgCart .woocommerce-info:before, .pgCart .woocommerce-message:before {
	left: 79px;
}
.cart-empty, .return-to-shop {
	padding: 10px 80px 20px;
}
/*end cart*/

/*pgCheckout*/
.pgCheckoutContent {
	background: #fff;
	/*padding: 22px 80px 21px;*/
}
.page-id-17 .pgCheckoutContent .woocommerce {
	/*padding: 0px 80px 0px;*/
}
.page-id-17 .pgCheckoutContent .woocommerce .woocommerce-form-login-toggle, .page-id-17 .pgCheckoutContent .woocommerce .woocommerce-form-login, .page-id-17 .pgCheckoutContent .woocommerce .woocommerce-checkout-review-order{
	padding: 0px 80px 0px;
}
.page-id-17 .pgCheckoutContent .woocommerce .woocommerce-checkout h3 {
	padding:25px 80px 0px;
}
.page-id-17 .pgCheckoutContent .woocommerce .woocommerce-form-login-toggle {
	border-top:3px solid rgba(193, 155, 114, 0.8);
}
.page-id-17 .pgCheckoutContent .woocommerce .woocommerce-checkout .woocommerce-NoticeGroup-checkout ul {
	border: none;
}
.page-id-17 .pgCheckoutContent .woocommerce .woocommerce-checkout .woocommerce-NoticeGroup-checkout ul:before {
padding: 0px;
}
.page-id-17 .pgCheckoutContent .woocommerce .woocommerce-checkout .woocommerce-NoticeGroup-checkout {
	border-top:3px solid rgba(193, 155, 114, 0.8);
}
@media (max-width: 991px) {
	.pgCheckoutContent .woocommerce {
	padding:0px;
	}
	.page-id-17 .pgCheckoutContent .woocommerce .woocommerce-form-login-toggle, .page-id-17 .pgCheckoutContent .woocommerce .woocommerce-form-login, .page-id-17 .pgCheckoutContent .woocommerce .woocommerce-NoticeGroup-checkout, .page-id-17 .pgCheckoutContent .woocommerce .col2-set,.page-id-17 .pgCheckoutContent .woocommerce .woocommerce-checkout-review-order{
	padding: 0px;
	}
	.page-id-17 .pgCheckoutContent .woocommerce .woocommerce-checkout h3 {
	padding:25px 0px 0px;
}
}
.pgCheckoutContent h1 {
	/*margin-bottom: 26px;*/
	margin:0px;
	padding: 48px 80px 21px;
	/*border-bottom: 3px solid rgba(193, 155, 114, 0.8);*/
}
.pgCheckout input[type="text"], .pgCheckout textarea, .pgCheckout input[type="tel"], .pgCheckout input[type="email"] {
	border-radius: 4px;
	border: 1px solid #DEDEDE;
	outline: none;
	transition: border .2s;
	font-size: 16px;
	padding: 8px 9px;
	width: 100%;
}
.pgCheckout input[type="text"]:focus, .pgCheckout textarea:focus, .pgCheckout input[type="tel"]:focus, .pgCheckout input[type="email"]:focus {
	border: 1px solid #afafaf;
}
.pgCheckout .woocommerce-checkout .woocommerce-shipping-fields {
	display: none;
}
.woocommerce-billing-fields > h3 {
	display: none;
}
.pgCheckout .woocommerce-billing-fields .select2-container--default .select2-selection--single {
	border: 1px solid #DEDEDE;
	outline: none;
}
.woocommerce-checkout-review-order-table .woocommerce-shipping-methods li, .wc_payment_methods li {
	list-style-type: none;
}
.pgCheckout .form-row {
	padding: 0 10px;
	margin-bottom: 19px;
}
.pgCheckout .woocommerce-billing-fields #billing_company_field {
	clear: both;
}
.pgCheckout .woocommerce-checkout-review-order-table {
	border: 1px solid #DEDEDE;
	border-collapse: separate;
	border-radius: 4px;
	margin-bottom: 41px;
}
.pgCheckout .woocommerce-checkout-review-order-table th, .pgCheckout .woocommerce-checkout-review-order-table td {
	border-bottom: 1px solid #DEDEDE;
	padding: 14px 14px;
}
.pgCheckout .woocommerce-checkout-review-order-table th {
	color: rgba(0, 0, 0, 0.6);
	font-weight: 400;
}
.pgCheckout .woocommerce-checkout-review-order-table .order-total td strong {
	font-weight: 400;
}
.pgCheckout .woocommerce-checkout-review-order-table .product-name .product-quantity {
	font-weight: 400;
	color: rgba(0, 0, 0, 0.6);
}
.pgCheckout .woocommerce-checkout-review-order-table .cart-subtotal {
	display: none;
}
.pgCheckout .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li {
	padding-left: 0;
/*	width: 193px;*/
	display: flex;
/*    width: 33%;*/
width:50%;
    padding-right: 10px;
}
.pgCheckout .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li .woocommerce-Price-amount {
	display: block;
	font-size: 18px;
	font-weight: 500;
	padding-top: 9px;
}
.pgCheckout .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li label {
	font-weight: 400;
	padding-left: 10px;
}
.pgCheckout .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li [for="shipping_method_0_local_pickup-3"] {
	position: relative;
	padding-bottom: 33px;
}
.pgCheckout .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li [for="shipping_method_0_local_pickup-3"]:before {
	padding-left: 10px;
}
.pgCheckoutContent .woocommerce-checkout-review-order-table #shipping_method {
	margin: 0;
	padding: 0;
}
.pgCheckout .woocommerce-checkout-review-order-table tfoot tr:last-child th, .pgCheckout .woocommerce-checkout-review-order-table tfoot tr:last-child td {
	border: none;
}
.pgCheckout .woocommerce-checkout-payment .place-order {
	text-align: right;
}
.pgCheckout .woocommerce-checkout-payment .woocommerce-privacy-policy-text {
	text-align: left;
}
button#place_order {
	color: #fff;
	background: #25262A;
	border-radius: 4px;
	width: 207px;
	padding: 13px 0 12px;
	margin-bottom: 20px;
}
button#place_order:hover {
	background: #661619;
}
.pgCheckout .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper {
	display: none;
}
.pgCheckout .woocommerce-checkout-payment .wc_payment_methods {
	border: 1px solid #DEDEDE;
	border-radius: 4px;
	border-left: 30%;
	padding-left: calc(30% + 28px);
	padding-top: 14px;
	padding-bottom: 3px;
	position: relative;
}
.pgCheckout .woocommerce-checkout-payment .wc_payment_methods:before {
	content: 'Оплата';
	position: absolute;
	z-index: 1;
	left: 14px;
	top: 13px;
}
.pgCheckout .woocommerce-checkout-payment .wc_payment_methods .payment_box {
	display: none !important;
}
.pgCheckout .woocommerce-checkout-review-order-table th.product-name {
	width: 30%;
}
.pgCheckout .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.6);
	margin-bottom: 6px;
	display: flex;
}
.pgCheckout .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method label {
	font-weight: 400;
	padding-left: 9px;
}
.pgCheckout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order {
	padding: 30px 0 0;
}
.pgCheckout .form-row#billing_country_field {
	margin-bottom: 23px;
}
#order_review_heading {
	padding-top: 25px;
	margin-top: 0;
	margin: 0 0 32px;
}
/*end pgCheckout*/

.woocommerce .woocommerce-order h2, .woocommerce-thankyou-order-received {
	font-weight: 500;
	font-size: 24px;
	color: rgba(0, 0, 0, 0.8);
}
.woocommerce .woocommerce-order {
	padding: 0 80px 60px 80px; 
}
.woocommerce .woocommerce-thankyou-order-details li {
	list-style: none;
	font-size: 18px;
	color: rgba(0, 0, 0, 0.5);
}
.woocommerce .woocommerce-thankyou-order-details li strong {
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: rgba(0, 0, 0, 0.8);
}
.woocommerce .woocommerce-order-details .woocommerce-table__product-name, .woocommerce .woocommerce-table__product-table {
	font-size: 18px;
	color: rgba(0, 0, 0, 0.5);
	font-style: normal;
	font-weight: normal;
}
.woocommerce .woocommerce-order-details tfoot th {
	font-size: 18px;
	color: rgba(0, 0, 0, 0.5);
	font-style: normal;
	font-weight: normal;
}
.woocommerce-order-details a {
	color: rgba(0, 0, 0, 0.5);
	text-decoration: underline;
}
.woocommerce-order-details .product-quantity {
	font-weight: 500;
}
.woocommerce .address .form-field label {
	display: none;
}
.woocommerce .woocommerce-customer-details address, .woocommerce .woocommerce-customer-details--phone, .woocommerce .woocommerce-customer-details--email {
	margin-bottom: 0;
}




@media (max-width: 767px) {
	.ContSinProd .product .summary, .ContSinProd .conSinProdAddInfo {
		padding: 0 15px;
	}
	.ContSinProd .woocommerce-product-attributes-item {
		width: 100%;
	}
	.ContSinProd .product {
		padding-bottom: 17px;
	}
	.ContSinProd .conSinProdAddDesc {
		padding: 0 15px;
	}
	.woocommerce ul.products li.product {
		width: 50%;
		padding: 0 5px 10px;
	}
	.woocommerce ul.products {
		margin-left: -5px;
		margin-right: -5px;
	}
	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		font-size: 18px;
		/*height: 32px;*/
		padding: 0 10px;
		margin-top: 17px;
	}
	.woocommerce ul.products li.product .price ins, .woocommerce ul.products li.product .price del {
		display: table;
		margin: 0 auto;
	}
	.woocommerce ul.products li.product .productInner {
		padding-bottom: 59px;
	}
	.woocommerce ul.products li.product .price {
		/*height: 44px;*/
		overflow: hidden;
		font-size: 16px;
	}
	.contProdLine {
		margin: 14px auto 15px;
	}
	.woocommerce-cart-form table.cart td.product-thumbnail, .woocommerce-cart-form table.cart td.actions {
		padding-left: 7px;
	}
	.woocommerce-cart table.cart td {
		padding: 4px 7px;
	}
	.woocommerce-cart-form table.cart td.product-thumbnail, .wcCartContentForm .woocommerce-cart-form__contents .product-thumbnail, .wcCartContentForm .woocommerce-cart-form__contents .product-price, .WoocCartTotDeliv th {
		display: none;
	}
	.wcCartContentForm td.product-price, .wcCartContentForm td.product-subtotal {
		font-size: 14px;
	}
	.wcCartContentForm .woocommerce-cart-form__contents, .wcCartContentForm .woocommerce-cart-form__contents thead,  .wcCartContentForm .woocommerce-cart-form__contents th, .wcCartContentForm .woocommerce-cart-form__contents tbody, .WoocCartTotDeliv, .WoocCartTotDeliv tbody, .WoocCartTotDeliv tr, .WoocCartTotDeliv td {
		display: block;
	}
	.wcCartContentForm .woocommerce-cart-form__contents tr {
		display: flex;
	}
	.wcCartContentForm .woocommerce-cart-form__contents .product-name {
		width: 40%;
		word-break: break-word;
	}
	.wcCartContentForm .woocommerce-cart-form__contents .product-quantity {
		width: 30%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.wcCartContentForm .woocommerce-cart-form__contents .product-subtotal {
		width: 20%;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	.wcCartContentForm .woocommerce-cart-form__contents .product-remove {
		width: 10%;
	}
	.wcCartContentForm .woocommerce-cart-form__contents th.product-remove {
		overflow: hidden;
		color: transparent;
	}
	.woocommerce-cart-form table.cart td.product-remove {
		padding-left: 0;
		padding-right: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.pgCartContent .shop_table th, .wcCartContentForm .product-name a {
		font-size: 14px;
	}
	.cartFormContTerm {
		padding-bottom: 0;
	}
	.wcCartContentForm .quantity {
		max-width: 100%;
		width: 70px;
		overflow: hidden;
	}
	.wcCartContentForm .quantity .quantity-arrows {
		width: 20px;
	}
	.wcCartContentForm .quantity input[type=number] {
		margin-left: 20px;
		height: 28px;
		width: 30px;
	}
	.woocommerce-cart table.cart td.product-remove a {
		margin-left: 0;
	}
	.wcCartContentForm .woocommerce-cart-form__contents td.actions {
		width: 100%;
		padding-top: 7px;
		padding-bottom: 7px;
	}
	.WoocShipTot__td--subtotal {
		padding: 6px 0 3px 7px;
	}
	.WoocShipTot__td--total {
		padding: 6px 7px 3px 0;
		text-align: right;
	}
	.WoocShipTot__td--back, .WoocShipTot__td--forward {
		padding: 7px;
	}
/*	.pgCart .cart-collaterals .woocommerce-shipping-totals th {
		padding: 0 14px 0 7px;
	}*/
	.pgCartContent table.shop_table .woocommerce-shipping-methods li label, .pgCartContent table.shop_table .woocommerce-shipping-methods li [for="shipping_method_0_local_pickup-3"]:before, .pgCartContent table.shop_table .woocommerce-shipping-methods li label .woocommerce-Price-amount {
		font-size: 14px;
	}
	/*.pgCartContent table.shop_table .woocommerce-shipping-methods li [for="shipping_method_0_local_pickup-3"] {
		padding-bottom: 24px;
	}*/
	
	.pgCartContent table.shop_table .woocommerce-shipping-methods li label .woocommerce-Price-amount {
		padding-top: 5px;
	}
	.pgCartContent table.shop_table .woocommerce-shipping-methods li {
		width: 50%;
		padding-left: 20px;
	}
	#shipping_method {
		margin: 6px 0 2px;
		padding: 0 7px;
	}
	.pgCartContent h1 {
		padding: 15px 7px 0px;
	}
	.pgCart .woocommerce-error:before, .pgCart .woocommerce-info:before, .pgCart .woocommerce-message:before {
		left: 7px;
	}
	.pgCart .woocommerce-error, .pgCart .woocommerce-info, .pgCart .woocommerce-message {
		padding: 10px 39px 10px 39px;
	}
	.cart-empty, .return-to-shop {
		padding: 10px 7px 15px;
	}
	.pgCheckoutContent {
		padding: 1px 15px 1px;
	}
	.pgCheckout .woocommerce-checkout-review-order-table, .pgCheckout .woocommerce-checkout-review-order-table thead, .pgCheckout .woocommerce-checkout-review-order-table tbody, .pgCheckout .woocommerce-checkout-review-order-table tfoot {
		display: block;
	}
	.pgCheckout .woocommerce-checkout-review-order-table tr {
		display: flex;
	}
	.pgCheckout .woocommerce-checkout-review-order-table th, .pgCheckout .woocommerce-checkout-review-order-table td {
		width: 50% !important;
	}
	.pgCheckout .woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals th {
		display: none;
	}
	.pgCheckout .woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals td {
		width: 100% !important;
	}
	.pgCheckout .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li {
		width: 50%;
	}
	.pgCheckout .woocommerce-checkout-review-order-table th, .pgCheckout .woocommerce-checkout-review-order-table td {
		padding: 10px;
	}
/*	.pgCheckout .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li:nth-child(2n) {
		padding-left: 10px;
	}*/
	.woocommerce .woocommerce-order {
		padding: 0 20px 30px 20px; 
	}
	.pgCheckoutContent h1 {
		padding: 22px 20px 21px;
	}
	.pgCheckout .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li label {
		padding-left: 20px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.ContSinProd .product .summary {
		padding: 10px 20px 0 30px;
	}
	.productAddToCart {
		padding: 20px 0;
	}
	.ContSinProd .single_variation_wrap .woocommerce-variation-price {
		padding: 30px 0;
	}
	.productMetaVarieties {
		margin-bottom: 15px;
	}
	.ContSinProd .product {
		padding-bottom: 10px;
	}
	.ContSinProd .conSinProdAddInfo {
		padding: 0 30px;
	}
	.woocommerce ul.products li.product {
		width: 33.33%;
	}
	.woocommerce-cart-form table.cart td.product-thumbnail, .woocommerce-cart-form table.cart td.actions {
		padding-left: 20px;
	}
	.woocommerce-cart-form table.cart td.product-remove {
		padding-right: 20px;
	}
	.woocommerce-cart table.cart td {
		padding: 20px 10px;
	}
	.pgCart .cart-collaterals .woocommerce-shipping-totals th, .WoocShipTot__td--back {
		padding-left: 20px;
	}
	.WoocShipTot td {
		padding: 20px;
	}
	.WoocShipTot__td--total {
		text-align: right;
	}
	#shipping_method {
		display: table;
		margin: 20px auto 16px;
	}
	.wcCartContentForm .product-price, .wcCartContentForm .product-subtotal {
		text-align: center;
	}
	.pgCartContent h1 {
		padding: 22px 20px 5px;
	}
	.pgCart .woocommerce-error, .pgCart .woocommerce-info, .pgCart .woocommerce-message {
		padding: 10px 57px 10px 53px;
	}
	.pgCart .woocommerce-error:before, .pgCart .woocommerce-info:before, .pgCart .woocommerce-message:before {
		left: 21px;
	}
	.cart-empty, .return-to-shop {
		padding: 10px 20px 20px;
	}
	.pgCheckoutContent {
		padding: 22px 40px 21px;
	}
	.pgCheckout .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li label {
		padding-left: 20px;
	}
}
@media (max-width: 991px) {
	.WoocShipTotTable, .WoocShipTotTable tbody {
		display: block;
	}
	.WoocShipTot {
		display: flex;
		flex-wrap: wrap;
	}
	.WoocShipTot__td--back, .WoocShipTot__td--subtotal, .WoocShipTot__td--total, .WoocShipTot__td--forward {
		width: 50%;
	}
	.WoocShipTot__td--subtotal {
		order: 1;
	}
	.WoocShipTot__td--total {
		order: 2;
	}
	.WoocShipTot__td--back {
		order: 3;
	}
	.WoocShipTot__td--forward {
		order: 4;
	}
	.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
		float: none;
		width: auto;
	}
}
@media (min-width: 768px) {
	.ContSinProd .product .woocommerce-product-gallery, .ContSinProd .product .summary {
		float: right;
		width: 50%;
	}
	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		/*height: 40px;*/
	}
	.pgCheckout .woocommerce-billing-fields .form-row-first, .pgCheckout .woocommerce-billing-fields .form-row-last {
		float: left;
		width: 50%;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.ContSinProd .product {
		padding-bottom: 22px;
	}
	.pgCart .woocommerce-shipping-totals.shipping th {
		width: 317px;
		vertical-align: middle;
		text-align: center;
		padding: 20px;
	}
	.WoocShipTot__td--back {
		width: 339px;
	}
/*	.pgCartContent table.shop_table .woocommerce-shipping-methods li, .WoocShipTot__td--subtotal, .WoocShipTot__td--total {
		width: 165px;
	}*/s
	.wcCartContentForm .product-price, .wcCartContentForm .product-subtotal {
		min-width: 125px;
		text-align: center;
	}
	.woocommerce-cart-form table.cart td.product-remove {
		padding-right: 114px;
		padding-left: 28px;
	}
}
@media (min-width: 992px) {
	.ContSinProd .woocommerce-variation-add-to-cart {
		position: absolute;
		right: 0;
		top: 0;
		text-align: right;
	}
	.ContSinProd .product .summary {
		padding: 30px 30px 0 50px;
	}
	.ContSinProd .conSinProdAddInfo {
		padding: 0 50px;
	}
	.woocommerce ul.products.columns-4 li.product {
		width: 33.33%;
	}
	.WoocShipTot__td--subtotal, .WoocShipTot__td--total {
		padding: 29px 0 28px;
	}
}
@media (min-width: 1200px) {
	.ContSinProd .product .summary {
		padding: 46px 80px 0 80px;
	}
	.ContSinProd .conSinProdAddInfo {
		padding: 0 80px;
	}
	.ContSinProd .conSinProdAddDesc {
		/*padding: 0 294px 0 80px;*/
		padding-top: 37px;
		padding-left: 0;
	}
	.ContSinProd .conSinProdAddDesc p {
		margin: 0 0 10px;
	}
	.ContSinProd .conSinProdAddDesc p:last-child {
		margin: 0 0 10px;
	}
	.woocommerce ul.products.columns-4 li.product {
		width: 25%;
	}
	.pgCart .woocommerce-shipping-totals.shipping th {
		width: 250px;
		vertical-align: middle;
		padding: 20px;
		text-align: center;
	}
	.WoocShipTot__td--back {
		width: 390px;
	}
	.WoocShipTot__td--subtotal, .WoocShipTot__td--total {
		width: 188px;
	}
	.page-id-18 .woocommerce-form-login .lost_password a {
		position: relative;
		top: -98px;
		left: 140px;
	}
	.page-id-18 .u-column2 {
		margin: -1px -103px;
	}
	.page-id-17 .woocommerce-additional-fields__field-wrapper {
		padding-left: 60px;
	}
}

#createaccount {
    position: relative;
    margin: 0 5px 0 0;
}
 
.page-id-35 .pgSimpleContent .pgSimpleContent__prew__description .pgSimpleContent__prew__description_container-content .pgSimpleContent__prew__description_lable {
	margin: 0px;
   padding: 0px;
   margin-bottom: 20px;
   margin-top: 30px;
    /*border-bottom: 3px solid rgba(193, 155, 114, 0.8);*/
}
.page-id-17 .select2-container--default .select2-selection--single .select2-selection__arrow {
	left: 93%;
	top:0px;
}
.logged-in .pgSimpleContent h1 {
	padding: 40px 40px 20px;
}
.woocommerce .woocommerce-form-login p, .woocommerce .woocommerce-form-register .woocommerce-form-row {
	width: 260px;
}
.woocommerce .woocommerce-privacy-policy-text {
	padding-right: 15px;
}





@media (max-width: 768px) {

.pgCartContent table.shop_table .woocommerce-shipping-methods li, .pgCheckout .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li {
	width:100%;
	max-width:100%;
	padding-left:24px;
	padding-right:0;
}

.pgCartContent table.shop_table .woocommerce-shipping-methods li input[type=radio], .pgCheckout .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li  input[type=radio] {
	position:absolute;
/*	margin-left:-8px;*/
/*	-webkit-appearance:none;*/
}
.pgCartContent table.WoocCartTotDeliv td, .pgCartContent table.WoocCartTotDeliv th {
	display: block;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
} 
.pgCartContent table.WoocCartTotDeliv th {
	padding-bottom:0;
}
	
	.contProdVar1, .contProdCountry {
		font-size: 12px;
		padding: 0 10px;
	}	
	.contProdVar2 {
		font-size:13px;
	}
}
.pgCartContent table.shop_table .woocommerce-shipping-methods li [for="shipping_method_0_local_pickup-3"]:before, .pgCheckout .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li [for="shipping_method_0_local_pickup-3"]:before {
	display:none;
}

.woocommerce .woocommerce-order-details .woocommerce-order-details__title {
	display: none;
}
.woocommerce .woocommerce-thankyou-order-details li.method, .woocommerce .woocommerce-thankyou-order-details li.total, .woocommerce .woocommerce-customer-details--email {
	display: none;
}