/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
body{
    margin:0px;
    padding: 0px;
    
}
.top-search-form{
    /*display: none;*/
}


.dark .top-search-form input {
    color: #000 !important;
}
.dark .top-cart-content {
    border-color: rgba(255,255,255,0.1);
    border-top-color: var(--brandcolor);;
}
.dark .top-cart-content {
    background-color: #fff;
    border-left-color: rgba(255,255,255,0.1);
}
.dark, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
    color: #000;
}
.dark a:not([class*="btn-"]):hover {
    color: #000;
}
.dark .top-cart-item-desc a {
    color: #000;
}
.product-title h5 a, product-title h5 a:hover, .single-product .product-title h5 a:hover {
    color: var(--linkcolor);
}
.button{
    text-transform: uppercase;
}
.top-cart-item-desc a:hover {
    color: var(--brandcolor);
}
.top-cart-item-image:hover {
    border-color: var(--brandcolor);
}
.menu-item:hover > .menu-link, .menu-item.current > .menu-link {
    color: var(--navhovercolor);
}
.sub-menu-container{
	border-top: 2px solid var(--brandcolor);
}
.sub-menu-container .menu-item:hover > .menu-link {
    background-color: #F9F9F9;
    padding-left: 18px;
    color: var(--navcolor);
}
#header-wrap
{
    background-color: #fff !important;
}
.dark .menu-item:hover > .menu-link, .dark .menu-item.current > .menu-link {
    color: var(--brandcolor);
}
.dark .primary-menu:not(.not-dark) .sub-menu-container, .dark .primary-menu:not(.not-dark) .mega-menu-content {
    border-top-color: var(--brandcolor);
}
.dark .menu-item:hover > .menu-link, .dark .menu-item.current > .menu-link {
    color: var(--brandcolor);
}
.dark .primary-menu:not(.not-dark) .sub-menu-container .menu-item:hover > .menu-link {
    color: var(--brandcolor);
}
.dark .primary-menu:not(.not-dark) .sub-menu-container, .dark .primary-menu:not(.not-dark) .mega-menu-content {
    background-color: #fff;
    /*border-color: rgba(255,255,255,0.05);*/
    /*border-top-color: #1ABC9C;*/
}
.dark .header-misc-icon > a {
    color: #000;
}
nav.primary-menu{
    margin: 0px auto;
    margin-left:0px;
    margin-right: 0px;
}
/**/
.dark .menu-link {
    color: #000;
}
/**/
#gotoTop{
	background-color: var(--brandcolor) !important;
}
.btn-dark {
    color: var(--brandcolor);
    background-color: #fff;
    border-color: #fff;
}
.btn-dark:focus {
    color: var(--brandcolor);
    background-color: #fff;
    border-color: #fff;
}
.btn-dark:hover {
    color: #fff;
    background-color: var(--brandcolor);
    border-color: var(--brandcolor);
}
.top-cart-number::before {
    background-color: var(--brandcolor);
}
.beware-btn{
	background-color: var(--btnbg);
	color: var(--btncolor);
	border-color: var(--btnbordercolor);
    border: 1px solid var(--btnbordercolor);
}
.beware-btn:hover {
    background-color: var(--btnhbg) !important;
    color: var(--btnhcolor);
    border-color: var(--btnhbordercolor) !important;
    border: 1px solid var(--btnhbordercolor) !important;
}
.cart-product-thumbnail img:hover {
    border-color: var(--brandcolor);
}
.top-search-form .form-control{
    width: 92% !important;
    float: left;
    font-size: 14px;
}
.top-search-form .button{
    width: 15% !important;
    padding-left: 10px !important;
    background-color: #000 !important;
    color:#fff !important;
    float: left;
}
.top-search-form .button:hover{
    color: #000 !important;
    background-color: #fff !important;
    border:  1px solid #000 !important;
}
/*
.beware-btn:focus
{
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(227 106 109 / 28%);
}*/
::-moz-selection { /* Code for Firefox */
  color:#fff;
  background: var(--brandcolor);;
}

