.site[data-page="order"] .main-content {

    background: #15517b -webkit-linear-gradient(75deg, #15517b 50%, #0b2d40 50.1%) no-repeat;

    background: #15517b -o-linear-gradient(75deg, #15517b 50%, #0b2d40 50.1%) no-repeat;

    background: #15517b linear-gradient(15deg, #15517b 50%, #0b2d40 50.1%) no-repeat;

}



select::-ms-expand {

    display: none;

}



.order-layout {

	-webkit-box-sizing: border-box;

	box-sizing: border-box;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-pack: justify;

	-ms-flex-pack: justify;

	justify-content: space-between;

	margin-left:-6px;

	margin-right:-6px;

	padding-top: 40px;

	padding-bottom: 40px;

}



ul,

figure {

	display: block;

	padding: 0;

	margin: 0;

}



ul {

	list-style: none;

}



.order-layout  * {

	-webkit-box-sizing: border-box;

	box-sizing: border-box;

}



.order-layout .red-text  {

	color:red;

	font-weight: 700;

}



.order-layout-left,

.order-layout-right {

	padding:0 6px;

}



.order-layout-left {

	width: 65%;	

}



.order-layout-right {

	width: 35%;

}



/* checkbox start */

.check-radio {

    display: block;

}



.check-radio-element {

    display: block;

    padding-left: 30px;

    position: relative;

    font-size: 14px;

    line-height: 22px;

}



.check-radio-element:before,

.check-radio-element:after {

    content: '';

    width: 22px;

    height: 22px;

    background-color: #fff;

    border: 1px solid #ddd;

    position: absolute;

    top: 0;

    left: 0;

    -webkit-transition: background-color 0.2s ease;

    -o-transition: background-color 0.2s ease;

    transition: background-color 0.2s ease;

}



.check-radio-element:after {

    width: 14px;

    height: 14px;

    border: 0;

    top: 4px;

    left: 4px;

}



.check-radio-input {

    /*display: none;*/

    visibility: hidden;

    position: absolute;

}



.check-radio-input[type="checkbox"] ~ .check-radio-element:after {

    background: url('../../images/checkbox.svg') no-repeat center center;

    opacity: 0;

    -webkit-transition: opacity 0.2s ease;

    -o-transition: opacity 0.2s ease;

    transition: opacity 0.2s ease;

}



.check-radio-input[type="checkbox"]:checked ~ .check-radio-element:after {

    opacity: 1;

}

/* end of checkbox */



.fields-row {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	margin: -5px;

}



.field {

	padding:  5px;

}



.field-25 {

	width: 25%;

}



.field-33 {

	width: 33.333%;

}



.field-50 {

	width: 50%;

}



.field-100 {

	width: 100%;

}



/* Grid columns parent Start*/

.g-row {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	margin: -6px;

}



.g-row > * {

	padding: 6px;

	width:100%;

}



/* Grid columns parent End */



.shop-btn {

	display: block;

	width: 100%;

	font-size: 16px;

	font-weight: 700;

	line-height: 1.2;

	cursor: pointer;

	text-decoration: none;

	color: #15517a;

	border: 1px solid #16517b;

	background: none;

	border-radius: 6px;

	padding:9px;

	margin: 0 auto;

	text-align: center;

	text-transform: uppercase;

	-webkit-appearance: none;

	-moz-appearance: none;

	appearance: none;

	outline: none;

	-webkit-transition: background-color 0.7s ease, border-color 0.35s ease;

	-o-transition: background-color 0.7s ease, border-color 0.35s ease;

	transition: background-color 0.7s ease, border-color 0.35s ease;

}



.product{

  cursor: pointer;

}

.products .product{

  cursor: pointer;

}

.products .product .acc-item-content{

  border: 3px solid white;

}

.products .product .acc-item-content:hover{

  border: 3px solid orange;

}

.order-item.selected .shop-btn,

