/*--------------------------------------------------------------
>>> RadiantThemes Custom CSS
>>> THEME CUSTOM CSS || 
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Scrollup
# ACCODIAN
# TESTIMONIAL
# OPTYMYZE THEME CSS
/*--------------------------------------------------------------
# Normalize CSS STARTS[# Normalize]
--------------------------------------------------------------*/

/* PAGE WRAPPER CSS STARTS*/

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1266px;
}

/* PAGE WRAPPER CSS ENDS*/


/* INNER PAGE BREADCRUMB GAPPING CSS STARTS*/

.el-chevron-right::before {
    content: "/";
	padding-left: 8px;
	padding-right: 8px;
	font-weight: 900;
	font-size: 16px;
}

/* INNER PAGE BREADCRUMB GAPPING CSS STARTS*/


* {
    margin: 0 auto;
    text-decoration: none !important;
    outline: none !important;
}

a {
    color: #181b31;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    border-radius: 10px;
}

iframe {
    max-width: 100%;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ol {
    list-style: decimal inside;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 15px;
    padding: 0;
    visibility: inherit !important;
}

strong {
    font-weight: 600;
}

p {
    margin-bottom: 20px;
    padding: 0;
}

blockquote {
    margin: 0;
    padding: 0;
    border: none;
}

label {
    font-weight: 400;
}

del,
del * {
    text-decoration: line-through !important;
}

/*--------------------------------------------------------------
# Normalize CSS ENDS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Sidr
--------------------------------------------------------------*/

.sidr {
    display: block;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 260px;
    overflow-x: hidden;
    overflow-y: auto;
}

.sidr.right {
    left: auto;
    right: -260px;
}

.sidr.left {
    left: -260px;
    right: auto;
}

.sidr.right .sidr-close {
    margin: 0;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.05);
    text-align: right;
}

.sidr.left .sidr-close {
    float: left;
    margin-left: 15px;
}

.sidr-close {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 25px;
    cursor: pointer;
}

/*--------------------------------------------------------------
# Scrollup CSS STARTS[# Scrollup]
--------------------------------------------------------------*/

body > .scrollup {
    position: fixed;
    bottom: 20px;
    width: 40px;
    height: 40px;
    z-index: 99;
    border-radius: 50%;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

body > .scrollup.left {
    left: -50px;
}

body > .scrollup.right {
    right: -50px;
}

body > .scrollup.left.active {
    left: 15px;
}

body > .scrollup.right.active {
    right: 15px;
}

body > .scrollup:hover {
    transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}

body > .scrollup span[class*="ti-"] {
    font-size: 12px;
    /*color: inherit;*/
    line-height: 40px;
    color: #0751b7;
    font-weight: bold;
    margin-left: 1px;
}

/*--------------------------------------------------------------
# Scrollup CSS ENDS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# ACCODIAN CSS STARTS[# ACCODIAN]
--------------------------------------------------------------*/
.radiantthemes-accordion.element-five {
    width: 100%;
    margin: 0 auto;
}

.radiantthemes-accordion.element-five .accord_bdy {
    padding: 0;
}

.radiantthemes-accordion.element-five .accord_bx_sec {
    padding: 0;
}

.radiantthemes-accordion.element-five .ques_bx {
    margin: 0;
    padding: 0;
}

.radiantthemes-accordion.element-five .clearfix:before {
    display: table;
    content: " ";
}

.radiantthemes-accordion.element-five .ques_bx li:not(.a) {
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 0px;
    border-radius: 0px;
    padding: 22px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.radiantthemes-accordion.element-five .ques_bx li:not(.a):first-child {
    /* border-bottom: none; */
    border-top: none;
}

.radiantthemes-accordion.element-five .ques_bx li {
    float: left;
    width: 100%;
}

.radiantthemes-accordion.element-five .text {
    float: left;
    color: #16193A;
    font-weight: bold;
    margin-right: 10px;
    font-size: 20px;
}

.radiantthemes-accordion.element-five .ques_bx li.a {
    display: none;
    color: #555759;
    margin-top: -18px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
}

.radiantthemes-accordion.element-five .accord_bx_sec {
    padding: 0 0px 35px 0px !important;
}

.header_holder .wraper_header_main.mobile-menu-open {
    transform: translateX(0);
}

.header_holder .wraper_header_main.mobile-menu-open > nav ul.elementor-nav-menu {
    display: block;
}

.header_holder .wraper_header_main.mobile-menu-open > nav ul.elementor-nav-menu li.menu-item-has-children ul.sub-menu {
    position: static;
    z-index: 1;
    width: 100%;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    text-align: left;
    background-color: transparent;
    display: none;
    transition: none;
    opacity: 1;
    visibility: visible;
}

.header_holder .wraper_header_main.mobile-menu-open > nav ul.elementor-nav-menu > li.menu-item-has-children a:before,
.header_holder .wraper_header_main.mobile-menu-open > nav ul.elementor-nav-menu li ul li a:after {
    display: none;
}

.mobile-menu-close {
    padding: 8px 0;
    text-align: right;
    cursor: pointer;
    position: relative;
    /* background: #000; */
    margin-bottom: -3px;
    float: right;
    width: 50%;
}

.mobile-menu-close:before {
    color: #000;
    /* background-color: #1c1a1a; */
    display: inline-block;
    content: "\e646";
    font-family: 'themify';
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}





/*--------------------------------------------------------------
# ACCODIAN CSS ENDS
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# TESTIMONIAL CSS STARTS[# TESTIMONIAL]
--------------------------------------------------------------*/
/*TESTIMONIAL ELEMENT ONE CSS STARTS*/

.testimonial.element-one {
    position: relative;
}

.testimonial.element-one .testimonial-item > .holder {
    text-align: center;
}

.testimonial.element-one .testimonial-item > .holder > .testimonial-pic {
    margin-bottom: 50px;
}

.testimonial.element-one .testimonial-item > .holder > .testimonial-pic > .testimonial-pic-holder {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.testimonial.element-one .testimonial-item > .holder > .testimonial-pic > .testimonial-pic-holder > .testimonial-pic-main {
    display: inline-block;
    vertical-align: top;
    width: 145px;
    height: 145px;
    background: center center no-repeat;
    background-size: cover;
    border-radius: 50%;
}

.testimonial.element-one .testimonial-item > .holder > .testimonial-pic > .testimonial-pic-holder > .testimonial-pic-icon {
    position: absolute;
    bottom: -10px;
    right: -5px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    color: #fff;
    line-height: 60px;
}

.testimonial.element-one .testimonial-item > .holder > .testimonial-data {
    margin-bottom: 35px;
}

.testimonial.element-one .testimonial-item > .holder > .testimonial-data blockquote > *:last-child {
    margin-bottom: 0 !important;
}

.testimonial.element-one .testimonial-item > .holder > .testimonial-data blockquote p {
    margin-bottom: 20px;
}

.testimonial.element-one .testimonial-item > .holder > .testimonial-title > *:last-child {
    margin-bottom: 0 !important;
}

.testimonial.element-one .testimonial-item > .holder > .testimonial-title .title {
    margin-bottom: 3px;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 20px;
    color: #24323d;
    line-height: 30px;
    letter-spacing: 0.06px;
    margin-top: -8px;
}

.testimonial.element-one .testimonial-item > .holder > .testimonial-title .designation {
    margin-bottom: 7px;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 15px;
    color: #676767;
    line-height: 30px;
    letter-spacing: 0.06px;
}

.testimonial.element-one:not(.owl-carousel) .testimonial-item {
    float: left;
    padding-left: 0;
    margin-bottom: 40px;
}

.testimonial.element-one > .owl-thumbs {
    display: none;
}

/*TESTIMONIAL ELEMENT ONE CSS ENDS*/

/*TESTIMONIAL ELEMENT SIX CSS STARTS*/

.testimonial.element-six {
    position: relative;
    width: auto !important;
    margin-left: -15px;
    margin-right: -15px;
}

/*.testimonial.element-six .testimonial-item {
    padding-left: 15px;
    padding-right: 15px;
}*/

.testimonial.element-six .testimonial-item {
    margin-left: 1px;
    margin-right: 1px;
}

.testimonial.element-six .testimonial-item > .holder {
    text-align: left;
    text-align: left;
    background: #fff;
    border-radius: 5px;
    padding-top: 37px;
    padding-bottom: 52px;
    padding-left: 38px;
    padding-right: 38px;
    /*box-shadow: 0px 0px 10px 5px rgba(47, 85, 212, 0.1);*/
    margin-top: 15px;
    margin-bottom: 15px;
}

@media screen and (max-width: 1024px) and (min-width: 992px) {
	.testimonial.element-six .testimonial-item > .holder {
	padding-left: 20px;
    padding-right: 20px;
	}
}

.testimonial.element-six .testimonial-item > .holder > .testimonial-data {
    margin-bottom: 23px;
    font-weight: normal;
}

.testimonial.element-six .testimonial-item > .holder > .testimonial-data blockquote > *:last-child {
    margin-bottom: 0 !important;
}

.testimonial.element-six .testimonial-item > .holder > .testimonial-data blockquote p {
    margin-bottom: 20px;
}

.testimonial.element-six .testimonial-item > .holder > .testimonial-title {
    position: relative;
    min-height: 63px;
    padding-top: 17px;
    padding-left: 80px;
}

.testimonial.element-six .testimonial-item > .holder > .testimonial-title > .testimonial-title-pic {
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 1;
    width: 71px;
    height: 71px;
    background: center center no-repeat;
    background-size: cover;
    border-radius: 50%;
}

.testimonial.element-six .testimonial-item > .holder > .testimonial-title > .testimonial-title-data > *:last-child {
    margin-bottom: 0 !important;
}

.testimonial.element-six .testimonial-item > .holder > .testimonial-title > .testimonial-title-data .title {
    margin-bottom: 3px;
    margin-top: -9px;
    margin-left: 8px;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 20px;
    color: #24323d;
    line-height: 30px;
    letter-spacing: 0.06px;
}

.testimonial.element-six .testimonial-item > .holder > .testimonial-title > .testimonial-title-data .designation {
    margin-left: 8px;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 15px;
    color: #676767;
    line-height: 30px;
    letter-spacing: 0.06px;
}

.testimonial.element-six .testimonial-item > .holder > .testimonial-title > .testimonial-title-data .title u {
    margin-left: 7px;
    text-decoration: underline !important;
}

.testimonial.element-six:not(.owl-carousel) .testimonial-item {
    float: left;
    padding-left: 0;
    margin-bottom: 40px;
}

.testimonial.element-six > .owl-thumbs {
    display: none;
}

.testimonial.element-six > .owl-nav {
    margin-top: -40px !important;
    text-align: right !important;
}

.testimonial.element-six > .owl-dots {
    margin-top: -2px;
}

/*TESTIMONIAL OWL DOT STARTS*/
.testimonial[class*="element-"].owl-dot-style-one .owl-dots {
    text-align: center;
}

.testimonial[class*='element-'].owl-dot-style-one .owl-dots > .owl-dot {
    margin-left: 6px;
    margin-right: 6px;
}

.testimonial[class*="element-"].owl-dot-style-one .owl-dots > .owl-dot > span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    background-color: #F6A69A;
}

.testimonial[class*='element-'].owl-dot-style-one .owl-dots > .owl-dot.active > span {
    background-color: #F3492F;
}

.testimonial[class*="element-"] .owl-dots > .owl-dot {
    display: inline-block;
    vertical-align: top;
}

.testimonial.element-one > .owl-nav {
    margin-top: -40px !important;
    text-align: right !important;
}

.testimonial.element-one > .owl-dots {
    margin-top: 40px;
}

/*TESTIMONIAL OWL DOT ENDS*/

/*TESTIMONIAL ELEMENT SIX CSS ENDS*/

/*--------------------------------------------------------------
# TESTIMONIAL CSS ENDS
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 404 Error Page
--------------------------------------------------------------*/

/* wraper_error_main */

.wraper_error_main {
    width: 100%;
}

/*--------------------------------------------------------------
# 404 Error Style One
--------------------------------------------------------------*/

.wraper_error_main.style-one > .container {
    padding-top: 120px;
    padding-bottom: 130px;
}

.wraper_error_main.style-one .error_main {
    text-align: center;
}

.wraper_error_main.style-one .error_main > *:last-child {
    margin-bottom: 0 !important;
}

.wraper_error_main.style-one .error_main .radiantthemes-counterup {
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
    font-size: 250px;
    color: #181818;
    line-height: 0.7;
    font-family: "Open Sans";
    margin-top: 120px;
    /*for now*/
}

.wraper_error_main.style-one .error_main h1 {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 35px;
    color: #181b31 !important;
    line-height: 45px;
    letter-spacing: -1px;
    font-family: "Open Sans";
}

.wraper_error_main.style-one .error_main h2 {
    margin-bottom: 17px;
    color: #293949;
    font-family: "Open Sans";
    margin-top: 105px;
}

.wraper_error_main.style-one .error_main .btn {
    background: #F4492F !important;
    box-shadow: none !important;
    color: #ffffff;
    border-radius: 45px !important;
    padding: 7px 21px 7px 10px !important;
    border: 0px none !important;
    text-transform: none !important;
    font-weight: bold !important;
    font-size: 15px !important;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    margin-top: 20px;
}

.wraper_error_main.style-one .error_main .btn:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

.wraper_error_main.style-one .error_main .btn > span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.wraper_error_main.style-one .error_main .btn [class^="ti-"] {
	color: #F3492F;
	background: #ffffff;
	border-radius: 50%;
	padding: 15px;
}

/*--------------------------------------------------------------
# 404 Error Style Two
--------------------------------------------------------------*/

.wraper_error_main.style-two > .container {
    padding-top: 200px;
    padding-bottom: 200px;
}

.wraper_error_main.style-two .error_main {
    text-align: center;
}

.wraper_error_main.style-two .error_main > *:last-child {
    margin-bottom: 0 !important;
}

.wraper_error_main.style-two .error_main img {
    margin-bottom: 30px;
}

.wraper_error_main.style-two .error_main h1 {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 30px;
    color: #1a1a1a;
    line-height: 40px;
}

.wraper_error_main.style-two .error_main .btn {
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
}

/*--------------------------------------------------------------
# 404 Error Style Three
--------------------------------------------------------------*/

.wraper_error_main.style-three > .container {
    padding-top: 200px;
    padding-bottom: 160px;
}

.wraper_error_main.style-three .error_main_item {
    margin-bottom: 40px;
}

.wraper_error_main.style-three .error_main_item > *:last-child {
    margin-bottom: 0 !important;
}

.wraper_error_main.style-three .error_main_item img {
    width: 400px;
    margin-bottom: 10px;
}

.wraper_error_main.style-three .error_main_item h1 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 80px;
    color: #242c31;
    line-height: 90px;
}

.wraper_error_main.style-three .error_main_item h2 {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 20px;
    color: #1a1a1a;
    line-height: 30px;
}

.wraper_error_main.style-three .error_main_item .btn {
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
}

/*--------------------------------------------------------------
# 404 Error Style Four
--------------------------------------------------------------*/

.wraper_error_main.style-four > .container {
    padding-top: 150px;
    padding-bottom: 200px;
}

.wraper_error_main.style-four .error_main {
    text-align: center;
}

.wraper_error_main.style-four .error_main > *:last-child {
    margin-bottom: 0 !important;
}

.wraper_error_main.style-four .error_main img {
    width: 500px;
    margin-bottom: 25px;
}

.wraper_error_main.style-four .error_main h1 {
    margin-bottom: 35px;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 30px;
    color: #1a1a1a;
    line-height: 40px;
}

.wraper_error_main.style-four .error_main .btn {
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
}

/*--------------------------------------------------------------
# OPTYMYZE THEME CSS STARTS[# OPTYMYZE THEME CSS]
--------------------------------------------------------------*/
/*GENERAL CSS FOR OPTYMYZE THEME FOR BUTTON BUTTON HOVER AND IMAGE MOVING EFFECT STARTS*/


/*BUTTON HOVER CSS STARTS*/
.upper-flip-btn .elementor-button:hover {
    transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
}

/*BUTTON HOVER CSS ENDS*/


/*SINGLE IMAGE HOVER EFFECT STARTS*/
.icon-moving-style-three:hover .elementor-image img {
    transform: translate3d(0px, -6px, 0);
}

.icon-moving-style-three .elementor-image img {
    transition: all .35s cubic-bezier(.38, 3, .57, 1.6);
}
.move-image-left-right .elementor-image img {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.move-image-left-right:hover .elementor-image img {
    transform: translate3d(-10px, 0, 0);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
/*SINGLE IMAGE HOVER EFFECT ENDS*/


/*GENERAL CSS FOR OPTYMYZE THEME FOR BUTTON BUTTON HOVER AND IMAGE MOVING EFFECT ENDS*/


/*HOMEPAGE VERSION ONE HEADER BUTTON ICON CSS STARTS*/
.header-one-button .radiantthemes-custom-button.element-one .radiantthemes-custom-button-main i {
    color: #F3492F;
    background: #ffffff;
    border-radius: 50%;
    padding: 15px;
    top: 2px;
    position: relative;
}

.header-one-button .radiantthemes-custom-button.element-one .radiantthemes-custom-button-main > .placeholder {
    font-weight: bold;
    color: #fff;
}

/*HOMEPAGE VERSION ONE HEADER BUTTON ICON CSS ENDS*/


/*HOMEPAGE VERSION ONE TESTIMONIAL OWL DOT STARTS*/
.home-one-testimonial .testimonial[class*="element-"].owl-dot-style-one .owl-dots > .owl-dot > span {
    background-color: #FFFFFF;
    border: 1px solid #F3492F;
}

/*HOMEPAGE VERSION ONE TESTIMONIAL OWL DOT ENDS*/


/*HOMEPAGE VERSION ONE BANNER IMAGE BOX STARTS*/
.chk-website .elementor-image-box-content .elementor-image-box-title {
    margin-top: 32px;
}

/*HOMEPAGE VERSION ONE BANNER IMAGE BOX ENDS*/


/*HOMEPAGE VERSION ONE THREE BOX HOVER BUTTON STARTS*/
.box-one-hover .three-box-btn .elementor-button {
    color: #FFFFFF;
    background-color: #F3492F;
    box-shadow: 0px 7px 11px 0px rgba(244, 73, 47, 0.3);
}

.box-one-hover h3 {
    color: #293949;
}

.box-one-hover:hover .three-box-btn .elementor-button {
    color: #F3492F;
    background-color: #FFFFFF;
    box-shadow: none;
}

.box-one-hover h3 {
    color: #293949;
}

.box-one-hover p {
    color: #33475B;
}

.box-one-hover:hover h3,
.box-one-hover:hover p {
    color: #FFFFFF;
}

/*HOMEPAGE VERSION ONE THREE BOX HOVER BUTTON ENDS*/


/*HOMEPAGE VERSION ONE EMAIL ROUNDED FORM STARTS*/
.home1-get-started,
.home1-banner {
    position: relative;
    margin-top: 0px;
}

.home1-get-started .form-row input[type=email] {
    width: 95%;
    background-color: #ffffff;
    border: none;
    border-radius: 35px;
    font-weight: 400;
    padding-left: 20px;
    font-size: 15px;
    color: #9D9FAD;
    line-height: 30px;
    height: 58px;
    box-shadow: 0px 14px 26px 0px rgba(0, 75, 153, 0.2);
}

.home1-get-started .form-row input[type=email]:focus {
    background: #fcfcfc;
    border: 1px solid #F3492F;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.home1-get-started .form-row .footer-style-one-subscribe-btn {
    position: absolute;
    top: 2px;
    border: none;
    z-index: 1;
    right: 10px;
    background: transparent;
}

.home1-get-started .form-row input[type=email]::placeholder {
    color: #33475B !important;
}

/*HOMEPAGE VERSION ONE EMAIL ROUNDED FORM ENDS*/


/*HOMEPAGE VERSION ONE FOOTER LINK CSS STARTS*/
.menu-footer-link-style-one a {
    color: #BBD2F5;
    font-weight: normal;
}

.menu-footer-link-style-one li {
    margin-bottom: 10px;
}

.menu-footer-link-style-one a:hover {
    color: #fff;
}

/*HOMEPAGE VERSION ONE FOOTER LINK CSS ENDS*/


/*HOMEPAGE VERSION TWO COUNTER CSS(FOR LEFT ALIGNMENT TITLE AND NUMBER) STARTS*/
.counter-one .elementor-counter .elementor-counter-title {
    margin-left: -15px;
}

.counter-two .elementor-counter .elementor-counter-title {
    margin-left: -8px;
}

.counter-three .elementor-counter .elementor-counter-title {
    margin-left: 17px;
}

.counter-four .elementor-counter .elementor-counter-title {
    margin-left: -45px;
}

@media (max-width:768px) {
    .counter-one .elementor-counter .elementor-counter-title {
        margin-left: 0;
    }

    .counter-two .elementor-counter .elementor-counter-title {
        margin-left: 0;
    }

    .counter-three .elementor-counter .elementor-counter-title {
        margin-left: 0;
    }

    .counter-four .elementor-counter .elementor-counter-title {
        margin-left: 0;
    }
}

/*HOMEPAGE VERSION TWO COUNTER CSS(FOR LEFT ALIGNMENT TITLE AND NUMBER) ENDS*/


/*HOMEPAGE VERSION THREE HEADER BUTTON ICON CSS STARTS*/
.homepage-three-btn .radiantthemes-custom-button.element-one .radiantthemes-custom-button-main {
    box-shadow: 0px 10px 20px 0px rgba(244, 73, 47, 0.5);
}

/*HOMEPAGE VERSION THREE HEADER BUTTON ICON CSS ENDS*/


/*HOMEPAGE VERSION THREE HISTORY CSS STARTS*/
.timeline-hover-box:hover .three-box-btn .elementor-button {
    color: #ffffff;
    background-color: #F3492F;
}

.timeline-hover-box h5 {
    color: #64ABF2;
}

.timeline-hover-box:hover h5 {
    color: #ffffff;
    cursor: pointer;
}

/*HOMEPAGE VERSION THREE HISTORY CSS ENDS*/


/*HOMEPAGE VERSION THREE ROUNDED FORM CSS STARTS*/
.home-three-frm .form-row input[type=text] {
    width: 57%;
    background-color: #ffffff;
    border: none;
    border-radius: 35px 0px 0px 35px;
    font-weight: 400;
    padding-left: 20px;
    font-size: 15px;
    color: #9D9FAD;
    line-height: 30px;
    height: 58px;
}

.home-three-frm .wpcf7-form-control-wrap {
    position: inherit;
}

.home-three-frm .form-row input[type=email] {
    width: 43%;
    background: #ffffff url(../images/home2-form-bg1.png) no-repeat left;
    border: none;
    border-radius: 0px 35px 35px 0px;
    font-weight: 400;
    font-size: 15px;
    color: #9D9FAD;
    line-height: 30px;
    height: 58px;
    margin-left: -7px;
    padding-left: 34px;
    position: absolute;
}

.home-three-frm .form-row .footer-style-one-subscribe-btn {
    position: absolute;
    top: 43px;
    border: none;
    z-index: 1;
    right: -3px;
    background: transparent;
}

.home-three-frm .form-row input[type=email]::placeholder,
.home1-banner .form-row input[type=text]::placeholder {
    color: #33475B !important;
}

/*HOMEPAGE VERSION THREE ROUNDED FORM CSS ENDS*/


/*HOMEPAGE VERSION THREE TESTIMONIAL LEFT SIDE IMAGE ROUND CSS STARTS*/
.home-ten-testmonial-circle-img {
    width: 100% !important;
    position: absolute;
    animation-name: rotate;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 0ms;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/*HOMEPAGE VERSION THREE TESTIMONIAL LEFT SIDE IMAGE ROUND CSS ENDS*/


/*HOMEPAGE VERSION THREE TESTIMONIAL OWL DOT STARTS*/
.home-page-three-testimonial-style-one .testimonial[class*='element-'].owl-dot-style-one .owl-dots {
    text-align: left;
    margin-left: 46px;
    bottom: -30px;
}

@media (max-width:768px) {
    .home-page-three-testimonial-style-one .testimonial[class*='element-'].owl-dot-style-one .owl-dots {
        text-align: center;
    	margin-left: 0;
    }
}

/*HOMEPAGE VERSION THREE TESTIMONIAL OWL DOT ENDS*/


/*HOMEPAGE VERSION VERSION FOUR BANNER TEXT CSS STARTS*/
.home-four-social-text .elementor-text-editor {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

/*HOMEPAGE VERSION VERSION FOUR BANNER TEXT CSS ENDS*/


/*HOMEPAGE VERSION VERSION FOUR BANNER IMAGE BOX CSS STARTS*/

.chk-website-1 .elementor-image-box-content .elementor-image-box-title {
    margin-top: 19px;
}

/*HOMEPAGE VERSION VERSION FOUR BANNER IMAGE BOX CSS ENDS*/


/*HOMEPAGE VERSION VERSION FIVE PROGRESS BACKGROUND CSS STARTS*/
.home-five-prog-one .rt-progress-bar.element-one > .title > .progress-width {
    float: right;
    background: #F3492F;
    height: 30px;
    position: relative;
    width: 50px;
    color: #fff !important;
    border-radius: 5px;
    z-index: 1;
    text-align: center !important;
    margin-top: -8px;
}

.home-five-prog-one .rt-progress-bar.element-one > .title > .progress-width:before {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 10px solid transparent;
    border-top-color: #F3492F;
    top: 85%;
    left: 50%;
    margin-left: -10px;
}

.home-five-prog-two .rt-progress-bar.element-one > .title > .progress-width {
    float: right;
    background: #0751B7;
    height: 30px;
    position: relative;
    width: 50px;
    color: #fff !important;
    border-radius: 5px;
    z-index: 1;
    text-align: center !important;
    margin-top: -8px;
}

.home-five-prog-two .rt-progress-bar.element-one > .title > .progress-width:before {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 10px solid transparent;
    border-top-color: #0751B7;
    top: 85%;
    left: 50%;
    margin-left: -10px;
}

.home-five-prog-three .rt-progress-bar.element-one > .title > .progress-width {
    float: right;
    background: #13B7FD;
    height: 30px;
    position: relative;
    width: 50px;
    color: #fff !important;
    border-radius: 5px;
    z-index: 1;
    text-align: center !important;
    margin-top: -8px;
}

.home-five-prog-three .rt-progress-bar.element-one > .title > .progress-width:before {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 10px solid transparent;
    border-top-color: #13B7FD;
    top: 85%;
    left: 50%;
    margin-left: -10px;
}

/*HOMEPAGE VERSION VERSION FIVE PROGRESS BACKGROUND CSS ENDS*/


/*HOMEPAGE VERSION VERSION FIVE TESTIMONIAL BACKGROUND CSS STARTS*/
.home-five-testimonial .testimonial.element-six .testimonial-item {
    background: #fff url(../images/home5-testimonial-bg3.png) no-repeat center center;
    box-shadow: 0px 10px 17px 0px rgba(11, 83, 255, 0.1);
    border-radius: 25px;
}

.home-five-testimonial .owl-carousel.owl-drag .owl-item {
    padding: 15px !important;
}

.home-five-testimonial .testimonial.element-six .testimonial-item > .holder {
    background: transparent;
    padding-top: 60px;
    padding-bottom: 55px;
    border-bottom: none;
}

.home-five-testimonial .testimonial.element-six > .owl-dots {
    margin-top: 20px;
}

/*HOMEPAGE VERSION VERSION FIVE TESTIMONIAL BACKGROUND CSS ENDS*/


/*OPTYMYZE THEME INNERPAGE CSS STARTS*/

/*ALL INNERPAGES BANNER PORTION CSS STARTS*/
.inner_banner_breadcrumb #crumbs a {
    color: #FFFFFF !important;
}

/*ALL INNERPAGES BANNER PORTION CSS ENDS*/


/*CONTACT US PAGE CURVED MAP PORTION CSS STARTS*/
/*.elementor-3870 .elementor-element.elementor-element-cd6387b iframe {
    border-radius: 20px !important;
}*/

/*CONTACT US PAGE CURVED MAP PORTION CSS ENDS*/


/*CONTACT US PAGE FORM PORTION CSS STARTS*/
.contact-one .form-row input[type=text] {
    width: 100%;
    height: 58px;
    padding: 12px 15px 12px 20px;
    margin-bottom: 20px;
    border: none;
    background-color: #F5F5F5;
    border-radius: 35px;
}

.contact-one .form-row input[type=text]:hover {
    width: 100%;
    height: 58px;
    padding: 12px 15px 12px 20px;
    margin-bottom: 20px;
    border: 1px solid #F34A30;
    background-color: #ffffff;
    border-radius: 35px;
}

.contact-one textarea {
    height: 150px;
    resize: none;
    width: 100%;
    padding: 7px 15px 8px 20px;
    border: 1px solid #f3f5fd;
    background-color: #F5F5F5;
    border-radius: 35px;
}

.contact-one textarea:hover {
    height: 150px;
    resize: none;
    width: 100%;
    padding: 7px 15px 8px 20px;
    border: 1px solid #F34A30;
    background-color: #ffffff;
    border-radius: 35px;
}

.contact-one input[type=submit] {
    background: #F3492E url(../images/contact-img4.png) no-repeat center left 6px;
    border: none;
    color: #fff !important;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 70px;
    padding-right: 36px;
    font-size: 15px;
    border-radius: 45px;
    font-family: "Open Sans";
    font-weight: bold;
    transition: all .3s ease-in-out !important;
    -webkit-transition: all .3s ease-in-out;
    margin-top: 10px;
}

.contact-one input[type=submit]:hover {
    box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, .25) !important;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

.contact-one .col-lg-6, .contact-one .col-md-6, .contact-one .col-sm-6 {
    padding-right: 10px;
    padding-left: 10px;
}

.contact-one .col-lg-12, .contact-one .col-md-12, .contact-one .col-sm-12 {
    padding-right: 10px;
    padding-left: 10px;
}

/*CONTACT US PAGE FORM PORTION CSS ENDS*/


/*TEAM INNERPAGE TEAM PORTION CSS STARTS*/
.teampage-team .team.element-eight .team-item {
    margin-top: -50px;
}

/*TEAM INNERPAGE TEAM PORTION CSS ENDS*/


/*SERVICE INNERPAGE TEAM PORTION CSS STARTS*/
.box-service-hover h3 {
    color: #FFFFFF;
}

.box-service-hover:hover h3 {
    color: #293949;
}

.box-service-hover p {
    color: #BEDBFF;
}

.box-service-hover:hover p {
    color: #33475B;
}

/*SERVICE INNERPAGE TEAM PORTION CSS ENDS*/


/*FAQ INNERPAGE TEAM PORTION CSS STARTS*/
.faq-accordian .radiantthemes-accordion.element-five .minus {
    float: left;
    margin-right: 42px;
}

.faq-accordian .radiantthemes-accordion.element-five .plus {
    float: left;
    margin-right: 42px;
}

.faq-accordian .radiantthemes-accordion.element-five .ques_bx li.a {
    padding-left: 87px;
    padding-right: 87px;
}

/*FAQ INNERPAGE TEAM PORTION CSS ENDS*/


/*PRICING INNERPAGE HTML PRICING TABLE CSS STARTS*/
.pricing-1 table {
    width: 100%;
    border-collapse: collapse;
}

.pricing-1 thead th.w-24 {
    width:24%;
}

.pricing-1 tfoot th.w-24 {
    width:24%;
}

.pricing-1 thead tr td,
.pricing-1 tbody tr td,
.pricing-1 tfoot tr td {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 28px;
    padding-bottom: 12px;
}

.pricing-1 table td,
.pricing-1 table th,
.pricing-1 table thead:first-child tr:first-child th {
    border: 1px solid transparent;
}

.pricing-1 thead th {
    padding-top: 44px;
    padding-bottom: 14px;
    padding-left: 15px;
    padding-right: 15px;
}

.pricing-1 thead th:first-child {
    text-align: center;
    background: #13B7FD url(../images/home3-pricing-1.png) no-repeat top;
    border-radius: 10px 10px 0px 0px;
}

.pricing-1 thead th p.table-intro {
    color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 0.06px;
}

.pricing-1 thead th p.table-price-2 {
    color: #FFFFFF;
    margin-top: -13px;
    font-size: 28px;
    line-height: 38px;
    font-weight: 800;
}

.pricing-1 thead th p.table-price-3 {
    color: #FFE8E5;
    margin-top: -13px;
    font-size: 28px;
    line-height: 38px;
    font-weight: 800;
}

.pricing-1 tbody tr td p.table-content {
    text-transform: capitalize;
    line-height: 30px;
    letter-spacing: 0.06px;
    font-weight: 700;
    font-style: normal;
    color: #181B31;
    font-size: 20px;
}

.pricing-1 thead th sub {
    color: #ffffff;
    font-size: 15px;
}

.pricing-1 thead th:nth-child(3) {
    text-align: center;
    background: #0851B8 url(../images/home3-pricing-2.png) no-repeat top;
    border-radius: 10px 10px 0px 0px;
}

.pricing-1 thead th:nth-child(3) h5 {
    color: #A8CCFD;
    margin-top: -13px;
}

.pricing-1 thead th:nth-child(5) h5 {
    color: #FFE8E5;
    margin-top: -13px;
}

.pricing-1 thead th:nth-child(5) {
    text-align: center;
    background: #F4492F url(../images/home3-pricing-3.png) no-repeat top;
    border-radius: 10px 10px 0px 0px;
}

.pricing-1 thead th:nth-child(7) {
    text-align: center;
    background: #0851B8 url(../images/home3-pricing-2.png) no-repeat top;
    border-radius: 10px 10px 0px 0px;
}

.pricing-1 thead th:nth-child(7) h5 {
    color: #A8CCFD;
    margin-top: -13px;
}

.pricing-1 tbody tr td i.fa-check {
    color: #FB5248;
    font-size: 18px;
}

.pricing-1 tbody tr td i.fa-close {
    color: #869095;
    font-size: 18px;
}

.pricing-1 td {
    text-align: center;
    color: #293949;
}

.pricing-1 tfoot th:nth-child(3) {
    text-align: center;
    background: #0751B7;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 14px 26px 0px rgba(0, 75, 153, 0.2);
    font-size: 16px;
}

.pricing-1 th:nth-child(5) {
    text-align: center;
    background: #F3492F;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 10px 20px 0px rgba(244, 73, 47, 0.5);
    font-size: 16px;
}

.pricing-1 tfoot th:nth-child(7) {
    text-align: center;
    background: #0751B7;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 14px 26px 0px rgba(0, 75, 153, 0.2);
    font-size: 16px;
}

.pricing-1 tfoot th {
    padding-top: 36px;
    padding-bottom: 35px;
    padding-left: 15px;
    padding-right: 15px;
}

.pricing-1 tbody tr:first-child td {
    border-top: 1px solid #D8E5EB;
}

.pricing-1 tbody tr:nth-child(odd) td {
    background-color: #DDEFF9;
}

.pricing-1 tbody tr:nth-child(even) td {
    background-color: #fff;
    border-bottom: 1px solid #D8E5EB;
    border-top: 1px solid #D8E5EB;
}

.pricing-1 tfoot th a.price-btn-1 {
    background: #ffffff;
    border-radius: 50%;
    padding: 11px 17px 11px 17px;
}

.pricing-1 tfoot th a.price-btn-1:hover {
    transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
}

@media screen and (max-width: 767px) {
	.table-responsive {
		border: 1px solid transparent;
	}
	
}

@media (max-width:480px) {
    .pricing-element {
        width: 100%;
        overflow-y: scroll;
    }
}

/*PRICING INNERPAGE HTML PRICING TABLE CSS ENDS*/


/*SERVICE VERSION TWO INNERPAGE ICON BOX CSS STARTS*/

.service-two-iconbox-one .elementor-icon i {
    margin-top: 6px;
}

.service-two-iconbox-two .elementor-icon i {
    margin-top: 8px;
}

/*SERVICE VERSION TWO INNERPAGE ICON BOX CSS ENDS*/

/*OUR PROCESS INNERPAGE ICON BOX CSS STARTS*/

.process-two-iconbox-one .elementor-icon i {
    margin-top: 12px;
}

/*OUR PROCESS INNERPAGE ICON BOX CSS ENDS*/


/*OUR PROCESS INNERPAGE COUNTER CSS STARTS*/

.counter-five .elementor-counter .elementor-counter-title {
    margin-left: 39px;
}

.counter-six .elementor-counter .elementor-counter-title {
    margin-left: -22px;
}

@media (max-width:768px) {
    .counter-five .elementor-counter .elementor-counter-title {
        margin-left: 0;
    }

    .counter-six .elementor-counter .elementor-counter-title {
    margin-left: 0;
}
}

/*OUR PROCESS INNERPAGE COUNTER CSS ENDS*/


/*OUR PROCESS INNERPAGE HOVER BOX CSS STARTS*/

.process-hover-box h3 {
    color: #293949;
}

.process-hover-box:hover h3 {
    color: #FFFFFF;
}

.process-hover-box p {
    color: #33475B;
}

.process-hover-box:hover p {
    color: #FFFFFF;
}

/*OUR PROCESS INNERPAGE HOVER BOX CSS ENDS*/


/*HOW IT WORKS INNERPAGE IMAGE BOX CSS STARTS*/

.how-it-works-imgbox-1 .elementor-image-box-img img {
	margin-top: -7px;
}

/*HOW IT WORKS INNERPAGE IMAGE BOX CSS ENDS*/


/* LANDING PAGE CSS STARTS */
.landing-imgbox-one .elementor-image-box-content .elementor-image-box-title {
	margin-top: 15px;
}

@media all and (min-width: 1125px) {
	.landing-imgbox-one .elementor-image-box-content .elementor-image-box-title {
	margin-top: 11px;
}
}


.landing-imgbox-two .elementor-image-box-img img {
	box-shadow: 0px 14px 26px 0px rgba(0, 75, 153, 0.2);
    border-radius: 20px;
}

/* LANDING PAGE CSS ENDS */



/* DEFAULT BLOG SIDEBAR CSS STARTS */


/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.wraper_blog_main.style-default .widget-area {
    margin-left: 0px;
}

.single-post .wraper_blog_main .widget-area {
    margin-left: 0px;
}

@media screen and (max-width: 768px) and (min-width: 481px) {

.wraper_blog_main.style-default .widget-area {
    margin-bottom: 40px;
    clear: both;
    margin-left: 0px;
    margin-right: 0px;
}

.wraper_blog_main .blog_main {
    /*width: 100%;*/
    float: left;
    margin-bottom: 0;
    margin-left: 0px;
    margin-right: 0px;
}
}

@media screen and (max-width: 480px) {
    .wraper_blog_main.style-default .widget-area {
    margin-left: 0px;
    margin-right: 0px;
}
.wraper_blog_main .blog_main {
    /*width: 100%;*/
    float: left;
    margin-bottom: 0;
    margin-left: 0px;
    margin-right: 0px;
}

}

.wraper_blog_main .widget-area {
    margin-bottom: 40px;
    clear: both;
    /*margin-left: -15px;*/
}

.wraper_blog_main .blog_main {
    /*width: 100%;*/
    float: left;
    margin-bottom: 0;
}

.widget-area {
    margin-bottom: 40px;
    clear: both;
    /*margin-top: 15px;*/
}

.widget.woocommerce {
    margin-top: 15px;
}

.widget-area > #search-3 {
    margin-bottom: 48px;
    background: #B9D1F5;
    border-radius: 20px;
    padding: 45px 20px;
}

.widget-area > #categories-3 {
    margin-bottom: 50px;
}

.widget-area > #radiantthemes_recent_posts_widget-3 {
    margin-top: -22px;
}

.widget-area > #radiantthemes_recent_posts_widget-2 {
    margin-bottom: 39px;
    margin-top: 48px;
}

