/*-----------------------------------------------------------------------------------
    
    Template Name: Fudink - Food & Drink eCommerce Bootstrap4 Template
    Version: 1.0
    
-----------------------------------------------------------------------------------
    
    [Table of contents] 
	
    1. Template default css
    2. Index page style
    3. Home page 2
    4. Shop grid style
    5. Shop list style
    6. Product details
    7. Cart page
    8. Login register page
    9. Checkout page
    10. My account
    11. Contact page
    12. Blog page
    13. Blog details
    14. About us
    15. Testimonial page
    
-----------------------------------------------------------------------------------*/


/*-----------------------------
    1. Template default css
-------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900|Rubik:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap');
body {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #242424;
    overflow-x: hidden;
}
img{
    max-width: 100%;
}
@media (max-width: 768px){
    img{
        max-width: 100% !important;
        height: auto !important;
    }
}
.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}
a,
.btn {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.btn {
    border-radius: 0px;
    font-size: 14px;
    padding: 0px 15px;
    height: 30px;
    line-height: 30px;
}
a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
}
a:hover {
    color: #333;
    text-decoration: none;
}
a:focus {
    text-decoration: none;
}
button:focus {
    outline: 0px dotted;
}
a,
button,
input {
    outline: medium none;
    color: #242424;
}
.uppercase {
    text-transform: uppercase
}
.capitalize {
    text-transform: capitalize
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Rubik', sans-serif;
    color: #7f3615 ;
    margin-top: 0px;
    font-style: normal;
    font-weight: 400;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #7f3615 ;
}
h1 {
    font-size: 46px;
    font-weight: 500;
}
h2 {
    font-size: 37px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
ul {
    margin: 0px;
    padding: 0px;
}
p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #242424;
    margin-bottom: 5px;
    /*margin-bottom: 15px;*/
    font-family: 'Rubik', sans-serif;
}
hr {
    margin: 20px 0;
    padding: 0px;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}
hr.style-2 {
    border-bottom: 1px dashed #f10;
}
hr.mp-0 {
    margin: 0;
    border-bottom: 1px solid #eceff8;
}

hr.mtb-40 {
    margin: 40px 0;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}
label {
    font-size: 15px;
    font-weight: 400;
    color: #242424;
}
*::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
.mark,
mark {
    background: #7f3615  none repeat scroll 0 0;
    color: #ffffff ;
}
.mark p,mark p{
    color: white;
    text-align: justify;
    margin-bottom: 0;
}
span.tooltip-content {
    color: #00a9da;
    cursor: help;
    font-weight: 600;
}
.f-left {
    float: left
}
.f-right {
    float: right
}
.fix {
    overflow: hidden
}


/***************************
    transtion
****************************/

a.button::after,
a.button-small::after {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.share ul,
.share:hover ul {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
a.button-border span,
a.button-border-white span,
input,
select,
textarea {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

/*************************
    Input
*************************/

input {
    background: #eceff8;
    border: 2px solid #eceff8;
    height: 45px;
    box-shadow: none;
    padding-left: 10px;
    font-size: 14px;
    color: #626262;
    width: 100%;
}
select {
    width: 100%;
    background: transparent;
    border: 0px solid #eceff8;
    box-shadow: none;
    font-size: 14px;
    color: #626262;
}
option {
    background: #fff;
    border: 0px solid #626262;
    padding-left: 10px;
    font-size: 14px;
}
input:focus {
    background: transparent;
    border: 2px solid #4FC1F0;
}
textarea {
    resize: vertical;
    background: #eceff8;
    border: 2px solid #eceff8;
    padding: 10px;
    width: 100%;
    font-size: 14px;
}
textarea:focus {
    background: transparent;
    border: 2px solid #4FC1F0;
    outline: none;
}
.input-group.divcenter.input-group .form-control {
    padding-left: 0px
}

/*************************
  Basic margin padding
*************************/
.m-0 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}
.p-0 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}


/*************************
    Margin top
*************************/

.mt-0 {
    margin-top: 0 !important;
}
.mt-10 {
    margin-top: 10px
}
.mt-12 {
    margin-top: 12px
}
.mt-15 {
    margin-top: 15px
}
.mt-20 {
    margin-top: 20px
}
.mt-25 {
    margin-top: 25px
}
.mt-30 {
    margin-top: 30px
}
.mt-35 {
    margin-top: 35px
}
.mt-37 {
    margin-top: 37px
}
.mt-40 {
    margin-top: 40px
}
.mt-45 {
    margin-top: 45px
}
.mt-50 {
    margin-top: 50px
}
.mt-55 {
    margin-top: 55px
}
.mt-60 {
    margin-top: 60px
}
.mt-65 {
    margin-top: 65px
}
.mt-70 {
    margin-top: 70px
}
.mt-75 {
    margin-top: 75px
}
.mt-80 {
    margin-top: 80px
}
.mt-84 {
    margin-top: 84px
}
.mt-90 {
    margin-top: 90px
}
.mt-95 {
    margin-top: 95px
}
.mt-100 {
    margin-top: 100px
}
.mt-110 {
    margin-top: 110px
}
.mt-120 {
    margin-top: 120px
}
.mt-130 {
    margin-top: 130px
}
.mt-140 {
    margin-top: 140px
}
.mt-160 {
    margin-top: 160px
}
.mt-179 {
    margin-top: 179px
}
.mt-150 {
    margin-top: 150px
}
.mt-200 {
    margin-top: 200px
}
.mt-290 {
    margin-top: 290px
}
.mt-285 {
    margin-top: 285px
}
.mt-280 {
    margin-top: 280px
}


/*************************
    Margin right
*************************/

.mr-0 {
    margin-right: 0px
}
.mr-10 {
    margin-right: 10px
}
.mr-12 {
    margin-right: 12px
}
.mr-15 {
    margin-right: 15px
}
.mr-20 {
    margin-right: 20px
}
.mr-30 {
    margin-right: 30px
}
.mr-35 {
    margin-right: 35px
}
.mr-40 {
    margin-right: 40px
}
.mr-50 {
    margin-right: 50px
}
.mr-60 {
    margin-right: 60px
}
.mr-70 {
    margin-right: 70px
}
.mr-80 {
    margin-right: 80px
}
.mr-90 {
    margin-right: 90px
}
.mr-100 {
    margin-right: 100px
}
.mr-110 {
    margin-right: 110px
}
.mr-120 {
    margin-right: 120px
}
.mr-130 {
    margin-right: 130px
}
.mr-140 {
    margin-right: 140px
}
.mr-150 {
    margin-right: 150px
}
.mr-170 {
    margin-right: 170px
}

/*************************
    Margin bottom
*************************/

.mb-0 {
    margin-bottom: 0
}
.mb-2 {
    margin-bottom: 2px
}
.mb-5 {
    margin-bottom: 5px!important;
}
.mb-10 {
    margin-bottom: 10px
}
.mb-12 {
    margin-bottom: 12px
}
.mb-15 {
    margin-bottom: 15px
}
.mb-20 {
    margin-bottom: 20px
}
.mb-22 {
    margin-bottom: 22px
}
.mb-25 {
    margin-bottom: 25px
}
.mb-30 {
    margin-bottom: 30px
}
.mb-35 {
    margin-bottom: 35px
}
.mb-40 {
    margin-bottom: 40px
}
.mb-45 {
    margin-bottom: 45px
}
.mb-50 {
    margin-bottom: 50px
}
.mb-55 {
    margin-bottom: 55px
}
.mb-60 {
    margin-bottom: 60px
}
.mb-65 {
    margin-bottom: 65px
}
.mb-70 {
    margin-bottom: 70px
}
.mb-75 {
    margin-bottom: 75px
}
.mb-80 {
    margin-bottom: 80px
}
.mb-90 {
    margin-bottom: 90px
}
.mb-100 {
    margin-bottom: 100px
}
.mb-110 {
    margin-bottom: 110px
}
.mb-120 {
    margin-bottom: 120px
}
.mb-130 {
    margin-bottom: 130px
}
.mb-140 {
    margin-bottom: 140px
}
.mb-150 {
    margin-bottom: 150px
}

/*************************
    Margin left
*************************/

.ml-0 {
    margin-left: 0
}
.ml-10 {
    margin-left: 10px
}
.ml-12 {
    margin-left: 12px
}
.ml-15 {
    margin-left: 15px
}
.ml-20 {
    margin-left: 20px
}
.ml-30 {
    margin-left: 30px
}
.ml-40 {
    margin-left: 40px
}
.ml-50 {
    margin-left: 50px
}
.ml-60 {
    margin-left: 60px
}
.ml-70 {
    margin-left: 70px
}
.ml-80 {
    margin-left: 80px
}
.ml-90 {
    margin-left: 90px
}
.ml-100 {
    margin-left: 100px
}
.ml-110 {
    margin-left: 110px
}
.ml-120 {
    margin-left: 120px
}
.ml-125 {
    margin-left: 125px
}
.ml-130 {
    margin-left: 130px
}
.ml-140 {
    margin-left: 140px
}
.ml-150 {
    margin-left: 150px
}
.ml-285 {
    margin-left: 285px
}

/*************************
    Padding top
*************************/

.pt-0 {
    padding-top: 0
}
.pt-4 {
    padding-top: 4px
}
.pt-10 {
    padding-top: 10px
}
.pt-12 {
    padding-top: 12px
}
.pt-15 {
    padding-top: 15px
}
.pt-20 {
    padding-top: 20px
}
.pt-25 {
    padding-top: 25px
}
.pt-30 {
    padding-top: 30px
}
.pt-35 {
    padding-top: 35px
}
.pt-37 {
    padding-top: 37px
}
.pt-40 {
    padding-top: 40px
}
.pt-45 {
    padding-top: 45px
}
.pt-50 {
    padding-top: 50px
}
.pt-55 {
    padding-top: 55px
}
.pt-58 {
    padding-top: 58px
}
.pt-60 {
    padding-top: 60px
}
.pt-65 {
    padding-top: 65px
}
.pt-68 {
    padding-top: 68px
}
.pt-70 {
    padding-top: 70px
}
.pt-75 {
    padding-top: 75px
}
.pt-80 {
    padding-top: 80px
}
.pt-85 {
    padding-top: 85px
}
.pt-95 {
    padding-top: 95px
}
.pt-90 {
    padding-top: 90px
}
.pt-97 {
    padding-top: 97px
}
.pt-100 {
    padding-top: 100px
}
.pt-95 {
    padding-top: 95px
}
.pt-105 {
    padding-top: 105px
}
.pt-110 {
    padding-top: 110px
}
.pt-115 {
    padding-top: 115px
}
.pt-120 {
    padding-top: 120px
}
.pt-125 {
    padding-top: 125px
}
.pt-130 {
    padding-top: 130px
}
.pt-135 {
    padding-top: 135px
}
.pt-140 {
    padding-top: 140px
}
.pt-145 {
    padding-top: 145px
}
.pt-150 {
    padding-top: 150px
}
.pt-155 {
    padding-top: 155px
}
.pt-160 {
    padding-top: 160px
}
.pt-169 {
    padding-top: 169px
}
.pt-172 {
    padding-top: 172px
}
.pt-175 {
    padding-top: 175px
}
.pt-170 {
    padding-top: 170px
}
.pt-180 {
    padding-top: 180px
}
.pt-190 {
    padding-top: 190px
}
.pt-205 {
    padding-top: 205px
}
.pt-200 {
    padding-top: 200px
}
.pt-220 {
    padding-top: 220px
}
.pt-210 {
    padding-top: 210px
}
.pt-250 {
    padding-top: 250px
}
.pt-290 {
    padding-top: 290px
}
.pt-285 {
    padding-top: 285px
}
.pt-280 {
    padding-top: 280px
}
.pt-330 {
    padding-top: 330px
}
.pt-345 {
    padding-top: 345px
}
.pt-350 {
    padding-top: 350px
}
.pt-335 {
    padding-top: 335px
}
.pt-365 {
    padding-top: 365px
}
.pt-355 {
    padding-top: 355px
}
.pt-370 {
    padding-top: 370px
}
.pt-380 {
    padding-top: 380px
}

/*************************
    Padding right
*************************/

.pr-0 {
    padding-right: 0
}
.pr-10 {
    padding-right: 10px
}
.pr-15 {
    padding-right: 15px
}
.pr-20 {
    padding-right: 20px
}
.pr-30 {
    padding-right: 30px
}
.pr-40 {
    padding-right: 40px
}
.pr-50 {
    padding-right: 50px
}
.pr-55 {
    padding-right: 55px
}
.pr-60 {
    padding-right: 60px
}
.pr-70 {
    padding-right: 70px
}
.pr-80 {
    padding-right: 80px
}
.pr-90 {
    padding-right: 90px
}
.pr-100 {
    padding-right: 100px
}
.pr-110 {
    padding-right: 110px
}
.pr-120 {
    padding-right: 120px
}
.pr-130 {
    padding-right: 130px
}
.pr-140 {
    padding-right: 140px
}
.pr-155 {
    padding-right: 155px
}
.pr-155 {
    padding-right: 155px
}
.pr-180 {
    padding-right: 180px
}
.pr-195 {
    padding-right: 195px
}
.pr-215 {
    padding-right: 215px
}


/*************************
    Padding bottom
*************************/

.pb-0 {
    padding-bottom: 0
}
.pb-5 {
    padding-bottom: 5px
}
.pb-6 {
    padding-bottom: 6px
}
.pb-10 {
    padding-bottom: 10px
}
.pb-13 {
    padding-bottom: 13px
}
.pb-15 {
    padding-bottom: 15px
}
.pb-18 {
    padding-bottom: 18px
}
.pb-20 {
    padding-bottom: 20px
}
.pb-22 {
    padding-bottom: 22px
}
.pb-25 {
    padding-bottom: 25px
}
.pb-30 {
    padding-bottom: 30px
}
.pb-35 {
    padding-bottom: 35px
}
.pb-40 {
    padding-bottom: 40px
}
.pb-45 {
    padding-bottom: 45px
}
.pb-50 {
    padding-bottom: 50px
}
.pb-55 {
    padding-bottom: 55px
}
.pb-60 {
    padding-bottom: 60px
}
.pb-65 {
    padding-bottom: 65px
}
.pb-70 {
    padding-bottom: 70px
}
.pb-75 {
    padding-bottom: 75px
}
.pb-80 {
    padding-bottom: 80px
}
.pb-85 {
    padding-bottom: 85px
}
.pb-90 {
    padding-bottom: 90px
}
.pb-95 {
    padding-bottom: 95px
}
.pb-97 {
    padding-bottom: 97px
}
.pb-100 {
    padding-bottom: 100px
}
.pb-105 {
    padding-bottom: 105px
}
.pb-107 {
    padding-bottom: 107px
}
.pb-110 {
    padding-bottom: 110px
}
.pb-115 {
    padding-bottom: 115px
}
.pb-120 {
    padding-bottom: 120px
}
.pb-125 {
    padding-bottom: 125px
}
.pb-130 {
    padding-bottom: 130px
}
.pb-135 {
    padding-bottom: 135px
}
.pb-140 {
    padding-bottom: 140px
}
.pb-145 {
    padding-bottom: 145px
}
.pb-146 {
    padding-bottom: 146px
}
.pb-150 {
    padding-bottom: 150px
}
.pb-155 {
    padding-bottom: 155px
}
.pb-160 {
    padding-bottom: 160px
}
.pb-169 {
    padding-bottom: 169px
}
.pb-178 {
    padding-bottom: 178px
}
.pb-172 {
    padding-bottom: 172px
}
.pb-180 {
    padding-bottom: 180px
}
.pb-190 {
    padding-bottom: 190px
}
.pb-210 {
    padding-bottom: 210px
}
.pb-230 {
    padding-bottom: 230px
}
.pb-212 {
    padding-bottom: 212px
}
.pb-250 {
    padding-bottom: 250px
}
.pb-258 {
    padding-bottom: 258px
}
.pb-280 {
    padding-bottom: 280px
}
.pb-210 {
    padding-bottom: 210px
}
.pb-285 {
    padding-bottom: 285px
}
.pb-290 {
    padding-bottom: 290px
}
.pb-280 {
    padding-bottom: 280px
}
.pb-285 {
    padding-bottom: 285px
}
.pb-200 {
    padding-bottom: 200px
}
.pb-220 {
    padding-bottom: 220px
}
.pb-215 {
    padding-bottom: 215px
}
.pb-295 {
    padding-bottom: 295px
}
.pb-440 {
    padding-bottom: 440px
}
.pb-450 {
    padding-bottom: 450px
}

/*************************
    Padding left
*************************/

.pl-0 {
    padding-left: 0
}
.pl-10 {
    padding-left: 10px
}
.pl-15 {
    padding-left: 15px
}
.pl-20 {
    padding-left: 20px
}
.pl-30 {
    padding-left: 30px
}
.pl-35 {
    padding-left: 35px
}
.pl-40 {
    padding-left: 40px
}
.pl-45 {
    padding-left: 45px
}
.pl-50 {
    padding-left: 50px
}
.pl-55 {
    padding-left: 55px
}
.pl-60 {
    padding-left: 60px
}
.pl-70 {
    padding-left: 70px
}
.pl-80 {
    padding-left: 80px
}
.pl-90 {
    padding-left: 90px
}
.pl-100 {
    padding-left: 100px
}
.pl-110 {
    padding-left: 110px
}
.pl-120 {
    padding-left: 120px
}
.pl-125 {
    padding-left: 125px
}
.pl-130 {
    padding-left: 130px
}
.pl-140 {
    padding-left: 140px
}
.pl-140 {
    padding-left: 140px
}
.pl-170 {
    padding-left: 170px
}
.pl-155 {
    padding-left: 155px
}
.pl-190 {
    padding-left: 190px
}
.pl-195 {
    padding-left: 195px
}

/***************************
    Page section padding 
****************************/

.ptb-0 {
    padding: 0
}
.ptb-10 {
    padding: 10px 0
}
.ptb-15 {
    padding: 15px 0
}
.ptb-20 {
    padding: 20px 0
}
.ptb-30 {
    padding: 30px 0
}
.ptb-32 {
    padding: 32px 0
}
.ptb-37 {
    padding: 37px 0
}
.ptb-40 {
    padding: 40px 0
}
.ptb-50 {
    padding: 50px 0
}
.ptb-60 {
    padding: 60px 0
}
.ptb-68 {
    padding: 68px 0
}
.ptb-65 {
    padding: 65px 0
}
.ptb-70 {
    padding: 70px 0
}
.ptb-75 {
    padding: 75px 0
}
.ptb-80 {
    padding: 80px 0
}
.ptb-90 {
    padding: 90px 0
}
.ptb-100 {
    padding: 100px 0
}
.ptb-110 {
    padding: 110px 0
}
.ptb-120 {
    padding: 120px 0
}
.ptb-130 {
    padding: 130px 0
}
.ptb-135 {
    padding: 135px 0
}
.ptb-140 {
    padding: 140px 0
}
.ptb-150 {
    padding: 150px 0
}
.ptb-160 {
    padding: 160px 0
}
.ptb-165 {
    padding: 165px 0
}
.ptb-170 {
    padding: 170px 0
}
.ptb-177 {
    padding: 177px 0
}
.ptb-180 {
    padding: 180px 0
}
.ptb-190 {
    padding: 190px 0
}
.ptb-200 {
    padding: 200px 0
}
.ptb-210 {
    padding: 210px 0
}
.ptb-220 {
    padding: 220px 0
}
.ptb-250 {
    padding: 250px 0
}
.ptb-290 {
    padding: 290px 0
}
.ptb-310 {
    padding: 310px 0
}


/***************************
    Page section margin 
****************************/

.mtb-0 {
    margin: 0
}
.mtb-10 {
    margin: 10px 0
}
.mtb-15 {
    margin: 15px 0
}
.mtb-20 {
    margin: 20px 0
}
.mtb-30 {
    margin: 30px 0
}
.mtb-40 {
    margin: 40px 0
}
.mtb-50 {
    margin: 50px 0
}
.mtb-60 {
    margin: 60px 0
}
.mtb-70 {
    margin: 70px 0
}
.mtb-80 {
    margin: 80px 0
}
.mtb-90 {
    margin: 90px 0
}
.mtb-100 {
    margin: 100px 0
}
.mtb-110 {
    margin: 110px 0
}
.mtb-120 {
    margin: 120px 0
}
.mtb-130 {
    margin: 130px 0
}
.mtb-140 {
    margin: 140px 0
}
.mtb-150 {
    margin: 150px 0;
}
.mtb-290 {
    margin: 290px 0;
}

/*************************************
    Background variation set 
 **************************************/

/*colored background*/

.white-bg {
    background: #fff;
}
.black-bg {
    background: #7f3615 
}
.black-bg-2 {
    background: #7f3615 
}
.theme-bg {
    background: #7f3615 ;
}
.gray-bg {
    background: #f8f9f9;
}
.blue-bg {
    background: #4FC1F0;
}
.default-bg {
    background: #fd661f;
}
.pink-bg {
    background: #ffe8e8;
}
.transparent-bg {
    background: transparent;
}
.theme-color {
    color: #4FC1F0  !important;
}
/*Opacity background*/
/* black overlay */

[data-overlay] {
    position: relative;
}
[data-overlay]::before {
    background: #252525 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
[data-overlay="3"]::before {
    opacity: 0.3;
}
[data-overlay="4"]::before {
    opacity: 0.4;
}
[data-overlay="5"]::before {
    opacity: 0.5;
}
[data-overlay="56"]::before {
    opacity: 0.56;
}
[data-overlay="6"]::before {
    opacity: 0.6;
}
[data-overlay="7"]::before {
    opacity: 0.7;
}
[data-overlay="8"]::before {
    opacity: 0.8;
}

/*image background*/

.bg-1,
.bg-2,
.bg-3,
.bg-4,
.bg-5,
.bg-6,
.bg-7,
.bg-8,
.bg-9,
.bg-10 {
    background-attachment: fixed;
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}
.bg-1 {
    background: url(../../images/bg/1.jpg);
}
.bg-img {
    background-position: center center;
    background-size: cover;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
:focus {
    outline: -mos-focus-ring-color auto 0px;
}
:focus {
    outline: none;
}
.header-search form button {
    outline: medium none;
}
.relative {
    position: relative;
}
.overflow {
    overflow: hidden;
}
.border-bottom-1 {
     border-bottom: 1px solid #ededed;
 }

.border-top-1 {
    border-top: 1px solid #d7d7d7;
}
.border-top-2 {
    border-top: 1px solid #141414;
}
.border-top-3 {
    border-top: 1px solid #eeeeee;
}
.border-top-4 {
    border-top: 1px solid #303338;
}
.border-bottom-2 {
    border-bottom: 1px solid #eeeeee;
}
.mobile-menu-area {
    display: none;
}
#mobile-menu-active {
    display: none;
}

/* scrollUp */
#scrollUp {
    background: #fd661f none repeat scroll 0 0;

    bottom: 15px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 12px;
    text-align: center;
    width: 38px;
    z-index: 9999;
}
#scrollUp:hover {
    background: #e04800 none repeat scroll 0 0;
}

