/*
Theme Name: _s

WooCommerce styles override
*/
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
/**
 * WooCommerce color variables
 */
/**
 * Imports
 */
/**
 * Shop tables
 */
table.shop_table_responsive thead {
	display: none;
}

table.shop_table_responsive tbody th {
	display: none;
}

table.shop_table_responsive tr td {
	display: block;
	text-align: right;
	clear: both;
}

table.shop_table_responsive tr td:before {
	content: attr(data-title) ": ";
	float: left;
}

table.shop_table_responsive tr td.product-remove a {
    margin: auto;
    font-size: 15px;
    text-indent: 0;
    overflow: visible;
    width: auto;
    height: auto;
    display: inline-block;
    padding-right: 20px;
    color: #003865!important;
}
table.shop_table_responsive tr td.product-remove a:after {
    font-size: 15px;
    right: 0;
    left: auto;
}

table.shop_table_responsive tr td.product-remove:before {
	display: none;
}

table.shop_table_responsive tr td.actions:before, table.shop_table_responsive tr td.download-actions:before {
	display: none;
}

table.shop_table_responsive tr td.download-actions .button {
	display: block;
	text-align: center;
}

@media screen and (min-width: 48em) {
	table.shop_table_responsive thead {
		display: table-header-group;
	}
	table.shop_table_responsive tbody th {
		display: table-cell;
	}
	table.shop_table_responsive tr th, table.shop_table_responsive tr td {
		text-align: left;
	}
	table.shop_table_responsive tr td {
		display: table-cell;
	}
	table.shop_table_responsive tr td:before {
		display: none;
	}
}

/**
 * Products
 */
.woocommerce ul.products {
	margin: 0;
	padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.woocommerce ul.products li.product {
	list-style: none;
	position: relative;
	margin-bottom: 2em;
    width: 100%;
}
@media screen and (min-width: 37.5em) {
    .woocommerce ul.products.columns-2 li.product,
    .woocommerce ul.products.columns-3 li.product,
    .woocommerce ul.products.columns-4 li.product,
    .woocommerce ul.products.columns-5 li.product{
        width: 50%;
    }
}
@media screen and (min-width: 60em) {
    .woocommerce ul.products.columns-3 li.product{
        width: 33.333%;
    }
    .woocommerce ul.products.columns-4 li.product{
        width: 25%;
    }
    .woocommerce ul.products.columns-5 li.product{
        width: 20%;
    }
}

ul.products li.product .woocommerce-loop-product__title {
	font-size: 10px;
}

ul.products li.product img {
	display: block;
}

ul.products li.product .button {
	display: block;
}

/**
 * Single Product
 */
.single-product div.product {
	display: block;
	position: relative;
}

.single-product div.product .woocommerce-product-gallery {
	position: relative;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	color: #fff;
    background: #2f5b7f;
    width: 40px;
    height: 40px;
    text-decoration: none;
    line-height: 40px;
    text-align: center;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 2;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
	margin: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	opacity: .5;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
	width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 30.7966666667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 25%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: both;
}

.stock:empty:before {
	display: none;
}

.stock.in-stock {
	color: #0f834d;
}

.stock.out-of-stock {
	color: #e2401c;
}

/**
 * Checkout
 */
/*
@media screen and (min-width: 768px) {
	.col2-set .form-row-first {
		float: left;
		margin-right: 3.8%;
	}
	.col2-set .form-row-last {
		float: right;
		margin-right: 0;
	}
	.col2-set .form-row-first,
	.col2-set .form-row-last {
		width: 48.1%;
	}
}
*/

/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
	position: relative;
	margin: 0;
	padding: 0;
	content: "";
	display: table;
	table-layout: fixed;
}

.site-header-cart .cart-contents {
	text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
	display: none;
}

.site-header-cart .product_list_widget {
	margin: 0;
	padding: 0;
}

/**
 * Star rating
 */
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	font-size: 1em;
	width: 5.3em;
	font-family: 'star';
	font-weight: 400;
}

.star-rating:before {
	content: "\53\53\53\53\53";
	opacity: .25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span:before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color: #cb333b;
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
}

p.stars a:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: "star";
	content: "\53";
	color: #404040;
	text-indent: 0;
	opacity: .25;
}

p.stars a:hover ~ a:before {
	content: "\53";
	color: #404040;
	opacity: .25;
}

p.stars:hover a:before {
	content: "\53";
	color: #cb333b;
	opacity: 1;
}

p.stars.selected a.active:before {
	content: "\53";
	color: #cb333b;
	opacity: 1;
}

p.stars.selected a.active ~ a:before {
	content: "\53";
	color: #404040;
	opacity: .25;
}

p.stars.selected a:not(.active):before {
	content: "\53";
	color: #cb333b;
	opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs .entry-content {
    padding: 30px 0;
    text-align: left;
}
.woocommerce-tabs ul.tabs {
    list-style: none;
    margin: 30px 0 0;
    padding: 0;
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
}
.woocommerce-tabs ul.tabs:before {
    content: '';
    border-bottom: 1px solid #ddd;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
}

.woocommerce-tabs ul.tabs li {
	display: block;
    margin: 0 5px;
	position: relative;
    background: #E8EDEF;
    border: 1px solid #ddd;
    padding: 10px 25px;
}
.woocommerce-tabs ul.tabs li.active {
    background: #ffffff;
    border-bottom-color: transparent;
}

.woocommerce-tabs ul.tabs li a {
	padding: 0;
	display: block;
    text-decoration: none;
}

.woocommerce-tabs .panel h2{
    text-align: center;
}
.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em;
}
.woocommerce-tabs .abh_box{
    display: none!important;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
	text-align: right;
}

.woocommerce-password-strength.strong {
	color: #0f834d;
}

.woocommerce-password-strength.short {
	color: #e2401c;
}

.woocommerce-password-strength.bad {
	color: #e2401c;
}

.woocommerce-password-strength.good {
	color: #3D9CD2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 #e2401c;
}

.required {
	color: red;
    text-decoration: none;
}
abbr[title].required {
	color: red;
    text-decoration: none;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	content: "";
	display: table;
	table-layout: fixed;
	background-color: #0f834d;
	clear: both;
    padding: 5px 10px;
    font-size: 18px;
    color: #fff;
}
p.woocommerce-noreviews {
    margin-bottom: 0;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
    background-color: #a2aaad;
    color: #00263e;
}

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

.demo_store {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em;
	background-color: #3D9CD2;
	z-index: 9999;
}

@media screen and (min-width: 48em) {
	/**
	 * Header cart
	 */
	.site-header-cart .widget_shopping_cart {
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 999999;
		left: -999em;
		display: block;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}
	.site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
		left: 0;
		display: block;
	}
}

/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
	margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4em;
}

.widget_price_filter .price_slider_amount .button {
	float: left;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	cursor: ew-resize;
	outline: none;
	background: #cb333b;
	box-sizing: border-box;
	margin-top: -.25em;
	opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background: #cb333b;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
	height: .5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}



/* Event Integration */
.site-main .woocommerce{
    max-width: 1366px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
}
.woocommerce header.woocommerce-products-header{
    border-bottom: 0;
    padding-top: 44px;
    padding-bottom: 44px;
    padding-left: 75px;
    padding-right: 75px;
    text-align: center;
}
@media only screen and (min-width: 961px) and (max-width: 1280px){
    .woocommerce header.woocommerce-products-header{
        padding-top: 44px;
        padding-bottom: 44px;
        padding-left: 34px;
        padding-right: 34px;
    }
}
@media only screen and (max-width: 600px){
    .woocommerce header.woocommerce-products-header{
        padding-top: 44px;
        padding-bottom: 44px;
        padding-left: 24px;
        padding-right: 24px;
    }
}
.woocommerce header:not(.entry-header):not(.woocommerce-products-header),
.woocommerce .u-columns .title{
    margin-bottom: 15px;
    border-bottom: 1px solid #A2AAAD;
}
.woocommerce .col2-set,
.woocommerce .col-2-3-set{
    display: flex;
    flex-direction: column;
}

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2{
    flex-grow: 1;
    flex-shrink: 0;
}
.woocommerce .col-2-3-set .col-1,
.woocommerce .col-2-3-set .col-2{
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    .woocommerce .col2-set,
    .woocommerce .col-2-3-set{
        flex-direction: row;
        justify-content: space-between;
    }
    .woocommerce .col2-set .col-1{
        padding-right: 15px;
    }
    .woocommerce .col2-set .col-2{
        padding-left: 15px;
    }
    .woocommerce .col-2-3-set .col-1{
        width: 60%;
    }
    .woocommerce .col-2-3-set .col-2{
        width: 35%;
    }
}