::selection {
  color:#fff;
  background: var(--brandcolor);;
}
@media (min-width: 992px){

.top-cart-content {
    border: 1px solid #EEE;
    border-top: 2px solid var(--brandcolor);
    }
}
.top-cart-action .top-checkout-price {
    color: var(--brandcolor);
}
.product-price ins {
    text-decoration: none;
    color: var(--brandcolor);
}
.product-title h3 a:hover, .single-product .product-title h2 a:hover {
    color: var(--linkcolor);
}
a {
    color: var(--brandcolor);
}
.breadcrumb a:hover {
    color: var(--brandcolor);
}
.color {
    color: var(--brandcolor) !important;
}
.social a {
    text-decoration: none !important;
    color: var(--linkcolor);
}
.social a:hover {
    text-decoration: none !important;
    color: var(--brandcolor);
}
.subscribe-panel{
	padding-top: 10px; 
	padding-bottom: 10px;
	background-color: var(--subscriberbg);
}

    
.shop-all-heading, .Portfolio-wrap-custom{
	padding: 0px; 
}
#footer {
    position: relative;
     background-color: var(--footerbg); 
     border-top: 0px solid #ededed; 
     /*border-bottom: 5px solid #ededed; */
}
#copyrights{
     background-color: var(--footerbg); 
     /* border-top: 2px solid #ededed;  */
}
.fluid-width-video-wrapper{
	padding-top: 56% !important;
}
.pagination{
    width: 100% !important;
	/* position: absolute !important; */
	/* left: 25%; */
}
.pagination1{
	/* position: absolute !important; */
	right: 25%;
}
	
.pagination span {
	padding-left: 10px;
}	
.pagination span a {
	color: var(--linkcolor) !important;
}	
.pagination span a:hover {
	color: var(--brandcolor) !important;
}	
.pagination span.curlink{
	color: var(--brandcolor);
}
.menutext{
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 10px;
}
.heading-block::after {
    /* content: ''; */
    /* display: block; */
    margin-top: 30px;
    width: 40px;
    /* border-top: 2px solid #fff; */
}
.menu-link {
    padding: 20px 5px;
    margin-top:11px;
 }
 .quantity {
    margin-right: 0px;
}
.beware-btn
{
    outline: 0;
    /*box-shadow: 0 0 0 0.2rem rgb(227 106 109 / 28%);*/
}
.product-desc {
    padding: 20px 0;
}
.usermenu {
    padding: 0.25rem 1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.quantity .plus-txt, .quantity .minus-txt {
    display: block;
    cursor: pointer;
    border: 0px transparent;
    padding: 0;
    width: 36px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #EEE;
    font-size: 1rem;
    font-weight: bold;
    transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
}
.bg-black{
    background-color: #000;
}
.insta-text a{
    font-size: 2.5rem;
    color: #fff;
}
.insta-text{
    color: #fff;
    margin-bottom: 8px;
    margin-top: 15px;

    line-height: 1.4 !important;
}
.fw-bold{
    font-weight: bold;
}
.widget_links li a{
    color: var(--footertextcolor);
}
.widget_links li a:hover{
    color: var(--brandcolor);
}
.widget_links h4{
    color: var(--footertextcolor);
}
.widget_links .social a{
    color: var(--footertextcolor);
}
.widget_links:not(.widget-li-noicon) li::before{
    color: var(--footertextcolor);
}
#copyrights .text-md-center{
    color:var(--footertextcolor);
}
#copyrights .copyright-links a{
    color: var(--footertextcolor);
}
#copyrights .copyright-links a:hover{
    color:var(--brandcolor);;
}

