/*
 Theme Name: DoCode ShopBOX Theme:
 Theme URL: https://docode.by/
 Description: DoCode ShopBOX Theme:
 Author: DoCode
 Author URL: https://docode.by/
 Template: storefront
 Version: 1.1
 Text Domain: finedine-child
 */

.site-info, .variation-Additional, [name="update_cart"] {display: none !important;}
:focus
{
	outline: none !important;
}
body a {
	transition: 0.3s;
	color: #000;
	text-decoration: none !important;
}

a:hover
{
	color: #f00;
	text-decoration: none !important;
}
h1 {
    font-weight: 600;
    text-align: center;
    margin: 10px 0;
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}
 
@-moz-keyframes scroll {
    0% {
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -moz-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}
 
@keyframes scroll {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0)
    }
}

.main_row_h1 {
    position: absolute;
    bottom: -65px;
}

.menu_container {
    position: relative;
}

.marquee {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.main_row_h1 h1
{
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 0;
}

.site-branding {margin-bottom: 0}

.site-header .site-branding img {
    height: auto;
    max-width: 190px;
    width: auto;
    max-height: 50px;
    object-fit: contain;
    /* text-align: left; */
    /* float: left; */
}

.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a {
    padding: 10px;
}
.primary-navigation .menu.nav-menu li {
	border-bottom: 2px solid transparent;
	transition: 0.3s;
}
.primary-navigation .menu.nav-menu li:hover, .primary-navigation .menu.nav-menu .current-menu-item {
    border-bottom: 2px solid #f00;
}
input[type="search"], input[type="number"], button[type="submit"] {
    border-radius: 5px;
	transition: 0.5s;
}
.site-header-cart .cart-contents::after {
	transition: 0.3s;
}
.site-header-cart .cart-contents:hover::after {
    color: #f00;
}
.site-search {
    margin: 0;
}
.main-slider {
    margin-top: 20px;
	margin-bottom: -1px;
}

.banner_item {
    position: relative;
    height: 450px;
	display: block;
}

.owl-carousel .owl-item .banner_item img {
    position: absolute;
    height: 100%;
    object-fit: cover;
	object-position: 0px 75%;
}

.banner_title {
    position: absolute;
	width:80%;
    text-align: center;
    display: block;
    left: 50%;
    top: 50%;
    color: #fff;
    font-weight: 600;
    font-size: 50px;
    text-transform: uppercase;
    transform: translate(-50%, -50%);
}

.banner_subtitle {
    font-size: 24px;
    text-transform: none;
}

.mp_slider {
    position: relative;
}

.owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}
.item_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span
{
	background: #000;
}
.owl-dots span
{
	border: 1px solid #fff;
}

.theme-storefront.woocommerce-active .site-header .site-branding {
    max-width: unset;
    width: auto;
}

.site-header .col-full {
    display: flex;
    align-items: center;
}

.docode_soc {
    margin-left: auto;
    margin-right: 40px;
}

a.btn_soc {
    color: #000;
    transition: 0.3s;
    margin-left: 20px;
}

a.btn_soc:hover {
    color: #f00;
}

.main-tabs_container {
    overflow: auto;
}

.main-tabs {
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    border: none;
}
.main-tabs-row {
    background: #000;
    border-top: 2px solid #f00;
}
.main-tabs a {
    color: #fff;
    padding: 10px 20px;
    display: block;
	border-bottom: 3px solid transparent;
}
.main-tabs-content {
    margin-top: 40px;
    margin-bottom: 40px;
}

.main-tabs a.active,
.main-tabs a:hover
{
    border-bottom: 2px solid #f00;
}

.sub-tabs_container {
    margin-top: -40px;
    margin-bottom: 40px;
    overflow: auto;
}

.sub-tabs {
    margin: 0;
    border: none;
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
}
.sub-tabs a {
    padding: 10px 20px;
    display: inline-block;
    border-bottom: 2px solid transparent;
}

