/*
	Theme Name: OrderNow - Responsive Order Form
	Description: This css file is for template layout alignments
	Version: 1.0
	Author: Responsive Expert
	Author URI: http://www.responsiveexpert.com
	Tags:
	
	---------------------------
	TEMPLATE STYLES
	---------------------------
	
	TABLE OF CONTENTS
	---------------------------
	 01. Global Styles
	 04. Order Form Styles
	 05. Service Buttons Styles
	 07. Media Query
*/


/* ==================================================== */
/* 01. Global Content Styles                            */
/* ==================================================== */


/* Button Styles */

.btn-small, .btn-small:focus {
	padding:7px 20px;
	margin:0 0 0 0;
	display:inline-table;
	font-size:14px;
	color:#ffffff;
	text-transform:uppercase;
	background:#1e9fb4;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	text-decoration:none;
	border:0;
}
.btn-small:hover {
	color:#ffffff;
	background:#333333;
	text-decoration:none;
}
.btn-large {
	padding:20px 50px 18px 50px;
	margin:20px 0 0 0;
	font-weight:700;
	display:inline-table;
	font-size:24px;
	color:#ffffff;
	background:#1e9fb4;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-ms-border-radius:8px;
	text-decoration:none;
}
.btn-large:hover {
	color:#ffffff;
	background:#333333;
	text-decoration:none;
}
.btn-large-ban, .btn-large-ban:focus {
	padding:20px 50px 18px 50px;
	margin:20px 0 0 0;
	font-weight:700;
	display:inline-table;
	font-size:24px;
	color:#ffffff;
	background:#0b85af;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-ms-border-radius:8px;
	text-decoration:none;
}
.btn-large-ban:hover {
	color:#ffffff;
	background:#333333;
	text-decoration:none;
}
.order-form hr {
	margin:20px 0;
	padding:0 0 0 0;
	border:0;
	background:none;
	border-top:1px solid #cccccc;
}

/* ==================================================== */
/* 04. Order Form Styles                                */
/* ==================================================== */

