/*
Theme Name: Thamira
Author: Developing Team
Description: Responsive Wordpress Theme
Version: 1.0
*/
/* WordPress Core */

body{
    overflow-x: hidden;
}

.shop-style1_content {
    position: relative;
    display: grid !important;
    grid-template-columns: repeat(4,1fr);
}
.single-shop-item {
    max-width: 100%;
}
.main-menu .navigation> li> a:hover:before, .main-menu .navigation> li.current-menu-item> a:before {
    transform: scaleY(1.0);
    transition: all 0.5s ease-in-out 0.1s;
}

.main-menu .navigation>li>a:before {
    font-family: 'icomoon' !important;
    content: "\e91e";
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0px;
    right: 0;
    color: var(--thm-primary);
    font-size: 50px;
    line-height: 50px;
    font-weight: 100;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scaleY(0);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.interior-page {
    margin-top: 160px;
}

.banner-carousel.owl-theme .owl-dots .owl-dot.active span,  .banner-carousel.owl-theme .owl-dots .owl-dot:hover span{
	background: transparent !important;
}
.banner-carousel.owl-theme .owl-dots .owl-dot span {
   background: transparent !important;
}

.gallery-holder {
    margin: 30px 0px;
}
.detail-area {
    margin: 20px 0px;
    background: #ffffff;
    cursor: pointer;
    box-shadow: 0px 0px 30px 0px #0000001a;
    padding: 40px 40px 32px;
    border-radius: 10px;
}

.kc_captcha {
    text-align: center;
}
input.wpcf7-form-control.wpcf7-submit {
    position: relative;
    display: block;
    overflow: hidden;
    padding-left: 45px;
    padding-right: 45px;
    background-color: #004da1;
    color: #ffffff;
    font-size: 14px;
    line-height: 55px;
    cursor: pointer;
    margin: auto;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 30px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-family: var(--thm-font-2);
    text-shadow: 0px 5px 3px rgba(12, 21, 41, 0.1);
    z-index: 2;
}

input.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel {
    position: relative;
    display: block;
    background: #ecf2f6;
    width: 100%;
    height: 55px;
    border: 1px solid #ecf2f6;
    color: #585858;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    padding-left: 65px;
    padding-right: 30px;
    border-radius: 27px;
    transition: all 500ms ease;
    font-family: var(--thm-font);
}

.detail-area img {
    width: 100%;
    height: 100%;
}