.widget-area > #tag_cloud-2 {
    margin-bottom: 55px;
}

.widget-area > #archives-2 {
    margin-bottom: 45px;
}

.widget-area > .widget:last-child,
.widget-area > .widget:only-child {
    margin-bottom: 0;
}

.widget-area > .widget .widget-title {
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0px;
    line-height: 30px !important;
}

.widget-area > #categories-3 ul {
	padding-top: 15px;
}

.widget-area > .widget .random-post-wrapper {
    background: #BBD5F8;
    padding-top: 55px;
    padding-bottom: 25px;
    border-radius: 10px;
}

.widget-area > .widget .random-post-pic {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 34px;
}

.widget-area > .widget .random-post-data {
	padding-left: 35px;
    padding-right: 35px;
}

.widget-area > .widget .random-post-data .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #293949;
}

.widget-area > .widget .rt-recent-post-with-thumbnail-holder {
	padding-top: 22px;
}

.widget-area > .widget .random-post-data .random-post-excerpt {
    font-size: 15px;
    line-height: 30px;
    font-weight: normal;
    color: #3B434A;
    margin-top: -5px;
}

.widget-area > .widget .widget-title:after {
    display: none;
}

.widget-area > .widget .widget-title a {
    color: inherit;
}

.widget-area > .widget .widget-title img {
    margin-right: 7px;
}

.widget-area > .widget.widget_media_image img {
    padding: 0;
    border: none;
    width: 100%;
}

.widget-area > .widget.widget_search .search-form,
.widget-area > .widget.widget_product_search .woocommerce-product-search {
    position: relative;
}

.widget-area > .widget.widget_search .search-form label,
.widget-area > .widget.widget_product_search .woocommerce-product-search label {
    width: 100%;
    margin: 0;
}

