/*-----------------------------------------------------------------------------------
    
    Template Name: Futon - eCommerce Bootstrap4 Template
    Version: 1.0
    
-----------------------------------------------------------------------------------
    
    [Table of contents] 
	
    1. Template default css
    2. Index page style
    3. Home page two
    4. Shop page
    5. Product details
    6. Cart page
    7. Checkout page
    8. Contact page
    9. My account
    10. Login register page
    11. About us
    12. Blog page
    13. Blog details
    
-----------------------------------------------------------------------------------*/


/*-----------------------------
    1. Template default css
-------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800|Roboto+Condensed:300,400,700');
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #434343;
	background-color: #F4F4F4;
}
img {
    max-width: 100%;
}
.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: #0d3d7f;
    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 {
    color: #222222;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    margin-top: 0px;
    font-style: normal;
    font-weight: 400;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #222222;
}
h1 {
    font-size: 46px;
}
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: #434343;
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
}
hr {
    margin: 60px 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: #4fc1f0 none repeat scroll 0 0;
    color: #ffffff;
}
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: #434343;
    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
}
.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-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-60 {
    padding-top: 60px
}
.pt-65 {
    padding-top: 65px
}
.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-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-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 !important;
}
.pb-6 {
    padding-bottom: 6px
}
.pb-10 {
    padding-bottom: 10px
}
.pb-12 {
    padding-bottom: 12px
}
.pb-13 {
    padding-bottom: 13px
}
.pb-15 {
    padding-bottom: 15px
}
.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-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-170 {
    padding-bottom: 170px
}
.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-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-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-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-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-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: #2f2f2f;
}
.black-bg-2 {
    background: #2b2b2b;
}
.theme-bg {
    background: #0d3d7f;
}
.gray-bg {
    background: #f1f1f1;
}
.transparent-bg {
    background: transparent;
}

/*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 #ebebeb;
}
.border-top-1 {
    border-top: 1px solid #ebebeb;
}
.overly-style {
    position: relative;
}
.overly-style:before {
    position: relative;
}
#mobile-menu-active {
    display: none;
}

/* scrollUp */
#scrollUp {
    background: #ff4427 none repeat scroll 0 0;
    bottom: 85px;
    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: #0d3d7f none repeat scroll 0 0;
}
/* button */
.btn-style {
    background-color: transparent;
    border: 2px solid #eeeeee;
    color: #242424;
    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: inline-block;
}
.btn-style:hover {
    background-color: #0d3d7f;
    border: 2px solid #0d3d7f;
    color: #fff;
}
.btn-style-2 {
    background-color: #ff4427;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 17px 37px 17px;
    text-transform: uppercase;
}
.btn-style-2:hover {
    background-color: #242424;
    color: #fff;
}
.height-100vh {
    height: 100vh;
}
#mobile-menu-active {
    display: none;
}


/*-----------------------------
    2. Index page style
-------------------------------*/
/* header top */
.header-top {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #e5e5e5;
    border-top: 3px solid #0d3d7f;
    box-shadow: 0 3px 13px rgba(0, 0, 0, 0.1);
    padding: 5px 0;
}
.welcome-text p {
    color: #2f2f2f;
    font-family: "Open Sans";
    font-size: 13px;
    margin: 5px 0 0;
}
.header-contact > p {
    font-size: 13px;
    line-height: 35px;
    text-transform: uppercase;
    font-family: "Open Sans";
    margin: 0;
}
.header-contact > p span {
    font-size: 16px;
    font-weight: bold;
    padding-left: 15px;
    margin: 0;
}
.header-login-reg {
    margin-top: 5px;
}
.header-login-reg a {
    background: #2f2f2f none repeat scroll 0 0;
    color: #dadada;
    display: inline-block;
    font-size: 12px;
    padding: 2px 18px 7px;
}
.header-login-reg a:hover {
    background: #0d3d7f none repeat scroll 0 0;
    color: #fff;
}
.header-login-reg a.header-log {
    border-radius: 5px 0 0 5px;
}
.header-login-reg a.header-reg {
    border-radius: 0 5px 5px 0;
}

/* header middle */
.header-middle-wrap {
    display: flex;
    justify-content: flex-end;
}
.header-search {
    margin: 5px 0 0;
    width: 432px;
}
.header-search form {
    position: relative;
}
.header-search form input {
    background: #cccccc none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    height: 33px;
    padding: 0 40px 0 20px;
}
.header-search form input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.header-search form input::-webkit-placeholder {
    color: #fff;
    opacity: 1;
}
.header-search form button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    padding: 5px 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 43px;
    transition: all .3s ease 0s;
}
.header-search form button:hover {
    color: #434343;
}
.header-curr-lang-wrap {
    margin: 10px 0 0 60px;
}
.header-same-style {
    display: inline-block;
    margin-left: 10px;
}
.header-same-style:first-child {
    margin-left: 0px;
}
.header-same-style > ul > li {
    display: inline-block;
    position: relative;
}
.header-same-style > ul > li ul {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
    left: 0;
    opacity: 0;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 120%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 100px;
    z-index: 220;
}
.header-same-style > ul > li:hover ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.header-same-style > ul > li ul li {
    display: block;
}
.header-same-style > ul > li ul li a {
    display: block;
    padding: 5px 10px;
}
.header-same-style > ul > li ul li:hover a {
    background-color: #0d3d7f;
    color: #fff;
}
.header-cart-icon img {
    display: inline-block;
    float: left;
    overflow: hidden;
}
.cart-text {
    display: inline-block;
    margin-left: 12px;
    margin-top: -2px;
    overflow: hidden;
}
.cart-text > span {
    color: #434343;
    display: block;
    font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}
