* {
    margin: 0 auto;
    text-decoration: none !important;
    outline: none !important;
}
a {
    color: #000;
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
    border-radius: 0px;
}
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: 0;
    padding: 0;
    visibility: inherit !important;
    color: #262626;
}
strong {
    font-weight: 500;
}
p {
    margin-bottom: 0px;
    padding: 0;
}
blockquote {
    margin: 0;
    padding: 0;
    border: none;
}
label {
    font-weight: 400;
}
del,
del * {
    text-decoration: line-through !important;
}
.required {
    color: #d52b1e;
}
.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none;
}
.btn.focus,
.btn:focus {
    box-shadow: none;
}
figure {
    margin: 0;
}
.m-0 {
    margin: 0px;
}
body > .overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    content: " ";
    width: auto;
    height: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
body > .page-transition-layer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999;
    content: " ";
    width: auto;
    height: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
}
.elementor-heading-title {
    line-height: 1.3 !important;
}
.page-transition-layer.i-am-active,
body.page-transition-active > .page-transition-layer {
    opacity: 1;
    visibility: visible;
}
.page-transition-layer-loader {
    position: relative;
    width: 100%;
    height: 5px;
    overflow: hidden;
    background-color: #f8f8f8;
}
.page-transition-layer-spinner {
    position: absolute;
    top: calc(50% - 33px);
    right: 0;
    left: 0;
    animation: PageTransitionSpinner 1.4s linear infinite;
}
@keyframes PageTransitionSpinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(270deg);
    }
}
.page-transition-layer-spinner .page-transition-layer-spinner-path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    transform-origin: center;
    stroke: #4285f4;
    animation: PageTransitionSpinnerCircle 1.4s ease-in-out infinite;
}
@keyframes PageTransitionSpinnerCircle {
    0% {
        stroke-dashoffset: 187;
    }
    50% {
        stroke-dashoffset: 46.75;
        transform: rotate(135deg);
    }
    100% {
        stroke-dashoffset: 187;
        transform: rotate(450deg);
    }
}
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1290px;
}
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;
    background: #ffffff;
}
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: 20px;
    color: inherit;
    line-height: 40px;
}
body > .scrollup svg {
    margin-top: 9px;
    margin-left: 2px;
}
.rt-select-wrapper {
    position: relative;
    width: 165px;
    height: 45px;
    display: inline-block;
    vertical-align: middle;
    min-width: 140px;
    padding-right: 36px;
    margin-bottom: 15px;
    border-radius: 4px;
    background-color: transparent;
    background-clip: padding-box;
    border-style: none none solid;
    border-width: 1px;
    border-color: #272727;
}
.rt-select-wrapper .rt-select-text {
    display: block;
    padding: 8px 13px 8px 0px;
    font-size: 16px;
    line-height: 28px;
    overflow: hidden;
    text-align: left;
    white-space: nowrap;
    color: #272727;
}
.rt-select-wrapper .rt-select-button {
    width: 16px;
    height: 45px;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}
.rt-select-wrapper .rt-select-button svg {
    position: absolute;
    left: 50%;
    top: 62%;
    margin-left: -8px;
    margin-top: -16px;
    font-size: 10px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-weight: normal;
}
.widget-area > .widget > *:last-child {
   
}
#page {
    word-wrap: break-word;
}
img.alignright,
figure.alignright {
    float: right;
    margin: 0px 0px 25px 30px;
    border-radius: 4px;
}
img.alignleft,
figure.alignleft {
    float: left;
    margin: 8px 20px 25px 0px !important;
    border-radius: 4px;
}
img.aligncenter,
figure.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
}
img.aligncenter {
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
}
img.alignnone {
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
}
img.alignright {
    margin: 30px 0px 30px 30px;
    border-radius: 4px;
    clear: both;
}
figure.aligncenter {
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 4px;
}
figure.alignnone {
    margin-bottom: 20px;
    border-radius: 4px;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 480px) {
    img.alignright,
    figure.alignright {
        width: 100% !important;
        margin: 0px 0px 25px 0px;
    }
    img.alignleft,
    figure.alignleft {
        width: 100% !important;
        margin: 8px 0px 25px 0px !important;
    }
    img.aligncenter,
    figure.aligncenter {
        width: 100% !important;
    }
    img.aligncenter {
        width: 100% !important;
    }
    img.alignnone {
        width: 100% !important;
    }
    img.alignright {
        width: 100% !important;
        margin: 30px 0px 30px 0px !important;
    }
    figure.aligncenter {
        width: 100% !important;
    }
    figure.alignnone {
        width: 100% !important;
    }
    .alignright {
        width: 100% !important;
    }
    .alignleft {
        width: 100% !important;
    }
    .aligncenter {
        width: 100% !important;
    }
}
.wp-block-search__label {
    display: none;
}
.wp-caption {
    max-width: 100%;
}
.wp-caption-text {
    font-size: 13px;
    line-height: 25px;
    margin: 0;
    padding: 4px 5px 0px 0px;
}
.wp-caption-text a,
figcaption a {
    position: relative;
    display: inline-block;
    color: #545454;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.wp-caption-text a:hover,
figcaption a:hover {
    color: #d52b1e;
}
.wp-caption-text a:before,
figcaption a:before {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0px;
    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;
}
.wp-caption-text a:hover:before,
figcaption a:hover:before {
    width: 100%;
    left: 0px;
    right: auto;
}
.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
    padding-left: 0;
    text-align: left;
}
.comment-list .comment.bypostauthor {
    list-style: none;
}
.edit-link {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 4px 15px 2px 15px;
    opacity: 0.9;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 10px;
    color: #fff;
    line-height: 17px;
    letter-spacing: 1px;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.4);
}
.edit-link a {
    margin-left: 5px;
    margin-right: 5px;
    color: inherit;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.edit-link a:hover,
.edit-link a:focus,
.edit-link a:active {
    color: inherit;
}
.comments-area ol.comment-list li.trackback .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;
}
.page-template-default .entry-content ul {
    padding-left: 20px !important;
    list-style: disc;
}
.page-template-default .entry-content ul li {
    padding-left: 0px;
}
.page-template-default .entry-content ul ul {
    padding-left: 45px !important;
    list-style: circle;
}
.wraper_blog_main div.comments-area {
    float: left;
    width: 100%;
    padding-top: 130px;
}
@media screen and (min-width:1280px) {
    .wraper_blog_main div.comments-area .rt-comment-respond {
        width: 100%;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .wraper_blog_main div.comments-area {
        padding-top: 110px;
    }
}
@media all and (max-width: 767px) {
    .wraper_blog_main div.comments-area {
        padding-top: 90px;
    }
}
.post-template-default .entry-content ul {
    padding-left: 20px !important;
}
.gallery {
    margin-left: -15px;
    margin-right: -15px;
}
.gallery-item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    max-width: 25%;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}
.gallery-columns-1 .gallery-item {
    width: 100%;
    max-width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: calc((100% - 0px * 1) / 2);
}
.gallery-columns-3 .gallery-item {
    max-width: calc((100% - 0px * 2) / 3);
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-item .gallery-icon img {
    width: 100%;
}
.gallery-item .gallery-caption {
    padding: 10px 15px 10px 15px;
    background-color: #f8f8f8;
    font-size: 12px;
    line-height: 22px;
    border-radius: 4px;
}
.fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 95px;
    padding: 10px 10px 0 10px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.3);
}
.fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
    overflow: visible;
}
.fancybox-thumbs::-webkit-scrollbar {
    height: 7px;
}
.fancybox-thumbs::-webkit-scrollbar-track {
    background-color: #2a2a2a;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
}
.radiantthemes-website-layout {
    position: relative;
    overflow: hidden;
}
.wraper_error_main {
    width: 100%;
}
.wraper_error_main.style-one .error_main .btn {
    padding: 15px 37px !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-transform: capitalize;
}
.wraper_error_main.style-one > .container {
    padding-top: 100px;
    padding-bottom: 120px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .wraper_error_main.style-one > .container {
        padding-top: 100px;
        padding-bottom: 115px;
    }
}
@media screen and (max-width: 767px) {
    .wraper_error_main.style-one > .container {
        padding-top: 70px;
        padding-bottom: 95px;
    }
}
.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: 0px;
    text-align: center;
    font-weight: 700;
    font-size: 180px;
    color: #000 !important;
    letter-spacing: 5px;
    line-height: 190px;
}
.wraper_error_main.style-one .error_main h1 {
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 34px !important;
    color: #000 !important;
    line-height: 45px !important;
    letter-spacing: 0px;
    text-transform: capitalize;
}
.wraper_error_main.style-one .error_main p {
    margin-bottom: 32px;
    text-align: center;
    width: 40%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .wraper_error_main.style-one .error_main p {
        width: 80%;
    }
}
@media screen and (max-width: 767px) {
    .wraper_error_main.style-one .error_main p {
        width: 100%;
        margin-top: 10px;
    }
}
.wraper_error_main.style-one .error_main .odometer-ribbon-inner .odometer-value {
    color: #000 !important;
}
.wraper_error_main.style-one .error_main {
    padding-top: 0px;
    width: 100%;
    margin: 0 auto;
    max-width: 1290px;
}
.wraper_error_main.style-one .error_main img {
    margin-top: 0px;
    margin-bottom: 24px;
}
.wraper_error_main.style-one .error_main .btn {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px !important;
    letter-spacing: .25em;
    background-color: #d52b1e;
    border-radius: 0px;
    color: #ffffff;
    padding-top: 15px;
    padding-right: 50px;
    padding-bottom: 15px;
    padding-left: 50px;
}
.wraper_error_main.style-one .error_main .btn span {
    position: relative;
    left: 0px;
    transition: all .2s ease-in-out;
}
.wraper_error_main.style-one .error_main .btn span {
    position: relative;
    left: 0px;
    transition: all .2s ease-in-out;
}
.wraper_error_main.style-one .error_main .btn span:before {
    content: '';
    position: absolute;
    display: inline-block;
    background-color: currentColor;
    top: calc(50%);
    left: -22px;
    height: 1px;
    width: 0;
    transition: all .2s ease-in-out;
}
.wraper_error_main.style-one .error_main .btn:hover span {
    left: 15px;
}
.wraper_error_main.style-one .error_main .btn:hover span:before {
    width: 13px;
}
.wraper_error_main.style-one .error_main h2 {
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 25px;
    color: #000 !important;
    line-height: 37px;
    letter-spacing: 0px;
    text-transform: capitalize;
}
.wraper_error_main.style-one .error_main h6 {
    padding: 18px 350px 30px 350px;
    text-align: center;
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    color: #676766 !important;
    text-transform: none;
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .wraper_error_main.style-one .error_main h6 {
    padding: 18px 250px 7px 250px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
    .wraper_error_main.style-one .error_main h6 {
    padding: 18px 200px 30px 200px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .wraper_error_main.style-one .error_main h6 {
    padding: 18px 150px 7px 150px;
    }
}
@media screen and (max-width: 767px) {
    .wraper_error_main.style-one .error_main h6 {
    padding: 18px 0px 30px 0px;
    }
}
.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;
}
.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;
}
.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: uppercase;
    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;
}
.site-content {
    position: relative;
    z-index: 2;
    background-color: #fff;
}
u {
    text-decoration: underline !important;
}
strike {
    text-decoration: line-through !important;
}
.default-page p,
.comment-content p,
.wpb_text_column p {
    margin-bottom: 20px;
}
.default-page pre,
.comment-content pre,
.wpb_text_column pre {
    margin-bottom: 28px;
}
.default-page dt,
.comment-content dt,
.wpb_text_column dt {
    margin-bottom: 20px;
    font-weight: 700;
}
.default-page dd,
.comment-content dd,
.wpb_text_column dd {
    margin: 7px 0px 20px 20px;
}
.default-page table,
.comment-content table,
.wpb_text_column table {
    width: 100%;
    margin-bottom: 25px;
    table-layout: fixed;
}
.default-page table tbody tr th,
.default-page table tfoot tr th,
.comment-content table thead tr th,
.comment-content table tbody tr th,
.comment-content table tfoot tr th,
.wpb_text_column table thead tr th,
.wpb_text_column table tbody tr th,
.wpb_text_column table tfoot tr th {
    padding: 10px 10px 10px 10px;
    border: 1px rgba(84, 84, 111, 0.3) solid !important;
    color: #262626 !important;
    font-weight: 700 !important;
}
.default-page table thead tr th {
    padding: 10px 10px 10px 10px;
    border: 0 none !important;
    font-weight: 700 !important;
}
.default-page table tbody tr td,
.default-page table tfoot tr td,
.comment-content table tbody tr td,
.comment-content table tfoot tr td,
.wpb_text_column table tbody tr td,
.wpb_text_column table tfoot tr td {
    padding: 10px 10px 10px 10px;
    border: 1px rgba(84, 84, 111, 0.3) solid !important;
    color: #696969 !important;
    font-weight: 400 !important;
    word-break: break-word;
}
.default-page .default-content table tbody tr:nth-child(even) td,
.default-page table tbody tr:nth-child(even) td,
.comment-content .default-content table tbody tr:nth-child(even) td,
.comment-content table tbody tr:nth-child(even) td,
.wpb_text_column .default-content table tbody tr:nth-child(even) td,
.wpb_text_column table tbody tr:nth-child(even) td {
  
}
.default-page input[type="password"],
.comment-content input[type="password"],
.wpb_text_column input[type="password"] {
    
    height: 45px;
    padding: 0px 10px 0px 10px;
    background-color: #fff;
    border: 1px #e0e0e0 solid;
    border-radius: 0px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.default-page input[type="password"]:focus,
.comment-content input[type="password"]:focus,
.wpb_text_column input[type="password"]:focus {
    border-color: #252525;
}
.default-page input[type="submit"],
.comment-content input[type="submit"],
.wpb_text_column input[type="submit"] {
    vertical-align: top;
    background: #d52b1e;
    border: none;
    padding: 11px 50px !important;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    border-radius: 0px;
}
.default-page ol,
.comment-content ol,
.wpb_text_column ol {
    margin: 10px 0px 20px 0px;
    padding: 0px 0px 0px 20px !important;
}
.default-page ol > li,
.comment-content ol > li,
.wpb_text_column ol > li {
    position: relative;
    margin: 0px 0px 10px 0px;
    list-style: decimal !important;
}
.default-page ol > li > ol,
.default-page ol > li > ul,
.comment-content ol > li > ol,
.comment-content ol > li > ul,
.wpb_text_column ol > li > ol,
.wpb_text_column ol > li > ul {
    margin: 10px 0px 0px 25px !important;
    padding-left: 30px;
}
.default-page ul {
    padding-left: 30px;
}
.default-page ul li {
    list-style: disc;
}
.default-page ul li ol li ul li {
    list-style: circle;
}
.default-page ul li ul li {
    list-style: circle !important;
}
.default-page ol li ul li ul {
    padding-left: 30px;
}
.default-page ol li ul li ul li {
    list-style: circle;
}
.default-page ol > li > ol > li,
.default-page ol > li > ul > li,
.comment-content ol > li > ol > li,
.comment-content ol > li > ul > li,
.wpb_text_column ol > li > ol > li,
.wpb_text_column ol > li > ul > li {
    list-style: disc;
}
.comment-content ul {
}
.comment-content ul li {
    list-style: disc;
}
.comment-content ul li ul li {
    list-style: circle;
}
.comment-content ul li ul li ul {
    list-style: circle;
}
.default-page ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]),
.comment-content ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]),
.wpb_text_column ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]) {
    margin-bottom: 0px;
}
.default-page ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]) li,
.comment-content ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]) li,
.wpb_text_column ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]) li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 0;
}
@media (max-width:767px) {
    .default-page ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]) li,
    .comment-content ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]) li,
    .wpb_text_column ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]) li {
        font-size: 14px;
        line-height: 28px;
    }
}
.page-id-1134 .default-page ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]) li:before,
.page-id-1134 .comment-content ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]) li:before,
.page-id-1134 .wpb_text_column ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]) li:before {
    display: none;
}
.default-page ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]) li:before,
.comment-content ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]) li:before,
.wpb_text_column ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]) li:before {
    display: none;
}
.default-page ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]) li ul,
.default-page ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]) li ol,
.comment-content ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]) li ul,
.comment-content ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]) li ol,
.wpb_text_column ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]) li ul,
.wpb_text_column ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]) li ol {
    margin-top: 10px;
    margin-bottom: 5px;
}
.default-page .page-links,
.comment-content .page-links,
.wpb_text_column .page-links {
    clear: both;
    margin-bottom: 10px;
    font-size: 14px;
    color: #252525;
    line-height: 30px;
}
.default-page .page-links > a,
.comment-content .page-links > a,
.wpb_text_column .page-links > a {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    margin-left: 7px;
    margin-right: 7px;
    background-color: #5f27d4;
    border-radius: 35px;
    text-align: center;
    color: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.default-page .page-links > a:hover:after,
.comment-content .page-links > a:hover:after,
.wpb_text_column .page-links > a:hover:after {
    content: "";
    background: #d52b1e;
    width: 15px;
    height: 2px;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.default-page blockquote,
.default-page .wp-block-quote,
.comment-content blockquote,
.comment-content .wp-block-quote,
.wpb_text_column blockquote,
.wpb_text_column .wp-block-quote {
    border-left-width: 4px;
    border-left-style: solid;
    font-weight: 400;
    font-size: 100%;
    border-color: #d52b1e;
    background: #fafafa;
    padding: 1.2em 1.5em 1.2em 1.2em;
    border-radius: 0px;
}
.default-page blockquote cite,
.default-page .wp-block-quote cite,
.comment-content blockquote cite,
.comment-content .wp-block-quote cite,
.wpb_text_column blockquote cite,
.wpb_text_column .wp-block-quote cite {
    display: block;
    margin-top: 7px;
    font-weight: 700;
    font-size: 90%;
    font-style: normal;
}
.default-page .wp-block-pullquote,
.comment-content .wp-block-pullquote,
.wpb_text_column .wp-block-pullquote {
    border: none;
    padding: 0;
}
.default-page .wp-block-pullquote blockquote,
.comment-content .wp-block-pullquote blockquote,
.wpb_text_column .wp-block-pullquote blockquote {
    border-top-width: 3px;
    border-top-style: solid;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    padding-top: 20px;
    padding-top: 20px;
    max-width: 100%;
}
.wp-block-calendar table caption {
    padding: 9px 10px 10px 0;
    border-bottom: none;
    text-align: left;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    color: #272727;
    line-height: 26px;
    letter-spacing: 0;
    caption-side: top;
}
.wp-block-calendar table > thead > tr > th {
    background: transparent;
    border: 0 none;
}
.wp-block-calendar table tr:nth-child(2n) {
    background-color: #fafafa;
}
.wp-calendar-nav span.wp-calendar-nav-prev {
    padding-left: 0;
    font-size: 16px;
    float: left;
    line-height: 28px;
    color: #616670;
}
.wp-calendar-nav span.wp-calendar-nav-next {
    float: right;
    padding-right: 0;
    font-size: 16px;
    line-height: 23px;
    color: #616670;
    padding-top: 13px;
}
.wp-calendar-nav span.wp-calendar-nav-next a {
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.wp-calendar-nav span.wp-calendar-nav-next a:hover,
.wp-calendar-nav span.wp-calendar-nav-prev a:hover {
    color: #d52b1e;
}
.woocommerce .woocommerce-customer-details address {
    border-radius: 0;
}
.hidden-title-form {
    margin-bottom: 40px;
    display: none;
}
.hidden-title-form input {
    height: 40px;
    padding: 0 10px;
    border: 1px rgba(84, 84, 111, 0.3) solid;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    transition: all 0.3s ease-in-out;
}
.hidden-title-form a.btn.button {
    background: none;
}
.hidden-title-form a.btn.button:hover {
    background: none;
}
.grid_bx {
    max-width: 100%;
    list-style: none;
    margin: 0px auto;
    padding: 0;
    overflow: hidden;
    height: auto;
    position: relative;
}
.grid_bx li {
    display: block;
    float: left;
    padding: 0;
    width: 30%;
    opacity: 1;
    transition: all 0.6s ease-in-out;
    margin: 0 18px 38px 18px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.1);
}
.grid_bx li.shown,
.no-js .grid_bx li,
.no-cssanimations .grid_bx li {
    opacity: 1;
}
.grid_bx li a,
.grid_bx li img {
    outline: none;
    border: none;
    display: block;
    max-width: 100%;
    overflow: hidden;
}
.grid_bx li img {
    overflow: hidden;
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.grid_bx li img:hover {
    overflow: hidden;
    width: 100%;
    height: auto;
    transform: scale(1.1);
    transition: all ease-in-out 0.3s;
}
.quote_block .fa-quote-left:before {
    display: block;
    font-size: 30px;
    text-align: center;
    margin: 20px 20px 0 20px;
    padding: 8px 0 0 0;
    vertical-align: middle;
    transform: none;
    width: 45px;
    height: 45px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 5px 4px 13px rgba(145, 145, 145, 0.3);
    -moz-box-shadow: 5px 4px 13px rgba(145, 145, 145, 0.3);
    box-shadow: 5px 4px 13px rgba(145, 145, 145, 0.3);
}
.grid_bx.effect-1 li.animate {
    -webkit-animation: fadeIn 0.65s ease forwards;
    animation: fadeIn 0.65s ease forwards;
}
@-webkit-keyframes fadeIn {
    0% {}
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {}
    100% {
        opacity: 1;
    }
}
.grid_bx.effect-2 li.animate {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-animation: moveUp 0.65s ease forwards;
    animation: moveUp 0.65s ease forwards;
}
@-webkit-keyframes moveUp {
    0% {}
    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}
@keyframes moveUp {
    0% {}
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
.cat_detail {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 0;
}
.cat_detail a {
    text-transform: uppercase;
    position: relative;
    font-size: 10px;
    color: #fff;
    padding: 5px 10px;
    margin: 0 5px;
    letter-spacing: 2px;
    border-radius: 50px;
    transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}
.cat_detail a.red {
    background: #e4393c;
    float: left;
    text-decoration: none;
}
.cat_detail a.blue {
    background: #6741dc;
    float: left;
    text-decoration: none;
}
.cat_detail a.green {
    background: #4dcf8f;
    float: left;
    text-decoration: none;
}
.cat_detail a.yellow {
    background: #eba845;
    float: left;
    text-decoration: none;
}
.cat_detail a.mas_pts {
    border-radius: 50%;
    padding: 0;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    background-color: #1f5dea;
    z-index: 10;
    line-height: 28px;
    width: 45px;
    height: 45px;
    float: right;
}
.mas_cont {
    padding: 25px 25px 25px 28px;
}
.mas_cont h3 {
    margin: 0;
    padding: 0;
}
.mas_cont h3 a {
    font-size: 24px;
    line-height: 35px;
    text-decoration: none;
    font-weight: 700;
    display: block;
    color: #000000;
    padding: 0;
    margin-top: 0;
    margin-bottom: 10px;
    word-wrap: break-word;
}
.mas_cont h3 a:hover {
    color: #5826ff;
}
.mas_cont p {
    font-size: 17px;
    line-height: 30px;
    text-decoration: none;
    font-weight: 400;
    display: block;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    word-wrap: break-word;
}
.mas_cont span {
    font-weight: 400;
    display: block;
    color: #6a7c92;
    font-size: 15px;
    line-height: 28px;
}
.pad_top {
    padding: 15px 0 0 0;
}
#lightbutton {
    width: 60px !important;
    height: 60px;
    position: absolute;
    left: 50%;
    width: 50%;
    top: 50%;
    transform: translate(-50%, -240%) !important;
    z-index: 2;
    background-color: #ffffff;
    border: none;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.3);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -ms-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}
#lightbutton:hover {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -ms-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}
#lightbutton > i {
    color: #5826ff;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.2);
    position: relative;
    margin-top: 4px;
    margin-left: 6px;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}
#lightbutton > i.fa-play:before {
    font-size: 25px;
}
#lightbutton:hover > i {
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}
#lightbox_pop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 200px;
    display: none;
    background-color: rgba(0, 0, 0, 0.95);
}
#video-wrapper {
    position: relative;
    top: 50%;
    left: 50%;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}
#video-wrapper iframe,
#video-wrapper object,
#video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#close-btn {
    color: grey;
    font-size: 25px;
    position: fixed;
    top: 3%;
    right: 3%;
    z-index: 2;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: transform 0.5s ease, color 0.5s ease;
    -moz-transition: transform 0.5s ease, color 0.5s ease;
    -ms-transition: transform 0.5s ease, color 0.5s ease;
    -o-transition: transform 0.5s ease, color 0.5s ease;
    transition: transform 0.5s ease, color 0.5s ease;
}
#close-btn:hover {
    color: white;
    cursor: pointer;
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    -webkit-transition: transform 0.5s ease, color 0.5s ease;
    -moz-transition: transform 0.5s ease, color 0.5s ease;
    -ms-transition: transform 0.5s ease, color 0.5s ease;
    -o-transition: transform 0.5s ease, color 0.5s ease;
    transition: transform 0.5s ease, color 0.5s ease;
}
@media screen and (min-width: 321px) and (max-width: 479px) {
    .case-studies-single-pagination > [class*="col-"] {
        padding: 0 15px;
    }
    .case-studies-single-pagination > [class*="col-"] > .case-studies-single-post-back-btn {
        margin: 25px 0;
    }
    .case-studies-single-post-tags p {
        display: block;
    }
    .case-studies-single-pagination > [class*="col-"] > .case-studies-single-next-post {
        float: left;
    }
    .case-studies-single-pagination > [class*="col-"] > .case-studies-single-next-post > a {
        text-align: left;
    }
}
@media screen and (max-width: 320px) {
    .case-studies-single-pagination > [class*="col-"] {
        padding: 0 15px;
    }
    .case-studies-single-pagination > [class*="col-"] > .case-studies-single-post-back-btn {
        margin: 25px 0;
    }
    .case-studies-single-post-tags p {
        display: block;
    }
    .case-studies-single-pagination > [class*="col-"] > .case-studies-single-next-post {
        float: left;
    }
    .case-studies-single-pagination > [class*="col-"] > .case-studies-single-next-post > a {
        text-align: left;
    }
}
.blog_single h1.entry-title {
    line-height: 54px;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: -0.3px;
}
.animated {
    -webkit-animation-duration: 1s !important;
    animation-duration: 1s !important;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadeIn {
    animation-name: fadeIn;
}
@keyframes fadeInLeft {
    from {
        opacity: 0.6;
        transform: translate3d(-50px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInLeft {
    animation-name: fadeInLeft;
    animation-duration: 2s !important;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@keyframes fadeInRight {
    from {
        opacity: 1;
        transform: translate3d(2%, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    animation-duration: 2s !important;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInUp {
    animation-name: fadeInUp;
    animation-duration: 2s !important;
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -30%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 2s !important;
}
@keyframes slideInUp {
    from {
        transform: translate3d(0, 35px, 0) scale3d(1, 1, 1);
        opacity: 0;
        transform-style: preserve-3d;
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
        transform-style: preserve-3d;
    }
}
.slideInUp {
    animation-name: slideInUp;
}
@keyframes zoomIn {
    from {
        opacity: 0.2;
        transform: scaleX(0.8) scaleY(0.8);
    }
    50% {
        opacity: 1;
        transform: scaleX(1) scaleY(1);
    }
}
.zoomIn {
    animation-name: zoomIn;
    animation-duration: 1s !important;
}
@keyframes rollIn {
    from {
        opacity: 0.6;
        transform: perspective(1000px) rotateX(30deg);
    }
    to {
        opacity: 1;
        transform: perspective(0px) rotateX(0deg);
    }
}
.rollIn {
    animation-name: rollIn;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@keyframes pulse {
    from {
        transform: perspective(2000px) rotate3d(1, 0, 0, 30deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    to {
        transform: perspective(0) rotate3d(1, 0, 0, 0);
    }
}
.pulse {
    backface-visibility: visible !important;
    animation-name: pulse;
}
.animated.animated-fast {
    animation-duration: 0.45s !important;
}
.random-post-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 55px;
}
.random-post-wrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
}
.random-post-wrapper > .random-post-pic img {
    width: 100%;
    height: auto;
}
.random-post-wrapper > .random-post-data > .title > a {
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
    color: #ffffff;
    padding-bottom: 15px;
}
.random-post-wrapper > .random-post-data > .random-post-excerpt > a {
    font-size: 15px;
    line-height: 28px;
    color: #dce3eb;
    margin-bottom: 0;
}
code,
tt,
var {
    font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    color: #000;
}
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2100;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.loader1 {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.loader .loader-counter-spiner-holder {
    position: relative;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: visible;
    width: 100vw;
    height: 101vh;
}
.loader .loader-counter-spiner-holder .loader-counter.loader-counter-number-holder h1 {
    position: relative;
    z-index: 23;
    font-size: 150px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #dbdcec;
    opacity: 0;
    -webkit-animation: loader-counter-numbers 1s forwards;
    animation: loader-counter-numbers 1s forwards;
}
@-webkit-keyframes loader-counter-numbers {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes loader-counter-numbers {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.loader .loader-counter-spiner-holder .loader-counter-spiner-overlay-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 101vh;
    background: #edecf2;
    will-change: width;
}
.preloader.loaded .loader-counter-spiner-overlay-holder {
    -webkit-animation: loader-fill-spinner-overlay 1s cubic-bezier(0.83, 0.07, 0.25, 1) forwards;
    animation: loader-fill-spinner-overlay 1s cubic-bezier(0.83, 0.07, 0.25, 1) forwards;
}
@-webkit-keyframes loader-fill-spinner-overlay {
    0% {
        width: 0;
    }
    100% {
        width: 100vw;
    }
}
@keyframes loader-fill-spinner-overlay {
    0% {
        width: 0;
    }
    100% {
        width: 100vw;
    }
}
.loader-transition {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    z-index: 2000;
}
.preloader {
    will-change: transform;
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
    .wraper_error_main.style-one .error_main {
        width: 100%;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .wraper_error_main.style-one .error_main {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .wraper_error_main.style-one .error_main {
        padding-top: 0;
        width: 100%;
    }
}
.radiant_lifestyle_trans_bg {
    padding: 20px 45px 1px 45px;
    background: transparent;
}
.radiant_lifestyle_trans_bg h3 {
    font-size: 22px;
    color: #ffffff;
    line-height: 32px !important;
    margin-bottom: 6px;
    padding: 0;
}
.radiant_lifestyle_trans_bg h3 a {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer !important;
}
.radiant_lifestyle_trans_bg h3 a:hover {
    color: #ffffff;
}
.radiant_lifestyle_trans_bg p {
    font-size: 15px;
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 6px;
    padding: 0;
}
.rt-bottom-left {
    position: absolute;
    bottom: 32px;
    left: 0px;
}
a.transparent-masionary-btn-hover {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}
a:hover.transparent-masionary-btn-hover {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}
.radiant_lifestyle_trans_bg .transparent-masionary-btn-hover span {
    position: relative;
    display: inline-block;
    margin-top: 4px;
}
.radiant_lifestyle_trans_bg .transparent-masionary-btn-hover span:before {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.radiant_lifestyle_trans_bg .transparent-masionary-btn-hover span:after,
.radiant_lifestyle_trans_bg .transparent-masionary-btn-hover span:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    -webkit-transition: 0.35s cubic-bezier(0.04, 0.11, 0.6, 0.97);
    -o-transition: 0.35s cubic-bezier(0.04, 0.11, 0.6, 0.97);
    transition: 0.35s cubic-bezier(0.04, 0.11, 0.6, 0.97);
}
.radiant_lifestyle_trans_bg .transparent-masionary-btn-hover:hover span:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.radiant_lifestyle_trans_bg .transparent-masionary-btn-hover span:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.radiant_lifestyle_trans_bg .transparent-masionary-btn-hover:hover span:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-delay: 0.34s;
    -o-transition-delay: 0.34s;
    transition-delay: 0.34s;
}
.rt-no-more-post {
    overflow: hidden;
    text-align: center;
    font-style: italic;
    margin-bottom: 150px;
}
.rt-no-more-post {
    display: none;
}
.hover-four-list-style .elementor-inline-item {
    padding-bottom: 15px;
}
.home-four-counter-align span.elementor-counter-number-prefix {
    display: none;
}
div.home-four-counter-align .elementor-counter-title{
  text-align: left;
}
.home-four-hover-box:hover h2 {
    color: #fff !important;
}
.home-four-hover-box:hover  .elementor-widget-text-editor{
  color: #fff !important;
}
.home-four-hover-box:hover img {
    filter: brightness(0) invert(1);
}
.home-four-video-icon img{
     position: relative;
     width:70px!important;
     height:70px;
     line-height: 62px;
     background-color: rgba(255, 255, 255, 0.1);
     border-radius: 50% !important;
     animation: anim-two-btn 1.2s linear infinite;
     -webkit-transition: .5s linear;
}
@keyframes anim-two-btn{
0% {
   box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1),
   0 0 0 10px rgba(255, 255, 255, 0.1),
   0 0 0 30px rgba(255, 255, 255, 0.1);
 }
100% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1),
    0 0 0 30px rgba(255, 255, 255, 0.1),
    0 0 0 50px rgba(255, 255, 255, 0);
 }
}
.moving-icon-left-right .elementor-icon svg {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.moving-icon-left-right:hover .elementor-icon svg {
    transform: translate3d(-10px, 0, 0) !important;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
} 
.home-four-hover-box:hover h6 {
    color: #fff !important;
}
.home-four-hover-box:hover  .elementor-widget-text-editor{
  color: #fff !important;
}
.home-four-hover-box:hover svg {
    filter: brightness(0) invert(1);
}
.rt-busia-link a {
  position: relative;
  display: inline-block;
}
.rt-busia-link a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  width: 100%;
  height: 1px;
  background-color: #FD4219;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.rt-busia-link a:hover:before {
  width: 0;
  color: #FD4219;
}
.element-page-accordion-three .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed,
.element-page-accordion-three .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened {
    font-size: 14px;
    line-height: 23px;
}
.element-page-accordion-three .elementor-accordion .elementor-accordion-item {
    border-bottom: 1px #E5E5E5 dashed !important;
    border-width: 1px !important;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    margin-bottom: 20px;
}
.element-page-accordion-three .elementor-accordion .elementor-tab-title,
.element-page-accordion-three .elementor-accordion .elementor-tab-content {
    padding: 0 0 20px 0;
}
.hm4-service-box-outer .hm4-service-box-inner {
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    -webkit-transform: translate3d(0, 32%, 0);
    transform: translate3d(0, 32%, 0);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .hm4-service-box-outer .hm4-service-box-inner {
    -webkit-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0);
    }
}
.hm4-service-box-outer:hover .hm4-service-box-inner {
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
    transition: all 0.7s;
}
.hm4-service-box-outer .hm4-service-box-inner .hm4-service-box-inner-desc-one {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;
    position: relative;
}
.hm4-service-box-outer:hover .hm4-service-box-inner .hm4-service-box-inner-desc-one {
    opacity: 1;
    visibility: visible;
}
.hm4-service-box-outer .hm4-service-box-inner .hm4-service-box-inner-desc-two {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;
    position: relative;
}
.hm4-service-box-outer:hover .hm4-service-box-inner .hm4-service-box-inner-desc-two {
    opacity: 1;
    visibility: visible;
}
.corporate-hover-effect:hover .move-up,
.corporate-hover-effect:hover .move-up-toggle{
    padding:18px 0 9px 0;
    margin:0 25px;
      transform: translate3d(0, -25px, 0);
    -webkit-transform: translate3d(0, -25px, 0);
    transition: all .7s ease-in-out;
    -webkit-transition: all .7s ease-in-out;
}
.corporate-hover-effect .move-up, 
.corporate-hover-effect .move-up-toggle{
    padding:18px 0 9px 0;
    margin:0 25px;
    transform: translate3d(0, 30px, 0);
    -webkit-transform: translate3d(0, 30px, 0);
    filter: drop-shadow(-3px 4px 26px rgba(0,0,0,0.11));
    transition: all .7s ease-in-out;
    -webkit-transition: all .7s ease-in-out;
}
.corporate-change-color:hover .change-color,
.corporate-change-color .change-color-toggle
{
    background-color:#d52b1e;
    border-radius:4px;
}
.corporate-change-color .change-color{
    background-color:#ffffff;
    border-radius:4px;
}
.corporate-change-text-color:hover .text-color .elementor-heading-title, 
.corporate-change-text-color:hover .text-color .elementor-icon-list-text, 
.corporate-change-text-color .text-color-toggle .elementor-heading-title, 
.corporate-change-text-color .text-color-toggle .elementor-icon-list-text{
    color:#ffffff!important;
}
.numeric-effect-main .numeric-effect svg .num-01, 
.numeric-effect-main .numeric-effect svg .num-03{
    -webkit-transition:all 0.7s ease;
transition:all 0.7s ease;
}
.numeric-effect-main:hover .numeric-effect svg .num-01, 
.numeric-effect-main:hover .numeric-effect svg .num-03{
stroke:#d52b1e;
fill:#f5f8ff;
-webkit-transition:all 0.7s ease;
transition:all 0.7s ease;
}
.line-effect:before{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    width:0;
    height:3px;
    background-color:#d52b1e;
    z-index:9;
}
.line-effect:hover:before{
    -webkit-animation: move-line 3s linear infinite;
            animation: move-line 3s linear infinite;
}
@-webkit-keyframes move-line{
  0% {
    width:100px;
        left:0;
        opacity:1;
  }
    
    80%{
        width:100px;
        left:75%;
        opacity:0.5;
    }
    
    100%{
        width:100px;
        left:78%;
        opacity:0;
    }
}   
.hover-style-one .elementor-button-wrapper .elementor-button-link:hover {
    box-shadow: 0px 11px 14px -7px rgb(0 0 0 / 25%);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}
.hover-style-two .elementor-button-wrapper .elementor-button-link:hover {
    box-shadow: none;
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
}
.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;
}
.move-image-left-right .elementor-widget-container img {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.move-image-left-right:hover .elementor-widget-container img {
    transform: translate3d(-10px, 0, 0);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.hover-div{
    overflow:hidden;
}
.hover-position .hover-text-section{
    position:absolute;
    bottom:0;
}
.hover-div .hover-text-section{
bottom:-43px;
transition: all 1s ease;
-webkit-transition: all 1s ease;
overflow:hidden;
}
.hover-div:hover .hover-text-section{
bottom:0;
transition: all 1s ease;
-webkit-transition: all 1s ease;
overflow:hidden;
}
.arrow-move:hover .arrow-move-fw .elementor-icon svg{
    transform:translate3d(10px, 0, 0);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    cursor: pointer;
}
.arrow-move .arrow-move-fw .elementor-icon svg{
    transform:translate3d(0, 0, 0);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.particle-moving-2 .elementor-widget-container img {
    animation: particlemove2 4.5s infinite linear;
}
@keyframes particlemove2 {
    0% {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }
    25% {
        transform: translate(10px, 10px);
        -webkit-transform: translate(10px, 10px);
    }
    50% {
        transform: translate(5px, 5px);
        -webkit-transform: translate(5px, 5px);
    }
    75% {
        transform: translate(10px, -5px);
        -webkit-transform: translate(10px, -5px);
    }
    100% {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }
}
.team-page .team.element-one .rt-team > .holder {
    margin-bottom: 12px;
}
@media screen and (min-width:550px) and (max-width:650px) {
    .about-me-call-one {
        width: 21% !important;
    }
    .about-me-call-two {
        width: 79% !important;
    }
}
@media screen and (min-width:481px) and (max-width:549px) {
    .about-me-call-one {
        width: 25% !important;
    }
    .about-me-call-two {
        width: 75% !important;
    }
}
@media screen and (min-width:361px) and (max-width:480px) {
    .about-me-call-one {
        width: 30% !important;
    }
     .about-me-call-two {
        width: 70% !important;
    }
}
@media screen and (max-width:360px) {
    .about-me-call-one {
        width: 38% !important;
    }
     .about-me-call-two {
        width: 62% !important;
    }
}
.history-discover .elementor-button {
    text-align: left;
}
.digi-mrktng-icon-box .elementor-icon-box-icon i {
    margin-top: 7px;
}
.hm-ten-hover .elementor-icon-list-text {
    color: #1D1A4E;
}
.hm-ten-hover:hover .elementor-icon-list-text {
    color: #d52b1e;
}
.hm-ten-hover .elementor-icon-list-icon i {
    color: #D7D9DE;
}
.hm-ten-hover:hover .elementor-icon-list-icon i {
    color: #d52b1e;
}
@media screen and (min-width: 1024px) and (max-width: 1130px) {
    .marketing-banner.elementor-section {
        background-position: 42% 0 !important;
}
}
@media screen and (max-width: 1200px) {
    .dark-top-menu, .dark-top-menu-one {
        display: none;
    }
}
@media screen and (max-width: 1199px) {
    .human-resource-top {
        display: none;
    }
}
@media screen and (min-width: 1100px) and (max-width: 1199px) {
    .dark-top-menu .dark-top-phn {
        width: 60% !important;
    }
    .dark-top-menu .dark-top-mail {
        width: 40% !important;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1120px) {
    .about-one-counter {
        width: 50% !important;
    }
    .about-one-counter-section .elementor-section .elementor-container {
        display: -webkit-box !important;
    }
    .hr-ban-img {
        left: -265px !important;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .history-line:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap {
        background: none !important;
    }
}
@media only screen and (max-width: 900px) {
    .history-line:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap {
        background: none !important;
    }
}
.img-box-hover-effect .elementor-widget-wrap {
    transition: all 0.4s cubic-bezier(.2,0,.3,1)!important;
}
.img-box-hover-effect:hover .elementor-widget-wrap {
        transform: translate3d(0,-5px,0);
}
@media (min-width: 480px) {
    .elementor-widget-icon-box.banner-contact-box.elementor-position-left .elementor-icon-box-icon, 
    .elementor-widget-icon-box.banner-contact-box.elementor-position-right .elementor-icon-box-icon {
       float: left;
    }
    .elementor-widget-icon-box.banner-contact-box .elementor-icon-box-icon {
        margin-right: 20px !important;
    }
}
@media (max-width: 480px) {
    .elementor-widget-icon-box.banner-contact-box .elementor-icon-box-icon {
        margin-bottom: 0px !important;
    }
}
@media (min-width: 480px) {
    .elementor-widget-icon-box.banner-vdo-box.elementor-position-left .elementor-icon-box-icon, 
    .elementor-widget-icon-box.banner-vdo-box.elementor-position-right .elementor-icon-box-icon {
       float: left;
    }
    .elementor-widget-icon-box.banner-vdo-box .elementor-icon-box-icon {
        margin-right: 20px !important;
    }
}
@media (max-width: 480px) {
    .elementor-widget-icon-box.banner-vdo-box .elementor-icon-box-icon {
        margin-bottom: 0px !important;
    }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
    .elementor-widget-icon-box.banner-vdo-box {
        margin-top: 14px !important;
    }
}
@media (max-width: 767px) {
    .elementor-widget-icon-box.banner-vdo-box .elementor-icon-box-icon {
        margin-top: -10px !important;
    }
}
.phone-link a {
    display: inline-block !important;
    position: relative;
}
.phone-link a::before {
    content: '';
    width: 0;
    height: 1px;
    bottom: 3px;
    position: absolute;
    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: #013ca3;
    opacity: 1;
}
.phone-link a:hover::before {
    width: 100%;
    left: 0;
    right: auto;
}
.rt-search-cart-holder .contact_holder span {
    display: block;
    font-size: 17px;
    line-height: 27px;
    font-weight: 700;
}
.rt-search-cart-holder .contact_icon {
    margin-top: 6px;
}
.rt-search-cart-holder .contact_holder p {
    padding-left: 10px;
}
.location-icon-box .elementor-icon {
    margin-top: 7px;
}
@media screen and (max-width: 1400px) {
    .img-hidden img {
        display: none;
    }
}
.contact_us_page .form-row {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
}
.contact_us_page .form-row input[type="email"] {
    width: 100%;
    height: 50px;
    padding: 12px 15px 12px 15px;
    margin-bottom: 0px;
    border: 1px solid #F4F4F4;
    background-color: #F4F4F4;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 21px;
}
.contact_us_page .form-row input[type="email"]::placeholder {
    color: #696E79;
}
.contact_us_page .form-row input[type="email"]:focus {
    color: #696E79;
    background: #F4F4F4;
}
.contact_us_page input[type="submit"] {
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
    letter-spacing: 0;
    color: #fff;
    padding: 14px 0px 14px 0px;
    border: none;
    background: #d52b1e;
    border-radius: 4px;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out;
    width: 100%;
}
.contact_us_page input[type="submit"]:hover {
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px)
}
.corporate_page .form-row {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
}
.corporate_page .form-row input[type="email"],
.corporate_page .form-row input[type="text"]  {
    width: 100%;
    height: 50px;
    padding: 12px 15px 12px 15px;
    margin-bottom: 0px;
    border: 1px solid #F4F4F4;
    background-color: #F4F4F4;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 21px;
}
.corporate_page .form-row textarea {
    width: 100%;
    height: 100px;
    padding: 12px 15px 12px 15px;
    margin-bottom: 0px;
    border: 1px solid #F4F4F4;
    background-color: #F4F4F4;
    margin-bottom: 8px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 21px;
}
.corporate_page .form-row input[type="text"]::placeholder,
.corporate_page .form-row input[type="email"]::placeholder,
.corporate_page .form-row textarea::placeholder {
    color: #696E79;
}
.corporate_page .form-row input[type="text"]:focus,
.corporate_page .form-row input[type="email"]:focus,
.corporate_page .form-row textarea:focus {
    color: #696E79;
    background: #F4F4F4;
}
.corporate_page input[type="submit"] {
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
    letter-spacing: 0;
    color: #fff;
    padding: 14px 46px 14px 46px;
    border: none;
    background: #d52b1e;
    border-radius: 4px;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out;
    text-align: left;
}
.corporate_page input[type="submit"]:hover {
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px)
}
.corporate_page_footer .form-row {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
}
.corporate_page_footer .form-row input[type="email"] {
    width: 100%;
    height: 50px;
    padding: 12px 15px 12px 15px;
    margin-bottom: 0px;
    border: 1px solid #F4F4F4;
    background-color: #F4F4F4;
    margin-bottom: 3px;
    border-radius: 4px 0 0 4px;
    font-size: 14px;
    line-height: 21px;
}
.corporate_page_footer .form-row input[type="email"]::placeholder {
    color: #696E79;
}
.corporate_page_footer .form-row input[type="email"]:focus {
    color: #696E79;
    background: #F4F4F4;
}
.corporate_page_footer input[type="submit"] {
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
    letter-spacing: 0;
    color: #fff;
    padding: 14px 0px 13px 0px;
    border: none;
    background: #d52b1e;
    border-radius: 0 4px 4px 0;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out;
    width: 100%;
}
@media screen and (max-width: 575px) {
    .corporate_page_footer .form-row input[type="email"],
    .corporate_page_footer input[type="submit"] {
        border-radius: 4px;
    }
}
.management_page_footer .form-row {
    display: block;
    margin-left: -7px;
    margin-right: -7px;
}
.management_page_footer .form-row input[type="email"] {
    width: 100%;
    height: 50px;
    padding: 12px 15px 12px 15px;
    margin-bottom: 0px;
    border: 1px solid #F4F4F4;
    background-color: #F4F4F4;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 21px;
}
.management_page_footer .form-row input[type="email"]::placeholder {
    color: #696E79;
}
.management_page_footer .form-row input[type="email"]:focus {
    color: #696E79;
    background: #F4F4F4;
}
.management_page_footer input[type="submit"] {
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
    letter-spacing: 0;
    color: #fff;
    padding: 14px 0px 14px 0px;
    border: none;
    background: #14255B;
    border-radius: 4px;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out;
    width: 100%;
}
.finance_page .form-row {
    display: block;
    margin-left: -10px;
    margin-right: -10px;
}
.finance_page .form-row input[type="email"],
.finance_page .form-row input[type="text"]  {
    width: 100%;
    height: 50px;
    padding: 12px 15px 12px 15px;
    border: 1px solid #eaeaea;
    background-color: #FFFFFF4D;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 21px;
}
.finance_page .form-row textarea {
    width: 100%;
    height: 135px;
    padding: 12px 15px 12px 15px;
    border: 1px solid #eaeaea;
    background-color: #FFFFFF4D;
    margin-bottom: 8px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 21px;
}
.finance_page .form-row input[type="text"]::placeholder,
.finance_page .form-row input[type="email"]::placeholder,
.finance_page .form-row textarea::placeholder {
    color: #fff;
}
.finance_page .form-row input[type="text"]:focus,
.finance_page .form-row input[type="email"]:focus,
.finance_page .form-row textarea:focus {
    color: #fff;
    background: #FFFFFF4D;
}
.finance_page input[type="submit"] {
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
    letter-spacing: 0;
    color: #fff;
    padding: 14px 0px 14px 0px;
    border: none;
    background: #d52b1e;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-align:  center;
    width: 100%;
}
.finance_page input[type="submit"]:hover {
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px)
}
/******* Start Home Page Six ***********/
.service-box .elementor-inner-section {
    transition: all 0.3s ease-in-out;
}
.service-box:hover .elementor-inner-section {
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.11);
    transition: all 0.3s ease-in-out;
}
.service-box .service-button .radiantthemes-custom-button-main {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease-in-out;
}
.service-box:hover .service-button .radiantthemes-custom-button-main {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: all 0.3s ease-in-out;
}
/******** End Home Page Six **********/
/******* Start Home Page Shop  ***********/
@media screen and (min-width :1025px) and (max-width: 1200px) {
    .service-section-full-width .elementor-container.elementor-column-gap-default {
        width: 100%;
        display: inline-block;
        margin: 0;
    }
    .service-section-full-width .service-section-width {
        margin: 0;
        width: 100% !important;
    }
    .service-section-full-width .service-section-width .elementor-element-populated {
        margin-right: 0px !important;
        margin-bottom: 30px !important;
        margin-left: 0px !important;
    }
}
/******* End Home Page Shop  ***********/
.icon-box-section .icon-img .elementor-icon,
.icon-box-section .icon-img .elementor-icon svg {
    transition: all 0.3s ease-in-out .35s;
}
.icon-box-section:hover .icon-img .elementor-icon {
    background: #d52b1e !important;
    transition: all 0.3s ease-in-out .35s;
}
.icon-box-section:hover .icon-img .elementor-icon svg path {
    stroke: #fff !important;
    transition: all 0.3s ease-in-out .35s;
}
.icon-box-section .icon-section-btn {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: .3s ease-in-out .35s;
    -o-transition: .3s ease-in-out .35s;
    transition: .3s ease-in-out .35s;
    margin-bottom: 0px;
}
.icon-box-section:hover .icon-section-btn {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.service-section .elementor-widget-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.service-section .service-section-img .elementor-widget-container:after {
    content: "";
    position: absolute;
    width: 100.1%;
    height: 100%;
    background: rgba(255, 255, 255, 0.96);;
    top: 0px;
    left: 0px;
    right: 0px;
    border-radius: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 20px;
    text-align: center;
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
    -webkit-transition: -webkit-clip-path .5s cubic-bezier(.59, .02, .17, .87);
    transition: -webkit-clip-path .5s cubic-bezier(.59, .02, .17, .87);
    -o-transition: clip-path .5s cubic-bezier(.59, .02, .17, .87);
    transition: clip-path .5s cubic-bezier(.59, .02, .17, .87);
    transition: clip-path .5s cubic-bezier(.59, .02, .17, .87), -webkit-clip-path .5s cubic-bezier(.59, .02, .17, .87);
}
.service-section:hover .service-section-img .elementor-widget-container:after {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
}
.service-section:hover .service-section-img {
    box-shadow: 0px 20px 40px rgba(12, 23, 77, 0.27);
}
.service-section .service-section-bn {
    position: absolute;
    top: 32%;
    margin-top: 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: .3s ease-in-out .15s;
    -o-transition: .3s ease-in-out .15s;
    transition: .3s ease-in-out .15s;
    margin-bottom: 0px;
}
.service-section:hover .service-section-bn {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.contact_us_two_frm .form-row {
    display: block;
    margin-left: 0px;
    margin-right: 15px;
}
.contact_us_two_frm .form-row input[type="email"],
.contact_us_two_frm .form-row input[type="text"]  {
    font-size: 14px;
    line-height: 24px;
    outline: 0;
    padding: 12px 15px 12px 15px;
    margin-bottom: 15px;
    height: 50px;
    width: 100%;
    color: #272727;
    display: block;
    background-color: transparent;
    background-clip: padding-box;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, .13);
}
.contact_us_two_frm .form-row textarea {
    font-size: 14px;
    line-height: 24px;
    outline: 0;
    padding: 12px 15px 12px 15px;
    margin-bottom: 30px;
    width: 100%;
    height: 200px;
    color: #272727;
    display: block;
    background-color: transparent;
    background-clip: padding-box;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, .13);
}
.contact_us_two_frm .form-row input[type="text"]::placeholder,
.contact_us_two_frm .form-row input[type="email"]::placeholder,
.contact_us_two_frm .form-row textarea::placeholder {
    color: #7E8289;
}
.contact_us_two_frm .form-row input[type="text"]:focus,
.contact_us_two_frm .form-row input[type="email"]:focus,
.contact_us_two_frm .form-row textarea:focus {
    color: #7E8289;
}
.contact_us_two_frm .form-row.submit-btn {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 4px;
    color: #fff;
    padding: 13px 20px 15px 20px;
    border: none;
    background: #d52b1e;
    border-radius: 0px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out;
    text-align: center;
    width: 45%;
}
.contact_us_two_frm .form-row.submit-btn .placeholder {
    position: relative;
    left: 0px;
    transition: all .2s ease-in-out;
}
.contact_us_two_frm .form-row.submit-btn .wpcf7-submit {
    position: relative;
    left: 0px;
    transition: all .2s ease-in-out;
}
.contact_us_two_frm .form-row.submit-btn .placeholder:before {
    content: '';
    position: absolute;
    display: inline-block;
    background-color: currentColor;
    top: calc(50%);
    left: -22px;
    height: 1px;
    width: 0;
    transition: all .2s ease-in-out;
}
.contact_us_two_frm .form-row.submit-btn:hover .placeholder {
    left: 15px;
}
.contact_us_two_frm .form-row.submit-btn:hover .placeholder:before {
    width: 13px;
}
.contact_us_two_frm .form-row.submit-btn .wpcf7-spinner {
    position: absolute;
}
.contact_us_two_frm .form-row.submit-btn input[type="submit"] {
    color: #fff;
    border: none;
    background: none;
    border-radius: 0px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.contact_us_one_frm .form-row {
    display: block;
    margin-left: -5px;
    margin-right: -5px;
}
.contact_us_one_frm p {
    color: #1D1A4E;
    font-weight: 500;
    font-size: 14px;
}
.contact_us_one_frm .form-row input[type="email"],
.contact_us_one_frm .form-row input[type="text"]  {
    width: 100%;
    height: 50px;
    padding: 12px 15px 12px 15px;
    margin-bottom: 0px;
    border: 1px solid #F4F4F4;
    background-color: #F4F4F4;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 21px;
}
.contact_us_one_frm .form-row input[type=file] {
    width: 100%;
    height: 50px;
    padding: 12px 15px 12px 15px;
    margin-bottom: 0px;
    border: 1px solid #F4F4F4;
    background-color: #F4F4F4;
    margin-bottom: 2px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 21px;
}
.contact_us_one_frm .form-row textarea {
    width: 100%;
    height: 180px;
    padding: 12px 15px 12px 15px;
    margin-bottom: 0px;
    border: 1px solid #F4F4F4;
    background-color: #F4F4F4;
    margin-bottom: 8px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 21px;
}
.contact_us_one_frm .form-row input[type="text"]::placeholder,
.contact_us_one_frm .form-row input[type="email"]::placeholder,
.contact_us_one_frm .form-row textarea::placeholder {
    color: #696E79;
}
.contact_us_one_frm .form-row input[type="text"]:focus,
.contact_us_one_frm .form-row input[type="email"]:focus,
.contact_us_one_frm .form-row textarea:focus {
    color: #696E79;
    background: #F4F4F4;
}
.contact_us_one_frm input[type="submit"] {
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
    letter-spacing: 0;
    color: #fff;
    padding: 14px 46px 14px 46px;
    border: none;
    background: #d52b1e;
    border-radius: 4px;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out;
    text-align: left;
}
.contact_us_one_frm input[type="submit"]:hover {
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px)
}
.newsletter .form-row {
    display: block;
    margin-left: 0px;
    margin-right: 15px;
}
.newsletter .form-row input[type="email"] {
    font-size: 14px;
    line-height: 24px;
    outline: 0;
    padding: 12px 15px 12px 15px;
    margin-bottom: 15px;
    height: 50px;
    width: 100%;
    color: #272727;
    display: block;
    background-color: transparent;
    background-clip: padding-box;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, .13);
}
.newsletter .form-row input[type="email"]::placeholder {
    color: #7E8289;
}
.newsletter .form-row input[type="email"]:focus {
    color: #7E8289;
}
.newsletter .form-row.submit-btn {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 4px;
    color: #fff;
    padding: 13px 20px 15px 20px;
    border: none;
    background: #d52b1e;
    border-radius: 0px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out;
    text-align: center;
    width: 100%;
}
.newsletter .form-row.submit-btn .placeholder {
    position: relative;
    left: 0px;
    transition: all .2s ease-in-out;
}
.newsletter .form-row.submit-btn .wpcf7-submit {
    position: relative;
    left: 0px;
    transition: all .2s ease-in-out;
}
.newsletter .form-row.submit-btn .placeholder:before {
    content: '';
    position: absolute;
    display: inline-block;
    background-color: currentColor;
    top: calc(50%);
    left: -22px;
    height: 1px;
    width: 0;
    transition: all .2s ease-in-out;
}
.newsletter .form-row.submit-btn:hover .placeholder {
    left: 15px;
}
.newsletter .form-row.submit-btn:hover .placeholder:before {
    width: 13px;
}
.newsletter .form-row.submit-btn .wpcf7-spinner {
    position: absolute;
}
.newsletter .form-row.submit-btn input[type="submit"] {
    color: #fff;
    border: none;
    background: none;
    border-radius: 0px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.read-more-btn .elementor-button .elementor-align-icon-left {
    margin-top: -2px;
}
.icon-box-one .elementor-icon-box-icon {
    margin-top:5px;
}
.img-box-one .elementor-image-box-img {
    margin-top:8px !important;
}
.wraper_blog_main.style-default {
    margin-top: 3px;
    margin-bottom: 50px;
}
.blog-gallery .gallery-item {
    height: 100% !important;
}
.wraper_blog_main .blog-gallery .gallery-item img {
    object-fit: cover;
    height: 90px !important;
}
@media screen and (min-width : 768px) and (max-width: 991px) {
    .contact_us_two_frm .form-row.submit-btn {
        width: 80%;
    }
}
@media screen and (max-width: 767px) {
    .wraper_blog_main.style-default {
    margin-top: 0px;
    margin-bottom: 65px;
    }
    .contact_us_two_frm .form-row.submit-btn {
        width: 80%;
    }
}
.wraper_blog_main.style-default .blog_main .row {
    margin-right: 0px;
    margin-left: 0px;
}
.wraper_blog_main.style-default .blog-content .blog_main {
    padding-right: 50px;
}
@media screen and (min-width: 1025px) and (max-width: 1400px) {
    .wraper_blog_main.style-default .blog_main {
        padding-right: 0;
    }
}
.wraper_blog_main.style-default .blog-withoutsidebar .blog_main {
    padding-right: 0px;
}
.blog_main article.style-default {
    transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    width: 100%;
}
.blog_main .entry-blog-content {
    padding: 0px 35px 35px 0px;
}
.blog_main .post.style-default.sticky .entry-blog-content {
    padding: 0px 0px 0px 0px;
}
.wraper_blog_main.style-default .blog_main .post-thumbnail {
    position: relative;
    padding-bottom: 35px;
}
.wraper_blog_main.style-default .blog_main .post-thumbnail .cat-tag-name {
    position: absolute;
    top: 10px;
    right: 10px;
    padding-left: 20px;
    width: 100%;
}
.wraper_blog_main.style-default .blog_main .post-thumbnail .cat-tag-name a {
    top: 10px;
    right: 10px;
    background: #d52b1e;
    color: #fff;
    line-height: 13px;
    font-size: 13px;
    text-align: center;
    font-weight: 400;
    padding: 8px;
    border-radius: 0px;
    margin-left: 10px;
    margin-bottom: 10px;
    float: right;
}
.wraper_blog_main.style-default .blog_main .entry-blog-content .entry-extra-item {
    display: inline-flex;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}
.wraper_blog_main.style-default .blog_main .entry-blog-content .entry-extra-item .rt-author:after,
.wraper_blog_main.style-default .blog_main .entry-blog-content .entry-extra-item .date:after,
.wraper_blog_main.style-default .blog_main .entry-blog-content .entry-extra-item .tag-name:after {
    content: "";
    width: 8px;
    height: 1px;
    background: #616670;
    position: absolute;
    top: 50%;
    right: 0px;
}
.wraper_blog_main.style-default .blog_main .entry-blog-content .entry-extra-item .date {
    padding-right: 15px;
    padding-left: 10px;
    position: relative;
}
.wraper_blog_main.style-default .blog_main .entry-blog-content .entry-extra-item .comments-no {
    padding-left: 10px;
    position: relative;
}
.wraper_blog_main.style-default .blog_main .entry-blog-content .entry-extra-item .tag-name {
    padding-right: 20px;
    padding-left: 10px;
    position: relative;
}
.wraper_blog_main.style-default .blog_main .entry-blog-content .entry-extra-item .tag-name a {
    color: #616670;
}
.wraper_blog_main.style-default .blog_main .entry-blog-content .entry-extra-item .tag-name a:hover {
    color: #d52b1e;
}
.wraper_blog_main.style-default .blog_main .entry-blog-content .entry-extra-item .rt-author {
    padding-right: 15px;
    position: relative;
}
.widget-area section.widget {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.widget-area section.widget:last-child {
    float: left;
    width: 100%;
    margin-bottom: 18px;
}
.widget-area section#block-14.widget,
.widget-area section#block-12.widget,
.widget-area section#block-9.widget{
    margin-bottom: 15px;
}
.widget-area section#block-3.widget {
    margin-bottom: 40px;
}
.widget-area section#block-11.widget {
    margin-bottom: 55px;
}
.widget-area section.widget .tag-block-heading {
    margin-bottom: 25px;
}
.widget-area section.widget .categories-block-heading {
    margin-bottom: 15px;
}
.wraper_blog_main .widget-area section.widget_categories {
    padding-bottom: 25px;
    margin-bottom: 40px;
}
.wraper_blog_main .widget-area section.widget_busia_recent_posts_widget {
    padding-bottom: 23px;
    margin-bottom: 0px;
}
.wraper_blog_main .widget_busia_image_box_widget {
    padding-bottom: 48px;
    margin-bottom: 42px !important;
}
.wraper_blog_main .widget-area section.widget:last-child {
    border-bottom: none;
}
.wraper_blog_main .widget-area section.widget:last-child ul {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.home .wraper_blog_main .widget-area section.widget:last-child ul {
    margin-bottom: 0px;
    padding-bottom: 0;
}
.widget-area > .widget.widget_search .search-form,
.widget-area > .widget.widget_product_search .woocommerce-product-search {
    position: relative;
    margin: 0px;
    width: 100%;
}
.widget-area > .widget.widget_search .search-form label,
.widget-area > .widget.widget_product_search .woocommerce-product-search label {
    width: 100%;
    margin: 0;
}
.widget-area #busia_recent_posts_widget-2 {
    margin-bottom: 0px
    margin-top: 0px;
}
.widget-area > #search-2 {
    margin-bottom: 40px;
    border-bottom: none;
    margin-top: -18px;
}
.widget-area > .widget.widget_search .search-form,
.widget.widget_block .wp-block-search .wp-block-search__inside-wrapper {
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    margin-left: 0px;
    width: 100% !important;
}
.widget-area > .widget.widget_search .search-form:hover,
.widget.widget_block .wp-block-search .wp-block-search__inside-wrapper:hover {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.widget-area > .widget.widget_block .wp-block-search label {
    width: auto;
    margin: 0;
}
.wp-block-search__button-outside {
    margin-bottom: 40px;
    border-radius: 0px;
    overflow: hidden;
    margin-top: 18px;
}
.widget-area .wp-block-group__inner-container h2,
.widget-area .wp-block-group__inner-container h3,
.widget-area .wp-block-group__inner-container h5 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 15px;
}
.widget-area > .widget.widget_search .search-form input[type="search"],
.widget-area > .widget.widget_search .search-form input[type="text"],
.widget-area > .widget.widget_block .wp-block-search input[type="search"],
.widget-area > .widget.widget_block .wp-block-search input[type="text"],
.wp-block-search__text-button.wp-block-search .wp-block-search__inside-wrapper input[type="search"] {
    vertical-align: top;
    width: 100%;
    height: 50px;
    padding: 0 10px 0 10px;
    background-color: transparent;
    background-clip: padding-box;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(102, 102, 102, 0.2);
    font-weight: 400;
    font-size: 16px;
    color: #272727;
    line-height: 27px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.widget-area > .widget.widget_search .search-form input[type="search"]::-webkit-input-placeholder,
.widget-area > .widget.widget_search .search-form input[type="text"]::-webkit-input-placeholder,
.widget-area > .widget.widget_block .wp-block-search input[type="search"]::-webkit-input-placeholder,
.widget-area > .widget.widget_block .wp-block-search input[type="text"]::-webkit-input-placeholder,
.wp-block-search__text-button.wp-block-search .wp-block-search__inside-wrapper input[type="search"]::-webkit-input-placeholder {
    color: #757589;
}
.widget-area > .widget.widget_search .search-form input[type="submit"],
.widget-area > .widget.widget_block .wp-block-search input[type="submit"] {
    background: #fff;
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}
.widget-area > .widget.widget_block .wp-block-search button[type="submit"],
.widget-area > .widget.widget_block .wp-block-search button[type="submit"],
.wp-block-search .wp-block-search__button {
    position: relative;
    top: 0px;
    right: 0px;
    width: 60px;
    height: 50px;
    padding: 0;
    border: none;
    background: #d52b1e;
    border-radius: 0px;
    font-size: 0;
    color: #757589;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
.widget-area > .widget.widget_search .search-form button[type="submit"] {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 60px;
    height: 50px;
    padding: 0;
    border: none;
    background: #d52b1e;
    border-radius: 0px;
    font-size: 0;
    color: #757589;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
.widget-area > .widget.widget_block .wp-block-search button.wp-block-search__button:after,
.widget-area > .widget.widget_search .search-form button.wp-block-search__button:after,
.widget-area > .widget.widget_block .wp-block-search button.wp-block-search__button:after,
.wp-block-search .wp-block-search__button:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    padding: 0;
    border: none;
    background: url(../images/customizer/search-white.svg);
    border-radius: 0px;
    font-size: 0;
    color: #757589;
    background-repeat: no-repeat;
}
.widget-area > .widget.widget_search .search-form button[type="submit"]:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    padding: 0;
    border: none;
    background: url(../images/customizer/search-white.svg);
    border-radius: 0px;
    font-size: 0;
    color: #757589;
    background-repeat: no-repeat;
}
.widget-area section#block-10.widget {
    margin-bottom: 10px;
}
.wraper_blog_main .widget-area .widget_radiantthemes_recent_posts_widget h6.widget-title {
    display: none;
}
.wraper_blog_main .widget-area .widget .widget-title {
    padding-bottom: 0px;
    margin-bottom: 15px;
    position: relative;
    font-size: 20px;
    line-height: 30px;
}
.wraper_blog_main .widget-area .widget.widget_busia_recent_posts_widget .widget-title {
    margin-bottom: 0;
}
.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder {
    float: left;
    margin-top: 10px;
    padding-bottom: 5px;
}
.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 16px;
    vertical-align: top;
    float: left;
}
.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post:last-child {
    margin-bottom: 0px;
}
.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post .blog-widget-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post .blog-widget-post .blog-widget-post-img {
    flex-shrink: 0;
    margin: 0 15px 0 0;
    position: relative;
    display: inline-flex;
    vertical-align: top;
    max-width: 100%;
    overflow: hidden;
    height: 72px;
}
@media only screen and (min-width: 1025px) and (max-width: 1099px) {
    .rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post .blog-widget-post .blog-widget-post-img {
        width: 90px;
    }
}
.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post .blog-widget-post .blog-widget-post-img a {
    display: block;
    width: 100%;
}
.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post .blog-widget-post .blog-widget-post-img img {
    transition: transform 1s cubic-bezier(.33, .02, 0, .93);
    overflow: hidden;
    height: 100%;
    object-fit: cover;
    border-radius: 0px;
}
.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post .blog-widget-post .blog-widget-post-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post .blog-widget-post .blog-widget-post-content .blog-widget-title {
    margin-bottom: 0px;
    line-height: 28px;
    font-size: 18px;
    text-transform: uppercase;
}
.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post .blog-widget-post .blog-widget-post-content .blog-widget-title a {
    color: #262626;
}
.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post .blog-widget-post .blog-widget-post-content .blog-widget-title a:hover {
    color: #262626;
}
.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post .blog-widget-post .blog-widget-post-content .blog-widget-title a:before {
    display: none;
}
.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post .excerpt {
    margin-top: 0px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
    color: #616670;
}
.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_nav_menu ul li ul.sub-menu li,
.widget-area > .widget.widget_layered_nav ul li,
.widget-area > .widget.widget_product_categories ul li,
.widget-area > .widget.widget_rss ul li {
    margin-bottom: 8px;
    color: #616670;
}
.widget-area > .widget.widget_archive ul li:last-child,
.widget-area > .widget.widget_categories ul li:last-child,
.widget-area > .widget.widget_meta ul li:last-child,
.widget-area > .widget.widget_pages ul li:last-child,
.widget-area > .widget.widget_nav_menu ul li:last-child,
.widget-area > .widget.widget_nav_menu ul li ul.sub-menu li:last-child,
.widget-area > .widget.widget_layered_nav ul li:last-child,
.widget-area > .widget.widget_product_categories ul li:last-child,
.widget-area > .widget.widget_rss ul li:last-child,
.wraper_blog_main.style-default .widget-area > .widget.widget_categories ul li:last-child {
    margin-bottom: 0px;
}
.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_nav_menu ul li ul.sub-menu li a,
.widget-area > .widget.widget_layered_nav ul li a,
.widget-area > .widget.widget_product_categories ul li a,
.widget-area > .widget.widget_rss ul li a {
    color: #616670;
    text-transform: capitalize;
}
.widget-area > .widget.widget_archive ul li a:hover,
.widget-area > .widget.widget_categories ul li a:hover,
.widget-area > .widget.widget_meta ul li a:hover,
.widget-area > .widget.widget_pages ul li a:hover,
.widget-area > .widget.widget_nav_menu ul li a:hover,
.widget-area > .widget.widget_nav_menu ul li ul.sub-menu li a:hover,
.widget-area > .widget.widget_layered_nav ul li a:hover,
.widget-area > .widget.widget_product_categories ul li a:hover,
.widget-area > .widget.widget_rss ul li a:hover {
    color: #d52b1e;
}
.rt-image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
}
.random-post-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.random-post-wrapper > .random-post-pic img {
    width: 100%;
    height: auto;
}
.rt-image-box img {
    max-width: 100%;
    transition: transform 1s cubic-bezier(.33, .02, 0, .93);
    -webkit-transition: transform 1s cubic-bezier(.33, .02, 0, .93);
    display: block;
    width: 100%;
    height: auto;
}
.random-post-wrapper > .random-post-data {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    padding: 0 30px;
    text-align: center;
}
.rt-image-box .title {
    color: #fff !important;
    font-weight: 400;
    margin-bottom: 0px;
}
.random-post-wrapper > .random-post-data > .random-post-excerpt {
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
.widget_recent_comments li {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 27px;
    color: #616670;
    padding: 8px 10px 8px 50px;
    position: relative;
    display: inline-table;
    height: 60px;
    align-items: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.widget_recent_comments li:hover {
    background: #F9F9F9;
}
.widget_recent_comments li a {
    color: #616670;
}
.widget_recent_comments li a:hover {
    color: #d52b1e;
}
.widget_recent_comments li:before {
    position: absolute;
    content: "";
    background: url(../images/customizer/chat.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 45px;
    height: 50px;
    top: 0;
    left: 0;
}
.widget-area > .widget .tagcloud {
    margin: 0px 0px 10px 0px;
    font-size: 0;
}
.widget-area > .widget .tagcloud > a.tag-cloud-link,
.widget-area > .widget .wp-block-tag-cloud > a.tag-cloud-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px 10px 0px;
    padding-right: 20px;
    background: none;
    border: none;
    font-size: 17px !important;
    color: #676766;
    line-height: 28px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 0px;
}
.widget-area > .widget .tagcloud > a.tag-cloud-link:after,
.widget-area > .widget .wp-block-tag-cloud > a.tag-cloud-link:after {
    content: "";
    background: #676766;
    height: 2px;
    width: 8px;
    position: absolute;
    right: 0px;
    top: 45%;
}
.widget-area > .widget .tagcloud > a.tag-cloud-link:hover,
.widget-area > .widget .wp-block-tag-cloud > a.tag-cloud-link:hover {
    opacity: 1;
    color: #d52b1e;
}
.widget-area > .widget .tagcloud > a.tag-cloud-link:last-child:after,
.widget-area > .widget .wp-block-tag-cloud > a.tag-cloud-link:last-child:after {
    content: none;
}
.widget.widget_block .wp-block-group__inner-container ul.wp-block-categories,
.widget.widget_block .wp-block-group__inner-container ul.wp-block-latest-posts,
.widget.widget_block .wp-block-group__inner-container ol.wp-block-latest-comments,
.widget.widget_block .wp-block-group__inner-container ul.wp-block-archives,
.widget.widget_archive {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.widget.widget_block .wp-block-group__inner-container ul.wp-block-categories li,
.widget.widget_block .wp-block-group__inner-container ul.wp-block-latest-posts li,
.widget.widget_block .wp-block-group__inner-container ol.wp-block-latest-comments li,
.widget.widget_block .wp-block-group__inner-container ul.wp-block-archives li,
.widget.widget_archive ul li {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}
.widget.widget_block .wp-block-group__inner-container ul.wp-block-categories li.cat-item a,
.widget.widget_block .wp-block-group__inner-container ul.wp-block-latest-posts li a,
.widget.widget_block .wp-block-group__inner-container ol.wp-block-latest-comments li a,
.widget.widget_block .wp-block-group__inner-container ul.wp-block-archives li a,
.widget.widget_archive ul li a {
    position: relative;
    color: #676766;
    transition: all 0.12s ease-in-out;
    -webkit-transition: all 0.12s ease-in-out;
    text-transform: capitalize;
}
.widget.widget_block .wp-block-group__inner-container ul.wp-block-categories li.cat-item a:hover,
.widget.widget_block .wp-block-group__inner-container ul.wp-block-latest-posts li a:hover,
.widget.widget_block .wp-block-group__inner-container ol.wp-block-latest-comments li a:hover,
.widget.widget_block .wp-block-group__inner-container ul.wp-block-archives li a:hover,
.widget.widget_archive ul li a:hover {
    color: #d52b1e;
    -webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
} 
.widget.widget_block .wp-block-group__inner-container ul.wp-block-categories li.cat-item a:before,
.widget.widget_block .wp-block-group__inner-container ul.wp-block-latest-posts li a:before,
.widget.widget_block .wp-block-group__inner-container ol.wp-block-latest-comments li a:before,
.widget.widget_block .wp-block-group__inner-container ul.wp-block-archives li a:before,
.widget.widget_archive ul li a:before {
}
.widget.widget_block .wp-block-group__inner-container ul.wp-block-categories li.cat-item a:hover:before,
.widget.widget_block .wp-block-group__inner-container ul.wp-block-latest-posts li a:hover:before,
.widget.widget_block .wp-block-group__inner-container ol.wp-block-latest-comments li a:hover:before,
.widget.widget_block .wp-block-group__inner-container ul.wp-block-archives li a:hover:before,
.widget.widget_archive ul li a:hover:before {
    right: auto;
    left: 0;
    width: 100%;
}
.widget.widget_block .wp-block-group__inner-container .no-comments.wp-block-latest-comments {
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 10px;
}
@media screen and (max-width: 1024px) {
    .widget.widget_block:last-child .wp-block-group__inner-container ul {
        padding-bottom: 0;
    }
}
.blog_main .pagination {
    border: none;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    display: block;
}
.wraper_blog_main.style-default .blog_main .pagination {
    margin-top: -8px;
    margin-bottom: 28px;
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
    .wraper_blog_main.style-default .blog_main .pagination {
        margin-top: -8px;
        margin-bottom: 48px;
    }
}
@media screen and (max-width: 991px) {
    .wraper_blog_main.style-default .blog_main .pagination {
        margin-top: -8px;
        margin-bottom: 48px;
    }
}
.blog_main .pagination span .current,
.blog_main .pagination a.page-numbers.current {
    color: #d52b1e;
}
.blog_main .pagination span,
.blog_main .pagination a.page-numbers {
    padding: 0;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    margin: 0 5px;
    padding: 10px;
    background: none;
    position: relative;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}
.blog_main .pagination span:hover:after,
.blog_main .pagination a.page-numbers:hover:after {
    content: "";
    width: 27px;
    height: 2px;
    background: #d52b1e;
    position: absolute;
    bottom: 0;
    left: 0px;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}
.blog_main .pagination span.current:after {
    content: "";
    width: 27px;
    height: 2px;
    background: #d52b1e;
    position: absolute;
    bottom: 0;
    left: 0px;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}
.blog_main .pagination a.next.page-numbers:after,
.blog_main .pagination a.prev.page-numbers:after {
    display: none;
}
.blog_main .pagination a.next.page-numbers,
.blog_main .pagination a.prev.page-numbers {
    padding: 0;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    margin: 0 6px;
    font-size: 0px;
    display: inline-flex;
}
.blog_main .pagination a.next.page-numbers:before {
    position: absolute;
    content: "";
    background: url(../images/customizer/chevron-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 36px;
    height: 36px;
    background-size: 20px;
}
.blog_main .pagination a.prev.page-numbers:before {
    position: absolute;
    content: "";
    background: url(../images/customizer/chevron-left.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 36px;
    height: 36px;
    background-size: 20px;
}
.blog_main .pagination a.page-numbers:hover,
.blog_main .pagination a.next.page-numbers:hover,
.blog_main .pagination a.prev.page-numbers:hover {
    background: none;
    color: #262626;
}
.wraper_shop_main.shop-rightsidebar .order-lg-12.order-sm-12 {
    order: 1;
}
.wraper_blog_main.masonry-layout {
    padding-top: 80px;
    padding-bottom: 20px;
}
.wraper_blog_main.masonry-layout .blog_main {
    padding-right: 0px;
}
.rt-masonry {
    columns: 3;
    column-gap: 30px;
    padding: 0 0px;
}
.rt-masonry .rt-grid {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
}
.rt-masonry.style-seven .rt-grid {
    display: inline-block;
    margin-bottom: 35px;
    position: relative;
    padding-left: 7px;
}
.rt-masonry .rt-grid img {
    outline: none;
    border: none;
    display: block;
    overflow: hidden;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px;
}
.rt-image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
    border-radius: 0px;
    margin-bottom: 0px;
    height: 100%;
}
.rt-masonry .rt-grid:nth-child(2n) .rt-image-box {
    height: 600px;
}
.rt-masonry .rt-grid:nth-child(3n) .rt-image-box {
    height: 270px;
}
.rt-masonry .rt-grid:nth-child(4n+1) .rt-image-box {
    height: 370px;
}
.rt-masonry .rt-grid .rt-masonry-detail-box a {
    color: #262626;
}
.rt-masonry .rt-grid .rt-masonry-detail-box a:hover {
    color: #262626;
}
.rt-masonry .rt-grid .rt-masonry-detail-box .rt-masonry-detail-title {
    margin-top: 8px;
    margin-bottom: 0px;
}
.rt-masonry .rt-grid .rt-masonry-detail-box {
    padding: 26px 0px 30px 0px
}
.rt-masonry .rt-grid .rt-masonry-detail-box .rt-masonry-detail-author {
    padding-right: 15px;
    position: relative;
    font-size: 14px;
    line-height: 24px;
}
.rt-masonry .rt-grid .rt-masonry-detail-box .rt-masonry-detail-author:after {
    content: "";
    width: 8px;
    height: 1px;
    background: #616670;
    position: absolute;
    top: 50%;
    right: 0px;
}
.rt-masonry .rt-grid .rt-masonry-detail-box .rt-masonry-detail-date {
    padding-right: 20px;
    padding-left: 10px;
    position: relative;
    font-size: 14px;
    line-height: 24px;
}
.content-area.blog-style-one .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
    padding: 0;
}
@media only screen and (min-width: 1025px) and (max-width: 1099px) {
    .rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post .blog-widget-post {
        display: block;
    }
    .rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post .blog-widget-post .blog-widget-post-content {
        width: 47%;
        margin: 0px 0 10px 0;
    }
}
@media only screen and (min-width: 991px) and (max-width: 1024px) {
    .wraper_blog_main .container .col-lg-9.col-md-12.col-sm-12.col-xs-12.blog-content,
    .wraper_blog_main .container .col-lg-3.col-md-12.col-sm-12.col-xs-12.right-sidebar,
    .wraper_blog_main.style-one.clasic-box-layout .container .col-lg-9.col-md-12.col-sm-12.col-xs-12,
    .wraper_blog_main.style-three .container .col-lg-9.col-md-12.col-sm-12.col-xs-12.pull-left,
    .wraper_blog_main.style-three .container .col-lg-3.col-md-12.col-sm-12.col-xs-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .wraper_blog_main.style-default .blog_main {
        padding-right: 0px !important;
    }
}
@media (max-width: 1200px) {
    .rt-masonry {
        columns: 2;
    }
}
@media (max-width: 992px) {
    .rt-masonry {
        columns: 2;
    }
    .wraper_blog_main.style-default .blog_main {
        padding-right: 0px !important;
    }
}
@media (max-width: 480px) {
    .rt-masonry {
        columns: 1;
    }
}
.wraper_blog_main.style-one.clasic-box-layout {
    padding-top: 120px;
    padding-bottom: 127px;
}
.wraper_blog_main.clasic-box-layout .blog_main {
    padding-top: 0px;
    margin-left: -15px;
    margin-right: -15px;
}
.blog-posts.blog-grid-style .blog-item > .holder {
    padding: 0;
    border: 1px solid #e4e4e4;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border-radius: 4px;
    margin-bottom: 30px;
}
.blog-posts.blog-grid-style .blog-item > .holder > .data .title a {
    color: inherit;
}
.wraper_blog_main.clasic-box-layout .blog_main .blog-grid-style .holder .data,
.blog-posts.blog-grid-style .blog-item .holder .data {
    padding: 26px 35px 35px 35px;
    min-height: 242px;
}
.wraper_blog_main.clasic-box-layout .blog_main .blog-grid-style .holder .data .post-meta,
.blog-posts.blog-grid-style .blog-item > .holder > .data .post-meta {
    margin-bottom: 5px;
}
.wraper_blog_main.clasic-box-layout .blog_main .blog-grid-style article.blog-item {
    width: 100%;
    padding: 0px !important;
}
.wraper_blog_main.clasic-box-layout .blog_main .blog-grid-style [class*="col-"]:nth-child(odd) {
    padding-right: 15px;
    padding-left: 0px;
}
.wraper_blog_main.clasic-box-layout .blog_main .blog-grid-style [class*="col-"]:nth-child(even) {
    padding-left: 15px;
    padding-right: 0px;
}
.blog-posts .style-one.blog-item > .holder .data .post-read-more a.btn {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 4px;
    color: #262626;
    padding: 0px;
    border: none;
    background: none;
    border-radius: 0px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-align: center;
}
.blog-posts .style-one.blog-item > .holder .data .post-read-more a.btn:hover {
    color: #d52b1e;
}
.blog-posts .style-one.blog-item > .holder .data .post-read-more a.btn span {
    position: relative;
    left: 0px;
    transition: all .3s ease-in-out;
}
.blog-posts .style-one.blog-item > .holder .data .post-read-more a.btn span:before {
    content: '';
    position: absolute;
    display: inline-block;
    background-color: currentColor;
    top: calc(50%);
    left: -22px;
    height: 1px;
    width: 0;
    transition: all .2s ease-in-out;
}
.blog-posts .style-one.blog-item > .holder .data .post-read-more a.btn:hover span {
    left: 15px;
}
.blog-posts .style-one.blog-item > .holder .data .post-read-more a.btn:hover span:before {
    width: 13px;
}
.wraper_blog_main.clasic-box-layout .pagination {
    border: none;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    font-weight: 700;
    display: block;
    padding-right: 0px;
    margin-top: -5px;
    margin-bottom: 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .wraper_blog_main.clasic-box-layout .pagination {
        margin-bottom: 48px;
    }
    .wraper_blog_main.clasic-box-layout .blog_main .blog-grid-style [class*="col-"]:nth-child(odd) {
        padding-right: 15px;
        padding-left: 15px;
    }
    .wraper_blog_main.clasic-box-layout .blog_main .blog-grid-style [class*="col-"]:nth-child(even) {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media only screen and (max-width: 991px) {
    .wraper_blog_main.clasic-box-layout .pagination {
        margin-bottom: 15px;
    }
    .wraper_blog_main.clasic-box-layout .blog_main .blog-grid-style [class*="col-"]:nth-child(odd) {
        padding-right: 15px;
        padding-left: 15px;
    }
    .wraper_blog_main.clasic-box-layout .blog_main .blog-grid-style [class*="col-"]:nth-child(even) {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.wraper_blog_main.clasic-box-layout .pagination span,
.wraper_blog_main.clasic-box-layout .pagination a.page-numbers {
    padding: 0;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    margin: 0 5px;
    padding: 10px;
    background: none;
    position: relative;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}
.wraper_blog_main.clasic-box-layout .pagination a.next.page-numbers,
.wraper_blog_main.clasic-box-layout .pagination a.prev.page-numbers {
    padding: 0;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    margin: 0 6px;
    font-size: 0px;
    display: inline-flex;
}
.wraper_blog_main.clasic-box-layout .pagination span.current:after {
    content: "";
    width: 27px;
    height: 2px;
    background: #d52b1e;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}
.wraper_blog_main.clasic-box-layout .pagination a.page-numbers:hover,
.wraper_blog_main.clasic-box-layout .pagination a.next.page-numbers:hover,
.wraper_blog_main.clasic-box-layout .pagination a.prev.page-numbers:hover {
    background: none;
    color: #262626;
}
.wraper_blog_main.clasic-box-layout .pagination span:hover:after,
.wraper_blog_main.clasic-box-layout .pagination a.page-numbers:hover:after {
    content: "";
    width: 27px;
    height: 2px;
    background: #d52b1e;
    position: absolute;
    bottom: 0;
    left: 0px;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}
.wraper_blog_main.clasic-box-layout .pagination a.next.page-numbers:before {
    position: absolute;
    content: "";
    background: url(../images/customizer/chevron-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 36px;
    height: 36px;
    background-size: 20px;
}
.wraper_blog_main.clasic-box-layout .pagination a.prev.page-numbers:before {
    position: absolute;
    content: "";
    background: url(../images/customizer/chevron-left.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 36px;
    height: 36px;
    background-size: 20px;
}
.wraper_blog_main.clasic-box-layout .pagination a.next.page-numbers:after,
.wraper_blog_main.clasic-box-layout .pagination a.prev.page-numbers:after {
    display: none;
}
.wraper_blog_main.style-three.morden-box-layout.rt-box-left .row {
    display: inline-block;
}
.wraper_blog_main.style-three.morden-box-layout .blog_main.blog.blog-modern {
    margin-right: 50px;
}
@media screen and (min-width: 1025px) and (max-width: 1400px) {
    .wraper_blog_main.style-three.morden-box-layout .blog_main.blog.blog-modern {
    margin-right: 25px;
    }
}
.wraper_blog_main.style-three.morden-box-layout .pull-right .blog_main.blog.blog-modern {
    margin-left: 50px;
    margin-right: 0;
}
.wraper_blog_main.style-three.morden-box-layout {
    padding-top: 120px;
    padding-bottom: 80px;
}
.page-template-template-masonry-layout .wraper_blog_main.style-three.morden-box-layout {
    padding-top: 120px;
    padding-bottom: 80px;
}
.wraper_blog_main.style-three.morden-box-layout .blog_main {
    margin-left: -15px;
    margin-right: -15px;
}
.wraper_blog_main.style-three.morden-box-layout .post.style-three.row {
    margin-right: 0px;
    margin-left: 0px;
}
.wraper_blog_main.style-three.morden-box-layout .post.style-three {
    background: #fff;
    padding: 50px;
    box-shadow: 0px 14px 46px 0px rgb(0 26 87 / 8%);
    border-radius: 4px;
    margin-bottom: 50px;
}
.wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-post-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-post-box .modern-img-bx {
    flex-shrink: 0;
    margin: 0 10px 0 0;
    position: relative;
    display: inline-flex;
    vertical-align: top;
    max-width: 100%;
    overflow: hidden;
    height: 200px;
    width: 35%;
}
.wraper_blog_main.style-three.morden-box-layout .post.style-three .post-thumbnail {
    margin: 0px;
    border-radius: 4px;
}
.wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-post-box .post-thumbnail img {
    transition: transform 2s cubic-bezier(.33, .02, 0, .93);
    transform: translate3d(0px, 0px, 0px);
    overflow: hidden;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
}
.wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-post-box:hover .post-thumbnail img {
    transform: scale(1.06) translate3d(0px, 0px, 0px);
    transition: transform 2s cubic-bezier(.33, .02, 0, .93);
}
.wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-post-box .modern-img-bx .tag-name {
    position: absolute;
    top: 10px;
    right: 10px;
    padding-left: 20px;
    width: 100%;
}
.wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-post-box .modern-img-bx .tag-name a {
    top: 10px;
    right: 10px;
    background: #d52b1e;
    color: #fff;
    line-height: 13px;
    font-size: 13px;
    text-align: center;
    font-weight: 400;
    padding: 8px;
    border-radius: 0px;
    margin-left: 10px;
    margin-bottom: 10px;
    float: right;
}
.wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-post-box .modern-desc-bx {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-left: 40px;
    margin-top: -7px;
}
@media only screen and (max-width: 767px) {
    .wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-post-box .modern-desc-bx {
        margin-top: 0;
    }
}
.wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-post-box .entry-main {
    margin: 0;
    padding: 0;
}
.wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-post-box .entry-main h6.entry-title {
    padding-bottom: 10px;
}
.wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-post-box .entry-main .entry-title a {
    color: #262626;
}
.wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-post-box .entry-main .entry-title a:hover {
    color: #262626;
}
.wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-post-box .entry-main .post-meta {
    margin-bottom: 0;
    margin-top: 0;
}
.wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-post-box .modern-desc-bx .entry-extra-item {
    margin-bottom: 11px;
    display: flex;
    align-items: center;
}
.wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-post-box .modern-desc-bx .author-box {
    font-size: 14px;
    line-height: 24px;
    padding-right: 15px;
    display: flex;
    float: left;
    position: relative;
    margin: 0px;
}
.wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-post-box .modern-desc-bx .author-box .author:after {
    content: "";
    width: 8px;
    height: 1px;
    background: #616670;
    position: absolute;
    top: 50%;
    right: 0px;
}
.wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-post-box .modern-desc-bx .date {
    padding-right: 15px;
    margin-left: 0;
    padding-left: 10px;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    float: left;
    position: relative;
    margin: 0px;
}
.wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-post-box .modern-desc-bx .date:after {
    content: "";
    width: 8px;
    height: 1px;
    background: #616670;
    position: absolute;
    top: 50%;
    right: 0px;
}
.wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-post-box .modern-desc-bx .comment {
    margin: 0;
    padding-left: 10px;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
}
.wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-post-box .modern-desc-bx .entry-extra-item .post-read-more {
    margin: 0px;
}
.wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-post-box .modern-desc-bx .entry-extra-item .post-read-more .btn {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 4px;
    color: #262626;
    padding: 0px;
    border: none;
    background: none;
    border-radius: 0px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out;
    text-align: center;
}
.wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-post-box .modern-desc-bx .entry-extra-item .post-read-more .btn:hover {
    color: #d52b1e;
}
.wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-post-box .modern-desc-bx .entry-extra-item .post-read-more .btn span {
    position: relative;
    left: 0px;
    transition: all .1s ease-in-out;
}
.wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-post-box .modern-desc-bx .entry-extra-item .post-read-more .btn span:before {
    content: '';
    position: absolute;
    display: inline-block;
    background-color: currentColor;
    top: calc(50%);
    left: -22px;
    height: 1px;
    width: 0;
    transition: all .2s ease-in-out;
}
.wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-post-box .modern-desc-bx .entry-extra-item .post-read-more .btn:hover span {
    left: 15px;
}
.wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-post-box .modern-desc-bx .entry-extra-item .post-read-more .btn:hover span:before {
    width: 13px;
}
.wraper_blog_main.style-three.morden-box-layout .pagination {
    border: none;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    font-weight: 700;
    display: block;
    padding-right: 0px;
    margin-top: -8px;
    margin-bottom: 0px;
}
@media only screen and (max-width: 991px) {
    .wraper_blog_main.style-three.morden-box-layout .pagination {
        margin-top: 43px;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 991px) {
    .page-template-template-masonry-layout .wraper_blog_main.style-three.morden-box-layout .pagination {
        margin-top: -8px;
        margin-bottom: 15px;
    }
}
.wraper_blog_main.style-three.morden-box-layout.rt-box-left .pagination {
    padding-left: 50px;
    padding-right: 0px;
}
.wraper_blog_main.style-three.morden-box-layout .pagination span,
.wraper_blog_main.style-three.morden-box-layout .pagination a.page-numbers {
    padding: 0;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    margin: 0 5px;
    padding: 10px;
    background: none;
    position: relative;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}
.wraper_blog_main.style-three.morden-box-layout .pagination a.next.page-numbers,
.wraper_blog_main.style-three.morden-box-layout .pagination a.prev.page-numbers {
    padding: 0;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    margin: 0 6px;
    font-size: 0px;
    display: inline-flex;
}
.wraper_blog_main.style-three.morden-box-layout .pagination span.current:after {
    content: "";
    width: 27px;
    height: 2px;
    background: #d52b1e;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}
.wraper_blog_main.style-three.morden-box-layout .pagination a.page-numbers:hover,
.wraper_blog_main.style-three.morden-box-layout .pagination a.next.page-numbers:hover,
.wraper_blog_main.style-three.morden-box-layout .pagination a.prev.page-numbers:hover {
    background: none;
    color: #262626;
}
.wraper_blog_main.style-three.morden-box-layout .pagination span:hover:after,
.wraper_blog_main.style-three.morden-box-layout .pagination a.page-numbers:hover:after {
    content: "";
    width: 27px;
    height: 2px;
    background: #d52b1e;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}
.wraper_blog_main.style-three.morden-box-layout .pagination a.next.page-numbers:before {
    position: absolute;
    content: "";
    background: url(../images/customizer/chevron-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 36px;
    height: 36px;
    background-size: 20px;
}
.wraper_blog_main.style-three.morden-box-layout .pagination a.prev.page-numbers:before {
    position: absolute;
    content: "";
    background: url(../images/customizer/chevron-left.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.wraper_blog_main.style-three.morden-box-layout .pagination a.next.page-numbers:after,
.wraper_blog_main.style-three.morden-box-layout .pagination a.prev.page-numbers:after {
    display: none;
}
@media screen and (min-width:992px) and (max-width:1024px) {
    .wraper_blog_main.style-one.clasic-box-layout {
        padding-top: 120px;
        padding-bottom: 80px;
    }
    .wraper_blog_main.style-one.clasic-box-layout .widget-area {
        padding-top: 50px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .wraper_blog_main.style-three.morden-box-layout .widget-area {
        padding-top: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (min-width:768px) and (max-width:991px) {
    .wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-post-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-post-box .modern-img-bx {
        margin: 0 15px 0 0;
    }
    .wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-post-box .modern-desc-bx {
        width: 100%;
    }
    .wraper_blog_main.style-three.morden-box-layout .blog_main.blog.blog-modern {
        margin-right: 0px;
    }
    .wraper_blog_main.style-one.clasic-box-layout {
        padding-top: 102px;
        padding-bottom: 110px;
    }
    .wraper_blog_main.style-one.clasic-box-layout .widget-area {
        padding-top: 86px;
    }
}
@media screen and (max-width: 767px) {
    .wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-post-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
    }
    .wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-post-box .modern-img-bx {
        margin: 0 0 15px 0;
        width: 100%;
    }
    .wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-post-box .modern-desc-bx {
        width: 100%;
        margin-left: 0;
    }
    .wraper_blog_main.style-three.morden-box-layout .blog_main.blog.blog-modern {
        margin-right: 0px;
        margin-left: 0px !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    .wraper_blog_main.style-three.morden-box-layout .post.style-three {
        background: #fff;
        padding: 30px 30px 15px 30px;
        box-shadow: 0px 14px 46px 0px rgb(0 26 87 / 8%);
        border-radius: 4px;
        margin-bottom: 50px;
    }
    .wraper_blog_main.style-one.clasic-box-layout {
        padding-top: 100px;
        padding-bottom: 40px;
    }
    .wraper_blog_main.masonry-layout {
        padding-top: 40px;
        padding-bottom: 0px;
    }
    .rt-masonry {
        padding: 0;
    }
    .rt-masonry .rt-grid:nth-child(2n) .rt-image-box {
        height: auto;
    }
    .rt-masonry .rt-grid:nth-child(3n) .rt-image-box {
        height: auto;
    }
    .rt-masonry .rt-grid:nth-child(4n+1) .rt-image-box {
        height: auto;
    }
    .wraper_blog_main.style-one.clasic-box-layout .widget-area {
        padding-top: 66px;
        padding-left: 0px;
        padding-right: 0px;
    }
}
.wraper_blog_main.clasic-box-layout .blog_main {
    padding-right: 63px;
}
.wraper_blog_main.clasic-box-layout .blog_main article.blog-item {
    width: 50%;
}
.wraper_blog_main.clasic-box-layout .blog_main article.blog-item:nth-child(5n) {
    width: 100%;
    padding: 0px !important;
}
.wraper_blog_main.clasic-box-layout .blog_main article.blog-item:nth-child(5n+1),
.wraper_blog_main.clasic-box-layout .blog_main article.blog-item:nth-child(5n+3) {
    padding-right: 15px;
}
.wraper_blog_main.clasic-box-layout .blog_main article.blog-item:nth-child(5n+2), 
.wraper_blog_main.clasic-box-layout .blog_main article.blog-item:nth-child(5n+4) {
    padding-left: 15px;
}
.wraper_blog_main.clasic-box-layout .blog_main .holder {
    padding: 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border-radius: 0px;
    margin-bottom: 8px;
    border-radius: 0px;
}
.wraper_blog_main.clasic-box-layout .blog_main .blog-grid-style .holder {
    padding: 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border-radius: 0px;
    margin-bottom: 50px;
    border-radius: 0px;
}
.wraper_blog_main.clasic-box-layout .blog_main .holder .pic {
    overflow: hidden;
    border-radius: 0;
}
.wraper_blog_main.clasic-box-layout .blog_main .holder .pic img {
    transition: transform 2s cubic-bezier(.33, .02, 0, .93);
    transform: translate3d(0px, 0px, 0px);
    overflow: hidden;
    z-index: -1;
}
.wraper_blog_main.clasic-box-layout .blog_main .holder:hover img {
    transform: scale(1.06) translate3d(0px, 0px, 0px);
    transition: transform 2s cubic-bezier(.33, .02, 0, .93);
}
.wraper_blog_main.clasic-box-layout .blog_main .holder .data {
    padding: 27px 0px 35px 0px;
}
.wraper_blog_main.clasic-box-layout .blog_main .holder .data .post-meta {
    margin-bottom: 8px;
}
.wraper_blog_main.clasic-box-layout .blog_main .holder .data .post-meta .comments {
    padding-right: 15px;
    position: relative;
    font-size: 14px;
    line-height: 24px;
}
.wraper_blog_main.clasic-box-layout .blog_main .holder .data .post-meta .comments:after {
    content: "";
    width: 8px;
    height: 1px;
    background: #616670;
    position: absolute;
    top: 50%;
    right: 0px;
}
.wraper_blog_main.clasic-box-layout .blog_main .holder .data .post-meta .date {
    padding-right: 20px;
    padding-left: 0px;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}
.wraper_blog_main.clasic-box-layout .blog_main .holder .data .title {
    margin-bottom: 10px;
}
.wraper_blog_main.clasic-box-layout .blog_main .holder .data .title a {
    color: #262626;
}
.wraper_blog_main.clasic-box-layout .blog_main .holder .data .title a:hover {
    color: #262626;
}
@media screen and (min-width: 1025px) and (max-width: 1400px) {
    .wraper_blog_main.clasic-box-layout .blog_main {
    padding-right: 25px;
    }
}
@media (max-width: 1024px) {
    .wraper_blog_main.clasic-box-layout .blog_main {
        padding-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .wraper_blog_main.style-three.morden-box-layout .blog_main.blog.blog-modern {
        margin: 0px;
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .wraper_blog_main.style-three.morden-box-layout .blog_main {
        margin: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media screen and (min-width:992px) and (max-width:1024px) {
    .wraper_blog_banner.style-two {
        padding-top: 50px !important;
    }
    .wraper_blog_main.style-three.morden-box-layout {
        padding-top: 120px;
        padding-bottom: 80px;
    }
    .page-template-template-masonry-layout .wraper_blog_main.style-three.morden-box-layout {
        padding-top: 135px;
        padding-bottom: 95px;
    }
    .wraper_blog_main.clasic-box-layout .blog_main article.blog-item {
        width: 100%;
        padding: 0 30px;
    }
    .wraper_blog_main.clasic-box-layout .blog_main article.blog-item:nth-child(5n) {
        width: 100%;
        padding: 0px 15px !important;
    }
    .wraper_blog_main.clasic-box-layout .blog_main article.blog-item:nth-child(5n+1),
    .wraper_blog_main.clasic-box-layout .blog_main article.blog-item:nth-child(5n+3) {
        padding-right: 15px;
        padding-left: 15px;
    }
    .wraper_blog_main.clasic-box-layout .blog_main article.blog-item:nth-child(5n+2), 
    .wraper_blog_main.clasic-box-layout .blog_main article.blog-item:nth-child(5n+4) {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (min-width:768px) and (max-width:991px) {
  .wraper_blog_main.style-three.morden-box-layout {
        padding-top: 102px;
        padding-bottom: 110px;
    }
    .wraper_blog_main.style-three.morden-box-layout .widget-area {
        padding-top: 85px;
    }
    .page-template-template-masonry-layout .wraper_blog_main.style-three.morden-box-layout {
        padding-top: 120px;
        padding-bottom: 102px;
    }
    .wraper_blog_banner.style-two {
        padding-top: 50px !important;
    }
    .wraper_blog_main .blog_single {
        padding-top: 30px !important;
    }
    .wraper_blog_main.clasic-box-layout .blog_main article.blog-item {
        width: 100%;
        padding: 0 30px;
    }
    .wraper_blog_main.clasic-box-layout .blog_main article.blog-item:nth-child(5n) {
        width: 100%;
        padding: 0px 15px !important;
    }
    .wraper_blog_main.clasic-box-layout .blog_main article.blog-item:nth-child(5n+1),
    .wraper_blog_main.clasic-box-layout .blog_main article.blog-item:nth-child(5n+3) {
        padding-right: 15px;
        padding-left: 15px;
    }
    .wraper_blog_main.clasic-box-layout .blog_main article.blog-item:nth-child(5n+2), 
    .wraper_blog_main.clasic-box-layout .blog_main article.blog-item:nth-child(5n+4) {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (max-width: 767px) {
    .wraper_blog_main.style-three.morden-box-layout {
        padding-top: 100px;
        padding-bottom: 0px;
    }
    .page-template-template-masonry-layout .wraper_blog_main.style-three.morden-box-layout {
        padding-top: 100px;
        padding-bottom: 10px;
    }
    .wraper_blog_banner.style-two {
        padding-top: 50px !important;
    }
    .wraper_blog_main .blog_single {
        padding-top: 20px !important;
    }
    .wraper_blog_main div.comments-area {
        padding: 0px !important;
    }
    .wraper_blog_main.style-three.morden-box-layout .widget-area {
        padding-top: 65px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .wraper_blog_main.clasic-box-layout .blog_main article.blog-item {
        width: 100%;
        padding: 0 30px;
    }
    .wraper_blog_main.clasic-box-layout .blog_main article.blog-item:nth-child(5n) {
        width: 100%;
        padding: 0px 15px !important;
    }
    .wraper_blog_main.clasic-box-layout .blog_main article.blog-item:nth-child(5n+1),
    .wraper_blog_main.clasic-box-layout .blog_main article.blog-item:nth-child(5n+3) {
        padding-right: 15px;
        padding-left: 15px;
    }
    .wraper_blog_main.clasic-box-layout .blog_main article.blog-item:nth-child(5n+2), 
    .wraper_blog_main.clasic-box-layout .blog_main article.blog-item:nth-child(5n+4) {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.wraper_blog_main .blog_single {
    padding-top: 88px;
}
.blog-style-one .wraper_blog_main .widget-area {
    padding-top: 89px;
}
.blog-style-one .wraper_blog_main .blog_single {
    padding-top: 10px;
    padding-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
.blog-style-one .wraper_blog_main .blog_single .entry-blog-content .post-meta .entry-header {
    padding: 0 100px 16px 100px;
    word-wrap: break-word;
}
.blog-style-one .wraper_blog_main .blog_single .entry-blog-content .post-meta .entry-header h2.entry-title {
    text-align: center;
}
@media screen and (max-width: 360px) {
    .blog-style-one .wraper_blog_main .blog_single .entry-blog-content .post-meta .entry-header h2.entry-title {
    font-size: 35px;
    line-height: 45px;
    }
}
@media screen and (max-width: 767px) {
    .blog-style-one .wraper_blog_main .blog_single .entry-blog-content .post-meta .entry-header {
    padding: 0 40px 16px 40px;
    }
}
@media screen and (max-width: 1024px) {
    .blog-style-one .wraper_blog_main .blog_single {
        padding-right: 0;
    }
}
.blog-style-one .wraper_blog_main div.comments-area {
    padding: 0;
    padding-top: 80px;
}
@media screen and (max-width: 1024px) {
    .blog-style-one .wraper_blog_main div.comments-area {
        padding: 0 0 65px 0;
    }
}
.blog-style-one .wraper_blog_main div.comments-area h3.comment-reply-title {
    padding-bottom: 19px;
}
.blog_single .entry-blog-content .post-meta {
    text-align: center;
}
.blog_single .entry-blog-content .post-meta .date {
    font-size: 14px;
    line-height: 24px;
}
.blog_single .entry-blog-content .post-meta .post-thumbnail {
    margin-bottom: 23px;
}
.blog_single .entry-blog-content .post-meta .entry-header a {
    color: #d52b1e;
    font-size: 14px;
    line-height: 24px;
}
.wraper_blog_main .blog_single .entry-blog-content .entry-extra-item {
    display: inline-flex;
    position: relative;
    margin-bottom: 35px;
    padding-bottom: 35px;
    font-size: 14px;
    line-height: 24px;
}
.wraper_blog_main .blog_single .entry-blog-content .entry-extra-item:after {
    content: "";
    width: 100px;
    height: 1px;
    background: #676765;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.wraper_blog_main .blog_single .entry-blog-content .entry-extra-item .tag-name {
    padding-right: 20px;
    position: relative;
}
.wraper_blog_main .blog_single .entry-blog-content .entry-extra-item .tag-name a {
    color: #676766;
    position: relative;
    display: inline-block;
    white-space: pre-line;
    margin-left: 10px;
}
.wraper_blog_main .blog_single .entry-blog-content .entry-extra-item .tag-name a:hover {
    color: #d52b1e;
    -webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
}
.wraper_blog_main .blog_single .entry-blog-content .entry-extra-item .tag-name a:hover::before {
    width: 100%;
    left: 0;
    right: auto;
    margin: 0;
}
.wraper_blog_main .blog_single .entry-blog-content .entry-extra-item .rt-author {
    padding-right: 20px;
    padding-left: 10px;
    position: relative;
}
.wraper_blog_main .blog_single .entry-blog-content .entry-extra-item .comment {
    padding-left: 10px;
    position: relative;
}
.wraper_blog_main .blog_single .entry-blog-content .entry-extra-item .tag-name:after,
.wraper_blog_main .blog_single .entry-blog-content .entry-extra-item .rt-author:after {
    content: "";
    width: 8px;
    height: 1px;
    background: #616670;
    position: absolute;
    top: 50%;
    right: 0px;
}
.post-navigation {
    margin-top: 0px;
    margin-bottom: 30px;
    width: 100%;
    float: left;
    border-top: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
    padding: 20px 0;
}
@media screen and (max-width: 767px) {
    .post-navigation,
    .comment-navigation {
        margin-bottom: 92px;
    }
}
.comment-navigation {
    margin-top: 0;
    margin-bottom: 80px;
    width: 100%;
    float: left;
    border-top: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
    padding: 20px 0;
}
.post-navigation .nav-links,
.comment-navigation .nav-links {
    margin-left: 0;
    margin-right: 0;
}
.post-navigation .nav-links .nav-previous {
    float: left;
    width: 35%;
    padding: 15px 0px;
    border-radius: 0px;
    transition: -webkit-transform .3s cubic-bezier(0, .95, .3, 1);
    transition: transform .3s cubic-bezier(0, .95, .3, 1);
    transition: transform .3s cubic-bezier(0, .95, .3, 1), -webkit-transform .3s cubic-bezier(0, .95, .3, 1);
}
.post-navigation .nav-links .nav-previous a {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    word-break: break-word;
}
.post-navigation .nav-links .nav-previous a span,
.comment-navigation .nav-links .nav-previous a span {
    position: relative;
    text-align: left;
    float: left;
    margin: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.post-navigation .nav-links .nav-previous .rt-nav-info {
    width: 80%;
    padding-left: 10px;
}
.post-navigation .nav-links .nav-previous a span,
.comment-navigation .nav-links .nav-previous a span {
    position: relative;
    text-align: left;
    float: left;
    margin: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    color: #262626;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.post-navigation .nav-links .nav-previous a:hover span,
.comment-navigation .nav-links .nav-previous a:hover span,
.post-navigation .nav-links .nav-next a:hover span,
.comment-navigation .nav-links .nav-next a:hover span {
    color: #262626;
}
.post-navigation .nav-links .nav-next {
    float: right;
    width: 35%;
    padding: 15px 0px;
    border-radius: 0px;
    transition: background .5s, border .3s, border-radius .3s, box-shadow .3s;
    transition: -webkit-transform .3s cubic-bezier(0, .95, .3, 1);
    transition: transform .3s cubic-bezier(0, .95, .3, 1);
    transition: transform .3s cubic-bezier(0, .95, .3, 1), -webkit-transform .3s cubic-bezier(0, .95, .3, 1);
}
@media (max-width: 480px) {
    .post-navigation .nav-links .nav-previous,
    .post-navigation .nav-links .nav-next {
        width: 100%;
    }
}
.post-navigation .nav-links .nav-next a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-left: auto;
    text-align: right;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    word-break: break-word;
}
.post-navigation .nav-links span svg {
    color: #616670;
    stroke-width: 1;
    transition: transform .45s cubic-bezier(0, .95, .3, 1);
}
.post-navigation .nav-links .nav-previous a:hover svg {
    transition: transform .45s cubic-bezier(0, .95, .3, 1);
    transform: translateX(-10px);
}
.post-navigation .nav-links .nav-next a:hover svg {
    transition: transform .45s cubic-bezier(0, .95, .3, 1);
    transform: translateX(10px);
}
.post-navigation .nav-links .nav-next .rt-nav-info {
    width: 80%;
    padding-right: 10px;
}
.post-navigation .nav-links .nav-next a span,
.comment-navigation .nav-links .nav-next a span {
    position: relative;
    text-align: right;
    float: right;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    margin: 0;
    color: #262626;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase
}
.post-navigation .nav-links .rt-nav-text {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #616670;
    position: relative;
    display: inline-block;
}
.post-navigation .nav-links .rt-nav-title {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    width: 100%;
    display: block;
    color: #d52b1e;
}
.blog_single .post-tags {
    margin: 27px 0px 26px 0px;
    align-items: center;
    display: inline-block;
    align-items: center;
}
.blog_single .post-tags .tags-title {
    margin-right: 10px;
    margin-left: 0;
    margin-bottom: 10px;
    display: inline-block;
    padding: 0px;
}
.blog_single .post-tags > a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px 10px 0px;
    padding-right: 20px;
    background: none;
    border: none;
    font-size: 17px !important;
    color: #676766;
    line-height: 28px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 0px;
}
.blog_single .post-tags > a:after {
    content: "";
    background: #676766;
    height: 2px;
    width: 8px;
    position: absolute;
    right: 0px;
    top: 45%;
}
.blog_single .post-tags > a:hover {
    opacity: 1;
    color: #d52b1e;
}
.blog_single .post-tags > a:last-child:after {
    content: none;
}
.wraper_blog_main div.comments-area {
    float: left;
    width: 100%;
    padding: 0 0 80px 0;
}
.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: 30px 0 0;
    padding: 0 0 0 85px;
}
.comments-area ol.comment-list li ol {
    padding-left: 85px;
}
.comments-area ol.comment-list li .comment-body .comment-meta {
    margin-bottom: 8px;
}
.comments-area ol.comment-list li .comment-body .comment-meta .comment-author img {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 1;
    width: 60px;
    border-radius: 50%;
}
.comments-area ol.comment-list li .comment-body .comment-meta .comment-author {
    margin-bottom: 4px;
    font-weight: 400;
    font-size: 16px;
    color: #262626;
    line-height: 27px;
    display: inline-block;
}
.comments-area ol.comment-list li .comment-body .comment-meta .comment-author b {
    font-weight: 700;
}
.comments-area ol.comment-list li .comment-body .comment-meta .comment-author b a:hover {
    color: #d52b1e;
}
.comments-area ol.comment-list li .comment-body .comment-meta .comment-metadata {
    font-size: 14px;
    color: #616670;
    line-height: 24px;
    display: inline-block;
}
.comments-area ol.comment-list li .comment-body .comment-meta .comment-metadata a {
    color: #616670;
    position: relative;
    display: inline-block;
    white-space: pre-line
}
.comments-area ol.comment-list li .comment-body .comment-meta .comment-metadata a:hover {
    color: #d52b1e;
    -webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
}
.comments-area ol.comment-list li .comment-body .comment-meta .comment-metadata a:hover {
    color: #d52b1e;
}
.comments-area ol.comment-list li .comment-body .comment-meta .comment-metadata .edit-link {
    margin-left: 10px;
}
.comments-area ol.comment-list li .comment-body .comment-meta .comment-metadata .edit-link a,
.comments-area ol.comment-list li .reply a {
    position: relative;
    display: inline-block;
    color: #262626;
}
.comments-area ol.comment-list li .comment-body .comment-meta .comment-metadata .edit-link a:hover,
.comments-area ol.comment-list li .reply a:hover {
    color: #d52b1e;
}
.comments-area ol.comment-list li .reply {
    position: absolute;
    top: 0px;
    right: 0;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
}
@media only screen and (max-width:610px) {
    .comments-area ol.comment-list li .reply {
        position: relative;
    }
    .comments-area ol.comment-list li ol {
    padding-left: 25px;
    }
}
@media only screen and (max-width:360px) {
    .comments-area ol.comment-list li ol {
        padding-left: 15px;
    }
}
.comment-respond small #cancel-comment-reply-link {
    color: #d52b1e;
    margin-left: 15px;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    display: inline-block;
}
.blog_single .comment-respond textarea,
.comment-respond textarea {
    padding: 12px 15px 12px 15px;
    background-color: transparent;
    background-clip: padding-box;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, .13);
    resize: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 0px;
    width: 100%;
    height: 180px;
    color: #676766;
    display: block;
    font-size: 14px;
}
.blog_single .comment-respond input[type="text"],
.blog_single .comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="email"] {
    padding: 12px 15px 12px 15px;
    background-color: transparent;
    background-clip: padding-box;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, .13);
    resize: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 0px;
    width: 100%;
    height: 50px;
    color: #666666;
    font-size: 14px;
}
#review_form .comment-form > p {
    margin-bottom: 30px !important;
    padding-left: 0px;
    padding-right: 30px;
}
.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;
    position: relative;
}
#review_form .comment-form > p.comment-form-author,
#review_form .comment-form > p.comment-form-email {
    width: 50%;
    float: left;
    position: relative;
}
@media (max-width: 767px) {
    .comments-area .comment-form > p.comment-form-author,
    .comments-area .comment-form > p.comment-form-email,
    .comments-area .comment-form > p.comment-form-url,
    .comments-area .comment-form > p.comment-form-comment {
        width: 100%;
        padding-right: 0;
    }
}
.comments-area .comment-form > p {
    margin-bottom: 30px;
    padding-left: 0px;
    padding-right: 30px;
}
.comments-area .comment-form > p a {
    letter-spacing: 0;
    color: #676766;
    position: relative;
    display: inline-block;
    white-space: pre-line
}
.comments-area .comment-form > p a:hover {
    color: #d52b1e;
    -webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
}
.comments-area .comment-form > p a:hover::before {
    width: 100%;
    left: 0;
    right: auto;
    margin: 0;
}
.comments-area .comment-form > p a:hover {
    color: #d52b1e;
}
.comments-area .comment-form .comment-form-cookies-consent {
    width: 100%;
    float: left;
}
.comments-area .comment-form .comment-form-cookies-consent input[type='checkbox'],
.comments-area .comment-form .comment-form-cookies-consent input[type='radio'] {
    appearance: none;
    -webkit-appearance: none;
    position: absolute;
    visibility: hidden;
}
.comments-area .comment-form .comment-form-cookies-consent input[type='checkbox']:checked ~ span:before,
.comments-area .comment-form .comment-form-cookies-consent input[type='checkbox']:checked ~ label:before {
    color: #fff;
    border-color: #262626;
    background-color: #262626;
}
.comments-area .comment-form .comment-form-cookies-consent input[type='checkbox']:checked ~ span:after,
.comments-area .comment-form .comment-form-cookies-consent input[type='checkbox']:checked ~ label:after {
    opacity: 1;
    visibility: visible;
}
.comments-area .comment-form .comment-form-cookies-consent input[type='checkbox'] ~ label,
.comments-area .comment-form .comment-form-cookies-consent input[type='checkbox'] ~ span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-bottom: 0;
    margin-top: 1px;
    padding-left: 30px;
}
.comments-area .comment-form .comment-form-cookies-consent input[type='checkbox'] ~ label:before,
.comments-area .comment-form .comment-form-cookies-consent input[type='checkbox'] ~ label:after,
.comments-area .comment-form .comment-form-cookies-consent input[type='checkbox'] ~ span:before,
.comments-area .comment-form .comment-form-cookies-consent input[type='checkbox'] ~ span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
}
@media only screen and (max-width:652px) {
.comments-area .comment-form .comment-form-cookies-consent input[type='checkbox'] ~ label:before,
.comments-area .comment-form .comment-form-cookies-consent input[type='checkbox'] ~ label:after,
.comments-area .comment-form .comment-form-cookies-consent input[type='checkbox'] ~ span:before,
.comments-area .comment-form .comment-form-cookies-consent input[type='checkbox'] ~ span:after {
    top: 29%;
    }
}
@media only screen and (max-width:374px) {
.comments-area .comment-form .comment-form-cookies-consent input[type='checkbox'] ~ label:before,
.comments-area .comment-form .comment-form-cookies-consent input[type='checkbox'] ~ label:after,
.comments-area .comment-form .comment-form-cookies-consent input[type='checkbox'] ~ span:before,
.comments-area .comment-form .comment-form-cookies-consent input[type='checkbox'] ~ span:after {
    top: 19%;
    }
}
.comments-area .comment-form .comment-form-cookies-consent input[type='checkbox'] ~ label:before,
.comments-area .comment-form .comment-form-cookies-consent input[type='checkbox'] ~ span:before,
.comments-area .comment-form .comment-form-cookies-consent input[type='radio'] ~ label:before,
.comments-area .comment-form .comment-form-cookies-consent input[type='radio'] ~ span:before {
    background-color: #fff;
    border: 1px solid #616670;
    box-shadow: none !important;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.comments-area .comment-form .comment-form-cookies-consent input[type='checkbox'] ~ label:after,
.comments-area .comment-form .comment-form-cookies-consent input[type='checkbox'] ~ span:after {
    content: "";
    background: url(../images/customizer/check-w.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin-right: 10px;
    opacity: 0;
    visibility: hidden;
}
.comments-area .comment-form .comment-form-cookies-consent input[type='checkbox'] ~ label:after,
.comments-area .comment-form .comment-form-cookies-consent input[type='checkbox'] ~ span:after,
.comments-area .comment-form .comment-form-cookies-consent input[type='radio'] ~ label:after,
.comments-area .comment-form .comment-form-cookies-consent input[type='radio'] ~ span:after {
    transition: opacity .1s;
}
.comments-area .comment-form > p button[type="submit"] {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 4px;
    border-radius: 0px;
    background: #d52b1e;
    color: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border: none;
}
.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 4px;
    border-radius: 0px;
    background: none;
    color: #262626;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border: none;
}
.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover span {
    color: #d52b1e;
}
.comments-area .comment-form > p button[type="submit"] span,
.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span {
    position: relative;
    left: 0px;
    transition: all .2s ease-in-out;
}
.comments-area .comment-form > p button[type="submit"] span:before,
.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:before {
    content: '';
    position: absolute;
    display: inline-block;
    background-color: currentColor;
    top: calc(50%);
    left: -22px;
    height: 1px;
    width: 0;
    transition: all .2s ease-in-out;
}
.comments-area .comment-form > p button[type="submit"]:hover span,
.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover span {
    left: 15px;
}
.comments-area .comment-form > p button[type="submit"]:hover span:before,
.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover span:before {
    width: 13px;
}
.no-padding {
    padding: 0;
}
.radiantthemes-search-form .form-row {
    margin-right: 0;
    margin-left: 0;
}
.radiantthemes-search-form {
    position: relative;
    display: inline-block;
    width: 292px;
    margin-bottom: 20px;
}
.radiantthemes-search-form input {
    padding: 12px 15px 12px 15px;
    background-color: transparent;
    background-clip: padding-box;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, .13);
    height: 50px;
    resize: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 0px;
    width: 100%;
    font-size: 14px;
}
.radiantthemes-search-form button i {
    display: none;
}
.radiantthemes-search-form button[type="submit"] {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 60px;
    height: 50px;
    padding: 0;
    border: none;
    background: #d52b1e;
    border-radius: 0px;
    font-size: 0;
    color: #757589;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
.radiantthemes-search-form button[type="submit"]:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    padding: 0;
    border: none;
    background: url(../images/customizer/search-white.svg);
    border-radius: 0px;
    font-size: 0;
    color: #757589;
    background-repeat: no-repeat;
}
.wraper_shop_main .rt-shop-filters.rt-sticky-filters,
.wraper_shop_main.shop-topsidebar .rt-shop-filters.rt-sticky-filters, 
.wraper_shop_main.shop-leftsidebar .rt-shop-filters.rt-sticky-filters, 
.wraper_shop_main.shop-rightsidebar .rt-shop-filters.rt-sticky-filters {
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    line-height: 1;
    background: #fff;
}
.rt-shop-filters .rt-side-filter {
    display: none;
}
.rt-top-filter button.rt-show-filter, .rt-top-filter button.rt-hide-filter, .rt-side-filter button.rt-fly-filter, .rt-side-filter button.rt-fly-hide-filter {
    background: none;
    width: 100px;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: #676766;
    padding-left: 0px;
    border: none;
}
.rt-top-filter svg {
    width: 16px;
    margin-left: 7px;
}
.wraper_shop_main .rt-shop-filters.rt-sticky-filters .woocommerce-ordering {
    margin: 0;
    margin: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
    padding: 0 0 0 10px;
}
.wraper_shop_main .rt-shop-filters select {
    -webkit-appearance: none;
}
.wraper_shop_main .rt-shop-filters select.orderby{
    border: 0;
    color: inherit;
    background-color: transparent;
    background-image: none;
    width: 100%;
    max-width: 135px;
    height: auto;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 0px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wraper_shop_main .rt-shop-filters.rt-sticky-filters .woocommerce-ordering svg {
    width: 16px;
    height: 16px;
}
.wraper_shop_main .rt-shop-filters.rt-sticky-filters .rt-display-view {
    display: none;
}
.wraper_shop_main .rt-shop-filters.rt-sticky-filters .rt-display-view button {
    background: transparent;
    color: #272727;
    fill: currentColor;
    opacity: 0.3;
    padding: 0 4px;
}
.wraper_shop_main .rt-shop-filters.rt-sticky-filters .rt-display-view button:hover, 
.wraper_shop_main .rt-shop-filters.rt-sticky-filters .rt-display-view button.active {
    opacity: 1;
}
.wraper_shop_main .rt-shop-filters.rt-sticky-filters .rt-display-view button svg {
    width: 16px;
    height: 16px;
}
/************* Shop Styles ********************/
/*--------------------------------------------------------------
#Product Box element one
--------------------------------------------------------------*/
.product-box.element-one .product-item {
    margin-bottom: 10px;
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
}
.product-box.element-one.row {
    margin-right: 0;
    margin-left: 0;
}
.product-box.element-one .col-md-3 {
    padding: 0 8px;
}
.product-box.element-one .product-item .holder {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.product-box.element-one .product-item .holder .pic {
    position: relative;
    overflow: hidden;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}
.product-box.element-one .product-item .holder .pic img {
    width: 100%;
    float: left;
    transition: .42s ease-out;
    -webkit-transition: .42s ease-out;
    -webkit-transform: scale(1.06) translate3d(0px, 0px, 0px);
    -ms-transform: scale(1.06) translate3d(0px, 0px, 0px);
    transform: scale(1.06) translate3d(0px, 0px, 0px);
    -webkit-transition: -webkit-transform 1s cubic-bezier(.33, .02, 0, .93);
    -o-transition: transform 1s cubic-bezier(.33, .02, 0, .93);
    transition: transform 1s cubic-bezier(.33, .02, 0, .93);
    transition: transform 1s cubic-bezier(.33, .02, 0, .93), -webkit-transform 1s cubic-bezier(.33, .02, 0, .93);
}
.product-box.element-one .product-item .holder .pic:hover img {
    -webkit-transform: scale(1.06) translate3d(-3%, 0px, 0px);
    -ms-transform: scale(1.06) translate3d(-3%, 0px, 0px);
    transform: scale(1.06) translate3d(-3%, 0px, 0px);
    -webkit-transition: -webkit-transform 1s cubic-bezier(.33, .02, 0, .93);
    -o-transition: transform 1s cubic-bezier(.33, .02, 0, .93);
    transition: transform 1s cubic-bezier(.33, .02, 0, .93);
    transition: transform 1s cubic-bezier(.33, .02, 0, .93), -webkit-transform 1s cubic-bezier(.33, .02, 0, .93);
}
.product-box.element-one .product-item .holder .pic .tag {
    position: absolute;
    background: #fff;
    padding: 6px 6px 4px 6px;
    left: 15px;
    top: 15px;
    font-size: 14px;
    line-height: 14px;
    color: #000;
    z-index: 1;
}
.product-box.element-one .product-item .holder .pic .offer {
    position: absolute;
    background: #fff;
    padding: 6px 6px 4px 6px;
    right: 15px;
    top: 15px;
    font-size: 14px;
    line-height: 14px;
    color: #EF5C5C;
    z-index: 1;
}
.product-box.element-one .product-item .holder .product-description {
    background: #fff;
    text-align: center;
    padding: 30px 0 15px 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform .4s ease-in-out;
    -o-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
}
.product-box.element-one .product-item .holder:hover .product-description {
    -webkit-transform: translateY(-32%);
    -ms-transform: translateY(-32%);
    transform: translateY(-32%);
}
.product-box.element-one .product-item .holder .product-description .action-buttons {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -12%;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-box.element-one .product-item .holder .product-description .action-buttons .yith-wcwl-add-to-wishlist {
    margin: 0px;
}
.product-box.element-one .product-item .holder .product-description .action-buttons .button.yith-wcqv-button,
.product-box.element-one .product-item .holder .product-description .action-buttons .tinv-wishlist a,
.product-box.element-one .product-item .holder .product-description .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.product-box.element-one .product-item .holder .product-description .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .07);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    margin: 0 3px 0px 3px;
    border: 1px solid #f1f1f1;
    font-size: 0 !important;
    opacity: 0;
    transform: translateY(12px);
    -webkit-transform: translateY(12px);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.product-box.element-one .product-item .holder .product-description .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span.feedback,
.product-box.element-one .product-item .holder .product-description .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span.feedback {
    display: none;
}
.product-box.element-one .product-item .holder .product-description .action-buttons .tinv-wishlist a:before {
    position: absolute;
    content: "";
    background: url(../images/heart-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin: 0px;
}
.product-box.element-one .product-item .holder .product-description .action-buttons .button.yith-wcqv-button:before {
    position: absolute;
    content: "";
    background: url(../images/eye-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.product-box.element-one .product-item .holder .product-description .action-buttons .tinv-wishlist:hover a:before {
    background: url(../images/heart-woocommerce-white.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.product-box.element-one .product-item .holder .action-buttons .button.yith-wcqv-button:hover:before {
    background: url(../images/eye-woocommerce-white.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.product-box.element-one .product-item .holder:hover .product-description .action-buttons .button.yith-wcqv-button,
.product-box.element-one .product-item .holder:hover .product-description .action-buttons .tinv-wishlist a,
.product-box.element-one .product-item .holder:hover .product-description .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.product-box.element-one .product-item .holder:hover .product-description .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
.product-box.element-one .product-item .holder .product-description .action-buttons .button:hover,
.product-box.element-one .product-item .holder .product-description .action-buttons .tinv-wishlist a:hover,
.product-box.element-one .product-item .holder .product-description .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover .product-box.element-one .product-item .holder .product-description .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover {
    color: #fff;
    background: #272727;
    border: 1px solid #272727;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.product-box.element-one .product-item .holder .product-description .action-buttons .tinv-wishlist:hover a {
    color: #fff;
    background: #272727;
    border: 1px solid #272727;
}
.product-box.element-one .product-item .holder .action-buttons button:focus {
    outline: none;
    border: none;
}
.product-box.element-one .product-item .holder .product-description .product-brand {
    margin: 0 0 7px 0;
    display: none;
}
.product-box.element-one .product-item .holder .product-description .product-brand a {
    text-decoration: none;
    text-transform: uppercase;
}
.product-box.element-one .product-item .holder .product-description .product-title {
    margin: 0 0 4px;
}
.product-box.element-one .product-item .holder .product-description .product-title a {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-decoration: none;
}
.product-box.element-one .product-item .holder .product-description .product-price {
    margin-bottom: 10px;
}
.product-box.element-one .product-item .holder .product-description .meta-wrapper {
    margin-bottom: 10px;
}
.product-box.element-one .product-item .holder .product-description .product-price,
.product-box.element-one .product-item .holder .product-description .price {
    margin-bottom: 10px;
    word-break: break-word;
}
.product-box.element-one .product-item .holder .product-description .product-price ins,
.product-box.element-one .product-item .holder .product-description .price ins {
    padding-right: 8px;
    padding-left: 0px;
}
.product-box.element-one .product-item .holder .product-description .product-price del,
.product-box.element-one .product-item .holder .product-description .price del {
    opacity: 0.6;
    padding-right: 8px;
}
.product-box.element-one .product-item .holder .product-description .product-price .price {
    margin-bottom: 0px;
}
.product-box.element-one .product-item .holder .product-description .product-price span {
    margin-right: 2px;
}
.product-box.element-one .product-item .holder .product-description .product-price .price ins {
    margin-right: 8px;
}
.product-box.element-one .product-item .holder .product-description .product-price span.percent-off {
    display: none;
}
.product-box.element-one .product-item .holder .product-description .star-rating {
    float: none;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 14px;
    width: 6.9em;
    font-family: star;
    margin-bottom: 15px;
    letter-spacing: 4.3px;
    display: none;
}
.product-box.element-one .product-item .holder .product-description .star-rating::before {
    color: #272727;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    right: 0;
}
.product-box.element-one .product-item .holder .product-description .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 1px;
    position: absolute;
    padding-top: 1.5em;
    color: #272727;
}
.product-box.element-one .product-item .holder .product-description .add-bag {
    left: 0;
    right: 0;
    margin: 0 auto;
}
.product-box.element-one .product-item .holder .add-bag .radiantthemes-cart .quantity,
.product-box.element-one .product-item .holder .add-bag .radiantthemes-cart .added_to_cart {
    display: none;
}
.product-box.element-one .product-item .holder .product-description .add-bag a,
.product-box.element-one .product-item .holder .add-bag .button {
    background: #272727;
    color: #fff;
    padding: 11px 33px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #272727;
    opacity: 0;
    visibility: hidden;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    transform: translateY(12px);
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.product-box.element-one .product-item .holder .product-description .add-bag a:hover,
.product-box.element-one .product-item .holder .add-bag .button:hover {
    color: #272727;
    background: #fff;
    border: 1px solid #272727;
}
.product-box.element-one .product-item .holder:hover .product-description .add-bag a,
.product-box.element-one .product-item .holder:hover .add-bag .button {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transform: translateY(0px);
}
.product-box.element-one .product-item .holder .product-description .add-bag a:before,
.product-box.element-one .product-item .holder .add-bag .button:before {
    content: "";
    background: url(../images/shopping-bag-woocommerce-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin-right: 10px;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}
.product-box.element-one .product-item .holder .product-description .add-bag a:hover:before,
.product-box.element-one .product-item .holder .add-bag .button:hover:before {
    background: url(../images/shopping-bag-woocommerce.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}
.product-box.element-one .product-item .holder .add-bag .radiantthemes-cart .button:after {
    display: none;
}
.product-box.element-one .product-item .holder .color-swatch {
    align-items: center;
    display: flex;
    flex-direction: row;
}
.product-box.element-one .product-item .holder .color-swatch .color {
    border: transparent;
    width: auto;
    display: flex;
    margin-right: 4px;
    border-radius: 50%;
    padding: 3px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.product-box.element-one .product-item .holder .color-swatch .color:hover,
.product-box.element-one .product-item .holder .color-swatch .color.active {
    border: 1px solid #272727;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.product-box.element-one .product-item .holder .color-swatch .color span {
    padding: 3px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    font-size: 0;
    letter-spacing: 0;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
}
.product-box.element-one .product-item .holder .color-swatch div {
    position: relative;
}
.product-box.element-one .product-item .holder .color-swatch div:hover:after,
.product-box.element-one .product-item .holder .color-swatch div.active:after {
    opacity: 1;
    visibility: visible;
}
.product-box.element-one .product-item .holder .color-swatch .color:hover {
    cursor: pointer;
}
.product-box.element-one .product-item .holder .color-swatch {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.product-box.element-one .product-item .holder .color-swatch .color {
    border: transparent;
    width: auto;
    display: flex;
    margin-right: 4px;
    border-radius: 50%;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.product-box.element-one .product-item .holder .color-swatch .color:hover,
.product-box.element-one .product-item .holder .color-swatch .color.active {
    border: 1px solid #272727;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.product-box.element-one .product-item .holder .color-swatch .color span {
    padding: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 0;
    letter-spacing: 0;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 15%);
}
.product-box.element-one .product-item .holder .color-swatch div {
    position: relative;
}
.product-box.element-one .product-item .holder .color-swatch div:hover:after,
.product-box.element-one .product-item .holder .color-swatch div.active:after {
    opacity: 1;
    visibility: visible;
}
.product-box.element-one .product-item .holder .color-swatch .color:hover {
    cursor: pointer;
}
/*pagination*/
.product-navigation-style-one .swiper-button-prev,
.product-navigation-style-one .swiper-button-next {
    background-image: none;
}
.row.product-box {
    display: flex;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.row.product-box .product-item-box.colmd2,
.row.product-box .product-item-box-dummy-5 {
    width: 240px;
    vertical-align: top;
    overflow: hidden;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.row.product-box .product-item-box.col-md-3,
.row.product-box .product-item-box-dummy-4,
.product-box.element-two .col-md-6,
.product-box.element-two .product-item-box-dummy-2 {
    width: 322px;
    vertical-align: top;
    overflow: hidden;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    flex: 0 0 322px;
    max-width: 100%;
}
.row.product-box .product-item-box.col-md-4,
.row.product-box .product-item-box-dummy-3 {
    width: 285px;
    vertical-align: top;
    overflow: hidden;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    flex: 0 0 285px;
    max-width: 100%;
}
.yoga-mat .row.product-box.woocommerce.element-five .product-item-box.col-md-4,
.yoga-mat .row.product-box.woocommerce.element-five .product-item-box-dummy-3,
.yoga-mat .row.product-box.woocommerce.element-eight .product-item-box.col-md-4,
.yoga-mat .row.product-box.woocommerce.element-eight .product-item-box-dummy-3 {
    width: auto;
    flex: auto;
    max-width: 33.333333%;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .product-box.element-one .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25% !important;
        flex: 0 0 25% !important;
        max-width: 25% !important;
        flex-direction: row;
    }
}
@media screen and (max-width: 767px) {
    .product-box.element-one .product-item .holder .product-description .add-bag a {
        padding: 11px 11px;
    }
    .product-box.element-one .col-md-3,
    .product-box.element-one .col-md-6,
    .yoga-mat .row.product-box.woocommerce.element-eight .product-item-box.col-md-4,
    .yoga-mat .row.product-box.woocommerce.element-eight .product-item-box-dummy-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
        flex-direction: row;
    }
    .yoga-mat .row.product-box.woocommerce.element-eight .product-item-box.col-md-4:nth-child(odd),
    .product-box.element-one .col-md-3:nth-child(odd),
    .product-box.element-one .col-md-6:nth-child(odd) {
        padding-right: 8px !important;
        padding-left: 0px !important;
    }
    .yoga-mat .row.product-box.woocommerce.element-eight .product-item-box.col-md-4:nth-child(even),
    .product-box.element-one .col-md-3:nth-child(even),
    .product-box.element-one .col-md-6:nth-child(even) {
        padding-left: 8px !important;
        padding-right: 0px !important;
    }
    .cd-user-modal.is-visible:before {
        height: auto !important;
    }
    #cd-login.is-selected .woocommerce-form-login.login,
    #cd-signup.is-selected .woocommerce-form-register.register {
        width: 100%;
        padding: 40px 20px !important;
        margin: 0;
        border: none;
    }
    .product-box.element-one .product-item .holder .product-description .add-bag,
    .product-box.element-one .product-item .holder .product-description .action-buttons {
        display: none;
    }
}
@media screen and (max-width: 782px) {
    .cd-user-modal.is-visible:before {
        height: auto !important;
    }
}
/*--------------------------------------------------------------
# Product Box Element Two
--------------------------------------------------------------*/
.product-box.element-two .col-md-6,
.product-box.element-two .col-md-3 {
    padding: 0;
}
.product-box.element-two.row {
    margin-right: 0;
    margin-left: 0;
}
.product-box.element-two .product-item {
    margin-bottom: 30px;
    background: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}
@media screen and (max-width:767px) {
    .product-box.element-two .product-item {
        margin-bottom: 15px;
    }
}
.product-box.element-two .product-item .holder {
    position: relative;
    overflow: hidden;
    margin: 15px 15px;
    transition: all 0.3s ease-in-out;
    background: #f6f6f3;
}
.product-box.element-two .product-item .holder:hover {
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.22);
}
.product-box.element-two .product-item .holder .pic {
    position: relative;
    overflow: hidden;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}
.product-box.element-two .product-item .holder .pic img {
    width: 100%;
    float: left;
    transform: translate3d(0px, 0px, 0px);
    transition: .42s ease-out;
    -webkit-transition: .42s ease-out;
    -webkit-transition: -webkit-transform 1s cubic-bezier(.33, .02, 0, .93);
    -o-transition: transform 1s cubic-bezier(.33, .02, 0, .93);
    transition: transform 1s cubic-bezier(.33, .02, 0, .93);
    transition: transform 1s cubic-bezier(.33, .02, 0, .93), -webkit-transform 1s cubic-bezier(.33, .02, 0, .93);
}
.product-box.element-two .product-item .holder:hover .pic img {
    -webkit-transform: scale(.70) translate3d(0px, 0px, 0px);
    -ms-transform: scale(.70) translate3d(0px, 0px, 0px);
    transform: scale(.70) translate3d(0px, 0px, 0px);
    -webkit-transition: -webkit-transform 1s cubic-bezier(.33, .02, 0, .93);
    -o-transition: transform 1s cubic-bezier(.33, .02, 0, .93);
    transition: transform 1s cubic-bezier(.33, .02, 0, .93);
    transition: transform 1s cubic-bezier(.33, .02, 0, .93), -webkit-transform 1s cubic-bezier(.33, .02, 0, .93);
}
.product-box.element-two .product-item .holder .product-description {
    text-align: center;
    padding: 15px 0 15px 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    transition: transform 1s cubic-bezier(.33, .02, 0, .93);
}
.product-box.element-two .product-item .holder:hover .product-description {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.product-box.element-two .product-item .holder .product-description .star-rating {
    float: none;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 14px;
    width: 5.4em;
    font-family: star;
    margin-bottom: 15px;
    display: none;
}
.product-box.element-two .product-item .holder .action-buttons {
    position: absolute;
    left: 20px;
    margin: 0 auto;
    top: 20px;
}
.product-box.element-two .product-item .holder .action-buttons .button.yith-wcqv-button,
.product-box.element-two .product-item .holder .action-buttons .tinv-wishlist a,
.product-box.element-two .product-item .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.product-box.element-two .product-item .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .07);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    margin: 0 0px 10px 0px;
    border: 1px solid #f1f1f1;
    font-size: 0px !important;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    z-index: 9;
}
.product-box.element-two .product-item .holder .action-buttons .tinv-wishlist a:before {
    position: absolute;
    content: "";
    background: url(../images/heart-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin: 0px;
}
.product-box.element-two .product-item .holder .action-buttons .button.yith-wcqv-button:before {
    position: absolute;
    content: "";
    background: url(../images/eye-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.product-box.element-two .product-item .holder:hover .action-buttons .button.yith-wcqv-button,
.product-box.element-two .product-item .holder:hover .action-buttons .tinv-wishlist a,
.product-box.element-two .product-item .holder:hover .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.product-box.element-two .product-item .holder:hover .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
    opacity: 1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.tinvwl-tooltip {
    display: none;
}
.product-box.element-two .product-item .holder .action-buttons .tinv-wishlist:hover a:before {
    background: url(../images/heart-woocommerce-white.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.product-box.element-two .product-item .holder .action-buttons .button.yith-wcqv-button:hover:before {
    background: url(../images/eye-woocommerce-white.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.product-box.element-two .product-item .holder .action-buttons .button.yith-wcqv-button:hover,
.product-box.element-two .product-item .holder .action-buttons .tinv-wishlist a:hover,
.product-box.element-two .product-item .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.product-box.element-two .product-item .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover {
    color: #fff;
    background: #000;
    border: 1px solid #000;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.product-box.element-two .product-item .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span.feedback,
.product-box.element-two .product-item .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span.feedback {
    display: none;
}
.product-box.element-two .product-item .holder .action-buttons .tinv-wishlist:hover a {
    color: #fff;
}
.product-box.element-two .product-item .holder .action-buttons button:focus {
    outline: none;
    border: none;
}
.product-box.element-two .product-item .holder .product-description .product-brand {
    margin: 0 0 10px;
}
.product-box.element-two .product-item .holder .product-description .product-brand a {
    text-decoration: none;
    text-transform: uppercase;
}
.product-box.element-two .product-item .holder .product-description .product-title {
    margin: 0 0 2px;
}
.product-box.element-two .product-item .holder .product-description .product-title a {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-decoration: none;
}
.product-box.element-two .product-item .holder .product-description .product-price,
.product-box.element-two .product-item .holder .product-description .price {
    margin-bottom: 5px;
    word-break: break-word;
}
.product-box.element-two .product-item .holder .product-description .product-price del,
.product-box.element-two .product-item .holder .product-description .price del {
    margin-left: 5px;
    opacity: 0.6;
}
.product-box.element-two .product-item .holder .product-description .meta-wrapper {
    margin-bottom: 10px;
}
.product-box.element-two .product-item .holder .product-description .product-price span {
    margin-right: 2px;
}
.product-box.element-two .product-item .holder .product-description .product-price .percent-off {
    display: none;
}
.product-box.element-two .product-item .holder .product-description .product-price .price ins {
    margin-right: 8px;
}
.product-box.element-two .product-item .holder .product-description .star-rating {
    float: none;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 14px;
    width: 6.3em;
    font-family: star;
    margin-bottom: 15px;
    letter-spacing: 2.5px;
    display: none;
}
.product-box.element-two .product-item .holder .product-description .add-bag {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.product-box.element-two .product-item .holder .product-description .add-bag .radiantthemes-cart .quantity,
.product-box.element-two .product-item .holder .product-description .add-bag .radiantthemes-cart .added_to_cart {
    display: none;
}
.product-box.element-two .product-item .holder .product-description .add-bag a,
.product-box.element-two .product-item .holder .product-description .add-bag .button {
    position: relative;
    border: 1px solid #272727;
    background: #272727;
    color: #fff;
    padding: 11px 33px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    transform: translateY(12px);
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.product-box.element-two .product-item .holder .product-description .add-bag a:hover,
.product-box.element-two .product-item .holder .product-description .add-bag .button:hover {
    color: #272727;
    background: #fff;
    border: 1px solid #272727;
}
.product-box.element-two .product-item .holder .product-description .add-bag a:before,
.product-box.element-two .product-item .holder .product-description .add-bag .button:before {
    content: "";
    background: url(../images/shopping-bag-woocommerce-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin-right: 10px;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}
.product-box.element-two .product-item .holder .product-description .add-bag a:hover:before,
.product-box.element-two .product-item .holder .product-description .add-bag .button:hover:before {
    background: url(../images/shopping-bag-woocommerce.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}
.product-box.element-two .product-item .holder:hover .product-description .add-bag a,
.product-box.element-two .product-item .holder:hover .product-description .add-bag .button {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transform: translateY(0px);
}
.product-box.element-two .product-item .holder .product-description .add-bag .radiantthemes-cart .button:after {
    display: none;
}
.product-box.element-two .product-item .holder .color-swatch {
    align-items: center;
    display: flex;
    flex-direction: row;
}
.product-box.element-two .product-item .holder .color-swatch .color {
    border: transparent;
    width: auto;
    display: flex;
    margin-right: 4px;
    border-radius: 50%;
    padding: 3px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.product-box.element-two .product-item .holder .color-swatch .color:hover,
.product-box.element-two .product-item .holder .color-swatch .color.active {
    border: 1px solid #272727;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.product-box.element-two .product-item .holder .color-swatch .color span {
    padding: 3px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    font-size: 0;
    letter-spacing: 0;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
}
.product-box.element-two .product-item .holder .color-swatch div {
    position: relative;
}
.product-box.element-two .product-item .holder .color-swatch div:hover:after,
.product-box.element-two .product-item .holder .color-swatch div.active:after {
    opacity: 1;
    visibility: visible;
}
.product-box.element-two .product-item .holder .color-swatch .color:hover {
    cursor: pointer;
}
.product-box.element-two .product-item .holder .color-swatch {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.product-box.element-two .product-item .holder .color-swatch .color {
    border: transparent;
    width: auto;
    display: flex;
    margin-right: 4px;
    border-radius: 50%;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.product-box.element-two .product-item .holder .color-swatch .color:hover,
.product-box.element-two .product-item .holder .color-swatch .color.active {
    border: 1px solid #272727;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.product-box.element-two .product-item .holder .color-swatch .color span {
    padding: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 0;
    letter-spacing: 0;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 15%);
}
.product-box.element-two .product-item .holder .color-swatch div {
    position: relative;
}
.product-box.element-two .product-item .holder .color-swatch div:hover:after,
.product-box.element-two .product-item .holder .color-swatch div.active:after {
    opacity: 1;
    visibility: visible;
}
.product-box.element-two .product-item .holder .color-swatch .color:hover {
    cursor: pointer;
}
@media screen and(min-width: 991px) {
    .product-box.element-two .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        flex-direction: row;
    }
}
@media screen and (max-width: 767px) {
    .product-box.element-two .product-item .holder:hover .product-description {
        -webkit-transform: translateY(-30%);
        -ms-transform: translateY(-30%);
        transform: translateY(-30%);
    }
    .product-box.element-two .product-item .holder {
        margin: 0px;
    }
    .product-box.element-two .product-item .holder .action-buttons {
        display: none;
    }
    .product-box.element-two .product-item .holder .product-description {
        padding: 15px;
    }
    .product-box.element-two .product-item .holder .product-description .add-bag a {
        padding: 11px 11px;
    }
    .product-box.element-two .col-md-3,
    .product-box.element-two .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
        flex-direction: row;
    }
    .product-box.element-two .col-md-3:nth-child(odd),
    .product-box.element-two .col-md-6:nth-child(odd) {
        padding-right: 8px !important;
        padding-left: 0px !important;
    }
    .product-box.element-two .col-md-3:nth-child(even),
    .product-box.element-two .col-md-6:nth-child(even) {
        padding-left: 8px !important;
        padding-right: 0px !important;
    }
}
@media screen and (max-width: 767px) {
    .product-box.element-two .product-item .holder .action-buttons,
    .product-box.element-two .product-item .holder .add-bag,
    .woocommerce.element-two span.onsale,
    .woocommerce.element-eight span.onsale,
    .woocommerce.element-three span.onsale {
        display: none;
    }
}
/*--------------------------------------------------------------
# Product box element three
--------------------------------------------------------------*/
.product-box.element-three .product-item {
    margin-bottom: 30px;
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
}
.product-box.element-three.row {
    margin-right: 0;
    margin-left: 0;
}
.product-box.element-three .col-md-3,
.product-box.element-three .col-md-6 {
    padding: 0 8px;
}
.row.product-box.element-three .product-item-box.col-md-3,
.row.product-box.element-three .product-item-box-dummy-4,
.row.product-box.element-three .product-item-box.col-md-6,
.row.product-box.element-three .product-item-box-dummy-2 {
    width: 308px;
    vertical-align: top;
    overflow: hidden;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    flex: 0 0 308px;
    max-width: 100%;
}
.product-box.element-three .product-item .holder {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.product-box.element-three .product-item .holder .pic {
    position: relative;
    overflow: hidden;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
    text-align: center;
}
.product-box.element-three .product-item .holder .pic img {
    width: 100%;
    float: left;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
}
.product-box.element-three .product-item .holder .pic img.primary-img {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
    transform: translate3d(0px, 0px, 0px);
}
.product-box.element-three .product-item .holder .pic:hover img.primary-img {
    opacity: 0;
    transform: scale(1.06);
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
}
.product-box.element-three .product-item .holder .pic img.primary-hover-img {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: 2;
    transition: 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
}
.product-box.element-three .product-item .holder .pic:hover img.primary-hover-img {
    opacity: 1;
    visibility: visible;
    transform: scale(1.06) translate3d(0px, 0px, 0px);
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
}
.product-box.element-three .product-item .holder .pic .tag {
    position: absolute;
    background: #fff;
    padding: 6px 6px 4px 6px;
    left: 15px;
    top: 15px;
    font-size: 14px;
    line-height: 14px;
    color: #000;
    z-index: 1;
}
.product-box.element-three .product-item .holder .pic .offer {
    position: absolute;
    background: #fff;
    padding: 6px 6px 4px 6px;
    right: 15px;
    top: 15px;
    font-size: 14px;
    line-height: 14px;
    color: #EF5C5C;
    z-index: 1;
}
.product-box.element-three .product-item .holder .product-description {
    background: #fff;
    text-align: center;
    padding: 10px 0 15px 0;
}
.product-box.element-three .product-item .holder .product-description .product-price span.percent-off {
    display: none;
}
.product-box.element-three .product-item .holder .product-description .product-price .price ins {
    margin-right: 8px;
}
.product-box.element-three .product-item .holder .action-buttons {
    position: absolute;
    right: 22px;
    margin: 0 auto;
    top: 20px;
}
.product-box.element-three .product-item .holder .action-buttons .button.yith-wcqv-button,
.product-box.element-three .product-item .holder .action-buttons .rt-add-to-cart button,
.product-box.element-three .product-item .holder .action-buttons a.rt-add-to-cart,
.product-box.element-three .product-item .holder .action-buttons .tinv-wishlist a,
.product-box.element-three .product-item .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .07);
    border-radius: 50% !important;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    margin: 0 0px 10px 0px;
    border: 1px solid #f1f1f1;
    font-size: 0px !important;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    z-index: 9;
}
.product-box.element-three .product-item .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span.feedback {
    display: none;
}
.product-box.element-three .product-item .holder .action-buttons .tinv-wishlist a:before {
    position: absolute;
    content: "";
    background: url(../images/heart-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin: 0px;
}
.product-box.element-three .product-item .holder .action-buttons .button.yith-wcqv-button:before {
    position: absolute;
    content: "";
    background: url(../images/eye-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.product-box.element-three .product-item .holder .action-buttons .rt-add-to-cart button:before,
.product-box.element-three .product-item .holder .action-buttons a.rt-add-to-cart:before {
    position: absolute;
    content: "";
    background: url(../images/shopping-bag-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.product-box.element-three .product-item .holder:hover .action-buttons .button.yith-wcqv-button,
.product-box.element-three .product-item .holder:hover .action-buttons .rt-add-to-cart button,
.product-box.element-three .product-item .holder:hover .action-buttons a.rt-add-to-cart,
.product-box.element-three .product-item .holder:hover .action-buttons .tinv-wishlist a,
.product-box.element-three .product-item .holder:hover .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
    opacity: 1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.product-box.element-three .product-item .holder .action-buttons .tinv-wishlist:hover a:before {
    background: url(../images/heart-woocommerce-white.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.product-box.element-three .product-item .holder .action-buttons .button.yith-wcqv-button:hover:before {
    background: url(../images/eye-woocommerce-white.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.product-box.element-three .product-item .holder .action-buttons .rt-add-to-cart button:hover:before,
.product-box.element-three .product-item .holder .action-buttons a.rt-add-to-cart:hover:before {
    background: url(../images/shopping-bag-woocommerce-white.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.product-box.element-three .product-item .holder .action-buttons .button:hover,
.product-box.element-three .product-item .holder .action-buttons a.rt-add-to-cart:hover,
.product-box.element-three .product-item .holder .action-buttons .tinv-wishlist a:hover {
    color: #fff;
    background: #000;
    border: 1px solid #000;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.product-box.element-three .product-item .holder .action-buttons .tinv-wishlist:hover a {
    color: #fff;
    background: #000;
}
.product-box.element-three .product-item .holder .action-buttons .button:focus,
.product-box.element-three .product-item .holder .action-buttons a:focus {
    outline: none;
    border: none;
}
.product-box.element-three .product-item .holder .action-buttons .rt-add-to-cart .radiantthemes-cart .quantity,
.product-box.element-three .product-item .holder .action-buttons .rt-add-to-cart .radiantthemes-cart .added_to_cart {
    display: none;
}
.product-box.element-three .product-item .holder .product-description .star-rating {
    float: none;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 14px;
    width: 5.4em;
    font-family: star;
    margin-bottom: 15px;
    display: none;
}
.product-box.element-three .product-item .holder .product-description .product-brand {
    margin: 0 0 3px;
    display: none;
}
.product-box.element-three .product-item .holder .product-description .product-brand a {
    text-decoration: none;
    text-transform: uppercase;
}
.product-box.element-three .product-item .holder .product-description .product-title {
    margin: 0 0 10px;
}
.product-box.element-three .product-item .holder .product-description .product-price,
.product-box.element-three .product-item .holder .product-description .price {
    margin-bottom: 5px;
    word-break: break-word;
}
.product-box.element-three .product-item .holder .product-description .product-title a {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-decoration: none;
}
.product-box.element-three .product-item .holder .product-description .product-price ins,
.product-box.element-three .product-item .holder .product-description .price ins {
    padding-right: 8px;
    padding-left: 0px;
}
.product-box.element-three .product-item .holder .product-description .product-price del,
.product-box.element-three .product-item .holder .product-description .price del {
    opacity: 0.6;
    padding-right: 8px;
}
.product-box.element-three .product-item .holder .color-swatch {
    align-items: center;
    display: flex;
    flex-direction: row;
}
.product-box.element-three .product-item .holder .color-swatch .color {
    border: transparent;
    width: auto;
    display: flex;
    margin-right: 43px;
    border-radius: 50%;
    padding: 3px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.product-box.element-three .product-item .holder .color-swatch .color:hover,
.product-box.element-three .product-item .holder .color-swatch .color.active {
    border: 1px solid #272727;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.product-box.element-three .product-item .holder .color-swatch .color span {
    padding: 3px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    font-size: 0;
    letter-spacing: 0;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
}
.product-box.element-three .product-item .holder .color-swatch div {
    position: relative;
}
.product-box.element-three .product-item .holder .color-swatch div:hover:after,
.product-box.element-three .product-item .holder .color-swatch div.active:after {
    opacity: 1;
    visibility: visible;
}
.product-box.element-three .product-item .holder .color-swatch .color:hover {
    cursor: pointer;
}
.product-box.element-three .product-item .holder .color-swatch {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.product-box.element-three .product-item .holder .color-swatch .color {
    border: transparent;
    width: auto;
    display: flex;
    margin-right: 4px;
    border-radius: 50%;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.product-box.element-three .product-item .holder .color-swatch .color:hover,
.product-box.element-three .product-item .holder .color-swatch .color.active {
    border: 1px solid #272727;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.product-box.element-three .product-item .holder .color-swatch .color span {
    padding: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 0;
    letter-spacing: 0;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 15%);
}
.product-box.element-three .product-item .holder .color-swatch div {
    position: relative;
}
.product-box.element-three .product-item .holder .color-swatch div:hover:after,
.product-box.element-three .product-item .holder .color-swatch div.active:after {
    opacity: 1;
    visibility: visible;
}
.product-box.element-three .product-item .holder .color-swatch .color:hover {
    cursor: pointer;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .product-box.element-three .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        flex-direction: row;
    }
    .product-box.element-three .product-item .holder .action-buttons {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .product-box.element-three .product-item .holder .action-buttons {
        display: none;
    }
    .product-box.element-three .col-md-3,
    .product-box.element-three .col-md-6,
    .product-box.element-three .product-item-box-dummy-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
        flex-direction: row;
    }
    .product-box.element-three .col-md-3:nth-child(odd),
    .product-box.element-three .col-md-6:nth-child(odd) {
        padding-right: 8px !important;
        padding-left: 0px !important;
    }
    .product-box.element-three .col-md-3:nth-child(even),
    .product-box.element-three .col-md-6:nth-child(even) {
        padding-left: 8px !important;
        padding-right: 0px !important;
    }
}
/*--------------------------------------------------------------
# Product box element four
--------------------------------------------------------------*/
.product-box.element-four .product-item {
    margin-bottom: 15px;
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
}
@media screen and (max-width:767px) {
    .product-box.element-four .product-item {
        margin-bottom: 0px;
    }
}
.product-box.element-four.row {
    margin-right: 0;
    margin-left: 0;
}
.product-box.element-four.row .col-md-3,
.product-box.element-four.row .col-md-4,
.product-box.element-four.row .colmd2 {
    padding: 0 8px;
}
.row.product-box.element-four .product-item-box.colmd2,
.row.product-box.element-four .product-item-box-dummy-5 {
    width: 247px;
    vertical-align: top;
    overflow: hidden;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    flex: 0 0 247px;
    max-width: 100%;
}
.row.product-box.element-four .product-item-box.col-md-3,
.row.product-box.element-four .product-item-box-dummy-4 {
    width: 308px;
    vertical-align: top;
    overflow: hidden;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    flex: 0 0 308px;
    max-width: 100%;
}
.row.product-box.element-four .product-item-box.col-md-4,
.row.product-box.element-four .product-item-box-dummy-3 {
    width: 287px;
    vertical-align: top;
    overflow: hidden;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    flex: 0 0 287px;
    max-width: 100%;
}
.product-box.element-four .product-item .holder,
.product-box.element-four .product-item .content-wrapper {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.product-box.element-four .product-item .holder .pic,
.product-box.element-four .product-item .content-wrapper .thumbnail-wrapper .pic {
    position: relative;
    display: block;
    overflow: hidden;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
    text-align: center;
}
.product-box.element-four .product-item .holder .pic img,
.product-box.element-four .product-item .content-wrapper .thumbnail-wrapper .pic img {
    width: 100%;
    float: left;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
}
.product-box.element-four .product-item .holder .pic img.primary-img,
.product-box.element-four .product-item .content-wrapper .thumbnail-wrapper .pic img.primary-img {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
    transform: translate3d(0px, 0px, 0px);
}
.product-box.element-four .product-item .holder .pic:hover img.primary-img,
.product-box.element-four .product-item .content-wrapper .thumbnail-wrapper .pic:hover img.primary-img {
    opacity: 0;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
    transform: scale(1.06) translate3d(0px, 0px, 0px);
}
.product-box.element-four .product-item .holder .pic img.primary-hover-img,
.product-box.element-four .product-item .content-wrapper .thumbnail-wrapper .pic img.primary-hover-img {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: 2;
    transition: 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
}
.product-box.element-four .product-item .holder .pic:hover img.primary-hover-img,
.product-box.element-four .product-item .content-wrapper .thumbnail-wrapper .pic:hover img.primary-hover-img {
    opacity: 1;
    visibility: visible;
    transform: scale(1.06) translate3d(0px, 0px, 0px);
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
}
.product-box.element-four .product-item .content-wrapper .thumbnail-wrapper .color-swatch {
    align-items: center;
    display: flex;
    flex-direction: row;
}
.product-box.element-four .product-item .content-wrapper .thumbnail-wrapper .color-swatch .color {
    border: transparent;
    width: auto;
    display: flex;
    margin-right: 4px;
    margin-left: 0px;
    border-radius: 50%;
    padding: 3px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.product-box.element-four .product-item .content-wrapper .thumbnail-wrapper .color-swatch .color:hover,
.product-box.element-four .product-item .content-wrapper .thumbnail-wrapper .color-swatch .color.active {
    border: 1px solid #272727;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.product-box.element-four .product-item .content-wrapper .thumbnail-wrapper .color-swatch .color span {
    padding: 3px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    font-size: 0;
    letter-spacing: 0;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 30%);
}
.product-box.element-four .product-item .content-wrapper .thumbnail-wrapper .color-swatch div {
    position: relative;
}
.product-box.element-four .product-item .content-wrapper .thumbnail-wrapper .color-swatch div:hover:after,
.product-box.element-four .product-item .content-wrapper .thumbnail-wrapper .color-swatch div.active:after {
    opacity: 1;
    visibility: visible;
}
.product-box.element-four .product-item .content-wrapper .thumbnail-wrapper .color-swatch .color:hover {
    cursor: pointer;
}
.product-box.element-four .product-item .holder .pic .tag {
    position: absolute;
    background: #fff;
    padding: 6px 6px 4px 6px;
    left: 15px;
    top: 15px;
    font-size: 12px;
    line-height: 12px;
    color: #000;
    z-index: 9;
}
.product-box.element-four .product-item .holder .pic .offer {
    position: absolute;
    background: #fff;
    padding: 6px 6px 4px 6px;
    right: 15px;
    top: 15px;
    font-size: 12px;
    line-height: 12px;
    color: #EF5C5C;
    z-index: 9;
}
.product-box.element-four .product-item .holder .product-description,
.product-box.element-four .product-item .content-wrapper .product-description {
    background: #fff;
    text-align: left;
    padding: 15px 0 15px 0;
}
.product-box.element-four .product-item .holder .product-description .percent-off,
.product-box.element-four .product-item .content-wrapper .product-description .percent-off {
    display: none;
}
.product-box.element-four .product-item .holder .action-buttons,
.product-box.element-four .product-item .content-wrapper .action-buttons {
    position: absolute;
    right: 0px;
    left: 0px;
    margin: 0 auto;
    bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-box.element-four .product-item .content-wrapper .action-buttons .tinv-wraper.tinv-wishlist {
    margin: 0px;
}
.product-box.element-four .product-item .content-wrapper .action-buttons .button.yith-wcqv-button,
.product-box.element-four .product-item .content-wrapper .action-buttons a.rt-add-to-cart,
.product-box.element-four .product-item .content-wrapper .action-buttons .rt-add-to-cart button,
.product-box.element-four .product-item .content-wrapper .action-buttons .tinv-wishlist a,
.product-box.element-four .product-item .content-wrapper .action-buttons .tinv-wishlist .yith-wcwl-wishlistexistsbrowse a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .07);
    border-radius: 50% !important;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    margin: 0px 5px 0px 5px;
    border: 1px solid #f1f1f1;
    font-size: 0px !important;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    z-index: 9;
    outline: none;
}
.product-box.element-four .product-item .content-wrapper .action-buttons .tinv-wishlist a:before {
    position: absolute;
    content: "";
    background: url(../images/heart-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin: 0px;
}
.product-box.element-four .product-item .content-wrapper .action-buttons .button.yith-wcqv-button:before {
    position: absolute;
    content: "";
    background: url(../images/eye-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.product-box.element-four .product-item .content-wrapper .action-buttons a.rt-add-to-cart:before,
.product-box.element-four .product-item .content-wrapper .action-buttons .rt-add-to-cart button:before {
    position: absolute;
    content: "";
    background: url(../images/shopping-bag-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.product-box.element-four .product-item .content-wrapper:hover .action-buttons .button,
.product-box.element-four .product-item .content-wrapper:hover .action-buttons a.rt-add-to-cart,
.product-box.element-four .product-item .content-wrapper:hover .action-buttons .rt-add-to-cart button,
.product-box.element-four .product-item .content-wrapper:hover .action-buttons .tinv-wishlist a,
.product-box.element-four .product-item .content-wrapper:hover .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
.product-box.element-four .product-item .content-wrapper .action-buttons .tinv-wishlist:hover a:before {
    background: url(../images/heart-woocommerce-white.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.product-box.element-four .product-item .content-wrapper .action-buttons .button.yith-wcqv-button:hover:before {
    background: url(../images/eye-woocommerce-white.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.product-box.element-four .product-item .content-wrapper .action-buttons a.rt-add-to-cart:hover:before,
.product-box.element-four .product-item .content-wrapper .action-buttons .rt-add-to-cart button:hover:before {
    background: url(../images/shopping-bag-woocommerce-white.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.product-box.element-four .product-item .content-wrapper .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span.feedback {
    display: none;
}
.product-box.element-four .product-item .content-wrapper .action-buttons .button:hover,
.product-box.element-four .product-item .content-wrapper .action-buttons a.rt-add-to-cart:hover,
.product-box.element-four .product-item .content-wrapper .action-buttons .rt-add-to-cart button:hover,
.product-box.element-four .product-item .content-wrapper .action-buttons .tinv-wishlist a:hover,
.product-box.element-four .product-item .content-wrapper .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover {
    color: #fff;
    background: #000;
    border: 1px solid #000;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    outline: none;
}
.button-area.quick-view .blockUI,
.yith-wcqv-button .blockUI.blockOverlay,
.blockUI.blockOverlay {
    display: none !important;
}
.product-box.element-four .product-item .content-wrapper .action-buttons .yith-wcwl-add-to-wishlist:hover a {
    color: #fff;
}
.product-box.element-four .product-item .content-wrapper .action-buttons button:focus,
.product-box.element-four .product-item .content-wrapper .action-buttons a:focus {
    outline: none;
    border: none;
}
.product-box.element-four .product-item .content-wrapper .action-buttons .rt-add-to-cart .radiantthemes-cart .quantity,
.product-box.element-four .product-item .content-wrapper .action-buttons .rt-add-to-cart .radiantthemes-cart .added_to_cart {
    display: none;
}
.product-box.element-four .product-item .content-wrapper .product-description .star-rating {
    float: none;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 12px;
    width: 6.9em;
    font-family: star;
    margin: 0 0 15px 0;
    letter-spacing: 4.3px;
    display: none;
}
.product-box.element-four .product-item .content-wrapper .product-description .star-rating::before {
    color: #000;
    float: left;
    top: 0;
    left: 1px;
    position: absolute;
    right: 0;
}
.product-box.element-four .product-item .content-wrapper .product-description .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 1px;
    position: absolute;
    padding-top: 1.5em;
    color: #000;
}
.product-box.element-four .product-item .content-wrapper .product-description .product-brand a {
    text-decoration: none;
    text-transform: uppercase;
}
.product-box.element-four .product-item .content-wrapper .product-description .product-title {
    margin: 0 0 2px 0;
}
.product-box.element-four .product-item .content-wrapper .product-description .price,
.product-box.element-four .product-item .content-wrapper .product-description .product-price {
    margin: 0 0 10px 0;
    word-break: break-word;
}
.product-box.element-four .product-item .content-wrapper .product-description .price ins,
.product-box.element-four .product-item .content-wrapper .product-description .product-price ins {
    padding-right: 8px;
    padding-left: 0px;
}
.product-box.element-four .product-item .content-wrapper .product-description .price del,
.product-box.element-four .product-item .content-wrapper .product-description .product-price del {
    opacity: 0.6;
    padding-right: 8px;
}
.product-box.element-four .product-item .content-wrapper .product-description .product-title a {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-decoration: none;
}
.product-box.element-four .product-item .content-wrapper .product-description .product-price span {
    margin-right: 2px;
}
.product-box.element-four .product-item .holder .product-description .rt-color-variation .rt-size-chart,
.product-box.element-four .product-item .holder .product-description .rt-color-variation .woocommerce-variation-add-to-cart,
.product-box.element-four .product-item .holder .product-description .rt-color-variation .yith-wcqv-button,
.product-box.element-four .product-item .holder .product-description .rt-color-variation .yith-wcwl-add-button,
.product-box.element-four .product-item .holder .product-description .rt-color-variation .rt-simple-add-cart,
.product-box.element-four .product-item .holder .product-description .rt-color-variation .variations tr .label,
.product-box.element-four .product-item .holder .product-description .tinv-wraper.woocommerce.tinv-wishlist {
    display: none !important;
}
.product-box.element-four .product-item .holder .product-description .rt-color-variation table.variations tr:last-child {
    display: none;
}
.product-box.element-four .product-item .holder .product-description .rt-color-variation .wvs-has-image-tooltip:before,
[data-wvstooltip]:before,
.product-box.element-four .product-item .holder .product-description .rt-color-variation .wvs-has-image-tooltip:after,
[data-wvstooltip]:after {
    display: none;
}
.product-box.element-four .product-item .holder .product-description .rt-color-variation .woo-variation-swatches.wvs-show-label .variations td {
    padding-bottom: 0;
}
.product-box.element-four .product-item .holder .product-description .rt-color-variation .variations li.variable-item.color-variable-item {
    box-shadow: none !important;
    border: 1px solid #d8d8d8;
    width: 20px;
    height: 20px;
    padding: 2px !important;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}
.product-box.element-four .product-item .holder .product-description .rt-color-variation .variations li.variable-item.color-variable-item.selected {
    padding: 0 !important;
    border: none;
}
.product-box.element-four .product-item .holder .product-description .rt-color-variation .variations li.variable-item.color-variable-item:hover {
    border: 1px solid #272727;
}
.product-box.element-four .product-item .holder .product-description .add-bag {
    border: none;
    background: #272727;
    color: #fff;
    padding: 11px 33px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    transform: translateY(12px);
}
.product-box.element-four .product-item .holder:hover .product-description .add-bag {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transform: translateY(0px);
}
.product-box.element-four .product-item .holder .product-description .add-bag .ti {
    padding-right: 8px;
}
@media screen and (max-width: 767px) {
    .product-box.element-four .product-item .holder .action-buttons,
    .product-box.element-four .product-item .content-wrapper .action-buttons {
        display: none;
    }
    .product-box.element-four .col-md-3,
    .product-box.element-four .col-md-4,
    .product-box.element-four .colmd2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
        flex-direction: row;
    }
    .product-box.element-four .col-md-3:nth-child(odd),
    .product-box.element-four .col-md-4:nth-child(odd) {
        padding-right: 8px !important;
        padding-left: 0px !important;
    }
    .product-box.element-four .col-md-3:nth-child(even),
    .product-box.element-four .col-md-4:nth-child(even) {
        padding-left: 8px !important;
        padding-right: 0px !important;
    }
}
/*--------------------------------------------------------------
# Product box element five
--------------------------------------------------------------*/
.product-box.element-five .col-md-6,
.product-box.element-five .col-md-4,
.product-box.element-five .col-md-3 {
    padding: 0 8px;
}
.product-box.element-five.row {
    margin-right: 0;
    margin-left: 0;
}
.product-box.element-five .product-item {
    margin-bottom: 0px;
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}
.product-box.element-five .product-item .holder {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9)
}
.product-box.element-five .product-item .holder .pic {
    position: relative;
    overflow: hidden;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
    text-align: center;
}
.product-box.element-five .product-item .holder .pic img {
    width: 100%;
    float: left;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
}
.product-box.element-five .product-item .holder .pic img.primary-img {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
    transform: translate3d(0px, 0px, 0px);
}
.product-box.element-five .product-item .holder .pic:hover img.primary-img {
    opacity: 0;
    transform: scale(1.06);
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
    transform: translate3d(0px, 0px, 0px);
}
.product-box.element-five .product-item .holder .pic img.primary-hover-img {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: 2;
    transform: translate3d(0px, 0px, 0px);
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
}
.product-box.element-five .product-item .holder .pic:hover img.primary-hover-img {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
}
.product-box.element-five .product-item .holder .pic .tag {
    position: absolute;
    background: #000;
    padding: 0px 6px 0px 6px;
    left: 15px;
    top: 15px;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    z-index: 9;
}
.product-box.element-five .product-item .holder .pic .offer {
    position: absolute;
    background: #fff;
    padding: 6px 6px 4px 6px;
    right: 15px;
    top: 15px;
    font-size: 12px;
    line-height: 12px;
    color: #EF5C5C;
    z-index: 9;
}
.product-box.element-five .product-item .holder .product-description {
    background: #fff;
    text-align: center;
    padding: 15px 0 15px 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform .4s ease-in-out;
    -o-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
}
.product-box.element-five .product-item .holder .action-buttons {
    position: absolute;
    right: 15px;
    margin: 0 auto;
    top: 17px;
}
.product-box.element-five .product-item .holder .action-buttons button:focus {
    outline: none;
}
.product-box.element-five .product-item .holder .action-buttons .button.yith-wcqv-button,
.product-box.element-five .product-item .holder .action-buttons .tinv-wishlist a,
.product-box.element-five .product-item .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.product-box.element-five .product-item .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #272727;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .07);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    margin: 5px 0px 5px 0px;
    border: 1px solid #f1f1f1;
    font-size: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    z-index: 9;
    transform: translateX(-12px);
    -webkit-transform: translateX(-12px);
}
.product-box.element-five .product-item .holder .action-buttons .tinv-wishlist a:before {
    position: absolute;
    content: "";
    background: url(../images/heart-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin: 0px;
}
.product-box.element-five .product-item .holder .action-buttons .button.yith-wcqv-button:before {
    position: absolute;
    content: "";
    background: url(../images/eye-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.product-box.element-five .product-item .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span.feedback,
.product-box.element-five .product-item .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span.feedback {
    display: none;
}
.product-box.element-five .product-item .holder:hover .action-buttons .button,
.product-box.element-five .product-item .holder:hover .action-buttons .tinv-wishlist a,
.product-box.element-five .product-item .holder:hover .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.product-box.element-five .product-item .holder:hover .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
.product-box.element-five .product-item .holder .action-buttons .tinv-wishlist:hover a:before {
    background: url(../images/heart-woocommerce-white.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.product-box.element-five .product-item .holder .action-buttons .button.yith-wcqv-button:hover:before {
    background: url(../images/eye-woocommerce-white.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.product-box.element-five .product-item .holder .action-buttons .button:hover,
.product-box.element-five .product-item .holder .action-buttons .tinv-wishlist a:hover {
    color: #fff;
    background: #272727;
    border: 1px solid #272727;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.product-box.element-five .product-item .holder .action-buttons .tinv-wishlist:hover a {
    color: #fff;
    background: #272727;
    border: 1px solid #272727;
}
.product-box.element-five .product-item .holder .product-description .product-brand {
    display: none;
}
.product-box.element-five .product-item .holder .product-description .product-brand a {
    text-decoration: none;
    text-transform: uppercase;
}
.product-box.element-five .product-item .holder .product-description .product-title {
    margin: 0 0 5px;
}
.product-box.element-five .product-item .holder .product-description .product-title a {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-decoration: none;
}
.product-box.element-five .product-item .holder .product-description .product-price,
.product-box.element-five .product-item .holder .product-description .price {
    margin-bottom: 5px;
    word-break: break-word;
}
.product-box.element-five .product-item .holder .product-description .product-price ins,
.product-box.element-five .product-item .holder .product-description .price ins {
    padding-right: 8px;
}
.product-box.element-five .product-item .holder .product-description .product-price del,
.product-box.element-five .product-item .holder .product-description .price del {
    opacity: 0.6;
}
.product-box.element-five .product-item .holder .product-description .product-price span {
    margin-right: 2px;
}
.product-box.element-five .product-item .holder .product-description .product-price span.percent-off {
    display: none;
}
.product-box.element-five .product-item .holder .product-description .star-rating {
    float: none;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 12px;
    width: 6.4em;
    font-family: star;
    margin-bottom: 25px;
    letter-spacing: 2.5px;
    display: none;
}
.product-box.element-five .product-item .holder .product-description .star-rating::before {
    color: #272727;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    right: 0;
}
.product-box.element-five .product-item .holder .product-description .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: -1px;
    position: absolute;
    padding-top: 1.5em;
    color: #272727;
}
.product-box.element-five .product-item .holder .add-bag {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 0;
    z-index: 99;
    width: 100%;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    transform: translateY(12px);
}
.product-box.element-five .product-item .holder:hover .add-bag {
    opacity: 1;
    visibility: visible;
    transform: translateY(-25px);
}
.product-box.element-five .product-item .holder .add-bag .radiantthemes-cart .quantity,
.product-box.element-five .product-item .holder .add-bag .radiantthemes-cart .added_to_cart {
    display: none;
}
.product-box.element-five .product-item .holder .add-bag a,
.product-box.element-five .product-item .holder .add-bag .button {
    background: rgba(255, 255, 255, 1);
    color: #272727;
    border: none;
    padding: 11px 22px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    width: auto;
    margin: 0 auto;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.product-box.element-five .product-item .holder .add-bag a:hover,
.product-box.element-five .product-item .holder .add-bag .button:hover {
    background: #272727;
    color: #fff;
}
.product-box.element-five .product-item .holder .add-bag a:before,
.product-box.element-five .product-item .holder .add-bag .button:before {
    content: "";
    background: url(../images/shopping-bag-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin-right: 10px;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}
.product-box.element-five .product-item .holder .add-bag a:hover:before,
.product-box.element-five .product-item .holder .add-bag .button:hover:before {
    background: url(../images/shopping-bag-woocommerce-white.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}
.yoga-mat .product-box.element-five .product-item .holder .add-bag a:hover:before,
.yoga-mat .product-box.element-five .product-item .holder .add-bag .button:hover:before {
    background: url(../images/shopping-bag-woocommerce.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}
.product-box.element-five .product-item .holder .add-bag .radiantthemes-cart .button:after {
    display: none;
}
.product-box.element-five .product-item .holder .color-swatch {
    align-items: center;
    display: flex;
    flex-direction: row;
}
.product-box.element-five .product-item .holder .color-swatch .color {
    border: transparent;
    width: auto;
    display: flex;
    margin-right: 4px;
    border-radius: 50%;
    padding: 3px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.product-box.element-five .product-item .holder .color-swatch .color:hover,
.product-box.element-five .product-item .holder .color-swatch .color.active {
    border: 1px solid #272727;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.product-box.element-five .product-item .holder .color-swatch .color span {
    padding: 3px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    font-size: 0;
    letter-spacing: 0;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
}
.product-box.element-five .product-item .holder .color-swatch div {
    position: relative;
}
.product-box.element-five .product-item .holder .color-swatch div:hover:after,
.product-box.element-five .product-item .holder .color-swatch div.active:after {
    opacity: 1;
    visibility: visible;
}
.product-box.element-five .product-item .holder .color-swatch .color:hover {
    cursor: pointer;
}
.product-box.element-five .product-item .holder .color-swatch {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.product-box.element-five .product-item .holder .color-swatch .color {
    border: transparent;
    width: auto;
    display: flex;
    margin-right: 4px;
    border-radius: 50%;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.product-box.element-five .product-item .holder .color-swatch .color:hover,
.product-box.element-five .product-item .holder .color-swatch .color.active {
    border: 1px solid #272727;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.product-box.element-five .product-item .holder .color-swatch .color span {
    padding: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 0;
    letter-spacing: 0;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 15%);
}
.product-box.element-five .product-item .holder .color-swatch div {
    position: relative;
}
.product-box.element-five .product-item .holder .color-swatch div:hover:after,
.product-box.element-five .product-item .holder .color-swatch div.active:after {
    opacity: 1;
    visibility: visible;
}
.product-box.element-five .product-item .holder .color-swatch .color:hover {
    cursor: pointer;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .product-box.element-five .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        flex-direction: row;
    }
    .product-box.element-five .product-item .holder .product-description .add-bag a {
        padding: 11px 11px;
    }
}
@media screen and (max-width:767px) {
    .product-box.element-five .product-item .holder .action-buttons,
    .product-box.element-five .product-item .holder .add-bag,
    .woocommerce.element-five span.onsale,
    .woocommerce.element-eight span.onsale,
    .woocommerce.element-three span.onsale {
        display: none;
    }
    .product-box.element-five .product-item .holder .product-description .add-bag a {
        padding: 11px 11px;
    }
    .product-box.element-five .product-item .holder {
        margin: 0px;
    }
    .product-box.element-five .product-item .holder .product-description .add-bag a {
        padding: 11px 11px;
    }
    .product-box.element-five .col-md-3,
    .product-box.element-five .col-md-4,
    .product-box.element-five .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
        flex-direction: row;
    }
    .product-box.element-five .col-md-3:nth-child(odd),
    .product-box.element-five .col-md-4:nth-child(odd),
    .product-box.element-five .col-md-6:nth-child(odd) {
        padding-right: 8px !important;
        padding-left: 0px !important;
    }
    .product-box.element-five .col-md-3:nth-child(even),
    .product-box.element-five .col-md-4:nth-child(even),
    .product-box.element-five .col-md-6:nth-child(even) {
        padding-left: 8px !important;
        padding-right: 0px !important;
    }
}
/*--------------------------------------------------------------
# Product box element six
--------------------------------------------------------------*/
.product-box.element-six .product-item {
    margin-bottom: 15px;
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
}
.product-box.element-six.row {
    margin-right: 0;
    margin-left: 0;
}
.product-box.element-six .col-md-3 {
    padding: 0 8px;
}
.product-box.element-six .product-item .holder {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.product-box.element-six .product-item .holder .pic {
    position: relative;
    overflow: hidden;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
    text-align: center;
}
.product-box.element-six .product-item .holder .pic img {
    width: 100%;
    float: left;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
}
.product-box.element-six .product-item .holder .pic img.primary-img {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
}
.product-box.element-six .product-item .holder .pic:hover img.primary-img {
    opacity: 0;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
}
.product-box.element-six .product-item .holder .pic img.primary-hover-img {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: 2;
    transition: 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
}
.product-box.element-six .product-item .holder .pic:hover img.primary-hover-img {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
}
.product-box.element-six .product-item .holder .pic .tag {
    position: absolute;
    background: #fff;
    padding: 6px 6px 4px 6px;
    left: 15px;
    top: 15px;
    font-size: 14px;
    line-height: 14px;
    color: #000;
    z-index: 1;
}
.product-box.element-six .product-item .holder .pic .offer {
    position: absolute;
    background: #fff;
    padding: 6px 6px 4px 6px;
    right: 15px;
    top: 15px;
    font-size: 14px;
    line-height: 14px;
    color: #EF5C5C;
    z-index: 1;
}
.product-box.element-six .product-item .holder .product-description {
    background: #fff;
    text-align: center;
    padding: 10px 0 15px 0;
}
.product-box.element-six .product-item .holder .product-description .product-price span.percent-off {
    display: none;
}
.product-box.element-six .product-item .holder .product-description .product-price .price ins {
    margin-right: 8px;
}
.product-box.element-six .product-item .holder .action-buttons {
    position: absolute;
    left: 20px;
    margin: 0 auto;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    z-index: 9;
}
.product-box.element-six .product-item .holder .action-buttons .button-area {
    list-style: none;
    display: contents;
    margin: 0;
    border-radius: 50px;
    overflow: hidden;
}
.product-box.element-six .product-item .holder .action-buttons .button-area .button.yith-wcqv-button,
.product-box.element-six .product-item .holder .action-buttons .button-area a.rt-add-to-cart,
.product-box.element-six .product-item .holder .action-buttons .button-area .tinv-wishlist a {
    z-index: 9;
    background: #fff;
    color: #272727;
    border: 1px solid #f1f1f1;
    margin: 0 0 15px 0;
    padding: 12px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
    border-radius: 50px;
    white-space: nowrap;
    transition: 0.5s;
    text-decoration: none;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    -webkit-transition: all .45s cubic-bezier(.18, .74, .58, 1);
    -o-transition: all .45s cubic-bezier(.18, .74, .58, 1);
    transition: all .45s cubic-bezier(.18, .74, .58, 1);
}
.product-box.element-six .product-item .holder .action-buttons .tinv-wishlist a:before {
    position: absolute;
    content: "";
    background: url(../images/heart-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.product-box.element-six .product-item .holder .action-buttons .button.yith-wcqv-button:before {
    position: absolute;
    content: "";
    background: url(../images/eye-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.product-box.element-six .product-item .holder .action-buttons a:before {
    position: absolute;
    content: "";
    background: url(../images/shopping-bag-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.product-box.element-six .product-item .holder:hover .action-buttons .button-area .button.yith-wcqv-button,
.product-box.element-six .product-item .holder:hover .action-buttons .button-area a.rt-add-to-cart,
.product-box.element-six .product-item .holder:hover .action-buttons .button-area .tinv-wishlist a {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
.product-box.element-six .product-item .holder:hover .action-buttons .quick-view,
.product-box.element-six .product-item .holder:hover .action-buttons a.rt-add-to-cart,
.product-box.element-six .product-item .holder:hover .action-buttons .tinv-wishlist a {
    opacity: 1;
    -webkit-transition: all .95s cubic-bezier(.18, .74, .58, 1);
    -o-transition: all .95s cubic-bezier(.18, .74, .58, 1);
    transition: all .95s cubic-bezier(.18, .74, .58, 1);
}
.product-box.element-six .product-item .holder .action-buttons .button.yith-wcqv-button:hover:before {
    position: absolute;
    content: "";
    background: url(../images/eye-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.product-box.element-six .product-item .holder .action-buttons a:hover:before {
    position: absolute;
    content: "";
    background: url(../images/shopping-bag-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.product-box.element-six .product-item .holder .action-buttons a:hover:before {
    display: none
}
.product-box.element-six .product-item .holder .action-buttons .button-area .yith-wcwl-wishlistaddedbrowse span.feedback,
.product-box.element-six .product-item .holder .action-buttons .button-area .yith-wcwl-wishlistexistsbrowse span.feedback {
    display: none;
}
.product-box.element-six .product-item .holder .action-buttons .button-area i {
    display: none;
}
.product-box.element-six .product-item .holder .action-buttons .button-area .yith-wcwl-add-to-wishlist {
    margin: 0px;
}
.product-box.element-six .product-item .holder .action-buttons .button-area .button.yith-wcqv-button,
.product-box.element-six .product-item .holder .action-buttons .button-area a.rt-add-to-cart,
.product-box.element-six .product-item .holder .action-buttons .button-area .tinv-wishlist {
    -webkit-transition: all .45s cubic-bezier(.18, .74, .58, 1);
    -o-transition: all .45s cubic-bezier(.18, .74, .58, 1);
    transition: all .45s cubic-bezier(.18, .74, .58, 1);
    outline: none;
}
.product-box.element-six .product-item .holder .action-buttons .button-area:hover .button.yith-wcqv-button,
.product-box.element-six .product-item .holder .action-buttons .button-area:hover a.rt-add-to-cart,
.product-box.element-six .product-item .holder .action-buttons .button-area:hover .tinv-wishlist a {
    color: #fff;
    background: #272727;
    border: 1px solid #272727;
    max-width: 200px;
    width: 100%;
    padding-right: 15px;
    -webkit-transition: all .45s cubic-bezier(.18, .74, .58, 1);
    -o-transition: all .45s cubic-bezier(.18, .74, .58, 1);
    transition: all .45s cubic-bezier(.18, .74, .58, 1);
    outline: none;
}
.product-box.element-six .product-item .holder .action-buttons .tinv-wishlist:hover a {
    color: #fff;
}
.product-box.element-six .product-item .holder .action-buttons .button-area a span,
.product-box.element-six .product-item .holder .action-buttons .button-area .tinv-wishlist a span {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .45s cubic-bezier(.18, .74, .58, 1);
    -o-transition: all .45s cubic-bezier(.18, .74, .58, 1);
    transition: all .45s cubic-bezier(.18, .74, .58, 1);
}
.product-box.element-six .product-item .holder .action-buttons .button-area:hover a span,
.product-box.element-six .product-item .holder .action-buttons .button-area .tinv-wishlist a:hover span {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .45s cubic-bezier(.18, .74, .58, 1);
    -o-transition: all .45s cubic-bezier(.18, .74, .58, 1);
    transition: all .45s cubic-bezier(.18, .74, .58, 1);
}
.product-box.element-six .product-item .holder .action-buttons button:focus,
.product-box.element-six .product-item .holder .action-buttons a:focus {
    outline: none;
    border: none;
}
.product-box.element-six .product-item .holder .product-description .star-rating {
    float: none;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 14px;
    width: 5.4em;
    font-family: star;
    margin-bottom: 15px;
    display: none;
}
.product-box.element-six .product-item .holder .product-description .product-brand {
    margin: 0 0 3px;
    display: none;
}
.product-box.element-six .product-item .holder .product-description .product-brand a {
    text-decoration: none;
    text-transform: uppercase;
}
.product-box.element-six .product-item .holder .product-description .product-title {
    margin: 0 0 5px;
}
.product-box.element-six .product-item .holder .product-description .product-price,
.product-box.element-six .product-item .holder .product-description .price {
    margin-bottom: 5px;
    word-break: break-word;
}
.product-box.element-six .product-item .holder .product-description .product-price ins,
.product-box.element-six .product-item .holder .product-description .price ins {
    padding-right: 8px;
    padding-left: 0px;
}
.product-box.element-six .product-item .holder .product-description .product-price del,
.product-box.element-six .product-item .holder .product-description .price del {
    opacity: 0.6;
    padding-right: 8px;
}
.product-box.element-six .product-item .holder .product-description .product-title a {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-decoration: none;
}
.product-box.element-six .product-item .holder .color-swatch {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.product-box.element-six .product-item .holder .color-swatch .color {
    border: transparent;
    width: auto;
    display: flex;
    margin-right: 4px;
    border-radius: 50%;
    padding: 3px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.product-box.element-six .product-item .holder .color-swatch .color:hover,
.product-box.element-six .product-item .holder .color-swatch .color.active {
    border: 1px solid #272727;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.product-box.element-six .product-item .holder .color-swatch .color span {
    padding: 3px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    font-size: 0;
    letter-spacing: 0;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 30%);
}
.product-box.element-six .product-item .holder .color-swatch div {
    position: relative;
}
.product-box.element-six .product-item .holder .color-swatch div:hover:after,
.product-box.element-six .product-item .holder .color-swatch div.active:after {
    opacity: 1;
    visibility: visible;
}
.product-box.element-six .product-item .holder .color-swatch .color:hover {
    cursor: pointer;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .product-box.element-six .product-item .holder .action-buttons {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .product-box.element-six .product-item .holder .action-buttons {
        display: none;
    }
    .product-box.element-six .col-md-3,
    .product-box.element-six .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
        flex-direction: row;
    }
    .product-box.element-six .col-md-3:nth-child(odd),
    .product-box.element-six .col-md-6:nth-child(odd) {
        padding-right: 8px !important;
        padding-left: 0px !important;
    }
    .product-box.element-six .col-md-3:nth-child(even),
    .product-box.element-six .col-md-6:nth-child(even) {
        padding-left: 8px !important;
        padding-right: 0px !important;
    }
    .product-box.element-six .product-item {
        margin-bottom: 16px;
    }
}
/*--------------------------------------------------------------
# Product Box element seven
--------------------------------------------------------------*/
.product-box.element-seven.row {
    margin-right: 0px;
    margin-left: 0px;
}
.product-box.element-seven .product-item {
    margin-bottom: 16px;
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
    background: #f1f1f1;
    padding: 6px 12px 6px 6px;
    width: 100%;
    margin-left: 0px;
    transition: all 0.3s ease-in-out;
}
.product-box.element-seven.row .product-item:last-child {
    margin-bottom: 0px;
}
.product-box.element-seven .product-item:hover {
    background: #fff;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 8%);
}
.product-box.element-seven .product-item .holder {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product-box.element-seven .product-item .holder .pic {
    flex-shrink: 0;
    margin: 0 5px 0 0;
    position: relative;
    display: inline-flex;
    vertical-align: top;
    max-width: 100%;
    overflow: hidden;
    border: 1px solid #f1f1f1;
    height: 100px;
    width: 100px;
}
.product-box.element-seven .product-item .holder .pic img {
    width: 100%;
    float: left;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
    transition: transform 1s cubic-bezier(.33, .02, 0, .93);
    overflow: hidden;
    object-fit: cover;
}
.product-box.element-seven .product-item .holder .pic img.primary-img {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
}
.product-box.element-seven .product-item .holder .pic .tag {
    position: absolute;
    background: #fff;
    padding: 6px 6px 4px 6px;
    left: 15px;
    top: 15px;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    line-height: 12px;
    color: #000;
    z-index: 9;
}
.product-box.element-seven .product-item .holder .pic .offer {
    position: absolute;
    background: #fff;
    padding: 6px 6px 4px 6px;
    right: 15px;
    top: 15px;
    font-size: 12px;
    line-height: 12px;
    color: #EF5C5C;
    z-index: 9;
}
.product-box.element-seven .product-item .holder .product-description {
    text-align: left;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    vertical-align: top;
    margin-left: 15px;
}
.product-box.element-seven .product-item .holder .product-description .product-description-inner {
    margin: 0px;
}
.product-box.element-seven .product-item .holder .action-buttons {
    right: 0px;
    left: 0px;
    margin: 0 auto;
    bottom: 30px;
}
.product-box.element-seven .product-item .holder .action-buttons a.button,
.product-box.element-seven .product-item .holder .action-buttons a.rt-add-to-cart,
.product-box.element-seven .product-item .holder .action-buttons .yith-wcwl-add-to-wishlist {
    position: relative;
    display: inline-block;
    color: #272727;
    font-size: 14px;
    line-height: 24px;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    z-index: 9;
}
.product-box.element-seven .product-item .holder .action-buttons a.rt-add-to-cart {
    position: relative;
    display: inline-block;
}
.product-box.element-seven .product-item .holder .action-buttons a.rt-add-to-cart span:before {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.product-box.element-seven .product-item .holder .action-buttons a.rt-add-to-cart span:after,
.product-box.element-seven .product-item .holder .action-buttons a.rt-add-to-cart span:before {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    -webkit-transition: .35s cubic-bezier(.04, .11, .6, .97);
    -o-transition: .35s cubic-bezier(.04, .11, .6, .97);
    transition: .35s cubic-bezier(.04, .11, .6, .97);
}
.product-box.element-seven .product-item .holder .action-buttons a.rt-add-to-cart:hover span::before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.product-box.element-seven .product-item .holder .action-buttons a.rt-add-to-cart span:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.product-box.element-seven .product-item .holder .action-buttons a.rt-add-to-cart:hover span:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-delay: .34s;
    -o-transition-delay: .34s;
    transition-delay: .34s;
}
.product-box.element-seven .product-item .holder .action-buttons i {
    display: none;
}
.product-box.element-seven .product-item .holder:hover .action-buttons a.button,
.product-box.element-seven .product-item .holder:hover .action-buttons a.rt-add-to-cart,
.product-box.element-seven .product-item .holder:hover .action-buttons .yith-wcwl-add-to-wishlist {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
.product-box.element-seven .product-item .holder .action-buttons a.button:focus,
.product-box.element-seven .product-item .holder .action-buttons a.rt-add-to-cart:focus,
.product-box.element-seven .product-item .holder .action-buttons .yith-wcwl-add-to-wishlist:focus,
.product-box.element-seven .product-item .holder .action-buttons .yith-wcwl-add-to-wishlist a:before {
    outline: none;
    border: none;
}
.product-box.element-seven .product-item .holder .product-description .product-brand a {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    text-decoration: none;
    text-transform: uppercase;
}
.product-box.element-seven .product-item .holder .product-description .product-title a {
    margin: 0 0 10px;
    font-weight: 500;
    text-transform: capitalize;
    color: #272727;
    font-size: 16px;
    line-height: 27px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-decoration: none;
}
.product-box.element-seven .product-item .holder .product-description .product-title {
    transition: all 0.3s ease-in-out;
    margin: 0px;
    line-height: 1;
}
.product-box.element-seven .product-item .holder .product-description .product-price,
.product-box.element-seven .product-item .holder .product-description .price {
    margin: 0px;
    font-size: 15px;
    line-height: 27px;
    word-break: break-word;
}
.product-box.element-seven .product-item .holder .product-description .product-price ins,
.product-box.element-seven .product-item .holder .product-description .price ins {
    margin-right: 8px;
}
.product-box.element-seven .product-item .holder .product-description .product-price del,
.product-box.element-seven .product-item .holder .product-description .price del {
    margin-right: 8px;
    opacity: 0.6;
}
.product-box.element-seven .product-item .holder .product-description .product-price span {
    margin-right: 2px;
}
.product-box.element-seven .product-item .holder .product-description .product-price .percent-off {
    display: none;
}
.product-box.element-seven .product-item .holder .product-description .add-bag {
    border: none;
    background: #000;
    color: #fff;
    padding: 12px 20px;
    font-size: 18px;
    font-style: italic;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    transform: translateY(12px);
}
.product-box.element-seven .product-item .holder:hover .product-description .add-bag {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transform: translateY(0px);
}
.product-box.element-seven .product-item .holder .product-description .add-bag .ti {
    padding-right: 8px;
}
/*--------------------------------------------------------------
# Product box element eight
--------------------------------------------------------------*/
.product-box.element-eight .col-md-6,
.product-box.element-eight .col-md-4,
.product-box.element-eight .col-md-3,
.product-box.element-eight .colmd2 {
    padding: 0 8px;
}
.row.product-box.element-eight .product-item-box.colmd2,
.row.product-box.element-eight .product-item-box-dummy-5 {
    width: 247px;
    vertical-align: top;
    overflow: hidden;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    flex: 0 0 247px;
    max-width: 100%;
}
.product-box.element-eight.row {
    margin-right: 0;
    margin-left: 0;
}
.product-box.element-eight .product-item {
    margin-bottom: 15px;
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 8%) !important;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}
.product-box.element-eight .product-item:hover {
    margin-bottom: 15px;
    display: block;
    position: relative;
    overflow: hidden;
    border:1px solid #d52b1e;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 8%) !important;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}
.product-box.element-eight .product-item .holder {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    margin: 0px;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9)
}
.product-box.element-eight .product-item .holder .pic {
    position: relative;
    overflow: hidden;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
    text-align: center;
}
.product-box.element-eight .product-item .holder .pic img {
    width: 100%;
    float: left;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
}
.product-box.element-eight .product-item .holder .pic img.primary-img {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
    transform: translate3d(0px, 0px, 0px);
}
.product-box.element-eight .product-item .holder .pic:hover img.primary-img {
    opacity: 0;
}
.product-box.element-eight .product-item .holder .pic img.primary-hover-img {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: 2;
    transform: translate3d(0px, 0px, 0px);
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
}
.product-box.element-eight .product-item .holder .pic:hover img.primary-hover-img {
    opacity: 1;
    visibility: visible;
}
.product-box.element-eight .product-item .holder .pic .tag {
    position: absolute;
    background: #000;
    padding: 0px 6px 0px 6px;
    left: 15px;
    top: 15px;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    z-index: 9;
}
.product-box.element-eight .product-item .holder .pic .offer {
    position: absolute;
    background: #fff;
    padding: 6px 6px 4px 6px;
    right: 15px;
    top: 15px;
    font-size: 12px;
    line-height: 12px;
    color: #EF5C5C;
    z-index: 9;
}
.product-box.element-eight .product-item .holder .product-description {
    text-align: center;
    padding: 15px 0 15px 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform .4s ease-in-out;
    -o-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
}
.product-box.element-eight .product-item .holder .action-buttons {
    position: absolute;
    right: 15px;
    margin: 0 auto;
    top: 15px;
}
.product-box.element-eight .product-item .holder .action-buttons button:focus {
    outline: none;
}
.product-box.element-eight .product-item .holder .action-buttons .button.yith-wcqv-button,
.product-box.element-eight .product-item .holder .action-buttons .tinv-wishlist a,
.product-box.element-eight .product-item .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.product-box.element-eight .product-item .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #272727;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .07);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    margin: 5px 0px 5px 0px;
    border: 1px solid #f1f1f1;
    font-size: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    z-index: 9;
    transform: translateX(-12px);
    -webkit-transform: translateX(-12px);
}
.product-box.element-eight .product-item .holder .action-buttons .tinv-wishlist a:before {
    position: absolute;
    content: "";
    background: url(../images/heart-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin: 0px;
}
.product-box.element-eight .product-item .holder .action-buttons .button.yith-wcqv-button:before {
    position: absolute;
    content: "";
    background: url(../images/eye-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.product-box.element-eight .product-item .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span.feedback,
.product-box.element-eight .product-item .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span.feedback {
    display: none;
}
.product-box.element-eight .product-item .holder:hover .action-buttons .button,
.product-box.element-eight .product-item .holder:hover .action-buttons .tinv-wishlist a,
.product-box.element-eight .product-item .holder:hover .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.product-box.element-eight .product-item .holder:hover .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
.product-box.element-eight .product-item .holder .action-buttons .tinv-wishlist:hover a:before {
    background: url(../images/heart-woocommerce-white.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.product-box.element-eight .product-item .holder .action-buttons .button.yith-wcqv-button:hover:before {
    background: url(../images/eye-woocommerce-white.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.product-box.element-eight .product-item .holder .action-buttons .button:hover,
.product-box.element-eight .product-item .holder .action-buttons .tinv-wishlist a:hover {
    color: #fff;
    background: #272727;
    border: 1px solid #272727;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.product-box.element-eight .product-item .holder .action-buttons .tinv-wishlist:hover a {
    color: #fff;
    background: #272727;
    border: 1px solid #272727;
}
.product-box.element-eight .product-item .holder .product-description .product-brand {
    display: none;
}
.product-box.element-eight .product-item .holder .product-description .product-brand a {
    text-decoration: none;
    text-transform: uppercase;
}
.product-box.element-eight .product-item .holder .product-description .product-title {
    margin: 0 0 5px;
     line-height:15px !important;
}
.product-box.element-eight .product-item .holder .product-description .product-title a {
     font-size: 12px !important;
     
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-decoration: none;
}
.product-box.element-eight .product-item .holder .product-description .product-price,
.product-box.element-eight .product-item .holder .product-description .price {
     font-size: 15px !important;
    margin-bottom: 5px;
    word-break: break-word;
}
.product-box.element-eight .product-item .holder .product-description .product-price span {
    margin-right: 2px;
}
.product-box.element-eight .product-item .holder .product-description .product-price span.percent-off {
    display: none;
}
.product-box.element-eight .product-item .holder .product-description .product-price ins,
.product-box.element-eight .product-item .holder .product-description .price ins {
    padding-right: 8px;
}
.product-box.element-eight .product-item .holder .product-description .product-price del,
.product-box.element-eight .product-item .holder .product-description .price del {
    opacity: 0.6;
}
.product-box.element-eight .product-item .holder .product-description .star-rating {
    float: none;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 12px;
    width: 6.4em;
    font-family: star;
    margin-bottom: 25px;
    letter-spacing: 2.5px;
    display: none;
}
.product-box.element-eight .product-item .holder .product-description .star-rating::before {
    color: #272727;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    right: 0;
}
.product-box.element-eight .product-item .holder .product-description .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: -1px;
    position: absolute;
    padding-top: 1.5em;
    color: #272727;
}
.product-box.element-eight .product-item .holder .add-bag {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 0;
    z-index: 99;
    width: 100%;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    transform: translateY(12px);
}
.product-box.element-eight .product-item .holder:hover .add-bag {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transform: translateY(0px);
}
.product-box.element-eight .product-item .holder .add-bag .radiantthemes-cart .quantity,
.product-box.element-eight .product-item .holder .add-bag .radiantthemes-cart .added_to_cart {
    display: none;
}
.product-box.element-eight .product-item .holder .add-bag,
.product-box.element-eight .product-item .holder .add-bag .button {
    color: #272727;
    border: none;
    padding: 15px 33px;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    margin: 0 auto;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0px;
}
.product-box.element-eight .product-item .holder .add-bag a {
    position: relative;
    left: 0px;
    transition: all .2s ease-in-out;
}
.product-box.element-eight .product-item .holder .add-bag a:hover,
.product-box.element-eight .product-item .holder .add-bag .button:hover {
    background: #272727;
    color: #fff;
    border: none;
}
.product-box.element-eight .product-item .holder .add-bag a:before,
.product-box.element-eight .product-item .holder .add-bag .button:before {
    content: '';
    position: absolute;
    display: inline-block;
    background-color: currentColor;
    top: calc(50%);
    left: -22px;
    height: 1px;
    width: 0;
    transition: all .2s ease-in-out;
}
.product-box.element-eight .product-item .holder .add-bag:hover a {
    left: 15px;
}
.product-box.element-eight .product-item .holder .add-bag:hover a:before {
    width: 13px;
}
.product-box.element-eight .product-item .holder .add-bag .radiantthemes-cart .button:after {
    display: none;
}
.product-box.element-eight .product-item .holder .color-swatch {
    align-items: center;
    display: flex;
    flex-direction: row;
}
.product-box.element-eight .product-item .holder .color-swatch .color {
    border: transparent;
    width: auto;
    display: flex;
    margin-right: 4px;
    border-radius: 50%;
    padding: 3px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.product-box.element-eight .product-item .holder .color-swatch .color:hover,
.product-box.element-eight .product-item .holder .color-swatch .color.active {
    border: 1px solid #272727;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.product-box.element-eight .product-item .holder .color-swatch .color span {
    padding: 3px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    font-size: 0;
    letter-spacing: 0;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
}
.product-box.element-eight .product-item .holder .color-swatch div {
    position: relative;
}
.product-box.element-eight .product-item .holder .color-swatch div:hover:after,
.product-box.element-eight .product-item .holder .color-swatch div.active:after {
    opacity: 1;
    visibility: visible;
}
.product-box.element-eight .product-item .holder .color-swatch .color:hover {
    cursor: pointer;
}
.product-box.element-eight .product-item .holder .color-swatch {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.product-box.element-eight .product-item .holder .color-swatch .color {
    border: 1px solid #d2d1d1;
    width: auto;
    display: flex;
    margin-right: 4px;
    border-radius: 50%;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.product-box.element-eight .product-item .holder .color-swatch .color:hover,
.product-box.element-eight .product-item .holder .color-swatch .color.active {
    border: 1px solid #272727;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.product-box.element-eight .product-item .holder .color-swatch .color span {
    padding: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 0;
    letter-spacing: 0;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 15%);
}
.product-box.element-eight .product-item .holder .color-swatch div {
    position: relative;
}
.product-box.element-eight .product-item .holder .color-swatch div:hover:after,
.product-box.element-eight .product-item .holder .color-swatch div.active:after {
    opacity: 1;
    visibility: visible;
}
.product-box.element-eight .product-item .holder .color-swatch .color:hover {
    cursor: pointer;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .product-box.element-eight .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        flex-direction: row;
    }
    .product-box.element-eight .product-item .holder .action-buttons {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .product-box.element-eight .product-item .holder .action-buttons,
    .product-box.element-eight .product-item .holder .add-bag {
        display: none;
    }
    .product-box.element-eight .product-item .holder .add-bag a {
        padding: 11px 11px;
    }
    .product-box.element-eight .col-md-3,
    .product-box.element-eight .col-md-6,
    .product-box.element-eight .colmd2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
        flex-direction: row;
    }
    .product-box.element-eight .col-md-3:nth-child(odd),
    .product-box.element-eight .col-md-6:nth-child(odd) {
        padding-right: 8px !important;
        padding-left: 0px !important;
    }
    .product-box.element-eight .col-md-3:nth-child(even),
    .product-box.element-eight .col-md-6:nth-child(even) {
        padding-left: 8px !important;
        padding-right: 0px !important;
    }
}
/*--------------------------------------------------------------
# Shop Box Style END
--------------------------------------------------------------*/
.radiantthemes-shop {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wraper_shop_main {
    padding-top: 110px;
    padding-bottom: 70px;
}
.wraper_shop_main .container {
    max-width: 100%;
    width: 1290px;
    padding-left: 0;
    padding-right: 0;
}
.radiantthemes-shop.four-column > .radiantthemes-shop-box {
    width: 25%;
}
.wraper_shop_main.shop-topsidebar.shop-style-four .woocommerce-pagination {
    margin-bottom: 20px;
}
.woocommerce nav.woocommerce-pagination ul {
    border: none;
}
.woocommerce .woocommerce-pagination ul.page-numbers li span.current {
    background: none;
}
.woocommerce .woocommerce-pagination ul.page-numbers li span, 
.woocommerce .woocommerce-pagination ul.page-numbers li a.page-numbers {
    padding: 0;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    margin: 0 5px;
    padding: 7px 10px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 700;
    background: none;
    color: #262626;
    position: relative;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}
.woocommerce .woocommerce-pagination ul.page-numbers li span.current:after {
    content: "";
    width: 27px;
    height: 2px;
    background: #d52b1e;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}
.woocommerce nav.woocommerce-pagination {
    text-align: center;
    padding-bottom: 40px;
}
.woocommerce nav.woocommerce-pagination ul li {
    border: none;
    display: block;
}
.woocommerce .woocommerce-pagination ul.page-numbers li a.page-numbers:hover, 
.woocommerce .woocommerce-pagination ul.page-numbers li a.next.page-numbers:hover, 
.woocommerce .woocommerce-pagination ul.page-numbers li a.prev.page-numbers:hover {
    background: none;
}
.woocommerce .woocommerce-pagination ul.page-numbers li span:hover:after, .woocommerce .woocommerce-pagination ul.page-numbers li a.page-numbers:hover:after {
    content: "";
    width: 27px;
    height: 2px;
    background: #d52b1e;
    position: absolute;
    bottom: 0;
    left: 0px;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #ebe9eb;
    color: #262626;
}
.woocommerce .woocommerce-pagination ul.page-numbers li a.next.page-numbers, 
.woocommerce .woocommerce-pagination ul.page-numbers li a.prev.page-numbers {
    padding: 0;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    margin: 0 10px;
    padding: 7px 10px;
    font-size: 0px;
    display: flex;
}
.woocommerce .woocommerce-pagination ul.page-numbers li a.next.page-numbers:before {
    position: absolute;
    content: "";
    background: url(../images/customizer/chevron-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 36px;
    height: 36px;
    background-size: 20px;
}
.woocommerce .woocommerce-pagination ul.page-numbers li a.prev.page-numbers:before {
    position: absolute;
    content: "";
    background: url(../images/customizer/chevron-left.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 36px;
    height: 36px;
    background-size: 20px;
}
.woocommerce .woocommerce-pagination ul.page-numbers li a.next.page-numbers:after,
.woocommerce .woocommerce-pagination ul.page-numbers li a.prev.page-numbers:after {
    display: none;
}
/**** Shop Details Style *****/
/******** Mini Cart ************/
.cart-block .hamburger-minicart .widget_shopping_cart_content .woocommerce-mini-cart {
-ms-overflow-style: none;
scrollbar-width: none;
}
.cart-block .hamburger-minicart .widget_shopping_cart_content .woocommerce-mini-cart {
flex-grow: 1;
overflow: hidden;
overflow-y: auto;
}
.rt-cart-box .minicart dl.variation {
    display: flex;
    margin: 0;
    align-items: center;
    padding-left: 0px;
    border-left: none;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 24px;
    color: #272727;
}
.rt-cart-box .minicart dl.variation dt.variation-Color {
    font-size: 14px;
    font-weight: 400;
    color: #272727;
}
.rt-cart-box .minicart dl.variation dd.variation-Color {
    font-size: 14px;
    margin: 0px;
}
.rt-cart-box .minicart dl.variation dd p {
    margin: 0px;
    margin-left: 5px;
}
.rt-cart-box .minicart .minicart_qty .quantity {
    display: flex;
    border: 1px solid #ef2828;
    border-radius: 0px;
    float: left;
}
.rt-cart-box .minicart .minicart_qty .quantity .qty::-webkit-inner-spin-button,
.rt-cart-box .minicart .minicart_qty .quantity .qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.rt-cart-box .minicart .minicart_qty .quantity {
    width: 70px;
    border: 1px solid #d0d0d0;
    border-radius: 0px;
    background: #fff;
    height: calc(32px);
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 0px 16px 0px 0px;
}
.rt-cart-box .minicart .minicart_qty .quantity .minus,
.rt-cart-box .minicart .minicart_qty .quantity .plus {
    display: flex;
    outline: 0;
    justify-content: center;
    align-items: center;
    border: 0;
    width: 30px;
    height: 30px;
    border-radius: 0px;
    text-decoration: none;
    overflow: visible;
    text-decoration: none;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-transition: background .3s cubic-bezier(.33, 1, .40, 1);
    transition: background .3s cubic-bezier(.33, 1, .40, 1);
    margin: 0;
    background: transparent;
}
.rt-cart-box .minicart .minicart_qty .quantity .minus {
    font-size: 0px;
}
.rt-cart-box .minicart .minicart_qty .quantity .plus {
    font-size: 0px;
}
.rt-cart-box .minicart .minicart_qty .quantity .qty {
    padding: 0;
    width: 25%;
    min-width: 22px;
    max-height: 30px;
    font-size: 14px;
    text-align: center;
    border: 0;
    color: #272727;
    outline: 0;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    background: 0 0;
}
.rt-cart-box .minicart .minicart_qty input {
    border-radius: 0px;
    outline: none;
}
.rt-cart-box .minicart dl.variation dt.variation-Size {
    margin: 0 10px 0 0;
    font-weight: 400;
}
.rt-cart-box .minicart dl.variation dd.variation-Size,
.rt-cart-box .minicart dl.variation dd.variation-Size p {
    margin: 0;
}
.rt-minicart-button-holder {
    overflow-y: auto;
    margin-top: 20px;
    margin: 0px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.rt-minicart-button-holder {
    overflow-y: auto;
    margin-top: 20px;
}
.rt-cart-box .widget_shopping_cart_content .rt-minicart-button-holder .woocommerce-Price-amount.amount {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    color: #272727;
    font-size: 14px;
}
.rt-cart-box .widget_shopping_cart_content .rt-minicart-button-holder .woocommerce-Price-amount.amount bdi {
    margin: 0;
}
.rt-cart-box .widget_shopping_cart_content .woocommerce-mini-cart__total {
    width: 100%;
    text-align: right;
    padding-bottom: 10px;
    margin: 0;
    overflow: hidden;
    margin-top: 8px;
    font-size: 14px;
    line-height: 26px;
    color: #272727;
    border-top: 1px solid #d3d3d3;
    padding-top: 10px;
}
.rt-cart-box .widget_shopping_cart_content .woocommerce-mini-cart__total strong {
    float: left;
    font-weight: 500;
}
.rt-cart-box .widget_shopping_cart_content .rt-minicart-button-holder .woocommerce-Price-amount.amount {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    color: #272727;
    font-size: 14px;
}
.rt-cart-box .widget_shopping_cart_content .rt-minicart-button-holder .woocommerce-Price-amount.amount bdi {
    margin: 0;
}
.rt-cart-box .widget_shopping_cart_content .woocommerce-mini-cart__buttons {
    margin: 0;
    padding: 0;
}
.rt-cart-box .widget_shopping_cart_content .woocommerce-mini-cart__buttons a.wc-forward {
    text-align: center;
    display: block;
    width: 100%;
    padding: 13px 50px 15px 50px;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 24px !important;
    border-radius: 0px;
    letter-spacing: 4px;
    border: 1px solid #d52b1e;
    text-transform: uppercase;
    background: #d52b1e !important;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    margin-bottom: 15px;
}
.rt-cart-box .widget_shopping_cart_content .woocommerce-mini-cart__buttons a.checkout {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 4px;
    color: #fff !important;
    padding: 13px 50px 15px 50px;
    border: none;
    background: #d52b1e !important;
    border-radius: 0px;
    text-transform: uppercase;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    text-align: center;
}
.rt-cart-box .widget_shopping_cart_content .woocommerce-mini-cart__buttons a.wc-forward,
.rt-cart-box .widget_shopping_cart_content .woocommerce-mini-cart__buttons a.checkout {
    position: relative;
    left: 0px;
    transition: all .2s ease-in-out;
    margin: 0px;
    margin-top: 15px;
}
.rt-cart-box .widget_shopping_cart_content .woocommerce-mini-cart__buttons a.wc-forward span:before,
.rt-cart-box .widget_shopping_cart_content .woocommerce-mini-cart__buttons a.checkout span:before {
    content: '';
    position: absolute;
    display: inline-block;
    background-color: currentColor;
    top: calc(50%);
    left: -22px;
    height: 1px;
    width: 0;
    transition: all .2s ease-in-out;
}.rt-cart-box .widget_shopping_cart_content .woocommerce-mini-cart__buttons a.wc-forward span,
.rt-cart-box .widget_shopping_cart_content .woocommerce-mini-cart__buttons a.checkout span {
    position: relative;
    left: 0px;
    transition: all .2s ease-in-out;
}
1.rt-cart-box .widget_shopping_cart_content .woocommerce-mini-cart__buttons a.wc-forward:hover span:before,
.rt-cart-box .widget_shopping_cart_content .woocommerce-mini-cart__buttons a.checkout:hover span:before {
    width: 13px;
}
.rt-cart-box .widget_shopping_cart_content .woocommerce-mini-cart__buttons a.wc-forward:hover span,
.rt-cart-box .widget_shopping_cart_content .woocommerce-mini-cart__buttons a.checkout:hover span {
    left: 15px;
}
/*--------------------------------------------------------------
## Product Single Page
--------------------------------------------------------------*/
.wraper_shop_single.style-one {
    background: #f2f2f2;
}
.wraper_shop_single .container {
    padding-top: 120px;
    padding-bottom: 67px;
    padding-left: 0px;
    padding-right: 0px;
}
.shop_single .rt-product-gallery {
    display: block;
    position: relative;
    width: 55%;
    margin: 0;
    float: left;
    padding-right: 7px;
    padding-left: 50px;
    padding-top: 50px;
}
.rt-product-gallery .flex-direction-nav {
    position: absolute;
    bottom: 100px;
    width: 100%;
    display: inline-block;
}
.rt-product-gallery .flex-direction-nav .flex-nav-next,
.rt-product-gallery .flex-direction-nav .flex-nav-prev {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 40px;
    line-height: 42px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    background: #fff !important;
    background: no-repeat 50%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all cubic-bezier(0.49, 0.06, 0.21, 0.64);
}
.rt-product-gallery:hover .flex-direction-nav .flex-nav-next,
.rt-product-gallery:hover .flex-direction-nav .flex-nav-prev {
    opacity: 1;
    visibility: visible;
    transition: all cubic-bezier(0.49, 0.06, 0.21, 0.64);
    display: flex;
    align-items: center;
    justify-content: center;
}
.rt-product-gallery .flex-direction-nav .flex-nav-next svg,
.rt-product-gallery .flex-direction-nav .flex-nav-prev svg {
    width: 22px;
}
.rt-product-gallery .flex-direction-nav .flex-nav-next {
    right: 0px;
    left: auto;
}
.rt-product-gallery .flex-direction-nav .flex-nav-prev {
    left: 0px;
    right: auto;
}
.description ul {
    padding-left: 20px;
    margin-bottom: 8px;
    margin-top: 8px;
}
.description ul li {
    list-style: disc;
}
.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images {
    width: calc(100% - 116px);
    position: relative;
    display: inline-block;
    left: 116px;
    height: auto;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    display: none;
}
.wraper_shop_single.style-one .shop_single .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 0px;
}
.woocommerce .wraper_shop_single.style-one div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0;
    position: absolute;
    left: -116px;
    top: 0px;
    width: 100px;
}
.wraper_shop_single.style-one .shop_single .woocommerce-product-gallery ol.flex-control-nav {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.wraper_shop_single.style-one .shop_single .woocommerce-product-gallery ol.flex-control-nav > li {
    margin-bottom: 16px !important;
    padding-left: 0px;
    padding-right: 0px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 100%;
    float: none;
    margin: 0;
    list-style: none;
    margin-bottom: 15px;
    height: 100px;
    overflow: hidden;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    border-radius: 0px;
}
.woocommerce div.product div.images img {
    border-radius: 0px;
    transform: translate3d(0px, 0px, 0px);
}
.woocommerce .wraper_shop_single.style-one .shop_single span.onsale {
    background: #d52b1e;
    padding: 7px 20px 7px 20px;
    position: absolute;
    left: auto;
    right: 30px;
    top: 65px;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1.3px;
    z-index: 1;
    border-radius: 0px;
    min-height: auto;
    min-width: auto;
    font-weight: 400;
    text-transform: capitalize;
}
.woocommerce span.onsale {
    background: #d52b1e;
    padding: 5px 15px 5px 15px;
    position: absolute;
    left: 20px;
    right: auto;
    top: 20px;
    font-size: 13px;
    line-height: 13px;
    color: #fff;
    z-index: 9;
    border-radius: 0px;
    min-height: auto;
    min-width: auto;
    font-weight: 400;
    text-transform: capitalize;
}
.woocommerce.element-five span.onsale,
.woocommerce.element-eight span.onsale,
.woocommerce.element-three span.onsale {
    left: 20px;
    right: auto;
    top: 20px;
    z-index: 9;
}
#yith-quick-view-content .onsale {
    top: 15px;
    right: auto;
    left: 15px;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    float: right;
    width: 44% !important;
    padding-top: 0px;
    clear: none;
    right: 0px;
    position: relative;
    display: inline-block;
    margin-top: 0px;
    margin-left: 0px;
    background: #fff;
    padding: 45px 50px 45px 50px;
}
.shop_single .summary .star-rating {
    margin: 6px 0 0 0;
    font-size: 12px;
    float: left;
}
.shop_single .summary a.woocommerce-review-link {
    float: left;
    line-height: normal;
    margin-left: 10px;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.3px;
    color: #676766;
}
.shop_single .summary a.woocommerce-review-link:hover {
    color: #676766;
}
.rt-single-product-breadcrumb, .rt-single-product-breadcrumb .woocommerce-breadcrumb {
    margin-bottom: 10px;
    margin-left: 0px;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    text-transform: capitalize;
}
.rt-single-product-breadcrumb a, .rt-single-product-breadcrumb .woocommerce-breadcrumb a {
    color: #666666;
}
.rt-single-product-breadcrumb #crumbs span.gap:after {
    content: "/";
    top: 0;
    margin: 0 10px;
}
.shop_single .summary .product_title {
    color: #262626;
    margin-bottom: 18px;
    margin-top: 0px !important;
    margin-left: 0px;
}
.shop_single .summary .price, 
.shop_single .summary .woocommerce-variation-price, 
.shop_single .summary .product-price {
    margin-bottom: 18px;
    margin-top: 15px;
    margin-left: 0px;
    font-size: 30px !important;
    line-height: 40px;
    font-weight: 700;
    color: #262626 !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.shop_single .summary .price span.amount, 
.shop_single .summary .woocommerce-variation-price span.amount, 
.shop_single .summary .product-price span.amount {
    margin: 0px;
}
.shop_single .summary .woocommerce-variation-availability {
    margin-bottom: 20px;
}
.shop_single .summary .product-price del .woocommerce-Price-amount {
    font-size: 17px !important;
    outline-width: 40px;
}
.wraper_shop_single .summary .product-price ins,
.wraper_shop_single .summary .price ins {
    padding-right: 10px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin: 0;
}
.wraper_shop_single .summary .price span.woocommerce-Price-amount {
    margin: 0;
}
.wraper_shop_single .summary .product-price del,
.wraper_shop_single .summary .price del {
    padding-right: 10px;
    color: #C4C4C4;
    margin: 0;
    font-size: 17px;
}
.woocommerce div.product form.cart table {
    margin:  0px;
    margin-bottom: 1em;
}
.woocommerce div.product form.cart .group_table td {
    vertical-align: middle;
    padding-bottom: .5em;
    border: 0;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label a:hover {
    color: #262626;
}
.wraper_shop_single .summary .product-price .percent-off {
    background: #d52b1e;
    color: #fff;
    font-size: 14px;
    padding: 1px 4px;
    margin: 0;
    line-height: 20px;
    text-align: center;
}
.shop_single > .summary select {
    border: 0;
    color: inherit;
    background-color: transparent;
    background-image: none;
    width: 60% !important;
    padding: 10px 10px;
    min-width: 90% !important;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-appearance: none;
    border-radius: 0px;
    border: 1px solid #d0d0d0;
}
.shop_single > .summary select {
    height: 55px;
    padding: 0px 10px 0px 10px;
    border: 1px rgba(195, 196, 198, 0.5) solid;
    font-weight: 400;
    font-size: 15px;
    border-radius: 0px;
    color: #676766;
}
.shop_single .summary .variations td {
    padding: 8px 0;
}
.shop_single .summary .woocommerce-product-rating {
    margin-bottom: 10px !important;
    margin-left: 0px;
}
.shop_single .summary .woocommerce-product-rating .star-rating {
    float: left;
}
.wraper_shop_single.style-one .star-rating {
    float: left;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 12px;
    width: 6.4em;
    font-family: star;
    margin-bottom: 10px;
    letter-spacing: 2.5px;
}
.shop_single .summary .star-rating {
    margin: 6px 0 0 0;
    font-size: 12px;
    float: left;
}
.wraper_shop_single.style-one .star-rating::before {
    color: #d52b1e;
    float: left;
    top: 0;
    left: 3px;
    position: absolute;
}
.woocommerce .star-rating span::before {
    top: 0;
    position: absolute;
    left: 2px;
}
.shop_single .summary .woocommerce-product-details__short-description {
    margin-bottom: 15px;
    padding-bottom: 0px;
    border-bottom: none;
    color: #676766;
}
.shop_single .summary .product_meta {
    margin-bottom: 0;
    margin-top: 0px;
    padding-top: 0px;
    width: 100%;
    float: left;
}
.shop_single .summary .product_meta a {
    color: #676766;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 24px;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    margin: 3px 5px 3px 0 !important;
}
li.variable-item.color-variable-item {
    box-shadow: none !important;
    border: 1px solid transparent;
    width: 22px;
    height: 22px;
    padding: 3px !important;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}
li.variable-item.color-variable-item:hover {
    border: 1px solid #676766;
}
li.variable-item.color-variable-item.selected {
    border: 1px solid #676766;
}
li.variable-item.button-variable-item {
    width: 30px;
    height: 30px;
    border-radius: 0px !important;
    background: #f5f5f5 !important;
    box-shadow: none !important;
    border: 1px solid #676766;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}
li.variable-item.button-variable-item:hover {
    border: 1px solid #676766;
}
li.variable-item.button-variable-item.selected {
    border: 1px solid #676766;
}
li.variable-item.button-variable-item .variable-item-span-button {
    font-size: 12px;
    line-height: 24px;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color:after {
    box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 15%);
}
.shop_single .summary .product_meta > .sku_wrapper {
    width: 100%;
}
.shop_single .summary .product_meta > .sku_wrapper, 
.shop_single .summary .product_meta > .posted_in, 
.shop_single .summary .product_meta > .tagged_as {
    margin-bottom: 3px;
    margin-right: 20px;
    color: #262626;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
}
.shop_single .summary .product_meta > .posted_in a:hover, 
.shop_single .summary .product_meta > .tagged_as a:hover {
    color: #d52b1e;
}
.shop_single .summary .product_meta > .posted_in a:first-child,
.shop_single .summary .product_meta > .tagged_as a:first-child {
    padding-left: 5px !important;
}
.shop_single .woocommerce-variation-add-to-cart {
    display: flex;
    width: 100%;
    position: relative;
}
.woocommerce div.product form.cart div.quantity {
    margin: 0px 16px 0px 0px;
}
.woocommerce div.product form.cart div.quantity {
    border: 1px solid #F3F2F2;
    border-radius: 0px;
    background: #F3F2F2;
}
.shop_single .summary .quantity {
    width: 110px;
    border: 1px solid #F3F2F2;
    border-radius: 0px;
    background: #fff;
    height: calc(54px);
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 0px 16px 0px 0px;
}
.cart .plus, .cart .minus {
    display: none;
}
.shop_single .summary .quantity .input-group-addon.quantity-decrease {
    font-size: 0px;
}
.shop_single .summary .quantity .input-group-addon.quantity-increase {
    font-size: 0px;
}
.shop_single .summary .quantity > .input-group-addon {
    display: flex;
    outline: 0;
    justify-content: center;
    align-items: center;
    border: 0;
    width: 30px;
    height: 30px;
    border-radius: 0px;
    text-decoration: none;
    overflow: visible;
    text-decoration: none;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-transition: background .3s cubic-bezier(.33, 1, .40, 1);
    transition: background .3s cubic-bezier(.33, 1, .40, 1);
    margin: 0;
}
.shop_single .summary .quantity .input-group-addon.quantity-increase:before {
    content: "";
    background: url(../images/customizer/plus.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin-right: 0px;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}
.shop_single .summary .quantity .input-group-addon.quantity-decrease:before {
    content: "";
    background: url(../images/customizer/minus.svg) ;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin-right: 0px;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}
.shop_single .summary .quantity .qty {
    padding: 0;
    width: 25%;
    min-width: 30px;
    max-height: 30px;
    text-align: center;
    border: 0;
    color: #272727;
    outline: 0;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    background: 0 0;
}
.shop_single .summary .quantity .qty::-webkit-inner-spin-button,
.shop_single .summary .quantity .qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.input-group .custom-file, .input-group > .custom-select, 
.input-group > .form-control, 
.input-group > .form-control-plaintext {
    position: relative;
    -ms-flex: inherit;
    flex: inherit;
    min-width: 0;
    margin-bottom: 0;
}
.woocommerce .shop_single .summary form.cart .button {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 4px;
    color: #fff;
    padding: 15px 50px 15px 50px;
    border: none;
    background: #d52b1e;
    border-radius: 0px;
    text-transform: uppercase;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    text-align: center;
    height: 100%;
}
.woocommerce .shop_single .summary form.cart .button span {
    position: relative;
    left: 0px;
    transition: all .2s ease-in-out;
}
.woocommerce .shop_single .summary form.cart .button span:before {
    content: '';
    position: absolute;
    display: inline-block;
    background-color: currentColor;
    top: calc(50%);
    left: -22px;
    height: 1px;
    width: 0;
    transition: all .2s ease-in-out;
}
.woocommerce .shop_single .summary form.cart .button:hover span {
    left: 15px;
}
.woocommerce .shop_single .summary form.cart .button:hover span:before {
    width: 13px;
}
.woocommerce #respond input#submit.added::after, .woocommerce a.button.added::after, .woocommerce button.button.added::after, .woocommerce input.button.added::after {
    margin-left: 1.53em;
    vertical-align: bottom;
}
.shop_single_tabs #review_form #respond input[type=submit] {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 4px;
    color: #fff;
    padding: 13px 50px 15px 50px;
    border: none;
    background: #d52b1e;
    border-radius: 0px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out;
    text-align: center;
}
.woocommerce a.added_to_cart {
    display: none;
}
.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after {
    display: none;
}
.shop_related > .related.products > h2 {
    color: #272727;
    margin-bottom: 22px;
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    text-transform: capitalize;
}
.woocommerce div.product form.cart {
    margin-bottom: 25px;
    margin-left: 0px;
}
.shop_single .summary button.woosw-btn {
    border: none;
    background: none;
    font-size: 14px;
    line-height: 24px;
    display: inline-flex;
    padding: 0;
    color: #676666;
    font-weight: 400;
    margin-right: 30px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}
.wraper_shop_single.style-one .shop_single_tabs {
    margin-top: 13px;
    margin-bottom: 44px;
}
.wraper_shop_single.style-one .shop_single_tabs .tab-content p {
    margin: 0px 0 0 0;
    font-style: normal;
    color: #676666;
}
.wraper_shop_single.style-one .shop_single_tabs .tab-content p a:hover {
    color: #676666;
}
.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs {
    margin-bottom: 35px;
    border-bottom: 1px solid #D9D9D9;
    text-align: left;
    overflow: hidden;
    display: block;
}
.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li {
    display: inline-block;
    vertical-align: top;
    float: left;
    margin-right: 60px;
    margin-bottom: -1px;
}
.woocommerce table.shop_attributes th {
    color: #272727;
    font-weight: 400;
    text-align: left;
}
.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: 0;
    padding-bottom: 14px;
    border: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #272727;
    padding: 0px;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    background-color: transparent;
    border-radius: 0px;
}
.wraper_shop_single.style-one #reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px;
    width: 60px;
    height: auto;
    background: #ebe9eb;
    border: none;
    margin: 0;
    box-shadow: none;
    border-radius: 50%;
}
.wraper_shop_single.style-one #reviews #comments ol.commentlist li .comment-text p.meta {
    display: none;
}
.wraper_shop_single.style-one .star-rating {
    float: left;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 12px;
    width: 6.4em;
    font-family: star;
    margin-bottom: 10px;
    letter-spacing: 2.5px;
}
.wraper_shop_single.style-one .star-rating::before {
    color: #272727;
    float: left;
    top: 0;
    left: 3px;
    position: absolute;
}
.woocommerce .star-rating span::before {
    top: 0;
    position: absolute;
    left: 2px;
}
.wraper_shop_single.style-one #reviews #comments ol.commentlist li .comment-text .description {
    float: left;
    width: 100%;
}
.wraper_shop_single.style-one #reviews #comments {
    border-bottom: 1px solid #bdbdbd;
    margin-bottom: 73px;
    padding-bottom: 38px;
}
.wraper_shop_single.style-one #reviews #comments ol.commentlist li .comment-text {
    margin: 0px 0 0 59px;
    border: none;
    border-radius: 4px;
    padding: 4px 15px 0;
}
.wraper_shop_single.style-one #review_form #respond .comment-reply-title,
.wraper_shop_single.style-two #review_form #respond .comment-reply-title {
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #272727;
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: 700;
}
.wraper_shop_single.style-one #review_form #respond p.stars a::before {
    color: #d52b1e;
}
.comment-respond .comment-form-rating label {
    display: none;
}
.wraper_shop_single.style-one #review_form #respond .stars {
    display: inline-block;
    margin-top: 11px;
}
.wraper_shop_single.style-one #review_form #respond p {
    margin: 0 0 10px;
}
.wraper_shop_single.style-one #reviews #comments ol.commentlist li {
    padding: 0;
    margin: 0 0 20px;
    border: 0;
    position: relative;
    background: 0;
    border: 0;
}
.wraper_shop_single.style-one #reviews #comments ol.commentlist li::last-child {
    margin: 0 0 15px;
}
.shop_single #review_form #respond input[type=submit] {
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    border-radius: 0px;
    background: #272727 !important;
    color: #fff;
    border: 1px solid #272727;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}
.shop_single #review_form #respond input[type=submit]:hover {
    background: #fff !important;
    color: #272727 !important;
}
.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%;
    height: 150px;
    border-radius: 0px;
    padding: 12px 15px 12px 15px;
}
.shop_single #review_form #respond .comment-form-cookies-consent,
.shop_single_accordion #review_form #respond .comment-form-cookies-consent {
    width: 100%;
    float: left;
}
.shop_single #review_form #respond .comment-form-cookies-consent label,
.shop_single_accordion #review_form #respond .comment-form-cookies-consent label {
    display: inline-block;
}
.shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox'],
.shop_single #review_form #respond .comment-form-cookies-consent input[type='radio'],
.shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type='checkbox'],
.shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type='radio'] {
    appearance: none;
    -webkit-appearance: none;
    position: absolute;
    visibility: hidden;
}
.shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ label,
.shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ span,
.shop_single #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ label,
.shop_single #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ span,
.shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ label,
.shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ span,
.shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ label,
.shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-bottom: 0;
    margin-top: 1px;
    padding-left: 30px;
}
.shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ label:before,
.shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ span:before,
.shop_single #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ label:before,
.shop_single #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ span:before,
.shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ label:before,
.shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ span:before,
.shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ label:before,
.shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ span:before {
    background-color: #fff;
    border: 1px solid #676666;
    box-shadow: none !important;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ label:before,
.shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ label:after,
.shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ span:before,
.shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ span:after,
.shop_single #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ label:before,
.shop_single #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ label:after,
.shop_single #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ span:before,
.shop_single #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ span:after,
.shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ label:before,
.shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ label:after,
.shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ span:before,
.shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ span:after,
.shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ label:before,
.shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ label:after,
.shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ span:before,
.shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    top: 15px;
    clear: none;
    cursor: pointer;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-font-smoothing: inherit;
    transition: .05s border-color ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 16px;
    width: 16px;
    height: 16px;
    border: 1px solid #272727;
    margin-right: 10px;
}
.shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ label:after,
.shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ span:after,
.shop_single #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ label:after,
.shop_single #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ span:after,
.shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ label:after,
.shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ span:after,
.shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ label:after,
.shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ span:after {
    transition: opacity .1s;
}
.shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox']:checked ~ span:before,
.shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox']:checked ~ label:before,
.shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type='checkbox']:checked ~ span:before,
.shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type='checkbox']:checked ~ label:before {
    color: #fff;
    border-color: #333;
    background-color: #333;
}
.shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ label:after,
.shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ span:after,
.shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ label:after,
.shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ span:after {
    content: "";
    background: url(../images/customizer/check-w.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin-right: 10px;
    opacity: 0;
    visibility: hidden;
}
.tinv-wishlist table input[type=checkbox]:checked:after,
.shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox']:checked ~ span:after,
.shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox']:checked ~ label:after,
.shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type='checkbox']:checked ~ span:after,
.shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type='checkbox']:checked ~ label:after {
    opacity: 1;
    visibility: visible;
}
.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li > a p {
    width: 100%;
    text-align: left;
    border-radius: 0px;
    padding: 0px 0px 15px 0px;
    text-transform: capitalize;
    letter-spacing: 0.8px;
    color: #272727;
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}
.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li > a:hover p {
    color: #d52b1e !important;
    transition: all 0.3s ease-in-out;
}
.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li > a.active p {
    color: #d52b1e !important;
}
.shop_single #review_form #respond input[type="text"],
.shop_single #review_form #respond input[type="email"],
.shop_single_tabs #review_form #respond input[type="text"],
.shop_single_tabs #review_form #respond input[type="email"] {
    padding: 12px 15px 12px 15px;
    background-color: transparent;
    background-clip: padding-box;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, .13);
    resize: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 0px;
    width: 100%;
    height: 50px;
    color: #676766;
    display: block;
    font-size: 14px;
}
.shop_single #review_form #respond .comment-form-comment,
.shop_single_tabs #review_form #respond .comment-form-comment {
    margin-bottom: 15px;
}
.shop_single #review_form #respond textarea,
.shop_single_tabs #review_form #respond textarea {
    padding: 12px 15px 12px 15px;
    background-color: transparent;
    background-clip: padding-box;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, .13);
    resize: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 0px;
    width: 100%;
    height: 150px;
    color: #676766;
    display: block;
    font-size: 14px;
}
.shop_single #review_form #respond .comment-form-author,
.shop_single_tabs #review_form #respond .comment-form-author {
    width: 50%;
    float: left;
    padding-right: 8px !important;
}
.shop_single #review_form #respond .comment-form-email,
.shop_single_tabs #review_form #respond .comment-form-email {
    width: 50%;
    float: left;
    padding-left: 8px !important;
}
.shop_single #review_form #respond .comment-form-cookies-consent,
.shop_single_tabs #review_form #respond .comment-form-cookies-consent {
    width: 100%;
    float: left;
}
.shop_single #review_form #respond .comment-form-cookies-consent label,
.shop_single_tabs #review_form #respond .comment-form-cookies-consent label {
    display: inline-block;
}
.shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox'],
.shop_single #review_form #respond .comment-form-cookies-consent input[type='radio'],
.shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type='checkbox'],
.shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type='radio'] {
    appearance: none;
    -webkit-appearance: none;
    position: absolute;
    visibility: hidden;
}
.shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ label,
.shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ span,
.shop_single #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ label,
.shop_single #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ span,
.shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ label,
.shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ span,
.shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ label,
.shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-bottom: 0;
    margin-top: 1px;
    padding-left: 30px;
}
.shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ label:before,
.shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ span:before,
.shop_single #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ label:before,
.shop_single #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ span:before,
.shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ label:before,
.shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ span:before,
.shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ label:before,
.shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ span:before {
    background-color: #fff;
    border: 1px solid #676666;
    box-shadow: none !important;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ label:before,
.shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ label:after,
.shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ span:before,
.shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ span:after,
.shop_single #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ label:before,
.shop_single #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ label:after,
.shop_single #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ span:before,
.shop_single #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ span:after,
.shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ label:before,
.shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ label:after,
.shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ span:before,
.shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ span:after,
.shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ label:before,
.shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ label:after,
.shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ span:before,
.shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    top: 15px;
    clear: none;
    cursor: pointer;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-font-smoothing: inherit;
    transition: .05s border-color ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 16px;
    width: 16px;
    height: 16px;
    border: 1px solid #272727;
    margin-right: 10px;
}
.shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ label:after,
.shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ span:after,
.shop_single #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ label:after,
.shop_single #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ span:after,
.shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ label:after,
.shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ span:after,
.shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ label:after,
.shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type='radio'] ~ span:after {
    transition: opacity .1s;
}
.shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox']:checked ~ span:before,
.shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox']:checked ~ label:before,
.shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type='checkbox']:checked ~ span:before,
.shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type='checkbox']:checked ~ label:before {
    color: #fff;
    border-color: #333;
    background-color: #333;
}
.shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ label:after,
.shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ span:after,
.shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ label:after,
.shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type='checkbox'] ~ span:after {
    content: "";
    background: url(../images/customizer/check-w.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin-right: 10px;
    opacity: 0;
    visibility: hidden;
}
.tinv-wishlist table input[type=checkbox]:checked:after,
.shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox']:checked ~ span:after,
.shop_single #review_form #respond .comment-form-cookies-consent input[type='checkbox']:checked ~ label:after,
.shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type='checkbox']:checked ~ span:after,
.shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type='checkbox']:checked ~ label:after {
    opacity: 1;
    visibility: visible;
}
.shop_single #review_form #respond .form-submit,
.shop_single_tabs #review_form #respond .form-submit {
    float: left;
}
.wraper_shop_single.style-one .shop_single_tabs .tab-pane ul.rt-ul-group {
    margin: 30px 0 0 0;
    padding: 0;
    list-style-type: none;
}
.wraper_shop_single.style-one .shop_single_tabs .tab-pane ul.rt-ul-group li {
    margin: 0;
    padding: 0 0 10px 35px;
    display: block;
    width: 100%;
    background: url(../images/tick.png) no-repeat 0 4px;
    background-size: 20px;
}
.wraper_shop_single.style-one .shop_single_tabs .tab-pane ul.rt-ul-group li:last-child {
    padding: 0 0 0 35px;
}
.woocommerce div.product form.cart div.quantity {
    border: 1px solid #d0d0d0;
    border-radius: 0px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    display: none;
}
.single_variation_wrap .tinvwl_add_to_wishlist_button {
    display: none;
}
/* Quick View Popup*/
#yith-quick-view-modal #yith-quick-view-content {
    height: auto;
    padding: 20px;
}
#yith-quick-view-content div.images {
    width: 50%;
    float: left;
    opacity: 1 !important;
    margin: 0;
    padding-right: 50px;
    left: 0;
}
#yith-quick-view-close {
    width: 30px;
    height: 30px;
    background: #272727;
    border: none;
    top: 20px;
    right: 10px;
    position: absolute;
    display: block;
    z-index: 200;
    text-indent: -9999px;
    border-radius: 50%;
    opacity: 1;
}
#yith-quick-view-close:before,
#yith-quick-view-close:after {
    content: '';
    width: 50%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 48%;
    left: 25%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#yith-quick-view-close:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#yith-quick-view-close:hover:before,
#yith-quick-view-close:hover:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
#yith-quick-view-close:hover {
    color: #272727;
    text-decoration: none;
}
#yith-quick-view-content .star-rating span::before {
    top: 0;
    position: absolute;
    left: 0px;
}
#yith-quick-view-modal.open .yith-wcqv-main #rtsizechart {
    padding: 0px !important;
    background: rgb(255 255 255);
}
#yith-quick-view-modal .yith-wcqv-wrapper .shop_single .summary .quantity .qty {
    width: 50%;
    z-index: 2
}
#yith-quick-view-modal.open .yith-wcqv-wrapper .shop_single .summary .quantity input::-webkit-inner-spin-button,
#yith-quick-view-modal.open .yith-wcqv-wrapper .shop_single .summary .quantity input::-webkit-outer-spin-button {
    -webkit-appearance: block !important;
    -moz-appearance: input-number;
}
.shop_related .products h4 {
    padding: 0 15px;
    margin-bottom: 10px;
}
.wraper_shop_single.style-one .shop_single_tabs {
    background: #fff;
    padding: 40px 50px 25px 50px;
    margin-bottom: 55px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 45px;
}
.wraper_shop_single.style-one .shop_single_tabs {
    padding: 30px 30px 10px 30px;
}
#review_form .comment-form > p {
    padding-right: 0px;
}
.shop_single_tabs .tab-content h4 {
    display: none;
}
.shop_single_tabs .tab-content .description {
    margin-bottom: 17px;
}
.woocommerce .wraper_shop_single .shop_single_accordion {
    background: #fff;
    padding: 40px 50px 25px 50px;
    margin-bottom: 55px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 45px;
}
.woocommerce .wraper_shop_single .shop_single_accordion_item h4 {
    padding: 0 15px;
    display: none;
}
.woocommerce .wraper_shop_single .shop_single_accordion_item button.btn {
    width: 100%;
    text-align: left;
    border-radius: 0px;
    padding: 0px 0px 15px 0px;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 0.8px;
    color: #272727;
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: 700;
}
.woocommerce .wraper_shop_single .shop_single_accordion_item .collapse {
    margin-bottom: 15px;
    display: block;
}
.woocommerce div.product form.cart .reset_variations {
    display: none;
}
.woocommerce div.product form.cart .reset_variations {
    padding-left: 7px;
}
.woocommerce div.product form.cart .reset_variations:hover {
    color: #262626;
}
.woocommerce .wraper_shop_single.style-one .shop_single_accordion_item #accordion-description ul {
    padding-left: 45px;
    margin-bottom: 8px;
    margin-top: 8px;
}
.woocommerce .wraper_shop_single.style-one .shop_single_accordion_item #accordion-description ul li {
    list-style: disc;
}
.woocommerce .wraper_shop_single .shop_related {
    margin-right: -15px;
    margin-left: -15px;
    padding-top: 55px;
}
/* Quick View Popup*/
@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
        width: 44% !important;
        margin-top: 0px;
        margin-left: 0px;
    }
    .wraper_shop_single .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
        float: right;
        width: 44% !important;
        padding-top: 0px;
        clear: none;
        right: 0px;
        position: relative;
        display: inline-block;
        margin-top: 0px;
        margin-left: 0px;
        background: #fff;
        padding: 50px 40px;
    }
    .woocommerce .wraper_shop_single .shop_related {
        margin-right: 0px;
        margin-left: 0px;
        margin-bottom: 44px;
    }
    .woocommerce .shop_single .summary form.cart .button {  
        padding: 15px 20px 15px 20px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .woocommerce #content div.product div.images .woocommerce-product-gallery__wrapper,
    .woocommerce div.product div.images .woocommerce-product-gallery__wrapper,
    .woocommerce-page #content div.product div.images .woocommerce-product-gallery__wrapper,
    .woocommerce-page div.product div.images .woocommerce-product-gallery__wrapper {
        width: 100%;
        position: relative;
        display: inline-block;
        left: 0;
        height: auto;
        float: left;
    }
    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images {
        left: 0px !important;
        height: auto !important;
        width: 100% !important;
    }
    .wraper_shop_single.style-one div.summary {
        width: 100% !important;
        padding-left: 0;
    }
    .woocommerce-product-gallery .flex-viewport {
        object-fit: cover;
        width: 100%;
        height: 100% !important;
    }
    .wraper_shop_single.style-three div.summary {
        width: 100% !important;
        padding-left: 0;
    }
    .woocommerce div.product div.images .flex-control-thumbs,
    .woocommerce .wraper_shop_single.style-one div.product div.images .flex-control-thumbs {
        display: block;
        float: none;
        width: auto;
        text-align: center;
        position: absolute;
        bottom: 0;
        left: auto;
        top: auto;
        z-index: 9;
        width: 100%;
        margin: 0 !important;
    }
    .woocommerce .wraper_shop_single.style-two div.product div.images .flex-control-thumbs,
    .woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs {
        display: block;
        float: none;
        text-align: center;
        position: absolute !important;
        bottom: 10px;
        left: auto !important;
        top: auto !important;
        z-index: 9;
        width: 100%;
        margin: 0 !important;
    }
    .woocommerce .wraper_shop_single.style-one div.product div.images .flex-control-thumbs,
    .woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs {
        width: 100%;
    }
    .woocommerce .wraper_shop_single.style-two div.product div.images .flex-control-thumbs li,
    .woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs li {
        position: relative;
        float: none !important;
        display: inline-block !important;
        width: auto !important;
        height: auto !important;
        max-width: 80px;
        vertical-align: middle;
        margin-bottom: 0 !important;
        cursor: pointer;
    }
    .woocommerce div.product div.images .flex-control-thumbs li {
        position: relative;
        float: none;
        display: inline-block;
        width: auto;
        height: auto;
        max-width: 80px;
        vertical-align: middle;
        margin: 0;
        cursor: pointer;
    }
    .woocommerce div.product div.images .flex-control-thumbs li img {
        display: block;
        width: 6px;
        height: 6px;
        margin: 0 8px;
        padding: 6px 6px 0 0;
        opacity: 1;
        overflow: hidden;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        cursor: pointer;
        background: #676666;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .woocommerce .wraper_shop_single.style-two div.product div.images .flex-control-thumbs li img,
    .woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs li img {
        display: block;
        width: 6px !important;
        height: 6px !important;
        margin: 0 8px;
        padding: 6px 6px 0 0;
        opacity: 1;
        overflow: hidden;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        cursor: pointer;
        background: #afafaf;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
    .woocommerce .wraper_shop_single.style-two div.product div.images .flex-control-thumbs li img.flex-active,
    .woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs li img.flex-active {
        width: 8px;
        height: 8px;
        margin: 0 8px;
        padding: 6px 6px 0 0;
        opacity: 1;
        background: #272727;
    }
    .wraper_shop_single.style-one .shop_single .rt-product-gallery {
        width: 100%;
        padding: 35px;
    }
    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        float: left;
        width: 100% !important;
        max-width: 100%;
        clear: none;
        padding-left: 0px;
        margin-left: 0px;
        padding: 30px;
    }
    .shop_single .summary .product_meta > .sku_wrapper {
        width: auto;
        margin-right: 18px;
    }
    .woocommerce .shop_single span.onsale {
        top: 14px;
        left: 30px;
    }
    .shop_single .entry-summary .rt-size-chart {
        margin-bottom: 20px;
    }
    .woocommerce .wraper_shop_single.style-one .shop_single span.onsale {
        left: auto;
        right: 65px;
    }
    #yith-quick-view-content div.images {
        padding-right: 0;
    }
    .woocommerce div.product div.images {
        margin-bottom: 0px;
    }
    .wraper_shop_main {
        padding-top: 90px;
        padding-bottom: 50px;
    }
    .wraper_shop_main.shop- .col-lg-9.col-md-12.col-sm-12.col-xs-12.order-lg-1.order-sm-1, 
    .wraper_shop_main.shop- .col-lg-3.col-md-12.col-sm-12.col-xs-12.order-lg-12.order-sm-12.widget-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .woocommerce .wraper_shop_single .shop_related {
        margin-right: 0px;
        margin-left: 0px;
    }
}
@media screen and (max-width: 767px) {
    .wraper_shop_main {
        padding-top: 90px;
        padding-bottom: 50px;
    }
    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images {
        left: 0px !important;
        height: auto !important;
        width: 100% !important;
    }
    .woocommerce span.onsale {
        display: none;
    }
    .woocommerce div.product div.images {
        margin-bottom: 0px;
    }
    .wraper_shop_single.style-one div.summary {
        width: 100% !important;
        padding-left: 0;
    }
    .woocommerce-product-gallery .flex-viewport {
        object-fit: cover;
        width: 100%;
    }
    .wraper_shop_single.style-three div.summary {
        width: 100% !important;
        padding-left: 0;
    }
    .shop_single .summary .woocommerce-product-rating .star-rating {}
    .shop_single .summary a.woocommerce-review-link {
        display: none;
    }
    .wraper_shop_single.style-one .shop_single .rt-product-gallery {
        width: 100%;
        padding: 35px;
    }
    .woocommerce-product-gallery .flex-viewport {
        object-fit: cover;
        width: 100%;
    }
    .woocommerce div.product div.images .flex-control-thumbs,
    .woocommerce .wraper_shop_single div.product div.images .flex-control-thumbs {
        display: block;
        float: none;
        width: auto;
        text-align: center;
        position: absolute;
        bottom: 16px;
        left: auto;
        top: auto;
        z-index: 9;
        width: 100%;
        margin: 0;
    }
    .woocommerce .wraper_shop_single.style-one div.product div.images .flex-control-thumbs {
        display: block;
        float: none;
        text-align: center;
        position: absolute !important;
        bottom: 10px;
        left: auto !important;
        top: auto !important;
        z-index: 9;
        width: 100%;
        margin: 0 !important;
    }
    .woocommerce .wraper_shop_single div.product div.images .flex-control-thumbs {
        width: 100%;
    }
    .woocommerce div.product div.images .flex-control-thumbs li {
        position: relative;
        float: none;
        display: inline-block;
        width: auto;
        height: auto;
        max-width: 80px;
        vertical-align: middle;
        margin: 0;
        cursor: pointer;
    }
    .woocommerce .wraper_shop_single div.product div.images .flex-control-thumbs li {
        position: relative;
        float: none !important;
        display: inline-block !important;
        width: auto !important;
        height: auto !important;
        max-width: 80px;
        vertical-align: middle;
        margin-bottom: 0 !important;
        cursor: pointer;
    }
    .woocommerce div.product div.images .flex-control-thumbs li img {
        display: block;
        width: 6px;
        height: 6px;
        margin: 0 8px;
        padding: 6px 6px 0 0;
        opacity: 1;
        overflow: hidden;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        cursor: pointer;
        background: #afafaf;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .woocommerce .wraper_shop_single div.product div.images .flex-control-thumbs li img {
        display: block;
        width: 6px !important;
        height: 6px !important;
        margin: 0 8px;
        padding: 6px 6px 0 0;
        opacity: 1;
        overflow: hidden;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        cursor: pointer;
        background: #afafaf;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
    .woocommerce .wraper_shop_single div.product div.images .flex-control-thumbs li img.flex-active, {
        width: 6px;
        height: 6px;
        margin: 0 8px;
        padding: 6px 6px 0 0;
        opacity: 1;
        background: #272727;
    }
    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        float: right;
        width: 100% !important;
        clear: none;
        padding: 30px;
    }
    .wraper_shop_single.style-one .shop_single_tabs {
        padding: 30px;
    }
    #review_form .comment-form > p {
        padding-right: 0px;
    }
    .shop_single .summary .product_meta > .sku_wrapper {
        width: auto !important;
        margin-right: 18px;
    }
    .shop_single .summary .product_meta > ul.social {
        float: left !important;
        display: inline-block;
        margin-top: 20px !important;
    }
    .shop_single .summary .product_meta > ul.social li {
        margin: 0px 10px 0 0px !important;
    }
    .woocommerce .shop_single span.onsale {
        top: 14px;
        left: 30px;
    }
    .shop_single .entry-summary .rt-size-chart {
        margin-bottom: 20px;
        bottom: 41.5% !important;
        left: 47% !important;
    }
    .single_variation_wrap {
        margin: 0;
    }
    .woocommerce .shop_single .summary form.cart .button {
        padding: 13px 30px 15px 30px;
    }
    .woocommerce div.product form.cart div.quantity {
        margin: 0 auto 16px;
        width: 100%;
    }
    .shop_single .summary .quantity {
        margin: 0 auto 16px !important;
    }
    .shop_single .woocommerce-variation-add-to-cart {
        flex-direction: column;
    }
    .woocommerce div.product form.cart {
        margin-bottom: 15px;
        flex-direction: column;
        display: flex;
        width: 100%;
    }
    .shop_single .summary button.woosw-btn {
        text-align: center;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 0px;
    }
    .wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li {
        width: 100%;
    }
    .shop_single .summary .quantity > .qty {
        width: 15% !important;
    }
    .woocommerce .wraper_shop_single.style-one .shop_single span.onsale {
        left: auto;
        right: 15px;
    }
    #yith-quick-view-content div.images {
        padding-right: 0;
    }
    .woocommerce .wraper_shop_single .shop_related {
        margin-right: 0px;
        margin-left: 0px;
    }
    .shop_single .summary .quantity > .input-group-addon {
        display: flex;
        outline: 0;
        justify-content: center;
        align-items: center;
        border: 0;
        width: 20px;
        height: 20px;
        border-radius: 0px;
        text-decoration: none;
        overflow: visible;
        text-decoration: none;
        cursor: pointer;
        -moz-user-select: -moz-none;
        -ms-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        -webkit-transition: background .3s cubic-bezier(.33, 1, .40, 1);
        transition: background .3s cubic-bezier(.33, 1, .40, 1);
        margin: 0;
    }
    .shop_single .summary .quantity .qty {
        padding: 0;
        width: 25%;
        min-width: 20px;
        max-height: 25px;
        text-align: center;
        border: 0;
        color: #272727;
        outline: 0;
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        background: 0 0;
    }
}
@media screen and (max-width: 320px) {
    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        float: right;
        width: 100% !important;
        clear: none;
        padding: 15px;
    }
    .woocommerce .wraper_shop_single .shop_related {
        margin-right: 0px;
        margin-left: 0px;
    }
    .shop_single .summary .quantity > .input-group-addon {
        display: flex;
        outline: 0;
        justify-content: center;
        align-items: center;
        border: 0;
        width: 20px;
        height: 20px;
        border-radius: 0px;
        text-decoration: none;
        overflow: visible;
        text-decoration: none;
        cursor: pointer;
        -moz-user-select: -moz-none;
        -ms-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        -webkit-transition: background .3s cubic-bezier(.33, 1, .40, 1);
        transition: background .3s cubic-bezier(.33, 1, .40, 1);
        margin: 0;
    }
    .shop_single .summary .quantity .qty {
        padding: 0;
        width: 25%;
        min-width: 20px;
        max-height: 25px;
        text-align: center;
        border: 0;
        color: #272727;
        outline: 0;
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        background: 0 0;
    }
}
.wraper_shop_single .shop_single {
    width: 100%;
    display: inline-block;
    padding-left: 0px;
    padding-right: 0px;
    background: #fff;
}
/*--------------------------------------------------------------
## Product Single Page End
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Cart Page Style Start
--------------------------------------------------------------*/
.cart .plus,
.cart .minus {
    display: none;
}
.wraper_blog_main .container,
.wraper_blog_banner_image .container {
    width: 1290px;
    max-width: calc(100%);
}
.wraper_blog_main.default-page {
    padding-top: 80px;
    padding-bottom: 80px;
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .wraper_blog_main.default-page {
        padding-right: 30px;
        padding-left: 30px;
    }
}
@media screen and (max-width: 1024px) {
    .wraper_blog_main.default-page {
        padding-top: 110px;
        padding-bottom: 90px;
    }
}
.shop_table.cart thead {
    display: none;
}
.radiantthemes-cart .woocommerce-cart-form {
    padding-right: 50px;
}
.radiantthemes-cart .woocommerce-cart-form h4 {
    background: #F5F5F5;
    padding: 25px 30px;
}
.shop_table.cart {
    table-layout: auto;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    text-align: left;
    border: none !important;
}
.shop_table.cart tbody tr {
    width: 100%;
}
.shop_table.cart tbody tr td.product-thumbnail {
    padding-right: 30px;
    margin: 0;
    min-width: auto;
    display: flex;
}
.shop_table tbody tr:first-child th,
.shop_table tbody tr:first-child td {
    padding-top: 10px;
    padding-bottom: 10px;
}
.shop_table.cart tbody tr td {
    padding: 25px 0;
    vertical-align: top;
    margin: 0px auto;
}
.shop_table.cart tbody tr td.actions {
    padding: 25px 0 0 0;
    vertical-align: top;
    margin: 0px auto;
}
.shop_table tbody tr th,
.shop_table tbody tr td {
    padding: 0 0 15px;
    vertical-align: middle;
}
.shop_table.cart tbody tr td.product-thumbnail a {
    display: inline-block;
}
.shop_table.cart tbody tr td.product-thumbnail img {
    width: 102px;
    max-width: 102px;
}
.shop_table.cart tbody tr td.product-details {
    padding-right: 0;
    position: relative;
    width: 100%;
}
.shop_table.cart tbody tr td.product-details dl.variation {
    display: flex;
    margin: 0;
}
.shop_table.cart tbody tr td.product-details dl.variation .variation-Color {
    padding-right: 8px;
}
.shop_table.cart tbody tr td.product-details dl.variation dt.variation-Size {
    margin: 0 10px 0 0;
}
.shop_table.cart tbody tr td.product-details dl.variation dd.variation-Size {
    margin: 0;
}
.shop_table.cart tbody tr td.product-details .product-name a {
    color: #272727;
}
.shop_table.cart .product-price {
    margin-bottom: 10px;
    margin-top: 5px;
}
.shop_table.cart .product-subtotal {
    text-align: right;
    padding-left: 0;
    color: #272727;
}
.shop_table.cart tbody tr td .product-remove {
    text-align: right;
    margin-right: 15px;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 95px;
}
.shop_table.cart tbody tr td .product-remove .remove {
    display: block;
    position: relative;
    float: right;
    color: #272727 !important;
}
.shop_table.cart tbody tr td .product-remove .remove:hover {
    background: none;
}
.shop_table.cart .quantity {
    width: 100px;
    border: 1px solid #d0d0d0;
    border-radius: 0px;
    background: #fff;
    height: calc(40px);
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 0px 16px 0px 0px;
}
.shop_table.cart .quantity > .input-group-addon {
    display: flex;
    outline: 0;
    justify-content: center;
    align-items: center;
    border: 0;
    width: 30px;
    height: 30px;
    border-radius: 0px;
    text-decoration: none;
    overflow: visible;
    text-decoration: none;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-transition: background .3s cubic-bezier(.33, 1, .40, 1);
    transition: background .3s cubic-bezier(.33, 1, .40, 1);
    margin: 0;
}
.shop_table.cart .quantity > .input-group-addon.quantity-decrease {
    font-size: 0px;
}
.shop_table.cart .quantity > .input-group-addon.quantity-decrease:before {
    content: "";
    background: url(../images/customizer/minus.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin-right: 0px;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}
.shop_table.cart .quantity > .input-group-addon.quantity-increase {
    font-size: 0px;
}
.shop_table.cart .quantity > .input-group-addon.quantity-increase:before {
    content: "";
    background: url(../images/customizer/plus.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin-right: 0px;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}
.shop_table.cart .quantity > .qty:focus {
    box-shadow: none;
}
.shop_table.cart .quantity > .qty {
    padding: 0;
    width: 25%;
    min-width: 30px;
    max-height: 30px;
    text-align: center;
    border: 0;
    color: #272727;
    outline: 0;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    background: 0 0;
}
.shop_table.cart .quantity > .qty::-webkit-inner-spin-button,
.shop_table.cart .quantity > .qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.shop_table.cart .quantity > .qty:focus {
    border: none;
}
.shop_table.cart #respond input#submit,
.shop_table.cart a.button,
.shop_table.cart button.button,
.shop_table.cart input.button {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 4px;
    color: #fff !important;
    padding: 13px 30px 15px 30px !important;
    border: none;
    background: #d52b1e;
    border-radius: 0px;
    text-transform: uppercase;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    text-align: center;
    opacity: 1 !important;
    cursor: pointer !important;
    margin-bottom: 15px !important;
}
.shop_table.cart button.button span {
    position: relative;
    left: 0px;
    transition: all .2s ease-in-out;
}
.shop_table.cart button.button span:before {
    content: '';
    position: absolute;
    display: inline-block;
    background-color: currentColor;
    top: calc(50%);
    left: -22px;
    height: 1px;
    width: 0;
    transition: all .2s ease-in-out;
}
.shop_table.cart button.button:hover span {
    left: 15px;
}
.shop_table.cart button.button:hover span:before {
    width: 13px;
}
.shop_table.cart #respond input#submit:hover,
.shop_table.cart a.button:hover,
.shop_table.cart button.button:hover,
.shop_table.cart input.button:hover {
    background: #d52b1e !important;
    color: #fff !important;
}
.cart-added-button a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 4px;
    color: #fff;
    padding: 13px 50px 15px 50px;
    border: none;
    background: #d52b1e;
    border-radius: 0px;
    text-transform: uppercase;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    text-align: center;
}
.cart-added-button a span {
    position: relative;
    left: 0px;
    transition: all .2s ease-in-out;
}
.cart-added-button a span:before {
    content: '';
    position: absolute;
    display: inline-block;
    background-color: currentColor;
    top: calc(50%);
    left: -22px;
    height: 1px;
    width: 0;
    transition: all .2s ease-in-out;
}
.cart-added-button a:hover span {
    left: 15px;
}
.cart-added-button a:hover span:before {
    width: 13px;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 4px;
    color: #fff !important;
    padding: 13px 50px 15px 50px;
    border: none;
    background: #d52b1e;
    border-radius: 0px;
    text-transform: uppercase;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    text-align: center;
}
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
    background-color: #d52b1e;
    text-decoration: none;
    background-image: none;
    color: #fff;
}
.radiantthemes-cart .cart-collaterals .cart_totals {
    float: none;
    width: auto;
    background: #f5f5f5;
    padding-bottom: 30px;
}
.radiantthemes-cart .cart-collaterals .cart_totals h4 {
    background: #F5F5F5;
    padding: 25px 30px;
    border-bottom: 10px solid #fff;
    margin-bottom: 0px;
}
.radiantthemes-cart .cart-collaterals .cart_totals table.shop_table {
    border: none;
    padding: 15px 30px;
}
.radiantthemes-cart .wc-proceed-to-checkout {
    padding: 0 30px;
}
.radiantthemes-cart .wc-proceed-to-checkout .checkout-button.button {
    border-radius: 0px;
    margin: 0 !important;
}
.radiantthemes-cart .cart-collaterals .cart_totals tr {
    border: 1px solid #E4E4E4;
}
.radiantthemes-cart .cart-collaterals .shipping th {
    display: none;
}
.radiantthemes-cart .cart-collaterals tr.cart-subtotal td,
.radiantthemes-cart .cart-collaterals tr.order-total td {
    text-align: right;
}
.radiantthemes-cart .cart-collaterals .cart_totals tr th {
    padding-left: 0;
}
.radiantthemes-cart table thead tr th, 
.radiantthemes-cart table tbody tr td, 
.radiantthemes-cart table tbody tr th, 
.radiantthemes-cart table tfoot tr td, 
.radiantthemes-cart table tfoot tr th {
    border: none !important;
}
.radiantthemes-cart table.shop_table td, .woocommerce-cart .cart-collaterals .cart_totals table th {
    border-top: 1px solid rgba(0,0,0,.1) !important;
}
.radiantthemes-cart table.shop_table tbody:first-child tr:first-child td, 
.woocommerce-cart .cart-collaterals .cart_totals tbody:first-child tr:first-child th {
border-top: 0px !important;
}
.cart_totals table.shop_table tr th,
.cart_totals table.shop_table tr td span {
    font-size: 16px;
    font-weight: 400;
    color: #272727;
}
.radiantthemes-cart .cart-collaterals .coupon {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    position: relative;
    padding: 0 20px;
}
.radiantthemes-cart .cart-collaterals .coupon label {
    display: none;
}
.shop_table.cart .actions .coupon .input-text {
    line-height: 1.6;
    outline: 0;
    padding: 8px;
    height: 52px;
    color: #262626;
    border-radius: 0px;
    background-clip: padding-box;
    background-color: transparent;
    background-clip: padding-box;
    border-style: solid !important;
    border-width: 1px;
    border-color: rgba(0, 0, 0, .13) !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    width: auto !important;
    display: block;
    padding: 6px 15px 6px 15px !important;
    margin-bottom: 15px;
    margin-right: 15px !important;
}
.radiantthemes-cart .cart-collaterals .coupon button {
    border-radius: 0px;
    position: absolute;
    right: 20px;
    padding: 11px 20px !important;
}
.shop_table.cart .actions .button.update-cart {
    background: #fff !important;
    border: 1px solid #272727 !important;
    color: #272727 !important;
}
.shop_table .actions .continue_shopping {
    float: left;
    vertical-align: middle;
    color: #676666;
}
.shop_table .actions .continue_shopping svg {
    width: 16px;
    margin-top: -3px;
}
.woocommerce-shipping-methods input[type=checkbox],
.woocommerce-shipping-methods input[type=radio] {
    clear: none;
    cursor: pointer;
    margin: -.25rem .25rem 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-font-smoothing: inherit;
    transition: .05s border-color ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 16px;
    width: 16px;
    height: 16px;
    border: 1px solid #676767;
    margin-right: 8px;
    position: relative;
}
.woocommerce ul#shipping_method li input {
    margin: 3px .4375em 0 0;
    vertical-align: top;
    float: left;
}
.woocommerce-shipping-methods input[type=radio] {
    border-radius: 50%;
}
.woocommerce-shipping-methods input[type=radio]:checked:before {
    content: '';
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background-color: #272727;
}
.woocommerce-shipping-calculator a.shipping-calculator-button {
    color: #272727;
}
.woocommerce .woocommerce-shipping-calculator .form-row {
    padding: 3px 0px;
}
.woocommerce .woocommerce-shipping-calculator .form-row input.input-text,
.woocommerce .woocommerce-shipping-calculator .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    line-height: 1.6;
    outline: 0;
    padding: 8px 8px 8px 0px;
    height: 48px;
    color: #676766;
    background-clip: padding-box;
    background-color: transparent;
    background-clip: padding-box;
    border-style: none none solid;
    border-width: 1px;
    border-color: #272727;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    display: block;
}
.shipping-calculator-form button.button {
    width: 100%;
    background: #272727;
    border-radius: 0px;
    border: 1px solid #272727;
    color: #fff;
    font-size: 14px;
    padding: 11px 50px;
    height: 48px;
    letter-spacing: 0.3px;
    font-weight: 400;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}
.shipping-calculator-form button.button:hover {
    background: #fff;
    color: #272727;
    border: 1px solid #272727;
}
.select2-container .select2-selection {
    height: 48px;
    background-color: transparent;
    background-clip: padding-box;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, .13);
    border-radius: 0;
    transition: all 0.3s ease-in-out;
}
.select2-dropdown {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 28px;
    margin-top: 0;
    color: #676766;
    line-height: 48px;
    height: 48px;
    padding-left: 15px;
    padding-right: 10px;
    transition: all 0.3s ease-in-out;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 0px;
    width: 20px;
}
.select2-container .select2-selection > .select2-selection__arrow {
    top: 15px;
}
.select2-container .select2-selection > .select2-selection__arrow:before {
    content: "";
    background: url(../images/chevron-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin-right: 10px;
    right: 0px;
    position: absolute;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #272727;
}
.radiantthemes-cart .wc-proceed-to-checkout .checkout-button.button {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 4px;
    color: #fff;
    padding: 13px 20px 15px 20px;
    border: none;
    background: #d52b1e;
    border-radius: 0px;
    text-transform: uppercase;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    text-align: center;
}
.radiantthemes-cart .wc-proceed-to-checkout .checkout-button.button span {
    position: relative;
    left: 0px;
    transition: all .2s ease-in-out;
}
.radiantthemes-cart .wc-proceed-to-checkout .checkout-button.button span:before {
    content: '';
    position: absolute;
    display: inline-block;
    background-color: currentColor;
    top: calc(50%);
    left: -22px;
    height: 1px;
    width: 0;
    transition: all .2s ease-in-out;
}
.radiantthemes-cart .wc-proceed-to-checkout .checkout-button.button:hover span {
    left: 15px;
}
.radiantthemes-cart .wc-proceed-to-checkout .checkout-button.button:hover span:before {
    width: 13px;
}
.radiantthemes-cart .wc-proceed-to-checkout .checkout-button.button:hover {
    background: #d52b1e;
    color: #fff;
}
.woocommerce #respond input#submit,
.woocommerce button.button,
.woocommerce input.button {
    border-radius: 0px !important;
}
p.return-to-shop {
    margin-bottom: 40px;
}
p.return-to-shop a.wc-backward {
    color: #fff !important;
}
p.return-to-shop a.wc-backward:hover {
    color: #fff !important;
}
/*--------------------------------------------------------------
# Cart Page Style End
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Checkout Page Style Start
--------------------------------------------------------------*/
.woocommerce-checkout .woocommerce form .form-row label {
    margin: 0 0 10px;
    font-weight: 400;
    font-size: 16px;
    color: #272727;
    letter-spacing: 0;
    line-height: 28px;
    text-shadow: none;
    text-transform: capitalize;
    width: 100%;
    float: left;
    display: none;
}
.woocommerce-billing-fields__field-wrapper label {
    display: none;
}
span.woocommerce-input-wrapper {
    width: 100%;
}
.woocommerce .woocommerce-form label {
    margin: 0;
    margin-bottom: 10px;
}
.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
    line-height: 1.6;
    outline: 0;
    padding: 8px 8px 8px 15px;
    height: 48px;
    color: #676766;
    background-color: transparent;
    background-clip: padding-box;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, .13);
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    width: 100% !important;
    display: block;
    border-radius: 0px;
}
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row textarea {
    line-height: 1.6;
    outline: 0;
    padding: 8px 8px 8px 0px;
    height: 120px !important;
    color: #676766;
    background-color: transparent;
    background-clip: padding-box;
    border-style: none none solid;
    border-width: 1px;
    border-color: #272727;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    width: 100% !important;
    display: block;
}
.woocommerce .woocommerce-billing-fields__field-wrapper form .form-row {
    padding: 0px;
}
#ship-to-different-address .woocommerce-form__label-for-checkbox {
    display: flex;
    align-items: center;
}
#ship-to-different-address input[type=checkbox],
.woocommerce-form-login__rememberme input[type=checkbox] {
    clear: none;
    cursor: pointer;
    margin: -2px 0 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-font-smoothing: inherit;
    transition: .05s border-color ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 16px;
    width: 16px;
    height: 16px;
    border: 1px solid #272727;
    margin-right: 10px;
    position: relative;
}
#ship-to-different-address input[type=checkbox]:checked,
.woocommerce-form-login__rememberme input[type=checkbox]:checked {
    background: #272727;
    border-color: #272727 !important;
}
#ship-to-different-address input[type=checkbox]:checked:before,
.woocommerce-form-login__rememberme input[type=checkbox]:checked:before {
    content: '';
    display: block;
    height: 11px;
    width: 5px;
    border: 1px solid #fff;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    position: absolute;
    top: 0px;
    left: 5px;
}
.create-account input[type=checkbox]:checked {
    background: #272727;
    border-color: #272727 !important;
}
.create-account input[type=checkbox] {
    clear: none;
    cursor: pointer;
    display: inline-block !important;
    margin: 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    -moz-appearance: none;
    appearance: none;
    -webkit-font-smoothing: inherit;
    transition: .05s border-color ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 16px;
    width: 16px;
    height: 16px;
    border: 1px solid #272727;
    margin-right: 8px;
    position: relative;
}
.create-account input[type=checkbox]:checked:before {
    position: absolute;
    font-size: 10px;
    font-family: 'themify';
    content: "\e64c";
    line-height: 16px;
    text-align: center;
    color: #fff;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: 48.8%;
    overflow: visible;
}
.woocommerce form .form-row {
    padding: 0px;
    margin-bottom: 15px;
    display: flex;
}
.woocommerce form.checkout.woocommerce-checkout {
    display: inline-block;
    width: 100%;
}
.woocommerce-checkout-review-order {
    width: 48%;
    float: right;
}
.col2-set#customer_details {
    width: 48%;
    float: left;
}
.col2-set#customer_details .col-1 {
    flex: 100%;
    max-width: 100%;
    width: 100%;
    padding-left: 0;
}
.col2-set#customer_details .col-2 {
    flex: 100%;
    max-width: 100%;
    width: 100%;
    padding-left: 0;
}
.woocommerce-billing-fields h4,
.woocommerce-checkout-review-order h4,
.woocommerce-additional-fields h4 {
    margin-bottom: 20px;
}
.woocommerce-checkout-review-order
.woocommerce-cart .woocommerce table.shop_table {
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 -1px 0px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 0;
    border-spacing: 0px;
}
.checkout.woocommerce-checkout {
    padding-bottom: 15px;
}
.woocommerce table.shop_table {
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 0;
    border-spacing: 0px;
}
.woocommerce-form-login-toggle {
    display: inline-flex;
    width: 100%;
    background: #f5f5f5;
}
.woocommerce-form-login-toggle .woocommerce-info {
    width: 100%;
}
.woocommerce-form-coupon-toggle {
    display: inline-flex;
    width: 100%;
}
.woocommerce-form-coupon-toggle .woocommerce-info {
    width: 100%;
}
.rt-login-coupon .woocommerce-form-coupon button {
    border-radius: 0px;
}
.rt-coupon .woocommerce-error {
    padding: 10px 0px 15px 20px !important;
}
.woocommerce-error li {
    padding-left: 35px !important;
}
.woocommerce-error,
.woocommerce-info {
    border-top: none;
    margin-right: 0px;
    margin-left: 0px;
}
.shop_single .woocommerce-message {
    margin-right: 0px;
    margin-left: 0px;
}
.woocommerce-message {
    border-top: none;
    margin-right: 15px;
    margin-left: 15px;
}
.cart-added {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-added .cart-added-text {
    margin: 0;
    flex: 1;
    margin-right: 30px;
}
.woocommerce-info::before, .woocommerce-message::before {
    display: inline-block;
    position: absolute;
    top: 30%;
    left: 1.5em;
}
.woocommerce-error::before{
    display: inline-block;
    position: absolute;
    top: 22%;
    left: 1.5em;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error::before {
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 1.5em;
}
.cd-user-modal-container .woocommerce-form .form-actions,
.woocommerce-privacy-policy-text {
    text-align: left;
}
.woocommerce-button.button.woocommerce-form-login__submit {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 4px;
    color: #fff;
    padding: 13px 50px 15px 50px;
    border: none;
    background: #d52b1e;
    border-radius: 0px;
    text-transform: uppercase;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    text-align: center;
}
.woocommerce-button.button.woocommerce-form-login__submit:hover {
    background: #d52b1e;
    color: #fff;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 4px;
    color: #fff;
    padding: 13px 25px 15px 25px;
    border: none;
    background: #d52b1e;
    border-radius: 0px;
    text-transform: uppercase;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    text-align: center;
}
.woocommerce button.button.alt span {
    position: relative;
    left: 0px;
    transition: all .2s ease-in-out;
}
.woocommerce button.button.alt span:before {
    content: '';
    position: absolute;
    display: inline-block;
    background-color: currentColor;
    top: calc(50%);
    left: -22px;
    height: 1px;
    width: 0;
    transition: all .2s ease-in-out;
}
.woocommerce button.button.alt:hover span {
    left: 15px;
}
.woocommerce button.button.alt:hover span:before {
    width: 13px;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #d52b1e;
    color: #fff;
}
span.lost_password {
    margin: 0;
}
span.lost_password a {
    color: #272727;
}
.rt-login-coupon input[type=checkbox],
.rt-login-coupon input[type=radio] {
    clear: none;
    cursor: pointer;
    margin: -2px 0 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-font-smoothing: inherit;
    transition: .05s border-color ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 16px;
    width: 16px;
    height: 16px;
    border: 1px solid #272727;
    margin-right: 10px;
    position: relative;
}
.rt-login-coupon input[type=checkbox]:checked {
    background: #272727;
    border-color: #272727 !important;
}
.rt-login-coupon {
    width: 100%;
    float: left;
    position: relative;
    display: inline-block;
    padding-right: 0px;
}
.woocommerce-checkout .woocommerce {
    position: relative;
}
.rt-login-coupon .woocommerce-info {
    border: none;
    margin: 0px;
    padding: 15px 15px;
}
.rt-login-coupon .woocommerce-info a {
    color: #676766;
}
.rt-login-coupon .woocommerce-info a:hover {
    color: #d52b1e;
}
.rt-login-coupon .woocommerce form .form-row label {
    cursor: pointer;
    margin-bottom: 0px;
}
.rt-login-coupon .rt-login,
.rt-login-coupon .rt-coupon {
    margin-bottom: 15px;
}
.rt-login-form,
.rt-coupon {
    background: #f5f5f5;
}
.rt-login-form form.woocommerce-form-login,
.rt-coupon form.woocommerce-form-coupon {
    border: none;
    margin: 0px;
    padding: 15px;
}
.woocommerce form.login,
.woocommerce form.register {
    padding: 15px;
    border-radius: 0px;
    margin-top: 20px;
}
.woocommerce form.checkout_coupon {
    padding-top: 0;
    border-radius: 0px;
    padding-bottom: 5px;
}
.woocommerce form .form-row-wide,
.woocommerce-page form .form-row-wide {
    clear: both;
    position: relative;
}
.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
}
.woocommerce-info::before {
    display: none;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background: #f5f5f5;
}
.woocommerce-message a:hover {
    color: #d52b1e;
}
.woocommerce-checkout .woocommerce-error {
    padding: 15px 50px;
}
.woocommerce-checkout .woocommerce-error::before {
    left: 15px;
}
.shop_table.woocommerce-checkout-review-order-table .product-thumbnail {
    display: table-cell;
    vertical-align: middle;
    width: 60px;
    overflow: hidden;
}
.shop_table.woocommerce-checkout-review-order-table .rt-product-ckeckout-name {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}
.shop_table.woocommerce-checkout-review-order-table .rt-product-ckeckout-name {
    padding-left: 20px;
    width: 80%;
}
.shop_table.woocommerce-checkout-review-order-table .product-thumbnail img {
    height: auto;
    max-width: 100%;
}
.shop_table.woocommerce-checkout-review-order-table tbody tr {
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
    background: #f5f5f5;
    border: none;
    padding: 16px 20px;
    margin-bottom: 0px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th {
    font-weight: 400;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td {
    border-top: 1px solid rgba(0, 0, 0, .1);
}
.default-page .checkout table tfoot tr th,
.default-page .checkout table tbody tr td,
.default-page .checkout table tfoot tr td {
    border: none !important;
    border-top: 1px rgba(84, 84, 111, 0.3) solid !important;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .shipping th {
    display: none;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .shipping td p {
    font-weight: 400;
    text-align: left;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td {
    text-align: right;
    font-weight: 400;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td span {
    font-weight: 700;
}
.woocommerce ul#shipping_method .amount {
    font-weight: 400;
    flex-grow: 1;
    text-align: right;
}
.woocommerce ul#shipping_method li label {
    display: flex;
}
td.product-total,
th.product-total {
    text-align: right;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #f5f5f5;
    border-radius: 0px;
    padding: 0 20px 15px;
}
.woocommerce-checkout #payment ul.payment_methods {
    padding: 15px 0px;
}
#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
    padding: 15px 0px;
    margin: 0px;
}
.shop_table thead tr th,
.shop_table thead tr td,
.shop_table tbody tr th,
.shop_table tbody tr td,
.shop_table tfoot tr th,
.shop_table tfoot tr td {
    padding-left: 0px !important;
}
.place-order button#place_order {
    flex-grow: 1;
    border-radius: 0px;
}
.wc_payment_method input[type=radio] {
    clear: none;
    cursor: pointer;
    margin: -.25rem .25rem 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-font-smoothing: inherit;
    transition: .05s border-color ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 16px;
    width: 16px;
    height: 16px;
    border: 1px solid #676767;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
}
.wc_payment_method input[type=radio]:checked:before {
    content: '';
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background-color: #272727;
}
.woocommerce-privacy-policy-text a {
    color: #272727;
}
.rt-login-form form .form-row-first,
.rt-login-form form .form-row-last,
.rt-coupon form .form-row-first,
.rt-coupon form .form-row-last {
    width: 100%;
    float: left;
}
.rt-login-form form .form-row .input-text,
.rt-coupon form.checkout_coupon .input-text {
    width: 40% !important;
}
form.woocommerce-ResetPassword .form-row label {
    display: block;
}
/*--------------------------------------------------------------
# Checkout Page Style End
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# My acount Page Style Start
--------------------------------------------------------------*/
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    width: 50%;
    max-width: 50%;
}
.woocommerce form.login,
.woocommerce form.register {
    border-radius: 0px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-flex;
    align-items: center;
    width: 100%;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span {
    margin: 0px;
}
.woocommerce-LostPassword.lost_password a {
    color: #272727;
}
.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
    margin: 0;
    height: 48px;
    border-radius: 0px;
    border: 1px solid #272727;
    background: #272727;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    padding: 11px 50px;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}
.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover {
    background: #fff;
    color: #272727;
}
.woocommerce .woocommerce-Addresses.col2-set .col-2,
.woocommerce-page .woocommerce-Addresses.col2-set .col-2 {
    float: right;
    width: 100%;
    max-width: 100%;
    padding: 0px;
}
.woocommerce .woocommerce-Addresses.col2-set .col-1,
.woocommerce-page .woocommerce-Addresses.col2-set .col-1 {
    float: left;
    width: 100%;
    max-width: 100%;
    padding: 0px;
}
.woocommerce-account .addresses .title .edit {
    background: #d52b1e;
    color: #fff;
    border: 1px solid #d52b1e;
    padding: 5px 38px;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 1.3;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}
.woocommerce-account .addresses .title h4 {
    float: left;
}
.woocommerce-MyAccount-navigation ul li {
    background: #f5f5f5;
    margin-bottom: 5px;
    padding: 10px 15px !important;
    list-style: none;
}
.woocommerce-MyAccount-navigation ul li a {
    display: inline-block;
    width: 100%;
    color: #272727;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 25%;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 70%;
}
.woocommerce-MyAccount-content .woocommerce-info,
.woocommerce-MyAccount-content .woocommerce-message {
    background: #f5f5f5;
    color: #272727;
    padding: 15px 20px;
    justify-content: center;
    vertical-align: middle;
}
.woocommerce-MyAccount-content .woocommerce-info a,
.woocommerce-MyAccount-content .woocommerce-message a {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px !important;
    letter-spacing: .25em;
    background-color: #d52b1e;
    color: #ffffff;
    padding-top: 15px;
    padding-right: 50px;
    padding-bottom: 15px;
    padding-left: 50px;
}
.woocommerce-MyAccount-content .woocommerce-info a:hover,
.woocommerce-MyAccount-content .woocommerce-message a:hover {
    background: #d52b1e;
    color: #fff;
}
.woocommerce-MyAccount-content p a {
    color: #272727;
}
.woocommerce form .password-input,
.woocommerce-page form .password-input {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    margin: 0;
    width: 100%;
}
.woocommerce form.edit-account .form-row label {
    margin: 0 0 10px;
    font-weight: 400;
    font-size: 16px;
    color: #272727;
    letter-spacing: 0;
    line-height: 28px;
    text-shadow: none;
    text-transform: capitalize;
    display: block;
}
.edit-account .woocommerce-Button.button {
    background: #272727;
    color: #fff;
    border-radius: 0px;
    padding: 11px 50px;
    font-size: 14px;
    line-height: 28px;
    border: none;
}
.edit-account .woocommerce-Button.button:hover {
    background: #272727;
    color: #fff;
}
.woocommerce-ResetPassword button.woocommerce-Button {
    background: #272727;
    color: #fff;
    border-radius: 0px;
    font-size: 14px;
    line-height: 28px;
    padding: 11px 38px;
    width: 49%;
}
.woocommerce-ResetPassword button.woocommerce-Button:hover {
    background: #272727;
    color: #fff;
}
.woocommerce .woocommerce-MyAccount-content button.button,
a.woocommerce-button.button.view {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 4px;
    color: #fff;
    padding: 13px 50px 15px 50px;
    border: none;
    background: #d52b1e;
    border-radius: 0px;
    text-transform: uppercase;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    text-align: center;
    border-radius: 0px;
}
.woocommerce .woocommerce-MyAccount-content button.button:hover,
a.woocommerce-button.button.view:hover {
    background: #d52b1e;
    color: #fff;
}
.shop_table.my_account_orders thead tr th,
.shop_table.my_account_orders thead tr td,
.shop_table.my_account_orders tbody tr th,
.shop_table.my_account_orders tbody tr td,
.shop_table.my_account_orders tfoot tr th,
.shop_table.my_account_orders tfoot tr td {
    padding-left: 15px !important;
    padding-top: 10px;
    padding-bottom: 10px;
}
.entry-content .woocommerce {
    padding-left: 15px;
    padding-right: 15px;
}
@media screen and (max-width: 1024px) {
    .post-navigation {
        margin-bottom: 42px !important;
    }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
    .blog-style-one .wraper_blog_main .blog_single {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .blog-style-one .wraper_blog_main .blog_single {
        padding-top: 42px !important;
    }
    .blog-style-one .wraper_blog_main div.comments-area {
        padding: 0 0 45px 0 !important;
    }
    .blog-style-one .wraper_blog_main .widget-area {
        padding-top: 0px !important;
        padding-right: px !important;
        padding-left: 15px !important;
    }
    .woocommerce-checkout .wraper_blog_main .container, .wraper_blog_main .container.rt-wishlist-page {
        max-width: calc(100% - 0%) !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    .woocommerce-cart .wraper_blog_main .container{
        max-width: calc(100% - 0%) !important;
        padding-left: 0px;
        padding-right: 0px;
    }
    .wraper_blog_main.default-page {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    .woocommerce-customer-details .woocommerce-column--billing-address.col-1,
    .woocommerce-customer-details .woocommerce-column--shipping-address.col-2 {
        max-width: 100% !important;
        width: 100% !important;
        padding: 0px;
        padding-top: 20px;
    }
    .blog-style-one .wraper_blog_main .blog_single {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .blog-style-one .wraper_blog_main .blog_single {
        padding-top: 42px !important;
    }
    .blog-style-one .wraper_blog_main .widget-area {
        padding-top: 0px !important;
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .blog-style-one .wraper_blog_main div.comments-area {
        padding: 0 0 0px 0 !important;
    } 
    .woocommerce-cart .wraper_blog_main .container, 
    .wraper_blog_main .container.rt-wishlist-page {
        max-width: calc(100% - 0%) !important;
        padding-left: 30px;
        padding-right: 30px;
    }
    .woocommerce-checkout .wraper_blog_main .container {
        max-width: calc(100% - 0%) !important;
        padding-left: 0px;
        padding-right: 0px;
    }
    .wraper_blog_main.default-page {
        padding-right: 15px !important;
        padding-left: 15px !important;
        padding-top: 100px !important;
    }
    
}
@media screen and (max-width: 320px) {
    .woocommerce-checkout .wraper_blog_main .container,
    .woocommerce-cart .wraper_blog_main .container,
    .wraper_blog_main .container.rt-wishlist-page {
        max-width: calc(100% - 0%) !important;
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media screen and (max-width: 767px) {
    .wraper_blog_main .container {
        max-width: calc(100%);
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .blog-style-one .wraper_blog_main .blog_single {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .blog-style-one .wraper_blog_main .blog_single {
        padding-top: 42px !important;
    }
    .blog-style-one .wraper_blog_main .widget-area {
        padding-top: 0px;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .single-post .wraper_blog_main .container {
        max-width: calc(100% );
    }
    .woocommerce-checkout .wraper_blog_main .container,
    .woocommerce-cart .wraper_blog_main .container,
    .wraper_blog_main .container.rt-wishlist-page,
    .woocommerce-account .wraper_blog_main .container {
        max-width: calc(100%);
    }
    .woocommerce-MyAccount-content .woocommerce-info a,
    .woocommerce-MyAccount-content .woocommerce-message a {
        background: #272727;
        color: #fff;
        border-radius: 0px;
        padding: 11px 33px;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 15px;
        width: 100%;
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        float: right;
        width: 100%;
        margin-top: 30px;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation {
        float: left;
        width: 100%;
    }
    .shop_table.woocommerce-checkout-review-order-table .product-thumbnail {
        display: table-cell;
        vertical-align: middle;
        width: 100px;
        overflow: hidden;
    }
    .woocommerce .col2-set .col-1,
    .woocommerce-page .col2-set .col-1,
    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-2 {
        float: none;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0px;
    }
    .blog-style-one .wraper_blog_main .blog_single {
        padding-top: 42px !important;
    }
    .blog-style-one .wraper_blog_main div.comments-area {
        padding: 0 0 0px 0 !important;
    }
    .woocommerce-checkout .wraper_blog_main .container, .wraper_blog_main .container.rt-wishlist-page {
        max-width: calc(100% - 0%) !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    .woocommerce-cart .wraper_blog_main .container .col-lg-8.col-md-12.col-sm-12.col-xs-12,
    .woocommerce-cart .wraper_blog_main .container .col-lg-4.col-md-12.col-sm-12.col-xs-12 {
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media screen and (max-width: 320px) {
    .woocommerce-account .woocommerce-MyAccount-content {
        float: right;
        width: 100%;
        margin-top: 30px;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation {
        float: left;
        width: 100%;
    }
}
/*--------------------------------------------------------------
# My acount Page Style End
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Order Details Page Style Start
--------------------------------------------------------------*/
.woocommerce-customer-details .woocommerce-column--billing-address.col-1,
.woocommerce-customer-details .woocommerce-column--shipping-address.col-2 {
    max-width: 50%;
    width: 50%;
}
.woocommerce-customer-details .woocommerce-column--billing-address.col-1 {
    padding-left: 0;
}
.woocommerce-customer-details .woocommerce-column--shipping-address.col-2 {
    padding-right: 0px;
}
table.shop_table.order_details tr th,
table.shop_table.order_details tr td {
    padding-left: 15px !important;
    font-weight: 400;
}
table.shop_table.order_details tr td a {
    color: #676666;
}
.woocommerce ul.order_details li {
    float: left;
    margin-right: 2em;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 1;
    border-right: 1px dashed #d3ced2;
    padding-right: 20px;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}
.woocommerce .woocommerce-customer-details address {
    min-height: 215px;
    border-radius: 0px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    text-align: left;
}
/*--------------------------------------------------------------
# Order Details Page Style End
--------------------------------------------------------------*/
@media (min-width: 1200px){
    .wraper_shop_single .container {
        max-width: 1290px;
    }
}
/*--------------------------------------------------------------
# Shop Box Style One Start
--------------------------------------------------------------*/
.radiantthemes-shop.style-one .radiantthemes-shop-box {
    margin-bottom: 0px;
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
    padding-right: 8px;
    padding-left: 8px;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder {
    position: relative;
    overflow: hidden;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .pic {
    position: relative;
    overflow: hidden;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .pic img {
    width: 100%;
    float: left;
    transition: .42s ease-out;
    -webkit-transition: .42s ease-out;
    -webkit-transform: scale(1.06) translate3d(0px, 0px, 0px);
    -ms-transform: scale(1.06) translate3d(0px, 0px, 0px);
    transform: scale(1.06) translate3d(0px, 0px, 0px);
    -webkit-transition: -webkit-transform 1s cubic-bezier(.33, .02, 0, .93);
    -o-transition: transform 1s cubic-bezier(.33, .02, 0, .93);
    transition: transform 1s cubic-bezier(.33, .02, 0, .93);
    transition: transform 1s cubic-bezier(.33, .02, 0, .93), -webkit-transform 1s cubic-bezier(.33, .02, 0, .93);
}
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .pic:hover img {
    -webkit-transform: scale(1.06) translate3d(-3%, 0px, 0px);
    -ms-transform: scale(1.06) translate3d(-3%, 0px, 0px);
    transform: scale(1.06) translate3d(-3%, 0px, 0px);
    -webkit-transition: -webkit-transform 1s cubic-bezier(.33, .02, 0, .93);
    -o-transition: transform 1s cubic-bezier(.33, .02, 0, .93);
    transition: transform 1s cubic-bezier(.33, .02, 0, .93);
    transition: transform 1s cubic-bezier(.33, .02, 0, .93), -webkit-transform 1s cubic-bezier(.33, .02, 0, .93);
}
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .pic .tag {
    position: absolute;
    background: #fff;
    padding: 6px 6px 4px 6px;
    left: 15px;
    top: 15px;
    font-size: 14px;
    line-height: 14px;
    color: #272727;
    z-index: 1;
}
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .pic .offer {
    position: absolute;
    background: #fff;
    padding: 6px 6px 4px 6px;
    right: 15px;
    top: 15px;
    font-size: 14px;
    line-height: 14px;
    color: #EF5C5C;
    z-index: 1;
}
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .product-description {
    background: #fff;
    text-align: center;
    padding: 25px 0 0px 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform .4s ease-in-out;
    -o-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
}
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder:hover .product-description {
    -webkit-transform: translateY(-32%);
    -ms-transform: translateY(-32%);
    transform: translateY(-32%);
}
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .product-description .action-buttons {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -12%;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .product-description .action-buttons .button.yith-wcqv-button,
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .product-description .action-buttons .tinv-wishlist a,
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .product-description .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .product-description .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #272727;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .07);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    margin: 0 3px 0px 3px;
    border: 1px solid #f1f1f1;
    font-size: 0 !important;
    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.style-one .radiantthemes-shop-box .holder .product-description .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span.feedback,
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .product-description .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span.feedback {
    display: none;
}
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .product-description .action-buttons .tinv-wishlist a:before {
    position: absolute;
    content: "";
    background: url(../images/heart-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin: 0px;
}
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .product-description .action-buttons .button.yith-wcqv-button:before {
    position: absolute;
    content: "";
    background: url(../images/eye-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder:hover .product-description .action-buttons .button.yith-wcqv-button,
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder:hover .product-description .action-buttons .tinv-wishlist a,
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder:hover .product-description .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder:hover .product-description .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .product-description .action-buttons .tinv-wishlist:hover a:before {
    background: url(../images/heart-woocommerce-white.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .action-buttons .button.yith-wcqv-button:hover:before {
    background: url(../images/eye-woocommerce-white.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .product-description .action-buttons .button:hover,
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .product-description .action-buttons .tinv-wishlist a:hover,
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .product-description .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover .radiantthemes-shop.style-one .radiantthemes-shop-box .holder .product-description .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover {
    color: #fff;
    background: #272727;
    border: 1px solid #272727;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .product-description .action-buttons .tinv-wishlist:hover a {
    color: #fff;
    background: #272727;
    border: 1px solid #272727;
}
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .action-buttons button:focus {
    outline: none;
    border: none;
}
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .product-description a .product-brand {
    font-size: 12px;
    line-height: 24px;
    color: #666666;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 6px;
    letter-spacing: 1.3px;
}
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .product-description a .woocommerce-loop-product__title {
    margin: 0 0 6px;
    text-transform: capitalize;
    color: #272727;
    font-size: 16px;
    line-height: 27px;
    font-weight: normal;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-decoration: none;
    float: left;
    width: 100%;
}
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .product-description .price {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 0px;
    width: 100%;
    float: left;
    color: #676666;
}
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .product-description .price span.percent-off {
    font-size: 16px;
    line-height: 27px;
    color: #676666;
}
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .product-description .price ins {
    color: #272727;
}
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .product-description .price span.woocommerce-Price-currencySymbol {
    margin-right: 2px;
}
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .product-description .star-rating {
    float: none;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 12px;
    width: 6.3em;
    font-family: star;
    margin: 0 auto 15px;
    letter-spacing: 2.3px;
    display: none;
}
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .product-description .star-rating::before {
    color: #272727;
    float: left;
    top: 0;
    left: 3px;
    position: absolute;
    right: 0;
}
.woocommerce .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 1px;
    position: absolute;
    padding-top: 1.5em;
    color: #d52b1e;
}
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .product-description .product-price {
    margin-bottom: 0px;
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 27px;
}
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .product-description .add-bag {
    left: 0;
    right: 0;
    margin: 0 auto;
}
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .add-bag .radiantthemes-cart .quantity,
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .add-bag .radiantthemes-cart .added_to_cart {
    display: none;
}
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .product-description .add-bag a,
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .add-bag .button {
    background: #272727;
    color: #fff;
    padding: 11px 22px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #272727;
    opacity: 0;
    visibility: hidden;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    transform: translateY(12px);
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .product-description .add-bag a:hover,
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .add-bag .button:hover {
    color: #272727;
    background: #fff;
    border: 1px solid #272727;
}
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder:hover .product-description .add-bag a,
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder:hover .add-bag .button {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transform: translateY(0px);
}
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .product-description .add-bag a:before,
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .add-bag .button:before {
    content: "";
    background: url(../images/shopping-bag-woocommerce-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin-right: 10px;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .product-description .add-bag a:hover:before,
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .add-bag .button:hover:before {
    background: url(../images/shopping-bag-woocommerce.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .add-bag .radiantthemes-cart .button:after {
    display: none;
}
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .add-bag .radiantthemes-cart {
    margin-bottom: 0px;
}
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .add-bag .radiantthemes-cart button {
    float: none;
}
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .product-description .add-bag .woosq-btn,
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .product-description .add-bag .yith-wcwl-add-to-wishlist,
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .product-description .add-bag .wooscp-btn {
    display: none;
}
.product-box .colmd2 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
}
.woocommerce .wraper_inner_banner {
    background-image: none;
}
.radiantthemes-shop.five-column.style-one .radiantthemes-shop-box {
    margin-bottom: -30px;
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
    padding-right: 8px;
    padding-left: 8px;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}
.radiantthemes-shop.five-column.style-one .radiantthemes-shop-box .holder {
    position: relative;
    overflow: hidden;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .product-description .meta-wrapper {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .color-swatch {
    align-items: center;
    display: flex;
    flex-direction: row;
}
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .color-swatch .color {
    border: transparent;
    width: auto;
    display: flex;
    margin-right: 4px;
    border-radius: 50%;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .color-swatch .color:hover,
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .color-swatch .color.active {
    border: 1px solid #272727;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .color-swatch .color span {
    padding: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 0;
    letter-spacing: 0;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
}
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .color-swatch div {
    position: relative;
}
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .color-swatch div:hover:after,
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .color-swatch div.active:after {
    opacity: 1;
    visibility: visible;
}
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .color-swatch .color:hover {
    cursor: pointer;
}
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .color-swatch {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .color-swatch .color {
    border: transparent;
    width: auto;
    display: flex;
    margin-right: 4px;
    border-radius: 50%;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .color-swatch .color:hover,
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .color-swatch .color.active {
    border: 1px solid #272727;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .color-swatch .color span {
    padding: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 0;
    letter-spacing: 0;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 15%);
}
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .color-swatch div {
    position: relative;
}
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .color-swatch div:hover:after,
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .color-swatch div.active:after {
    opacity: 1;
    visibility: visible;
}
.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .color-swatch .color:hover {
    cursor: pointer;
}
@media screen and (max-width:767px) {
    .product-box .colmd2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        flex-direction: row;
    }
    .product-box .colmd2:nth-child(odd) {
        padding-right: 8px !important;
        padding-left: 0px !important;
    }
    .product-box .colmd2:nth-child(even) {
        padding-left: 8px !important;
        padding-right: 0px !important;
    }
}
/*--------------------------------------------------------------
# Shop Box Style One End
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Shop Box Style Two Start
--------------------------------------------------------------*/
.radiantthemes-shop.style-two .radiantthemes-shop-box {
    margin-bottom: 15px;
    background: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder {
    position: relative;
    overflow: hidden;
    margin: 0px;
    transition: all 0.3s ease-in-out;
    background: #f6f6f3;
}
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder:hover {
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.22);
}
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .pic {
    position: relative;
    overflow: hidden;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .pic img {
    width: 100%;
    float: left;
    transform: translate3d(0px, 0px, 0px);
    transition: .42s ease-out;
    -webkit-transition: .42s ease-out;
    -webkit-transition: -webkit-transform 1s cubic-bezier(.33, .02, 0, .93);
    -o-transition: transform 1s cubic-bezier(.33, .02, 0, .93);
    transition: transform 1s cubic-bezier(.33, .02, 0, .93);
    transition: transform 1s cubic-bezier(.33, .02, 0, .93), -webkit-transform 1s cubic-bezier(.33, .02, 0, .93);
}
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder:hover .pic img {
    -webkit-transform: scale(.70) translate3d(0px, 0px, 0px);
    -ms-transform: scale(.70) translate3d(0px, 0px, 0px);
    transform: scale(.70) translate3d(0px, 0px, 0px);
    -webkit-transition: -webkit-transform 1s cubic-bezier(.33, .02, 0, .93);
    -o-transition: transform 1s cubic-bezier(.33, .02, 0, .93);
    transition: transform 1s cubic-bezier(.33, .02, 0, .93);
    transition: transform 1s cubic-bezier(.33, .02, 0, .93), -webkit-transform 1s cubic-bezier(.33, .02, 0, .93);
}
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .product-description {
    text-align: center;
    padding: 15px 0 20px 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    transition: transform 1s cubic-bezier(.33, .02, 0, .93);
}
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder:hover .product-description {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .product-description .woocommerce-loop-product__title {
    margin: 0 0 6px;
    text-transform: capitalize;
    color: #272727;
    font-size: 16px;
    line-height: 27px;
    font-weight: normal;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-decoration: none;
    float: left;
    width: 100%;
}
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .product-description .price {
    font-size: 16px;
    margin-bottom: 0px;
    width: 100%;
    float: left;
    line-height: 20px;
    color: #676666;
}
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .product-description .product-price .price {
    font-size: 16px;
    margin-bottom: 0px;
    width: 100%;
    line-height: 27px;
    color: #676666;
    float: none;
}
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .product-description .price ins {
    color: #272727;
}
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .product-description .price span.woocommerce-Price-currencySymbol {
    margin-right: 2px;
}
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .product-description .product-price {
    margin-bottom: 13px;
    width: 100%;
    font-size: 16px;
    line-height: 27px;
    color: #272727;
}
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .product-description .star-rating {
    float: none;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 14px;
    width: 5.4em;
    font-family: star;
    margin-bottom: 15px;
    display: none;
}
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .action-buttons {
    position: absolute;
    left: 20px;
    margin: 0 auto;
    top: 20px;
}
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .action-buttons .button.yith-wcqv-button,
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .action-buttons .tinv-wishlist a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #272727;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .07);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    margin: 0 0px 10px 0px;
    border: 1px solid #f1f1f1;
    font-size: 0px !important;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    z-index: 9;
}
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .action-buttons .tinv-wishlist a:before {
    position: absolute;
    content: "";
    background: url(../images/heart-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin: 0px;
}
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .action-buttons .button.yith-wcqv-button:before {
    position: absolute;
    content: "";
    background: url(../images/eye-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .action-buttons .tinv-wishlist:hover a:before {
    background: url(../images/heart-woocommerce-white.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .action-buttons .button.yith-wcqv-button:hover:before {
    background: url(../images/eye-woocommerce-white.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder:hover .action-buttons .button.yith-wcqv-button,
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder:hover .action-buttons .tinv-wishlist a {
    opacity: 1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .action-buttons .button.yith-wcqv-button:hover,
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .action-buttons .tinv-wishlist a:hover {
    color: #fff;
    background: #272727;
    border: 1px solid #272727;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span.feedback,
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span.feedback {
    display: none;
}
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .action-buttons .tinv-wishlist:hover a {
    color: #fff;
}
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .action-buttons button:focus {
    outline: none;
    border: none;
}
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .product-description .product-brand {
    margin: 0 0 10px;
}
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .product-description .product-brand a {
    text-decoration: none;
    text-transform: uppercase;
}
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .product-description .product-title {
    margin: 0 0 2px;
}
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .product-description .product-title a {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-decoration: none;
}
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .product-description .product-price {
    margin-bottom: 15px;
}
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .product-description .product-price span {
    margin-right: 2px;
}
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .product-description .product-price .percent-off {
    display: none;
}
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .product-description .product-price .price ins {
    margin-right: 8px;
}
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .product-description .star-rating {
    float: none;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 14px;
    width: 6.3em;
    font-family: star;
    margin-bottom: 15px;
    letter-spacing: 2.5px;
    display: none;
}
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .product-description .add-bag {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .product-description .add-bag .radiantthemes-cart .quantity,
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .product-description .add-bag .radiantthemes-cart .added_to_cart {
    display: none;
}
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .product-description .add-bag a,
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .product-description .add-bag button {
    border: 1px solid #272727;
    background: #272727;
    color: #fff;
    padding: 11px 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    transform: translateY(12px);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    float: none;
}
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .product-description .add-bag a:hover,
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .product-description .add-bag button:hover {
    color: #272727;
    background: #fff;
    border: 1px solid #272727;
}
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .product-description .add-bag a:before,
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .product-description .add-bag button:before {
    content: "";
    background: url(../images/shopping-bag-woocommerce-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin-right: 10px;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .product-description .add-bag a:hover:before,
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .product-description .add-bag button:hover:before {
    background: url(../images/shopping-bag-woocommerce.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder:hover .product-description .add-bag a,
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder:hover .product-description .add-bag button {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transform: translateY(0px);
}
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .product-description .add-bag .woosq-btn,
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .product-description .add-bag .yith-wcqv-button {
    display: none;
}
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .meta-wrapper {
    margin-bottom: 10px;
}
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .color-swatch {
    align-items: center;
    display: flex;
    flex-direction: row;
}
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .color-swatch .color {
    border: transparent;
    width: auto;
    display: flex;
    margin-right: 4px;
    border-radius: 50%;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .color-swatch .color:hover,
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .color-swatch .color.active {
    border: 1px solid #272727;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .color-swatch .color span {
    padding: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 0;
    letter-spacing: 0;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
}
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .color-swatch div {
    position: relative;
}
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .color-swatch div:hover:after,
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .color-swatch div.active:after {
    opacity: 1;
    visibility: visible;
}
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .color-swatch .color:hover {
    cursor: pointer;
}
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .color-swatch {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .color-swatch .color {
    border: transparent;
    width: auto;
    display: flex;
    margin-right: 4px;
    border-radius: 50%;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .color-swatch .color:hover,
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .color-swatch .color.active {
    border: 1px solid #272727;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .color-swatch .color span {
    padding: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 0;
    letter-spacing: 0;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 15%);
}
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .color-swatch div {
    position: relative;
}
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .color-swatch div:hover:after,
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .color-swatch div.active:after {
    opacity: 1;
    visibility: visible;
}
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .color-swatch .color:hover {
    cursor: pointer;
}
@media screen and (max-width:767px) {
    .radiantthemes-shop.style-two .radiantthemes-shop-box .holder:hover .product-description {
        -webkit-transform: translateY(-30%);
        -ms-transform: translateY(-30%);
        transform: translateY(-30%);
    }
}
/*--------------------------------------------------------------
# Shop Box Style Two End
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Shop Box Style Three Start
--------------------------------------------------------------*/
.radiantthemes-shop.style-three .radiantthemes-shop-box {
    margin-bottom: 15px;
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9)
}
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .pic {
    position: relative;
    overflow: hidden;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
    text-align: center;
}
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .pic img {
    width: 100%;
    float: left;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
}
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .pic img.primary-img {
    display: inline-block;
    width: 100%;
    transform: scale(1) translate3d(0px, 0px, 0px);
    vertical-align: middle;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
}
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .pic:hover img.primary-img {
    opacity: 0;
    transform: scale(1.02);
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
}
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .pic img.primary-hover-img {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: 2;
    transition: 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
}
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .pic:hover img.primary-hover-img {
    opacity: 1;
    visibility: visible;
    transform: scale(1.02);
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
}
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .pic .tag {
    position: absolute;
    background: #fff;
    padding: 6px 6px 4px 6px;
    left: 15px;
    top: 15px;
    font-size: 14px;
    line-height: 14px;
    color: #272727;
    z-index: 1;
}
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .pic .offer {
    position: absolute;
    background: #fff;
    padding: 6px 6px 4px 6px;
    right: 15px;
    top: 15px;
    font-size: 14px;
    line-height: 14px;
    color: #EF5C5C;
    z-index: 1;
}
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .product-description {
    background: #fff;
    text-align: center;
    padding: 10px 0 15px 0;
}
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .product-description .product-price span.percent-off {
    display: none;
}
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .product-description .product-price .price ins {
    margin-right: 8px;
}
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .product-description .product-price p.product-price {
    margin-bottom: 0px;
}
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .action-buttons {
    position: absolute;
    right: 20px;
    margin: 0 auto;
    top: 20px;
}
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .action-buttons .button.yith-wcqv-button,
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .action-buttons a.rt-add-to-cart,
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .action-buttons .rt-add-to-cart button,
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .action-buttons .tinv-wishlist a,
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #272727;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .07);
    border-radius: 50% !important;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    margin: 0 0px 10px 0px;
    border: 1px solid #f1f1f1;
    font-size: 0px !important;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    z-index: 9;
}
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .action-buttons .tinv-wishlist a:before {
    position: absolute;
    content: "";
    background: url(../images/heart-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin: 0px;
}
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .action-buttons .button.yith-wcqv-button:before {
    position: absolute;
    content: "";
    background: url(../images/eye-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .action-buttons a.rt-add-to-cart:before,
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .action-buttons .rt-add-to-cart button:before {
    position: absolute;
    content: "";
    background: url(../images/shopping-bag-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .action-buttons .tinv-wishlist a:hover:before {
    background: url(../images/heart-woocommerce-white.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .action-buttons .button.yith-wcqv-button:hover:before {
    background: url(../images/eye-woocommerce-white.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .action-buttons a.rt-add-to-cart:hover:before,
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .action-buttons .rt-add-to-cart button:hover:before {
    background: url(../images/shopping-bag-woocommerce-white.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span.feedback,
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span.feedback {
    display: none;
}
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder:hover .action-buttons .button.yith-wcqv-button,
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder:hover .action-buttons a.rt-add-to-cart,
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder:hover .action-buttons .rt-add-to-cart button,
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder:hover .action-buttons .tinv-wishlist a,
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder:hover .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder:hover .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
    opacity: 1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .action-buttons .button.yith-wcqv-button:hover,
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .action-buttons a.rt-add-to-cart:hover,
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .action-buttons .rt-add-to-cart button:hover,
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .action-buttons .tinv-wishlist a:hover,
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover {
    color: #fff;
    background: #272727;
    border: 1px solid #272727;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist:hover a {
    color: #fff;
    background: #272727;
    border: 1px solid #272727;
}
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .action-buttons .button.yith-wcqv-button:focus,
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .action-buttons a:focus {
    outline: none;
    border: none;
}
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .action-buttons .rt-add-to-cart .radiantthemes-cart .quantity,
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .action-buttons .rt-add-to-cart .radiantthemes-cart .added_to_cart {
    display: none;
}
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .product-description .star-rating {
    float: none;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 14px;
    width: 5.4em;
    font-family: star;
    margin-bottom: 15px;
    display: none;
}
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .product-description .product-brand {
    margin: 0 0 3px;
    display: none;
}
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .product-description .woocommerce-loop-product__title {
    margin: 0 0 0px;
    text-transform: capitalize;
    color: #272727;
    font-size: 16px;
    line-height: 27px;
    font-weight: normal;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-decoration: none;
    float: left;
    width: 100%;
}
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .product-description .product-price,
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .product-description .price {
    font-size: 16px;
    margin-bottom: 7px;
    width: 100%;
    float: left;
    line-height: 27px;
    color: #272727;
}
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .product-description .price {
    margin-bottom: 0px;
}
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .product-description .price ins {
    color: #272727;
}
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .product-description .price del {
    opacity: 0.6;
}
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .product-description .product-brand a {
    text-decoration: none;
    text-transform: uppercase;
}
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .product-description .product-title {
    margin: 0 0 10px;
}
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .product-description .product-title a {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-decoration: none;
}
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .product-description .meta-wrapper {
    width: 100%;
    float: left;
}
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .color-swatch {
    align-items: center;
    display: flex;
    flex-direction: row;
}
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .color-swatch .color {
    border: transparent;
    width: auto;
    display: flex;
    margin-right: 4px;
    border-radius: 50%;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .color-swatch .color:hover,
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .color-swatch .color.active {
    border: 1px solid #272727;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .color-swatch .color span {
    padding: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 0;
    letter-spacing: 0;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
}
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .color-swatch div {
    position: relative;
}
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .color-swatch div:hover:after,
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .color-swatch div.active:after {
    opacity: 1;
    visibility: visible;
}
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .color-swatch .color:hover {
    cursor: pointer;
}
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .color-swatch {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .color-swatch .color {
    border: transparent;
    width: auto;
    display: flex;
    margin-right: 4px;
    border-radius: 50%;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .color-swatch .color:hover,
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .color-swatch .color.active {
    border: 1px solid #272727;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .color-swatch .color span {
    padding: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 0;
    letter-spacing: 0;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 15%);
}
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .color-swatch div {
    position: relative;
}
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .color-swatch div:hover:after,
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .color-swatch div.active:after {
    opacity: 1;
    visibility: visible;
}
.radiantthemes-shop.style-three .radiantthemes-shop-box .holder .color-swatch .color:hover {
    cursor: pointer;
}
/*--------------------------------------------------------------
# Shop Box Style Three End
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Shop Box Style Four Start
--------------------------------------------------------------*/
.radiantthemes-shop.style-four .radiantthemes-shop-box {
    margin-bottom: 15px;
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
    padding-right: 8px;
    padding-left: 8px;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .pic {
    position: relative;
    overflow: hidden;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
    text-align: center;
}
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .pic img {
    width: 100%;
    float: left;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
}
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .pic img.primary-img {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
    transform: translate3d(0px, 0px, 0px);
}
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .pic:hover img.primary-img {
    opacity: 1;
    transform: scale(1.06);
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
}
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .pic img.primary-hover-img {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: 2;
    transition: 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
}
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .pic:hover img.primary-hover-img {
    opacity: 1;
    visibility: visible;
    transform: scale(1.06);
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
}
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .pic .tag {
    position: absolute;
    background: #fff;
    padding: 6px 6px 4px 6px;
    left: 15px;
    top: 15px;
    font-size: 12px;
    line-height: 12px;
    color: #272727;
    z-index: 9;
}
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .pic .offer {
    position: absolute;
    background: #fff;
    padding: 6px 6px 4px 6px;
    right: 15px;
    top: 15px;
    font-size: 12px;
    line-height: 12px;
    color: #272727;
    z-index: 9;
}
.radiantthemes-shop.style-two .radiantthemes-shop-box .holder .product-description .price ins {
    color: #272727;
}
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .product-description {
    background: #fff;
    text-align: left;
    padding: 15px 0 0px 0;
    float: left;
    width: 100%;
}
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .product-description .percent-off {
    display: none;
}
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .action-buttons {
    position: absolute;
    right: 0px;
    left: 0px;
    margin: 0 auto;
    bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .action-buttons .button.yith-wcqv-button,
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .action-buttons a.rt-add-to-cart,
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .action-buttons .rt-add-to-cart button,
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .action-buttons .tinv-wishlist a,
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #272727;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .07);
    border-radius: 50% !important;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    margin: 0px 5px 0px 5px;
    border: 1px solid #f1f1f1;
    font-size: 0px !important;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    z-index: 9;
}
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .action-buttons .tinv-wishlist a:before {
    position: absolute;
    content: "";
    background: url(../images/heart-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin: 0px;
}
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .action-buttons .button.yith-wcqv-button:before {
    position: absolute;
    content: "";
    background: url(../images/eye-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .action-buttons a.rt-add-to-cart:before,
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .action-buttons .rt-add-to-cart button:before {
    position: absolute;
    content: "";
    background: url(../images/shopping-bag-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder:hover .action-buttons .button.yith-wcqv-button,
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder:hover .action-buttons a.rt-add-to-cart,
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder:hover .action-buttons .rt-add-to-cart button,
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder:hover .tinv-wishlist a,
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder:hover .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .action-buttons .tinv-wishlist:hover a:before {
    background: url(../images/heart-woocommerce-white.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .action-buttons .button.yith-wcqv-button:hover:before {
    background: url(../images/eye-woocommerce-white.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .action-buttons a.rt-add-to-cart:hover:before,
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .action-buttons .rt-add-to-cart button:hover:before {
    background: url(../images/shopping-bag-woocommerce-white.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span.feedback {
    display: none;
}
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .action-buttons .button:hover,
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .action-buttons a.rt-add-to-cart:hover,
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .action-buttons .rt-add-to-cart button:hover,
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .action-buttons .tinv-wishlist a:hover,
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover {
    color: #fff;
    background: #272727;
    border: 1px solid #272727;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist:hover a {
    color: #fff;
}
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .action-buttons button:focus,
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .action-buttons a:focus {
    outline: none;
    border: none;
}
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .action-buttons .radiantthemes-cart .quantity,
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .action-buttons .radiantthemes-cart .added_to_cart {
    display: none;
}
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .action-buttons .radiantthemes-cart {
    margin-bottom: 0px;
}
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .product-description .star-rating {
    float: none;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 12px;
    width: 6.9em;
    font-family: star;
    margin: 0 0 15px 0;
    letter-spacing: 4.3px;
    display: none;
}
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .product-description .star-rating::before {
    color: #272727;
    float: left;
    top: 0;
    left: 1px;
    position: absolute;
    right: 0;
}
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .product-description .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 1px;
    position: absolute;
    padding-top: 1.5em;
    color: #272727;
}
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .product-description .product-brand a {
    text-decoration: none;
    text-transform: uppercase;
}
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .product-description .woocommerce-loop-product__title {
    margin: 0 0 6px;
    text-transform: capitalize;
    color: #272727;
    font-size: 16px;
    line-height: 27px;
    font-weight: normal;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-decoration: none;
    float: left;
    width: 100%;
}
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .product-description .product-price,
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .product-description .price {
    font-size: 16px;
    margin-bottom: 21px;
    width: 100%;
    float: left;
    line-height: 27px;
    color: #676666;
}
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .product-description .price ins {
    color: #676766;
}
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .product-description .product-title {
    margin: 0 0 2px 0;
}
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .product-description .product-price {
    margin: 0 0 7px 0;
}
.shop_single .radiantthemes-shop.style-four .radiantthemes-shop-box .holder .product-description .product-price {
    margin: 0 0 0px 0;
}
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .product-description .price {
    margin: 0 0 0px 0;
}
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .product-description .price ins,
.radiantthemes-shop-box .holder .product-description .product-price ins {
    padding-right: 8px;
    font-weight: 400;
}
.radiantthemes-shop-box .holder .product-description .product-price del,
.radiantthemes-shop-box .holder .product-description .price del {
    font-size: 16px;
    margin-right: 10px;
    margin-left: 10px;
    opacity: 1;
    font-weight: 400;
    opacity: 0.6;
}
.radiantthemes-shop-box .holder .product-description .price ins {
    font-weight: 400;
}
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .product-description .product-title a {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-decoration: none;
}
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .product-description .product-price span {
    margin-right: 2px;
}
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .product-description .add-bag {
    border: none;
    background: #272727;
    color: #fff;
    padding: 12px 20px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    transform: translateY(12px);
}
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder:hover .product-description .add-bag {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transform: translateY(0px);
}
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .product-description .add-bag .ti {
    padding-right: 8px;
}
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .meta-wrapper {
    float: left;
    width: 100%;
    margin-bottom: 0px;
}
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .color-swatch {
    align-items: center;
    display: flex;
    flex-direction: row;
}
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .color-swatch .color {
    border: transparent;
    width: auto;
    display: flex;
    margin-right: 4px;
    border-radius: 50%;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .color-swatch .color:hover,
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .color-swatch .color.active {
    border: 1px solid #272727;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .color-swatch .color span {
    padding: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 0;
    letter-spacing: 0;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 15%);
}
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .color-swatch div {
    position: relative;
}
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .color-swatch div:hover:after,
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .color-swatch div.active:after {
    opacity: 1;
    visibility: visible;
}
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .color-swatch .color:hover {
    cursor: pointer;
}
/*--------------------------------------------------------------
# Shop Box Style Four End
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Shop Box Style Five Start
--------------------------------------------------------------*/
.radiantthemes-shop.style-five .radiantthemes-shop-box {
    margin-bottom: 11px;
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}
.radiantthemes-shop.style-five .radiantthemes-shop-box {
    padding: 0 8px;
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder {
    position: relative;
    overflow: hidden;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .pic {
    position: relative;
    overflow: hidden;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
    text-align: center;
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .pic img {
    width: 100%;
    float: left;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .pic img.primary-img {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .pic:hover img.primary-img {
    opacity: 0;
    transform: scale(1.06);
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .pic img.primary-hover-img {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: 2;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .pic:hover img.primary-hover-img {
    opacity: 1;
    visibility: visible;
    transform: scale(1.06);
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .pic .tag {
    position: absolute;
    background: #272727;
    padding: 5px 10px 5px 10px;
    left: 15px;
    top: 15px;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    z-index: 9;
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .pic .offer {
    position: absolute;
    background: #fff;
    padding: 6px 6px 4px 6px;
    right: 15px;
    top: 15px;
    font-size: 12px;
    line-height: 12px;
    color: #EF5C5C;
    z-index: 9;
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .product-description {
    background: #fff;
    text-align: center;
    padding: 10px 0 0px 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform .4s ease-in-out;
    -o-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .product-description .woocommerce-loop-product__title {
    margin: 0 0 0px;
    text-transform: capitalize;
    color: #272727;
    font-size: 16px;
    line-height: 27px;
    font-weight: normal;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-decoration: none;
    float: left;
    width: 100%;
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .product-description .product-price,
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .product-description .price {
    font-size: 16px;
    /*margin-bottom: 10px;*/
    width: 100%;
    float: left;
    line-height: 27px;
    color: #272727;
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .product-description .product-price p {
    margin-bottom: 0;
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .action-buttons {
    position: absolute;
    right: 15px;
    margin: 0 auto;
    top: 20px;
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .action-buttons button:focus {
    outline: none;
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .action-buttons .button.yith-wcqv-button,
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .action-buttons .tinv-wishlist a,
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #272727;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .07);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    margin: 5px 0px 5px 0px;
    border: 1px solid #f1f1f1;
    font-size: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    z-index: 9;
    transform: translateX(-12px);
    -webkit-transform: translateX(-12px);
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .action-buttons .tinv-wishlist a:before {
    position: absolute;
    content: "";
    background: url(../images/heart-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin: 0px;
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .action-buttons .button.yith-wcqv-button:before {
    position: absolute;
    content: "";
    background: url(../images/eye-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span.feedback,
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span.feedback {
    display: none;
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder:hover .action-buttons .button,
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder:hover .action-buttons .tinv-wishlist a,
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder:hover .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder:hover .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .action-buttons .tinv-wishlist:hover a:before {
    background: url(../images/heart-woocommerce-white.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .action-buttons .button.yith-wcqv-button:hover:before {
    background: url(../images/eye-woocommerce-white.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .action-buttons .button:hover,
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .action-buttons .tinv-wishlist a:hover {
    color: #fff;
    background: #272727;
    border: 1px solid #272727;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .action-buttons .tinv-wishlist:hover a {
    color: #fff;
    background: #272727;
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .product-description .product-brand {
    display: none;
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .product-description .product-brand a {
    text-decoration: none;
    text-transform: uppercase;
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .product-description .product-title {
    margin: 0 0 0px;
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .product-description .product-title a {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-decoration: none;
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .product-description .product-price span {
    margin-right: 2px;
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .product-description .product-price span.percent-off {
    display: none;
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .product-description .star-rating {
    float: none;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 12px;
    width: 6.4em;
    font-family: star;
    margin-bottom: 25px;
    letter-spacing: 2.5px;
    display: none;
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .product-description .star-rating::before {
    color: #272727;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    right: 0;
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .product-description .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: -1px;
    position: absolute;
    padding-top: 1.5em;
    color: #272727;
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .add-bag {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 0;
    z-index: 99;
    width: 100%;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    transform: translateY(12px);
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder:hover .add-bag {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transform: translateY(0px);
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .add-bag .radiantthemes-cart .quantity,
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .add-bag .radiantthemes-cart .added_to_cart {
    display: none;
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .add-bag .radiantthemes-cart {
    margin-bottom: 0px;
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .add-bag a,
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .add-bag .button {
    background: rgba(255, 255, 255, 1);
    color: #272727;
    border: none;
    padding: 11px 22px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    width: auto;
    margin: 0 auto;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder:hover .add-bag {
    opacity: 1;
    visibility: visible;
    transform: translateY(-25px);
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .add-bag a:hover,
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .add-bag .button:hover {
    background: #272727;
    color: #fff;
    text-decoration: none;
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .add-bag a:before,
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .add-bag .button:before {
    content: "";
    background: url(../images/shopping-bag-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin-right: 10px;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .add-bag a:hover:before,
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .add-bag .button:hover:before {
    background: url(../images/shopping-bag-woocommerce-white.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .add-bag .radiantthemes-cart .button:after {
    display: none;
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .add-bag .radiantthemes-cart .button {
    float: none;
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .product-description .meta-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
    padding: 6px 0;
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .color-swatch {
    align-items: center;
    display: flex;
    flex-direction: row;
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .color-swatch .color {
    border: transparent;
    width: auto;
    display: flex;
    margin-right: 4px;
    border-radius: 50%;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .color-swatch .color:hover,
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .color-swatch .color.active {
    border: 1px solid #272727;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .color-swatch .color span {
    padding: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 0;
    letter-spacing: 0;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .color-swatch div {
    position: relative;
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .color-swatch div:hover:after,
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .color-swatch div.active:after {
    opacity: 1;
    visibility: visible;
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .color-swatch .color:hover {
    cursor: pointer;
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .color-swatch {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .color-swatch .color {
    border: transparent;
    width: auto;
    display: flex;
    margin-right: 4px;
    border-radius: 50%;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .color-swatch .color:hover,
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .color-swatch .color.active {
    border: 1px solid #272727;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .color-swatch .color span {
    padding: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 0;
    letter-spacing: 0;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 15%);
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .color-swatch div {
    position: relative;
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .color-swatch div:hover:after,
.radiantthemes-shop.style-five .radiantthemes-shop-box.holder .color-swatch div.active:after {
    opacity: 1;
    visibility: visible;
}
.radiantthemes-shop.style-five .radiantthemes-shop-box .holder .color-swatch .color:hover {
    cursor: pointer;
}
@media screen and (max-width:767px) {
    .radiantthemes-shop.style-five .radiantthemes-shop-box .holder {
        position: relative;
        overflow: hidden;
        transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
        margin: 0px;
    }
    .radiantthemes-shop.style-five .radiantthemes-shop-box .holder:hover {
        box-shadow: none;
    }
    .shop_related {
        padding-bottom: 0px;
    }
    .radiantthemes-shop.style-five .radiantthemes-shop-box {
        margin-bottom: 0px;
    }
}
/*--------------------------------------------------------------
# Shop Box Style Five End
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Shop Box Style Six Start
--------------------------------------------------------------*/
.radiantthemes-shop.style-six .radiantthemes-shop-box {
    margin-bottom: 5px;
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .pic {
    position: relative;
    overflow: hidden;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
    text-align: center;
}
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .pic img {
    width: 100%;
    float: left;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
}
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .pic img.primary-img {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
}
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .pic:hover img.primary-img {
    opacity: 0;
    transform: scale(1.06);
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
}
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .pic img.primary-hover-img {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: 2;
    transition: 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
}
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .pic:hover img.primary-hover-img {
    opacity: 1;
    visibility: visible;
    transform: scale(1.06);
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
}
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .pic .tag {
    position: absolute;
    background: #fff;
    padding: 6px 6px 4px 6px;
    left: 15px;
    top: 15px;
    font-size: 14px;
    line-height: 14px;
    color: #000;
    z-index: 1;
}
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .pic .offer {
    position: absolute;
    background: #fff;
    padding: 6px 6px 4px 6px;
    right: 15px;
    top: 15px;
    font-size: 14px;
    line-height: 14px;
    color: #EF5C5C;
    z-index: 1;
}
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .product-description {
    background: #fff;
    text-align: center;
    padding: 10px 0 0px 0;
}
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .product-description .product-price span.percent-off {
    display: none;
}
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .product-description .product-price .price ins {
    margin-right: 8px;
}
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .action-buttons {
    position: absolute;
    left: 20px;
    margin: 0 auto;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    z-index: 9;
}
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .action-buttons .button-area {
    list-style: none;
    display: contents;
    margin: 0;
    border-radius: 50px;
    overflow: hidden;
}
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .action-buttons .button-area .button.yith-wcqv-button,
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .action-buttons .button-area a.rt-add-to-cart,
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .action-buttons .button-area .tinv-wishlist a {
    z-index: 9;
    background: #fff;
    color: #272727;
    border: 1px solid #f1f1f1;
    margin: 0 0 15px 0;
    padding: 12px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
    border-radius: 50px;
    white-space: nowrap;
    transition: 0.5s;
    text-decoration: none;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    -webkit-transition: all .45s cubic-bezier(.18, .74, .58, 1);
    -o-transition: all .45s cubic-bezier(.18, .74, .58, 1);
    transition: all .45s cubic-bezier(.18, .74, .58, 1);
}
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .action-buttons .tinv-wishlist a:before {
    position: absolute;
    content: "";
    background: url(../images/heart-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .action-buttons .button.yith-wcqv-button:before {
    position: absolute;
    content: "";
    background: url(../images/eye-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .action-buttons a:before {
    position: absolute;
    content: "";
    background: url(../images/shopping-bag-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder:hover .action-buttons .button-area .button.yith-wcqv-button,
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder:hover .action-buttons .button-area a.rt-add-to-cart,
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder:hover .action-buttons .button-area .tinv-wishlist a {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder:hover .action-buttons .quick-view,
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder:hover .action-buttons a.rt-add-to-cart,
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder:hover .action-buttons .tinv-wishlist a {
    opacity: 1;
    -webkit-transition: all .95s cubic-bezier(.18, .74, .58, 1);
    -o-transition: all .95s cubic-bezier(.18, .74, .58, 1);
    transition: all .95s cubic-bezier(.18, .74, .58, 1);
}
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .action-buttons .button.yith-wcqv-button:hover:before {
    position: absolute;
    content: "";
    background: url(../images/eye-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .action-buttons a:hover:before {
    position: absolute;
    content: "";
    background: url(../images/shopping-bag-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .action-buttons a:hover:before {
    display: none
}
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .action-buttons .button-area .yith-wcwl-wishlistaddedbrowse span.feedback,
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .action-buttons .button-area .yith-wcwl-wishlistexistsbrowse span.feedback {
    display: none;
}
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .action-buttons .button-area i {
    display: none;
}
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .action-buttons .button-area .yith-wcwl-add-to-wishlist {
    margin: 0px;
}
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .action-buttons .button-area .button.yith-wcqv-button,
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .action-buttons .button-area a.rt-add-to-cart,
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .action-buttons .button-area .tinv-wishlist {
    -webkit-transition: all .95s cubic-bezier(.18, .74, .58, 1);
    -o-transition: all .95s cubic-bezier(.18, .74, .58, 1);
    transition: all .95s cubic-bezier(.18, .74, .58, 1);
    outline: none;
}
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .action-buttons .button-area .extraquickview {
    display: none;
}
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .action-buttons .button-area:hover .button.yith-wcqv-button,
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .action-buttons .button-area:hover a.rt-add-to-cart,
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .action-buttons .button-area:hover .tinv-wishlist a {
    color: #fff;
    background: #272727;
    border: 1px solid #272727;
    max-width: 200px;
    padding-right: 15px;
    -webkit-transition: all .95s cubic-bezier(.18, .74, .58, 1);
    -o-transition: all .95s cubic-bezier(.18, .74, .58, 1);
    transition: all .95s cubic-bezier(.18, .74, .58, 1);
    outline: none;
}
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .action-buttons .tinv-wishlist:hover a {
    color: #fff;
}
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .action-buttons .button-area a span,
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .action-buttons .button-area .tinv-wishlist a span {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .45s cubic-bezier(.18, .74, .58, 1);
    -o-transition: all .45s cubic-bezier(.18, .74, .58, 1);
    transition: all .45s cubic-bezier(.18, .74, .58, 1);
}
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .action-buttons .button-area:hover a span,
.radiantthemes-shop.style-six .radiantthemes-shop-box .holderr .action-buttons .button-area .tinv-wishlist a:hover span {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .45s cubic-bezier(.18, .74, .58, 1);
    -o-transition: all .45s cubic-bezier(.18, .74, .58, 1);
    transition: all .45s cubic-bezier(.18, .74, .58, 1);
}
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .action-buttons button:focus,
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .action-buttons a:focus {
    outline: none;
    border: none;
}
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .product-description .star-rating {
    float: none;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 14px;
    width: 5.4em;
    font-family: star;
    margin-bottom: 15px;
    display: none;
}
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .product-description .product-brand {
    margin: 0 0 3px;
    display: none;
}
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .product-description .product-brand a {
    text-decoration: none;
    text-transform: uppercase;
}
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .product-description .product-title {
    margin: 0 0 5px;
}
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .product-description .product-price,
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .product-description .price {
    margin: 0 0 6px 0;
    color: #272727;
    font-size: 16px;
    line-height: 27px;
}
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .product-description .product-title a {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-decoration: none;
}
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .product-description .meta-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .color-swatch {
    align-items: center;
    display: flex;
    flex-direction: row;
}
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .color-swatch .color {
    border: transparent;
    width: auto;
    display: flex;
    margin-right: 4px;
    border-radius: 50%;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .color-swatch .color:hover,
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .color-swatch .color.active {
    border: 1px solid #272727;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .color-swatch .color span {
    padding: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 0;
    letter-spacing: 0;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
}
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .color-swatch div {
    position: relative;
}
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .color-swatch div:hover:after,
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .color-swatch div.active:after {
    opacity: 1;
    visibility: visible;
}
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .color-swatch .color:hover {
    cursor: pointer;
}
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .color-swatch {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .color-swatch .color {
    border: transparent;
    width: auto;
    display: flex;
    margin-right: 4px;
    border-radius: 50%;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .color-swatch .color:hover,
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .color-swatch .color.active {
    border: 1px solid #272727;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .color-swatch .color span {
    padding: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 0;
    letter-spacing: 0;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 15%);
}
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .color-swatch div {
    position: relative;
}
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .color-swatch div:hover:after,
.radiantthemes-shop.style-six .radiantthemes-shop-box.holder .color-swatch div.active:after {
    opacity: 1;
    visibility: visible;
}
.radiantthemes-shop.style-six .radiantthemes-shop-box .holder .color-swatch .color:hover {
    cursor: pointer;
}
/*--------------------------------------------------------------
# Shop Box Style Six End
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Shop Box Style Eight Start
--------------------------------------------------------------*/
.product-box.element-eight .col-md-6,
.product-box.element-eight .col-md-4,
.product-box.element-eight .col-md-3,
.product-box.element-eight .colmd2 {
    padding: 0 15px;
}
.wraper_shop_main.shop-nosidebar .container,
.wraper_shop_main.shop-rightsidebar .container,
.wraper_shop_main.shop-leftsidebar .container,
.wraper_shop_main.shop-topsidebar .container {
    max-width: 100%;
    padding-left: 0%;
    padding-right: 0%;
}
.wraper_shop_main.shop- .col-lg-12.col-md-12.col-sm-12.col-xs-12 {
    padding: 0px;
}
.wraper_shop_main.shop-nosidebar .container .row {
    margin-right: 0px;
    margin-left: 0px;
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box {
    padding: 0 15px;
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    margin: 0px;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9)
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .pic {
    position: relative;
    overflow: hidden;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
    text-align: center;
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .pic img {
    width: 100%;
    float: left;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .pic img.primary-img {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
    transform: translate3d(0px, 0px, 0px);
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .pic:hover img.primary-img {
    opacity: 0;
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .pic img.primary-hover-img {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: 2;
    transform: translate3d(0px, 0px, 0px);
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .pic:hover img.primary-hover-img {
    opacity: 1;
    visibility: visible;
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .pic .tag {
    position: absolute;
    background: #d52b1e;
    padding: 0px 6px 0px 6px;
    left: 15px;
    top: 15px;
    color: #fff;
    line-height: 13px;
    font-size: 13px;
    text-align: center;
    font-weight: 400;
    padding: 5px 8px;
    z-index: 9;
    display: none;
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .pic .offer {
    position: absolute;
    background: #fff;
    padding: 6px 6px 4px 6px;
    right: 15px;
    top: 15px;
    font-size: 12px;
    line-height: 12px;
    color: #EF5C5C;
    z-index: 9;
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .product-description {
    text-align: center;
    padding: 15px 0 15px 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform .4s ease-in-out;
    -o-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .action-buttons {
    position: absolute;
    right: 15px;
    margin: 0 auto;
    top: 15px;
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .action-buttons button:focus {
    outline: none;
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .action-buttons .button.yith-wcqv-button,
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .action-buttons .tinv-wishlist a,
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #272727;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .07);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    margin: 5px 0px 5px 0px;
    border: 1px solid #f1f1f1;
    font-size: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    z-index: 9;
    transform: translateX(-12px);
    -webkit-transform: translateX(-12px);
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .action-buttons .tinv-wishlist a:before {
    position: absolute;
    content: "";
    background: url(../images/heart-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin: 0px;
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .action-buttons .button.yith-wcqv-button:before {
    position: absolute;
    content: "";
    background: url(../images/eye-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span.feedback,
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span.feedback {
    display: none;
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder:hover .action-buttons .button,
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder:hover .action-buttons .tinv-wishlist a,
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder:hover .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder:hover .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .action-buttons .tinv-wishlist:hover a:before {
    background: url(../images/heart-woocommerce-white.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .action-buttons .button.yith-wcqv-button:hover:before {
    background: url(../images/eye-woocommerce-white.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .action-buttons .button:hover,
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .action-buttons .tinv-wishlist a:hover {
    color: #fff;
    background: #272727;
    border: 1px solid #272727;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .action-buttons .tinv-wishlist:hover a {
    color: #fff;
    background: #272727;
    border: 1px solid #272727;
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .product-description .product-brand {
    display: none;
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .product-description .product-brand a {
    text-decoration: none;
    text-transform: uppercase;
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .product-description .woocommerce-loop-product__title {
    margin: 0 0 6px;
    text-transform: uppercase;
    color: #262626;
    font-weight: 700;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-decoration: none;
    float: left;
    width: 100%;
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .product-description .product-title {
    margin: 0 0 5px;
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .product-description .product-title a {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-decoration: none;
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .product-description .product-price,
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .product-description .price {
    margin-bottom: 0px;
    color: #676766;
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .product-description .product-price ins,
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .product-description .price ins {
    font-weight: 400;
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .product-description .product-price span {
    margin-right: 2px;
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .product-description .product-price span.percent-off {
    display: none;
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .product-description .star-rating {
    float: none;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 12px;
    width: 6.4em;
    font-family: star;
    margin-bottom: 25px;
    letter-spacing: 2.5px;
    display: none;
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .product-description .star-rating::before {
    color: #272727;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    right: 0;
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .product-description .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: -1px;
    position: absolute;
    padding-top: 1.5em;
    color: #272727;
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .add-bag {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 0;
    z-index: 99;
    width: 100%;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    transform: translateY(12px);
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder:hover .add-bag {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transform: translateY(0px);
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .add-bag .radiantthemes-cart .quantity,
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .add-bag .radiantthemes-cart .added_to_cart {
    display: none;
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .add-bag .radiantthemes-cart {
    margin-bottom: 0px;
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .add-bag a,
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .add-bag .button {
    background: #d52b1e;
    color: #fff;
    border: none;
    padding: 15px 20px;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: .25em;
    margin: 0 auto;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .add-bag a span {
    position: relative;
    left: 0px;
    transition: all .2s ease-in-out;
    margin: 0px;
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .add-bag a span:before {
    content: '';
    position: absolute;
    display: inline-block;
    background-color: currentColor;
    top: calc(50%);
    left: -22px;
    height: 1px;
    width: 0;
    transition: all .2s ease-in-out;
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .add-bag a:hover span {
    left: 15px;
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .add-bag a:hover span:before {
    width: 13px;
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .add-bag .radiantthemes-cart .button:after {
    display: none;
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .product-description .meta-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .color-swatch {
    align-items: center;
    display: flex;
    flex-direction: row;
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .color-swatch .color {
    border: transparent;
    width: auto;
    display: flex;
    margin-right: 4px;
    border-radius: 50%;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .color-swatch .color:hover,
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .color-swatch .color.active {
    border: 1px solid #272727;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .color-swatch .color span {
    padding: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 0;
    letter-spacing: 0;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .color-swatch div {
    position: relative;
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .color-swatch div:hover:after,
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .color-swatch div.active:after {
    opacity: 1;
    visibility: visible;
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .color-swatch .color:hover {
    cursor: pointer;
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .color-swatch {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .color-swatch .color {
    border: transparent;
    width: auto;
    display: flex;
    margin-right: 4px;
    border-radius: 50%;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .color-swatch .color:hover,
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .color-swatch .color.active {
    border: 1px solid #272727;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .color-swatch .color span {
    padding: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 0;
    letter-spacing: 0;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 15%);
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .color-swatch div {
    position: relative;
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .color-swatch div:hover:after,
.radiantthemes-shop.style-eight .radiantthemes-shop-box.holder .color-swatch div.active:after {
    opacity: 1;
    visibility: visible;
}
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .color-swatch .color:hover {
    cursor: pointer;
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
    .wraper_shop_main.shop- .col-lg-12.col-md-12.col-sm-12.col-xs-12 {
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .radiantthemes-shop .radiantthemes-shop-box, .rt-grid-view .radiantthemes-shop .radiantthemes-shop-box,
    .radiantthemes-shop.four-column > .radiantthemes-shop-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        flex-direction: row;
    }
    .wraper_shop_main.shop- .col-lg-12.col-md-12.col-sm-12.col-xs-12 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .radiantthemes-shop .radiantthemes-shop-box:nth-child(even), .rt-grid-view .radiantthemes-shop .radiantthemes-shop-box:nth-child(even) {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .radiantthemes-shop .radiantthemes-shop-box:nth-child(odd), .rt-grid-view .radiantthemes-shop .radiantthemes-shop-box:nth-child(odd) {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .wraper_shop_main {
        padding-top: 90px;
        padding-bottom: 50px;
    }
}
@media screen and (min-width: 321px) and (max-width: 479px) {
    .radiantthemes-shop .radiantthemes-shop-box, .rt-grid-view .radiantthemes-shop .radiantthemes-shop-box,
    .radiantthemes-shop.four-column > .radiantthemes-shop-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        flex-direction: row;
    }
    .wraper_shop_main.shop- .col-lg-12.col-md-12.col-sm-12.col-xs-12 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .radiantthemes-shop .radiantthemes-shop-box:nth-child(even), .rt-grid-view .radiantthemes-shop .radiantthemes-shop-box:nth-child(even) {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .radiantthemes-shop .radiantthemes-shop-box:nth-child(odd), .rt-grid-view .radiantthemes-shop .radiantthemes-shop-box:nth-child(odd) {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}
@media screen and  (max-width: 320px) {
    .radiantthemes-shop .radiantthemes-shop-box, .rt-grid-view .radiantthemes-shop .radiantthemes-shop-box,
    .radiantthemes-shop.four-column > .radiantthemes-shop-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        flex-direction: row;
    }
    .wraper_shop_main.shop- .col-lg-12.col-md-12.col-sm-12.col-xs-12 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .radiantthemes-shop .radiantthemes-shop-box:nth-child(even), .rt-grid-view .radiantthemes-shop .radiantthemes-shop-box:nth-child(even) {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .radiantthemes-shop .radiantthemes-shop-box:nth-child(odd), .rt-grid-view .radiantthemes-shop .radiantthemes-shop-box:nth-child(odd) {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}
/*--------------------------------------------------------------
# Shop Box Style Eight End
--------------------------------------------------------------*/
/************* Shop Styles End ***************/
.wraper_blog_banner.style-two {
    padding-top: 80px;
}
.wraper_blog_banner.style-two .blog_banner_image {
    text-align: center;
    padding-bottom: 25px;
}
.wraper_blog_banner.style-two .blog_banner_main_item .entry-header {
    padding: 0 120px;
    margin-bottom: 15px;
}
.wraper_blog_banner.style-two .blog_banner_tags_item .site-meta strong {
    display: block;
    margin-top: 1px;
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
}
.wraper_blog_banner.style-two .blog_banner_tags_item .site-meta strong a {
    color: #616670;
}
.wraper_blog_banner.style-two .blog_banner_tags_item .site-meta {
    font-size: 14px;
    line-height: 24px;
    color: #616670;
}
.wraper_blog_banner.style-two .wraper_blog_banner_tags {
    width: 100%;
    border-bottom: 1px #ececec solid;
    padding-bottom: 7px;
}
.wraper_blog_main.style-two .blog_single {
    padding-top: 35px;
}
.wraper_blog_main.style-two .post-tags {
    margin: 0px 0px 35px 0px;
    align-items: center;
    display: flex;
}
.wraper_blog_main.style-two .post-tags > a {
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px 0px 0px;
    padding: 4px 12px 4px 12px;
    background: #f9f9f9;
    border: none;
    font-size: 14px !important;
    line-height: 24px;
    color: #d52b1e;
    line-height: 27px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.wraper_blog_main.style-two .post-tags > a:hover {
    background: #d52b1e;
    color: #fff;
}
.wraper_blog_main.style-two .blog_navigation {
    margin-top: 0;
    margin-bottom: 80px;
    width: 100%;
    float: left;
    border-top: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
    padding: 20px 0;
}
.wraper_blog_main.style-two .navigation-link.nav-previous,
.wraper_blog_main.style-two .navigation-link.nav-next {
    padding: 15px 0px;
    transition: -webkit-transform .3s cubic-bezier(0, .95, .3, 1);
    transition: transform .3s cubic-bezier(0, .95, .3, 1);
    transition: transform .3s cubic-bezier(0, .95, .3, 1), -webkit-transform .3s cubic-bezier(0, .95, .3, 1);
}
.wraper_blog_comments.style-two .comments-area {
    float: left;
    width: 100%;
    padding: 0 0 65px 0;
}
.wraper_blog_comments.style-two .comments-area .comments-title {
    text-align: left;
}
.wraper_blog_comments.style-two .comment-respond {
    text-align: left;
}
.wraper_blog_comments.style-two .comments-area .comment-form > p {
    margin-bottom: 15px;
    padding-left: 0px;
    padding-right: 15px;
}
.wraper_blog_comments.style-two .comments-area .comment-form > p.comment-form-author,
.wraper_blog_comments.style-two .comments-area .comment-form > p.comment-form-email,
.wraper_blog_comments.style-two .comments-area .comment-form > p.comment-form-url {
    width: 33.33%;
    float: left;
    position: relative;
}
.wraper_blog_comments.style-two .comments-area .comment-respond textarea {
    padding: 12px 15px 12px 15px;
    background-color: transparent;
    background-clip: padding-box;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, .13);
    resize: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 4px;
    width: 100%;
    height: 180px;
    color: #676766;
    display: block;
    font-size: 14px;
}
.wraper_blog_comments.style-two .comment-respond input[type="text"],
.wraper_blog_comments.style-two .comment-respond input[type="email"] {
    padding: 12px 15px 12px 15px;
    background-color: transparent;
    background-clip: padding-box;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, .13);
    resize: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 4px;
    width: 100%;
    height: 50px;
    color: #676766;
    font-size: 14px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
    .wraper_blog_banner.style-two .blog_banner_main_item .entry-header {
        padding: 0;
    }
    .rt-single-product-breadcrumb,
    .rt-single-product-breadcrumb .woocommerce-breadcrumb {
        margin-top: 10px;
    }
}
@media screen and (max-width: 1024px) {
    .wraper_blog_comments.style-two .comments-area {
        padding: 0 0 35px 0;
    }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .wraper_blog_banner.style-two .blog_banner_main_item .entry-header {
        padding: 0;
    }
}
@media screen and (min-width: 321px) and (max-width: 479px) {
    .wraper_blog_banner.style-two .blog_banner_main_item .entry-header {
        padding: 0;
    }
    .wraper_blog_main .blog_single .entry-blog-content .entry-extra-item {
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
    }
    .wraper_blog_main .blog_single .entry-blog-content .entry-extra-item .tag-name,
    .wraper_blog_main .blog_single .entry-blog-content .entry-extra-item .rt-author,
    .wraper_blog_main .blog_single .entry-blog-content .entry-extra-item .comment {
        display: inline-flex;
    }
}
@media screen and (max-width: 320px) {
    .wraper_blog_banner.style-two .blog_banner_main_item .entry-header {
        padding: 0;
    }
    .wraper_blog_main .blog_single .entry-blog-content .entry-extra-item {
        display: inline-block;
        align-items: center;
        justify-content: flex-start;
    }
    .wraper_blog_main .blog_single .entry-blog-content .entry-extra-item .tag-name,
    .wraper_blog_main .blog_single .entry-blog-content .entry-extra-item .rt-author,
    .wraper_blog_main .blog_single .entry-blog-content .entry-extra-item .comment {
        display: inline-flex;
    }
    .wraper_blog_main .blog_single .entry-blog-content .entry-extra-item .comment {
        padding-right: 10px;
    }
}
@media only screen and (max-width: 480px) {
    .wraper_blog_main .blog_single .entry-blog-content .entry-extra-item .tag-name,
    .wraper_blog_main .blog_single .entry-blog-content .entry-extra-item .rt-author,
    .wraper_blog_main .blog_single .entry-blog-content .entry-extra-item .comment {
        padding-left: 0;
        padding-right: 0;
        display: block;
    }
    .wraper_blog_main .blog_single .entry-blog-content .entry-extra-item .tag-name:after,
    .wraper_blog_main .blog_single .entry-blog-content .entry-extra-item .rt-author:after {
        display: none;
    }
    .wraper_blog_main .blog_single .entry-blog-content .entry-extra-item {
        display: block;
    }
}
.widget-area > .widget h6 {
    border-bottom: none;
}
.post.style-default,
.page.style-default,
.tribe_events.style-default,
.testimonial.style-default,
.team.style-default,
.portfolio.style-default,
.case-studies.style-default,
.client.style-default,
.product.style-default {
    margin-bottom: 35px;
    float: left;
}
.post.style-default:last-child,
.post.style-default:only-child,
.page.style-default:last-child,
.page.style-default:only-child,
.tribe_events.style-default:last-child,
.tribe_events.style-default:only-child,
.testimonial.style-default:last-child,
.testimonial.style-default:only-child,
.team.style-default:last-child,
.team.style-default:only-child,
.portfolio.style-default:last-child,
.portfolio.style-default:only-child,
.case-studies.style-default:last-child,
.case-studies.style-default:only-child,
.client.style-default:last-child,
.client.style-default:only-child,
.product.style-default:last-child,
.product.style-default:only-child {
    margin-bottom: 0;
}
.post.style-default.sticky,
.page.style-default.sticky,
.tribe_events.style-default.sticky,
.testimonial.style-default.sticky,
.team.style-default.sticky,
.portfolio.style-default.sticky,
.case-studies.style-default.sticky,
.client.style-default.sticky,
.product.style-default.sticky {
    position: relative;
    margin-bottom: 45px;
    padding: 30px 35px 36px 35px;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
}
.post.style-default.sticky:before,
.page.style-default.sticky:before,
.tribe_events.style-default.sticky:before,
.testimonial.style-default.sticky:before,
.team.style-default.sticky:before,
.portfolio.style-default.sticky:before,
.case-studies.style-default.sticky:before,
.client.style-default.sticky:before,
.product.style-default.sticky:before {
    content: "";
    background: url(../images/customizer/pin-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 30px;
    height: 30px;
    background-size: 30px;
    position: absolute;
    top: -15px;
    right: -10px;
}
.post.style-default .post-thumbnail,
.page.style-default .post-thumbnail,
.tribe_events.style-default .post-thumbnail,
.testimonial.style-default .post-thumbnail,
.team.style-default .post-thumbnail,
.portfolio.style-default .post-thumbnail,
.case-studies.style-default .post-thumbnail,
.client.style-default .post-thumbnail,
.product.style-default .post-thumbnail {
    margin-bottom: 0px;
    margin-top: 0;
}
.post.style-default .entry-category,
.page.style-default .entry-category,
.tribe_events.style-default .entry-category,
.testimonial.style-default .entry-category,
.team.style-default .entry-category,
.portfolio.style-default .entry-category,
.case-studies.style-default .entry-category,
.client.style-default .entry-category,
.product.style-default .entry-category {
    margin-bottom: 6px;
    font-weight: 400;
    font-size: 13px;
    color: #1e1e1e;
    line-height: 23px;
}
.port-img-box .elementor-widget-container {
    overflow: hidden;
}
.port-img-box img {
    display: block;
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transition: -webkit-transform 1s cubic-bezier(.33,.02,0,.93);
    -o-transition: transform 1s cubic-bezier(.33,.02,0,.93);
    transition: transform 1s cubic-bezier(.33,.02,0,.93);
}
.port-img-box:hover img {
  -webkit-transform: scale(1.05) translateX(1%);
  -ms-transform: scale(1.05) translateX(1%);
  transform: scale(1.05) translateX(1%);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.33, 0.02, 0, 0.93);
  -o-transition: transform 1s cubic-bezier(0.33, 0.02, 0, 0.93);
  transition: transform 1s cubic-bezier(0.33, 0.02, 0, 0.93);
}
.entry-content > .page-links > .post-page-numbers:first-child {
    margin-left: 15px;
}
.entry-content > .page-links > .post-page-numbers {
    display: initial;
    vertical-align: initial;
    width: initial;
    margin-left: initial;
    margin-right: initial;
    background-color: initial;
    min-width: 49px;
    min-height: 49px;
    padding: 5px 5px;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    color: #0A0114;
    line-height: 30px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    position: relative;
}
.entry-content > .page-links > .post-page-numbers.current:after {
    content: "";
    background: #d52b1e;
    width: 15px;
    height: 2px;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.entry-content > .page-links > .post-page-numbers.current {
    color: #0a0114 !important;
}
.entry-content > .page-links > .post-page-numbers:hover {
    color: #262626 !important;
}
.entry-category > .category > a {
    color: #262626;
}
.post.style-default .entry-category > span i,
.post.style-default .entry-category > span span[class*="ti-"],
.page.style-default .entry-category > span i,
.page.style-default .entry-category > span span[class*="ti-"],
.tribe_events.style-default .entry-category > span i,
.tribe_events.style-default .entry-category > span span[class*="ti-"],
.testimonial.style-default .entry-category > span i,
.testimonial.style-default .entry-category > span span[class*="ti-"],
.team.style-default .entry-category > span i,
.team.style-default .entry-category > span span[class*="ti-"],
.portfolio.style-default .entry-category > span i,
.portfolio.style-default .entry-category > span span[class*="ti-"],
.case-studies.style-default .entry-category > span i,
.case-studies.style-default .entry-category > span span[class*="ti-"],
.client.style-default .entry-category > span i,
.client.style-default .entry-category > span span[class*="ti-"],
.product.style-default .entry-category > span i,
.product.style-default .entry-category > span span[class*="ti-"] {
    display: inline-block;
    vertical-align: top;
    margin-top: 6px;
    margin-right: 7px;
}
.post.style-default .entry-category > span:after,
.page.style-default .entry-category > span:after,
.tribe_events.style-default .entry-category > span:after,
.testimonial.style-default .entry-category > span:after,
.team.style-default .entry-category > span:after,
.portfolio.style-default .entry-category > span:after,
.case-studies.style-default .entry-category > span:after,
.client.style-default .entry-category > span:after,
.product.style-default .entry-category > span:after {
    content: ",";
    margin-right: 10px;
}
.post.style-default .entry-category > span:last-child:after,
.post.style-default .entry-category > span:only-child:after,
.page.style-default .entry-category > span:last-child:after,
.page.style-default .entry-category > span:only-child:after,
.tribe_events.style-default .entry-category > span:last-child:after,
.tribe_events.style-default .entry-category > span:only-child:after,
.testimonial.style-default .entry-category > span:last-child:after,
.testimonial.style-default .entry-category > span:only-child:after,
.team.style-default .entry-category > span:last-child:after,
.team.style-default .entry-category > span:only-child:after,
.portfolio.style-default .entry-category > span:last-child:after,
.portfolio.style-default .entry-category > span:only-child:after,
.case-studies.style-default .entry-category > span:last-child:after,
.case-studies.style-default .entry-category > span:only-child:after,
.client.style-default .entry-category > span:last-child:after,
.client.style-default .entry-category > span:only-child:after,
.product.style-default .entry-category > span:last-child:after,
.product.style-default .entry-category > span:only-child:after {
    display: none;
}
.post.style-default .entry-header,
.page.style-default .entry-header,
.tribe_events.style-default .entry-header,
.testimonial.style-default .entry-header,
.team.style-default .entry-header,
.portfolio.style-default .entry-header,
.case-studies.style-default .entry-header,
.client.style-default .entry-header {
    margin-bottom: 15px;
    margin-top: 7px;
}
.post.style-default .entry-header > *:last-child,
.page.style-default .entry-header > *:last-child,
.tribe_events.style-default .entry-header > *:last-child,
.testimonial.style-default .entry-header > *:last-child,
.team.style-default .entry-header > *:last-child,
.portfolio.style-default .entry-header > *:last-child,
.case-studies.style-default .entry-header > *:last-child,
.client.style-default .entry-header > *:last-child,
.product.style-default .entry-header > *:last-child {
    margin-bottom: 0 !important;
}
.post.style-default .entry-header .entry-title,
.page.style-default .entry-header .entry-title,
.tribe_events.style-default .entry-header .entry-title,
.testimonial.style-default .entry-header .entry-title,
.team.style-default .entry-header .entry-title,
.portfolio.style-default .entry-header .entry-title,
.case-studies.style-default .entry-header .entry-title,
.client.style-default .entry-header .entry-title,
.product.style-default .entry-header .entry-title {
    margin-bottom: 10px;
}
.post.style-default .entry-header .entry-title a,
.page.style-default .entry-header .entry-title a,
.tribe_events.style-default .entry-header .entry-title a,
.testimonial.style-default .entry-header .entry-title a,
.team.style-default .entry-header .entry-title a,
.portfolio.style-default .entry-header .entry-title a,
.case-studies.style-default .entry-header .entry-title a,
.client.style-default .entry-header .entry-title a,
.product.style-default .entry-header .entry-title a {
    color: inherit;
}
.post.style-default .entry-meta,
.page.style-default .entry-meta,
.tribe_events.style-default .entry-meta,
.testimonial.style-default .entry-meta,
.team.style-default .entry-meta,
.portfolio.style-default .entry-meta,
.case-studies.style-default .entry-meta,
.client.style-default .entry-meta,
.product.style-default .entry-meta {
    margin-bottom: 16px;
}
.post.style-default .entry-meta > .holder > .author-image,
.page.style-default .entry-meta > .holder > .author-image,
.tribe_events.style-default .entry-meta > .holder > .author-image,
.testimonial.style-default .entry-meta > .holder > .author-image,
.team.style-default .entry-meta > .holder > .author-image,
.portfolio.style-default .entry-meta > .holder > .author-image,
.case-studies.style-default .entry-meta > .holder > .author-image,
.client.style-default .entry-meta > .holder > .author-image,
.product.style-default .entry-meta > .holder > .author-image {
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 1;
    width: 50px;
    height: auto;
    text-align: center;
}
.post.style-default .entry-meta > .holder > .author-image img,
.page.style-default .entry-meta > .holder > .author-image img,
.tribe_events.style-default .entry-meta > .holder > .author-image img,
.testimonial.style-default .entry-meta > .holder > .author-image img,
.team.style-default .entry-meta > .holder > .author-image img,
.portfolio.style-default .entry-meta > .holder > .author-image img,
.case-studies.style-default .entry-meta > .holder > .author-image img,
.client.style-default .entry-meta > .holder > .author-image img,
.product.style-default .entry-meta > .holder > .author-image img {
    border-radius: 50%;
}
.post.style-default .entry-meta > .holder > .data > *:last-child,
.page.style-default .entry-meta > .holder > .data > *:last-child,
.tribe_events.style-default .entry-meta > .holder > .data > *:last-child,
.testimonial.style-default .entry-meta > .holder > .data > *:last-child,
.team.style-default .entry-meta > .holder > .data > *:last-child,
.portfolio.style-default .entry-meta > .holder > .data > *:last-child,
.case-studies.style-default .entry-meta > .holder > .data > *:last-child,
.client.style-default .entry-meta > .holder > .data > *:last-child,
.product.style-default .entry-meta > .holder > .data > *:last-child {
    margin-bottom: 0 !important;
}
.post.style-default .entry-meta > .holder > .data .meta,
.page.style-default .entry-meta > .holder > .data .meta,
.tribe_events.style-default .entry-meta > .holder > .data .meta,
.testimonial.style-default .entry-meta > .holder > .data .meta,
.team.style-default .entry-meta > .holder > .data .meta,
.portfolio.style-default .entry-meta > .holder > .data .meta,
.case-studies.style-default .entry-meta > .holder > .data .meta,
.client.style-default .entry-meta > .holder > .data .meta,
.product.style-default .entry-meta > .holder > .data .meta {
    margin-bottom: 7px;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
}
.post.style-default .entry-meta > .holder > .data .meta > span i,
.post.style-default .entry-meta > .holder > .data .meta > span span[class*="ti-"],
.page.style-default .entry-meta > .holder > .data .meta > span i,
.page.style-default .entry-meta > .holder > .data .meta > span span[class*="ti-"],
.tribe_events.style-default .entry-meta > .holder > .data .meta > span i,
.tribe_events.style-default .entry-meta > .holder > .data .meta > span span[class*="ti-"],
.testimonial.style-default .entry-meta > .holder > .data .meta > span i,
.testimonial.style-default .entry-meta > .holder > .data .meta > span span[class*="ti-"],
.team.style-default .entry-meta > .holder > .data .meta > span i,
.team.style-default .entry-meta > .holder > .data .meta > span span[class*="ti-"],
.portfolio.style-default .entry-meta > .holder > .data .meta > span i,
.portfolio.style-default .entry-meta > .holder > .data .meta > span span[class*="ti-"],
.case-studies.style-default .entry-meta > .holder > .data .meta > span i,
.case-studies.style-default .entry-meta > .holder > .data .meta > span span[class*="ti-"],
.client.style-default .entry-meta > .holder > .data .meta > span i,
.client.style-default .entry-meta > .holder > .data .meta > span span[class*="ti-"],
.product.style-default .entry-meta > .holder > .data .meta > span i,
.product.style-default .entry-meta > .holder > .data .meta > span span[class*="ti-"] {
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
    margin-right: 7px;
}
.post.style-default .entry-meta > .holder > .data .meta > span:after {
    content: "|";
    margin-left: 10px;
    margin-right: 8px;
}
.page.style-default .entry-meta > .holder > .data .meta > span:after,
.tribe_events.style-default .entry-meta > .holder > .data .meta > span:after,
.testimonial.style-default .entry-meta > .holder > .data .meta > span:after,
.team.style-default .entry-meta > .holder > .data .meta > span:after,
.portfolio.style-default .entry-meta > .holder > .data .meta > span:after,
.case-studies.style-default .entry-meta > .holder > .data .meta > span:after,
.client.style-default .entry-meta > .holder > .data .meta > span:after,
.product.style-default .entry-meta > .holder > .data .meta > span:after {
    content: "-";
    margin-left: 10px;
    margin-right: 8px;
}
.post.style-default .entry-meta > .holder > .data .meta > span:last-child:after,
.post.style-default .entry-meta > .holder > .data .meta > span:only-child:after,
.page.style-default .entry-meta > .holder > .data .meta > span:last-child:after,
.page.style-default .entry-meta > .holder > .data .meta > span:only-child:after,
.tribe_events.style-default .entry-meta > .holder > .data .meta > span:last-child:after,
.tribe_events.style-default .entry-meta > .holder > .data .meta > span:only-child:after,
.testimonial.style-default .entry-meta > .holder > .data .meta > span:last-child:after,
.testimonial.style-default .entry-meta > .holder > .data .meta > span:only-child:after,
.team.style-default .entry-meta > .holder > .data .meta > span:last-child:after,
.team.style-default .entry-meta > .holder > .data .meta > span:only-child:after,
.portfolio.style-default .entry-meta > .holder > .data .meta > span:last-child:after,
.portfolio.style-default .entry-meta > .holder > .data .meta > span:only-child:after,
.case-studies.style-default .entry-meta > .holder > .data .meta > span:last-child:after,
.case-studies.style-default .entry-meta > .holder > .data .meta > span:only-child:after,
.client.style-default .entry-meta > .holder > .data .meta > span:last-child:after,
.client.style-default .entry-meta > .holder > .data .meta > span:only-child:after,
.product.style-default .entry-meta > .holder > .data .meta > span:last-child:after,
.product.style-default .entry-meta > .holder > .data .meta > span:only-child:after {
    display: none;
}
.post.style-default .entry-meta > .holder > .data .meta > span a,
.page.style-default .entry-meta > .holder > .data .meta > span a,
.tribe_events.style-default .entry-meta > .holder > .data .meta > span a,
.testimonial.style-default .entry-meta > .holder > .data .meta > span a,
.team.style-default .entry-meta > .holder > .data .meta > span a,
.portfolio.style-default .entry-meta > .holder > .data .meta > span a,
.case-studies.style-default .entry-meta > .holder > .data .meta > span a,
.client.style-default .entry-meta > .holder > .data .meta > span a,
.product.style-default .entry-meta > .holder > .data .meta > span a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    overflow: hidden;
    color: inherit;
}
.post.style-default .entry-meta > .holder > .data .meta > span a span,
.page.style-default .entry-meta > .holder > .data .meta > span a span,
.tribe_events.style-default .entry-meta > .holder > .data .meta > span a span,
.testimonial.style-default .entry-meta > .holder > .data .meta > span a span,
.team.style-default .entry-meta > .holder > .data .meta > span a span,
.portfolio.style-default .entry-meta > .holder > .data .meta > span a span,
.case-studies.style-default .entry-meta > .holder > .data .meta > span a span,
.client.style-default .entry-meta > .holder > .data .meta > span a span,
.product.style-default .entry-meta > .holder > .data .meta > span a span {
    position: relative;
    display: inline-block;
    transition: transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
}
.post.style-default .entry-meta > .holder > .data .meta > span a span:before,
.page.style-default .entry-meta > .holder > .data .meta > span a span:before,
.tribe_events.style-default .entry-meta > .holder > .data .meta > span a span:before,
.testimonial.style-default .entry-meta > .holder > .data .meta > span a span:before,
.team.style-default .entry-meta > .holder > .data .meta > span a span:before,
.portfolio.style-default .entry-meta > .holder > .data .meta > span a span:before,
.case-studies.style-default .entry-meta > .holder > .data .meta > span a span:before,
.client.style-default .entry-meta > .holder > .data .meta > span a span:before,
.product.style-default .entry-meta > .holder > .data .meta > span a span:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: attr(data-hover);
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
}
.post.style-default .entry-main,
.page.style-default .entry-main,
.tribe_events.style-default .entry-main,
.testimonial.style-default .entry-main,
.team.style-default .entry-main,
.portfolio.style-default .entry-main,
.case-studies.style-default .entry-main,
.client.style-default .entry-main,
.product.style-default .entry-main {}
.post.style-default .entry-main .entry-content,
.page.style-default .entry-main .entry-content,
.tribe_events.style-default .entry-main .entry-content,
.testimonial.style-default .entry-main .entry-content,
.team.style-default .entry-main .entry-content,
.portfolio.style-default .entry-main .entry-content,
.case-studies.style-default .entry-main .entry-content,
.client.style-default .entry-main .entry-content,
.product.style-default .entry-main .entry-content {
    color: #676766;
}
.post.style-default .entry-main .entry-content > *:last-child,
.page.style-default .entry-main .entry-content > *:last-child,
.tribe_events.style-default .entry-main .entry-content > *:last-child,
.testimonial.style-default .entry-main .entry-content > *:last-child,
.team.style-default .entry-main .entry-content > *:last-child,
.portfolio.style-default .entry-main .entry-content > *:last-child,
.case-studies.style-default .entry-main .entry-content > *:last-child,
.client.style-default .entry-main .entry-content > *:last-child,
.product.style-default .entry-main .entry-content > *:last-child {
    margin-bottom: 0 !important;
}
.post.style-default .entry-main .entry-extra .entry-extra-item,
.page.style-default .entry-main .entry-extra .entry-extra-item,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item,
.team.style-default .entry-main .entry-extra .entry-extra-item,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item,
.client.style-default .entry-main .entry-extra .entry-extra-item,
.product.style-default .entry-main .entry-extra .entry-extra-item {}
.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-read-more,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-read-more,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-read-more,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-read-more,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-read-more,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-read-more,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-read-more,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-read-more {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    margin-top: 25px;
}
.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn {
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    position: relative;
    display: inline-block;
    padding: 0;
    border: none;
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    text-transform: none;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
}
.post-read-more {
    margin-top: 25px;
}
.post-read-more a.btn {
    padding: 0;
    border-radius: 4px;
}
.inner_banner_main .title {
    margin: 0px;
}
.post.style-default .entry-main .post-meta .pull-right {
    margin-top: 25px;
}
@media screen and (max-width: 765px) and (min-width: 250px) {
    .post.style-default .entry-main .post-meta .pull-right {
        float: left;
        margin-top: 0;
    }
}
.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,
.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn {
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    position: relative;
    display: inline-block;
    padding: 0;
    border-radius: 0px;
    border: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 4px;
    background-color: none;
    color: #ffffff;
    padding: 0px !important;
    background: none !important;
}
.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span,
.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span {
    display: block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    background: none !important;
    color: #262626;
    position: relative;
    left: 0px;
    transition: all .2s ease-in-out;
}
.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:before,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:before,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:before,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:before,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:before,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:before,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:before,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:before,
.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:before {
    content: '';
    position: absolute;
    display: inline-block;
    background-color: currentColor;
    top: calc(50%);
    left: -22px;
    height: 1px;
    width: 0;
    transition: all .2s ease-in-out;
}
.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover span:before,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-read-more:hover .btn span:before,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover span:before,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover span:before,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover span:before,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover span:before,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover span:before,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover span:before,
.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover span:before {
    width: 13px;
}
.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover span,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover span,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover span,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover span,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover span,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover span,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover span,
.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover span {
    color: #d52b1e !important;
    left: 15px;
}
.post.style-default .entry-main .entry-extra .entry-extra-item .post-share,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-share,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-share,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-share,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-share,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-share,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-share,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-share,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-share,
.style-default .entry-main .entry-extra .entry-extra-item .post-share {
    display: inline-block;
    vertical-align: top;
}
.post.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons,
.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons {
    font-size: 0;
}
.post.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li,
.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li {
    display: inline-block;
    vertical-align: top;
    margin-right: 7px;
}
.post.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li:last-child,
.post.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li:only-child,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li:last-child,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li:only-child,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li:last-child,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li:only-child,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li:last-child,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li:only-child,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li:last-child,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li:only-child,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li:last-child,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li:only-child,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li:last-child,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li:only-child,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li:last-child,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li:only-child,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li:last-child,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li:only-child,
.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li:only-child {
    margin-right: 0;
}
.post.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a,
.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    background-color: transparent;
    border: none;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    color: #272727;
    line-height: 35px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.post.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:hover,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:hover,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:hover,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:hover,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:hover,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:hover,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:hover,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:hover,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:hover,
.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:hover {
    color: #fff;
}
.post.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:before,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:before,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:before,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:before,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:before,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:before,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:before,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:before,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:before,
.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    content: " ";
    border-radius: inherit;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.post.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:hover:before,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:hover:before,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:hover:before,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:hover:before,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:hover:before,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:hover:before,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:hover:before,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:hover:before,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:hover:before,
.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:hover:before {
    transform: scale(1);
    -webkit-transform: scale(1);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
}
.post.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a i,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a i,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a i,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a i,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a i,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a i,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a i,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a i,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a i,
.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a i {
    position: relative;
}
.post.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.whatsapp a:before,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.whatsapp a:before,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.whatsapp a:before,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.whatsapp a:before,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.whatsapp a:before,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.whatsapp a:before,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.whatsapp a:before,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.whatsapp a:before,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.whatsapp a:before,
.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.whatsapp a:before {
    background-color: #25d366;
}
.post.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.facebook a:before,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.facebook a:before,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.facebook a:before,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.facebook a:before,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.facebook a:before,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.facebook a:before,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.facebook a:before,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.facebook a:before,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.facebook a:before,
.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.facebook a:before {
    background-color: #3b5999;
}
.post.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.google-plus a:before,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.google-plus a:before,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.google-plus a:before,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.google-plus a:before,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.google-plus a:before,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.google-plus a:before,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.google-plus a:before,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.google-plus a:before,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.google-plus a:before,
.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.google-plus a:before {
    background-color: #dd4b39;
}
.post.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.twitter a:before,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.twitter a:before,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.twitter a:before,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.twitter a:before,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.twitter a:before,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.twitter a:before,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.twitter a:before,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.twitter a:before,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.twitter a:before,
.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.twitter a:before {
    background-color: #55acee;
}
.post.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.linkedin a:before,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.linkedin a:before,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.linkedin a:before,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.linkedin a:before,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.linkedin a:before,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.linkedin a:before,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.linkedin a:before,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.linkedin a:before,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.linkedin a:before,
.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.linkedin a:before {
    background-color: #0077b5;
}
.post.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.pinterest a:before,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.pinterest a:before,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.pinterest a:before,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.pinterest a:before,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.pinterest a:before,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.pinterest a:before,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.pinterest a:before,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.pinterest a:before,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.pinterest a:before,
.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.pinterest a:before {
    background-color: #bd081c;
}
.post-thumbnail {
    overflow: hidden;
    margin-bottom: 25px;
}
.post-thumbnail .wp-post-image {
    transition: transform 1s cubic-bezier(.33, .02, 0, .93);
    overflow: hidden;
    object-fit: cover;
    width: 100%;
    border-radius: 0px;
}
article.single-post .post-thumbnail img {
    width: auto;
}
article.entry h2.entry-title {
    margin-bottom: 30px;
    text-align: center;
}
.content-area.blog-style-one .wraper_blog_main .container {
    padding-top: 110px;
    padding-bottom: 90px;
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .wraper_blog_main.style-default{
        padding-left: 20px;
        padding-right: 20px;
    } 
    .page-template-template-masonry-layout .wraper_blog_main.style-three.morden-box-layout, 
    .wraper_blog_main.style-one.clasic-box-layout,
    .wraper_blog_main.style-three.morden-box-layout  {
        padding-left: 40px;
        padding-right: 40px;
    }   
    .wraper_shop_main {
        padding-left: 25px;
        padding-right: 25px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
    .content-area.blog-style-one .wraper_blog_main .container {
    padding-top: 50px;
    padding-bottom: 25px;
    } 
    .blog-style-one .wraper_blog_main .widget-area {
    padding-top: 22px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
   .content-area.blog-style-one .wraper_blog_main .container {
        padding-top: 50px;
        padding-bottom: 70px;
    } 
    .blog-style-one .wraper_blog_main .widget-area {
        padding-top: 22px;
    }
}
@media (max-width: 767px) {
   .content-area.blog-style-one .wraper_blog_main .container {
        padding-top: 50px;
        padding-bottom: 70px;
        padding-right: 0px;
        padding-left: 0px;
    } 
    .blog-style-one .wraper_blog_main .widget-area {
        padding-top: 68px;
    } 
}
.content-area .wraper_blog_main.style-default .container {
    padding-top: 115px;
    padding-bottom: 40px;
}
.home .content-area .wraper_blog_main.style-default .container {
    padding-top: 117px;
}
.search .content-area .wraper_blog_main.style-default .container {
    padding-top: 97px;
    padding-bottom: 40px;
}
.wraper_blog_main.style-default .blog_main {
    padding-top: 0px;
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
    .content-area .wraper_blog_main.style-default .container {
    padding-top: 100px;
    padding-bottom: 40px;
    }
    .home .content-area .wraper_blog_main.style-default .container {
    padding-top: 100px;
    padding-bottom: 15px;
    }
    .search .content-area .wraper_blog_main.style-default .container {
    padding-top: 97px;
    padding-bottom: 40px;
    }
    .content-area .wraper_blog_main.style-default .widget-area {
    padding-top: 52px;
    }
    .search.search-no-results .content-area .wraper_blog_main.style-default .widget-area {
    padding-top: 7px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .content-area .wraper_blog_main.style-default .container {
    padding-top: 100px;
    padding-bottom: 20px;
    }
    .home .content-area .wraper_blog_main.style-default .container {
    padding-top: 100px;
    }
    .content-area .wraper_blog_main.style-default .widget-area {
    padding-top: 52px;
    }
    .search .content-area .wraper_blog_main.style-default .container {
    padding-top: 97px;
    padding-bottom: 20px;
    }
    .search.search-no-results .content-area .wraper_blog_main.style-default .widget-area {
    padding-top: 7px;
    }
}
@media (max-width: 767px) {
    .content-area .wraper_blog_main.style-default .container {
        padding-top: 72px;
        padding-bottom: 0px;
    }
    .home .content-area .wraper_blog_main.style-default .container {
        padding-top: 100px;
    }
    .search .content-area .wraper_blog_main.style-default .container {
        padding-top: 63px;
        padding-bottom: 0px;
    }
    .content-area .wraper_blog_main.style-default .widget-area {
        padding-top: 32px;
    }
    .search.search-no-results .content-area .wraper_blog_main.style-default .widget-area {
        padding-top: 7px;
    }
}
.wraper_blog_main.style-three.morden-box-layout .blog_main.blog.blog-modern {
    padding-top: 0px;
}
.wraper_blog_main.style-three.morden-box-layout .blog_main.blog.blog-modern .entry-content p {
    margin-bottom: 20px;
}
.blog-content .comments-area .comment-list {
    margin-bottom: 102px;
}
.blog-content .comments-area .comment-list .comment-respond {
    margin-top: 12px;
}
.entry-content li a:hover {
    color: #d52b1e;
}
@media (max-width: 767px) {
   .blog-content .comments-area .comment-list {
    margin-bottom: 82px;
    } 
    .blog-content .comments-area .comment-list .comment-respond {
        margin-top: 12px;
    }
}
.comments-area .comment-list {
    margin-bottom: 102px;
}
.comments-area .comment-list .comment-respond {
    margin-top: 12px;
}
@media (max-width: 767px) {
   .comments-area .comment-list {
    margin-bottom: 82px;
    } 
    .comments-area .comment-list .comment-respond {
        margin-top: 12px;
    }
}
@media only screen and (max-width: 1024px) {
    .wraper_inner_banner {
    padding-top: 0px;
    padding-bottom: 0px;
    
    }
    .page .wraper_inner_banner,
    .search .wraper_inner_banner {
        padding-top: 0px;
        padding-bottom: 0px;
    
    }
}
.home .wraper_inner_banner,
.single.single-post .wraper_inner_banner,
.single.single-attachment .wraper_inner_banner {
    display: none;
}
.wraper_inner_banner_main {
    display: none;
}
.wraper_inner_banner .wraper_inner_banner_main .container {
    padding-left: 0;
    padding-right: 0;
}
.wraper_inner_banner .wraper_inner_banner_main .inner_banner_main h2.title,
.wraper_inner_banner .wraper_inner_banner_main .inner_banner_main p.title {
    color: #fff;
    background: url(../images/customizer/hm4-hiphen.jpg) no-repeat center left;
    padding-left: 100px;
    padding-bottom: 5px;
}
.wraper_inner_banner .wraper_inner_banner_main .inner_banner_main p.subtitle {
    color: #fff;
    padding-top: 15px;
}
.wraper_inner_banner .wraper_inner_banner_main .inner_banner_main p {
    color: #fff;
    padding-top: 15px;
}
.wraper_inner_banner .wraper_inner_banner_main .container {
    width: 1400px;
    max-width: 100%;
}
@media screen and (max-width: 480px) {
    .wraper_inner_banner .wraper_inner_banner_main .inner_banner_main h2.title,
    .wraper_inner_banner .wraper_inner_banner_main .inner_banner_main p.title {
        font-size: 35px;
        line-height: 45px !important;
        background: none;
        padding-left: 0px;
    }
}
.clearfix {
    clear: both;
}
.career-box {
    box-shadow: 0px 14px 46px 0 rgb(0 26 87 / 8%);
    border-radius: 4px;
    
    width: auto;
    margin-bottom: 0px;
}
.career-box > .holder {
    background: #fff;
    border-bottom: none;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 50px 40px 32px 40px;
    position: relative;
}
.career-box > .holder > .job {
    position: relative;
    margin-bottom: 25px;
    padding-top: 0px;
    padding-left: 78px;
}
.career-box > .holder > .job > .job-pic {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 1;
    width: 60px;
    height: 60px;
    background: center center no-repeat;
    background-size: cover;
    border-radius: 50%;
}
.career-box > .holder > .job > .job-title {
    margin-top: 0px;
}
.career-box > .holder > .job > .job-title > h6.title {
    margin-bottom: 3px;
    margin-top: -9px;
    margin-left: 2px;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 17px;
    color: #16171e;
    line-height: 27px;
}
.career-box > .holder > .job > .job-title > p.designation {
    margin-bottom: 7px;
    margin-left: 2px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    color: #676767;
    line-height: 26px;
}
.career-box > .holder > .job-years-place {
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 2px 0 15px 0;
}
.career-box > .holder > .job-years-place .user,
.career-box > .holder > .job-years-place .place,
.career-box > .holder > .job-years-place .timing {
    float: left;
    line-height: 30px;
    font-size: 15px;
    padding-top: 2px;
    color: #545454;
}
.career-box > .holder > .job-years-place .place {
    margin-left: 12px;
}
.career-box > .holder > .job-years-place .timing {
    margin-left: 15px;
}
.career-box > .holder > .job-years-place .user svg {
    margin-top: -5px;
}
.career-box > .holder > .job-years-place .place svg {
    margin-top: -3px;
}
.career-box > .holder > .job-years-place .timing svg {
    margin-top: -5px;
}
.career-box > .holder > .job > p.job-description {
    margin-top: 0;
    margin-bottom: 0;
}
.career-box > .holder > .job-btn-grp {
    display: inline-flex;
    margin: 30px 0 0 0;
}
.career-box > .holder > .job-btn-grp .btn-one a.job-btn-one {
    font-family: 'Poppins',sans-serif;
    font-weight: 500;
    text-transform: none;
    font-size: 15px;
    line-height: 23px;
    background-color: #d52b1e;
    color: #ffffff;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    border-radius: 4px;
    text-decoration: none;
}
.career-box > .holder > .job-btn-grp .btn-two {
    margin-top: 13px;
}
.career-box > .holder > .job-btn-grp .btn-two a.job-btn-two {
    font-weight: 500;
    text-transform: none;
    font-size: 15px;
    line-height: 23px;
    background-color: #F4F4F4;
    color: #262626;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    border-radius: 4px;
    text-decoration: none;
    margin-left: 20px;
    transition: all 0.3s ease-in-out;
}
.career-box > .holder > .job-btn-grp .btn-two:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transition: all 0.3s ease-in-out;
}
.career-box > .holder > .job-btn-grp .btn-one > .job-apply-modal > .rt-modal-pop {
  text-align: center;
    width: 100%;
  display: block;
  padding: 1em;
    position: relative;
}
.career-box > .holder > .job-btn-grp .btn-one > .job-apply-modal > .rt-modal-pop > label {
  background: #FFD300;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  padding: 15px 30px;
  transition: all 0.55s;
}
.career-box > .holder > .job-btn-grp .btn-one > .job-apply-modal > .rt-modal-pop > label.rt-gradient-btn {
    border: none;
    box-sizing: border-box;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    padding: 15px 30px;
    color: #fff;
    background: #d52b1e;
}
.career-box > .holder > .job-btn-grp .btn-one > .job-apply-modal > .rt-modal-pop > label.demo {
    background: #d52b1e;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.career-box > .holder > .job-btn-grp .btn-one > .job-apply-modal > .rt-modal-pop > label.demo:hover {
    background: #d52b1e;
    text-align: center;
    transition: all 0.3s ease-in-out;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}
.career-box > .holder > .job-btn-grp .btn-one > .job-apply-modal > .rt-modal-pop > .rt-modal-pop-overlay {
  background: rgba(0, 0, 0, 0.81);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  text-align: center;
  text-shadow: none;
  top: 0;
  z-index: 700;
    visibility: visible;
overflow: hidden;
align-items: center;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
}
.career-box > .holder > .job-btn-grp .btn-one > .job-apply-modal > .rt-modal-pop > .rt-modal-pop-overlay > .rt-modal-pop-wrap {
  padding: 1em 0;
  position: relative;
  margin: 0 auto;
  max-width: 801px;
  width: 90%;
  background: #fff;
  margin-top: 0px;
}
@media screen and (max-width: 1400px) {
    .career-box > .holder > .job-btn-grp .btn-one > .job-apply-modal > .rt-modal-pop > .rt-modal-pop-overlay > .rt-modal-pop-wrap {
        margin-top: 200px;
    }
}
@media screen and (max-width: 575px) {
    .career-box > .holder > .job-btn-grp .btn-one > .job-apply-modal > .rt-modal-pop > .rt-modal-pop-overlay > .rt-modal-pop-wrap {
        margin-top: 250px;
    }
}
.career-box > .holder > .job-btn-grp .btn-one > .job-apply-modal > .rt-modal-pop > .rt-modal-pop-overlay > .rt-modal-pop-wrap label {
  background: #fff;
  border-radius: 50%;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  height: 1.5em;
  line-height: 1.7;
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  width: 1.5em;
  z-index: 1;
}
.career-box > .holder > .job-btn-grp .btn-one > .job-apply-modal > .rt-modal-pop > .rt-modal-pop-overlay > .rt-modal-pop-wrap h2 {
  color: #262626;
  margin-bottom: 1em;
  text-transform: capitalize;
}
.career-box > .holder > .job-btn-grp .btn-one > .job-apply-modal > .rt-modal-pop > .rt-modal-pop-overlay > .rt-modal-pop-wrap p {
  color: #262626;
  text-align: justify;
}
.career-box > .holder > .job-btn-grp .btn-one > .job-apply-modal > .rt-modal-pop input:focus ~ label {
  transform: scale(0.97);
}
.career-box > .holder > .job-btn-grp .btn-one > .job-apply-modal > .rt-modal-pop input {
  position: absolute;
  top: -1000px;
  display: none;
}
.career-box > .holder > .job-btn-grp .btn-one > .job-apply-modal > .rt-modal-pop > .rt-modal-pop-overlay {
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.75s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: -100;
}
.career-box > .holder > .job-btn-grp .btn-one > .job-apply-modal > .rt-modal-pop > input:checked ~ .rt-modal-pop-overlay {
  opacity: 1;
  transform: scale(1);
  z-index: 800;
}
.career-box > .holder > .job-btn-grp .btn-one > .job-apply-modal > .rt-modal-pop > .rt-modal-pop-overlay input {
    position: relative;
    top: 0;
    display: block;
}
@media (min-width: 50em) {
  .career-box > .holder > .job-btn-grp .btn-one > .job-apply-modal > .rt-modal-pop > .rt-modal-pop-overlay > .rt-modal-pop-wrap {
    padding: 0;
  }
}
@media (min-width: 43.75em) {
  .career-box > .holder > .job-btn-grp .btn-one > .job-apply-modal > .rt-modal-pop {
    padding: 0;
  }
}
@media screen and (max-width: 1200px) {
    .career-box > .holder > .job-years-place .timing {
        width: 100%;
        margin-left: 0;
    }
    
}
@media screen and (max-width: 991px) {
    
    .career-box > .holder > .job-years-place .user,
    .career-box > .holder > .job-years-place .place,
    .career-box > .holder > .job-years-place .timing {
        width: 100%;
        margin-left: 0;
    }   
    
}
@media screen and (max-width: 840px) {
    .career-box > .holder > .job-btn-grp .btn-one > .job-apply-modal > .rt-modal-pop {
        padding: 0;
    }
}
@media only screen and (min-width:768px) and (max-width: 840px) {
    .career-box > .holder > .job-btn-grp {
        display: block;
        
    }
    .career-box > .holder > .job-btn-grp .btn-one > .job-apply-modal > .rt-modal-pop {
        text-align: left;
        padding: 0;
    }
    .career-box > .holder > .job-btn-grp .btn-one,
    .career-box > .holder > .job-btn-grp .btn-two a.job-btn-two {
        margin-left: 0;
    }
     .career-box > .holder > .job-btn-grp .btn-two {
        margin-left: 0;
        margin-top: 20px;
    }
}
@media screen and (max-width: 480px) {
    .career-box > .holder > .job-btn-grp {
        display: block;
        
    }
    .career-box > .holder > .job-btn-grp .btn-one > .job-apply-modal > .rt-modal-pop {
        text-align: left;
        padding: 0;
    }
    .career-box > .holder > .job-btn-grp .btn-one > .job-apply-modal > .rt-modal-pop {
        text-align: left;
    }
    .career-box > .holder > .job-btn-grp .btn-one,
    .career-box > .holder > .job-btn-grp .btn-two a.job-btn-two {
        margin-left: 0;
    }
     .career-box > .holder > .job-btn-grp .btn-two {
        margin-left: 0;
        margin-top: 20px;
    }
}
.page-template.page-template-template-job-list .wraper_job_list_layout .container {
    padding-top: 110px;
    padding-bottom: 116px;
}
.single.single-job .job-single-content .container {
    padding-top: 120px;
    padding-bottom: 120px;
}
@media only screen and (max-width: 767px)  {
    .page-template.page-template-template-job-list .wraper_job_list_layout .container {
    padding-top: 90px;
    padding-bottom: 96px;
    }
    .single.single-job .job-single-content .container {
    padding-top: 100px;
    padding-bottom: 100px;
    }
}
.page-template.page-template-template-job-list .container,
.single.single-job .job-single-content .container {
    width: 1400px;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.wraper_job_list_layout .pagination {
    border: none;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    display: block;
}
.wraper_job_list_layout .pagination {
    margin-top: 28px;
    margin-bottom: 0px;
}
.wraper_job_list_layout .pagination span .current,
.wraper_job_list_layout .pagination a.page-numbers.current {
    color: #d52b1e;
}
.wraper_job_list_layout .pagination span,
.wraper_job_list_layout .pagination a.page-numbers {
    padding: 0;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    margin: 0 10px;
    background: none;
    position: relative;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}
.wraper_job_list_layout .pagination span:hover:after,
.wraper_job_list_layout .pagination a.page-numbers:hover:after {
    content: "";
    width: 13px;
    height: 1px;
    background: #d52b1e;
    position: absolute;
    bottom: 0;
    left: -3px;
}
.wraper_job_list_layout .pagination span.current:after {
    content: "";
    width: 13px;
    height: 1px;
    background: #d52b1e;
    position: absolute;
    bottom: 0;
    left: -3px;
}
.wraper_job_list_layout .pagination a.next.page-numbers:after,
.wraper_job_list_layout .pagination a.prev.page-numbers:after {
    display: none;
}
.wraper_job_list_layout .pagination a.next.page-numbers,
.wraper_job_list_layout .pagination a.prev.page-numbers {
    padding: 0;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    margin: 0 6px;
    font-size: 0px;
    display: inline-flex;
}
.wraper_job_list_layout .pagination a.next.page-numbers:before {
    position: absolute;
    content: "";
    background: url(../images/customizer/chevron-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 36px;
    height: 36px;
    background-size: 20px;
}
.wraper_job_list_layout .pagination a.prev.page-numbers:before {
    position: absolute;
    content: "";
    background: url(../images/customizer/chevron-left.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 36px;
    height: 36px;
    background-size: 20px;
}
.wraper_job_list_layout .pagination a.page-numbers:hover,
.wraper_job_list_layout .pagination a.next.page-numbers:hover,
.wraper_job_list_layout .pagination a.prev.page-numbers:hover {
    background: none;
    color: #d52b1e;
}
.details-box-big > .holder > .details-box-one {
    box-shadow: none;
    border-radius: 4px;
    position: relative;
    width: auto;
    margin-bottom: 0px;
}
.details-box-big > .holder > .details-box-one {
    background: #fff;
    padding-top: 45px;
    padding-bottom: 107px;
    border-bottom: none;
    padding-left: 45px;
    padding-right: 45px;
    border: 1px solid #ededed;
}
.details-box-big > .holder > .details-box-one > .details-job {
    position: relative;
    margin-bottom: 5px;
    padding-top: 0px;
    padding-left: 78px;
    float: left;
}
@media screen and (max-width: 480px) {
    .details-box-big > .holder > .details-box-one > .details-job {
        float: none;
    }
}
.details-box-big > .holder > .details-box-one > .details-job > .details-job-pic {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 60px;
    height: 60px;
    background: center center no-repeat;
    background-size: cover;
    border-radius: 50%;
}
.details-box-big > .holder > .details-box-one > .details-job > .details-job-title {
    margin-top: 0px;
}
.details-box-big > .holder > .details-box-one > .details-job > .details-job-title > h3.details-title {
    margin-bottom: 3px;
    margin-top: -9px;
    margin-left: 2px;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 32px;
    color: #16171e;
    line-height: 42px;
}
.details-box-big > .holder > .details-box-one > .details-job > .details-job-title > p.details-designation {
    margin-bottom: 7px;
    margin-left: 2px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    color: #676767;
    line-height: 26px;
}
.details-box-big > .holder > .details-box-one > .job-apply-modal {
    float: right;
}
@media screen and (max-width: 1199px) {
    .details-box-big > .holder > .details-box-one > .job-apply-modal {
    float: left;
    margin-top: 25px;
    }
    .details-box-big > .holder > .details-box-one {
    background: #fff;
    padding-top: 45px;
    padding-bottom: 118px;
    border-bottom: none;
    padding-left: 45px;
    padding-right: 45px;
    border: 1px solid #ededed;
    }
    .details-box-big > .holder > .details-box-one > .job-apply-modal {
        float: left;
        display: block;
    }
    .details-box-big > .holder > .details-box-one > .details-job {
        float: none;
    }
}
@media only screen and (min-width:1024px) and (max-width: 1366px) {
}
@media screen and (max-width: 767px) {
    .details-box-big > .holder > .details-box-one > .details-job > .details-job-title > h3.details-title {
        font-size: 25px;
        line-height: 35px !important;
    }
    
}
.details-box-big > .holder > .details-box-one > .job-apply-modal > .rt-modal-pop {
  text-align: center;
    width: 100%;
  display: block;
  padding: 1em;
    position: relative;
}
.details-box-big > .holder > .details-box-one > .job-apply-modal > .rt-modal-pop > label {
  background: #FFD300;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  padding: 15px 30px;
  transition: all 0.55s;
}
.details-box-big > .holder > .details-box-one > .job-apply-modal > .rt-modal-pop > label.rt-gradient-btn {
    border: none;
    box-sizing: border-box;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    padding: 15px 30px;
    color: #fff;
    background: #d52b1e;
}
.details-box-big > .holder > .details-box-one > .job-apply-modal > .rt-modal-pop > label.demo {
    background: #d52b1e;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.details-box-big > .holder > .details-box-one > .job-apply-modal > .rt-modal-pop > label.demo:hover {
    background: #d52b1e;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.details-box-big > .holder > .details-box-one > .job-apply-modal > .rt-modal-pop > label:hover {
  transform: translateY(-5px);
-webkit-transform: translateY(-5px);
box-shadow: 0px 11px 14px -7px rgb(0 0 0 / 25%);
-webkit-box-shadow: 0px 11px 14px -7px rgb(0 0 0 / 25%);
}
.details-box-big > .holder > .details-box-one > .job-apply-modal > .rt-modal-pop > .rt-modal-pop-overlay {
  background: rgba(0, 0, 0, 0.81);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  text-align: center;
  text-shadow: none;
  top: 0;
  z-index: 700;
    visibility: visible;
overflow: hidden;
align-items: center;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
}
.details-box-big > .holder > .details-box-one > .job-apply-modal > .rt-modal-pop > .rt-modal-pop-overlay > .rt-modal-pop-wrap {
  padding: 0;
  position: relative;
  margin: 0 auto;
  max-width: 801px;
  width: 90%;
  background: #fff;
  
}
@media screen and (max-width: 1400px) {
    .details-box-big > .holder > .details-box-one > .job-apply-modal > .rt-modal-pop > .rt-modal-pop-overlay > .rt-modal-pop-wrap {
        margin-top: 200px;
    }
}
@media screen and (max-width: 575px) {
    .details-box-big > .holder > .details-box-one > .job-apply-modal > .rt-modal-pop > .rt-modal-pop-overlay > .rt-modal-pop-wrap {
        margin-top: 250px;
    }
}
.details-box-big > .holder > .details-box-one > .job-apply-modal > .rt-modal-pop > .rt-modal-pop-overlay > .rt-modal-pop-wrap label {
  background: #fff;
  border-radius: 50%;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  height: 1.5em;
  line-height: 1.7;
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  width: 1.5em;
  z-index: 1;
}
.details-box-big > .holder > .details-box-one > .job-apply-modal > .rt-modal-pop > .rt-modal-pop-overlay > .rt-modal-pop-wrap h2 {
  color: #262626;
  margin-bottom: 1em;
  text-transform: capitalize;
}
.details-box-big > .holder > .details-box-one > .job-apply-modal > .rt-modal-pop > .rt-modal-pop-overlay > .rt-modal-pop-wrap p {
  color: #262626;
  text-align: justify;
}
.details-box-big > .holder > .details-box-one > .job-apply-modal > .rt-modal-pop input:focus ~ label {
  transform: scale(0.97);
}
.details-box-big > .holder > .details-box-one > .job-apply-modal > .rt-modal-pop input {
  position: absolute;
  top: -1000px;
  display: none;
}
.details-box-big > .holder > .details-box-one > .job-apply-modal > .rt-modal-pop > .rt-modal-pop-overlay {
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.75s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: -100;
}
.details-box-big > .holder > .details-box-one > .job-apply-modal > .rt-modal-pop > input:checked ~ .rt-modal-pop-overlay {
  opacity: 1;
  transform: scale(1);
  z-index: 800;
}
.details-box-big > .holder > .details-box-one > .job-apply-modal > .rt-modal-pop > .rt-modal-pop-overlay input {
    position: relative;
    top: 0;
    display: block;
}
@media (min-width: 50em) {
  .details-box-big > .holder > .details-box-one > .job-apply-modal > .rt-modal-pop > .rt-modal-pop-overlay > .rt-modal-pop-wrap {
    padding: 0;
  }
}
@media (min-width: 43.75em) {
  .details-box-big > .holder > .details-box-one > .job-apply-modal > .rt-modal-pop {
    padding: 0;
  }
}
@media (max-width: 699px) {
  .details-box-big > .holder > .details-box-one > .job-apply-modal > .rt-modal-pop {
    padding: 0;
  }
}
@keyframes unfoldIn {
    0% {
        transform: scaleY(0.005) scaleX(0);
    }
    50% {
        transform: scaleY(0.005) scaleX(1);
    }
    100% {
        transform: scaleY(1) scaleX(1);
    }
}
@keyframes unfoldOut {
    0% {
        transform: scaleY(1) scaleX(1);
    }
    50% {
        transform: scaleY(0.005) scaleX(1);
    }
    100% {
        transform: scaleY(0.005) scaleX(0);
    }
}
@keyframes zoomIn {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoomOut {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes fadeIn {
    0% {
        background: rgba(0, 0, 0, 0);
    }
    100% {
        background: rgba(0, 0, 0, 0.7);
    }
}
@keyframes fadeOut {
    0% {
        background: rgba(0, 0, 0, 0.7);
    }
    100% {
        background: rgba(0, 0, 0, 0);
    }
}
@keyframes scaleUp {
    0% {
        transform: scale(0.8) translateY(1000px);
        opacity: 0;
    }
    100% {
        transform: scale(1) translateY(0px);
        opacity: 1;
    }
}
@keyframes scaleDown {
    0% {
        transform: scale(1) translateY(0px);
        opacity: 1;
    }
    100% {
        transform: scale(0.8) translateY(1000px);
        opacity: 0;
    }
}
@keyframes scaleBack {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.85);
    }
}
@keyframes scaleForward {
    0% {
        transform: scale(0.85);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes quickScaleDown {
    0% {
        transform: scale(1);
    }
    99.9% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes slideUpLarge {
    0% {
        transform: translateY(0%);
    }
    100% {
        transform: translateY(-100%);
    }
}
@keyframes slideDownLarge {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0%);
    }
}
@keyframes moveUp {
    0% {
        transform: translateY(150px);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes moveDown {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(150px);
    }
}
@keyframes blowUpContent {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    99.9% {
        transform: scale(2);
        opacity: 0;
    }
    100% {
        transform: scale(0);
    }
}
@keyframes blowUpContentTwo {
    0% {
        transform: scale(2);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes blowUpModal {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes blowUpModalTwo {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0);
        opacity: 0;
    }
}
@keyframes roadRunnerIn {
    0% {
        transform: translateX(-1500px) skewX(30deg) scaleX(1.3);
    }
    70% {
        transform: translateX(30px) skewX(0deg) scaleX(0.9);
    }
    100% {
        transform: translateX(0px) skewX(0deg) scaleX(1);
    }
}
@keyframes roadRunnerOut {
    0% {
        transform: translateX(0px) skewX(0deg) scaleX(1);
    }
    30% {
        transform: translateX(-30px) skewX(-5deg) scaleX(0.9);
    }
    100% {
        transform: translateX(1500px) skewX(30deg) scaleX(1.3);
    }
}
@keyframes sketchIn {
    0% {
        stroke-dashoffset: 778;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes sketchOut {
    0% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 778;
    }
}
@keyframes modalFadeIn {
    0% {
        background-color: transparent;
    }
    100% {
        background-color: white;
    }
}
@keyframes modalFadeOut {
    0% {
        background-color: white;
    }
    100% {
        background-color: transparent;
    }
}
@keyframes modalContentFadeIn {
    0% {
        opacity: 0;
        top: -20px;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}
@keyframes modalContentFadeOut {
    0% {
        opacity: 1;
        top: 0px;
    }
    100% {
        opacity: 0;
        top: -20px;
    }
}
@keyframes bondJamesBond {
    0% {
        transform: translateX(1000px);
    }
    80% {
        transform: translateX(0px);
        border-radius: 75px;
        height: 75px;
        width: 75px;
    }
    90% {
        border-radius: 3px;
        height: 182px;
        width: 247px;
    }
    100% {
        border-radius: 3px;
        height: 162px;
        width: 227px;
    }
}
@keyframes killShot {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
    }
    100% {
        transform: translateY(300px) rotate(45deg);
        opacity: 0;
    }
}
@keyframes fadeToRed {
    0% {
        background-color: rgba(0, 0, 0, 0.6);
    }
    100% {
        background-color: rgba(255, 0, 0, 0.8);
    }
}
@keyframes slowFade {
    0% {
        opacity: 1;
    }
    99.9% {
        opacity: 0;
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
.details-box-big > .holder > .details-box-two {
    border-top: none;
    border-bottom: 1px solid #ededed;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    background: #f4f4f4;
    padding: 6px 45px 9px 45px;
}
.details-box-big > .holder > .details-box-two > .job-years-place {
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 2px 0 0px 0;
}
.details-box-big > .holder > .details-box-two > .job-years-place .user,
.details-box-big > .holder > .details-box-two > .job-years-place .place,
.details-box-big > .holder > .details-box-two > .job-years-place .timing,
.details-box-big > .holder > .details-box-two > .job-years-place .salary {
    float: left;
    line-height: 30px;
    font-size: 15px;
    padding-top: 0px;
    color: #545454;
}
.details-box-big > .holder > .details-box-two > .job-years-place .place {
    margin-left: 11px;
}
.details-box-big > .holder > .details-box-two > .job-years-place .timing,
.details-box-big > .holder > .details-box-two > .job-years-place .salary {
    margin-left: 15px;
}
.details-box-big > .holder > .details-box-two > .job-years-place .user svg {
    margin-top: -5px;
}
.details-box-big > .holder > .details-box-two > .job-years-place .place svg {
    margin-top: -3px;
}
.details-box-big > .holder > .details-box-two > .job-years-place .timing svg {
    margin-top: -5px;
}
.details-box-big > .holder > .details-box-two > .job-years-place .salary svg {
    margin-top: -5px;
}
.details-box-big > .holder > .details-box-three {
    border: 1px solid #ededed;
    background: #f4f4f4;
    padding: 40px 45px 40px 45px;
    margin-top: 30px;
}
.details-box-big > .holder > .details-box-three h6 {
    padding-bottom: 8px;
}
.details-box-small {
    border: 1px solid #ededed;
    background: #fff;
    padding: 15px 30px 15px 30px;
}
.details-box-small > .details-box-small-one {
    padding-top: 8px;
    padding-bottom: 8px;
}
.details-box-small > .details-box-small-one h6 {
    padding-bottom: 8px;
}
.details-box-small > .details-box-small-one > .job-years-place {
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 2px 0 15px 0;
}
.details-box-small > .details-box-small-one > .job-years-place .user,
.details-box-small > .details-box-small-one > .job-years-place .place,
.details-box-small > .details-box-small-one > .job-years-place .timing,
.details-box-small > .details-box-small-one > .job-years-place .salary {
    float: left;
    line-height: 30px;
    font-size: 15px;
    padding-top: 0px;
    color: #545454;
    width: 100%;
}
.details-box-small > .details-box-small-one > .job-years-place .place {
    margin-left: -2px;
}
.details-box-small > .details-box-small-one > .job-years-place .timing,
.details-box-small > .details-box-small-one > .job-years-place .salary {
    margin-left: 0px;
}
.details-box-small > .details-box-small-one > .job-years-place .user svg {
    margin-top: -5px;
}
.details-box-small > .details-box-small-one > .job-years-place .place svg {
    margin-top: -5px;
}
.details-box-small > .details-box-small-one > .job-years-place .timing svg {
    margin-top: -5px;
}
.details-box-small > .details-box-small-one > .job-years-place .salary svg {
    margin-top: -5px;
}
@media screen and (max-width: 991px) {
    .details-box-small {
        margin-top: 30px;
    }
    .details-box-big > .holder > .details-box-two > .job-years-place .user,
    .details-box-big > .holder > .details-box-two > .job-years-place .place,
    .details-box-big > .holder > .details-box-two > .job-years-place .timing,
    .details-box-big > .holder > .details-box-two > .job-years-place .salary,
    .details-box-small > .details-box-small-one > .job-years-place .user,
    .details-box-small > .details-box-small-one > .job-years-place .place,
    .details-box-small > .details-box-small-one > .job-years-place .timing,
    .details-box-small > .details-box-small-one > .job-years-place .salary {
        width: 100%;
        margin-left: 0;
    }
}
@media only screen and (min-width:992px) and (max-width: 1137px) {
    .details-box-small > .details-box-small-one > .job-years-place .user,
    .details-box-small > .details-box-small-one > .job-years-place .place,
    .details-box-small > .details-box-small-one > .job-years-place .timing,
    .details-box-small > .details-box-small-one > .job-years-place .salary {
        width: 100%;
        margin-left: 0;
    }
}
.job_apply_frm .form-row {
    display: block;
    margin-left: -5px;
    margin-right: -5px;
}
.job_apply_frm p {
    color: #262626;
    font-weight: 500;
    font-size: 14px;
}
.job_apply_frm .form-row input[type="email"],
.job_apply_frm .form-row input[type="text"]  {
    width: 100%;
    height: 50px;
    padding: 12px 15px 12px 15px;
    margin-bottom: 0px;
    border: 1px solid #ededed;
    background-color: #ffffff;
    margin-bottom: 2px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 21px;
}
.job_apply_frm .form-row input[type=file] {
    width: 100%;
    height: 50px;
    padding: 12px 15px 12px 15px;
    margin-bottom: 0px;
    border: 1px solid #ededed;
    background-color: #ffffff;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 21px;
}
.job_apply_frm .form-row textarea {
    width: 100%;
    height: 100px;
    padding: 12px 15px 12px 15px;
    margin-bottom: 0px;
    border: 1px solid #ededed;
    background-color: #ffffff;
    margin-bottom: 3px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 21px;
}
.job_apply_frm .form-row input[type="text"]::placeholder,
.job_apply_frm .form-row input[type="email"]::placeholder,
.job_apply_frm .form-row textarea::placeholder {
    color: #696E79;
}
.job_apply_frm .form-row input[type="text"]:focus,
.job_apply_frm .form-row input[type="email"]:focus,
.job_apply_frm .form-row textarea:focus {
    color: #696E79;
    background: #F4F4F4;
}
.job_apply_frm input[type="submit"] {
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
    letter-spacing: 0;
    color: #fff;
    padding: 14px 0px 14px 0px;
    border: none;
    background: #d52b1e;
    border-radius: 4px;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out;
    text-align: center;
    width: 100%;
}
.job_apply_frm input[type="submit"]:hover {
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px)
}
.form-bg {
    padding: 35px 35px 14px 35px;
    margin: 0;
}
@media screen and (max-width: 767px) {
    .form-bg {
    padding: 22px 38px 0px 38px;
    margin: 0;
    }
}
.form-bg h3 {
    padding-bottom: 25px;
}
.img-bg {
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.case-studies-single-content .container {
    width: 1400px;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.case-studies-single-pagination {
    padding: 50px 15px 115px 15px;
}
@media all and (max-width: 767px) {
  .case-studies-single-pagination {
    padding: 50px 15px 95px 15px;
  }
}
.case-studies-single-pagination>[class*='col-'] {
    padding: 0;
}
.case-studies-single-pagination>[class*='col-']>.case-studies-single-previous-post {
    float: left;
}
.case-studies-single-pagination>[class*='col-']>.case-studies-single-previous-post>a {
    display: block;
    text-decoration: none;
    padding-left: 70px;
    position: relative;
}
.case-studies-single-pagination>[class*='col-']>.case-studies-single-previous-post>a:before {
    position: absolute;
    top: 6px;
    left: 0;
    content: url(../images/customizer/chevron-left-blue.svg);
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 52px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #d52b1e;
    border-radius: 50%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.case-studies-single-pagination>[class*='col-']>.case-studies-single-previous-post>a:hover:before {
    background-color: #d52b1e;
    content: url(../images/customizer/chevron-left-wht-one.svg);
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 52px;
}
.case-studies-single-pagination>[class*='col-']>.case-studies-single-previous-post>a>span.case-studies-single-previous-post-title {
    display: inline-block;
    text-transform: uppercase;
    color: #d52b1e;
    font-size: 13px;
    line-height: 28px;
}
.case-studies-single-pagination>[class*='col-']>.case-studies-single-previous-post>a>span.case-studies-single-previous-post-name {
    display: block;
    color: #262626;
    font-size: 17px;
    line-height: 27px;
    font-weight: 700;
    letter-spacing: 0;
}
.case-studies-single-pagination>[class*='col-']>.case-studies-single-post-back-btn {
    text-align: center;
    margin-top: 8px;
}
.case-studies-single-pagination>[class*='col-']>.case-studies-single-post-back-btn>a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
}
.case-studies-single-pagination>[class*='col-']>.case-studies-single-post-back-btn>a>span {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}
.case-studies-single-pagination>[class*='col-']>.case-studies-single-post-back-btn>a>span:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 8px;
    height: 8px;
    background-color: #6a30f5;
    border-radius: 50%;
    display: inline-block;
}
.case-studies-single-pagination>[class*='col-']>.case-studies-single-next-post {
    float: right;
}
.case-studies-single-pagination>[class*='col-']>.case-studies-single-next-post>a {
    display: block;
    text-decoration: none;
    padding-right: 70px;
    text-align: right;
    position: relative;
}
.case-studies-single-pagination>[class*='col-']>.case-studies-single-next-post>a:before {
    position: absolute;
    top: 6px;
    right: 0;
    content: url(../images/customizer/chevron-right-blue.svg);
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 52px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #d52b1e;
    border-radius: 50%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.case-studies-single-pagination>[class*='col-']>.case-studies-single-next-post>a:hover:before {
    background-color: #d52b1e;
    content: url(../images/customizer/chevron-right-wht-one.svg);
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 52px;
}
.case-studies-single-pagination>[class*='col-']>.case-studies-single-next-post>a>span.case-studies-single-previous-post-title {
    display: inline-block;
    text-transform: uppercase;
    color: #d52b1e;
    font-size: 13px;
    line-height: 28px;
}
.case-studies-single-pagination>[class*='col-']>.case-studies-single-next-post>a>span.case-studies-single-previous-post-name {
    display: block;
    color: #262626;
    font-size: 17px;
    line-height: 27px;
    font-weight: 700;
    letter-spacing: 0;
}
@media (min-width: 1920px) {
    .pricing-section {
        padding-left: 18% !important;
        padding-right: 18% !important;
    }
    .stgy-three-box {
        padding-left: 300px !important;
        padding-right: 300px !important;
    }
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}
.search.search-no-results .page-header .page-title {
    margin-bottom: 15px;
    margin-top: -7px;
}
.search.search-no-results .page-header p {
    margin-bottom: 20px !important;
}
@media (max-width: 767px) {
    .search.search-no-results .page-header .page-title {
        margin-top: 0;
    }
}
@media screen and (max-width: 1024px) {
    .search-no-results .radiantthemes-search-form {
    display: none;
    }
    .search.search-no-results .page-header p {
        margin-bottom: 0px !important;
    }
}
.widget-area > .widget .wp-block-group .wp-block-group__inner-container h6 {
    margin-bottom: 15px;
}
footer {
    clear: both;
}
.wraper_footer.style-default .wraper_footer_main {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.wraper_footer.style-default .wraper_footer_main > .container {
  padding-top: 60px;
  padding-bottom: 25px;
}
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item {
  margin-bottom: 40px;
}
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item > *:last-child {
  margin-bottom: 0 !important;
}
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget {
  margin-bottom: 30px;
}
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget .widget-title {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  line-height: 30px;
}
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget .widget-title a {
  color: inherit;
}
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget p {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  line-height: 28px;
}
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget ul.rt-contact-widget {
  margin-bottom: 10px;
}
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget ul.rt-contact-widget li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 30px;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  line-height: 28px;
}
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget ul.rt-contact-widget li:before {
  position: absolute;
  top: 4px;
  z-index: 0;
  font-family: "FontAwesome";
  font-size: 18px;
  line-height: 18px;
}
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget ul.rt-contact-widget li.address:before {
  content: "\f041";
  left: 4px;
}
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget ul.rt-contact-widget li.phone:before {
  content: "\f095";
  left: 2px;
}
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget ul.rt-contact-widget li.email:before {
  content: "\f003";
  left: 0;
}
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget ul.rt-contact-widget li strong {
  display: block;
  text-transform: uppercase;
  color: #fff;
}
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget ul.rt-contact-widget li a {
  color: inherit;
}
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_media_image {
  margin-bottom: 30px;
}
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_categories ul,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_pages ul,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_archive ul,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_meta ul,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_nav_menu ul,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_recent_entries ul,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_recent_comments ul,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_product_categories ul,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_rss ul {
  margin-bottom: 10px;
}
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_categories ul li,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_pages ul li,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_archive ul li,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_meta ul li,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_nav_menu ul li,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_recent_entries ul li,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_recent_comments ul li,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_product_categories ul li,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_rss ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 18px;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  line-height: 28px;
}
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_categories ul li:before,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_pages ul li:before,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_archive ul li:before,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_meta ul li:before,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_nav_menu ul li:before,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_recent_entries ul li:before,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_recent_comments ul li:before,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_product_categories ul li:before,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_rss ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f0da";
  font-family: "FontAwesome";
  font-size: 80%;
}
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_categories ul li a,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_pages ul li a,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_archive ul li a,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_meta ul li a,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_nav_menu ul li a,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_recent_entries ul li a,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_recent_comments ul li a,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_product_categories ul li a,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_rss ul li a {
  color: inherit;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_categories ul li ul,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_pages ul li ul,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_archive ul li ul,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_meta ul li ul,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_nav_menu ul li ul,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_recent_entries ul li ul,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_recent_comments ul li ul,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_product_categories ul li ul,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_rss ul li ul {
  margin-top: 10px;
}
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_rss ul li .rss-date,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_rss ul li .rssSummary,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_rss ul li cite {
  color: rgba(255, 255, 255, 0.6);
}
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_recent_entries ul li .post-date {
  display: block;
  position: relative;
  margin-top: 6px;
  padding-left: 22px;
  font-size: 85%;
  color: rgba(255, 255, 255, 0.7);
}
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_recent_entries ul li .post-date:before {
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 0;
  content: "\f017";
  font-family: "FontAwesome";
}
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_calendar {
  margin-top: 10px;
  margin-bottom: 20px;
}
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_calendar .calendar_wrap table {
  width: 100%;
  table-layout: fixed;
  border: 1px rgba(0, 0, 0, 0.2) solid;
}
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_calendar .calendar_wrap table tr {
  background-color: initial;
}
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_calendar .calendar_wrap table tr th,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_calendar .calendar_wrap table tr td {
  padding: 4px !important;
  border: 1px rgba(0, 0, 0, 0.2) solid;
  text-align: center;
  font-weight: 400;
  font-size: 80%;
  color: #fff;
}
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_calendar .calendar_wrap table tr th a,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_calendar .calendar_wrap table tr td a {
  color: inherit;
}
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_calendar caption {
  color: rgba(255, 255, 255, 0.8);
}
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget input[type="email"],
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget input[type="search"],
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget input[type="text"],
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget select {
  width: 100%;
  height: 40px;
  margin-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px rgba(255, 255, 255, 0.15) solid;
  font-size: 14px;
  color: #fff;
}
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget input[type="submit"],
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget input[type="button"],
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget button[type="submit"],
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget button[type="button"] {
  width: auto;
  height: auto;
  padding: 4px 20px 5px 20px;
  border: none;
  border-radius: 4px;
  font-weight: 700;
  color: #fff;
  line-height: 30px;
}
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_search form.search-form {
  position: relative;
}
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_search form.search-form button[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
}
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_text .wp-caption {
  display: block;
}
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_text img {
  margin-bottom: 10px;
}
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget .tagcloud a {
  margin-right: 10px;
  margin-bottom: 5px;
  color: #fff;
}
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_radianttheme_call_to_action_widget {
  padding: 18px 20px 20px 20px;
  background-color: #333234;
  color: #fff;
}
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_radianttheme_call_to_action_widget h4 {
  font-size: 18px;
  color: #fff;
  line-height: 26px;
}
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_radianttheme_call_to_action_widget a {
  padding: 5px 20px 5px 20px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  color: #fff;
}
.wraper_footer.style-default .wraper_footer_copyright > .container {
  padding-top: 21px;
  padding-bottom: 6px;
}
.wraper_footer.style-default .wraper_footer_copyright .footer_copyright .footer_copyright_item {
  margin-bottom: 15px;
}
.wraper_footer.style-default .wraper_footer_copyright .footer_copyright .footer_copyright_item > *:last-child {
  margin-bottom: 0 !important;
}
.wraper_footer.style-default .wraper_footer_copyright .footer_copyright .footer_copyright_item p {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  color: #cccccc;
  line-height: 26px;
  text-align: center;
}
.wraper_footer.style-default .wraper_footer_copyright .footer_copyright .footer_copyright_item ul.menu {
  margin-bottom: 20px;
  font-size: 0;
}
.wraper_footer.style-default .wraper_footer_copyright .footer_copyright .footer_copyright_item ul.menu li {
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 26px;
}
.wraper_footer.style-default .wraper_footer_copyright .footer_copyright .footer_copyright_item ul.menu li:last-child,
.wraper_footer.style-default .wraper_footer_copyright .footer_copyright .footer_copyright_item ul.menu li:only-child {
  margin-right: 0;
}
.wraper_footer.style-default .wraper_footer_copyright .footer_copyright .footer_copyright_item ul.menu li a {
  color: fff;
}
.wraper_footer.style-default .wraper_footer_copyright .footer_copyright .footer_copyright_item a {
    color: #cccccc;
}
.wraper_footer.style-default .wraper_footer_copyright .footer_copyright .footer_copyright_item a:hover {
    color: #fff;
}
.wraper_footer.custom-footer.footer-custom-stucking-mode {
  position: fixed;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
}
.wraper_footer.style-default .wraper_footer_copyright {
    background-color: #272727;
}
.widget-area > section {
    width: 100%;
    float: left;
}
#page {
    word-wrap: break-word;
}
img.alignright,
figure.alignright {
    float: right;
    margin: 0px 0px 25px 30px;
    border-radius: 0px;
}
img.alignleft,
figure.alignleft {
    float: left;
    margin: 7px 30px 25px 0px !important;
    border-radius: 0px;
}
img.aligncenter,
figure.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0px;
}
img.aligncenter {
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 0px;
}
img.alignnone {
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 0px;
}
img.alignright {
    margin: 5px 0px 30px 30px;
    border-radius: 0px;
    clear: both;
}
figure.aligncenter {
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 0px;
}
figure.alignnone {
    margin-bottom: 20px;
    border-radius: 0px;
}
figure.wp-block-gallery.columns-2.is-cropped.alignleft.extraclass {
    padding-bottom: 0px;
    margin-bottom: -10px !important;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.screen-reader-text {
    display: none;
}
.wp-caption {
    max-width: 100%;
}
.wp-caption-text {
    font-size: 13px;
    line-height: 17px;
    margin: 0;
    padding: 4px 5px 0px 0px;
}
.wp-caption-text a,
figcaption a {
    position: relative;
    color: #696969;
}
.wp-caption-text a:before {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0px;
    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;
    color: #d52b1e;
}
.wp-caption-text a:hover:before {
    width: 100%;
    left: 0px;
    right: auto;
}
.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
    padding-left: 0;
    text-align: left;
}
.comment-list .comment.bypostauthor {
    list-style: none;
}
.edit-link {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 4px 15px 2px 15px;
    opacity: 0.9;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 10px;
    color: #fff;
    line-height: 17px;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.4);
}
.edit-link a {
    margin-left: 5px;
    margin-right: 5px;
    color: inherit;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.edit-link a:hover,
.edit-link a:focus,
.edit-link a:active {
    color: inherit;
}
.comments-area ol.comment-list li.trackback .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;
}
.page-template-default .entry-content ul {
    padding: 10px 0px 0px 20px !important;
    list-style: disc;
}
.page-template-default .entry-content ul li ul{
    padding: 0px 0px 0px 50px !important;
    list-style: disc;
}
.page-template-default .entry-content ul li {
    padding: 0px;
}
.page-template-default .entry-content ul ul {
    padding-left: 50px !important;
    list-style: circle;
}
.entry.page .entry-content td a,
.single-post .entry-main td a,
.comment-content td a,
.comment-content p a {
    position: relative;
    display: inline-block;
    color: #47465E;
}
.entry.page .entry-content td a:before,
.single-post .entry-main td a:before,
.comment-content td a:before,
.comment-content p a:before {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0px;
    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;
}
.woocommerce-error {
    margin-left: 15px;
    margin-right: 15px;
}
.entry.page .entry-content td a,
.single-post .entry-main th a,
.comment-content td a,
.comment-content p a {
    position: relative;
    display: inline-block;
}
.entry.page .entry-content td a:hover,
.single-post .entry-main td a:hover,
.comment-content td a:hover,
.comment-content p a:hover {
    color: #d52b1e;
}
.entry.page .entry-content td a:before,
.single-post .entry-main th a:before {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0px;
    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;
}
.default-page code {
    padding: 2px 4px;
    font-size: 90%;
    color: #23282d;
    background-color: #f3f4f5;
    border-radius: 4px;
}
code,
tt,
var {
    font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    color: #1d1a4e;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.widget-area > .widget_archive {
    margin-bottom: 20px !important;
    margin-top: 0;
    padding-bottom: 22px;
}
.widget-area > .widget_calendar {
    margin-bottom: 32px !important;
    margin-top: 0px !important;
}
.widget-area > .widget_categories {
    margin-bottom: 37px !important;
    padding-bottom: 30px !important;
    border-bottom: 1px solid rgba(0, 0, 0, .13);
}
.widget-area > .widget_pages {
    margin-top: 0px !important;
    margin-bottom: 37px !important;
    border-bottom: 1px solid rgba(0, 0, 0, .13);
    padding-bottom: 22px;
}
.widget-area > .widget_meta {
    margin-bottom: 37px !important;
    border-bottom: 1px solid rgba(0, 0, 0, .13);
    padding-bottom: 22px;
}
.widget-area > .widget_recent_comments {
    margin-bottom: 37px !important;
    border-bottom: 1px solid rgba(0, 0, 0, .13);
    padding-bottom: 0;
}
.widget-area > .widget_recent_entries {
    margin-bottom: 42px !important;
    border-bottom: 1px solid rgba(0, 0, 0, .13);
    padding-bottom: 22px;
}
.widget-area > .widget_search {
    margin-bottom: 58px !important;
}
.widget-area > .widget_rss {
    margin-bottom: 21px !important;
    padding-top: 0;
    padding-bottom: 22px;
}
.widget-area > .widget_text {
    margin-bottom: 37px !important;
    padding-bottom: 15px;
}
.widget-area > .widget_tag_cloud {
    margin-bottom: 0px !important;
    padding-top: 0;
    border-bottom: none;
    padding-bottom: 0px;
}
.widget-area > .widget_nav_menu {
    padding-bottom: 0px;
    padding-top: 37px;
}
@media screen and (max-width: 1024px) {
    .home .widget-area > .widget_nav_menu {
        margin-bottom: -20px !important;
    }
}
.right-sidebar #monster-widget-placeholder-3 .calendar_wrap {
    overflow-x: hidden !important;
}
#monster-widget-placeholder-12 select {
    width: 100%;
}
.wraper_blog_main .widget-area .widget.widget_search .widget-title {
    display: none;
}
#monster-widget-placeholder-3 table#wp-calendar {
    width: 100%;
}
#monster-widget-placeholder-3 .wp-calendar-table thead tr th {
    font-weight: 400;
    background: #ddd;
}
#monster-widget-placeholder-3 .wp-calendar-table thead tr th,
.wp-calendar-table tbody tr td {
    border: 1px #e2e2e2 solid;
    padding: 10px 10px 10px 10px;
    font-weight: 400;
    text-align: center;
}
#monster-widget-placeholder-3 .wp-calendar-table caption {
    color: #272727;
    text-align: left;
    caption-side: top;
    font-weight: 500;
    text-transform: capitalize;
}
.widget-area section.widget ul,
.widget_archive span.rt-select-wrapper,
.widget_calendar .calendar_wrap {
    margin-bottom: 15px;
}
.widget-area section.widget ul.children,
.widget-area section.widget ul.sub-menu {
    margin-top: 9px;
    margin-bottom: 9px;
}
.widget ul li a {
    position: relative;
    display: inline-block;
    color: inherit;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.widget ul li a:hover:before {
    right: auto;
    left: 0;
    width: 100%;
}
.widget ul li a:hover {
    color: #d52b1e;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.page-links {
    margin-bottom: 30px;
}
.wp-block-group.has-background {
    border-radius: 4px;
}
.wp-block-group.has-background .wp-block-button a {
    color: #fff !important;
    background-color: #d52b1e;
    border-radius: 0px;
    font-size: 14px;
    padding: 15px 50px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 4px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.widget_nav_menu ul.sub-menu li {
    padding-left: 12px;
}
.wp-block-button__link {
    color: #fff !important;
    background-color: #d52b1e;
    border-radius: 0px;
    font-size: 14px;
    padding: 15px 50px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 4px;
    text-transform: uppercase;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.wp-block-file .wp-block-file__button {
    color: #fff !important;
    background-color: #d52b1e;
    border-radius: 0px;
    font-size: 14px;
    padding: 15px 50px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 4px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.rt-select-wrapper {
    position: relative;
    width: 250px;
    height: 45px;
    display: inline-block;
    vertical-align: middle;
    min-width: 140px;
    padding-right: 36px;
    border-radius: 0px;
    border: 1px solid #d0d0d0;
}
.rt-select-wrapper .rt-select-text {
    display: block;
    padding: 8px 13px 13px 13px;
    font-size: 16px;
    line-height: 28px;
    overflow: hidden;
    text-align: left;
    white-space: nowrap;
    color: #696969;
}
.rt-select-wrapper .rt-select-button {
    width: 36px;
    height: 60px;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}
.rt-select-wrapper .rt-select-button:before {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -16px;
    font-size: 10px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-weight: normal;
}
.select2-container .select2-selection > .select2-selection__arrow:before {
    position: absolute;
    right: 0;
    top: 50%;
    margin-left: -8px;
    margin-top: -13px;
    font-size: 10px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-weight: normal;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none !important;
}
.widget-area > .widget select {
    width: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 4px;
    padding: 0 10px 0 0;
    font-size: 13px;
    height: 37px;
    border: 1px solid #e7f1fb;
    background-color: #ffffff;
}
.widget-area > .widget select:hover {
    border: 1px solid #e7f1fb !important;
    background-color: #ffffff;
}
.widget-area > .widget select:focus {
    border: 1px solid #afb1b1 !important;
    background-color: #ffffff;
}
.gallery {
    margin-left: -15px;
    margin-right: -15px;
}
.gallery-item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    max-width: 25%;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}
.gallery-columns-1 .gallery-item {
    width: 100%;
    max-width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: calc((100% - 16px * 1) / 2);
}
.gallery-columns-3 .gallery-item {
    max-width: calc((100% - 16px * 2) / 3);
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-item .gallery-icon img {
    width: 100%;
}
.gallery-item .gallery-caption {
    padding: 10px 15px 10px 15px;
    background-color: #f8f8f8;
    font-size: 12px;
    line-height: 22px;
}
*[class^="wp-block-"] {
    margin-bottom: 0px;
    margin-top: 0px;
}
.default-page p,
.comment-content p,
.wpb_text_column p {
    max-width: 100%;
}
blockquote.wp-block-quote {
    background: #fafafa;
    border-width: 0;
    border-left: 4px solid #d52b1e;
    margin: 1.5em;
    overflow: auto;
    padding: 1em 1.5em 1em 1.2em;
    width: 100%;
}
.wp-block-quote p {
    font-style: italic;
    margin: 0 !important;
    font-size: 15px !important;
    font-weight: 400;
}
.wp-block-quote cite {
    border-width: 0;
    color: inherit;
    display: block;
    font-style: normal;
    font-weight: 400 !important;
    margin-left: 0px;
    margin-top: .5em;
    font-size: 13px !important;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: 17px;
}
.wp-block-quote.is-large cite {
    text-align: left;
}
.wp-block-audio {}
.wp-block-button {
    border-radius: 0px;
    line-height: 1.25;
    padding: .6em 0;
}
.wp-block-button.is-style-squared {
    border-radius: 0px;
}
.wp-block-button.is-style-outline .wp-block-button__link {
    color: initial !important;
    border: 2px solid #d52b1e;
    color: #d52b1e !important;
    background: transparent;
    font-weight: 700;
}
.wp-block-button.alignleft {
    text-align: left;
    margin-right: 15px;
}
.wp-block-button.alignright {
    text-align: right;
    margin-left: 15px;
}
.wp-block-button a {
    border: 0;
    font-weight: 700;
    border-radius: 0px;
    letter-spacing: 4px;
}
.wp-block-button.alignleft a.wp-block-button__link,
.wp-block-button.alignright a.wp-block-button__link,
.wp-block-button.aligncenter a.wp-block-button__link  {
    border-radius: 0px;
}
.wp-block-button a.wp-block-button__link {
    border-radius: 4px;
}
.wp-block-button.is-style-squared a {
    border: 0;
    font-weight: normal;
    border-radius: 0;
}
.wp-block-button:not([style]) a {
    color: #fff;
}
.wp-block-button:not([style]) a:hover,
.wp-block-button:not([style]) a:focus {
    color: #fff;
}
.wp-block-button.alignwide,
.wp-block-button.alignfull {
    display: block;
}
article.category-block ul li {
    list-style: disc !important;
}
.wp-block-categories-list ul,
.wp-block-categories-list li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.wp-block-categories-list li {
    padding: 0;
}
.wp-block-categories-list li:not(:last-child) {
    border-bottom: none;
}
.wp-block-categories-list ul ul {
    padding-left: 2em;
}
.wp-block-categories-list ul ul li:last-child {
    padding-bottom: 0;
}
.wp-block-categories.wp-block-categories-dropdown select {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border: 1px #d8dada solid;
    line-height: 46px;
    height: 46px;
    border-radius: 4px;
    padding: 0 10px 0 0;
}
.wp-block-code,
.wp-block-preformatted {
    background: rgba(128, 128, 128, 0.1);
    border: 1px solid #aaaaaa;
    border-bottom-color: #cccccc;
    border-radius: 4px;
    font-family: 'Inconsolata', monospace;
    font-size: .8em;
    height: auto;
    margin: 0;
    margin-bottom: 1.5em;
    outline: none;
    overflow: auto;
    padding: 6px 10px;
    vertical-align: middle;
    width: 100%;
    word-wrap: break-word;
    white-space: pre-wrap;
}
.wp-block-code .blocks-plain-text {
    background: transparent;
    border: none !important;
    color: inherit !important;
    font-family: inherit !important;
    font-size: 0.8em;
    margin: 0 !important;
    overflow-x: auto !important;
    padding: 0 !important;
}
.wp-block-cover-image {
    min-height: 50vw;
    height: 100%;
}
.wp-block-cover-image.has-parallax {
    min-height: 25vw;
}
.is-ios .wp-block-cover-image.has-parallax {
    background-attachment: scroll;
}
.wp-block-cover-image.has-background-dim {}
.wp-block-cover-image.has-parallax {
    margin-bottom: 0;
}
.has-drop-cap {}
ul.wp-block-gallery {
    clear: both;
}
ul.wp-block-gallery,
ul.wp-block-gallery li {
    padding: 0;
}
ul.wp-block-gallery.alignnone {
    display: flex;
}
.wp-block-image {}
.wp-block-image.aligncenter {
    margin: 0 auto;
}
.wp-block-image.alignleft {
    width: 100%;
    float: left;
    margin-top: 0;
    max-width: calc(4 * (100vw / 12));
    margin-left: 0;
    margin-right: calc(4 * 1rem);
    padding: 1rem calc(2 * 1rem);
}
.wp-block-image.alignright {
    width: 100%;
    float: right;
    margin-top: 0;
    max-width: calc(4 * (100vw / 12));
    margin-right: 0;
    margin-left: calc(4 * 1rem);
    padding: 1rem calc(2 * 1rem);
}
@media (max-width: 767px) {
    figure.wp-block-image.alignleft {
        max-width: 50%;
    }
    figure.wp-block-image.alignright {
        max-width: 50%;
    }
}
figure.wp-block-image.alignleft {
    margin: .1em 1.0em 1.0em 0;
}
figure.wp-block-image.alignright {
    margin: .1em 0em 1.0em 1.0em;
}
figure.wp-block-image.aligncenter {
    margin: 1.0em auto 1.0em auto;
}
figure.wp-block-image {
    margin: 0;
}
.wp-block-image figcaption {
    margin: -.25em 0 .25em 0;
    padding: .5rem .5rem .5rem 0;
}
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
    height: 100% !important;
    flex: 1;
    -o-object-fit: cover;
    object-fit: cover;
}
.wp-block-embed {
    clear: both;
}
*[class^="wp-block-embed-"] {
    clear: both;
}
.wp-block-latest-posts__post-date {
    color: inherit;
    margin-bottom: 0;
    opacity: 0.8;
}
.wp-block-latest-posts,
.wp-block-latest-posts li {
    list-style: none;
    margin: 0;
}
.wp-block-latest-posts li {
    padding: 0;
}
.wp-block-latest-posts li:not(:last-child) {
    border-bottom: none;
}
.wp-block-latest-posts.is-grid li {
    border: 0;
    padding-left: 42.5px;
}
.wp-block-pullquote {
    border: 2px dotted rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.15);
    color: inherit;
    padding: 1.5em 0.75em !important;
}
.wp-block-pullquote > p {
    font-family: inherit;
}
.wp-block-pullquote cite {
    color: inherit;
    opacity: 0.8;
    font-size: 13px !important;
    font-weight: 400 !important
}
.wp-block-pullquote.alignleft {
    width: 100%;
    float: left;
    margin-top: 0;
    max-width: calc(4 * (100vw / 12));
    margin-left: 0;
    margin-right: calc(4 * 1rem);
    padding: 1rem calc(2 * 1rem);
    position: relative;
    min-height: 430px;
}
.wp-block-pullquote.alignright {
    width: 100%;
    float: right;
    margin-top: 0;
    max-width: calc(4 * (100vw / 12));
    margin-right: 0;
    margin-left: calc(4 * 1rem);
    padding: 1rem calc(2 * 1rem);
    position: relative;
    min-height: 430px;
}
.wp-block-pullquote blockquote {
    border-style: none !important;
}
.default-page .wp-block-pullquote {
    border: 2px dotted !important;
    padding: 20px;
}
figure.wp-block-pullquote p {
    font-size: 17px;
    font-weight: 400;
}
.wp-block-separator {
    background-color: #ccc;
    border: none;
    box-sizing: border-box;
    height: 4px;
    margin: 1.0em auto !important;
    width: 90%;
}
.wp-block-table {
    display: table;
}
.wp-block-table th {
    padding: 4px 4px;
    text-align: left;
}
.wp-block-table td {
    margin: 0;
    padding: 4px 4px;
}
@media only screen and (max-width: 580px) {
    .wp-block-text-columns,
    .wp-block-text-columns.aligncenter {
        display: block;
    }
    .wp-block-text-columns.columns-2 .wp-block-column,
    .wp-block-text-columns.columns-3 .wp-block-column,
    .wp-block-text-columns.columns-4 .wp-block-column {
        float: none;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}
.wp-block-verse {
    background: rgba(128, 128, 128, 0.1);
    border: none;
    border-width: 0;
    border-left: 4px solid #d52b1e;
    box-shadow: none;
    font-size: 1em;
    font-style: italic;
    margin: 0;
    padding: 1em 1.5em 1em 1.2em !important;
    width: 100%;
    border-radius: 0px;
}
.wp-block-video video,
.wp-block-video iframe {
    max-width: 100%;
}
@media screen and (max-width: 767px) {
    *[class^="wp-block-"].alignleft,
    *[class^="wp-block-"].alignright {
        max-width: 100%;
    }
    img.alignright,
    figure.alignright {
        margin-left: 100px !important;
    }
}
.wp-block-quote.has-text-align-right {
    border-left: none !important;
}
.radiantthemes .wp-block-cover-image.alignwide,
.wp-block-cover-image.aligncenter {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.wp-block-cover-image.alignright {
    width: 30%;
    margin-left: 1.5em;
}
.wp-block-cover-image.alignleft {
    width: 100%;
    float: left;
    margin-top: 0;
    max-width: calc(4 * (100vw / 12));
    margin-left: 0;
    margin-right: calc(4 * 1rem);
    padding: 1rem calc(2 * 1rem);
    position: relative;
    min-height: 430px;
}
.wp-block-cover-image.alignright {
    width: 100%;
    float: right;
    margin-top: 0;
    max-width: calc(4 * (100vw / 12));
    margin-right: 0;
    margin-left: calc(4 * 1rem);
    padding: 1rem calc(2 * 1rem);
    position: relative;
    min-height: 430px;
}
.wp-block-cover-image.aligncenter {
    max-width: calc(6 * (100vw / 12) - 28px);
    position: relative;
    min-height: 430px;
}
.alignfull,
.alignwide,
.aligncenter {
    clear: both;
}
.wp-block-cover-image {
    background-position: center center;
}
.wp-block-cover.alignleft {
    float: left;
    margin-right: 30px;
    margin-top: 8px;
}
.wp-block-cover.alignright {
    float: right;
    margin-left: 30px;
}
@media (min-width: 768px) {
    .radiantthemes.rt-twentyseventeen .alignfull,
    .radiantthemes.rt-twentyseventeen .wp-block-image.alignfull img {
        margin-left: calc(50% - 48.75vw) !important;
        margin-right: calc(50% - 48.75vw) !important;
        max-width: 1000%;
        width: 97.5vw !important;
    }
    .radiantthemes.align-full-90 .alignfull,
    .radiantthemes.align-full-90 .wp-block-image.alignfull img,
    .radiantthemes.rt-fitvids *[class^="wp-block-embed"].alignfull,
    .radiantthemes .wp-block-pullquote.alignfull {
        margin-left: calc(50% - 45vw) !important;
        margin-right: calc(50% - 45vw) !important;
        max-width: 1000%;
        width: 90vw !important;
    }
    .radiantthemes *[class^="wp-block-embed"].alignwide,
    .radiantthemes *[class^="wp-block-embed"].alignfull {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }
    .caos .col-md-8 {
        width: 100%;
    }
}
.entry-content.default-page ul {
    list-style-type: disc;
    padding-left: 40px;
}
.single-post .entry-main .entry-content.default-page ul li {
    padding-left: 0px !important;
    margin-bottom: 10px !important;
}
.blockquote {
    margin: 5px;
}
.post-template-default.single .wp-block-gallery ul.blocks-gallery-grid {
    padding-left: 0px !important;
}
.wp-block-pullquote.alignwide blockquote {
    border-style: none !important;
}
.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    border-radius: 4px;
}
.single.single-post .entry-content h2 {
    line-height: 54px;
    margin-bottom: 20px !important;
}
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
    margin: 0 0 1.2em 0;
    height: 100%;
}
figure.wp-block-image {
    margin: 0;
    margin-bottom: 5px!important;
    margin-top: 5px !important;
    margin-right: 10px !important;
}
.wp-block-image {
    margin-bottom: 20px;
    margin-top: 20px !important;
}
.wp-block-image .aligncenter {
    margin-top: 20px;
}
.wp-block-image img {
    border-radius: 4px;
}
.single-format-standard .entry-content.default-page ul {
    padding-left: 20px;
}
.single-format-standard .wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
    margin-bottom: 0;
}
.single-format-standard .wp-block-gallery.columns-3 .blocks-gallery-item {
    margin-bottom: 16px !important;
}
.single-format-standard .entry-content.default-page ul {
    margin-right: 0px;
    margin-bottom: 0;
}
.single-format-standard .entry-content.default-page ul li {
    margin-bottom: 16px !important;
}
ul.wp-block-gallery.columns-2.is-cropped.alignwide {
    margin-bottom: 30px;
}
.single-format-standard ol.wp-block-latest-comments li {
    list-style-type: none !important;
}
.single-format-standard ol.wp-block-latest-comments li article footer.wp-block-latest-comments__comment-meta {
    margin-bottom: 0;
}
.single-format-standard ul.wp-block-categories li ul.children {
    padding-left: 30px;
}
.single-format-standard .entry-content ul li ol li {
    list-style: decimal !important;
}
.single-format-standard .entry-content ul li ol li ul li {
    list-style: disc !important;
}
.gallery-columns-9 .gallery-item {
    max-width: calc((100% - 16px * 8) / 9);
}
.gallery-columns-8 .gallery-item {
    max-width: calc((100% - 16px * 7) / 8);
}
.gallery-columns-7 .gallery-item {
    max-width: calc((100% - 16px * 6) / 7);
}
.gallery-columns-6 .gallery-item {
    max-width: calc((100% - 16px * 5) / 6);
}
.gallery-columns-5 .gallery-item {
    max-width: calc((100% - 16px * 4) / 5);
}
.gallery-columns-4 .gallery-item {
    max-width: calc((100% - 16px * 3) / 4);
}
.gallery-columns-3 .gallery-item {
    max-width: calc((100% - 16px * 2) / 3);
}
.gallery-columns-2 .gallery-item {
    max-width: calc((100% - 16px * 1) / 2);
}
.single-format-standard .entry-content ol li ul li ul li {
    list-style: circle !important;
    padding-left: 30px;
}
.single-format-standard .entry-content ol li ul li ul {
    list-style: circle !important;
    padding-left: 30px !important;
}
.single-format-standard .entry-content ul li ul {
    list-style: circle !important;
    padding-left: 50px !important;
}
.single-format-standard .entry-content ul li ul ol {
    padding-left: 30px !important;
}
.entry-main .entry-content.default-page .wp-block-gallery .blocks-gallery-item {
    margin-bottom: 15px !important;
}
.wraper_blog_main.default-page ul li:before {
    content: none !important;
}
.wp-block-categories li:before {
    content: none !important;
}
.wp-block-latest-comments__comment-link:hover {
    color: #1d1a4e;
}
.wp-block-latest-posts.wp-block-latest-posts__list {
    padding-left: 0px;
}
.wp-block-latest-posts.wp-block-latest-posts__list li a {
    position: relative;
    color: inherit;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.wp-block-latest-posts.wp-block-latest-posts__list li a:hover {
    color: #d52b1e;
}
.wp-block-latest-posts.wp-block-latest-posts__list li a:hover:before {
    right: auto;
    left: 0;
    width: 100%;
}
.wp-block-categories.wp-block-categories-list {
    padding-left: 0px;
}
.wp-block-categories.wp-block-categories-list li a {
    text-decoration: underline !important;
}
.wp-block-archives.wp-block-archives-list {
    padding-left: 0;
}
.wp-block-archives.wp-block-archives-list li a {
    position: relative;
    color: inherit;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.wp-block-archives.wp-block-archives-list li a:hover:before {
    right: auto;
    left: 0;
    width: 100%;
}
.wp-block-archives.wp-block-archives-list li a:hover {
    color: #d52b1e;
}
.wp-block-archives.wp-block-archives-dropdown select {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border: 1px #d8dada solid;
    line-height: 28px;
    height: 55px;
    border-radius: 4px;
    padding: 0 10px 0 0;
    width: 100%
}
.blog_single.style-one ul li:before {
    content: none !important;
}
.single-format-standard .entry-content ul li:before {
    content: none !important;
}
.single-post.default-page ul li:before {
    content: none !important;
}
.post-template-default .blog_single ul li:before {
    content: none !important;
}
.wp-block-pullquote {
    padding: 1.5em 0.75em !important;
}
.wp-block-pullquote blockquote {
    padding: 0px !important;
    margin: 1em !important;
}
.wp-block-button__link {
    margin-bottom: 0px !important;
}
.entry-content.default-page p a {
    position: relative;
    display: inline-block;
}
.entry-content.default-page p a:hover {
    color: #d52b1e;
}
.wp-block-rss__item-title a:hover {
    color: #1d1a4e;
}
.wp-block-rss__item-title {
    margin-bottom: 10px;
}
.default-page ol > li > ul > li {
    list-style-type: disc !important;
}
.single-format-standard .entry-content ul li ol li ul li {
    list-style: circle !important;
}
.single-format-standard .entry-content ul li ol li ul {
    padding-left: 0px !important;
}
.default-page code {
    padding: 2px 4px;
    font-size: 90%;
    color: #23282d;
    background-color: #f3f4f5;
    border-radius: 4px;
}
.comments-area .comment-content ul li {
    list-style-type: disc;
    padding-left: 0px !important;
    margin-left: 22px;
}
.comments-area .comment-content ul li ul li {
    list-style-type: circle;
}
ul.wp-block-gallery {
    padding: 0 !important;
}
.wp-block-cover-image.has-background-dim:before, .wp-block-cover.has-background-dim:before {
    border-radius: 4px;
}
.wp-block-cover__inner-container p {
    margin-top: 35px;
}
.wp-block-cover .wp-block-cover-text {
    max-width: 862px;
    color: #fff !important;
}
:root .has-pale-pink-background-color {
    padding: 0 40px;
}
.has-background-dim-20 {
    width: calc(100% + 0px);
    margin-left: 0px;
}
.wp-block-cover {
    border-radius: 0px;
    margin: 30px 0;
}
blockquote.wp-block-quote {
    margin: 0;
}
.twitter-tweet {
    width: 100% !important;
}
.wp-block-categories-list li:not(:last-child) {
    border-bottom: none;
    list-style: none;
}
.wp-block-categories.wp-block-categories-list li a {
    text-decoration: none !important;
}
.wp-block-media-text .wp-block-media-text__content {
    padding-top: 57px;
    margin-bottom: 30px;
}
.editor-styles-wrapper .wp-block-table {
    display: table;
    width: 100%;
}
.is-style-large cite {
    text-align: center !important;
}
.wp-block-quote[style*="text-align:right"],
.wp-block-quote[style*="text-align: right"] {
    border-left: 0px none !important;
}
.wp-block-quote[style*="text-align:right"] {
    border-right: 4px solid #1367fe !important;
}
.wp-block-search .wp-block-search__input {
    border: 1px solid #E3E3E2;
    padding-left: 10px;
}
.blocks-gallery-caption {
    margin-bottom: 27px;
}
.wp-block-gallery {
    margin-bottom: 0px;
}
.wp-block-file a.wp-block-file__button:before {
    display: none;
}
.wp-block-file a {
    position: relative;
    display: inline-block;
    color: #696969;
}
.wp-block-file a:hover {
    color: #d52b1e;
}
.wp-caption-text a,
figcaption a {
    position: relative;
    color: #676766;
}
.wp-caption-text a:before,
figcaption a:before {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0px;
    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;
    color: #272727;
}
.wp-caption-text a:hover:before,
figcaption a:hover:before {
    width: 100%;
    left: 0px;
    right: auto;
}
.wp-caption-text a:hover,
figcaption a:hover {
    color: #d52b1e;
}
.entry .entry-content dd a,
.entry .entry-content p a {
    position: relative;
    display: inline-block;
    color: #272727;
}
.entry .entry-content dd a:hover,
.entry .entry-content p a:hover {
    color: #d52b1e;
}
.single-post.category-block li a {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
}
.single-post.category-block li a:hover {
    color: #d52b1e;
}
.entry-content.default-page p a,
.entry-content.default-page a,
.entry-content.default-page dd a {
    position: relative;
    display: inline-block;
}
.entry-content.default-page p a:hover,
.entry-content.default-page a:hover,
.entry-content.default-page dd a:hover {
    color: #d52b1e;
    opacity: 1;
}
a.wp-block-button__link:before,
figure a:before {
    display: none;
}
pre {
    padding-bottom: 12px;
}
.widget-area > .widget.widget_pages ul li ul li, .widget-area > .widget.widget_categories ul li ul li {
    padding-left: 15px;
}
.wraper_inner_banner_breadcrumb {
    display: none;
}
.wraper_blog_main.default-page {
    padding-top: 117px;
}
.page .wraper_blog_main div.comments-area {
    padding: 83px 0 90px 0;
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
    .page .wraper_blog_main div.comments-area {
        padding-bottom: 70px!important;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .wp-block-gallery.has-nested-images figure.wp-block-image {
        display: flex;
        flex-grow: 1; 
        justify-content: center;
        position: relative;
        margin-top: auto;
        margin-bottom: auto;
        flex-direction: column;
        max-width: 50%;
    }
    .wp-block-gallery.has-nested-images {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .wp-block-gallery.has-nested-images figure.wp-block-image:nth-child(odd) {
        margin-left: 0;
        margin-right: 10px !important;
        height: 90px;
    }
    .wp-block-gallery.has-nested-images figure.wp-block-image:nth-child(even) {
        margin-left: 10px;
        margin-right: 0px !important;
        height: 90px;
    }
    .page .wraper_blog_main div.comments-area {
        padding-bottom: 70px!important;
    }
}
@media screen and (max-width: 767px) {
    .wraper_blog_main.default-page {
        padding-top: 100px;
        padding-bottom: 80px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .entry-content .woocommerce {
        padding-left: 0px;
        padding-right: 0px;
    }
    .page .wraper_blog_main div.comments-area {
        padding: 63px 0 70px 0 !important;
    }
    .wp-block-gallery.has-nested-images figure.wp-block-image {
        display: flex;
        flex-grow: 1; 
        justify-content: center;
        position: relative;
        margin-top: auto;
        margin-bottom: auto;
        flex-direction: column;
        max-width: 50%;
    }
    .wp-block-gallery.has-nested-images {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .wp-block-gallery.has-nested-images figure.wp-block-image:nth-child(odd) {
        margin-left: 0;
        margin-right: 10px !important;
        height: 90px;
    }
    .wp-block-gallery.has-nested-images figure.wp-block-image:nth-child(even) {
        margin-left: 10px;
        margin-right: 0px !important;
        height: 90px;
    }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
    .single-post.hentry figure {
    width: 50% !important;
    max-width: 50% !important;
    }
    .single-post.hentry figure.wp-block-pullquote {
    width: 100% !important;
    max-width: 100% !important;
    }
}
@media screen and (max-width: 480px) {
    .single-post.hentry figure {
    width: 100% !important;
    max-width: 100%;
    }
    .single-post.hentry figure.wp-block-pullquote {
    width: 100% !important;
    max-width: 100% !important;
    }
}
figure.gallery-item .gallery-icon.landscape a {
    width: 100% !important;
    max-width: 100% !important;
}
.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
    position: absolute;
}
.management-case-studies .swiper-button-next {
    right: 0;
}
.management-case-studies .swiper-button-next, 
.management-case-studies .swiper-button-prev {
    background-image: none;
}
.management-case-studies .swiper-button-next svg,
.management-case-studies .swiper-button-prev svg {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.management-case-studies:hover .swiper-button-next svg,
.management-case-studies:hover .swiper-button-prev svg {
    opacity: 1;
    visibility: visible;
}
.support-team .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: -6px;
}
.support-corousel .swiper-pagination-bullet {
    opacity: 1;
    background: #fff;
}
.support-corousel .testimonial.rt-testimonial.element-one .swiper-pagination-bullet {
    opacity: 1 !important;
    background: #ffffff !important;
}
@media (min-width: 286px) {
    .elementor-widget-icon-box.startup-footer-contact-box.elementor-position-left .elementor-icon-box-icon, 
    .elementor-widget-icon-box.startup-footer-contact-box.elementor-position-right .elementor-icon-box-icon {
       float: left;
    }
    .elementor-widget-icon-box.startup-footer-contact-box .elementor-icon-box-icon {
        margin-right: 10px !important;
    }
}
@media (max-width: 286px) {
    .elementor-widget-icon-box.startup-footer-contact-box .elementor-icon-box-icon {
        margin-bottom: 0px !important;
    }
    .elementor-widget-icon-box.startup-footer-contact-box .elementor-icon-box-content h6.elementor-icon-box-title,
    .elementor-widget-icon-box.startup-footer-contact-box .elementor-icon-box-content p.elementor-icon-box-description {
        font-size: 15px;
        line-height: 25px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1325px) {
    .strgy-banner-heading .elementor-heading-title {
        font-size: 90px !important;
        line-height: 100px !important;
    }
}
@media only screen and (min-width: 1366px) {
    .elementor-widget-image-box.service-two-img-box .elementor-image-box-content {
    margin-left: -300px;
    }
}
 
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
    .elementor-widget-image-box.service-two-img-box .elementor-image-box-wrapper .elementor-image-box-img {
    width: 40% !important;
    }
    .elementor-widget-image-box.service-two-img-box .elementor-image-box-content {
    margin-left: 0px;
    }
}
.betterdocs-sidebar-content.betterdocs-category-sidebar .docs-single-cat-wrap .docs-cat-title-wrap.active-title {
    border-bottom: 1px solid rgba(0, 0, 0, .13) !important;
    background: none !important;
}
.betterdocs-categories-wrap.single-kb .docs-item-container li svg {
    margin: 0;
}
.betterdocs-categories-wrap.single-kb li a {
    color: #676766;
    font-size: 16px !important;
    margin: 0 12px;
}
.docs-cat-title-inner .docs-cat-heading {
    padding-left: 10px !important;
    font-size: 17px !important;
    line-height: 27px !important;
    font-weight: 700;
    font-family: 'Roboto',sans-serif;
    color: #d52b1e !important;
    letter-spacing: 0.05em;
}
.docs-cat-title img {
    height: 25px !important;
}
.betterdocs-categories-wrap.single-kb .docs-single-cat-wrap .docs-cat-title-wrap {
    border-bottom: 1px solid rgba(0, 0, 0, .13) !important;
}
.docs-cat-title-inner {
    border-bottom: none !important;
}
.docs-cat-link-btn {
    border: 1px solid #d52b1e !important;
    background-color: #d52b1e !important;
    font-size: 15px !important;
    line-height: 23px !important;
    letter-spacing: 0px !important;
    color: #FFFFFF !important;
    padding: 11px 33px 11px 33px !important;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    border-radius: 0px !important;
}
.feedback-update-form {
    display: none !important;
}
.betterdocs-credit p {
    display: none !important;
}
.betterdocs-sidebar-content.betterdocs-category-sidebar .docs-item-count {
    display: none !important;
}
.betterdocs-sidebar-content.betterdocs-category-sidebar .betterdocs-categories-wrap li a {
    position: relative !important;
    color: #676766 !important;
    transition: all 0.12s ease-in-out !important;
    -webkit-transition: all 0.12s ease-in-out !important;
    margin: 0 12px;
}
.betterdocs-categories-wrap .docs-item-container li svg, 
.docs-category-listing .docs-list ul li svg, .betterdocs-popular-list li svg {
    margin: 0;
}
.betterdocs-categories-wrap li {
    display: flex;
    align-items: center;
}
.docs-cat-title {
    margin: 0;
} 
.docs-cat-title .docs-cat-heading {
    margin: 0;
}
.betterdocs-sidebar-content.betterdocs-category-sidebar .betterdocs-categories-wrap .docs-single-cat-wrap .docs-cat-title-wrap {
    padding: 5px 22px !important;
}
.betterdocs-sidebar-content.betterdocs-category-sidebar .betterdocs-categories-wrap li a:hover {
    color: #d52b1e !important;
}
.betterdocs-sidebar-content.betterdocs-category-sidebar .betterdocs-categories-wrap li a:before {
    content: "" !important;
    width: 0 !important;
    height: 1px !important;
    bottom: 0px !important;
    position: absolute !important;
    left: auto !important;
    right: 0 !important;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s !important;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s !important;
    background: currentColor !important;
}
.betterdocs-sidebar-content.betterdocs-category-sidebar .betterdocs-categories-wrap li a:hover:before {
    right: auto !important;
    left: 0 !important;
    width: 100% !important;
}
.betterdocs-sidebar-content .docs-single-cat-wrap .docs-cat-title-wrap.active-title {
    border-right: none !important;
}
.betterdocs-categories-wrap.single-kb .docs-item-container li {
    margin-left: 2px !important;
}
.docs-single-title .betterdocs-entry-title {
    text-transform: capitalize !important;
    padding-bottom: 0 !important;
}
.betterdocs-breadcrumb .breadcrumb-delimiter svg.breadcrumb-delimiter-icon {
    vertical-align: top;
}
.betterdocs-toc > .toc-title {
    font-weight: 400 !important;
}
.betterdocs-toc > .toc-list a {
    font-weight: 400 !important;
}
.docs-template-default .betterdocs-searchform,
.rt-docs-template-default .betterdocs-searchform {
    background: #fff !important;
    padding: 12px 15px !important
}
.docs-template-default .betterdocs-content-area {
    width: 100% !important;
    max-width: 1310px !important;
}
.docs-template-default .docs-navigation a:last-child,
.docs-template-default .docs-navigation a:first-child {
    margin: 0;
}
.docs-template-default .docs-navigation a {
    color: #272727;
    font-weight: 400;
}
.docs-template-default .docs-navigation a svg {
    fill: #272727 !important;
    min-width: 16px;
    width: 16px;
}
.docs-template-default .betterdocs-searchform svg.docs-search-icon {
    margin-left: 0 !important;
}
.rt-docs-template-default .betterdocs-searchform svg.docs-search-icon {
    margin-left: 0 !important;
}
.page-id-11996 .wraper_blog_main.default-page {
    padding-top: 0 !important;
}
.page-id-11996 .betterdocs-categories-wrap {
    margin-top: 6px;
}
.rt-docs-area .elementor-column-wrap.elementor-element-populated {
    padding: 0 !important;
}
.docs-single-cat-wrap .docs-item-count {
    display: none;
}
.betterdocs-searchform {
    border-radius: 4px !important;
    padding: 12px 15px !important;
}
.betterdocs-searchform svg.docs-search-icon {
    height: 20px !important;
}
.betterdocs-breadcrumb .betterdocs-breadcrumb-list li {
    line-height: inherit;
}
.docs-single-cat-wrap .docs-item-container .docs-cat-link-btn {
    margin-left: 3px !important;
    margin-right: 3px !important;
}
.landing-demo-bg .landing-demo .elementor-widget-container:after {
    content: "";
    position: absolute;
    width: 100.1%;
    height: 100%;
    background: #fff;
    top: 0px;
    left: 0px;
    right: 0px;
    border-radius: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 20px;
    text-align: center;
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
    -webkit-transition: -webkit-clip-path .5s cubic-bezier(.59, .02, .17, .87);
    transition: -webkit-clip-path .5s cubic-bezier(.59, .02, .17, .87);
    -o-transition: clip-path .5s cubic-bezier(.59, .02, .17, .87);
    transition: clip-path .5s cubic-bezier(.59, .02, .17, .87);
    transition: clip-path .5s cubic-bezier(.59, .02, .17, .87), -webkit-clip-path .5s cubic-bezier(.59, .02, .17, .87);
}
.landing-demo-bg:hover .landing-demo .elementor-widget-container:after {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
}
.landing-demo-bg .landing-demo-bg--title-1 {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: .3s ease-in-out .3s;
    -o-transition: .3s ease-in-out .3s;
    transition: .3s ease-in-out .3s;
    color: #fff;
    margin-bottom: 0px;
}
.landing-demo-bg:hover .landing-demo-bg--title-1 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.landing-demo-bg .landing-demo-bg-btn-1 {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: .3s ease-in-out .35s;
    -o-transition: .3s ease-in-out .35s;
    transition: .3s ease-in-out .35s;
    margin-bottom: 0px;
}
.landing-demo-bg:hover .landing-demo-bg-btn-1 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
@media only screen and (max-width: 670px) {
    .post-type-archive-docs .site-content {
    margin-right: 15px;
    margin-left: 15px;
    }
}
@media only screen and (min-width: 671px) {
    .post-type-archive-docs .site-content {
    margin-right: 0;
    margin-left: 15px;
    }
}
.betterdocs-search-form-wrap {
    background-color: transparent !important;
}
@media only screen and (max-width: 400px) {
    .wraper_blog_main.style-default .blog_main .entry-blog-content .entry-extra-item {
        display: block;
        align-items: flex-start;
    }
    .wraper_blog_main.style-default .blog_main .entry-blog-content .entry-extra-item .date,
    .wraper_blog_main.style-default .blog_main .entry-blog-content .entry-extra-item .comments-no {
        padding-left: 0;
    }
    .wraper_blog_main.style-default .blog_main .entry-blog-content .entry-extra-item .rt-author:after, 
    .wraper_blog_main.style-default .blog_main .entry-blog-content .entry-extra-item .date:after, 
    .wraper_blog_main.style-default .blog_main .entry-blog-content .entry-extra-item .comments-no:after,
    .wraper_blog_main.style-default .blog_main .entry-blog-content .entry-extra-item .tag-name:after {
        display: none;
    }
    .wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-post-box .modern-desc-bx .entry-extra-item {
        display: block;
        align-items: flex-start;
    }
    .wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-post-box .modern-desc-bx .author-box,
    .wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-post-box .modern-desc-bx .date,
    .wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-post-box .modern-desc-bx .comment {
        display: block;
        float: none;
        padding-left: 0;
    }
    .wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-post-box .modern-desc-bx .author-box .author:after, 
    .wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-post-box .modern-desc-bx .entry-extra-item .date:after, 
    .wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-post-box .modern-desc-bx .entry-extra-item .comment:after {
        display: none;
    }
}
@media screen and (min-width: 992px) {
    .wraper_blog_main.style-three.morden-box-layout .pagination,
    .page-template-template-masonry-layout .wraper_blog_main.style-three.morden-box-layout .pagination {
        margin-bottom: 48px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .wraper_blog_main.style-three.morden-box-layout .widget-area section.widget:last-child {
        margin-bottom: 111px !important;
    }
    .page-template-template-masonry-layout .wraper_blog_main.style-three.morden-box-layout .pagination {
        margin-bottom: 117px;
    }
}
@media screen and (max-width: 767px) {
    .wraper_blog_main.style-three.morden-box-layout .widget-area section.widget:last-child {
        margin-bottom: 91px !important;
    }
    .page-template-template-masonry-layout .wraper_blog_main.style-three.morden-box-layout .pagination {
        margin-bottom: 97px;
    }
}
@media screen and (max-width: 1024px) {
    .wraper_header.style-default .rt-header.mobile-header-style1 .header_main {
        padding: 15px 15px !important;
    }
    .rt-mobile-toggle-holder .rt-mobile-toggle {
        margin-top: 0px;
    }
}
.entry-extra-item .social-media ul {list-style:none; padding-bottom: 70px;}
.entry-extra-item .social-media ul li{width:20px;float:left;margin:5px 10px 5px 0px;height:20px;font-size:15px;line-height:20px;}
.entry-extra-item .social-media ul li a{color:#000;transition:opacity .25s ease;}
.entry-extra-item .social-media ul li:hover a{color:#000;opacity:.7;transition:opacity .25s ease;}
.single.single-docs .betterdocs-entry-footer {
    display: none !important;
}
.docs-template-default.single.single-docs .betterdocs-single-wraper.betterdocs-single-bg.betterdocs-single-layout1 {
    padding-top: 105px !important;
}
.page.page-id-17389 .entry-header {
    display: none !important;
}
.page.page-id-17389 .betterdocs-live-search {
    width: 100% !important;
    max-width: 800px !important;
    padding-top: 25px !important;
    padding-bottom: 55px !important;
}
.docs-category-listing .docs-list ul li {
    display: block;
}
.docs-category-listing .docs-list ul li svg {
    margin-right: 12px;
}
.page.page-id-17389 .site-content {
    background-color: #f2f4f7 !important;
}
.page-template-default.page.page-id-17389 .entry-content ul {
    padding: 0px !important;
}
.footer-form .wpcf7-response-output {
    border-color: #fff !important;
    color: #fff !important;
    margin: -1.5em 0em 1em 0em !important;
}
.cont-form .wpcf7-response-output {
     margin: -1.5em 0em 1em 0em !important;
}
.footer-form-oneline .wpcf7-response-output {
    border-color: #fff !important;
    color: #fff !important;
    margin: 0.2em 0em 1em 0em !important;
}
.footer-form-oneline-mgmnt .wpcf7-response-output {
    border-color: #fff !important;
    color: #fff !important;
    margin: 0.2em 0.6em 1em 0.6em !important;
}
.contact-frm-output .wpcf7-response-output {
    margin: 1em 0.4em 1em 0.4em !important;
}
.wpcf7-response-output {
    margin: 1em 0em 1em 0em !important;
}
.wraper_inner_banner {
    background-repeat: no-repeat;
    background-size: cover;
}
.rt-header .apr-nav-menu--main ul.mega-menu li.menu-item-has-children ul.sub-menu li a span.arrow, 
.rt-header .apr-nav-menu--main ul.mega-menu li.menu-item-has-children ul.sub-menu li ul.sub-menu li a span.arrow {
    display: none;
}
.pr-agcy-counter {
    width: 100% !important;
}
.admin-bar .block {
    top: 32px;
}
.footer_copyright_item a:hover {
    color: #fff;
}
/* ================================== */
/* START OF MEDIA QUERY CSS*/
/* ================================== */
@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .shop_table.cart #respond input#submit, .shop_table.cart a.button, .shop_table.cart button.button, .shop_table.cart input.button {
        font-size: 14px;
        line-height: 24px;
        font-weight: 700;
        letter-spacing: 4px;
        color: #fff !important;
        padding: 13px 50px 15px 50px !important;
        border: none;
        background: #d52b1e;
        border-radius: 0px;
        text-transform: uppercase;
        transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
        -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
        text-align: center;
        opacity: 1 !important;
        cursor: pointer !important;
        margin-bottom: 15px;
        float: left;
    }
}
@media screen and (min-width:992px) and (max-width:1024px) {
    .radiantthemes-cart .cart-collaterals .cart_totals tr {
        border: none;
    }
    .shop_table.cart #respond input#submit, .shop_table.cart a.button, .shop_table.cart button.button, .shop_table.cart input.button {
        font-size: 14px;
        line-height: 24px;
        font-weight: 700;
        letter-spacing: 4px;
        color: #fff !important;
        padding: 13px 50px 15px 50px !important;
        border: none;
        background: #d52b1e;
        border-radius: 0px;
        text-transform: uppercase;
        transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
        -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
        text-align: center;
        opacity: 1 !important;
        cursor: pointer !important;
        margin-bottom: 15px;
        float: left;
    }
    .wraper_shop_single.style-one .container {
        padding-top: 100px;
        padding-bottom: 46px;
    }
}
@media screen and (min-width:768px) and (max-width:991px) {
    .shop_table.cart .quantity {
        width: 80px;
        border: 1px solid #d0d0d0;
        border-radius: 0px;
        background: #fff;
        height: calc(34px);
        position: relative;
        justify-content: center;
        display: flex;
        align-items: center;
        margin: 0px 16px 0px 0px;
    }
    .shop_table.cart .quantity > .input-group-addon {
        display: flex;
        outline: 0;
        justify-content: center;
        align-items: center;
        border: 0;
        width: 20px;
        height: 20px;
        border-radius: 0px;
        text-decoration: none;
        overflow: visible;
        text-decoration: none;
        cursor: pointer;
        -moz-user-select: -moz-none;
        -ms-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        -webkit-transition: background .3s cubic-bezier(.33, 1, .40, 1);
        transition: background .3s cubic-bezier(.33, 1, .40, 1);
        margin: 0;
    }
    .shop_table.cart .quantity > .qty {
        padding: 0;
        width: 25%;
        min-width: 25px;
        max-height: 25px;
        text-align: center;
        border: 0;
        color: #272727;
        outline: 0;
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        background: 0 0;
        font-size: 14px;
    }
    .radiantthemes-cart .cart-collaterals .cart_totals tr {
        border: none !important;
    }
    .woocommerce .shop_table td.actions {
        width: 100%;
    }
    .woocommerce div.product div.images .flex-control-thumbs,
    .woocommerce .wraper_shop_single.style-one div.product div.images .flex-control-thumbs {
        display: block;
        float: none;
        width: auto;
        text-align: center;
        position: absolute;
        bottom: 20px;
        left: auto;
        top: auto;
        z-index: 9;
        width: 100%;
        margin: 0;
    }
    .woocommerce div.product div.images .flex-control-thumbs li {
        position: relative;
        float: none;
        display: inline-block;
        width: auto;
        height: auto;
        max-width: 80px;
        vertical-align: middle;
        margin: 0;
        cursor: pointer;
    }
    .woocommerce div.product div.images .flex-control-thumbs li img {
        display: block;
        width: 6px;
        height: 6px;
        margin: 0 8px;
        padding: 6px 6px 0 0;
        opacity: 1;
        overflow: hidden;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        cursor: pointer;
        background: #676666;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .radiantthemes-cart .woocommerce-cart-form {
        padding-right: 0px;
    }
    .woocommerce #content table.cart .product-thumbnail, 
    .woocommerce table.cart .product-thumbnail, 
    .woocommerce-page #content table.cart .product-thumbnail, 
    .woocommerce-page table.cart .product-thumbnail{
        display: inline-flex;
        border-top: 1px solid rgba(0, 0, 0, .1);
    }
    .woocommerce-product-gallery .flex-viewport {
        height: auto !important;
    }
    .woocommerce div.product div.images .flex-control-thumbs,
    .woocommerce .wraper_shop_single.style-one div.product div.images .flex-control-thumbs {
        display: block;
        float: none;
        width: auto;
        text-align: center;
        position: absolute;
        bottom: 20px;
        left: auto;
        top: auto;
        z-index: 9;
        width: 100%;
        margin: 0;
    }
    .woocommerce div.product div.images .flex-control-thumbs li {
        position: relative;
        float: none;
        display: inline-block;
        width: auto;
        height: auto;
        max-width: 80px;
        vertical-align: middle;
        margin: 0;
        cursor: pointer;
    }
    .woocommerce div.product div.images .flex-control-thumbs li img {
        display: block;
        width: 6px;
        height: 6px;
        margin: 0 8px;
        padding: 6px 6px 0 0;
        opacity: 1;
        overflow: hidden;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        cursor: pointer;
        background: #676666;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .radiantthemes-cart .woocommerce-cart-form {
        padding-right: 0px;
    }
    .radiantthemes-cart .cart-collaterals .coupon {
        display: flex;
        flex-direction: column;
        max-width: 400px;
        width: 100%;
        margin-bottom: 5px;
    }
    .woocommerce-page table.cart td.actions .coupon .input-text + .button {
        width: 100% !important;
    }
    .woocommerce-cart table.cart td.actions .coupon .input-text {
        margin: 0 0 15px 0;
        width: 100% !important;
    }
    .woocommerce #content table.cart td.actions,
    .woocommerce table.cart td.actions,
    .woocommerce-page #content table.cart td.actions,
    .woocommerce-page table.cart td.actions {
        text-align: center !important;
    }
    .woocommerce table.cart td.actions .button,
    .woocommerce-page #content table.cart td.actions .button,
    .woocommerce-page table.cart td.actions .button {
        width: 100%;
        margin: 0 auto;
    }
    .woocommerce table.cart td.actions .coupon,
    .woocommerce-page #content table.cart td.actions .coupon,
    .woocommerce-page table.cart td.actions .coupon {
        float: left;
        width: 100%;
    }
    .woocommerce table.shop_table_responsive tr td::before,
    .woocommerce-page table.shop_table_responsive tr td::before {
        content: none;
    }
    .woocommerce #content table.cart .product-thumbnail,
    .woocommerce table.cart .product-thumbnail,
    .woocommerce-page #content table.cart .product-thumbnail,
    .woocommerce-page table.cart .product-thumbnail {
        display: block;
    }
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background: none;
    }
    .shop_table.cart tbody tr.woocommerce-cart-form__cart-item.cart_item {
        display: inline-flex;
    }
    .shop_table.cart .product-price,
    .shop_table.cart tbody tr td.product-details .product-name {
        text-align: left;
    }
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background: none;
    }
    .shop_table .actions .continue_shopping {
        float: left;
        vertical-align: middle;
        color: #676666;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .woocommerce-checkout-review-order {
        width: 100%;
    }
    .col2-set#customer_details {
        width: 100%;
    }
    .col2-set#customer_details .col-1 {
        padding-left: 0;
        padding-right: 0px;
    }
    .col2-set#customer_details .col-2 {
        padding-left: 0;
        padding-right: 0px;
    }
    .woocommerce .wraper_shop_single .shop_single_accordion {
        background: #fff;
        padding: 30px 30px 25px 30px;
        margin-bottom: 110px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .wraper_shop_single .shop_single {
        width: 100%;
        display: inline-block;
        padding-left: 0px;
        padding-right: 0px;
    }
    .shop_related .products h4 {
        padding: 0px;
        margin-bottom: 10px;
    }
    .radiantthemes-shop .radiantthemes-shop-box .holder .action-buttons, 
    .radiantthemes-shop .radiantthemes-shop-box .holder .add-bag, 
    .radiantthemes-shop .radiantthemes-shop-box .holder .product-description .add-bag {
        display: none !important;
    }
    .wraper_shop_single.style-one .container {
        padding-top: 100px;
        padding-bottom: 46px;
    }
}
@media only screen and (max-width: 768px) {
    .woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
        display: inline-block;
    }
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background: none;
    }
}
@media screen and (min-width:480px) and (max-width:767px) {
    .shop_table.cart .quantity {
        width: 80px;
        border: 1px solid #d0d0d0;
        border-radius: 0px;
        background: #fff;
        height: calc(34px);
        position: relative;
        justify-content: center;
        display: flex;
        align-items: center;
        margin: 0px 16px 0px 0px;
    }
    .shop_table.cart .quantity > .input-group-addon {
        display: flex;
        outline: 0;
        justify-content: center;
        align-items: center;
        border: 0;
        width: 20px;
        height: 20px;
        border-radius: 0px;
        text-decoration: none;
        overflow: visible;
        text-decoration: none;
        cursor: pointer;
        -moz-user-select: -moz-none;
        -ms-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        -webkit-transition: background .3s cubic-bezier(.33, 1, .40, 1);
        transition: background .3s cubic-bezier(.33, 1, .40, 1);
        margin: 0;
    }
    .shop_table.cart .quantity > .qty {
        padding: 0;
        width: 25%;
        min-width: 25px;
        max-height: 25px;
        text-align: center;
        border: 0;
        color: #272727;
        outline: 0;
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        background: 0 0;
        font-size: 14px;
    }
    .radiantthemes-cart .cart-collaterals .cart_totals tr {
        border: none !important;
    }
    .woocommerce .shop_table td.actions {
        width: 100%;
    }
    .woocommerce div.product div.images .flex-control-thumbs,
    .woocommerce .wraper_shop_single.style-one div.product div.images .flex-control-thumbs {
        display: block;
        float: none;
        width: auto;
        text-align: center;
        position: absolute;
        bottom: 20px;
        left: auto;
        top: auto;
        z-index: 9;
        width: 100%;
        margin: 0;
    }
    .woocommerce div.product div.images .flex-control-thumbs li {
        position: relative;
        float: none;
        display: inline-block;
        width: auto;
        height: auto;
        max-width: 80px;
        vertical-align: middle;
        margin: 0;
        cursor: pointer;
    }
    .woocommerce div.product div.images .flex-control-thumbs li img {
        display: block;
        width: 6px;
        height: 6px;
        margin: 0 8px;
        padding: 6px 6px 0 0;
        opacity: 1;
        overflow: hidden;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        cursor: pointer;
        background: #676666;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .radiantthemes-cart .woocommerce-cart-form {
        padding-right: 0px;
    }
    .woocommerce #content table.cart .product-thumbnail, 
    .woocommerce table.cart .product-thumbnail, 
    .woocommerce-page #content table.cart .product-thumbnail, 
    .woocommerce-page table.cart .product-thumbnail{
        display: inline-flex;
        border-top: 1px solid rgba(0, 0, 0, .1);
    }
    .woocommerce div.product div.images .flex-control-thumbs li {
        position: relative;
        float: none;
        display: inline-block;
        width: auto;
        height: auto;
        max-width: 80px;
        vertical-align: middle;
        margin: 0;
        cursor: pointer;
    }
    .woocommerce div.product div.images .flex-control-thumbs li img {
        display: block;
        width: 6px;
        height: 6px;
        margin: 0 8px;
        padding: 6px 6px 0 0;
        opacity: 1;
        overflow: hidden;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        cursor: pointer;
        background: #676666;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .radiantthemes-cart .woocommerce-cart-form {
        padding-right: 0px;
    }
    .radiantthemes-cart .cart-collaterals .coupon {
        display: flex;
        flex-direction: column;
        max-width: 400px;
        width: 100%;
        margin-bottom: 5px;
    }
    .radiantthemes-cart .cart-collaterals .cart_totals tr {
        border: none !important;
    }
    .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
        display: flex;
    }
    .woocommerce-page table.cart td.actions .coupon .input-text + .button {
        width: 100% !important;
    }
    .woocommerce-cart table.cart td.actions .coupon .input-text {
        margin: 0 0 15px 0;
        width: 100% !important;
    }
    .woocommerce #content table.cart td.actions,
    .woocommerce table.cart td.actions,
    .woocommerce-page #content table.cart td.actions,
    .woocommerce-page table.cart td.actions {
        text-align: center !important;
    }
    .woocommerce table.cart td.actions .button,
    .woocommerce-page #content table.cart td.actions .button,
    .woocommerce-page table.cart td.actions .button {
        width: 100%;
        margin: 0 auto;
    }
    .woocommerce table.cart td.actions .coupon,
    .woocommerce-page #content table.cart td.actions .coupon,
    .woocommerce-page table.cart td.actions .coupon {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }
    .woocommerce table.shop_table_responsive tr td::before,
    .woocommerce-page table.shop_table_responsive tr td::before {
        content: none;
    }
    .woocommerce #content table.cart .product-thumbnail,
    .woocommerce table.cart .product-thumbnail,
    .woocommerce-page #content table.cart .product-thumbnail,
    .woocommerce-page table.cart .product-thumbnail {
        display: block;
    }
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background: none;
    }
    .shop_table.cart tbody tr.woocommerce-cart-form__cart-item.cart_item {
        display: inline-flex;
    }
    .shop_table.cart .product-price,
    .shop_table.cart tbody tr td.product-details .product-name {
        text-align: left;
    }
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background: none;
    }
    .shop_table .actions .continue_shopping {
        float: left;
        vertical-align: middle;
        color: #676666;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .woocommerce-checkout-review-order {
        width: 100%;
    }
    .col2-set#customer_details {
        width: 100%;
    }
    .col2-set#customer_details .col-1 {
        padding-left: 0;
        padding-right: 0px;
    }
    .col2-set#customer_details .col-2 {
        padding-left: 0;
        padding-right: 0px;
    }
    .woocommerce .wraper_shop_single .shop_single_accordion {
        background: #fff;
        padding: 30px 30px 25px 30px;
        margin-bottom: 110px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .wraper_shop_single .shop_single {
        width: 100%;
        display: inline-block;
        padding-left: 0px;
        padding-right: 0px;
    }
    .shop_related .products h4 {
        padding: 0px;
        margin-bottom: 10px;
    }
    .radiantthemes-shop .radiantthemes-shop-box .holder .action-buttons, 
    .radiantthemes-shop .radiantthemes-shop-box .holder .add-bag, 
    .radiantthemes-shop .radiantthemes-shop-box .holder .product-description .add-bag {
        display: none !important;
    }
    .shop_table.cart tbody tr td .product-remove {
        text-align: right;
        margin-right: 15px;
        vertical-align: middle;
        position: absolute;
        right: 0;
        top: 23px; 
    }
    .shop_table.cart .product-subtotal {
        bottom: 29px;
        padding-right: 0;
        right: 15px;
    }
    .radiantthemes-cart .cart-collaterals tr.order-total td,
    .radiantthemes-cart .cart-collaterals tr.cart-subtotal td {
        flex-grow: 1;
        padding-right: 0px;
    }
    .rt-login-form form .form-row .input-text,
    .rt-coupon form.checkout_coupon .input-text {
        width: 100% !important;
    }
    .wraper_shop_single.style-one .container {
        padding-top: 100px;
        padding-bottom: 46px;
    }
}
@media screen and (min-width:321px) and (max-width:479px) {
    .shop_table.cart .quantity {
        width: 80px;
        border: 1px solid #d0d0d0;
        border-radius: 0px;
        background: #fff;
        height: calc(34px);
        position: relative;
        justify-content: center;
        display: flex;
        align-items: center;
        margin: 0px 16px 0px 0px;
    }
    .shop_table.cart .quantity > .input-group-addon {
        display: flex;
        outline: 0;
        justify-content: center;
        align-items: center;
        border: 0;
        width: 20px;
        height: 20px;
        border-radius: 0px;
        text-decoration: none;
        overflow: visible;
        text-decoration: none;
        cursor: pointer;
        -moz-user-select: -moz-none;
        -ms-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        -webkit-transition: background .3s cubic-bezier(.33, 1, .40, 1);
        transition: background .3s cubic-bezier(.33, 1, .40, 1);
        margin: 0;
    }
    .shop_table.cart .quantity > .qty {
        padding: 0;
        width: 25%;
        min-width: 25px;
        max-height: 25px;
        text-align: center;
        border: 0;
        color: #272727;
        outline: 0;
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        background: 0 0;
        font-size: 14px;
    }
    .radiantthemes-cart .cart-collaterals .cart_totals tr {
        border: none !important;
    }
    .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
        display: flex;
    }
    .woocommerce .shop_table td.actions {
        width: 100%;
    }
    .wraper_blog_main.style-default .blog_main .entry-blog-content .entry-extra-item .comments-no {
        padding-left: 0;
    }
    .wraper_shop_single.style-one .shop_related .related {
        margin: 0px;
    }
    .wraper_shop_single .container {
        padding-top: 50px;
        padding-bottom: 0px;
    }
    .wraper_shop_single.style-one .container {
        padding-top: 100px;
        padding-bottom: 46px;
        margin-bottom: -12px;
    }
    .shop_related {
        padding-left: 0px;
        padding-right: 0px;
    }
    .comments-area ol.comment-list li .reply {
        position: initial;
        margin-bottom: 20px;
    }
    .comments-area ol.comment-list li .comment-body {
        padding: 0 0 0px 85px;
    }
    .radiantthemes-cart .woocommerce-cart-form {
        padding-right: 0px;
    }
    .woocommerce table.shop_table_responsive tr td::before,
    .woocommerce-page table.shop_table_responsive tr td::before {
        content: none;
    }
    .woocommerce #content table.cart .product-thumbnail,
    .woocommerce table.cart .product-thumbnail,
    .woocommerce-page #content table.cart .product-thumbnail,
    .woocommerce-page table.cart .product-thumbnail {
        display: inline-flex;
        border-top: 1px solid rgba(0, 0, 0, .1);
    }
    .shop_table.cart tbody tr {
        display: flex;
        flex-direction: inherit;
    }
    .shop_table.cart tbody tr td.product-thumbnail {
        padding-right: 15px;
    }
    .woocommerce table.shop_table_responsive tr td,
    .woocommerce-page table.shop_table_responsive tr td {
        text-align: left !important;
    }
    .shop_table.cart tbody tr td.product-thumbnail img {
        width: 65px;
        max-width: 65px;
    }
    .shop_table.cart tbody tr td .product-remove {
        margin-right: 0px;
        position: absolute;
        top: 23px;
        right: 0;
    }
    .shop_table.cart tbody tr td.product-details .product-name {
        flex: 0 0 70%;
        max-width: 70%;
        margin: 0px;
    }
    .shop_table.cart .product-subtotal {
        bottom: 29px;
        padding-right: 0;
        right: 15px;
    }
    .shop_table.cart .actions .coupon {
        flex-direction: column;
        width: 100%;
        margin-bottom: 0px;
        padding-bottom: 0px !important;
    }
    .woocommerce-page table.cart td.actions .coupon .input-text + .button {
        width: 100% !important;
    }
    .woocommerce-cart table.cart td.actions .coupon .input-text {
        margin: 0 0 15px 0;
        width: 100% !important;
    }
    .woocommerce table.shop_table_responsive tbody th,
    .woocommerce-page table.shop_table_responsive tbody th {
        display: inline-block;
    }
    .woocommerce table.shop_table_responsive tbody td,
    .woocommerce-page table.shop_table_responsive tbody td {
        margin-right: 0px;
        padding-bottom: 0px;
        padding-right: 0px;
    }
    .woocommerce table.shop_table_responsive tr,
    .woocommerce-page table.shop_table_responsive tr {
        display: flex;
        border: none !important;
    }
    .radiantthemes-cart .cart-collaterals tr.order-total td,
    .radiantthemes-cart .cart-collaterals tr.cart-subtotal td {
        flex-grow: 1;
        text-align: right !important;
    }
    .woocommerce table.shop_table tbody:first-child tr:first-child th,
    .radiantthemes-cart .cart-collaterals .cart_totals tr th {
        margin: 0;
    }
    .radiantthemes-cart .wc-proceed-to-checkout {
        padding: 0 20px;
    }
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background: none;
    }
    .shop_table .actions .continue_shopping {
        float: left;
        vertical-align: middle;
        color: #676666;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .woocommerce-checkout-review-order {
        width: 100%;
    }
    .col2-set#customer_details {
        width: 100%;
    }
    .col2-set#customer_details .col-1 {
        padding-left: 0;
        padding-right: 0px;
    }
    .col2-set#customer_details .col-2 {
        padding-left: 0;
        padding-right: 0px;
    }
    .rt-login-coupon {
        width: 100%;
        padding-right: 0px;
    }
    .rt-login-form form .form-row .input-text,
    .rt-coupon form.checkout_coupon .input-text {
        width: 100% !important;
    }
    .woocommerce-customer-details .woocommerce-column--billing-address.col-1,
    .woocommerce-customer-details .woocommerce-column--shipping-address.col-2 {
        max-width: 100%;
        width: 100%;
    }
    .woocommerce-customer-details .woocommerce-column--billing-address.col-1 {
        padding: 0px;
        margin-bottom: 25px;
    }
    .woocommerce-customer-details .woocommerce-column--shipping-address.col-2 {
        padding: 0px;
    }
    .woocommerce ul.order_details li {
        display: contents;
    }
    .wraper_blog_main.style-default .blog_main {
        padding-right: 0px;
    }
    .blog_main .entry-blog-content {
        padding: 0 0 50px 0;
    }
    .wraper_blog_main.style-default .blog_main .entry-blog-content .entry-extra-item {
        display: inline-block;
        position: relative;
    }
    .wraper_blog_main.style-default .blog_main .entry-blog-content .entry-extra-item .date {
        float: left;
    }
    .wraper_blog_main.style-default .blog_main .entry-blog-content .entry-extra-item .tag-name {
        float: left;
    }
    .wraper_blog_main.style-default .blog_main .entry-blog-content .entry-extra-item .rt-author {
        padding-left: 0;
        float: left;
    }
    .blog_single .entry-blog-content .post-meta .entry-header,
    .blog-style-one .wraper_blog_main .blog_single .entry-blog-content .post-meta .entry-header {
        padding: 0;
    }
    .blog-style-one .wraper_blog_main .blog_single {
        padding-right: 0px;
        padding-top: 20px;
    }
    .post-navigation .nav-links .nav-next {
        width: 100%;
    }
    .post-navigation .nav-links .nav-next,
    .post-navigation .nav-links .nav-previous {
        width: 100%;
    }
    .comments-area .comment-form > p {
        padding-right: 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: 100%;
    }
    .shop_single #review_form #respond .comment-form-author,
    .shop_single_tabs #review_form #respond .comment-form-author,
    .shop_single #review_form #respond .comment-form-email,
    .shop_single_tabs #review_form #respond .comment-form-email {
        width: 100%;
        padding: 0px !important;
    }
    .widget-area > #search-2 {
        margin-top: 15px;
    }
    .shop_table.wishlist_view .product-thumbnail {
        margin-bottom: 30px;
    }
    .shop_table.wishlist_view .item-details .item-details-table {
        margin: 0px;
        width: 100%;
    }
    .shop_table.wishlist_view tbody tr td {
        margin: 0px;
        padding: 15px 0px;
    }
    .shop_table.wishlist_view .additional-info {
        margin: 0px;
    }
    .shop_table.wishlist_view .product-add-to-cart {
        text-align: left;
    }
    .shop_table.wishlist_view .additional-info-wrapper {
        position: relative;
        display: inline-block;
        margin-bottom: 52px;
    }
    .shop_table.wishlist_view .product-remove {
        position: absolute;
        top: 15px;
        left: auto;
        right: -100%;
    }
    .border-line-right .elementor-heading-title:after {
        content: "";
        background: #272727;
        width: 70px;
        height: 2px;
        position: absolute;
        top: 55%;
        margin-left: 70px;
    }
    .landing-demo-content .landing-demo .demo-img-scroll img {
        bottom: -776px !important;
    }
    .modal-content.welcome-box {
        margin: 0 30px;
    }
    #welcome-user .modal-body {
        padding: 30px 30px;
    }
    .woocommerce-cart .woocommerce table.shop_table {
        margin: 0 -1px 30px 0;
    }
    .woocommerce .wraper_shop_single .shop_single_accordion {
        background: #fff;
        padding: 30px 30px 25px 30px;
        margin-bottom: 110px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .wraper_shop_single .shop_single {
        width: 100%;
        display: inline-block;
        padding-left: 0px;
        padding-right: 0px;
    }
    .shop_related .products h4 {
        padding: 0px;
        margin-bottom: 10px;
    }
    .radiantthemes-shop .radiantthemes-shop-box .holder .action-buttons, 
    .radiantthemes-shop .radiantthemes-shop-box .holder .add-bag, 
    .radiantthemes-shop .radiantthemes-shop-box .holder .product-description .add-bag {
        display: none !important;
    }
}
@media screen and (max-width:350px) {
    .shop_table.cart .quantity {
        width: 80px;
        border: 1px solid #d0d0d0;
        border-radius: 0px;
        background: #fff;
        height: calc(34px);
        position: relative;
        justify-content: center;
        display: flex;
        align-items: center;
        margin: 0px 16px 0px 0px;
    }
    .shop_table.cart .quantity > .input-group-addon {
        display: flex;
        outline: 0;
        justify-content: center;
        align-items: center;
        border: 0;
        width: 20px;
        height: 20px;
        border-radius: 0px;
        text-decoration: none;
        overflow: visible;
        text-decoration: none;
        cursor: pointer;
        -moz-user-select: -moz-none;
        -ms-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        -webkit-transition: background .3s cubic-bezier(.33, 1, .40, 1);
        transition: background .3s cubic-bezier(.33, 1, .40, 1);
        margin: 0;
    }
    .shop_table.cart .quantity > .qty {
        padding: 0;
        width: 25%;
        min-width: 25px;
        max-height: 25px;
        text-align: center;
        border: 0;
        color: #272727;
        outline: 0;
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        background: 0 0;
        font-size: 14px;
    }
    .woocommerce .shop_table td.actions {
        width: 100%;
    }
    .woocommerce table.shop_table_responsive tr,
    .woocommerce-page table.shop_table_responsive tr {
        display: flex;
        flex-direction: row;
    }
    .shop_table.cart tbody tr td.product-details .product-name a {
        color: #272727;
        width: 80%;
        float: left;
    }
    .woocommerce .wraper_shop_single .shop_single_accordion {
        background: #fff;
        padding: 30px 30px 25px 30px;
        margin-bottom: 110px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .woocommerce .wraper_shop_single .shop_single_accordion {
        background: #fff;
        padding: 30px 30px 25px 30px;
        margin-bottom: 110px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .shop_related .products h4 {
        padding: 0px;
        margin-bottom: 10px;
    }
    .radiantthemes-shop .radiantthemes-shop-box .holder .action-buttons, 
    .radiantthemes-shop .radiantthemes-shop-box .holder .add-bag, 
    .radiantthemes-shop .radiantthemes-shop-box .holder .product-description .add-bag {
        display: none !important;
    }
}
/* SMART PHONE PROTRAIT PART */
@media screen and (max-width:320px) {
    .shop_table.cart .quantity {
        width: 80px;
        border: 1px solid #d0d0d0;
        border-radius: 0px;
        background: #fff;
        height: calc(34px);
        position: relative;
        justify-content: center;
        display: flex;
        align-items: center;
        margin: 0px 16px 0px 0px;
    }
    .shop_table.cart .quantity > .input-group-addon {
        display: flex;
        outline: 0;
        justify-content: center;
        align-items: center;
        border: 0;
        width: 20px;
        height: 20px;
        border-radius: 0px;
        text-decoration: none;
        overflow: visible;
        text-decoration: none;
        cursor: pointer;
        -moz-user-select: -moz-none;
        -ms-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        -webkit-transition: background .3s cubic-bezier(.33, 1, .40, 1);
        transition: background .3s cubic-bezier(.33, 1, .40, 1);
        margin: 0;
    }
    .shop_table.cart .quantity > .qty {
        padding: 0;
        width: 25%;
        min-width: 25px;
        max-height: 25px;
        text-align: center;
        border: 0;
        color: #272727;
        outline: 0;
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        background: 0 0;
        font-size: 14px;
    }
    .woocommerce .shop_table td.actions {
        width: 100%;
    }
    .comments-area ol.comment-list li .reply {
        position: initial;
        margin-bottom: 20px;
    }
    .comments-area ol.comment-list li .comment-body {
        padding: 0 0 0px 85px;
    }
    .wraper_blog_main.style-default .blog_main .entry-blog-content .entry-extra-item .comments-no {
        padding-left: 0;
    }
    .wraper_shop_single.style-one .shop_related .related {
        margin: 0px;
    }
    .blog .content-area .container {
        max-width: calc(100%);
    }
    .wraper_shop_single .container {
        padding-top: 100px;
        padding-bottom: 0px;
    }
    .radiantthemes-cart .woocommerce-cart-form {
        padding-right: 0px;
    }
    .woocommerce table.shop_table_responsive tr td::before,
    .woocommerce-page table.shop_table_responsive tr td::before {
        content: none;
    }
    .woocommerce #content table.cart .product-thumbnail,
    .woocommerce table.cart .product-thumbnail,
    .woocommerce-page #content table.cart .product-thumbnail,
    .woocommerce-page table.cart .product-thumbnail {
        display: inline-flex;
        border-top: 1px solid rgba(0, 0, 0, .1);
    }
    .shop_table.cart tbody tr {
        display: flex;
        flex-direction: row;
        margin-bottom: 20px;
    }
    .shop_table.cart tbody tr td.product-thumbnail {
        padding-right: 15px;
    }
    .woocommerce table.shop_table_responsive tbody td, 
    .woocommerce-page table.shop_table_responsive tbody td {
        margin-right: 0px;
        padding-bottom: 0px;
    }
    .woocommerce table.shop_table_responsive tr td,
    .woocommerce-page table.shop_table_responsive tr td {
        text-align: left !important;
        padding-bottom: 0px;
    }
    .shop_table.cart tbody tr td.product-thumbnail img {
        width: 65px;
        max-width: 65px;
    }
    .shop_table.cart tbody tr td .product-remove {
        margin-right: 5px;
        position: absolute;
        top: 20px;
        right: 0;
    }
    .shop_table.cart .product-subtotal {
        position: absolute;
        bottom: 5px;
        padding-right: 0;
    }
    .shop_table .actions .continue_shopping {
        float: left;
        vertical-align: middle;
        color: #676666;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .shop_table.cart .actions .coupon {
        flex-direction: column;
        max-width: 400px;
        width: 100%;
        margin-bottom: 5px;
    }
    .woocommerce-page table.cart td.actions .coupon .input-text + .button {
        width: 100% !important;
    }
    .woocommerce-cart table.cart td.actions .coupon .input-text {
        margin: 0 0 15px 0;
        width: 100% !important;
    }
    .woocommerce-checkout-review-order {
        width: 100%;
    }
    .col2-set#customer_details {
        width: 100%;
    }
    .col2-set#customer_details .col-1 {
        padding-left: 0;
        padding-right: 0px;
    }
    .col2-set#customer_details .col-2 {
        padding-left: 0;
        padding-right: 0px;
    }
    .rt-login-coupon {
        width: 100%;
        padding-right: 0px;
    }
    .rt-login-form form .form-row .input-text,
    .rt-coupon form.checkout_coupon .input-text {
        width: 100% !important;
    }
    .woocommerce-customer-details .woocommerce-column--billing-address.col-1,
    .woocommerce-customer-details .woocommerce-column--shipping-address.col-2 {
        max-width: 100%;
        width: 100%;
    }
    .woocommerce-customer-details .woocommerce-column--billing-address.col-1 {
        padding: 0px;
        margin-bottom: 25px;
    }
    .woocommerce-customer-details .woocommerce-column--shipping-address.col-2 {
        padding: 0px;
    }
    .woocommerce ul.order_details li {
        display: contents;
    }
    .wraper_blog_main.style-default .blog_main {
        padding-right: 0px;
    }
    .blog_main .entry-blog-content {
        padding: 0 0 50px 0;
    }
    .wraper_blog_main.style-default .blog_main .entry-blog-content .entry-extra-item {
        display: inline-block;
        position: relative;
    }
    .wraper_blog_main.style-default .blog_main .entry-blog-content .entry-extra-item .date {
        float: left;
    }
    .wraper_blog_main.style-default .blog_main .entry-blog-content .entry-extra-item .tag-name {
        float: left;
    }
    .wraper_blog_main.style-default .blog_main .entry-blog-content .entry-extra-item .rt-author {
        padding-left: 0;
        float: left;
    }
    .blog_single .entry-blog-content .post-meta .entry-header,
    .blog-style-one .wraper_blog_main .blog_single .entry-blog-content .post-meta .entry-header {
        padding: 0;
    }
    .blog-style-one .wraper_blog_main .blog_single {
        padding-right: 0px;
    }
    .post-navigation .nav-links .nav-next {
        width: 100%;
    }
    .post-navigation .nav-links .nav-next,
    .post-navigation .nav-links .nav-previous {
        width: 100%;
    }
    .comments-area .comment-form > p {
        padding-right: 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: 100%;
    }
    .shop_single #review_form #respond .comment-form-author,
    .shop_single_tabs #review_form #respond .comment-form-author,
    .shop_single #review_form #respond .comment-form-email,
    .shop_single_tabs #review_form #respond .comment-form-email {
        width: 100%;
        padding: 0px !important;
    }
    .widget-area > #search-2 {
        margin-top: 15px;
    }
    .blog-style-one .wraper_blog_main .widget-area {
        padding-top: 0;
    }
    .shop_table.wishlist_view .product-thumbnail {
        margin-bottom: 30px;
    }
    .shop_table.wishlist_view .item-details .item-details-table {
        margin: 0px;
        width: 100%;
    }
    .shop_table.wishlist_view tbody tr td {
        margin: 0px;
        padding: 15px 0px;
    }
    .shop_table.wishlist_view .additional-info {
        margin: 0px;
    }
    .shop_table.wishlist_view .product-add-to-cart {
        text-align: left;
    }
    .shop_table.wishlist_view .additional-info-wrapper {
        position: relative;
        display: inline-block;
        margin-bottom: 52px;
    }
    .shop_table.wishlist_view .product-remove {
        position: absolute;
        top: 15px;
        left: auto;
        right: -100%;
    }
    .border-line-right .elementor-heading-title:after {
        content: "";
        background: #272727;
        width: 70px;
        height: 2px;
        position: absolute;
        top: 55%;
        margin-left: 70px;
    }
    .landing-demo-content .landing-demo .demo-img-scroll img {
        bottom: -570px !important;
    }
    .modal-content.welcome-box {
        margin: 0 30px;
    }
    #welcome-user .modal-body {
        padding: 30px 30px;
    }
    .woocommerce-cart .woocommerce table.shop_table {
        margin: 0 -1px 30px 0;
    }
    .woocommerce table.shop_table_responsive tr,
    .woocommerce-page table.shop_table_responsive tr {
        display: flex;
        border: none !important;
    }
    .radiantthemes-cart .cart-collaterals tr.order-total td,
    .radiantthemes-cart .cart-collaterals tr.cart-subtotal td {
        flex-grow: 1;
        text-align: right !important;
    }
    .woocommerce table.shop_table tbody:first-child tr:first-child th,
    .radiantthemes-cart .cart-collaterals .cart_totals tr th {
        margin: 0;
    }
    .radiantthemes-cart .wc-proceed-to-checkout {
        padding: 0 20px;
    }
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background: none;
    }
    .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
        display: flex;
        border: none !important;
    }
    .shop_table.cart tbody tr {
        display: flex;
        flex-direction: inherit;
    }
}
/* ================================== */
/* END OF MEDIA QUERY CSS*/
/* ================================== */
/* New CSS For Product */
.shop_single .summary .product_meta > .sku_wrapper span.sku {
    color: #848585;
}
.shop_single .summary .product_title {
    margin-bottom: 0;
}
.shop_single .summary .woocommerce-product-details__short-description {
    border-top: 1px solid #e5e5e5;
    padding-top: 18px;
    margin-top: 17px;
}
.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name {
    display: none !important;
}
.woocommerce div.product form.cart .variations td {
    float: left;
    display: flex;
    align-items: center;
}
.woocommerce div.product form.cart .variations td {
    text-transform: capitalize;
    line-height: 55px;
}
.summary.rt-right-side .in-stock {
    text-transform: capitalize;
}
.summary.rt-right-side .in-stock svg {
    padding-right: 8px;
    fill: #d52b1e;
    margin-top: -4px;
}
.shop_single .summary .product_meta > .posted_in {
    border-top: 1px solid #e5e5e5;
    padding-top: 32px;
}
.shop_single .summary .product_meta > .posted_in,
.shop_single .summary .product_meta > .tagged_as {
    display: block;
}