/* button */
.btn-style {
    background-color: transparent;
    border: 2px solid #eeeeee;
    color: #fd661f;
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 14px 20px 12px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    display: block;
}
.btn-style:hover {
    background-color: #e04800;
    border: 2px solid #e04800;
    color: #fff;
}
.btn-style-2, .slider-btn a, .button-box button{
    background-color: #fd661f !important;

    border-radius: 3px !important;
    color: #fff !important;
    display: inline-block ;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    padding: 17px 37px !important;
    text-transform: uppercase !important;
    border: 2px solid #fd661f;
}
.btn-style-2:hover, .slider-btn a:hover, .button-box button:hover {
    border-color: #fd661f !important;
    color: #fd661f !important;
    background-color: #fff !important;
}
.height-100vh {
    height: 100vh;
}

#mobile-menu-active {
    display: none;
}

/*------------------------
    2. Index page style
--------------------------*/

/* header top */
.welcome-area > p {
    color: #fff;
    margin: 9px 0 0;
}
.account-curr-lang-wrap ul li {
    display: inline-block;
    list-style: outside none none;
    margin-right: 38px;
    position: relative;
}
.account-curr-lang-wrap ul li:last-child {
    margin-right: 0px;
}

.account-curr-lang-wrap ul li a {
    color: #868e96 ;
    /*color: #fff;*/
    display: inline-block;
    line-height: 44px;
}
.account-curr-lang-wrap ul li:hover > a {
    color: #fd661f;
}
.account-curr-lang-wrap ul li a i {
    font-size: 12px;
    margin-left: 8px;
    position: relative;
    top: 0;
}
.account-curr-lang-wrap ul li a img {
    margin-right: 6px;
    margin-top: -3px;
}
.account-curr-lang-wrap ul li ul {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
    left: 0;
    padding: 8px 12px 10px;
    position: absolute;
    text-align: left;
    top: 100%;
    /*transform: rotateX(90deg);*/
    transform-origin: center top 0;
    transition: all 0.5s ease 0s;
    /*visibility: hidden;*/
    width: 160px;
    z-index: 220;
}
.account-curr-lang-wrap ul li:last-child ul {
    left: -31px;
}
.account-curr-lang-wrap ul li:hover ul {
    /*transform: rotateX(0deg);*/
    /*visibility: visible;*/
}
.account-curr-lang-wrap ul li ul li {
    display: block;
    margin-right: 0px;
}
.account-curr-lang-wrap ul li ul li a {
    display: block;
    font-size: 13.5px;
    line-height: 32px;
    padding: 0;
    /*text-transform: capitalize;*/
    color: #242424 !important;
}
.account-curr-lang-wrap ul li ul li a img {
    margin-right: 5px;
}
.account-curr-lang-wrap ul li ul li:hover > a {
    color: #7f3615 ;
}
.account-curr-lang-wrap > ul > li::before {
    background-color: #999999;
    content: "";
    height: 12px;
    position: absolute;
    right: -22px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
}
.account-curr-lang-wrap ul li:last-child::before {
    display: none;
}
.account-curr-lang-wrap ul li.top-hover ul > li > a::before {
    background: #7f3615  none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 7px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 13px;
    transition: all 0.3s ease-in-out 0s;
    width: 7px;
    z-index: 999;
}
.account-curr-lang-wrap ul li.top-hover ul > li:hover > a::before {
    opacity: 1;
}
.account-curr-lang-wrap ul li.top-hover ul li:hover > a {
    padding-left: 12px;
}

/* header bottom cart */

