/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

.remodal-close:hover, .remodal-close:focus {
    color: #fff;
    background-color: #432a0f;
    border-color: #432a0f;
    outline: none;
}
.md-modal-title {
    letter-spacing: 0.02em;
    font-weight: 800;
	text-transform: uppercase;
}
.button-wrapper .md-size-chart-btn .dashicons img {
    width: 25px;
	height: 25px;
}
.dashicons, .dashicons-before:before{
    width: 25px;
	height: 25px;	
}
.button-wrapper #chart-button, .button-wrapper .md-size-chart-btn{
	color:#666;
	font-weight:400;
	letter-spacing:0.02em;
}
.md-size-chart-modal-content {
	top: 18%;
}
.style-light .loadmore-button .btn-default{
	color: #ffffff !important;
    background-color: #432a0f !important;
    border-color: #432a0f !important;
	padding:5px 30px !important;
}
.style-light .loadmore-button .btn-default:hover, .style-light .loadmore-button .btn-default:focus, .style-light .loadmore-button .btn-default:active{
	color: #432a0f !important;
    background-color: transparent !important;
    border-color: #432a0f !important;
	padding:5px 30px !important;
}
.uncode-single-product-gallery .woocommerce-product-gallery-nav-wrapper.lateral-nav-parent {
    margin-right: 15px;
    width: 80px;
}
.woo-acc-panel .panel-group .panel-heading {
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}
.woo-acc-panel .detail-label, .woo-acc-panel .shop_attributes th, .woo-acc-panel .shop_attributes td, .woo-acc-panel .detail-container a{
    font-weight: 300;
}
.woo-acc-panel .shop_attributes th {
	padding: 5px 35px 5px 9px;
}
.woo-acc-panel .shop_attributes td {
    width: 75.5%;
}
.grid-filters.half-gutter{
	display:none !important;
}
.detail-container .detail-label {
    min-width: 120px;
    display: table-cell;
    padding-top: 5px;
    padding-bottom: 5px;
}
.shop_attributes {
    margin: 0px 0px 36px 0px;
}
.uncode-wrapper.uncode-single-product-additional-info{
	margin-top:0px !important;
}
h3.related-ptitle{
	font-size:20px !important;
}

