/* CSSS*/

@import url( 'theme/css/fonts/CochinLT-Italic/stylesheet.css' );

/*
Max content widths
*/
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto
}

/*
Navbar as top bar
*/

.navbar-topbar {
  border-radius: 0;
}


/*
Header logo
If you require a Site title and a logo, an example of how to do this is provided below (use your own logo):

#site-title a {
  display: inline-block;
	padding-left 60px;
  background: url('../../img/logo.png') 0 0 no-repeat;
}
*/

/*
Main content
*/

#content article {
  margin-bottom: 40px
}
#content header {
  margin: 20px 0
}
#content section {
  margin-bottom: 20px
}
#content footer {
  padding-bottom: 20px
}

/*
Sidebar
*/

.sidebar {
  margin-top: 20px
}
.sidebar section {
  margin-bottom: 40px
}
.sidebar ul,
.sidebar ol {
  list-style-type: none;
  padding: 0
}
.sidebar li {
  margin: 10px 0
}

/*
Hide form placeholders on focus
*/

input:focus::-webkit-input-placeholder { color: transparent; }
input:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color: transparent; } /* FF 19+ */
textarea:focus::-webkit-input-placeholder { color: transparent; }
textarea:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color: transparent; } /* FF 19+ */ 

/*
Comments
*/

#respond {
  margin-top: 40px
}
ol.commentlist {
	counter-reset: li; /* Initiate a counter */
	padding: 0
}
ol.commentlist ul {
  padding: 0
}
ol.commentlist > li {
	position: relative;
	margin: 0 0 20px 0;
	list-style: none /* Disable the normal item numbering */
}
ol.commentlist > li:before {
  content: "Thread " counter(li); /* Use the counter as content */
  counter-increment: li; /* Increment the counter by 1 */
  position:absolute;  
  top: 0;
  right: 0;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom-left-radius: 4px;
  padding: 5px 20px 5px 10px;
  color: #999
}
ol.commentlist li ol,
ol.commentlist li ul {
  list-style-type: none;
  margin: 0
}

.commentlist li li {
  background: #f9f9f9;
}
.commentlist li li li {
  background: #fff
}
.commentlist li li li li {
  background: #f9f9f9
}
.commentlist li li li li li li {
  background: #fff
}
.commentlist li {
  padding: 20px
}
.commentlist ul li {
  margin-top: 20px;
  margin-bottom: 0
}
.reply p {
  margin: 0
}

/*
Site footer
*/

.site-footer {
  padding: 40px 0
}
.site-footer ul,
.site-footer ol {
  list-style-type: none;
  padding: 0
}
.site-footer li {
  margin: 10px 0
}
.site-sub-footer p {
  text-align: center
}

.site-footer p {
  text-align: center
}

/* Set Default Width */

@media (min-width: 1200px) {
  .container {
    width: 100%;
	max-width:1180px;
  }
}

body, html {
	font-family: 'Lato', sans-serif;
}

html, body {
	padding:0;
	margin:0;
}

p {
	color:#404040;
	font-size:16px;
	font-family: 'Lato', sans-serif;
}

a {
	outline:none;
	text-decoration:none;
	color:#4a7db8;
  cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;	
}

a:hover {
	color:#404040;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;	
 }

a:active, a:focus, a:hover {
	outline:none;
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
	color:#404040;	
	font-family: 'Lato', sans-serif;
}

ul {
	list-style:none;
	padding:0;
	margin:0;
	color:#404040;
	font-size:16px;
}

.clear {
  clear: both;
}

img.aligncenter {
  display: block;
  margin: 30px auto 20px auto;
}

img.alignleft {
  float: left;
  margin: 0 12px 12px 0;
}

img.alignright {
  float: right;
  margin: 0 0 12px 12px;
}


/* C4 Custom login */

body.login {
	background-position: center;
	background-color:#1d9fda;
}

.login h1 a {
	background-image: url('/wp-content/themes/tudor-house/theme/images/c4-wordpress-logo.png');	
	background-size: 140px !important;
    height: 140px;
    width: 140px;
}

.login .button-primary {
    background-color: #2ba7e7 !important;
    border: none;
    text-shadow: none;
    width: 100px;
}

.login .button-primary:hover {
  background-color:#2ba7e7 !important;
}

.login .button-primary:active {
  background-color:#2ba7e7 !important;
}

.login #backtoblog a, .login #nav a {
	color:#fff;
}

.login #backtoblog a:hover, .login #nav a:hover {
	color:#000;
}

.login form {
	box-shadow: 3px 4px 4px rgba(0,0,0,0.2);
}


.social-links ul li.facebook a:before {
  content: '\f39e';
  font-size: 15px;
  width: 30px;
  height: 30px;
  background: transparent;
  border-radius: 50%;
  line-height: 29px;
  border: 1px solid #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}


/* Search Form Start */

#search-form-new {
  display:none;
  background: rgba(255, 255, 255, 0.95);
  height:100%;
  width:100%;
  position:fixed;
  left:0;
  top:0;
  z-index:10000;
}

.search-form-container {
  height:auto;
  width:100%;
  margin:0 auto;
  text-align:center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.search-form-container p {
    font-size: 30px;
    margin: 0;
	color:#253a7a;
}

.popup-search-form-input {
    background: none;
    border: none;
    text-align: center;
    width: 100%;
    font-size: 40px;
    color: #1a3552;
    outline: none;
    font-weight: 400;
    max-width: 500px;
    margin: 0 auto;
}

.search-form-close {
  background-image: url(theme/images/closegray.png);  
  height: 30px;
  width: 30px;
  display: block;
  position:absolute;
  top:10px;
  right:10px;
}

/* Search Form End */


/* Header - Start */

.header-out-main-container {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background: #fff;	
}

.header-main-container {
  padding: 6px 0 14px 0;
}

.header-main-container .header-left img {
  display: inline-block;
  vertical-align: middle;
}

.header-main-container .header-left img:first-child {
    margin: 0 25px 0 0;
    max-width: 154px;
    width: 100%;	
}

.header-main-container .header-left img:last-child {
  width: 100%;
  max-width: 304px;
  padding: 12px 0 0 0;
}

.header-main-container .header-right {

}

.header-main-container .header-right .header-info {
    padding: 40px 0 0 0;
}

.header-main-container .header-right ul {
  float: right;
}

.header-main-container .header-right li {
  float: left;
  padding:0 18px 0 18px;
}

.header-main-container .header-right li:not(:last-child) {
  border-right: 1px solid #d3d5d4;
}

.header-main-container .header-right ul li a {
  position: relative;
  color: #253a7a;
    font-weight: 600;
    font-size: 20px;  
}

.header-main-container .header-right ul li.cart a:before {
    font-size: 18px;
}

.header-main-container .header-right ul li.cart a span {
    background: #d11f3a;
    color: #fff;
    font-size: 11px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-weight: 400;
    border: none;
    text-align: center;
    position: absolute;
    top: -3px;
    line-height: 20px;
    right: -14px;
}

.header-main-container .header-right ul li.search-icon a:before {
    font-size: 18px;
}

.header-main-container .header-right ul li a:hover {
  color: #d21f3b;
}

.header-main-container .header-right ul li span {
  color: #253a7a;
  font-weight: 600;
    font-size: 20px;  
}

.header-main-container .header-right ul li a:before {
  display: inline;
  font-size: 15px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #253a7a;
}

.header-main-container .header-right ul li.hours span:before {
    content: '\f017';
    display: inline;
    font-size: 22px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #d21f3b;
    margin: 0 10px 0 0;
    float: left;
}

.header-main-container .header-right ul li.phone a:before {
    content: '\f095';
    padding: 0 0 0 0;
    color: #d11f3a;
    font-size: 20px;
    position: relative;
    top: -1px;
    float: left;
    -ms-transform: rotate(100deg);
    -webkit-transform: rotate(100deg);
    transform: rotate(100deg);
    margin: 0 8px 0 0;
}

.header-main-container .header-right ul li.search-icon a:before {
  content: '\f002';
}

.header-main-container .header-right ul li.cart a:before {
  content: '\f07a';
}

.header-main-container .header-right ul li.search-icon a:hover:before,
.header-main-container .header-right ul li.cart a:hover:before {
  color: #d21f3b;
}

.header-mainmenu-container {
    background-image: url(/wp-content/themes/tudor-house/theme/images/background-texture.jpg);
    background-repeat: repeat;
    text-align: center;
    box-shadow: 0px 3px 6px rgba(22, 21, 25, 0.6);
    z-index: 1;
    position: relative;
}

.header-mainmenu-container .menu-mainmenu-container > ul > li {
  padding: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

.header-mainmenu-container .menu-mainmenu-container > ul > li:hover,
.header-mainmenu-container .menu-mainmenu-container > ul > li.current_page_item{
  background-color: #fff;
}

.header-mainmenu-container .menu-mainmenu-container > ul > li > a {
    color: #fff;
    font-weight: 400;
    padding: 11px 18px 14px 18px;
    font-size: 20px;
    letter-spacing: 0.2px;
    display: block;
}

.header-mainmenu-container .menu-mainmenu-container > ul > li:hover > a,
.header-mainmenu-container .menu-mainmenu-container > ul > li.current_page_item > a{
    color: #d21f3b;
}

.header-mainmenu-container .menu-mainmenu-container > ul {
  display: flex;
  justify-content: center;
}

.header-mainmenu-container .menu-mainmenu-container > ul > li {
  float: none;
}

.navbar-divider, .navbar-nav .nav-item+.nav-item, .navbar-nav .nav-link+.nav-link {
    margin-left: 0;
}

.two-column-two-column-menu > ul {
    position: absolute;
    background: #fff;
    top: 55px;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 30px 0 25px 0;
    text-align: left;
    display: none;
}

.two-column-two-column-menu:hover > ul {
    display: block;
}

.two-column-two-column-menu > ul:before {
    content: "";
    background: #fff;
    width: 5000px;
    height: 100%;
    position: absolute;
    left: -5000px;
    top: 0;
}

.two-column-two-column-menu > ul > li.divider {
    width: 50%;
    float: left;
    margin: 0 !important;
    padding: 0 16px;
}

.two-column-two-column-menu > ul > li.divider > a {
    font-size: 0 !important;
    height: 0;
    display: block;
}

.two-column-two-column-menu > ul > li.divider > ul > li.column-title {
    width: 100%;
    float: left;
    text-align: left;
    cursor: default;
}

.two-column-two-column-menu > ul > li.divider > ul > li {
    width: 50%;
    float: left;
    margin: 0 !important;
}

.two-column-two-column-menu > ul > li.divider > ul > li.column-title > a {
    pointer-events: none;
    color: #253a7a;
    font-size: 20px;
    padding: 0 0 5px 0;
    margin: 0 0 18px 0;
    border-bottom: 1px solid #c5c8ca;
    font-weight: 600;
}

.two-column-two-column-menu > ul > li.divider > ul > li.column-title > a:before {
  display: none;
}

.divider > ul > li > a {
    color: #253a7a;
    display: block;
    padding: 0 0 5px 0;
    margin: 0 0 8px 0;
    font-size: 15px;
    font-weight: 600;
}

.divider > ul > li > a:before {
    content: '\f054';
    color: #d21f3b;
    display: inline;
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 0 11px 0 0;
}

.divider > ul > li > a:hover,
.divider > ul > li.active > a {
  color: #d21f3b;
}


.header-out-main-container.scroll .header-main-container .header-left img:first-child,
.header-main-container .header-left img:first-child,
.header-out-main-container.scroll .header-main-container .header-left img:last-child,
.header-main-container .header-left img:last-child,
.header-out-main-container.scroll .header-main-container .header-right .header-info,
.header-main-container .header-right .header-info {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.header-out-main-container.scroll .header-main-container .header-left img:first-child {
	max-width: 90px;	
}

.header-out-main-container.scroll .header-main-container .header-left img:last-child {
    max-width: 220px;	
}

.header-out-main-container.scroll .header-main-container .header-right .header-info {
	padding: 18px 0 0 0;
}

/* Header - End */


/* Pop out Cart Start */

.pop-up-cart-main-container  {
	position: absolute;
    z-index: 11;
    max-width: 1110px;
    margin: 0 auto;
    width: 100%;
    left: 0;
    right: 0;	
}

#pop-up-cart-container {
    position: relative;
    background: #fff;
    z-index: 99999;
    width: 368px;
    right: -20px;
    top: 125px;
    box-shadow: 0px 2px 3px rgba(0,0,0, 0.25);
    display: none;
    float: right;
    max-height: 88vh;
    overflow-x: hidden;
    overflow-y: auto;
}

.header-main-container.scroll #pop-up-cart-container {
	top: 114px;
}

#pop-up-cart-container:before {
    content: "";
    width: 0px;
    height: 0px;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-bottom: 25px solid #fff;
    position: absolute;
    top: -14px;
    right: 3px;
}

#pop-up-cart-container .woocommerce .woocommerce-cart-form table thead {
	display:none;
}

.pop-out-car-secure-payment-logo {
    padding: 0 20px;
    text-align: center;	
}

.pop-out-car-secure-payment-logo div p {
	margin: 0 0 14px 0;
}

.pop-out-car-secure-payment-logo div p img {
    height: 40px;
    width: auto;
    display: inline-block;
}

.pop-out-car-secure-payment-logo div p img:first-child {
    margin: 0 12px 0 0;	
}

#pop-up-cart-container > .woocommerce {
    padding: 16px 32px 0 32px;	
}

#pop-up-cart-container .checkout-btn {
	color: #fff;
    background: #253a7a;
    padding: 12px 38px 14px 38px;
    font-size: 20px;
    border: none;
    margin: 0 0 0 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 400;
}

#pop-up-cart-container .checkout-btn:hover {
    background: #d21f3b;
}

#pop-up-cart-close {
    position: relative;
    right: 28px;
    width: 28px;
    height: 28px;
    background: #f2f3f3;
    display: block;
    border-radius: 50%;
    float: right;
	z-index:10;
    margin-top: 22px;
    right: 15px;
    top: -5px;	
}

#pop-up-cart-close:before, #pop-up-cart-close:after {
    position: absolute;
    left: 13px;
    content: ' ';
    height: 18px;
    width: 1px;
    background-color: #253a7a;
    top: 5px;
}

#pop-up-cart-close:before {
  transform: rotate(45deg);
}

#pop-up-cart-close:after {
  transform: rotate(-45deg);
}

#pop-up-cart-container .woocommerce .woocommerce-cart-form .cart {
	border: none;
	position: relative;
    margin: 0 -1px 18px 0;
    overflow: hidden;
}

#pop-up-cart-container .woocommerce .woocommerce-cart-form .cart tbody tr .product-remove,
#pop-up-cart-container .woocommerce .woocommerce-cart-form .cart tbody tr .product-subtotal {
	display:none;
}

#pop-up-cart-container .woocommerce .woocommerce-cart-form .cart tbody tr td {
    border-top: none;
    border-bottom:1px solid #a7acaf;	
}

#pop-up-cart-container .woocommerce .woocommerce-cart-form .cart tbody tr td.product-thumbnail {
	padding: 18px 12px 32px 0;	
}

#pop-up-cart-container .woocommerce .woocommerce-cart-form .cart tbody tr td.product-thumbnail a img {
    width: 76px;
}

#pop-up-cart-container .woocommerce .woocommerce-cart-form .cart tbody tr td.product-name {
    padding: 0;
    display: table;
    width: 100%;
    position: absolute;
    left: 98px;
    top: 42px;
    border-bottom: none;
}

#pop-up-cart-container .woocommerce .woocommerce-cart-form .cart tbody tr td.product-name .variation {
	display:none;
}

#pop-up-cart-container .woocommerce .woocommerce-cart-form .cart tbody tr td.product-name a {
    font-size: 14px;
    color: #253a7a;
    font-weight: 700;
    width: 100%;
    width: 206px;
    height: 38px;
    min-height: 38px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 18px;
}

#pop-up-cart-container .woocommerce .woocommerce-cart-form .cart tbody tr td.product-name .item-shipping_class {
    font-size: 13px !important;
    color: #253a7a;
    margin: -2px 0 0 0;	
	font-weight: 600;
}

#pop-up-cart-container .woocommerce .woocommerce-cart-form .cart tbody tr td.product-price {
    display: table;
    width: 100%;
    position: absolute;
    top: 15px;
    left: 98px;
    padding: 0;
    border-bottom: none;
}

#pop-up-cart-container .woocommerce .woocommerce-cart-form .cart tbody tr td.product-price .amount {
    color: #253a7a;
    font-size: 16px;
    font-weight: 700;
}

#pop-up-cart-container .woocommerce .woocommerce-cart-form .cart tbody tr td.product-price div div {
	display:none;
}

#pop-up-cart-container .woocommerce .woocommerce-cart-form .cart tbody tr td.product-price div div:first-child {
	display:initial;
}

#pop-up-cart-container .woocommerce .woocommerce-cart-form .cart tbody tr td.product-quantity {
    display: table;
    position: absolute;
    width: 100%;
    padding: 0;
    border-bottom: none;
    left: 55px;
    top: 14px;
    max-width: 24px;	
}

#pop-up-cart-container .woocommerce .woocommerce-cart-form .cart tbody tr td.product-quantity .quantity .minus,
#pop-up-cart-container .woocommerce .woocommerce-cart-form .cart tbody tr td.product-quantity .quantity .plus {
	display:none !important;
}

#pop-up-cart-container .woocommerce .woocommerce-cart-form .cart tbody tr td.product-quantity .quantity .qty {
    opacity: 0;
    height: 0px;
}

#pop-up-cart-container .woocommerce .woocommerce-cart-form .cart tbody tr {
    position: relative;
    display: table;
    width: 100%;	
}

.popup-cart-quantity {
    border-radius: 50%;
    background: #253a7a;
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 600;	
}

#pop-up-cart-container .woocommerce .woocommerce-cart-form .cart tbody tr .actions {
	display:none;
}

#pop-up-cart-container .woocommerce .cart-collaterals .cart_totals {
    width: 100%;	
}

#pop-up-cart-container .woocommerce .cart-collaterals .cart_totals .shop_table {
    border: none;	
	margin: 0 0 0px 0;
}

#pop-up-cart-container .woocommerce .cart-collaterals .cart_totals .shop_table tbody .cart-subtotal,
#pop-up-cart-container .woocommerce .cart-collaterals .cart_totals .shop_table tbody .shipping,
#pop-up-cart-container .woocommerce .cart-collaterals .cart_totals .shop_table tbody .order-total > th {
	display:none;
}

#pop-up-cart-container .woocommerce .cart-collaterals .cart_totals .shop_table tbody .cart-discount {
	display:none;
}

#pop-up-cart-container .woocommerce .cart-collaterals .cart_totals .shop_table tbody .order-total > td {
	display: block;
    width: 100%;
    float: left;
    text-align: center;
    border: none;	
}

#pop-up-cart-container .woocommerce .cart-collaterals .cart_totals > h2 {
	display:none;
}

#pop-up-cart-container .woocommerce .cart-collaterals .cart_totals .shop_table tbody .order-total td strong span.amount {
    font-size: 26px;
    letter-spacing: 0.2px;
    font-weight: 700;
    display: block;
    margin: -16px 0 8px 0;
    color: #253a7a;
}

#pop-up-cart-container .woocommerce .cart-collaterals .cart_totals .shop_table tbody .order-total td > small {
	display:none;
}

#pop-up-cart-container .woocommerce .cart-collaterals .cart_totals .shop_table tbody .order-total td strong span.amount:before {
    display: inline-block;
    content: "Total ";
    margin: 0 5px 0 0;
}

#pop-up-cart-container .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
	display:none;
}

#pop-up-cart-container .woocommerce .woocommerce-info,
#pop-up-cart-container .woocommerce .woocommerce-message {
	display:none;
}

#pop-up-cart-container .woocommerce .cart-empty {
    color: #253a7a;
    font-size: 15px;
    font-weight: 300;
    margin: 5px 0 14px 0;
}

#pop-up-cart-container .woocommerce .return-to-shop .wc-backward {
    color: #fff;
    border: 1px solid #253a7a;
    text-transform: uppercase;
    border-radius: 5px;
    margin: 18px 0 26px 0;
    padding: 10px 15px 10px 15px;
    font-size: 18px;
    background: #00c763;
    font-weight: 700;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    letter-spacing: 0.2px;
    cursor: pointer;
    display: table;
}

#pop-up-cart-container .woocommerce .return-to-shop .wc-backward:hover {
    border: 1px solid #253a7a;
    background: #253a7a;
}

#pop-up-cart-container .woocommerce .cart-collaterals .cross-sells,
#pop-up-cart-container .woocommerce .cart-collaterals .up-sells {
	display:none;
}

.header-out-main-container.scroll #pop-up-cart-container {
	top: 77px;
}

/* Pop Out Cart End */


/* Homepage Banner - Start */

.slider-main-container {
    position: relative;
    height: 460px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 180px 0 0 0;	
}