.cart-text > span.digit {
    margin-bottom: 5px;
}
.header-cart-wrap {
    border-left: 1px solid #e5e5e5;
    line-height: 1;
    margin: 8px 0 0 20px;
    padding: 0 0 0 20px;
}
.header-cart-icon {
    position: relative;
}
.header-cart-icon > a {
    display: block;
    padding: 0 0 3px;
}
.shopping-cart-content {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    padding: 26px 17px 17px;
    position: absolute;
    right: 0;
    top: 130%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 300px;
    z-index: 9999;
    opacity: 0;
}
.header-cart-icon:hover > .shopping-cart-content {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.shopping-cart-content ul li {
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.shopping-cart-img {
    border: 1px solid #e5e5e5;
    flex: 0 0 50px;
    margin-right: 10px;
    position: relative;
}
.shopping-cart-img span.cart-qut {
    background: rgba(0, 0, 0, 0) linear-gradient(#626262, #2f2f2f) repeat scroll 0 0;
    border-radius: 40px;
    color: #fff;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    left: -10px;
    line-height: 20px;
    overflow: visible;
    position: absolute;
    text-align: center;
    top: -10px;
    width: 20px;
    z-index: 1;
}
.shopping-cart-total > h4 {
    color: #434343;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 17px;
    text-transform: uppercase;
}
.shopping-cart-title > h4 a {
    color: #434343;
    display: block;
    font-size: 14px;
    margin: 0 0 10px;
}
.shopping-cart-title > h4 a:hover {
    color: #0d3d7f;
}
.shopping-cart-title > h6 {
    color: #242424;
    font-size: 13px;
    margin: 5px 0 10px;
}
.shopping-cart-title > span {
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
}
.shopping-cart-delete {
    display: flex;
    flex-grow: 100;
    justify-content: flex-end;
}
.shopping-cart-delete > a {
    border: 1px solid #242424;
    border-radius: 50px;
    color: #242424;
    display: inline-block;
    font-size: 17px;
    height: 19px;
    line-height: 15px;
    text-align: center;
    width: 20px;
}
.shopping-cart-delete > a:hover {
    border: 1px solid #0d3d7f;
    color: #0d3d7f;
}
.shopping-cart-total {
    margin: 19px 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;
}
.shopping-cart-total > h4 > span.shop-total {
    color: #434343;
    font-size: 18px;
}
.shopping-cart-btn {
    margin-top: 30px;
}
.shopping-cart-btn a {
    background-color: #3b4251;
    border: 1px solid #3b4251;
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 12px 10px 13px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 3px;
}
.shopping-cart-btn a:hover {
    background-color: #0d3d7f;
    border: 1px solid #0d3d7f;
}
/* header bottom main menu*/

.main-menu {
    border-radius: 5px;
}
.main-menu ul li {
    display: inline-block;
    padding: 0 19px;
    position: relative;
}
.main-menu ul li::before {
    background-color: #5c5c5c;
    content: "";
    height: 23px;
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
}
.main-menu ul li:last-child::before {
    display: none;
}
.main-menu ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 56px;
}
.main-menu ul li:hover > a {
    color: #0d3d7f;
}
.main-menu nav > ul > li > ul {
    background: #fff none repeat scroll 0 0;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14);
    display: block;
    left: 0;
    opacity: 0;
    padding: 22px 0 7px;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: perspective(600px) rotateX(-90deg);
    transform-origin: 0 0 0;
    transition: transform 0.5s ease 0s, opacity 0.6s ease 0s, max-height 0.6s step-end 0s, max-width 0.6s step-end 0s, padding 0.6s step-end 0s;
    visibility: visible;
    z-index: 999;
}
.main-menu nav > ul > li > ul.submenu {
    width: 180px;
}
.main-menu nav > ul > li > ul.mega-menu {
    width: 480px;
}
.main-menu ul li:hover ul {
    opacity: 1;
    overflow: visible;
    transform: perspective(600px) rotateX(0deg);
    transition: transform 0.5s ease 0s;
}
.main-menu nav > ul > li > ul li {
    display: block;
    padding: 0;
}
.main-menu nav > ul > li > ul li:before {
    display: none;
}
.main-menu nav > ul > li > ul li a {
    color: #252525;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    padding: 0 19px 15px;
    text-transform: capitalize;
}
.main-menu nav > ul > li > ul.mega-menu {
    padding: 34px 30px 32px 0;
}
.main-menu nav > ul > li > ul.mega-menu > li {
    display: inline-block;
    float: left;
    padding-left: 37px;
    width: 33.333%;
}
.main-menu nav > ul > li > ul.mega-menu li.single-mega-menu {}
.main-menu nav > ul > li > ul.mega-menu li a {}
.main-menu nav > ul > li > ul.mega-menu ul li.mega-menu-title {
  border-bottom: 1px solid #e5e5e5;
  color: #252525;
  font-family: "Open Sans",sans-serif;
  font-weight: 600;
  margin: 0 0 8px;
  padding: 0 0 6px;
  text-transform: uppercase;
}
.main-menu nav > ul > li > ul.mega-menu li ul li a {
    padding: 10px 0 7px;
}
/* slider area */
.slider-content h1 {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 49px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
}
.slider-content h2 {
    color: rgba(243, 241, 241, 1);
    font-family: "Open Sans", sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
    margin: 2px 0 8px;
    text-transform: uppercase;
}
.slider-content p {
    color: #fff;
    font-size: 14px;
    margin: 0;
    width: 56%;
}
.slider-active .owl-nav div {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    color: #fff;
    font-size: 30px;
    height: 40px;
    left: 20px;
    line-height: 35px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    width: 40px;
}
.slider-active .owl-nav div:hover {
    background: rgba(0, 0, 0, 1) none repeat scroll 0 0;
}
.slider-active .owl-nav div.owl-next {
    left: auto;
    right: 20px;
}
.slider-opacity {
  position: relative;
}
.slider-opacity::before {
  background-color: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.slider-content {
  position: relative;
  z-index: 9;
}

/* 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 h1 {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
.owl-item.active .slider-animated-1 h2 {
    -webkit-animation-delay: 1.0s;
    animation-delay: 1.0s;
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
.owl-item.active .slider-animated-1 p {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.owl-item.active .slider-animated-1 a {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
.owl-item.active .slider-content-wrap.slider-animated-1 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
/* single-banner */
.single-banner {
    overflow: hidden;
}
.single-banner > p,
.single-banner > a {
    display: block;
    position: relative;
    margin: 0;
}
.single-banner > p::after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    bottom: 50%;
    content: "";
    left: 10px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transition: all 400ms ease 0s;
    z-index: 11;
}
.single-banner > p:hover::after {
    bottom: 10px;
    opacity: 1;
    top: 10px;
}
.single-banner > p::before {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    bottom: 10px;
    content: "";
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 50%;
    top: 10px;
    transition: all 300ms ease 0s;
    z-index: 11;
}
.single-banner > p:hover::before {
    left: 10px;
    opacity: 1;
    right: 10px;
}
.single-banner > p a::before {
    background: #444 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 2;
}
.single-banner > p a:hover::before {
    opacity: 0.35;
}
.single-banner a img {
    transition: all .3s ease 0s;
    width: 100%;
}
.single-banner a:hover img {
    transform: scale(1.05);
}
/* product left sidebar */
.product-sidebar-wrap {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    overflow: hidden;
    padding: 20px;
	background-color: #fff;
}
.section-title h3 {
    border-bottom: 1px solid #e5e5e5;
    color: #222222;
    display: inline-block;
    font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 0 0 5px;
}
.sidebar-product-img {
    display: inline-block;
    float: left;
    width: 30%;
}
.sidebar-product-content {
    float: left;
    overflow: hidden;
    padding: 6px 0 0 15px;
    width: 70%;
}
.sidebar-product-img > a,
.product-img > a {
    overflow: hidden;
    position: relative;
    display: block;
}
.sidebar-product-img > a img,
.product-img > a img {
    width: 100%;
    transition: all 0.3s ease 0s;
}
.sidebar-product-img > a img.secondary-image,
.product-img > a img.secondary-image {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}
.sidebar-product-wrapper:hover .sidebar-product-img > a img.secondary-image,
.product-wrapper:hover .product-img > a img.secondary-image {
    opacity: 1;
}
.product-content > h4 {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}
.product-content > h4 a {
    color: #434343;
}
.product-content > h4 a:hover {
    color: #0d3d7f;
}
.product-rating i {
    color: #ffc808;
    font-size: 11px;
}
.product-rating i.rating-gray {
    color: #d3ced2;
}
.product-price-wrapper > span {
    color: #0d3d7f;
    font-size: 16px;
    font-weight: 600;
}
.product-price-wrapper > span.product-price-old {
    color: #9e9e9e;
    font-size: 15px;
    font-weight: 400;
    margin-right: 10px;
    text-decoration: line-through;
}
.product-rating {
    line-height: 1;
    margin: 5px 0 1px;
}
.sidebar-product-wrapper {
    display: block;
    margin-bottom: 23px;
    overflow: hidden;
}
.sidebar-product-wrapper:last-child {
    margin-bottom: 0px;
}
/* product right sidebar */
.product-tab-list a {
    background: #fff none repeat scroll 0 0;
    color: #434343;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 35px;
    position: relative;
    text-transform: uppercase;
    z-index: 10;
    font-size: 18px;
    margin-right: 30px;
}
.product-tab-list a:last-child {
    margin-right: 0px;
}
.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;
}
.product-tab-list a h4 {
    color: #434343;
    font-size: 18px;
    border-bottom: 1px solid transparent;
    padding: 0 0 5px;
    font-family: 'Roboto Condensed', sans-serif;
}
.product-tab-list a.active h4 {
    color: #0d3d7f;
    border-bottom: 1px solid #000;
}
.product-wrapper {
    border: 1px solid transparent;
    border-radius: 5px;
    margin-bottom: 1px;
	background-color: #fff;
}
.product-img {
    position: relative;
}
.product-wrapper:hover {
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    transition: box-shadow 200ms ease-in 0s;
}
.product-wrapper .product-content {
    margin: 7px 0 0;
}
.sale-text {
    background-color: #ff5959;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    position: absolute;
    right: 23px;
    text-align: center;
    text-transform: uppercase;
    top: 23px;
    width: 45px;
    z-index: 9;
}
.sale-text::before {
    border: 1px solid #ff5959;
    border-radius: 50px;
    bottom: -3px;
    content: "";
    left: -3px;
    position: absolute;
    right: -3px;
    top: -3px;
}
.quick-view {
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
    z-index: 999;
}
.product-wrapper:hover .quick-view {
    opacity: 1;
}
.quick-view a {
    background-color: #ff4427;
    border: 1px solid #0d3d7f;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 7px 12px 8px;
    transform: scale(0);
    transition: all 0.3s ease 0s;
}
.quick-view a:hover {
    background-color: #0d3d7f;
}
.product-wrapper:hover .quick-view a {
    transform: scale(1);
}
/* product style */
.product-action {
    opacity: 0;
    transform: translateY(-30px);
    transition: all 0.3s ease-in-out 0s;
    visibility: hidden;
}
.product-wrapper:hover .product-action {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
}
.product-action a.action-cart {
    font-size: 12px;
    line-height: 28px;
}
.product-action a.action-wishlist {
    line-height: 27px;
}
.product-action a.action-compare {
    line-height: 27px;
}
.product-action a {
    background-color: #ff4427;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    height: 28px;
    padding: 0 7px;
    text-transform: capitalize;
    position: relative;
}
.product-action a:hover {
    background-color: #0d3d7f;
}
.product-wrapper .product-content {
    padding: 0 10px 10px;
}
.product-action a.tooltip-coustom::before,
.footer-social a.tooltip-coustom::before,
.product-action-list a.tooltip-coustom::before {
    background-color: #0d3d7f;
    bottom: 100%;
    color: #ffffff;
    content: attr(data-tooltip);
    font-size: 11px;
    left: 50%;
    line-height: 16px;
    margin-bottom: 9px;
    opacity: 0;
    padding: 4px 7px 7px;
    position: absolute;
    transform: translateX(-50%);
    visibility: hidden;
    white-space: nowrap;
}
.product-action a.tooltip-coustom:hover::before,
.footer-social a.tooltip-coustom:hover::before,
.product-action-list a.tooltip-coustom:hover::before {
    opacity: 1;
    visibility: visible;
}
.product-action a.tooltip-coustom::after,
.footer-social a.tooltip-coustom::after,
.product-action-list a.tooltip-coustom::after {
    border-color: #0d3d7f transparent transparent;
    border-style: solid;
    border-width: 6px 6px 0;
    bottom: 100%;
    content: "";
    left: 50%;
    margin-bottom: 4px;
    margin-left: -4px;
    opacity: 0;
    position: absolute;
    visibility: hidden;
}
.product-action a.tooltip-coustom:hover::after,
.footer-social a.tooltip-coustom:hover::after,
.product-action-list a.tooltip-coustom:hover::after {
    opacity: 1;
    visibility: visible;
}
.product-slider-active.owl-carousel .owl-item img,
.product-slider-active-2.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

/* brand logo */
.nav-style .owl-nav div {
    background-color: #d2d2d2;
    border: 1px solid #bfbfbf;
    color: #fff;
    border-radius: 3px;
    font-size: 20px;
    height: 25px;
    left: 15px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    width: 25px;
    opacity: 0;
    visibility: hidden;
}
.nav-style .owl-nav div.owl-next {
    left: auto;
    right: 15px;
}
.nav-style .owl-nav div:hover {
    background-color: #0d3d7f;
    border-color: #0d3d7f;
}
.nav-style:hover .owl-nav div {
    opacity: 1;
    visibility: visible;
}
/* sidebar */
.newsletter-style p {
    font-size: 12px;
    margin: 0 0 9px;
}
.subscribe-form form input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    font-size: 13px;
    height: 32px;
    padding: 0 0 0 10px;
}
.mc-form .mc-news {
    display: none;
}
.subscribe-form form input::-moz-placeholder {
    color: #434343;
    opacity: 1;
}
.subscribe-form form input::-webkit-placeholder {
    color: #434343;
    opacity: 1;
}
.subscribe-form form .clear input {
    background: #ff4427 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    margin: 20px 0 0;
    padding: 5px 15px;
    width: auto;
    cursor: pointer;
}
.subscribe-form form .clear input:hover {
    background: #0d3d7f none repeat scroll 0 0;
}
.popular-tags li {
    display: inline-block;
    list-style: outside none none;
}
.popular-tags li a {
    line-height: 1;
}
.popular-tags li a.tag-size-1 {
    font-size: 12px;
}
.popular-tags li a.tag-size-2 {
    font-size: 20px;
}
.popular-tags li a.tag-size-3 {
    font-size: 26px;
}
.popular-tags li a.tag-size-4 {
    font-size: 20px;
}
.popular-tags li a.tag-size-5 {
    font-size: 28px;
}

