/*
 Theme Name:   Top Model Child
 Theme URI:    http://cmsmasters.net/top-model-child/
 Description:  Top Model Child Theme
 Author:       cmsmasters
 Author URI:   http://cmsmasters.net/
 Template:     top-model
 Version:      1.0.0
 License:      
 License URI:  
 Text Domain:  top-model-child
 Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/
.d-none {
	display:none;
}

ul.contact-social li:before {
    display: none;
}
ul.contact-social li {
    display: inline;
}

ul.contact-social .cmsmasters_social_icon {
    font-size: 30px;
    color: #000 !important;
}
.cmsmasters_product .cmsmasters_product_title a, .cmsmasters_products .product .woocommerce-loop-category__title {
    text-decoration: none;
}
.cmsmasters_gallery .cmsmasters_gallery_item.cmsmasters_caption figure {
  padding:0;
}

.cmsmasters_gallery .cmsmasters_gallery_item.cmsmasters_caption figcaption {
    padding: 15px 0 0;
    display: none;
}
.cmsmasters_gallery .cmsmasters_gallery_item {
    opacity: 1;
    -webkit-transition: 0;
    -moz-transition: 0;
    -ms-transition: 0;
    -o-transition: 0;
    transition: 0;
}
.ilightbox-holder .ilightbox-container .ilightbox-caption {
    display: block !important;
}

.page-select a {
    width: 110px;
    margin: 0 auto;
    height: 110px;
    line-height: 110px;
    border-radius: 50%;
    font-size: 14px;
    color: #fff;
    display: block;
    text-align: center;
    background-color: #ADAFBC;
    transition: all 0.3s ease-in-out !important;
}

.page-select a:hover {
    background-color: #6E7389;
}

.hesperiden.tparrows.tp-rightarrow:before {
    content: "\e82d";
}
.hesperiden.tparrows.tp-leftarrow:before {
    content: "\e82c";
}

.woocommerce table th,.woocommerce table td {

    border:none;
}

.woocommerce ul li:before {
	display:none;
}

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    transition: none;
    opacity: 0.85 !important;
    transition: opacity 500ms cubic-bezier(.4,0,.22,1);
}

.pswp--open {
    z-index: 99999 !important;
}

.cmsmasters_product_cat.entry-meta {
    display: none;
}

table.bundled_products td.bundled_item_qty_col, table.bundled_products th.bundled_item_qty_head {
    text-align: center;
    display: none;
}
.bundle_form table.variations td.value, .single-product div.product .bundle_form table.variations td.value {

    padding: 0.25em 5px 0 !important;
}

.pswp__caption {
    display: none;
}

table.variations tr:first-child td {
    padding: 0 !important;
    vertical-align: middle;
}

.variable-item:not(.radio-variable-item) {
    width: 50px !important;
    height: 50px !important;
}

.size-guide-row .cmsmasters_row_inner {
	padding:0 !important;
}

.size-guide-table tr td {
	padding:5px;
	border:none;
}
.size-guide-table tr  {
	border:none;
}
.size-guide-table  tr:nth-child(odd) {
    background: #e9ebed;
}
.size-guide-table caption {

    display: none;
}
.size-guide-table tr:nth-child(even) {
    background: #d6d8db;
}


.variations label {
	font-size:15px;
}
/*
.open-size-pop:after {
	content:"?";
	font-size: 20px;
    width: 30px;
    display: inline-block;
    height: 30px;
    text-align: center;
    letter-spacing: -1px;
    line-height: 27px;
    border: 2px solid;
    border-radius: 30px;
    margin-left: 10px;
    font-weight: 700;
}*/
.cmsmasters_dynamic_cart .widget_shopping_cart_content .cart_list img {

    width: auto;
}
.cmsmasters_dynamic_cart .widget_shopping_cart_content .cart_list .mini_cart_item a:hover {
	color:#ffffff
}
.woocommerce-mini-cart-item .variation {
	color:#afafaf;
}
.cmsmasters_dynamic_cart {
    opacity: 1;
    visibility: visible;
    display: block;
}

.single_variation_wrap .single_variation {
    margin: 0 ;
    overflow: inherit;
}
.single_variation_wrap .variations_button {
    margin: 0;
}
button.button.open-size-pop.pum-trigger {
    display: inline-block;
    margin-left: 20px;
    margin-right: auto;
    margin-top: 0;
    vertical-align: middle;
}
.white-button {
    background: transparent !important;
    border: 2px solid #000;
    color: #000000 !important;
    line-height: 34px !important;
}