.header-middle.border-bar{
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}
.header-middle {
    padding: 5px 0 5px;
}
.header-middle-right {
    display: flex;
    justify-content: flex-end;
}
.login-text-content,
.wishlist-text {
    line-height: 20px;
    margin: 0 0 0 20px;
    display: inline-block;
}
.header-wishlist {
    /*margin: 0 40px;*/
}
.wishlist-text > p,
.login-text-content > p {
    color: #7f3615 ;
    line-height: 19px;
    margin: -2px 0 0;
}
.login-text-content > p span,
.wishlist-text > p span {
    color: #7f3615 ;
}
.header-icon-style {
    display: inline-block;
    /*float: left;*/
    line-height: 1;
    position: relative;
}
.header-icon-style i {
    /*color: #fff;*/
    color: #7f3615 ;
    font-size: 14px;
}
.cart-text {
    display: inline-block;
    margin-left: 19px;
    margin-top: -2px;
    overflow: hidden;
}
.cart-text > span {
    color: #7f3615 ;
    display: block;
    font-size: 14px;
    line-height: 1;
}
.cart-text > span.cart-digit-bold {
    color: #7f3615 ;
}
.cart-text > span.digit {
    margin-bottom: 6px;
}
.header-cart > a .header-icon-style span {
    background-color: #7f3615 ;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    height: 22px;
    left: 0;
    line-height: 22px;
    margin: 0 auto;
    position: absolute;
    right: -28px;
    text-align: center;
    top: -3px;
    width: 22px;
}
.header-cart {
    display: inline-block;
    position: relative;
}
.shopping-cart-content {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 31px 35px 10px;
    position: absolute;
    right: 0;
    top: 167%;
    width: 340px;
    z-index: 9999;
    display: none;
}
.shopping-cart-content ul li {
    border-bottom: 1px solid #ebebeb;
    display: flex;
    /*flex-wrap: wrap;*/
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.shopping-cart-img {
    flex: 0 0 82px;
    margin-right: 15px;
}
.shopping-cart-title > h4 {
    color: #242424;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}
.shopping-cart-title > h4 a {
    color: #242424;
}
.shopping-cart-title > h4 a:hover {
    color: #7f3615 ;
}
.shopping-cart-title > h6 {
    color: #555;
    font-size: 13px;
    margin: 5px 0 10px;
}
.shopping-cart-title > span {
    color: #555;
    font-size: 14px;
}
.shopping-cart-delete {
    display: flex;
    flex-grow: 100;
    justify-content: flex-end;
}
.shopping-cart-delete > a {
    border: 2px solid #999;
    border-radius: 50px;
    color: #666;
    display: inline-block;
    font-size: 12px;
    height: 19px;
    line-height: 15px;
    margin-top: 2px;
    text-align: center;
    width: 20px;
}
.shopping-cart-delete > a:hover {
    border: 2px solid #7f3615 ;
    color: #7f3615 ;
}
.shopping-cart-total {
    margin: 25px 0 0;
}
.shopping-cart-total > h4 {
    font-size: 14px;
    margin-bottom: 17px;
}
.shopping-cart-total > h4:last-child {
    margin-bottom: 0px;
}
.shopping-cart-total > h4 span {
    float: right;
    color: #242424;
}
.shopping-cart-total > h4 span.shop-total {
    color: #7f3615 ;
    font-weight: 500;
}
.shopping-cart-btn {
    margin-top: 23px;
}
.shopping-cart-btn a {
    margin-bottom: 15px;
}
.shopping-cart-btn a {
    background-color: transparent;
    border: 2px solid #eeeeee;
    color: #454545;
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 14px 20px 12px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.shopping-cart-btn a:hover {
    background-color: #7f3615 ;
    color: #fff;
}

/* start main menu */
.main-menu {
    position: relative;
}
.main-menu ul{
    display: table;
    width: 100%;
}
.main-menu ul li:last-child {
    /*padding-right: 0;*/
}
.main-menu ul li {
    display: inline-block;
    /*display: table-cell;*/
    list-style: outside none none;
    /*padding-right: 10px;*/
    padding-right: 20px;
    position: relative;
}
.main-menu ul li:last-child {
    /*padding-right: 0;*/
}
.main-menu nav > ul > li:last-child {
    padding-right: 0px;
}
.main-menu nav > ul > li > a{
    text-transform: uppercase;
}
.main-menu ul li a,
.main-menu ul li a:not([href]):not([tabindex]) {
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.2;
    /*line-height: 60px;*/
    /*text-transform: uppercase;*/
    padding-top: 2px;
    cursor: pointer;
    padding: 0;
}
.main-menu ul li a{
    color: #868e96;
}
.main-menu ul li a, .main-menu ul li a:not([href]):not([tabindex]){
    /*color: #7f3615 ;*/

}
.stick .modal-menu-btn{
    margin-top: -50px;
    /*top:10px;*/
}
.stick .main-menu nav > ul > li > a,
.stick .main-menu nav > ul > li > a:not([href]):not([tabindex]) {
    /*color: #7f3615 ;*/
    /*color: #868e96 ;*/
    /*line-height: 60px;*/
    font-weight: 500;
}
.main-menu ul li a i {
    font-size: 10px;
    margin-left: 4px;
    position: relative;
    top: -2px;
}
.main-menu ul li.active > a,
.main-menu ul li:hover > a {
    color: #fd661f;
}
.main-menu nav > ul > li > ul.submenu {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #dcdcdc;
    box-shadow: 0 0 7px 0.5px rgba(0, 0, 0, 0.15);
    display: block;
    left: 0;
    padding: 20px 0px 22px;
    position: absolute;
    top: 100%;
    /*transform: rotateX(90deg);*/
    transform-origin: center top 0;
    transition: all 0.5s ease 0s;
    /*visibility: hidden;*/
    width: max-content;
    /*width: 190px;*/
    z-index: 999;
}
.main-menu nav > ul > li:hover > ul.submenu {
    /*transform: rotateX(0deg);*/
    /*visibility: visible;*/
}
.main-menu nav > ul > li > ul.mega-menu > li ul li {
    display: block;
    padding: 0px;
}
.main-menu nav > ul > li > ul > li {
    display: block;
    padding: 0 20px;
}
.main-menu ul li ul li.mega-menu-title a {
    color: #242424;
    margin: 0 0 5px;
    text-transform: uppercase;
}
.main-menu ul li.top-hover ul li ul li.mega-menu-title:hover > a::before {
    display: none;
}
.main-menu ul li.top-hover ul li ul li.mega-menu-title:hover > a {
    padding-left: 0px;
}
.main-menu ul li ul li a {
    color: #454545;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: inherit;
    /*line-height: 32px;*/
    text-align: left;
    /*text-transform: capitalize;*/
    padding-top: 3px;
}
.main-menu ul li.top-hover ul li > a::before {
    background: #7f3615  none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 7px;
    left: 15px;
    opacity: 0;
    position: absolute;
    top: 13px;
    transition: all 0.3s ease-in-out 0s;
    width: 7px;
    z-index: 999;
}
.main-menu ul.mega-menu li > a::before{
    top: 6px!important;
}
.main-menu ul li.top-hover ul.mega-menu li > a::before {
    left: 0px;
}
.main-menu ul li.top-hover ul li:hover > a::before {
    /*opacity: 1;*/
}
.main-menu ul li.top-hover ul li:hover > a {
    /*padding-left: 12px;*/
}
.main-menu ul li.mega-menu-position {
    position: static;
}
.main-menu nav > ul > li > ul.mega-menu {
    background-color: #fff;
    display: block;
    left: 0;
    padding: 33px 30px 15px 15px;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: rotateX(90deg);
    transform-origin: center top 0;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 999;
    box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
}
.main-menu nav > ul > li > ul.mega-menu.d-block {
    transform: rotateX(0deg);
    visibility: visible;
}
.main-menu nav > ul > li > ul.mega-menu > li.border-b {
    border-bottom: 1px solid #d3d5d7;
    margin-bottom: 12px;
}
.main-menu nav > ul > li > ul.mega-menu > li.col4 {
    width: 25%;
}
.main-menu nav > ul > li > ul.mega-menu > li {
    display: inline-block;
    float: left;
    padding-left: 25px;
    padding-right: 0;
    width: 20%;
}
.mega-menu-title.text-dark a{
    color: black !important;
}
.mega-menu-title a{
    color: #4a90e2 !important;
}
.main-menu nav > ul > li > ul.mega-menu > li:last-child {
    padding-right: 0px;
}
.main-menu ul li ul li a span {
    float: right;
}
ul.mega-menu .elso-lastLi{
    float: right !important;
    margin-top: 10px;
}
.transparent-bar.stick {
    animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
    background-color: #fff;
    border-bottom: 0 solid #4a90e2;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.04);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.stick .main-menu ul li a {
    /*line-height: 60px;*/
}
.stick .logo {
    margin: 27px 0 0;
    transition: all .3s ease 0s;
}
.stick .header-cart {
    /*padding: 22px 0 0 63px;*/
    /*transition: all .3s ease 0s;*/
}
.stick .main-menu ul li ul li a {
    /*line-height: 32px;*/
}

/* slider style */
.slider-content h3 {
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}
.slider-content h1 {
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 48px;
    font-weight: bold;
    margin: 0 0 25px;
}
.slider-btn a {
    /*background-color: transparent;*/
    /*border: 2px solid #fff;*/
    border-radius: 3px;
    /*color: #fff;*/
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 18px 44px;
    text-transform: capitalize;
}
.slider-btn a:hover {
    /*background-color: #fff;*/
    /*color: #7f3615 ;*/
}
.slider-active.owl-carousel > .owl-nav div {
    /*background-color: #fff;*/
    background-color: #fd661f ;
    border-radius: 3px;
    /*color: #7f3615 ;*/
    color: #fff;;
    display: inline-block;
    font-size: 20px;
    height: 45px;
    left: 15px;
    line-height: 47px;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    width: 45px;
}
.slider-active.owl-carousel > .owl-nav div:hover {
    background-color: #1a6aab;
    color: #fff;
}
.slider-active.owl-carousel > .owl-nav div.owl-next {
    left: auto;
    right: 15px;
}
.slider-area:hover .slider-active.owl-carousel > .owl-nav div {
    opacity: 1;
}

/* Default Slider Animations */
.owl-item .slider-content * {
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-item.active .slider-content * {}
.owl-item.active .slider-animated-1 h3 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.owl-item.active .slider-animated-1 h1 {
    -webkit-animation-delay: 1.0s;
    animation-delay: 1.0s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.owl-item.active .slider-animated-1 h5 {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.owl-item.active .slider-animated-1 a {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.owl-item.active .slider-animated-2 h3 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.owl-item.active .slider-animated-2 h1 {
    -webkit-animation-delay: 1.0s;
    animation-delay: 1.0s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.owl-item.active .slider-animated-2 h5 {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.owl-item.active .slider-animated-2 a {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/* banner area */
.single-banner img {
    width: 100%;
}
.banner-left-side {
    float: left;
    margin-right: 1.7%;
    width: 52.6%;
}
.banner-right-side {
    float: left;
    width: 45.7%;
}
.hover-style {
    position: relative;
}
.hover-style::before,
.hover-style::after {
    background: rgba(255, 255, 255, 0.41) none repeat scroll 0 0;
    content: "";
    height: 0;
    left: 0;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: all 0.8s ease-in-out 0s;
    width: 0;
}
.hover-style::after {
    bottom: 0;
    left: auto;
    margin: auto;
    right: 0;
    top: auto;
}
.single-banner:hover .hover-style::before,
.single-banner:hover .hover-style::after {
    height: 100%;
    opacity: 0;
    width: 100%;
}

/* product area */
.custom-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 1740px;
}
.custom-col-5 {
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 15px;
    padding-right: 15px;
}
.product-tab-list.nav {
    justify-content: center;
}
.product-tab-list > a {
    position: relative;
}
.product-tab-list > a::before {
    background-color: #d4d4d4;
    content: "";
    height: 22px;
    position: absolute;
    right: -2px;
    top: 4px;
    transform: rotate(23deg);
    width: 3px;
}
.product-tab-list > a:last-child:before {
    display: none;
}
.product-tab-list > a h4 {
    color: #7f3615 ;
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    margin: 0 27px;
    position: relative;
}
.product-tab-list > a.active h4 {
    color: #7f3615 ;
}
.product-tab-list-wrap > p {
    margin: 22px auto 0;
    width: 40%;
}
.product-img {
    overflow: hidden;
    position: relative;
}
.product-action {
    bottom: -30px;
    display: flex;
    justify-content: space-between;
    left: 0;
    padding: 0 20px;
    position: absolute;
    right: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease 0s;
}
.product-wrapper:hover .product-action {
    /*opacity: 1;*/
    /*visibility: visible;*/
    /*bottom: 12px;*/
}
.product-wrapper .product-action {
    opacity: 1;
    visibility: visible;
    bottom: 12px;
}
.pro-action-left > a {
    color: #7f3615 ;
    /*color: #7f3615 000;*/
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}
.pro-action-left > a:hover,
.pro-action-right > a:hover,
.product-content > h4 > a:hover {
    color: #fd661f;
}
.pro-action-left > a i {
    font-size: 20px;
    margin-right: 9px;
}
.pro-action-right > a {
    color: #7f3615 000;
    font-size: 20px;
    margin-left: 16px;
}
.pro-action-right > a:first-child {
    margin-left: 0px;
}
.product-content > h4 {
    color: #7f3615 ;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 8px;
}
.product-content > h4 a {
    color: #868e96 ;
    /*color: #7f3615 ;*/
    /*vertical-align: sub;*/
    font-weight: normal;
}
.product-price-wrapper > span {
    color: #7f3615 ;
    font-weight: 500;
}
.product-price-wrapper > span.product-price-old {
    color: #dc3545;
    margin-left: 12px;
    text-decoration: line-through;
    font-size: larger;
}
.product-content {
    padding: 26px 0 0;
}
.product-img img {
    width: 100%;
}

/* banner area */
.discount-content > h5 {
    color: #fff;
}
.discount-content > h3 {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    margin: 0;
    margin-bottom: 10px;
}
.discount-content > p {
    color: #fff;
    font-size: 18px;
    margin: 21px 0 30px;
}
.banner-btn > a {
    border: 2px solid #fff;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 17px 50px 16px;
}
.banner-btn > a:hover {
    background-color: #fff;
    color: #242424;
}
.discount-overlay {
    position: relative;
}
.discount-overlay::before {
    background-color: #7f3615 ;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.3;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.discount-content {
    position: relative;
    z-index: 9;
}
@media (max-width: 768px) {
    .discount-overlay{
        background-position: 72%;
    }
}
/* best food area */
.best-food-width-1 {
    flex: 0 0 19.4%;
    max-width: 19.4%;
    padding-left: 15px;
    padding-right: 15px;
}
.best-food-width-2 {
    flex: 0 0 61.2%;
    max-width: 61.2%;
    padding-left: 15px;
    padding-right: 15px;
}
.section-border {
    margin-right: 59px;
    margin-top: -6px;
    overflow: hidden;
    position: relative;
}
.section-border::before {
    background-color: #ebebeb;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 14px;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 1;
}
.section-title-wrap {
    display: inline-block;
    float: left;
}
.section-title {
    color: #000000;
    display: inline-block;
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    padding-right: 30px;
}
.section-bg-white {
    background-color: #fff;
    position: relative;
    z-index: 1;
}
.product-tab-list-2 {
    display: inline-block;
    float: right;
    line-height: 1;
    margin-top: 4px;
    padding-left: 31px;
}
.product-tab-list-2 a {
    display: inline-block;
    margin-left: 30px;
}
.product-tab-list-2 a:first-child {
    margin-left: 0;
}
.product-tab-list-2 a h4 {
    color: #7f3615 ;
    font-size: 16px;
    margin: 0;
    font-weight: 500;
}
.product-tab-list-2 a.active h4 {
    color: #7f3615 ;
}
.product-nav .owl-nav {
    position: absolute;
    right: 0;
    top: -52px;
}
.product-nav .owl-nav div {
    color: #7f3615 ;
    display: inline-block;
    font-size: 16px;
    transition: all 0.3s ease 0s;
}
.product-nav .owl-nav div.owl-next {
    margin-left: 16px;
}
.product-nav .owl-nav div:hover {
    color: #eb3e32;
}
.tab-content.jump > .tab-pane {
    display: block;
    height: 0;
    opacity: 0;
    overflow: hidden;
}
.tab-content.jump > .tab-pane.active {
    display: block;
    height: auto;
    opacity: 1;
    overflow: visible;
}

/* brand-logo area */
.single-brand-logo {
    text-align: center;
}
.brand-logo-active.owl-carousel .owl-item img {
    display: inline-block;
    text-align: center;
    width: auto;
}

/* footer area */
.footer-about > p {
    color: #fff;
    margin: 23px 0 22px;
}
.footer-title > h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.footer-content ul li {
    padding: 0 0 15px;
    color: white;
}
.footer-content ul li:last-child,
.footer-contact li:last-child,
.footer-time li:last-child {
    padding: 0 0 0px;
}
.footer-content ul li a {
    color: #fff;
}
.footer-content ul li a:hover,
.footer-contact li a:hover {
    color: #dc3545;
}
.footer-contact li {
    color: #fff;
    list-style: outside none none;
    padding: 0 0 9px;
}
.footer-contact li {
    color: #fff;
    list-style: outside none none;
    padding: 0 0 9px;
}
.footer-contact li a {
    color: #fff;
}
.footer-time ul li {
    color: #fff;
    list-style: outside none none;
    margin: 0 0 3px;
}
.footer-time ul li span {
    font-weight: 500;
    color: #7f3615 ;
}
.copyright > p {
    color: #fff;
    margin: 0;
}
.copyright > p a {
    color: #7f3615 ;
}
.copyright > p a:hover {
    text-decoration: underline;
}
.footer-social {
    float: right;
}
.footer-social li {
    display: inline-block;
    list-style: outside none none;
    margin-left: 26px;
}
.footer-social li:first-child {
    margin-left: 0px;
}
.footer-social ul li a {
    color: #fff;
    font-size: 16px;
}
.footer-social ul li a:hover {
    color: #7f3615 ;
}
.footer-bottom-area {
    padding: 22px 0 24px;
}
.payment-img img {
    max-width: 100%;
}

/*------------------------
    3. Home page 2
--------------------------*/

.slider-area-2 {
    position: relative;
}
.slider-area-2 .single-slider::before {
    background-color: #7f3615 ;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.2;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.yellow-color .login-text-content > p span,
.yellow-color .wishlist-text > p span,
.yellow-color .cart-text > span.cart-digit-bold,
.yellow-color.main-menu ul li:hover > a,
.yellow-color.account-curr-lang-wrap ul li:hover > a,
.yellow-color .product-tab-list > a.active h4,
.yellow-color .product-price-wrapper > span.product-price-old,
.yellow-color .pro-action-left > a:hover,
.yellow-color .pro-action-right > a:hover,
.yellow-color .product-content > h4 > a:hover,
.yellow-color .product-tab-list-2 a.active h4,
.yellow-color .footer-time ul li span,
.yellow-color .footer-content ul li a:hover,
.yellow-color .footer-contact li a:hover,
.yellow-color.copyright > p a,
.yellow-color.footer-social ul li a:hover,
.slider-area-2 .slider-btn a:hover,
.yellow-color .product-nav .owl-nav div:hover {
    color: #f3b804;
}
.yellow-color.header-cart > a .header-icon-style span {
    background-color: #f3b804;
}
.yellow-color.main-menu ul li.top-hover ul li > a::before,
.yellow-color.account-curr-lang-wrap ul li.top-hover ul > li > a::before {
    background: #f3b804 none repeat scroll 0 0;
}

/* quick view */
#exampleModal .modal-dialog {
    margin: 8% auto;
    max-width: 960px;
    width: 960px;
}
.quickview .modal-header {
    border: medium none;
    padding: 0.625rem;
}
.modal-body {
    padding: 30px 50px;
}
.modal-pro-content h3 {
    color: #454545;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 15px;
    text-transform: capitalize;
}
.modal-pro-content .price {
    margin: 0 0 12px;
}
.modal-pro-content .price > span {
    color: #ff5313;
    font-size: 28px;
    font-style: italic;
    font-weight: 600;
    line-height: 30px;
}
.quickview-color > ul li {
    cursor: pointer;
    display: block;
    float: left;
    height: 25px;
    margin-right: 9px;
    text-indent: -9999px;
    transition: all 0.4s ease 0s;
    width: 25px;
}
.quickview-color > ul li.blue {
    background: #7f3615 0FE none repeat scroll 0 0;
}
.quickview-color > ul li.red {
    background: #DC143C none repeat scroll 0 0;
}
.quickview-color > ul li.pink {
    background: #FF017E none repeat scroll 0 0;
}
.quick-view-select {
    display: block;
    margin: 3px 0 32px;
    overflow: hidden;
    padding: 20px 0 0;
}
.select-option-part select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
    color: #232323;
    font-size: 15px;
    height: 39px;
    padding: 0 60px 0 5px;
    width: auto;
    background: rgba(0, 0, 0, 0) url("../../assets/img/icon-img/select.png") no-repeat scroll right 0.5rem center / 1.25rem 2.25rem;
}
.select-option-part > label,
.quickview-color-wrap > label,
.prodetails-categories-wrap > label,
.productdetails-share-wrap > label {
    color: #454545;
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0.375rem;
    opacity: 1;
}
.product-quantity button {
    background: #333 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    height: 40px;
    letter-spacing: 0.025em;
    line-height: 40px;
    margin-left: 20px;
    padding: 0 20px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
product-quantity {
    display: block;
    margin: 0 0 16px;
    overflow: hidden;
}
.product-quantity button:hover {
    background: #7f3615  none repeat scroll 0 0;
}
.quickview-color-wrap {
    margin: 29px 0 0;
}
.product-quantity .cart-plus-minus {
    display: inline-block;
    float: left;
}
.modal-pro-content > span {
    color: #666;
    font-size: 14px;
    font-weight: 500;
}
.modal-pro-content > span i {
    color: #4cbb6c;
    font-size: 18px;
}
.modal-pro-content > form {
    margin: 0 0 16px;
}
.modal-pro-content > p {
    margin: 17px 0 0;
}
.modal-header .close {
    color: #333;
    cursor: pointer;
    opacity: 1;
}
.modal-header .close:hover {
    color: #7f3615 ;
}
.product-quantity {
    display: block;
    margin: 0 0 16px;
    overflow: hidden;
}
.product-quantity .cart-plus-minus {
    display: inline-block;
    float: left;
    height: 40px;
    padding: 0;
    position: relative;
    width: 110px;
}
.product-quantity .qtybutton {
    color: #454545;
    cursor: pointer;
    float: inherit;
    font-size: 16px;
    margin: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 20px;
    text-align: center;
}
.product-quantity .dec.qtybutton {
    border-right: 1px solid #e5e5e5;
    height: 40px;
    left: 0;
    padding-top: 8px;
    top: 0;
}
.product-quantity .inc.qtybutton {
    border-left: 1px solid #e5e5e5;
    height: 40px;
    padding-top: 9px;
    right: 0;
    top: 0;
}
.product-quantity input.cart-plus-minus-box {
    color: #454545;
    float: left;
    font-size: 14px;
    height: 40px;
    margin: 0;
    width: 110px;
    background: transparent none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    padding: 0;
    text-align: center;
}
.modal-body .tab-content .tab-pane img {
    width: 100%;
}
.nav-style.owl-carousel > .owl-nav div {
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    color: #7f3615 ;
    display: inline-block;
    font-size: 20px;
    height: 35px;
    left: 0;
    line-height: 37px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    width: 35px;
}
.nav-style.owl-carousel > .owl-nav div:hover {
    background-color: #7f3615 ;
    color: #fff;
}
.nav-style.owl-carousel > .owl-nav div.owl-next {
    left: auto;
    right: 0px;
}
.nav-style:hover .owl-nav div {
    opacity: 1;
}
.thumb-menu.owl-carousel .owl-item a {
    border: 1px solid #ededed;
    display: block;
    margin-right: 1px;
}
.thumb-menu {
    margin-top: 20px;
}


/*---------------------------
    4. Shop grid style
-----------------------------*/

.breadcrumb-area {
    padding: 21px 0 22px;
}
.breadcrumb-content li {
    color: #7f3615 ;
    display: inline-block;
    font-size: 14px;
    margin-right: 28px;
    position: relative;
    font-weight: 500;
}
.breadcrumb-content li a {
    color: #242424;
}
.breadcrumb-content li a:hover {
    color: #7f3615 ;
}
.breadcrumb-content li::before {
    background-color: #aaaaaa;
    content: "";
    height: 2px;
    position: absolute;
    right: -22px;
    top: 10px;
    transform: rotate(-67deg);
    transition: all 0.4s ease 0s;
    width: 12px;
}
.breadcrumb-content li:last-child::before {
    display: none;
}
.shop-sidebar-wrapper {
    border: 1px solid #efefef;
    padding: 17px 18px 29px;
}
h4.shop-sidebar-title {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}
.shop-catigory > ul {
    /*border-top: 1px solid #ebebeb;*/
    border-top: none;
    margin: 10px 0 0;
    /*margin: 18px 0 0;*/
    /*padding: 27px 0 0;*/
}
.shop-catigory ul > li {
    display: block;
    list-style: outside none none;
    padding: 0 0 13px;
}
.shop-catigory ul > li:last-child {
    padding: 0 0 0px;
}
.shop-catigory ul > li ul li:last-child {
    padding: 7px 0 0 15px;
}
.shop-catigory ul > li a {
    color: #242424;
    display: block;
    position: relative;
}
.shop-catigory ul li:hover > a {
    color: #7f3615 ;
}
.shop-catigory ul li:hover > a i {
    color: #7f3615 ;
}
.shop-catigory ul > li a i {
    float: right;
    color: #7a7a7a;
    font-size: 14px;
}
.shop-catigory ul > li > ul li {
    padding: 7px 0 0 15px;
}
.shop-catigory ul > li ul li a {
    color: #666;
}
.price_filter .ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
    background: #dbdbdb none repeat scroll 0 0;
    border: medium none;
    border-radius: 50px;
    height: 5px;
    margin-bottom: 12px;
    margin-left: auto;
}
.price_filter .ui-slider-range {
    background: #7f3615  none repeat scroll 0 0;
}
.price_filter .ui-slider-handle.ui-state-default.ui-corner-all {
    background: #7f3615  none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    height: 15px;
    margin-left: 0;
    width: 15px;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -6px;
}
.price_filter.mt-40 > span {
    color: #242424;
    display: block;
    margin-bottom: 30px;
}
.price_slider_amount .label-input input {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    color: #363f4d;
    font-size: 14px;
    height: auto;
    margin: 3px 0 14px;
    padding-left: 0;
    width: 100%;
}
.price_slider_amount > button {
    /*background-color: #242424;*/
    border: medium none;
    border-radius: 5px;
    color: #fff;
    line-height: 1;
    padding: 8px 16px;
    cursor: pointer;
    transition: all .3s ease 0s;
}
.price_slider_amount > button:hover {
    /*background-color: #7f3615 ;*/
}
.price_filter > span {
    color: #242424;
    display: block;
    margin: 0 0 21px;
}
.shop-sidebar-border {
    border-top: 1px solid #ebebeb;
}
.sidebar-list-style ul li {
    display: block;
    list-style: outside none none;
    padding: 0 0 6px;
}
.sidebar-list-style ul li a {
    color: #242424;
}
.sidebar-list-style ul li a:hover {
    color: #7f3615 ;
}
.sidebar-list-style ul li:last-child {
    padding: 0 0 0px;
}
.sidebar-list-style ul li input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #d7d7d7;
    float: left;
    height: 17px;
    margin: 3px 12px 0 0;
    padding-left: 0;
    width: 17px;
    cursor: pointer;
}
.compare-product-btn {
    display: flex;
    justify-content: space-between;
}
.compare-product-btn > span {
    color: #242424;
    margin: 4px 0 0;
}
.compare-product-btn > a {
    background-color: #242424;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    line-height: 1;
    padding: 5px 15px 8px;
}
.compare-product-btn > a:hover {
    background-color: #7f3615 ;
}
.compare-product > p {
    color: #242424;
    margin: 20px 0 24px;
}
.shop-tags li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 4px 11px 0;
}
.shop-tags a {
    border: 1px solid #ebebeb;
    border-radius: 3px;
    color: #242424;
    display: inline-block;
    line-height: 1;
    padding: 8px 12px;
}
.shop-tags a:hover {
    border: 1px solid #7f3615 ;
    background-color: #7f3615 ;
    color: #fff;
}

/* shop right sodebar */
.banner-area.pb-30 img {
    width: 100%;
}
.shop-topbar-wrapper {
    border: 1px solid #e9e9e9;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    padding: 15px 24px;
}
.view-mode {
    display: inline-block;
    float: left;
    margin-right: 33px;
}
.view-mode li {
    display: inline-block;
}
.view-mode li a {
    color: #898888;
    font-size: 20px;
    display: inline-block;
    margin: 0 10px 0 0;
}
.view-mode li.active a {
    color: #7f3615 ;
}
.shop-topbar-left > p {
    display: inline-block;
    margin: 3px 0 0;
}
.shorting-style {
    display: inline-block;
    margin-left: 20px;
}
.product-shorting.shorting-style {
    margin-left: 0;
}
.shorting-style > label {
    color: #242424;
    cursor: pointer;
    margin: 0 11px 0 0;
}
.product-shorting.shorting-style select {
    width: 110px;
}
.shorting-style select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url("../../assets/img/icon-img/shop.png") no-repeat scroll right 10px center;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    box-shadow: none;
    color: #242424;
    cursor: pointer;
    font-size: 14px;
    height: 30px;
    padding-left: 10px;
    width: 210px;
}
.pagination-style li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 8px 0 0;
}
.pagination-total-pages {
    display: flex;
    justify-content: space-between;
}
.pagination-style li a {
    background-color: #f1f1f1;
    border-radius: 3px;
    color: #242424;
    display: inline-block;
    line-height: 1;
    padding: 11px 13px;
}
.pagination-style li a:hover,
.pagination-style li a.active,
.pagination-style li a.next:hover {
    background-color: #7f3615 ;
    color: #fff;
}
.pagination-style li a.prev-next {
    padding: 11px 22px;
}
.pagination-style li a.prev i {
    margin-right: 7px;
}
.pagination-style li a.next i {
    margin-left: 10px;
}
.pagination-style li a.next {
    background-color: #242424;
    color: #fff;
}
.pagination-total-pages {
    border: 1px solid #e9e9e9;
    padding: 15px 24px 13px;
}
.total-pages > p {
    margin: 4px 0 0;
}
.shop-border {
    border-bottom: 1px solid #ebebeb;
}

/*---------------------------
    5. Shop list style
-----------------------------*/

#product-list .product-list-wrapper .product-img {
    display: inline-block;
    float: left;
    margin-right: 30px;
    width: 240px;
}
.product-list-content {
    display: block;
    overflow: hidden;
}
.product-list-content > span {
    color: #242424;
    font-size: 13px;
}
.product-list-content > h4 {
    font-size: 14px;
    line-height: 18px;
    margin: 8px 0 7px;
}
#product-list .product-rating::before,
.product-list .product-rating::after {
    display: none;
}
.product-list-content > p {
    color: #242424;
    margin: 0 0 29px;
}
.product-list-content .product-price-wrapper {
    margin: 10px 0 20px;
}
.product-list-content .product-action > a.action-cart {
    padding: 9px 40px 8px;
}
.product-list-content .product-action > a.same-action {
    width: 40px;
}
.product-list-content .product-img-slider {
    width: 100%;
    display: block;
}
.product-list-wrapper:hover .cr-navigation {
    opacity: 1;
}
.product-list-content .product-action {
    justify-content: left;
}
.product-list .product-width {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
}
.product-list .product-wrapper {
    display: flex;
}
.product-list .product-img {
    flex: 0 0 324px;
    margin-right: 30px;
}
.product-list .product-content {
    /*display: none;*/
}

.shop-list-cart-wishlist a {
    background-color: #fd661f;
    /*background-color: #F5F5F5;*/
    border-radius: 5px;
    color: #fff;
    /*color: #242424;*/
    display: inline-block;
    font-size: 20px;
    height: 50px;
    line-height: 52px;
    /*margin: 0 8px 0 0;*/
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 52px;
}
.shop-list-cart-wishlist a:not([href]):not([tabindex]) {
    color: #fff;
}
.btn-style-2:not([href]){

    color: #fff !important;
}
.shop-list-cart-wishlist a:hover {
    background-color: #23913c;
    /*background-color: #7f3615 ;*/
    color: #fff;
}
.shop-list-cart-wishlist a:hover .ion-ios-heart{
    color: yellow;
}
.shop-list-cart-wishlist a.clicked .ion-ios-heart{
    color: yellow;
}
.product-list .product-price-wrapper > span {
    margin: 0 5px 0 0;
}
.product-list-details > h4 {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}
.product-list-details > h4 a {
    color: #7f3615 ;
}
.product-list-details .product-price-wrapper {
    margin: 10px 0 15px;
}
.product-list-details > p {
    margin: 0 0 22px;
}
.product-list-details h4 a:hover {
    color: #7f3615 ;
}
.product-grid .product-list-details {
    display: none;
}
.product-list .product-action {
    display: none;
}
.product-list .pro-list-none {
    display: none;
}

/*---------------------------
    6. Product details
-----------------------------*/

.product-details-content {
    position: relative;
}
.zoompro {
    width: 100%;
}
.product-dec-slider {
    padding: 0 40px;
}
.product-dec-slider.slick-initialized .slick-slide {
    text-align: center;
}
.product-dec-slider .slick-slide img {
    display: inline-block;
}
.product-dec-slider .product-dec-icon {
    color: #a4a4a4;
    display: inline-block;
    font-size: 25px;
    left: 10px;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 99;
}
.product-dec-slider .product-dec-icon:hover {
    color: #7f3615 ;
}
.product-dec-slider .product-dec-icon.product-dec-next {
    left: auto;
    right: 10px;
}
.product-dec-slider:hover .product-dec-icon {
    opacity: 1;
}
.product-dec-slider a {
    padding: 0 5px;
    cursor: pointer;
}
.product-dec-slider a img {
    border: 2px solid transparent;
    cursor: pointer;
}
.product-dec-slider a.active img {
    border: 2px solid #ebebeb;
}
.product-dec-slider a.slick-active {
    position: relative;
}
.product-dec-slider a.active.slick-active:before {
    opacity: .0000001;
}
.product-details-img {
    position: relative;
}
.product-details-img > span {
    background-color: #7f3615 ;
    border-radius: 3px;
    color: #fff;
    left: 30px;
    line-height: 1;
    padding: 6px 14px 5px;
    position: absolute;
    top: 20px;
    z-index: 99;
}
.product-details-content > h4 {
    font-size: 26px;
    font-weight: 500;
    margin: 0;
}
.rating-review {
    display: flex;
}
.pro-dec-rating i {
    color: #b2b2b2;
    font-size: 17px;
}
.pro-dec-rating i.theme-star {
    color: #7f3615 ;
}
.pro-dec-review ul li {
    color: #242424;
    display: inline-block;
    list-style: outside none none;
    margin-right: 38px;
    position: relative;
}
.pro-dec-review ul li:last-child {
    margin-right: 0px;
}
.pro-dec-review ul li::before {
    background-color: #e1e1e1;
    content: "";
    height: 20px;
    position: absolute;
    right: -21px;
    top: 2px;
    transition: all 0.4s ease 0s;
    width: 1px;
}
.pro-dec-review ul li:last-child::before {
    display: none;
}
.pro-dec-review {
    margin: 0 0 0 35px;
}
.product-details-content > span {
    color: #242424;
    font-size: 24px;
    font-weight: 500;
}
.rating-review {
    display: flex;
    margin: 20px 0 27px;
}
.in-stock p:not(span){
    font-weight: 600;
}
.in-stock > p span {
    font-weight: normal;
 /*font-weight: 600;*/
    /*color: #7f3615 ;*/
}
.product-details-content > p {
    color: #242424;
    margin: 0;
}
.in-stock > p {
    margin: 0;
}
.in-stock {
    /*margin: 27px 0 3px;*/
}
.pro-dec-feature li {
    display: block;
    list-style: outside none none;
    margin: 0 0 4px;
    color: #242424;
    height: 40px;
}
.pro-dec-feature li:last-child {
    margin: 0 0 0px;
}
.pro-dec-feature li input[type="checkbox"] {
    background: #ebebeb none repeat scroll 0 0;
    border: 1px solid #d7d7d7;
    box-shadow: none;
    color: #626262;
    font-size: 14px;
    height: 13px;
    margin: 0 13px 0 0;
    padding-left: 0;
    position: relative;
    top: 2px;
    width: 13px;
}
.pro-dec-feature li span {
    color: #7f3615 ;
    white-space: nowrap;
}
.pro-dec-feature {
    padding: 24px 0 37px;
}
.quality input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    color: #242424;
    height: 40px;
    padding: 0;
    text-align: center;
    width: 40px;
}
.quality input::-moz-placeholder {
    color: #242424;
    opacity: 1;
}
.quality input::-webkit-input-placeholder {
    color: #242424;
    opacity: 1;
}
.quality label {
    color: #242424;
    font-size: 14px;
    margin: 0 26px 0 0;
}
.quality {
    display: inline-block;
    float: left;
    margin: 0 15px 0 0;
}
.shop-list-cart-wishlist {
    display: inline-block;
    float: left;
    margin-right: 3px;
}
.pro-details-cart-wrap .product-quantity {
    margin: 0 0 0px;
}
.pro-details-cart-wrap {
    border-top: 1px solid #ebebeb;
    display: block;
    overflow: hidden;
    padding: 20px 0 20px;
}
.quality-add-to-cart .product-action {
    justify-content: left;
}
.quality-add-to-cart .product-action > a.action-cart {
    padding: 11px 40px 10px;
}
.quality-add-to-cart .product-action > a.same-action {
    width: 40px;
    height: 40px;
}
.quality-add-to-cart .product-action > a.same-action i {
    line-height: 41px;
}
.pro-dec-categories li {
    display: inline-block;
    list-style: outside none none;
    color: #242424;
}
.pro-dec-categories li.categories-title {
    margin: 0 3px 0 0;
}
.pro-dec-categories li a {
    color: #242424;
}
.pro-dec-categories li a:hover {
    color: #7f3615 ;
}
.pro-dec-categories {
    margin: 0 0 12px;
}
.pro-dec-categories:last-child {
    margin: 0 0 0px;
}
.pro-dec-social li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 6px 0 0;
}
.pro-dec-social li a {
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    line-height: 1;
    padding: 8px 12px;
}
.pro-dec-social li a.tweet {
    background-color: #00aaf0;
    border: 1px solid transparent;
}
.pro-dec-social li a.tweet:hover {
    background-color: transparent;
    border: 1px solid #00aaf0;
    color: #00aaf0;
}
.pro-dec-social li a.share {
    background-color: #435f9f;
    border: 1px solid transparent;
}
.pro-dec-social li a.share:hover {
    background-color: transparent;
    border: 1px solid #435f9f;
    color: #435f9f;
}
.pro-dec-social li a.google {
    background-color: #e04b34;
    border: 1px solid transparent;
}
.pro-dec-social li a.google:hover {
    background-color: transparent;
    border: 1px solid #e04b34;
    color: #e04b34;
}
.pro-dec-social li a.pinterest {
    background-color: #ce1f21;
    border: 1px solid transparent;
}
.pro-dec-social li a.pinterest:hover {
    background-color: transparent;
    border: 1px solid #ce1f21;
    color: #ce1f21;
}
.pro-dec-social {
    margin: 27px 0 0;
}
.description-review-topbar {
    /*justify-content: center;*/
    display: flex;
}
.description-review-topbar a {
    border-bottom: 2px solid transparent;
    color: #242424;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    margin: 0 35px 0 0;
    padding-bottom: 10px;
}
.description-review-topbar a.active {
    border-bottom: 2px solid #7f3615 ;
    color: #7f3615 ;
}
.tab-content.description-review-bottom {
    background-color: #fff;
    border-radius: 5px;
    border-top: 1px solid #ebebeb;
    padding: 20px 0 0px;
}
.product-description-wrapper{
    margin-top: 20px;
}
.product-description-wrapper > p {
    color: #242424;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 5px;
}
.product-description-wrapper li {
    color: #242424;
    display: block;
    font-size: 14px;
    list-style: outside none none;
    margin-bottom: 3px;
}
.product-description-wrapper li:last-child {
    margin-bottom: 0px;
}
.rattings-wrapper {
    margin-bottom: 40px;
}
.rattings-wrapper .sin-rattings {
    margin-bottom: 30px;
}
.star-author-all {
    margin-bottom: 10px;
    overflow: hidden;
}
.ratting-star i {
    color: #7f3615 ;
    font-size: 18px;
}
.ratting-author h3 {
    color: #242424;
    float: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 13px;
    margin: 0;
    text-transform: capitalize;
}
.ratting-author span {
    color: #242424;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 13px;
    margin-left: 15px;
}
.sin-rattings > p {
    color: #242424;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
}
.ratting-form-wrapper h3 {
    color: #303030;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.1;
    margin: 0 0 30px;
    /*text-transform: uppercase;*/
}
.ratting-form form .star-box h2 {
    color: #242424;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 10px;
}
.ratting-form form .star-box {
    margin-bottom: 40px;
}
.rating-form-style input,
.rating-form-style textarea {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #eceff8;
    color: #333;
    padding-right: 10px;
}
.rating-form-style.form-submit input {
    background: #7f3615  none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    margin-top: 30px;
    padding: 0 25px;
    text-transform: capitalize;
    width: inherit;
}
.rating-form-style.form-submit input:hover {
    background: #454545 none repeat scroll 0 0;
    color: #fff;
}
.ratting-star>span {
    margin-left: 5px;
}
.product-anotherinfo-wrapper li span {
    color: #242424;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    margin-right: 15px;
    width: 40px;
}
.product-anotherinfo-wrapper li {
    display: inline-block;
    font-size: 14px;
    list-style: outside none none;
    margin-bottom: 6px;
    text-transform: capitalize;
    margin: 0 5px 0 0;
}
.product-anotherinfo-wrapper li a {
    color: #242424;
}
.product-anotherinfo-wrapper li:last-child {
    margin-bottom: 0px;
}
.pro-dec-btn {
    position: absolute;
    right: 0;
    top: -10px;
}
.pro-dec-btn > a {
    background-color: #efefef;
    border-radius: 3px;
    color: #333;
    display: inline-block;
    font-size: 20px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}
.pro-dec-btn > a:hover {
    background-color: #7f3615 ;
    color: #fff;
}
.product-details-content .shop-list-cart-wishlist a {
    border-radius: 3px;
    font-size: 20px;
    height: 40px;
    width: auto;
    min-width: 50px;
    padding: 0 6px;
    line-height: 2;
}
.product-details-content .shop-list-cart-wishlist a i {
    /*line-height: 40px;*/
    /*display: block;*/
    display: inline-block;
}

/*---------------------------
    7. Cart page
-----------------------------*/

.cart-main-area table {
    border: 1px solid #ebebeb;
}
.cart-main-area .table-content table thead > tr {
    background-color: #f9f9f9;
    border: 1px solid #ebebeb;
}
.table-content table th {
    border-top: medium none;
    color: #7f3615 ;
    font-size: 14px;
    font-weight: 500;
    padding: 21px 45px 22px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}
.table-content table td.product-thumbnail {
    width: 150px;
    text-align: left;
}
.table-content table td.product-name {
    width: 435px;
    text-align: left;
    padding-left: 8px;
}
.product-subtotal{
    text-align: right !important;
    white-space: nowrap;
}
.table-content table td.product-price-cart {
    width: 196px;
}
.table-content table td.product-quantity {
    width: 100px;
}
.table-content table td.product-quantity {
    width: 210px;
    text-align: center;
    /*width: 130px;*/
}
.table-content table td.product-remove {
    width: 100px;
}
.table-content table tbody > tr {
    border-bottom: 1px solid #ebebeb;
}
.table-content table tbody > tr:last-child {
    border-bottom: 0px solid #ebebeb;
}
.table-content table td {
    color: #242424;
    font-size: 14px;
    padding: 30px 0;
    /*text-align: center;*/
}
.table-content table td.product-name a {
    color: #7f3615 ;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.cart-main-area .product-quantity {
    display: table-cell;
    margin: 0;
}
.pro-dec-cart input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    color: #242424;
    height: 42px;
    padding: 0;
    text-align: center;
    width: 94px;
}
.table-content table td.product-remove a {
    color: #aaa;
    font-size: 17px;
    margin: 0 13px;
}
.table-content table td.product-remove a:hover {
    color: #7f3615 ;
}
h3.page-title {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 25px;
}
.cart-shiping-update-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px 10px;
    /*padding: 30px 0px 55px;*/
}
.cart-shiping-update > a,
.cart-clear > button,
.cart-clear > a {
    background-color: #f2f2f2;
    border-radius: 3px;
    color: #363f4d;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 18px 63px 17px;
    text-transform: uppercase;
}
.cart-shiping-update > a:hover,
.cart-clear > button:hover,
.cart-clear > a:hover {
    background-color: #7f3615 ;
    color: #fff;
}
.cart-clear > button {
    border: medium none;
    cursor: pointer;
    margin-right: 27px;
    transition: all 0.3s ease 0s;
}
.title-wrap {
    position: relative;
}
.section-bg-gray {
    background-color: #f8f9f9;
    position: relative;
    z-index: 99;
}
h4.cart-bottom-title {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    padding-right: 18px;
}
.title-wrap::before {
    background-color: #e3e1e1;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 10px;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 1;
}
.section-bg-gary-cart {
    background-color: #f9f9f9;
    position: relative;
    z-index: 9;
}
.tax-wrapper > p {
    margin: 0;
}
.tax-wrapper {
    margin-top: 22px;
}
.tax-select-wrapper {
    margin: 5px 0 0;
}
.tax-select label {
    color: #242424;
    font-size: 14px;
    margin: 0 0 5px;
}
.tax-select select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url("../../assets/img/icon-img/cart.png") no-repeat scroll right 18px center;
    border: 1px solid #ebebeb;
    box-shadow: none;
    color: #242424;
    font-size: 12px;
    height: 40px;
    padding: 0 50px 0 15px;
    width: 100%;
    cursor: pointer;
}
.tax-select {
    margin: 0 0 26px;
}
.tax-select input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    height: 40px;
}
button.cart-btn-2 {
    background-color: #fd661f;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    padding: 13px 42px 12px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
button.cart-btn-2:hover {
    background-color: #228f3b;
}
.discount-code {
    margin: 21px 0 0;
}
.discount-code > p {
    margin: 0 0 15px;
}
.discount-code input {
    background: #fff;
    border: 1px solid #ebebeb;
    height: 40px;
    margin-bottom: 30px;
    padding-left: 10px;
}
.discount-code input {
    border: none !important;
    margin-top: 2px;
    min-height: 48px;
}
.cart-tax,
.discount-code-wrapper {
    background-color: #f9f9f9;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 45px 30px 50px;
}
.grand-totall {
    background-color: #f9f9f9;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 15px;
    /*padding: 45px 30px 50px;*/
}
.grand-totall > h5 {
    font-size: 14px;
    margin: 36px 0 27px;
}
.grand-totall > h5 span {
    float: right;
}
.grand-totall > h5 span {
    float: right;
    font-size: 18px;
    font-weight: 500;
}
.total-shipping > h5 {
    font-size: 14px;
    margin: 0;
}
.total-shipping {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    margin: 0 0 27px;
    padding: 28px 0;
}
.total-shipping > ul {
    padding: 19px 0 0 0px;
}
.total-shipping ul li {
    color: #242424;
    list-style: outside none none;
    margin: 0 0 6px;
}
.total-shipping ul li:last-child,
.register-us-2 li:last-child {
    margin: 0 0 0px;
}
.total-shipping ul li span {
    float: right;
}
.total-shipping ul li input {
    background: #e9e9e9 none repeat scroll 0 0;
    border: 1px solid #d7d7d7;
    border-radius: 5px !important;
    color: #626262;
    cursor: pointer;
    height: 13px;
    margin-right: 10px;
    padding: 0;
    position: relative;
    top: 2px;
    width: 13px;
}
h4.grand-totall-title {
    color: #7f3615 ;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 25px;
}
h4.grand-totall-title span {
    float: right;
}
.grand-totall > a {
    background-color: #fd661f;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 18px 10px 19px;
    text-align: center;
    text-transform: uppercase;
}
.grand-totall > a:hover {
    background-color: #e04800 ;
    /*background-color: #242424;*/
}
.product-wishlist-cart > a {
    background-color: #fd661f;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    padding: 7px 10px;
    text-transform: uppercase;
}
.product-wishlist-cart > a:hover {
    background-color: #e04800 ;
}

/*---------------------------
    8. Login register page
-----------------------------*/

.login-form-container {
    background: transparent none repeat scroll 0 0;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    padding: 40px;
    text-align: left;
}
.login-text {
    margin-bottom: 30px;
    text-align: center;
}
.login-text h2 {
    color: #444;
    font-size: 30px;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.login-text span {
    font-size: 15px;
}
.login-form-container input {
    background-color: transparent;
    border: 1px solid #ebebeb;
    color: #666;
    font-size: 14px;
    height: 50px;
    /*margin-bottom: 30px;*/
    padding: 0 15px;
}
.login-form-container input::-moz-placeholder {
    color: #666;
    opacity: 1;
}
.login-form-container input::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}
.login-toggle-btn {
    padding: 10px 0 19px;
}
.login-form-container input[type="checkbox"] {
    height: 15px;
    margin: 0;
    position: relative;
    top: 1px;
    width: 17px;
}
.login-form-container label {
    color: #242424;
    font-size: 15px;
    font-weight: 400;
}
.login-toggle-btn>a {
    color: #fd661f;
    float: right;
    font-size: 15px;
    transition: all 0.3s ease 0s;
}
.login-toggle-btn>a:hover {
    color: #24953d;
}
.login-register-tab-list {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.login-register-tab-list.nav a h4 {
    font-size: 25px;
    font-weight: 700;
    margin: 0 20px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}
.login-register-tab-list.nav a {
    position: relative;
}
.login-register-tab-list.nav a::before {
    background-color: #454545;
    bottom: 5px;
    content: "";
    height: 18px;
    margin: 0 auto;
    position: absolute;
    right: -2px;
    transition: all 0.4s ease 0s;
    width: 1px;
}
.login-register-tab-list.nav a:last-child::before {
    display: none;
}
.login-register-tab-list.nav a.active h4,
.login-register-tab-list.nav a h4:hover {
    color: #fd661f;
}
.login-form button {
    border: medium none;
    cursor: pointer;
}
.button-box button {
    background-color: #f2f2f2;
    border: medium none;
    border-radius: 3px;
    color: #fd661f;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 11px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.button-box button:hover {
    background-color: #fd661f;
    color: #fff;
}

/*---------------------------
    9. Checkout page
-----------------------------*/

.panel.panel-default {
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
}
h5.panel-title {
    background-color: #f9f9f9;
    border-bottom: 1px solid #ebebeb;
    color: #242424;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    position: relative;
    text-transform: uppercase;
}
h5.panel-title a {
    color: #7f3615 ;
    display: block;
    padding: 20px 55px;
    position: relative;
}
h5.panel-title a:hover {
    color: #7f3615 ;
}
h5.panel-title a::before {
    color: #242424;
    content: "";
    display: inline-block;
    font-family: "Ionicons";
    font-size: 15px;
    position: absolute;
    right: 10px;
    top: 19px;
}
h5.panel-title a.collapsed::after {
    color: #666666;
    content: "";
    display: inline-block;
    font-family: "Ionicons";
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 21px;
}
h5.panel-title a.collapsed::before {
    display: none;
}
h5.panel-title span {
    color: #242424;
    font-size: 14px;
    left: 20px;
    position: absolute;
    top: 20px;
}
.checkout-register h4.cart-bottom-title,
.checkout-login h4.cart-bottom-title {
    font-size: 14px;
}
.register-us ul li {
    color: #242424;
    list-style: outside none none;
    margin: 0 0 7px;
}
.register-us ul li input {
    background: #d7d7d7 none repeat scroll 0 0;
    border: 1px solid #d7d7d7;
    height: 13px;
    margin: 0 10px 0 0;
    padding: 0;
    position: relative;
    top: 2px;
    width: 13px;
}
.register-us > ul {
    padding: 7px 0 16px 13px;
}
.checkout-register > h6 {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}
.register-us-2 > p {
    color: #242424;
    margin: 0;
}
.register-us-2 li {
    color: #242424;
    list-style: outside none none;
    margin: 0 0 9px;
    position: relative;
}
.register-us-2 {
    margin: 15px 0 21px;
}
.register-us-2 > ul {
    padding: 9px 0 0 13px;
}
.checkout-register > a {
    background-color: #f2f2f2;
    color: #242424;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    padding: 17px 35px 16px;
    text-transform: uppercase;
    border-radius: 3px;
}
#payment-1 .panel-body {
    padding: 30px 20px;
}
.checkout-login > p {
    margin: 16px 0 7px;
}
.checkout-login > span {
    color: #242424;
    display: block;
    margin: 0 0 7px;
}
.login-form > label {
    color: #242424;
    font-size: 14px;
    margin: 0 0 10px;
}
.login-form input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    color: #242424;
    height: 40px;
    padding: 0 10px;
}
.login-form {
    margin: 0 0 12px;
}
.login-forget {
    display: flex;
    justify-content: space-between;
    margin: 15px 0 28px;
}
.login-forget > a {
    color: #242424;
}
.login-forget > a:hover {
    color: #7f3615 ;
}
.login-forget > p {
    color: #7f3615 ;
    margin: 0;
}
.checkout-login-btn > a {
    background-color: #f2f2f2;
    color: #fd661f;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    padding: 16px 62px 17px;
    text-transform: uppercase;
    border-radius: 3px;
}
.billing-btn > button {
    background-color: #f2f2f2;
    border: medium none;
    border-radius: 3px;
    color: #fd661f;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    padding: 17px 35px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s ease 0s;
}
.checkout-login-btn > a:hover,
.checkout-register > a:hover,
.billing-btn > button:hover {
    background-color: #fd661f;
    color: #fff;
}
.checkout-progress > h4 {
    background-color: #f9f9f9;
    border-bottom: 1px solid #ebebeb;
    color: #242424;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding: 21px 23px 20px;
    text-transform: uppercase;
}
.checkout-progress {
    background-color: #fff;
    border: 1px solid #ebebeb;
}
.checkout-progress > ul {
    padding: 18px 23px 36px;
}
.checkout-progress li {
    color: #242424;
    font-size: 14px;
    list-style: outside none none;
    padding-bottom: 14px;
}
.checkout-progress li:last-child {
    border-bottom: 0px solid #eaeaea;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.billing-information-wrapper,
.shipping-information-wrapper,
.shipping-method-wrapper,
.payment-info-wrapper,
.order-review-wrapper {
    /*background-color: #fff;*/
    padding: 30px 20px;
}
.billing-info>label {
    color: #242424;
    font-size: 14px;
    letter-spacing: 0.2px;
    text-transform: capitalize;
}
.billing-info input,
.billing-select select {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    color: #242424;
    height: 40px;
    padding: 0 15px;
}
.billing-select select {
    background: #fff url("../../assets/img/icon-img/shop.png") no-repeat scroll right 10px center;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.billing-info {
    margin-bottom: 20px;
}
.single-ship>input {
    display: inline-block;
    float: left;
    height: inherit;
    margin-right: 10px;
    margin-top: 5px;
    width: inherit;
}
.single-ship label {
    color: #242424;
    max-width: 96%;
}
.single-ship {
    margin-bottom: 5px;
}
.ship-wrapper {
    /*margin-top: 20px;*/
}
.billing-back-btn {
    display: flex;
    justify-content: space-between;
    margin-top: 26px;
}
.billing-back > a {
    color: #fd661f;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    margin: 10px 0 0;
    text-transform: uppercase;
}
.billing-back>a:hover {
    color: #24963e;
}
.billing-back > a i {
    bottom: -1px;
    color: #7f3615 ;
    font-size: 18px;
    position: relative;
}
.shipping-info-2 > span {
    color: #242424;
    display: block;
    font-size: 14px;
    margin-bottom: 9px;
}
.shipping-information-wrapper>span:last-child {
    margin-bottom: 0px;
}
.shipping-info-2 {
    margin-bottom: 10px;
}
.shipping-method>p {
    color: #242424;
    font-size: 15px;
    margin: 0 0 5px;
}
.expiration-date {
    margin-bottom: 20px;
}
.order-review table thead tr th {
    border: 1px solid #ebebeb;
    color: #242424;
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
    text-align: center;
    text-transform: capitalize;
}
.o-pro-dec p {
    color: #242424;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}
.order-review table tbody tr td {
    border: 1px solid #eaeaea;
}
.o-pro-price,
.o-pro-qty,
.o-pro-subtotal {
    text-align: center;
}
.o-pro-price p,
.o-pro-qty p,
.o-pro-subtotal p {
    color: #242424;
    letter-spacing: 0.2px;
    font-size: 15px;
}
.order-review table tfoot {
    margin-top: 20px;
}
.order-review table tfoot tr {
    border-bottom: 0 solid #f2f2f2;
}
.order-review table tfoot tr td {
    border-right: 0 solid #f2f2f2;
    border-top: 0 solid #f2f2f2;
    color: #242424;
    font-size: 15px;
    padding: 6px 5px 2px;
    text-align: right;
}
.billing-back-btn>span {
    color: #454545;
    font-size: 14px;
    letter-spacing: 0.2px;
    margin-top: 10px;
}
.billing-back-btn>span a {
    color: #7f3615 ;
}
.billing-back-btn>span a:hover {
    text-decoration: underline;
}
.edit-address > a {
    color: #242424;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.2px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.edit-address>a:hover {
    color: #7f3615 ;
}

/*---------------------------
    10. My account
-----------------------------*/

.account-info-wrapper > h4 {
    font-size: 15px;
    margin: 0;
    text-transform: uppercase;
}
.account-info-wrapper > h5 {
    font-size: 16px;
    letter-spacing: 0.2px;
    margin-top: 7px;
}
.account-info-wrapper {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 28px;
    padding-bottom: 30px;
}
.entries-wrapper {
    border: 1px solid #eaeaea;
    position: relative;
}
.entries-wrapper:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    left: 50%;
    top: 0;
    background-color: #eaeaea;
}
.entries-info {
    padding: 30px 20px;
}
.entries-info > p {
    color: #242424;
    font-size: 15px;
    margin: 0;
    text-transform: capitalize;
}
.entries-edit-delete > a {
    background-color: #242424;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    line-height: 1;
    margin: 0 2px;
    padding: 12px 15px;
    text-transform: uppercase;
}
.entries-edit-delete > a.edit {
    background-color: #df5c39;
}
.entries-edit-delete > a:hover,
.entries-edit-delete > a.edit:hover {
    background-color: #7f3615 ;
}

/*---------------------------
    11. Contact page
-----------------------------*/

#map {
    height: 500px;
    width: 100%;
}
.contact-info-wrapper {
    background-color: #fff;
    border: 1px solid #eaeaea;
    overflow: hidden;
    padding: 10px 15px 10px;
    height: 80%;
}
.contact-info-icon i {
    border: 2px solid #fd661f ;
    border-radius: 50px;
    color: #fd661f ;
    display: inline-block;
    font-size: 30px;
    height: 60px;
    line-height: 60px;
    transition: all 0.3s ease 0s;
    width: 60px;
    margin-right: 10px;
    float: left;
}
.contact-info-wrapper:hover .contact-info-icon i {
    border: 2px solid #fd661f ;
    background-color: #fd661f ;
    color: #fff;
}
.contact-info-content{
    text-align: left;
}
.contact-info-content h4 {
    color: #42a7df ;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.contact-info-content p {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 3px;
}
.contact-info-content p a {
    color: #333;
}
.contact-info-content p a:hover {
    color: #42a7df ;
}
.contact-info-icon {
    /*margin-bottom: 20px;*/
}
.contact-message-wrapper {

    margin-bottom: 70px;
}
@media (max-width: 768px) {
    .contact-message-wrapper {
        margin-top: 40px;

    }
    .contact-form-style input, .contact-form-style textarea{
        padding-left: 6px !important;
    }
}
.contact-form-style input,
.contact-form-style textarea {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eaeaea;
    color: #454545;
    height: 45px;
    padding-left: 20px;
    font-size: 14px;
}
.contact-form-style input::-moz-placeholder,
.contact-form-style textarea::-moz-placeholder {
    color: #454545;
    opacity: 1;
}
.contact-form-style input::-webkit-placeholder,
.contact-form-style textarea::-webkit-placeholder {
    color: #454545;
    opacity: 1;
}
.contact-form-style textarea {
    height: 250px;
    padding: 20px 20px;
}
.submit.btn-style {

    background-color: #fd661f !important;
    border-radius: 3px !important;
    color: #fff !important;
    display: inline-block;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    padding: 17px 37px !important;
    text-transform: uppercase !important;
    border: 2px solid #fd661f;

}
.submit.btn-style:hover {
    border-color: #fd661f !important;
    color: #fd661f !important;
    background-color: #fff !important;
}
.contact-title {
    font-size: 20px;
    font-weight: 500;
    margin: 0px 0 20px;
}