.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-page-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-page-account .woocommerce-MyAccount-content{
    width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-page-account .woocommerce-MyAccount-navigation {
    background-color: #E8EDEF;
    margin-bottom: 3rem;
}
@media only screen and (min-width: 60em) {
    .woocommerce-account .woocommerce-MyAccount-navigation,
    .woocommerce-page-account .woocommerce-MyAccount-navigation {
        float:left;
        width: 30%;
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 60em) {
    .woocommerce-account .woocommerce-MyAccount-content,
    .woocommerce-page-account .woocommerce-MyAccount-content {
        float: right;
        width: 65%
    }
}

.woocommerce-account .woocommerce-MyAccount-navigation .myaccount-nav-toggle,
.woocommerce-page-account .woocommerce-MyAccount-navigation .myaccount-nav-toggle {
    display: block;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1.1;
/*    color: #2f5b7f;*/
    color: #ffffff;
    font-weight: 500;
    position: relative;
    padding: 20px 30px;
    cursor: pointer;
    background-color: #003865;
}

@media only screen and (min-width: 60em) {
    .woocommerce-account .woocommerce-MyAccount-navigation .myaccount-nav-toggle,
    .woocommerce-page-account .woocommerce-MyAccount-navigation .myaccount-nav-toggle {
        display:none !important
    }
}

.woocommerce-account .woocommerce-MyAccount-navigation .myaccount-nav-toggle:after,
.woocommerce-page-account .woocommerce-MyAccount-navigation .myaccount-nav-toggle:after {
    content: '\f078';
    display: block;
    position: absolute;
    top: 22px;
    right: 20px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
    text-decoration: none !important;
    line-height: 1;
    text-align: center;
    font-size: 22px;
}

.woocommerce-account .woocommerce-MyAccount-navigation .myaccount-nav-toggle.active:after,
.woocommerce-page-account .woocommerce-MyAccount-navigation .myaccount-nav-toggle.active:after {
    content: '\f077'
}
.woocommerce-account .woocommerce-MyAccount-navigation ul,
.woocommerce-page-account .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 36px 30px;
    list-style: none;
    font-size: 18px;
    line-height: 1.1;
    display: none;
}

@media only screen and (min-width: 60em) {
    .woocommerce-account .woocommerce-MyAccount-navigation ul,
    .woocommerce-page-account .woocommerce-MyAccount-navigation ul {
        display: block !important;
        margin-bottom: 0
    }
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li,
.woocommerce-page-account .woocommerce-MyAccount-navigation ul li {
    margin: 0;
    padding: 10px 0;
    display: block
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a,
.woocommerce-page-account .woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 0 5px;
    color: #003865;
    text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:focus,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-page-account .woocommerce-MyAccount-navigation ul li a:focus,
.woocommerce-page-account .woocommerce-MyAccount-navigation ul li a:hover{
    text-decoration: underline;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active,
.woocommerce-page-account .woocommerce-MyAccount-navigation ul li.is-active {
    font-weight: 700
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-page-account .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #000
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li+li,
.woocommerce-page-account .woocommerce-MyAccount-navigation ul li+li {
    border-top: 1px solid #cccccc;
}


.woocommerce ul.order_details,
.woocommerce-page ul.order_details {
    padding: 0;
    margin: 30px 0 50px;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (min-width: 60em) {
    .woocommerce ul.order_details,
    .woocommerce-page ul.order_details {
        margin:50px 8px;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.woocommerce ul.order_details li,
.woocommerce-page ul.order_details li {
    float: none;
    margin-right: 0;
    margin-left: 0;
    border-right: 0;
    padding-right: 0;
    padding-left: 0;
    list-style-type: none;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    list-style-type: none
}

@media only screen and (min-width: 60em) {
    .woocommerce ul.order_details li,
    .woocommerce-page ul.order_details li {
        float:left
    }
}

.woocommerce ul.order_details li+li,
.woocommerce-page ul.order_details li+li {
    border-top: 1px solid #cccccc !important;
    padding-top: 15px;
    margin-top: 15px
}

@media only screen and (min-width: 60em) {
    .woocommerce ul.order_details li+li,
    .woocommerce-page ul.order_details li+li {
        border-left:1px solid #cccccc !important;
        border-top: 0 !important;
        padding-left: 20px;
        margin-left: 20px;
        padding-top: 0;
        margin-top: 0
    }
}

.woocommerce .woocommerce-customer-details address,
.woocommerce-page .woocommerce-customer-details address {
    font-style: normal;
    margin-bottom: 0;
    border-left: 1px solid #cccccc;
    border-bottom-width: 2px;
    border-right-width: 2px;
    text-align: left;
    width: 100%;
    border-radius: 0;
    padding: 25px 30px;
    font-size: 18px;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone,.woocommerce-page .woocommerce-customer-details .woocommerce-customer-details--email,.woocommerce-page .woocommerce-customer-details .woocommerce-customer-details--phone {
    margin: 0;
    padding: 15px 0 0 1.5em;
    font-size: 18px;
}

.woocommerce .woocommerce-customer-details,.woocommerce .woocommerce-order-details,.woocommerce .woocommerce-order-downloads,.woocommerce-page .woocommerce-customer-details,.woocommerce-page .woocommerce-order-details,.woocommerce-page .woocommerce-order-downloads {
    margin-bottom: 50px
}

@media only screen and (min-width: 60em) {
    .woocommerce .woocommerce-customer-details,.woocommerce .woocommerce-order-details,.woocommerce .woocommerce-order-downloads,.woocommerce-page .woocommerce-customer-details,.woocommerce-page .woocommerce-order-details,.woocommerce-page .woocommerce-order-downloads {
        margin-bottom: 80px
    }
}

.woocommerce .page-content .page-title,.woocommerce-page .page-content .page-title {
    margin-bottom: 30px
}

@media only screen and (min-width: 60em) {
    .woocommerce .page-content .page-title,.woocommerce-page .page-content .page-title {
        margin-bottom:80px;
    }
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.woocommerce-page-error,
.woocommerce-page-info,
.woocommerce-page-message {
    padding: 10px 20px;
    margin: 20px 0 10px;
    position: relative;
    background: #e9edef;
    color: #003865;
    border-top: 0;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    font-size: 18px;
    line-height: 1.15;
    display: block;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before,
.woocommerce-page-error::before,
.woocommerce-page-info::before,
.woocommerce-page-message::before {
    top: 20px;
    color: #fff
}

.woocommerce-error a:not(.button),
.woocommerce-info a:not(.button),
.woocommerce-message a:not(.button),
.woocommerce-page-error a:not(.button),
.woocommerce-page-info a:not(.button),
.woocommerce-page-message a:not(.button) {
    color: #003865;
    text-decoration: underline
}

.woocommerce-error a.button,
.woocommerce-info a.button,
.woocommerce-message a.button,
.woocommerce-page-error a.button,
.woocommerce-page-info a.button,
.woocommerce-page-message a.button {
    font-size: 16px !important;
    margin-right: 20px;
}

.woocommerce .return-to-shop{
    text-align: center;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button {
    font-family: "Karla", Calibri, Geneva, sans‑serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFF !important;
    background-color: #00263e;
    padding: 15px 30px;
    font-size: 1em;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: none;
    line-height: 1;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page #respond input#submit:focus,
.woocommerce-page a.button:hover,
.woocommerce-page a.button:focus,
.woocommerce-page button.button:hover,
.woocommerce-page button.button:focus,
.woocommerce-page input.button:hover,
.woocommerce-page input.button:focus {
    background-color: #003865;
    color: #fff;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt {
    font-family: "Karla", Calibri, Geneva, sans‑serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFF !important;
    background-color: #003865;
    padding: 15px 30px;
    font-size: 1em;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: none;
    line-height: 1;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    position: relative;
}
/*#5B6770*/


.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:hover,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt:focus,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page #respond input#submit.alt:focus,
.woocommerce-page a.button.alt:hover,
.woocommerce-page a.button.alt:focus,
.woocommerce-page button.button.alt:hover,
.woocommerce-page button.button.alt:focus,
.woocommerce-page input.button.alt:hover,
.woocommerce-page input.button.alt:focus {
    background-color: #00263e;
    color: #fff;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover,
.woocommerce-page #respond input#submit.alt.disabled,
.woocommerce-page #respond input#submit.alt.disabled:hover,
.woocommerce-page #respond input#submit.alt:disabled,
.woocommerce-page #respond input#submit.alt:disabled:hover,
.woocommerce-page #respond input#submit.alt:disabled[disabled],
.woocommerce-page #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce-page a.button.alt.disabled,
.woocommerce-page a.button.alt.disabled:hover,
.woocommerce-page a.button.alt:disabled,
.woocommerce-page a.button.alt:disabled:hover,
.woocommerce-page a.button.alt:disabled[disabled],
.woocommerce-page a.button.alt:disabled[disabled]:hover,
.woocommerce-page button.button.alt.disabled,
.woocommerce-page button.button.alt.disabled:hover,
.woocommerce-page button.button.alt:disabled,
.woocommerce-page button.button.alt:disabled:hover,
.woocommerce-page button.button.alt:disabled[disabled],
.woocommerce-page button.button.alt:disabled[disabled]:hover,
.woocommerce-page input.button.alt.disabled,
.woocommerce-page input.button.alt.disabled:hover,
.woocommerce-page input.button.alt:disabled,
.woocommerce-page input.button.alt:disabled:hover,
.woocommerce-page input.button.alt:disabled[disabled],
.woocommerce-page input.button.alt:disabled[disabled]:hover {
    background-color: #8598a6;
    color: #fff
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #003865
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #2f5b7f
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #2f5b7f
}

.woocommerce .woocommerce-ordering .select2-container,
.woocommerce-page .woocommerce-ordering .select2-container {
    width: 100% !important
}

.woocommerce-filter,.woocommerce-page-filter {
    display: block;
    border-bottom: 2px solid #2f5b7f;
    margin-top: 35px;
    padding: 15px 0;
    position: relative
}

.woocommerce-filter--filter,.woocommerce-page-filter--filter {
    display: inline-block
}

.woocommerce-filter--filter+.woocommerce-filter--filter,.woocommerce-page-filter--filter+.woocommerce-filter--filter {
    margin-left: 16px
}

@media only screen and (min-width: 30em) {
    .woocommerce-filter--filter+.woocommerce-filter--filter,.woocommerce-page-filter--filter+.woocommerce-filter--filter {
        margin-left:40px
    }
}

.woocommerce-filter--name,.woocommerce-page-filter--name {
    display: block;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer
}

@media only screen and (min-width: 30em) {
    .woocommerce-filter--name,.woocommerce-page-filter--name {
        font-size:24px;
    }
}

.woocommerce-filter--name:after,
.woocommerce-page-filter--name:after {
    content: '\f078';
    font-size: 12px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    margin-left: 3px;
    color: #2f5b7f;
    vertical-align: middle
}

@media only screen and (min-width: 30em) {
    .woocommerce-filter--name:after,.woocommerce-page-filter--name:after {
        margin-left:5px;
        font-size: 18px;
    }
}

.woocommerce-filter--name.active:after,.woocommerce-page-filter--name.active:after {
    content: '\f077'
}

.woocommerce-filter--details,.woocommerce-page-filter--details {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    width: 100%;
    background: #f5f3f3;
    border-bottom: 2px solid #2f5b7f;
    padding: 10px
}

@media only screen and (min-width: 30em) {
    .woocommerce-filter--details,.woocommerce-page-filter--details {
        padding:15px
    }
}

.woocommerce-filter--details .widget,.woocommerce-page-filter--details .widget {
    vertical-align: top;
    padding: 10px
}

@media only screen and (min-width: 30em) {
    .woocommerce-filter--details .widget,.woocommerce-page-filter--details .widget {
        padding:15px
    }
}

.woocommerce-filter--details .widget ul,.woocommerce-page-filter--details .widget ul {
    margin-bottom: 0;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.woocommerce-filter--details .widget ul li,.woocommerce-page-filter--details .widget ul li {
    padding: 3px 0;
    margin: 0
}

.woocommerce-filter--details .widget .current-cat,.woocommerce-page-filter--details .widget .current-cat {
    font-weight: 500
}

.woocommerce-filter--details .widget-title,.woocommerce-page-filter--details .widget-title {
    display: block;
    font-weight: 400;
    color: #000;
    font-size: 18px;
    margin-bottom: 5px !important
}

.woocommerce-filter--details .woocommerce-widget-layered-nav-list__item,.woocommerce-page-filter--details .woocommerce-widget-layered-nav-list__item {
    padding: 5px !important;
    margin: 0 5px !important;
    display: inline-block;
    list-style: none;
    color: #fff;
    background: #383838;
    border: 1px solid #383838;
    border-radius: 3px;
    font-size: 15px;
    font-size: 15px
}

.woocommerce-filter--details .woocommerce-widget-layered-nav-list__item a,.woocommerce-page-filter--details .woocommerce-widget-layered-nav-list__item a {
    color: #fff;
    text-decoration: none !important
}

.woocommerce-filter--details .woocommerce-widget-layered-nav-list__item a::before,.woocommerce-page-filter--details .woocommerce-widget-layered-nav-list__item a::before {
    color: #4aabf8 !important
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
    float: none;
    margin: 0 0 20px;
    text-align: left;
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
    font-size: 20px;
    line-height: 1.4em;
    margin: 0;
    padding: 10px 0;
    font-weight: 500;
    color: #707271;
    display: block;
    text-align: left;
    float: none
}

@media only screen and (min-width: 48.063em) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        padding: 0 15px 30px
    }

    .woocommerce ul.products.columns-3 li.product,
    .woocommerce-page ul.products.columns-3 li.product {
        width: 33%
    }

    .woocommerce ul.products li.last,
    .woocommerce-page ul.products li.last {
        margin-right: 0
    }
}

@media only screen and (max-width: 37.5em) {
    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width:100%;
        float: none !important
    }
}

.woocommerce ul.products .star-rating,.woocommerce-page ul.products .star-rating {
    margin: 0 auto 20px
}

.woocommerce ul.products li.product,.woocommerce-page ul.products li.product {
    text-align: center
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
    margin: 0 auto 15px;
}

.woocommerce ul.products li.product a.added_to_cart,.woocommerce-page ul.products li.product a.added_to_cart {
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px;
    clear: both
}

.woocommerce-LoopProduct-link,
.woocommerce-loop-product__link{
    text-decoration: none;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product h3,.woocommerce ul.products li.product .woocommerce-order-details__title,.woocommerce ul.products li.product .woocommerce-column__title,.woocommerce ul.products li.product .page-content .page-title,.woocommerce .page-content ul.products li.product .page-title,.woocommerce-page .page-content .woocommerce ul.products li.product .page-title,.woocommerce ul.products li.product .cart-collaterals .cart_totals h2,.woocommerce .cart-collaterals .cart_totals ul.products li.product h2,.woocommerce ul.products li.product .cart-collaterals .cart_totals .hero--home .hero--content .subheading,.woocommerce .cart-collaterals .cart_totals .hero--home .hero--content ul.products li.product .subheading,.hero--home .hero--content .woocommerce ul.products li.product .cart-collaterals .cart_totals .subheading,.hero--home .hero--content .woocommerce .cart-collaterals .cart_totals ul.products li.product .subheading,.woocommerce ul.products li.product .cart-collaterals .cart_totals .basic_content .heading,.woocommerce .cart-collaterals .cart_totals .basic_content ul.products li.product .heading,.basic_content .woocommerce ul.products li.product .cart-collaterals .cart_totals .heading,.basic_content .woocommerce .cart-collaterals .cart_totals ul.products li.product .heading,.woocommerce-page .cart-collaterals .cart_totals .woocommerce ul.products li.product h2,.woocommerce-page .cart-collaterals .cart_totals .hero--home .hero--content .woocommerce ul.products li.product .subheading,.woocommerce ul.products li.product .hero--home .hero--content .woocommerce-page .cart-collaterals .cart_totals .subheading,.hero--home .hero--content .woocommerce-page .cart-collaterals .cart_totals .woocommerce ul.products li.product .subheading,.woocommerce-page .cart-collaterals .cart_totals .basic_content .woocommerce ul.products li.product .heading,.woocommerce ul.products li.product .basic_content .woocommerce-page .cart-collaterals .cart_totals .heading,.basic_content .woocommerce-page .cart-collaterals .cart_totals .woocommerce ul.products li.product .heading,.woocommerce-page ul.products li.product .woocommerce-loop-category__title,.woocommerce-page ul.products li.product .woocommerce-loop-product__title,.woocommerce-page ul.products li.product h3,.woocommerce-page ul.products li.product .woocommerce-order-details__title,.woocommerce-page ul.products li.product .woocommerce-column__title,.woocommerce .page-content .woocommerce-page ul.products li.product .page-title,.woocommerce-page ul.products li.product .page-content .page-title,.woocommerce-page .page-content ul.products li.product .page-title,.woocommerce .cart-collaterals .cart_totals .woocommerce-page ul.products li.product h2,.woocommerce .cart-collaterals .cart_totals .hero--home .hero--content .woocommerce-page ul.products li.product .subheading,.woocommerce-page ul.products li.product .hero--home .hero--content .woocommerce .cart-collaterals .cart_totals .subheading,.hero--home .hero--content .woocommerce .cart-collaterals .cart_totals .woocommerce-page ul.products li.product .subheading,.woocommerce .cart-collaterals .cart_totals .basic_content .woocommerce-page ul.products li.product .heading,.woocommerce-page ul.products li.product .basic_content .woocommerce .cart-collaterals .cart_totals .heading,.basic_content .woocommerce .cart-collaterals .cart_totals .woocommerce-page ul.products li.product .heading,.woocommerce-page ul.products li.product .cart-collaterals .cart_totals h2,.woocommerce-page .cart-collaterals .cart_totals ul.products li.product h2,.woocommerce-page ul.products li.product .cart-collaterals .cart_totals .hero--home .hero--content .subheading,.woocommerce-page .cart-collaterals .cart_totals .hero--home .hero--content ul.products li.product .subheading,.hero--home .hero--content .woocommerce-page ul.products li.product .cart-collaterals .cart_totals .subheading,.hero--home .hero--content .woocommerce-page .cart-collaterals .cart_totals ul.products li.product .subheading,.woocommerce-page ul.products li.product .cart-collaterals .cart_totals .basic_content .heading,.woocommerce-page .cart-collaterals .cart_totals .basic_content ul.products li.product .heading,.basic_content .woocommerce-page ul.products li.product .cart-collaterals .cart_totals .heading,.basic_content .woocommerce-page .cart-collaterals .cart_totals ul.products li.product .heading {
    font-size: 20px !important;
    font-weight: 500;
    line-height: 1;
    color: #000;
    margin-bottom: 10px;
    text-decoration: none;
}

@media only screen and (min-width: 60em) {
    .woocommerce ul.products li.product .woocommerce-loop-category__title,.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product h3,.woocommerce ul.products li.product .woocommerce-order-details__title,.woocommerce ul.products li.product .woocommerce-column__title,.woocommerce ul.products li.product .page-content .page-title,.woocommerce .page-content ul.products li.product .page-title,.woocommerce-page .page-content .woocommerce ul.products li.product .page-title,.woocommerce ul.products li.product .cart-collaterals .cart_totals h2,.woocommerce .cart-collaterals .cart_totals ul.products li.product h2,.woocommerce ul.products li.product .cart-collaterals .cart_totals .hero--home .hero--content .subheading,.woocommerce .cart-collaterals .cart_totals .hero--home .hero--content ul.products li.product .subheading,.hero--home .hero--content .woocommerce ul.products li.product .cart-collaterals .cart_totals .subheading,.hero--home .hero--content .woocommerce .cart-collaterals .cart_totals ul.products li.product .subheading,.woocommerce ul.products li.product .cart-collaterals .cart_totals .basic_content .heading,.woocommerce .cart-collaterals .cart_totals .basic_content ul.products li.product .heading,.basic_content .woocommerce ul.products li.product .cart-collaterals .cart_totals .heading,.basic_content .woocommerce .cart-collaterals .cart_totals ul.products li.product .heading,.woocommerce-page .cart-collaterals .cart_totals .woocommerce ul.products li.product h2,.woocommerce-page .cart-collaterals .cart_totals .hero--home .hero--content .woocommerce ul.products li.product .subheading,.woocommerce ul.products li.product .hero--home .hero--content .woocommerce-page .cart-collaterals .cart_totals .subheading,.hero--home .hero--content .woocommerce-page .cart-collaterals .cart_totals .woocommerce ul.products li.product .subheading,.woocommerce-page .cart-collaterals .cart_totals .basic_content .woocommerce ul.products li.product .heading,.woocommerce ul.products li.product .basic_content .woocommerce-page .cart-collaterals .cart_totals .heading,.basic_content .woocommerce-page .cart-collaterals .cart_totals .woocommerce ul.products li.product .heading,.woocommerce-page ul.products li.product .woocommerce-loop-category__title,.woocommerce-page ul.products li.product .woocommerce-loop-product__title,.woocommerce-page ul.products li.product h3,.woocommerce-page ul.products li.product .woocommerce-order-details__title,.woocommerce-page ul.products li.product .woocommerce-column__title,.woocommerce .page-content .woocommerce-page ul.products li.product .page-title,.woocommerce-page ul.products li.product .page-content .page-title,.woocommerce-page .page-content ul.products li.product .page-title,.woocommerce .cart-collaterals .cart_totals .woocommerce-page ul.products li.product h2,.woocommerce .cart-collaterals .cart_totals .hero--home .hero--content .woocommerce-page ul.products li.product .subheading,.woocommerce-page ul.products li.product .hero--home .hero--content .woocommerce .cart-collaterals .cart_totals .subheading,.hero--home .hero--content .woocommerce .cart-collaterals .cart_totals .woocommerce-page ul.products li.product .subheading,.woocommerce .cart-collaterals .cart_totals .basic_content .woocommerce-page ul.products li.product .heading,.woocommerce-page ul.products li.product .basic_content .woocommerce .cart-collaterals .cart_totals .heading,.basic_content .woocommerce .cart-collaterals .cart_totals .woocommerce-page ul.products li.product .heading,.woocommerce-page ul.products li.product .cart-collaterals .cart_totals h2,.woocommerce-page .cart-collaterals .cart_totals ul.products li.product h2,.woocommerce-page ul.products li.product .cart-collaterals .cart_totals .hero--home .hero--content .subheading,.woocommerce-page .cart-collaterals .cart_totals .hero--home .hero--content ul.products li.product .subheading,.hero--home .hero--content .woocommerce-page ul.products li.product .cart-collaterals .cart_totals .subheading,.hero--home .hero--content .woocommerce-page .cart-collaterals .cart_totals ul.products li.product .subheading,.woocommerce-page ul.products li.product .cart-collaterals .cart_totals .basic_content .heading,.woocommerce-page .cart-collaterals .cart_totals .basic_content ul.products li.product .heading,.basic_content .woocommerce-page ul.products li.product .cart-collaterals .cart_totals .heading,.basic_content .woocommerce-page .cart-collaterals .cart_totals ul.products li.product .heading {
        font-size:20px !important
    }
}

@media only screen and (min-width: 80em) {
    .woocommerce ul.products li.product .woocommerce-loop-category__title,.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product h3,.woocommerce ul.products li.product .woocommerce-order-details__title,.woocommerce ul.products li.product .woocommerce-column__title,.woocommerce ul.products li.product .page-content .page-title,.woocommerce .page-content ul.products li.product .page-title,.woocommerce-page .page-content .woocommerce ul.products li.product .page-title,.woocommerce ul.products li.product .cart-collaterals .cart_totals h2,.woocommerce .cart-collaterals .cart_totals ul.products li.product h2,.woocommerce ul.products li.product .cart-collaterals .cart_totals .hero--home .hero--content .subheading,.woocommerce .cart-collaterals .cart_totals .hero--home .hero--content ul.products li.product .subheading,.hero--home .hero--content .woocommerce ul.products li.product .cart-collaterals .cart_totals .subheading,.hero--home .hero--content .woocommerce .cart-collaterals .cart_totals ul.products li.product .subheading,.woocommerce ul.products li.product .cart-collaterals .cart_totals .basic_content .heading,.woocommerce .cart-collaterals .cart_totals .basic_content ul.products li.product .heading,.basic_content .woocommerce ul.products li.product .cart-collaterals .cart_totals .heading,.basic_content .woocommerce .cart-collaterals .cart_totals ul.products li.product .heading,.woocommerce-page .cart-collaterals .cart_totals .woocommerce ul.products li.product h2,.woocommerce-page .cart-collaterals .cart_totals .hero--home .hero--content .woocommerce ul.products li.product .subheading,.woocommerce ul.products li.product .hero--home .hero--content .woocommerce-page .cart-collaterals .cart_totals .subheading,.hero--home .hero--content .woocommerce-page .cart-collaterals .cart_totals .woocommerce ul.products li.product .subheading,.woocommerce-page .cart-collaterals .cart_totals .basic_content .woocommerce ul.products li.product .heading,.woocommerce ul.products li.product .basic_content .woocommerce-page .cart-collaterals .cart_totals .heading,.basic_content .woocommerce-page .cart-collaterals .cart_totals .woocommerce ul.products li.product .heading,.woocommerce-page ul.products li.product .woocommerce-loop-category__title,.woocommerce-page ul.products li.product .woocommerce-loop-product__title,.woocommerce-page ul.products li.product h3,.woocommerce-page ul.products li.product .woocommerce-order-details__title,.woocommerce-page ul.products li.product .woocommerce-column__title,.woocommerce .page-content .woocommerce-page ul.products li.product .page-title,.woocommerce-page ul.products li.product .page-content .page-title,.woocommerce-page .page-content ul.products li.product .page-title,.woocommerce .cart-collaterals .cart_totals .woocommerce-page ul.products li.product h2,.woocommerce .cart-collaterals .cart_totals .hero--home .hero--content .woocommerce-page ul.products li.product .subheading,.woocommerce-page ul.products li.product .hero--home .hero--content .woocommerce .cart-collaterals .cart_totals .subheading,.hero--home .hero--content .woocommerce .cart-collaterals .cart_totals .woocommerce-page ul.products li.product .subheading,.woocommerce .cart-collaterals .cart_totals .basic_content .woocommerce-page ul.products li.product .heading,.woocommerce-page ul.products li.product .basic_content .woocommerce .cart-collaterals .cart_totals .heading,.basic_content .woocommerce .cart-collaterals .cart_totals .woocommerce-page ul.products li.product .heading,.woocommerce-page ul.products li.product .cart-collaterals .cart_totals h2,.woocommerce-page .cart-collaterals .cart_totals ul.products li.product h2,.woocommerce-page ul.products li.product .cart-collaterals .cart_totals .hero--home .hero--content .subheading,.woocommerce-page .cart-collaterals .cart_totals .hero--home .hero--content ul.products li.product .subheading,.hero--home .hero--content .woocommerce-page ul.products li.product .cart-collaterals .cart_totals .subheading,.hero--home .hero--content .woocommerce-page .cart-collaterals .cart_totals ul.products li.product .subheading,.woocommerce-page ul.products li.product .cart-collaterals .cart_totals .basic_content .heading,.woocommerce-page .cart-collaterals .cart_totals .basic_content ul.products li.product .heading,.basic_content .woocommerce-page ul.products li.product .cart-collaterals .cart_totals .heading,.basic_content .woocommerce-page .cart-collaterals .cart_totals ul.products li.product .heading {
        font-size:24px !important
    }
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
    color: #707271;
    display: block;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: .5em;
    font-size: 20px;
    line-height: 1.2em
}

.woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product button.button,
.woocommerce ul.products li.product input.button,
.woocommerce-page ul.products li.product a.button,
.woocommerce-page ul.products li.product button.button,
.woocommerce-page ul.products li.product input.button {
    display: inline-block;
    margin-top: 10px;
}

.woocommerce nav.woocommerce-pagination,.woocommerce-page nav.woocommerce-pagination {
    text-align: center;
    margin-bottom: 50px
}

.woocommerce nav.woocommerce-pagination ul,.woocommerce-page nav.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: 0;
    margin: 0
}

.woocommerce nav.woocommerce-pagination ul li,.woocommerce-page nav.woocommerce-pagination ul li {
    border: 0;
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden
}

.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span,.woocommerce-page nav.woocommerce-pagination ul li a,.woocommerce-page nav.woocommerce-pagination ul li span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1;
    font-size: 22px;
    font-weight: 500;
    padding: .5em;
    min-width: 1em;
    display: block;
    color: #000
}

.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce-page nav.woocommerce-pagination ul li a:focus,.woocommerce-page nav.woocommerce-pagination ul li a:hover {
    background: #fff;
    color: #2f5b7f;
    text-decoration: none
}

.woocommerce nav.woocommerce-pagination ul li span.current,.woocommerce-page nav.woocommerce-pagination ul li span.current {
    background: #fff;
    color: #2f5b7f;
    text-decoration: underline
}

.woocommerce div.product,.woocommerce-page div.product {
    padding-top: 35px
}

.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images {
    width: 100%;
    float: none;
    margin-bottom: 50px
}

@media only screen and (min-width: 48em) {
    .woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images {
        float:left;
        width: 45%;
        margin-bottom:8px;
    }
}

.woocommerce #content div.product div.images .woocommerce-product-gallery__trigger,.woocommerce div.product div.images .woocommerce-product-gallery__trigger,.woocommerce-page #content div.product div.images .woocommerce-product-gallery__trigger,.woocommerce-page div.product div.images .woocommerce-product-gallery__trigger {
    color: #fff;
    background: #2f5b7f
}

.woocommerce #content div.product div.images .woocommerce-product-gallery__trigger:after,.woocommerce #content div.product div.images .woocommerce-product-gallery__trigger img,.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after,.woocommerce div.product div.images .woocommerce-product-gallery__trigger img,.woocommerce-page #content div.product div.images .woocommerce-product-gallery__trigger:after,.woocommerce-page #content div.product div.images .woocommerce-product-gallery__trigger img,.woocommerce-page div.product div.images .woocommerce-product-gallery__trigger:after,.woocommerce-page div.product div.images .woocommerce-product-gallery__trigger img {
    display: none !important
}

.woocommerce #content div.product div.images .flex-control-thumbs,.woocommerce div.product div.images .flex-control-thumbs,.woocommerce-page #content div.product div.images .flex-control-thumbs,.woocommerce-page div.product div.images .flex-control-thumbs {
    margin: 20px auto 0
}

.woocommerce #content div.product div.images .flex-control-thumbs li,.woocommerce div.product div.images .flex-control-thumbs li,.woocommerce-page #content div.product div.images .flex-control-thumbs li,.woocommerce-page div.product div.images .flex-control-thumbs li {
    padding: 5px
}

.woocommerce .woocommerce-product-gallery__image a,.woocommerce-page .woocommerce-product-gallery__image a {
    display: block
}

.woocommerce .woocommerce-product-gallery__image a img,.woocommerce-page .woocommerce-product-gallery__image a img {
    border: 1px solid #dfdfdf;
    width: 100%;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    width: 100%;
    float: none;
    margin-bottom: 50px
}

@media only screen and (min-width: 48em) {
    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        margin-bottom: 8px;
        width: 50%;
        float:right;
        clear: none
    }
}

.woocommerce #content div.product div.summary .cart,
.woocommerce div.product div.summary .cart,
.woocommerce-page #content div.product div.summary .cart,
.woocommerce-page div.product div.summary .cart {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.woocommerce #content div.product div.summary .product_meta,
.woocommerce div.product div.summary .product_meta,
.woocommerce-page #content div.product div.summary .product_meta,
.woocommerce-page div.product div.summary .product_meta{
    margin-top: 10px;
    font-size: 14px;
}

.woocommerce div.product p.price,.woocommerce div.product span.price,.woocommerce-page div.product p.price,.woocommerce-page div.product span.price {
    color: #003865;
    font-size: 20px;
    line-height: 1;
    font-weight: 400
}

.woocommerce div.product .product_meta .posted_in,.woocommerce-page div.product .product_meta .posted_in {
    display: none
}

.woocommerce div.product .availability_date,.woocommerce-page div.product .availability_date {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.15;
    font-weight: 500;
    color: #2f5b7f;
    margin-bottom: 10px
}

.woocommerce div.product .stock,.woocommerce-page div.product .stock {
    color: #2f5b7f
}

.woocommerce div.product .product--tabs,.woocommerce-page div.product .product--tabs {
    list-style: none;
    padding: 0;
    margin: 0 0 1.618em;
    overflow: hidden;
    width: 26.8%;
    position: relative;
    display: none;
    float: none
}

@media only screen and (min-width: 48em) {
    .woocommerce div.product .product--tabs,.woocommerce-page div.product .product--tabs {
        float:left;
        display: block
    }
}

.woocommerce div.product .product--tabs:before,.woocommerce div.product .product--tabs:after,.woocommerce-page div.product .product--tabs:before,.woocommerce-page div.product .product--tabs:after {
    border: 0
}

.woocommerce div.product .product--tabs li,.woocommerce-page div.product .product--tabs li {
    display: block;
    background: #fff;
    color: #000;
    margin: 0;
    border-top: 2px solid #dfdfdf;
    font-weight: 500;
    font-size: 20px;
    font-size: 20px;
    line-height: 1.2em;
    text-transform: uppercase;
    padding: 23px 50px 23px 0;
    color: #000;
    position: relative;
    cursor: pointer;
    font-family: "Oswald",sans-serif
}

.woocommerce div.product .product--tabs li:after,.woocommerce-page div.product .product--tabs li:after {
    content: '\f054';
    display: block;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    font-size: inherit;
    vertical-align: middle;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none !important;
    font-size: 16px;
    position: absolute;
    top: 20px;
    right: 10px;
    width: 30px;
    height: 30px
}

.woocommerce div.product .product--tabs li:last-child,.woocommerce-page div.product .product--tabs li:last-child {
    border-bottom: 2px solid #dfdfdf
}

.woocommerce div.product .product--tabs li.active,.woocommerce-page div.product .product--tabs li.active {
    background: #fff;
    border-bottom: 0;
    color: #2f5b7f
}

.woocommerce div.product .product--tabs li.active:after,.woocommerce-page div.product .product--tabs li.active:after {
    content: '\f078'
}

.woocommerce div.product .product--tabs li.active:last-child,.woocommerce-page div.product .product--tabs li.active:last-child {
    border-bottom: 2px solid #dfdfdf
}

.woocommerce div.product .product--tabs--container,.woocommerce-page div.product .product--tabs--container {
    padding-top: 50px;
    padding-bottom: 50px;
    clear: both
}

@media only screen and (min-width: 48em) {
    .woocommerce div.product .product--tabs--container,.woocommerce-page div.product .product--tabs--container {
        padding-top: 8px;
        padding-bottom:8px;
    }
}

.woocommerce div.product .product--tabs--content,.woocommerce-page div.product .product--tabs--content {
    margin: 0;
    padding: 0;
    width: 100%;
    float: none;
    position: relative
}

@media only screen and (min-width: 48em) {
    .woocommerce div.product .product--tabs--content,.woocommerce-page div.product .product--tabs--content {
        width:65%;
        float: right;
        display: none
    }
}

.woocommerce div.product .product--tabs--content::before,.woocommerce-page div.product .product--tabs--content::before {
    content: attr(data-title);
    display: block;
    background: #fff;
    color: #000;
    margin: 0;
    border-bottom: 2px solid #dfdfdf;
    font-weight: 500;
    font-size: 20px;
    font-size: 20px;
    line-height: 1.2em;
    text-transform: uppercase;
    padding: 23px 50px 23px 0;
    color: #000;
    position: relative
}

@media only screen and (min-width: 48em) {
    .woocommerce div.product .product--tabs--content::before,.woocommerce-page div.product .product--tabs--content::before {
        display:none
    }
}

.woocommerce div.product .product--tabs--content::after,.woocommerce-page div.product .product--tabs--content::after {
    content: '\f054';
    display: block;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    font-size: inherit;
    vertical-align: middle;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none !important;
    font-size: 16px;
    position: absolute;
    top: 20px;
    right: 10px;
    width: 30px;
    height: 30px
}

@media only screen and (min-width: 48em) {
    .woocommerce div.product .product--tabs--content::after,.woocommerce-page div.product .product--tabs--content::after {
        display:none
    }
}

.woocommerce div.product .product--tabs--content p:last-of-type,.woocommerce-page div.product .product--tabs--content p:last-of-type {
    padding-bottom: 0
}

.woocommerce div.product .product--tabs--content--inner,.woocommerce-page div.product .product--tabs--content--inner {
    display: none;
    padding: 30px 0
}

@media only screen and (min-width: 48em) {
    .woocommerce div.product .product--tabs--content--inner,.woocommerce-page div.product .product--tabs--content--inner {
        display:block;
        padding: 0
    }
}

.woocommerce div.product .product--tabs--content--inner h2,.woocommerce div.product .product--tabs--content--inner .hero--home .hero--content .subheading,.hero--home .hero--content .woocommerce div.product .product--tabs--content--inner .subheading,.woocommerce div.product .product--tabs--content--inner .basic_content .heading,.basic_content .woocommerce div.product .product--tabs--content--inner .heading,.woocommerce-page div.product .product--tabs--content--inner h2,.woocommerce-page div.product .product--tabs--content--inner .hero--home .hero--content .subheading,.hero--home .hero--content .woocommerce-page div.product .product--tabs--content--inner .subheading,.woocommerce-page div.product .product--tabs--content--inner .basic_content .heading,.basic_content .woocommerce-page div.product .product--tabs--content--inner .heading {
    margin-bottom: 30px;
    color: #000;
    display: none
}

@media only screen and (min-width: 48em) {
    .woocommerce div.product .product--tabs--content--inner h2,.woocommerce div.product .product--tabs--content--inner .hero--home .hero--content .subheading,.hero--home .hero--content .woocommerce div.product .product--tabs--content--inner .subheading,.woocommerce div.product .product--tabs--content--inner .basic_content .heading,.basic_content .woocommerce div.product .product--tabs--content--inner .heading,.woocommerce-page div.product .product--tabs--content--inner h2,.woocommerce-page div.product .product--tabs--content--inner .hero--home .hero--content .subheading,.hero--home .hero--content .woocommerce-page div.product .product--tabs--content--inner .subheading,.woocommerce-page div.product .product--tabs--content--inner .basic_content .heading,.basic_content .woocommerce-page div.product .product--tabs--content--inner .heading {
        display:block
    }
}

@media only screen and (min-width: 48em) {
    .woocommerce div.product .product--tabs--content.active,.woocommerce-page div.product .product--tabs--content.active {
        display:block
    }
}

.woocommerce div.product .product--tabs--content.active::before,.woocommerce-page div.product .product--tabs--content.active::before {
    background: #fff;
    color: #2f5b7f
}

.woocommerce div.product .product--tabs--content.active::before:last-child,.woocommerce-page div.product .product--tabs--content.active::before:last-child {
    border-bottom: 2px solid #dfdfdf
}

.woocommerce div.product .product--tabs--content.active::after,.woocommerce-page div.product .product--tabs--content.active::after {
    content: '\f078';
    color: #2f5b7f
}

.woocommerce div.product .product--tabs--content.active .product--tabs--content--inner,.woocommerce-page div.product .product--tabs--content.active .product--tabs--content--inner {
    display: block
}

.woocommerce div.product form.cart .variations th,.woocommerce div.product form.cart .variations td,.woocommerce-page div.product form.cart .variations th,.woocommerce-page div.product form.cart .variations td {
    display: block
}

.woocommerce div.product form.cart .variations .value,.woocommerce-page div.product form.cart .variations .value {
    padding-bottom: 20px
}

.woocommerce div.product form.cart .variations label,
.woocommerce-page div.product form.cart .variations label {
    font-weight: 700;
    font-size: 18px;
}

.woocommerce div.product form.cart .variations select,.woocommerce-page div.product form.cart .variations select {
    width: 100%;
    margin-right: 0
}

.woocommerce div.product form.cart .group_table td,
.woocommerce-page div.product form.cart .group_table td {
    display: block;
    width: 100%
}

.woocommerce div.product form.cart .button,
.woocommerce-page div.product form.cart .button {
    padding: 11px 15px
}

.woocommerce div.product form.cart .button:after,
.woocommerce-page div.product form.cart .button:after {
    display: none
}

.woocommerce div.product form.cart div.quantity,
.woocommerce-page div.product form.cart div.quantity {
    margin-right: 20px
}

.woocommerce div.product form.cart div.quantity .qty,
.woocommerce-page div.product form.cart div.quantity .qty {
    width: 105px;
/*    height: 44px;*/
/*    line-height: 24px;*/
    padding: 10px 20px;
    background: #ffffff;
    color: #5B6770;
    border: 1px solid #5B6770;
    border-radius: 0;
}

.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before {
    font-size: 20px;
}

.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
    border: 0;
    border-collapse: collapse;
    margin: 0;
}

.woocommerce table.shop_table thead th,
.woocommerce-page table.shop_table thead th {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #000;
    border-bottom: 1px solid #A2AAAD;
    text-align: center;
    padding: 20px 12px;
    font-family: "Playfair Display", Didot, Bodoni MT, Times New Roman, serif;
    -webkit-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
}

.woocommerce table.shop_table th.product-name,
.woocommerce-page table.shop_table th.product-name {
    text-align: left
}

.woocommerce table.shop_table tbody td,
.woocommerce-page table.shop_table tbody td {
    border-top: 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 15px 12px;
    vertical-align: middle;
    line-height: 1.5em;
    text-align: center
}
.woocommerce table.shop_table.cart tbody td,
.woocommerce-page table.shop_table.cart tbody td {
    padding: 30px 12px;
}
.woocommerce table.shop_table tfoot .cart-subtotal th,
.woocommerce-page table.shop_table tfoot .cart-subtotal th,
.woocommerce table.shop_table tfoot .order-total th,
.woocommerce-page table.shop_table tfoot .order-total th{
    padding: 15px 12px;
}
.woocommerce table.shop_table tfoot .cart-subtotal td,
.woocommerce-page table.shop_table tfoot .cart-subtotal td,
.woocommerce table.shop_table tfoot .order-total td,
.woocommerce table.shop_table tfoot .order-total td{
    padding: 15px 12px;
}

.woocommerce-page table.shop_table tfoot .cart-subtotal + .order-total th,
.woocommerce-page table.shop_table tfoot .cart-subtotal + .order-total td{
    padding-top: 5px;
}

.woocommerce table.shop_table tbody td.product-name,.woocommerce-page table.shop_table tbody td.product-name {
    text-align: left
}

.woocommerce table.shop_table tbody td.product-name a,.woocommerce-page table.shop_table tbody td.product-name a {
    font-size: 20px;
    font-size: 20px;
    color: #000;
    text-decoration: underline
}

.woocommerce table.shop_table tbody td.product-name p,.woocommerce-page table.shop_table tbody td.product-name p {
    font-size: 16px;
    margin: 0;
    padding: 0
}

.woocommerce table.shop_table tbody td.product-price,.woocommerce table.shop_table tbody td.product-subtotal,.woocommerce-page table.shop_table tbody td.product-price,.woocommerce-page table.shop_table tbody td.product-subtotal {
    font-size: 20px;
}

.woocommerce table.shop_table tbody td .quantity .qty,
.woocommerce-page table.shop_table tbody td .quantity .qty {
   width: 105px;
    padding: 10px 20px;
    background: #ffffff;
    color: #5B6770;
    border: 1px solid #5B6770;
    border-radius: 0;
}

.woocommerce table.shop_table.order_details,.woocommerce table.shop_table.my_account_orders,.woocommerce-page table.shop_table.order_details,.woocommerce-page table.shop_table.my_account_orders {
    font-size: 16px;
}

.woocommerce table.shop_table.order_details .button,.woocommerce table.shop_table.my_account_orders .button,.woocommerce-page table.shop_table.order_details .button,.woocommerce-page table.shop_table.my_account_orders .button {
    font-size: 16px;
    padding: 0 20px 0 0;
    display: inline-block;
    border: 0 !important;
    position: relative;
    float: left;
    clear: left
}

.woocommerce table.shop_table.order_details .button:after,.woocommerce table.shop_table.my_account_orders .button:after,.woocommerce-page table.shop_table.order_details .button:after,.woocommerce-page table.shop_table.my_account_orders .button:after {
    font-size: 11px;
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.woocommerce table.shop_table.order_details .button:focus,.woocommerce table.shop_table.order_details .button:hover,.woocommerce table.shop_table.my_account_orders .button:focus,.woocommerce table.shop_table.my_account_orders .button:hover,.woocommerce-page table.shop_table.order_details .button:focus,.woocommerce-page table.shop_table.order_details .button:hover,.woocommerce-page table.shop_table.my_account_orders .button:focus,.woocommerce-page table.shop_table.my_account_orders .button:hover {
    background: transparent !important;
    color: #2f5b7f
}

.woocommerce table.shop_table.order_details .button+.button,.woocommerce table.shop_table.my_account_orders .button+.button,.woocommerce-page table.shop_table.order_details .button+.button,.woocommerce-page table.shop_table.my_account_orders .button+.button {
    margin-top: 15px
}

.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions {
    border-top: 1px solid #c7c7c7;
    border-bottom: 0
}

.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 30px
}

@media only screen and (min-width: 48.063em) {
    .woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon {
        padding-bottom:0;
        max-width: 460px;
    }
}

.woocommerce #content table.cart td.actions .coupon .input-text,.woocommerce table.cart td.actions .coupon .input-text,.woocommerce-page #content table.cart td.actions .coupon .input-text,.woocommerce-page table.cart td.actions .coupon .input-text {
    width: calc(100% - 220px);
    position: relative;
    height: 48px;
    line-height: 1;
    padding: 9px 50px 9px 5px;
    z-index: 1;
    border: 0;
    border-bottom: 1px solid #A2AAAD;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    background: transparent
}

@media only screen and (min-width: 48.063em) {
    .woocommerce #content table.cart td.actions .coupon .input-text,.woocommerce table.cart td.actions .coupon .input-text,.woocommerce-page #content table.cart td.actions .coupon .input-text,.woocommerce-page table.cart td.actions .coupon .input-text {
        font-size:24px;
    }
}

.woocommerce #content table.cart td.actions .coupon .input-text:-ms-input-placeholder,.woocommerce table.cart td.actions .coupon .input-text:-ms-input-placeholder,.woocommerce-page #content table.cart td.actions .coupon .input-text:-ms-input-placeholder,.woocommerce-page table.cart td.actions .coupon .input-text:-ms-input-placeholder {
    color: #5B6770;
    opacity: 1
}

.woocommerce #content table.cart td.actions .coupon .input-text::placeholder,.woocommerce table.cart td.actions .coupon .input-text::placeholder,.woocommerce-page #content table.cart td.actions .coupon .input-text::placeholder,.woocommerce-page table.cart td.actions .coupon .input-text::placeholder {
    color: #5B6770;
    opacity: 1
}

.woocommerce #content table.cart td.actions .coupon .input-text:-ms-input-placeholder,.woocommerce table.cart td.actions .coupon .input-text:-ms-input-placeholder,.woocommerce-page #content table.cart td.actions .coupon .input-text:-ms-input-placeholder,.woocommerce-page table.cart td.actions .coupon .input-text:-ms-input-placeholder {
    color: #5B6770
}

.woocommerce #content table.cart td.actions .coupon .input-text::-ms-input-placeholder,.woocommerce table.cart td.actions .coupon .input-text::-ms-input-placeholder,.woocommerce-page #content table.cart td.actions .coupon .input-text::-ms-input-placeholder,.woocommerce-page table.cart td.actions .coupon .input-text::-ms-input-placeholder {
    color: #5B6770
}