/* footer */
.footer-title > h4 {
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
}
.footer-content ul li {
    padding: 0 0 9px;
    display: block;
    position: relative;
    transition: all .3s ease 0s;
}
.footer-content ul li:last-child {
    padding: 0 0 0px;
}
.footer-content ul li::before {
    color: #ababab;
    content: "";
    font-family: FontAwesome;
    font-size: 5px;
    margin-right: 10px;
    vertical-align: middle;
}
.footer-content ul li a {
    color: #fff;
    font-size: 13px;
}
.footer-content ul li:hover {
    padding-left: 10px;
}
.footer-content ul li:hover a,
.footer-content ul li:hover::before {
    color: #0d3d7f;
}
.footer-social li {
    display: inline-block;
    margin-right: 5px;
    position: relative;
}
.footer-social li a {
    background-color: #898989;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 25px;
}
.footer-social li a:hover {
    background-color: #0d3d7f;
}
.footer-social li a i {
    line-height: 25px;
}
.footer-social {
    margin: 20px 0 0;
    padding: 24px 0 0;
    position: relative;
}
.footer-social::before {
    border-top: 1px solid #4e4e4e;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 70%;
}
.copyright > p {
    color: #fff;
    font-size: 12px;
    margin: 2px 0 0;
}
.copyright > p a {
    color: #fff;
}
#productModal .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: #434343;
    font-size: 37px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 15px;
    text-transform: capitalize;
}
.modal-pro-content .price {
    margin: 0 0 12px;
}
.modal-pro-content .price > span {
    color: #0d3d7f;
    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: #0000FE 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: #232323;
    display: block;
    font-size: 15px;
    font-weight: 600;
    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: 14px;
    font-weight: 700;
    height: 40px;
    letter-spacing: 0.025em;
    line-height: 40px;
    margin-left: 20px;
    padding: 0 20px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.modal-pro-content .product-quantity {
    display: block;
    margin: 0 0 16px;
    overflow: hidden;
}
.product-quantity button:hover {
    background: #0d3d7f none repeat scroll 0 0;
}
.quickview-color-wrap {
    margin: 29px 0 0;
}
.modal-pro-content .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;
}