/*---------------------------
    12. Blog page
-----------------------------*/

.mfp-bg {
    z-index: 99999;
}
.mfp-wrap {
    z-index: 999999;
}
.blog-img img {
    width: 100%;
    transition: all 1s ease-in-out;
}
.blog-img:hover img{
    transform: scale(1.1);
}
.blog-img {
    position: relative;
}
.blog-date {
    background-color: rgba(253, 102, 31, 0.9);
    border-radius: 15px 0 0;
    bottom: 0;
    color: #fff;
    font-weight: 500;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 9;
}
.blog-date > span {
    align-items: center;
    border: 1px solid #fff;
    border-radius: 50px;
    display: flex;
    height: 70px;
    justify-content: center;
    width: 70px;
}
.blog-content h2 {
    font-size: 30px;
    font-weight: 500;
    margin: 0;
}
.blog-content h2 a {
    color: #868e96;
}
.blog-content h2 a:hover {
    color: #e04800 ;
}
.blog-date-categori li {
    display: inline-block;
    list-style: outside none none;
    margin-right: 20px;
    position: relative;
}
.blog-date-categori li a i,
.blog-date-categori li i {
    color: #fd661f ;
    margin-right: 3px;
}
.blog-date-categori li a:hover {
    color: #fd661f;
}
.blog-date-categori li:last-child {
    margin-right: 0px;
}
.blog-date-categori li::before {
    background-color: #fd661f ;
    content: "";
    height: 12px;
    position: absolute;
    right: -12px;
    top: 4px;
    transform: rotate(23deg);
    width: 1px;
}
.blog-date-categori li:last-child::before {
    display: none;
}
.blog-date-categori {
    margin: 9px 0 10px;
}
.blog-btn > a {

    border: 2px solid #fd661f;
    border-radius: 3px;

    display: inline-block;
    font-weight: 500;
    line-height: 1;
    padding: 11px 20px 10px;
    text-transform: capitalize;
    background: #fd661f;
    color: #fff;
}
.blog-btn > a:hover {
    background: transparent none repeat scroll 0 0;
    color: #fd661f;
}
.blog-content > p {
    margin: 0;
}
.sidebar-search form {
    position: relative;
}
.sidebar-search form input {
    background-color: #f8fbff;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #878787;
    height: 50px;
    padding: 0 58px 0 10px;
    width: 100%;
}
.header-search-form > button {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    border-color: #ddd;
    border-image: none;
    border-radius: 5px 0 0 5px;
    border-style: none none none solid;
    border-width: medium medium medium 1px;
    color: #fd661f;
    font-size: 24px;
    height: 100%;
    padding: 0 15px 0 14px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.2s ease 0s;
    cursor: pointer;
}
.header-search-form > button:hover {
    color: #fd661f;
}
.blog-gallery-slider .owl-nav div {
    color: #fff;
    font-size: 35px;
    left: 20px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    visibility: hidden;
}
.blog-gallery-slider .owl-nav div:hover {
    color: #fd661f;
}
.blog-gallery-slider .owl-nav div.owl-next {
    left: auto;
    right: 20px;
}
.blog-gallery-slider:hover .owl-nav div {
    opacity: 1;
    visibility: visible;
}
.video-icon {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
.video-icon > a {
    background-color: #fff;
    border-radius: 50px;
    color: #fd661f;
    display: inline-block;
    font-size: 35px;
    height: 60px;
    line-height: 61px;
    width: 60px;
}
.video-icon > a:hover {
    background-color: #fd661f;
    color: #fff;
}
.blog-area .shop-sidebar-wrapper {
    padding: 30px 18px 29px;
}

/*---------------------------
    13. Blog details
-----------------------------*/

.social-network li {
    display: inline-block;
    margin: 0 10px;
}
.social-network li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50px;
    font-size: 18px;
    color: #fff;
    border: 1px solid transparent;
}
.social-network li a.facebook {
    background-color: #3b5999
}
.social-network li a.facebook:hover {
    background-color: transparent;
    color: #3b5999;
    border: 1px solid #3b5999;
}
.social-network li a.twitter {
    background-color: #55acee
}
.social-network li a.twitter:hover {
    background-color: transparent;
    color: #55acee;
    border: 1px solid #55acee;
}
.social-network li a.instagram {
    background-color: #e4405f
}
.social-network li a.instagram:hover {
    background-color: transparent;
    color: #e4405f;
    border: 1px solid #e4405f;
}
.social-network li a.rss {
    background-color: #ea4c89
}
.social-network li a.rss:hover {
    background-color: transparent;
    color: #ea4c89;
    border: 1px solid #ea4c89;
}
.social-network li a.dribbble {
    background-color: #ea4c89
}
.social-network li a.dribbble:hover {
    background-color: transparent;
    color: #ea4c89;
    border: 1px solid #ea4c89;
}
.social-network {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-top: 60px;
    padding: 20px 0;
}
.text-content-img {
    margin-top: 40px;
}
.content-img > img {
    width: 100%;
}
.blog-content > p span {
    color: #7f3615 ;
}
.text-single > p {
    margin: 0 0 14px;
}
.text-single > p:last-child {
    margin: 0 0 0px;
}
.blog-content blockquote {
    border-left: 5px solid #7f3615 ;
    color: #7f3615 ;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    margin: 35px 0 0;
    padding-left: 20px;
}
.blog-dec-title {
    color: #242424;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}
.single-comment-wrapper {
    display: flex;
}
.blog-comment-content > h4 {
    color: #7f3615 ;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
.blog-comment-content > span {
    color: #7f3615 ;
    display: block;
    margin: 6px 0 8px;
}
.blog-comment-content > p {
    color: #7f3615 ;
    font-size: 15px;
    line-height: 26px;
    margin: 0 0 10px;
}
.blog-comment-img {
    margin-right: 28px;
}
.blog-dec-btn > a {
    color: #fd661f;
    font-size: 25px;
    line-height: 1;
}
.blog-dec-btn > a:hover {
    color: #24933e;
}
.leave-form {
    margin-bottom: 30px;
}
.blog-reply-wrapper form input,
.blog-reply-wrapper form textarea {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #7f3615 ;
    font-size: 14px;
    font-weight: 400;
    height: 50px;
    padding: 2px 20px;
}
.blog-reply-wrapper form input::-moz-placeholder,
.blog-reply-wrapper form textarea::-moz-placeholder {
    color: #7f3615 ;
    opacity: 1;
}
.blog-reply-wrapper form input::-webkit-placeholder,
.blog-reply-wrapper form textarea::-webkit-placeholder {
    color: #7f3615 ;
    opacity: 1;
}
.blog-reply-wrapper form textarea {
    height: 200px;
    padding: 25px 20px;
}
.blog-reply-wrapper form .text-leave input {
    background-color: #7f3615 ;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    height: inherit;
    margin-top: 40px;
    padding: 14px 30px;
    width: inherit;
}
.blog-reply-wrapper form .text-leave input:hover {
    background-color: #242424;
}
.blog-reply-wrapper > form {
    margin-top: 40px;
}

/*---------------------------
    14. About us
-----------------------------*/

.overview-content-2 > h2 {
    font-size: 35px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 24px;
    padding-bottom: 28px;
    position: relative;
}
.overview-content-2 > h2 span {
    color: #42a7df ;
}
.overview-content-2 > h2::before {
    background-color: #42a7df ;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transition: all 0.4s ease 0s;
    width: 80px;
}
.overview-content-2 > p.peragraph-blog {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 21px;
}
.count-icon span {
    font-size: 50px;
    line-height: 1;
    display: inline-block;
}
.count-title h2 {
    /*color: #7f3615 ;*/
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.2px;
    margin: 15px 0 5px;
}
.count-title h2 {
    color: #fd661f;
}
.count-title>span {
    color: #42a7df;
    font-size: 20px;
    text-transform: capitalize;
}
.single-count .count-icon span {
    color: #42a7df;
}
.single-count:hover .count-icon span {
    animation: 850ms ease-in-out 0s normal none 1 running tada;
}
.section-border.section-mrg-none {
    margin-right: 0;
}
.team-wrapper {
    background-color: #f1f1f1;
}
.team-img {
    overflow: hidden;
    position: relative;
}
.team-action {
    background: #fff none repeat scroll 0 0;
    left: 0;
    opacity: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 70%;
    transform: translateY(-50%);
    transition: all 0.6s ease 0s;
    width: 100%;
    z-index: 5;
}
.team-wrapper:hover .team-action {
    opacity: 1;
    top: 50%;
}
.team-action a {
    color: #7f3615 ;
    font-size: 20px;
    transition: all 0.3s ease 0s;
    margin: 0 10px;
}
.team-action a:hover {
    color: #7f3615 ;
}
.team-img img {
    width: 100%;
}
.team-content {
    padding: 20px 10px 23px;
}
.team-content > h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 5px;
    text-transform: capitalize;
}
.team-content > span {
    font-size: 15px;
    font-style: italic;
}
.overview-img.text-center img {
    max-width: 100%;
}
.skill {
    overflow: hidden;
    padding-top: 33px;
}
.skill .progress {
    background-color: #f0f0f0;
    border-radius: 5px;
    box-shadow: none;
    height: 6px;
    margin-bottom: 68px;
    overflow: visible;
    position: relative;
}
.skill .progress:last-child {
    margin-bottom: 0px;
}
.skill .progress .lead {
    color: #7f3615 ;
    font-size: 14px;
    font-weight: 500;
    left: 0;
    position: absolute;
    text-transform: uppercase;
    top: -30px;
    z-index: 99;
}
.progress-bar {
    background-color: #7f3615 ;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    color: #fff;
    float: left;
    font-size: 12px;
    height: 100%;
    line-height: 20px;
    position: relative;
    text-align: center;
    transition: width 0.6s ease 0s;
    width: 0;
}
.skill .progress-bar > span {
    color: #7f3615 ;
    font-size: 14px;
    font-weight: 500;
    margin-right: -4px;
    margin-top: -32px;
    padding: 0 5px;
    position: absolute;
    right: 0;
}
.single-work {
    display: block;
    margin-bottom: 26px;
}
.single-work:last-child {
    margin-bottom: 0px;
}
.work-number {
    display: inline-block;
    float: left;
}
.work-number > span {
    background: #ebebeb none repeat scroll 0 0;
    border-radius: 50%;
    color: #7f3615 ;
    display: block;
    float: left;
    height: 42px;
    line-height: 43px;
    margin-top: 3px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 42px;
}
.single-work:hover .work-number > span {
    background: #7f3615  none repeat scroll 0 0;
    color: #fff;
}
.work-content {
    overflow: hidden;
    padding-left: 15px;
}
.work-content h5 {
    color: #7f3615 ;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 5px;
    text-transform: uppercase;
}
.work-content > p {
    color: #555;
    margin: 0;
}

/*---------------------------
    15. Testimonial page
-----------------------------*/

.testimonial-2-wrapper {
    display: flex;
}
.testimonial-2-img {
    flex: 0 0 100px;
    margin-right: 12px;
}
.testimonial-2-img > img,
.single-testimonial-4 .testimonial-img > img {
    border: 1px solid #ddd;
    border-radius: 100%;
    width: 100%;
}
.testimonial-2-name {
    margin-bottom: 15px;
}
.testimonial-2-name h3,
.single-testimonial-4 h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.testimonial-2-name span,
.single-testimonial-4 span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 8px;
}
.testimonial-rating i {
    color: #f8cd35;
    font-size: 15px;
    margin-right: 2px;
}
.testimonial-2-content > p,
.testimonial-3-content > p,
.single-testimonial-4 > p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 0;
}
.testimonial-2-active.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}
.testimonial-wrapper-3 {
    padding: 5px;
}
.testimonial-3-content {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    position: relative;
}
.testimonial-content-padding {
    padding: 50px 50px 53px;
}
.testimonial-3-content::before {
    background: #fff none repeat scroll 0 0;
    border-radius: 7px 0 0 15px;
    bottom: -18px;
    box-shadow: -2px 3px 4px rgba(0, 0, 0, 0.1);
    content: "";
    height: 40px;
    left: 46%;
    position: absolute;
    transform: rotate(-45deg);
    width: 30px;
}
.testimonial-2-active .owl-nav div {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    color: #7d7d7d;
    font-size: 22px;
    height: 36px;
    left: 0px;
    line-height: 35px;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 20%;
    transition: all 0.3s ease 0s;
    width: 36px;
}
.testimonial-2-active .owl-nav div.owl-next {
    left: auto;
}
.testimonial-2-active:hover .owl-nav div {
    opacity: 1;
}
.testimonial-2-active .owl-nav div:hover {
    background-color: #7f3615 ;
    color: #fff;
}
.single-testimonial-4 > h4 {
    margin: 20px 0 5px;
}
.testimonials-area-4 .testimonial-active .owl-dot {
    background: #242424 none repeat scroll 0 0;
}
.testimonials-area-4 .testimonial-active .owl-dot.active {
    background: #7f3615  none repeat scroll 0 0;
}
.section-padding-none .section-title {
    padding-right: 0;
}
.testimonial-active.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}
.single-testimonial > p {
    color: #fff;
    margin: 0 auto;
    width: 85%;
}
.single-testimonial > h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin: 20px 0 0;
}
.single-testimonial > span {
    color: #fff;
    display: block;
    font-weight: 500;
    margin: 4px 0 0;
}
.pagination-style .owl-dots {
    margin-top: 26px;
    text-align: center;
}
.pagination-style .owl-dot {
    background: #f1f1f1 none repeat scroll 0 0;
    border-radius: 50px;
    display: inline-block;
    height: 10px;
    margin: 0 5px;
    transition: all 0.3s ease 0s;
    width: 10px;
}
.pagination-style .owl-dot.active {
    height: 10px;
    width: 30px;
}
/* WR CSS*/
.product-action{
    background-color: rgba(255, 255, 255, 0.64);
}
.tag{
    position: absolute;
    top: 8px;
    left: 8px;
    text-transform: uppercase;
    /*border-radius: 50%;*/
    font-weight: bold;
    padding: 10px 5px;
}
.tag:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    bottom: -4px;
    margin: 0 43%;
    background-color: inherit;
    -webkit-transform: rotate(45deg);
}
.tag-sale{
    background: red;
    color: white;

}
.tag-prize{
    background: #cea908;
    color: white;
    font-size: smaller;
    padding: 23px 4px;
}
.product-img .tag:nth-child(0),
.product-details-img .tag:nth-child(0)
{
    top:0;
}
.product-img .tag:nth-child(2),
.product-details-img .tag:nth-child(2)
{
     top:10px;
 }