.sub-tabs a.active {
    color: #f00;
    border-bottom: 2px solid #f00;
}
.order-box {
	position: relative;
	margin-top: auto;
}
.order-box .button.product_type_variable,
.order-box .button.product_type_simple {
    display: block;
    border: 1px solid #000;
    border-radius: 5px;
    text-align: center;
    margin-top: 10px;
    color: #000;
    padding: 5px 0;
    transition: 0.3s;
}
.order-box .button.product_type_variable:hover,
.order-box .button.product_type_simple:hover {
    background: #000;
    color: #fff;
}
.order-box .added_to_cart.wc-forward {
    position: static;
    z-index: 1;
    border-radius: 5px;
    bottom: -5px;
    background: #0f834d;
    width: 100%;
	color: #fff;
}

.zaddon_subtotal {
    display: none;
}

.zaddon_additional {
    display: none;
}

.zaddon_total {
    text-align: left;
    display: flex;
    align-items: center;
    margin: 20px 0 !important;
}

.zaddon_total h4 {margin-bottom: 0;margin-right: 20px;}

.nn {
    border: 1px solid #ddd;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
}

.single-menu-txt {
    color: #000;
}

.single-menu-title {
    text-align: center;
    margin-top: 10px;
    font-size: 19px;
    border-bottom: 1px solid #ddd;
    transition: 0.3s;
}

.single-menu-price {
    text-align: right;
    font-weight: 600;
    color: #000;
}

.nn:hover {
    border-color: #000;
}
.nn img {
	object-fit: contain;
	height: 140px;
}
.single-menu-slide:hover .single-menu-title {
    color: #f00;
}
.site-header {
    padding: 20px 0 0;
    background: #fefefe;
}

.single-menu-slide {
    flex: 1;
    display: flex;
    flex-direction: column;
}

span.woocommerce-input-wrapper {
    width: 100%;
    margin: 0px 10px 0 0;
}
/******CARD**********/
.storefront-breadcrumb {
	height: auto;
	padding: 0;
	border-top: 2px solid #f00;
	background-color: #000;
}

.storefront-breadcrumb nav {
    display: block;
    color: #fff;
    font-size: 16px;
}

.storefront-breadcrumb .woocommerce-breadcrumb a {
    padding: 10px 0;
    display: inline-block;
    color: #fff;
}

.woocommerce-breadcrumb .breadcrumb-separator::after {opacity: 1;}

.woocommerce-breadcrumb a:first-of-type::before {
    content: unset;
}
.woocommerce-breadcrumb .breadcrumb-separator {
    padding-right: 20px;
}
.shopbox-cont {
    margin-top: -40px;
    margin-bottom: 60px;
}

.shopbox-cont h1 {
    margin-bottom: 40px;
}
.single-product div.product .woocommerce-tabs {
	float: left;
	clear: none !important;
}

ul.tabs.wc-tabs {
    display: none;
}

.storefront-full-width-content .woocommerce-tabs .panel {
    float: none;
    width: auto;
    margin: 0;
}

h1.product_title.entry-title {
    margin: 0;
}
p.woocommerce-shipping-destination {
    display: none;
}
.col2-set .col-1, .col2-set .col-2 {
    margin-bottom: 1.618em;
    width: auto;
    max-width: initial;
    flex: initial;
}
.woocommerce-shipping-fields h3 {
    display: none;
}

.woocommerce-address-fields__field-wrapper .form-row,
fieldset .form-row,
.woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce-shipping-fields__field-wrapper .form-row,
.woocommerce-form.woocommerce-form-login.login .form-row{
    display: block;
}

.woocommerce-tabs .panel {
    width: 100%;
}
.woocommerce-tabs {
	padding: 0;
}

.flex-control-nav.flex-control-thumbs li {
    border: 1px solid #000;
    border-radius: 5px;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 20%;
    float: left;
    margin-right: 10%;
    padding: 5px;
}

.main_seo_content {
	padding: 50px 0px;
}

.main_seo_content .text {
    overflow: hidden;
    transition: 0.3s;
    height: 50px;
}

.main_seo_content .str_arrow {
	transition: 0.3s;
	cursor: pointer;
	width: 100%;
	text-align: center;
	font-size: 30px;
	font-weight: 300;
	line-height: 1;
}

.main_seo_content .str_arrow i {
	transition: 0.3s;
	transform: rotate(0deg);
}

/******DOCODE COPY****/
.docode_copyright {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: auto;
    margin-top: 20px;
}
.docode_copyright:hover {
    color: #7dae31;
}

.docode_copyright span {
    margin-right: 15px;
}