.woocommerce #content table.cart td.actions .button,.woocommerce table.cart td.actions .button,.woocommerce-page #content table.cart td.actions .button,.woocommerce-page table.cart td.actions .button {
    font-size: 18px;
    width: 160px !important;
    padding: 13px 15px
}

.woocommerce .cart-collaterals {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding-top: 30px;
    padding-top: 30px;
    justify-content: flex-end;
}
@media only screen and (min-width: 60em) {
    .woocommerce .cart-collaterals {
        flex-direction: row;
    }
}

.woocommerce .cart-collaterals h2{
    font-size: 20px;
}
@media only screen and (min-width: 1281px){
	.woocommerce .cart-collaterals h2{
        font-size: 32px;
    }
}
@media only screen and (min-width: 961px) and (max-width: 1280px){
    .woocommerce .cart-collaterals h2{
		font-size: 25px;
	}
}
@media only screen and (min-width: 601px) and (max-width: 960px){
    .woocommerce .cart-collaterals h2{
		font-size: 20px;
	}
}


.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
}

@media only screen and (min-width: 60em) {
    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals {
        width: 35%;
    }
}

.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
    width: 100%;
}
@media only screen and (min-width: 60em) {
    .woocommerce .cart-collaterals .cross-sells,
    .woocommerce-page .cart-collaterals .cross-sells {
        width: 65%;
    }
}
.woocommerce .cart-collaterals .cart_totals table.shop_table,
.woocommerce-page .cart-collaterals .cart_totals table.shop_table{
    border-top: 1px solid #A2AAAD;
    margin: 10px 0 30px;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table tbody th,
.woocommerce-page .cart-collaterals .cart_totals table.shop_table tbody th {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 10px 20px;
    text-align: left;
    font-size: 18px;
    width: 45%;
    font-weight: 700;
}

.woocommerce .cart-collaterals .cart_totals table.shop_table tbody td,
.woocommerce-page .cart-collaterals .cart_totals table.shop_table tbody td {
    padding: 10px 20px;
    font-size: 18px;
}

.woocommerce-page .cart-collaterals .cart_totals table.shop_table tbody .order-total th,
.woocommerce-page .cart-collaterals .cart_totals table.shop_table tbody .order-total td{
    border-bottom: 1px solid #A2AAAD;
}

.woocommerce table.shop_table tbody td .actions,
.woocommerce-page table.shop_table tbody td .actions{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.woocommerce table.shop_table tbody td.actions-container:before,
.woocommerce-page table.shop_table tbody td.actions-container:before{
    display: none;
}

@media only screen and (min-width: 60em) {
    .woocommerce table.shop_table tbody td .actions,
    .woocommerce-page table.shop_table tbody td .actions{
        flex-direction: row;
        align-items: center;
    }
}

.woocommerce table.shop_table tbody td .actions .update-button,
.woocommerce-page table.shop_table tbody td .actions .update-button{
    margin-top: 30px;
}
@media only screen and (min-width: 60em) {
    .woocommerce table.shop_table tbody td .actions .update-button,
    .woocommerce-page table.shop_table tbody td .actions .update-button{
        margin-top: auto;
    }
}

.woocommerce table.shop_table tbody td .actions .coupon,
.woocommerce-page table.shop_table tbody td .actions .coupon{
    text-align: left;
}
.woocommerce table.shop_table tbody td .actions .coupon-inner,
.woocommerce-page table.shop_table tbody td .actions .coupon-inner{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-right: 10px;
    align-items: center;
}
.woocommerce table.shop_table tbody td .actions .coupon label,
.woocommerce-page table.shop_table tbody td .actions .coupon label{
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
    font-family: "Playfair Display", Didot, Bodoni MT, Times New Roman, serif;
    -webkit-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
}
.woocommerce table.shop_table tbody td .actions .coupon-inner input,
.woocommerce-page table.shop_table tbody td .actions .coupon-inner input{
    background: #ffffff;
    color: #5B6770;
    border: 1px solid #5B6770;
    padding: 10px 20px;
    width: 100%;
    border-radius: 0;
    margin-right: 10px;
}

.woocommerce table.shop_table tbody td .actions .coupon-inner .button,
.woocommerce-page table.shop_table tbody td .actions .coupon-inner .button{
    min-width: 200px;
    
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,.woocommerce td.product-name .wc-item-meta dt,.woocommerce td.product-name dl.variation .wc-item-meta-label,.woocommerce td.product-name dl.variation dt,.woocommerce-page td.product-name .wc-item-meta .wc-item-meta-label,.woocommerce-page td.product-name .wc-item-meta dt,.woocommerce-page td.product-name dl.variation .wc-item-meta-label,.woocommerce-page td.product-name dl.variation dt {
    font-weight: 700
}

.woocommerce a.remove,.woocommerce-page a.remove {
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 1;
    font-size: 30px;
    color: #707271 !important;
    text-decoration: none;
    font-weight: 400;
    border: 0;
    text-indent: -999px;
    overflow: hidden;
    position: relative
}

.woocommerce a.remove:after,.woocommerce-page a.remove:after {
    content: '\f00d';
    display: inline-block;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    font-size: inherit;
    vertical-align: middle;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none !important;
    font-size: 30px;
    position: absolute;
    line-height: 1;
    top: 0;
    text-indent: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.woocommerce-cart table.cart td.product-thumbnail:before,
.woocommerce-checkout table.cart td.product-thumbnail:before,
.woocommerce-page-cart table.cart td.product-thumbnail:before,
.woocommerce-page-checkout table.cart td.product-thumbnail:before{
    display: none;
}

.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img,
.woocommerce-page-cart table.cart img,
.woocommerce-page-checkout table.cart img {
    width: 100%;
    max-width: 170px;
    box-shadow: none
}

.woocommerce-cart .wc-proceed-to-checkout,.woocommerce-checkout .wc-proceed-to-checkout,.woocommerce-page-cart .wc-proceed-to-checkout,.woocommerce-page-checkout .wc-proceed-to-checkout {
    text-align: right
}

.woocommerce .checkout--block,.woocommerce-page .checkout--block {
    display: block;
    padding-top: 50px
}

.woocommerce .checkout--block h3,.woocommerce .checkout--block .woocommerce-order-details__title,.woocommerce .checkout--block .woocommerce-column__title,.woocommerce .checkout--block .page-content .page-title,.woocommerce .page-content .checkout--block .page-title,.woocommerce-page .page-content .woocommerce .checkout--block .page-title,.woocommerce .checkout--block .cart-collaterals .cart_totals h2,.woocommerce .cart-collaterals .cart_totals .checkout--block h2,.woocommerce .checkout--block .cart-collaterals .cart_totals .hero--home .hero--content .subheading,.woocommerce .cart-collaterals .cart_totals .hero--home .hero--content .checkout--block .subheading,.hero--home .hero--content .woocommerce .checkout--block .cart-collaterals .cart_totals .subheading,.hero--home .hero--content .woocommerce .cart-collaterals .cart_totals .checkout--block .subheading,.woocommerce .checkout--block .cart-collaterals .cart_totals .basic_content .heading,.woocommerce .cart-collaterals .cart_totals .basic_content .checkout--block .heading,.basic_content .woocommerce .checkout--block .cart-collaterals .cart_totals .heading,.basic_content .woocommerce .cart-collaterals .cart_totals .checkout--block .heading,.woocommerce-page .cart-collaterals .cart_totals .woocommerce .checkout--block h2,.woocommerce-page .cart-collaterals .cart_totals .hero--home .hero--content .woocommerce .checkout--block .subheading,.woocommerce .checkout--block .hero--home .hero--content .woocommerce-page .cart-collaterals .cart_totals .subheading,.hero--home .hero--content .woocommerce-page .cart-collaterals .cart_totals .woocommerce .checkout--block .subheading,.woocommerce-page .cart-collaterals .cart_totals .basic_content .woocommerce .checkout--block .heading,.woocommerce .checkout--block .basic_content .woocommerce-page .cart-collaterals .cart_totals .heading,.basic_content .woocommerce-page .cart-collaterals .cart_totals .woocommerce .checkout--block .heading,.woocommerce-page .checkout--block h3,.woocommerce-page .checkout--block .woocommerce-order-details__title,.woocommerce-page .checkout--block .woocommerce-column__title,.woocommerce .page-content .woocommerce-page .checkout--block .page-title,.woocommerce-page .checkout--block .page-content .page-title,.woocommerce-page .page-content .checkout--block .page-title,.woocommerce .cart-collaterals .cart_totals .woocommerce-page .checkout--block h2,.woocommerce .cart-collaterals .cart_totals .hero--home .hero--content .woocommerce-page .checkout--block .subheading,.woocommerce-page .checkout--block .hero--home .hero--content .woocommerce .cart-collaterals .cart_totals .subheading,.hero--home .hero--content .woocommerce .cart-collaterals .cart_totals .woocommerce-page .checkout--block .subheading,.woocommerce .cart-collaterals .cart_totals .basic_content .woocommerce-page .checkout--block .heading,.woocommerce-page .checkout--block .basic_content .woocommerce .cart-collaterals .cart_totals .heading,.basic_content .woocommerce .cart-collaterals .cart_totals .woocommerce-page .checkout--block .heading,.woocommerce-page .checkout--block .cart-collaterals .cart_totals h2,.woocommerce-page .cart-collaterals .cart_totals .checkout--block h2,.woocommerce-page .checkout--block .cart-collaterals .cart_totals .hero--home .hero--content .subheading,.woocommerce-page .cart-collaterals .cart_totals .hero--home .hero--content .checkout--block .subheading,.hero--home .hero--content .woocommerce-page .checkout--block .cart-collaterals .cart_totals .subheading,.hero--home .hero--content .woocommerce-page .cart-collaterals .cart_totals .checkout--block .subheading,.woocommerce-page .checkout--block .cart-collaterals .cart_totals .basic_content .heading,.woocommerce-page .cart-collaterals .cart_totals .basic_content .checkout--block .heading,.basic_content .woocommerce-page .checkout--block .cart-collaterals .cart_totals .heading,.basic_content .woocommerce-page .cart-collaterals .cart_totals .checkout--block .heading {
    color: #000;
    text-transform: capitalize;
    margin-bottom: 30px !important
}

.woocommerce .checkout--block--section,.woocommerce-page .checkout--block--section {
    padding-bottom: 70px
}

.woocommerce .checkout--review,.woocommerce-page .checkout--review {
    border: 1px solid #acacac;
    padding: 35px 30px
}

@media only screen and (min-width: 48.063em) {
    .woocommerce .checkout--review,.woocommerce-page .checkout--review {
        padding: 35px 50px 45px
    }
}

@media only screen and (min-width: 80em) {
    .woocommerce .checkout--review,.woocommerce-page .checkout--review {
        margin-left:50px
    }
}

.woocommerce .checkout--review h3,.woocommerce .checkout--review .woocommerce-order-details__title,.woocommerce .checkout--review .woocommerce-column__title,.woocommerce .checkout--review .page-content .page-title,.woocommerce .page-content .checkout--review .page-title,.woocommerce-page .page-content .woocommerce .checkout--review .page-title,.woocommerce .checkout--review .cart-collaterals .cart_totals h2,.woocommerce .cart-collaterals .cart_totals .checkout--review h2,.woocommerce .checkout--review .cart-collaterals .cart_totals .hero--home .hero--content .subheading,.woocommerce .cart-collaterals .cart_totals .hero--home .hero--content .checkout--review .subheading,.hero--home .hero--content .woocommerce .checkout--review .cart-collaterals .cart_totals .subheading,.hero--home .hero--content .woocommerce .cart-collaterals .cart_totals .checkout--review .subheading,.woocommerce .checkout--review .cart-collaterals .cart_totals .basic_content .heading,.woocommerce .cart-collaterals .cart_totals .basic_content .checkout--review .heading,.basic_content .woocommerce .checkout--review .cart-collaterals .cart_totals .heading,.basic_content .woocommerce .cart-collaterals .cart_totals .checkout--review .heading,.woocommerce-page .cart-collaterals .cart_totals .woocommerce .checkout--review h2,.woocommerce-page .cart-collaterals .cart_totals .hero--home .hero--content .woocommerce .checkout--review .subheading,.woocommerce .checkout--review .hero--home .hero--content .woocommerce-page .cart-collaterals .cart_totals .subheading,.hero--home .hero--content .woocommerce-page .cart-collaterals .cart_totals .woocommerce .checkout--review .subheading,.woocommerce-page .cart-collaterals .cart_totals .basic_content .woocommerce .checkout--review .heading,.woocommerce .checkout--review .basic_content .woocommerce-page .cart-collaterals .cart_totals .heading,.basic_content .woocommerce-page .cart-collaterals .cart_totals .woocommerce .checkout--review .heading,.woocommerce-page .checkout--review h3,.woocommerce-page .checkout--review .woocommerce-order-details__title,.woocommerce-page .checkout--review .woocommerce-column__title,.woocommerce .page-content .woocommerce-page .checkout--review .page-title,.woocommerce-page .checkout--review .page-content .page-title,.woocommerce-page .page-content .checkout--review .page-title,.woocommerce .cart-collaterals .cart_totals .woocommerce-page .checkout--review h2,.woocommerce .cart-collaterals .cart_totals .hero--home .hero--content .woocommerce-page .checkout--review .subheading,.woocommerce-page .checkout--review .hero--home .hero--content .woocommerce .cart-collaterals .cart_totals .subheading,.hero--home .hero--content .woocommerce .cart-collaterals .cart_totals .woocommerce-page .checkout--review .subheading,.woocommerce .cart-collaterals .cart_totals .basic_content .woocommerce-page .checkout--review .heading,.woocommerce-page .checkout--review .basic_content .woocommerce .cart-collaterals .cart_totals .heading,.basic_content .woocommerce .cart-collaterals .cart_totals .woocommerce-page .checkout--review .heading,.woocommerce-page .checkout--review .cart-collaterals .cart_totals h2,.woocommerce-page .cart-collaterals .cart_totals .checkout--review h2,.woocommerce-page .checkout--review .cart-collaterals .cart_totals .hero--home .hero--content .subheading,.woocommerce-page .cart-collaterals .cart_totals .hero--home .hero--content .checkout--review .subheading,.hero--home .hero--content .woocommerce-page .checkout--review .cart-collaterals .cart_totals .subheading,.hero--home .hero--content .woocommerce-page .cart-collaterals .cart_totals .checkout--review .subheading,.woocommerce-page .checkout--review .cart-collaterals .cart_totals .basic_content .heading,.woocommerce-page .cart-collaterals .cart_totals .basic_content .checkout--review .heading,.basic_content .woocommerce-page .checkout--review .cart-collaterals .cart_totals .heading,.basic_content .woocommerce-page .cart-collaterals .cart_totals .checkout--review .heading {
    color: #000;
    text-transform: capitalize;
    margin-bottom: 30px !important
}

.woocommerce .checkout--review table.shop_table,.woocommerce-page .checkout--review table.shop_table {
    border-collapse: collapse
}

.woocommerce .checkout--review table.shop_table thead th,
.woocommerce-page .checkout--review table.shop_table thead th {
    text-transform: capitalize;
    border-bottom: 2px solid #acacac;
    padding: 20px 12px 20px 0;
    text-align: left
}

.woocommerce .checkout--review table.shop_table tbody td,.woocommerce-page .checkout--review table.shop_table tbody td {
    border-top: 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 30px 12px 30px 0;
    vertical-align: top;
    line-height: 1.5em;
    text-align: left
}

.woocommerce .checkout--review table.shop_table tbody td.product-name,.woocommerce-page .checkout--review table.shop_table tbody td.product-name {
    font-size: 18px;
}

@media only screen and (min-width: 30em) {
    .woocommerce .checkout--review table.shop_table tbody td.product-name,.woocommerce-page .checkout--review table.shop_table tbody td.product-name {
        font-size: 22px;
    }
}

.woocommerce .checkout--review table.shop_table tbody td.product-name .variation,.woocommerce-page .checkout--review table.shop_table tbody td.product-name .variation {
    font-size: 16px;
}

.woocommerce .checkout--review table.shop_table tbody td.product-name .variation dt p,.woocommerce .checkout--review table.shop_table tbody td.product-name .variation dd p,.woocommerce-page .checkout--review table.shop_table tbody td.product-name .variation dt p,.woocommerce-page .checkout--review table.shop_table tbody td.product-name .variation dd p {
    line-height: 2.063em
}

.woocommerce .checkout--review table.shop_table tbody td.product-total,
.woocommerce-page .checkout--review table.shop_table tbody td.product-total {
    font-size: 18px;
}

@media only screen and (min-width: 30em) {
    .woocommerce .checkout--review table.shop_table tbody td.product-total,
    .woocommerce-page .checkout--review table.shop_table tbody td.product-total {
        font-size:22px;
    }
}

.woocommerce .checkout--review table.shop_table tfoot tr.cart-subtotal th,
.woocommerce .checkout--review table.shop_table tfoot tr.cart-subtotal td,
.woocommerce-page .checkout--review table.shop_table tfoot tr.cart-subtotal th,
.woocommerce-page .checkout--review table.shop_table tfoot tr.cart-subtotal td {
    padding: 20px 12px 10px 0;
    font-size: 18px;
}

@media only screen and (min-width: 30em) {
    .woocommerce .checkout--review table.shop_table tfoot tr.cart-subtotal th,
    .woocommerce .checkout--review table.shop_table tfoot tr.cart-subtotal td,
    .woocommerce-page .checkout--review table.shop_table tfoot tr.cart-subtotal th,
    .woocommerce-page .checkout--review table.shop_table tfoot tr.cart-subtotal td {
        font-size:22px;
    }
}

.woocommerce .checkout--review table.shop_table tfoot tr.order-total th,
.woocommerce .checkout--review table.shop_table tfoot tr.order-total td,
.woocommerce-page .checkout--review table.shop_table tfoot tr.order-total th,
.woocommerce-page .checkout--review table.shop_table tfoot tr.order-total td {
    padding: 10px 12px 20px 0;
    font-size: 18px;
}

@media only screen and (min-width: 30em) {
    .woocommerce .checkout--review table.shop_table tfoot tr.order-total th,
    .woocommerce .checkout--review table.shop_table tfoot tr.order-total td,
    .woocommerce-page .checkout--review table.shop_table tfoot tr.order-total th,
    .woocommerce-page .checkout--review table.shop_table tfoot tr.order-total td {
        font-size:22px;
    }
}

.woocommerce .checkout--review table.shop_table tfoot tr.order-total th strong,
.woocommerce .checkout--review table.shop_table tfoot tr.order-total td strong,
.woocommerce-page .checkout--review table.shop_table tfoot tr.order-total th strong,
.woocommerce-page .checkout--review table.shop_table tfoot tr.order-total td strong {
    font-weight: 500
}

.woocommerce .checkout--review table.shop_table tfoot th,
.woocommerce .checkout--review table.shop_table tfoot td,
.woocommerce-page .checkout--review table.shop_table tfoot th,
.woocommerce-page .checkout--review table.shop_table tfoot td {
    text-transform: capitalize;
    border-bottom: 0;
    border-top: 0;
    font-weight: 400;
    font-size: 24px;
    text-align: left
}

.woocommerce .checkout--review .woocommerce-terms-and-conditions-wrapper p,.woocommerce-page .checkout--review .woocommerce-terms-and-conditions-wrapper p {
    font-size: 15px;
}

.woocommerce form .form-row,
.woocommerce-page form .form-row {
    margin-bottom: 25px
}

.woocommerce form .form-row.address-field+.address-field,.woocommerce-page form .form-row.address-field+.address-field {
    margin-top: -5px;
}

@media only screen and (max-width: 30em) {
    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        float:none
    }
}

@media only screen and (max-width: 30em) {
    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        width:100%
    }
}

.woocommerce form .form-row.place-order .button,
.woocommerce-page form .form-row.place-order .button {
    margin-top: 30px;
    padding: 22px 25px;
    width: 100%;
    display: block;
    max-width: 100%;
    font-weight: 500;
    font-size: 20px;
}

.woocommerce form .form-row.place-order .button:after,
.woocommerce-page form .form-row.place-order .button:after {
    display: none
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    font-size: 18px;
    line-height: 1.556em;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px
}

.woocommerce form .form-row .woocommerce-input-wrapper,
.woocommerce-page form .form-row .woocommerce-input-wrapper {
    display: block
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea {
    background: #ffffff;
    color: #5B6770;
    border: 1px solid #5B6770;
    padding: 10px 20px;
    width: 100%;
    border-radius: 0;
}

.woocommerce form #wc_customer_source_checkout_field {
    background: #ffffff;
    color: #5B6770;
    border: 1px solid #5B6770;
    padding: 10px 20px;
    width: 100%;
    border-radius: 0;
}

.woocommerce form .form-row input.input-text:-ms-input-placeholder,
.woocommerce form .form-row textarea:-ms-input-placeholder,
.woocommerce-page form .form-row input.input-text:-ms-input-placeholder,
.woocommerce-page form .form-row textarea:-ms-input-placeholder {
    color: #5B6770;
    opacity: 1
}

.woocommerce form .form-row input.input-text::placeholder,
.woocommerce form .form-row textarea::placeholder,
.woocommerce-page form .form-row input.input-text::placeholder,
.woocommerce-page form .form-row textarea::placeholder {
    color: #5B6770;
    opacity: 1
}

.woocommerce form .form-row input.input-text:-ms-input-placeholder,
.woocommerce form .form-row textarea:-ms-input-placeholder,
.woocommerce-page form .form-row input.input-text:-ms-input-placeholder,
.woocommerce-page form .form-row textarea:-ms-input-placeholder {
    color: #5B6770
}

.woocommerce form .form-row input.input-text::-ms-input-placeholder,
.woocommerce form .form-row textarea::-ms-input-placeholder,
.woocommerce-page form .form-row input.input-text::-ms-input-placeholder,
.woocommerce-page form .form-row textarea::-ms-input-placeholder {
    color: #5B6770
}
.woocommerce form fieldset{
    background: #e9edef;
    color: #003865;
    border: none;
    padding: 10px 30px;
    margin-bottom: 30px;
}
.woocommerce form fieldset legend{
    background: #003865;
    color: #ffffff;
    border: none;
    padding: 6px 10px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce-page form .form-row input.input-text:focus,
.woocommerce-page form .form-row textarea:focus {
    outline: -webkit-focus-ring-color auto 5px
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea {
    background: #ffffff;
    color: #5B6770;
    border: 1px solid #5B6770;
    padding: 10px 20px;
    width: 100%;
    border-radius: 0;
}

.woocommerce-cart #payment,.woocommerce-checkout #payment,.woocommerce-page-cart #payment,.woocommerce-page-checkout #payment {
    background: #fff;
    border-radius: 0;
    border-top: 1px solid #d3ced2
}

.woocommerce-cart #payment ul.payment_methods,.woocommerce-checkout #payment ul.payment_methods,.woocommerce-page-cart #payment ul.payment_methods,.woocommerce-page-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 1em 0
}

.woocommerce #reviews #review_form_wrapper,
.woocommerce-page #reviews #review_form_wrapper,
.woocommerce #reviews #comments {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: none;
}
@media screen and (min-width: 60em) {
    .woocommerce #reviews #review_form_wrapper,
    .woocommerce-page #reviews #review_form_wrapper,
    .woocommerce #reviews #comments{
        max-width: 50%;
        width: 50%;
    }
}
.woocommerce #reviews #comments+#review_form_wrapper,
.woocommerce-page #reviews #comments+#review_form_wrapper {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #d3ced2
}