@media only screen and (max-width: 1200px) {
  .menu-link {
    /*padding: 25px 17px;*/
  }
  .menu-container .menu-item .menutext{
      float: left;
  }
  .menu-container .menu-item .menu-link{
    margin-bottom: 20px;
    margin-left: 0px;
  }
  .sub-menu-container .menu-link div {
        position: relative;
        float: left;
    }
    .sub-menu-container .menu-item .menu-link {
        margin-bottom: 30px;
        margin-left: 0px;
    }
  
}
@media only screen and (max-width: 1080px) {
 
}
@media (min-width: 480px) and (max-width: 1280px)  {
     .menu-link {
        padding: 25px 17px;
    }
    
}

.background-overlay{
    top: -92px;
}
.label-text{
    font-size: 13px;
    font-weight: 700;
}
.text-red{
    color: red;
}
.cart-height{
    height: 300px;
    overflow: auto;
}
.new-haed{
    position: relative;
    z-index: 9;
    margin-bottom: 10px;
    margin-top: 10px;
}
.new-title{
    margin: 0px;
    padding: 20px 0px;
    font-size: 30px;
    color: #000;
    font-weight: 500;
    text-align: right;
    letter-spacing: 0px;
    line-height: 28px;
    text-transform: capitalize;
    width: auto;
    padding-right: 0px;
    background-color: #fff;
    position: relative;
    font-weight: 600;
}
.owl-carousel .owl-nav .owl-prev:hover {
    background-color: #000000 !important;
}
.owl-carousel .owl-nav .owl-next:hover {
    background-color: #000000 !important;
}
.main-title{
    font-weight: 700;
    font-size: 20px;
}
#content{
    padding: 50px 0px;
}
.bg-overlay {
    position: relative;
   
}
.wish-list-div{
    float: left;
    margin-right: 2px;
    margin-top: -10px;
}
.wish-list-div:hover{
    color: #ffffff;
    background-color: #dc4549;
    border-color: #f8f9fa;
}
.entry-title h4 a:hover {
    color: initial;
}
#subscriberForm p{
    display: inline-flex;
}
.menu-container > .menu-item:first-child {
    margin-left: 24px;
}
.icon-caret-right:before {
    content: "\25C0";
}
#recent-shop-list-sidebar .no-gutters .pl-3{
    padding-right: 1rem !important;
}
#recent-shop-list-sidebar .no-gutters .entry-meta li {
    margin: 0 10px 0px 0;
}
#login-form .float-right{
    float: left !important;
}
.flexslider .slides li{
    direction: ltr;
}

@media only screen and (max-width: 768px){
	/*Big smartphones [426px -> 600px]*/
    .carttotal .cart_item{
        display: flex !important;
    }
    .beware-btn{
        width: 100%;
    text-align: center;
    margin: 0px;
    }
    .menu-container > .menu-item:first-child {
        margin-left: 0px;
    }
    .cart-product-price, .cart-product-quantity, .cart-product-subtotal {
        text-align: right !important;
    }
    .menu-link {
        padding: 1px 5px;
        margin-top: 11px;
    }
    .menu-container .menu-item .menu-link {
        margin-bottom: 30px;
        margin-left: 0px;
    }
    .menu-item .sub-menu-trigger {
        top: 6px !important;
    }
    .lang-change-english {
        margin-top: 12px !important;
        text-align: end;
    }
    .sub-menu-container .menu-item .menu-link {
        margin-bottom: 15px !important;
        margin-left: 0px !important;
        margin-top: 0px !important;
    }
 
    .cart:not(.cart-totals) tbody td {
       
        text-align: right;
    }
    .carttotal .cart .text-right {
        text-align: left !important;
    }
    /* .menu-link {
        padding: 0px 5px;
        margin-top: 11px;
    } */
    /* .menu-item .sub-menu-trigger {
        top: 7px !important;
    }
    .sub-menu-container .menu-item > .menu-link {
        
        padding: 6px 5px;
        margin-top: 6px;
    } */

   
    
}