.slider-main-container:after {
    content: '';
    position: absolute;
    bottom: -11px;
    width: 100%;
    height: 70px;
    z-index: 10;
    background-image: url(/wp-content/themes/tudor-house/theme/images/tudor-wave.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: auto 70px;
}

.slider-main-container .banner-contents {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.slider-main-container .banner-contents a {
    color: #fff;
    background-color: #d21f3b;
    padding: 11px 51px 13px 51px;
    font-size: 38px;
}

.slider-main-container .banner-contents a:hover {
    background-color: #253a7a;
}

.slider-main-container .sy-pager {
    margin: -32px 0 0 0;
    position: absolute;
    z-index: 10; 
	display: none;
}

.slider-main-container .sy-pager li {
    width: 13px;
    height: 13px;
    margin: 0 4px;
}

.slider-main-container .sy-pager li a {
    background: transparent;
    border: 1px solid #fff; 
}

.slider-main-container .sy-pager li.sy-active a {
  background-color: #fff;
}

.slider-main-container .sy-pager li a:link, .slider-main-container .sy-pager li a:visited {
  opacity:1;
}

.slider-main-container section article {
    height: 460px;
    background-size: cover;
    background-position: center;
}

.sy-controls {
  display:none !important;
}




/* Homepage Banner - End */




/* Homepage CTA - Start */

.homepage-cta {
	background-image: url(/wp-content/themes/tudor-house/theme/images/background-texture.jpg);
  background-repeat: repeat;
  padding: 60px 0 25px 0;
}

.homepage-cta .container .row .col-md-2 {
    padding: 0 6px;
}

.homepage-cta .cta-container {
  width: 100%;
  margin: auto;
  box-shadow: 2px 4px 5px #1b1b1b;
}

.homepage-cta .cta-container img {
  display: block;
  width: 100%;
}

.homepage-cta .cta-container .image-container {
  position: relative;
}

.homepage-cta .cta-container .image-container span {
	opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    color: #fff;
    font-weight: 400;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: 20px;
    width: 100%;
    text-align: center;
}

.homepage-cta .cta-container:hover .image-container span {
  opacity: 1;
}

.homepage-cta .cta-container .image-container span:before {
  content: '\f002';
  font-size: 26px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  display: block;
  margin: 0 0 8px 0;
  text-align: center;
}

.homepage-cta .cta-container:hover .image-container:before {
  content: '';
  background: rgba(209, 31, 58, 0.8);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  border: 4px solid #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;  
}

.homepage-cta .cta-container p {
    background-color: #d21f3b;
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 6px 15px 8px 15px;
    min-height: 70px;
    max-height: 70px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    line-height: 25px;
}

/* Homepage CTA - End */




/* Homepage About - Start */

.homepage-about {
  background-image: url(/wp-content/themes/tudor-house/theme/images/background-texture.jpg);
  background-repeat: repeat;
  padding: 34px 0 58px 0;  
}

.homepage-about .content-container {
  width: 100%;
  max-width: 830px;
  margin: auto;
  text-align: center;
}

.homepage-about .content-container h2 {
    font-size: 40px;
    text-align: center;
    color: #fff;
    margin: 0 0 10px 0;
    letter-spacing: 0.1px;
}

.homepage-about .content-container h3 {
    font-size: 20px;
    text-align: center;
    color: #fff;
    margin: 0 auto 14px auto;
    width: 100%;
    max-width: 700px;
    line-height: 26px;
    font-weight: 400;
}

.homepage-about .content-container p {
	color: #fff;
    margin: 0 0 10px 0;
    font-weight: 300;
}

.homepage-about .content-container p a {
  color: #fff;
}

.homepage-about .content-container p a:hover {
  color: #d21f3b;
}

/* Homepage About - End */


/* Homepage Services - Start */

.homepage-services {
  padding: 48px 0 0 0;
}

.homepage-services h2 {
    color: #253a7a;
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.homepage-services h3 {
    color: #253a7a;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 14px 0;
}

.homepage-services p {
    color: #253a7a;
    font-size: 16px;
    line-height: 24px;
}

.homepage-services ul {
}

.homepage-services ul li {
    float: left;
    width: 50%;
    margin: 0 0 8px 0;
    position: relative;
    padding: 0 0 0 20px;
}

.homepage-services ul li a:before {
    content: '\f054';
    color: #d21f3b;
    display: inline;
    font-size: 18px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin: 0 10px 0 -22px;
    position: relative;
    top: -1px;
}

.homepage-services ul li a {
    color: #253a7a;
    font-size: 20px;
    font-weight: 600;
}

.homepage-services ul li a:hover {
  color: #d21f3b;
}

/* Homepage Services - End */





/* Homepage Brochures - Start */

.homepage-brochures {
  margin: 0 0 -105px 0;
    padding: 50px 0 0 0;
}

.homepage-brochures .col-sm-12 > div {
  width: 100%;
  max-width: 842px;
  margin: auto;
}

.homepage-brochures img {
  width: 100%;
  max-width: 332px;
  display: inline-block;
}

.homepage-brochures .content-container {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 26px;
}

.homepage-brochures .content-container h2 {
    font-size: 20px;
    color: #253a7a;
    margin: 0 0 32px 0;
    line-height: 28px;
}

.homepage-brochures .content-container a {
    color: #fff;
    background-color: #d21f3b;
    padding: 12px 36px 12px 36px;
    font-size: 38px;
}

.homepage-brochures .content-container a:hover {
    background-color: #253a7a;
}

/* Homepage Brochures - End */




/* Homepage Tagline - Start */

.homepage-tagline {
	background-image: url(/wp-content/themes/tudor-house/theme/images/background-texture.jpg);
	background-repeat: repeat;
	padding: 144px 0 62px 0;
}

.homepage-tagline .intro-container {
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin: auto;
}

.homepage-tagline .intro-container h2 {
    font-size: 40px;
    color: #fff;
    letter-spacing: 0.1px;
}

.homepage-tagline .intro-container h3 {
  color: #fff;
  font-size: 20px;
    line-height: 26px;
    font-weight: 400;  
	margin: 0 0 14px 0;
}

.homepage-tagline .intro-container p {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}

.homepage-tagline .tagline-container {
  text-align: center;
  padding: 28px 0 0 0;
}

.homepage-tagline .tagline-container h2 {
    color: #fff;
    font-family: 'CochinLT-Italic';
    font-size: 58px;
    margin: 0 0 0 0;
}

/* Homepage Tagline - End */




/* Footer - Start */

footer {
  padding:38px 0 0 0;
  border-top: 1px solid #a8adb0;
}

footer h4 {
    color: #263a7a;
    padding: 0 0 20px 0;
    margin: 0 0 16px 0;
    border-bottom: 1px solid #263a7a;
    font-size: 20px;
    font-weight: 600;
}

footer .footer-menu ul li {
  margin: 0 0 3px 0;
}

footer .footer-menu ul li a {
    color: #263a7a;
    font-weight: 400;
}

footer .footer-menu ul li a:hover {
	color:#d21f3b;
}

footer .footer-menu.column-two ul li {
  float: left;
  width: 50%;
}

footer .footer-one {
  width: 100%;
  max-width: 260px;
}

footer .footer-two {
  width: 100%;
  max-width: 460px;
  margin: auto;
}

footer .footer-three {
  width: 100%;
  max-width: 260px;
}

footer .footer-three ul li {
    margin: 0 0 14px 0;
    font-size: 20px;
}

footer .footer-three ul li a,
footer .footer-three ul li span {
  color: #263a7a;
  font-weight: 700;
}

footer .footer-three ul li a:hover {
	color:#d21f3b;
}

footer .footer-three ul li:before {
  display: inline;
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #d21f3b;
  padding: 0 10px 0 0;
}

footer .footer-three ul li.hours:before {
	content: '\f017';
    font-size: 20px;
    float: left;
}

footer .footer-three ul li.phone:before {
    content: '\f095';
    -ms-transform: rotate(100deg);
    -webkit-transform: rotate(100deg);
    transform: rotate(100deg);
    display: inline-block;
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
    position: relative;
    top: -1px;
    font-size: 20px;
}

footer .footer-three ul li.facebook:before {
    font-family: "Font Awesome 5 Brands";
    content: '\f082';
    font-size: 20px;
    float: left;
    margin: 0 2px 0 0;
}

.footer-images-container {
    padding: 8px 0 0 0;
}

footer .footer-three .footer-images-container img:first-child {
  width: 100%;
  max-width: 84px;
  margin: 0 24px 0 0;
}

footer .footer-three .footer-images-container img:last-child {
  width: 100%;
  max-width: 70px;
}

footer .secure-payments {
  text-align: center;
}

footer .secure-payments span {
	display: block;
    font-size: 12px;
    color: #263a7a;
    font-weight: 600;
    margin: 0 0 2px 0;
}

footer .secure-payments img {
  display: block;
  width: 100%;
  max-width: 206px;
  margin: auto;
}

footer .copyright-container {
  padding: 26px 0 20px 0;
  text-align: center;
}

footer .copyright-container p,
footer .copyright-container p a {
    color: #6174b8;
    font-size: 15px;
    letter-spacing: 0.2px;
    margin: 0 0 20px 0;
}

footer .copyright-container p a:hover {
    color: #d21f3b;	
}

/* Footer - End */




/* Innerpage - Start */

.innerpage-main-container  .container {
  max-width: 1150px;
}

.innerpage-banner {
	text-align: center;
	padding: 65px 0 65px 0;
    background-image: url(/wp-content/themes/tudor-house/theme/images/background-texture.jpg);
    background-repeat: repeat;
    margin: 180px 0 0 0;	
}

.innerpage-banner h1 {
    display: inline-block;
    color: #fff;
    background-color: #d21f3b;
    padding: 13px 40px 13px 40px;
    font-size: 28px;
    margin: 0;
}





.single-back {
    text-align: center;
    margin: 60px 0 0 0;	
}

.single-share h2 {
    margin: 0 0 0 0;
    padding: 0 0 12px 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
    font-size: 15px;
    color: #253a7a;
}

.single-back > a:before {
    font-size: 15px;
    font-family: "Font Awesome 5 Free";
    content: "\f053";
    color: #d21f3b;
    display: inline-block;
    margin: 0px 10px 0 0;
    position: relative;
    top: -1px;
}

.single-back > a {
    font-weight: 700;
    font-size: 20px;
    color: #253a7a;
    border-top: 1px solid #a7acaf;
    display: block;
    padding: 10px 0 0 0;
}

.single-page-bottom-ctas-main-container {
    margin: -5px 0 50px 0;
}

.addtoany_list a span {
    background-color: transparent !important;
    border-radius: 0 !important;
    height: 45px !important;
    width: 44px !important;
    line-height: 25px !important;
    display: block;
    margin: 0 auto 0 auto;
}

.addtoany_list a span svg {
    height: 45px !important;
    width: 45px !important;
    border-radius: 0;
    padding: 6px;
    text-align: center;
    margin: -4px 0 0 -5px;
}

.addtoany_list a span.a2a_s_email svg {
   height: 50px !important;
    width: 50px !important;
    margin: -6px 0 0 -5px !important;
}

.addtoany_list .a2a_button_twitter span svg path {
	fill: #d21f3b !important;
}

.addtoany_list .a2a_button_facebook span svg path {
	fill: #d21f3b !important;
}

.addtoany_list .a2a_button_youtube span svg path {
	fill: #d21f3b !important;
}

.addtoany_list .a2a_button_email span svg path {
	fill: #d21f3b !important;
}

.addtoany_list > a {
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}





/* Innerpage - End */




/* Innerpage Products - Start */

.innerpage-products {
    padding: 0 0 20px 0;
}

.innerpage-products .innerpage-banner h2 {
    display: inline-block;
    color: #fff;
    background-color: #d21f3b;
    padding: 13px 46px 13px 46px;
    font-size: 28px;
}

.innerpage-products .products-about {
  padding: 55px 0 0 0;
}

.products-about hr {
  border-top: 1px solid #bacfd7;
  margin:38px 0 36px 0;
}

.innerpage-products .products-about .content-container h1 {
  font-size: 38px;
  color: #253a7a;
  margin: 0 0 26px 0;
  font-weight: 600;
}

.innerpage-products .products-about .content-container h3 {
    font-weight: 400;
    font-size: 20px;
    color: #253a7a;
    line-height: 29px;
    margin: 0 0 14px 0;
}

.innerpage-products .products-about .content-container p {
  font-size: 15px;
  color: #253a7a;
    line-height: 26px;
}

.innerpage-products .products-about .image-container {
  max-width: 506px;
  width: 100%;
}

.innerpage-products .products-about .image-container img {
  display: block;
  width: 100%;
}

.innerpage-products .product-lists {
  padding: 0 0 16px 0;
}

.innerpage-products .product-lists .col-lg-12 h2 {
  font-size: 22px;
  font-weight: 600;
  color: #253a7a;
  margin: 0 0 26px 0;
  text-align: center;
}

.innerpage-products .product-lists .col-lg-3 > div {
  display: block;
  max-width: 270px;
  margin: 0 auto 26px;
  box-shadow: 1px 2px 8px #e9eaea;
}

.innerpage-products .product-lists .content-container {
}

.innerpage-products .product-lists .content-container h2 {
  font-size: 20px;
  font-weight: 600;
  color: #253a7a;
  padding: 12px 14px 0 14px;
  height: 80px;
  margin: 0 0 0 0;
  line-height: 24px;
}

.innerpage-products .product-lists .content-container span {
  background-color: #d21f3b;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  padding: 16px 12px 16px 12px;
  display: block;
  width: 100%;
  text-align: center;
}

.innerpage-products .product-lists .image-container {
  width: 100%;
  max-width: 270px;
}

.innerpage-products .product-lists .image-container img {
  display: block;
  width: 100%;
}

.innerpage-products .products-polyester {
  padding: 2px 0 0 0;
}

.innerpage-products .products-polyester .col-lg-6 > div {
  padding: 0 0 30px 0;
}

.innerpage-products .products-polyester h2 {
  color: #253a7a;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 16px 0;
}

.innerpage-products .products-polyester p {
  color: #253a7a;
  font-size: 15px;
  line-height: 26px;
}




/* Innerpage Products - End */





/* Innerpage About- Start */

.innerpage-about {

}

.innerpage-about .about-contents {
  padding: 54px 0 0 0;
}

.innerpage-about .about-contents .col-lg-6 > div {
    max-width: 494px;
    margin: 15px 0 0 0;	
}

.innerpage-about .about-contents .content-container h2 {
    font-size: 38px;
    font-weight: 600;
    color: #253a7a;
    margin: 0 0 42px 0;
    line-height: 46px;
}

.innerpage-about .about-contents .content-container h3 {
font-weight: 400;
    font-size: 20px;
    color: #253a7a;
    line-height: 28px;
    margin: 34px 0 10px 0;
}

.innerpage-about .about-contents .content-container p {
    font-size: 14px;
    color: #253a7a;
    line-height: 25px;
}

.innerpage-about .about-contents .image-container {
  max-width: 518px;
  width: 100%;
}

.innerpage-about .about-contents .image-container img {
  display: block;
  width: 100%;
}

.innerpage-about .about-contents .image-container img.about-image-2 {
  margin-top: -22px;
}

.innerpage-about .about-contents .image-container img.about-image-3 {
  margin-top: -60px;
}

.innerpage-about .about-contents .quote {
    text-align: center;
    color: #253a7a;
    margin: 55px 0 55px 0;
    font-family: 'CochinLT-Italic';
    font-size: 58px;	
}

.innerpage-about .gallery-container {
  text-align: center;
  padding: 0 0 96px 0;
}

.innerpage-about .gallery-container  > .container {
  max-width: 1124px;
}

.innerpage-about .gallery-container img {
    display: inline-block;
    vertical-align: middle;
    max-width: 361px;
    width: 100%;
}

/* Innerpage About - End */




/* Innerpage Blog - Start */

.innerpage-blog {

}

.innerpage-blog .blog-main-container {
	padding: 54px 0 50px 0;
}

.innerpage-blog .blog-main-container .container .row .col-lg-2 {
    padding-left: 0;	
}

.innerpage-blog .blog-main-container .title {
    font-size: 38px;
    color: #253a7a;
    margin: 0 0 26px 0;
    font-weight: 600;
}

.innerpage-blog .blog-main-container .col-lg-10 ul li {
  margin: 0 0 10px 0;
  max-width: 880px;
}

.shop-product-list-main-container .woocommerce-pagination {
    text-align: right !important;
    margin: 40px 6px 0 0;
}

.shop-product-list-main-container .woocommerce-pagination ul {
    border: 1px solid #a7acaf !important;
    border-right: 0 !important;	
}

.shop-product-list-main-container .woocommerce-pagination ul li {
    border-right: 1px solid #a7acaf !important;
}
	
.shop-product-list-main-container .woocommerce-pagination ul li a {
    width: 32px;
    height: 32px;
    display: inline-block !important;
    text-align: center;
    color: #263a7a;
}

.shop-product-list-main-container .woocommerce-pagination ul li a:hover {
    background: #d21f3b !important;
    color: #fff !important;
}

.shop-product-list-main-container .woocommerce-pagination ul li span.current {
    background: #d21f3b !important;
    color: #fff !important;
    font-weight: 400;
    width: 32px;
    height: 32px;
    text-align: center;
    display: inline-block;
}

.innerpage-blog .blog-main-container .col-lg-10 ul .list-pagination {
    text-align: right;
    margin: 40px 0 0 0;
    max-width: 880px;	
}

.innerpage-blog .blog-main-container .col-lg-10 ul .list-pagination .wp-pagenavi .pages,
.innerpage-blog .blog-main-container .col-lg-10 ul .list-pagination .wp-pagenavi .previouspostslink,
.innerpage-blog .blog-main-container .col-lg-10 ul .list-pagination .wp-pagenavi .nextpostslink{
	display:none;
}

.innerpage-blog .blog-main-container .col-lg-10 ul .list-pagination .wp-pagenavi .page,
.innerpage-blog .blog-main-container .col-lg-10 ul .list-pagination .wp-pagenavi span{
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    border: 1px solid #a7acaf;
	color:#263a7a;	
}

.innerpage-blog .blog-main-container .col-lg-10 ul .list-pagination .wp-pagenavi .page:hover {
    background: #d21f3b;
    color: #fff;
    border: 1px solid #d21f3b;
}

.innerpage-blog .blog-main-container .col-lg-10 ul .list-pagination .wp-pagenavi span.current {
    background: #d21f3b;
    color: #fff;
    border: 1px solid #d21f3b;
	font-weight: 400;
}

.innerpage-blog .blog-main-container .col-lg-10 ul li > div {
  box-shadow: 6px 6px 7px #bbb;
}

.innerpage-blog .blog-main-container .image-container {
  float: left;
  max-width: 340px;
  width: 100%;
}

.innerpage-blog .blog-main-container .image-container img {
  display: block;
  width: 100%;
    height: auto;  
}

.innerpage-blog .blog-main-container .content-container {
  float: left;
  max-width: 538px;
  width: 100%;
  padding: 36px 18px 0 18px;
}

.innerpage-blog .blog-main-container .content-container h2 {
  font-size: 20px;
  margin: 0 0 8px 0;
  font-weight: 400;
}

.innerpage-blog .blog-main-container .content-container h2 a {
    color: #253a7a;
    font-size: 20px;
    font-weight: 400;
}

.innerpage-blog .blog-main-container .content-container h2 a:hover {
    color: #d21f3b;
}

.innerpage-blog .blog-main-container .content-container span.date-time {
  font-size: 15px;
  font-weight: 600;
  display: block;
  margin: 0 0 16px 0;
    color: #d21f3b;
text-transform: uppercase;	  
}

.innerpage-blog .blog-main-container .content-container span.date-time a {
  color: #d21f3b;
}

.innerpage-blog .blog-main-container .content-container p {
    font-size: 14px;
    color: #253a7a;
    line-height: 26px;
    font-weight: 400;
}

.innerpage-blog .blog-main-container .content-container a.read-more {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: #d21f3b;
  padding: 0 0 0 2px;
}

#loadMore {
  padding-top: 18px;
  padding-bottom: 18px;
  text-align: center;
}

#loadMore span {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    text-transform: lowercase;
    font-size: 19px;
    letter-spacing: 0.5px;
    color: #263a7a;
    cursor: pointer;
}

#loadMore span em {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0px 0 0 6px;
    position: relative;
    top: 1px;
}

#loadMore span em:before {
    display: block;
    content: "";
    width: 12px;
    height: 2px;
    background: #d11f3a;
    margin: 0 auto;
}

#loadMore span em:after {
    display: block;
    content: "";
    width: 2px;
    height: 12px;
    background: #d11f3a;
    margin: -7px auto 0 auto;
}

/* Innerpage Blog - End */




/* Sidebar - Start */

.sidebar-container {

}

.sidebar-container h2 a {
  border-bottom: 1px solid #a7acaf;
  text-transform: uppercase;
  padding: 8px 0 12px 0;
  margin: 0 0 18px 0;
  font-weight: 600;
  font-size: 16px;
  color: #263a7a;
  display: block;
  position: relative;
}

.sidebar-container h2 a:before {
    content: '\f077';
    color: #ed2625;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 7px;
    font-size: 18px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 0 10px 0 0;
}

.sidebar-container h2.active a:before {
  content: '\f078';
}

.sidebar-container ul {
  padding: 0 0 32px 0;
}

.sidebar-container ul li a {
  font-size: 16px;
  font-weight: 600;
  color: #263a7a;
  padding: 4px 0 4px 0;
  display: block;
}

.sidebar-container ul li a:active,
.sidebar-container ul li.active a,
.sidebar-container ul li a:hover {
  color: #d11f3a;
}

ul#menu-blog-tags li {
    display: inline-block;
}

ul#menu-blog-tags li a {
    font-size: 12px;
    background: #d11f3a;
    color: #fff;
    padding: 2px 8px;
    margin: 0 2px 0 2px;	
}

ul#menu-blog-tags li a:hover {
    background: #263a7a;	
}

/* Sidebar - End */




/* Single Page - Start */

.innerpage-single .innerpage-banner h2 {
    display: inline-block;
    color: #fff;
    background-color: #d21f3b;
    padding: 13px 40px 13px 40px;
    font-size: 28px;
    margin: 0;
}

.innerpage-single .single-page-main-container {
  padding: 56px 0 64px 0;
}

.innerpage-single .single-page-main-container .col-lg-10 > div {
  max-width: 858px;
}

.innerpage-single .single-page-main-container h1 {
    font-size: 38px;
    color: #253a7a;
    font-weight: 600;
    margin: 0 0 26px 0;
}

.innerpage-single .single-page-main-container h5 time {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #d11f3a;
  margin: 0 0 18px 0;
  display: block;
}

.innerpage-content-container .content-container article h2{
    font-weight: 400;
    font-size: 22px;
    color: #253a7a;
    line-height: 30px;
    margin: 0 0 12px 0;
}

.innerpage-single .single-page-main-container h3,
.innerpage-content-container .content-container article h3{
    font-weight: 400;
    font-size: 20px;
    color: #253a7a;
    line-height: 28px;
    margin: 0 0 12px 0;
}

.innerpage-single .single-page-main-container h4,
.innerpage-content-container .content-container article h4{
    font-weight: 400;
    font-size: 19px;
    color: #253a7a;
    line-height: 26px;
    margin: 0 0 12px 0;
}

.innerpage-single .single-page-main-container h5,
.innerpage-content-container .content-container article h5{
    font-weight: 400;
    font-size: 18px;
    color: #253a7a;
    line-height: 24px;
    margin: 0 0 12px 0;
}

.innerpage-single .single-page-main-container h6,
.innerpage-content-container .content-container article h6{
    font-weight: 400;
    font-size: 17px;
    color: #253a7a;
    line-height: 22px;
    margin: 0 0 12px 0;
}

.innerpage-single .single-page-main-container p,
.innerpage-content-container .content-container article p{
  font-size: 15px;
  color: #253a7a;
  line-height: 26px;
}

.innerpage-single .single-page-main-container p .aligncenter,
.innerpage-single .single-page-main-container p .alignnone,
.innerpage-content-container .content-container article p .aligncenter,
.innerpage-content-container .content-container article p .alignnone{
    display: block;
    margin: 30px auto 20px auto;
	width:100%;
	max-width:680px;
}

.innerpage-single .single-page-main-container p .alignleft,
.innerpage-content-container .content-container article p .alignleft{
    display: block;
    margin: 30px 30px 20px 0;
	width:100%;
	max-width:680px;
	float:left;
}

.innerpage-single .single-page-main-container p .alignright,
.innerpage-content-container .content-container article p .alignright{
    display: block;
    margin: 30px 0 20px 30px;
	width:100%;
	max-width:680px;
	float:right;
}

.back-container {
    text-align: center;
    margin: 36px 0 0 0;
}

.back-container a {
    font-size: 20px;
    color: #253a7a;
    font-weight: 700;
}

.back-container a span {
  display: inline-block;
  vertical-align: middle;
}

.back-container a:before {
  display: inline-block;
  vertical-align: middle;
  content: '\f053';
  color: #ed2625;
  font-size: 15px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding: 4px 10px 0 0;
}

/* Single Page - End */




/* Contact Page - Start */

.innerpage-contact .contact-page-main-container {
  padding: 62px 0 80px 0;
}

.innerpage-contact .contact-page-main-container .left-content-container iframe {
	width:100%;
}

.innerpage-contact .contact-page-main-container .left-content-container {
	padding:0 40px 0 0;	
}
	
.innerpage-contact .contact-page-main-container .right-contact-container {
    padding: 0 0 0 0;
}

.innerpage-contact .contact-page-main-container h2 {
	font-size: 40px;
    color: #253a7a;
    margin: 0 0 22px 0;
    font-weight: 700;
}

.innerpage-contact .contact-page-main-container h3 {
    font-weight: 600;
    font-size: 20px;
    color: #253a7a;
    line-height: 30px;
    margin: 0 0 15px 0;
}

.innerpage-contact .contact-page-main-container ul {
    padding: 28px 0 0 0;
    max-width: 294px;
}

.innerpage-contact .contact-page-main-container ul li a,
.innerpage-contact .contact-page-main-container ul li span {
  font-weight: 600;
  font-size: 18px;
  color: #253a7a;
  line-height: 30px;
  margin: 0 0 12px 0;
  display: inline-block;
}

.innerpage-contact .contact-page-main-container ul li a:hover {
  color: #253a7a;	
}

.innerpage-contact .contact-page-main-container ul li.location span {
  max-width: 250px;
  display: inline-block;
  vertical-align: top;
}

.innerpage-contact .contact-page-main-container ul li:before {
  display: inline;
  font-size: 18px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #d11f3a;
  padding: 0 10px 0 0;
}

.innerpage-contact .contact-page-main-container ul li.location:before {
    content: '\f3c5';
    position: relative;
    top: -3px;
    font-size: 26px;
}

.innerpage-contact .contact-page-main-container ul li.hours:before {
    content: '\f017';
    font-size: 20px;
    padding: 0 8px 0 0;	
}

.innerpage-contact .contact-page-main-container ul li.phone:before {
	content: '\f095';
    -ms-transform: rotate(100deg);
    -webkit-transform: rotate(100deg);
    transform: rotate(100deg);
    display: inline-block;
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
    position: relative;
    top: -1px;
    font-size: 20px;
}

.innerpage-contact .contact-page-main-container ul li.fax:before {
    content: '\f1ac';
    font-size: 22px;
    float: left;
}

.innerpage-contact .contact-page-main-container ul li.facebook:before {
    font-family: "Font Awesome 5 Brands";
    content: '\f082';
    font-size: 22px;
}

.contact-form-container div form .cf-col-one {
    margin-bottom: 12px;  
}

.cf-file-upload-container {
  display:none;
}

.contact-form-container div form div span input[type="text"],
.contact-form-container div form div span input[type="email"],
.contact-form-container div form div span textarea {
    border: 1px solid #c7d6de;
    border-radius: 0;
    color: #1a3552;
    font-size: 16px;
    padding: 16px 15px 6px 15px;
    font-weight: 400;
}

.cf-col-upload-container div span .your-file {
    margin: 4px 0 4px 137px;
    border: none;
    color: #9d9fa2;
    font-size: 12px;
    font-weight: 300;
    padding: 0 0 10px 0;
}

.cf-col-upload-container div span .your-file:active,
.cf-col-upload-container div span .your-file:focus {
	outline:none;
}

input#your-file:before {
    content: "";
    background: #fff;
    height: 25px;
    width: 218px;
    display: block;
    position: absolute;
    left: -1px;
}

input#your-file:after {
    display: block;
    background: #e6e7e8;
    position: absolute;
    top: -2px;
    color: #6a747c;
    letter-spacing: 0.2px;
    font-size: 12px;
    border-radius: 20px;
    /*margin: 0 0px 0 -137px;*/
    padding: 4px 20px 4px 20px;
    font-weight: 400;
    content: "Would you like to upload a file?";
	left: 0;
}

.contact-form-container div form div span select {
    border: 1px solid #c7d6de;
    border-radius: 0;
    color: #9daab1;
    font-size: 16px;
    padding: 8px 18px;
    height: auto !important;
    letter-spacing: 0.5px;
    font-weight: 300;
}

.single-product-enquire-form-main-container .contact-form-container div form div span textarea {
	height:94px;	
}

.contact-form-container div form div span select::-ms-expand {
    display: none;
}

.contact-form-container div form div span select:active,
.contact-form-container div form div span select:focus {
  border: 1px solid #58afd1;  
  background-color: transparent;
}

.contact-form-container div form div span input[type="text"]::-webkit-input-placeholder,
.contact-form-container div form div span input[type="email"]::-webkit-input-placeholder,
.contact-form-container div form div span textarea::-webkit-input-placeholder {
    color: #808080;
}

.contact-form-container div form div span input[type="text"]::-moz-placeholder,
.contact-form-container div form div span input[type="email"]::-moz-placeholder,
.contact-form-container div form div span textarea::-moz-placeholder { 
    color: #808080;
}