.woocommerce #reviews #comments ol.commentlist,.woocommerce-page #reviews #comments ol.commentlist {
    padding: 0
}

.woocommerce #reviews #comments ol.commentlist li,.woocommerce-page #reviews #comments ol.commentlist li {
    margin: 0;
    padding: 0
}

.woocommerce #reviews #comments ol.commentlist li+li,.woocommerce-page #reviews #comments ol.commentlist li+li {
    border-top: 1px solid #dfdfdf;
    padding-top: 30px;
    margin-top: 30px
}

.woocommerce #reviews #comments ol.commentlist li img.avatar,.woocommerce-page #reviews #comments ol.commentlist li img.avatar {
    display: none
}

.woocommerce #reviews #comments ol.commentlist li .comment-text,.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
    margin: 0;
    border: 0;
    padding: 0
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .meta .woocommerce-review__author,.woocommerce #reviews #comments ol.commentlist li .comment-text .meta .woocommerce-review__published-date,.woocommerce-page #reviews #comments ol.commentlist li .comment-text .meta .woocommerce-review__author,.woocommerce-page #reviews #comments ol.commentlist li .comment-text .meta .woocommerce-review__published-date {
    display: block;
    font-size: 18px;
    line-height: 1.333em;
    letter-spacing: 0.05em
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .meta .woocommerce-review__dash,.woocommerce-page #reviews #comments ol.commentlist li .comment-text .meta .woocommerce-review__dash {
    display: none
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .meta .woocommerce-review__author,.woocommerce-page #reviews #comments ol.commentlist li .comment-text .meta .woocommerce-review__author {
    font-weight: 600;
    color: #000
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .meta .woocommerce-review__published-date,.woocommerce-page #reviews #comments ol.commentlist li .comment-text .meta .woocommerce-review__published-date {
    color: #6f7170
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .description p:last-of-type,.woocommerce-page #reviews #comments ol.commentlist li .comment-text .description p:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0
}