.order-form {
	padding:20px 0 0 0;
	margin:0 0 0 0;
	font-size:14px;
}
.order-btns {
	padding:80px 0 0 0;
	font-family: 'Montserrat', sans-serif;
}
.order-opt-link, .order-opt-link:focus {
	padding:40px 0 30px 0;
	margin:0 0 30px 0;
	display:inline-table;
	background:#ffffff;
	border:3px solid #eeeeee;
	color:#1e9fb4;
	font-size:24px;
	font-weight:700;
	text-align:center;
	width:100%;
	text-transform:uppercase;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	position:relative;
	text-decoration:none;
	cursor:pointer;
}
.order-opt-link .icon {
	left:0;
	width:100%;
	position:absolute;
	top:-30px;
	text-align:center;
	color:#1e9fb4;
	font-size:58px;
	-webkit-text-shadow:-3px -3px 0 #ffffff, 3px -3px 0 #ffffff, -3px 3px 0 #ffffff, 3px 3px 0 #ffffff;
	-moz-text-shadow:-3px -3px 0 #ffffff, 3px -3px 0 #ffffff, -3px 3px 0 #ffffff, 3px 3px 0 #ffffff;
	-ms-text-shadow:-3px -3px 0 #ffffff, 3px -3px 0 #ffffff, -3px 3px 0 #ffffff, 3px 3px 0 #ffffff;
	text-shadow:-3px -3px 0 #ffffff, 3px -3px 0 #ffffff, -3px 3px 0 #ffffff, 3px 3px 0 #ffffff;
}
.order-opt-link:hover, .order-opt-link.active {
	background:#1e9fb4;
	color:#ffffff;
	text-decoration:none;
	border:3px solid #1e9fb4;
}
.html5-web {
	padding:0 0 0 0;
	margin:0 0 0 0;
}
.normal-pk {
	padding:30px;
	padding-top:30px;
	padding-bottom:20px;
	margin-bottom:30px;
	font-family: 'Montserrat', sans-serif;
	color:#888888;
	background:url(../img/basic01.png) no-repeat 15px 15px #ffffff;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	cursor:pointer;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
	border:3px solid #eeeeee;
}
.normal-pk:hover, .normal-pk.active {
	color:#ffffff;
	background:url(../img/basic02.png) no-repeat 15px 15px #1e9fb4;
	cursor:pointer;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
	border:3px solid #1e9fb4;
}
.normal-pk h3 {
	padding:0 0 0 0;
	margin:0 0 15px 0;
	font-size:20px;
	color:#333333;
	text-transform:uppercase;
	font-weight:400;
}
.normal-pk p {
	padding:10px 0 5px 0;
	margin:0 0 0 0;
	font-size:13px;
}
.normal-pk:hover h3, .normal-pk.active h3 {
	color:#ffffff;
}
.normal-pk .price {
	padding:10px 0 0 0;
	margin:0 0 0 0;
	color:#1e9fb4;
	font-size:48px;
	font-weight:400;
}
.normal-pk:hover .price, .normal-pk.active .price {
	color:#ffffff;
}
.normal-pk .price span {
	font-size:30px;
}
.normal-pk .high-cont {
	padding:0 0 0 0;
	font-size:18px;
	font-weight:700;
	color:#333333;
}
.normal-pk:hover .high-cont, .normal-pk.active .high-cont {
	font-size:18px;
	font-weight:700;
	color:#ffffff;
}
.normal-pk .roboto {
	font-family: 'Roboto', sans-serif;
    font-weight:300;
	font-size:13px;
}
.addi-opts {
	padding:0 0 0 0;
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom:30px;
	color:#888888;
	background:#ffffff;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	text-align:left;
	border:3px solid #eeeeee;
}
.addi-opts h6 {
	padding-left:30px;
	color:#1e9fb4;
	font-weight:400;
}
.addi-opts .list-opt {
	padding:0 0 0 0;
	margin:0 0 0 0;
	list-style:none;
}
.addi-opts .list-opt li {
	padding:3px 0 3px 30px;
	margin:0 0 0 0;
	width:50%;
	float:left;
}
.addi-opts .list-opt li span {
	color:#1e9fb4;
}
.addi-opts .list-opt li .check-opt {
	margin-right:5px;
}
.addi-opts .list-opt li .check-opt:focus {
	outline:none;
}
.cms-category {
}
.cms-cont {
	padding-top:20px;
	padding-bottom:10px;
	margin-bottom:30px;
	background:#ffffff;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	text-align:center;
	color:#1e9fb4;
	font-size:28px;
	font-weight:700;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
	cursor:pointer;
	border:3px solid #eeeeee;
}
.cms-cont:hover, .cms-cont.active {
	background:#1e9fb4;
	text-align:center;
	color:#ffffff;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
	border:3px solid #1e9fb4;
}
.cms-cont span {
	font-size:24px;
}
.cms-cont i {
	color:#1e9fb4;
	font-size:42px;
}
.cms-cont:hover i, .cms-cont.active i {
	color:#ffffff;
}
.cms-cont h5 {
	padding:10px 0;
	margin:0 0 0 0;
	color:#1e9fb4;
	font-size:16px;
}
.cms-cont:hover h5, .cms-cont.active h5 {
	color:#ffffff;
}
.submit-opts-form {
	padding:25px 30px;
	margin-bottom:30px;
	color:#888888;
	background:#ffffff;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	text-align:left;
	border:3px solid #eeeeee;
}
.first-field, .second-field, .third-field, .forth-field, .fifth-field, .sixth-field, .seventh-field, .eigth-field, .nineth-field{
	font-family: 'Montserrat', sans-serif;
	padding:5px 0;
	margin:0 0 15px 0;
	border:0;
	background:#ffffff;
	color:#666666;
	font-size:14px;
	height:35px;
	width:31%;
	-webkit-box-shadow:0;
	-moz-box-shadow:0;
	-ms-box-shadow:0;
	box-shadow:0;
	float:left;
	border-bottom:2px solid #dddddd;
}
.second-field {
	margin-left:3%;
	margin-right:3%;
}
.forth-field {
	width:100%;
	height:80px;
}
.file-upload-area {
	padding:0 0 0 0;
	margin:0 0 0 0;
	color:#1e9fb4;
	font-weight:bold;
}
.file-upload-area span {
	padding:0 15px;
}
.file-upload-area .draganddrop {
	padding:7px 15px;
	margin:0 0 10px 0;
	background:#1e9fb4;
	color:#ffffff;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	text-decoration:none;
	font-weight:normal;
	display:inline-table;
	text-align:center;
}
.file-upload-area .link-field {
	padding:5px 15px;
	margin:0 0 10px 0;
	border:0;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	background:#ededed;
	color:#888888;
	font-size:14px;
	height:35px;
	width:40%;
	-webkit-box-shadow: inset 3px 3px 1px 0px #cccccc;
	-moz-box-shadow: inset 3px 3px 1px 0px #cccccc;
	-ms-box-shadow: inset 3px 3px 1px 0px #cccccc;
	box-shadow: inset 3px 3px 1px 0px #cccccc;
}
.order-catogories {
	padding:0 0 0 0;
	margin:0 0 0 0;
}
.summary-box {
	padding:25px 20px;
	margin:0 0 0 0;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	background:#ffffff;
	width:100%;
	font-size:14px;
	text-align:left;
	color:#666666;
	border:3px solid #eeeeee;
}
.summary-box .heading-total {
	padding:0 0 25px 0;
	margin:0 0 0 0;
	font-family: 'Montserrat', sans-serif;
	text-align:center;
	font-size:22px;
	color:#333333;
	font-weight:400;
	border-bottom:1px solid #d8d8d8;
}
.summary-box .heading-total .color-txt {
	font-size:36px;
	color:#f20707;
	font-weight:400;
}
.summary-box .heading-total .color-txt span {
	font-size:22px;
}
.summary-basic-pack {
	padding:10px 20px;
	margin:0 0 0 0;
	width:100%;
	text-align:left;
	border-bottom:1px solid #d8d8d8;
}
.summary-box h5 {
	padding:5px 0 10px 0;
	margin:0 0 0 0;
	color:#1e9fb4;
	font-size:14px;
	text-transform:uppercase;
	font-weight:700;
}
.summary-box h5 span {
	font-size:18px;
	padding-right:5px;
}
.summary-basic-pack .pack-in {
	padding:0 0 0 0;
	margin:0 0 0 0;
	list-style:none;
}
.summary-basic-pack .pack-in li {
	padding:0 0 2px 0;
	font-weight:400;
}
.summary-basic-pack .pack-in li span {
	display:inline-table;
	text-align:left;
	width:25px;
	color:#1e9fb4;
	font-weight:normal;
}
.summary-basic-pack .pack-add {
	padding:0 0 0 0;
	margin:0 0 0 0;
	list-style:none;
}
.summary-basic-pack .pack-add li {
	padding:0 0 2px 0;
}
.summary-basic-pack .pack-add li span {
	color:#1e9fb4;
}
.pages-area-cal {
	padding:10px 0;
	margin:0 0 0 0;
	width:100%;
	text-align:left;
	border-bottom:1px solid #d8d8d8;
}
.pages-area-cal .page-ul {
	padding:0 0 0 20px;
	margin:0 0 0 0;
	list-style:none;
	text-align:left;
}
.pages-area-cal .page-ul li {
	padding:5px 5px 5px 0;
	margin:0 0 0 0;
	display:inline-table;
	font-weight:400;
}
.pages-txtbx {
	padding:5px 15px;
	margin:0 0 0 0;
	font-family: 'Montserrat', sans-serif;
	border:0;
	background:#ffffff;
	color:#666666;
	font-size:14px;
	width:50px;
	height:30px;
	text-align:center;
	-webkit-box-shadow:0;
	-moz-box-shadow:0;
	-ms-box-shadow:0;
	box-shadow:0;
	border-bottom:2px solid #dddddd;
}
.pages-selbx {
	padding:5px 10px;
	margin:0 0 0 0;
	font-family: 'Montserrat', sans-serif;
	border:0;
	background:#ffffff;
	color:#666666;
	font-size:14px;
	width:80px;
	height:30px;
	text-align:center;
	-webkit-box-shadow:0;
	-moz-box-shadow:0;
	-ms-box-shadow:0;
	box-shadow:0;
	border-bottom:2px solid #dddddd;
}
.coupon-box {
	padding:10px 0 15px 0;
	margin:0 0 0 0;
	width:100%;
	text-align:left;
	border-bottom:1px solid #d8d8d8;
}
.coupon-txtbx {
	padding:5px 0;
	margin:0 0 0 0;
	font-family: 'Montserrat', sans-serif;
	border:0;
	background:#ffffff;
	color:#666666;
	font-size:14px;
	width:68%;
	-webkit-box-shadow:0;
	-moz-box-shadow:0;
	-ms-box-shadow:0;
	box-shadow:0;
	border-bottom:2px solid #dddddd;
}
#discnt_btn_id, #discnt_btn_id:hover, #discnt_btn_id:focus {
	padding:5px 10px;
	margin:0 0 0 2%;
	font-family: 'Montserrat', sans-serif;
	border:0;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	background:#1e9fb4;
	color:#ffffff;
	font-size:14px;
	width:28%;
	background:#1e9fb4;
	display:inline-table;
	text-align:center;
	text-decoration:none;
}
.orderbtn-area {
	padding:15px 0 5px 0;
	margin:0 0 0 0;
	text-align:center;
	font-size:12px;
	position:relative;
}
.order-btn-cont {
	padding:0 0 0 0;
	margin:0 0 0 0;
	bottom:-46px;
	left:0;
	width:100%;
	position:absolute;
}
.order-btn-cont form {
	padding:0 10px;
	display:inline-table;
}
.order-btn-cont.pay-page {
	position:inherit;
	bottom:inherit;
}
.order-btn-cont .button, .order-btn-cont .button:focus {
	padding:12px 0 0 32px;
	margin:0 0 0 0;
	font-family: 'Montserrat', sans-serif;
	display:inline-table;
	width:185px;
	height:45px;
	color:#ffffff;
	background:url(../img/tick.png) no-repeat 10px center #f20707;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	font-size:16px;
	text-transform:uppercase;
	text-decoration:none;
	border:0;
}
.order-btn-cont .button:hover {
	background:url(../img/tick.png) no-repeat 10px center #1e9fb4;
	text-decoration:none;
}
.order-btn-cont input.button, .order-btn-cont input.button:focus {
	padding:0 0 0 32px;
}
.price-final {
	padding-top:5px;
	text-align:center;
}
.price-final h3 {
	color:#1e9fb4;
}
#error_order {
	padding-bottom:10px;
	text-align:center;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
	display:none;
}