.non-touch .order-item:hover .shop-btn {

	 border-color: #ff9001;

    background-color: #ffb100;

    color: #865d00;

}



.order-col-left,

.order-col-right {

	width: 100%;

  padding: 0;

}



.order-col-left {

	margin-bottom: 12px;

}



.order-col-right {

	border-radius: 4px;

}



.order-layout .order-img {

	padding-top:50%;

	display: block;

	height: 0;

	position: relative;

}



.order-layout .order-img > img {

	display: block;

	position: absolute;

    top: 50%;

    left: 50%;

    max-width: 100%;

    max-height: 100%;

    height: auto;

    width: auto;

    -webkit-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

}



.order-link {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

	cursor: pointer;

	background-color: #fff;

	color: #3e3e3e;

    min-height: 100%;

	opacity: 0.4;

	border-radius: 4px;

	padding: 15px;

	text-decoration: none;

	border: 4px solid transparent;

	-webkit-transition: all 0.35s ease;

	-o-transition: all 0.35s ease;

	transition: all 0.35s ease;

}



.non-touch .order-item:hover .order-link,

.order-item.selected .order-link  {

	opacity: 1;

    border-color:#ff9000;

}



.non-touch .order-item:hover .order-link {

    -webkit-transform: translateY(-5px);

    -ms-transform: translateY(-5px);

    transform: translateY(-5px)

}



.order-text > p {

    position: relative;

    font-size: 15px;

    line-height: 1.3;

    margin: 0 0 8px;

}



.order-text > h2 {

    font-size: 20px;

    text-transform: uppercase;

    margin: 0 0 14px;

}



.order-text > p:last-child {

	margin-bottom: 0;

}



.order-link-text {

    color: #23211f;

    text-align: center;

    font-size: 30px;

    margin-bottom: 8px;

	text-transform: uppercase;

}



.order-price {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	-ms-flex-pack: distribute;

	justify-content: space-around;

}



.old-price {

	padding: 5px;

	line-height: 1;

	text-decoration: line-through;

	font-size: 20px;

	color: #373737;

}



.new-price {

	padding: 5px;

	line-height: 1;

	font-weight: 700;

	color: #675e61;

	font-size: 24px;

}



.order-details {

	margin-bottom: 12px;

  color: #fff;

}



.order-form-wrapper {

  padding:12px;

}



.order-form-wrapper {

  background: #f5f5f5;

  padding-bottom: 12px;

  padding-top: 0;

}

.order-details{

  padding-bottom: 0;

  padding-top: 0;

}





.order-header {

  color: #041b29;

	font-size: 20px;

	font-weight: 600;

	text-align: center;

  background: #ffc84d;

  padding: 10px;

  margin: 0 -12px 10px -12px;

}



.order-header .icon-basket,

.order-header .icon-truck {

	display: inline-block;

	vertical-align: middle;

	margin-right: 6px;

}



.order-details header.order-header{

  background: none;

  color: white;

}



.order-layout .order-summary {

  border-radius: 3px;

  background: #fff;

  color: #041b29;

  margin: 3px 0;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

}



.order-layout .order-summary-item {

	padding: 8px;

}



.remove-btn-wrapper {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

}



.remove-item-btn {

	-ms-flex-negative: 0;

	flex-shrink: 0;

	position: relative;

	display: block;

	width: 20px;

	height: 20px;

	cursor: pointer;

	margin-right: 8px;

	border-radius: 10px;

	background-color: #007EBC;

}



.remove-item-btn:before,

.remove-item-btn:after {

	content: '';

	display: block;

	width: 12px;

	height: 2px;

	background-color: #fff;

	position: absolute;

	left: 0;

	right: 0;

	top: 0;

	bottom: 0;

	margin: auto;

}



.remove-item-btn:before {

	-webkit-transform: rotate(-45deg);

	-ms-transform: rotate(-45deg);

	transform: rotate(-45deg);														

}