.woocommerce .star-rating,.woocommerce-page .star-rating {
    display: block;
    float: none;
    margin-bottom: 15px
}

.woocommerce .star-rating span::before,.woocommerce-page .star-rating span::before {
    color: #2f5b7f
}

/*
.woocommerce #review_form,
.woocommerce-page #review_form {
    display: none
}
*/

.woocommerce .review_form_label,
.woocommerce-page .review_form_label {
    font-size: 28px;
    font-family: "Playfair Display", Didot, Bodoni MT, Times New Roman, serif;
    -webkit-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
}

.woocommerce #review_form .comment-form-rating label,.woocommerce-page #review_form .comment-form-rating label {
    display: block;
    font-size: 24px;
    line-height: 1.15;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 15px
}

.woocommerce #review_form .comment-form-rating .stars,.woocommerce-page #review_form .comment-form-rating .stars {
    margin: 0 0 15px
}

.woocommerce #review_form #respond,.woocommerce-page #review_form #respond {
    padding: 30px 0 0
}

.woocommerce #review_form #respond .comment-reply-title,.woocommerce-page #review_form #respond .comment-reply-title {
    display: none
}

.woocommerce #review_form #respond .comment-form label,
.woocommerce-page #review_form #respond .comment-form label {
    font-size: 18px;
    line-height: 1.556em;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
    display: block;
}