.display-mobile{
	display:none !important;
}
.wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 20px;
    font-weight: 400;
}
form p {
    margin: 18px 0px 0px 0px;
    font-weight: 400;
}
.menu-light .menu-smart > li.active > a{
	color:#432a0f !important;
}
.link-txt{
	color:#432a0f !important;
}
.link-txt:hover{
	color:#666666 !important;
}
form p a{
   color:#432a0f !important;
}
.wpcf7-acceptance label{
	display:inline-flex !important;
}
h6.head-txt{
    font-size: 20px !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    color: #432a0f !important;
}
input[type=checkbox], input[type=radio]{
	top:6px;
}
input.wpcf7-form-control.wpcf7-submit{
	padding:6px 25px !important;
	font-size:20px !important;
	border:1px solid #432a0f !important;
	text-transform:uppercase !important;
	background: #432a0f !important;
	color:#fff !important;
	width:35% !important;
}
input.wpcf7-form-control.wpcf7-submit:hover{
	color:#432a0f !important;
	background: transparent !important;
}
form p a:hover{
   color:#666666 !important;
}
.menu-light .menu-smart > li.current-menu-ancestor > a{
	color:#432a0f !important;
}
.social-icons .icon-box a i{
	border:1px solid #432a0f !important;
	border-radius:50% !important;
	width:30px !important;
	height:30px !important;
	text-align:center !important;
	line-height:30px !important;
	font-size:18px !important;
	color:#432a0f !important;
	display:block !important;
	transition:ease-in 0.1s;
}
.social-icons .icon-box a:hover i{
	color:#666666 !important;
	border:1px solid #666666 !important;
}
.oxi-image-hover:hover { 
	animation: fadeIn 1s !important; 
}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
.menu-image-title-after.menu-image-not-hovered.cursor-init img{
	filter: grayscale(0%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.menu-image-title-after.menu-image-not-hovered.cursor-init:hover img {
	filter: grayscale(100%);
}
.menu-image-title-after.menu-image-not-hovered img, .menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper, .menu-image-title-before.menu-image-title {
    padding-right: 5px;
}

.submenu-light .menu-sub-enhanced .menu-smart ul a{
	color:#666666 !important;
	font-weight:400 !important;
}
    .submenu-light .menu-horizontal.menu-sub-enhanced .menu-smart ul a:hover, .submenu-light .menu-horizontal.menu-sub-enhanced .menu-smart ul a:focus {
        color: #432a0f !important;
    }
.menu-light .menu-smart a:hover, .menu-light .menu-smart a:focus{
	color: #432a0f !important;
}
.display-hide a[data-type="title"]{
	display:none !important;
}
.menu-image-title-after{
	text-align:center !important;
}
.menu-image-title-after span{
	margin-top:10px !important;	
}
a.btn.btn-default.btn-sm.btn-flat{
	background: transparent !important;
    text-transform: uppercase;
    padding: 8px 20px !important;
	border:1px solid #432a0f !important;
	color:#432a0f !important;
}
a:hover.btn.btn-default.btn-sm.btn-flat{
	background: #432a0f!important;
	color:#fff !important;
}
.read-more-ov-trigger.custom-link.btn{
    text-transform: uppercase;
    padding: 8px 20px !important;
	border:1px solid #432a0f !important;
	background: transparent !important;
	color:#432a0f !important;
}
.read-more-ov-trigger.custom-link.btn:hover, .read-more-ov-trigger.custom-link.btn:focus, .read-more-ov-trigger.custom-link.btn:active{
	background: #432a0f!important;
	color:#fff !important;
}
.menu-primary .menu-borders.needs-after::after {
	border-bottom-width: 0px;
}
.blog-title a{
	color:#432a0f !important;
}
.blog-title a:hover{
	color:#666666 !important;
}
p, li, dt, dd, dl, address, label, small, pre, code, span.tab-excerpt{
	line-height:1.35;
}
footer p{
	line-height:1.75 !important;
}
.oxi-addons-row .oxi-image-hover-figure-back-section {
    background: rgb(0 120 153 / 0%) !important;
}
.oxi-addons-row .oxi-image-hover-figure-front-section {
    background: rgb(70 81 82 / 0%) !important;
}
.oxi-image-hover .oxi-image-flip-left-to-right .oxi-image-hover-figure-frontend {
    -webkit-transform: rotateY(0deg) !important;
    transform: rotateY(0deg) !important;
}
.oxi-image-hover .oxi-image-flip-left-to-right .oxi-image-hover-figure-backend {
    -webkit-transform: none !important;
    transform: none !important;
}
.custom-link.btn{
	padding: 5px 24px !important;
    text-transform: uppercase !important;
    color: #432a0f !important;
    font-size: 20px !important;
    border-radius: 0px !important;
}
.menu-wrapper {
    position: fixed;
    z-index: 9;
}
@media only screen and (min-width: 641px) {
    .md-size-chart-modal-body.medium, .md-size-chart-modal-body {
        max-width: 900px;
		max-height:375px;
    }
}
@media(max-width:1400px){
		.oxi-addons-row .oxi-image-hover-style-flipbox,.oxi-image-hover-style-flipbox .oxi-image-hover-figure-frontend,.oxi-image-hover-style-flipbox .oxi-image-hover-figure-backend{
		height:407px;
	}
}
@media(max-width:1024px){
.woo-acc-panel .shop_attributes td {
    width: 64.5%;
}
	.detail-container .detail-label {
		min-width: 150px;
	}
		h2.h2{
		font-size:25px !important;
	}
	.oxi-addons-row .oxi-image-hover-style-flipbox,.oxi-image-hover-style-flipbox .oxi-image-hover-figure-frontend,.oxi-image-hover-style-flipbox .oxi-image-hover-figure-backend{
		height:300px;
	}
}
@media(max-width:991px){
.md-size-chart-modal-content {
	top: 10%;
}
	.display-mobile{
		display:block !important;
	}
	.display-desktop{
		display:none !important;
	}
	input.wpcf7-form-control.wpcf7-submit{
	width:auto !important;
	}
	.oxi-addons-row .oxi-image-hover-style-flipbox,.oxi-image-hover-style-flipbox .oxi-image-hover-figure-frontend,.oxi-image-hover-style-flipbox .oxi-image-hover-figure-backend{
		height:627px;
	}
    .woo-acc-panel .shop_attributes td {
        width: 75.5%;
    }
	.detail-container .detail-label {
		min-width: 160px;
	}
}
@media (min-width: 960px) {
    .hmenu-center :not(.menu-mini).menu-smart > li > a {
        padding: 0px 20px 0px 20px;
    }
}
@media(max-width:735px){
		.bg-size-khaleej-left .row-background .background-wrapper .background-inner{
		background-position:center left !important;
	}
		.bg-size-khaleej-right .row-background .background-wrapper .background-inner{
		background-position:center left !important;
	}
	.bg-size-khaleej-left .style-light h2, .bg-size-khaleej-right .style-light h2{
		color:#fff !important;
	}
    .detail-container .detail-label {
        min-width: 136px;
    }
}
@media(max-width:551px){
    .detail-container .detail-label {
        min-width: 78px;
    }
    .md-size-chart-modal-body.medium, .md-size-chart-modal-body {
		max-height:375px;
    }
.md-modal-title {
	font-size: 17px;
	}
	.uncode-divider-wrap.uncode-divider-wrap-bottom.z_index_0{
		height:250px !important;
	}
	.oxi-addons-row .oxi-image-hover-style-flipbox,.oxi-image-hover-style-flipbox .oxi-image-hover-figure-frontend,.oxi-image-hover-style-flipbox .oxi-image-hover-figure-backend{
		height:406px;
	}
	.uncode-vc-social.text-small p{
		font-size:16px !important;
	}
.wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 18px;
    font-weight: 300;
}
p + .wpcf7-inline-wrapper, .wpcf7-inline-wrapper + .wpcf7-inline-wrapper{
		margin-top:0px !important;
	}
.wpcf7-inline-wrapper .wpcf7-inline-field {
    width: 100%;
    display: block;
    vertical-align: top;
    padding: 0px 0px 0px 0px;
}
body, p, li, dt, dd, dl, address, label, pre, code, .nav-tabs .tab-excerpt {
    font-size: 18px;
}
	h2.h2{
		font-size:20px !important;
	}
	h3.h3{
		font-size:18px !important;
	}
	.pad-lr .uncell.no-block-padding{
		padding:0px 15px !important;
	}
}