.contact-form-container div form div span input[type="text"]:-ms-input-placeholder,
.contact-form-container div form div span input[type="email"]:-ms-input-placeholder,
.contact-form-container div form div span textarea:-ms-input-placeholder { 
    color: #808080;
}

.contact-form-container div form div span input[type="text"]:-moz-placeholder,
.contact-form-container div form div span input[type="email"]:-moz-placeholder,
.contact-form-container div form div span textarea:-moz-placeholder { 
    color: #808080;
}

.contact-form-container div form div span select option {
    color: #808080;
}

.captcha-container img {
    height: 40px;
    width: auto;
    float: left;
    border: 1px solid #ffffff;
    margin: 0 8px 0 0;  
}

.captcha-container {
    margin-bottom: 0 !important;
}

.captcha-container .ajax-loader {
  margin: 0 -20px 0 4px !important;
}

.captcha-container > span,
.cf-captcha-text-container {
  display: inline-block;
  vertical-align: middle;
  width: 174px;
}

.quiz-100 label #cf7-quiz:focus,
.quiz-100 label #cf7-quiz:active {
  outline:none;
}

.quiz-100 label #cf7-quiz::-webkit-input-placeholder {
  color: #9c9c9c;
}

.quiz-100 label #cf7-quiz::-moz-placeholder { 
  color: #9c9c9c;
}

.quiz-100 label #cf7-quiz:-ms-input-placeholder { 
  color: #9c9c9c;
}

.quiz-100 label #cf7-quiz:-moz-placeholder { 
  color: #9c9c9c;
}

.quiz-100 label {
    width: 100%;
    margin-bottom: 0px;
}

.quiz-100 label .wpcf7-quiz-label { 
    font-size: 20px;
    color: #fff;
    background: #eb8a23;
    height: 50px;
    display: block;
    width: 70px;
    line-height: 48px;
    margin: 0px 0 0 0;
    position: absolute;
    text-align: center;
}

.quiz-100 label .wpcf7-quiz-label:after {
  content:" =";
}

.quiz-100 label #cf7-quiz {
    max-width: 100%;
    padding: 12px 15px 12px 88px;
}

.contact-form-container div form .cf-col-one input[type="submit"] { 
  color: #fff;
  background: #253a7a;
  padding: 14px 34px 15px 34px;
  font-size: 18px;
  border: none;
  margin: 0px 0 0 0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 0;
  display: inline-block;
  vertical-align: middle;
  max-width: 380px;
  width: 100%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;	  
}

.contact-form-container div form .cf-col-one input[type="submit"]:active,
.contact-form-container div form .cf-col-one input[type="submit"]:focus {
  border: none; 
  outline:none; 
  box-shadow: none;
}

.contact-form-container div form .cf-col-one input[type="submit"]:hover {
	background: #d21f3b;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;	
}

.default-button { 
    background: #e82938;
    padding: 7px 30px 9px 30px;
    display: table;
    color: #fff;
    font-size: 18px;
    position: relative;
    margin: 12px 0 8px 0;
    float: left;
    border-radius: 0;
    border: none;
}

.default-button:hover,
.default-button:active,
.default-button:focus {
    border: none; 
    background: #1268b3;
  outline:none;
  color:#fff; 
}

.wpgmp_infowindow .fc-item-title {
    margin-bottom: 8px !important;
  text-transform:none !important; 
    font-weight: 400 !important;  
}

div.wpcf7-response-output {
    float: left;
    width: 100%;
    border: 1px solid #58afd1;
    padding: 12px 20px;
    font-weight: 300;
    color: #728893;
    letter-spacing: 0.5px;
	 margin: 2em 0em 1em;
}

span.wpcf7-not-valid-tip {
    font-weight: 300;
    font-size: 15px;  
}

.contact-form-container div form div span input[type="text"]:active,
.contact-form-container div form div span input[type="email"]:active,
.contact-form-container div form div span textarea:active,
.contact-form-container div form div span input[type="text"]:focus,
.contact-form-container div form div span input[type="email"]:focus,
.contact-form-container div form div span textarea:focus {
    border: 1px solid #bad1d8;  
}

.contact-form-container div form div span textarea {
  height:230px;
}

.cf-select-container span select  {
  position: relative;
    z-index: 2;
    background: transparent;
   -webkit-appearance: none;
    -moz-appearance: none;  
}

.cf-select-container em {
  display: block;
    width: 100%;
    height: 49px;
    background: #fff;
    top: -50px;
    position: relative;
    margin-bottom: -50px;
}

.cf-select-container em:before {
    font-size: 30px;
    font-family: "FontAwesome";
    color: #58afd1;
    content: "\f107";
    margin: 0 10px 0 0;
    top: 6px;
    font-style: normal;
    right: 6px;
    position: absolute;
}

/* 
 * FlowupLabels Basic Stylesheet 
 * -----------------------------
 * This style sheet is marked with comments indicating 
 * what should and what shouldn't be changed for your 
 * styling purposes.
 */

/* initial label state */
.FlowupLabels .fl_label {
    top: 12px;
    left: 15px;
    position: absolute;
    z-index: 3;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    color: #1a3552;
    font-size: 15px;
    /* letter-spacing: 0.5px; */
    font-weight: 300;
}
 
/* Focus & populated label styling */
.FlowupLabels .fl_wrap.focused .fl_label,
.FlowupLabels .fl_wrap.populated .fl_label
/* and graceful degradation */ {
  /* Can change */
    top: 4px !important;
    font-size: 12px;
    color: #1a3552;
}
.FlowupLabels .fl_wrap.focused .fl_label {
  /* Can change */
  color: #1a3552;
}

.fl_wrap {
  position:relative;
}

/* Contact Page - End */
















/* Woocommerce Checkout */


/* Theme Style */

.page-template-template-wc-cart .header-mainmenu-container,
.page-template-template-checkout .header-mainmenu-container {
	display:none;
}


/* Account Start */

.checkout-account-header {
    background: #f2f2f2;
    display: block;
    color: #fff;
    border-radius: 0;
    padding: 9px 20px 9px 50px;
    position: relative;
    cursor: pointer;
}

.checkout-account-header p {
	color: #263a7a;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.2px;
    margin: 0;
    display: inline-block;
    font-weight: 700;
}

.checkout-account-header span {
    text-align: right;
    float: right;
    color: #d11f3a;
    font-size: 16px;
    display: none;
}

.checkout-account-header-active span {
	color:#fff;
}

.checkout-account-header span:before {
	content: "|";
    display: inline-block;
    margin: 0 9px 0 0;
}

.checkout-account-header p:before {
    font-size: 20px;
    color: #263a7a;
    display: inline-block;
    position: absolute;
    left: 16px;
    top: 6px;
    font-weight: 300;
    content: "\f007";
    font-family: "Font Awesome 5 Free";
}

.checkout-account-header-active {
    background: #263a7a;	
	pointer-events: none;
}

.checkout-account-header-active p {
    color: #fff;	
}

.checkout-account-header-active p:before {
    color: #fff;
}

.checkout-account-body {
    padding: 20px 0 0 0;	
}

.checkout-account-body > h2 {
    margin: 0 0 24px 0;
    font-weight: 700;
    color: #263a7a;
    font-size: 18px;
    letter-spacing: 0.2px;
}

.checkout-create-account-container {
	width: 50%;
    float: left;
    padding-right: 5px;	
}

.checkout-create-account-container > h3 {
    margin: 0 0 14px 0;
    font-weight: 700;
    color: #263a7a;
    font-size: 18px;
    letter-spacing: 0.2px;	
}

.checkout-create-account-container > h3:after {
    content: "OR";
    display: inline-block;
    background-color: #d11f3a;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 14px;
    float: right;
    border-radius: 50%;
    text-align: center;
    line-height: 29px;
    font-weight: 400;
    position: relative;
    top: -7px;
}

.checkout-checkout-guest-container {
    width: 50%;
    float: left;
    padding-left: 5px;	
}

.checkout-create-account-container input[type="text"],
.checkout-create-account-container input[type="email"],
.checkout-create-account-container input[type="password"] {
    border: 1px solid #c7d6de;
    color: #93a0a7;
    font-size: 16px;
    font-weight: 300;
    padding: 11px 18px;
    margin: 0 0 15px 0;
    border-radius: 0;
}

.checkout-checkout-guest-container > h3 {
    margin: 0 0 14px 0;
    font-weight: 700;
    color: #263a7a;
    font-size: 18px;
    letter-spacing: 0.2px;	
}

.checkout-checkout-guest-container input[type="email"] {
    border: 1px solid #c7d6de;
    color: #93a0a7;
    font-size: 16px;
    font-weight: 300;
    padding: 11px 18px;
    margin: 0 0 15px 0;
    border-radius: 0;
}

.checkout-create-account-checkbox-label {
    display: block;
    position: relative;
    padding-left: 54px;
    margin-bottom: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*padding-top: 7px;*/
    color: #263a7a;
    font-size: 16px;
    font-weight: 700;
}

.checkout-create-account-checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 38px;
    width: 38px;
    background-color: #fff;
    border: 1px solid #bad1d8;
    border-radius: 0;
}

.checkout-create-account-checkbox-label:hover input ~ .checkmark {
    background-color: #f5f6f7;
}

.checkout-create-account-checkbox-label input:checked ~ .checkmark {
    background-color: #263a7a;
    border: 1px solid #263a7a;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkout-create-account-checkbox-label input:checked ~ .checkmark:after {
    display: block;
}

.checkout-create-account-checkbox-label .checkmark:after {
    left: 13px;
    top: 7px;
    width: 10px;
    height: 18px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkout-create-account-checkbox-container {
    margin: 22px 0 0 0;	
}

.subscribe-newsletter-policy-container > a {
    color:#263a7a;
    font-size: 14px;
    position: relative;
    top: -28px;
    left: 54px;	
}

.subscribe-newsletter-policy-container > a:hover {
    color: #d21f3b;
}

.subscribe-newsletter-policy {
	display:none;
}

.existing-customer-login-container {
    color: #263a7a;
    font-size: 16px;
    padding: 0 0 0 53px;
    margin: -2px 0px 0 0;
    display: block;
}

.existing-customer-login-container a {
    text-decoration: underline;
    color: #d21f3b;
    font-weight: 600;
    font-size: 16px;
}

.account-next-button {
    color: #fff;
    background: #263a7a;
    border-radius: 0;
    padding: 11px 30px 10px 30px;
    font-size: 18px;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin: 20px auto 50px auto;
    display: table;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.account-next-button:hover {
	background:#d21f3b;
    color: #fff;	
}

.account-next-button:active,
.account-next-button:focus {
	color:#fff;
	outline:none;
}

.existing-customer-login .login {
	display:block !important;
}

.existing-customer-login .login p:first-child {
	display:none;
}

.existing-customer-login .login .form-row label {
    color: #404040;
    font-weight: 300;
    font-size: 15px;
}

.existing-customer-login .login .form-row > button {
    color: #fff;
    background: #00c763;
    border-radius: 5px;
    padding: 4px 28px 6px 28px;
    font-size: 20px;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 6px 0;
    display: table;
}

.existing-customer-login .login .form-row > button:hover {
    background: #d21f3b;
    color: #fff;
}

.existing-customer-login .login .form-row > button:focus,
.existing-customer-login .login .form-row > button:active {
	outline:none;
	color:#fff;
}

.existing-customer-login .login .form-row {
	width:100% !important;
	margin: 0 !important;
}

.existing-customer-login .login .form-row input[type="text"],
.existing-customer-login .login .form-row input[type="password"] {
    border: 1px solid #c7d6de;
    color: #93a0a7;
    font-size: 16px;
    font-weight: 300;
    padding: 11px 18px;
    margin: 0 0 15px 0;
}

.existing-customer-login {
    margin: 20px 0 0 -53px;	
	display:none;
}

.existing-customer-login .login .form-row input[type="submit"] {
    color: #fff;
    background: #58afd1;
    border-radius: 5px;
    padding: 2px 28px 4px 28px;
    font-size: 20px;
    border: none;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0px 16px 15px 0;
    display: table;
    cursor: pointer;	
}

.existing-customer-login .login .form-row input[type="submit"]:hover {
    background: #ed8c22;	
}

.existing-customer-login .login .form-row input[type="submit"]:active,
.existing-customer-login .login .form-row input[type="submit"]:focus {
	box-shadow:none;
}

/* Account End */


/* Shipping Start */

.checkout-shipping-header {
    background: #f2f2f2;
    display: block;
    color: #fff;
    border-radius: 0;
    padding: 9px 20px 9px 50px;
    position: relative;
    cursor: pointer;
}

.checkout-shipping-header p {
    color: #263a7a;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.2px;
    margin: 0;
    display: inline-block;
    font-weight: 700;
}

.checkout-shipping-header span {
    text-align: right;
    float: right;
    color: #d11f3a;
    font-size: 16px;
    display: none;
}

.checkout-shipping-header-active span {
	color:#fff;
}

.checkout-shipping-header span:before {
	content: "|";
    display: inline-block;
    margin: 0 9px 0 0;
}

.checkout-shipping-header p:before {
    font-size: 20px;
    color: #263a7a;
    display: inline-block;
    position: absolute;
    left: 16px;
    top: 6px;
    font-weight: 300;
    content: "\f007";
    font-family: "Font Awesome 5 Free";
}

.checkout-shipping-header-active {
    background: #263a7a;	
	pointer-events: none;
}

.checkout-shipping-header-active p {
    color: #fff;	
	font-weight: 400;	
}

.checkout-shipping-header-active p:before {
    color: #fff;	
}

.checkout-shipping-body {
    padding: 20px 0 0 0;
	display:none;
}

.checkout-shipping-body div .col-1 {
	width: 100% !important;
    max-width: 100%;
}

.checkout-shipping-body div .col-2 {
	width: 100% !important;
    max-width: 100%;
}

.checkout-shipping-body #customer_details div .woocommerce-shipping-fields #ship-to-different-address {
	display:none;
}

.checkout-shipping-body #customer_details div .woocommerce-shipping-fields .shipping_address div #shipping_first_name_field,
.checkout-shipping-body #customer_details div .woocommerce-shipping-fields .shipping_address div #shipping_last_name_field	 {
    width: 49.1%;	
}

.checkout-shipping-body #customer_details div .woocommerce-shipping-fields .shipping_address div .form-row label {
	display:none;
}

.checkout-shipping-body #customer_details div .woocommerce-shipping-fields .shipping_address div #shipping_state_field .select2 .selection .select2-selection {
    border: 1px solid #c7d6de;
    color: #93a0a7;
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 0 0;
    height: auto;
    border-radius: 0;
}

.checkout-shipping-body #customer_details div .woocommerce-shipping-fields .shipping_address div #shipping_state_field .select2 .selection .select2-selection #select2-shipping_state-container {
    color: #728893;	
}

.checkout-shipping-body #customer_details div .woocommerce-shipping-fields .shipping_address div #shipping_state_field {
	margin-bottom:15px;
}

.checkout-shipping-body #customer_details div .woocommerce-shipping-fields .shipping_address div #shipping_state_field #shipping_state {
    border: 1px solid #bad1d8;
    font-size: 16px;
    font-weight: 300;
    padding: 12px 14px 13px 14px;
    margin: 0 0 0 0;
    height: auto;
    color: #435e6a;
    border-radius: 0;
}

.checkout-shipping-body #customer_details div .woocommerce-shipping-fields .shipping_address div #shipping_state_field .select2 .selection .select2-selection .select2-selection__arrow {
	top: 11px;
    right: 10px;
}

.checkout-shipping-body #customer_details div .woocommerce-shipping-fields .shipping_address div .form-row input[type="text"] {
    font-weight: 300;
    padding: 11px 15px;
    margin: 0 0 15px 0;
    border-radius: 0;
    border: 1px solid #bad1d8;
    color: #435e6a;
    font-size: 16px;
}

.checkout-shipping-body #customer_details div .woocommerce-shipping-fields .shipping_address div .form-row {
	margin-top:0;
	margin-bottom:0;
}

.checkout-shipping-body #customer_details div .woocommerce-shipping-fields .shipping_address div #shipping_country_field {
	display:none;
}

.checkout-shipping-body #customer_details div .woocommerce-additional-fields div p label {
	display:none;
}

.checkout-shipping-body #customer_details div .woocommerce-additional-fields div p span {
	width:100%;
}

.checkout-shipping-body #customer_details div .woocommerce-additional-fields div p textarea {
    border: 1px solid #bad1d8;
    color: #435e6a;
    font-size: 16px;
    font-weight: 300;
    padding: 12px 15px;
    margin: 0 0 15px 0;
    border-radius: 0;
}

.shipping-next-button {
    color: #fff;
    background: #263a7a;
    border-radius: 0;
    padding: 11px 30px 10px 30px;
    font-size: 18px;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin: 10px auto 50px auto;
    display: table;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.shipping-next-button:active,
.shipping-next-button:focus {
	outline:none;
	color:#fff;
}

.shipping-next-button:hover {
	background:#d21f3b;
	color:#fff;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;	
}

/* Shipping End */

/* Delivery Options Start */

.checkout-delivery-options-header {
    background: #f2f2f2;
    display: block;
    color: #fff;
    border-radius: 0;
    padding: 9px 20px 9px 50px;
    position: relative;
    cursor: pointer;
}

.checkout-delivery-options-header p {
    color: #263a7a;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.2px;
    margin: 0;
    display: inline-block;
    font-weight: 700;
}

.checkout-delivery-options-header span {
    text-align: right;
    float: right;
    color: #d11f3a;
    font-size: 16px;
    display: none;
}

.checkout-delivery-options-header-active span {
	color:#fff;
}

.checkout-delivery-options-header span:before {
	content: "|";
    display: inline-block;
    margin: 0 9px 0 0;
}

.checkout-delivery-options-header p:before {
    font-size: 20px;
    color: #263a7a;
    display: inline-block;
    position: absolute;
    left: 16px;
    top: 6px;
    font-weight: 300;
    content: "\f007";
    font-family: "Font Awesome 5 Free";
}

.checkout-delivery-options-header-active {
	background: #263a7a;
}

.checkout-delivery-options-header-active p {
    color: #fff;
	font-weight: 400;
}

.checkout-delivery-options-header-active p:before {
    color: #fff;
}

.checkout-delivery-options-body {
    padding: 20px 0 0 0;
	display:none;	
}

.checkout-delivery-options-body > div {
	color: #4f6b79;
    font-size: 17px;
    letter-spacing: 0.5px;
    font-weight: 300;
    padding: 0 0 20px 0;
}

.delivery-options-next-button {
    color: #fff;
    background: #263a7a;
    border-radius: 0;
    padding: 11px 30px 10px 30px;
    font-size: 18px;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin: 10px auto 50px auto;
    display: table;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.delivery-options-next-button:active,
.delivery-options-next-button:focus {
	outline:none;
	color:#fff;
}

.delivery-options-next-button:hover {
	background:#d21f3b;
	color:#fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;	
}

.checkout-delivery-options-body div .shop_table tbody tr th {
	display:none;
}

.checkout-delivery-options-body div .shop_table tbody tr td ul {
	color: #263a7a;
    font-size: 16px;
    font-weight: 400;
}

.checkout-delivery-options-body div h2 {
    color: #263a7a;
    font-size: 18px;
    letter-spacing: 0.2px;
    margin: 0 0 20px 0;
    display: block;
    font-weight: 700;
}

/* Delivery Options End */


/* Payment and Billing Start */

.checkout-payment-billing-header {
    background: #f2f2f2;
    display: block;
    color: #fff;
    border-radius: 0;
    padding: 9px 20px 9px 50px;
    position: relative;
    cursor: pointer;
}

.checkout-payment-billing-header p {
    color: #263a7a;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.2px;
    margin: 0;
    display: inline-block;
    font-weight: 700;
}

.checkout-payment-billing-header span {
    text-align: right;
    float: right;
    color: #d11f3a;
    font-size: 16px;
    display: none;
}

.checkout-payment-billing-header-active span {
	color:#fff;
}

.checkout-payment-billing-header span:before {
	content: "|";
    display: inline-block;
    margin: 0 9px 0 0;
}

.checkout-payment-billing-header p:before {
    font-size: 20px;
    color: #263a7a;
    display: inline-block;
    position: absolute;
    left: 16px;
    top: 6px;
    font-weight: 300;
    content: "\f007";
    font-family: "Font Awesome 5 Free";
}

.checkout-payment-billing-header-active {
	background: #263a7a;
}

.checkout-payment-billing-header-active p {
    color: #fff;
	font-weight: 400;
}

.checkout-payment-billing-header-active p:before {
    color: #fff;
}

.checkout-payment-billing-body {
    padding: 20px 0 0 0;
	display:none;	
}

.checkout-payment-billing-body .checkout-billing-container .woocommerce-billing-fields > h3 {
	display:none;
}
 
.checkout-payment-billing-body .checkout-billing-container .woocommerce-billing-fields div #billing_first_name_field,
.checkout-payment-billing-body .checkout-billing-container .woocommerce-billing-fields div #billing_last_name_field	 {
    width: 50%;	
}

.checkout-payment-billing-body .checkout-billing-container .woocommerce-billing-fields div #billing_phone_field,
.checkout-payment-billing-body .checkout-billing-container .woocommerce-billing-fields div #billing_email_field {
	width: 50%;
    clear: none;
    float: left;
}

.checkout-payment-billing-body .checkout-billing-container .woocommerce-billing-fields div #billing_phone_field,
.checkout-payment-billing-body .checkout-billing-container .woocommerce-billing-fields div #billing_first_name_field {
	padding: 0 5px 0 0;
}

.checkout-payment-billing-body .checkout-billing-container .woocommerce-billing-fields div #billing_email_field,
.checkout-payment-billing-body .checkout-billing-container .woocommerce-billing-fields div #billing_last_name_field {
    padding: 0 0 0 5px;
}

.checkout-payment-billing-body .checkout-billing-container .woocommerce-billing-fields div .form-row label {
	display:none;
}

.checkout-payment-billing-body .checkout-billing-container .woocommerce-billing-fields div #billing_state_field .select2 .selection .select2-selection {
    border: 1px solid #c7d6de;
    color: #728893;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 10px 10px 10px;
    margin: 0 0 0 0;
    height: auto;
    border-radius: .25rem;
}

.checkout-payment-billing-body .checkout-billing-container .woocommerce-billing-fields div #billing_state_field #billing_state {
    border: 1px solid #bad1d8;
    font-size: 16px;
    font-weight: 300;
    padding: 12px 14px 13px 14px;
    margin: 0 0 0 0;
    height: auto;
    color: #435e6a;
    border-radius: 0;
}

.checkout-payment-billing-body .checkout-billing-container .woocommerce-billing-fields div #billing_state_field .mac-select-fix,
.checkout-shipping-body #customer_details div .woocommerce-shipping-fields .shipping_address div #shipping_state_field .mac-select-fix{
    padding: 12px 14px 13px 0 !important;
	height:50px !important;
	text-indent:11px;	
}

.checkout-payment-billing-body .checkout-billing-container .woocommerce-billing-fields div #billing_state_field .select2 .selection .select2-selection #select2-billing_state-container {
    color: #728893;	
}

.checkout-payment-billing-body .checkout-billing-container .woocommerce-billing-fields div #billing_state_field {
	margin-bottom:15px;
}

.checkout-payment-billing-body .checkout-billing-container .woocommerce-billing-fields div #billing_state_field .select2 .selection .select2-selection .select2-selection__arrow {
	top: 11px;
    right: 10px;
}

.checkout-payment-billing-body .checkout-billing-container .woocommerce-billing-fields div .form-row span {
	width:100%;
}

.checkout-payment-billing-body .checkout-billing-container .woocommerce-billing-fields div .form-row input[type="text"],
.checkout-payment-billing-body .checkout-billing-container .woocommerce-billing-fields div .form-row input[type="tel"],
.checkout-payment-billing-body .checkout-billing-container .woocommerce-billing-fields div .form-row input[type="email"] {
    font-weight: 300;
    padding: 11px 15px;
    margin: 0 0 15px 0;
    border-radius: 0;
    border: 1px solid #bad1d8;
    color: #435e6a;
    font-size: 16px;
}

.checkout-payment-billing-body .checkout-billing-container .woocommerce-billing-fields div .form-row input[type="tel"]:active,
.checkout-payment-billing-body .checkout-billing-container .woocommerce-billing-fields div .form-row input[type="tel"]:focus {
	outline:none;
}

.checkout-payment-billing-body .checkout-billing-container .woocommerce-billing-fields div .form-row {
	margin-top:0;
	margin-bottom:0;
	margin-left: 0;
    margin-right: 0;
}

.checkout-payment-billing-body .checkout-billing-container .woocommerce-billing-fields div #billing_country_field {
	display:none;
}

.checkout-billing-header {
    color: #263a7a;
    font-size: 18px;
    letter-spacing: 0.2px;
    margin: 0 0 15px 0;
    display: block;
    font-weight: 700;
}

.checkout-payment-header {
    color: #263a7a;
    font-size: 18px;
    letter-spacing: 0.2px;
    margin: 5px 0 15px 0;
    display: block;
    font-weight: 700;	
}

.checkout-payment-container .woocommerce-checkout-payment {
    background: none !important;
    border: 1px solid #bad1d8;
    margin-bottom: 30px;
    border-radius: 0 !important;
}

.checkout-payment-container .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .payment_box {
    background: #f5f6f7 !important;	 
}