.remove-item-btn:after {

	-webkit-transform: rotate(45deg);

	-ms-transform: rotate(45deg);

	transform: rotate(45deg);

}



#total-row.order-details-item {

  font-weight: bold;

}



.order-details-list {

	margin-top: 20px;

}



.order-details-item {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	padding: 12px 0;

	-webkit-box-pack: justify;

	-ms-flex-pack: justify;

	justify-content: space-between;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	border-bottom: 1px solid #e5e5e5;

}



.order-item-text {

	margin: 0;

}



.order-tabs-nav {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

}



.order-tabs-link {

	display: block;

	-ms-flex-negative: 1;

	flex-shrink: 1;

	text-align: center;

	cursor: pointer;

	text-decoration: none;

	color: #fff;

	padding: 10px;

	background-color: #007fb4;

	font-size: 14px;

	border-top-left-radius: 4px; 

	border-top-right-radius: 4px;

	-webkit-transition: background-color 0.35s ease;

	-o-transition: background-color 0.35s ease;

	transition: background-color 0.35s ease; 

}



.order-tabs-link:not(:last-child) {

	margin-right: 2px;

}



.non-touch .order-tabs-link:hover,

.order-tabs-link.selected {

	background-color: #083448;

}



.order-form {

	display: none;

}



.order-form.active {

	display: block;

}



.order-accordion {

	border: 1px solid #b9d2de;

}



.order-accordion-link {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	text-decoration: none;

	padding: 12px;

	background-color: #def4ff;

	color: #3e3e3e;

}



.order-accordion-link.selected:before {

	-webkit-transform: rotate(90deg);

	-ms-transform: rotate(90deg);

	transform: rotate(90deg);

}



.order-accordion-link:before {

	content: '';

	display: block;

	width: 0;

	height: 0;

	margin-right: 6px;

	border-top: 5px solid transparent;

	border-left: 10px solid #3e3e3e;

	border-bottom: 5px solid transparent;

	-webkit-transition: -webkit-transform 0.35s ease;

	transition: -webkit-transform 0.35s ease;

	-o-transition: transform 0.35s ease;

	transition: transform 0.35s ease;

	transition: transform 0.35s ease, -webkit-transform 0.35s ease;

}



.order-accordion-content {

	display: none;

  background: #fff;

	padding: 6px;

}



.order-textarea {

    font-family: 'Open Sans', sans-serif;

    font-size: 16px;

    display: block;

    width: 100%;

    height: 105px;

    resize: none;

    border: 1px solid #e5e5e5;

    color: #3e3e3e;

    background-color: #fff;

    padding: 12px;

    -webkit-transition: all 0.35s ease;

    -o-transition: all 0.35s ease;

    transition: all 0.35s ease;

    border-radius: 0;

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

    outline: none;

    overflow-y: auto;

}



.order-input {

    display: block;

    font-size: 16px;

    font-family: 'roboto',sans-serif;

    font-weight: 400;

    color: #3e3e3e;

    background: #fff;

    width: 100%;

    line-height: 1;

    border: 1px solid #ccc;

    border-radius: 4px;

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

    outline: none;

    padding: 10px 14px;

}



.order-select {

	position: relative;

}



.order-select .order-input {

	cursor: pointer;

	padding-right: 44px;

	position: relative;

}



.order-select:before {

	content: '';

	background: url('../../images/sel-arrow.svg') no-repeat center center;

  width: 44px;

  position: absolute;

  top: 5px;

  bottom: 5px;

  right: 5px;

  z-index: 3;

}



.order-select:focus-within:before {

  -webkit-transform: rotate(180deg);

  -ms-transform: rotate(180deg);

  transform: rotate(180deg);

}



form .invalid input, form .invalid select, form .invalid span, form .invalid textarea{

    border-color:red;

}

form .invalid label.check-radio-element{

  color: red;

}

form .invalid label.check-radio-element:before{

  border:1px solid red;

}

