/*
Theme Name: Ventura
Author: Junior Presezniak
Description: A grid style theme for woocommerce
Version: 1.0
*/

body
{
	margin: 0px;
	font-family: 'Roboto', sans-serif;
	background: var(--background, #F4F5F7);
}

.carro
{
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	overflow-x: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.carro::-webkit-scrollbar
{ 
	display: none;
}

.ns
{
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

.menumobileicon
{
	display: none;
}

.textblock
{
	line-height: 24px;
	margin-top: 21px;
}

h1.adjust
{
	padding-right: 140px !important;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.nomargin
{
	margin: 0px;
}

.orders
{
	width: 100%;
	min-width: 800px;
	display: table;
}

.ordersinner
{
	float: left;
	width: 100%;
	overflow: auto;
}

.orderline
{
	display: table-row;
}

.orderline.fill
{
	background-color: #efefef;
}

.orderitem
{
	display: table-cell;
	padding: 10px;
	text-align: justify;
	border: 1px solid #E9E9E9;
}

.orderitem a
{
	color:#67C15E;
	text-decoration: none;
}

.account input,.account select
{
	padding: 16px;
	box-sizing: border-box;
	border-radius: 16px;
	border: 1px solid var(--gray-10, #E9E9E9);
	background: var(--white, #FFF);
	outline: 0;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.account label
{
	width: 100%;
	float: left;
	color: var(--gray-80, #424040);
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 8px;
}

.account .submit
{
	cursor: pointer;
    float: left;
    margin: 0px;
    border-radius: 14px;
    box-shadow: 0px 4px 15px 0px rgba(250, 195, 52, 0.20);
    height: 52px;
    width: 100%;
    border: 0px;
    outline: 0;
    background: linear-gradient(93deg, #FACE33 6.18%, #FFB931 99.33%);
    color: var(--gray-90, #090303);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}

.account .submit:hover
{
	opacity: 0.85;
}

.menumobile,.mobilesearch
{
	display: none;
}

.noptin-integration-subscription-checkbox.noptin-integration-subscription-checkbox-woocommerce
{
	padding-left: 20px;
	color: var(--gray-80, #424040);
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 10px;
	display: block;
	float: left;
	width: 100%;
	box-sizing: border-box;
	height: 24px;
	position: relative;
	line-height: 24px;
	clear: both;
	padding-left: 48px;
	box-sizing: border-box;
}

.noptin-integration-subscription-checkbox.noptin-integration-subscription-checkbox-woocommerce b
{
	color: var(--color-2, #E43F16);
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.noptin-integration-subscription-checkbox.noptin-integration-subscription-checkbox-woocommerce b a
{
	color: var(--color-2, #E43F16);
	display: inline-block;
	text-decoration: none;
	height: 24px;
	line-height: 24px;
	z-index: 2;
	position: relative;
	color: #6D5690;
}

.noptin-integration-subscription-checkbox.noptin-integration-subscription-checkbox-woocommerce input
{
	top: 10px;
	left: 10px;
    position: absolute;
    -moz-appearance:none;
	-webkit-appearance:none;
	-o-appearance:none;
	outline: none;
	content: none;
	margin-right: 30px;
}

.noptin-integration-subscription-checkbox.noptin-integration-subscription-checkbox-woocommerce input:after
{
	position: absolute;
    top: -15px;
    left: 0;
    content: '';
    width: 24px;
    height: 24px;
    z-index: 1;
    background-color: #fff;
    border-radius: 8px;
	border: 1px solid var(--gray-20, #D0D0D0);
	background: var(--white, #FFF);
	cursor: pointer;
}

.noptin-integration-subscription-checkbox.noptin-integration-subscription-checkbox-woocommerce input:checked:after
{
	background-color: var(--white, #2BBA00);
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(img/checked2.svg);
	background-size: 16px;
}

.dimg
{
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(img/ft.svg);
	background-size: 154px;
	min-width: 154px;
	height: 35px;
	display: inline-block;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 2px;
}

.dimg b
{
	font-size: 13px;
	padding-left: 22px;
	text-align: left;
	margin-top: 3px;
	float: left;
	color: #848484;
	white-space: nowrap;
}

.dimg span
{
	white-space: nowrap;
	float: left;
	font-size: 10px;
	text-align: left;
	margin-top: 5px;
	color: #DCDCDC;
}

.formover
{
	float: left;
	width: 100%;
	color: var(--gray-60, #858585);
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding-left: 20px;
	margin-top: 8px;
	box-sizing: border-box;
}

.formover2
{
	float: left;
	width: 100%;
	color: var(--gray-60, #858585);
	font-family: Roboto;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-left: 20px;
	margin-top: 8px;
	box-sizing: border-box;
}

.formover2 span
{
	float: right;
	padding-right: calc(50% + 40px);
}

.formover b
{
	color: var(--color-green, #2BBA00);
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.extraproduct
{
	display: none;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.warrantytext
{
	float: left;
	width: 100%;
	color: var(--gray-60, #858585);
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 157.143% */
	padding: 16px;
	box-sizing: border-box;
	padding-top: 0px;
	display: none;
}

.rotate180
{
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	transition: .2s all
}

.rotate90
{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	transition: .2s all;
}

.rotate45
{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: .2s all;
}

.page
{
	max-width: 1240px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.page.pagecheckout
{
	max-width: 1240px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.footer_line
{
	margin-top: 50px;
	background: #232F3F;
	text-align: center;
}

.footer_line .item
{
	color: var(--dark_bg, #fff);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: inline-block;
	text-align: left;
	margin-right: 30px;
	margin=left: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.footer_line .item.f1
{
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(img/f1.svg);
	background-size: 42px;
	padding-left: 50px;
}

.footer_line .item.f2
{
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(img/f2.svg);
	background-size: 42px;
	padding-left: 50px;
}

.footer_line .item.f3
{
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(img/f3.svg);
	background-size: 42px;
	padding-left: 50px;
}

.footer_line .item.f4
{
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(img/f4.svg);
	background-size: 42px;
	padding-left: 50px;
}

.footer_line .item.f5
{
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(img/f5.svg);
	background-size: 42px;
	padding-left: 50px;
}

.last_footer
{
	width: 100%;
	float: left;
	background: var(--gray-90, #0E1217);
	padding-top: 15px;
	padding-bottom: 15px;
}

.go_left
{
	float: left;
}

.go_center
{
	text-align: center;
	width: 100%;
	float: left;
}

.fre.freecheck
{
	margin-top: 120px;
	border-bottom: 0px;
	margin-bottom: 20px;
}

.go_center.ft.ftm
{
	margin-top: 24px;
	margin-bottom: 24px;
}

.last_footer.last_footer_check
{
	padding-top: 21px;
	padding-bottom: 21px;
}

.go_center.ft.fti img
{
	height: 50px;
	margin-left: 8px;
	margin-right: 8px;
}

.go_center.ft
{
	color: var(--gray-60, #5D617D);
	font-family: Roboto;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.last_footer .go_right img
{
	margin-top: 8px;
	margin-left: 5px;
	display: inline-block;
	height: 24px;
}

.go_right
{
	float: right;
}

.footer
{
	background: #131921;
	padding-top: 25px;
	padding-bottom: 20px;
}

.footer .disc
{
	margin-top: 20px;
	color: #fff;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
	width: 330px;
}

.footer .bird
{
	float: left;
	margin-top: 0px;
	margin-right: 40px;
	margin-left: 0px;
}

.footer .info
{
	border-radius: 16px;
	background: var(--gray-80, #232F3F);
	color: var(--white, #FFF);
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	color: #fff;
	width: 330px;
	height: 60px;
	box-sizing: border-box;
}

.footer .info b
{
	float: left;
	width: 100%;
	color: var(--white, #FFF);
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.footer .info.i1
{
	background-repeat: no-repeat;
	background-position: left 20px center;
	background-image: url(img/i1.svg);
	background-size: 24px;
	padding-left: 60px;
	margin-bottom: 10px;
	line-height: 60px;
}

.footer .info.i2
{
	background-repeat: no-repeat;
	background-position: left 20px center;
	background-image: url(img/i2.svg);
	background-size: 24px;
	padding-left: 60px;
	margin-bottom: 10px;
	padding-top: 10px;
	box-sizing: border-box;
}

.footer .info.i3
{
	background-repeat: no-repeat;
	background-position: left 20px center;
	background-image: url(img/i3.svg);
	background-size: 24px;
	padding-left: 60px;
	padding-top: 10px;
	box-sizing: border-box;
}

.footer .info_text
{
	float: left;
	margin-bottom: 20px;
	color: var(--white, #FFF);
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	width: 330px;
}

.footer .info_text b
{
	float: left;
	width: 100%;
	color: var(--white, #FFF);
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 3px;
}

.footer .info_text span
{
	float: left;
	width: 100%;
	color: var(--white, #FFF);
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.footer .links
{
	margin-right: 0px;
	float: right;
	width: 220px;
	color: var(--gray-50, #9B9B9B);
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.footer .links span
{
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 15px;
}

.footer .links li
{
	width: 100%;
	color: var(--color-yellow, #F8BE3F);
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px; /* 185.714% */
	float: left;
	text-decoration: none;
}

.footer .links li a
{
	color: var(--color-2, #FF8800);
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px; /* 185.714% */
	text-decoration: none;
}

.footer .links li a:hover
{
	color: #fff;
}

.c
{
	clear: both;
}

.header
{
	float: left;
	width: 100%;
	position: relative;
	background: #131921;
}

.header.headercart,.page.headercart
{
	display: none;
}

.header .headerhd
{
	z-index: 1;
	background: #131921;
	float: left;
	width: 100%;
}

.header .line
{
	background: var(--dark_bg, #1F1F1F);
	height: 52px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: -1;
}

.header .menu_corner
{
	margin-top: 72px;
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
	background: var(--dark_bg, #1F1F1F);
	height: 52px;
	line-height: 52px;
	width: calc(100% - 268px);
	float: left;
	width: 16px;
}

.menuheader
{
	background: #232F3F;
	height: 46px;
	line-height: 46px;
	width: 100%;
	float: left;
}

.menuheader .menutable
{
	display: table;
	width: 100%;
}

.menuheader .menutable .menutr
{
	width: 100%;
	display: table-row;
}

.menuheader .menutable .menutr a,.morecats
{
	padding-left: 35px;
	padding-right: 35px;
	width: auto;
	display:table-cell;
	height: 46px;
	line-height: 46px;
	color: var(--white, #FFF);
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
}

.morecats b
{
	margin-left: 8px;
	display: inline-block;
	width: 12px;
	height: 12px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(img/down.svg);
	background-size: 12px;
	transition: all 0.1s ease-in-out;
}

.morecatsopc
{
	background-color: #fff;
	position: absolute;
	top: 58px;
	right: 0px;
	width: 100%;
	border-radius: 16px;
	box-sizing: border-box;
	padding: 12px;
	z-index: 2;
	white-space: nowrap;
	position: absolute;
	display: none;
}

.morecatsopc a
{
	float: left;
	width: 100% !important;
	color: #000 !important;
}

.menuheader  .menutable .menutr a:hover,.menuheader .menutable .menutr a.sel
{
	font-weight: bold;
}

.header .logo
{
	float: left;
	height: 80px;
	margin-right: 10px;
	margin-left: 0px;
}

.header .logo img
{
	height: 80px;
	margin-top: 5px;
}

.header .searchbar
{
	height: 72px;
	line-height: 52px;
	float: left;
	width: calc(100% - 208px);
	padding-top: 15px;
	padding-bottom: 10px;
	box-sizing: border-box;
	display: flex;
}

.header .searchbar .phone
{
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(img/phone.svg);
	background-size: 52px;
	padding-left: 60px;
	height: 52px;
	float: left;
	width: 280px;
	margin-right: 50px;
}

.header .searchbar .phone .l1
{
	float: left;
	width: 100%;
	height: 26px;
	line-height: 30px;
	box-sizing: border-box;
	padding-top: 3px;
}

.header .searchbar .phone .l2
{
	text-align: right;
	float: left;
	width: 100%;
	height: 26px;
	line-height: 26px;
	padding-right: 26px;
	box-sizing: border-box;
	padding-top: 6px;
}

.header .searchbar .phone .l2 a
{
	color: var(--color-2, #E43F16);
	font-family: Roboto;
	text-decoration: none;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.header .searchbar .phone .l1 b
{
	display: inline-block;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(img/whats.svg);
	background-size: 20px;
	padding-right: 26px;
	float: right;
}

.header .searchbar .phone a
{
	float: left;
	width: 100%;
}

.header .searchbar .input
{
	overflow: hidden;
	border-radius: 16px;
	border: 1px solid var(--gray-10, #E9E9E9);
	background: var(--white, #FFF);
	height: 52px;
	float: left;
	flex: 1;
	box-sizing: border-box;
}

.header .searchbar .input2
{
	margin-left: 15px;
	width: calc(100% - 135px);
	outline: 0;
	height: 44px;
	margin-top: 3px;
	border: 0px;
	float: left;
	color: var(--gray-60, #858585);
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 44px;
}

.header .searchbar .submit
{
	cursor: pointer;
	float: right;
	margin: 3px;
	border-radius: 14px;
	box-shadow: 0px 4px 15px 0px rgba(159, 212, 66, 0.20);
	height: 44px;
	width: 44px;
	border: 0px;
	outline: 0;
	text-align: left;
	padding-left: 20px;
	background: url(img/search-black.svg) no-repeat center center;
	background-color: #FEBD69;
	color: #000;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.header .searchbar .submit:hover
{
	opacity: 0.85;
}

.header .searchbar .tcart .cn
{
	background-color: #FEBD69;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	color: var(--white, #000);
	font-family: Roboto;
	font-size: 10px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	text-align: center;
	position: absolute;
	top: 7px;
	left: 30px;
}

.iteminner
{
	display: flex;
	flex-wrap: wrap;
}

.tcart .cn2
{
	background-color: #FF8800;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	color: var(--white, #FFF);
	font-family: Roboto;
	font-size: 10px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	text-align: center;
	position: absolute;
	top: -3px;
	right: 27px;
	display: none;
}

.header .searchbar .tcart
{
	text-decoration: none;
	cursor: pointer;
	position: relative;
	float: left;
	border-radius: 14px;
	background-color: #050505;
	height: 52px;
	line-height: 52px;
	border: 0px;
	text-align: left;
	padding-left: 58px;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: left 20px center;
	background-image: url(img/cart.svg);
	background-size: 20px;
	color: #FFF;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	margin-left: 5px;
}

.header .searchbar .contact,.steps .contact
{
	text-decoration: none;
	position: relative;
	float: left;
	border-radius: 14px;
	background-color: #050505;
	height: 52px;
	line-height: 52px;
	border: 0px;
	text-align: left;
	padding-left: 46px;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: left 14px center;
	background-image: url(img/whats.svg);
	background-size: 21px;
	color: #FF8800;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	margin-left: 10px;
	width: 165px;
}

.steps .contact
{
	float: right;
	margin-top: 25px;
}

.header .searchbar .contact .text,.steps .contact .text
{
	float: left;
	width: 100%:;
	color: var(--gray-20, #CBCBCB);
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	margin-top: 5px;
	line-height: normal;
}

.header .searchbar .contact .number,.steps .contact .number
{
	float: left;
	width: 100%;
	color: var(--white, #FFF);
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding-right: 20px;
}

.header .searchbar .searchmobile
{
	cursor: pointer;
	float: left;
	background-color: #050505;
	height: 42px;
	width: 42px;
	line-height: 42px;
	border: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(img/search.svg);
	background-size: 18px;
	border-radius: 16px;
	margin-left: 5px;
	position: relative;
	display: none;
}

.header .searchbar .user
{
	cursor: pointer;
	float: left;
	background-color: #050505;
	height: 52px;
	width: 52px;
	line-height: 52px;
	border: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(img/user-white.svg);
	background-size: 42px;
	border-radius: 16px;
	margin-left: 5px;
	position: relative;
}

.header .searchbar .user .useropc
{
	background-color: #fff;
	position: absolute;
	top: 58px;
	right: 0px;
	min-width: 120px;
	border-radius: 16px;
	box-sizing: border-box;
	padding: 12px;
	z-index: 2;
	display: none;
	white-space: nowrap;
}

.header .searchbar .user .useropc a
{
	color: var(--gray-90, #090303);
	float: left;
	width: 100%;
	line-height: 28px;
	text-decoration: none;
}

.header .searchbar .user .useropc a:hover
{
	font-weight: bold;
}

.fre
{
	float: left;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #E4E4E4;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	margin-bottom: 40px;
}

.fre.fre2
{
	margin-bottom:  0px;
	border: 0px;
	padding-left: 100px;
	padding-right: 100px;
}

.fre .fr1
{
	float: left;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(img/fre1.svg);
	background-size: 50px 30px;
	padding-left: 60px;
	height: 60px;
	line-height: 60px;
	color: var(--gray-90, #090303);
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	display: inline-block;
}

.fre .fr2
{
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(img/fre2.svg);
	background-size: 50px 30px;
	padding-left: 60px;
	height: 60px;
	line-height: 60px;
	color: var(--gray-90, #090303);
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
}

.fre .fr3
{
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(img/fr3.svg);
	background-size: 50px 30px;
	padding-left: 60px;
	height: 60px;
	line-height: 60px;
	color: var(--gray-90, #090303);
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	float: right;
	background-size: 40px 40px;
	padding-left: 50px;
}

.content .item
{
	float: left;
	margin: 5px;
	border-radius: 16px;
	background-color: #fff;
	width: calc((100% / 4)  - 10px);
	padding: 10px;
	box-sizing: border-box;
}

.content .item.item3
{
	width: calc((100% / 3)  - 10px);
}

.content .item .thumb
{
	float: left;
	width: 100%;
	aspect-ratio: 1;
	border-radius: 16px;
	overflow: hidden;
	position: relative;
}

.content .item.dice.dicesel
{
	border: 2px solid var(--color-green, #2BBA00);
}

.content .item .thumb img
{
	transition: all 0.1s ease-in-out;
	display: inline-block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.content .item .thumb2
{
	display: none;
}

.content .item:hover .thumb1
{
	display: none;
}

.content .item:hover .thumb2
{
	display: block;
}

.content .item .thumb img:hover
{
	transform: scale(1.05);
	cursor: pointer;
}

.content .item .title
{
	color: var(--gray-90, #090303);
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.content .item .price
{
	color: var(--color-green, #CC0C39);
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

.content .item .discount
{
	color: var(--gray-50, #9B9B9B);
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration: line-through;
	float: left;
	margin-bottom: 10px;
}

.content .item .rating
{
	color: var(--gray-90, #090303);
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(img/star.svg);
	background-size: 46px;
	padding-left: 52px;
	height: 46px;
	line-height: 46px;
	float: left;
	clear: left;
}

.content .item .buy2
{
	text-decoration: none;
	height: 46px;
	line-height: 46px;
	border-radius: 16px;
	box-shadow: 0px 4px 15px 0px rgba(250, 195, 52, 0.20);
	color: #fff;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	background-color: #000;
	float: left;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
}

.content .item .buy2:hover
{
	opacity: 0.85;
	cursor: pointer;
}

.content .item .buy2 b
{
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(img/att2.svg);
	background-size: 14px;
	vertical-align: middle;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 10px;
	margin-top: -3px;
}

.content .item .buy
{
	text-decoration: none;
	height: 46px;
	line-height: 46px;
	border-radius: 16px;
	box-shadow: 0px 4px 15px 0px rgba(250, 195, 52, 0.20);
	color: var(--gray-90, #090303);
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(img/add_cart.svg);
	background: url(img/add_cart.svg) no-repeat right 20px center,linear-gradient(93deg, #FACE33 6.18%, #FFB931 99.33%);
	padding-right: 52px;
	padding-left: 18px;
	float: right;
	text-decoration: none;
	cursor: pointer;
}

.content .item .buy:hover
{
	background: url(img/add_cart.svg) no-repeat right 20px center,linear-gradient(93deg, #FFB931 6.18%, #FFB931 99.33%);
}

.content .thumb .tag
{
	color: var(--white, #FFF);
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 44px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(img/tag-red.svg);
	background-size: 40px;
	width: 48px;
	height: 48px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.nav
{
	text-align: center;
}

.nav .num
{
	text-decoration: none;
	border-radius: 16px;
	border: 1px solid var(--gray-10, #E9E9E9);
	background: var(--background, #F8F8F8);
	width: 51px;
	height: 51px;
	text-align: center;
	line-height: 51px;
	color: var(--gray-80, #424040);
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	display: inline-block;
	margin-top: 35px;
	margin-bottom: 45px;
	margin-left: 3px;
	margin-right: 3px;
}

.nav .num:hover
{
	color: var(--color-yellow, #F8BE3F);
	cursor: pointer;
}

.nav .num.sel
{
	color: #000;
	border: 0px;
	background: #FF8800;
	box-shadow: 0px 4px 15px 0px rgba(250, 195, 52, 0.20);
}

.nav .num.sel:hover
{
	color: var(--gray-80, #424040);
}

.nav .num.left
{
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(img/left.svg);
	background-size: 24px;
}

.nav .num.right
{
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(img/right.svg);
	background-size: 24px;
}

.nav .num.left:hover,.nav .num.right:hover
{
	background-size: 28px;
}

.content h1
{
	color: var(--gray-90, #090303);
	font-family: Roboto;
	font-size: 34px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
	margin: 0px;
	padding: 0px;
	height: 42px;
	float: left;
	margin-bottom: 0px;
}

.content h1 b
{
	color: var(--gray-60, #858585);
	font-family: Roboto;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
	height: 42px;
	margin-left: 10px;
}

.btline
{
	float: left;
	width: 100%;
	position: relative;
}

.content .bt
{
	border-radius: 16px;
	background: var(--gray-10, #E9E9E9);
	height: 42px;
	line-height: 42px;
	float: right;
	color: var(--gray-80, #424040);
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	padding-left: 16px;
	padding-right: 16px;
	margin-top: -10px;
	position: relative;
	cursor: pointer;
}

.content .bt .btopc
{
	position: absolute;
	border-radius: 16px;
	background: var(--gray-10, #E9E9E9);
	line-height: 32px;
	color: var(--gray-80, #424040);
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	z-index: 2;
	top: 52px;
	right: 0px;
	min-width: 100%;
	box-sizing: border-box;
	padding: 15px;
	display: none;
}

.content .bt .btopc a
{
	float: left;
	width: 100%;
	color: var(--gray-80, #424040);
	text-decoration: none;
	box-sizing: border-box;
	white-space: nowrap;
}

.content .bt .btopc a:hover
{
	font-weight: bold;
}

.content .bt b
{
	transition: .2s all;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(img/down.svg);
	background-size: 10px;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 32px;
}

.product
{
	float: left;
	width: 100%;
	margin-top: -20px;
}

.stuck
{
	margin-left: -5px !important;
}

.product .block_left .stuck .big_thumb
{
	width: calc(100% - 5px);
	margin-left: 5px;
}

.product .block_left .stuck .smallthumbs
{
	width: calc(100% + 5px);
	margin-left: 0px;
}

.product .block
{
	border-radius: 15px;
	background: var(--white, #FFF);
	width: 100%;
	float: left;
	position: relative;
}

.product .block_left
{
	position: relative;
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 15px;
}

.product .block_right
{
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 15px;
	padding-left: 0px;
}

.product .block_left .big_thumb
{
	position: relative;
	width: 100%;
	float: left;
	aspect-ratio: 1;
	border-radius: 16px;
	background: var(--background, #F8F8F8);
	box-sizing: border-box;
	padding: 10px;
	border-radius: 16px;
	overflow: hidden;
}

.product .block_left .big_thumb img
{
	cursor: grabbing;
	border-radius: 16px;
	width: 100%;
	height: 100%;
	display: inline-block;
	object-fit: cover;
	margin: 0px;
	padding: 0px;
}

.product h1
{
	color: var(--gray-90, #090303);
	font-family: Roboto;
	font-size: 34px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	float: left;
	margin: 0px;
	margin-bottom: 15px;
	margin-top: 10px;
}

.product .smalldesc
{
	float: left;
	width: 100%;
	color: var(--gray-90, #090303);
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 175% */
}

.product .selection
{
	border-radius: 16px;
	background: var(--background, #F8F8F8);
	float: left;
	width: 100%;
	padding: 24px;
	padding-left: 14px;
	padding-right: 14px;
	box-sizing: border-box;
	margin-top: 15px;
}

.product .selection h2
{
	color: var(--gray-90, #090303);
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin: 0px;
	float: left;
	width: 100%;
	padding-left: 10px;
	box-sizing: border-box;
}

.product .selection .spanprice,.product .selection .subt
{
	color: var(--gray-80, #424040);
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	float: left;
	width: 100%;
	padding-left: 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
	margin-top: 3px;
}

.product .selection .option.outofstock
{
	opacity: 0.35;
	cursor: not-allowed;
}

.product .selection .option
{
	text-align: center;
	cursor: pointer;
	border-radius: 16px;
	border: 2px solid var(--gray-10, #E9E9E9);
	background: var(--background, #F8F8F8);
	float: left;
	width: calc((100% / 3) - 20px);
	box-sizing: border-box;
	margin: 10px;
	box-sizing: border-box;
	padding: 25px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

.product .selection .option label
{
	position: absolute;
	border-radius: 16px;
	background: #2BBA00;
	height: 32px;
	line-height: 32px;
	top: -16px;
	color: var(--white, #FFF);
	text-align: center;
	font-family: Roboto;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	width: 170px;
	left: calc(50% - 85px);
}

.product .selection .option .nostock
{
	position: absolute;
	border-radius: 12px;
	background: #E9E9E9;
	height: 24px;
	line-height: 24px;
	bottom: -12px;
	color: var(--white, #000);
	text-align: center;
	font-family: Roboto;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	width: 170px;
	left: calc(50% - 85px);
}

#freeshipping3
{
	border-radius:  8px;
	margin-top: 20px;
	margin-bottom: 10px;
	background-color: #E9FBE7;
	color: #2BBA00;
	border: 1px solid #2BBA00;
	border-radius: 16px;
	font-size: 24px;
	font-weight: 500;
	height: 64px;
	line-height: 64px;
	border-radius: 16px;
	border: 2px solid #F80;
	background: #FFEDD6;
	box-shadow: 0px 4px 15px 0px rgba(159, 212, 66, 0.20);
	color: #000;
}

.product .selection .option.sel
{
	border-radius: 16px;
	border: 2px solid #F80;
	background: #FFEDD6;
	box-shadow: 0px 4px 15px 0px rgba(159, 212, 66, 0.20);
}

.product .selection .option .spanprice
{
	color: var(--gray-80, #424040);
	font-family: Roboto;
	font-size: 21px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	float: Left;
	width: 100%;
	text-align: center;
}

.product .selection .option .qtd
{
	color: var(--gray-90, #090303);
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

.product .rating,.checkout .rating
{
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(img/star-new.svg);
	background-size: 46px;
	padding-left: 52px;
	height: 46px;
	line-height: 46px;
	float: left;
	clear: left;
	margin-bottom: 20px;
}

.product .rating div,.checkout .rating div
{
	color: var(--gray-60, #858585);
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	float: left;
	height: 46px;
	line-height: 46px;
}

.product .rating b
{
	color: var(--gray-90, #090303);
	font-family: Roboto;
	font-size: 34px;
	font-style: normal;
	font-weight: 500;
	height: 46px;
	line-height: 46px;
	display: inline-block;
	float: left;
	margin-left: 5px;
	margin-right: 10px;
}

.product .rating span
{
	color: var(--color-2, #E43F16);
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	float: left;
	height: 46px;
	line-height: 46px;
}

.product .selection .item
{
	cursor: pointer;
	position: relative;
	border-radius: 16px;
	border: 1px solid var(--gray-10, #E9E9E9);
	background: var(--white, #FFF);
	float: left;
	width: calc(100% - 20px);
	padding: 5px;
	box-sizing: border-box;
	margin: 10px;
	margin-bottom: 0px;
	box-sizing: border-box;
}

.product .selection .item .check
{
	border-radius: 8px;
	border: 1px solid var(--gray-20, #D0D0D0);
	background: var(--white, #FFF);
	width: 25px;
	height: 25px;
	float: left;
	margin-left: 16px;
	margin-top: 25px;
	margin-right: 16px;
	box-sizing: border-box;
}

.product .selection .item .check.sel
{
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(img/check.svg);
	background-size: 16px;
}

.product .selection .item .thumb
{
	overflow: hidden;
	border-radius: 10px;
	background-color: #D0D0D0;
	width: 77px;
	height: 77px;
	float: left;
	margin-right: 10px;
}

.product .selection .item .thumb2
{
	overflow: hidden;
	border-radius: 10px;
	width: 50px;
	height: 77px;
	float: left;
	margin-right: 10px;
	text-align: center;
	line-height: 87px;
	margin-left: -5px;
}

.product .selection .item .thumb2 img
{
	width: 25px;
	height: 25px;
	display: inline-block;
}

.product .selection .item .thumb img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: inline-block;
}

.product .selection .item .title
{
	color: var(--gray-90, #090303);
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px; /* 175% */
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	width: calc(100% - 160px);
	margin-top: 2px;
}

.product .selection .item .discount
{
	color: var(--gray-60, #858585);
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-decoration: line-through;
	float: left;
	height: 32px;
	line-height: 32px;
}

.product .selection .item .discount_p
{
	color: var(--white, #000);
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	height: 32px;
	line-height: 32px;
	border-radius: 10px;
	background: var(--color-green, #FEBD69);
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.product .selection .item .price
{
	color: var(--color-green, #CC0C39);
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
	height: 32px;
	float: left;
}

.product .selection .item .priceline
{
	float: left;
	width: calc(100% - 160px);
}

.product .nav_left
{
	background-color: rgba(255, 255, 255, 0.5);
	width: 80px;
	height: 80px;
	border-radius: 16px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(img/left.svg);
	background-size: 42px;
	position: absolute;
	left: 10px;
	top: calc(50% - 40px);
	cursor: pointer;
}

.product .nav_right
{
	background-color: rgba(255, 255, 255, 0.5);
	width: 80px;
	height: 80px;
	border-radius: 16px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(img/right.svg);
	background-size: 42px;
	position: absolute;
	right: 10px;
	top: calc(50% - 40px);
	cursor: pointer;
}

.product .nav_right:hover,.product .nav_left:hover
{
	background-size: 48px;
}

.product .smallthumb
{
	cursor: pointer;
	float: left;
	width: calc((100% / 5) - 10px);
	aspect-ratio: 1;
	border-radius: 16px;
	overflow: hidden;
	margin: 5px;
	background: var(--background, #F8F8F8);
	padding: 5px;
	box-sizing: border-box;
}

.product .smallthumb.sel
{
	border: 2px solid #9CC33A;
}

.product .smallthumb img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: inline-block;
	border-radius: 16px;
}

.product .smallthumbs
{
	float: left;
	width: calc(100% + 10px);
	margin-left: -5px;
}

.product .price_1
{
	float: left;
	color: var(--gray-90, #090303);
	font-family: Roboto;
	font-size: 34px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	height: 48px;
	line-height: 48px;
	margin-top: 25px;
}

.product .price_2
{
	color: var(--gray-50, #9E9E9E);
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-decoration: line-through;
	float: left;
	height: 48px;
	line-height: 48px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 25px;
}

.product .price_3
{
	margin-left: 10px;
	color: var(--white, #FFF);
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 44px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(img/tag-red.svg);
	background-size: 40px;
	width: 48px;
	height: 48px;
	float: left;
	margin-top: 25px;
}

.product .buy
{
	text-decoration: none;
	cursor: pointer;
	border-radius: 16px;
	background: url(img/add_cart.svg) no-repeat right 20px center,linear-gradient(93deg, #2BBA00 6.18%, #2BBA00 99.33%);
	background-size: 36px, 100%;
	box-shadow: 0px 4px 15px 0px rgba(159, 212, 66, 0.20);
	height: 68px;
	line-height: 68px;
	color: #fff;
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	text-align: center;
	float: left;
	width: calc(100% - 20px);
	margin-top: 25px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
}

.product .buy_dis
{
	cursor: not-allowed;
	text-decoration: none;
	border-radius: 16px;
	background: url(img/add_cart.svg) no-repeat right 20px center,linear-gradient(93deg, #2BBA00 6.18%, #2BBA00 99.33%);
	box-shadow: 0px 4px 15px 0px rgba(159, 212, 66, 0.20);
	color: #fff;
	background-size: 36px, 100%;
	box-shadow: 0px 4px 15px 0px rgba(250, 195, 52, 0.20);
	height: 68px;
	line-height: 68px;
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	text-align: center;
	float: left;
	width: calc(100% - 20px);
	margin-top: 25px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	opacity: 0.5;
}

.product .buy:hover
{
	opacity: 0.85;
}

.product .buy b
{
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(img/att.svg);
	background-size: 21px;
	display: inline-block;
	height: 68px;
	width: 68px;
	vertical-align: middle;
}

.product .check
{
	margin-top: 0px;
	float: left;
	width: calc(100% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: left top 5px;
	background-image: url(img/check.svg);
	background-size: 18px;
	padding-left: 24px;
	color: var(--gray-80, #424040);
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.product .check i
{
	font-style: normal;
	color: #2BBA00;
	display: inline-block;
	margin-right: 5px;
}

.product .check b
{
	font-size: 16px;
}

.product .selection .item label
{
	border-radius: 16px;
	background: #FF8800;
	color: var(--white, #FFF);
	text-align: center;
	font-family: Roboto;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	height: 32px;
	line-height: 32px;
	top: -16px;
	position: absolute;
	width: 180px;
	left: calc(50% - 90px);
}

.product .selection .item label.label2
{
	border-radius: 12px;
	background: var(--color-green, #2BBA00);
	color: var(--white, #FFF);
	text-align: center;
	font-family: Roboto;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	height: 24px;
	line-height: 24px;
	top: -12px;
	position: absolute;
	width: 180px;
	left: calc(50% - 90px);
}

.product .selection .item .gprice
{
	color: var(--white, #101010);
	font-family: Roboto;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	height: 32px;
	line-height: 32px;
	border-radius: 10px;
	background: var(--color-green, #FEBD69);
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.product .selection .item .title2
{
	color: var(--gray-90, #090303);
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 36px; /* 175% */
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	width: calc(100% - 120px);
	margin-top: 2px;
	padding-top: 20px;
	box-sizing: border-box;
}

.product .selection .item.item2
{
	border: 1px solid #2BBA00;
}

.product .selection .item .ginfo
{
	color: var(--color-2, #101010);
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding-left: 16px;
	margin-top: -10px;
	margin-bottom: 10px;
}

.product .selection .pline
{
	float: left;
	width: 100%;
	color: var(--gray-90, #090303);
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	padding-left: 40px;
	line-height: 42px;
}

.product .selection .pline.pline1
{
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-image: url(img/fr3.svg);
	background-size: 21px;
}

.product .selection .pline.pline2
{
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-image: url(img/w4.svg);
	background-size: 21px;
	color: #2BBA00;
}

.product .selection .pline.pline3
{
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-image: url(img/w3.svg);
	background-size: 21px;
}

.product .selection .pline.pline4
{
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-image: url(img/w2.svg);
	background-size: 21px;
}

.product .selection .pline.pline5
{
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-image: url(img/w1.svg);
	background-size: 21px;
}

.product .selection .postal
{
	margin-left: 10px;
	margin-bottom: 10px;
	height: 36px;
}

.product .selection .guaranteed
{
	border-radius: 16px;
	background: var(--orange_bg, #CDEDFF);
	width: calc(100% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}

.product .selection .guaranteed img
{
	float: left;
	width: 90px;
	height: 90px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 20px;
}

.product .selection .guaranteed .l1
{
	color: var(--gray-90, #090303);
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	float: left;
	width: calc(100% - 110px);
	height: 32px;
	line-height: 32px;
	margin-top: 28px;
	padding-left: 20px;
	box-sizing: border-box;
}

.product .selection .guaranteed .l2
{
	width: calc(100% - 110px);
	color: var(--gray-80, #424040);
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	float: left;
	height: 28px;
	line-height: 28px;
	padding-left: 20px;
	box-sizing: border-box;
}

.product .selection .cards
{
	text-align: center;
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.product .blockfaq
{
	float: left;
	width: 100%;
	border-radius: 16px;
	background-color: #fff;
	padding: 24px;
	box-sizing: border-box;
	margin-top: 15px;
}
.product .blockfaq h2
{
	margin: 0px;
	color: var(--gray-90, #090303);
	font-family: Roboto;
	font-size: 34px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 10px;
}

.product .blockfaq .bline
{
	float: left;
	width: 100%;
	line-height: 32px;
}

.product .blockfaq .bline b
{
	float: left;
	width: 100%;
	width: 120px;
	text-align: left;
	display: inline-block;
}

.product .blockfaq .fline
{
	float: left;
	cursor: pointer;
	width: 100%;
	border-radius: 16px;
	background: var(--background, #F8F8F8);
	height: 60px;
	line-height: 60px;
	padding-left: 45px;
	margin-top: 5px;
	box-sizing: border-box;
	padding-right: 24px;
	z-index: 1;
	position: relative;
	font-weight: bold;
}

.product .blockfaq .flinetext
{
	display: none;
	position: relative;
	margin-top: -24px;
	border-radius: 16px;
	padding: 16px;
	padding-top: 24px;
	box-sizing: border-box;
	background: var(--background, #F8F8F8);
	float: left;
	width: 100%;
	color: var(--gray-90, #090303);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    float: left;
    width: 100%;
}

.product .blockfaq .fline b
{
	transition: all 0.1s ease-in-out;
	float: right;
}

.product .blockfaq .fline.fline1
{
	background-repeat: no-repeat;
	background-position: left 15px center;
	background-image: url(img/fq2.svg);
	background-size: 21px;
}

.product .blockfaq .fline.fline2
{
	background-repeat: no-repeat;
	background-position: left 15px center;
	background-image: url(img/w2.svg);
	background-size: 21px;
}

.product .blockfaq .fline.fline3
{
	background-repeat: no-repeat;
	background-position: left 15px center;
	background-image: url(img/fq1.svg);
	background-size: 21px;
}

.comments
{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 50px;
}

.comments h3
{
	color: var(--gray-90, #090303);
	font-family: Roboto;
	font-size: 34px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align: center;
	width: 100%;
	float: left;
	margin: 0px;
	margin-bottom: 15px;
}

.product .comments .crating
{
	margin-top: 25px;
	margin-bottom: 25px;
	display: inline-block;
}

.product .comments .grid
{
		width: 100%;
		float: left;
}

.product .comments .item
{
	float: left;
	width: calc(100% / 5);
}

.product .comments .item .inner
{
	border-radius: 16px;
	background: var(--white, #FFF);
	padding: 10px;
	box-sizing: border-box;
	float: left;
	width: calc(100% - 10px);
	margin: 5px;
}

.product .comments .item .user
{
	color: var(--gray-90, #090303);
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	float: left;
	height: 28px;
	line-height: 28px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(img/checked.svg);
	background-size: 18px;
	padding-right: 24px;
}

.product .comments .item .thumb
{
	float: left;
	width: 100%;
	aspect-ratio: 1;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 5px;
}

.product .comments .item .thumb img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: inline-block;
}

.product .comments .item .comment
{
	color: var(--gray-90, #090303);
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 157.143% */
	float: left;
	width: 100%;
	text-align: left;
}

.product .comments .item .rating
{
	color: var(--gray-90, #090303);
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	margin-bottom: 5px;
	margin-top: 5px;
}

.product .comments .cbt1
{
	margin-top: 24px;
	border-radius: 16px;
	background: var(--gray-90, #090303);
	color: var(--white, #FFF);
	font-family: Roboto;
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
	display: inline-block;
	height: 48px;
	line-height: 48px;
	background-repeat: no-repeat;
	background-position: right 32px center;
	background-image: url(img/cbt1.svg);
	background-size: 18px;
	padding-left: 32px;
	padding-right: 68px;
	margin-left: 5px;
	margin-right: 5px;
	cursor: pointer;
	text-decoration: none;
}

.product .comments .cbt1:hover
{
	opacity: 0.85;
}

.product .comments .cbt2
{
	margin-top: 24px;
	text-decoration: none;
	cursor: pointer;
	margin-left: 5px;
	margin-right: 5px;
	height: 48px;
	line-height: 48px;
	display: inline-block;
	color: var(--gray-90, #fff);
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	border-radius: 16px;
	background: url(img/cbt2.svg) no-repeat right 32px center,linear-gradient(93deg, #2BBA00 6.18%, #2BBA00 99.33%);
	box-shadow: 0px 4px 15px 0px rgba(159, 212, 66, 0.20);
	background-size: 18px,100%;
	padding-left: 32px;
	padding-right: 68px;
}

.product .comments .cbt2:hover
{
	opacity: 0.85;
}

.blockdesc
{
	float: left;
	width: 100%;
	margin-top: 20px;
}

.blockdesc .block_1,.blockdesc .block_4
{
	float: left;
	width: 40%;
}

.blockdesc .block_1 img
{
	border-radius: 16px;
	width: 80%;
	aspect-ratio: 1;
	object-fit: cover;
	border: 10px solid #fff;
	box-sizing: border-box;
}

.blockdesc .block_4 img
{
	border-radius: 16px;
	width: 80%;
	aspect-ratio: 1;
	object-fit: cover;
	border: 10px solid #fff;
	box-sizing: border-box;
	float: right;
}

.blockdesc .block_5 img
{
	border-radius: 16px;
	width: 35%;
	aspect-ratio: 1;
	object-fit: cover;
	border: 10px solid #fff;
	box-sizing: border-box;
}

.blockdesc .block_2,.blockdesc .block_3
{
	float: left;
	width: 60%;
}

.blockdesc .block_2 .title,.blockdesc .block_3 .title
{
	color: var(--gray-80, #424040);
	font-family: Roboto;
	font-size: 34px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.blockdesc .block_2 .desc,.blockdesc .block_3 .desc
{
	color: var(--gray-90, #090303);
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 175% */
	float: left;
	width: 100%;
}

.blockdesc .block_2 .bt:hover, .blockdesc .block_3 .bt:hover
{
	opacity: 0.85;
}

.blockdesc .block_2 .bt,.blockdesc .block_3 .bt
{
	cursor: pointer;
	margin-top: 45px;
	border-radius: 14px;
	background: var(--gray-90, #090303);
	height: 48px;
	line-height: 48px;
	background-repeat: no-repeat;
	background-position: left 32px center;
	background-image: url(img/dbt.svg);
	background-size: 12px;
	padding-left: 58px;
	padding-right: 32px;
	float: left;
	color: var(--white, #FFF);
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
}

.blockdesc .block_3,.blockdesc .block_4,.blockdesc .block_5
{
	margin-top: 25px;
}

.blockdesc .block_5
{
	float: left;
	width: 100%;
	text-align: center;
}

.blockdesc .block_5 .desc
{
	margin-top: 16px;
}

.blockdesc .block_5 .desc.first
{
	margin-top: 0px;
	margin-bottom: 16px;
}

.blockdesc .block_5 .bt
{
	display: inline-block;
	float: none;
	margin-top: 21px;
	margin-bottom: 21px;
}

.navup
{
	margin: 1px;
	box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.15);
	display: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(img/navup.svg);
	background-size: 100%;
	border-radius: 50%;
	height: 60px;
	width: 60px;
	position: fixed;
	bottom: 94px;
	right: 24px;
	transition: background-color 0.1s ease-in-out;
}

.navup:hover
{
	opoacity: 0.85;
	cursor: pointer;
}

.cart
{
	float: left;
	width: 100%;
	box-sizing: border-box;
	border-radius: 16px;
	background: var(--white, #FFF);
	padding: 24px;
	margin-bottom: 350px;
}

.cart h2
{
	color: var(--gray-90, #090303);
	font-family: Roboto;
	font-size: 34px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	float: left;
	width: 100%;
	margin: 0px;
	height: 32px;
	line-height: 32px;
	margin-bottom: 20px;
}
.cart h2 b
{
	color: var(--gray-60, #858585);
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	height: 32px;
	line-height: 32px;
	color: #2BBA00;
}

.cart h2 div
{
	float: right;
	color: var(--gray-80, #424040);
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	height: 32px;
	line-height: 32px;
}

.cart h2 div span
{
	color: var(--color-green, #2BBA00);
}

.cart .cart_item
{
	border-radius: 16px;
	border: 1px solid var(--gray-10, #E9E9E9);
	background: var(--white, #FFF);
	float: left;
	width: 100%;
	padding: 10px;
	margin-top: 10px;
	box-sizing: border-box;
}

.cart .cart_item .thumb
{
	width: 90px;
	height: 90px;
	border-radius: 10px;
	float: left;
	overflow: hidden;
	margin-right: 10px;
}

.cart .cart_item .thumb img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: inline-block;
}

.cart .cart_item .thumb_big
{
	width: 220px;
	height: 220px;
	border-radius: 10px;
	float: left;
	overflow: hidden;
	margin-right: 10px;
}

.cart .cart_item .thumb_big img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: inline-block;
}

.cart .cart_item .check
{
	border-radius: 8px;
	border: 1px solid var(--gray-20, #D0D0D0);
	background: var(--white, #FFF);
	width: 24px;
	height: 24px;
	float: left;
	margin-left: 4px;
	margin-top: 4px;
	margin-right: 8px;
	box-sizing: border-box;
}

.cart .cart_item .check.sel
{
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(img/check.svg);
	background-size: 16px;
}

.cart .cart_item .big_inner
{
	float:left;
	width: calc(100% - 230px);
	min-height: 220px;
	position: relative;
	box-sizing: border-box;
	padding: 10px;
	padding-bottom: 62px;
}

.cart .cart_item .big_title
{
	color: var(--gray-90, #090303);
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	float: left;
	width: 100%;
}

.cart .cart_item .big_desc
{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	color: var(--gray-90, #090303);
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 157.143% */
	float: left;
	width: 100%;
	margin-top: 10px;
}

.cart .cart_item .big_bt
{
	text-decoration: none;
	color: #fff;
	border-radius: 16px;
	background: #F80;
	box-shadow: 0px 4px 15px 0px rgba(159, 212, 66, 0.20);
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	width: 150px;
	text-align: center;
	height: 52px;
	line-height: 52px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.cart .cart_item .big_bt:hover
{
	cursor: pointer;
	opacity: 0.85;
}

.cart .cart_item .big_price
{
	color: var(--color-2, #E43F16);
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align: center;
	height: 52px;
	line-height: 52px;
	position: absolute;
	right: 180px;
	bottom: 0px;
	color: #131921;
}

.cart .cart_item .close,.cart .cart_item .close2
{
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(img/close.svg);
	background-size: 30px;
	width: 30px;
	height: 30px;
	float: left;
	margin-top: 30px;
	margin-right: 20px;
}

.cart .cart_item .price
{
	color: var(--color-green, #2BBA00);
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	float: left;
	line-height: 32px;
	height: 32px;
	margin-top: 29px;
	margin-right: 30px;
	width: 100px;
	text-align: center;
}

.cart .cart_item .extra
{
	cursor: pointer;
	border-radius: 16px;
	border: 1px solid #F80;
	background: var(--white, #FFF);
	float: left;
	width: 570px;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	padding: 8px;
	margin-top: 10px;
}

.cart .cart_item .extra .extra_title
{
	color: var(--gray-90, #090303);
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	float: left;
	height: 32px;
	line-height: 32px;
	width: calc(100% - 130px);
}

.cart .cart_item .extra .extra_price
{
	border-radius: 10px;
	background: #F80;
	color: var(--white, #FFF);
	font-family: Roboto;
	font-size: 12px;
	font-style: normal;
	float: right;
	font-weight: 600;
	height: 32px;
	line-height: 32px;
	padding-left: 10px;
	padding-right: 10px;
}

.cart .title_cart
{
	color: var(--gray-90, #090303);
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 90px;
	height: 90px;
	float: left;
	position: relative;
}

.cart .title_cart .showvars
{
	position: absolute;
	line-height: normal;
	bottom: 10px;
	left: 0px;
	font-size: 12px;
	font-weight: normal;
	text-transform: capitalize;
}

.cart .cart_drop
{
	cursor: pointer;
	border-radius: 30px;
	border: 1px solid var(--gray-20, #D0D0D0);
	background: var(--white, #FFF);
	height: 50px;
	line-height: 50px;
	margin-top: 20px;
	margin-right: 30px;
	float: left;
	color: var(--gray-90, #090303);
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	padding-left: 21px;
	padding-right: 21px;
	box-sizing: border-box;
	width: 110px;
	position: relative;
}

.cart .cart_drop .cart_drop_opc
{
	display: none;
	z-index: 2;
	border-radius: 30px;
	background: var(--white, #D0D0D0);
	position: absolute;
	top: 55px;
	right: 0px;
	width: 100%;
	padding: 16px;
	box-sizing: border-box;
}

.cart .cart_drop_opc div
{
	font-weight: normal;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 28px;
}

.cart .cart_drop_opc div:hover
{
	font-weight: bold;
	cursor: pointer;
}

.cart .cart_drop b
{
	transition: .2s all;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(img/down.svg);
	background-size: 10px;
	float: right;
	width: 10px;
	height: 50px;
	margin-left: 22px;
}

.cart .cart_left
{
	float: left;
	width: 60%;
}

.cart .cart_right
{
	float: left;
	width: 40%;
	box-sizing: border-box;
	padding-left: 20px;
	padding-top: 10px;
}

.cart .cart_right .gray
{
	border-radius: 16px;
	background: var(--background, #F8F8F8);
	float: left;
	width: 100%;
	text-align: center;
	padding: 24px;
	box-sizing: border-box;
}

.cart .cart_right .gray .huge_price
{
	color: var(--color-2, #131921);
	font-family: Roboto;
	font-size: 46px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	height: 52px;
	line-height: 52px;
	display: inline-block;
	margin-bottom: 24px;
}

.cart .cart_right .gray .info
{
	margin-right: 20px;
	float: left;
	height: 52px;
	line-height: 52px;
	color: var(--gray-60, #858585);
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
}

.cart .cart_right .gray .huge_bt
{
	text-decoration: none;
	border-radius: 16px;
	border-radius: 16px;
	background: var(--grad-yellow, linear-gradient(93deg, #2BBA00 6.18%, #2BBA00 99.33%));
	box-shadow: 0px 4px 15px 0px rgba(159, 212, 66, 0.20);
	color: #fff;
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	height: 66px;
	line-height: 66px;
	padding-left: 60px;
	padding-right: 60px;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
}

.cart .cart_right .gray .huge_bt:hover
{
	cursor: pointer;
	opacity: 0.85;
}

.cart .cart_right .gray .huge_bt b
{
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(img/att.svg);
    background-size: 21px;
    display: inline-block;
    height: 66px;
    width: 66px;
    vertical-align: middle;
}

.cart .cart_right .gray .return
{
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(img/w3.svg);
	background-size: 34px;
	height: 36px;
	padding-left: 40px;
	display: inline-block;
	margin-top: 24px;
}

.cart .cart_right .gray .return b,.cart .cart_right .gray .return span
{
	float: left;
	clear: both;
	text-align: left;
}

.cart_green_line.nb
{
	margin-bottom: 0px;
}

.cart_green_line
{
	background: var(--color-green, #3AC011);
	height: 68px;
	float: left;
	width: 100%;
	color: var(--white, #FFF);
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 68px;
	text-align: center;
	margin-bottom: 24px;
}

.cart_green_line b
{
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(img/checked2.svg);
	background-size: 36px;
	width: 36px;
	height: 36px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	margin-top: -3px;
}

.st
{
	display: inline-block;
}

.steps
{
	background: #131921;
	width: 100%;
	float: left;
	height: 100px;
	text-align: center;
}

.steps .logo
{
	float: left;
	margin-top: 12px;
	height: 82px;
}

.steps .phone
{
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(img/phone2.svg);
	background-size: 52px;
	padding-left: 60px;
	height: 52px;
	float: right;
	width: 280px;
	color: #fff;
	margin-top: 26px;
}

.steps .phone .l1
{
	float: left;
	width: 100%;
	height: 26px;
	line-height: 30px;
	box-sizing: border-box;
	padding-top: 3px;
}

.steps .phone .l2
{
	text-align: right;
	float: left;
	width: 100%;
	height: 26px;
	line-height: 26px;
	padding-right: 26px;
	box-sizing: border-box;
	padding-top: 6px;
}

.steps .phone .l2 a
{
	color: var(--color-2, #E43F16);
	font-family: Roboto;
	text-decoration: none;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.steps .phone .l1 b
{
	display: inline-block;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(img/whats.svg);
	background-size: 20px;
	padding-right: 26px;
	float: right;
}

.steps .phone a
{
	float: left;
	width: 100%;
}

.steps .circle_1
{
	float: left;
	width: 150px;
	height: 58px;
	position: relative;
	margin-top: 11px;
}

.steps .circle_1 .circle
{
	position: absolute;
	top:0px;
	left: 0px;
	width: 58px;
	height: 58px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(img/step_1_1.svg);
	background-size: 58px;
	display: inline-block;
	z-index: 2;
}

.steps .circle_1 .circle span
{
	position: absolute;
	color: var(--white, #FFF);
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	bottom: -22px;
	left: -46px;
	width: 150px;
	text-align: center;
}

.steps .circle_1 .line
{
	height:  3px;
	background-color: #2BBA00;
	width: 100%;
	position: absolute;
	left: 0px;
	top: calc(50% - 1px);
	z-index: 1;
}

.steps .circle_2
{
	float: left;
	width: 220px;
	height: 58px;
	position: relative;
	margin-top: 11px;
}

.steps .circle_2 .circle
{
	position: absolute;
	top:0px;
	left: calc(50% - 29px);
	width: 58px;
	height: 58px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(img/step_2.svg);
	background-size: 58px;
	display: inline-block;
	z-index: 2;
}

.steps .circle_2 .circle span
{
	position: absolute;
	color: var(--gray-50, #9E9E9E);
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	bottom: -22px;
	left: -46px;
	width: 150px;
	text-align: center;
}

.steps .circle_2 .line
{
	height:  3px;
	background-color: #424040;
	width: 100%;
	position: absolute;
	left: 0px;
	top: calc(50% - 1px);
	z-index: 1;
}

.steps .circle_3
{
	float: left;
	width: 150px;
	height: 58px;
	position: relative;
	margin-top: 11px;
}

.steps .circle_3.active .line,.steps .circle_2.active .line
{
	background-color: #2BBA00;
}

.steps .circle_3.active .circle span,.steps .circle_2.active .circle span
{
	color: var(--gray-50, #FFF);
}

.steps .circle_2.active .circle
{
	background-image: url(img/step_2_2.svg);
}

.steps .circle_3.active .circle
{
	background-image: url(img/step_3_3.svg);
}

.steps .circle_3 .circle
{
	position: absolute;
	top:0px;
	right: 0px;
	width: 58px;
	height: 58px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(img/step_3.svg);
	background-size: 58px;
	display: inline-block;
	z-index: 2;
}

.steps .circle_3 .circle span
{
	position: absolute;
	color: var(--gray-50, #9E9E9E);
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	bottom: -22px;
	left: -45px;
	width: 150px;
	text-align: center;
}

.steps .circle_3 .line
{
	height:  3px;
	background-color: #424040;
	width: 100%;
	position: absolute;
	left: 0px;
	top: calc(50% - 1px);
	z-index: 1;
}

.rec
{
	width: 620px;
	border-radius: 16px;
	background: var(--orange_bg, #CDEDFF);
	display: inline-block;
	padding: 24px;
	padding-bottom: 0px;
	box-sizing: border-box;
	position: relative;
	text-align: left;
	margin-top: 24px;
}

.rec .inside
{
	float: left;
	border-radius: 16px;
	background: var(--white, #FFF);
	width: calc(100% + 48px);
	margin-left: -24px;
	margin-right: -24px;
	padding: 24px;
	box-sizing: border-box;
	margin-top: 24px;
}

.rec .line
{
	float: left;
	width: 100%;
	height: 32px;
	line-height: 32px;
}

.rec .line b
{
	color: var(--gray-90, #090303);
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	float: left;
	height: 32px;
	line-height: 32px;
}

.rec .line span
{
	float: right;
	color: var(--gray-90, #090303);
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	height: 32px;
	line-height: 32px;
}

.rec .inside h1
{
	margin: 0px;
	color: var(--gray-90, #090303);
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 20px;
}

.rec .item .thumb
{
	width: 40px;
	height: 40px;
	margin-right: 10px;
	border-radius: 5px;
	overflow: hidden;
}

.rec .item .thumb img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rec .item
{
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #D0D0D0;
	padding-bottom: 15px;
	margin-bottom: 15px;
	display: flex;
}

.rec .item .price
{
	height: 40px;
	line-height: 40px;
	color: var(--color-green, #CC0C39);
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	float: right;
	color: #599E00;
}

.rec .item .title
{
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.rec .item .title.g
{
	line-height: 20px;
}

.rec .item .title.g
{
	color: var(--gray-90, #090303);
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
}

.rec .item .title.g b
{
	color: var(--gray-90, #090303);
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
}

.rec .inside .line
{
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin-top: 20px;
}

.rec .inside .line b
{
	color: var(--gray-60, #858585);
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	float: left;
}

.rec .inside .line span
{
	float: right;
	color: var(--gray-80, #424040);
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.rec .inside .tprice
{
	color: var(--color-2, #E43F16);
	font-family: Roboto;
	font-size: 34px;
	font-style: normal;
	font-weight: 600;
	float: right;
	height: 42px;
	line-height: 42px;
	margin-top: 35px;
	color: #131921;
}

.rec .inside .info
{
	margin-top: 35px;
	margin-right: 10px;
	height: 42px;
	line-height: 42px;
	float: right;
	color: var(--gray-60, #858585);
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
}

.recinner
{
	float: left;
	width: 100%;
	text-align: center;
}

.checkout h1
{
	color: var(--gray-90, #090303);
	font-family: Roboto;
	font-size: 34px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	float: left;
	margin: 0px;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}

.checkout.center
{
	text-align: center;
}

.checkout
{
	margin-top: 25px;
	float: left;
	width: 100%;
}

.checkout input.i50.inputerror,.checkout input.i100.inputerror,.checkout select.i50.inputerror,.checkout select.i100.inputerror,.checkout textarea.i50.inputerror,.checkout textarea.i100.inputerror
{
	border: 1px solid red;
}

.checkout input[type=text],.checkout textarea,.checkout select,#billing_phone,#billing_email,#shipping_phone,#shipping_email
{
	border-radius: 16px;
	border: 1px solid var(--gray-10, #E9E9E9);
	background: var(--white, #FFF);
	height: 52px;
	float: left;
	box-sizing: border-box;
	outline: 0;
}

.checkout textarea
{
	height: 150px;
	padding: 12px;
}

.checkout input.i50
{
	float: left;
	width: calc(50% - 20px);
	margin: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

.checkout input.i100,.checkout textarea.i100,.checkout select.i100
{
	float: left;
	width: calc(100% - 20px);
	margin: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

.checkout .product .selection .item
{
	display: flex;
	margin-left: 0px;
	margin-riight: 0px;
	width: 100%;
	margin-top: 25px;
	min-height: 84px;
	align-items: center;
}

.checkout .product .selection .item .ginfo
{
	float: left;
	width: 100%;
}

.checkout  .product .selection .item .check
{
	margin-top: 0px;
}

.checkout  .product .selection .item .title
{
	line-height: 21px;
	flex: 1;
	-webkit-line-clamp: 3;
}

.checkout  .product .selection .item .title span
{
	margin: 0px;
	font-size: 14px;
	padding-left: 0px;
}

.checkout .rec
{
	width: calc(100% - 20px);
	padding: 0px;
	margin: 10px;
	background-color: transparent;
}

.checkout .rec .inside
{
	width: 100%;
	margin: 0px;
	padding: 18px;
}

.checkout .rec .inside.white
{
	background-color: transparent;
}

.tocenter
{
	float: left;
	width: 100%;
	text-align: center;
}

.tocenter .inner
{
	display: inline-block;
	text-align: center;
}

.checkout .rec .inside .tprice ,.checkout .rec .inside .info
{
	float: left;
	display: inline-block;
	margin-top: 0px;
}

.checkout .sell
{
	border: 0px;
	text-decoration: none;
	border-radius: 16px;
	background: #2BBA00;
	box-shadow: 0px 4px 15px 0px rgba(186, 183, 168, 0.20);
	height: 68px;
	line-height: 68px;
	color: #fff;
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	width:  calc(100% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	text-align: center;
	margin-bottom: 5px;
}

.button.alt.ppcp-dcc-order-button
{
	border: 0px;
	text-decoration: none;
	border-radius: 16px;
	background: var(--grad-yellow, linear-gradient(93deg, #FACE33 6.18%, #FFB931 99.33%));
	box-shadow: 0px 4px 15px 0px rgba(250, 195, 52, 0.20);
	height: 68px;
	line-height: 68px;
	color: var(--gray-90, #090303);
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 5px;
}

.ppc-button-wrapper
{
	margin-bottom: 12px;
	margin-left: 10px;
	margin-right: 10px;
	width: calc(100% - 20px);
	float: left;
}

.checkout .sell:hover
{
	cursor: pointer;
	opacity: 0.85;
}

.checkout .sell b
{
	background-repeat: no-repeat;
    background-position: center center;
    background-image: url(img/shop.svg);
    background-size: 26px;
    display: inline-block;
    height: 66px;
    width: 66px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: -10px;
}

.checkout .product .selection .guaranteed
{
	margin: 0px;
	width: 100%;
	background-color: #CDEDFF;
}

.checkout .checkleft
{
	float: left;
	width: 60%;
}

.checkout .checkcenter
{
	text-align: left;
	display: inline-block;
	width: 60%;
}

.checkout .checkright
{
	float: left;
	width: 40%;
	box-sizing: border-box;
	padding-left: 15px;
}

.checkout .fre
{
	border: 0px;
	width: calc(100 - 20px);
	margin: 10px;
}

.checkout .info2 a
{
	text-decoration: none;
	color: #6D5690;
}

.checkout .info2
{
	text-decoration: none;
	margin-top: 5px;
	box-sizing: border-box;
	padding: 10px;
	float: left;
	width: 100%;
	color: var(--gray-60, #858585);
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 175% */
	padding-bottom: 0px;
	color: #6D5690;
}

.checkout .info2 span
{
	color: #CC0C39;
}

.checkout .select
{
	cursor: pointer;
	display: flex;
	border-radius: 16px;
	border: 2px solid var(--gray-10, #E9E9E9);
	background: var(--background, #F8F8F8);
	height: 84px;
	float: left;
	width: calc(100% - 20px);
	margin: 10px;
	margin-bottom: 0px;
	box-sizing: border-box;
	align-items: center;
}

.checkout .select.sel
{
	border-radius: 16px;
	border: 2px solid var(--grad-yellow, #F1A91C);
	background: var(--white, #FFF);
	box-shadow: 0px 4px 15px 0px rgba(186, 183, 168, 0.20);
}

.checkout .select .circle
{
	border-radius: 50%;
	width: 24px;
	height: 24px;
	border: 1px solid var(--gray-20, #D0D0D0);
	background: var(--white, #FFF);
	float: left;
	margin-top: 1px;
	margin-left: 24px;
	margin-right: 20px;
}

.checkout .select.sel .circle
{
	border: 1px solid #F1A91C;
	background: var(--grad-yellow, linear-gradient(93deg, #F1A91C 6.18%, #F57702 99.34%));
}

.checkout .select .title
{
	color: var(--dark_bg, #1F1F1F);
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	flex: 1;
}

.checkout .select .title span
{
	color: var(--gray-90, #090303);
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 157.143% */
	float: left;
	width: 100%;
}

.checkout .select .img
{
	margin-right: 20px;
}

.checkout h2
{
	color: var(--gray-90, #090303);
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin: 0px;
	float: left;
	width: calc(100% - 20px);
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}

.checkout .select .price img
{
	width: 56px;
}

.checkout .select .price
{
	display: inline-block;
	color: var(--gray-60, #858585);
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	float: left;
	margin-right: 20px;
	text-align: right;
	line-height: 32px;
}

.checkout .country
{
	float: left;
	width: calc(100% - 20px);
	color: var(--gray-90, #090303);
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	background-repeat: no-repeat;
    background-position: left center;
    background-image: url(img/fr3.svg);
    background-size: 26px;
    line-height: 26px;
    padding-left: 36px;
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 15px;
    margin-bottom: 25px;
}

.checkout .inputinfo
{
	float: left;
	width: calc(100% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	color: var(--gray-80, #424040);
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	box-sizing: border-box;
	padding: 15px;
	font-weight: bold;
}

.checkout .inputinfo span
{
	color: var(--color-green, #2BBA00);
}

.checkout .verify .ver
{
	border-radius: 8px;
	border: 1px solid var(--gray-20, #D0D0D0);
	background: var(--white, #FFF);
	width: 25px;
	height: 25px;
	float: left;
	margin-right: 10px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.checkout .verify .ver.sel
{
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(img/check.svg);
	background-size: 16px;
}

.checkout .verify span
{
	color: var(--color-2, #E43F16);
}

.checkout .verify
{
	float: left;
	width: calc(100% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	color: var(--gray-90, #090303);
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	height: 25px;
	line-height: 25px;
	margin-top: 10px;
}

.checkout .product .selection .item .ginfo
{
	color: #090303;
	flex-basis: 100%;
}

.checkout .block
{
	margin-top: 50px;
	border-radius: 16px;
	background: var(--white, #FFF);
	box-sizing: border-box;
	padding: 24px;
	float: left;
	width: 100%;
}

.checkout .block .line
{
	color: var(--dark_bg, #1F1F1F);
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	float: left;
	width: 100%;
	line-height: 42px;
}

.checkout .block .line.line1
{
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(img/w4.svg);
	background-size: 25px;
	padding-left: 36px;
	float: Left;
	width: 100%;
}

.checkout .block .line.line2
{
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(img/thumb.svg);
	background-size: 25px;
	padding-left: 36px;
	float: Left;
	width: 100%;
}

.checkout .block .line.line3
{
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(img/wallet.svg);
	background-size: 25px;
	padding-left: 36px;
	float: Left;
	width: 100%;
}

.checkout .block .line.line4
{
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(img/checkout.svg);
	background-size: 25px;
	padding-left: 36px;
	float: Left;
	width: 100%;
}

.checkout .block .line.line5
{
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(img/phone3.svg);
	background-size: 25px;
	padding-left: 36px;
	float: Left;
	width: 100%;
}

.checkout .comment
{
	float: left;
	width: 100%;
	color: var(--gray-90, #090303);
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 157.143% */
}

.checkout .user
{
	color: var(--gray-90, #090303);
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	float: left;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(img/checked.svg);
    background-size: 18px;
    padding-right: 24px;
    margin-top: 20px;
}

.checkout .rating
{
	color: var(--gray-90, #090303);
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 10px;
}

.checkout .comments
{
	margin-top: 10px;
}

.checkout .load
{
	border-radius: 16px;
	background: url(img/cbt2.svg) no-repeat right 20px center,linear-gradient(93deg, #FACE33 6.18%, #FFB931 99.33%);
	box-shadow: 0px 4px 15px 0px rgba(250, 195, 52, 0.20);
	height: 46px;
	line-height: 46px;
	color: var(--gray-90, #090303);
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	text-align: center;
	margin-bottom: 5px;
	padding-right: 50px;
	padding-left: 20px;
	margin-top: 40px;
	cursor: pointer;
}

.checkout .load:hover
{
	background: url(img/cbt2.svg) no-repeat right 20px center,linear-gradient(93deg, #FFB931 6.18%, #FFB931 99.33%);
}

.modal
{
	z-index: 1000;
	background: rgba(0, 0, 0, 0.80);
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.modal .dice
{
	left: calc(50% - 250px);
	top: calc(50% - 100px);
	position: absolute;
	width: 500px;
	border-radius: 16px;
	background: var(--white, #FFF);
	text-align: center;
	padding-top: 42px;
	padding-bottom: 42px;
	box-sizing: border-box;
}

.modal .dice .bt1
{
	text-decoration: none;
	color: #fff;
	margin-right: 6px;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	border-radius: 16px;
	height: 46px;
	line-height: 46px;
	border-radius: 16px;
	background: #2BBA00;
	box-shadow: 0px 4px 15px 0px rgba(159, 212, 66, 0.20);
	width: 200px;
	display: inline-block;
	text-align: center;
	color: #050505;
}

.modal .dice .bt1:hover
{
	cursor: pointer;
	opacity: 0.85;
}

.modal .dice .bt2
{
	text-decoration: none;
	margin-left: 6px;
	text-align: center;
	border-radius: 16px;
	background: var(--gray-90, #090303);
	color: var(--white, #FFF);
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	height: 46px;
	line-height: 46px;
	width: 200px;
	display: inline-block;
}

.modal .dice .bt2:hover
{
	opacity: 0.85;
	cursor: pointer;
}

.modal .dice .text1
{
	color: var(--gray-90, #090303);
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	float: left;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 18px;
	text-align: center;
}

.modal .dice .text1 span
{
	color: #2BBA00;
}

.modal .dice .text2
{
	color: var(--gray-60, #858585);
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	float: left;
	width: 100%;
	text-align: center;
}

.modal .circle
{
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(img/stars.png);
	background-size: cover;
	background-color: #222;
	top: calc(50% - 250px);
	left: calc(50% - 172px);
	position: absolute;
	width: 324px;
	height: 324px;
	border-radius: 50%;
	border: 5px solid var(--grad-yellow, #FACE33);
}

.modal .counter
{
	border-radius: 10px;
	background: var(--color-2, #CC0C39);
	color: var(--white, #FFF);
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	height: 42px;
	line-height: 42px;
	width: 100px;
	text-align: center;
	position: absolute;
	left: calc(50% - 50px);
	top: calc(50% - 150px);
	z-index: 2;
}

.modal .dices
{
	z-index: 1;
	position: absolute;
	top: calc(50% - 365px);
	left: calc(50% - 140px);
}

.shake
{
		-webkit-animation: shake .2s ease-in-out;
		animation: shake .2s ease-in-out;
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateX(0);
  }

  20% {
    -webkit-transform: translateX(-10px);
  }

  40% {
    -webkit-transform: translateX(10px);
  }

  60% {
    -webkit-transform: translateX(-10px);
  }

  80% {
    -webkit-transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

	.dicetop
{
	background-image: url(img/dark-dice-bg.svg);
	float: left;
	width: 100%;
	background-size: 112px;
	padding-top: 35px;
	padding-bottom: 35px;
	margin-bottom: 25px;
}

.dicetop .text1
{
	float: Left;
	width: 100%;
	text-align: center;
	color: #FFF;
	font-family: Roboto;
	font-size: 34px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 25px;
}

.dicetop .text2
{
	float: Left;
	width: 100%;
	text-align: center;
	color: var(--white, #FFF);
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.dicebt
{
	text-decoration: none;
	border-radius: 16px;
	background: #3AC011;
	box-shadow: 0px 4px 15px 0px rgba(159, 212, 66, 0.20);
	color: #fff;
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 66px;
	height: 66px;
	display: inline-block;
	width: 400px;
	text-align: center;
	margin-top: 60px;
	opacity: 0.5;
	cursor: not-allowed;
}

.dicebt:hover
{
	opacity: 0.85;
}

.dicebt b
{
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(img/att.svg);
    background-size: 21px;
    display: inline-block;
    height: 68px;
    width: 68px;
    vertical-align: middle;
}

.dicebtt
{
	text-decoration: none;
	display: inline-block;
	color: var(--gray-60, #858585);
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 80px;
	margin-top: 10px;
}

.pdices
{
	float: left;
	width: 100%;
}

.pdices .buy,.pdices .buy2
{
	width: calc(50% - 5px);
	box-sizing: border-box;
	margin: 0px;
}

.pdices .buy
{
	margin-left: 5px;
}

.pdices .buy2
{
	margin-right: 5px;
}

.cart_green_line .counter
{
	border-radius: 10px;
	background: var(--color-2, #CC0C39);
	height: 42px;
	line-height: 42px;
	display: inline-block;
	color: var(--white, #FFF);
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: -2px;
	margin-left: 10px;
}

.rotation
{
	-webkit-animation:spin 1s linear infinite;
	-moz-animation:spin 1s linear infinite;
	animation:spin 1s linear infinite
}

.related_checkout,.related
{
	border: 1px solid #2BBA00 !important;
}

.space
{
	float: left;
	width: 100%;
	height: 1px;
	margin-top: 24px;
}

@-moz-keyframes spin
{
	100%
	{
	-moz-transform:rotate(360deg)
	}
}

@-webkit-keyframes spin
{
	100%
	{
		-webkit-transform:rotate(360deg)
	}
}

@keyframes spin
{
	100%
	{
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg)
	}
}

.modal
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
}

.modal .modalleft
{
	float: left;
	width: 50%;
	padding-right: 15px;
	box-sizing: border-box;
}

.modal .modalright
{
	float: left;
	width: 50%;
	padding-left: 15px;
	box-sizing: border-box;
}

.modal .forgot
{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.modal .forgot a
{
	text-decoration: none;
	color: var(--color-2, #E43F16);
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.disctext
{
	float: left;
	width: 100%;
	color: #000;
	line-height: 24px;
	font-size: 16px;
}

.disctext a
{
	font-size: 16px;
	text-decoration: none;
	color: var(--color-2, #E43F16);
}

.modal .subsblock,.modal .reviewblock,.modal .loginblock,.modal .registerblock,.modal .recoverblock
{
	position: absolute;
  	left: 50%;
  	top: 50%;
  	-webkit-transform: translate(-50%, -50%);
 	transform: translate(-50%, -50%);
  	-webkit-backface-visibility: hidden;
	width: 450px;
	max-width: 90%;
	border-radius: 10px;
	background-color: #fff;
	color: #fff;
	box-shadow: 0 1px 10px 0 rgb(0 0 0 / 30%);
  	-webkit-box-shadow: 0 1 10px 0 rgba(0,0,0,.3);
  	box-sizing: border-box;
  	padding: 30px;
  	display: none;
}

.modal .subsblock .close,.modal .reviewblock .close,.modal .loginblock .close,.modal .registerblock .close,.modal .recoverblock .close
{
	position: absolute;
	top: -16px;
	right: -16px;
	height: 36px;
	width: 36px;
	background-color: #000;
	border-radius: 50%;
	text-align: center;
	line-height: 36px;
	color: #fff;
	font-size: 24px;
	cursor: pointer;
}

.modal input
{
	padding-left: 16px;
	padding-right: 16px;
	margin: 0px;
	border-radius: 16px;
	border: 1px solid var(--gray-10, #E9E9E9);
	background: var(--white, #FFF);
	height: 52px;
	float: left;
	box-sizing: border-box;
	outline: 0;
	width: 100%;
	margin-bottom: 20px;
}

.modal label
{
	float: left;
	width: 100%;
	font-size: 14px;
	text-align: left;
	margin-bottom: 10px;
	color: #000;
}

.modal textarea
{
	padding: 16px;
	margin: 0px;
	border-radius: 16px;
	border: 1px solid var(--gray-10, #E9E9E9);
	background: var(--white, #FFF);
	height: 160px;
	float: left;
	box-sizing: border-box;
	outline: 0;
	width: 100%;
	resize: none;
	margin-bottom: 20px;
}

.modal h2
{
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #000;
	margin-bottom: 20px;
}

.modal .submit
{
	cursor: pointer;
    float: left;
    margin: 0px;
    border-radius: 14px;
    height: 52px;
    width: 100%;
    border: 0px;
    outline: 0;
	background: linear-gradient(93deg, #568F1F 6.18%, #9CC33A 99.33%);
	box-shadow: 0px 4px 15px 0px rgba(159, 212, 66, 0.20);
    color: #fff;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}

.modal .submit:hover
{
	opacity: 0.85;
}

.modal .rating
{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.rating5
{
	background-image: url(img/star1.svg), url(img/star1.svg), url(img/star1.svg), url(img/star1.svg), url(img/star1.svg);
	background-position: left center, left 14px center, left 28px center, left 42px center, left 56px center;
	background-size: 14px,14px,14px,14px,14px;
	background-repeat: no-repeat;
	width: 100%;
	height: 14px;
	float: left;
	margin-top: 24px;
}

.rating4
{
	background-image: url(img/star1.svg), url(img/star1.svg), url(img/star1.svg), url(img/star1.svg), url(img/star2.svg);
	background-position: left center, left 14px center, left 28px center, left 42px center, left 56px center;
	background-size: 14px,14px,14px,14px,14px;
	background-repeat: no-repeat;
	width: 100%;
	height: 14px;
	float: left;
	margin-top: 24px;
}

.rating3
{
	background-image: url(img/star1.svg), url(img/star1.svg), url(img/star1.svg), url(img/star2.svg), url(img/star2.svg);
	background-position: left center, left 14px center, left 28px center, left 42px center, left 56px center;
	background-size: 14px,14px,14px,14px,14px;
	background-repeat: no-repeat;
	width: 100%;
	height: 14px;
	float: left;
	margin-top: 24px;
}

.rating2
{
	background-image: url(img/star1.svg), url(img/star1.svg), url(img/star2.svg), url(img/star2.svg), url(img/star2.svg);
	background-position: left center, left 14px center, left 28px center, left 42px center, left 56px center;
	background-size: 14px,14px,14px,14px,14px;
	background-repeat: no-repeat;
	width: 100%;
	height: 14px;
	float: left;
	margin-top: 24px;
}

.rating1
{
	background-image: url(img/star1.svg), url(img/star2.svg), url(img/star2.svg), url(img/star2.svg), url(img/star2.svg);
	background-position: left center, left 14px center, left 28px center, left 42px center, left 56px center;
	background-size: 14px,14px,14px,14px,14px;
	background-repeat: no-repeat;
	width: 100%;
	height: 14px;
	float: left;
	margin-top: 24px;
}

.rating0
{
	background-image: url(img/star2.svg), url(img/star2.svg), url(img/star2.svg), url(img/star2.svg), url(img/star2.svg);
	background-position: left center, left 14px center, left 28px center, left 42px center, left 56px center;
	background-size: 14px,14px,14px,14px,14px;
	background-repeat: no-repeat;
	width: 100%;
	height: 14px;
	float: left;
	margin-top: 24px;
}

.star_off
{
	height: 48px;
	width: 48px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 42px;
	background-image: url(img/star1.svg);
	background-image: url(img/star2.svg);
	display: inline-block;
	margin-top: 3px;
	cursor: pointer;
}

.star_off:hover
{
	opacity: 0.75;
}

.star_on
{
	background-image: url(img/star1.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 42px;
}

.fixed_add .fixed_title
{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	float: left;
	white-space: nowrap;
	font-size: 13px;
	height: 40px;
	line-height: 40px;
	text-align: left;
	color: #101010;
	padding-left: 5px;
	box-sizing: border-box;
	padding-top: 5px;
}

.fixed_add .fixed_price
{
	float: left;
	width: calc(100% - 80px);
	text-align: left;	
	height: 40px;
	line-height: 25px;
	white-space: nowrap;
	font-size: 21px;
	padding-left: 5px;
	box-sizing: border-box;
	color: #2BBA00;
}

.fixed_add .fixed_img
{
	float: left;
	width: calc(80px - 5px);
	height: calc(80px - 10px);
	border-radius: 5px;
	margin: 5px;
	margin-left: 0px;
	box-sizing: border-box;
}

.fixed_add .pri
{
	float: left;
	position: relative;
	height: 80px;
	line-height: 80px;
	padding-left: 0px;
	padding-right: 32px;
	box-sizing: border-box;
	color: #568F1F;
	margin-top: 0px;
}

.fixed_add .fixed_bt
{
	float: right;
	background: linear-gradient(93deg, #2BBA00 6.18%, #2BBA00 99.33%);
    background-size: 100%;
    height: 80px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 80px;
}

.fixed_add .fixed_bt b
{
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(img/add_cart.svg);
    background-size: 36px;
    display: inline-block;
    height: 80px;
    width: 36px;
    vertical-align: middle;
    margin-right: 10px;
}

.fixed_add
{
	position: relative;
	font-size: 24px;
	display: none;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 80px;
	line-height: 80px;
	text-transform: uppercase;
	background: #ddd;
	color: #fff;
	text-align: center;
	font-weight: bold;
	z-index: 999;
	cursor: pointer;
	background-size: 36px, 100%;
}

.menumobile,.mobilesearch
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #1F1F1F;
	display: none;
	overscroll-behavior: contain;
	z-index: 9999;
	box-sizing: border-box;
	padding-top: 0px;
	overflow: auto;
}

.mobilesearch .header .searchbar .searchmobile
{
	background-position: center center;
	background-image: url(img/close3.svg);
	background-size: 18px;
}

.mobilesearch .input
{
	border-radius: 16px;
	border: 1px solid var(--gray-10, #E9E9E9);
	background: var(--white, #FFF);
	height: 52px;
	float: left;
	width: 100%;
}

.mobilesearch .input3
{
	float: left;
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
    background-color: #1C1C1C;
    padding-top: 25px;
    padding-bottom: 25px;
}

.mobilesearch .input2
{
	margin-left: 15px;
	width: calc(100% - 155px);
	outline: 0;
	height: 42px;
	margin-top: 3px;
	border: 0px;
	float: left;
	color: var(--gray-60, #858585);
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 42px;
}

.mobilesearch .submit
{
	cursor: pointer;
	float: right;
	margin: 3px;
	border-radius: 14px;
	box-shadow: 0px 4px 15px 0px rgba(250, 195, 52, 0.20);
	height: 46px;
	width: 46px;
	border: 0px;
	outline: 0;
	text-align: left;
	padding-left: 20px;
	background: url(img/search-black.svg) no-repeat center center;
	background-color: #FEBD69;
	color: #fff;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.mobilesearch .searchbar .submit:hover
{
	opacity: 0.85;
}

.mobilesearch
{
	background-color: rgba(0,0,0,0.9);
}

.menumobile .header .menu_corner
{
    background-image: url(img/close2.svg);
    background-position: center center;
    background-size: 24px;
}

.menumobile .header .headerhd,.mobilesearch .header .headerhd
{
	background-color: #1C1C1C;
}

.mobmenu
{
	float: left;
	width: 100%;
}

.menumobile .mobmenu a
{
	float: left;
	width: 100%;
	height: 36px;
	line-height: 36px;
	color: var(--white, #FFF);
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	box-sizing: border-box;
	text-decoration: none;
}

.menumobile .mobmenu a.sel
{
	color: var(--color-yellow, #2BBA00);
}

.noscroll
{
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: hidden;
	padding-right: 16px;
	box-sizing: border-box;
}

.variations
{
	float: left;
	width: calc(100% + 28px);
	background-color: #eee;
	margin-left: -14px;
	margin-rigth: -14px;
	margin-top: 21px;
	margin-bottom: 0px;
	box-sizing: border-box;
	padding: 21px;
}

.varcolor
{
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #333;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #aaa;
	box-sizing: border-box;
}

.varblock.varblocknogo
{
	opacity: 0.4 !important;
	cursor: not-allowed !important;
}

.varblock
{
	float: left;
	width: calc((100% / 5) - 12px);
	margin: 6px;
	border-radius: 6px;
	background-color: #fff;
	padding-top: 16px;
	padding-bottom: 16px;
	text-align: center;
	border: 2px solid #FFF;
}

.varblock:hover
{
	opacity: 0.85;
	cursor: pointer;
}

.varblock.sel
{
	border: 2px solid #F80;
	background: #FFEDD6;
	box-shadow: 0px 4px 15px 0px rgba(159, 212, 66, 0.20);
}

.vartitle
{
	float: left;
	width: calc(100% - 12px);
	text-transform: capitalize;
	font-weight: bold;
	margin-bottom: 6px;
	margin: 6px;
}

.vartitle span
{
	font-weight: normal;
}

.varspace
{
	float: Left;
	width: 100%;
	height: 10px;
}

@media screen and (max-width: 1239px)
{
	.footer .info.i1
	{
		font-size: 12px !important;
	}

	.footer .info b
	{
		font-size:16px !important;
		margin-top: 2px;
	}

	.header .searchbar .phone,.steps .phone
	{
		width: 150px;
		margin-right: 10px;
		padding-left: 50px;
	}

	.header .searchbar .submit:hover
	{
		opacity: 0.85;
	}

	.header .searchbar .input2
	{
    	margin-left: 12px;
    }

	.header .searchbar .phone .l1 span,.steps .phone .l1 span
	{
		display: none;
	}

	.footer_line .item
	{
		font-size: 14px;
		margin-right: 15px;
	}

	.header .menu .menutable .menutr a
	{
    	padding-left: 35px;
    	padding-right: 35px;
    }

    .footer_line .item.f1,.footer_line .item.f2,.footer_line .item.f3,.footer_line .item.f4,.footer_line .item.f5
    {
	    background-size: 32px;
    	padding-left: 40px;
	}

	.footer .disc
	{
		width: 240px;
		padding-right: 20px;
	}

	.footer .info
	{
		width: 250px;
	}

	.footer .info_text
	{
		width: 250px;
	}

	.footer .info_text span
	{
		margin-top: 5px;
	}

	.cart h2 div
	{
		float: left;
		width: 100%;
		text-align: left;
	}

	.cart h2
	{
		height: auto;
	}

	.cart .cart_item .extra
	{
		width: 100%;
	}

	.steps .circle_1,.steps .circle_3
	{
		width: 100px;
	}

	.steps .circle_2
	{
    	width: 160px;
    }

    .cart .cart_right .gray .huge_bt
    {
    	padding-left: 30px;
    	padding-right: 30px;
    }

    .cart .cart_right .gray
    {
    	padding-left: 12px;
    	padding-right: 12px;
    }

    .product .selection .option .spanprice
    {
    	font-size: 17px;
    	padding-left: 0px;
    	padding-right: 0px;
    }

    .menuheader .menutable .menutr a,.morecats
    {
    	padding-left: 20px;
    	padding-right: 20px;
    }
}

@media screen and (max-width: 1099px)
{
	.footer .bird
	{
	    margin-right: 0px;
	}

	.footer .disc
	{
        padding-right: 0px;
    }

	.menuheader .menutable .menutr a,.morecats
    {
    	padding-left: 20px;
    	padding-right: 20px;
    }
}

@media screen and (max-width: 1023px)
{
	h1.adjust
	{
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 10;
	    -webkit-box-orient: vertical;
	}

	.cart .title_cart
	{
        line-height: 21px;
        width: calc(100% - 110px);
    }

	.header,.header .headerhd
	{
	    background: #232f3f !important;
	}

	.fixed_add .fixed_title
	{
		display: none;
	}

	.fixed_add .fixed_price
	{
		line-height: 80px;
		padding: 0px;
		padding-left: 10px;
		height: 80px;
	}

	.fixed_add .fixed_bt
	{
		position: absolute;
		right: 0px;
		top: 0px;
	}

	.page.pagefixed
	{
		padding-left: 5px !important;
		padding-right: 0px !important;
	}

	.page.pagefixed2
	{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.menumobile .menumobileicon
	{
        background-image: url(img/close3.svg);
    }

	.steps .contact 
	{
		display: none;
	}

	.tcartinside
    {
    	display: none;
    }

    .menumobileicon
    {
    	background-repeat: no-repeat;
		background-position: center center;
		background-image: url(img/menu.svg);
		background-size: 28px;
    	float: Left;
    	width: 52px;
    	height: 52px;
    	background-color: #050505;;
    	margin-right: 5px;
    	border-radius: 6px;
    	display: block;
    	margin-top: 10px;
    }

    .header .searchbar .tcart
    {
    	width: 52px;
    	padding: 0px;
    	background-position: center center;
    }

    .tcart .cn2
	{
		display: block;
	}

	.noscroll
	{
		padding-right: 0px;
	}

	.menu
	{
		display: none;
	}

	.header .searchbar .phone .l1,.header .searchbar .phone .l2
	{
		display: none;
	}

	.header .searchbar .phone, .steps .phone
	{
        padding: 0px;
        width: 52px;
        margin-right: 5px;
        margin-left: 5px;
        border-radius: 14px;
        border: 0px;
        height: 52px;
    }

    .header .searchbar
    {
    	padding-top: 10px;
    	width: calc(100% - 244px);
    }

    .menuheader
    {
    	display: none;
	}

    .header .logo,.header .logo img
    {
    	height: 70px;
	}

    .header .menu_corner
    {
	    margin-top: 10px;
	    width: 42px;
	    margin-left: 0px;
	    background-repeat: no-repeat;
		background-position: left center;
		background-image: url(img/menu.svg);
		background-size: 28px;
		display: block;
	}

	.header .line
	{
		width: calc(100% - 50px);
	    height: 52px;
	    bottom: initial;
	    top: 10px;
	}

	.header .searchbar .user
	{
		float: right;
	}

	.footer_line .item
	{
        width: 100%;
        float: left;
        margin: 0px;
        box-sizing: border-box;
        margin-bottom: 20px;
    }

    .footer_line
    {
    	float: left;
    	width: 100%;
    	padding-top: 20px;
    }

    .footer .go_left
    {
    	float: left;
    	width: 100%;
    }

    .footer .go_left.go_left_1
    {
    	float: left;
    	width: 60%;
    }

    .footer .go_left.go_left_2
    {
    	float: left;
    	width: 40%;
    }

    .footer .info_text
    {
    	width: 100%;
    	margin-top: 20px;
	}

	.footer .info
	{
		width: 100%;
	}

	.footer .links
	{
		margin-top: 20px;
		width: 100%;
		float: left;
	}

	.footer .links li
	{
		width: 50%;
	}

	.footer .disc
	{
        width: 80%;
    }

    .footer .bird
    {
    	margin-top: 0px;
    }

    .content .item
    {
    	width: calc((100% / 3) - 10px);
    }

    .content .item.item3
    {
    	width: calc((100% / 2) - 10px);
    }

    .cart .cart_left
    {
    	width: 100%;
	}

    .cart .cart_right
    {
    	width: 100%;
    	padding-left: 0px;
    	padding-top: 20px;
    }

    .product .block_left
    {
    	width: 100%;
    }

    .product .block_right
    {
    	width: 100%;
    	padding-left: 15px;
    }

    .header.headercart,.page.headercart
	{
		display: block;
	}

	.steps .logo,.steps .phone
	{
		display: none;
	}

	.header .logo
	{
        height: 60px;
    }

    .steps .circle_1,.steps .circle_3
	{
		width: 150px;
	}

	.steps .circle_2
	{
    	width: 220px;
    }

    .checkout .checkcenter,.checkout .checkleft,.checkout .checkright
    {
    	width: 100%;
    }

    .checkout .checkright
    {
    	padding-right: 15px;
    }

    .product .comments .item
    {
    	width: calc(100% / 4);
	}

	.modal .subsblock,.modal .reviewblock,.modal .loginblock,.modal .registerblock,.modal .recoverblock
	{
	    position: absolute;
	    left: 0px;
	    top: initial;
	    bottom: 0px;
	    -webkit-transformn: none;
	    transform: none;
	    -webkit-backface-visibility: hidden;
	    width: 100%;
	    border-radius: 10px;
	    border-bottom-left-radius: 0px;
	    border-bottom-right-radius: 0px;
	    overflow: auto;
	    box-sizing: border-box;
	    max-height: 100%;
	    overscroll-behavior: contain;
	    max-width: 100%;
	}

	.modal .subsblock .close,.modal .reviewblock .close,.modal .loginblock .close,.modal .registerblock .close,.modal .recoverblock .close
	{
	    top: 16px;
	    right: 16px;
	}

	.fre .fr1,.fre .fr2,.fre .fr3
	{
	    background-size: 40px 40px;
	    padding-left: 48px;
	    height: 48px;
	    line-height: 48px;
	}

	.mobmenu
	{
		padding-top: 20px;
	}
}

@media screen and (max-width: 899px)
{
	.header .searchbar .contact
	{
		display: none;
	}
}

@media screen and (max-width: 639px)
{
	.mobmenu
	{
		padding-top: 80px;
	}

	.varblock
	{
		width: calc((100% / 4) - 12px);
	}

	.fixed_add .fixed_bt
	{
		height: 60px;
		line-height: 60px;
	}

	.fixed_add .fixed_bt b
	{
	    height: 60px;
	}

	.fixed_add .fixed_price
	{
		height: 60px;
		line-height: 60px;
		padding-left: 10px;
	}

	.fixed_add .fixed_img
	{
		display: none;
	}

	.fixed_add .pri
	{
		margin-top: 0px;
		height: 60px;
		line-height: 60px;
	}

	.header
	{
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 10;
	}

	body
	{
		margin-top: 70px;
	}

	.smallthumbs
	{
		display: none;
	}

	.menumobileicon
	{
		height: 42px;
	    width: 42px;
	    line-height: 42px;
	    border-radius: 16px;
	    background-size: 21px;
	    margin-top: 15px;
	}

	.header .logo
	{
		margin-right: 0px;
	}

	.formover2
	{
		display: none;
	}

	.formover2 span
	{
		float: right;
		padding-right: 20px;
	}

	.page
	{
		padding-left: 5px;
		padding-right: 5px;
	}

	.page.pagecheckout
	{
		padding-left: 5px;
		padding-right: 5px;
	}	

	.content .item
	{
		padding: 5px;
		width: calc((100% / 2) - 10px);
    }

    .content .item.item3
	{
		padding: 5px;
		width: calc((100% / 2) - 10px);
    }

    .header .searchbar .input
    {
    	display: none;
    }

    .fre .fr1,.fre .fr2,.fre .fr3
    {
    	padding: 0px;
    	background-position: center top;
    	width: calc(100% / 3);
    	font-size: 10px;
    	height: 42px;
    	padding-top: 21px;
    }

    .fre
    {
    	margin-top: 10px;
    	padding: 0px;
    	margin-bottom: 15px;
    }

    .tcartinside
    {
    	display: none;
    }

    .header .searchbar .tcart
    {
    	width: 52px;
    	padding: 0px;
    	background-position: center center;
    }

    .footer .bird
    {
    	margin-right: 0px;
    	margin-left: 0px;
    }

    .footer .bird img
    {
    	width: 100%;
    	float: left;
    }

    .footer .ftext2
    {
    	display: none;
    }

    .footer
    {
    	padding-top: 15px;
    }

    .footer .links span
    {
    	margin-bottom: 10px;
    	float: left;
    	width: 100%;
    }

    .footer .links ul
    {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
    }

    .footer .links li a
    {
    	font-size: 12px;
    }

	.header .menu_corner
	{
		margin-left: 0px;
	}

	.header .searchbar .searchmobile
	{
		display: block;
		margin-top: 5px;
	}

	.header .searchbar .phone
	{
		display: none;
	}

	.header .searchbar .tcart
	{
		width: 42px;
		height: 42px;
		line-height: 42px;
		margin-top: 5px;
	}

	.header .searchbar .user
	{
		margin-left: 5px !important;
	}

	.header .searchbar .phone, .steps .phone,.header .searchbar .user
	{
		background-position: center center;
		border-radius: 16px;
		margin-right: 0px;
		width: 42px;
		height: 42px;
		line-height: 42px;
		margin-top: 5px;
		margin-left: 0px;
	}

	.header .searchbar
	{
        width: auto;
        float: right;
        display: block;
    }

    .content .item .title
    {
    	font-size: 14px;
        -webkit-line-clamp: 2;
    }

    .content h1
    {
    	height: auto;
    }

    .content h1 b
    {
    	float: left;
    	width: 100%;
    	margin-left: 0px;
    	margin-top: 5px;
    }

    .content .bt
    {
    	position: absolute;
    	top: 0px;
    	right: 0px;
    	margin-top: -5px;
    	font-size: 12px;
    	padding-left: 8px;
    	padding-right: 8px;
    }

    .content .bt b
    {
    	margin-left: 5px;
    }

    .product .block_left
    {
    	padding: 5px;
    }

    .product .block_left .big_thumb
    {
    	padding: 5px;
    }

    .product .block_right
    {
		padding: 5px;
	}

	.product .selection
	{
		padding: 5px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.product .selection .option
	{
		padding: 5px;
		width: calc((100% / 3) - 10px);
    	margin: 5px;
	}

	.product .selection .option label
	{
		z-index: 3;
		height: 20px;
		line-height: 12px;
		border-radius: 10px;
		font-size: 11px;
		font-weight: normal;
		top: -18px;
		word-spacing: 9999999px;
		height: auto;
		margin: 0px;
		left: 10px;
		right: 10px;
		padding-top: 3px;
		padding-bottom: 3px;
		width: calc(100% - 20px);
	}

	.selection .subt
	{
		margin-bottom: 15px !important;
	}

	.product .blockfaq
	{
		padding: 5px;
		padding-top: 10px;
	}

	.comments h3
	{
		font-size: 21px;
	}

	.product .selection .pline
	{
		line-height: 21px;
		margin-bottom: 8px;
	}

	.product .buy
	{
    	font-size: 16px;    
    	width: calc(100% - 10px);
    	margin-top: 15px;
    	margin-left: 5px;
	    margin-right: 5px;
	    background-size: 26px, 100%;
	    padding-right: 38px;
	    box-sizing: border-box;
		height: 58px;
    	line-height: 58px;
    	margin-bottom: 10px;
	}

	.product .buy b
	{
        background-size: 16px;
        height: 38px;
        width: 38px;
	}

	.product .selection .guaranteed .l2,.product .selection .guaranteed .l1
	{
		height: auto;
		line-height: 21px;
		width: calc(100% - 90px);
		padding-left: 10px;
	}

	.product .selection .guaranteed .l1
	{
		margin-top: 15px;
	}

	.product .selection .guaranteed .l2
	{
		padding-bottom: 10px;
	}

	.product .selection .guaranteed img
	{
    	width: 60px;
    	height: 60px;
    	margin-top: 10px;
    	margin-bottom: 5px;
    	margin-left: 10px;
	}

	.product .selection .guaranteed
	{
    	width: calc(100% - 10px);
    	margin-left: 5px;
    	margin-right: 5px;
	}

	.product .selection .item
	{
	    width: calc(100% - 10px);
	    margin: 5px;
	}

	.navup
	{
		z-index: 3;
	}

	.steps .circle_1, .steps .circle_3
	{
        width: 90px;
    }

    .steps .circle_2
    {
        width: 110px;
    }

    .steps .circle_1 .circle span,.steps .circle_2 .circle span,.steps .circle_3 .circle span
    {
    	left: 0px;
    }

    .steps .circle_2 .circle span,.steps .circle_3 .circle span,.steps .circle_1 .circle span
    {
    	bottom: -30px;
    }

    .steps
    {
    	height: 110px;
    }

    .steps .circle_1 .circle span,.steps .circle_2 .circle span,.steps .circle_3 .circle span
    {
    	font-size: 11px;
    }

    .cart
    {
    	padding: 5px;
    	margin-bottom: 0px;
    }

    .cart .cart_item .big_price
    {
    	right: 190px !important;
    }

    .cart .cart_item .big_desc
    {
    	margin-bottom: 15px;
    }

    .cart .cart_item .thumb_big
    {
    	width: 90px;
    	height: 90px;
    	margin-right: 5px;
    }

    .cart .cart_item .big_inner
    {
        width: calc(100% - 100px);
        padding: 5px;
	}

	#freeshipping3
	{
        font-size: 18px;
        height: auto;
    	line-height: 21px;
    	padding-top: 10px;
    	padding-bottom: 10px;
	}

	.product h1
	{
		font-size: 24px;
	}

	.product .check
	{
		width: calc(100% - 40px);
	}

	.product .check,.product .check b
	{
		font-size: 13px;
		line-height: 14px;
	}

	.blockdesc .block_1, .blockdesc .block_4
	{
    	width: 100%;
	}

	.blockdesc .block_2, .blockdesc .block_3
	{
    	width: 100%;
	}

	.blockdesc .block_4 img
	{
    	width: 100%;
    }

    .blockdesc .block_5 img
	{
    	width: 100%;
    }

    .product .comments .item
    {
        width: calc(100% / 2);
    }

    .product .comments .cbt1,.product .comments .cbt2
    {
    	margin-top: 10px;
    }

    .blockdesc .block_2 .title, .blockdesc .block_3 .title
    {
    	font-size: 24px;
    }

    .product .nav_right,.product .nav_left
    {
       	width: 50px;
    	height: 50px;
       	background-size: 32px;
        top: calc(50% - 25px);
	}

	.cart h2
	{
		margin-bottom: 10px;
	}

	.cart h2 div
	{
        float: left;
        width: 100%;
        text-align: left;
        height: auto;
        line-height: 18px;
        font-size: 14px;
        margin-top: 10px;
    }

    .cart h2 b
    {
    	font-size: 14px;
	    height: auto;
    	line-height: 18px;
	}

	.cart .title_cart
	{
		line-height: 21px;
		width: calc(100% - 110px);
	}

	.cart_item .go_right
	{
		width: 100%
		float: left;
	}

	.cart .cart_item .price
	{
		margin-right: 10px;
		font-size: 20px;
		width: auto;
	}
	
	.cart .cart_drop
	{
		margin-right: 10px;
		padding-left: 15px;
    	padding-right: 15px;
	    width: 95px;
	}

	.cart .cart_item .close, .cart .cart_item .close2
	{
		margin-right: 0px;
		float: right;
	}

	.cart .cart_item .extra .extra_title
	{
		overflow: hidden;
	}

	.cart .cart_right .gray .huge_bt
	{
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        float: left;
    }

	.cart .cart_right .gray
	{
		padding: 10px !important;
	}

	.cart .cart_right .gray .huge_bt b
	{
	    background-size: 18px;
    	height: 36px;
	    width: 36px;
	}

    .rec
    {
    	padding: 12px;
    	padding-bottom: 0px;
    	width: 100%;
    	box-sizing: border-box;
    	margin-top: 0px;
    }

    .cart_green_line
    {
    	height: auto;
    	padding: 12px;
    	box-sizing: border-box;
    	line-height: 28px;
    	font-size: 16px;
    }

    .cart_green_line b
    {
 	   background-position: center top;
 	   width: 100%;
 	   margin-bottom: 10px;
 	   float: left;
	}

	.rec .line b,.rec .line span
	{
		font-size: 13px;
	}

	.rec .inside
	{
		width: calc(100% + 24px);
		box-sizing: border-box;
		padding: 12px;
		margin-left: -12px;
		margin-right: -12px;
	}

	.product .selection .item .title
	{
		-webkit-line-clamp: 2;
		line-height: 18px;
		width: calc(100% - 110px);
	}

	.product .selection .item .priceline
	{
    	width: calc(100% - 110px);
	}

	.product .selection .item .thumb
	{
        width: 63px;
    	height: 63px;
    	margin-right: 5px;
	}

	.product .selection .item .discount_p
	{
        font-size: 13px;
        height: 24px;
    	line-height: 24px;
    }

    .product .selection .item .discount,.product .selection .item .price
    {
        height: 24px;
    	line-height: 24px;
	}

	.product .selection .item .check
	{
	    width: 15px;
	    height: 25px;
	    margin-left: 6px;
	    margin-top: 15px;
	    margin-right: 6px;
	}

	.product .selection .option .spanprice
	{
		font-size: 14px;
	}

	.product .selection .option .qtd
	{
	    margin-top: 10px;
    	font-size: 14px;
       	margin-bottom: 5px;
	}

	.blockdesc .block_1 img
	{
		width: 100%;
	}

	.blockdesc .block_2 .bt, .blockdesc .block_3 .bt
	{
		width: 100%;
		box-sizing: border-box;
	}

	.fixed_add
	{
    	font-size: 21px;
        height: 60px;
    	line-height: 60px;
        background-size: 26px, 100%;
	}

	.fixed_add b
	{
        background-size: 15px;
        height: 48px;
        width: 38px;
    }

    .product .selection .item .title2
    {
		-webkit-line-clamp: 2;
		line-height: 21px;
		width: calc(100% - 95px);
    }

    .product .selection .item .gprice
    {
		height: 24px;
    	line-height: 24px;
    }

    .steps .circle_1 .circle span, .steps .circle_2 .circle span, .steps .circle_3 .circle span
    {
        overflow: hidden;
        width: 100%;
    }

    .checkout #payment ul.payment_methods
    {
    	padding: 5px !important;
    	padding-top: 0px !important;
    	padding-bottom: 18px !important;
	}

	.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label
	{
    	line-height: 21px !important;
	}

	.woocommerce-SavedPaymentMethods.wc-saved-payment-methods
	{
		padding-left: 0px;
		font-size: 13px;
	}

	#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box
	{
		margin: 5px;
	}

	#freeshipping
	{
		line-height: 21px !important;
	}

	.woocommerce-checkout #payment ul.payment_methods li img
	{
	    max-width: 80px;
	}

	.rec .item .title
	{
        -webkit-line-clamp: 2;
        line-height: 20px;
    }

    .checkout .product .selection .item .title
    {
		-webkit-line-clamp: 30;
		margin-top: 10px;
		margin-bottom: 10px;
    }

    .checkout .product .selection .item .thumb {
        display: none;
    }

    .fre.fre2
    {
    	padding-left: 0px;
    	padding-right: 0px;
    }

    
	#billing_first_name, #billing_postcode, #billing_phone, #shipping_first_name, #shipping_address_2, #shipping_city,#billing_last_name, #billing_city, #billing_email, #shipping_last_name, #shipping_email, #shipping_postcode, #shipping_phone
	{
	    float: left;
	    width: 100% !important;
	    margin-right: 0px !important;
	    margin-left: 0px !important;
	    margin-bottom: 8px;
	    padding-left: 14px;
	    padding-right: 14px;
	}

	.woocommerce-billing-fields__field-wrapper
	{
		padding-left: 5px !important;
		padding-right: 5px !important;
	}

	.noptin-integration-subscription-checkbox.noptin-integration-subscription-checkbox-woocommerce b a
	{
	}

	.noptin-integration-subscription-checkbox.noptin-integration-subscription-checkbox-woocommerce
	{
		margin-bottom: 40px;
	}

	.header .searchbar .user .useropc
	{
		top: 48px;
	}

	.dicebt
	{
		width: calc(100% - 20px);
		margin-left: 10px;
		margin-right: 10px;
		float: left;
	}

	.dicebtt
	{
		padding-left: 10px;
		padding-right: 10px;
		width: 100%;
		box-sizing: border-box;
		margin-top: 16px;
		float: left;
	}

	.dicebt b
	{
		width: 24px;
		margin-right: 12px;
	}

	.tcart .cn2
	{
		right: 16px;
		top: -6px;
	}
}

@media screen and (max-width: 399px)
{
	.product .selection .option label
	{
		z-index: 3;
		height: 20px;
		line-height: 12px;
		border-radius: 11px;
		font-size: 10px;
		font-weight: normal;
		top: -20px;
		word-spacing: 9999999px;
		height: auto;
		margin: 0px;
		left: 0px;
		right: 0px;
		padding-top: 3px;
		padding-bottom: 3px;
		width: 100%;
	}

	.fixed_add
	{
		font-size: 15px;
	}

	.fixed_add .fixed_bt
	{
	    float: right;
	    padding-right: 12px;
	    padding-left: 12px;
	    font-size: 14px;
	}
}

@media screen and (max-width: 359px)
{
	.go_left.ft,.go_right.ft
	{
		float: left;
		width: 100%;
		text-align: center;
	}

	.cart_item .go_right
	{
		width: 100%;
	}

	.woocommerce-checkout #payment ul.payment_methods li img
	{
	    max-width: 60px;
	}

	.modal .subsblock,.modal .reviewblock,.modal .loginblock,.modal .registerblock,.modal .recoverblock
	{
		padding: 20px;
	}
}

@media screen and (max-width: 389px)
{
	.dimg
	{
		margin-top: 12px;
	}

	.varblock
	{
		width: calc((100% / 3) - 16px);
	}

	body
	{
		margin-top: 65px;
	}

	.menumobileicon
	{
        width: 36px;
        height: 36px;
        line-height: 36px;
        margin-top: 15px;
    }

	.header .searchbar .tcart
	{
		width: 36px;
		height: 36px;
		line-height: 36px;
		margin-top: 5px;
	}

	.header .searchbar .user .useropc
	{
		top: 46px;
	}

	.header .searchbar .phone, .steps .phone,.header .searchbar .user
	{
		width: 36px;
		height: 36px;
		line-height: 36px;
		margin-top: 5px;
	}

	.header .searchbar .searchmobile
	{
		width: 36px;
		height: 36px;
		line-height: 36px;
		margin-top: 5px;
	}

	.header .searchbar
	{
	    height: 65px;
	}

	.header .logo
	{
	    margin-right: 0px;
	    margin-left: 0px;
	    width: 120px;
	}

	.header .logo,.header .logo img
	{
        height: 60px;
    }

    .selection
    {
    	overflow: hidden;
    }
}

@media screen and (max-width: 1023px)
{
   .pagecheckout
	{
		overflow: hidden;
	}
}