.checkout-payment-container .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .payment_box:before {
	border-bottom: 1em solid #f5f6f7 !important;
}

.checkout-payment-container .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .payment_box p {
    font-size: 15px;
    color: #263a7a;
    font-weight: 300;
}

.checkout-payment-container .woocommerce-checkout-payment .place-order {
	display:none;
}

.checkout-payment-container .woocommerce-checkout-payment .wc_payment_methods {
	border-bottom:none !important;
}

.checkout-payment-container .woocommerce-checkout-payment .wc_payment_methods > li > label {
    font-size: 16px;
    color: #263a7a;
    font-weight: 700;
}

.payment-billing-next-button {
    color: #fff;
    background: #263a7a;
    border-radius: 0;
    padding: 11px 30px 10px 30px;
    font-size: 18px;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin: 10px auto 50px auto;
    display: table;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.payment-billing-next-button:active,
.payment-billing-next-button:focus {
	outline:none;
	color:#fff;
}

.payment-billing-next-button:hover {
	background:#d21f3b;
	color:#fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;	
}

/* Payment and Billing End */


/* Review and Order Start */

.checkout-review-order-header {
    background: #f2f2f2;
    display: block;
    color: #fff;
    border-radius: 0;
    padding: 9px 20px 9px 50px;
    position: relative;
    cursor: pointer;
}

.checkout-review-order-header p {
    color: #263a7a;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.2px;
    margin: 0;
    display: inline-block;
    font-weight: 700;
}

.checkout-review-order-header p:before {
    font-size: 20px;
    color: #263a7a;
    display: inline-block;
    position: absolute;
    left: 16px;
    top: 6px;
    font-weight: 300;
    content: "\f007";
    font-family: "Font Awesome 5 Free";
}

.checkout-review-order-header-active {
	background: #263a7a;	
}

.checkout-review-order-header-active p {
    color: #fff;	
	font-weight: 400;
}

.checkout-review-order-header-active p:before {
    color: #fff;
}

.checkout-review-order-body {
    padding: 20px 0 0 0;
	display:none;
}

.checkout-main-checkout-container .woocommerce-checkout #order_review_heading {
	display:none;
}

.checkout-review-order-body .checkout-review-order-place-order-container .place-order .woocommerce-terms-and-conditions-wrapper {
	opacity:0;
	pointer-events:none;
    width: 100%;
    height: 1px;	
}

.checkout-review-order-body .woocommerce-checkout-review-order-table {
    color: #575656;
    font-size: 16px;
    width: 100%;
    margin: 30px 0 40px 0;
    font-weight: 300;
    line-height: 28px;
}

.checkout-review-order-body .woocommerce-checkout-review-order-table thead tr th {
    font-size: 16px;
    color: #263a7a;
    font-weight: 600;
    border-top: 1px solid #bad1d8;
    padding: 12px 0 12px 0;
    border-bottom: 1px solid #bad1d8;
}

.checkout-review-order-body .woocommerce-checkout-review-order-table thead tr th.product-total {
	text-align: right;
}

.checkout-review-order-body .woocommerce-checkout-review-order-table tbody tr td {
	border-bottom: 1px solid #bad1d8;
    padding: 12px 0 12px 0;
    color: #263a7a;
}

.checkout-review-order-body .woocommerce-checkout-review-order-table tbody tr td.product-name .product-quantity {
	font-weight:300;
}

.checkout-review-order-body .woocommerce-checkout-review-order-table tbody tr td.product-total,
.checkout-review-order-body .woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td,
.checkout-review-order-body .woocommerce-checkout-review-order-table tfoot tr.cart-discount td,
.checkout-review-order-body .woocommerce-checkout-review-order-table tfoot tr.order-total td,
.checkout-review-order-body .woocommerce-checkout-review-order-table tfoot tr.cart_review_totals_shipping td {
	text-align:right;
	font-weight: 400;
    color: #263a7a;	
}

.checkout-review-order-body .woocommerce-checkout-review-order-table tfoot tr.shipping td {
	text-align:right;
}

.checkout-review-order-body .woocommerce-checkout-review-order-table tfoot tr th {
    font-weight: 600;
    padding: 15px 0 0px 0;
    color: #263a7a;
}

.checkout-review-order-body .woocommerce-checkout-review-order-table tfoot tr.cart-discount th,
.checkout-review-order-body .woocommerce-checkout-review-order-table tfoot tr.cart-discount td {
	color:red;
}

.checkout-review-order-body .woocommerce-checkout-review-order-table tfoot tr.cart_review_totals_shipping th,
.checkout-review-order-body .woocommerce-checkout-review-order-table tfoot tr.cart_review_totals_shipping td {
	padding: 15px 0 15px 0;
}

.checkout-review-order-body .woocommerce-checkout-review-order-table tfoot tr.cart-discount td .woocommerce-remove-coupon {
	font-weight:300;
}

.checkout-review-order-body .woocommerce-checkout-review-order-table tfoot tr.order-total td strong span {
    font-size: 20px;
    font-weight: 700;
}

.checkout-review-order-body .woocommerce-checkout-review-order-table tfoot tr.order-total td strong span .woocommerce-Price-currencySymbol:before {
    content: "AUD";
    font-style: normal;
    color: #263a7a;
    font-size: 16px;
    font-weight: 400;
    margin: 0 10px 0 0;
    position: relative;
    top: 1px;
}

.checkout-review-order-body .woocommerce-checkout-review-order-table tfoot tr.order-total th,
.checkout-review-order-body .woocommerce-checkout-review-order-table tfoot tr.order-total td {
	border-top: 1px solid #c7d6de;
    padding: 25px 0 0px 0;
}

.checkout-review-order-body .woocommerce-checkout-review-order-table tfoot tr td {
    padding: 15px 0 0px 0;		
}

.checkout-review-order-body .woocommerce-checkout-review-order-table tbody tr .product-name .variation {
	margin-bottom:0;
}

.checkout-review-order-body .woocommerce-checkout-review-order-table tbody tr .product-name .variation dt {
	font-weight:400;
}
	
.checkout-review-order-body .woocommerce-checkout-review-order-table tbody tr .product-name .variation dd,
.checkout-review-order-body .woocommerce-checkout-review-order-table tbody tr .product-name .variation dd p {
	margin-bottom:0;
}

.checkout-review-order-place-order-container #place_order {
    color: #fff;
    background: #263a7a;
    border-radius: 0;
    padding: 11px 36px 10px 36px;
    font-size: 18px;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin: 10px auto 50px auto;
    display: table;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.checkout-review-order-place-order-container #place_order:active,
.checkout-review-order-place-order-container #place_order:focus {
	outline:none;
	color:#fff;
}

.checkout-review-order-place-order-container #place_order:hover {
	background:#d21f3b;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;	
}

.checkout-review-order-place-order-container #place_order:active,
.checkout-review-order-place-order-container #place_order:focus {
	outline:none;
	box-shadow:none;
}

.checkout-review-order-heading {
    color: #263a7a;
    font-size: 16px;
    font-weight: 300;
}

/* Review and Order End */


/* Login Start */

.checkout-login-header {
    background: #ed8c22;
    display: block;
    color: #fff;
    border-radius: 5px;
    padding: 13px 20px 10px 50px;
    position: relative;	
}

.checkout-login-header p {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0;
}

.checkout-login-header p:before {
    font-size: 24px;
    font-family: "FontAwesome";
    content: "\f2c0";
    color: #fff;
    display: inline-block;
    position: absolute;
    left: 16px;
    top: 7px;
}

.checkout-login-body {
    padding: 20px 0 0 0;	
}

.checkout-login-container {
	display:none;
}

/* Login End */

/* Checkout other elements */

.woocommerce-info {
    font-size: 15px;
    color: #404040;
    border-top: 2px solid #eb8a23;
	font-weight: 300;	
	background: #f2f2f2;
	    margin: 0 0 20px 0;
}

.page-template-template-checkout .menu-main-container {
	display:none;
}

.checkout-page-main-container > .container {
    width: 100%;
    max-width: 1150px;	
}

.woocommerce-checkout .main-header .logo-container {
    padding-top: 20px;
}

.woocommerce-checkout .menu-container {
	display:none;
}

.checkout-page-left-panel {
    width: 56%;
    float: left;
    padding-right: 15px;
}

.checkout-page-inner-container {
    position: relative;
    overflow: hidden;
    margin: 0 0 140px 0;
}

.checkout-page-right-panel {
    background: #f2f2f2;
    width: 44%;
    float: left;
    height: auto;
    position: relative;
}

.checkout-page-right-panel:after {
    content: "";
    background: #f2f2f2;
    width: 100%;
    height: 999999px;
    position: absolute;
}

.checkout-page-container div article {
	margin:0 0 !important;
}

.checkout-page-container .checkout-page-left-panel .woocommerce > .woocommerce-form-login-toggle,
.checkout-page-container .checkout-page-left-panel .woocommerce > .woocommerce-form-coupon-toggle {
	display:none;
}

.checkout-page-left-panel > .woocommerce > .woocommerce-info:nth-child(1),
.checkout-page-left-panel > .woocommerce > .woocommerce-info:nth-child(2),
.checkout-page-left-panel > .woocommerce > .woocommerce-info:nth-child(3) {
	display:none;
}

.woocommerce-error li {
	font-weight: 300;
    font-size: 16px;
    color: #5a5a5a;	
}

#t-and-c-form-new {
	box-shadow: 1px 2px 3px #ddd;
	display:none;
	background: rgba(255, 255, 255, 0.9);
	height:100%;
	width:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:10000;
}

.t-and-c-form-container {
	background: #fff;
    height: auto;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-width: 950px;
    overflow-y: auto;
    max-height: 80%;
    padding: 40px 20px 50px 20px;
	box-shadow: 0px 2px 3px #d3d3d3;
}

