/*   
Theme Name: Style Me
Theme URI: sailstudio.com
Description: Minimal WP Theme
Author: sailstudio.com
Author URI: sailstudio.com
Version: 1.0
.
Минимальная тема Wordpress.
.
*/

  @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');


html {
/*     font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; */
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
	margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif, Arial;
	font-weight: 400;
    color: #565969;
	 line-height: 1.5;
	 background: #f3f3f3;
	}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
img {
	max-width: 100%;
    height: 100%;
}
iframe {
    border: 0
}
a,
area,
button,
input,
label,
select,
summary,
textarea {
    touch-action: manipulation
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a:active,
a:hover {
    outline: 0;
	text-decoration: none;
}
a {
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
color: #333333;
text-decoration: none;
}
a:hover {
	text-decoration: none;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	color: #f7b72f;
}
ol,ul {
    margin-top: 0;
    margin-bottom: 10px;
	list-style: none;
	}
ul li {
	list-style: none;
}
ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0;
}
h1 {
    font-size: 36px;
	font-weight: 600;
    line-height: 1.2;
	color: #182333;
}
h2 {
    font-size: 40px;
	font-weight: 700;
    line-height: 1.3;
	
}
h3 {
    font-size: 26;
    line-height: 1.4;
	font-weight: 600;
}
h4 {
    font-size: 14;
    line-height: 1.4;
}
h5 {
    font-size: 16px;
    line-height: 1.4;
}
h6 {
    font-size: .875rem;
    line-height: 1.4;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

.fleft {
	float: left;
}
.fright {
	float: right;
}
wr {
	    max-width: 1280px;
    display: block;
    margin: 0 auto;
}
header {
 display: inline-block;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 33px -10px #000;
    z-index: 9;
    position: relative;
}
.header {
	display: flex;
	justify-content: space-between;
	    align-items: center;
		padding: 20px 0px;
}
.hright {
	display: flex;
	align-items: center;
	color: #909193;
	font-weight: 500;
	font-size: 12px;
}
.hright .widget {
display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
}

.hright a {
	display: flex;
	align-items: center;
	font-size: 24px;
	    color: #000;
    font-weight: 600;
}
.hright a img {
	max-width: 36px;
	margin-right: 15px;
	margin-left: 15px;
}
.main-menu-top .menu {
display: flex;
margin: 0;
}
.main-menu-top .menu a {
text-transform: uppercase;
    letter-spacing: 0.7px;
	font-weight: 500;
	font-size: 14px;
	
}
.main-menu-top .menu  .current-menu-item a {
	color: #f7b72f;
}
.main-menu-top .menu ul {
    margin: 0px;
}
.main-menu-top .menu li {
    margin: 0 10px;
}
.content {

}
.content-sd-one {
	width: 66.66666666%;
}
.content-sd-two{
	width: 60%;
}
.sidebar { 
	width: 33.33333333%;
	float: left;
	padding: 10px;
}
.sidebar-two {
	width: 20%;
}
footer {
	display: inline-block;
	background: #0E0D12;
	width: 100%;
}
footer-top {
	    background-color: #f7b72f!important;
		display: inline-block;
		width: 100%;
}
.footer-top {
	background-color: #f7b72f!important;
    display: flex;
    padding: 35px 0px;
    justify-content: space-between;
    align-items: center;
}
.footer {
	display: flex;
    padding: 50px 0px 80px 0px;
    color: #afafaf;
    border-bottom: 1px solid #2a2a2a;
}
powered {
		display: inline-block;
	background: #0E0D12;
	width: 100%;
}
.powered {
	display: flex;
align-items: center;
justify-content: center;
    padding: 50px 0px;
}
.footer h3 {
margin-bottom: 35px;
}
.fbl {
	border-left: 3px solid #ffcd1d;
	padding-left: 20px;
}
.line {
	min-width: 540px;
    height: 2px;
    background-color: #fff;
}
.foot {
	width: 25%;
	float: left;
	padding: 10px;
/*	border-left: 3px solid #ffcd1d;*/
}
.foot1 img {
margin-bottom: 10px;
}
.social {
	display: flex;
	align-items: center;
}
.social a {
	width: 55px;
	height: 55px;
    background: #424242;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 5px;
	border-radius: 100%;
}
.social a:hover {
background-color: #f7b72f !important;
}
.social a img {
	width: 20px;
}
.blog-list a img {
    float: left;
}
.blog-list ul li {
	display: inline-block;
    width: 100%;
	margin-bottom: 15px;
}
.blog-list a img {
    float: left;
    margin-right: 15px;
}
.taxonomy-description {
	display: inline-block;
}
.home2 {
	z-index: 99;
	    position: relative;
}

.home3 .ult-ib-effect-style1:hover .ult-new-ib-desc {
    bottom: 0px !important;
}
.home3 .ult-ib-effect-style1 .ult-new-ib-title {
    background: #fff !important;
	border-top: 20px solid #f3f3f3;
	text-align: center;
	height: 83px;
    display: flex;
    justify-content: center;
    align-items: center;
	color: #062a4d;
}
.home3 .ult-ib-effect-style1 .ult-new-ib-content {
    background: #fff !important;
	margin-top: -1px !important;
	margin-bottom: -1px !important;
	padding: 10px;
	text-align: center;
	opacity: 1 !important;
	color: #758799 !important;
	font-weight: 400px;
	
}
.home3 .ult-ib-effect-style1 .ult-new-ib-content b {
color: #d0df56 !important;
margin: 20px 0px;
    display: block;
}

.home3 .ult-new-ib .ult-new-ib-desc {
    padding: 0px !important;
	top: 196px !important;
}
.home3 .ult-new-ib:hover .ult-new-ib-desc {
	top: auto !important;
}

.home4 .ls-v6 .ls-thumbnail-inner {
    background: transparent !important;
}
.home4 .ls-thumbnail {
    position: relative;
    margin: 0;
}
.home4 .ls-thumbnail img {
border-radius: 100% !important;
}
.woocommerce-shop .products.columns-4 {
	display: none !important;
}
.woocommerce-products-header {
	background: none;
	box-shadow: none;
}
.allshop {
	display: flex;
    flex-wrap: wrap;
    margin: 20px -20px;
}
.allshop .shopblock {
	margin: 20px;
    background: #f2f2ff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 3px 10px #fff;
    background-size: cover;
	position: relative;
}
.allshop .shopblock:before {
	position: absolute;
    content: "";
background: linear-gradient(rgb(0 0 0 / 72%), rgb(0 0 0 / 17%));
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
	border-radius: 20px;
}
.allshop .shopblock h3 {
	position: relative;
    color: #fff;
    border-bottom: 1px solid;
    padding: 0 0 10px 0px;
    margin: 0 0 10px 0px;
}
.allshop .shopblock ul li a {
    position: relative;
    color: #ffffff;
    text-shadow: 0px 0px 1px #fff;
    /* border-bottom: 1px dashed; */
    /* margin-bottom: 6px; */
    line-height: 30px;
}
.shop-page-head {
    min-height: 220px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	align-items: center;
    position: relative;
}
.shop-page-head:before {
position: absolute;
content: "";
    background: rgb(0 0 0 / 46%);
left: 0;
top: 0;
right: 0;
bottom: 0;
}
.shop-page-head h1 {
    color: #fff;
    position: relative;
    text-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
    /* width: 100%; */
    margin-top: 60px;
}
#bread {
	width: 100%;
    position: relative;
    color: #fff;
    text-align: center;
	font-size: 13px;
}
#bread a {
	color: #f7b72f;
}
.single-product #bread {
	padding: 18px 0px;
    font-size: 13px;
    color: #222; 
}
.single-product #bread a {
	color: #7b97e5;
}
.zakaz {
	margin-top: 15px;
}
.zakaz input, .zakaz select, .zakaz textarea {
    width: 100%;
    border: 1px solid #333;
    border-radius: 4px;
    padding: 15px 5px;
    margin-bottom: 10px;
	font-family: "Montserrat", sans-serif, Arial;
}
.ftt {
	font-weight: bold;
    color: #000;
    margin-bottom: 10px;
    display: inline-block;
    margin-top: 10px;
}
.woocommerce div.product div.images img {
    border-radius: 20px;
}


.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: 30% !important;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 1px 1px 16px -10px;
}
h1.product_title {
	font-size: 22px;
}


	
@media (max-width: 768px) {
.footer-top {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.line {
    display: none;
}
.footer-top h2 {
	text-align: center;
	margin-bottom: 15px;
}
.header {
    justify-content: center;
}
header .logo {
	display: none;
}
.main-menu-top {
	display: none;
}
.footer {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.foot {
    width: 100%;
    text-align: center;
}
.social {
    justify-content: center;
}
.vc_custom_1683031253758 {
    margin-top: 0px !important;
}
.home2 > .wpb_column > .vc_column-inner {
	margin-top: 0px !important;
}
.mobmenu .headertext {
    float: left;
    margin-left: 20px;
}
.allshop {
    margin: 20px 0px;
}
.allshop .shopblock {
    width: 100%;
}
}