.woocommerce #review_form #respond .comment-form input[type="text"],
.woocommerce #review_form #respond .comment-form input[type="email"], 
.woocommerce #review_form #respond .comment-form input[type="url"], 
.woocommerce #review_form #respond .comment-form input[type="password"], 
.woocommerce #review_form #respond .comment-form input[type="search"], 
.woocommerce #review_form #respond .comment-form input[type="number"], 
.woocommerce #review_form #respond .comment-form input[type="tel"], 
.woocommerce #review_form #respond .comment-form input[type="range"], 
.woocommerce #review_form #respond .comment-form input[type="date"], 
.woocommerce #review_form #respond .comment-form input[type="month"], 
.woocommerce #review_form #respond .comment-form input[type="week"], 
.woocommerce #review_form #respond .comment-form input[type="time"], 
.woocommerce #review_form #respond .comment-form input[type="datetime"], 
.woocommerce #review_form #respond .comment-form input[type="datetime-local"], 
.woocommerce #review_form #respond .comment-form input[type="color"], 
.woocommerce #review_form #respond .comment-form textarea {
    background: #ffffff;
    color: #5B6770;
    border: 1px solid #5B6770;
    padding: 10px 20px;
    width: 100%;
    border-radius: 0;
}

.woocommerce #review_form #respond .comment-form input:-ms-input-placeholder,
.woocommerce #review_form #respond .comment-form textarea:-ms-input-placeholder,
.woocommerce-page #review_form #respond .comment-form input:-ms-input-placeholder,
.woocommerce-page #review_form #respond .comment-form textarea:-ms-input-placeholder {
    color: #5B6770;
    opacity: 1
}