/* Compare style */
.modal-compare-width {
    max-width: 900px;
    margin: 150px auto;
    min-width: 878px;
}
#exampleCompare .modal-body {
    padding: 50px;
}
#exampleCompare .close {
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 70px;
    font-weight: 700;
    left: 50%;
    line-height: 1;
    opacity: 1;
    position: absolute;
    text-shadow: none;
    top: 32px;
    transform: translateX(-50%);
    transition: all 0.3s ease 0s;
}
#exampleCompare .close:hover {
    color: #ddd;
}
.table-content.compare-style th a span {
    color: #050035;
    display: inline-block;
    font-weight: 600;
    line-height: 0.81em;
    margin: 0;
    text-align: center;
}
.table-content.compare-style th p {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    text-transform: capitalize;
}
.table-content.compare-style th a {
    text-transform: capitalize;
    font-size: 14px;
}
.table-content.compare-style th a:hover {
    color: #666;
}
.table-content.compare-style th a span {
    color: #454545;
    display: inline-block;
    font-size: 1em;
    font-weight: 600;
    line-height: 0.81em;
}
.table-content.compare-style th img {
    display: block;
    margin: 20px 0;
}
.table-content.table-responsive.compare-style tbody tr,
.table-content.table-responsive.compare-style thead {
    border-bottom: 1px solid #f1f1f1;
}
.table-content.table-responsive.compare-style tbody tr:last-child {
    border-bottom: 0px solid #f1f1f1;
}
.table-content.compare-style thead {
    background-color: transparent;
}
.table-content.compare-style table {
    text-align: inherit;
}
.table-content.compare-style table th {
    padding: 14px 0;
    text-align: inherit;
}
.table-content table td.compare-title h4 {
    border-top: medium none;
    color: #242424;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    min-width: 205px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    vertical-align: middle;
}
.table-content table td.compare-common,
.table-content table td.compare-title {
    font-size: 14px;
    padding: 14px 0;
    text-align: left;
}
.table-content.compare-style table td p {
    color: #333;
    margin: 0;
}
.table-content.compare-style th a.compare-btn {
    color: #242424;
    font-size: 14px;
    text-transform: capitalize;
}
.table-content.compare-style th a.compare-btn:hover {
    color: #666;
}
.table-content.compare-style th span {
    color: #666;
    display: block;
    font-size: 15px;
    margin: 10px 0;
}
.table-content.compare-style table {
    margin: 0 0 0px;
}
#exampleCompare .modal .close {
    color: #fff;
    float: right;
    font-size: 50px;
    font-weight: bold;
    line-height: 1;
    margin-right: 50px;
    opacity: 1;
    text-shadow: 0 1px 0 #fff;
}
.table-content.compare-style table thead tr {
    border-bottom: medium none;
}

/*-----------------------------
    3. Home page two
-------------------------------*/

.slider-content.slider-content-2 h1 {
    color: rgba(241, 92, 34, 1);
    font-size: 58px;
}
.slider-content.slider-content-2 h2 {
    color: rgba(185, 185, 181, 1);
    margin: 15px 0 12px;
    font-size: 46px;
}
.slider-content.slider-content-2 p {
    color: #434343;
    width: 46%;
}

/*------------------------
    4. Shop page
--------------------------*/

.shop-sidebar-title {
    border-bottom: 1px solid #e5e5e5;
    color: #222222;
    display: inline-block;
    font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 0 0 5px;
}
.grid-list-options {
    margin-top: 2px;
}
.shop-search form input {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #ededed;
    color: #666;
    height: 45px;
    padding: 0 43px 0 15px;
    width: 100%;
}
.shop-search form input::-moz-placeholder {
    color: #666;
    opacity: 1;
}
.shop-search form input::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}
.shop-search form {
    position: relative;
}
.shop-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: #ededed;
    border-image: none;
    border-style: none none none solid;
    border-width: medium medium medium 1px;
    color: #ff4427;
    cursor: pointer;
    font-size: 20px;
    height: 100%;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease 0s;
}
.shop-search form button:hover {
    color: #333;
}
.price_filter .ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
    background: #ededed none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    height: 4px;
    margin-bottom: 12px;
    margin-left: auto;
}
.price_filter .ui-slider-range {
    background: #0d3d7f none repeat scroll 0 0;
}
.price_filter .ui-slider-handle.ui-state-default.ui-corner-all {
    background: #ededed none repeat scroll 0 0;
    border: 1px solid #0d3d7f;
    border-radius: 100%;
    height: 15px;
    width: 15px;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -6px;
    top: -6px;
}
.label-input label {
    display: inline-block;
    float: left;
    font-size: 15px;
    margin: 0;
    text-transform: capitalize;
}
.label-input input {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #434343;
    height: inherit;
    padding-left: 5px;
    width: 99px;
    font-size: 15px;
}
.label-input {
    display: inline-block;
    float: left;
    margin-top: 5px;
}
.price_slider_amount > button {
    background-color: transparent;
    border: medium none;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 15px;
    line-height: 1;
    padding: 10px 0 0;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}