form .invalid .select2-selection--single {

    border: 1px solid red;

}

form label.labelError{

  padding: 3px 10px;

  background: #ffb6b6;

  font-size: 12px;

  position: relative;

  top: -4px;

}



#form-messages{

  display: block;

  text-align: center;

  background: #5bb75b;

  font-size: 18px;

  text-transform: uppercase;

  font-weight: bold;

  color: white;

  padding: 10px;

  border-radius: 3px;

}

.submit-btn {

    display: block;

    cursor: pointer;

    padding: 18px 20px;

    font-size: 20px;

    line-height: 1;

    border: 0;

    color: #fff;

    font-weight: 700;

    background: -webkit-gradient(linear, left top, right top, from(#d0195f), to(#d81212));

    background: -webkit-linear-gradient(left, #d0195f 0%, #d81212 100%);

    background: -o-linear-gradient(left, #d0195f 0%, #d81212 100%);

    background: linear-gradient(to right, #d0195f 0%, #d81212 100%);

    width: 100%;

    outline: none;

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

    border: 0;

    border-radius: 4px;

    cursor: pointer;

    -webkit-transition: background-color 0.35s ease;

    -o-transition: background-color 0.35s ease;

    transition: background-color 0.35s ease;

}

.submit-btn[disabled]{

    background: #cacaca;

    color: #8e8e8e;

}

.non-touch .submit-btn[disabled]:hover {

  background-color: #e4e4e4;

}

.non-touch .submit-btn:hover {

	background-color: #b3052a;	

}



/* ==========================================================================

   Media Queries

   ========================================================================== */



@media only screen and (max-width: 1280px) {

	

	.order-link {

		padding:10px;

	}

	

	.order-select:before {

		width: 38px;

	}



	.order-layout {

		margin-left:-5px;

		margin-right:-5px;

		padding-top: 30px;

		padding-bottom: 30px;

	}

	

	.order-layout-left,

	.order-layout-right {

		padding:0 5px;

	}

}



@media only screen and (max-width: 768px) {

	

	.order-link {

		padding:5px;

	}



	.order-layout {

		display: block;

	}



	.order-layout-left,

	.order-layout-right {

		width: 100%;

	}



	.field-25,

	.field-33,

	.field-50 {

		width: 100%;

	}

}



@media only screen and (max-width: 640px) {

	

	.order-link-text {

		font-size: 23px;

	}



	.old-price {

		font-size: 16px;

	}



	.new-price {

		font-size: 20px;

	}

}



@media only screen and (max-width: 480px) {

	

	.order-link-text {

		font-size: 18px;

	}



	.shop-btn {

		font-size: 13px;

		padding: 6px;

	}

}



/* Grid columns  Media Queries */

@media only screen and (min-width: 320px) {

	

	.g-col-25 {

		width: 25%;

	}



	.g-col-33 {

		width: 33.333%;

	}



	.g-col-50 {

		width: 50%;

	}

}		



@media only screen and (min-width: 640px) {

	.g-col-sm-25 {

		width: 25%;

	}



	.g-col-sm-33 {

		width: 33.333%;

	}



	.g-col-sm-50 {

		width: 50%;

	}

}



@media only screen and (min-width: 768px) {

	

	.g-col-md-25 {

		width: 25%;

	}



	.g-col-md-33 {

		width: 33.333%;

	}



	.g-col-md-50 {

		width: 50%;

	}

}





@media only screen and (min-width: 1024px) {

	

	.g-col-lg-25 {

		width: 25%;

	}



	.g-col-lg-33 {

		width: 33.333%;

	}



	.g-col-lg-50 {

		width: 50%;

	}

}



@media only screen and (min-width: 1280px) {

	.g-col-xl-25 {

		width: 25%;

	}



	.g-col-xl-33 {

		width: 33.333%;

	}



	.g-col-xl-50 {

		width: 50%;

	}

}