/* ==================================================== */
/* 05. Service Buttons Styles                           */
/* ==================================================== */

.cms-cont .fa-opencart {
	width:43px;
	height:43px;
	display:inline-table;
	background:url(../img/opencart-blue.png) no-repeat center top;
}
.cms-cont:hover .fa-opencart, .cms-cont.active .fa-opencart {
	background:url(../img/opencart-blue.png) no-repeat center -42px;
}
.cms-cont .fa-prestashop {
	width:43px;
	height:43px;
	display:inline-table;
	background:url(../img/presta-blue.png) no-repeat center top;
}
.cms-cont:hover .fa-prestashop, .cms-cont.active .fa-prestashop {
	background:url(../img/presta-blue.png) no-repeat center -42px;
}
.cms-cont .fa-shopify {
	width:43px;
	height:43px;
	display:inline-table;
	background:url(../img/shopify-blue.png) no-repeat center top;
}
.cms-cont:hover .fa-shopify, .cms-cont.active .fa-shopify {
	background:url(../img/shopify-blue.png) no-repeat center -42px;
}
.cms-cont .fa-magento {
	width:43px;
	height:43px;
	display:inline-table;
	background:url(../img/magento-blue.png) no-repeat center top;
}
.cms-cont:hover .fa-magento, .cms-cont.active .fa-magento {
	background:url(../img/magento-blue.png) no-repeat center -42px;
}
.cms-cont .fa-virtuemart {
	width:43px;
	height:43px;
	display:inline-table;
	background:url(../img/virtuemart-blue.png) no-repeat center top;
}
.cms-cont:hover .fa-virtuemart, .cms-cont.active .fa-virtuemart {
	background:url(../img/virtuemart-blue.png) no-repeat center -42px;
}