.price_slider_amount>button:hover {
    color: #0d3d7f;
}
.shop-price-filter {
    overflow: hidden;
}
.price_slider_amount {
    display: block;
    overflow: hidden;
}
.shop-list-style ul li {
    list-style: outside none none;
    margin-bottom: 6px;
}
.shop-list-style ul li:last-child {
    margin-bottom: 0px;
}
.shop-list-style ul li a {
    color: #434343;
    display: block;
    font-size: 14px;
}
.shop-list-style ul li a span {
    float: right;
}
.shop-list-style ul li a:hover {
    color: #0d3d7f;
    padding-left: 5px;
}
.shop-list-style ul li a span {
    float: right;
}
.shop-topbar-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.shorting-style>label {
    color: #1d1d1d;
    font-size: 14px;
    margin: 0 28px 0 0;
}
.shorting-style>label span {
    color: #ff4427;
    font-weight: bold;
}
.shorting-style select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #f9f9f9 url("../../assets/img/icon-img/select-2.png") no-repeat scroll right 16px center;
    border: 1px solid #ededed;
    box-shadow: none;
    color: #888888;
    cursor: pointer;
    font-size: 14px;
    height: 40px;
    min-width: 200px;
    padding: 0 40px 0 10px;
    text-transform: uppercase;
    width: inherit;
    position: relative;
}
.shorting-style select::before {
    background-color: #000000;
    bottom: -15px;
    content: "";
    height: 10px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    transition: all 0.4s ease 0s;
    width: 2px;
}
.view-mode>li {
    display: inline-block;
    margin-left: -4px;
}
.view-mode>li a {
    background-color: #ededed;
    color: #535252;
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    padding: 9px 10px 7px;
}
.view-mode>li.active a {
    background-color: #ff4427;
    color: #fff;
}
.product-list .product-content {
    display: none;
}
.product-list .product-img {
    display: inline-block;
    float: left;
    margin-right: 30px;
    width: 270px;
}
.product-list .product-wrapper {
    margin-bottom: 30px;
    overflow: hidden;
}
.product-list .product-list-content {
    display: block;
    overflow: hidden;
}
.product-list .product-width {
    flex: 0 0 100%;
    max-width: 100%;
}
.product-list .product-wrapper {
    border: medium none;
}
.product-list .product-wrapper:hover {
    box-shadow: none;
}
.product-list .product-img {
    border: medium none;
    border: 1px solid #eaeaea;
    transition: all .0s ease 0s;
}
.product-list .product-action {
    display: none;
}
.product-list .product-wrapper:hover .product-img {
    box-shadow: none;
}
.product-list-content > h4 {
    color: #434343;
    font-size: 20px;
    margin: 0 0 7px;
}
.product-list-content>h4 a {
    color: #434343;
}
.product-list-content>h4 a:hover {
    color: #0d3d7f;
}
.product-list-content > p {
    color: #5d5d5d;
    font-size: 14px;
    margin: 11px 0 18px;
}
.product-action-list a {
    background-color: #ff4427;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    margin: 0 3px 0 0;
    padding: 7px 12px;
    position: relative;
    text-transform: capitalize;
}
.product-action-list a:hover {
    background-color: #0d3d7f;
}
.product-list .product-price-wrapper > span {
    font-size: 18px;
}
.product-list .product-price-wrapper > span.product-price-old {
    font-size: 17px;
}
.product-view .product-wrapper {
    margin-bottom: 15px;
}
.product-grid .product-list-content {
    display: none;
}
.pagination-style ul li {
    display: inline-block;
    margin-left: 7px;
}
.pagination-style ul li a {
    border: 1px solid #ddd;
    color: #434343;
    display: inline-block;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}
.pagination-style ul li a i {
    font-size: 20px;
    line-height: 38px;
}
.pagination-style ul li a.active {
    border: 1px solid #ff4427;
}
.pagination-style ul li a.active,
.pagination-style ul li a:hover {
    background-color: #ff4427;
    color: #fff;
    border: 1px solid #ff4427;
}
.breadcrumb-content li {
    color: #434343;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    padding-right: 9px;
    text-transform: capitalize;
}
.breadcrumb-content li a {
    color: #434343;
    padding-right: 8px;
}
.breadcrumb-content li.active,
.breadcrumb-content li a:hover {
    color: #0d3d7f;
}

/*------------------------
    5. Product details
--------------------------*/

.product-details-img #zoompro {
    border: 1px solid #ddd;
}
.prodetails-categories li,
.prodetails-share li {
    display: inline-block;
    margin: 0 10px 0 0;
}
.prodetails-categories li a {
    text-transform: capitalize;
}
.prodetails-share li a {
    border: 1px solid #434343;
    border-radius: 3px;
    color: #434343;
    display: inline-block;
    height: 25px;
    line-height: 24px;
    text-align: center;
    width: 25px;
}
.prodetails-share li a:hover {
    border: 1px solid #0d3d7f;
    color: #fff;
    background-color: #0d3d7f;
}
.prodetails-categories-wrap {
    margin: 19px 0 20px;
}
.description-review-topbar {
    display: flex;
    justify-content: center;
}
.description-review-topbar a {
    border-bottom: 2px solid transparent;
    color: #333;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin: 0 37px;
    padding-bottom: 13px;
    position: relative;
    text-transform: uppercase;
}
.description-review-topbar a::before {
    background-color: #7a7a7a;
    content: "";
    height: 17px;
    position: absolute;
    right: -37px;
    top: 2px;
    width: 1px;
}
.description-review-topbar a.active {
    border-bottom: 2px solid #ff4427;
    color: #ff4427;
}
.description-review-topbar a:last-child::before {
    display: none;
}
.tab-content.description-review-bottom {
    border-radius: 5px;
    padding: 40px 30px;
}
.product-description-wrapper>p {
    color: #434343;
    font-size: 14px;
    margin-bottom: 25px;
}
.product-description-wrapper li {
    color: #434343;
    font-size: 14px;
    list-style: outside none none;
    margin-bottom: 2px;
}
.product-anotherinfo-wrapper li {
    color: #434343;
    font-size: 15px;
    list-style: outside none none;
    margin-bottom: 6px;
    text-transform: capitalize;
}
.product-anotherinfo-wrapper li span {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin-right: 15px;
    width: 40px;
}
.rattings-wrapper {
    margin-bottom: 40px;
}
.rattings-wrapper .sin-rattings {
    margin-bottom: 30px;
}
.star-author-all {
    margin-bottom: 10px;
    overflow: hidden;
}
.ratting-author h3 {
    color: #333;
    float: left;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 13px;
    margin: 0;
    text-transform: capitalize;
}
.ratting-author span {
    color: #333;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 13px;
    margin-left: 15px;
}
.sin-rattings>p {
    color: #454545;
    font-size: 14px;
    margin-bottom: 0;
}
.ratting-form-wrapper h3 {
    color: #303030;
    font-size: 15px;
    font-weight: 400;
    line-height: 12px;
    margin: 0 0 30px;
    text-transform: uppercase;
}
.ratting-form form .star-box {
    margin-bottom: 40px;
}
.ratting-form form .star-box h2 {
    color: #434343;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 10px;
}
.rating-form-style input,
.rating-form-style textarea {
    background-color: #fff;
    border: 1px solid #eceff8;
    color: #333;
}
.rating-form-style.form-submit input {
    background: #ff4427 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    margin-top: 30px;
    padding: 0 25px;
    text-transform: uppercase;
    width: inherit;
}
.rating-form-style.form-submit input:hover {
    background: #333 none repeat scroll 0 0;
    color: #fff;
}
.product-details-img img {
    cursor: pointer;
    width: 100%;
}
.related-product-active.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

