/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
.jet-menu .jet-menu-item .top-level-link .jet-dropdown-arrow {
    margin: 0 10px 0 0;
}

.woocommerce #primary .oceanwp-toolbar {
    display: flex;
    flex-direction: row;
}
.oceanwp-toolbar .sidebar-box {
    margin: 0 15px 0 0;
}
.oceanwp-toolbar .select2-container .select2-selection--single {
    border-radius: 0;
    border-color: #ddd;
    height: 35px;
}
.oceanwp-toolbar .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
	font-size: 13px;
}
.oceanwp-toolbar .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
}
.oceanwp-toolbar .select2-container .select2-selection--single {
    border-radius: 0;
    border-color: #ddd;
    height: 35px;
    margin-top: -1px;
    min-width: 160px;
}
.archive #main #content-wrap, .separate-layout #main #content-wrap {
    padding-top: 0 !important;
}
.woocommerce div.product div.summary, .woocommerce.content-full-width div.product div.summary {
    text-align: center;
}
.woocommerce div.product form.cart .button {
    float: none !important;
}
.woocommerce div.product form.cart .variations, .woocommerce div.product form.cart .variations tbody, .woocommerce div.product form.cart .variations tr, .woocommerce div.product form.cart .variations tr td {
    display: inline-block;
    width: 100%;
}
.woocommerce div.product form.cart .variations td.label {
    width: 100% !important;
    text-align: center;
    border: 0;
}
ul.variable-items-wrapper.button-variable-wrapper {
    justify-content: center;
}
.woocommerce div.product form.cart .variations td.value {
    border: 0;
}
.size-ruler {
    margin: -15px 0 20px;
}
.size-ruler a {
    font-size: 14px;
    text-decoration: underline;
}
a.reset_variations {
    position: absolute;
    bottom: -40px;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected {
    background: #000;
    color: #fff;
}
.woocommerce-variation-add-to-cart .quantity {
    display: none !important;
}
.free-shipping-icon {
    font-size: 12px;
    padding: 15px 0;
    border-bottom: 1px solid #eaeaea;
}
.free-shipping-icon img {
    width: 45px;
}
section.related.products h2 {
    text-align: center;
}
.product-bottom-links {
    padding: 15px 0;
    border-top: 1px solid #eaeaea;
}
.product-bottom-links a {
    color: #222 !important;
    font-size: 14px;
    text-decoration: underline;
    margin: 0 10px;
}
.woocommerce div.product .woocommerce-product-rating {
    width: auto !important;
}
 
body:not(.single-product):not(.archive) header.page-header.centered-page-header,
body.post-type-archive-branch header.page-header.centered-page-header,
body.archive.category header.page-header.centered-page-header {
    display: none;
}
.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item span {
    font-size: 13px;
}

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item {
    padding: 0px 10px;
    min-width: 40px;
    line-height: normal;
    height: 40px;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #000;
    xwidth: 40px !important;
    margin: 0 8px 12px !important;
}
.woocommerce div.product div.summary button.single_add_to_cart_button {
    width: 100%;
    height: 50px;
    font-size: 13px;
}

.woocommerce div.product div.summary button.single_add_to_cart_button:not(.disabled) {
    background: #000;
    color: #fff;
}
.size-ruler {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
    margin-bottom: 17px;
}

.size-ruler a {
    color: #222 !important;
}
.single-product .page-header-title.clr {
    display: none !important;
}
h2.single-post-title.product_title.entry-title {
    font-size: 20px;
}
.woocommerce ul.products li.product .woo-entry-image-swap .woo-entry-image-main {
    background: #f6f6f6;
}
.woocommerce div.product.owp-thumbs-layout-vertical div.images .flex-control-thumbs li {
    text-align: center;
}

p#billing_address_1_field {
    width: 70%;
}
p#billing_house_field {
    width: 26%;
}
p#billing_entrance_field, p#billing_floor_field, p#billing_apartment_field {
    xwidth: 30.66%;
}
ul#shipping_method li input {
    float: right;
    margin: 10px 0 0 7px;
}
p#billing_country_field {
    display: none;
}


.woocommerce ul.products li.product .woo-entry-image-swap .woo-entry-image-main,
.woocommerce ul.products li.product .woo-entry-image-swap .woo-entry-image-secondary {
    width: 100% !important;
    height: 159px !important;
    object-fit: contain;
	background: #fff; 
}
.woocommerce ul.products li.product .woo-entry-image-swap .woo-entry-image-secondary {
    left: 0;
    right: 0;
    margin: 0;
} 

.demo_store:before, .demo_store a:before {
    margin: 0 0 0 10px !important;
}
.woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    top: 30px !important;
    left: 0 !important;
}
#scroll-top {
    bottom: 80px !important;
}


@media (min-width:768px) {
	.woocommerce ul.products li.product .woo-entry-image-swap .woo-entry-image-main,
	.woocommerce ul.products li.product .woo-entry-image-swap .woo-entry-image-secondary	{
		height: 290px !important;
		width: 290px !important;
	}
	.demo_store a {
		float: left !important;
		margin: -15px 0 -15px -20px  !important;
		text-decoration: none !important;
	}
}
@media (min-width:1400px) {
	.woocommerce ul.products li.product .woo-entry-image-swap .woo-entry-image-main,
	.woocommerce ul.products li.product .woo-entry-image-swap .woo-entry-image-secondary	{
		height: 410px !important;
		width: 410px !important;
	}
}

