.wpcf7-form-control-wrap.privacy .wpcf7-list-item {
    display: block;
    width: 100%;
}

.woocommerce-table__product-name .item-meta {
    display: flex;
    flex-wrap: wrap;
}

/*.woocommerce-table__product-name .item-meta span:after {*/
    /*content: '/'*/
/*}*/

.woocommerce-table__product-name .item-meta span:last-child:after {
    content: none;
}

.woocommerce-table__product-name .item-meta span p {
    display: none;
}

td.woocommerce-table__product-total.product-total {
    vertical-align: bottom !important;
}

#step-3 .product-note {
    margin-top: 20px;
}

.testimonial .testimonial-quote {
	text-align: center;
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	.overlay ul li a {
		font-size: 32px;
	}
	.overlay ul li {
		min-height: 0;
	}
	article.page .entry-content.has-image {
		margin: 0;
		display: -webkit-box !important;
	}

	article.page .entry-content.has-image .post-content {
		padding-left: 0;
		padding-right: 20px;
	}
	article.page .entry-content.has-image .post-image {
		padding-left: 20px;
		padding-right: 0;
	}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
	.contact-inner {
	    padding: 65px 30px;
	}
}

#worldpay_payment_form #submit_worldpay_payment_form {
    display: inline-block;
    text-align: center;
    min-width: 157px;
    background-color: #0B4DB8!important;
    color: #fff!important;
    font-size: 16px!important;
    font-weight: 400;
    border-radius: 0px;
    padding: 15px 18px!important;
    text-transform: uppercase;
    font-weight: 400!important;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
}

@media (max-width: 479px) and (orientation:portrait) {
    .site-header .site-branding .logo-mobile {
        max-width: 100%!important;
    }
}

/*

*/

.single-product .variations tr {
    justify-content: center;
}
.product-name-ref .item-meta > span:first-child {
    margin-right: 5px;
}

.product-type-simple input[type="text"], .product-type-simple input[type="number"] {
    width: 300px;
    border: 1px solid #1C1C1C;
}
.single-product .product-type-simple #step-2 .step-title, .single-product .product-type-simple #step-1 .step-title {
    margin-bottom: 10px;
}

.single-product .product-type-simple .step-desc, .single-product .product-type-simple .product-step .step-decs {
    margin-bottom: 10px !important;
    display: block;
}

.single-product .product-type-simple .custom-open-price .currency-symbol {
    margin-right: 10px;
}

.single-product .product-type-simple #step-2 {
    padding: 40px 0 40px;
}

/*.single-product.page-cctv #step-2 table tr td {*/
/*    border: 1px solid #707070;*/
/*    padding: 18px 15px !important;*/
/*}*/

/*.single-product.page-cctv #step-2 table button {*/
/*    width: 100%;*/
/*    text-transform: uppercase;*/
/*    font-family: "Lato", sans-serif;*/
/*    border-radius: 0;*/
/*    background-color: #EBEBEB!important;*/
/*    border: 0;*/
/*    border-right: 0 !important;*/
/*    padding: 12px 20px;*/
/*    cursor: pointer;*/
/*}*/

/*.single-product.page-cctv #step-2 table tr td {*/
/*    text-transform: uppercase;*/
/*}*/

/*.single-product.page-cctv #step-2 table td:first-child {*/
/*    width: 100px;*/
/*}*/

/*.single-product.page-cctv #step-2 table tr td button.active {*/
/*    background-color: #77BF02 !important;*/
/*}*/

.text-desc{
    text-transform: unset !important;
}

@media (max-width: 767px) {

    .single-product.page-cctv #step-2 table tr td {
        width: 100% !important;
        float: left;
    }

    .single-product.page-cctv #step-2 table tr td:not(:first-child) {
        border-top: 0 !important;
        border-bottom: 0 !important;
    }
}

.product-name:not(.woocommerce-table__product-name)>span {
    position: relative;
    top: auto;
    left: auto;
}
.product-name:not(.woocommerce-table__product-name) dl {
    margin-left: 0;
    display: inline;
}

.woocommerce-checkout-review-order-table .product-name {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-checkout-review-order-table .product-name .variation-option {
    display: flex;
    margin-left: 5px;
}

.woocommerce-terms-and-conditions  ol {
    margin-left: 0;
}

.woocommerce-terms-and-conditions  ol li {   
   margin-bottom: 10px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}