.woocommerce #review_form #respond .comment-form input::placeholder,
.woocommerce #review_form #respond .comment-form textarea::placeholder,
.woocommerce-page #review_form #respond .comment-form input::placeholder,
.woocommerce-page #review_form #respond .comment-form textarea::placeholder {
    color: #5B6770;
    opacity: 1
}

.woocommerce #review_form #respond .comment-form input:-ms-input-placeholder,
.woocommerce #review_form #respond .comment-form textarea:-ms-input-placeholder,
.woocommerce-page #review_form #respond .comment-form input:-ms-input-placeholder,
.woocommerce-page #review_form #respond .comment-form textarea:-ms-input-placeholder {
    color: #5B6770;
}

.woocommerce #review_form #respond .comment-form input::-ms-input-placeholder,
.woocommerce #review_form #respond .comment-form textarea::-ms-input-placeholder,
.woocommerce-page #review_form #respond .comment-form input::-ms-input-placeholder,
.woocommerce-page #review_form #respond .comment-form textarea::-ms-input-placeholder {
    color: #5B6770;
}

.woocommerce #review_form #respond .comment-form input:focus,
.woocommerce #review_form #respond .comment-form textarea:focus,
.woocommerce-page #review_form #respond .comment-form input:focus,
.woocommerce-page #review_form #respond .comment-form textarea:focus {
    outline: -webkit-focus-ring-color auto 5px
}