/*------------------------
    6. Cart page
--------------------------*/

.page-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 27px;
    text-align: center;
    text-transform: uppercase;
}
.cart-main-area .table-content table {
    background: #fff none repeat scroll 0 0;
    border-color: #eaeaea;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 1px 0;
    width: 100%;
}
.table-content table th,
.table-content table td {
    border-bottom: 1px solid #e5e5e5;
}
.table-content table th {
    border-top: medium none;
    font-size: 15px;
    font-weight: 600;
    padding: 14px 45px 13px;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
}
.table-content table td.product-thumbnail {
    width: 155px;
}
.table-content table td.product-thumbnail a img {
    padding-left: 20px;
}
.table-content table td.product-name {
    width: 300px;
}
.table-content table td {
    color: #454545;
    font-size: 15px;
    padding: 20px 0;
    text-align: center;
}
.table-content table td.product-name a {
    color: #434343;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    text-transform: capitalize;
}
.table-content table td.product-remove a {
    color: #666;
    font-size: 18px;
}
.product-quantity .cart-plus-minus {
    height: 40px;
    padding: 0;
    position: relative;
    width: 110px;
    border: 1px solid #e5e5e5;
}
.product-quantity .qtybutton {
    color: #454545;
    cursor: pointer;
    float: inherit;
    font-size: 16px;
    margin: 0;
    position: absolute;
    transition: all .3s ease 0s;
}
.product-quantity .qtybutton:hover,
.table-content table td.product-name a:hover,
.table-content table td.product-remove a:hover {
    color: #0d3d7f;
}
input.cart-plus-minus-box {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #000;
    float: left;
    font-size: 16px;
    height: 25px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 25px;
}
.qtybutton {
    color: #000;
    cursor: pointer;
    float: left;
    font-size: 16px;
    font-weight: 600;
    height: 20px;
    line-height: 20px;
    position: relative;
    text-align: center;
    width: 20px;
}
.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;
    right: 0;
    padding-top: 9px;
    top: 0;
}
.product-quantity input.cart-plus-minus-box {
    color: #454545;
    float: left;
    font-size: 14px;
    height: 40px;
    margin: 0;
    width: 110px;
}
.cart-shiping-update-wrapper {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #e5e5e5 #e5e5e5;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    display: flex;
    justify-content: space-between;
    padding: 35px 20px;
}
.cart-shiping-update > a,
.cart-shiping-update > button,
.cart-clear > a {
    background-color: #ff4427;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    line-height: 1;
    padding: 16px 27px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.cart-shiping-update>button {
    border: medium none;
    cursor: pointer;
    margin-left: 16px;
    transition: all .3s ease 0s;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.cart-shiping-update>a:hover,
.cart-shiping-update>button:hover,
.cart-clear>a:hover {
    background-color: #0d3d7f;
    color: #fff;
}

.cart-tax,
.discount-code-wrapper,
.grand-totall {
    background-color: #fff;
    border: 1px solid #eaeaea;
    margin-top: 50px;
    padding: 20px;
}
.cart-bottom-title {
    border-bottom: 1px solid #eaeaea;
    color: #434343;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 13px;
    text-transform: uppercase;
}
.tax-wrapper>p {
    color: #434343;
    font-size: 14px;
    margin: 24px 0 0;
}
.tax-select select,
.tax-select input,
.discount-code input {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eaeaea;
    box-shadow: none;
    color: #626262;
    font-size: 14px;
    height: 32px;
    padding-left: 10px;
    width: 196px;
}
.tax-select select {
    background: #fff url("../../assets/img/icon-img/cart-select.png") no-repeat scroll right 10px center;
    cursor: pointer;
}
.tax-select>label {
    color: #454545;
    font-size: 14px;
    letter-spacing: 0.2px;
    margin: 0;
    width: 125px;
}
.tax-select {
    margin-bottom: 20px;
}
.tax-select-wrapper {
    margin: 15px 0 0;
}
button.cart-btn-2,
.grand-totall > a {
    background-color: #ff4427;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    margin: 5px 0 0;
    padding: 12px 20px 14px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.grand-totall>a {
    padding: 14px 20px 15px;
}
button.cart-btn-2:hover,
.grand-totall>a:hover {
    color: #fff;
    background-color: #0d3d7f;
}
.discount-code input {
    height: 42px;
    margin-bottom: 15px;
    width: 100%;
}
.discount-code>p {
    color: #454545;
    font-size: 15px;
    margin: 23px 0 13px;
}
.grand-totall>span {
    border-bottom: 1px solid #eaeaea;
    color: #454545;
    display: block;
    font-size: 15px;
    margin-bottom: 18px;
    padding-bottom: 14px;
}
.grand-totall h5 {
    color: #434343;
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 16px;
}
.grand-totall>p {
    color: #454545;
    margin: 12px 0 0;
}
.product-wishlist-cart > a {
    background-color: #0d3d7f;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    padding: 7px 10px 8px;
    text-transform: uppercase;
}
.product-wishlist-cart > a:hover {
    background-color: #434343;
}

/*------------------------
    7. Checkout page
--------------------------*/

h5.panel-title {
    background-color: #fff;
    border: 1px solid #e7e7e7;
    color: #434343;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 30px;
    position: relative;
    text-transform: uppercase;
}
h5.panel-title a {
    color: #333;
    display: block;
    padding: 12px 55px 11px;
    position: relative;
}
h5.panel-title a:hover {
    color: #ff4427;
}
h5.panel-title a::before {
    color: #666666;
    content: "\f106";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 14px;
}
h5.panel-title a.collapsed::after {
    color: #666666;
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 14px;
}
h5.panel-title a.collapsed::before {
    display: none;
}
h5.panel-title span {
    background-color: #ff4427;
    color: #fff;
    font-size: 15px;
    height: 42px;
    left: 0;
    line-height: 42px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 42px;
}
.checkout-register,
.checkout-login {
    background-color: #fff;
    border: 1px solid #eaeaea;
    overflow: hidden;
    padding: 20px 15px;
}
.checkout-sub-title {
    border-bottom: 1px solid #eaeaea;
    color: #434343;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.checkout-register>p {
    color: #434343;
    margin: 13px 0 9px;
}
.checkout-register label {
    color: #454545;
    font-size: 14px;
    letter-spacing: 0.2px;
    margin: 0 0 10px;
}
.checkout-register form input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    color: #626262;
    height: 40px;
    padding-left: 10px;
    margin: 0 0 20px;
    width: 100%;
}
.checkout-btn,
.billing-btn > button {
    background-color: #ff4427;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    line-height: 1;
    padding: 13px 11px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.checkout-btn:hover,
.billing-btn>button:hover {
    background-color: #0d3d7f;
    color: #fff;
}
.checkout-login>form {
    margin-top: 22px;
}
.login-form input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    height: 40px;
    padding-left: 10px;
    width: 277px;
}
.login-form label {
    color: #454545;
    font-size: 14px;
    width: 105px;
}
.login-form {
    margin-bottom: 20px;
}
.login-forget {
    float: right;
}
.login-forget>a {
    border-bottom: 2px solid #ff4427;
    color: #ff4427;
    margin-left: 38px;
}
.login-forget>a:hover {
    color: #454545;
    border-bottom: 2px solid #454545;
}
.login-forget .checkout-btn,
.billing-btn>button {
    padding: 13px 23px;
}
.panel-body {
    margin-bottom: 50px;
}
.checkout-progress > h4 {
    background-color: #ff4427;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    padding: 14px 10px 15px;
    text-align: center;
    text-transform: uppercase;
}
.checkout-progress {
    background-color: #fff;
    border: 1px solid #ff4427;
}
.checkout-progress>ul {
    padding: 16px 14px 18px;
}
.checkout-progress li {
    border-bottom: 1px solid #eaeaea;
    color: #454545;
    font-size: 15px;
    list-style: outside none none;
    margin-bottom: 14px;
    padding-bottom: 12px;
    padding-left: 27px;
    position: relative;
}
.checkout-progress li:last-child {
    border-bottom: 0px solid #eaeaea;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.checkout-progress li::before {
    color: #454545;
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 1px;
}
.billing-information-wrapper,
.shipping-information-wrapper,
.shipping-method-wrapper,
.payment-info-wrapper,
.order-review-wrapper {
    background-color: #fff;
    padding: 30px 20px;
    border: 1px solid #eaeaea;
}
.billing-info>label,
.billing-select.card-mrg > label {
    color: #434343;
    font-size: 14px;
    text-transform: capitalize;
}
.billing-info input,
.billing-select select {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #eaeaea;
    color: #555;
    height: 40px;
    border-radius: 5px;
}
.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: #454545;
}
.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 {
    display: inline-block;
    font-size: 15px;
    margin-top: 7px;
    text-transform: uppercase;
}
.billing-back>a:hover {
    color: #ff4427;
}
.billing-back>a i {
    font-size: 18px;
    color: #ff4427;
}
.shipping-info-2>span {
    display: block;
    font-size: 15px;
    margin-bottom: 9px;
}
.shipping-information-wrapper>span:last-child {
    margin-bottom: 0px;
}
.shipping-info-2 {
    margin-bottom: 10px;
}
.shipping-method>p {
    color: #454545;
    font-size: 15px;
    margin: 0 0 5px;
}
.expiration-date {
    margin-bottom: 20px;
}
.order-review table thead tr th {
    border: 1px solid #eaeaea;
    color: #434343;
    font-size: 15px;
    font-weight: 600;
    padding: 10px;
    text-align: center;
    text-transform: capitalize;
}
.o-pro-dec p {
    color: #454545;
    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: #454545;
    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: #454545;
    font-size: 16px;
    padding: 6px 5px 2px;
    text-align: right;
}
.billing-back-btn>span {
    color: #454545;
    font-size: 14px;
    margin-top: 10px;
}
.billing-back-btn>span a {
    color: #ff4427;
}
.billing-back-btn>span a:hover {
    text-decoration: underline;
}
.edit-address>a {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.edit-address>a:hover {
    color: #ff4427;
}

/*------------------------
    8. Contact page
--------------------------*/

#map {
    height: 500px;
    width: 100%;
}
.contact-info-wrapper {
    background-color: #fff;
    border: 1px solid #eaeaea;
    overflow: hidden;
    padding: 40px 15px 34px;
}
.contact-info-icon i {
    border: 2px solid #0d3d7f;
    border-radius: 50px;
    color: #0d3d7f;
    display: inline-block;
    font-size: 30px;
    height: 60px;
    line-height: 55px;
    transition: all 0.3s ease 0s;
    width: 60px;
	text-align: center;
}
.contact-info-wrapper:hover .contact-info-icon i {
    border: 2px solid #0d3d7f;
    background-color: #0d3d7f;
    color: #fff;
}
.contact-info-content h4 {
    color: #434343;
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.contact-info-content p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 3px;
}
.contact-info-content p a {
    color: #434343;
}
.contact-info-content p a:hover {
    color: #0d3d7f;
}
.contact-info-icon {
    margin-bottom: 20px;
}
.contact-message-wrapper {
    margin-top: 35px;
    margin-bottom: 70px;
}
.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;
    letter-spacing: .2px;
}
.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: #0d3d7f;
    border: medium none;
    cursor: pointer;
    margin-top: 30px;
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
}
.submit.btn-style:hover {
    background-color: #242424;
}
.contact-title {
    color: #434343;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px;
}