.widget-area > .widget.widget_search .search-form input[type="search"],
.widget-area > .widget.widget_product_search .woocommerce-product-search input[type="search"] {
    vertical-align: top;
    width: 100%;
    height: 58px;
    padding: 0px 45px 0px 20px;
    background-color: #fff;
    border: 1px rgba(0, 0, 0, 0.2) solid;
    border-radius: 35px;
    font-weight: 400;
    font-size: 15px;
    color: #888;
    line-height: 23px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.widget-area > .widget.widget_search .search-form input[type="submit"] {
    border-radius: 36% !important;
    display: inline-block;
    padding: 11px 28px;
    letter-spacing: 0.8px;
    line-height: 30px;
    font-size: 15px;
    letter-spacing: 0;
    position: absolute;
    right: 0px;
    bottom: 1px;
    /*background: #ff5f63 !important;
    color: #ffffff;*/
    border: none;
    background: transparent url(../images/blog-search-btn.png) no-repeat top right !important;
    color: transparent;
    transition: all 0.4s ease-in-out !important;
    -webkit-transition: all 0.4s ease-in-out !important;
    font-weight: bold;
}

.widget-area > .widget.widget_search .search-form input[type="submit"]:hover {
    /*box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.25);*/
    box-shadow: none;
}

.widget-area > #woocommerce_product_search-2 {
    margin-bottom: 48px;
	background: #B9D1F5;
	border-radius: 20px;
	padding-top: 32px;
	padding-bottom: 44px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 60px;
}

.woocommerce .widget_price_filter .ui-slider {
	margin-left: 0;
	margin-right: 0;
}

#woocommerce_product_categories-2 {
	margin-top: 45px;
}

#woocommerce_product_categories-2 .widget-title {
	margin-bottom: 25px;
}

#woocommerce_products-2 .widget-title {
	margin-bottom: 30px;
}

#woocommerce_product_tag_cloud-2 {
	margin-top: 38px;
}

.widget-area > .widget.widget_search .search-form button[type="submit"],
.widget-area > .widget.widget_product_search .woocommerce-product-search button[type="submit"] {
    border-radius: 36% !important;
    display: inline-block;
    padding: 11px 28px;
    letter-spacing: 0.8px;
    line-height: 30px;
    font-size: 15px;
    letter-spacing: 0;
    position: absolute;
    right: 0px;
    bottom: 1px;
    border: none;
    background: transparent url(../images/blog-search-btn.png) no-repeat top right !important;
    color: transparent;
    transition: all 0.4s ease-in-out !important;
    -webkit-transition: all 0.4s ease-in-out !important;
    font-weight: bold;
}

.widget-area > .widget.widget_search .search-form button[type="submit"]:after,
.widget-area > .widget.widget_product_search .woocommerce-product-search button[type="submit"]:after {
    content: "\e610";
    position: absolute;
    font-family: "themify";
    font-size: 18px;
    vertical-align: middle;
    padding: 0;
    left: 0;
    right: 0;
}

.widget-area > .widget.widget_search .search-form button[type="submit"] i,
.widget-area > .widget.widget_product_search .woocommerce-product-search button[type="submit"] i {
    font-size: 16px;
    color: #000;
    line-height: 52px;
}

.widget-area > .widget .textwidget {
    margin-bottom: 20px;
}

.widget-area > .widget .textwidget > *:last-child {
    margin-bottom: 0 !important;
}

.widget-area > .widget .textwidget p {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 26px;
}

.widget-area > .widget .textwidget img {
    margin: 12px 0px 15px 0px;
    border-radius: 5px;
}

.widget-area > .widget.widget_rss ul {
    margin: 0;
}

.widget-area > .widget.widget_rss ul li {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
}

.widget-area > .widget.widget_rss ul li:last-child,
.widget-area > .widget.widget_rss ul li:only-child {
    margin-bottom: 0;
}

.widget-area > .widget.widget_rss ul li a {
    color: #31281f;
}

.widget-area > .widget.widget_rss ul li .rss-date {
    display: block;
    margin-top: 7px;
    font-size: 14px;
    color: #9b9a9a;
    line-height: 22px;
}

.widget-area > .widget.widget_rss ul li .rss-date:before {
    margin-right: 10px;
    content: "\f017";
    font-family: "FontAwesome";
}

.widget-area > .widget.widget_rss ul li .rssSummary {
    display: block;
    margin-top: 7px;
}

.widget-area > .widget.widget_recent_entries ul,
.widget-area > .widget.widget_recent_comments ul {
    margin: 0;
}

.widget-area > .widget.widget_recent_entries ul li,
.widget-area > .widget.widget_recent_comments ul li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 23px;
    padding-bottom: 15px;
    border-bottom: 1px #e2e2e2 solid;
    font-size: 14px;
    line-height: 24px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.widget-area > .widget.widget_recent_entries ul li:last-child,
.widget-area > .widget.widget_recent_entries ul li:only-child,
.widget-area > .widget.widget_recent_comments ul li:last-child,
.widget-area > .widget.widget_recent_comments ul li:only-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.widget-area > .widget.widget_recent_entries ul li:before,
.widget-area > .widget.widget_recent_comments ul li:before {
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 0;
    content: "\f101";
    font-family: "FontAwesome";
    color: #000;
}

.widget-area > .widget.widget_recent_entries ul li a,
.widget-area > .widget.widget_recent_comments ul li a {
    color: inherit;
}

.widget-area > .widget.widget_recent_entries ul li .post-date,
.widget-area > .widget.widget_recent_comments ul li .post-date {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    color: #282828;
    line-height: 20px;
}

.widget-area > .widget.widget_recent_entries ul li a,
.widget-area > .widget.widget_recent_comments ul li a {
    color: inherit;
}

.widget-area > .widget.widget_archive ul li,
.widget-area > .widget.widget_categories ul li,
.widget-area > .widget.widget_meta ul li,
.widget-area > .widget.widget_pages ul li,
.widget-area > .widget.widget_nav_menu ul li,
.widget-area > .widget.widget_layered_nav ul li,
.widget-area > .widget.widget_product_categories ul li {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 30px;
    color: #3B434A;
}

.widget-area > .widget.widget_archive ul li:last-child,
.widget-area > .widget.widget_archive ul li:only-child,
.widget-area > .widget.widget_categories ul li:last-child,
.widget-area > .widget.widget_categories ul li:only-child,
.widget-area > .widget.widget_meta ul li:last-child,
.widget-area > .widget.widget_meta ul li:only-child,
.widget-area > .widget.widget_pages ul li:last-child,
.widget-area > .widget.widget_pages ul li:only-child,
.widget-area > .widget.widget_nav_menu ul li:last-child,
.widget-area > .widget.widget_nav_menu ul li:only-child,
.widget-area > .widget.widget_layered_nav ul li:last-child,
.widget-area > .widget.widget_layered_nav ul li:only-child,
.widget-area > .widget.widget_product_categories ul li:last-child,
.widget-area > .widget.widget_product_categories ul li:only-child {
    margin-bottom: 0;
}

.widget-area > .widget.widget_archive ul li a,
.widget-area > .widget.widget_categories ul li a,
.widget-area > .widget.widget_meta ul li a,
.widget-area > .widget.widget_pages ul li a,
.widget-area > .widget.widget_nav_menu ul li a,
.widget-area > .widget.widget_layered_nav ul li a,
.widget-area > .widget.widget_product_categories ul li a {
    position: relative;
    color: inherit;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.widget-area > .widget.widget_archive ul li a:before,
.widget-area > .widget.widget_categories ul li a:before,
.widget-area > .widget.widget_meta ul li a:before,
.widget-area > .widget.widget_pages ul li a:before,
.widget-area > .widget.widget_nav_menu ul li a:before,
.widget-area > .widget.widget_layered_nav ul li a:before,
.widget-area > .widget.widget_product_categories ul li a:before {
    /*display: none;*/
    content: "";
    width: 0;
    height: 1px;
    bottom: -3px;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}

.widget-area > .widget.widget_archive ul li a:hover:before,
.widget-area > .widget.widget_categories ul li a:hover:before,
.widget-area > .widget.widget_meta ul li a:hover:before,
.widget-area > .widget.widget_pages ul li a:hover:before,
.widget-area > .widget.widget_nav_menu ul li a:hover:before,
.widget-area > .widget.widget_layered_nav ul li a:hover:before,
.widget-area > .widget.widget_product_categories ul li a:hover:before {
    right: auto;
    left: 0;
    width: 100%;
}

.widget-area > .widget.widget_archive ul li ul,
.widget-area > .widget.widget_categories ul li ul,
.widget-area > .widget.widget_meta ul li ul,
.widget-area > .widget.widget_pages ul li ul,
.widget-area > .widget.widget_nav_menu ul li ul,
.widget-area > .widget.widget_layered_nav ul li ul,
.widget-area > .widget.widget_product_categories ul li ul {
    margin-top: 12px;
    margin-left: 15px;
}

.widget-area > .widget.widget_rating_filter ul li {
    margin-bottom: 15px;
}

.widget-area > .widget.widget_rating_filter ul li:last-child,
.widget-area > .widget.widget_rating_filter ul li:only-child {
    margin-bottom: 0;
}

.widget-area > .widget.widget_recent_reviews ul li,
.widget-area > .widget.widget_top_rated_products ul li {
    margin-bottom: 15px;
}

.widget-area > .widget.widget_recent_reviews ul li:last-child,
.widget-area > .widget.widget_recent_reviews ul li:only-child,
.widget-area > .widget.widget_top_rated_products ul li:last-child,
.widget-area > .widget.widget_top_rated_products ul li:only-child {
    margin-bottom: 0;
}

.widget-area > .widget.widget_recent_reviews ul li img,
.widget-area > .widget.widget_top_rated_products ul li img {
    width: 40px;
    margin-top: 8px;
}

.widget-area > .widget.widget_recent_reviews ul li .star-rating,
.widget-area > .widget.widget_top_rated_products ul li .star-rating {
    float: left;
    margin-top: 7px;
}

.widget-area > .widget.widget_recent_reviews ul li .reviewer,
.widget-area > .widget.widget_top_rated_products ul li .amount {
    width: 100%;
    float: left;
    margin-top: 5px;
}

.widget-area > .widget.widget_price_filter .ui-slider {
    margin-bottom: 22px;
    background-color: #252525;
}

.widget-area > .widget.widget_price_filter button[type="submit"] {
    padding: 0px 12px;
	text-transform: capitalize;
	font-size: 15px;
	border-radius: 10px !important;
	font-family: "Open Sans" !important;
	line-height: 30px;
	font-weight: 400;
	color: #F4492F !important;
	border: 1px solid #F4492F;
	background: #FFFFFF;
    font-weight: normal !important;
}

.widget-area > .widget.widget_price_filter button[type="submit"]:hover {
	background: #F4492F;
	color: #FFFFFF;
}

.widget-area > .widget.widget_layered_nav_filters ul li {
    width: 100%;
    margin-bottom: 7px;
    padding: 0;
}

.widget-area > .widget.widget_layered_nav_filters ul li:last-child,
.widget-area > .widget.widget_layered_nav_filters ul li:only-child {
    margin-bottom: 0;
}

.widget-area > .widget.widget_products ul li {
    padding-top: 17px;
    padding-bottom: 17px;
    border-bottom: 1px #e2e2e2 solid;
}

.widget-area > .widget.widget_products ul li:first-child {
    padding-top: 0;
}

.widget-area > .widget.widget_products ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.widget-area > .widget.widget_products ul li:only-child {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.widget-area > .widget.widget_products ul li > a {
    margin-bottom: 1px;
    font-weight: 500;
    color: inherit;
}

.widget-area > .widget.widget_products ul li img {
    width: 60px;
}

.widget-area > .widget.widget_products ul li .star-rating {
    display: none;
}

.widget-area > .widget.widget_products ul li .woocommerce-Price-amount {
    font-size: 13px;
}

.widget-area > .widget.widget_products ul li del {
    opacity: 0.7;
}

.widget-area > .widget select {
    width: 100%;
    height: 50px;
    padding: 0px 10px 0px 10px;
    background-color: #fff;
    border: 1px #e0e0e0 solid;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    margin-bottom: 52px;
}

.widget-area > .widget .tagcloud {
    margin: 26px 0px 0px -10px;
    font-size: 0;
}

.widget-area > .widget .tagcloud > [class*="tag-link-"] {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 4px;
    font-weight: 400;
    color: inherit;
    font-size: 15px !important;
    line-height: 30px;
    /*color: #F4492F;*/
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    
    
}

.widget-area > .widget .tagcloud > a.tag-cloud-link {
	text-align: center;
	background: #FFFFFF;
    border:1px solid #F4492F;
    border-radius: 10px;
    color: #F4492F;
    margin-left: 10px;
    margin-bottom: 4px;
    margin-top: 11px;
    padding: 0px 12px;
}

.widget-area > .widget .tagcloud > a.tag-cloud-link:hover {
	text-align: center;
	background: #F4492F;
    border:1px solid #F4492F;
    border-radius: 10px;
    color: #ffffff;
    margin-left: 10px;
    margin-bottom: 4px;
    margin-top: 11px;
    padding: 0px 12px;
}

/*.widget-area > .widget .tagcloud > a:first-child.tag-cloud-link {
	text-align: center;
	background: #F4492F;
    border:1px solid #F4492F;
    border-radius: 10px;
    color: #ffffff;
    padding: 0px 10px;
}*/

.widget-area > .widget .tagcloud > [class*="tag-link-"]:after {
    display: inline-block;
    vertical-align: middle;
    content: "/";
    margin-top: -2px;
    margin-left: 10px;
    margin-right: 10px;
    visibility: hidden;
    display: none;
}

.widget-area > .widget .tagcloud > [class*="tag-link-"]:last-child:after,
.widget-area > .widget .tagcloud > [class*="tag-link-"]:only-child:after {
    display: none;
}

.widget-area > .widget.widget_calendar .calendar_wrap {
    background-color: #fff;
    border: 1px #e2e2e2 solid;
    border-radius: 5px;
}

.widget-area > .widget.widget_calendar #wp-calendar {
    width: 100%;
    table-layout: fixed;
}

.widget-area > .widget.widget_calendar #wp-calendar caption {
    padding: 9px 10px 10px 4px;
    /*border: 1px #e2e2e2 solid;*/
    border-bottom: none;
    text-align: center;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 14px;
    color: #373737;
    line-height: 24px;
    letter-spacing: 1px;
}

.widget-area > .widget.widget_calendar #wp-calendar > tbody > tr > td,
.widget-area > .widget.widget_calendar #wp-calendar > tbody > tr > th,
.widget-area > .widget.widget_calendar #wp-calendar > tfoot > tr > td,
.widget-area > .widget.widget_calendar #wp-calendar > tfoot > tr > th,
.widget-area > .widget.widget_calendar #wp-calendar > thead > tr > td,
.widget-area > .widget.widget_calendar #wp-calendar > thead > tr > th {
    padding: 2px 5px;
    border: 1px #e2e2e2 solid;
    text-align: center;
    font-size: 70%;
}

.widget-area > .widget.widget_calendar #wp-calendar > tbody > tr > td#today {
    background: rgba(0, 0, 0, 0.05);
}



/*--------------------------------------------------------------
# RadiantThemes Recent Post With Thumbnail
--------------------------------------------------------------*/

.rt-recent-post-with-thumbnail.element-one {
    margin-bottom: 20px;
}

.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post {
    position: relative;
    min-height: 85px;
    margin-bottom: 10px;
    padding-left: 105px;
    padding-bottom: 22px;
}

.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post:last-child,
.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post:only-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post img {
    position: absolute;
    top: 5px;
    left: 0;
    width: 90px;
    border-radius: 10px;
    transition: .42s ease-out;
    -webkit-transition: .42s ease-out;
    transform: scale(1);
}

.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post:hover img {
    -webkit-transform: scale(1.025);
    -ms-transform: scale(1.025);
    transform: scale(1.025);
}

.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post .title {
    margin-bottom: 3px;
    font-weight: bold;
    font-size: 20px;
    color: #3c3c3c;
    line-height: 30px;
    letter-spacing: 0px;
}

.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post .excerpt {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 28px;
    color: #4b5264 !important;
}

.widget-area > .widget.widget_categories ul li {
    text-transform: capitalize;
}

.widget-area > .widget.widget_categories ul li:last-child {
    border-bottom: none;
}



/* FOR TOTAL LEFT PORTION BLOG CSS STARTS */

.wraper_blog_main {
    padding-top:110px; 
    padding-bottom:105px;
}

@media (max-width:768px) {
    .wraper_blog_main {
    padding-top:80px; 
    padding-bottom:79px;
}
}

@media (max-width:480px) {
    .wraper_blog_main {
    padding-top:56px; 
    padding-bottom:55px;
}
}

/* FOR TOTAL LEFT PORTION BLOG CSS ENDS */


/* FOR LEFT SIDE LEFT PORTION CSS STARTS */

.post.style-default {
    margin-bottom:100px;
}

.post.style-default .entry-header {
    clear: both;
}

.post.style-default .entry-date-category {
    padding-top: 21px;
}

.post.style-default .entry-date-category .entry-meta .post-date-add .ti-calendar {
    margin-right: 15px;
}

.post.style-default .entry-date-category ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.post.style-default .entry-date-category ul li {
    float: left;
    margin-left: 15px;
}

.post.style-default .entry-date-category ul li a {
    color: #293949;
}

.post.style-default .entry-date-category ul li:first-child {
    margin-left: 0px;
}

.post.style-default .entry-date-category ul li a:last-child {
    color: #F4492F;
}

.post.style-default .entry-title {
    padding-top: 9px;
}

.post.style-default .entry-content {
    margin-top: -5px;
}

/* FOR LEFT SIDE LEFT PORTION CSS ENDS */



/* FOR LEFT BUTTON AREA CSS STARTS */

.post.style-default .entry-extra {
    margin-top: 22px;
}

.post.style-default .entry-extra-item .post-read-more {
    background: transparent;
    padding: 0px;
    text-align: left;
    overflow: hidden;
    width: 100%;
    top: 0px;
    left:0;
}

.post.style-default .entry-extra-item .post-read-more .rt-circular-read-more i{
    float: left;
    background: #f4492f;
    padding-top: 14.5px;
    padding-bottom: 13px;
    padding-left: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 17px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    text-decoration: none !important;
    margin-top: 0px;
    width: 45px;
    height: 45px;
    text-align: center;
    color:#fff;
    position: absolute;
}

.post.style-default .entry-extra-item .post-read-more .rt-circular-read-more i:hover {
    transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
}

/* FOR LEFT BUTTON AREA CSS ENDS */


/* FOR RIGHT SIDE SOCIAL ICON AREA CSS STARTS */

.post.style-default .post-share {
    margin-top: -4px;
}

.post.style-default .post-share ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.post.style-default .post-share ul li {
    float: left;
    margin-left: 20px;
    margin-top: 12px;
}

.post.style-default .post-share ul li a {
    color: #293949 !important;
}

.post.style-default .post-share li.rt-social-share {
    font-size: 15px;
    color: #293949;
    font-weight: bold;
}

/* FOR RIGHT SIDE SOCIAL ICON AREA CSS ENDS */


/* DEFAULT BLOG SIDEBAR CSS ENDS */


/* FOR BLOG DETAILS PAGE CSS STARTS */

/*--------------------------------------------------------------
# Blog Single Page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Single Page Style Default
--------------------------------------------------------------*/

.single .wraper_blog_main.style-one {
    background-color: initial;
}

.blog_single {
    margin-bottom: 40px;
    padding-right: 0px;
}

.post.single-post {
    margin-bottom: 23px;
}

.post.single-post > *:last-child {
    margin-bottom: 0 !important;
}

.post.single-post .entry-header {
    margin-top: -5px;
    margin-bottom: 0px;
}

.post.single-post .entry-header > *:last-child {
    margin-bottom: 13px !important;
}

.post.single-post .entry-header .entry-title {
    margin-bottom: 25px;
    font-weight: 800;
    font-size: 40px;
    line-height: 60px;
    word-wrap: break-word;
}

.post.single-post .entry-header .entry-title a {
    color: inherit;
}

.post.single-post .entry-meta {
    margin-bottom: 24px;
}

.post.single-post .entry-meta > .holder > .author-image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 40px;
    height: auto;
    text-align: center;
}

.post.single-post .entry-meta > .holder > .author-image img {
    border-radius: 50%;
}

.post.single-post .entry-meta > .holder > .data > *:last-child {
    margin-bottom: 0 !important;
}

.post.single-post .entry-meta > .holder > .data .meta {
    margin-bottom: 7px;
    font-weight: 400;
    font-size: 15px;
    color: #3c3c3c;
    line-height: 22px;
}

.post.single-post .entry-meta > .holder > .data .meta > span i,
.post.single-post .entry-meta > .holder > .data .meta > span span[class*="ti-"] {
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
    margin-right: 7px;
}

.post.single-post .entry-meta > .holder > .data .meta > span:after {
    content: "-";
    margin-left: 8px;
    margin-right: 6px;
}

.post.single-post .entry-meta > .holder > .data .meta > span:last-child:after,
.post.single-post .entry-meta > .holder > .data .meta > span:only-child:after {
    display: none;
}