.header-misc{
    margin-right: auto;
}
.logo-set{
    margin-left:0px !important;
}
.social-media-icon {
    display: inline-block !important;
}
.social-media-icon .social {
    float: left;
    /* margin-left: 12px; */
}
.input-group > .input-group-prepend > .input-group-text{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 7px !important;
    border-bottom-right-radius: 7px !important;
}
.subscribe-btn{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    
    border-bottom-left-radius: 7px !important;
    border-top-left-radius: 7px !important;
}
.product-availibility-txt{
    display: flex;
}


.radio-label {
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 10px;
}

.marginTop {
    margin-top: -17px;
}

.addtocartstyle {
  
    background-color: var(--productcardcartbgcolor) !important;
    float: left;
    margin-right: 2px;
    margin-top: -10px;
    color: var(--productcardcarttextcolor) !important;
    border-radius: var(--heartborderborderradius) !important;
    border-color: var(--productcardcartbordercolor) !important;
}
.addtocartstyle:hover {
    
    background-color: var(--productcardcarthoverbgcolor) !important;
    float: left;
    margin-right: 2px;
    margin-top: -10px;
    color: var(--productcardcarthovertextcolor) !important;
    border-radius: var(--heartborderborderradius) !important;
    border-color: var(--productcardcarthoverbordercolor) !important;
}
.addtocartstyle-active {
    
    background-color: var(--productcardcarthoverbgcolor) !important;
    float: left;
    margin-right: 2px;
    margin-top: -10px;
    color: var(--productcardcarthovertextcolor) !important;
    border-radius: var(--heartborderborderradius) !important;
    border-color: var(--productcardcarthoverbordercolor) !important;
}

#template-contactform-service {
    /* background-image: linear-gradient(45deg, transparent 40%, gray 50%), linear-gradient(134deg, gray 50%, transparent 0%), radial-gradient(#ddd 0%, transparent 0%); */
    /* background-position: calc(100% - 220px) calc(1em + 2px), calc(100% - 215px) calc(1em + 2px), calc(100% - .5em) .5em; */
    /* background-position: calc(78% - 220px) calc(1em + 2px), calc(78% - 215px) calc(1em + 2px), calc(88% - 27.5em) 0.5em; */
    
    background-size: 25px 25px, 25px 25px, 1.5em 1.5em;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-position: left 0.5rem center;
    background-repeat: no-repeat;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    
}
.dropdown-select-arrow{
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
   
    background-repeat: no-repeat;
    /* background-position-x: 100%; */
    background-position-y: 5px;
    /* border: 1px solid #dfdfdf; */
    /* border-radius: 2px; */
    margin-left: 8rem;
    /* padding: 1rem; */
    padding-left: 7rem;
}

.newlogo {
    height: 45px !important;
}

#logo img {
    display: block;
    max-width: 100%;
    /* max-height: 100%; */
    /* height: 45px !important; */
    height: auto !important;
}

.widget_links .social a {
    font-size: 25px;
}

.row_text_center {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.loader-imge {
    left: 50%;
    margin-top: -150px;
    margin-left: -150px;
    position: absolute;
    top: 50%;
}
.product-price-bs{
    font-size: 1.125rem !important;
    font-weight: 700 !important;
}
.product-price-bs ins {
    text-decoration: none;
    color: var(--brandcolor);
}
.min-height{
    min-height: 600px;
}
.copyrights-link{
    color: var(--footercopyrighttextcolor) !important;
}
.copyrights-link a{
    color: var(--footerwebsitetextcolor) !important;
}
.current-tage{
    color: var(--navhovercolor) !important;
}
.product_options select,.new-title, #page-title a, #portfolio-filter label,#portfolio-filter select,.page-contant-section h4,.page-contant-section h5,.page-contant-section p,.page-contant-section label,.product-title h3 ,.product-title h3 a,.product-availibility-txt,.product-option-label,.product-desc h4,.quantity input,.ui-tabs-tab a,.tab-content,.product-related-product h4,.entry-content,.pagination1,.entry-title h2,.table-responsive table,.gutter-30 label,.gutter-30 p,.modal-title,#special_order_me_form label,.top-cart-title h4,.top-cart-item-desc-title a,.top-cart-item-quantity,.table-content table tr th,.table-content table tr td,.cart-product-name a,.table-content h4,.checkout-processs label,table tr th,table tr td,.accordion-title,.gutter-50 select,.row_text_center,.not-exist,.checkout-processs h3,.checkout-processs h4,.main-title,.checkout-processs address{
    color: var(--overalltextcolor) !important;
}
.addtocartstyle {
    padding: 0.375rem 0.70rem !important;
}
/* h1, h2, h3, h4, h5, h6 {
    color: var(--overalltextcolor) !important;
} */

