* {
	box-sizing: border-box;  
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box;
    text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	outline: none;
}

html {
	margin: 0;
	height: 100%;
}

body {
	height: 100%;
    font-size: 14px;
	font-family: 'Aref Ruqaa', 'Mogra', cursive;
    color: #6c6c6c;
	line-height: 18px;
    padding: 0;
    margin: 0;
	background: url("../images/site-bg.jpg");
    -webkit-text-size-adjust: none;
}

header, nav, section, article, aside, figure, footer {
   display: block;
}

/* tags */

a {
	color: #F5C921;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	padding: 0 0 14px 0;
	margin: 0;
}

ul, ol {
	padding: 0 0 15px 15px;
	margin: 0;
}

img {
	display: block;
	border: none;
}

/* end tags */

/* titles */

h1 {
	font-size: 56px;
	line-height: 46px;
	padding: 0;
	margin: 0;
	color: #F5C921;
	font-family: 'Mogra', cursive;
}

h2 {
	font-size: 30px;
	line-height: 30px;
	padding: 0 0 13px;
	margin: 0;
	color: #F5C921;
	font-family: 'Mogra', cursive;
}

h3 {
	font-size: 20px;
	line-height: 22px;
	padding: 0 0 14px;
	margin: 0;
	color: #F5C921;
	font-family: 'Mogra', cursive;
}

h4 {
	font-size: 18px;
	line-height: 18px;
	padding: 0 0 15px;
	margin: 0;
	color: #F5C921;
	font-family: 'Mogra', cursive;
}

/* end titles */

/* global class */

.left {
	float: left;
}

.right {
	float: right;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: '';
}

.clearfix:after {
	clear: both;
}

.clear {
	clear: both;
}

.wrapper {
	width: 1000px;
	padding: 0 20px;
	margin: auto;
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.5);
	-o-box-shadow: 0 0 15px rgba(0,0,0,0.5);
	box-shadow: 0 0 15px rgba(0,0,0,0.5);
	background: #fff;
}

.inner-block {

}

.inner-block.white {

}

/* global class */

/*header section*/

.header-section {
	position: relative;
}

.top-head-line {
	padding: 15px 0 20px;
	margin: 0 0 30px;
	border-bottom: 1px solid #ccc;
}

.head-right-side {
	width: 600px;
	padding: 25px 0 0;
}

.menu {
	padding: 15px 0 0 0;
}

.menu ul {
	text-align: right;
	padding: 0;
}

.menu ul li {
	display: inline-block;
	list-style: none;
	padding: 0 10px;
	border-left: 1px solid #EBE8E8;
}

.menu ul li:first-child {
	padding: 0 10px 0 0;
	border: none;
}

.menu ul li:last-child {
	padding: 0 0 0 10px;
}

.menu ul li a {
	display: inline-block;
	font-weight: bold;
	text-transform: none;
	font-size: 20px;
	color: #523212;
	text-decoration: none;
}

.menu ul li a:hover {
	color: #AFB936;
}

.header-section_dark-block {
	display: block;
	font-size: 14px;
	line-height: 14px;
	text-align: left;
	padding: 10px 0 0;
}

.header-section_dark-block span {
	position: relative;
}

.header-section_logo-block {
	line-height: 56px;
}

.header-section_logo-block a:hover {

}

.header-section_logo-block a:hover span {

}

.header-section_logo-block span {
	display: inline-block;
	font-size: 16px;
}

.header-section_logo-block h1 a {
	display: inline-block;
	font-size: 58px;
	letter-spacing: -2px;
	text-decoration: none;
}

.header-section_logo-block h1 a span {
	font-size: 58px;
	padding: 0;
}

.header-section_description {
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: -1px;
	text-transform: uppercase;
	padding: 9px 0 0 0;
}

.header-section_menu {

}

.header-section_menu ul {
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 0;
}

.header-section_menu ul li {
	width: 20%;
	display: block;
	float: left;
}

.header-section_menu ul li a {
	display: block;
	color: #333;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	border-left: none;
	padding: 5px 0 10px;
}

.header-section_menu ul li:first-child a {
	border-left: 1px solid #CCCCCC;
}