/*------------------------
    9. My account
--------------------------*/

.account-info-wrapper>h4 {
    font-size: 18px;
    letter-spacing: 0.2px;
    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: #454545;
    font-size: 15px;
    margin: 0;
    text-transform: capitalize;
}
.entries-edit-delete>a {
    background-color: #454545;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    letter-spacing: 0.2px;
    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: #0d3d7f;
}

/*--------------------------------
    10. 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: 80px;
    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 #eaeaea;
    color: #333;
    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: #454545;
    font-size: 15px;
    font-weight: 400;
}
.login-toggle-btn>a {
    color: #454545;
    float: right;
    font-size: 15px;
    transition: all 0.3s ease 0s;
}
.login-toggle-btn>a:hover {
    color: #0d3d7f;
}
.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;
    font-family: "Open Sans", sans-serif;
}
.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: #0d3d7f;
}
.login-form button {
    border: medium none;
    cursor: pointer;
}
.button-box button {
    background-color: #ff4427;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    line-height: 1;
    padding: 13px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.button-box button:hover {
    background-color: #0d3d7f;
    color: #fff;
}

/*---------------------------
    11. About us
-----------------------------*/

.overview-content-2 > h2 {
    color: #434343;
    font-family: "Open Sans", sans-serif;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 24px;
    padding-bottom: 28px;
    position: relative;
    text-transform: uppercase;
}
.overview-content-2 > h2 span {
    color: #ff4427;
}
.overview-content-2 > h2::before {
    background-color: #dddddd;
    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: 14px;
    font-weight: 400;
    margin-bottom: 21px;
}
.count-icon span {
    font-size: 50px;
    line-height: 1;
    display: inline-block;
}
.count-title h2 {
    color: #ff4427;
    font-size: 45px;
    font-weight: bold;
    margin: 10px 0 5px;
}
.count-title>span {
    font-size: 20px;
    text-transform: capitalize;
}
.single-count:hover .count-icon span {
    animation: 850ms ease-in-out 0s normal none 1 running tada;
}
.team-action {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 20px;
}
.team-action a {
    background-color: transparent;
    border-radius: 50px;
    color: #fff;
    display: block;
    font-size: 18px;
    height: 40px;
    left: 30px;
    line-height: 38px;
    margin-bottom: 5px;
    opacity: 0;
    position: relative;
    text-align: center;
    visibility: hidden;
    width: 40px;
}
.team-action a.facebook {
    background-color: #3b5998;
    border: 1px solid #3b5998;
}
.team-action a.twitter {
    background-color: #55acee;
    border: 1px solid #55acee;
}
.team-action a.instagram {
    background-color: #c32aa3;
    border: 1px solid #c32aa3;
}
.team-action a.facebook:hover {
    background-color: transparent;
    color: #3b5998;
}
.team-action a.twitter:hover {
    background-color: transparent;
    color: #55acee;
}
.team-action a.instagram:hover {
    background-color: transparent;
    color: #c32aa3;
}
.team-action a:nth-child(1) {
    transition-delay: 0.1s;
}
.team-action a:nth-child(2) {
    transition-delay: 0.2s;
}
.team-action a:nth-child(3) {
    transition-delay: 0.3s;
}
.team-wrapper:hover .team-action a {
    left: 0;
    opacity: 1;
    visibility: visible;
}
.team-img {
    overflow: hidden;
    position: relative;
}
.team-img img {
    width: 100%;
}
.team-content {
    box-shadow: 0 3px 5px rgba(85, 85, 85, 0.2);
    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: 14px;
}
h4.section-title-about {
    color: #434343;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 25px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}
h4.section-title-about::before {
    background-color: #444444;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    transition: all 0.4s ease 0s;
    width: 100%;
}
.single-testimonial.about-testi > p {
    font-size: 14px;
    margin: 0 auto 18px;
    width: 76%;
}
.testimonial-active.about-testi-active {
    padding: 0;
}
.quote-icon {
    margin: 0 0 20px;
}
.quote-icon i {
    color: #453f3c;
    font-size: 60px;
}
.single-testimonial > h4 {
    font-size: 15px;
    font-weight: 400;
    margin: 15px 0 0;
    text-transform: uppercase;
}
.single-testimonial > h4 span {
    font-size: 14px;
    font-weight: 400;
    margin-left: 7px;
    text-transform: capitalize;
}
.testimonial-active.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}
.product-details-large.tab-content .tab-pane {
    border: 1px solid #ddd;
}