.product-img .tag:nth-child(3),
.product-details-img .tag:nth-child(3){
     top:60px;
 }
.product-img .tag:nth-child(4),
.product-details-img .tag:nth-child(4){
    top:110px;
}
.product-countdown .main-example {
    margin: 0 auto;
    width: 355px;
    text-align: center;
    padding-bottom: 20px;
}
.product-countdown .main-example .countdown-container {
    height: 0px;
    /*height: 130px;*/
}
.product-countdown .main-example .time {
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    display: inline-block;
    text-align: center;
    position: relative;
    height: 95px;
    width: 65px;

    -webkit-perspective: 479px;
    -moz-perspective: 479px;
    -ms-perspective: 479px;
    -o-perspective: 479px;
    perspective: 479px;

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);

    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.product-countdown .main-example .count {
    background: #dc3545;
    /*background: #202020;*/
    color: #f8f8f8;
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 2em;
    line-height: 2.4em;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    top: 0;
    width: 100%;

    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);

    -webkit-transform-style: flat;
    -moz-transform-style: flat;
    -ms-transform-style: flat;
    -o-transform-style: flat;
    transform-style: flat;
}
.product-countdown .main-example .count.top {
    border-top: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    border-radius: 5px 5px 0 0;
    height: 50%;

    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}
.product-countdown .main-example .count.bottom {
    background-image: linear-gradient(rgba(158, 135, 101, 0.1), transparent);
    /*background-image: linear-gradient(rgba(255,255,255,0.1), transparent);*/
    background-image: -webkit-linear-gradient(rgba(158, 135, 101, 0.1), transparent);
    background-image: -moz-linear-gradient(rgba(158, 135, 101, 0.1), transparent);
    background-image: -ms-linear-gradient(rgba(158, 135, 101, 0.1), transparent);
    background-image: -o-linear-gradient(rgba(158, 135, 101, 0.1), transparent);
    border-top: 1px solid #dc3545;
    /*border-top: 1px solid #7f3615 ;*/
    border-bottom: 1px solid #dc3545;
    /*border-bottom: 1px solid #7f3615 ;*/
    border-radius: 0 0 5px 5px;
    line-height: 0;
    height: 50%;
    top: 50%;

    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
}
.product-countdown .main-example .count.next {
}
.product-countdown .main-example .label {
    font-size: normal;
    margin-top: 5px;
    display: block;
    position: absolute;
    top: 95px;
    width: 100%;
}
/* Animation start */
.product-countdown .main-example .count.curr.top {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    z-index: 3;
}
.product-countdown .main-example .count.next.bottom {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    z-index: 2;
}
/* Animation end */
.product-countdown .main-example .flip .count.curr.top {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;

    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}
.product-countdown .main-example .flip .count.next.bottom {
    -webkit-transition: all 250ms ease-in-out 250ms;
    -moz-transition: all 250ms ease-in-out 250ms;
    -ms-transition: all 250ms ease-in-out 250ms;
    -o-transition: all 250ms ease-in-out 250ms;
    transition: all 250ms ease-in-out 250ms;

    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.product-countdown .main-example {
    width: 100%;
}
.product-countdown .main-example .countdown-container {
    /*height: 100px;*/
    height: 0;
}
.product-countdown .main-example .time {
    height: 50px;
    width: 35px;
}
.product-countdown .main-example .count {
    font-size: 1.5em;
    /*font-size: 2em;*/
    line-height: 50px;
}
.product-countdown .main-example .label {
    font-size: 0.8em;
    top: 52px;
}
.videoWrapper , .youtube_player{
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
div:not(.blog-details-wrapper) .blog-img {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
}
div:not(.blog-details-wrapper) .blog-img img ,
div:not(.blog-details-wrapper) .blog-img .blog-gallery-slider,
div:not(.blog-details-wrapper) .blog-img .blog-gallery-slider .owl-stage-outer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
}

.videoWrapper iframe ,.youtube_player iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.font-xxlarge{
    font-size: xx-large;
}
.table-content table td.product-remove a{
    color: #7f3615  ;
}
.cart-tax, .discount-code-wrapper {
    padding: 15px 10px !important;
}
.width-auto{
    width: auto !important;
}
.height-auto{
    height: auto !important;
}
.float-none{
    float: none;
}
.prize-product-cart .pro-details-cart-wrap{
    padding-top: 10px;
    padding-bottom: 10px;
}
.prize-product-cart .shop-list-cart-wishlist a {
height: auto !important;
line-height: 25px !important;
padding-top: 10px;
padding-bottom: 10px;
}
#order_notes{
    width: 100%;
}
.price-wrapper{
    color: #79d46f !important;
    font-weight: 600;
    font-size: large !important;
}
.center{
    margin: 0 auto;
}
.btn-style-2, .slider-btn a{
    cursor: pointer;
}
.default-btn{
    cursor: pointer;
}
.flag {
    background-repeat: no-repeat;
    background-position: 0 5px;
    background-size: 24px 18px;
    display: block;
    padding-right: 20px;
    padding-left: 30px;
    margin-left: 5px;
}
.flag.hu {
    background-image: url(/assets/img/flag/hu.png);
}
.flag.al {
    background-image: url(/assets/img/flag/al.png);
}
.flag.ad {
    background-image: url(/assets/img/flag/ad.png);
}
.flag.at {
    background-image: url(/assets/img/flag/at.png);
}
.flag.be {
    background-image: url(/assets/img/flag/be.png);
}
.flag.ba {
    background-image: url(/assets/img/flag/ba.png);
}
.flag.bg {
    background-image: url(/assets/img/flag/bg.png);
}
.flag.cy {
    background-image: url(/assets/img/flag/cy.png);
}
.flag.cz {
    background-image: url(/assets/img/flag/cz.png);
}
.flag.dk {
    background-image: url(/assets/img/flag/dk.png);
}
.flag.gb {
    background-image: url(/assets/img/flag/gb.png);
}
.flag.ee {
    background-image: url(/assets/img/flag/ee.png);
}
.flag.by {
    background-image: url(/assets/img/flag/by.png);
}
.flag.fi {
    background-image: url(/assets/img/flag/fi.png);
}
.flag.fr {
    background-image: url(/assets/img/flag/fr.png);
}
.flag.gr {
    background-image: url(/assets/img/flag/gr.png);
}
.flag.gi {
    background-image: url(/assets/img/flag/gi.png);
}
.flag.nl {
    background-image: url(/assets/img/flag/nl.png);
}
.flag.hr {
    background-image: url(/assets/img/flag/hr.png);
}
.flag.ie {
    background-image: url(/assets/img/flag/ie.png);
}
.flag.is {
    background-image: url(/assets/img/flag/is.png);
}
.flag.pl {
    background-image: url(/assets/img/flag/pl.png);
}
.flag.lv {
    background-image: url(/assets/img/flag/lv.png);
}
.flag.li {
    background-image: url(/assets/img/flag/li.png);
}
.flag.lt {
    background-image: url(/assets/img/flag/lt.png);
}
.flag.lu {
    background-image: url(/assets/img/flag/lu.png);
}
.flag.mk {
    background-image: url(/assets/img/flag/mk.png);
}
.flag.mt {
    background-image: url(/assets/img/flag/mt.png);
}
.flag.md {
    background-image: url(/assets/img/flag/md.png);
}
.flag.mc {
    background-image: url(/assets/img/flag/mc.png);
}
.flag.me {
    background-image: url(/assets/img/flag/me.png);
}
.flag.de {
    background-image: url(/assets/img/flag/de.png);
}
.flag.no {
    background-image: url(/assets/img/flag/no.png);
}
.flag.it {
    background-image: url(/assets/img/flag/it.png);
}
.flag.am {
    background-image: url(/assets/img/flag/am.png);
}
.flag.pt {
    background-image: url(/assets/img/flag/pt.png);
}
.flag.ro {
    background-image: url(/assets/img/flag/ro.png);
}
.flag.sm {
    background-image: url(/assets/img/flag/sm.png);
}
.flag.es {
    background-image: url(/assets/img/flag/es.png);
}
.flag.ch {
    background-image: url(/assets/img/flag/ch.png);
}
.flag.se {
    background-image: url(/assets/img/flag/se.png);
}
.flag.rs {
    background-image: url(/assets/img/flag/rs.png);
}
.flag.sk {
    background-image: url(/assets/img/flag/sk.png);
}
.flag.si {
    background-image: url(/assets/img/flag/si.png);
}
.flag.ua {
    background-image: url(/assets/img/flag/ua.png);
}
.flag.va {
    background-image: url(/assets/img/flag/va.png);
}
.bootstrap-select{
    width: 100% !important;

}
.bootstrap-select.open.show .dropdown-menu.inner{
    display: block !important;
}

.bootstrap-select .btn{
    background-color: white;
    border: 1px solid #ced4da;
    border-radius: .25rem;
  height: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
}
.dashboard-list .nav-link{
    color: #7f3615 ;
}
.dashboard-list .nav-link:hover{
    color: #fd661f;
}

.dashboard-list .nav-link:after{
    content: "";
    font-family: FontAwesome;
    margin-left: 10px;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.dashboard-list .nav-link.active:after{
    content: "\f0da";
    font-family: FontAwesome;
    margin-left: 10px;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.height-100percent{
    height: 100%;
}

form.example input[type=text] {
    padding: 10px;
    font-size: 17px;
    border: 3px solid white ;
    float: left;
    width: 80%;
    background: #fff;
}

form.example button {
    float: left;
    width: 20%;
    padding: 9px;
    background: #7f3615 ;
    border: 1px solid transparent;
    color: white;
    font-size: 17px;
    /*border: 1px solid transparent ;*/
    /*border-left: none;*/
    cursor: pointer;
}

form.example button  i{
    -webkit-transition: all  500ms ease-in-out;
    -moz-transition:    all  500ms ease-in-out;
    -ms-transition:     all  500ms ease-in-out;
    -o-transition:      all  50ms ease-in-out;
    transition: all 500ms ease-in-out;
}
form.example button:hover  i{
    transform: scale(1.2);
}
form.example button:hover {
    /*!*background: #fd661f;*!*/
    /*border-color: #fd661f;*/

    /*!*border-color: #000;*!*/
    /*!*border-left-color: #fd661f !important;*!*/
    /*color: #fd661f !important;*/
    /*background-color: #fff !important;*/
}

form.example::after {
    content: "";
    clear: both;
    display: table;
}
.footer-logo img, .logo img {
    max-width: 100%;
}
.madeby{
    text-align: right;
    background:#7f3615 ;
}
.madebytxt {
    color: #fff;
    font-size: 20px;
    position: relative;
    margin-right: 10px;
    text-align: right;
}
.madesvg{
    height: 35px !important;
    filter: grayscale(1);
    vertical-align: bottom;
}

.madesvg:hover{
    filter:  opacity(.5);
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}
.product-countdown .main-example .count.top{
    border-bottom: none;
}
.product-countdown .main-example .count.bottom{
    border-top: 1px solid #7f3615 00040;
    border-bottom: none;
}
.font-xxsmall{
    font-size: xx-small;
}
.line-height-normal{
    line-height: normal;
}
.addToCart-small{
    width: 30px !important;
    height: 30px !important;
    margin-left: 5px;
    min-width: 30px !important;
    font-size: 22px!important;
    line-height: 30px !important;
}

.addToCart-small i{

    font-size: 17px!important;
    line-height: 25px !important;
}
.shopping-cart-btn a:first-child{
    background-color: #fd661f;
    color: white;
    border: #fd661f 2px solid;
}
.shopping-cart-btn a:first-child:hover{
    color: #fd661f;
    background-color: white;

}
.shopping-cart-btn a:nth-child(2){
    color: #fd661f;
    background-color: white;
    border: #fd661f 2px solid;
}
.shopping-cart-btn a:nth-child(2):hover{
    background-color: #fd661f;
    color: white;

}
.btn-green{
    background-color: #2c5a34 !important;
    color: white !important;
    border: #2c5a34 2px solid !important;
}
.btn-green:hover{
    color: #2c5a34 !important;
    background-color: white !important;

}
.red-font{
    color: #7f3615  !important;
}

.discount-code input{
    border: lightgray 2px solid;
}
.checkout-payment .form-check-label{
    font-weight: bold;
}
.border-bottom-3{
    border-bottom: #d7d7d7 1px solid;
}

.page_shop_txt {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}


.page_shop_txt {
    background-color: #f0f0f0;
    margin: 10px 0 10px 0;
    padding: 20px 10% 20px 10%;
    box-sizing: border-box;
    background-image: url(../../assets/img/bp3.png);
    background-repeat: no-repeat;
    background-position: 40px center;
}

.page_shop_txt p {
    margin-left: 170px;
    margin-right: 61px;
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
}

.page_shop_txt p span {
    color: #fd661f;
}
.min-width{
    min-width: 150px;
}
.checktblsz td{
    padding-bottom: 10px;
}
.szines{
    color: #dc3545;
}
.cat-name{
    background-color: rgba(233, 233, 233, 0.62);
    color: black;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    width: 87%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.cat-name:hover{
    color:#7f3615  ;
    cursor: pointer;
}
.main-example{
    margin-bottom: 60px !important;
}
@media (max-width: 768px) {
    .cat-name{
        width: 92%;
    }
}
@media (min-width: 768px) {
    .wishlist table{
        width: 100%;
    }
}
.img-mini {
    max-width: 30px;
    margin-right: 10px;
}
.search-seged{
    text-align: left;
    margin-top: 5px;
    cursor: pointer;
    padding: 5px 10px;
}
.autocomplete-items{
    /*max-height: 180px;*/
    position: absolute;
    top: 45px;
    background: white;
    width: 100%;
    border-bottom-right-radius: 11px;
    border-bottom-left-radius: 11px;
    border: 2px solid black;
    z-index: 10;
    max-width: 300px;
}




.header
{
    text-align: center;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
}
.header
{
    font-size: 16px;
    font-weight: bold;

    line-height: 54px;

    background-color: white;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    padding: 0 20px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}
.header.fixed
{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
}

.header .left
{
    display: inline-block;
    width: 28px;
    height: 18px;
    padding: 11px 2px;
    /*position: absolute;*/
    float: left;
    top: 10px;
    left: 10px;
    margin-top: 10px;

}
.header a:nth-child(3){
    right: 10px;
    top: 10px;
    float: right;
}
.header .left:before,
.header .left:after
{
    content: '';
    display: block;
    background: #7f3615 ;
    height: 2px;
    width: 20px;
}
.header .left span
{
    background: #7f3615 ;

    font-size: 15px;
    display: block;
    height: 2px;
    margin: 6px 0;
    width: 20px;
}
.header .right span
{

    color: #7f3615 ;
    font-size: 20px;

}
.header img{
    max-height: 100%;
    max-width: 50% !important;
}
.header .right{
    float: right;
}
.header .header-cart {
    vertical-align: sub;
}
.header .header-cart .header-icon-style{
    float: none;
}
@media(max-width: 768px){
    .header .header-cart {
        /*float: right;*/
        vertical-align: unset;
        /*margin-right: 20px;*/
        margin-left: 20px;
        margin-top: 5px;
    }
    .product-details-content .shop-list-cart-wishlist a{
        font-size: 16px;
    }
}
.cat-name-home h4{
    margin-top: -25px;
    /*height: 48px;*/
    min-height: auto!important;
    background-color: rgba(233, 233, 233, 0.62);
    color: black;
    text-align: center;
    font-weight: 600 !important;
    padding: 10px;
    text-transform: uppercase;

}


.cat-custom-col-5{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
}
#modal-uzi{
    text-transform: uppercase;
    text-align: center;
    margin: 0 !important;
    font-weight: bold;
}
#cartModal .modal-content,#cartModal .modal-body{
    border-radius: 20px;
}
.product-quantity span{
    font-size: 18px;
    cursor: pointer;
    display: inline-block;
    padding: 8px 12px;
    border: lightgray dotted 0.5px;
}

@media (max-width: 786px) {
    .table-content table td{
        text-align: center!important;
    }
}
.modal-dialog.modal-sm{
    margin-top: 100px;
}
@media (max-width: 767px) {
    .mobile-menu-area {
        display: none !important;
    }
}
.font-small{
    font-size: small;
}
.btn-style-2.disabled{
    cursor: not-allowed;
    color: #cecece !important;
    background-color: black;
}
.modal-content{
    border: none !important;
}
.modal-body.bg-success{
    background-color: rgba(255, 255, 255, 0.67) !important;
    border: green 3px solid;
}
.modal-body.bg-danger{
    background-color: rgba(255, 255, 255, 0.67) !important;
    border: red 3px solid;
}
#menu:not(.mm-menu_opened){
    display: none;
}
#menu-2:not(.mm-menu_opened){
    display: none;
}