.header-section_menu ul li a:hover {
	color: #fff;
	background: #CCCCCC;
}

.header-section_basket {
	width: 300px;
	text-align: right;
	color: #fff;
	line-height: 15px;
}

.header-section_basket a {
	font-size: 16px;
	color: #000;
	text-decoration: none;
}

.header-section_basket a .title {
	font-weight: bold;
}

.head-bottom-line {
	position: relative;
	overflow: hidden;
	padding: 30px 0 20px;
}

.header-section .search {
	width: 265px;
	margin: 35px 0 0;
}

.header-section .search .input {
	padding: 0 8px 0 0;
	position: relative;
}

.header-section .search input {
	width: 220px;
	height: 36px;
	padding: 0 10px 7px;
	float: none;
	color: #000;
	font-size: 16px;
	font-family: 'Aref Ruqaa', serif;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	position: relative;
	background: #fff;
}

.header-section .search input::-webkit-input-placeholder{ color: #D8D8D8; }
.header-section .search input::-moz-placeholder{ color: #D8D8D8; }
.header-section .search input:-moz-placeholder{ color: #D8D8D8; }
.header-section .search input:-ms-input-placeholder{ color: #D8D8D8; }

.header-section .search button {
	display: block;
	height: 35px;
	width: 35px;
	float: right;
	border: none;
	cursor: pointer;
	background: url("../images/search-btn.png") no-repeat center;
	background-size: 30px;
}

.header-section .search button:hover {

}

.phone {
	display: inline-block;
	line-height: 14px;
	font-size: 20px;
	color: #000;
	text-align: right;
}

.phone span {
	font-size: 16px;
}

.header-section .head-right-side .line {
	padding: 11px 0 0 0;
}

.top-head-menu {
	text-align: right;
}

.top-head-menu ul {
	padding: 0;
}

.top-head-menu ul li {
	display: inline-block;
	padding: 0 0 0 15px;
}

.top-head-menu ul li:first-child {
	border: none;
}

.top-head-menu ul li:last-child {
	padding-right: 0;
}

.top-head-menu ul li a {
	font-size: 16px;
	color: #989a97;
	text-decoration: none;
}

.top-head-menu ul li a:hover {
	color: #261700;
}

.center-head-line {

}

/*end header section*/

/*content section*/

.content-section {
	padding: 0;
}

.carousel-line {
	min-height: 400px;
	margin: 0 0 25px;
}

.carousel-line .inner {
	-moz-box-shadow: inset 1px 1px 7px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 1px 1px 7px rgba(0,0,0,0.2);
	-o-box-shadow: inset 1px 1px 7px rgba(0,0,0,0.2);
	box-shadow: inset 1px 1px 7px rgba(0,0,0,0.2);
}

.basket-info {
	color: #fff;
	padding: 15px 20px 13px;
	margin: 0 0 20px;
	border-radius: 3px;
	-moz-box-shadow: inset 0px 0px 15px 0px #779b0f;
	-webkit-box-shadow: inset 0px 0px 15px 0px #779b0f;
	-o-box-shadow: inset 0px 0px 15px 0px #779b0f;
	box-shadow: inset 0px 0px 15px 0px #779b0f;
	background: #AFB936;
}

.basket-info a {
	height: 21px;
	display: inline-block;
	font-size: 24px;
	line-height: 21px;
	font-weight: bold;
	color: #fff;
	text-transform: none;
	text-decoration: none;
	padding: 3px 0 0 25px;
}

.basket-info p {
	font-size: 16px;
	padding: 5px 0 0 25px;
}

.special-line.special .content-section_left-column {
	float: right;
}

.special-line.special .content-section_right-column {
	width: 715px;
	float: left;
}

.special-line.special .content-section_right-column .line {
	margin: 0 -10px 0 -10px;
}

.content-section_left-column {
	width: 220px;
}

.content-section_left-column_menu {
	margin: 0 0 20px;
}

.content-section_left-column_menu h3 {
	height: 34px;
	font-size: 30px;
	line-height: 34px;
	text-align: center;
	text-transform: uppercase;
	padding: 0;
	font-weight: normal;
}

.content-section_left-column_menu h3 {
	text-align: left;
	font-weight: bold;
	font-size: 30px;
	text-transform: none;
}

.content-section_left-column_menu ul {
	list-style: none;
	padding: 10px 0 0;
	margin: 0;
}

.content-section_left-column_menu ul li {
	padding: 0 0 5px 15px;
	position: relative;
}

.content-section_left-column_menu ul li:after {
	content: '';
	width: 6px;
	height: 6px;
	display: block;
	position: absolute;
	top: 8px; left: 0;
	border-radius: 5px;
	background: #F5C921;
}

.content-section_left-column_menu ul li a {
	font-size: 15px;
	color: #333;
	text-decoration: none;
}

.content-section_left-column_menu ul li a:hover {
	color: #F5C921;
}

.content-section_right-column {
	width: 700px;
}

.checkout {
	padding: 0 25px;
}

.content-section_right-column > h2 {
	padding: 0 0 15px;
}

/*end content section*/

.banner,
.banner-long {
	padding: 0 0 20px;
}

.banner img,
.banner-long img {
	width: 100%;
}

.banner-long {
	padding: 0;
}


/*product small section*/

.product-small-section {
	width: 225px;
	margin: 0 10px 20px;
	cursor: pointer;
}

.product-small-section_image {
	width: 100%;
}

.product-small-section_image img {
	width: 100%;
}

.product-small-section_text {
	padding: 5px 0 0;
	font-size: 17px;
}

.product-small-section_description {
	font-size: 15px;
	margin: 0 0 5px 0;
}

.product-small-section_text h3 {
	padding: 5px 40px 10px 0;
	font-size: 22px;
	line-height: 24px;
	text-transform: none;
}

.product-small-section_button a {
	height: 30px;
	width: 120px;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	line-height: 24px;
	text-align: center;
	background: #F5C921;
}

.product-small-section_button a:hover {
	background: #303030;
}

.product-small-section_price {
	height: 30px;
	margin: 0 0 10px 0;
	font-size: 24px;
	color: #76A40E;
	letter-spacing: -1px;
	line-height: 30px;
}

.product-small-section_price span {
	color: #aaa;
	letter-spacing: 0;
	text-decoration: line-through;
	font-size: 20px;
}

/*end product small section*/

.banner-line {
	height: 388px;
}

.banner-box {
	position: relative;
	top: -29px; right: -15px;
}

.banner-box .banner {
	padding: 12px 0 0;
}

.banner-box .banner:first-child {
	padding: 0;
}

/*news preview*/

.news-preview {
	padding: 0 0 20px;
}

.news-preview h2 {
	text-transform: none;
}

.news-box {

}

.news-box figure {
	width: 350px;
	margin: 0 0 15px;
	float: left;
}

.news-box figure img {
	display: block;
	width: 100%;
}

.news-box .info {
	margin: -5px 0 0 370px;
}

.news-box .info p {
	padding: 0 0 10px;
}

.news-box .info .title {
	font-size: 24px;
	line-height: 22px;
	padding: 0 0 10px;
}

.news-box .info a {
	font-size: 15px;
	text-decoration: none;
}

.news-box .info a:hover {
	color: #775E45;
}

/*end news preview*/

/*carousel*/

.carousel {
	margin: auto;
	position: relative;
	overflow: hidden;
}

.carousel .slide {
	position: relative;
}

.carousel .slide img {
	display: block;
	width: 100%;
}

.carousel .slide .info {
	width: 350px;
	color: #fff;
	font-size: 42px;
	line-height: 42px;
	position: absolute;
	top: 50px; left: 20px;
	-webkit-text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	-moz-text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	-o-text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}

.owl-controls {
	display: none !important;
}

.carousel .slide .info h2 {
	font-size: 50px;
	line-height: 70px;
	color: #F5C921;
	text-transform: none;
	padding: 0;
}

.carousel .slide .info p {
	color: #523212;
}

.carousel .slide .info h2 span {
	color: #fff;
	display: block;
}

.carousel .slide.item-2 .info h2 span {
	display: inline;;
}

.carousel .slide.item-1 .info {
	top: 105px;
	color: #fff;
}

.carousel .slide.item-1 .info h2 {

}

.carousel .slide.item-2 .info {
	top: 140px;
	color: #F7CF23;
}

.carousel .slide.item-2 .info h2 {
	color: #76A40E;
}

.carousel .slide.item-2 .info p {
	color: #523212;
	line-height: 40px;
}

.carousel .slide img {
	display: block;
	width: 100%;
}

.owl-item {

}

.owl-controls .owl-pagination {
	text-align: center;
}

.owl-controls .owl-pagination .owl-page {
	display: inline-block;
	margin: 10px 10px 0 0;
}

.owl-controls .owl-pagination span {
	display: block;
	height: 10px;
	width: 25px;
	border: 1px solid #fff;
	cursor: pointer;
	-moz-box-shadow: inset 0 2px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,0.5);
	-o-box-shadow: inset 0 2px 2px rgba(0,0,0,0.5);
	box-shadow: inset 0 2px 2px rgba(0,0,0,0.5);
	border-radius: 10px;
	background: #DEDBC9;
}

.owl-controls .owl-pagination .active span {
	background: #719540;
}

.owl-item {
	display: inline-block;
	vertical-align: top;
}

.owl-item .product-small-section {
	width: 100%;
}

.owl-item .product-small-section_image {
	width: 270px;
	padding: 0;
	border-radius: 0;
	border: none;
	background: none;
}

.owl-item .product-small-section_text h3 {
	height: auto;
	font-size: 49px;
	line-height: 49px;
	color: #F0FE51;
	-webkit-text-shadow: 1px 1px 10px rgba(0,0,0,0.7);
	-moz-text-shadow: 1px 1px 10px rgba(0,0,0,0.7);
	-o-text-shadow: 1px 1px 10px rgba(0,0,0,0.7);
	text-shadow: 1px 1px 10px rgba(0,0,0,0.7);
}

.owl-item .product-small-section_text h3 .white-text {
	color: #fff;
}

.owl-item .product-small-section_text h3 .blue-text {
	color: #2BECFD;
}

.owl-item .product-small-section_description {
	width: 450px;
	padding: 10px;
	color: #000;
	border-radius: 5px;
	background: rgba(199, 240, 146, 0.7);
}

.owl-item .product-small-section_button {
	padding: 13px 0 0 0;
}

.owl-item .product-small-section_button a {
	height: 40px;
	width: auto;
	padding: 0 20px;
	line-height: 40px;
	font-size: 20px;
	font-weight: normal;
	opacity: 1;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	background: #78B000;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#78B000) to(#90CB01));
	background: -webkit-linear-gradient(top, #78B000, #90CB01);
	background: -moz-linear-gradient(top, #78B000, #90CB01);
	background: -o-linear-gradient(top, #78B000, #90CB01);
	background: linear-gradient(to bottom, #78B000, #90CB01);
}

.owl-item .product-small-section_button a:hover {
	background: #90CB01;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#90CB01) to(#78B000));
	background: -webkit-linear-gradient(top, #90CB01, #78B000);
	background: -moz-linear-gradient(top, #90CB01, #78B000);
	background: -o-linear-gradient(top, #90CB01, #78B000);
	background: linear-gradient(to bottom, #90CB01, #78B000);
}

.owl-item .product-small-section_text {
	width: 490px;
	padding: 10px 0 0 20px;
}

/*end carousel*/

/*product full section*/

.product-full-section_image {
	width: 260px;
	padding: 3px;
	margin: 0 0 21px;
	border: 1px solid #ccc;
	background: #fff;
}

.product-full-section_image img {
	width: 100%;
}

.product-full-section_info {
	width: 420px;
	margin: 0 0 0 20px;
	padding: 10px 0 0 0;
}

.product-full-section_info h2 {
	font-size: 26px;
	padding: 0 0 9px;
}

.product-full-section_info h4 {
	color: #999;
	padding: 0 0 16px;
	border-bottom: 1px dashed #ccc;
}

.product-full-section_info_price {
	font-size: 24px;
	line-height: 24px;
	letter-spacing: -1px;
	text-transform: uppercase;
	padding: 18px 0 0 0;
}

.product-full-section_info_price span {
	color: #76A40E;
}

.product-full-section_info_price_old {
	font-size: 16px;
	color: #999 !important;
	text-decoration: line-through;
}

.product-full-section_info_quantity {
	padding: 10px 0 19px 0;
}

.product-full-section_info_quantity span {
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 4px;
}

.product-full-section_info_quantity_minus,
.product-full-section_info_quantity_plus {
	width: 30px;
	height: 30px;
	display: block;
	float: left;
	font-size: 22px;
	font-weight: bold;
	color: #454545;
	line-height: 17px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
	-moz-text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
	-o-text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
	text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
	background: #fafafa;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fafafa), to(#eeeeee));
	background: -webkit-linear-gradient(#fafafa, #eeeeee);
	background: -moz-linear-gradient(#fafafa, #eeeeee);
	background: -ms-linear-gradient(#fafafa, #eeeeee);
	background: -o-linear-gradient(#fafafa, #eeeeee);
	background: linear-gradient(#fafafa, #eeeeee);
}

.product-full-section_info_quantity_minus:hover,
.product-full-section_info_quantity_plus:hover {
	color: #454545;
	background: #eee;
}

.product-full-section_info_quantity_input {
	width: 50px;
	height: 30px;
	display: block;

	font-size: 14px;
	font-family: 'Aref Ruqaa', serif;
	line-height: 28px;
	text-align: center;
	margin: 0 2px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #fff;
}

.product-full-section_info_button {
	height: 50px;
	width: 200px;
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	color: #454545;
	line-height: 42px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #ccc;
	-webkit-text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
	-moz-text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
	-o-text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
	text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
	background: #fafafa;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fafafa), to(#eeeeee));
	background: -webkit-linear-gradient(#fafafa, #eeeeee);
	background: -moz-linear-gradient(#fafafa, #eeeeee);
	background: -ms-linear-gradient(#fafafa, #eeeeee);
	background: -o-linear-gradient(#fafafa, #eeeeee);
	background: linear-gradient(#fafafa, #eeeeee);
}

.product-full-section_info_button:hover {
	color: #454545;
	background: #eee;
}

/*end product full section*/

/*checkout basket*/

.checkout-basket {
	padding: 5px 0 0;
}

.checkout-basket .description {
	width: 480px;
}

.checkout-basket .price,
.checkout-basket .quantity,
.checkout-basket .total {
	width: 150px;
	text-align: center;
}

.checkout-basket .top {
	padding: 0 0 10px 0;
	border-bottom: 2px solid #757575;
}

.checkout-basket .product {
	padding: 0 0 15px 0;
	margin: 15px 0 0 0;
	border-bottom: 1px solid #cccccc;
}

.checkout-basket .product .image {
	width: 108px;
	padding: 3px;
	margin: 0 20px 0 0;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
}

.checkout-basket .product h4 {
	padding: 15px 0 4px;
}

.checkout-basket .product .remove {
	font-size: 13px;
	color: #999;
	text-decoration: none;
}

.checkout-basket .product .remove:hover {
	color: #666;
	text-decoration: underline;
}

.checkout-basket .product .price {
	font-size: 18px;
	line-height: 110px;
}

.checkout-basket .product .total {
	font-size: 24px;
	line-height: 110px;
}

.checkout-basket .product .quantity {
	padding: 38px 0 0 0;
}

.checkout-basket .product .quantityspan {
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 4px;
}

.checkout-basket .product .quantity .quantity-minus,
.checkout-basket .product .quantity .quantity-plus {
	width: 30px;
	height: 30px;
	display: block;
	float: left;
	font-size: 22px;
	font-weight: bold;
	color: #454545;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
	-moz-text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
	-o-text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
	text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
	background: #fafafa;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fafafa), to(#eeeeee));
	background: -webkit-linear-gradient(#fafafa, #eeeeee);
	background: -moz-linear-gradient(#fafafa, #eeeeee);
	background: -ms-linear-gradient(#fafafa, #eeeeee);
	background: -o-linear-gradient(#fafafa, #eeeeee);
	background: linear-gradient(#fafafa, #eeeeee);
}

.checkout-basket .product .quantity .quantity-minus:hover,
.checkout-basket .product .quantity .quantity-plus:hover {
	color: #454545;
	background: #eee;
}

.checkout-basket .product .quantity input {
	width: 50px;
	height: 30px;
	display: block;
	float: left;
	font-size: 14px;
	font-family: 'Aref Ruqaa', serif;
	line-height: 28px;
	text-align: center;
	margin: 0 2px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #fff;
}

.checkout-basket .bottom {
	color: #0D1927;
	padding: 10px 0 0 0;
	position: relative;
	top: -1px;
	border-top: 2px solid #757575;
}

.checkout-basket .bottom .total-text {
	width: 150px;
	font-size: 18px;
	font-weight: 600;
	line-height: 32px;
	text-align: center;
}

.checkout-basket .bottom .total-summ {
	width: 150px;
	font-size: 32px;
	font-weight: 600;
	line-height: 32px;
	text-align: center;
}

.checkout-basket .bottom #main_form_subtotal,
.checkout-basket .bottom #main_form_taxes {
	width: 150px;
	font-size: 24px;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
}

.checkout-basket .bottom .subtotal-text,
.checkout-basket .bottom .taxes-text {
	width: 150px;
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
}


/*end checkout basket*/

/*checkout form*/

.checkout-form h3 {
	padding: 22px 0 17px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #cccccc;
}

.checkout-form .line {
	padding: 0 0 10px;
}

.checkout-form .line label {
	width: 160px;
	height: 34px;
	display: block;
	float: left;
	line-height: 35px;
}

.checkout-form .line input[type="text"],
.checkout-form .line select {
	width: 300px;
	height: 34px;
	display: inline-block;
	float: left;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Aref Ruqaa', serif;
	color: #454545;
	outline: none;
	vertical-align: middle;
	padding: 4px;
	margin: 0;
	border: 1px solid #ccc;
	background: #fff;
}

.checkout-form .line.error input[type="text"],
.checkout-form .line.error select {
	border: 1px solid #b30813;
}

.checkout-form .error-text {
	height: 34px;
	float: left;
	font-size: 12px;
	color: #b30813;
	line-height: 34px;
	padding: 0 0 0 20px;
}

.checkout-form .line.radio-checkbox.bottom {
	padding: 0 0 22px 0;
}

.checkout-form .line.radio-checkbox label {
	width: auto;
	height: auto;
	display: inline;
	line-height: normal;
	float: none;
}

.checkout-form .cards {
	padding: 0 0 20px 0;
}

.checkout-form .cards img {
	float: left;
	margin: 0 10px 0 0;
}

.checkout-form .cards .text {
	font-size: 12px;
	color: #757575;
	line-height: 36px;
}

.checkout-form .line .select {
	width: 145px;
	float: left;
	margin: 0 10px 0 0;
}

.checkout-form .line .select select {
	width: 100%;
}

.checkout-form input[type="submit"] {
	width: 500px;
	height: 80px;
	display: block;
	font-size: 30px;
	text-align: center;
	cursor: pointer;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	border: none;
	font-family: 'Aref Ruqaa', serif;
	padding: 0 15px 15px;
	background: #F5C921;
}

.checkout-form input[type="submit"]:hover {
	background: #303030;
}

/*end checkout form*/

.small-banner {
	padding: 0 0 20px 0;
}

/*footer section*/

.footer-section {
	position: relative;
	overflow: hidden;
	padding: 15px 0 0;
	margin: 30px 0 0;
	border-top: 1px solid #ccc;
}

.footer-section_links {
	padding: 0 0 10px;
}

.footer-section_links a {
	margin: 0 10px 0 0;
	font-size: 14px;
	color: #000;
}

.footer-section p {
	padding: 0 0 15px;
}

.footer-section_icons {
	height: 30px;
	text-align: center;
	position: relative;
	line-height: normal;
}

.footer-section_icons img {
	height: 30px;
	display: inline-block;
}

.footer-top-line {

}

.footer-bottom-line {
	width: 1000px;
	margin: auto;
	padding: 0 0 20px;
}

.copyrights {
	line-height: 30px;
	font-size: 14px;
}

/*end footer section*/