.docode_copyright img {
    filter: grayscale(100%);
    transition: .3s;
	width: 100px;
	float: right;
	margin-left: 10px;
}

a.docode_copyright:hover img {
    filter: grayscale(0);
}
.bank_logo {
    width: 100%;
    text-align: center;
}

.bank_logo img {
    max-height: 30px;
    margin: auto;
}
.site_copyright {
    display: flex;
    align-items: center;
    justify-content: center;
}
.site_copyright a:hover
{
	color: #f00;
}
.site-footer {
    padding: 20px 0;
}
.site_shop_info {
    font-size: 10px;
}

.ways_row {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 10px 0;
    padding: 10px 0 0;
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ways_row p {
    margin-bottom: 10px;
    margin-right: 10px;
}
.last_bl {
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
#add_android {
    border: 1px solid;
    padding: 0 50px 0 10px;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    text-align: right;
    display: inline-block;
}

#add_android i {
    font-size: 24px;
    margin-left: 10px;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
}
/******END DOCODE COPY****/
/******NEWS*********/
.col-12.col-md-4.news_cont {
	margin-bottom: 30px;
}

.archive_news_title {
    margin: 20px;
    margin-bottom: 0;
    color: #000;
    transition: 0.3s;
}

.archive_news:hover .archive_news_title {
    color: #f00;
}

.news_cont .nn img {
    margin-top: -15px;
    margin-left: auto;
    margin-right: auto;
    height: 200px;
}

.content-area.news {
    margin-top: -60px;
    width: 100%;
}
.news h1 {
    margin: 60px 0;
}
.news-img img {
    max-width: 400px;
    float: right;
}
/**********END NEWS*********/
/**********CONTACTS*********/
.contact_title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact_data a {
    color: #000;
}

.contact_data {
    margin-bottom: 40px;
}

.contact_data a:hover {
    color: #f00;
}

.social_footer i {
    font-size: 22px;
    margin-right: 20px;
}
.widget.woocommerce.widget_product_search{
	border-radius:5px;
	overflow:hidden;
}
/**********END CONTACTS********/
@media(max-width:767px)
{
	.banner_item {
		position: relative;
		height: 200px;
	}
	.site_shop_info {
		margin: 10px 0;
	}
}

@media(max-width:500px)
{
	.banner_title {
		font-size: 28px;
		line-height: 1.2;
	}
	.banner_subtitle {
		font-size: 20px;
	}
	.docode_soc {
		margin-right: 0;
		flex: 1;
		text-align: right;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	#site-navigation {
		width: 100%;
	}
	button.menu-toggle {
		max-width: 100%;
		width: 100%;
		text-align: center;
		padding: 10px;
		margin: 20px 0;
	}
	
	.nn {
		display: flex;
		flex-direction: inherit;
		border: none;
		border-top: 1px solid #ddd;
		padding: 10px 0;
	}

	.nn img {
		width: 100px;
		height: 100px;
	}

	.single-menu-slide {
		padding-left: 10px;
		flex: 1;
		display: flex;
		flex-direction: column;
	}

	.single-menu-title {
		margin-top: 0;
		font-size: 16px;
		font-weight: 600;
	}

	.single-menu-txt {
		font-size: 12px;
		display: flex;
		height: 100%;
		flex-direction: column;
	}

	.single-menu-price {
		margin-top: auto;
	}

	.single-menu-slide a {
		flex: none;
		color: #000;
	}
	.order-box .button.product_type_variable,
	.order-box .button.product_type_simple {
		flex: 1;margin: 0 0 0 10px;
	}
	
	.order-box {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	
	.news-img img {
		max-width: 100%;
		float: none;
		margin-bottom: 40px;
	}
	
	.news_cont .nn img {
		margin-top: -10px;
		width: 100%;
	}
	.bank_logo img {
    	max-width: 50%;
	}
	.beta.site-title {
		display: inline-block;
		width: max-content;
	}
	.added_to_cart.wc-forward:after
	{
		content: none;
	}
}
@media(max-width:350px)
{
	a.btn_soc {
	/*	margin: 0;
		flex: 40%;*/
	}
}
/*body .pwaforwp-footer-prompt{
	display: block !important;
	bottom: 300px;
}*/

#payment .payment_methods li img{
	display: none;
}