.post.single-post .entry-meta > .holder > .data .meta > span a {
    color: inherit;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.post.single-post .post-thumbnail {
    position: relative;
    margin-bottom: 0px;
    border-radius: 5px;
}

.post.single-post .entry-main {
    margin-bottom: 30px;
}

.post.single-post .entry-content > *:last-child {
    margin-bottom: 0 !important;
}

.post.single-post .entry-footer {
    width: 100%;
    height: auto;
    float: left;
    border-top: 1px #c5c5c5 solid;
    border-bottom: 1px #c5c5c5 solid;
}

.post.single-post .entry-footer .cat-links,
.post.single-post .entry-footer .comments-link {
    position: relative;
    width: auto;
    height: auto;
    padding-top: 4px;
    padding-bottom: 5px;
}

.post.single-post .entry-footer .cat-links {
    float: left;
    padding-right: 10px;
    border-right: 1px #c5c5c5 solid;
}

.post.single-post .entry-footer .comments-link {
    float: right;
    padding-left: 10px;
    border-left: 1px #c5c5c5 solid;
}

.post.single-post .entry-footer .cat-links:before {
    background-position: 0px 0px;
}

.post.single-post .entry-footer .comments-link:before {
    background-position: -30px 0px;
}

.post.single-post .entry-footer .cat-links a,
.post.single-post .entry-footer .comments-link a {
    color: #6c6c6c;
}

.post-tags {
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 0;
    width: 100%;
    max-width: 980px;
}

.post-tags a[rel="tag"] {
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px 10px 0px;
    padding: 1px 10px;
    background: #ffffff;
    border: 1px solid #F4492F;
    border-radius: 10px;
    font-size: 15px;
    color: #F4492F;
    line-height: 28px;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.post-tags a[rel="tag"]:hover {
	background: #F4492F;
	border: 1px solid #F4492F;
	border-radius: 10px;
	color: #ffffff;
	padding: 1px 10px;
}

/*.post-tags a[rel="tag"]:first-child {
	display: block;
	background: #F4492F;
	border: 1px solid #F4492F;
	border-radius: 10px;
	color: 
	padding: 1px 10px;
}*/

.post-tags a[rel="tag"]:hover {
    opacity: 1;
}

.post-navigation,
.comment-navigation {
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 0;
}

.post-navigation .nav-links,
.comment-navigation .nav-links {
    margin-left: -10px;
    margin-right: -10px;
}

.post-navigation .nav-links:after,
.comment-navigation .nav-links:after {
    content: " ";
    display: block;
    clear: both;
}

.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next,
.comment-navigation .nav-links .nav-previous,
.comment-navigation .nav-links .nav-next {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
}

.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a,
.comment-navigation .nav-links .nav-previous a,
.comment-navigation .nav-links .nav-next a {
    position: relative;
    display: block;
    font-weight: 400;
    font-size: 15px;
    color: #989898;
    line-height: 30px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.post-navigation .nav-links .nav-previous a span,
.post-navigation .nav-links .nav-next a span,
.comment-navigation .nav-links .nav-previous a span,
.comment-navigation .nav-links .nav-next a span {
    position: relative;
    color: #4b5264;
}

.post-navigation .nav-links .nav-previous a span:hover,
.post-navigation .nav-links .nav-next a span:hover,
.comment-navigation .nav-links .nav-previous a span:hover,
.comment-navigation .nav-links .nav-next a span:hover {
    color: #4b5264;
}

.post-navigation .nav-links .nav-previous a span:before,
.post-navigation .nav-links .nav-next a span:before,
.comment-navigation .nav-links .nav-previous a span:before,
.comment-navigation .nav-links .nav-next a span:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 1px;
    bottom: -3px;
    left: auto;
    right: 0;
    -webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    background: #4b5264;
}

.post-navigation .nav-links .nav-previous a span:hover:before,
.post-navigation .nav-links .nav-next a span:hover:before,
.comment-navigation .nav-links .nav-previous a span:hover:before,
.comment-navigation .nav-links .nav-next a span:hover:before {
    width: 100%;
    left: 0;
    right: auto;
}

.post-navigation .nav-links .nav-previous a strong,
.post-navigation .nav-links .nav-next a strong,
.comment-navigation .nav-links .nav-previous a strong,
.comment-navigation .nav-links .nav-next a strong {
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px;
    color: #3c3c3c;
    line-height: 30px;
}

.post-navigation .nav-links .nav-previous,
.comment-navigation .nav-links .nav-previous {
    float: left;
}

.post-navigation .nav-links .nav-previous a,
.comment-navigation .nav-links .nav-previous a {
    text-align: left;
}

.post-navigation .nav-links .nav-next,
.comment-navigation .nav-links .nav-next {
    float: right;
}

.post-navigation .nav-links .nav-next a,
.comment-navigation .nav-links .nav-next a {
    text-align: right;
}

.post-navigation .nav-links:before {
    content: "";
    width: 97%;
    height: 1px;
    background: #e4e4e4;
    position: relative;
    display: inline-block;
    top: 0px;
    margin-left: 10px;
    margin-bottom: 30px;
}

.comment-navigation .nav-links .nav-previous {
    text-align: left;
}

.comment-navigation .nav-links .nav-previous a:before {
    content: "\f104";
    font-family: "FontAwesome";
    margin-right: 8px;
}

.comment-navigation .nav-links .nav-next {
    text-align: right;
}

.comment-navigation .nav-links .nav-next a:after {
    content: "\f105";
    font-family: "FontAwesome";
    margin-left: 8px;
}

.comment-navigation .nav-links .nav-previous a,
.comment-navigation .nav-links .nav-next a {
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    font-size: 14px;
    color: #181818;
    line-height: 22px;
}

.author-bio {
    margin-bottom: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px #ececec solid;
    border-bottom: 1px #ececec solid;
}

.author-bio > .holder {
    position: relative;
    min-height: 100px;
    padding-left: 125px;
}

.author-bio > .holder > .pic {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: auto;
    height: auto;
    text-align: center;
}

.author-bio > .holder > .pic img {
    width: 95px;
    border: 4px #fff solid;
    border-radius: 50%;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.2);
}

.author-bio > .holder > .data .title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 17px;
    color: #0d1d28;
    line-height: 28px;
}

.author-bio > .holder > .data .title a {
    color: inherit;
}

.author-bio > .holder > .data .designation {
    margin-bottom: 8px;
    text-transform: capitalize;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 1px;
}

.author-bio > .holder > .data p:not(.designation):not(.title) {
    margin-bottom: 20px;
}

.comments-area {
    margin-top: 0px;
}

.comments-area .comments-title {
    margin-bottom: 20px;
}

.comments-area .comment-reply-title {
    margin-bottom: 10px;
    color: #181b31 !important;
}

.comments-area .comment-reply-title small a {
    color: inherit;
}

.comments-area ol.comment-list {
    margin-bottom: 53px;
    padding: 0 !important;
}

.comments-area ol.comment-list > li,
.comments-area ol.comment-list > li ol.children > li {
    list-style: none !important;
    text-align: left;
}

.comments-area ol.comment-list li .comment-body {
    position: relative;
    margin-bottom: 50px;
    padding: 0px 0px 0px 72px;
}

.comments-area ol.comment-list li.pingback .comment-body {
    margin-top: -2px;
    margin-bottom: 22px;
    padding: 15px 17px 15px 17px;
    border: 1px rgba(0, 0, 0, 0.1) solid;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
    font-size: 15px;
    line-height: 28px;
}

.comments-area ol.comment-list li .comment-body .comment-meta {
    margin-bottom: 12px;
}

.comments-area ol.comment-list li .comment-body .comment-meta .comment-author {
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 16px;
    color: #0d1d28;
    line-height: 28px;
}

.comments-area ol.comment-list li .comment-body .comment-meta .comment-author b {
    font-weight: inherit;
}

.comments-area ol.comment-list li .comment-body .comment-meta .comment-author a {
    color: inherit;
}

.comments-area ol.comment-list li .comment-body .comment-meta .comment-author cite {
    font-style: normal;
}

.comments-area ol.comment-list li .comment-body .comment-meta .comment-author img {
    position: absolute;
    top: 4px;
    left: 0;
    z-index: 1;
    width: 50px;
    border: 3px #fff solid;
    border-radius: 50%;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.2);
}

.comments-area ol.comment-list li .comment-body .comment-meta .comment-metadata {
    font-weight: 400;
    font-size: 12px;
    color: #6a7c92;
    line-height: 22px;
}

.logged-in-as a {
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    color: #263646;
}

.comments-area ol.comment-list li .comment-body .comment-meta .comment-metadata a {
    color: inherit;
}

.comments-area ol.comment-list li .comment-respond {
    margin-bottom: 37px;
}

.comments-area ol.comment-list li .comment-content {
    margin-bottom: 17px;
    font-size: 15px;
    line-height: 28px;
}

.comments-area ol.comment-list li .comment-content > *:last-child {
    margin-bottom: 0 !important;
}

.comments-area ol.comment-list li .comment-content p {
    margin-bottom: 20px;
}

.comments-area ol.comment-list li .reply {
    position: absolute;
    top: 1px;
    right: 0;
    text-transform: lowercase;
    font-weight: 600;
    font-size: 14px;
    color: #181818 !important;
    line-height: 26px;
}

.comments-area ol.comment-list li .reply .comment-reply-link {
    color: inherit;
    font-size: 0;
}

.comments-area ol.comment-list li .reply .comment-reply-link:before {
    content: "\e72f";
    font-family: "themify";
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
}

.comments-area ol.comment-list li ol {
    padding-left: 40px;
}

.comments-area .comment-form {
    margin-left: -10px;
    margin-right: -10px;
}

.comments-area .comment-form > p {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.comments-area .comment-form > p.form-submit {
    margin-bottom: 20px;
    /*padding-left: 10px;
    padding-right: 10px;*/
    margin-top: -10px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}

.comments-area .comment-form .comment-form-cookies-consent {
    margin-top: -10px;
    width: 100%;
    float: left;
    margin-bottom: 10px !important;
}
input[type="checkbox"], input[type="radio"] {
    margin: 7px 0 0;
}
.comments-area .comment-form > p.comment-form-author,
.comments-area .comment-form > p.comment-form-email,
.comments-area .comment-form > p.comment-form-url {
    width: 33.33%;
    float: left;
}

.comments-area .comment-form > p label {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 10px;
}

.comments-area .comment-form > p.comment-form-cookies-consent label {
    width: auto;
    margin-bottom: 0;
    margin-left: 10px;
}

.comments-area .comment-form > p .required {
    color: #f00000;
}

.comments-area .comment-form > p input[type="text"],
.comments-area .comment-form > p input[type="email"],
.comments-area .comment-form > p input[type="tel"],
.comments-area .comment-form > p input[type="url"],
.comments-area .comment-form > p input[type="password"],
.comments-area .comment-form > p input[type="date"],
.comments-area .comment-form > p input[type="time"],
.comments-area .comment-form > p select,
.comments-area .comment-form > p textarea {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 58px;
    padding: 0;
    background-color: #F5F5F5;
    /*box-shadow: 0 3px 15px rgba(0,0,0,0.08);*/
    border: none;
    padding: 18px;
    font-weight: 400;
    font-size: 14px;
    color: #4b5264;
    line-height: 26px;
    resize: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 35px;
}

.comments-area .comment-form > p input[type="text"]:hover,
.comments-area .comment-form > p input[type="email"]:hover,
.comments-area .comment-form > p input[type="tel"]:hover,
.comments-area .comment-form > p input[type="url"]:hover,
.comments-area .comment-form > p input[type="password"]:hover,
.comments-area .comment-form > p input[type="date"]:hover,
.comments-area .comment-form > p input[type="time"]:hover,
.comments-area .comment-form > p select:hover,
.comments-area .comment-form > p textarea:hover {
    border: 1px solid #F34A30;
    background-color: #ffffff;
}

.comments-area .comment-form > p textarea {
    height: 150px;
    padding: 7px 15px 8px 20px
    border-radius: 35px;
    border: 1px solid #F3F1EE;
    background: #F3F1EE;
}

.comments-area .comment-form > p textarea:hover {
    border: 1px solid #F34A30;
    background-color: #ffffff;
}

.comments-area .comment-form > p ::-webkit-input-placeholder {
    color: #4b5264;
}

.comments-area .comment-form > p ::-moz-placeholder {
    color: #4b5264;
}

.comments-area .comment-form > p :-ms-input-placeholder {
    color: #4b5264;
}

.comments-area .comment-form > p :-moz-placeholder {
    color: #4b5264;
}

.comments-area .comment-form > p button[type="submit"],
.comments-area .comment-form > p button[type="reset"] {
    background: #F3492E url(../images/contact-img4.png) no-repeat center left 6px !important;
    border: none !important;
    color: #fff !important;
    padding-top: 19px !important;
    padding-bottom: 19px !important;
    padding-left: 65px !important;
    padding-right: 25px !important;
    font-size: 15px !important;
    border-radius: 45px !important;
    font-family: "Open Sans" !important;
    font-weight: bold !important;
    transition: all .3s ease-in-out !important;
    -webkit-transition: all .3s ease-in-out !important;
    margin-top: 10px !important;
}

.comments-area .comment-form > p button[type="submit"]:hover,
.comments-area .comment-form > p button[type="reset"]:hover {
    /*background: linear-gradient(to right, #5525ff 0%, #9547fd 100%) !important;
*/
    box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, .25) !important;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

.comments-area .comment-form > p button[type="submit"] span,
.comments-area .comment-form > p button[type="reset"] span {
    position: relative;
    display: block;
}

body.page .comments-area {
    margin-top: 27px;
}

/*--------------------------------------------------------------
# Single Page Style One
--------------------------------------------------------------*/

/* wraper_blog_banner style-one */

.wraper_blog_banner.style-one {
    position: relative;
    width: 100%;
    background: center top no-repeat #191919;
    background-size: cover;
    /* wraper_blog_banner_main */
    /* wraper_blog_banner_tags */
}

.wraper_blog_banner.style-one:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    content: " ";
    background-image: linear-gradient(to right,
            rgba(0, 0, 0, 0.75) 0%,
            rgba(0, 0, 0, 0) 100%);
}

.wraper_blog_banner.style-one .wraper_blog_banner_main {
    position: relative;
    width: 100%;
    border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
}

.wraper_blog_banner.style-one .wraper_blog_banner_main > .container {
    padding-top: 150px;
    padding-bottom: 100px;
}

.wraper_blog_banner.style-one .wraper_blog_banner_main > .container > .blog_banner_main .blog_banner_main_item > .entry-header > .entry-title {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 40px;
    color: #fff;
    line-height: 50px;
}

.wraper_blog_banner.style-one .wraper_blog_banner_tags {
    position: relative;
    width: 100%;
}

.wraper_blog_banner.style-one .wraper_blog_banner_tags > .container {
    padding-top: 40px;
    padding-bottom: 20px;
}

.wraper_blog_banner.style-one .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item {
    margin-bottom: 20px;
}

.wraper_blog_banner.style-one .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item > *:last-child {
    margin-bottom: 0 !important;
}

.wraper_blog_banner.style-one .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item .site-meta {
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 12px;
    color: #d7dbe4;
    line-height: 28px;
}

.wraper_blog_banner.style-one .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item .site-meta strong {
    display: block;
    margin-top: 1px;
    text-transform: none;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}

.wraper_blog_banner.style-one .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item .site-meta a {
    color: inherit;
}

.wraper_blog_banner.style-one .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item .site-meta a:after {
    content: ",";
    margin-right: 5px;
}

.wraper_blog_banner.style-one .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item .site-meta a:last-child:after,
.wraper_blog_banner.style-one .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item .site-meta a:only-child:after {
    display: none;
}

/* wraper_blog_main style-one */

.wraper_blog_main.style-one {
    width: 100%;
    background-color: #ffffff;
}

.wraper_blog_main.style-one > .container {
    padding-top: 100px;
    padding-bottom: 35px;
}

.wraper_blog_main.style-one.clasic-box-layout > .container {
    padding-top: 148px;
    padding-bottom: 150px;
}

.wraper_blog_main.style-one .blog_single {
    margin-bottom: 0;
}

/* wraper_blog_navigation style-one */

.wraper_blog_navigation.style-one {
    width: 100%;
    max-width: 950px;
}