.t-and-c-form-container h2 {
    color: #263a7a;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 26px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}

.t-and-c-form-container p {
    font-size: 15px;
    color: #253a7a;
    line-height: 26px;
	text-align: left;
}

.t-and-c-form-close {
    background-image: url(theme/images/closegray.png);	
	height: 30px;
	width: 30px;
	display: block;
	position:absolute;
	top:10px;
	right:10px;
}

.checkout-review-order-place-order-container .place-order .woocommerce-terms-and-conditions,
.checkout-review-order-place-order-container .place-order .wc-terms-and-conditions {
	display:none;
}

.checkout-agree-terms-conditions-button {
    color: #263a7a;
    font-size: 14px;
    position: relative;
    top: -28px;
    left: 54px;
}

.checkout-agree-terms-conditions-button:hover {
    color:#d11f3a;
}

.checkout-create-account-checkbox-container .checkout-create-account-checkbox-label:nth-child(3) {
	margin-top: -20px;
}

.t-and-c-accept-button {
    color: #fff;
    background: #263a7a;
    border-radius: 0;
    padding: 11px 30px 10px 30px;
    font-size: 18px;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin: 10px 2px 50px 2px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.t-and-c-decline-button {
    color: #fff;
    background: #d3d5d4;
    border-radius: 0;
    padding: 11px 30px 10px 30px;
    font-size: 18px;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin: 10px 2px 50px 2px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.t-and-c-buttons a:hover {
	color:#fff;
}

.t-and-c-buttons a:active,
.t-and-c-buttons a:focus {
	color:#fff;
	outline:none;
}

.checkout-custom-validation,
.checkout-custom-validation ul li {
	display:none;
}

.checkout-account-container,
.checkout-shipping-container,
.checkout-delivery-options-container,
.checkout-payment-billing-container {
	margin-bottom:5px;
}

.checkout-shipping-body #customer_details div .woocommerce-account-fields {
	display:none;
}

.checkout-page-main-container {
    margin-bottom: -28px;
    position: relative;
    overflow: hidden;	
    margin-top: 180px;
}

.woocommerce-errors {
    border-top-color: #b81c23;
}

.woocommerce-errors {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 20px 0;
    position: relative;
    background-color: #f2f2f2;
    color: #404040;
    border-top: 2px solid #b81c23;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}

.woocommerce-errors::before {
    content: '\e016';
    color: #b81c23;
}

.woocommerce-errors::before {
    font-family: WooCommerce;
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em;
}

.woocommerce-errors li {
    font-weight: 300;
    font-size: 15px;
    color: #404040;
}

.woocommerce-errors li {
    list-style: none outside!important;
    padding-left: 0!important;
    margin-left: 0!important;
}

/*.checkout-page-left-panel:after {
    content: "";
    width: 2000px;
    height: 100%;
    background: #f2f2f2;
    display: inline;
    position: absolute;
    left: 765px;
    top: 0;
    z-index: -1;
} */

.c4-checkout-coupon div > form {
	display:block !important;
}

.c4-checkout-order-summary-header {
    display: block;
    color: #fff;
    border-radius: 0;
    padding: 9px 20px 9px 50px;
    position: relative;
    margin: 0 0 25px 0;
    display: none;
    background: #263a7a;
}

.c4-checkout-order-summary-header p {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
    display: inline-block;
    letter-spacing: 0.2px;
    font-weight: 400;
}

.c4-checkout-order-summary-header a {
    text-align: right;
    float: right;
    color: #fff;
    font-size: 15px;
}

.c4-checkout-order-summary-header a:before {
	content: "|";
    display: inline-block;
    margin: 0 9px 0 0;
}

.c4-checkout-order-summary-header p:before {
    font-size: 20px;
    font-family: "FontAwesome";
    content: "\f291";
    color: #fff;
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 6px;
    font-weight: 300;
}

.c4-checkout-cart .woocommerce .woocommerce-cart-form table {
    border: none;
    border-radius: 0;
	position:relative;	
	border-bottom: 1px solid #bad1d8;
	padding: 0 0 4px 0;
}

.c4-checkout-cart .woocommerce .woocommerce-cart-form table thead {
	display: none;
}

.c4-checkout-cart .woocommerce .woocommerce-cart-form table tbody tr td {
	border-top:none;
	border-bottom: 16px solid transparent;
}

.c4-checkout-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-remove,
.c4-checkout-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-subtotal {
	display:none;
}

.c4-checkout-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-thumbnail a img {
    min-width: 72px;
    border-radius: 0;
}

.c4-checkout-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-thumbnail a img {
	width:110px;
}

.c4-checkout-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-quantity {
    position: absolute;
    left: 0;	
}

.c4-checkout-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-quantity .quantity {
    padding: 0;
    right: -59px;
    top: -9px;
}

.c4-checkout-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-quantity .quantity .minus,
.c4-checkout-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-quantity .quantity .plus {
	display:none !important;
}

.c4-checkout-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-quantity .qty {
    pointer-events: none;
    background: #d11f3a;
    color: #fff;
    font-size: 13px;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    font-weight: 400;
    position: relative;
    border: none;
}

.c4-checkout-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-quantity .qty::-webkit-inner-spin-button, 
.c4-checkout-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none; 
}

.c4-checkout-order-summary {
    padding: 48px 30px 0 20px;	
}

.c4-checkout-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-name {
    width: 284px;	
    padding: 6px 0 6px 5px;	
}

.c4-checkout-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-name .variation {
	display:none;
}

.c4-checkout-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-name a {
    font-size: 16px;
    margin: 0 0 0 0;
    color: #263a7a;
    font-weight: 700;
    line-height: 20px;
    display: block;
}

.c4-checkout-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-name a:hover {
    color:#d11f3a;
}

.c4-checkout-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-price {
    text-align: right;
    width: 160px;	
}

.c4-checkout-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-price .amount {
    color: #263a7a;
    font-size: 18px;
    margin: 0 !important;
    font-weight: 700;
}

.c4-checkout-cart .woocommerce .woocommerce-cart-form table tbody tr .actions {
	display:none;
}

.c4-checkout-coupon div .checkout_coupon p:nth-child(1) {
	display:none;
}

.c4-checkout-coupon div .checkout_coupon .form-row-first {
    width: 100%;
    max-width: 262px;	
}

.c4-checkout-coupon div .checkout_coupon .form-row-first #coupon_code {	
    font-weight: 300;
    padding: 11px 15px;
    margin: 0 0 15px 0;
    border-radius: 0;
    border: 1px solid #bad1d8;
    color: #435e6a;
    font-size: 16px;	
}

.c4-checkout-coupon div .checkout_coupon .form-row-last {
    width: 100%;
    max-width: 180px;	
}

.c4-checkout-coupon div .checkout_coupon .form-row-last .button {
    color: #fff;
    background: #263a7a;
    border-radius: 0;
    padding: 11px 10px 10px 10px;
    font-size: 18px;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin: 0 0 0 10px;
    display: table;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.c4-checkout-coupon div .checkout_coupon .form-row-last .button:hover {
	color:#fff;
    background: #d21f3b;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;	
}

.c4-checkout-coupon div .checkout_coupon .form-row-last .button:hover,
.c4-checkout-coupon div .checkout_coupon .form-row-last .button:focus,
.c4-checkout-coupon div .checkout_coupon .form-row-last .button:active {
	box-shadow:none;
	outline:none;
	color:#fff;
}

.c4-checkout-coupon {
    border-bottom: 1px solid #bad1d8;
    padding: 0 0 0 0;
    margin: 0 0 25px 0;
}

.c4-checkout-total-summary-subtotal > span {
    width: 50%;
    float: left;
    font-size: 16px;
    color: #263a7a;
    font-weight: 700;
}

.c4-checkout-total-summary-subtotal > p {
    width: 50%;
    float: left;
    text-align: right;
	margin: 0;
}

.c4-checkout-total-summary-subtotal > p > span {
    color: #263a7a;
    font-size: 18px;
    margin: 0 !important;
    font-weight: 700;
}

.c4-checkout-total-summary-shipping > span {
    width: 50%;
    float: left;
    font-size: 16px;
    margin: 0 0 14px 0;
    color: #263a7a;
    font-weight: 700;
}

.c4-checkout-total-summary-shipping > p {
    width: 50%;
    float: left;
    text-align: right;
    margin: 0 0 6px 0;
    color: #263a7a;
    font-size: 16px;
}

.c4-checkout-total-summary-shipping > p > span {
    color: #575656;
    font-size: 16px;
    margin: 0 !important;
    font-weight: 400;
}

.c4-checkout-total-summary-shipping {
	border-bottom: 1px solid #c7d6de;
	margin-bottom: 20px;
}

.c4-checkout-total-summary-total > span {
    width: 50%;
    float: left;
    font-size: 16px;
    margin: 0 0 24px 0;
    color: #263a7a;
    font-weight: 700;
}

.c4-checkout-total-summary-total > p {
    width: 50%;
    float: left;
    text-align: right;
}

.c4-checkout-total-summary-total > p > span {
    color: #263a7a;
    font-size: 20px;
    margin: 0 !important;
    font-weight: 700;
}

.c4-checkout-total-summary-total > p > span > em {
    font-style: normal;
    color: #93a0a7;
    font-size: 16px;
    font-weight: 400;
    margin: 0 5px 0 0;
    position: relative;
    top: -1px;
    letter-spacing: normal;
}

.checkout-page-left-panel .woocommerce ul.order_details {

    color: #4f6b79;
    font-size: 17px;
    letter-spacing: 0.5px;
    margin: 30px 0 40px 0;
    font-weight: 300;	
}

.checkout-page-left-panel .woocommerce ul.order_details li {
    color: #4f6b79;
    font-size: 17px;
    letter-spacing: 0.5px;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 24px;	
}

.checkout-page-left-panel .woocommerce ul.order_details li strong {
    color: #4f6b79;
    font-size: 17px;
    letter-spacing: 0.5px;
    font-weight: 400;
}

.checkout-page-left-panel .woocommerce .woocommerce-order .woocommerce-order-details .order_details {
    color: #4f6b79;
    font-size: 17px;
    letter-spacing: 0.5px;
    margin: 0 0 40px 0;
    font-weight: 300;
    border: none;	
}

.checkout-page-left-panel .woocommerce .woocommerce-order .woocommerce-order-details h2,
.checkout-page-left-panel .woocommerce .woocommerce-order .woocommerce-customer-details h2 {
    font-size: 25px;
    letter-spacing: 0.5px;	
}

.checkout-page-left-panel .woocommerce .woocommerce-order .woocommerce-customer-details address {
    color: #4f6b79;
    font-size: 17px;
    letter-spacing: 0.5px;
    font-weight: 300;
    border: none;
    padding: 10px 0 0 0;	
}


/* Woocommerce Checkout */


/* Cart Page */

.page-template-template-wc-cart .menu-main-container {
	display:none;
}


.cart-page-header-nav div .cart-page-nav-shop {
    float: left;
    display: inline-block;
    width: 20%;
    font-size: 13px;
    letter-spacing: 0.8px;
    margin: 0 0 24px 0;
    color: #263a7a;
    font-weight: 700;
    position: relative;
    top: 20px;
    text-transform: uppercase;		
}

.cart-page-header-nav div .cart-page-nav-shop:before {
    font-size: 46px;
    font-family: "FontAwesome";
    content: "\f104";
    color: #263a7a;
    display: inline-block;
    line-height: 0;
    position: relative;
    top: 8px;
    margin: 0 16px 0 0;
}

.cart-page-header-nav div h1 {
    text-align: center;
    width: 60%;
    float: left;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 20px 0;
    text-transform: uppercase;
    color: #263a7a;
}

.cart-page-header-nav div .cart-page-nav-checkout {
    float: left;
    display: inline-block;
    width: 20%;
    font-size: 13px;
    letter-spacing: 0.8px;
    margin: 0 0 24px 0;
    color: #263a7a;
    font-weight: 700;
    position: relative;
    top: 20px;
    text-align: right;
    text-transform: uppercase;
}

.cart-page-header-nav div .cart-page-nav-checkout:after {
    font-size: 46px;
    font-family: "FontAwesome";
    content: "\f105";
    color: #263a7a;
    display: inline-block;
    line-height: 0;
    position: relative;
    top: 8px;
    margin: 0 0 0 16px;
}

.cart-page-header-nav div .cart-page-nav-checkout:hover,
.cart-page-header-nav div .cart-page-nav-shop:hover {
	color: #d21f3b;	
}

.cart-page-header-nav-container {
	background: #f2f2f2;
    margin-bottom: 54px;
    margin-top: 126px;
}

.cart-page-header-nav-container > .container {
	width: 100%;
    max-width: 1150px;
    margin: 0 auto;
}

.woocommerce-cart .menu-container {
	display:none;
}

.woocommerce-cart .main-header .logo-container {
    padding-top: 20px;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart thead tr .product-remove {
    display: none;	
}

.inner-cart-main-container {
    margin: 0 auto;
    width: 100%;
    max-width: 1150px;	
}

.inner-cart .woocommerce .woocommerce-cart-form .cart {
	border: none;
	position: relative;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart thead tr th {
    border-top: 1px solid #bad1d8;
    font-size: 16px;
     letter-spacing: 0.2px; 
    margin: 0 0 24px 0;
    color: #263a7a;
    font-weight: 700;
    padding: 16px 12px;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart thead tr th.product-name {
    position: absolute;
    left: 0;
    width: 100%;
	padding: 16px 12px 0 0;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr td.product-remove {
	display:none;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr td {
	border-top:1px solid #bad1d8;
    vertical-align: top;
    padding: 38px 20px;		
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr td.product-quantity {
    padding: 38px 16px;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr td.product-thumbnail {
    min-width: 220px;
    padding: 18px 0;
    width: 220px;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr td.product-thumbnail a img {
    width: 220px;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr .product-name a {
    font-size: 16px;
    margin: 8px 0 24px 0;
    color: #263a7a;
    font-weight: 700;
    line-height: 22px;
    display: block;
}


.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr .product-name a:hover {
	color:#d21f3b;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr .product-price .amount {
    font-size: 18px;
    margin: 0 0 24px 0;
    color: #263a7a;
    font-weight: 700;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr td.product-quantity .quantity {
	padding-right: 0;
    text-align: center;
    margin: 0 0 0 0;
	display: block;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr td.product-quantity .quantity .minus,
.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr td.product-quantity .quantity .plus {
	width: 40px !important;
    height: 40px !important;
    border-radius: 0;
    background: #fff;
    border: 1px solid #93a0a7 !important;
    color: #93a0a7;
    font-size: 22px;
    font-weight: 300;
    line-height: 1px;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr td.product-quantity .quantity .minus:active,
.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr td.product-quantity .quantity .minus:focus,
.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr td.product-quantity .quantity .plus:active,
.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr td.product-quantity .quantity .plus:focus {
	outline:none;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr td.product-quantity .quantity .plus {
	border-bottom:1px solid #bbb3b9;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr td.product-quantity .quantity .minus {
    bottom: 0;
    border-radius: 0;
    left: 0;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr td.product-quantity .quantity .qty {
    font-size: 17px;
    font-weight: 700;
    color: #263a7a;
    width: 54px;
    height: 40px;
	float: none;
	border: 1px solid #bad1d8;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr td.product-quantity .quantity .qty:active,
.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr td.product-quantity .quantity .qty:focus {
	outline:none;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr .product-price {
	padding: 46px 12px;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr .product-subtotal {
	padding: 46px 0 46px 12px;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr .product-subtotal,
.inner-cart .woocommerce .woocommerce-cart-form .cart thead tr .product-subtotal {
	text-align:right;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart thead tr .product-subtotal {
    padding: 17px 0 17px 12px;	
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr .product-subtotal .amount {
    font-size: 18px;
    margin: 0 0 24px 0;
    color: #263a7a;
    font-weight: 700;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart thead tr .product-price {
    width: 190px;	
}

.inner-cart .woocommerce .woocommerce-cart-form .cart thead tr .product-quantity {
    width: 200px;	
    text-align: center;
}

.page-template-template-wc-cart #cd-cart-trigger,
.page-template-template-checkout #cd-cart-trigger {
    cursor: unset;	
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr .product-name .variation {
    font-size: 16px;
    letter-spacing: 0.5px;
    margin: 12px 0 10px 0;
    color: #4f6b79;
    line-height: 27px;	
}


.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr .product-name .variation:before {
    content: "Custom Made Measurements";
    display: table;
    font-size: 18px;
    letter-spacing: 0.5px;
    margin: 12px 0 8px 0;
    color: #4f6b79;
    font-weight: 400;
    border-top: 1px solid #c7d6de;
    padding: 14px 32px 0 0;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr td.product-name {
    width: 518px;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr .product-name .variation dt {
	font-weight:300;
}

.cart-quantity-remove-product-container a {
    font-size: 0 !important;
    width: auto !important;
    margin: 11px 0 0 0;	
}

.cart-quantity-remove-product-container a.remove:before {
    content: "Remove Item";
    font-size: 14px;
    color: #a5a7aa;
    font-weight: 400;
    display: block;
    width: auto;
    font-style: italic;
}

.cart-quantity-remove-product-container a.remove:before:hover,
.cart-quantity-remove-product-container a.remove:hover:before {
	color:#58afd1;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr .actions .coupon {
    float: none !important;
    margin: 4px auto 25px auto;
    display: block;
    text-align: center;
    clear: both;
    width: 656px;	
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr .actions .coupon #coupon_code {
    border: 1px solid #bad1d8;
    color: #435e6a;
    font-size: 16px;
    font-weight: 400;
    padding: 11px 15px 11px 15px;
    margin: 0 0 15px 0;
    width: 365px;
    float: none;
    display: inline-block;
    border-radius: 0;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr .actions .coupon .button {
	color: #fff;
    background: #263a7a;
    border-radius: 0;
    padding: 15px 28px 15px 28px;
    font-size: 18px;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin: 0 0 0 8px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    top: -5px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr .actions .coupon .button:active,
.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr .actions .coupon .button:focus,
.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr .actions > .button:active,
.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr .actions > .button:focus {
	outline:none;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr .actions > .button {
    float: right;
    color: #fff;
    background: #263a7a;
    border-radius: 0;
    padding: 15px 30px 15px 30px;
    font-size: 18px;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin: 0 -20px 0 0;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;	
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr .actions .coupon .button:hover,
.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr .actions > .button:hover {
    background: #d21f3b;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;	
}

.woocommerce-error {
    background-color: #f5f6f7;	
}

.inner-cart .woocommerce .cart-collaterals .cart_totals h2 {
	display:none;
}

.inner-cart .woocommerce .cart-collaterals .cart_totals {
	width:100%;
	max-width:552px;
}

.inner-cart .woocommerce .cart-collaterals .cart_totals .shop_table {
    border: none;
    font-size: 17px;
    margin: 0 0 24px 0;
    color: #575656;
    font-weight: 400;
}

.inner-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr th {
    font-weight: 700;
}

.inner-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.cart-subtotal td,
.inner-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.cart-discount td,
.inner-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.shipping td,
.inner-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.order-total td {
    text-align: right;	
}

.inner-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.cart-discount th,
.inner-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.cart-discount td,
.inner-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.shipping th,
.inner-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.shipping td {
	border-top:none;
}

.inner-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.order-total td,
.inner-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.order-total th {
    border-top: 1px solid #bad1d8;
    border-bottom: 1px solid #bad1d8;
}

.inner-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr th,
.inner-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr td {
	padding: 5px 0;
    font-size: 16px;
    color: #263a7a;
}

.inner-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.cart-discount th,
.inner-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.cart-discount td {
	color:red;
}

.inner-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.order-total th,
.inner-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.order-total td {
    padding: 10px 0;
    font-weight: 700;
    font-size: 18px;
}

.inner-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.order-total td strong {
	font-weight:600;
}

.inner-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
    color: #fff;
    background: #263a7a;
    border-radius: 0;
    padding: 15px 30px 15px 30px;
    font-size: 18px;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin: 0 0 0 0;
    display: inline-block;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    float: right;
}

.inner-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
    background: #d21f3b;
}

.inner-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .woo_pp_cart_buttons_div {
    float: right;
    width: 100%;
    text-align: right;	
	
	display:none;
}

.inner-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.shipping td ul {
    font-size: 16px;
    color: #263a7a;
    font-weight: 400;
}

.inner-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.shipping td p.woocommerce-shipping-destination {
    font-size: 16px;
    color: #263a7a;
    margin: 0 0 10px 0;	
}

.inner-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.shipping td .woocommerce-shipping-calculator a {
    color: #d11f3a;
    margin: -4px 0 12px 0;
    display: block;	
}





.inner-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.shipping td .woocommerce-shipping-calculator .shipping-calculator-form .select2-selection {
    border: 1px solid #bad1d8;
    font-size: 16px;
    font-weight: 300;
    padding: 8px 14px 10px 14px;
    margin: 0 0 0 0;
    height: auto;
    color: #435e6a;
    border-radius: 0;	
}

.inner-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.shipping td .woocommerce-shipping-calculator .shipping-calculator-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 11px;
    right: 5px;	
}

.inner-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.shipping td .woocommerce-shipping-calculator .button {
    color: #fff;
    background: #263a7a;
    border-radius: 0;
    padding: 15px 28px 15px 28px;
    font-size: 18px;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin: 0 0 0 8px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    top: -5px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;	
}

.inner-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.shipping td .woocommerce-shipping-calculator .button:hover {
    background: #d21f3b;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;	
}

.inner-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.shipping td .woocommerce-shipping-calculator .shipping-calculator-form input[type="text"] {
    font-weight: 300;
    padding: 13px 15px 14px 15px;
    margin: 0 0 15px 0;
    border-radius: 0;
    border: 1px solid #bad1d8;
    color: #435e6a;
    font-size: 16px;	
}

.inner-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.shipping td .woocommerce-shipping-calculator .shipping-calculator-form #calc_shipping_postcode {
    margin: -15px 0 15px 0;	
}

.inner-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .woo_pp_cart_buttons_div .wcppec-checkout-buttons__separator {
    font-size: 21px;
    letter-spacing: 0.5px;
    color: #4f6b79;
    font-weight: 300;
    margin: 10px 0;	
}

.cart-radio-delivery-options-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.cart-radio-delivery-options-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.cart-radio-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.cart-radio-delivery-options-container:hover input ~ .cart-radio-checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.cart-radio-delivery-options-container input:checked ~ .cart-radio-checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.cart-radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.cart-radio-delivery-options-container input:checked ~ .cart-radio-checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.cart-radio-delivery-options-container .cart-radio-checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.return-to-shop .button {
	color: #fff !important;
    background: #263a7a !important;
    border-radius: 0 !important;
    padding: 15px 28px 15px 28px !important;
    font-size: 18px !important;
    border: none !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    margin: 0 0 0 8px !important;
    display: inline-block !important;
    cursor: pointer !important;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.return-to-shop .button:hover {
	opacity:0.8;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;	
}

/* Single Product Start */

.single-product-main-container .container .row .col-lg-12 #primary #main .woocommerce-breadcrumb {
	display:none;
}

.single-product-main-container {
	padding: 62px 0 60px 0;
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .woocommerce-product-gallery {
    width: 45%;
    margin: 0 0 0 0;
    position: relative;
    overflow: hidden;		
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .woocommerce-product-gallery ol.flex-control-thumbs li {
    border: 1px solid #fff;	
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .woocommerce-product-gallery ol.flex-control-thumbs {
    border-top: 1px solid #fff;		
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .summary {
    width: 55%;
    padding: 0 0 0 78px;
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .summary .product_title {
    font-size: 38px;
    margin: 0 0 18px 0;
    color: #263a7a;
    font-weight: 600;
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .summary .woocommerce-product-details__short-description p {
    font-size: 15px;
    letter-spacing: 0.2px;
    line-height: 20px;
    color: #263a7a;
    font-weight: 400;
    margin: 0 0 10px 0;
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .summary .woocommerce-product-details__short-description p a,
.single-product-product-description-custom-field-container > ul > li > div > ul > li > a{
	color: #d21f3b;
    opacity: 0.9;
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .summary .woocommerce-product-details__short-description p a:hover,
.single-product-main-container .container .row .col-lg-12 #primary #main div .summary .woocommerce-product-details__short-description p a:focus,
.single-product-main-container .container .row .col-lg-12 #primary #main div .summary .woocommerce-product-details__short-description p a:active,
.single-product-product-description-custom-field-container > ul > li > div > ul > li > a:hover,
.single-product-product-description-custom-field-container > ul > li > div > ul > li > a:focus,
.single-product-product-description-custom-field-container > ul > li > div > ul > li > a:active{
	color: #263a7a;
    opacity: 1;
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .summary .woocommerce-product-details__short-description .single-product-artwork-requirements {
	display:none;	
}

.single-product-artwork-requirements a {
    width: auto;
    padding: 12px 20px 12px 20px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.4px;
    margin: 62px 0 0 0;
    display: table;
    border: 1px solid #263a7a;
    color: #263a7a;
}

.single-product-artwork-requirements a:after {
    content: "\f054";
    color: #ed2625;
    display: inline-block;
    position: relative;
    top: 2px;
    font-size: 18px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
    right: 0;
    margin: 0 0 0 10px;
}

.single-product-artwork-requirements a:hover {
    color: #ffffff;	
    background: #d21f3b;
	border:1px solid #d21f3b;
}

.single-product-artwork-requirements a:hover:after {
	color:#fff;
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .summary .woocommerce-product-details__short-description > ul,
.innerpage-products .products-polyester ul,
.innerpage-single .single-page-main-container article section ul,
.innerpage-content-container .content-container article ul{
    font-size: 15px;
    letter-spacing: 0.2px;
    line-height: 20px;
    color: #263a7a;
    font-weight: 400;
    margin: 15px 0 20px 0;
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .summary .woocommerce-product-details__short-description > ul > li,
.innerpage-products .products-polyester ul > li,
.innerpage-single .single-page-main-container article section ul > li,
.innerpage-content-container .content-container article ul > li{
    margin: 0 0 10px 24px;
}


.single-product-main-container .container .row .col-lg-12 #primary #main div .summary .woocommerce-product-details__short-description > ul > li:before,
.innerpage-products .products-polyester ul > li:before,
.innerpage-single .single-page-main-container article section ul > li:before,
.innerpage-content-container .content-container article ul > li:before{
    content: "";
    width: 8px;
    height: 8px;
    border: 1px solid #ed2625;
    border-radius: 50%;
    display: inline-block;
    margin: 0 15px 0 -24px;
    position: relative;
    top: -1px;	
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .summary .woocommerce-product-details__short-description > ul.checklist > li:before,
.innerpage-products .products-polyester ul.checklist > li:before,
.innerpage-single .single-page-main-container article section ul.checklist > li:before,
.innerpage-content-container .content-container article ul.checklist > li:before{
    content: "\f00c";
    font-size: 15px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin: 0 24px 0 -24px;
    position: relative;
    top: -1px;
    color: #ed2625;
    width: 0;
    height: 0;
    border: none;
}

.innerpage-single .single-page-main-container article section ol,
.innerpage-content-container .content-container article ol{
    font-size: 15px;
    letter-spacing: 0.2px;
    line-height: 20px;
    color: #263a7a;
    font-weight: 400;
    margin: 15px 0 20px 0;
	padding: 0;
}

.innerpage-single .single-page-main-container article section ol > li,
.innerpage-content-container .content-container article ol > li{
    margin: 0 0 10px 24px;
}

.innerpage-single .single-page-main-container article section p a,
.innerpage-content-container .content-container article p a{
    color: #ed2625;
}

.innerpage-single .single-page-main-container article section p a:hover,
.innerpage-content-container .content-container article p a:hover{
    color: #263a7a;
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .summary .woocommerce-product-details__short-description > table {
    font-size: 15px;
    letter-spacing: 0.2px;
    line-height: 20px;
    color: #263a7a;
    font-weight: 400;
    width: 100%;
}

.innerpage-content-container .content-container {
    padding: 62px 0 60px 0;
}

.search-content-container article h4 a {
    color: #253a7a;
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.search-content-container article {
    border-bottom: 1px solid #a7acaf;
    padding: 0 0 5px 0;
}
	
.single-product-main-container .container .row .col-lg-12 #primary #main div .summary .woocommerce-product-details__short-description > table tbody tr td{
    padding: 6px 20px;
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .summary .woocommerce-product-details__short-description > table tbody tr:nth-child(odd) {
    background: #f9f9f9;
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .summary .woocommerce-product-details__short-description > table tbody tr:nth-child(even) {
    background: #efefef;
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .woocommerce-tabs {
	display:none;
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .related.products {
	display:none;
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .related.products,
.single-product-main-container .container .row .col-lg-12 #primary #main div .up-sells.products {
	float:left;
	width:100%;
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .related.products > h2,
.single-product-main-container .container .row .col-lg-12 #primary #main div .up-sells.products > h2 {
    font-size: 0;
    font-weight: 700;
    color: #263a7a;
    border-top: 1px solid #c7d6de;
    padding:24px 0 25px 0;
    text-align: center;
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .related.products > h2:before,
.single-product-main-container .container .row .col-lg-12 #primary #main div .up-sells.products > h2:before {
	content:"Similar Products";
    font-size: 20px;	
}

/* Simple Product - Sale */
.single-product-main-container .container .row .col-lg-12 #primary #main > div > .onsale {
	display:none;
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .woocommerce-product-gallery .onsale {
    background: #d21f3b;
    border-radius: 0;
    width: 100%;
    max-width: 300px;
    text-transform: uppercase;
    height: 60px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-size: 0;
    position: absolute;
    left: -79px;
    top: 38px;
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .woocommerce-product-gallery .onsale:before {
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    line-height: 60px;
    content: "ON SALE";
    font-weight: 400;
    letter-spacing: 0.8px;
}

.single-product-main-container .container .row .col-lg-12 #primary #main div.sale.product-type-simple .summary p.price > del {
    opacity: 1;
    text-decoration: none;
    display: block;
    color: #263a7a;
    font-size: 28px;
    font-weight: 600;
}

.single-product-main-container .container .row .col-lg-12 #primary #main div.sale.product-type-simple .summary p.price > del:before {
	content:"From ";	
}

.single-product-main-container .container .row .col-lg-12 #primary #main div.sale.product-type-simple .summary p.price > ins {
    text-decoration: none;
    display: block;
    color: #263a7a;
    font-size: 28px;
    font-weight: 900;	
}

/* Simple Product - Regular */
.single-product-main-container .container .row .col-lg-12 #primary #main div.product-type-simple .summary p.price > span {
    text-decoration: none;
    display: block;
    color: #263a7a;
    font-size: 28px;
    font-weight: 600;	
}

/* Variable Product */
.single-product-main-container .container .row .col-lg-12 #primary #main div.product-type-variable .summary p.price > .amount {
    opacity: 1;
    text-decoration: none;
    color: #263a7a;
    font-size: 20px;
    font-weight: 600;	
}

.single-product-main-container .container .row .col-lg-12 #primary #main div.product-type-variable .summary p.price {
    color: #263a7a;
    font-size: 20px;
    font-weight: 600;	
}

/*.single-product-main-container .container .row .col-lg-12 #primary #main div.product-type-variable .summary p.price > .amount:nth-child(1):before {
	content:"From ";	
}

.single-product-main-container .container .row .col-lg-12 #primary #main div.product-type-variable .summary p.price {
	font-size:0;
}*/

.single-product-main-container .container .row .col-lg-12 #primary #main div.product-type-variable .summary form.cart table.variations {
    border-top: 1px solid #c7d6de;
    margin: 0 0 -14px 0;
    padding: 0;	
}

.single-product-main-container .container .row .col-lg-12 #primary #main div.product-type-variable .summary form.cart table.variations tbody tr {
    width: 100%;
    float: left;
    max-width: 380px;
}

.single-product-main-container .container .row .col-lg-12 #primary #main div.product-type-variable .summary form.cart table.variations tbody tr td {
    width: 100%;
    display: block;
    text-align: left;	
    position: relative;	
}

.single-product-main-container .container .row .col-lg-12 #primary #main div.product-type-variable .summary form.cart table.variations tbody tr td label {
    content: "Quantity";
    font-size: 20px;
    font-weight: 700;
    color: #263a7a;
    margin: 16px 0 12px 0;	
}

.single-product-main-container .container .row .col-lg-12 #primary #main div.product-type-variable .summary form.cart table.variations tbody tr td select {
    border: 1px solid #c7d6de;
    border-radius: 0;
    color: #435e6a;
    font-size: 16px;
    padding: 2px 34px 4px 15px;
    font-weight: 400;
    width: 100%;
    margin: 0;
    min-width: inherit;
    -webkit-appearance: none;
	background:transparent;
}

.single-product-main-container .container .row .col-lg-12 #primary #main div.product-type-variable .summary form.cart table.variations tbody tr td span.arrow:after {
    content: '\f078';
    color: #d21f3b;
    display: inline-block;
    position: absolute;
    top: 1px;
    font-size: 17px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
    right: 12px;
    z-index: -1;
}

.single-product-main-container .container .row .col-lg-12 #primary #main div.product-type-variable .summary form.cart table.variations tbody tr td .reset_variations {
    color: #d21f3b;
    font-weight: 600;
    text-align: right;
    float: right;	
}

.single-product-main-container .container .row .col-lg-12 #primary #main div.product-type-variable .summary form.cart .single_variation_wrap .woocommerce-variation-price {
	margin:0 0 12px 0;	
}

/* Variable Product - Sale */
.single-product-main-container .container .row .col-lg-12 #primary #main div.sale.product-type-variable .summary form.cart .single_variation_wrap .woocommerce-variation-price span.price > del {
    opacity: 1;
    color: #d21f3b;
    font-size: 28px;
    font-weight: 600;
    margin: 0 6px 0 0;
}

.single-product-main-container .container .row .col-lg-12 #primary #main div.sale.product-type-variable .summary form.cart .single_variation_wrap .woocommerce-variation-price span.price > ins {
    text-decoration: none;
    color: #263a7a;
    font-size: 28px;
    float: left;
    margin: 0 8px 0 0;
}

/* Variable Product - Regular */
.single-product-main-container .container .row .col-lg-12 #primary #main div.product-type-variable .summary form.cart .single_variation_wrap .woocommerce-variation-price span.price > span {
    color: #263a7a;
    font-size: 28px;
	font-weight:600;
}


/* All Product Type */
.single-product-main-container .container .row .col-lg-12 #primary #main div .summary p.stock,
.single-product-main-container .container .row .col-lg-12 #primary #main div .summary div.product_meta,
.single-product-main-container .container .row .col-lg-12 #primary #main div .summary div.wcppec-checkout-buttons {
	display:none;
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .summary form.cart .quantity .input-text.qty::-webkit-outer-spin-button, 
.single-product-main-container .container .row .col-lg-12 #primary #main div .summary form.cart .quantity .input-text.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: textfield;
}
 
.single-product-main-container .container .row .col-lg-12 #primary #main div .summary form.cart .quantity .input-text.qty {
    font-size: 16px;
    border-top: 1px solid #a3a8ab;
    border-bottom: 1px solid #a3a8ab;
    background: #d7d9d7;
    color: #435e6a;
    height: 32px;
    width: 32px;
    line-height: 32px;
    margin: 0;
    padding: 0;
    border-left: none;
    border-right: none;
}
 
.single-product-main-container .container .row .col-lg-12 #primary #main div .summary form.cart .quantity .qtyminus {
    border: 1px solid #a3a8ab;
    background: #ffffff;
    color: #435e6a;
    border-radius: 0;
    padding: 0;
    margin: 0;
    width: 32px;
    height: 32px;
    font-size: 16px; 
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;		  
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .summary form.cart .quantity .qtyplus {
    font-size: 16px;
    border: 1px solid #a3a8ab;
    background: #ffffff;
	color:#435e6a;
	border-radius:0;	 
    padding: 0;
    margin: 0;
    width: 32px;
    height: 32px;	
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;	  
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .summary form.cart .quantity .input-text.qty:active,
.single-product-main-container .container .row .col-lg-12 #primary #main div .summary form.cart .quantity .input-text.qty:focus,
.single-product-main-container .container .row .col-lg-12 #primary #main div .summary form.cart .quantity .qtyminus:active,
.single-product-main-container .container .row .col-lg-12 #primary #main div .summary form.cart .quantity .qtyminus:focus,
.single-product-main-container .container .row .col-lg-12 #primary #main div .summary form.cart .quantity .qtyplus:active,
.single-product-main-container .container .row .col-lg-12 #primary #main div .summary form.cart .quantity .qtyplus:focus {
	outline:none;
}

/*.single-product-main-container .container .row .col-lg-12 #primary #main div .summary form.cart .quantity .qtyminus:hover,
.single-product-main-container .container .row .col-lg-12 #primary #main div .summary form.cart .quantity .qtyplus:hover {
    background: #f3f3f3;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;	
}*/

.single-product-main-container .container .row .col-lg-12 #primary #main div .summary form.cart .quantity label {
    display: block;
    height: auto;
    width: auto;
    position: inherit !important;
	font-size:0;	
    margin: 0 0 12px 0;	
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .summary form.cart .quantity label:before {
    content: "Quantity";
    font-size: 20px;
    font-weight: 700;
    color: #263a7a;
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .summary form.cart .quantity {
    width: 100%;
    margin: 0;
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .summary form.cart .single_add_to_cart_button {
    color: #fff;
    background: #263a7a;
    border-radius: 0;
    padding: 19px 30px 19px 30px;
    font-size: 18px;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin: 20px 0 10px 0;
    display: inline-block;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 100%;
    max-width: 380px;
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .summary form.cart .single_add_to_cart_button:active,
.single-product-main-container .container .row .col-lg-12 #primary #main div .summary form.cart .single_add_to_cart_button:focus {
	outline:none;
}

.single-product-enquire-product-main-container span.button {
    color: #fff;
    background: #d3d5d4;
    border-radius: 0;
    padding: 15px 30px 14px 30px;
    font-size: 18px;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin: 0 0 0 0;
    display: table;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 100%;
    max-width: 380px;
    cursor: pointer;	
}

.single-product-enquire-product-main-container span.button:hover,
.single-product-main-container .container .row .col-lg-12 #primary #main div .summary form.cart .single_add_to_cart_button:hover {
	background: #d21f3b;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;		
}

.single-product-enquire-product-main-container span.button.active {
	background: #d21f3b;	
}
	
.single-product-main-container .container .row .col-lg-12 #primary #main div .summary form.cart {
	margin:0;
}

.single-product-enquire-product-main-container .single-product-enquire-form-main-container {
	display:none;	
    padding: 20px 0 0 0;
}

.contact-form-container div form div.hidden {
	display:none;
}

.single-product-enquire-product-main-container {
    margin: 0 0 45px 0;	
}

.single-product-product-description-custom-field-container > ul > li {
    margin: 0 0 15px 0;	
}

.single-product-product-description-custom-field-container > ul > li > h2 {
    font-size: 20px;
    font-weight: 700;
    color: #263a7a;
    border-bottom: 1px solid #c7d6de;
    padding: 0 0 11px 0;
    cursor: pointer;
}

.single-product-product-description-custom-field-container > ul > li > h2:after {
    content: '\f078';
    color: #d21f3b;
    display: inline-block;
    position: relative;
    top: 4px;
    font-size: 19px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
}

.single-product-product-description-custom-field-container > ul > li > h2.active:after {
    content: '\f077';
}

.single-product-product-description-custom-field-container > ul > li > div {
	display:none;
	padding: 15px 0 20px 0;	
}

.single-product-product-description-custom-field-container > ul > li > div > ul {
    font-size: 15px;
    letter-spacing: 0.2px;
    line-height: 20px;
    color: #263a7a;
    font-weight: 400;
    margin: 15px 0 20px 0;
}

.single-product-product-description-custom-field-container > ul > li > div > ul > li {
    margin: 0 0 10px 24px;
}

.single-product-product-description-custom-field-container > ul > li > div > ul > li:before {
    content: "";
    width: 8px;
    height: 8px;
    border: 1px solid #ed2625;
    border-radius: 50%;
    display: inline-block;
    margin: 0 15px 0 -24px;
    position: relative;
    top: -1px;	
}

.single-product-product-description-custom-field-container > ul > li > div > ul.checklist > li:before {
    content: "\f00c";
    font-size: 15px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin: 0 24px 0 -24px;
    position: relative;
    top: -1px;
    color: #ed2625;
    width: 0;
    height: 0;
    border: none;
}

.single-product-product-description-custom-field-container > ul > li > div > ul > li > span {
    font-weight: 700;
    display: block;
}

.single-product-product-description-custom-field-container {
    margin: 42px 0 0 0;	
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .related.products ul li,
.single-product-main-container .container .row .col-lg-12 #primary #main div .up-sells.products ul li {
    width: 25% !important;
    margin: 0 0 20px 0 !important;
    padding: 0 6px !important;
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .related.products ul li:before,
.single-product-main-container .container .row .col-lg-12 #primary #main div .up-sells.products ul li:before {
    display: block;
    content: "";
    width: 100%;
	max-width:268px;
    height: 100%;
    position: absolute;
    box-shadow: 2px 2px 4px #b5b5b5;
    z-index: -1;
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .related.products ul li a span.price,
.single-product-main-container .container .row .col-lg-12 #primary #main div .up-sells.products ul li a span.price {
	display:none !important;
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .related.products ul li a img,
.single-product-main-container .container .row .col-lg-12 #primary #main div .up-sells.products ul li a img {
    margin: 0 0 0 0 !important;	
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .related.products ul li a h2,
.single-product-main-container .container .row .col-lg-12 #primary #main div .up-sells.products ul li a h2 {
    font-size: 20px !important;
    font-weight: 600;
    color: #253a7a;
    padding: 12px 12px 0 12px !important;
    margin: 0 0 10px 0 !important;
    line-height: 28px;
    text-align: left;
    min-height: 70px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    background: #fff;	
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .related.products ul li a.button,
.single-product-main-container .container .row .col-lg-12 #primary #main div .up-sells.products ul li a.button {
    background-color: #d21f3b;
    color: #fff;
    text-transform: uppercase;
    font-size: 0;
    font-weight: 600;
    padding: 18px 15px 18px 15px;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 !important;
    border-radius: 0;	
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .related.products ul li:hover a.button,
.single-product-main-container .container .row .col-lg-12 #primary #main div .up-sells.products ul li:hover a.button {
    background-color: #263a7a;
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .related.products ul li a.button:before,
.single-product-main-container .container .row .col-lg-12 #primary #main div .up-sells.products ul li a.button:before {
    content: "VIEW PRODUCT";
    font-size: 18px;
    font-weight: 400;
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .related.products ul li a.button:hover,
.single-product-main-container .container .row .col-lg-12 #primary #main div .up-sells.products ul li a.button:hover {
    background-color: #263a7a;
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .related.products ul li a .onsale,
.single-product-main-container .container .row .col-lg-12 #primary #main div .up-sells.products ul li a .onsale {
    background: #d21f3b;
    border-radius: 0;
    width: 100%;
    max-width: 300px;
    text-transform: uppercase;
    height: 36px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-size: 0;
    position: absolute;
    left: -91px !important;
    top: 23px !important;
    margin: 0 !important;
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .related.products ul li a .onsale:before,
.single-product-main-container .container .row .col-lg-12 #primary #main div .up-sells.products ul li a .onsale:before {
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    line-height: 35px;
    content: "ON SALE";
    font-weight: 400;
    letter-spacing: 0.8px;
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .related.products ul li a.woocommerce-loop-product__link,
.single-product-main-container .container .row .col-lg-12 #primary #main div .up-sells.products ul li a.woocommerce-loop-product__link  {
    display: block;
    position: relative;
    overflow: hidden;	
}

.product-enquiry-only .container .row .col-lg-12 #primary #main div.product-type-variable .summary p.price,
.product-enquiry-only .container .row .col-lg-12 #primary #main div .summary form.cart .single_add_to_cart_button,
.product-enquiry-only .container .row .col-lg-12 #primary #main div.product-type-variable .summary form.cart .single_variation_wrap .woocommerce-variation-price {
	display:none;	
}

.product-enquiry-only .single-product-enquire-product-main-container {
	margin: 20px 0 45px 0;
}

/* Single Product End */

/* List View Start */

.archive.woocommerce #primary #main .woocommerce-breadcrumb {
	display:none;
}

.shop-page-main-container .banner-caption-container h2 {
    display: inline-block;
    color: #fff;
    background-color: #d21f3b;
    padding: 14px 40px 15px 40px;
    font-size: 28px;
    margin: 0;
}

.shop-product-list-main-container {
    padding: 56px 0 60px 0;
}

.shop-product-list-main-container .container {
    max-width: 1150px;	
}

.shop-product-list-main-container .shop-sidebar-filter-container > h2 {
    border-bottom: 1px solid #a7acaf;
    text-transform: uppercase;
    padding: 0 0 8px 0;
    margin: 10px 0 26px 0;
    font-weight: 600;
    font-size: 16px;
    color: #263a7a;
    display: block;	
}

.shop-product-list-main-container .shop-sidebar-filter-container div div ul li a {
    color: #263a7a;
    font-size: 16px;
    display: table;
    margin: 0 0 8px 0;
}

.shop-product-list-main-container .shop-sidebar-filter-container div div ul li a:hover,
.shop-product-list-main-container .shop-sidebar-filter-container div div ul li.active > a,
.shop-product-list-main-container .shop-sidebar-filter-container div div ul li > a.active,
.shop-product-list-main-container .shop-sidebar-filter-container div div ul li.current-menu-ancestor > a {
    color: #ed2625;	
}

/*.shop-product-list-main-container .shop-sidebar-filter-container div div ul li a:hover:before {
    content: "\f054";
    color: #ed2625;
    display: inline-block;
    position: relative;
    top: 2px;
    font-size: 19px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: left;
    margin:0 8px 0 -20px;
}*/
	
/*.shop-product-list-main-container .shop-sidebar-filter-container div div ul li.active > a:before {
    content: "\f054";
    color: #ed2625;
    display: inline-block;
    position: relative;
    top: 2px;
    font-size: 19px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: left;
    margin:0 8px 0 -20px;	
}*/

.shop-product-list-main-container .shop-sidebar-filter-container div div ul li.menu-item-has-children {
    margin: 12px 0;
}
	
.shop-product-list-main-container .shop-sidebar-filter-container div div ul li.menu-item-has-children > a {
	font-weight: 600;
	text-transform: uppercase;
}

.shop-product-list-main-container .shop-sidebar-filter-container div div ul li.menu-item-has-children > a:before {
    content: "\f077";
    color: #ed2625;
    display: inline-block;
    position: relative;
    top: -1px;
    font-size: 19px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: left;
    margin: 0 10px 0 0;	
}

.shop-product-list-main-container .shop-sidebar-filter-container div div ul li > a.active:before {
    content: "\f078";	
}

.shop-product-list-main-container .shop-sidebar-filter-container div div ul li.menu-item-has-children > ul.sub-menu {
	padding:0 0 1px 26px;
}

.shop-product-list-main-container .shop-sidebar-filter-container div div ul li.current-menu-ancestor > ul.sub-menu {
	display: block;
}
	
.shop-product-list-main-container .shop-sidebar-filter-container {
    padding: 0 0 0 15px;	
}

.shop-product-list-main-container .woocommerce-products-header h1 {
    font-size: 40px;
    margin: 0 0 28px 0;
    color: #263a7a;	
}

.shop-product-list-main-container .woocommerce-result-count,
.shop-product-list-main-container .woocommerce-ordering {
	display:none;
}

.shop-product-list-main-container ul.products li {
    width: 33.33333% !important;
    margin: 0 0 20px 0 !important;
    padding: 0 6px !important;
	clear: none !important;	
}

.shop-product-list-main-container ul.products li:hover a.button {
    background-color: #263a7a;
}

.shop-product-list-main-container ul.products li:before {
    display: block;
    content: "";
    width: 100%;
	max-width:265.48px;
    height: 100%;
    position: absolute;
    box-shadow: 2px 2px 4px #b5b5b5;
    z-index: -1;
}

.shop-product-list-main-container ul.products li a span.price {
	display:none !important;
}

.shop-product-list-main-container ul.products li a img {
    margin: 0 0 0 0 !important;	
}

.shop-product-list-main-container ul.products li a h2 {
    font-size: 20px !important;
    font-weight: 600;
    color: #253a7a;
    padding: 12px 12px 0 12px !important;
    margin: 0 0 10px 0 !important;
    line-height: 28px;
    text-align: left;
    min-height: 70px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    background: #fff;	
}

.shop-product-list-main-container ul.products li a.button {
    background-color: #d21f3b;
    color: #fff;
    text-transform: uppercase;
    font-size: 0;
    font-weight: 600;
    padding: 18px 15px 18px 15px;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 !important;
    border-radius: 0;	
}

.shop-product-list-main-container ul.products li a.button:before {
    content: "VIEW PRODUCT";
    font-size: 18px;
    font-weight: 400;
}

.shop-product-list-main-container ul.products li a.button:hover {
    background-color: #263a7a;
}

.shop-product-list-main-container ul.products li a .onsale {
    background: #d21f3b;
    border-radius: 0;
    width: 100%;
    max-width: 300px;
    text-transform: uppercase;
    height: 36px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-size: 0;
    position: absolute;
    left: -91px !important;
    top: 23px !important;
    margin: 0 !important;
}

.shop-product-list-main-container ul.products li a .onsale:before {
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    line-height: 35px;
    content: "ON SALE";
    font-weight: 400;
    letter-spacing: 0.8px;
}

.shop-product-list-main-container ul.products li a.woocommerce-loop-product__link  {
    display: block;
    position: relative;
    overflow: hidden;	
}

.shop-product-list-main-container #loadMore {
    padding-top: 0;
    padding-bottom: 20px;	
}

.shop-product-list-main-container .woocommerce-info {
    color: #263a7a;
    border-top: 2px solid #263a7a;
    font-weight: 400;
	letter-spacing:0.2px;
}

.shop-product-list-main-container .woocommerce-info::before {
    color: #263a7a;
}

/* List View End */


/* Product Landing Page Start  */

.product-landing-page-featured-products-main-container ul.products li {
    width: 25% !important;
    margin: 0 0 20px 0 !important;
    padding: 0 6px !important;
}

.product-landing-page-featured-products-main-container ul.products li:before {
    display: block;
    content: "";
    width: 100%;
	max-width:268px;
    height: 100%;
    position: absolute;
    box-shadow: 2px 2px 4px #b5b5b5;
    z-index: -1;
}

.product-landing-page-featured-products-main-container ul.products li a span.price {
	display:none !important;
}

.product-landing-page-featured-products-main-container ul.products li a img {
    margin: 0 0 0 0 !important;	
}

.product-landing-page-featured-products-main-container ul.products li a h2 {
    font-size: 20px !important;
    font-weight: 600;
    color: #253a7a;
    padding: 12px 12px 0 12px !important;
    margin: 0 0 10px 0 !important;
    line-height: 28px;
    text-align: left;
    min-height: 70px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    background: #fff;	
}

.product-landing-page-featured-products-main-container ul.products li a.button {
    background-color: #d21f3b;
    color: #fff;
    text-transform: uppercase;
    font-size: 0;
    font-weight: 600;
    padding: 18px 15px 18px 15px;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 !important;
    border-radius: 0;	
}

.product-landing-page-featured-products-main-container ul.products li:hover a.button {
    background-color: #263a7a;
}

.product-landing-page-featured-products-main-container ul.products li a.button:before {
    content: "VIEW PRODUCT";
    font-size: 18px;
    font-weight: 400;
}

.product-landing-page-featured-products-main-container ul.products li a.button:hover {
    background-color: #263a7a;
}

.product-landing-page-featured-products-main-container ul.products li a .onsale {
    background: #d21f3b;
    border-radius: 0;
    width: 100%;
    max-width: 300px;
    text-transform: uppercase;
    height: 36px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-size: 0;
    position: absolute;
    left: -91px !important;
    top: 23px !important;
    margin: 0 !important;
}

.product-landing-page-featured-products-main-container ul.products li a .onsale:before {
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    line-height: 35px;
    content: "ON SALE";
    font-weight: 400;
    letter-spacing: 0.8px;
}

.product-landing-page-featured-products-main-container ul.products li a.woocommerce-loop-product__link  {
    display: block;
    position: relative;
    overflow: hidden;	
}

/* Product Landing Page End */


/* Theme style */

.checkout-create-account-container > h3,
.checkout-create-account-container input[type="text"],
.checkout-create-account-container input[type="email"],
.checkout-create-account-container input[type="password"],
.existing-customer-login-container,
.checkout-checkout-guest-container > h3{
	display: none;
}

.checkout-checkout-guest-container {
	padding: 0;
}

.checkout-shipping-body #customer_details div .woocommerce-shipping-fields .shipping_address {
	display: block !important;
}

.checkout-create-account-checkbox-container .privacy-policy {
    color: #263a7a;
    font-size: 14px;
    position: relative;
    top: -29px;
    left: 54px;
    display: block;
}

.checkout-create-account-checkbox-container .privacy-policy:hover {
	color:#d11f3a;
}

.checkout-create-account-checkbox-container {
	display: none;
}


/* Woocommerce End */


/* Responsive Start */

/* 320 to 567 */
@media (min-width: 320px) and (max-width: 567px) { 


.shiftnav .shiftnav-menu-title {
	font-size: 0 !important;
    background-image: url(/wp-content/themes/tudor-house/theme/images/logo-text-flag.gif);
    width: 100%;
    height: 56px;
    background-size: auto 36px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    margin: 0 0 -1px 0 !important;
    padding: 0 !important;	
}

#shiftnav-toggle-main-button {
    color: #253a7a;
    font-size: 18px;
    padding: 20px 20px !important;	
}	

.shiftnav-wrap {
	padding-top:0 !important;
}

#shiftnav-toggle-main {
	background:transparent !important;
	width: 54px !important;
}

#shiftnav-toggle-main a {
	display:none;
}

.shiftnav.shiftnav-skin-standard-dark,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu {
	background: #253a7a !important;
}

.shiftnav .shiftnav-menu-title > a {
    display: block;
    width: 100%;
    height: 100%;	
}

.shiftnav .shiftnav-nav {
	padding:0 12px !important;
}

.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.menu-item > .shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target {
	border-top: 1px solid #fff !important;
    text-transform: none !important;
    padding:15px 15px;
}

.shiftnav-open #shiftnav-toggle-main #shiftnav-toggle-main-button {
	background: #ffffff !important;
    width: 55px;
    height: 56px;	
}

.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target {
	text-shadow: none !important;
}

.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu ul.sub-menu ul.sub-menu li.menu-item > .shiftnav-target {
	padding-left: 30px !important;
    border-top: none !important;
    padding-top: 4px! important;
    padding-bottom: 14px!important;
}

.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu ul.sub-menu ul.sub-menu li.menu-column > .sub-menu > li.menu-main-title > .shiftnav-target {
    color: #d21f3b !important;
    border-top: 1px solid #fff !important;
    padding-top: 18px !important;
    font-weight: 600 !important;
}

.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu ul.sub-menu ul.sub-menu li.menu-column > .sub-menu > li.menu-item-101,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu ul.sub-menu ul.sub-menu li.menu-column > .sub-menu > li.menu-item-76,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu ul.sub-menu ul.sub-menu li.menu-column > .sub-menu > li.menu-item-96,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu ul.sub-menu ul.sub-menu li.menu-column > .sub-menu > li.menu-item-86,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu ul.sub-menu ul.sub-menu li.menu-column > .sub-menu > li.menu-item-114,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu ul.sub-menu ul.sub-menu li.menu-column > .sub-menu > li.menu-item-118 {
	display:none;
}

.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu ul.sub-menu ul.sub-menu li.menu-column > ul.sub-menu > li.menu-item-102 > .shiftnav-target {
    color: #d21f3b !important;
    border-top: 1px solid #fff !important;
    padding-top: 18px !important;
    font-weight: 600 !important;
}

.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu ul.sub-menu ul.sub-menu li.menu-column > ul.sub-menu > li.menu-item-79 > .shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu ul.sub-menu ul.sub-menu li.menu-column > ul.sub-menu > li.menu-item-796 > .shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu ul.sub-menu ul.sub-menu li.menu-column > ul.sub-menu > li.menu-item-870 > .shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu ul.sub-menu ul.sub-menu li.menu-column > ul.sub-menu > li.menu-item-882 > .shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu ul.sub-menu ul.sub-menu li.menu-column > ul.sub-menu > li.menu-item-285 > .shiftnav-target {
    border-top: 1px solid #fff !important;
    padding-top: 18px !important;	
}

.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu ul.sub-menu ul.sub-menu li.menu-column > ul.sub-menu > li.menu-item-103 > .shiftnav-target {
    color: #d21f3b !important;
    font-weight: 600 !important;
}

.menu-item-has-children > .sub-menu-2 > .nav-item > a,
.shiftnav-depth-0 > .sub-menu > .nav-item > a  {
    color: #fff !important;
	border-bottom: none !important;
}

.menu-item-has-children > .sub-menu-2 > .header-menu > a,
.shiftnav-depth-0 > .sub-menu > .header-menu > a {
    color: #253a7a !important;
}

.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu ul.sub-menu {
	background:#253a7a !important;
}

.shiftnav-depth-0 > .sub-menu > .nav-item {
	background:#253a7a !important;
	margin-bottom: -16px !important;
}

.shiftnav-depth-0 > .sub-menu > li > a {
	font-size:16px !important;
}

.shiftnav-depth-0 > .sub-menu-1 {
	padding-bottom: 26px !important;
    background: #fff !important;
    padding-top: 8px !important;
}

.shiftnav.shiftnav-nojs.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target:hover, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-in-transition > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-shift.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-highlight li.menu-item > .shiftnav-target:active, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-on-hover li.menu-item > .shiftnav-target:hover {
    color: #d21f3b;
    background: transparent !important;
    border-bottom: none !important;
}

.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target {
    border-bottom: none !important;
}

#menu-mainmenu-1 > .menu-item-has-children > a:after {
	font-size: 20px;
    font-family: "FontAwesome";
    content: "\f107";
    color: #fff;
    display: inline-block;
    line-height: 28px;
    margin: 5px 0 0 5px;
    float: right;
    top: -6px;
    position: relative;
}

#menu-mainmenu-1 > .menu-item-has-children > a.mobile-menu-active:after {
	content:"\f106";
}

#menu-mainmenu-1 > .menu-item-has-children > a.mobile-menu-active {
	color:#fff !important;
}

#menu-mainmenu-1 > .menu-item-has-children > .sub-menu {
	display:none;
}

/* Theme Menu */

.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.divider > .shiftnav-target {
	display:none !important;
}

.two-column-two-column-menu > ul > li.divider {
	width:100%;
	float:none;	
}

.two-column-two-column-menu > ul > li.divider > ul > li {
	width:100%;
	float:none;
}

.divider > ul > li > a {
	font-weight: 400;
}

#menu-mainmenu-1 > .menu-item-has-children > .sub-menu {
    border-top: 1px solid #fff !important;	
}

.divider > ul > li > a:before {
	display:none;
}

.two-column-two-column-menu > ul > li.divider > ul > li.column-title > a {
	margin-top: 16px;
    margin-bottom: 2px;
    font-weight: 400;
    color: #718cde !important;	
}

.divider > ul > li > a {
    margin: 0 0 1px 0;	
}

/*  Header Start */

.header-main-container .header-left > div > a {
    position: absolute;
    left: 0;
    right: 0;
}

.header-main-container .header-left img.logo-flag {
    margin: 0 10px 0 0;
    max-width: 60px;	
}

.header-main-container .header-left img.logo-text {
    max-width: 140px;
    padding: 10px 0 0 0;	
}

.header-mainmenu-container {
	display:none;
}

.header-main-container .header-info {
	display:none;
}

.shiftnav-nav .header-info ul li span {
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
}

.shiftnav-nav .header-info ul li.hours span:before {
    content: '\f017';
    display: inline;
    font-size: 22px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #d11f3a;
    margin: 0 10px 0 0;
    float: left;
}

.shiftnav-nav .header-info ul li a {
    position: relative;
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
}

.shiftnav-nav .header-info ul li.phone a:before {
	content: '\f095';
    padding: 0 0 0 0;
    color: #d11f3a;
    font-size: 20px;
    position: relative;
    top: -1px;
    float: left;
    -ms-transform: rotate(100deg);
    -webkit-transform: rotate(100deg);
    transform: rotate(100deg);
    margin: 0 11px 0 0;
}

.shiftnav-nav .header-info ul li a:before {
    display: inline;
    font-size: 15px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #253a7a;
}

.shiftnav-nav .header-info ul li.search-icon a:before {
    font-size: 18px;
}

.shiftnav-nav .header-info ul li.search-icon a:before {
    content: '\f002';
}

.shiftnav-nav .header-info ul li.cart a:before {
    content: '\f07a';
}

.shiftnav-nav .header-info ul li.cart a:before {
    font-size: 18px;
}

.shiftnav-nav .header-info ul li {
    margin: 0 0 20px 0;
}

.shiftnav-nav .header-info {
    margin: 0 0 0 0;
    border-top: 1px solid #fff;
    padding: 28px 20px 20px 15px;	
}

.mobile-search a:before {
    display: inline;
    font-size: 18px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #253a7a;
    content: '\f002';
    position: relative;
    top: 1px;
    margin: 0;
}

.mobile-search a {
	display:block;
}

.mobile-phone {
    float: right;
    margin: 2px 0 0 0;
}

.mobile-phone a {
    font-size: 0;
    display: block;	
}

.mobile-phone a:before {
    content: '\f095';
    padding: 0 0 0 0;
    position: relative;
    float: left;
    -ms-transform: rotate(100deg);
    -webkit-transform: rotate(100deg);
    transform: rotate(100deg);
    margin: 0 0 0 7px;
    display: inline;
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #253a7a;
}

.mobile-cart a:before {
    content: '\f07a';
    display: inline;
    font-size: 17px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #253a7a;	
}

.header-main-container .header-left > div {
	text-align: center;
    padding: 9px 0 0 0;	
}

.mobile-search {
    position: absolute;
    left: 55px;	
	z-index: 1;
}

.mobile-cart {
	float: right;
    margin:2px 0 0 12px;
    position: relative;
    z-index: 2;	
}

.homepage-banner .banner-contents a {
    padding: 9px 15px 11px 15px;
    font-size: 28px;
}

.homepage-banner {
    height: 280px;	
}

.homepage-cta {
    padding: 60px 7px 25px 7px;	
}

.homepage-cta .container .row .col-md-2 {
    padding: 0 7px;
    width: 50%;
    float: left;
    margin: 0 0 14px 0;
}

.homepage-cta .cta-container p {
    font-size: 18px;
    padding: 6px 10px 8px 10px;	
}

.homepage-about .content-container h2,
.homepage-services h2,
.homepage-tagline .intro-container h2 {
    font-size: 30px;
}

.homepage-about {
    padding: 20px 0 50px 0;
}

.homepage-services ul li a {
    font-size: 18px;
    padding: 0 20px 0 0;
    display: block;
}

.homepage-services ul {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}

.homepage-brochures img {
    margin: 0 auto 30px auto;
    display: block;
}

.homepage-brochures .content-container {
	text-align:center;
    padding: 0;	
}

.homepage-brochures .content-container a {
    padding: 9px 15px 11px 15px;
    font-size: 28px;
}

.homepage-brochures {
    margin: 0 0 -20px 0;	
}

.homepage-tagline {
    padding: 80px 0 62px 0;	
}

.homepage-tagline .tagline-container h2 {
    font-size: 40px;
}

footer .col-sm-12 > div > h4:before {
    font-size: 20px;
    font-family: "FontAwesome";
    content: "\f107";
    color: #d21f3b;
    display: inline-block;
    line-height: 28px;
    margin: 5px 8px 0 5px;
    float: right;
    top: -10px;
    position: relative;
}

footer .col-sm-12 > div > h4.active:before {
    content: "\f106";
}

footer .col-sm-12 > div > div {
    display: none;
    padding: 5px 0 30px 0;
}

footer .footer-one,
footer .footer-two,
footer .footer-three {
	max-width:100%;
}

footer h4 {
    padding: 0 0 12px 0;	
}

.footer-images-container {
    padding: 20px 0 0 0;
}

footer .secure-payments {
    padding: 20px 0 0 0;
}

#pop-up-cart-container {
    width: 100%;
    max-width: 368px;
    right: 0px;
    top: 56px;	
}

.innerpage-banner {
    margin: 57px 0 0 0;
	padding: 60px 0 60px 0;
}

.innerpage-single .innerpage-banner h2,
.innerpage-products .innerpage-banner h2,
.shop-page-main-container .banner-caption-container h2,
.innerpage-banner h1 {
    padding: 11px 35px 13px 35px;
    font-size: 28px;
}

.innerpage-single .single-page-main-container h1,
.innerpage-products .products-about .content-container h1,
.innerpage-blog .blog-main-container .title,
.shop-product-list-main-container .woocommerce-products-header h1 {
    font-size: 30px;
}

.innerpage-products .products-about {
    padding: 45px 0 0 0;
}

.innerpage-products .products-about .image-container {
    padding: 15px 0 0 0;
}

.innerpage-blog .blog-main-container .content-container {
    padding: 20px 15px 10px 15px;
}

.innerpage-blog .blog-main-container .col-lg-10 ul li {
    margin: 0 0 15px 0;
}

.innerpage-blog .blog-main-container .container .row .col-lg-2 {
    padding-left: 15px;
}

.innerpage-blog .blog-main-container .image-container {
    max-width: 100%;
}

.sidebar-container {
    margin: 30px 0 0 0;	
}

.single-back {
    margin: 40px 0 50px 0;
}

.innerpage-about .about-contents .content-container h2 {
    line-height: 33px;
    font-size: 28px;	
	margin: 0 0 26px 0;
}

.innerpage-about .about-contents {
    padding: 40px 0 0 0;
}

.innerpage-about .about-contents .image-container img {
    margin: 30px 0 40px 0;
}

.innerpage-about .about-contents .content-container h3 {
    margin: 20px 0 10px 0;
}

.innerpage-about .about-contents .image-container img.about-image-3 {
    margin-top: 30px;
}

.innerpage-about .about-contents .quote {
    font-size: 40px;
}

.innerpage-about .gallery-container img {
    margin: 0 0 2px 0;
}

.innerpage-about .gallery-container {
    padding: 0 0 60px 0;
}

.innerpage-about .about-contents .col-lg-6 > div {
    max-width: 100%;
    margin: 15px auto 0 auto;
}

.two-column-two-column-menu > ul > li.divider > ul > li.column-title {
	float:none;
	pointer-events:none;
}

#shiftnav-toggle-main .shiftnav-main-toggle-content {
    padding: 0 !important;
}

.innerpage-contact .contact-page-main-container .left-content-container {
	padding:0;	
}

.innerpage-contact .contact-page-main-container ul {
    padding: 28px 0 20px 0;
}

.innerpage-contact .contact-page-main-container h2 {
    font-size: 30px;
}

.contact-form-container div form div span textarea {
    height: 120px;
}

.innerpage-contact .contact-page-main-container {
    padding: 54px 0 60px 0;
}

.shop-product-list-main-container .shop-sidebar-filter-container {
    padding: 20px 0 0 0;
}

.shop-product-list-main-container .shop-sidebar-filter-container div div ul li.active a:before {
    margin: 0 8px 0 0;
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .summary .product_title {
	font-size:30px;
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .woocommerce-product-gallery {
    width: 100%;
    margin: 0 0 30px 0;
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .summary {
    width: 100%;
    padding: 0;
	margin: 0 0 50px 0;	
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .related.products ul li,
.single-product-main-container .container .row .col-lg-12 #primary #main div .up-sells.products ul li,
.product-landing-page-featured-products-main-container ul.products li,
.shop-product-list-main-container ul.products li {
	width:50% !important;
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .related.products ul li:before,
.single-product-main-container .container .row .col-lg-12 #primary #main div .up-sells.products ul li:before,
.product-landing-page-featured-products-main-container ul.products li:before,
.shop-product-list-main-container ul.products li:before {
	display:none;
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .related.products ul li a.woocommerce-loop-product__link,
.single-product-main-container .container .row .col-lg-12 #primary #main div .up-sells.products ul li a.woocommerce-loop-product__link,
.product-landing-page-featured-products-main-container ul.products li a.woocommerce-loop-product__link,
.shop-product-list-main-container ul.products li a.woocommerce-loop-product__link {
    border-left: 1px solid #bacfd7;
    border-right: 1px solid #bacfd7;	
}

.single-product-enquire-product-main-container {
    max-width: 380px;
}

/* Cart */

.cart-page-header-nav-container {
    margin-top: 55px;	
}

.cart-page-header-nav div .cart-page-nav-shop {
    width: 100%;
    text-align: center;
    margin: 0 0 18px 0;	
}

.cart-page-header-nav div h1 {
    width: 100%;
    margin: 18px 0 0 0;	
}

.cart-page-header-nav div .cart-page-nav-checkout {
    width: 100%;
    text-align: center;
    margin: 0px 0 38px 0;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr td.product-quantity .quantity .minus,
.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr td.product-quantity .quantity .plus {
	display:none !important;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr td.product-quantity .quantity .qty {
	background:#fff;
	width: 40px;
    height: 38px;	
}

.cart-quantity-remove-product-container a {
    margin: 6px 0 16px 0;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr {
    clear: both;
    border-top: 1px solid #c8d8e1;
    padding-top: 16px;	
}

.cart-page-header-nav div h1 {
	width:100%;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr td:before {
	display:none;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr td.product-name {
    width: 50%;
    padding: 0 0 2px 0;
    text-align: left !important;
    float: left;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr .product-name a {
	margin:0 0 0 0;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr .product-price {
    padding:2px 0 6px 0;
    text-align: left !important;
    border-top: none;
	width: 50%;
    float: left;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr .product-quantity {
    width: 50%;
    float: left;	
	padding: 2px 0 2px 0 !important;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr .product-price > .amount:before {
	content: "Item Price:";
    font-weight: 300;
    margin: 0 5px 1px 0;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr .product-price .amount {
	font-size:15px;
	word-break: break-all;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr td {
	padding: 0 0 6px 0;
    text-align: left !important;
    border-top: none;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr td.product-quantity .quantity {
    margin: 0 0 0 0;
	text-align:left;
	display: inline-block;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr td.product-quantity .cart-quantity-remove-product-container a {
	float:left;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr .product-subtotal {
    padding: 5px 0 14px 0;
    width: 50%;
    float: right;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr .product-subtotal .amount {
    font-size: 18px;
    margin: 0 0 24px 0;
    word-break: break-all;
    line-height: 25px;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr .product-subtotal .amount:before {
	content: "Total:";
    font-weight: 300;
    margin: 0 5px 1px 0;	
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr .actions .coupon #coupon_code {
    width: 100%;
    margin: 0 0 10px 0;	
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr > .actions {
    margin: 30px 0 0px 0;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr .actions .coupon .button {
    margin: 0 0 12px 0;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
	background-color:transparent;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr td.product-thumbnail {
    width: 50%;
    display: block !important;
    padding: 6px 0 12px 0;
    float: left;
	min-width: 142px;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr td.product-thumbnail a img {
    margin: 0 0 56px 0;
    display: block;
    width: 100%;
    box-shadow: none;
    padding: 0 20px 0 0;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart {
	margin: 30px 0 0 0;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr .actions .coupon {
    margin: -20px auto 25px auto;
    padding: 0 0 45px 0;
    width: 100%;
}

.woocommerce-info .button {
    margin: 3px 0 0 0 !important;
    float: right !important;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr .actions .coupon .button {
    width: auto !important;	
}

.inner-cart .woocommerce .cart-collaterals .cart_totals {
	margin-top:20px;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr .actions > .button {
	max-width: 204px;
    margin: 0 0 0 0;
}

.inner-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody .shipping td:before {
    content: "Shipping: ";
    float: left;
    margin: -24px 0 0 0;
    font-weight: 700;
}

.inner-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody .shipping td {
	padding-top:20px;
}

.page-template-template-wc-cart {
	padding:0 0 0 0;
}

/* Checkout */

.checkout-page-right-panel {
	width:100%;
}

.checkout-page-left-panel {
    width: 100%;
    padding-right: 0;	
}

.c4-checkout-order-summary-header a {
	float:none;
}

.c4-checkout-order-summary-header-toggle:after {
    content: "\f106" !important;
}

.c4-checkout-order-summary-header {
	cursor:pointer;
	margin: -6px 0 0 0;
	display: block;
}

.c4-checkout-order-summary-body div .c4-checkout-cart,
.c4-checkout-order-summary-body div .c4-checkout-coupon,
.c4-checkout-order-summary-body div .c4-checkout-total-summary {
	display:none;
}

.c4-checkout-order-summary-header:after {
    font-size: 26px;
    font-family: "FontAwesome";
    content: "\f107";
    color: #ffffff;
    display: block;
    float: right;
    line-height: 15px;
    margin: 0 14px 0 0;
    position: absolute;
    top: 14px;
    right: 0px;
}

.checkout-page-right-panel,
.checkout-page-left-panel {
	width: 100%;
    padding-right: 0;	
}

.checkout-create-account-checkbox-container,
.subscribe-newsletter-policy-container,
.existing-customer-login-container {
    width: 300px;	
}

.checkout-page-left-panel {
	padding-bottom:5px;
	padding-top: 15px;
	position: relative;
}

.c4-checkout-order-summary {
    padding: 0 0 0 0;
}

.checkout-page-right-panel {
	margin: 10px 0 -10px 0;
	background:transparent;
}

.c4-checkout-cart .woocommerce .woocommerce-cart-form table tbody tr td:before {
	display:none;
}

.c4-checkout-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-name {
	width:auto;
	text-align:left !important;
	padding:6px 0 2px 0;
}

.c4-checkout-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-price {
    width: auto;
    text-align: left !important;
	padding:0 12px 0 0;	
}

.c4-checkout-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-thumbnail {
	display: block !important;
    padding: 20px 0 2px 0;
    text-align: left !important;
    border-top: 1px solid #c8d8e1;

}

.c4-checkout-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-quantity {
    position: relative;
    left: 0;
    padding: 2px 0 0px 0;
    text-align: left !important;
}

.c4-checkout-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-quantity .quantity {
	right:0;
	top:0;
}

.c4-checkout-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-quantity .qty {
    text-align: left;
    background: transparent;
    color: #47606d;
    display: inline-block;
	border: none;
    font-size: 16px;
}

.c4-checkout-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-name a:before {
    content: "Product Name:";
    display: block;
    font-weight: 300;
    margin: 0 0 2px 0;
}

.c4-checkout-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-price > .amount:before {
	content: "Price:";
    font-weight: 300;
    margin: 0 5px 1px 0;
}

.c4-checkout-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-quantity .quantity:before {
    content: "Quantity:";
    display: inline-block;
    font-weight: 300;
    margin: 0 4px 0 0;
    font-size: 15px;
    float: left;
}

.c4-checkout-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-subtotal:before {
    content: "Total:";
    display: block;
    font-weight: 300;
    margin: 0 4px 5px 0;
    font-size: 15px;
}

.c4-checkout-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-price .amount {
	font-size:15px;
}

.c4-checkout-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-thumbnail a img {
    max-width: 100px;
    min-width: 100px;	
}

.c4-checkout-coupon div .checkout_coupon .form-row-first,
.c4-checkout-coupon div .checkout_coupon .form-row-last {
	max-width:100%;
}

.c4-checkout-coupon div .checkout_coupon .form-row-first #coupon_code {
    margin: 0 0 0 0;
    float: right;	
}

.checkout-page-left-panel:after {
	display:none;
}

.checkout-page-container {
	margin:30px 0 0 0;
}

.checkout-shipping-body #customer_details .col-1,
.checkout-shipping-body #customer_details .col-2 {
    padding-left: 15px;
    padding-right: 15px;
}

.checkout-delivery-options-body {
    padding: 20px 15px 0 15px;	
}

.checkout-payment-billing-body {
    padding: 20px 15px 0 15px;
}

.checkout-review-order-body {
    padding: 20px 15px 0 15px;
}

.checkout-payment-billing-header p {
	width: 78%;	
}

.checkout-review-order-place-order-container #place_order {
	margin: 10px auto 35px auto;	
}

.checkout-page-inner-container {
    margin: 0 0 80px 0;
}

.c4-checkout-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-name a {
	font-size:15px;
}

.page-template-template-checkout {
	padding:0 0 0 0;
}

.checkout-page-main-container {
    margin-top: 60px;
}

.slider-main-container {
    height: 340px;
    margin: 57px 0 0 0;
}

.slider-main-container section article {
    height: 340px;
}

.slider-main-container .banner-contents a {
    padding: 10px 20px 12px 20px;
    font-size: 28px;
}




}

/* 568 to 991 */
@media (min-width: 568px) and (max-width: 991px) { 

.header-main-container > .container {
    max-width: 100%;	
}

.shiftnav .shiftnav-menu-title {
	font-size: 0 !important;
    background-image: url(/wp-content/themes/tudor-house/theme/images/logo-text-flag.gif);
    width: 100%;
    height: 56px;
    background-size: auto 36px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    margin: 0 0 -1px 0 !important;
    padding: 0 !important;	
}

#shiftnav-toggle-main-button {
    color: #253a7a;
    font-size: 18px;
    padding: 20px 20px !important;	
}	

.shiftnav-wrap {
	padding-top:0 !important;
}

#shiftnav-toggle-main {
	background:transparent !important;
	width: 54px !important;
}

#shiftnav-toggle-main a {
	display:none;
}

.shiftnav.shiftnav-skin-standard-dark,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu {
	background: #253a7a !important;
}

.shiftnav .shiftnav-menu-title > a {
    display: block;
    width: 100%;
    height: 100%;	
}

.shiftnav .shiftnav-nav {
	padding:0 12px !important;
}

.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.menu-item > .shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target {
	border-top: 1px solid #fff !important;
    text-transform: none !important;
    padding:15px 15px;
}

.shiftnav-open #shiftnav-toggle-main #shiftnav-toggle-main-button {
	background: #ffffff !important;
    width: 55px;
    height: 56px;	
}

.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target {
	text-shadow: none !important;
}

.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu ul.sub-menu ul.sub-menu li.menu-item > .shiftnav-target {
	padding-left: 30px !important;
    border-top: none !important;
    padding-top: 4px! important;
    padding-bottom: 14px!important;
}

.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu ul.sub-menu ul.sub-menu li.menu-column > .sub-menu > li.menu-main-title > .shiftnav-target {
    color: #d21f3b !important;
    border-top: 1px solid #fff !important;
    padding-top: 18px !important;
    font-weight: 600 !important;
}

.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu ul.sub-menu ul.sub-menu li.menu-column > .sub-menu > li.menu-item-101,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu ul.sub-menu ul.sub-menu li.menu-column > .sub-menu > li.menu-item-76,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu ul.sub-menu ul.sub-menu li.menu-column > .sub-menu > li.menu-item-96,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu ul.sub-menu ul.sub-menu li.menu-column > .sub-menu > li.menu-item-86,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu ul.sub-menu ul.sub-menu li.menu-column > .sub-menu > li.menu-item-114,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu ul.sub-menu ul.sub-menu li.menu-column > .sub-menu > li.menu-item-118 {
	display:none;
}

.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu ul.sub-menu ul.sub-menu li.menu-column > ul.sub-menu > li.menu-item-102 > .shiftnav-target {
    color: #d21f3b !important;
    border-top: 1px solid #fff !important;
    padding-top: 18px !important;
    font-weight: 600 !important;
}

.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu ul.sub-menu ul.sub-menu li.menu-column > ul.sub-menu > li.menu-item-79 > .shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu ul.sub-menu ul.sub-menu li.menu-column > ul.sub-menu > li.menu-item-796 > .shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu ul.sub-menu ul.sub-menu li.menu-column > ul.sub-menu > li.menu-item-870 > .shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu ul.sub-menu ul.sub-menu li.menu-column > ul.sub-menu > li.menu-item-882 > .shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu ul.sub-menu ul.sub-menu li.menu-column > ul.sub-menu > li.menu-item-285 > .shiftnav-target {
    border-top: 1px solid #fff !important;
    padding-top: 18px !important;	
}

.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu ul.sub-menu ul.sub-menu li.menu-column > ul.sub-menu > li.menu-item-103 > .shiftnav-target {
    color: #d21f3b !important;
    font-weight: 600 !important;
}

.menu-item-has-children > .sub-menu-2 > .nav-item > a,
.shiftnav-depth-0 > .sub-menu > .nav-item > a  {
    color: #fff !important;
	border-bottom: none !important;
}

.menu-item-has-children > .sub-menu-2 > .header-menu > a,
.shiftnav-depth-0 > .sub-menu > .header-menu > a {
    color: #253a7a !important;
}

.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu ul.sub-menu {
	background:#253a7a !important;
}

.shiftnav-depth-0 > .sub-menu > .nav-item {
	background:#253a7a !important;
	margin-bottom: -16px !important;
}

.shiftnav-depth-0 > .sub-menu > li > a {
	font-size:16px !important;
}

.shiftnav-depth-0 > .sub-menu-1 {
	padding-bottom: 26px !important;
    background: #fff !important;
    padding-top: 8px !important;
}

.shiftnav.shiftnav-nojs.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target:hover, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-in-transition > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-shift.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-highlight li.menu-item > .shiftnav-target:active, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-on-hover li.menu-item > .shiftnav-target:hover {
    color: #d21f3b;
    background: transparent !important;
    border-bottom: none !important;
}

.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target {
    border-bottom: none !important;
}

#menu-mainmenu-1 > .menu-item-has-children > a:after {
	font-size: 20px;
    font-family: "FontAwesome";
    content: "\f107";
    color: #fff;
    display: inline-block;
    line-height: 28px;
    margin: 5px 0 0 5px;
    float: right;
    top: -6px;
    position: relative;
}

#menu-mainmenu-1 > .menu-item-has-children > a.mobile-menu-active:after {
	content:"\f106";
}

#menu-mainmenu-1 > .menu-item-has-children > a.mobile-menu-active {
	color:#fff !important;
}

#menu-mainmenu-1 > .menu-item-has-children > .sub-menu {
	display:none;
}

/* Theme Menu */

.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.divider > .shiftnav-target {
	display:none !important;
}

.two-column-two-column-menu > ul > li.divider {
	width:100%;
	float:none;	
}

.two-column-two-column-menu > ul > li.divider > ul > li {
	width:100%;
	float:none;
}

.divider > ul > li > a {
	font-weight: 400;
}

#menu-mainmenu-1 > .menu-item-has-children > .sub-menu {
    border-top: 1px solid #fff !important;	
}

.divider > ul > li > a:before {
	display:none;
}

.two-column-two-column-menu > ul > li.divider > ul > li.column-title > a {
	margin-top: 16px;
    margin-bottom: 2px;
    font-weight: 400;
    color: #718cde !important;	
}

.divider > ul > li > a {
    margin: 0 0 1px 0;	
}

/*  Header Start */

.header-main-container .header-left > div > a {
    position: absolute;
    left: 0;
    right: 0;	
    top: 2px;	
}

.header-main-container .header-left img.logo-flag {
    margin: 0 10px 0 0;
    max-width: 50px;	
}

.header-main-container .header-left img.logo-text {
    max-width: 130px;
    padding: 10px 0 0 0;
    position: relative;
    top: -1px;
}

.header-mainmenu-container {
	display:none;
}

.header-main-container .header-info {
	display:none;
}

.shiftnav-nav .header-info ul li span {
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
}

.shiftnav-nav .header-info ul li.hours span:before {
    content: '\f017';
    display: inline;
    font-size: 22px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #d11f3a;
    margin: 0 10px 0 0;
    float: left;
}

.shiftnav-nav .header-info ul li a {
    position: relative;
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
}

.shiftnav-nav .header-info ul li.phone a:before {
	content: '\f095';
    padding: 0 0 0 0;
    color: #d11f3a;
    font-size: 20px;
    position: relative;
    top: -1px;
    float: left;
    -ms-transform: rotate(100deg);
    -webkit-transform: rotate(100deg);
    transform: rotate(100deg);
    margin: 0 11px 0 0;
}

.shiftnav-nav .header-info ul li a:before {
    display: inline;
    font-size: 15px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #253a7a;
}

.shiftnav-nav .header-info ul li.search-icon a:before {
    font-size: 18px;
}

.shiftnav-nav .header-info ul li.search-icon a:before {
    content: '\f002';
}

.shiftnav-nav .header-info ul li.cart a:before {
    content: '\f07a';
}

.shiftnav-nav .header-info ul li.cart a:before {
    font-size: 18px;
}

.shiftnav-nav .header-info ul li {
    margin: 0 0 20px 0;
}

.shiftnav-nav .header-info {
    margin: 0 0 0 0;
    border-top: 1px solid #fff;
    padding: 28px 20px 20px 15px;	
}

.mobile-search a:before {
    display: inline;
    font-size: 18px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #253a7a;
    content: '\f002';
    position: relative;
    top: 1px;
    margin: 0;
}

.mobile-search a {
	display:block;
}

.mobile-phone {
    float: right;
    margin: 2px 0 0 0;
}

.mobile-phone a {
    font-size: 0;
    display: block;	
}

.mobile-phone a:before {
    content: '\f095';
    padding: 0 0 0 0;
    position: relative;
    float: left;
    -ms-transform: rotate(100deg);
    -webkit-transform: rotate(100deg);
    transform: rotate(100deg);
    margin: 0 0 0 7px;
    display: inline;
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #253a7a;
}

.mobile-cart a:before {
    content: '\f07a';
    display: inline;
    font-size: 17px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #253a7a;	
}

.header-main-container .header-left > div {
	text-align: center;
    padding: 9px 0 0 0;	
}

.mobile-search {
    position: absolute;
    left: 55px;	
	z-index: 1;
}

.mobile-cart {
	float: right;
    margin:2px 0 0 12px;
    position: relative;
    z-index: 2;	
}

.homepage-banner .banner-contents a {
    padding: 9px 15px 11px 15px;
    font-size: 28px;
}

.homepage-banner {
    height: 320px;	
    margin: 57px 0 0 0;		
}

.homepage-cta {
    padding: 60px 7px 25px 7px;	
}

.homepage-cta .container .row .col-md-2 {
    padding: 0 7px;
    width: 33.33333%;
    float: left;
    margin: 0 0 14px 0;
}

.homepage-cta .cta-container p {
    font-size: 18px;
    padding: 6px 10px 8px 10px;	
}

.homepage-about .content-container h2,
.homepage-services h2,
.homepage-tagline .intro-container h2 {
    font-size: 30px;
}

.homepage-about {
    padding: 20px 0 50px 0;
}

.homepage-services ul li a {
	font-size:18px;
}

.homepage-services ul {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}

.homepage-brochures img {
    margin: 0 auto 30px auto;
    display: block;
}

.homepage-brochures .content-container {
	text-align:center;
    padding: 0;	
    width: 100%;	
}

.homepage-brochures .content-container a {
    padding: 9px 15px 11px 15px;
    font-size: 28px;
}

.homepage-brochures {
    margin: 0 0 -20px 0;	
}

.homepage-tagline {
    padding: 80px 0 62px 0;	
}

.homepage-tagline .tagline-container h2 {
    font-size: 40px;
}

footer .col-sm-12 > div > h4:before {
    font-size: 20px;
    font-family: "FontAwesome";
    content: "\f107";
    color: #d21f3b;
    display: inline-block;
    line-height: 28px;
    margin: 5px 8px 0 5px;
    float: right;
    top: -10px;
    position: relative;
}

footer .col-sm-12 > div > h4.active:before {
    content: "\f106";
}

footer .col-sm-12 > div > div {
    display: none;
    padding: 5px 0 30px 0;
}

footer .footer-one,
footer .footer-two,
footer .footer-three {
	max-width:100%;
}

footer h4 {
    padding: 0 0 12px 0;	
}

.footer-images-container {
    padding: 20px 0 0 0;
}

footer .secure-payments {
    padding: 20px 0 0 0;
}

#pop-up-cart-container {
    top: 56px;	
}

.innerpage-banner {
    margin: 57px 0 0 0;
	padding: 60px 0 60px 0;
}

.innerpage-single .innerpage-banner h2,
.innerpage-products .innerpage-banner h2,
.innerpage-banner h1,
.shop-page-main-container .banner-caption-container h2 {
    padding: 11px 35px 13px 35px;
    font-size: 28px;
}

.innerpage-single .single-page-main-container h1,
.innerpage-products .products-about .content-container h1,
.innerpage-blog .blog-main-container .title,
.shop-product-list-main-container .woocommerce-products-header h1 {
    font-size: 30px;
}

.innerpage-products .products-about {
    padding: 45px 0 0 0;
}

.innerpage-products .products-about .image-container {
    padding: 15px 0 0 0;
}

.innerpage-blog .blog-main-container .content-container {
    padding: 20px 15px 10px 15px;
}

.innerpage-blog .blog-main-container .col-lg-10 ul li {
    margin: 0 auto 15px auto;
}

.innerpage-blog .blog-main-container .container .row .col-lg-2 {
    padding-left: 15px;
}

.innerpage-blog .blog-main-container .image-container {
    max-width: 100%;
}

.sidebar-container {
    margin: 30px 0 0 0;	
}

.innerpage-blog .blog-main-container {
    max-width: 700px;
    margin: 0 auto;
}

.single-back {
    margin: 40px 0 50px 0;
}

.innerpage-about .about-contents .content-container h2 {
    line-height: 33px;
    font-size: 28px;	
	margin: 0 0 26px 0;
}

.innerpage-about .about-contents {
    padding: 40px 0 0 0;
}

.innerpage-about .about-contents .image-container img {
    margin: 30px 0 40px 0;
}

.innerpage-about .about-contents .content-container h3 {
    margin: 20px 0 10px 0;
}

.innerpage-about .about-contents .image-container img.about-image-3 {
    margin-top: 30px;
}

.innerpage-about .about-contents .quote {
    font-size: 40px;
}

.innerpage-about .gallery-container img {
    margin: 0 0 2px 0;
}

.innerpage-about .gallery-container {
    padding: 0 0 60px 0;
}

.innerpage-about .about-contents .col-lg-6 > div {
    max-width: 100%;
    margin: 15px auto 0 auto;
}

.innerpage-about .about-contents .image-container img {
    max-width: 600px;
    margin: 30px auto 40px auto;
}

.two-column-two-column-menu > ul > li.divider > ul > li.column-title {
	float:none;
	pointer-events:none;
}

#shiftnav-toggle-main .shiftnav-main-toggle-content {
    padding: 0 !important;
}

.innerpage-contact .contact-page-main-container .left-content-container {
	padding:0;	
}

.innerpage-contact .contact-page-main-container ul {
    padding: 28px 0 20px 0;
}

.innerpage-contact .contact-page-main-container h2 {
    font-size: 30px;
}

.contact-form-container div form div span textarea {
    height: 120px;
}

.innerpage-contact .contact-page-main-container .right-contact-container {
    width: 100%;
    max-width: 540px;	
}

.innerpage-contact .contact-page-main-container {
    padding: 54px 0 60px 0;
}

.shop-product-list-main-container .shop-sidebar-filter-container {
    padding: 20px 0 0 0;
}

.shop-product-list-main-container .shop-sidebar-filter-container div div ul li.active a:before {
    margin: 0 8px 0 0;
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .summary .product_title {
	font-size:30px;
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .woocommerce-product-gallery {
	width: 100%;
    margin: 0 0 30px 0;
    max-width: 380px;
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .summary {
    width: 100%;
    padding: 0;
	margin: 0 0 50px 0;	
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .related.products ul li,
.single-product-main-container .container .row .col-lg-12 #primary #main div .up-sells.products ul li,
.product-landing-page-featured-products-main-container ul.products li,
.shop-product-list-main-container ul.products li {
	width:50% !important;
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .related.products ul li:before,
.single-product-main-container .container .row .col-lg-12 #primary #main div .up-sells.products ul li:before,
.product-landing-page-featured-products-main-container ul.products li:before,
.shop-product-list-main-container ul.products li:before {
	display:none;
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .related.products ul li a.woocommerce-loop-product__link,
.single-product-main-container .container .row .col-lg-12 #primary #main div .up-sells.products ul li a.woocommerce-loop-product__link,
.product-landing-page-featured-products-main-container ul.products li a.woocommerce-loop-product__link,
.shop-product-list-main-container ul.products li a.woocommerce-loop-product__link {
    border-left: 1px solid #bacfd7;
    border-right: 1px solid #bacfd7;	
}

.single-product-enquire-product-main-container {
    max-width: 380px;
}

.cart-page-header-nav div .cart-page-nav-checkout,
.cart-page-header-nav div .cart-page-nav-shop {
	width:30%;
}

.cart-page-header-nav div h1 {
    width: 40%;
}

/* Checkout */

.checkout-page-right-panel {
	width:100%;
}

.checkout-page-left-panel {
    width: 100%;
    padding-right: 0;	
}

.c4-checkout-order-summary-header a {
	float:none;
}

.c4-checkout-order-summary-header-toggle:after {
    content: "\f106" !important;
}

.c4-checkout-order-summary-header {
	cursor:pointer;
	margin: -6px 0 0 0;
	display: block;
}

.c4-checkout-order-summary-body div .c4-checkout-cart,
.c4-checkout-order-summary-body div .c4-checkout-coupon,
.c4-checkout-order-summary-body div .c4-checkout-total-summary {
	display:none;
}

.c4-checkout-order-summary-header:after {
    font-size: 26px;
    font-family: "FontAwesome";
    content: "\f107";
    color: #ffffff;
    display: block;
    float: right;
    line-height: 15px;
    margin: 0 14px 0 0;
    position: absolute;
    top: 14px;
    right: 0px;
}

.checkout-page-right-panel,
.checkout-page-left-panel {
	width: 100%;
    padding-right: 0;	
}

.checkout-create-account-checkbox-container,
.subscribe-newsletter-policy-container,
.existing-customer-login-container {
    width: 300px;	
}

.checkout-page-left-panel {
	padding-bottom:5px;
	padding-top: 15px;
	position: relative;
}

.c4-checkout-order-summary {
    padding: 0 0 0 0;
}

.checkout-page-right-panel {
	margin: 10px 0 -10px 0;
	background:transparent;
}

.c4-checkout-cart .woocommerce .woocommerce-cart-form table tbody tr td:before {
	display:none;
}

.c4-checkout-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-name {
	width:auto;
	text-align:left !important;
	padding:6px 0 2px 0;
}

.c4-checkout-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-price {
    width: auto;
    text-align: left !important;
	padding:0 12px 0 0;	
}

.c4-checkout-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-thumbnail {
	display: block !important;
    padding: 20px 0 2px 0;
    text-align: left !important;
    border-top: 1px solid #c8d8e1;

}

.c4-checkout-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-quantity {
    position: relative;
    left: 0;
    padding: 2px 0 0px 0;
    text-align: left !important;
}

.c4-checkout-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-quantity .quantity {
	right:0;
	top:0;
}

.c4-checkout-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-quantity .qty {
    text-align: left;
    background: transparent;
    color: #47606d;
    display: inline-block;
	border: none;
    font-size: 16px;
}

.c4-checkout-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-name a:before {
    content: "Product Name:";
    display: block;
    font-weight: 300;
    margin: 0 0 2px 0;
}

.c4-checkout-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-price > .amount:before {
	content: "Price:";
    font-weight: 300;
    margin: 0 5px 1px 0;
}

.c4-checkout-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-quantity .quantity:before {
    content: "Quantity:";
    display: inline-block;
    font-weight: 300;
    margin: 0 4px 0 0;
    font-size: 15px;
    float: left;
}

.c4-checkout-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-subtotal:before {
    content: "Total:";
    display: block;
    font-weight: 300;
    margin: 0 4px 5px 0;
    font-size: 15px;
}

.c4-checkout-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-price .amount {
	font-size:15px;
}

.c4-checkout-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-thumbnail a img {
    max-width: 100px;
    min-width: 100px;	
}

.c4-checkout-coupon div .checkout_coupon .form-row-first,
.c4-checkout-coupon div .checkout_coupon .form-row-last {
	max-width:100%;
}

.c4-checkout-coupon div .checkout_coupon .form-row-first #coupon_code {
    margin: 0 0 0 0;
    float: right;	
}

.checkout-page-left-panel:after {
	display:none;
}

.checkout-page-container {
	margin:30px 0 0 0;
}

.checkout-shipping-body #customer_details .col-1,
.checkout-shipping-body #customer_details .col-2 {
    padding-left: 15px;
    padding-right: 15px;
}

.checkout-delivery-options-body {
    padding: 20px 15px 0 15px;	
}

.checkout-payment-billing-body {
    padding: 20px 15px 0 15px;
}

.checkout-review-order-body {
    padding: 20px 15px 0 15px;
}

.checkout-payment-billing-header p {
	width: 78%;	
}

.checkout-review-order-place-order-container #place_order {
	margin: 10px auto 35px auto;	
}

.checkout-page-inner-container {
    margin: 0 0 80px 0;
}

.c4-checkout-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-name a {
	font-size:15px;
}

.page-template-template-checkout {
	padding:0 0 0 0;
}

.checkout-page-main-container {
    margin-top: 60px;
}

.slider-main-container {
    height: 380px;
    margin: 57px 0 0 0;
}

.slider-main-container section article {
    height: 380px;
}

.slider-main-container .banner-contents a {
    padding: 10px 20px 12px 20px;
    font-size: 28px;
}





}

/* iPhone 5 portrait  */
@media (min-width: 320px) and (max-width: 374px) {

.header-main-container .header-left img.logo-flag {
    max-width: 40px;
}

.header-main-container .header-left img.logo-text {
    max-width: 100px;
}

.homepage-banner {
    margin: 57px 0 0 0;	
}

.header-main-container .header-left > div > a {
	top:5px;
}

.return-to-shop .button {
    font-size: 17px !important;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr td.product-thumbnail a img {
    margin: 0 0 70px 0;
}

.product-landing-page-featured-products-main-container ul.products li a.button:before,
.shop-product-list-main-container ul.products li a.button:before,
.single-product-main-container .container .row .col-lg-12 #primary #main div .related.products ul li a.button:before,
.single-product-main-container .container .row .col-lg-12 #primary #main div .up-sells.products ul li a.button:before {
    font-size: 13px;
}


}

/* iPhone 6 portrait */
@media (min-width: 375px) and (max-width: 383px) {

.header-main-container .header-left img.logo-flag {
    max-width: 50px;
}

.header-main-container .header-left img.logo-text {
    max-width: 120px;
}

.header-main-container .header-left > div > a {
    top: 5px;	
}

.homepage-banner {
    margin: 57px 0 0 0;	
}

.product-landing-page-featured-products-main-container ul.products li a.button:before,
.shop-product-list-main-container ul.products li a.button:before,
.single-product-main-container .container .row .col-lg-12 #primary #main div .related.products ul li a.button:before,
.single-product-main-container .container .row .col-lg-12 #primary #main div .up-sells.products ul li a.button:before {
    font-size: 17px;
}

}

/* Android (Nexus 4) portrait */
@media (min-width: 384px) and (max-width: 413px) {
 
.header-main-container .header-left > div > a {
    top: 2px;	
}

.header-main-container .header-left img.logo-flag {
    max-width: 50px;
}

.header-main-container .header-left img.logo-text {
    max-width: 120px;
}

.homepage-banner {
    margin: 57px 0 0 0;	
}

.product-landing-page-featured-products-main-container ul.products li a.button:before,
.shop-product-list-main-container ul.products li a.button:before,
.single-product-main-container .container .row .col-lg-12 #primary #main div .related.products ul li a.button:before,
.single-product-main-container .container .row .col-lg-12 #primary #main div .up-sells.products ul li a.button:before {
    font-size: 16px;
}

}

/* iPhone 6 Plump portrait */
@media (min-width: 414px) and (max-width: 567px) {
 
.header-main-container .header-left > div > a {
    top: 2px;	
}

.header-main-container .header-left img.logo-flag {
    max-width: 50px;
}

.header-main-container .header-left img.logo-text {
    max-width: 120px;
}

.homepage-banner {
    margin: 57px 0 0 0;	
}

.product-landing-page-featured-products-main-container ul.products li a.button:before,
.shop-product-list-main-container ul.products li a.button:before,
.single-product-main-container .container .row .col-lg-12 #primary #main div .related.products ul li a.button:before,
.single-product-main-container .container .row .col-lg-12 #primary #main div .up-sells.products ul li a.button:before {
    font-size: 18px;
}

}

/* iPhone 5 landscape */
@media (min-width: 568px) and (max-width: 599px) {

}

/* Android (Nexus 4) landscape */
@media (min-width: 600px) and (max-width: 666px) {
 
}

/* iPhone 6 landscape */
@media (min-width: 667px) and (max-width: 735px) {

}

/* iPhone 6 Plump landscape */
@media (min-width: 736px) and (max-width: 767px) {

}

/* 768 to 991 */
@media (min-width: 768px) and (max-width: 991px) { 

.homepage-banner .banner-contents a {
    padding: 9px 20px 13px 20px;
    font-size: 30px;
}

.homepage-brochures .content-container a {
    padding: 9px 20px 13px 20px;
    font-size: 30px;
}

.homepage-cta .cta-container p {
    font-size: 20px;
    padding: 6px 15px 8px 15px;
}

.homepage-about .content-container h2, .homepage-services h2, .homepage-tagline .intro-container h2 {
    font-size: 32px;
}

.homepage-tagline .tagline-container h2 {
    font-size: 44px;
}

footer .container .row .col-sm-12 {
	width: 100%;	
}

.homepage-banner {
    height: 360px;
}

.innerpage-single .innerpage-banner h2,
.innerpage-products .innerpage-banner h2,
.innerpage-banner h1,
.shop-page-main-container .banner-caption-container h2 {
    padding: 11px 40px 14px 40px;
    font-size: 30px;
}

.innerpage-single .single-page-main-container h1,
.innerpage-products .products-about .content-container h1,
.innerpage-blog .blog-main-container .title,
.shop-product-list-main-container .woocommerce-products-header h1 {
    font-size: 32px;
}

.innerpage-about .about-contents .content-container h2 {
    line-height: 33px;
    font-size: 32px;	
	margin: 0 0 26px 0;
}

.innerpage-about .about-contents .image-container img {
    max-width: 600px;
    margin: 30px auto 40px auto;
} 

.innerpage-about .gallery-container img {
    width: 33.3333%;
    float: left;
    border: 1px solid #fff;
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .summary .product_title {
	font-size:32px;
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .woocommerce-product-gallery {
    max-width: 460px;
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .related.products ul li,
.single-product-main-container .container .row .col-lg-12 #primary #main div .up-sells.products ul li,
.product-landing-page-featured-products-main-container ul.products li,
.product-landing-page-featured-products-main-container ul.products li.product:nth-child(2n),
.shop-product-list-main-container ul.products li,
.shop-product-list-main-container ul.products li.product:nth-child(2n),
.woocommerce ul.products[class*=columns-] li.product:nth-child(2n),
.woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
    width: 25% !important;
    clear: none !important;
	float:left !important
}

.product-landing-page-featured-products-main-container ul.products li a.button:before,
.shop-product-list-main-container ul.products li a.button:before,
.single-product-main-container .container .row .col-lg-12 #primary #main div .related.products ul li a.button:before,
.single-product-main-container .container .row .col-lg-12 #primary #main div .up-sells.products ul li a.button:before {
    font-size: 17px;
}

.product-landing-page-featured-products-main-container ul.products li a img,
.shop-product-list-main-container ul.products li a img {
    height: 115px !important;
    width: auto !important;
    max-width: none !important;
}

.homepage-services ul li {
    width: 100%;
}

}

/* 992 to 1024 */
@media (min-width: 992px) and (max-width: 1024px) { 

.mobile-search search-icon, .mobile-phone, .mobile-cart {
	display:none;
}

.header-main-container .header-right ul li span,
.header-main-container .header-right ul li a {
	font-size:18px;
}

.header-main-container .header-right ul li.hours span:before {
    position: relative;
    top: -2px;
}

.header-main-container .header-right li {
    padding: 0 8px;
}

.header-main-container .header-left img:last-child {
    max-width: 240px;	
}

.header-main-container .header-left img:first-child {
	max-width: 100px;
}

.homepage-banner {
    margin: 144px 0 0 0;
}

.homepage-banner .banner-contents a {
    padding: 9px 20px 13px 20px;
    font-size: 30px;
}

.homepage-brochures .content-container a {
    padding: 9px 20px 13px 20px;
    font-size: 30px;
}

.homepage-cta .cta-container p {
    font-size: 18px;
}

.homepage-about .content-container h2, .homepage-services h2, .homepage-tagline .intro-container h2 {
    font-size: 36px;
}

.homepage-tagline .tagline-container h2 {
    font-size: 48px;
}

.header-out-main-container.scroll .header-main-container .header-right .header-info {
    padding: 22px 0 0 0;
}

.header-main-container .header-right .header-info {
    padding: 27px 0 0 0;
}

#pop-up-cart-container {
    top: 85px;	
}

.innerpage-single .innerpage-banner h2,
.innerpage-products .innerpage-banner h2,
.innerpage-banner h1,
.shop-page-main-container .banner-caption-container h2 {
    padding: 11px 40px 14px 40px;
    font-size: 30px;
}

.innerpage-single .single-page-main-container h1,
.innerpage-products .products-about .content-container h1,
.innerpage-blog .blog-main-container .title,
.shop-product-list-main-container .woocommerce-products-header h1 {
    font-size: 32px;
}

.innerpage-banner {
    margin: 144px 0 0 0;
}

.innerpage-blog .blog-main-container .container .row .col-lg-2 {
    padding-left: 15px;
}

.innerpage-blog .blog-main-container .image-container {
    max-width: 258px;
}

.innerpage-blog .blog-main-container .content-container {
    padding: 0 18px 0 18px;
}

.innerpage-about .about-contents .content-container h2 {
    line-height: 33px;
    font-size: 32px;	
	margin: 0 0 26px 0;
}

.innerpage-about .about-contents .image-container img {
    max-width: 600px;
    margin: 30px auto 40px auto;
} 

.innerpage-about .gallery-container img {
    width: 33.3333%;
    float: left;
    border: 1px solid #fff;
}

.innerpage-about .about-contents .quote {
    font-size:48px;
}

.innerpage-about .about-contents .image-container img.about-image-3 {
    margin-top: 0;
}

.innerpage-contact .contact-page-main-container h2 {
    font-size: 32px;
}

.shop-product-list-main-container .shop-sidebar-filter-container {
    padding: 0 0 0 0;
}

.shop-product-list-main-container .shop-sidebar-filter-container div div ul li.active a:before {
    margin: 0 8px 0 0;
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .summary .product_title {
	font-size:32px;
}

.single-product-enquire-product-main-container {
    max-width: 380px;
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .related.products ul li:before,
.single-product-main-container .container .row .col-lg-12 #primary #main div .up-sells.products ul li:before,
.product-landing-page-featured-products-main-container ul.products li:before,
.shop-product-list-main-container ul.products li:before  {
	display:none;
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .related.products ul li a.woocommerce-loop-product__link,
.single-product-main-container .container .row .col-lg-12 #primary #main div .up-sells.products ul li a.woocommerce-loop-product__link,
.product-landing-page-featured-products-main-container ul.products li a.woocommerce-loop-product__link,
.shop-product-list-main-container ul.products li a.woocommerce-loop-product__link {
    border-left: 1px solid #bacfd7;
    border-right: 1px solid #bacfd7;	
}

.shop-product-list-main-container ul.products li a img {
    height: 116px !important;
    width: auto !important;
    max-width: none !important;
}

.homepage-services ul li {
    width: 100%;
}

.checkout-page-main-container {
    margin-top: 120px;
}

.c4-checkout-coupon div .checkout_coupon .form-row-first {
	float:right;
}

.slider-main-container {
    margin: 144px 0 0 0;
}



}

/* 1025 to 1199 */
@media (min-width: 1025px) and (max-width: 1199px) { 


.header-main-container .header-right ul li span,
.header-main-container .header-right ul li a {
	font-size:18px;
}

.header-main-container .header-right ul li.hours span:before {
    position: relative;
    top: -2px;
}

.header-main-container .header-right li {
    padding: 0 8px;
}

.header-main-container .header-left img:last-child {
    max-width: 240px;	
}

.header-main-container .header-left img:first-child {
	max-width: 100px;
}

.homepage-banner {
    margin: 144px 0 0 0;
}

.homepage-banner .banner-contents a {
    padding: 9px 20px 13px 20px;
    font-size: 30px;
}

.homepage-brochures .content-container a {
    padding: 9px 20px 13px 20px;
    font-size: 30px;
}

.homepage-cta .cta-container p {
    font-size: 18px;
}

.homepage-about .content-container h2, .homepage-services h2, .homepage-tagline .intro-container h2 {
    font-size: 36px;
}

.homepage-tagline .tagline-container h2 {
    font-size: 48px;
}

.header-out-main-container.scroll .header-main-container .header-right .header-info {
    padding: 22px 0 0 0;
}

.header-main-container .header-right .header-info {
    padding: 27px 0 0 0;
}

#pop-up-cart-container {
    top: 85px;	
}

.innerpage-single .innerpage-banner h2,
.innerpage-products .innerpage-banner h2,
.innerpage-banner h1,
.shop-page-main-container .banner-caption-container h2 {
    padding: 11px 40px 14px 40px;
    font-size: 30px;
}

.innerpage-single .single-page-main-container h1,
.innerpage-products .products-about .content-container h1,
.innerpage-blog .blog-main-container .title,
.shop-product-list-main-container .woocommerce-products-header h1 {
    font-size: 32px;
}

.innerpage-banner {
    margin: 144px 0 0 0;
}

.innerpage-blog .blog-main-container .image-container {
    max-width: 258px;
}

.innerpage-blog .blog-main-container .content-container {
    padding: 0 18px 0 18px;
}

.innerpage-single .innerpage-banner h2 {
    padding: 11px 40px 14px 40px;
    font-size: 30px;	
}

.innerpage-single .single-page-main-container h1 {
    font-size: 32px;
}

.single-back {
    margin: 40px 0 50px 0;
}

.innerpage-about .about-contents .content-container h2 {
    line-height: 33px;
    font-size: 32px;	
	margin: 0 0 26px 0;
}

.innerpage-about .about-contents .image-container img {
    max-width: 600px;
    margin: 30px auto 40px auto;
} 

.innerpage-about .gallery-container img {
    width: 33.3333%;
    float: left;
    border: 1px solid #fff;
}

.innerpage-about .about-contents .quote {
    font-size:48px;
}

.innerpage-about .about-contents .image-container img.about-image-3 {
    margin-top: 0;
}

.innerpage-contact .contact-page-main-container h2 {
    font-size: 32px;
}

.shop-product-list-main-container .shop-sidebar-filter-container {
    padding: 0 0 0 0;
}

.shop-product-list-main-container .shop-sidebar-filter-container div div ul li.active a:before {
    margin: 0 8px 0 0;
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .summary .product_title {
	font-size:32px;
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .related.products ul li:before,
.single-product-main-container .container .row .col-lg-12 #primary #main div .up-sells.products ul li:before,
.product-landing-page-featured-products-main-container ul.products li:before,
.shop-product-list-main-container ul.products li:before {
	display:none;
}

.single-product-main-container .container .row .col-lg-12 #primary #main div .related.products ul li a.woocommerce-loop-product__link,
.single-product-main-container .container .row .col-lg-12 #primary #main div .up-sells.products ul li a.woocommerce-loop-product__link,
.product-landing-page-featured-products-main-container ul.products li a.woocommerce-loop-product__link,
.shop-product-list-main-container ul.products li a.woocommerce-loop-product__link {
    border-left: 1px solid #bacfd7;
    border-right: 1px solid #bacfd7;	
}

.single-product-enquire-product-main-container {
    max-width: 380px;
}

.homepage-services ul li {
    width: 100%;
}

.checkout-page-main-container {
    margin-top: 120px;
}

.slider-main-container {
    margin: 144px 0 0 0;
}



}

/* Desktop */
@media (min-width: 1025px) {

.mobile-search search-icon, .mobile-phone, .mobile-cart {
	display:none;
}

.shop-product-list-main-container ul.products li a img {
    height: 132px !important;
}

}


/* Custom 568 to 768 */
@media (min-width: 568px) and (max-width: 768px) { 

/* Cart */

.cart-page-header-nav-container {
    margin-top: 55px;	
}

.cart-page-header-nav div .cart-page-nav-shop {
    width: 100%;
    text-align: center;
    margin: 0 0 18px 0;	
}

.cart-page-header-nav div h1 {
    width: 100%;
    margin: 18px 0 0 0;	
}

.cart-page-header-nav div .cart-page-nav-checkout {
    width: 100%;
    text-align: center;
    margin: 0px 0 38px 0;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr td.product-quantity .quantity .minus,
.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr td.product-quantity .quantity .plus {
	display:none !important;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr td.product-quantity .quantity .qty {
	background:#fff;
	width: 40px;
    height: 38px;	
}

.cart-quantity-remove-product-container a {
    margin: 6px 0 16px 0;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr {
    clear: both;
    border-top: 1px solid #c8d8e1;
    padding-top: 16px;	
}

.cart-page-header-nav div h1 {
	width:100%;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr td:before {
	display:none;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr td.product-name {
    width: 50%;
    padding: 0 0 2px 0;
    text-align: left !important;
    float: left;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr .product-name a {
	margin:0 0 0 0;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr .product-price {
    padding:2px 0 6px 0;
    text-align: left !important;
    border-top: none;
	width: 50%;
    float: left;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr .product-quantity {
    width: 50%;
    float: left;	
	padding: 2px 0 2px 0 !important;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr .product-price > .amount:before {
	content: "Item Price:";
    font-weight: 300;
    margin: 0 5px 1px 0;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr .product-price .amount {
	font-size:15px;
	word-break: break-all;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr td {
	padding: 0 0 6px 0;
    text-align: left !important;
    border-top: none;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr td.product-quantity .quantity {
    margin: 0 0 0 0;
	text-align:left;
	display: inline-block;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr td.product-quantity .cart-quantity-remove-product-container a {
	float:left;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr .product-subtotal {
    padding: 5px 0 14px 0;
    width: 50%;
    float: right;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr .product-subtotal .amount {
    font-size: 18px;
    margin: 0 0 24px 0;
    word-break: break-all;
    line-height: 25px;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr .product-subtotal .amount:before {
	content: "Total:";
    font-weight: 300;
    margin: 0 5px 1px 0;	
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr .actions .coupon #coupon_code {
    width: 100%;
    margin: 0 0 10px 0;	
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr > .actions {
    margin: 30px 0 0px 0;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr .actions .coupon .button {
    margin: 0 0 12px 0;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
	background-color:transparent;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr td.product-thumbnail {
    width: 50%;
    display: block !important;
    padding: 6px 0 12px 0;
    float: left;
	min-width: 142px;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr td.product-thumbnail a img {
    margin: 0 0 56px 0;
    display: block;
    width: 100%;
    box-shadow: none;
    padding: 0 20px 0 0;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart {
	margin: 30px 0 0 0;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr .actions .coupon {
    margin: -20px auto 25px auto;
    padding: 0 0 45px 0;
    width: 100%;
}

.woocommerce-info .button {
    margin: 3px 0 0 0 !important;
    float: right !important;
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr .actions .coupon .button {
    width: auto !important;	
}

.inner-cart .woocommerce .cart-collaterals .cart_totals {
	margin-top:20px;
	max-width: 100%;	
}

.inner-cart .woocommerce .woocommerce-cart-form .cart tbody tr .actions > .button {
	max-width: 204px;
    margin: 0 0 0 0;
}

.inner-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody .shipping td:before {
    content: "Shipping: ";
    float: left;
    margin: -24px 0 0 0;
    font-weight: 700;
}

.inner-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody .shipping td {
	padding-top:20px;
}

.page-template-template-wc-cart {
	padding:0 0 0 0;
}


}

/* Responsive End */

.wc_payment_method.payment_method_cod {
	display: none !important;
}


/* works only for IE12 and IE13. */
@supports (-ms-accelerator:true) { 

.cf-col-upload-container div span .your-file {
	background: #ffffff;
	margin:4px 0 4px 0;
}

}

/* works for all Edge versions (currently up to IE15). */
@supports (-ms-ime-align:auto) { 

.cf-col-upload-container div span .your-file {
	background: #ffffff;
	margin:4px 0 4px 0;
}

}

/* Everything but Internet Explorer ≤8 */
body:last-child .selector {

.cf-col-upload-container div span .your-file {
	background: #ffffff;
	margin:4px 0 4px 0;
}

}