/*-----------------------------
    12. Blog page
-------------------------------*/

.blog-wrapper {
    display: flex;
}
.blog-img {
    flex: 0 0 300px;
}
.blog-img img {
    width: 100%;
}
.blog-content-wrapper {
    align-items: center;
    display: flex;
}
.blog-content {
    background-color: #fff;
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.1);
    margin-left: -45px;
    padding: 32px 30px 35px;
}
.blog-content > h4 {
    color: #434343;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
}
.blog-meta {
    margin: 12px 0 14px;
}
.blog-meta li::before {
    background-color: #8c8c8c;
    content: "";
    height: 12px;
    position: absolute;
    right: -15px;
    top: 5px;
    transform: rotate(18deg);
    transition: all 0.4s ease 0s;
    width: 1px;
}
.blog-meta li {
    color: #434343;
    display: inline-block;
    font-weight: 400;
    margin-right: 23px;
    position: relative;
}
.blog-meta li:last-child {
    margin-right: 0;
}
.blog-meta li:last-child::before {
    display: none;
}
.blog-meta li a {
    color: #434343;
}
.blog-meta li a:hover {
    color: #0d3d7f;
}
.blog-content > p {
    color: #333;
    font-size: 15px;
    margin: 0;
}
.single-recent-post {
    display: flex;
}
.recent-post-img {
    flex: 0 0 90px;
}
.recent-post-content {
    margin: 0 0 0 10px;
}
.recent-post-content > h4 {
    color: #434343;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 5px;
}
.recent-post-content > h4 a {
    color: #434343;
}
.recent-post-content > h4 a:hover {
    color: #0d3d7f;
}
.recent-post-content > span {
    color: #434343;
    font-weight: 400;
}

/*------------------------
    13. Blog details
--------------------------*/

.dec-img>img {
    width: 100%;
}
.blog-details-content > h2 {
    color: #333;
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-transform: capitalize;
}
.single-blog-wrapper>p {
    font-size: 14px;
    margin: 0;
}
blockquote.importent-title {
    margin: 35px 0;
}
.importent-title > h4 {
    color: #333;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    line-height: 28px;
    margin: 0;
}
.dec-img-wrapper {
    margin: 50px 0;
}
.blog-dec-tags ul li {
    display: inline-block;
    position: relative;
}
.blog-dec-tags ul li::after {
    background-color: #6d6d6d;
    content: "";
    font-size: 8px;
    height: 12px;
    position: absolute;
    right: 6px;
    top: 7px;
    transform: rotate(20deg);
    width: 1.5px;
}
.blog-dec-tags ul li a {
    color: #333;
    font-size: 15px;
    font-weight: 600;
    margin-right: 18px;
    text-transform: capitalize;
}
.blog-dec-tags ul li a:hover,
.blog-dec-social ul li a:hover {
    color: #ff4427;
}
.blog-dec-tags-social {
    border-bottom: 2px solid #f6f6f6;
    display: flex;
    justify-content: space-between;
    margin-top: 52px;
    padding-bottom: 10px;
}
.blog-dec-social {
    display: flex;
}
.blog-dec-social > span {
    color: #333;
    font-size: 15px;
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize;
}
.blog-dec-social ul li {
    display: inline-block;
    margin-left: 14px;
}
.blog-dec-social ul li a {
    color: #333333;
    font-size: 15px;
}
.blog-dec-title {
    color: #333;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    margin: 0;
    text-transform: capitalize;
}
.single-comment-wrapper {
    display: flex;
}
.blog-comment-img {
    flex: 0 0 135px;
    margin-right: 28px;
}
.blog-comment-content>h4 {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    font-family: "Open Sans", sans-serif;
}
.blog-comment-content>span {
    color: #444;
    display: block;
    font-size: 15px;
    margin: 6px 0 8px;
}
.blog-comment-content>p {
    font-size: 14px;
    margin: 0 0 8px;
}
.blog-details-btn a {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}
.blog-details-btn a:hover {
    color: #ff4427;
}
.blog-reply-wrapper>form {
    margin-top: 50px;
}
.leave-form {
    margin-bottom: 20px;
}
.blog-reply-wrapper form input,
.blog-reply-wrapper form textarea {
    background: #f7f7f7 none repeat scroll 0 0;
    border: medium none;
    color: #333;
    font-size: 14px;
    height: 50px;
    padding: 2px 20px;
}
.blog-reply-wrapper form input::-moz-placeholder,
.blog-reply-wrapper form textarea::-moz-placeholder {
    color: #333;
    opacity: 1;
}
.blog-reply-wrapper form textarea {
    height: 235px;
    padding: 25px 20px;
}
.blog-reply-wrapper form .text-leave input {
    background-color: #ff4427;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    height: inherit;
    margin-top: 40px;
    padding: 14px 30px 13px;
    width: inherit;
}
.blog-reply-wrapper form .text-leave input:hover {
    background-color: #000;
}
.blog-dec-tags ul li:last-child::after {
    display: none;
}