.woocommerce #review_form #respond .comment-form textarea,
.woocommerce-page #review_form #respond .comment-form textarea {
    min-height: 140px
}

.woocommerce #review_form #respond .comment-form .comment-form-cookies-consent,
.woocommerce-page #review_form #respond .comment-form .comment-form-cookies-consent {
    position: relative;
    padding: 0 0 20px 30px
}

.woocommerce #review_form #respond .comment-form .comment-form-cookies-consent #wp-comment-cookies-consent,
.woocommerce-page #review_form #respond .comment-form .comment-form-cookies-consent #wp-comment-cookies-consent {
    position: absolute;
    top: 2px;
    left: 0
}

.select2-container .select2-selection--single {
    height: 46px;
    font-size: 16px;
}

.select2-dropdown {
    background-color: #ffffff;
    border: 1px solid #5B6770;
    border-radius: 0;
    font-size: 16px;
}

.select2-search--dropdown {
    display: block;
    padding: 10px 20px !important
}

.select2-results__option {
    padding: 10px 20px !important;
    font-size: 16px;
}

.select2-container--default .select2-selection--single {
    background-color: #ffffff;
    border: 1px solid #5B6770;
    border-radius: 0 !important;
    height: 46px !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000 !important
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000 !important;
    line-height: 46px !important;
    padding-right: 30px !important;
    padding-left: 20px !important
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px !important;
    right: 5px !important
}



/* Checkout Success */
.woocommerce-table.woocommerce-table--order-details tfoot tr:first-of-type th,
.woocommerce-table.woocommerce-table--order-details tfoot tr:first-of-type td{
    padding-top: 20px;
}

.woocommerce-order-received .woocommerce .woocommerce-customer-details address,
.woocommerce-order-received.woocommerce-page .woocommerce-customer-details address{
    border: 0;
    padding: 30px 0;
}

.woocommerce-order-received .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce-order-received .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone,
.woocommerce-order-received.woocommerce-page .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce-order-received.woocommerce-page .woocommerce-customer-details .woocommerce-customer-details--phone {
    padding: 15px 0 0;
}

@media screen and (min-width: 60em) {
    .woocommerce-order-received .woocommerce .woocommerce-order-details,
    .woocommerce-order-received.woocommerce-page .woocommerce-order-details{
        width: 55%;
        float: left;
        padding-right: 30px;
    }
    .woocommerce-order-received .woocommerce .woocommerce-customer-details,
    .woocommerce-order-received.woocommerce-page .woocommerce-customer-details{
        width: 44.99%;
        float: right;
        padding-left: 30px;
    }
}