@media (max-width: 767px) {
	.woocommerce #primary .oceanwp-toolbar {
		flex-direction: column;
	}
	.woocommerce .woocommerce-ordering {
		margin-bottom: 10px;
	}
	.oceanwp-toolbar .sidebar-box {
		margin: 0 0 10px 0;
	}
}

.woocommerce-checkout #place_order {
    width: 100%;
    font-size: 15px;
    line-height: 1.6;
    padding: 16px 20px;
    color: #fff;
}
.reset_variations{
    display: none!important;
}

a.checkout-button.button.alt.wc-forward {
    background: #6ab7be;
    color: #fff;
}

.gpsc--product-image img {
    margin-bottom: 20px;
    height: 150px;
    width: auto;
}

@media(max-width: 486px){
    .woocommerce-checkout .mob-nav-col-hide{
        display: none;
    }
    .woocommerce-checkout .mob-logo-col{
        width: 100%!important;
    }
    .woocommerce-checkout .title-img-section,
    .woocommerce-checkout .title-mob-section,
    .woocommerce-checkout .mob-footer-section,
    .woocommerce-checkout #launcher,
    .woocommerce-cart .title-img-section,
    .woocommerce-cart .title-mob-section,
    .woocommerce-cart .mob-footer-section,
    .woocommerce-cart .actions
    {
        display: none!important;
    }
    body.woocommerce-checkout {
        font-size: 16px;
    }

    .woocommerce-checkout label.radio, .woocommerce-checkout label.checkbox {
        display: inline-block;
        float: right;
    }

    .woocommerce-checkout input[type="checkbox"], .woocommerce-checkout input[type="radio"] {
        display: block;
        float: right;
        clear: right;
        margin-left: 10px;
        margin-right: 0;
    }

    .woocommerce-checkout #order_review table.shop_table tbody td.product-name {
        width: 80%!important;
        max-width:400px!important;
    }
    .woocommerce-checkout #order_review table.shop_table tfoot th:first-child {
        width: 20%!important;
        max-width:400px!important;
    }
    .woocommerce-checkout tr.woocommerce-shipping-totals.shipping {
        display: flex;
        flex: 1 0 100%;
    }
    .woocommerce-checkout tr.woocommerce-shipping-totals.shipping th {
        flex: 1 0 40%;
    }
    .woocommerce-checkout tr.woocommerce-shipping-totals.shipping td {
        flex: 1 0 100%;
    }
	/*a.woocommerce-terms-and-conditions-link {
        float: right;
        margin-left: 5px;
    } */
    .woocommerce-terms-and-conditions-wrapper .form-row .required {
        visibility: visible;
        float: right;
        font-size: 25px;
        margin-left: 10px;
    }

    .woocommerce-cart  #order_review table.shop_table {
        display: flex;
        flex-direction: column;
    }
    .woocommerce-cart tr.woocommerce-cart-form__cart-item.cart_item {
        display: flex;
    }
    .woocommerce-cart td.product-quantity {
        display: none!important;
    }
    .woocommerce-cart td.product-remove {
        flex: 1;
    }
    .woocommerce-cart  table.shop_table a.remove{
        position: absolute;
    }
    .woocommerce-cart table.shop_table tr td.product-name {
        min-width: 171px;
    }
    .woocommerce-cart  table.shop_table thead {
      display: block!important;
    }
    .woocommerce-cart .woocommerce table.shop_table tr td:before {
        display: none;
    }


    x.woocommerce table.shop_table thead th.product-price,
    .woocommerce table.shop_table thead th.product-remove,
    .woocommerce table.shop_table thead th.product-thumbnail,
    .woocommerce table.shop_table thead th.product-subtotal,
    .woocommerce table.shop_table thead th.product-quantity{
        display: none;
    }

    .woocommerce-cart .shop_table_responsive thead tr{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
    .woocommerce-cart ul#shipping_method{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .woocommerce-cart ul#shipping_method li input {
         float: none;
        margin: 10px;
    }
    .woocommerce-cart .cart-collaterals p {
        margin: 35px 0 5px!important;
    }

    .woocommerce-cart tr.cart-subtotal td {
        text-align: center!important;
        font-size: 18px;
        font-weight: 500;
    }
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
        font-size: 18px;
    }
    /*------------------single product -----------------*/

    .single-product #content-wrap {
        padding-top: 0!important;
        padding-bottom: 50px;
    }

    .single-product .page-header {
        padding: 10px 0 0px 0;
    }
    .woocommerce div.product.owp-thumbs-layout-vertical div.images .flex-control-thumbs li {
        flex: 0 0 20%;
        margin: 0 0 0 15px !important;
    }
    .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs {
        display: flex;
        overflow: scroll;
        padding: 10px 0 20px;
    }

    .woocommerce div.product .woocommerce-tabs {
        padding-top: 0px!important;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        display: inline-block!important;
    }
}

.woocommerce-shipping-calculator {
	display: none;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
	float: none;
}

.woocommerce-checkout input[type="checkbox"], .woocommerce-checkout input[type="radio"] {
	float: right;
	margin-right: 0;
	margin-left: 10px;
}

/* fix search overlaying cart problem */
.elementor-element-f4b3bd9.elementor-sticky.elementor-sticky--effects.elementor-sticky--active {
	z-index: 100;
}