/* .oc-item {
    border: 1px solid;
    color: #d7d7d7;
    padding: 12px;
} */



/* Portfolio - Items
	-----------------------------------------------------------------*/


/* Slider Query In Tablet   */
@media only screen and (max-width:1024px) and (min-width: 768px)  {
	.min-vh-60 {
        min-height: 22vh !important;
    }
}


/* product card star  */
.icon-star:before {
    
    color: var(--productcardreviewfillcolor);
}
.icon-star-empty:before {
    color: var(--productcardreviewnonfillcolor);
}

@media screen and (max-width:600px) {
    article{
        display: contents !important;
    }
    #portfolio{
        height: auto !important;
    }
    .category-name .portfolio-desc {
        padding: 114px !important;
    }
}

.beware-btn {
    background-color: var(--btnbg);
    color: var(--btntxtcolor);
    border-color: var(--btnborder);
    border: 1px solid var(--btnborderradius);
    
    /* text-shadow: 0px 0px 0px rgb(0 0 0 / 20%); */
}

.beware-btn:hover {
    background-color: var(--btnbghvr) !important;
    color: var(--btntxtcolorhvr);
    border-color: var(--btnborderhvr) !important;
    border: 1px solid var(--btnborderradiushvr) !important;
}
.text-right{
    text-align: left !important;
}
.widget-social{
    margin-right: 0px;
}
.iti--separate-dial-code .iti__selected-dial-code{
    direction: initial !important;
}
.iti__selected-flag{
    direction: ltr;
}


/* cart for mobile and laptop  */
@media only screen and (max-width:  573px) {
    /*Tablets [601px -> 1200px]*/
   .all-product-card .product-price{
       display: flow-root;
   }
   .all-product-card .product-price ins {
       display: flex;
   }
   .all-product-card .product-price a{
    
      float: right;
      margin-top: 10px;
      margin-bottom: 10px;

   }
   .all-product-card .product-desc {
        padding: 20px 0px 0px;
    }
    .all-product-card .product-title h5 {
        margin-bottom: 0px;
    }


}

.modal-header .close {
    margin: -1rem 0rem -1rem !important;
}

/* ========================================================== */
/* =========================================================== */
/* =========================================================== */

.text-md-right {
    text-align: left !important;
}

.btn-primary {
    background-color: var(--btn-bg) !important;
    color: var(--btn-txt-color) !important;
    border: 1px solid var(--btn-border-color) !important;
    border-radius: var(--btn-border-radius) !important;
}

.product-card {
    background-color: var(--product-card-bg-color) !important;
    border-radius: var(--product-card-border-radius) !important;
    border: 1px solid var(--product-card-border-color) !important;
}
.product-desc {
    padding: 20px 0px 0px 0px !important;
}
.product-card-title {
    color: var(--product-card-title-color) !important;
    font-weight: bold;
    font-size: 0.875rem;
    margin-bottom: 10px;
}
.product-card-price{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-card-btn {
    background-color: var(--product-card-btns-bg-color);
    color: var(--product-card-btns-text-color);
    border: 1px solid var(--product-card-btns-border-color) !important;
    border-radius: var(--product-card-btns-border-radius) !important;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