.wraper_blog_navigation.style-one > .container {
    padding-top: 40px;
    padding-bottom: 100px;
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link {
    position: relative;
    margin-bottom: 20px;
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link.nav-previous {
    padding-left: 42px;
    text-align: left;
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link.nav-next {
    padding-right: 42px;
    text-align: right;
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link > .icon {
    position: absolute;
    top: 9px;
    z-index: 1;
    text-align: center;
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link > .icon > .icon-arrow {
    position: relative;
    display: block;
    vertical-align: top;
    width: 25px;
    height: 1px;
    background-color: #181b31;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link > .icon > .icon-arrow > i {
    position: absolute;
    top: -8px;
    z-index: 1;
    font-size: 16px;
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link.nav-previous > .icon {
    left: 0;
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link.nav-previous > .icon > .icon-arrow > i {
    left: -2px;
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link.nav-previous:hover > .icon > .icon-arrow {
    width: 32px;
    transform: translateX(-7px);
    -webkit-transform: translateX(-7px);
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link.nav-next > .icon {
    right: 0;
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link.nav-next > .icon > .icon-arrow > i {
    right: -2px;
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link.nav-next:hover > .icon > .icon-arrow {
    width: 32px;
    transform: translateX(7px);
    -webkit-transform: translateX(7px);
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link > .link {
    display: block;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 22px;
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link > .link strong {
    display: block;
    margin-top: 2px;
    text-transform: none;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    line-height: 26px;
}

/* wraper_blog_related_article style-one */

.wraper_blog_related.style-one {
    width: 100%;
}

.wraper_blog_related.style-one > .container {
    padding-top: 0;
    padding-bottom: 30px;
}

.wraper_blog_related.style-one .blog_related_title {
    margin-bottom: 51px;
    text-align: center;
}

.wraper_blog_related.style-one .blog_related_title > *:last-child {
    margin-bottom: 0 !important;
}

.wraper_blog_related.style-one .blog_related_title .title {
    margin-bottom: 15px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0;
}

.wraper_blog_related.style-one .blog_related_box .blog_related_box_item {
    margin-bottom: 30px;
}

.wraper_blog_related.style-one .blog_related_box .blog_related_box_item .holder {
    position: relative;
}

.wraper_blog_related.style-one .blog_related_box .blog_related_box_item .holder .pic {
    position: relative;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.wraper_blog_related.style-one .blog_related_box .blog_related_box_item .holder .pic:before {
    content: " ";
    display: block;
    padding-top: calc((63 / 100) * 100%);
}

.wraper_blog_related.style-one .blog_related_box .blog_related_box_item .holder .pic > .placeholder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: center center no-repeat;
    background-size: cover;
}

.wraper_blog_related.style-one .blog_related_box .blog_related_box_item .holder .data {
    margin-bottom: 17px;
}

.wraper_blog_related.style-one .blog_related_box .blog_related_box_item .holder .data > *:last-child {
    margin-bottom: 0 !important;
}

.wraper_blog_related.style-one .blog_related_box .blog_related_box_item .holder .data .date {
    margin-bottom: 6px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 12px;
    color: #0d1d28;
    line-height: 22px;
}

.wraper_blog_related.style-one .blog_related_box .blog_related_box_item .holder .data .date a {
    color: inherit;
}

.wraper_blog_related.style-one .blog_related_box .blog_related_box_item .holder .data .date i {
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 8px;
}

.wraper_blog_related.style-one .blog_related_box .blog_related_box_item .holder .data .title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
    color: #0d1d28;
    line-height: 28px;
}

.wraper_blog_related.style-one .blog_related_box .blog_related_box_item .holder .data .title a {
    color: inherit;
}

.wraper_blog_related.style-one .blog_related_box .blog_related_box_item .holder:hover .pic {
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
}

/* wraper_blog_comments style-one */

.wraper_blog_comments.style-one {
    width: 100%;
    background-color: #f4f5f8;
    margin-bottom: 0px;
}

.wraper_blog_comments.style-one > .container {
    padding-top: 80px;
    padding-bottom: 90px;
}

/*--------------------------------------------------------------
# Single Page Style Two
--------------------------------------------------------------*/

/* wraper_blog_banner style-two */

.wraper_blog_banner.style-two {
    width: 100%;
    padding-top: 40px;
    /* wraper_blog_banner_image */
    /* wraper_blog_banner_main */
    /* wraper_blog_banner_tags */
}

.wraper_blog_banner.style-two .wraper_blog_banner_image {
    width: 100%;
}

.wraper_blog_banner.style-two .wraper_blog_banner_image > .container {
    padding-top: 60px;
    padding-bottom: 0;
}

.wraper_blog_banner.style-two .wraper_blog_banner_image > .container .blog_banner_image {
    padding-top: calc((45 / 100) * 100%);
    background: center top no-repeat #191919;
    background-size: cover;
}

.wraper_blog_banner.style-two .wraper_blog_banner_main {
    width: 100%;
}

.wraper_blog_banner.style-two .wraper_blog_banner_main > .container {
    padding-top: 60px;
    padding-bottom: 60px;
}

.wraper_blog_banner.style-two .wraper_blog_banner_main > .container > .blog_banner_main .blog_banner_main_item > .entry-header > .entry-title {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 35px;
    line-height: 45px;
}

.wraper_blog_banner.style-two .wraper_blog_banner_tags {
    width: 100%;
    border-bottom: 1px #ececec solid;
}

.wraper_blog_banner.style-two .wraper_blog_banner_tags > .container {
    padding-top: 0;
    padding-bottom: 40px;
}

.wraper_blog_banner.style-two .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item {
    margin-bottom: 20px;
}

.wraper_blog_banner.style-two .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item > *:last-child {
    margin-bottom: 0 !important;
}

.wraper_blog_banner.style-two .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item .site-meta {
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 12px;
    line-height: 28px;
}

.wraper_blog_banner.style-two .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item .site-meta strong {
    display: block;
    margin-top: 1px;
    text-transform: none;
    font-weight: 600;
    font-size: 15px;
}

.wraper_blog_banner.style-two .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item .site-meta a {
    color: inherit;
}

.wraper_blog_banner.style-two .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item .site-meta a:after {
    content: ",";
    margin-right: 5px;
}

.wraper_blog_banner.style-two .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item .site-meta a:last-child:after,
.wraper_blog_banner.style-two .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item .site-meta a:only-child:after {
    display: none;
}

/*--------------------------------------------------------------
# Blog No Result Page
--------------------------------------------------------------*/

.no-results > .page-header {
    margin-top: -7px;
}

.radiantthemes-search-form {
    margin-top: 0px;
    position: relative;
    margin-bottom: 20px;
}

.radiantthemes-search-form .form-row input[type="search"] {
    /*vertical-align: top;
    width: 100%;
    max-width: 350px;
    height: 45px;
    padding: 0px 10px 0px 10px;
    background-color: #fff;
    border: 1px #e0e0e0 solid;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;*/
    vertical-align: top;
	width: 100%;
	height: 58px;
	padding: 0px 45px 0px 20px;
	background-color: #fff;
	border: 1px rgba(0, 0, 0, 0.2) solid;
	border-radius: 35px;
	font-weight: 400;
	font-size: 15px;
	color: #888;
	line-height: 23px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-search-form .form-row input[type="search"]:focus {
    border-color: #f4492f;
}

.radiantthemes-search-form .form-row button[type="submit"] {
    /*background-color: #ff5f63;
    vertical-align: top;
    height: 45px;
    padding: 0px 20px 0px 20px;
    border: none;
    border-radius: 0;
    font-size: 18px;
    color: #fff !important;
    cursor: pointer;*/
    border-radius: 36% !important;
	display: inline-block;
	padding: 11px 28px;
	letter-spacing: 0.8px;
	line-height: 30px;
	font-size: 15px;
	letter-spacing: 0;
	position: absolute;
	right: 0%;
	bottom: 1px;
	border: none;
	background: transparent url(../images/blog-search-btn.png) no-repeat top right !important;
	color: transparent;
	transition: all 0.4s ease-in-out !important;
	-webkit-transition: all 0.4s ease-in-out !important;
	font-weight: bold;
}

/*@media screen and (max-width: 1024px) {
	.radiantthemes-search-form .form-row button[type="submit"] {
		right: 43%;
	}
}

@media screen and (max-width: 768px) {
	.radiantthemes-search-form .form-row button[type="submit"] {
		right: 46%;
	}
}

@media screen and (max-width: 480px) {
	.radiantthemes-search-form .form-row button[type="submit"] {
		right: 21.5%;
	}
}

@media screen and (max-width: 420px) {
	.radiantthemes-search-form .form-row button[type="submit"] {
		right: 9%;
	}
}

@media screen and (max-width: 384px) {
	.radiantthemes-search-form .form-row button[type="submit"] {
		right: 0%;
	}
}*/

/* FOR BLOG DETAILS PAGE CSS ENDS */



/* PAGINATION CSS STARTS */

/*--------------------------------------------------------------
# Pagination / WooCommerce Pagination
--------------------------------------------------------------*/

.pagination,
.woocommerce nav.woocommerce-pagination {
    display: block !important;
    margin-left: -5px;
    margin-right: -5px;
    padding: 0;
    border-radius: 0;
    text-align: center;
    font-size: 0;
    padding-top: 24px;
    margin-bottom: 44px;
}

.woocommerce nav.woocommerce-pagination ul {
    margin: 0;
    border: none;
}

.pagination > * {
    display: inline-block !important;
    float: none;
    min-width: 0px;
    padding: 6px 16px;
    font-size: 17px;
    vertical-align: middle;
}

.woocommerce nav.woocommerce-pagination ul li {
    display: inline-block !important;
    vertical-align: top;
    float: none;
    margin: 0px 4px;
    border: none;
}

.pagination > * {
    text-align: center;
    font-weight: 500;
    font-size: 17px;
    color: #231834;
    /*background: none !important;*/
    /*border-radius: 5px;*/
    border-radius: 50%;
    border: 1px #d7dcdb solid;
    text-align: center;
    font-weight: 500;
    color: #1a1c26;
    line-height: 30px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    margin: 0 5px;
}

.woocommerce nav.woocommerce-pagination ul li a {
    text-align: center;
    font-weight: 500;
    font-size: 17px;
    color: #231834;
    background: none !important;
    padding: 8px 16px;
    border-radius: 50%;
    border: 1px #d7dcdb solid;
    text-align: center;
    font-weight: 500;
    color: #1a1c26;
    line-height: 25px;
    /*width: 45px;
  height: 45px;*/
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.woocommerce nav.woocommerce-pagination ul li span {
    text-align: center;
    font-weight: 500;
    font-size: 17px;
    color: #231834;
    background: none !important;
    padding: 6px 15px;
    /*border-radius: 50%;*/
    border: none;
    text-align: center;
    font-weight: 500;
    color: #1a1c26;
    line-height: 25px;
    /*width: 45px;
  height: 45px;*/
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev {
    border: none;
    padding: 0;
    display: none;
}

/*.woocommerce nav.woocommerce-pagination ul li span{
  padding: 0px;
}*/

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a span:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    color: #F4492F;
    /*border: 1px solid;*/
}

.pagination > * svg {
    stroke: #010101;
    transition: transform cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}

.pagination > *:hover svg {
    transform: translateY(20px);
}

.pagination > * .animated-arrow {
    /*display: none;*/
    /*width: 50px;*/
    /*height: 19px;*/
    /*margin-top: -2px;*/
    /*margin-right: -8px;*/
    /*overflow: hidden;*/
}

.pagination > * .animated-arrow svg {
    stroke: #010101;
    transition: transform cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
    transform: translateX(-15px) rotate(-90deg);
}

.pagination > *:hover .animated-arrow svg {
    transform: translateX(-10px) rotate(-90deg);
}

.pagination > *:hover {
    color: #F4492F;
    box-shadow: none;
}

/*.pagination > a:focus, a:hover{
	color:#ff5f63 !important;
}*/

.woocommerce nav.woocommerce-pagination ul li span.current {
    color: #fff !important;
    border: none;
    background-color: #F4492F !important;
    /*box-shadow: 0 0 22px rgba(0, 0, 0, 0.18);*/
    border: 1px solid #F4492F;
    border-radius: 50%;
    padding-top: 8px;
    padding-bottom: 8px;
}

.pagination > *.current {
    color: #fff !important;
    border: none;
    background-color: #F4492F;
    /*box-shadow: 0 0 22px rgba(0, 0, 0, 0.18);*/
}

/*.pagination > *.prev,
.pagination > *.next {
  display: none !important;
  margin: 0px 0px 0px 0px;
  width: 80px;
  margin-left: 0px;
  padding: 9px 0;
  border:none;
}*/
.pagination > *.next {
    display: none !important;
    margin: 0px 0px 0px 0px;
    width: 45px;
    /* margin-left: 10px; */
    padding: 9px 0;
    border: none;
    position: relative;
    left: 0;
    right: auto;
}

.pagination > *.prev {
    display: none !important;
    margin: 0px 0px 0px 0px;
    width: 45px;
    /* margin-left: 10px; */
    padding: 9px 0;
    border: none;
    position: relative;
    left: 0;
    right: auto;
}

/*.pagination > *.prev {
  margin: 0px;
  width: 80px;
  padding: 9px 0;
  transform: none;
  border:none;
}*/
.pagination .next span.animated-arrow {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 1px;
    margin-top: 0px;
    margin-left: 0px;
    background-color: #181b31;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.pagination .next:hover span.animated-arrow {
    width: 35px;
    left: 0;
    right: auto;
    background: #ff5f63;
    margin-left: 10px;
}

.pagination .next span.animated-arrow .ti-arrow-right {
    position: absolute;
    top: -7px;
    right: -5px;
    z-index: 1;
    font-size: 15px;
}

.pagination .prev span.animated-arrow {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 1px;
    margin-top: 0px;
    margin-left: 0px;
    background-color: #181b31;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.pagination .prev:hover span.animated-arrow {
    width: 35px;
    left: 0;
    right: auto;
    background: #ff5f63;
    margin-left: 10px;
}

.pagination .prev span.animated-arrow .ti-arrow-left {
    position: absolute;
    top: -7px;
    right: -5px;
    z-index: 1;
    font-size: 15px;
}

.pagination > .next span.ti-arrow-right {
    vertical-align: middle;
    padding-left: 5px;
    position: relative;
    top: -2px;
}

.pagination > .prev span.ti-arrow-left {
    vertical-align: middle;
    padding-right: 5px;
    position: relative;
    top: -1px;
}

/* PAGINATION CSS ENDS */

/*--------------------------------------------------------------
# woocommerce
--------------------------------------------------------------*/


.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
    overflow: hidden !important;
}


/*-------------------------------------------------------------
# shop
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Shop Page
--------------------------------------------------------------*/
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    padding-left: 24px !important;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    top: 5px;
}

/* wraper_shop_main */

.wraper_shop_main {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.wraper_shop_main > .container {
    padding-top: 96px;
    padding-bottom: 106px;
}

@media screen and (max-width: 768px) {
.wraper_shop_main > .container {
    padding-top: 65px;
    padding-bottom: 75px;
}
}

@media screen and (max-width: 480px) {
.wraper_shop_main > .container {
    padding-top: 20px;
    padding-bottom: 50px;
}
}

.woocommerce .woocommerce-breadcrumb {
    display: none;
}

/*--------------------------------------------------------------
# Product Listing Page
--------------------------------------------------------------*/

.woocommerce .woocommerce-products-header {
    margin-bottom: 20px;
}

.woocommerce .woocommerce-result-count {
    margin-top: 10px;
}

.rt-wc-order select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.rt-wc-order select::-ms-expand {
    display: none;
}

.rt-wc-order:after {
    content: "";
    display: inline-block;
    border-top: .3em solid #999;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
    position: relative;
    top: 13px;
    right: 27px;
    width: 10px;
    height: 5px;
    pointer-events: none;
}

.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 30px !important;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 24%;
    margin-left: 1%;
}

.woocommerce .woocommerce-ordering select {
    height: 58px;
    padding-left: 12px;
    border: 1px #e2e2e2 solid;
    font-size: 14px;
    border-radius: 35px;
}

.radiantthemes-shop {
    margin-top: 10px;
    margin-right: -15px;
    margin-bottom: 40px;
    margin-left: -15px;
}

.radiantthemes-shop:after {
    display: block;
    content: " ";
    clear: both;
}

.radiantthemes-shop > .radiantthemes-shop-box {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.radiantthemes-shop.three-column > .radiantthemes-shop-box {
    width: 33.33%;
}

.radiantthemes-shop.four-column > .radiantthemes-shop-box {
    width: 25%;
}

.radiantthemes-shop.five-column > .radiantthemes-shop-box {
    width: 20%;
}

.radiantthemes-shop.six-column > .radiantthemes-shop-box {
    width: 16.66%;
}

/*--------------------------------------------------------------
# Shop Box (Style One)
--------------------------------------------------------------*/

.radiantthemes-shop-box.style-one {
    margin-bottom: 30px !important;
}

.radiantthemes-shop-box.style-one > .holder {
    position: relative;
    text-align: center;
}

.radiantthemes-shop-box.style-one > .holder > .onsale {
    top: -10px;
    left: -10px;
    width: 50px;
    min-width: initial;
    height: 50px;
    min-height: initial;
    margin: 0;
    padding: 5px;
    border-radius: 50%;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 13px;
    line-height: 40px;
    background: #333 !important;
    color: #fff !important;
}

.radiantthemes-shop-box.style-one > .holder > .pic {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    border: 1px #f2f0f0 solid;
}

.radiantthemes-shop-box.style-one > .holder > .pic:before {
    content: " ";
    display: block;
    padding-top: calc((95 / 100) * 100%);
}

.radiantthemes-shop-box.style-one > .holder > .pic > .product-image {
    position: absolute;
    top: -10px;
    right: 0;
    bottom: -10px;
    left: 0;
    z-index: 1;
    background: center center no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-one > .holder > .pic > .overlay {
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    z-index: 2;
    background-color: rgba(36, 34, 34, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-one > .holder > .pic > .action-buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-one > .holder > .pic > .action-buttons > .button,
.radiantthemes-shop-box.style-one > .holder > .pic > .action-buttons > .added_to_cart {
    width: 100%;
    float: left;
    padding: 8px 10px 9px 10px;
    background-color: #353434;
    border-radius: 0;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    line-height: 25px;
}

.radiantthemes-shop-box.style-one > .holder > .pic > .action-buttons .button.add_to_cart_button.added {
    display: none;
}

.radiantthemes-shop-box.style-one > .holder > .pic > .action-buttons .button.add_to_cart_button.loading {
    opacity: 1;
}

.radiantthemes-shop-box.style-one > .holder > .pic > .action-buttons .button.add_to_cart_button.loading:after {
    top: 8px;
    right: 10px;
}

.radiantthemes-shop-box.style-one > .holder > .data .woocommerce-loop-product__title {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
    color: #232222;
    line-height: 25px;
    letter-spacing: initial;
}

.radiantthemes-shop-box.style-one > .holder > .data .star-rating {
    display: inline-block;
    vertical-align: top;
}

.radiantthemes-shop-box.style-one > .holder > .data .price {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 14px;
    color: #828080;
    line-height: 28px;
}

.radiantthemes-shop-box.style-one > .holder > .data .price del {
    margin-right: 5px;
}

.radiantthemes-shop-box.style-one > .holder > .data .price ins {
    font-weight: inherit;
}

.radiantthemes-shop-box.style-one > .holder:hover > .pic > .product-image {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}

.radiantthemes-shop-box.style-one > .holder:hover > .pic > .overlay {
    opacity: 1;
    visibility: visible;
}

.radiantthemes-shop-box.style-one > .holder:hover > .pic > .action-buttons {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

/*--------------------------------------------------------------
# Shop Box (Style Two)
--------------------------------------------------------------*/

.radiantthemes-shop-box.style-two {
    margin-bottom: 30px !important;
}

.radiantthemes-shop-box.style-two > .holder {
    position: relative;
    text-align: center;
}

.radiantthemes-shop-box.style-two > .holder > .onsale {
    top: 10px;
    left: 10px;
    width: 60px;
    min-width: initial;
    height: 60px;
    min-height: initial;
    margin: 0;
    padding: 5px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
    text-transform: capitalize;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    line-height: 50px;
}

.radiantthemes-shop-box.style-two > .holder > .pic {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    border: 1px #f2f0f0 solid;
}

.radiantthemes-shop-box.style-two > .holder > .pic:before {
    content: " ";
    display: block;
    padding-top: calc((92 / 100) * 100%);
}

.radiantthemes-shop-box.style-two > .holder > .pic > .product-image {
    position: absolute;
    top: -10px;
    right: 0;
    bottom: -10px;
    left: 0;
    z-index: 1;
    background: center center no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-two > .holder:hover > .pic > .product-image {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}

.radiantthemes-shop-box.style-two > .holder > .pic > .overlay {
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    z-index: 2;
    background-color: rgba(36, 34, 34, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-two > .holder:hover > .pic > .overlay {
    opacity: 1;
    visibility: visible;
}

.radiantthemes-shop-box.style-two > .holder > .pic > .action-buttons {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-two > .holder:hover > .pic > .action-buttons {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.radiantthemes-shop-box.style-two > .holder > .pic > .action-buttons > .button,
.radiantthemes-shop-box.style-two > .holder > .pic > .action-buttons > .added_to_cart {
    width: 55px;
    height: 50px;
    float: left;
    padding: 8px 10px 8px 10px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDQ3Mi4zMzcgNDcyLjMzNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDcyLjMzNyA0NzIuMzM2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTM5Ni4wNjEsMTE2LjU3N2gtNzYuMzc3VjkxLjcxNUMzMTkuNjg0LDQxLjE0MywyNzguNTQzLDAsMjI3Ljk2OSwwYy01MC41NzMsMC05MS43MTMsNDEuMTQzLTkxLjcxMyw5MS43MTV2MjQuODYySDcwLjQ1ICAgYy01LjU0OSwwLTEwLjA1LDQuNDk3LTEwLjA1LDEwLjA1TDMuOTE0LDQ2Mi4yODRjMCw1LjU1NCw0LjQ5NywxMC4wNTMsMTAuMDU1LDEwLjA1M2g0NDQuMzk3YzUuNTU0LDAsMTAuMDU3LTQuNDk5LDEwLjA1Ny0xMC4wNTMgICBsLTYyLjMxLTMzNS42NTdDNDA2LjExMywxMjEuMDczLDQwMS42MTQsMTE2LjU3NywzOTYuMDYxLDExNi41Nzd6IE0xNTYuMzUyLDkxLjcxNWMwLTM5LjQ5LDMyLjEzLTcxLjYxNCw3MS42MTItNzEuNjE0ICAgYzM5LjQ5LDAsNzEuNjE4LDMyLjEzLDcxLjYxOCw3MS42MTR2MjQuODYyaC0xNDMuMjNWOTEuNzE1eiBNNDQ4LjMyMiw0NTIuMjM1SDI0LjAxNWw1Ni40NzktMzE1LjU2Mmg1NS43NTN2NDQuMjU4ICAgYy00Ljg0OSwzLjI0Ni04LjAzNyw4Ljc2NS04LjAzNywxNS4wMzVjMCw5Ljk4OCw4LjA5LDE4LjA5LDE4LjA4NywxOC4wOWM5Ljk4NSwwLDE4LjA5LTguMDk1LDE4LjA5LTE4LjA5ICAgYzAtNi4yNzUtMy4xOTctMTEuNzg5LTguMDQ0LTE1LjAzNXYtNDQuMjU4aDE0My4yNDR2NDQuMjU4Yy00Ljg0OSwzLjI0Ni04LjA0MSw4Ljc2NS04LjA0MSwxNS4wMzUgICBjMCw5Ljk4OCw4LjA5MywxOC4wOSwxOC4wOSwxOC4wOWM5Ljk4NywwLDE4LjA4OS04LjA5NSwxOC4wODktMTguMDljMC02LjI3NS0zLjIwMS0xMS43ODktOC4wNDYtMTUuMDM1di00NC4yNThoNjYuMzI5ICAgTDQ0OC4zMjIsNDUyLjIzNXoiIGZpbGw9IiNGRkZGRkYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
    background-position: center center;
    background-color: #373636;
    background-repeat: no-repeat;
    background-size: 30px auto;
    border-radius: 0;
    font-size: 0;
    color: #fff;
}

.radiantthemes-shop-box.style-two > .holder > .pic > .action-buttons > .button.add_to_cart_button.loading,
.radiantthemes-shop-box.style-two > .holder > .pic > .action-buttons > .button.add_to_cart_button.added {
    background-image: none;
    opacity: 1;
}

.radiantthemes-shop-box.style-two > .holder > .pic > .action-buttons > .button.add_to_cart_button.loading:after,
.radiantthemes-shop-box.style-two > .holder > .pic > .action-buttons > .button.add_to_cart_button.added:after {
    position: absolute;
    top: 14px;
    right: 17px;
    margin: 0;
    font-size: 20px;
}

.radiantthemes-shop-box.style-two > .holder > .pic > .action-buttons > .added_to_cart {
    display: none;
}

.radiantthemes-shop-box.style-two > .holder > .data .woocommerce-loop-product__title {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 15px;
    color: #232222;
    line-height: 25px;
    letter-spacing: initial;
}

.radiantthemes-shop-box.style-two > .holder > .data .star-rating {
    display: inline-block;
    vertical-align: top;
}

.radiantthemes-shop-box.style-two > .holder > .data .price {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 14px;
    color: #828080;
    line-height: 28px;
}

.radiantthemes-shop-box.style-two > .holder > .data .price del {
    margin-right: 5px;
}

.radiantthemes-shop-box.style-two > .holder > .data .price ins {
    font-weight: inherit;
}

/*--------------------------------------------------------------
# Shop Box (Style Three)
--------------------------------------------------------------*/

.radiantthemes-shop-box.style-three {
    margin-bottom: 30px !important;
}

.radiantthemes-shop-box.style-three > .holder {
    position: relative;
    text-align: center;
}

.radiantthemes-shop-box.style-three > .holder > .pic {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    border: 1px #f2f0f0 solid;
}

.radiantthemes-shop-box.style-three > .holder > .pic:before {
    content: " ";
    display: block;
    padding-top: calc((92 / 100) * 100%);
}

.radiantthemes-shop-box.style-three > .holder > .pic > .product-image {
    position: absolute;
    top: -10px;
    right: 0;
    bottom: -10px;
    left: 0;
    z-index: 1;
    background: center center no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-three > .holder:hover > .pic > .product-image {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}

.radiantthemes-shop-box.style-three > .holder > .pic > .overlay {
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    z-index: 2;
    background-color: rgba(36, 34, 34, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-three > .holder:hover > .pic > .overlay {
    opacity: 1;
    visibility: visible;
}

.radiantthemes-shop-box.style-three > .holder > .data {
    text-align: left;
}

.radiantthemes-shop-box.style-three > .holder > .data > .onsale {
    position: static;
    float: right;
    min-width: initial;
    min-height: initial;
    margin: 0;
    padding: 0;
    background-color: initial;
    border-radius: 0;
    font-weight: 400;
    font-size: 15px;
    color: #232222;
    line-height: 25px;
}

.radiantthemes-shop-box.style-three > .holder > .data > .onsale:before {
    margin-right: 6px;
    content: "\f02c";
    font-family: "FontAwesome";
}

.radiantthemes-shop-box.style-three > .holder > .data .woocommerce-loop-product__title {
    margin-bottom: 3px;
    font-weight: 500;
    font-size: 15px;
    color: #232222;
    line-height: 25px;
    letter-spacing: initial;
}

.radiantthemes-shop-box.style-three > .holder > .data > .info-box {
    position: relative;
    overflow: hidden;
}

.radiantthemes-shop-box.style-three > .holder > .data > .info-box .star-rating {
    display: none;
}

.radiantthemes-shop-box.style-three > .holder > .data .price {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #828080;
    line-height: 28px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-three > .holder:hover > .data .price {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}

.radiantthemes-shop-box.style-three > .holder > .data .price del {
    margin-right: 5px;
}

.radiantthemes-shop-box.style-three > .holder > .data .price ins {
    font-weight: inherit;
}

.radiantthemes-shop-box.style-three > .holder > .data > .info-box > .action-buttons {
    position: absolute;
    top: -1px;
    left: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-three > .holder:hover > .data > .info-box > .action-buttons {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.radiantthemes-shop-box.style-three > .holder > .data > .info-box > .action-buttons > .button,
.radiantthemes-shop-box.style-three > .holder > .data > .info-box > .action-buttons > .added_to_cart {
    padding: 0;
    background-color: initial;
    border-bottom: 1px #a9a9a9 solid;
    border-radius: 0;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    color: #232222;
    line-height: 20px;
}

.radiantthemes-shop-box.style-three > .holder > .data > .info-box > .action-buttons > .button.add_to_cart_button.added {
    display: none;
}

.radiantthemes-shop-box.style-three > .holder > .data > .info-box > .action-buttons > .button.add_to_cart_button.loading {
    opacity: 1;
}

.radiantthemes-shop-box.style-three > .holder > .data > .info-box > .action-buttons > .button.add_to_cart_button.loading:after {
    top: -1px;
    right: -22px;
}

/*--------------------------------------------------------------
# Shop Box (Style Four)
--------------------------------------------------------------*/

.radiantthemes-shop-box.style-four {
    margin-bottom: 30px !important;
}

.radiantthemes-shop-box.style-four > .holder {
    position: relative;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-four > .holder:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}

.radiantthemes-shop-box.style-four > .holder > .onsale {
    top: 25px;
    left: auto;
    right: 20px;
    min-width: initial;
    min-height: initial;
    margin: 0;
    padding: 0;
    background-color: initial;
    border-radius: 0;
    font-weight: 400;
    font-size: 14px;
    color: #232222;
    line-height: 23px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.radiantthemes-shop-box.style-four > .holder:hover > .onsale {
    top: 20px;
}

.radiantthemes-shop-box.style-four > .holder > .onsale:before {
    margin-right: 6px;
    content: "\f02c";
    font-family: "FontAwesome";
}

.radiantthemes-shop-box.style-four > .holder > .pic {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    border: 1px #f2f0f0 solid;
}

.radiantthemes-shop-box.style-four > .holder > .pic:before {
    content: " ";
    display: block;
    padding-top: calc((123 / 100) * 100%);
}

.radiantthemes-shop-box.style-four > .holder > .pic > .product-image {
    position: absolute;
    top: -10px;
    right: 0;
    bottom: -10px;
    left: 0;
    z-index: 1;
    background: center center no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-four > .holder:hover > .pic > .product-image {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}

.radiantthemes-shop-box.style-four > .holder > .pic > .primary-info {
    position: absolute;
    top: 25px;
    left: 20px;
    z-index: 2;
    text-align: left;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.radiantthemes-shop-box.style-four > .holder:hover > .pic > .primary-info {
    top: 20px;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .primary-info .woocommerce-loop-product__title {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
    color: #232222;
    line-height: 23px;
    letter-spacing: initial;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .primary-info ul.product-category {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 12px;
    color: #393737;
    line-height: 22px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
}

.radiantthemes-shop-box.style-four > .holder:hover > .pic > .primary-info ul.product-category {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.radiantthemes-shop-box.style-four > .holder > .pic > .primary-info ul.product-category li {
    display: inline-block;
    vertical-align: top;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .primary-info ul.product-category li:after {
    content: "and";
    margin-left: 3px;
    margin-right: 1px;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .primary-info ul.product-category li:last-child:after,
.radiantthemes-shop-box.style-four > .holder > .pic > .primary-info ul.product-category li:only-child:after {
    display: none;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .primary-info ul.product-category li a {
    color: inherit;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .action-buttons {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.radiantthemes-shop-box.style-four > .holder:hover > .pic > .action-buttons {
    opacity: 1;
    visibility: visible;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .action-buttons > .button,
.radiantthemes-shop-box.style-four > .holder > .pic > .action-buttons > .added_to_cart {
    padding: 0;
    background-color: initial;
    border-radius: 0;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 12px;
    color: #030712;
    line-height: 22px;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .action-buttons > .button.add_to_cart_button.added {
    display: none;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .action-buttons > .button.add_to_cart_button.loading {
    opacity: 1;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .action-buttons > .button.add_to_cart_button.loading:after {
    top: -1px;
    right: -20px;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .secondary-info {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 4;
    text-align: right;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.radiantthemes-shop-box.style-four > .holder:hover > .pic > .secondary-info {
    opacity: 1;
    visibility: visible;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .secondary-info .star-rating {
    display: inline-block;
    vertical-align: top;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .secondary-info .price {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 12px;
    color: #030712;
    line-height: 22px;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .secondary-info .price del {
    margin-right: 5px;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .secondary-info .price ins {
    font-weight: inherit;
}

/*--------------------------------------------------------------
# Shop Box (Style Five)
--------------------------------------------------------------*/

.radiantthemes-shop-box.style-five {
    margin-bottom: 30px !important;
}

.radiantthemes-shop-box.style-five > .holder {
    position: relative;
    border: 1px #f2f0f0 solid;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-five > .holder:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.radiantthemes-shop-box.style-five > .holder > .onsale {
    top: 10px;
    left: auto;
    right: 10px;
    width: 60px;
    min-width: initial;
    height: 60px;
    min-height: initial;
    margin: 0;
    padding: 5px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
    text-transform: capitalize;
    font-weight: 500;
    font-size: 13px;
    color: #252525;
    line-height: 50px;
}

.radiantthemes-shop-box.style-five > .holder > .pic {
    position: relative;
    overflow: hidden;
}

.radiantthemes-shop-box.style-five > .holder > .pic:before {
    content: " ";
    display: block;
    padding-top: calc((95 / 100) * 100%);
}

.radiantthemes-shop-box.style-five > .holder > .pic > .product-image {
    position: absolute;
    top: -10px;
    right: 0;
    bottom: -10px;
    left: 0;
    z-index: 1;
    background: center center no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-five > .holder:hover > .pic > .product-image {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}

.radiantthemes-shop-box.style-five > .holder > .pic > .overlay {
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    z-index: 2;
    background-color: rgba(36, 34, 34, 0.05);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-five > .holder:hover > .pic > .overlay {
    opacity: 1;
    visibility: visible;
}

.radiantthemes-shop-box.style-five > .holder > .data {
    padding: 22px 20px 0px 20px;
    text-align: left;
}

.radiantthemes-shop-box.style-five > .holder > .data .woocommerce-loop-product__title {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 18px;
    color: #232222;
    line-height: 28px;
    letter-spacing: initial;
}

.radiantthemes-shop-box.style-five > .holder > .data .star-rating {
    display: inline-block;
    vertical-align: top;
}

.radiantthemes-shop-box.style-five > .holder > .data .price {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 14px;
    color: #232222;
    line-height: 23px;
}

.radiantthemes-shop-box.style-five > .holder > .data .price del {
    margin-right: 5px;
}

.radiantthemes-shop-box.style-five > .holder > .data .price ins {
    font-weight: inherit;
}

.radiantthemes-shop-box.style-five > .holder > .data > .action-buttons {
    margin-top: 22px;
    border-top: 1px #f2f0f0 solid;
}

.radiantthemes-shop-box.style-five > .holder > .data > .action-buttons > .button,
.radiantthemes-shop-box.style-five > .holder > .data > .action-buttons > .added_to_cart {
    display: block;
    padding: 10px 0px 11px 0px;
    background-color: initial;
    border-radius: 0;
    text-align: center;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 13px;
    color: #393737;
    line-height: 25px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-five > .holder > .data > .action-buttons > .button.add_to_cart_button.added {
    display: none;
}

.radiantthemes-shop-box.style-five > .holder > .data > .action-buttons > .button.add_to_cart_button.loading {
    opacity: 1;
}

.radiantthemes-shop-box.style-five > .holder > .data > .action-buttons > .button.add_to_cart_button:before {
    margin-right: 10px;
    content: "\f07a";
    font-family: "FontAwesome";
    font-size: 112%;
}

.radiantthemes-shop-box.style-five > .holder > .data > .action-buttons > .button.add_to_cart_button.loading:after {
    top: 10px;
    right: 0;
}

/*--------------------------------------------------------------
# Shop Box (Style Six)
--------------------------------------------------------------*/

.radiantthemes-shop-box.style-six {
    margin-bottom: 30px !important;
}

.radiantthemes-shop-box.style-six > .holder {
    position: relative;
    text-align: center;
}

.radiantthemes-shop-box.style-six > .holder > .onsale {
    top: 10px;
    left: 10px;
    width: 44px;
    min-width: initial;
    height: 44px;
    min-height: initial;
    margin: 0;
    padding: 5px;
    background-color: #333;
    border-radius: 50%;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    line-height: 34px;
}

.radiantthemes-shop-box.style-six > .holder > .pic {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    padding-top: calc((130 / 100) * 100%);
    border-radius: 5px;
}

.radiantthemes-shop-box.style-six > .holder > .pic > .product-image {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    z-index: 1;
    background: center center no-repeat;
    background-size: cover;
}

.radiantthemes-shop-box.style-six > .holder > .pic > .overlay {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    z-index: 2;
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 15px;
    font-size: 0;
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .button,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .added_to_cart,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .yith-wcwl-add-to-wishlist {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 45px;
    height: 45px;
    overflow: hidden;
    margin: 0 6px 10px 6px;
    padding: 5px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 7px 25px rgba(0, 0, 0, 0.25);
    text-align: center;
    color: #333;
    opacity: 0;
    transform: translateY(12px);
    -webkit-transform: translateY(12px);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .button:hover,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .added_to_cart:hover,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .yith-wcwl-add-to-wishlist:hover {
    background-color: #333;
    color: #fff;
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .button:before,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .added_to_cart:before,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .yith-wcwl-add-to-wishlist:before {
    font-family: "Themify";
    font-weight: 400;
    font-size: 20px;
    color: inherit;
    line-height: 35px;
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .button > .yith-wcwl-add-button,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .added_to_cart > .yith-wcwl-add-button,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .yith-wcwl-add-to-wishlist > .yith-wcwl-add-button {
    display: block !important;
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .button > .yith-wcwl-add-button > .add_to_wishlist,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .added_to_cart > .yith-wcwl-add-button > .add_to_wishlist,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .yith-wcwl-add-to-wishlist > .yith-wcwl-add-button > .add_to_wishlist {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    left: 0;
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .button.add_to_cart_button.added,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .added_to_cart {
    transition: opacity 0.3s ease-in-out 0s, transform 0.3s ease-in-out 0s;
    -webkit-transition: opacity 0.3s ease-in-out 0s, transform 0.3s ease-in-out 0s;
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .button.yith-wcqv-button {
    transition: opacity 0.3s ease-in-out 0.2s, transform 0.3s ease-in-out 0.2s;
    -webkit-transition: opacity 0.3s ease-in-out 0.2s,
        transform 0.3s ease-in-out 0.2s;
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .yith-wcwl-add-to-wishlist {
    transition: opacity 0.3s ease-in-out 0.4s, transform 0.3s ease-in-out 0.4s;
    -webkit-transition: opacity 0.3s ease-in-out 0.4s,
        transform 0.3s ease-in-out 0.4s;
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .button.add_to_cart_button.added {
    display: none;
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .button.add_to_cart_button.loading {
    opacity: 1;
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .button.add_to_cart_button.loading:after {
    top: 10px;
    right: 10px;
    font-size: 25px;
    opacity: 0.5;
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons .button.add_to_cart_button:before {
    content: "\e60d";
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons .button.product_type_grouped:before {
    content: "\e63d";
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons .added_to_cart:before {
    content: "\e60e";
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons .button.yith-wcqv-button:before {
    content: "\e610";
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons .yith-wcwl-add-to-wishlist:before {
    content: "\e634";
}

.radiantthemes-shop-box.style-six > .holder > .data .woocommerce-loop-product__title {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 20px;
    color: #181b31;
    line-height: 30px;
    letter-spacing: initial;
}

.radiantthemes-shop-box.style-six > .holder > .data .star-rating {
    display: inline-block;
    vertical-align: top;
}

.radiantthemes-shop-box.style-six > .holder > .data .price {
    color: #6a7c92;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
}

.radiantthemes-shop-box.style-six > .holder > .data .price del {
    margin-right: 5px;
}

.radiantthemes-shop-box.style-six > .holder > .data .price ins {
    font-weight: inherit;
}

.radiantthemes-shop-box.style-six > .holder:hover > .pic > .action-buttons > .button,
.radiantthemes-shop-box.style-six > .holder:hover > .pic > .action-buttons > .added_to_cart,
.radiantthemes-shop-box.style-six > .holder:hover > .pic > .action-buttons > .yith-wcwl-add-to-wishlist {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

/*--------------------------------------------------------------
# Shop Box (Style Seven)
--------------------------------------------------------------*/

.radiantthemes-shop-box.style-seven {
    margin-bottom: 30px !important;
}

.radiantthemes-shop-box.style-seven > .holder {
    position: relative;
    text-align: left;
}

.radiantthemes-shop-box.style-seven > .holder > .onsale {
    top: 15px;
    left: 15px;
    width: 50px;
    min-width: initial;
    height: 50px;
    min-height: initial;
    margin: 0;
    padding: 5px;
    border-radius: 50%;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 13px;
    line-height: 40px;
    background: #fff;
    color: #000;
}

.radiantthemes-shop-box.style-seven > .holder > .pic {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.radiantthemes-shop-box.style-seven > .holder > .pic:before {
    content: " ";
    display: block;
    padding-top: calc((120 / 90) * 100%);
}

.radiantthemes-shop-box.style-seven > .holder > .pic > .product-image {
    position: absolute;
    top: -10px;
    right: 0;
    bottom: -10px;
    left: 0;
    z-index: 1;
    background: center center no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-seven > .holder > .pic > .overlay {
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    z-index: 2;
    background-color: rgba(36, 34, 34, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-seven > .holder > .pic > .action-buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-seven > .holder > .pic > .action-buttons > .button,
.radiantthemes-shop-box.style-seven > .holder > .pic > .action-buttons > .added_to_cart {
    width: auto;
    float: none;
    padding: 8px 40px 9px 25px;
    background-color: #fff;
    border-radius: 0;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    line-height: 25px;
    margin-bottom: 20px;
}

.radiantthemes-shop-box.style-seven > .holder > .pic > .action-buttons > .button:after {
    content: "\e628";
    font-size: 14px;
    color: #000;
    position: absolute;
    margin: 5px 0 0 5px;
    transition: 0.3s;
    border: none;
    padding: 0;
    font-family: "themify";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.radiantthemes-shop-box.style-seven > .holder > .pic > .action-buttons .button.add_to_cart_button.added {
    display: none;
}

.radiantthemes-shop-box.style-seven > .holder > .pic > .action-buttons .button.add_to_cart_button.loading {
    opacity: 1;
}

.radiantthemes-shop-box.style-seven > .holder > .pic > .action-buttons .button.add_to_cart_button.loading:after {
    top: 8px;
    right: 10px;
}

.radiantthemes-shop-box.style-seven > .holder > .data .woocommerce-loop-product__title {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 20px;
    color: #000;
    line-height: 30px;
    letter-spacing: 0.6px;
}

.radiantthemes-shop-box.style-seven > .holder > .data .star-rating {
    display: inline-block;
    vertical-align: top;
}

.radiantthemes-shop-box.style-seven > .holder > .data .price {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 18px;
    color: #000;
    line-height: 36px;
}

.radiantthemes-shop-box.style-seven > .holder > .data .price del {
    margin-right: 5px;
}

.radiantthemes-shop-box.style-seven > .holder > .data .price ins {
    font-weight: inherit;
}

.radiantthemes-shop-box.style-seven > .holder:hover > .pic > .product-image {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}

.radiantthemes-shop-box.style-seven > .holder:hover > .pic > .overlay {
    opacity: 1;
    visibility: visible;
}

.radiantthemes-shop-box.style-seven > .holder:hover > .pic > .action-buttons {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

/*--------------------------------------------------------------
# Shop Box (Style Eight)
--------------------------------------------------------------*/

.radiantthemes-shop-box.style-eight {
    margin-bottom: 17px !important;
}

.radiantthemes-shop-box.style-eight > .holder {
    position: relative;
    text-align: left;
}

.radiantthemes-shop-box.style-eight > .holder > .onsale {
    top: 15px;
    left: 15px;
    width: 50px;
    min-width: initial;
    height: 50px;
    min-height: initial;
    margin: 0;
    padding: 5px;
    border-radius: 50%;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 13px;
    line-height: 40px;
    background: #fff;
    color: #000;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
}

.radiantthemes-shop-box.style-eight > .holder > .pic {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 12px;
}

.radiantthemes-shop-box.style-eight > .holder > .pic:before {
    content: " ";
    display: block;
    padding-top: calc((120 / 90) * 100%);
}

.radiantthemes-shop-box.style-eight > .holder > .pic > .product-image {
    position: absolute;
    top: -10px;
    right: 0;
    bottom: -10px;
    left: 0;
    z-index: 1;
    background: center center no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-eight > .holder > .pic > .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    margin: 10px;
    transform: translate(0%, -10%);
    transition: 0.4s cubic-bezier(0.48, 0.57, 0.33, 0.89);
    border-radius: 12px;
}

/*.radiantthemes-shop-box.style-eight > .holder > .pic > .overlay{
  position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    z-index: 10;
    background-color: #fff;
    width: calc(100% - 49px);
    height: calc(100% - 49px);
    margin-left: 50%;
    margin-top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    -webkit-transition: .2s cubic-bezier(.48,.57,.33,.89);
    -o-transition: .2s cubic-bezier(.48,.57,.33,.89);
    transition: .2s cubic-bezier(.48,.57,.33,.89);
}*/
.radiantthemes-shop-box.style-eight > .holder:hover > .pic > .overlay {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0%);
    background-color: #fff;
    transition: 0.4s cubic-bezier(0.48, 0.57, 0.33, 0.89);
    border-radius: 12px;
}

.radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons > .radiantthemes-cart-border {
    position: absolute;
    top: 19px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    transform: translateY(160px);
    -webkit-transform: translateY(160px);
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

@media only screen and (max-width:1024px) and (min-width:992px) {
	.radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons > .radiantthemes-cart-border {
		top: -30px;
	}
}

@media only screen and (max-width:991px) and (min-width:768px) {

	.radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons > .radiantthemes-cart-border {
		top: -78px;
	}
}

@media only screen and (max-width:767px) and (min-width:720px) {
	.radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons > .radiantthemes-cart-border {
		top: 14%;
	}
}

@media only screen and (max-width:719px) and (min-width:675px) {
	.radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons > .radiantthemes-cart-border {
		top: 10%;
	}
}

@media only screen and (max-width:674px) and (min-width:650px) {
	.radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons > .radiantthemes-cart-border {
		top: 8%;
	}
}

@media only screen and (max-width:649px) and (min-width:620px) {
	.radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons > .radiantthemes-cart-border {
		top: 6%;
	}
}

@media only screen and (max-width:619px) and (min-width:595px) {
	.radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons > .radiantthemes-cart-border {
		top: 4%;
	}
}

@media only screen and (max-width:594px) and (min-width:480px) {
	.radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons > .radiantthemes-cart-border {
		top: 0%;
	}
}

@media only screen and (max-width:414px) { 

	.radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons > .radiantthemes-cart-border {
		top:14.5%;
	}
 }

 @media only screen and (max-width:375px) { 

	.radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons > .radiantthemes-cart-border {
		top: 10.5%
	}
 }

.radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons > .radiantthemes-cart-border > .button,
.radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons > .radiantthemes-cart-border > .added_to_cart {
    width: auto;
    float: none;
    padding: 8px 25px 9px 25px;
    background-color: #f4492f;
    border-radius: 0;
    font-weight: bold;
    font-size: 15px;
    color: #ffffff;
    line-height: 25px;
    /*margin-bottom: 20px;*/
    border: 1px solid #f4492f;
    border-radius: 45px;
    text-transform: capitalize;
}

@media only screen and (max-width:991px) and (min-width:768px) {
	.radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons > .radiantthemes-cart-border > .button {
	width: auto;
	float: none;
	padding: 6px 12px;
	background-color: #f4492f;
	border-radius: 0;
	font-weight: bold;
	font-size: 15px;
	color: #ffffff;
	line-height: 25px;
	margin-bottom: 20px;
	border: 1px solid #f4492f;
	border-radius: 45px;
	}
}
.cross-sells .radiantthemes-shop-box.style-eight > .holder:hover > .pic > .overlay {
    opacity: 0;
    visibility: visible;
    transform: translate(0, 0%);
    background-color: #fff;
    transition: 0.4s cubic-bezier(0.48, 0.57, 0.33, 0.89);
    border-radius: 5px;
}
.cross-sells .radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons > .radiantthemes-cart-border {
    position: absolute;
    top: -65px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    transform: translateY(160px);
    -webkit-transform: translateY(160px);
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.cross-sells .radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons > .radiantthemes-cart-border > .button,
.cross-sells .radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons > .radiantthemes-cart-border > .added_to_cart {
    width: auto;
    float: none;
    padding: 8px 5px 9px 5px;
    background-color: #fff;
    border-radius: 0;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    line-height: 25px;
    /*margin-bottom: 20px;*/
    border: 1px solid #000;
    border-radius: 4px;
}

/*.radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons > .button:after {
  content: "\e628";
  font-size: 14px;
  color: #000;
  position: absolute;
  margin: 5px 0 0 5px;
  transition: .3s;
  border: none;
  padding: 0;
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}*/

.radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons .radiantthemes-cart-border .button.add_to_cart_button.added {
    display: none;
}

.radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons .radiantthemes-cart-border .button.add_to_cart_button.loading {
    opacity: 1;
}

.radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons .radiantthemes-cart-border .button.add_to_cart_button.loading:after {
    top: 8px;
    right: 10px;
}

.radiantthemes-shop-box.style-eight > .holder > .data {
    text-align: center;
}

.radiantthemes-shop-box.style-eight > .holder > .data .woocommerce-loop-product__title {
    margin-bottom: 0;
    font-weight: 400 !important;
    font-size: 16px;
    color: #191818;
    line-height: 28px !important;
    letter-spacing: 0.6px;
    text-align: center;
    margin-top: 18px;
}

.radiantthemes-shop-box.style-eight > .holder > .data .star-rating {
    display: inline-block;
    vertical-align: top;
}

.radiantthemes-shop-box.style-eight > .holder > .data .price {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 15px;
    color: #191818;
    line-height: 36px;
}

.radiantthemes-shop-box.style-eight > .holder > .data .price del {
    margin-right: 5px;
}

.radiantthemes-shop-box.style-eight > .holder > .data .price ins {
    font-weight: inherit;
}

/*.radiantthemes-shop-box.style-eight > .holder:hover > .pic > .product-image {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
}*/

.radiantthemes-shop-box.style-eight > .holder:hover > .pic > .action-buttons > .radiantthemes-cart-border {
    transform: translateY(150px);
    -webkit-transform: translateY(150px);
    opacity: 1;
    visibility: visible;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background: #F4492F !important;
    border: 1px solid #F4492F !important;
    padding: 15px 35px !important;
    text-transform: capitalize !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background: #F4492F !important;
    border: 1px solid #F4492F !important;
}

.woocommerce button.button[name="update_cart"] {
    background: #000 !important;
    border: 1px solid #403f41 !important;
    padding: 15px 35px !important;
    text-transform: capitalize !important;
}

.woocommerce button.button[name="update_cart"]:hover {
    background: #403f41 !important;
    border: 1px solid #000 !important;
}

.woocommerce #payment #place_order {
    background: #f4492f !important;
    border: 1px solid #f4492f !important;
    padding: 15px 35px !important;
    text-transform: capitalize !important;
}

.woocommerce #payment #place_order:hover {
    background: #f4492f !important;
    border: 1px solid #f4492f !important;
}

.shop_single > .summary form.cart .button {
    background: #f4492f !important;
    border: 1px solid #f4492f !important;
    padding: 10px 28px !important;
    text-transform: capitalize !important;
    font-size: 15px !important;
    font-weight: bold !important;
    font-family: "Roboto" !important;
}

.shop_single > .summary form.cart .hover {
    background: #403f41 !important;
    border: 1px solid #000 !important;
}

.woocommerce div.product form.cart .variations label {
    font-size: 14px;
    line-height: 35px;
}

.page-template-default .entry-content ul.woocommerce-error li {
    padding-left: 20px !important;
}

.woocommerce h1.entry-title {
    line-height: 45px !important;
    font-weight: 700 !important;
    font-size: 35px !important;
}

.shop_single .rt-product-gallery {
    display: block;
    position: relative;
}

.woocommerce span.onsale {
    min-height: 60px;
    min-width: 60px;
    padding: 0.202em;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 55px;
    top: 15px;
    left: 15px;
    margin: 0;
    border-radius: 100%;
    background-color: #fff;
    color: #000;
    font-size: 0.857em;
    z-index: 9;
}

/*--------------------------------------------------------------
## Product Single Page
--------------------------------------------------------------*/

.wraper_shop_single {
    width: 100%;
}

.wraper_shop_single > .container {
    padding-top: 100px;
    padding-bottom: 60px;
}

.shop_single > .onsale {
    width: 60px;
    height: 60px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
    text-transform: capitalize;
    line-height: 55px !important;
}

.wraper_shop_single.style-one .shop_single > .woocommerce-product-gallery .flex-viewport,
.wraper_shop_single.style-two .shop_single > .woocommerce-product-gallery .flex-viewport,
.wraper_shop_single.style-three .shop_single > .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 30px;
}

.wraper_shop_single.style-one .shop_single > .woocommerce-product-gallery ol.flex-control-nav {
    display: none;
}

.wraper_shop_single.style-one .shop_single > .woocommerce-product-gallery ol.flex-control-nav,
.wraper_shop_single.style-two .shop_single > .woocommerce-product-gallery ol.flex-control-nav,
.wraper_shop_single.style-three .shop_single > .woocommerce-product-gallery ol.flex-control-nav {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.wraper_shop_single.style-one .shop_single > .woocommerce-product-gallery ol.flex-control-nav > li,
.wraper_shop_single.style-two .shop_single > .woocommerce-product-gallery ol.flex-control-nav > li,
.wraper_shop_single.style-three .shop_single > .woocommerce-product-gallery ol.flex-control-nav > li {
    margin-bottom: 30px !important;
    padding-left: 15px;
    padding-right: 15px;
}
.woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover{
    color: #fff;
}
.shop_single > .summary {
    margin-top: -9px;
}

.shop_single > .summary .product_title {
    color: #181b31 !important;
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 35px;
}

.shop_single > .summary .woocommerce-product-rating {
    margin-bottom: 17px;
}

.shop_single > .summary > .yith-wcwl-add-to-wishlist {
    display: none !important;
}

.shop_single > .summary .price,
.shop_single > .summary .woocommerce-variation-price {
    margin-bottom: 20px;
    font-size: 25px !important;
    color: #181b31 !important;
    line-height: 30px;
}

.shop_single > .summary .woocommerce-product-details__short-description {
    margin-bottom: 32px;
    padding-bottom: 20px;
    border-bottom: 1px #d8dada solid;
}

.shop_single > .summary table.group_table {
    margin: 0px 0px 30px 0px;
    font-size: 14px;
}

.shop_single > .summary table.group_table td {
    vertical-align: middle !important;
}

.shop_single > .summary table.group_table td label {
    margin-bottom: 0;
}

.shop_single > .summary .wcppec-checkout-buttons {
    max-width: 120px;
    margin-top: 0;
    margin-bottom: 40px;
}

.shop_single > .summary .product_meta {
    margin-bottom: 25px;
}

.shop_single > .summary .product_meta > .sku_wrapper,
.shop_single > .summary .product_meta > .posted_in,
.shop_single > .summary .product_meta > .tagged_as {
    display: block;
    margin-bottom: 3px;
}

.shop_single > .summary .product_meta > .sku_wrapper a,
.shop_single > .summary .product_meta > .posted_in a,
.shop_single > .summary .product_meta > .tagged_as a {
    color: inherit;
    position: relative;
}

.shop_single > .summary .product_meta > .posted_in a::before {
    content: "";
    width: 0;
    height: 1px;
    bottom: -3px;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}

.shop_single > .summary .product_meta > .posted_in a:hover::before {
    width: 100%;
    left: 0;
    right: auto;
}

.shop_single > .summary .quantity {
    min-width: 105px;
    margin: 7px 20px 7px 0px !important;
}

.shop_single > .summary .quantity > .input-group-addon {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    padding: 0;
    background-color: #f5f5f5;
    border: 1px #d5d5d5 solid;
    border-radius: 5px;
    text-align: center;
    font-size: 17px;
    color: #030712;
    line-height: 27px;
    cursor: pointer;
    user-select: none;
}

.shop_single > .summary .quantity > .qty {
    width: 35px;
    height: 30px;
    float: none;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0px 5px 0px 5px;
    border: none;
    box-shadow: initial;
    text-align: center;
    -moz-appearance: textfield;
}

.shop_single > .summary .quantity > .qty::-webkit-inner-spin-button,
.shop_single > .summary .quantity > .qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.shop_single > .summary .quantity > .qty:focus {
    border: none;
}

.shop_single > .summary select {
    height: 35px;
    padding: 0px 10px 0px 10px;
    border: 1px rgba(195, 196, 198, 0.5) solid;
    font-weight: 400;
    font-size: 15px;
    color: #191717;
}

.shop_single > .summary .variations {
    margin-bottom: 30px !important;
}

.shop_single > .summary .variations tr:not(:last-child) td {
    padding-bottom: 15px;
}

.shop_single > .summary .variations label {
    color: initial;
}

.shop_single > .summary form.cart .button {
    text-transform: capitalize;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.shop_single > .summary form.cart .button:before {
    margin-right: 10px;
    content: "\e655";
    font-family: "themify";
}

.shop_single > .summary .yith-wcwl-add-to-wishlist {
    display: inline-block;
    vertical-align: middle;
    margin-top: 11px;
    margin-left: 18px;
}

.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-add-button,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistaddedbrowse,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistexistsbrowse {
    font-size: 0;
}

.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-add-button .feedback,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-add-button .ajax-loading,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistaddedbrowse .feedback,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistaddedbrowse .ajax-loading,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistexistsbrowse .feedback,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistexistsbrowse .ajax-loading {
    display: none !important;
}

.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-add-button > a,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistaddedbrowse > a,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistexistsbrowse > a {
    display: block;
}

.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-add-button > a:before,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistaddedbrowse > a:before,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistexistsbrowse > a:before {
    font-family: "Themify";
    font-weight: 400;
    font-size: 20px;
    color: #3a3d42;
    line-height: 1;
}

.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-add-button > a:before {
    content: "\e634";
}

.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistaddedbrowse > a:before,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistexistsbrowse > a:before {
    content: "\e635";
}

/*--------------------------------------------------------------
### Shop Details Box (Style One)
--------------------------------------------------------------*/

.wraper_shop_single.style-one .shop_single_tabs {
    margin-top: 40px;
    margin-bottom: 50px;
}

.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs {
    margin-bottom: 30px;
    border-bottom-color: #cfced1;
    text-align: center;
}

.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li {
    display: inline-block;
    vertical-align: top;
    float: none;
    margin-right: 40px;
    margin-bottom: 0;
}

.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li:last-child {
    margin-right: 0;
}

.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li > a {
    position: relative;
    display: block;
    margin-right: 0;
    margin-bottom: -2px;
    padding-bottom: 14px;
    border: none;
    font-weight: 600;
    font-size: 20px;
    color: #181b31;
    line-height: 30px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li > a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    content: " ";
    width: auto;
    height: 3px;
    /*background-color: #ff5f63;*/
    background-color: #000;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li.active > a:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
}

.wraper_shop_single.style-one .shop_single_tabs > .tab-content > .tab-pane h2 {
    color: #181b31;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}

/*--------------------------------------------------------------
### Shop Details Box (Style Two)
--------------------------------------------------------------*/

.wraper_shop_single.style-two .shop_single_accordion > .shop_single_accordion_item {
    margin-bottom: 12px;
}

.wraper_shop_single.style-two .shop_single_accordion > .shop_single_accordion_item > .btn {
    position: relative;
    width: 100%;
    padding: 11px 40px 10px 20px;
    background-color: #fff;
    border: 1px #d9dbdb solid;
    border-radius: 0;
    box-shadow: initial;
    text-align: left;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
    color: #181b31;
    line-height: 25px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.wraper_shop_single.style-two .shop_single_accordion > .shop_single_accordion_item > .btn:before {
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 0;
    content: "\f067";
    font-family: "FontAwesome";
    font-size: 80%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.wraper_shop_single.style-two .shop_single_accordion > .shop_single_accordion_item > .btn.collapsed:before {
    content: "\f067";
}

.wraper_shop_single.style-two .shop_single_accordion > .shop_single_accordion_item > .collapse h2,
.wraper_shop_single.style-two .shop_single_accordion > .shop_single_accordion_item > .collapsing h2 {
    color: #181b31;
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}

/*--------------------------------------------------------------
### Shop Details Box (Style Three)
--------------------------------------------------------------*/

.wraper_shop_single.style-three .shop_single_tabs > ul.nav-tabs {
    display: table;
    table-layout: fixed;
    margin-bottom: 20px;
    border: 1px #ece9e9 solid;
    text-align: center;
    border-radius: 25px;
    overflow: hidden;
}

.wraper_shop_single.style-three .shop_single_tabs > ul.nav-tabs > li {
    display: table-cell;
    width: 1%;
    float: none;
    margin-bottom: 0;
}

.wraper_shop_single.style-three .shop_single_tabs > ul.nav-tabs > li > a {
    display: block;
    margin: 0;
    padding: 7px 10px;
    background-color: #fff;
    border: none;
    border-radius: 0;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 15px;
    color: #030712;
    line-height: 25px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.wraper_shop_single.style-three .shop_single_tabs > ul.nav-tabs > li.active > a {
    background-color: #ece9e9;
    border-radius: 25px;
}

.wraper_shop_single.style-three .shop_single_tabs > .tab-content > .tab-pane h2 {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}

/*--------------------------------------------------------------
### Shop Attributes
--------------------------------------------------------------*/

.shop_single table.shop_attributes {
    border: 1px #d8dada solid;
    border-radius: 25px;
    border-collapse: separate;
    clear: both;
}

.woocommerce table.shop_attributes tr:last-child th {
    border-radius: 0px 0px 0px 25px;
}

.woocommerce table.shop_attributes tr:last-child td {
    border-radius: 0px 0px 25px 0px;    
}

.shop_single table.shop_attributes > tbody > tr > th,
.shop_single table.shop_attributes > tbody > tr > td {
    padding: 7px 15px;
    font-style: normal;
}

.shop_single table.shop_attributes > tbody > tr > th {
    width: 250px;
    font-weight: 500;
}

.shop_single table.shop_attributes > tbody > tr > td {
    text-align: right;
}

.woocommerce a.button {
    border-radius: 25px !important;
}

/*--------------------------------------------------------------
### Shop Reviews
--------------------------------------------------------------*/

.shop_single .woocommerce-Reviews {
    text-align: left;
}

.woocommerce #reviews #comment {
    height: 140px;
}

.woocommerce #reviews #comments ol.commentlist li {
    padding: 22px 25px 28px 25px;
    background-color: #f9f9f9;
}

.woocommerce #reviews #comments ol.commentlist li > .comment_container {
    position: relative;
    min-height: 70px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    top: 6px;
    width: 60px;
    padding: 0;
    border: 3px #fff solid;
    border-radius: 50px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0px 0px 0px 80px;
    padding: 0;
    border: none;
    border-radius: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0;
}

.shop_single #review_form .comment-reply-title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #181b31;
}

.shop_single #review_form #respond label {
    display: block;
}

.shop_single #review_form #respond input[type="text"],
.shop_single #review_form #respond input[type="email"],
.shop_single #review_form #respond textarea {
    padding: 8px 15px 8px 20px;
    border: none;
    resize: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 35px;
    width: 100%;
    background: #f5f5f5;
}

.shop_single #review_form #respond input[type="text"]:hover,
.shop_single #review_form #respond input[type="email"]:hover,
.shop_single #review_form #respond textarea:hover {
    background: #ffffff;
    border: 1px solid #F34A30;
}

.shop_single #review_form #respond input[type="text"],
.shop_single #review_form #respond input[type="email"] {
	height: 58px;
}

.shop_single #review_form #respond input[type="submit"] {
    padding: 14px 50px !important;
    text-transform: capitalize;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    font-size: 15px !important;
    text-transform: none;
    font-weight: bold !important;
}

/*--------------------------------------------------------------
### Shop Related
--------------------------------------------------------------*/
ul.payment_methods li {
    list-style: none !important;
}

.shop_related {
    margin-top: 50px;
}

.shop_related > .related.products > h2 {
    color: #181b31;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}

/*--------------------------------------------------------------
# Empty Cart Page
--------------------------------------------------------------*/

.woocommerce .cart-empty {
    margin-bottom: 25px;
    text-align: center;
    font-size: 35px;
    line-height: 45px;
}

.woocommerce .return-to-shop {
    text-align: center;
}

.woocommerce .return-to-shop .button {
    background-color: initial;
    border-radius: 0;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
}

/*--------------------------------------------------------------
# Login/Register Page
--------------------------------------------------------------*/

legend,
#customer_login h2,
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3,
.cart_totals h2,
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
.woocommerce-additional-fields h3,
h3#order_review_heading,
body.woocommerce-order-received h2,
body.woocommerce-order-received header.title h3,
.wishlist-title h2 {
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px rgba(40, 41, 37, 0.2) solid;
    font-weight: 400;
    font-size: 24px;
    color: #373834;
    line-height: 35px;
}

.woocommerce form.login,
.woocommerce form.register {
    border: 1px rgba(40, 41, 37, 0.2) solid;
    border-radius: 0;
}

.woocommerce form .form-row label {
    margin: 0px 0px 7px 0px;
    font-weight: 400;
    font-size: 17px;
    color: #30302d;
    line-height: 25px;
    text-transform: capitalize;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    height: 58px;
    padding: 0px 10px 0px 20px;
    background: #f3f1ee;
    border: none;
    border-radius: 35px;
    font-weight: 400;
    font-size: 15px;
    color: #191717;
    line-height: 23px;
    resize: none;
    transition: all 0.3s ease-in-out;
}

.woocommerce form .form-row input.input-text:hover,
.woocommerce form .form-row textarea:hover {
    border: 1px solid #F34A30;
    background-color: #ffffff;
}

.woocommerce form .form-row textarea {
    height: 148px;
    padding: 7px 10px 7px 20px;
}

.select2-container .select2-selection {
    height: 57px;
    border: 1px solid #f3f1ee;
    border-radius: 35px;
    background: #f3f1ee;
}

.select2-container .select2-selection:hover {
    border: 1px solid #F34A30;
    background-color: #ffffff;
}

.select2-dropdown {
    border-color: rgba(195, 196, 198, 0.5);
}

.select2-container .select2-selection > .select2-selection__rendered {
    margin-top: 15px;
    font-weight: 400;
    font-size: 15px;
    color: #191717;
    line-height: 23px;
    padding-left: 20px;
	padding-right: 20px;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
	border-radius: 35px;
	text-transform: capitalize;
    border-top: none;
	/*padding: 1em 2em 1em 2.1em;*/
}

/*.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
	left: 0.9em;
}*/

.woocommerce-checkout #payment ul.payment_methods li.woocommerce-info::after {
    font-family: WooCommerce;
    content: "\e028";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em;
    color: #1e85be;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 49%;
    overflow: visible;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	border-radius: 35px;
}

.select2-container .select2-selection > .select2-selection__arrow {
    top: 15px;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.select2-container .select2-selection:hover {
    border-width: 1px;
    border-style: solid;
}

.woocommerce form .form-row input.button {
    margin: 10px 15px 5px 0px;
}

/*--------------------------------------------------------------
# My Account Page
--------------------------------------------------------------*/

.woocommerce-MyAccount-navigation {
    min-height: 350px;
    padding: 0px 30px 0px 0px;
}

.woocommerce-MyAccount-navigation > ul > li {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 18px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    color: #10101d;
    line-height: 25px;
}

.woocommerce-MyAccount-navigation > ul > li:last-child,
.woocommerce-MyAccount-navigation > ul > li:only-child {
    margin: 0;
}

.woocommerce-MyAccount-navigation > ul > li:before {
    position: absolute;
    top: 4px;
    left: 0;
    z-index: 0;
    content: "\f101";
    font-family: "FontAwesome";
    font-size: 15px;
    color: #ff3c24;
    line-height: 15px;
}

.woocommerce-MyAccount-navigation > ul > li > a {
    color: #10101d;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.woocommerce-MyAccount-navigation > ul > li > a:hover {
    color: #ff3c24;
}

.woocommerce-MyAccount-content p {
    margin: 0px 0px 20px 0px;
}

.woocommerce-MyAccount-content #generate_referral_field,
.woocommerce-MyAccount-content #rs_redeem_voucher_code,
.woocommerce-MyAccount-content #filters,
.woocommerce-MyAccount-content #change-page-sizes {
    width: 100%;
    max-width: 300px;
    height: 40px;
    margin: 0px 0px 10px 0px;
    padding: 0px 10px 0px 10px;
    background: #fff;
    border: 1px rgba(195, 196, 198, 0.5) solid;
    border-radius: 0;
    font-weight: 400;
    font-size: 15px;
    color: #191717;
    line-height: 23px;
    resize: none;
    transition: all 0.3s ease-in-out;
}

.woocommerce-MyAccount-content #filters,
.woocommerce-MyAccount-content #change-page-sizes {
    max-width: 70px;
    margin-left: 7px;
}

.woocommerce-MyAccount-content #generate_referral_field:focus,
.woocommerce-MyAccount-content #rs_redeem_voucher_code:focus {
    border: 1px #ff3c24 solid;
}

/*--------------------------------------------------------------
# Cart Page
--------------------------------------------------------------*/

.woocommerce .product-thumbnail {
    text-align: center;
}

.woocommerce .product-thumbnail .size-woocommerce_thumbnail {
    width: 120px;
    border-radius: 5px;
}

.woocommerce .quantity .qty {
    height: 40px;
    padding: 0px 7px 0px 7px;
    border: 1px rgba(195, 196, 198, 0.5) solid;
    border-radius: 35px;
    font-weight: 400;
    font-size: 15px;
    color: #181b31;
    transition: all 0.3s ease-in-out;
    text-align: center;
    width: 5em;
}

.woocommerce .quantity .qty:focus {
    border: 1px #f4492f solid;
}

.woocommerce button.button[name="update_cart"],
.woocommerce button.button[name="update_cart"]:disabled,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    padding-top: 11px !important;
    padding-bottom: 10px !important;
    text-transform: capitalize;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.woocommerce-cart .fp_apply_reward .input-text {
    width: 100%;
    max-width: 180px;
    height: 40px;
    margin: 0px 0px 10px 0px;
    padding: 0px 10px 0px 10px;
    background: #fff;
    border: 1px rgba(195, 196, 198, 0.5) solid;
    border-radius: 0;
    font-weight: 400;
    font-size: 15px;
    color: #191717;
    line-height: 23px;
    resize: none;
    transition: all 0.3s ease-in-out;
}

.woocommerce-cart .fp_apply_reward .input-text:focus {
    border: 1px #f4492f solid;
}

.woocommerce .coupon,
.woocommerce .checkout_coupon {
    position: relative;
    width: 100%;
    max-width: 350px;
    border: 2px rgba(0, 0, 0, 0.2) dashed;
    border-radius: 35px;
}

.woocommerce .coupon:before,
.woocommerce .coupon:after,
.woocommerce .checkout_coupon:before,
.woocommerce .checkout_coupon:after {
    position: absolute;
    top: 10px;
    z-index: 0;
    width: 40px;
    text-align: center;
    font-family: "themify";
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
}

.woocommerce .coupon:before,
.woocommerce .checkout_coupon:before {
    left: 0;
    content: "\e613" !important;
    text-transform: capitalize;
}

.woocommerce .coupon:after,
.woocommerce .checkout_coupon:after {
    right: 0;
    content: "\e65d" !important;
}

.woocommerce .coupon input.input-text,
.woocommerce .checkout_coupon input.input-text {
    width: 100% !important;
    height: 42px;
    border: none !important;
    padding: 0px 20px 0 40px !important;
    text-transform: capitalize;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    padding: 8px 46px !important;
    text-transform: capitalize;
}

.woocommerce .coupon,
.woocommerce .checkout_coupon {
    max-width: 442px !important;
    text-transform: capitalize;
}

.woocommerce .coupon button.button,
.woocommerce .checkout_coupon button.button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 40px;
    padding: 0 !important;
    background-color: transparent;
    border: none;
    border-radius: 0;
    opacity: 0;
    text-transform: capitalize;
}

.woocommerce table.shop_table {
    width: 100%;
    table-layout: auto;
    margin-bottom: 15px;
    border-collapse: collapse;
    border: none;
    border-radius: 0;
    text-align: center;
}

.woocommerce table.shop_table > thead > tr > th {
    padding-top: 0;
    padding-bottom: 11px;
    border: none !important;
    border-bottom: 2px #e7e7e7 solid !important;
    text-align: left;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
    color: #1b1919;
    line-height: 28px;
    letter-spacing: 1px;
}

.woocommerce table.shop_table > thead > tr > th.product-remove,
.woocommerce table.shop_table > thead > tr > th.product-price,
.woocommerce table.shop_table > thead > tr > th.product-quantity,
.woocommerce table.shop_table > thead > tr > th.product-subtotal,
.woocommerce table.shop_table > thead > tr > th.product-stock-status,
.woocommerce table.shop_table > thead > tr > th.product-add-to-cart {
    text-align: center;
}

.woocommerce table.shop_table > tbody > tr > th,
.woocommerce table.shop_table > tbody > tr > td {
    padding: 20px 12px;
    border: none !important;
    border-bottom: 1px #e7e7e7 solid !important;
    text-align: left;
    font-size: 15px;
}

.woocommerce table.shop_table > tbody > tr > th.product-remove,
.woocommerce table.shop_table > tbody > tr > th.product-price,
.woocommerce table.shop_table > tbody > tr > th.product-quantity,
.woocommerce table.shop_table > tbody > tr > th.product-subtotal,
.woocommerce table.shop_table > tbody > tr > th.product-stock-status,
.woocommerce table.shop_table > tbody > tr > th.product-add-to-cart,
.woocommerce table.shop_table > tbody > tr > td.product-remove,
.woocommerce table.shop_table > tbody > tr > td.product-price,
.woocommerce table.shop_table > tbody > tr > td.product-quantity,
.woocommerce table.shop_table > tbody > tr > td.product-subtotal,
.woocommerce table.shop_table > tbody > tr > td.product-stock-status,
.woocommerce table.shop_table > tbody > tr > td.product-add-to-cart {
    text-align: center;
}

.woocommerce table.shop_table > tbody > tr > th.product-thumbnail,
.woocommerce table.shop_table > tbody > tr > td.product-thumbnail {
    width: 100px;
}

.woocommerce table.shop_table > tbody > tr > th .remove,
.woocommerce table.shop_table > tbody > tr > td .remove {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #1d1d1d;
    border-radius: 50%;
    font-size: 9px;
    color: #fff !important;
    line-height: 21px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.woocommerce table.shop_table > tbody > tr > th .yith-wcqv-button,
.woocommerce table.shop_table > tbody > tr > td .yith-wcqv-button {
    display: none;
}

.woocommerce table.shop_table > tbody > tr > th .wishlist-in-stock,
.woocommerce table.shop_table > tbody > tr > th .wishlist-out-of-stock,
.woocommerce table.shop_table > tbody > tr > td .wishlist-in-stock,
.woocommerce table.shop_table > tbody > tr > td .wishlist-out-of-stock {
    display: inline-block;
    padding: 5px 15px 4px 15px;
    border-width: 2px;
    border-style: solid;
    border-radius: 35px;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.3px;
}

.woocommerce table.shop_table > tbody > tr > th .wishlist-in-stock,
.woocommerce table.shop_table > tbody > tr > td .wishlist-in-stock {
    border-color: #00a300;
    color: #00a300;
}

.woocommerce table.shop_table > tbody > tr > th .wishlist-out-of-stock,
.woocommerce table.shop_table > tbody > tr > td .wishlist-out-of-stock {
    border-color: #ee1111;
    color: #ee1111;
}

.woocommerce table.shop_table > tbody > tr > th.product-add-to-cart a,
.woocommerce table.shop_table > tbody > tr > td.product-add-to-cart a {
    display: inline-block !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.woocommerce .cart-collaterals .cart_totals {
    width: 100%;
    padding: 20px 30px 0px 30px;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}

.woocommerce .cart-collaterals .cart_totals > h2 {
    margin-bottom: 8px;
    padding-bottom: 5px;
    border-bottom: 2px #e7e7e7 solid;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
    color: #1b1919;
    line-height: 28px;
    letter-spacing: 1px;
}

.radiantthemes-button > .radiantthemes-button-main,
.gdpr-notice .btn,
.shop_single > .summary form.cart .button,
.shop_single #review_form #respond input[type="submit"],
.woocommerce button.button[name="apply_coupon"],
.woocommerce button.button[name="update_cart"],
.woocommerce button.button[name="update_cart"]:disabled,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce form.checkout_coupon .form-row .button,
.woocommerce #payment #place_order,
.woocommerce .return-to-shop .button,
.woocommerce form .form-row input.button,
.woocommerce table.shop_table.wishlist_table > tbody > tr > td.product-add-to-cart a,
.widget-area > .widget.widget_price_filter .button,
.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
.comments-area .comment-form > p button[type="submit"],
.comments-area .comment-form > p button[type="reset"],
.wraper_error_main.style-one .error_main .btn,
.wraper_error_main.style-two .error_main .btn,
.wraper_error_main.style-three .error_main_item .btn,
.wraper_error_main.style-four .error_main .btn {
	font-family: "Open Sans" !important;
	line-height: 22px !important;
	font-weight: bold !important;
	font-style: normal;
	color: #ffffff;
	font-size: 15px !important;
	text-transform: capitalize !important;
}

.woocommerce .cart-collaterals .cart_totals .wcppec-checkout-buttons__button {
    padding-top: 0;
}

.woocommerce .cart-collaterals .cart_totals .wcppec-checkout-buttons__button img {
    max-width: 120px;
}

.woocommerce input.input-text[name=coupon_code] {
    width: 100% !important;
}

.woocommerce-page table.cart td.actions .coupon .button {
    height: 40px !important;
}

.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
 {
    padding-bottom: 0;
}

@media only screen and (min-width:768px) and (max-width:1024px) {

    .woocommerce #content table.cart td.actions .coupon,
    .woocommerce table.cart td.actions .coupon,
    .woocommerce-page #content table.cart td.actions .coupon,
    .woocommerce-page table.cart td.actions .coupon {
        float: left !important;
        width: 68%;
    }

    .woocommerce #content table.cart td.actions .button,
    .woocommerce table.cart td.actions .button,
    .woocommerce-page #content table.cart td.actions .button,
    .woocommerce-page table.cart td.actions .button {
        width: auto;
    }

    .woocommerce #content table.cart td.actions,
    .woocommerce table.cart td.actions,
    .woocommerce-page #content table.cart td.actions,
    .woocommerce-page table.cart td.actions {
        overflow: hidden;
    }

    .woocommerce #content table.cart td.actions .button,
    .woocommerce table.cart td.actions .button,
    .woocommerce-page #content table.cart td.actions .button,
    .woocommerce-page table.cart td.actions .button {
        float: right;
    }

    .woocommerce button.button[name=update_cart],
    .woocommerce button.button[name=update_cart]:disabled {
        line-height: 24px !important;
    }

    .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    float: none;
    padding-bottom: 0em;
}
}

@media only screen and (min-width:592px) and (max-width:800px) {
	 .woocommerce #content table.cart td.actions .coupon,
    .woocommerce table.cart td.actions .coupon,
    .woocommerce-page #content table.cart td.actions .coupon,
    .woocommerce-page table.cart td.actions .coupon {
        float: left !important;
        width: 68%;
    }
}

@media only screen and (min-width:415px) and (max-width:800px) {
   	.woocommerce #content table.cart td.actions .button,
    .woocommerce table.cart td.actions .button,
    .woocommerce-page #content table.cart td.actions .button,
    .woocommerce-page table.cart td.actions .button {
        width: auto;
    }

    .woocommerce #content table.cart td.actions,
    .woocommerce table.cart td.actions,
    .woocommerce-page #content table.cart td.actions,
    .woocommerce-page table.cart td.actions {
        overflow: hidden;
    }

    .woocommerce #content table.cart td.actions .button,
    .woocommerce table.cart td.actions .button,
    .woocommerce-page #content table.cart td.actions .button,
    .woocommerce-page table.cart td.actions .button {
        float: right;
    }

    .woocommerce button.button[name=update_cart],
    .woocommerce button.button[name=update_cart]:disabled {
        line-height: 24px !important;
    }

    .woocommerce #content table.cart td.actions .button,
    .woocommerce table.cart td.actions .button,
    .woocommerce-page #content table.cart td.actions .button,
    .woocommerce-page table.cart td.actions .button {
        margin: 0;
    }

    .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    float: none;
    padding-bottom: 0em;
    }
}

@media only screen and (min-width:413px) and (max-width:591px) {
	.woocommerce #content table.cart td.actions .coupon,
    .woocommerce table.cart td.actions .coupon,
    .woocommerce-page #content table.cart td.actions .coupon,
    .woocommerce-page table.cart td.actions .coupon {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width:320px) and (max-width:414px) {

    .woocommerce #content table.cart td.actions .coupon,
    .woocommerce table.cart td.actions .coupon,
    .woocommerce-page #content table.cart td.actions .coupon,
    .woocommerce-page table.cart td.actions .coupon {
        width: 100%;
    }

    .woocommerce #content table.cart td.actions .coupon,
    .woocommerce table.cart td.actions .coupon,
    .woocommerce-page #content table.cart td.actions .coupon,
    .woocommerce-page table.cart td.actions .coupon {
        width: 100%;
    }

    .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    float: none;
    padding-bottom: 0em;
    margin-bottom: 10px;
    }
}

/*--------------------------------------------------------------
# Checkout Page
--------------------------------------------------------------*/
.woocommerce #payment #place_order {
    padding-top: 10px !important;
    padding-bottom: 9px !important;
    text-transform: capitalize;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.woocommerce form .form-row .input-checkbox {
    position: static;
}

.woocommerce form #customer_details {
    width: 48%;
    float: left;
}

.woocommerce form #customer_details > [class*="col-"] {
    width: 100%;
    margin-bottom: 20px;
}

.woocommerce form #order_review_heading,
.woocommerce form #order_review {
    width: 48%;
    float: right;
}

.woocommerce form .about_paypal {
    margin-left: 10px;
}

/*--------------------------------------------------------------
# Order Received Page
--------------------------------------------------------------*/

p.woocommerce-thankyou-order-received {
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px rgba(40, 41, 37, 0.2) solid;
    font-weight: 400;
    font-size: 24px;
    color: #373834;
    line-height: 35px;
}

/*--------------------------------------------------------------
# YITH WISHLIST POPUP
--------------------------------------------------------------*/

#yith-wcwl-popup-message {
    display: flex;
    align-items: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 !important;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    font-size: 0;
}

#yith-wcwl-popup-message #yith-wcwl-message {
    padding: 12px 20px 14px 20px;
    background-color: #fff;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.5);
    font-size: 15px;
    line-height: 26px;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 2px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    border-radius: 0px;
    background-color: #3c3c3c;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #e5e5e5 !important;
    border: 0;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 8px;
    height: 13px;
    background-color: transparent;
    border-radius: 1em;
    cursor: pointer;
    outline: 0;
    top: -.4em;
    margin-left: 0px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:after {
    content: "";
    position: absolute;
    bottom: 1px;
    display: inline-block;
    width: 2px;
    height: 11px;
    background-color: #3c3c3c;
}

.widget-area > .widget.widget_price_filter .button {
    background: none !important;
    border: 1px solid #000;
    border-radius: 4px !important;
    color: #000 !important;
}

.widget-area > .widget.widget_price_filter .button:hover {
    background: #000;
    color: #fff;
    transition: 0.3s ease;
}

/*.widget-area > .widget .widget-title {
  color: #3c3c3c !important;
}*/

.widget-area > .widget.widget_search .search-form button[type="submit"] i,
.widget-area > .widget.widget_product_search .woocommerce-product-search button[type="submit"] i {
    color: #181b31 !important;
}

.post.style-three .entry-main .post-meta > span {
    color: inherit !important;
    text-transform: none !important;
}

.post.style-three .entry-main > .more .btn {
    color: #181b31 !important;
    text-transform: none !important;
}

.post.style-three .entry-main > .more .btn > .btn-arrow {
    color: #181b31 !important;
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link > .link strong {
    color: #181b31 !important;
}

.comments-area .comment-reply-title {
    color: #3c3c3c !important;
}

.wraper_blog_banner.style-two .wraper_blog_banner_main > .container > .blog_banner_main .blog_banner_main_item > .entry-header > .entry-title {
    color: #181b31 !important;
}

.wraper_blog_main.style-four > .container {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
}

/*.widget-area .widget.widget_media_image {
    position: relative;
    overflow: hidden;
    margin-bottom: 55px;
}

.widget-area .widget.widget_media_image:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
}

.widget-area .widget.widget_media_image img {
    width: 100%;
    height: 250px !important;
}*/

/* SEARCH PAGE CSS STARTS */

/* FOR LEFT SIDE LEFT PORTION CSS STARTS */

.hentry.style-default {
    margin-bottom:100px;
}

.hentry.style-default .entry-header {
    clear: both;
}

.hentry.style-default .entry-date-category {
    padding-top: 21px;
}

.hentry.style-default .entry-date-category .entry-meta .post-date-add .ti-calendar {
    margin-right: 15px;
}

.hentry.style-default .entry-date-category ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    color: #F4492F;
}

.hentry.style-default .entry-date-category ul li {
    float: left;
    margin-left: 15px;
    color: #F4492F;
}

.hentry.style-default .entry-date-category ul li a {
    color: #F4492F;
}

.hentry.style-default .entry-date-category ul li:first-child {
    margin-left: 0px;
}

.hentry.style-default .entry-date-category ul li a:last-child {
    color: #F4492F;
}

.hentry.style-default .entry-title {
    padding-top: 9px;
}

.hentry.style-default .entry-content {
    margin-top: -5px;
}

/* FOR LEFT SIDE LEFT PORTION CSS ENDS */



/* FOR LEFT BUTTON AREA CSS STARTS */

.hentry.style-default .entry-extra {
    margin-top: 22px;
}

.hentry.style-default .entry-extra-item .post-read-more {
    background: transparent;
    padding: 0px;
    text-align: left;
    overflow: hidden;
    width: 100%;
    top: 0px;
    left:0;
}

.hentry.style-default .entry-extra-item .post-read-more .rt-circular-read-more i{
    float: left;
    background: #f4492f;
    padding-top: 14.5px;
    padding-bottom: 13px;
    padding-left: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 17px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    text-decoration: none !important;
    margin-top: 0px;
    width: 45px;
    height: 45px;
    text-align: center;
    color:#fff;
    position: absolute;
}

.hentry.style-default .entry-extra-item .post-read-more .rt-circular-read-more i:hover {
    transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
}

/* FOR LEFT BUTTON AREA CSS ENDS */


/* FOR RIGHT SIDE SOCIAL ICON AREA CSS STARTS */

.hentry.style-default .post-share {
    margin-top: -4px;
}

.hentry.style-default .post-share ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.hentry.style-default .post-share ul li {
    float: left;
    margin-left: 20px;
    margin-top: 12px;
}

.hentry.style-default .post-share ul li a {
    color: #293949 !important;
}

.hentry.style-default .post-share li.rt-social-share {
    font-size: 15px;
    color: #293949;
    font-weight: bold;
}

/* FOR RIGHT SIDE SOCIAL ICON AREA CSS ENDS */

/* SEARCH PAGE CSS ENDS */



/*OPTYMYZE THEME INNERPAGE CSS ENDS*/

/*--------------------------------------------------------------
# OPTYMYZE THEME CSS ENDS
--------------------------------------------------------------*/