#shipping_method li {
    overflow: visible;
}
.woocommerce table th, .woocommerce table td {

    overflow: visible;
}
.cmsmasters_products .product .woocommerce-loop-category__title .count {
	display:none;
}
.omniva-terminals-list .search-input:focus, .omniva-terminals-list .search-input {
    display: inline-block;
    padding: 2px 5px !important;
    width: 100%;
    border-bottom: 1px solid #ccc !important;
    margin-bottom: 0px;
    background-color: #272727!important;
    color: #ffffff !important;
}

ol.flex-control-nav.flex-control-thumbs {
    margin: 0 -5px;
}
.woof_list li:before {
	display:none;
}
@media screen and (max-width: 600px) {
	.size-guide-table  tr td {
		font-size: 15px;
	}
	.open-size-pop:after {
		margin-left: 0px;

	}
	button.button.open-size-pop.pum-trigger {
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		vertical-align: middle;
	}
	.variations_button {
		margin: 0;
		text-align: center;
	}
	
	table.variations tr td:first-child  {

    padding-right: 10px !important;
}
}

.omniva-terminals-listing li:before {
	display:none;
}

.omniva-btn {
    max-height: 30px;
    line-height: 30px;
    position: relative;
    padding: 0 30px;
    margin-top: 5px;
    width: 100%;
    max-width: 300px;
}


.omniva-terminals-list .dropdown {
	border:none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    word-wrap: normal;
    overflow: hidden;
    margin-bottom: 5px;
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
    width: 100%;
    max-width: 300px;
    position: relative;
    cursor: pointer;
    padding: 0px 20px 0px 5px;
}

.omniva-details button.btn-marker {
    padding: 0px 5px !IMPORTANT;
    height: 30px !important;
    line-height: 30px;
}

.shop_table {
    border: 1px solid #000000;
}

.woocommerce table th, .woocommerce table td {
    border: none !important;
}

#omniva-search form input {
    padding: 2px 10px;
    border: 1px solid #000;
    border-radius: 0;
    line-height: 30px;
    height: 36px;
    display: block;
    float: left;
    background-color: #ffffff;
    width: 80%;
}

#map-search-button {
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center center;
    border-radius: 0;
    height: 36px;
    width: 20%;
    display: block;
    float: left;
    background-color: #000000;
}

input#mailpoet_woocommerce_checkout_optin {
    opacity: 1;
    position: relative;
    float: inherit;
    vertical-align: middle;
}

.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
    padding: 0px 0 0;
    position: relative;
    overflow: hidden;
}

p#mailpoet_woocommerce_checkout_optin_field {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
}

input#ship-to-different-address-checkbox {
    opacity: 1;
    position: relative;
    width: 20px;
    top: 4px;
    float: none;
    display: inline-block;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    padding: 0 0 0 10px;
}

.shop_table th:first-child, .shop_table td:first-child {
    border-left-width: 1px;
    font-size: 18px;
    color: #191919;
	
}

.cmsmasters_tabs.tabs_mode_tab .cmsmasters_tab_inner {
    padding: 20px 0 40px;
}

.cmsmasters_star_rating, .cmsmasters_single_product .product_meta {
    display: none;
}

a.woof_front_toggle {
    width: 100%;
    position: absolute;
    text-align: right;
    left: 0;
}

.woof_show_auto_form, .woof_hide_auto_form {
    background: url(https://natalijajansone.com/wp-content/uploads/2021/04/Data-Empty-Filter-icon.png);
    background-size: contain !important;
    margin: 0 auto;
    display: block !important;
}

.woof_products_top_panel  , form.woocommerce-ordering{
	display:none !important;
}
p.woocommerce-result-count {
    display: none;
}


.woof_container_pa_size .woof_block_html_items ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
.woof_container_product_tag .woof_block_html_items ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.flex-control-thumbs li {
	display:inline-block;
	padding: 10px 5px 0;
}

a.woocommerce-product-gallery__trigger {
    display: none;
}

body.single-product .onsale, body.single-product .out-of-stock, body.single-product .stock {
	left: auto;
    top: 20px;
    right: 20px;
}

.outofstock .variations_button{
	display:none;
}

.child_show {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}

.child_page_title h3{
    margin: 20px ;
	text-align:center;
}

.woof_show_auto_form, .woof_hide_auto_form {
    margin-left: 0;
    width: auto;
    background-repeat: no-repeat;
    padding-left: 40px;
    font-size: 20px;
    line-height: 25px;
}

.woof_list_radio > .disabled{
	display:none;
}
.woof_radio_count {
	display:none;
}