/* ==================================================== */
/* 07. Media Query                                      */
/* ==================================================== */


@media (max-width: 991px) { /* This media query is written for Tab only */

.order-opt-link, .order-opt-link:focus {
	margin:0 0 50px 0;
}

}

@media (max-width: 480px) { /* This media query is written for Mobile only */

.inner-banner-area .top-area h1 {
	font-size:36px;
}
.order-opt-link, .order-opt-link:focus {
	margin:0 0 50px 0;
}
.normal-pk {
	padding-top:80px;
	background:url(../img/basic01.png) no-repeat center 15px #ffffff;
}
.normal-pk:hover, .normal-pk.active {
	background:url(../img/basic02.png) no-repeat center 15px #1e9fb4;
}
.normal-pk h3 {
	font-size:18px;
}
.addi-opts .list-opt li {
	padding:3px 0 3px 20px;
	width:100%;
}
.first-field, .second-field, .third-field, .forth-field, .fifth-field, .sixth-field, .seventh-field {
	width:100%;
}
.second-field {
	margin-left:0;
	margin-right:0;
}
.file-upload-area {
	text-align:center;
}
.file-upload-area .draganddrop {
	width:100%;
}
.file-upload-area .link-field {
	margin-top:10px;
	width:100%;
}
.pages-area-cal .page-ul {
	text-align:center;
}
.pages-txtbx {
	width:120px;
}
.pages-selbx {
	width:120px;
}

}