@media (max-width: 500px) {
    .account-curr-lang-wrap ul li a{
        color: white !important;
    }
    .header-icon-style i{
        color: black;
    }
}
@media (min-width: 768px) {
    .single-slider{
        max-height: 400px;
        overflow: hidden;
    }
}

























/* CHECKOUT */
.has_error{
    border: red solid 1.5px;
    background-image: url("data:image/svg+xml,%3Csvg width='30px' height='30px' viewBox='0 0 30 30' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%28-128.000000, -59.000000%29' fill='%23F44336'%3E%3Cpolygon points='157.848404 61.9920213 145.980053 73.8603723 157.848404 85.7287234 154.856383 88.7207447 142.988032 76.8523936 131.119681 88.7207447 128.12766 85.7287234 139.996011 73.8603723 128.12766 61.9920213 131.119681 59 142.988032 70.8683511 154.856383 59'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
    background-size: 13px !important;
    background-origin: content-box !important;
    background-color: white !important;
}
.no_error{
    border: #7CF3BD 1.5px solid !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
    background-color: white !important;
    background-size: 13px !important;
    background-origin: content-box !important;
    background-image: url("data:image/svg+xml,%3Csvg width='45px' height='34px' viewBox='0 0 45 34' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%28-56.000000, -59.000000%29' fill='%232EEC96'%3E%3Cpolygon points='70.1468531 85.8671329 97.013986 59 100.58042 62.5664336 70.1468531 93 56 78.8531469 59.5664336 75.2867133'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") !important;

}


#checkout{
    overflow: hidden;
}
#checkout .cart-btn-2{
    padding: 8px 40px 8px;
}
#checkout{position: relative;
    z-index: 2;

}
#checkout .single-ship>input{
    margin-right: 0;
    height: 100%;
}
#checkout .cart-tax, #checkout .discount-code-wrapper{
    background-color: #7f3615 ;
    border-color: transparent;
    color: white;
}
#checkout .cart-tax .section-bg-gray, #checkout .discount-code-wrapper .section-bg-gray{
    background-color: #7f3615 ;
    color: white;
}
#checkout .discount-code p{
    color: white;
}
#checkout .discount-code input{
    color: #7f3615 ;
}
#checkout .grand-totall{
    background-color: #7f3615 ;
    color: white;
}
#checkout h4.grand-totall-title{
    color: white;
}
/* The customcheck */
.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ccc;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
    background-color: #02cf32;
    border-radius: 5px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.radiotextsty{
    width: 100%;
    display: block;

}


.customradio {
    display: block;
    position: relative;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.customradio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    z-index: -20;
}

/* Create a custom radio button */
.checkmark-radio {
    position: absolute;
    top: 10px;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: white;
    border-radius: 50%;
    border:1px solid #BEBEBE;
}

/* On mouse-over, add a grey background color */
.customradio:hover input ~ .checkmark-radio {
    background-color: transparent;
}

/* When the radio button is checked, add a blue background */
.customradio input:checked ~ .checkmark-radio {
    background-color: white;
    border:1px solid #BEBEBE;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-radio:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.customradio input:checked ~ .checkmark-radio:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.customradio .checkmark-radio:after {
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fd661f;
}

/* Custom Radio Button End*/
#checkout .card-header{
    padding: 0;
}
#checkout .card-header a{

}

@media (min-width: 786px) {
     #background {
        position: absolute;
        top: 0px;
         left: 57.33%;
         width: 42.77%;
         overflow: hidden;
        height: 100%;
        background-color: #b7babb40;
        z-index: -2;
    }
}
.multi-steps > li.is-active:before, .multi-steps > li.is-active ~ li:before {
    content: counter(stepNum);
    font-family: inherit;
    font-weight: 700;
}
.multi-steps > li.is-active:after, .multi-steps > li.is-active ~ li:after {
    background-color: #ededed;
}

.multi-steps {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.multi-steps > li {
    counter-increment: stepNum;
    text-align: center;
    display: table-cell;
    position: relative;
    color: #7f3615 ;
}
.multi-steps > li:before {
    content: '\f00c';
    content: '\2713;';
    content: '\10003';
    content: '\10004';
    content: '\2713';
    display: block;
    margin: 0 auto 4px;
    background-color: #fff;
    width: 36px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    font-weight: bold;
    border-width: 2px;
    border-style: solid;
    border-color: #fd661f ;
    border-radius: 50%;
}
.multi-steps > li:after {
    content: '';
    height: 2px;
    width: 100%;
    background-color: #fd661f;
    position: absolute;
    top: 16px;
    left: 50%;
    z-index: -1;
}
.multi-steps > li:last-child:after {
    display: none;
}
.multi-steps > li.is-active:before {
    background-color: #fff;
    border-color: #fd661f;
}
.multi-steps > li.is-active ~ li {
    color: #808080;
}
.multi-steps > li.is-active ~ li:before {
    background-color: #ededed;
    border-color: #ededed;
}
.my-card .card-header, .my-card .card{
    border: none;
    background: transparent;
}
.my-card .card-block{
    background-color: #f4f4f4;
    padding: 10px;
}
.my-card .card{
    border-bottom: 1px solid #c8c8c8;
}
.btn-small{
    padding: 10px 20px;
}
.lepes-osszesito{
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    padding: 10px;
    margin-bottom: 25px;
    font-size: 13px;
    margin-top: 25px;
    margin-left: 15px;
    margin-right: 15px;
}
.lepes-osszesito .felhasznalo-adatok div, .lepes-osszesito .szallitasi-adatok div{
    display: inline-block;
}
.lepes-osszesito .felhasznalo-adatok .title, .lepes-osszesito .szallitasi-adatok .title{
    color: #7f3615 ;
    font-weight: bold;
    vertical-align: top;
}.lepes-osszesito .felhasznalo-adatok .modositas, .lepes-osszesito .szallitasi-adatok .modositas{
 float: right;
}
.lepes-osszesito  span{
    /*margin-left: 10px;*/
}
.osszesites-block{
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 20px 25px 0px;
    margin-top: 15px;
    height: 100%;
    margin-bottom: 10px;
}
.osszesites-block .title{
    font-size: large;
    font-weight: bold;
}
.osszesites-block .adat-content span{
    /*display: block;*/
}
#checkout .pagination{
    display: none;
}
.osszesites .col-lg-4{
    margin-bottom: 10px;
}
#checkout .panel.panel-default{
    border: none;
}
.checkout-cart-page table td{
    padding: 5px 0;
}

.checkout-cart-page table{
    width: 100%;
}
@media (max-width: 1200px) {
    label{
        font-size: 12px;
    }
}

@media (max-width: 786px) {
    .checkout-cart-page .table-content.table-responsive table, .checkout-cart-page .table-content.table-responsive table tbody,
    .checkout-cart-page .table-content.table-responsive table tr  {
         width: auto !important;
        display: table !important;
    }
    .checkout-cart-page .table-content.table-responsive table tr td{
        display: table-cell !important;
        width: auto !important;
        padding: 5px;
    }
}
@media (min-width: 765px) {
    .checkout-cart-page #collapse-cart{
        display: block!important;
    }
}
@media (max-width: 765px) {
    #checkout > .container > .row{
        /*-webkit-box-orient: vertical!important;*/
        /*-webkit-box-direction: reverse!important;*/
        /*-ms-flex-direction: column-reverse!important;*/
        /*flex-direction: column-reverse!important;*/
        /*display: flex;*/
    }
    .checkout-progress-page{
        margin-bottom: 20px;
    }
    .checkout-progress-page .form-group {
        margin-bottom: 5px;
    }

    .checkout-cart-page{
        padding: 0;
        width: 100%;

        background: #b7babb40;

    }
    .checkout-cart-page .panel-heading{
        /*border-bottom: grey solid 1px;*/

        font-weight: bold;
        background: #2e2e2e;
        cursor: pointer;
        padding: 9px 15px 1px;
    }
    .checkout-cart-page .panel-heading *{
        color: white;
    }

    .checkout-cart-page .panel-collapse{
        padding: 5px 10px;
    }
    .checkout-cart-page .panel.panel-default{
        margin-bottom: 0;
    }
    .checkout-cart-page .grand-totall{
        padding: 5px 10px;
    }
    .checkout-progress-page .logo{
        margin: 0;
    }
    .multi-steps > li{
        font-size: x-small;
    }
    .lepes-osszesito{
        margin-bottom: 0;
    }

}
.hidden{
    display:none!important;
}
@media (max-width: 768px) {

    input[type=checkbox]{
        max-width: 15px;
    }
}
.product-size .btn{
    padding: 15px !important;
    line-height: 4px !important;
    margin-right: 5px;
    margin-bottom: 5px;
}
.product-size .btn.active{
    background-color: #494321 !important;
}

.product-img-carousel-small .slick-arrow,
.product-img-carousel .slick-arrow{
    POSITION: absolute;
    TOP: 45%;
    z-index: 2;
    background: #7f3615 ;
    padding: 10px 20px;
    border: 1px solid #7f3615  ;
    color: white ;
}
.product-img-carousel-small .slick-arrow{
    TOP: 25%;
    padding: 10px 5px;
}
.product-img-carousel-small .slick-arrow.product-dec-next ,
.product-img-carousel .slick-arrow.product-dec-next {
    right: 0;
}
.product-img-carousel{
    z-index:0;
    border: 1px solid;
}
.product-img-carousel .slick-list{
    /*overflow: visible;*/
}
.product-img-carousel .slick-list .slick-slide:not(.slick-active){
opacity: 0.1;
}
.footer-logo img, .logo img{
    max-height: 80px;
}
.logo{
    margin-top: -20px;
    margin-bottom: -20px;
}
@media (max-width: 768px) {
    .product-img-carousel{
        overflow: hidden;
    }
    .product-price-wrapper > span.product-price-old{
        display: block;
    }

}
.product-grid .product-countdown .main-example{
text-align: left;
    margin-top: 20px;
}
.font-20{
    font-size: 20px;
}
.custom-checkbox input{
    width: auto;
}

/* NEW MENU*/


.newmenu .header-icon-style i{
    font-size: 17px;
    /*font-size: 15px;*/
    font-weight: 600;
}
.newmenu .logo img{
    max-width: 100%;
    /*width: 240px;*/
    padding: 3px 0;
    height: 100%;
    /*padding: 3px 0;*/
}
.newmenu a .header-icon-style span{
    background-color: #fd661f;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 9px;
    font-weight: 500;
    height: 15px;
    /*left: -1px;*/
    line-height: 15px;
    margin: 0 auto;
    position: absolute;
    right: -10px;
    text-align: center;
    top: -11px;
    width: 15px;
}
.newmenu .header-owl-close{
    position: absolute;
    right: 5px;
    top: 5px;
    /*background: #7f3615 ;*/
    cursor: pointer;
    z-index: 3;
}
.newmenu .header-top{
    /*visibility: hidden;*/
    /*height: 0;*/
}
.newmenu .header-owl-text.owl-carousel .owl-item {animation-duration: 3s !important;}

.about-us-area ul,
.about-us-area ol{
    padding-left: 40px;
    padding-bottom: 15px;
}

.header-middle button[type=submit]{
    background-color: #fd661f;
}
.header-top button[type=submit]{
    font-size: 14px;
    /* height: 20px; */
    padding: 0px;
    background-color: #fd661f;
}
.header-top #my_ac_InputC{
    height: 15px;
    font-size: 14px;
}
.product-close{
    top:5px;
    right: 10px;
}
.product-wrapper {
    padding: 5px;
    height: 100%;
    padding-bottom: 50px;
    border: 1px solid #8080802e;
    text-align: center;
}
.product-wrapper .product-countdown .main-example{
    text-align: center;
}
.product-wrapper .product-content > h4{
    min-height: 60px;
}
.product-wrapper .product-action{
    display: none !important;
}
.product-wrapper .btn-style-2{
    padding: 10px !important;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: max-content;
}
.product-width{
    padding: 5px;
}
@media (max-width: 768px) {
    .product-width{
        padding: 15px;
    }
    .product-wrapper .product-bottom a{
        margin-right: 5px !important;
    }
    .product-wrapper .btn-style-2{
        display: inline-block !important;
    }
}
.product-grid {
    padding: 5px;
}
.categori-wrapper{
    border: none;
    padding-bottom: 0;
}
.categori-wrapper .cat-home-middle{
     bottom: 0;
     margin:0;
     top: initial;
 }
.categori-wrapper .cat-home-middle h4{
margin: 0;

}
.bg-light{
    background-color: rgba(233, 233, 233, 0.62) !important;
}
#addTocartModal{
    top:10%;
}
#addTocartModal td{
    padding: 0;
}

#addTocartModal td.product-quantity{
display: table-cell;
}
.header-owl-text .text-warning{
    color: #faff1e !important;
}
.header-middle.stick{
    padding: 0px 0 0px;
}

.select-container .bootstrap-select.bs-container .dropdown-menu{
    transform: none!important;
    top: 50px !important;
}
.footer-content{
    margin-left: 15px;
}
.absolute-slider {
    position: absolute;
    top: 20%;
    background: #94939394;
    padding: 10px;
}
.cat-home-middle h4 a{
    font-size: 20px;
    font-weight: bold;
    opacity: 0.8;
}
.cat-home-middle{
    position: absolute;
    width: 100%;
    top:46%;
}
.main{
    background-color: white;
}
.footer-area{
    position: relative;
    overflow: hidden;

}
@media(max-width: 767px){
    .main{
        margin-bottom: 0 !important;
    }
}
@media(min-width: 768px){

    .footer-area{
        overflow: hidden;
        z-index: -1;
        position: fixed;
        bottom: 0px;
        width: 100%;
    }
}
.footer-area.black-bg-2{
    background: #42a7df;
}

.black-bg-3 .main-menu ul li a{
    color: white;
}
.black-bg-3 .header-icon-style i{
    color: white;
}
.black-bg-3.transparent-bar.stick .main-menu ul li a{
    color: black;
    line-height: 1.8;
}
.black-bg-3.transparent-bar.stick .main-menu ul li.active > a,
.black-bg-3 .main-menu ul li.active > a,
.black-bg-3.transparent-bar.stick .main-menu ul li:hover > a ,
.black-bg-3 .main-menu ul li:hover > a {
    /*color: #fd661f;*/
}

.black-bg-3 .header-middle-right a:hover i{
    /*color: #fd661f;*/
}
.black-bg-3{
    background: #42a7df;
}

.no-list-style{
    list-style: none;
    list-style-type: none;
}
.cat-home-middle h4 a{
    color:  #42a7df;
}
.cat-name-home h4{
    color:  #42a7df;
    background-color: rgba(233, 233, 233, 0.9);
}
.categori-wrapper:hover .cat-name-home h4,
.hover-style:hover .cat-name-home h4{
    color:  #fd661f;
}
.section-title{
    color:  #868e96;

}
.overview-content-2 > h2{
    color: #42a7df;
}
.block-title{
    color:#42a7df ;
}
.wbr-drop:after{
    bottom: 0;
    right: 0;
    color:#42a7df;
    /*content: none;*/
    content: "\f0fe";
    font-family: "FontAwesome";
    font-size: 15px;
    position: relative;
}





/*Színeket majd még áttenni*/
/*Modal menu */
.modal-menu-btn i{
    font-size: 18px;
}
.modal-menu-btn{
    position: absolute;
    padding: 8px !important;
    /*top: -8px;*/
    /*top: 10px;*/
    margin-top: -30px;
    right: 15px;
}

#header-menu-modal .modal-content .modal-header .close{
    color: white;
    position: absolute;
    right: 30px;
    border: 1px solid white;
    border-radius: 50%;
    padding: 5px 10px;
    top: 30px;
    transition: all 1ms ease-in-out;
}
#header-menu-modal .modal-content .modal-header .close:hover{
    border-color:#fd661f ;
}
#header-menu-modal .modal-content .modal-header img{
    max-width: 50%;
    margin: 15px auto;
}
#header-menu-modal .modal-content .modal-header{
    border: none;
}
#header-menu-modal .modal-content .modal-menu{
    text-align: center;
    list-style: none;
    list-style-type: none;
}

#header-menu-modal .modal-content .modal-menu li{
 padding: 4px 5px;
}
#header-menu-modal .modal-content .modal-menu li a{
    font-size: 26px;
    color: white;
    transition: all 1ms ease-in-out;
    text-transform: uppercase;
}
#header-menu-modal .modal-content .modal-menu li a:hover{
    font-weight: bold;
}
#header-menu-modal .modal-content{
    padding-top: 10%;
    background-color:#42a7df ;
}
#header-menu-modal{
    z-index: 9999999;
}
#header-menu-modal,
#header-menu-modal .modal-dialog,
#header-menu-modal .modal-dialog .modal-content{
    /*height: 100%;*/
    max-width: 100%;
    min-height: 100vh;
    width: 100%;
    max-height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0;
}

.transparent-absoltue-header .header-middle,
.transparent-absoltue-header .header-bottom{
    background-color: transparent;
    border-bottom:none !important;
}

.transparent-absoltue-header{
    position: absolute;
    top:0;
    width: 100%;
    z-index: 12;
}

/*.slider-active2 .slider-img:after{*/
    /*content: "";*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background-color: rgba(0, 0, 0, 0.36);*/
    /*position: absolute;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
/*}*/


/*SLIDER NEW */
@keyframes scaleAnimation {
    0% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(1.3);
    }
}
@media (min-width: 768px) {
    .single-slider{
        background-color: black;
    }
}

.transparent-absoltue-header .transparent-bar:not(.stick) .main-menu>nav>ul>li>a{
    color: white;
    font-weight: 500;
}
.transparent-bar:not(.stick) .main-menu>nav>ul>li>a{
    font-weight: 500;
}
.slider-active2 .owl-item:not(.active) .slider-img {
    /*transform: scale(1);*/
}
.slider-active2 .slider-img {
    height: 100vh;
    width: auto;
    max-width: none;
    opacity: 0.7;
}
.slider-active2.wbr-dark-overlay-slider .slider-img {
    opacity: 0.5;
}

.slider-active2 video.slider-img {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    width:100%;
    max-width: none;
    height: auto;
    top: 0;
    max-height: none;

}
.slider-active2 .owl-item{
    position: relative;
    overflow: hidden;
}

.slider-img:not(video) {
    max-height: none;
    max-width: none;
    animation: scaleAnimation 10s ease-in-out infinite alternate;
}


.slider-active2 .single-slider {
    height: 100vh;
    max-height:none;
}
.slider-active2.owl-carousel > .owl-nav div {
    /*background-color: #fff;*/
    background-color: #fd661f ;
    border-radius: 3px;
    /*color: #7f3615 ;*/
    color: #fff;;
    display: inline-block;
    font-size: 20px;
    height: 45px;
    right: 15px;
    line-height: 47px;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    width: 45px;
}
.slider-active2.owl-carousel > .owl-nav div:hover {
    background-color: #1a6aab;
    color: #fff;
}
.slider-active2.owl-carousel > .owl-nav div.owl-prev {
    /*left: auto;*/
    /*top: 15px;*/
    margin-top: 50px;
}
.slider-area:hover .slider-active2.owl-carousel > .owl-nav div {
    opacity: 1;
}


.slider-active2 .slider-2-content.animate__slideInUp .col-md-12{
    margin-bottom: 15px;
}
.slider-active2 .slider-2-content.animate__slideInUp .slider2-content-img{
    max-width: 180px;
   padding-right: 10px;
}
.slider-active2 .slider-2-content.animate__slideInUp{
    position: absolute;
    right: 10%;
    top: 30%;
    max-width: 40%;
    /*max-width: 550px*/
}


.slider2-maintext {
    position: absolute;
    top:40%;
    z-index: 1;
    margin-left: 10%;
    width: 35%;
}
.slider-2-content .first-slide img{
    float: none !important;
}
.slider-2-content .first-slide>div{
    display: flex;
}
.slider-2-content.animate__slideInUp .first-slide,
.slider-2-content.animate__slideInUp .second-slide,
.slider-2-content.animate__slideInUp .third-slide{
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-item.active .slider-2-content.animate__slideInUp .first-slide {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.owl-item.active .slider-2-content.animate__slideInUp .second-slide {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.owl-item.active .slider-2-content.animate__slideInUp .third-slide {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.5s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/*********************************************************************/

.slider-2-content.animate__slideInUp .first-slide h3{
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    color: black;
}
.slider-2-content.animate__slideInUp .first-slide p{
    color: #868e96;
    line-height: 1.5;
    font-size: 12px;
}
@media (min-width: 1250px) {
    .slider-2-content.animate__slideInUp .first-slide p{
        font-size: 15px;
    }
}
.slider-2-content.animate__slideInUp .first-slide img,
.slider-2-content.animate__slideInUp .first-slide h3,
.slider-2-content.animate__slideInUp .first-slide p,
.slider-2-content.animate__slideInUp .first-slide .slider-btn
{
    -webkit-animation-duration: 1.1s;
    animation-duration: 1.1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-item.active .slider-2-content.animate__slideInUp img {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.owl-item.active .slider-2-content.animate__slideInUp h3 {

    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.owl-item.active .slider-2-content.animate__slideInUp p {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.owl-item.active .slider-2-content.animate__slideInUp .slider-btn {
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
/*********************************************************************/

.slider-2-content.animate__slideInUp .second-slide h3{
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    color: black;
}
.slider-2-content.animate__slideInUp .second-slide p{
    color: #868e96;
    line-height: 1.5;
    font-size: 12px;
}
@media (min-width: 1250px) {
    .slider-2-content.animate__slideInUp .second-slide p{
        font-size: 15px;
    }
}
.slider-2-content.animate__slideInUp .second-slide img,
.slider-2-content.animate__slideInUp .second-slide h3,
.slider-2-content.animate__slideInUp .second-slide p,
.slider-2-content.animate__slideInUp .second-slide .slider-btn
{
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-item.active .slider-2-content.animate__slideInUp img {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.owl-item.active .slider-2-content.animate__slideInUp h3 {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.owl-item.active .slider-2-content.animate__slideInUp p {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.owl-item.active .slider-2-content.animate__slideInUp .slider-btn {
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
/*********************************************************************/



.slider2-maintext.animate__slideInLeft h3{
    font-size: 16px;
}
.slider2-maintext.animate__slideInLeft h1{
    font-size: 41px;
}
.slider2-maintext.animate__slideInLeft h1,
.slider2-maintext.animate__slideInLeft .slider-btn,
.slider2-maintext.animate__slideInLeft h3{

    color: white;
    -webkit-animation-duration: 1.3s;
     animation-duration: 1.3s;
     -webkit-animation-fill-mode: both;
     animation-fill-mode: both;
}
.slider2-maintext.animate__slideInLeft h1 {
-webkit-animation-delay: 1s;
animation-delay: 1s;
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
.slider2-maintext.animate__slideInLeft h3 {
-webkit-animation-delay: 1.2s;
animation-delay: 1.2s;
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
.slider2-maintext.animate__slideInLeft .slider-btn {
-webkit-animation-delay: 1.4s;
animation-delay: 1.4s;
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
.slider-area{
position: relative;
}

@media (min-width: 768px) {
.pos-abs-blog{
    position: absolute;
    bottom: 20px;
}
}
@media (max-width: 768px) {
.slidert-text-mobile > *:not(img){
    margin-left: 10px;
    margin-right: 10px;
}
.product-wrapper .shop-list-cart-wishlist {
    float: none;
    text-align: center;
}
.tab-content .product-wrapper{
   /*padding-bottom: 0 !important;*/
   /*padding-bottom: 50px !important;*/
}
div:not(.tab-content) .product-wrapper{
    /*padding: 5px;*/
}
.shop-list-cart-wishlist .add__to__cart__btn3{
    width: fit-content;
    padding: 0 10px;
}
.footer-content{
    margin-left: 15px;
}
}
.slidert-text-mobile{
    height: 100vh;
}
.slidert-text-mobile img{
    height: 100vh !important;
    width: auto !important;
    min-width: 100%;
    max-width: none !important;
    margin: 0 auto;
    z-index: -1;
    position: absolute;
}
.slider-moblie-tex-cont{
    vertical-align: middle;
    color: white;
    padding-top: 20%;
}
.btn-style-3{
    background-color: #42a7df;
    border: 2px solid #42a7df;
    color: white;
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 14px 20px 12px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    display: block;
}
.btn-style-3:hover{
    background-color: transparent;
    border: 2px solid #42a7df;
    color: #42a7df;
}
/*NEW CATEGORY HOME */
.circle-category .circle-category-content h4{
    color: black;
    padding-top: 10px;
    text-align: center;
}
.circle-category .product-img img{
    border-radius: 50%;
    padding: 10%;
    margin: 0 auto;
    -webkit-transition: all  500ms ease-in-out;
    -moz-transition:    all  500ms ease-in-out;
    -ms-transition:     all  500ms ease-in-out;
    -o-transition:      all  50ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.circle-category:hover .product-img img{
    transform: scale(1.2);
}
@media (min-width: 768px) {
    .circle-category {
        height: 100%;
        padding-bottom: 80px;
    }
    .circle-category .btn-style-3{
        position: absolute;
        bottom: 0;
        right: 0;
        margin: 0 auto;
        width: 90%;
        left: 0;
    }
}

/*Commercial section new*/
.new-discount .discount-content{
    z-index: 1;
}
.new-discount .discount-overlay::before{
    /*content: none;*/
}
.new-discount .discount-content p{
    margin: 0 0 5px;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 300;
}
.new-discount .discount-content h3{
    font-size: 2.118rem;
    line-height: 1.35;
    margin-bottom: 20px;
}
.new-discount .discount-content .btn-style-2{
    margin-top:20px;
}
/*product-grid-new*/
@media (min-width: 768px) {
    .product-gid-new .product-wrapper{
        transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -webkit-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        padding: 8px 5px;
        /*padding-bottom: 60px !important;*/

    }

    .product-gid-new .product-wrapper:hover{
        transform: scale(1.05);
        /*padding-bottom: 85px !important;*/
    }
    .product-gid-new .product-wrapper .product-bottom>*:not(.product-content){
        /*height: 0;*/
        display: none !important;
        visibility: hidden;
        transition: all 0.4s ease-in-out;
    }
    .product-gid-new:not(.product-list) .product-wrapper .product-bottom>*:not(.product-content){
        transition: all 0.4s ease-in-out;
    }
    .product-gid-new:not(.product-list) .product-wrapper:hover .product-bottom>*:not(.product-content){
        /*height: initial;*/
        visibility: visible;
        display: inline-block !important;
        /* display: block !important; */
        font-size: 10px !important;
        margin: 0 8px;
    }
}

.related-product-active .product-gid-new .product-wrapper,
#talalat_tarto .product-gid-new .product-wrapper{

    box-shadow: 0 0 10px rgba(0,0,0,.2);

}
.product-gid-new .product-wrapper{
    border: none !important;
    /*box-shadow: 0 0 10px rgba(0,0,0,.2);*/
    transition: all 0.4s ease-in-out;
}

.product-gid-new .product-wrapper .product-name h4 a{
    color: black;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
}

.product-gid-new .product-wrapper .product-name h4{
    width: 100%;
    line-height: 1;
}
.product-gid-new .product-wrapper .product-content{
    padding: 5px 0 15px 0;
}
.product-gid-new .product-wrapper .product-bottom .product-price-wrapper > span{

    color: #42a7df;
    font-size: 17px;
}
.product-gid-new .product-wrapper .product-bottom .product-price-wrapper > span.product-price-old{
    color: #dc3545;
    font-size: 13px;
    /*display: block;*/
}
.product-gid-new .product-countdown .main-example{
    text-align: center;
    display: block;
    height: 55px;
    float: none;
    position: relative;
}
@media (min-width: 768px) {
    .product-gid-new .product-wrapper .product-bottom{
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
}

.product-gid-new .product-wrapper {
    padding-bottom: 100px;
}
.product-gid-new .product-wrapper .btn-style-2{
    position: relative;
    bottom: 10px;
}
.product-gid-new .product-wrapper .btn-style-2{
    -webkit-transition: all  500ms ease-in-out;
    -moz-transition:    all  500ms ease-in-out;
    -ms-transition:     all  500ms ease-in-out;
    -o-transition:      all  50ms ease-in-out;
    transition: all 500ms ease-in-out;
}
@media (min-width: 768px) {
    .product-gid-new:not(.product-list) .product-wrapper:hover .btn-style-2{
        transform: scale(1.15);
    }
}
@media (max-width: 768px) {
.product-gid-new:not(.product-list) .product-wrapper:hover .btn-style-2 {
    transform: scale(1.05);
}

}

.product-gid-new .product-wrapper:hover .product-img img{
    /*transform: scale(1.2);*/
}
.product-gid-new .product-wrapper .product-img img{
    -webkit-transition: all  500ms ease-in-out;
    -moz-transition:    all  500ms ease-in-out;
    -ms-transition:     all  500ms ease-in-out;
    -o-transition:      all  50ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.overflow-hidden{
    overflow: hidden;
}
/*new blog */
.new-blog-wrapper .blog-content h2,
.new-blog-wrapper .blog-content h2 a{
    font-size: 20px;
    line-height: 1.3;
}
.new-blog-wrapper .new-blog-date{
    color:#fd661f ;
    margin-bottom: 0;
    padding-bottom: 5px;
    font-weight: 500;
}
.new-blog-wrapper .blog-date-categori{
    vertical-align: center;
}
.blog-intro-text{
    display: none;
}
@media(min-width: 1680px){
    .blog-intro-text{
        display: block;
    }
}
@media (max-width: 1024px) {
    .new-blog-wrapper .blog-date-categori{
        display: none;
    }
    .new-blog-wrapper .blog-content h2, .new-blog-wrapper .blog-content h2 a{
        font-size: 13px;
        margin-bottom: 5px;
    }
}

/*CONTACT üzelet new section*/
.contact-new-section-bg .contacnt-new-info-text h4{
    font-weight: 500;
    color: #42a7df;
}
.contact-new-section-bg .contacnt-new-info-text p{
    color: white;
}

.contact-new-section-bg{
    background-size: cover;
}
@media (max-width: 768px) {
    .contact-new-section-bg .contacnt-new-info-text{
        margin-top: 15px;
    }
}
/******************************************************/
.in-stock p:not(span){
    color: #42a7df;
}

.in-stock > p span{
    color: black;
}
.product-details-content > h4{
    color: #fd661f;
}
/*NEW breadcumb */
.breadcumb-top .container .breadcrumb-content h1{
    font-size: 30px;
    display: block;
    color: white;
}
.breadcumb-top .container .breadcrumb-content li a{
    color: white;
}
.breadcumb-top .container{
    padding-top: 140px;
}
.breadcumb-top{
    min-height: 350px;
}

/*new services */
.services-contanier .btn-style-3{
    width: fit-content;
}
.services-contanier .services-text h3{
    font-weight: 500;
    color:#42a7df ;
    font-size: 40px;
    margin-bottom: 20px;
}
.services-contanier .services-text{
    padding:50px ;
}

/* new gaellery*/


/* clear fix */
.grid-galeri-masonary:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .element-item ---- */

/* 5 columns, percentage width */
.grid-galeri-masonary .grid-item,
.grid-galeri-masonary .grid-sizer {
    width: 19%;

}

.grid-galeri-masonary .grid-item img{
    transform: scale(1.1);
    -webkit-transition: all  500ms ease-in-out;
    -moz-transition:    all  500ms ease-in-out;
    -ms-transition:     all  500ms ease-in-out;
    -o-transition:      all  50ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.grid-galeri-masonary .grid-item:hover img{
    transform: scale(1.3);
}
.grid-galeri-masonary .grid-item {
    overflow: hidden;
    float: left;
    margin-bottom: 25px;
    /*height: 200px;*/
}

.grid-galeri-masonary .grid-item--width2 { width: 38%; }
/*.grid-galeri-masonary .grid-item--height2 { height: 400px; }*/
@media (max-width: 768px) {
    .grid-galeri-masonary .grid-item,
    .grid-galeri-masonary .grid-sizer {
        width: 100%;
        height: auto;

    }
    /*.header-top{*/
        /**/
    /*}*/
}

/*NEW TITLE */
.section-title-wrap{
    float: none;
    display: block;
    margin: 0;
    text-align: center;
}
.section-border{
    margin: 0 !important;
}
.section-border::before{
    content: none;
}

.section-title{
    padding: 0 10px !important;
    margin: 30px 0 !important;
}
.section-title.mt-0{
    margin-top: 0 !important;
}
@media (min-width: 768px) {
    .blog-pos-bottom{
        position: absolute;
        bottom: 10px;
    }
}
#tarteaucitronAlertSmall{
    right: auto !important;
    left: 10px !important;
    bottom: 4px!important;
 }
@media (min-width: 768px) {
    /*#tarteaucitronAlertSmall{*/
        /*left: 7px !important;*/
        /*bottom: 58px!important;*/
    /*}*/
}
.footer-videobg{
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    width:100%;
    max-width: none;
    height: auto;
    top: 0;
    max-height: none;
}
@media (max-width: 1024px) {
    .footer-videobg{
        width:auto;
        max-width: none;
        height: 100%;
    }
}
div:not(.categori-wrapper):not(.circle-category) > .product-img img {
    /* width: 100%; */
    height: 160px;
    width: auto !important;
    /* height: 250px; */
    max-width: none;
    margin: 0 auto;
}
.product-nav-new .owl-nav .owl-prev {
    left: 0px;
}
.product-nav-new .owl-nav .owl-next{
    right: 0px;
}
@media(min-width: 768px){
    .product-nav-new .owl-nav .owl-prev {
        left: -50px;
    }
    .product-nav-new .owl-nav .owl-next{
        right: -50px;
    }
}

.product-nav-new .owl-nav>div{

    position: absolute;
    top: 45%;
    border-radius: 3px;
    font-size: 20px !important;
    padding: 0 !important;
    height: 45px;
    right: 15px;
    line-height: 47px;
    opacity: 1;
    text-align: center;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    width: 45px;
}

.mega-menu-tab-content .tab-pane{
 padding: 10px;
}
.mega-menu-tab-content{
    background-color: white;
    margin-top: 15px;
}
.nav-tabs{
    border-bottom: none;
}

.megamenu-tabs .tabs-left li i{
    font-size: 16px;
}
.megamenu-tabs .tabs-left li{
    display: block;
}
.megamenu-tabs .nav-tabs .nav-link:visited,
.megamenu-tabs .nav-tabs .nav-link:focus,
.megamenu-tabs .nav-tabs .nav-link:hover,
.megamenu-tabs .nav-tabs .nav-item.show .nav-link,
.megamenu-tabs .nav-tabs .nav-link.active{
background-color: transparent;
    border: none;
}
.left-tab-bg .tab-content .tab-pane li{
    display: block;
    text-align: left;
}
.left-tab-bg .tab-content {
    height: 100%;
    width: 100%;
}
.left-tab-bg .tab-content .tab-pane {
    background-color: white;
    height: 100%;
    width: 100%;
}
.left-tab-bg{
    /*background: url("/assets/img/blank.jpg");*/
    /*background-size: contain;*/
    /*padding: 0;*/
}
.product-nav-new .product-gid-new .product-wrapper .product-content{
    padding-bottom: 15px;
}
.product-nav-new .product-gid-new .product-wrapper{
    padding-bottom: 90px;
}
.product-nav-new .product-gid-new .product-wrapper .product-name{
    padding-top: 10px;
    min-height: 70px;
}
.product-nav-new .product-gid-new .product-wrapper .product-name h4 a{
    /*font-size: 24px;*/
    /*font-weight: normal;*/
}
.product-header-top {
    margin-bottom:10px ;
}

@media (max-width: 767px) {
    .product-quantity{
        margin-bottom: 50px !important;
    }
}
@media (max-width: 320px) {
    .product-quantity{
        margin-bottom: 15px;
    }
}
.mobile-user i{
    font-size: 20px !important;
}
.mobile-user{
    margin-left: 10px;
    display: inline-block !important;
    float: none !important;
}

.new-box-shadow{
    box-shadow: 0 0 22px 0px black;
}

/*Side area collapse (gyartok)*/

.collapsed-side-cont:not(.collapsed-side-collapsed) li{
    visibility: visible;
}
.collapsed-side-cont.collapsed-side-collapsed li{
   display: none;
    visibility: hidden;
   transition: all 500ms ease-in-out ;
}


.collapsed-side-cont.collapsed-side-collapsed li:first-child,
.collapsed-side-cont.collapsed-side-collapsed li:nth-child(2),
.collapsed-side-cont.collapsed-side-collapsed li:nth-child(3),
.collapsed-side-cont.collapsed-side-collapsed li:nth-child(4),
.collapsed-side-cont.collapsed-side-collapsed li:nth-child(5),
.collapsed-side-cont.collapsed-side-collapsed li:last-child{
   display: block;
    visibility: visible;
    transition: none;
}

 .side-area-collapse.collapsed-side::after {
    content: '+ Még több';
     font-weight: bold;
}

.side-area-collapse:not(.collapsed-side)::after {
    content: '- Kevesebb';
    font-weight: bold;
}
.wbr-link{
    font-weight: bold;
    cursor: pointer;
}
@media (min-width: 767px) {
    .home-blog-row .single-blog-wrapper{
        height: 98%;
        padding-bottom: 50px;
    }
    .home-blog-row .single-blog-wrapper .blog-btn{
        position: absolute;
        bottom: 15px;
        left: 15px;

    }
}

.wbr-dark-overlay *{
    z-index: 2;
    position: relative;
}
.wbr-dark-overlay{
    position: relative;
}
.wbr-dark-overlay:after{
    content: "";
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.55);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.list-style li{
    margin-left: 20px;
    color: black;
    display: list-item;
}
.list-style{
    margin-left: 20px;
    padding-bottom: 1rem;
    padding-left: 0;
}
.list-style li,
.list-style{
    list-style-type: circle !important;
    list-style: circle !important;
}
.list-style-num li{
    margin-left: 20px;
    color: black;
    display: list-item;
}
.list-style-num{
    margin-left: 20px;
    padding-left: 0;
    padding-bottom: 1rem;

}

.list-style-num li,
.list-style-num{
    list-style-type: decimal !important;
    list-style: decimal !important;
}

.pro-dec-categories li.categories-title {
    font-weight:600;
}
@media (max-width: 767px) {
    .section-title{
        margin: 15px 0;
    }
    .pb-45,.pb-30{
        padding-bottom: 20px;
    }
    body{
        overflow-x: hidden;
    }
}
.button-search-popover{
    /*padding: 12px 17px !important; */
    /* font-size: 16px !important; */
    margin-top: -3px;
    /* font-weight: 200 !important; */
    /*margin-right: 20px;*/
    margin-left: 10px;
    background: none;
    border: none;
    cursor: pointer;
}
#fb_header_box,#fb_content_box{
    left: 55px !important;
}
.mm-menu_offcanvas{
    max-width: 300px;
}
@media (min-width: 550px) {
    .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0);
    }
}
@media (min-width: 768px) {
    .shop-page-area .container-fluid {
        padding-left: 0;
    }
}
.shop-page-area .container-fluid .col-lg-2 .shop-sidebar-wrapper{
    margin-top: -30px;
    border: none;
    /*border-right: 1px solid rgba(0, 0, 0, 0.16);*/
    background-color: rgba(248, 249, 249, 0.62);
}
@media (max-width: 768px) {
    .shop-page-area .container-fluid .col-lg-2 .shop-sidebar-wrapper{
        margin-top: 15px;
    }
}
.showmore-button.btn-style{
    cursor: pointer;
    z-index: 2;
    position: relative;
}

.pro-dec-categories.less-more-cont ul{
    display: flex;
    padding: 5px;
    justify-content: space-between;
}
.showmore-1{
    position: relative;
}
.showmore-1:not(.open-less-more):after{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background-image: linear-gradient(180deg,transparent, white);
    content: "";
    z-index:1
}
.btn-osszehasonlit-footer {
    position: fixed;
    max-width: 45%;
    bottom: 14px;
    /* left: 0; */
    right: 62px;
    white-space: normal;
    z-index: 150;
    height: auto;
    padding: 4px 5px;
    font-size: 16px;
    box-shadow: 0px 0px 21px -11px #0000004f;

}
@media (max-width: 768px) {
    .btn-osszehasonlit-footer {
        font-size: 10px;
        max-width: 70%;
        left: 0;
        right: 0;
        margin: 0 auto;
    } }


.shine-effect{
    overflow: hidden;
    position: relative;

}
.shine-effect:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.5);
    -webkit-transition: -webkit-transform 1.8s;
    transition: -webkit-transform 1.8s;
    transition: transform 1.8s;
    transition: transform 1.8s,-webkit-transform 1.8s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-200%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-200%,0);
}
.shine-effect:hover:before{
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,200%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,200%,0);
}
.slider-banner-carousel.owl-carousel .owl-dots{
    margin-top: -50px !important;
    position: relative;
}
.slider-banner-carousel.owl-carousel.owl-theme.owl-loaded.owl-drag,
.slider-banner-carousel .owl-stage-outer,
.slider-banner-carousel .owl-stage,
.slider-banner-carousel .owl-item,
.slider-banner-carousel .item,
.slider-banner-carousel .owl-item,
.slider-banner-carousel .img-responsive{
    height: 100%;
    object-fit: cover;
}
.slider-item .slider-banner-content{
    align-self: center;
    margin-left: 100px;
    margin-right: 15px;
    width: 50%;
    overflow: hidden;
    z-index: 99999;
}
.slider-item .slider-banner-img{
    position: absolute;
    top: 0;
    bottom: 0;
    width: auto !important;
    height: 100%;
    z-index: -1;
    min-width: 100%;
    max-width: fit-content;
}
.slider-item{
    display: flex;
    height: 100%;
    width: 100%;
    position: relative;
}
.slider-banner-content h1{
    color: white;
    /*text-transform: uppercase;*/
    font-weight: 700;
    font-size: 45px;
    line-height: 1;

    margin-bottom: 0;
}

.slider-banner-content h3{
    color: white;
    /*text-transform: uppercase;*/
    font-weight: 300;
    font-size: 20px;
    line-height: 1;

    margin-bottom: 0;
}

.slider-banner-content .slider-banner-btns a{
    display: inline-block;
}
.slider-banner-carousel .owl-item.active .slider-banner-content h3{
    animation: slideInLeft2;
    animation-duration: 2s;
    animation-delay:0.5s ;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.slider-banner-carousel .owl-item.active .slider-banner-content h2{
    animation: slideInLeft2;
    animation-duration: 2s;
    animation-delay:1.5s ;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.slider-banner-carousel .owl-item.active .slider-banner-content .slider-banner-btns .btn-style{
    animation: slideInLeft3;
    animation-duration: 2s;
    animation-delay:2s ;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.slider-banner-carousel .owl-item.active .slider-banner-content .slider-banner-btns .btn-style-2{
    animation: slideInRight2;
    animation-duration: 1.5s;
    animation-delay:3s ;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: relative;
}

@-webkit-keyframes slideInRight2 {
    from {
        -webkit-transform: translate3d(300%, 0, 0);
        transform: translate3d(300%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight2 {
    from {
        -webkit-transform: translate3d(300%, 0, 0);
        transform: translate3d(300%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight2 {
    -webkit-animation-name: slideInRight2;
    animation-name: slideInRight2;
}

@-webkit-keyframes slideInLeft2 {
    from {
        -webkit-transform: translate3d(-200%, 0, 0);
        transform: translate3d(-200%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft2 {
    from {
        -webkit-transform: translate3d(-200%, 0, 0);
        transform: translate3d(-200%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft2 {
    -webkit-animation-name: slideInLeft2;
    animation-name: slideInLeft2;
}


@-webkit-keyframes slideInLeft3 {
    from {
        -webkit-transform: translate3d(-300%, 0, 0);
        transform: translate3d(-300%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft3 {
    from {
        -webkit-transform: translate3d(-300%, 0, 0);
        transform: translate3d(-300%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft3 {
    -webkit-animation-name: slideInLeft3;
    animation-name: slideInLeft3;
}


@media (min-width: 768px) {
    .container-fluid .product-nav-new .owl-nav .owl-prev{
        left: 0;
    }
    .container-fluid .product-nav-new .owl-nav .owl-next{
        right: 0;
    }
}
@media (max-width: 768px) {
    .slider-banner-content h1{
        font-size: 20px;
    }
    .slider-banner-content h3{
        font-size: 13px;
    }
}
@media (max-width: 767px) {
    .owl-carousel .owl-item img{
        /*height: 100% !important;*/
        width: auto !important;
        right: 0;
        /*max-width: fit-content !important;*/
        left: 0;
    }
    .product-nav-new .owl-nav>div{
        top:11%;
    }
    .slider-item {
        min-height: 70vh;
    }
    .slider-item .slider-banner-content{
        width: 100%;
        margin: 0;
        text-align: center;
    }
    .slider-banner-content h1{
        font-size: 22px;
    }
    .slider-banner-content h3{
        font-size: 13px;
    }
}
.section-title.m-0{
    margin: 0 !important;
}

.blog-section2 .blog-date-categori li::before{
    content: none;
}
.blog-section2 .blog-date-categori li{
    font-size: 10px;
    font-weight: 500;
}
.blog-section2 .blog-img img{
    transition: all 0.3s ease-in-out;
}
.blog-section2 .blog-content h2 ,
.blog-section2 .blog-content h2 a{
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
}

body::-webkit-scrollbar {
    width: 20px;
}
body {
    scrollbar-width: thin;
}

body::-webkit-scrollbar-thumb {
    border-radius: 6px;
}
.main-menu ul li a i.fa-bars{
    font-size: 21px;
    top: 2px;
    right: 10px;
    transition: transform 0.3s ease-in-out;
}
.main-menu ul li a[href="#menu"]{
    border: none!important;
}
.header-bottom{
    /*overflow: hidden;*/
}
.main-menu ul li:first-child a{
    position: relative;
}
.main-menu nav>ul>li:first-child{
    margin-right: 10px;
}
.main-menu nav>ul>li:first-child:before{
    content: '';
    /*background-color: pink;*/
    /*position: absolute;*/
    /*top: -40px;*/
    /*left: -10%;*/
    /*z-index: 0;*/
    /*width: 110%;*/
    /*height: 100px;*/

    position: absolute;

    top: -16px;
    left: -10%;
    z-index: 0;
    width: 110%;
    height: 64px;
}
.main-menu nav>ul>li a:hover i.fa-bars{
   transform: scale(1.2);
}
.has-error{border:1px solid red !important;}

.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.rating>input {
    display: none
}

.rating>label {
    position: relative;
    width: 1em;
    font-size: 3vw;
    color: #FFD600;
    cursor: pointer
}
@media (max-width: 768px) {
    .rating>label {
        font-size: 5vw;
    }
}

.rating>label::before {
    content: "\2605";
    position: absolute;
    opacity: 0
}

.rating>label:hover:before,
.rating>label:hover~label:before {
    opacity: 1 !important
}

.rating>input:checked~label:before {
    opacity: 1
}

.rating:hover>input:checked~label:before {
    opacity: 0.4
}
.product-detail-section-title {
    text-align: left;
}
.product-detail-section-title h3{
    display: inline-block;
    font-size: 20px !important;
    font-weight: 500;
    margin: 0 35px 0 0;
    padding-bottom: 10px !important;
    padding-left: 0 !important;
}
.header-btn-contact{
    padding: 12px 5px !important;
}
td .product h4 a{
    font-size: 17px;
    text-transform: none !important;
    color: black !important;
}
td .product .img-thumbnail{
    max-width: 250px;
}
.main-menu nav > ul > li:first-child > ul.submenu{
    top: 49px;
    left:-12px;
}
.main-menu nav > ul > li:not(:first-child) > ul.submenu{
    top: 45px;
    left:0px;
}
.btn-inactive:hover,
.btn-inactive{
    font-size: 14px;
    font-weight: 500;
    padding: 14px 20px 12px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    display: block;
}
@media (max-width: 768px) {
    .product-gid-new  .product-wrapper .product-bottom a{
        font-size: 10px !important;
    }
    .shop-topbar-left{
        display: none;
    }
    .leftAsideModal-btn{
        width: 49%;
        padding: 8px !important;
    }
}

.wbr-overlay{
    z-index: 2;
    transition: all ease-in-out 0.5s;
    width: 20%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.44);
    position: fixed;
    right: -100%;
    top: 0;
    opacity:0 ;
    /*display: none;*/
}
.wbr-overlay.show{
    /*display: block;*/
    right: 0;
    opacity:1 ;
}
@media (max-width: 768px) {
    .leftAsideModal.show{
        left:0;
    }

    .leftAsideModal {
        z-index: 999999999999;
        display: block;
        background-color: white;
        transition: all ease-in-out 0.5s;
        position: fixed;
        width: 80%;
        height: 100vh;
        overflow-y: scroll;
        top: 0;
        left:-800px;
        box-shadow: 0px 0 17px #0000009c;

    }

    .shop-page-area{
        overflow-x: hidden;
    }

}
.product-gid-new.product-list  .product-wrapper .product-bottom{
    position: relative !important;

}
.product-gid-new.product-list  .product-wrapper .product-bottom>*:not(.product-content),
.product-gid-new.product-list .product-bottom>*:not(.product-content){

    visibility: visible;
    display: inline-block !important;
}

.product-gid-new.product-list .product-img{
    float: left;
    padding: 15px;
}
.product-gid-new.product-list .product-wrapper{
    padding-bottom: 10px;
    display: block;
}
.product-gid-new.product-list .product-wrapper {
    text-align: left;
}
.product-gid-new.product-list .product-wrapper .product-bottom>*:not(.product-content){
    margin-right: 8px !important;
}
.product-gid-new.product-list .product-wrapper .product-name h4 a{
    font-size: 20px;
    line-height: initial;
}
@media (max-width: 768px) {
    .product-gid-new .product-wrapper .product-bottom {
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
    }
    .product-wrapper {
        padding-bottom: 95px;
    }
    .shop-sidebar-wrapper{
        padding: 0px 0px 50px;
    }
    .banner-area .block-title{
        font-size: 18px;
    }
    .product-nav-new .owl-nav{
        display: none;
    }
}

.btn-border{
    margin: 0 -15px;
    padding: 5px 0;
}

.slick-dots {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}
.slick-dots li {
    margin: 0 0.25rem;
}
.slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #D6D6D6;
    text-indent: -9999px;
}


@media(max-width: 768px){
    .product-gid-new:not(.product-list) .product-width .product-wrapper{
        box-shadow: none;
    }
    .product-gid-new:not(.product-list) .product-width{
        padding: 0;
        margin-bottom: 0;
    }
}
.leftAsideModal-radio-div{
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;

    margin: 0 -15px;
}
.leftAsideModal-radio{
    display: inline-block;
    height: 20px;
    width: 20px;
}
.leftAsideModal-radio-label{
    line-height: 20px;
    width: 80%;
    font-size: 14px;
    text-align: right;
}
.leftAsideModal-title{
    font-size: 18px;
    padding: 20px 0 0;
    text-transform: uppercase;
}
.owl-same-height .owl-stage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.owl-same-height .owl-item{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto !important;
}
.owl-same-height.owl-carousel .owl-stage-outer{
    padding: 15px 0;
}
.addToCart-small{

}
.kieg-termekek-cont li{
    display: inline-flex;
    height: auto;
    align-items: center;
}
@media(max-width: 768px){
    .owl-same-height .product-gid-new .product-wrapper{
        box-shadow: none;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }
}
.blog-sidebar{
    padding: 17px 18px 29px !important;
}
@media (max-width: 769px) {
    .main-menu ul li{
        padding-right: 0px;
    }
    #talalat_tarto{
        padding-left: 10px;
    }
}
@media (max-width: 768px) and (min-width: 420px){
    .product-gid-new:not(.product-list) .product-wrapper:hover .product-bottom>*:not(.product-content){
        padding: 5px !important;
        font-size: 8px !important;
    }
}
.footer-area.black-bg-2{
    background-image: url(/assets/img/banner/footer-img.jpg) !important;
    background-size: cover;
    background-position: center center;
    background-blend-mode: overlay;
    background-color: #00000069 !important;
}

.newmenu-shop-3 .main-menu nav>ul>li:first-child{
    margin-right: 0;
}
.newmenu-shop-3 .main-menu nav>ul>li:first-child:before{
    content: none;
}
.newmenu-shop-3 .header-bottom{
    background: none;
    background-image: none;
}
.newmenu-shop-3 .main-menu>nav>ul>li:not(:last-child){
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid #00000042;
}
.newmenu-shop-3 .main-menu nav > ul > li > a{
    font-weight: 400;
    letter-spacing: -0.5px;
}
.newmenu-shop-3 .main-menu{
    text-align: center;
}
.newmenu-shop-3 .header-middle.border-bar{
    background: none;
    background-color: transparent !important;
    border: none;
}

.transparent-bar:not(.stick) .sticky-logo{
    display: none;
}
.transparent-bar.stick .sticky-logo{
    display: inline-block;
    padding-left: 30px;
}
.transparent-bar:not(.stick) .sticky-right {
    display: none;
}

.transparent-bar.stick .sticky-right {
    display: inline-block;

}


.transparent-bar.stick  .main-menu {
    /*max-width: fit-content;*/
    display: inline-block;
    min-width: 75%;
}
.newmenu-shop-3 .transparent-bar.stick{
    padding-left: 20px;
    padding-right: 20px;
}
.slider-banner2 .slider2-text h1{
    font-family: 'Alex Brush', cursive;
    font-size: 7rem;
    padding-right: 20px;
}
.slider-banner2 .slider2-text h3{
    font-weight: 500;
    font-size: 1.3rem;
    margin-top: -30px;
}
.slider-banner2 .slider2-text p{
  opacity: 0.8;
    padding-top: 15px;
    padding-bottom: 15px;

}
.slider-banner2 .slider2-text{
    text-align: right;
    padding-top: 20px;
}
.slider-banner2{
    padding-top: 40px;
    padding-bottom: 100px;
}
.slider-banner2-carousel .owl-item.active .slider2-text{
    animation: fadeInUp;
    animation-fill-mode: both;
    animation-duration: 1s;
}
.slider-banner2-carousel .owl-item.active .col-md-4 .slider2-img{
    animation: fadeInUp;
    animation-fill-mode: both;
    animation-duration: 1s;
    animation-delay: 0.3s;
}
.slider-banner2-carousel .owl-item.active .col-md-3 .slider2-img{
    animation: fadeInUp;
    animation-fill-mode: both;
    animation-duration: 1s;
    animation-delay: 0.6s;
}
/*.slider-banner2-carousel .slider2-img img,*/
/*.slider-banner2-carousel .slider2-img{*/
    /*height: 120%;*/
/*}*/

@media (max-width: 768px) {
    .slider-banner2 .slider2-text{
        text-align: center;
    }
    .header img{
        margin-top: -8px;
    }
}
.offer-section .zoom-effect:after{
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.offer-section .zoom-effect{
    overflow: hidden;
    position: relative;
    height: 100%;
}
.offer-section .zoom-effect .offer-section-text{
    position: absolute;
    left: 30px;
    transform: translateY(-50%);
    top: 60%;
    z-index: 1;
}
.offer-section .zoom-effect img{
    transition: all 1.5s ease-in-out;
    min-height: 100%;
    width: auto !important;
    filter: grayscale(1);
}
.offer-section .zoom-effect:hover img{
    transform: scale(1.1);
    filter: grayscale(0);
}

.offer-section .zoom-effect .offer-section-text h4{
    text-transform: uppercase;
    line-height: 1;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    font-weight: 100;
}
.offer-section .zoom-effect .offer-section-text h2{
    font-family: 'Alex Brush', cursive;
    font-size: 3rem;
    line-height: 1;
    padding: 0;
    margin: 0;
    font-weight: 100;
}

.animated {

    animation-duration: 1.5s;
    animation-fill-mode: both;
    animation-delay: 100ms !important;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-delay:100ms !important;
    -webkit-animation-fill-mode: both;

}



/*.animatedFadeInUp {*/
/*opacity: 0*/
/*}*/

/*.fadeInUp {*/
/*opacity: 0;*/
/*animation-name: fadeInUp;*/
/*-webkit-animation-name: fadeInUp;*/
/*}*/
@media (max-width: 768px) {
    .animated {

        animation-delay: 400ms !important;
        -webkit-animation-delay:400ms !important;
    }
}
[nvs-animation-delay="0"] {
    animation-delay: 0ms !important;
}

[nvs-animation-delay="50"] {
    animation-delay: 50ms !important;
}

[nvs-animation-delay="100"] {
    animation-delay: 100ms !important;
}

[nvs-animation-delay="150"] {
    animation-delay: 150ms !important;
}

[nvs-animation-delay="200"] {
    animation-delay: 200ms !important;
}

[nvs-animation-delay="250"] {
    animation-delay: 250ms !important;
}

[nvs-animation-delay="300"] {
    animation-delay: 300ms !important;
}

[nvs-animation-delay="350"] {
    animation-delay: 350ms !important;
}

[nvs-animation-delay="400"] {
    animation-delay: 400ms !important;
}

[nvs-animation-delay="450"] {
    animation-delay: 450ms !important;
}

[nvs-animation-delay="500"] {
    animation-delay: 500ms !important;
}

[nvs-animation-delay="550"] {
    animation-delay: 550ms !important;
}

[nvs-animation-delay="600"] {
    animation-delay: 600ms !important;
}

[nvs-animation-delay="700"] {
    animation-delay: 700ms !important;
}

[nvs-animation-delay="800"] {
    animation-delay: 800ms !important;
}

[nvs-animation-delay="900"] {
    animation-delay: 900ms !important;
}

[nvs-animation-delay="1000"] {
    animation-delay: 1000ms !important;
}

[nvs-animation-delay="1100"] {
    animation-delay: 1100ms !important;
}

[nvs-animation-delay="1200"] {
    animation-delay: 1200ms !important;
}

[nvs-animation-delay="1300"] {
    animation-delay: 1300ms !important;
}

[nvs-animation-delay="1400"] {
    animation-delay: 1400ms !important;
}

[nvs-animation-delay="1500"] {
    animation-delay: 1500ms !important;
}

[nvs-animation-delay="1600"] {
    animation-delay: 1600ms !important;
}

[nvs-animation-delay="1700"] {
    animation-delay: 1700ms !important;
}

[nvs-animation-delay="1800"] {
    animation-delay: 1800ms !important;
}

[nvs-animation-delay="1900"] {
    animation-delay: 1900ms !important;
}

[nvs-animation-delay="2000"] {
    animation-delay: 2000ms !important;
}

[nvs-animation-delay="0"] {
    animation-delay: 0ms;
}

@media (min-width: 768px) {
    [nvs-animation-type] {
        visibility: hidden;
    }
}

@media (max-width: 768px) {
    [nvs-animation-type] {
        animation: none;
        transform: none;
        transition-property: none;
    }
}
[animation-type]:not(.animated) {
    visibility: hidden;
}
.animated {
    visibility: visible;
}
[nvs-animation-duration="1"] {
    animation-duration: 1s !important;
    -webkit-animation-duration: 1s !important;
}
[nvs-animation-duration="1.5"] {
    animation-duration: 1.5s !important;
    -webkit-animation-duration: 1.5s !important;
}
[nvs-animation-duration="2"] {
    animation-duration: 2s !important;
    -webkit-animation-duration: 2s !important;
}
[nvs-animation-duration="2.5"] {
    animation-duration: 2.5s !important;
    -webkit-animation-duration: 2.5s !important;
}
[nvs-animation-duration="3"] {
    animation-duration: 3s !important;
    -webkit-animation-duration: 3s !important;
}
[nvs-animation-duration="3.5"] {
    animation-duration: 3.5s !important;
    -webkit-animation-duration: 3.5s !important;
}

.new-discount .discount-overlay{
    background-attachment: fixed;
    background-size: cover;
    background-position-x: 20%;
}
.commercial-section .commercial3-text h4{
    text-transform: uppercase;
    padding: 20px;
    font-weight: 100;
}
.commercial-section .commercial3-text{
    text-align: center;
}
@media(min-width: 768px){
    .copyright{
        position: absolute;
        bottom: 0;
    }
}
@media(max-width: 1024px){
    .product-area{
        overflow: hidden;
    }
}
@media (max-width: 769px) {
    .transparent-bar.stick .sticky-logo{
        padding-left: 0;
    }
}
.mm-slideout{
    overflow-x: hidden;
}



.slider-banner3-carousel.owl-carousel .owl-dots{
    margin-top: -50px !important;
    position: relative;
}
.slider-banner3-carousel.owl-carousel.owl-theme.owl-loaded.owl-drag,
.slider-banner3-carousel .owl-stage-outer,
.slider-banner3-carousel .owl-stage,
.slider-banner3-carousel .owl-item,
.slider-banner3-carousel .item,
.slider-banner3-carousel .owl-item,
.slider-banner3-carousel .img-responsive{
    /*height: 100%;*/
    /*object-fit: cover;*/
}
slider-banner3-carousel .slider-item .slider-banner-content{
    align-self: center;
    margin-left: 65px;
    margin-right: 15px;
    position: absolute;
    width: 50%;
    overflow: hidden;
}
slider-banner3-carousel .slider-item .slider-banner-img{

    /*position: absolute;*/

    /*top: 0;*/

    /*bottom: 0;*/

    /*width: auto !important;*/

    /*z-index: -1;*/

    min-width: 100% !important;

    height: auto !important;

    /*max-width: none;*/
}
.slider-banner3-carousel.wbr-overlay-slider .slider-item:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.slider-banner3-carousel .slider-item{
    display: grid;
    /*height: 100%;*/
    /*height: auto;*/
    min-height: 80vh;
    /*width: 100%;*/
    position: relative;
}
.slider-banner3-carousel .slider-banner-content h1{
    color: white;

    font-weight: 700;
    font-size: 45px;
    line-height: 1;

    width: fit-content;
    margin-bottom: 0;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.3);
}

.slider-banner3-carousel .slider-banner-content p{
    width: fit-content;
    color: white;
    font-weight: 300;
    line-height: 1;
    font-size: 16px;
    margin-bottom: 0;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.3);
}
.slider-banner3-carousel .slider-banner-content h3{
    width: fit-content;
    color: white;
    /*text-transform: uppercase;*/
    font-weight: 300;
    font-size: 25px;
    line-height: 1;
    margin-bottom:0;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.3);
}

.slider-banner3-carousel .slider-banner-content .slider-banner-btns a{
    display: inline-block;
}
.slider-banner3-carousel .owl-item.active .slider-banner-content h3{
    animation: slideInLeft2;
    animation-duration: 2s;
    animation-delay:0.5s ;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.slider-banner3-carousel .owl-item.active .slider-banner-content p{
    animation: slideInLeft2;
    animation-duration: 2s;
    animation-delay:0.5s ;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.slider-banner3-carousel .owl-item.active .slider-banner-content h1{
    animation: slideInLeft2;
    animation-duration: 2s;
    animation-delay:1.5s ;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.slider-banner3-carousel .owl-item.active .slider-banner-content .slider-banner-btns .btn-style{
    animation: slideInLeft3;
    animation-duration: 2s;
    animation-delay:2s ;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.slider-banner3-carousel .owl-item.active .slider-banner-content .slider-banner-btns .btn-style-2{
    animation: slideInRight2;
    animation-duration: 1.5s;
    animation-delay:3s ;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: relative;
}

@-webkit-keyframes slideInRight2 {
    from {
        -webkit-transform: translate3d(300%, 0, 0);
        transform: translate3d(300%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight2 {
    from {
        -webkit-transform: translate3d(300%, 0, 0);
        transform: translate3d(300%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight2 {
    -webkit-animation-name: slideInRight2;
    animation-name: slideInRight2;
}

@-webkit-keyframes slideInLeft2 {
    from {
        -webkit-transform: translate3d(-200%, 0, 0);
        transform: translate3d(-200%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft2 {
    from {
        -webkit-transform: translate3d(-200%, 0, 0);
        transform: translate3d(-200%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft2 {
    -webkit-animation-name: slideInLeft2;
    animation-name: slideInLeft2;
}


@-webkit-keyframes slideInLeft3 {
    from {
        -webkit-transform: translate3d(-300%, 0, 0);
        transform: translate3d(-300%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft3 {
    from {
        -webkit-transform: translate3d(-300%, 0, 0);
        transform: translate3d(-300%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft3 {
    -webkit-animation-name: slideInLeft3;
    animation-name: slideInLeft3;
}



@media (max-width: 768px) {
    .slider-banner3-carousel .slider-banner-content h1{
        font-size: 25px;
        text-align: center;
        width: auto;
    }
    .slider-banner3-carousel .slider-banner-content p{
        font-size: 13px;
        text-align: center;
        width: auto;
    }
    .slider-banner3-carousel .slider-banner-content h3{
        font-size: 18px;
        text-align: center;
        width: auto;
    }
}
@media (max-width: 767px) {
    .slider-banner3-carousel .owl-carousel .owl-item img{
        /*height: 100% !important;*/
        width: auto !important;
        right: 0;
        /*max-width: fit-content !important;*/
        left: 0;
    }

    .slider-banner3-carousel .slider-item {
        min-height: 70vh;
    }
    .slider-banner3-carousel .slider-item .slider-banner-content{
        width: 100%;
        bottom: 50px;
        margin: 0;
        text-align: center;
    }
    .slider-banner3-carousel .slider-banner-content h1{
        /*font-size: 22px;*/
    }
    .slider-banner3-carousel .slider-banner-content h3{
        /*font-size: 13px;*/
    }
}
.slider-banner3-carousel.owl-theme .owl-dots .owl-dot.active span,
.slider-banner3-carousel.owl-theme .owl-dots .owl-dot:hover span{
    background-color: white;
}



    .slider-banner3-carousel .owl-nav .owl-prev{
        left: 0;
    }
    .slider-banner3-carousel.owl-nav .owl-next{
        right: 0;
    }


.slider-banner3-carousel  .owl-dots .owl-dot.active span,
.slider-banner3-carousel  .owl-dots .owl-dot:hover span{
    background: #bc338a;
}
.slider-banner3-carousel .owl-nav>div{
    background-color: black !important;
    border: 2px solid black !important;
    color: #ffffff !important;
}
.slider-banner3-carousel .owl-nav>div:hover {
    background-color: #ffffff !important;
    border: 2px solid black !important;
    color: black !important;
}
.slider-banner3-carousel .owl-nav>div {
    position: absolute;
    top: 45%;
    border-radius: 3px;
    font-size: 20px !important;
    padding: 0 !important;
    height: 45px;
    right: 15px;
    line-height: 47px;
    opacity: 1;
    text-align: center;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    width: 45px;
}