/*---------------------------------------------------------------
>>> RadiantThemes Custom CSS
>>> THEME CUSTOM CSS || DO NOT CHANGE THIS WITHOUT PROPER KNOWLEDGE
----------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
* {
    margin: 0;
    text-decoration: none !important;
    outline: none !important;
}

::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: #272727;
}

::selection {
    color: #fff;
    background: #272727;
}

body {
    margin: 0px;
}

.hidden {
    display: none;
}

a {
    color: #272727;
}

a:hover {
    color: #272727;
    text-decoration: none;
}


button:focus {
    outline: 1px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.btn {
    border-radius: 0px;
}

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

iframe {
    max-width: 100%;
}

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

ol {
    list-style: decimal inside;
}

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

strong {
    font-weight: 400;
}

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

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

label {
    font-weight: 400;
}

.no-padding {
    padding: 0;
}

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

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1260px !important;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

button,
input,
optgroup,
select,
textarea {
    outline: none;
    border: none;
}

.widget select {
    width: 100%;
}

button.button {
    box-shadow: none !important;
}


.mega-menu>a, .mega-menu a:hover, .mega-menu a:link, .mega-menu a:visited{
    color: #272727;
}



/*--------------------------------------------------------------
# Scrollup
--------------------------------------------------------------*/

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

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

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

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

body > .scrollup.right.active {
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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;
}

/*--------------------------------------------------------------
# Header Menu Style Start
--------------------------------------------------------------*/
.header-menu-row .row {
    margin-right: auto;
    margin-left: auto;
}

.row.align-middle {
    display: flex;
    flex-flow: row wrap;
    margin-right: auto;
    margin-left: auto;
}

.rt-column {
    display: flex;
    align-items: center;
}

.rt-header.mobile-header-style1 .rt-header-holder {
    width: 100%;
}

.rt-text-underline .elementor-heading-title {
    position: relative;
    display: inline-block;
}

.rt-text-underline .elementor-heading-title:after {
    content: "";
    background: currentColor;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0px;
}

.object-fit {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.rt-main-menu .sub-menu li a,
.rt-main-menu .sub-menu li a:before {
    transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

.logo-holder {
    display: inline-flex;
    flex-shrink: 0;
}

.logo-holder .logo {
    position: relative;
}

.logo-holder .logolink {
    display: inline-flex;
    position: relative;
    align-items: center
}

.logo-holder .logoimg {
    max-height: 40px;
    object-fit: contain
}

/********************
 Logo center align start
*********************/
.rt-header.logo-center .logo-holder {
    order: 2;
    flex: 1;
    display: block;
    text-align: left;
}

.rt-header.logo-center .rt-search-cart-holder {
    order: 3;
}

.rt-header.logo-center.style5 .logo-holder {
    order: 2;
    flex: 1;
    display: block;
    text-align: center;
}

.rt-header.logo-left.style5 .logo-holder {
    order: 2;
    flex: 1;
    display: block;
    text-align: left;
}

.rt-header.logo-right.style5 .logo-holder {
    order: 2;
    flex: 1;
    display: block;
    text-align: right;
}

/********************
 Logo center align end
*********************/

/********************
 Logo right align start
*********************/
.rt-header.logo-right .logo-holder {
    order: 3;
}

.rt-header.logo-right .rt-search-cart-holder {
    order: 1;
}

.rt-header.logo-right .rt-navbar-menu.menu-center {
    order: 2;
}

/********************
 Logo right align end
*********************/
.rt-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    top: 0;
    left: 0;
    width: 100%;
    user-select: none;
}

.admin-bar .rt-header {
    top: 32px;
}

.rt-header .header-logo-row {
    width: 100%;
    padding: 15px 0
}

.rt-header .header-logo-row > .row {
    width: 100%
}

.rt-header .header-logo-row > .row > .columns {
    display: flex;
    align-items: center
}

.rt-header .header-menu-row {
    display: none;
}

.rt-header .header-menu-row > .row > .columns {
    display: flex;
    align-items: center
}

.rt-header .header-menu-row > .row > .columns.text-right {
    justify-content: flex-end;
}

.rt-header.mobile-header-style1 .mobile-logo-column {
    display: flex;
    align-items: center;
    box-shadow: 0px 1px 0px 0px rgb(0 0 0 / 6%);
}

.rt-header.mobile-header-style1.fixed .mobile-logo-column {
    box-shadow: none;
}

.rt-header.mobile-header-style1 .rt-header-holder {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
}

/**** Default Theme******/
.rt-header.mobile-header-style1 .header_main {
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    box-shadow: 0px 1px 0px 0px rgb(0 0 0 / 6%);
}

.rt-header.mobile-header-style1 .header_main .brand-logo {
    display: inline-flex;
    flex-shrink: 0;
}

.rt-header.mobile-header-style1 .header_main .brand-logo p.site-title,
.rt-header.mobile-header-style1 .header_main .brand-logo .table {
    margin: 0;
    font-size: 34px;
    color: #272727;
}

.rt-header.mobile-header-style1 .header_main #rt-mainMenu {
    flex-shrink: 1;
    flex: 1;
    text-align: right;
}

.rt-header.mobile-header-style1.fixed .header_main {
    padding-left: 0px;
    padding-right: 0px;
}

.rt-header.mobile-header-style1 .header_main #rt-mainMenu .apr-nav-menu--layout-horizontal {
    padding-right: 0;
}

.apr-nav-menu--main > .mega-menu .sub-menu li a::before,
.rt-header.mobile-header-style1 .header_main #rt-mainMenu .apr-nav-menu--main ul li:last-child {
    margin-right: 0;
}

.rt-header.mobile-header-style1 .header_main #rt-mainMenu .apr-nav-menu--main > .mega-menu > li:not(.megamenu) .sub-menu {
    min-width: 300px;
}

.apr-nav-menu--main > .mega-menu > li .sub-menu {
    position: absolute;
    padding-top: 25px;
    padding-bottom: 15px;
    opacity: 0;
    z-index: 10;
    visibility: hidden;
    min-width: 250px;
    top: 100%;
    text-align: left;
    left: -20px;
}

.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: 0px;
    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: relative;
    left: 50%;
    top: 16px;
    margin-left: -8px;
    margin-top: -16px;
    font-size: 10px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-weight: normal;
}

.default-page table thead tr th,
.default-page table tbody tr td,
.default-page table tbody tr th,
.default-page table tfoot tr td,
.default-page table tfoot tr th,
.comment-content table thead tr th,
.comment-content table tbody tr td,
.comment-content table tbody tr th,
.comment-content table tfoot tr td,
.comment-content table tfoot tr th,
.wpb_text_column table thead tr th,
.wpb_text_column table tbody tr td,
.wpb_text_column table tbody tr th,
.wpb_text_column table tfoot tr td,
.wpb_text_column table tfoot tr th {
    padding: 10px 10px 10px 10px;
    border: 1px #e2e2e2 solid;
    text-align: left;
}

.tinv-wishlist table.tinvwl-table-manage-list thead tr th,
.tinv-wishlist table.tinvwl-table-manage-list tbody tr td,
.tinv-wishlist table.tinvwl-table-manage-list tbody tr th,
.tinv-wishlist table.tinvwl-table-manage-list tfoot tr td,
.tinv-wishlist table.tinvwl-table-manage-list tfoot tr th {
    border: none;
}

.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;
}

.default-page .shop_table thead tr th,
.default-page .shop_table tbody tr th,
.default-page .shop_table tfoot tr td,
.default-page .shop_table tfoot tr th {
    border: none;
}

.woocommerce table.shop_table td {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
}

.wp-block-button.is-style-outline a,
.wp-block-button.is-style-squared a,
.wp-block-button.alignleft a,
.wp-block-button.alignright a,
.wp-block-button.aligncenter a {
    border: 0;
    font-weight: normal;
    border-radius: 0;
}

.wp-block-button a {
    border: 0;
    font-weight: normal;
    border-radius: 4px;
}

img.alignleft,
figure.alignleft {
    float: left;
    margin: 8px 30px 15px 0px !important;
    border-radius: 0px;
}

img.alignright {
    margin: 5px 0px 30px 30px;
    border-radius: 0px;
    clear: both;
}

img.alignright,
figure.alignright {
    float: right;
    margin: 5px 0px 25px 30px;
    border-radius: 0px;
}

.wp-caption-text {
    font-size: 13px;
    line-height: 17px;
    margin: 0;
    padding: 4px 0;
    text-align: left;
}

.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 {
    margin-bottom: 30px;
    padding: 1em 1.5em 1em 1.2em;
    border-left-width: 4px;
    border-left-style: solid;
    font-weight: 400;
    font-size: 16px;
    border-color: #272727;
    font-style: italic;
}

.default-page table,
.comment-content table,
.wpb_text_column table {
    width: 100%;
    margin-bottom: 25px;
}

.default-page dd,
.comment-content dd,
.wpb_text_column dd {
    margin: 0 0px 20px 20px;
}

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
    padding-left: 0;
    text-align: left;
}

.wp-block-pullquote:not(.is-style-solid-color) {
    margin-bottom: 5px;
}

.wp-block-file .wp-block-file__button {
    background: #272727;
    border-radius: 0px;
    color: #fff;
    border: 1px solid #272727;
    font-size: 15px;
    line-height: 30px;
    font-weight: 700;
    padding: 11px 33px;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    text-transform: capitalize;
}

.wp-block-file .wp-block-file__button:hover {
    background: #fff;
    border-radius: 0px;
    color: #272727;
    border: 1px solid #272727;
}

strike {
    text-decoration: line-through !important;
}

u {
    text-decoration: underline !important;
}

.wp-block-calendar table caption {
    color: #272727;
    text-align: center;
    caption-side: top;
    font-weight: 400;
    text-transform: capitalize;
}

.wp-calendar-nav span.wp-calendar-nav-prev {
    padding-left: 0;
    font-size: 16px;
    float: left;
    line-height: 27px;
    color: #272727;
}

.wp-calendar-nav span.wp-calendar-nav-next {
    float: right;
    padding-right: 0;
    font-size: 16px;
    line-height: 27px;
    color: #272727;
}

.wp-calendar-nav span.wp-calendar-nav-prev 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-prev a:before {
    content: "";
    width: 0;
    height: 1px;
    bottom: -3px;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}

.wp-calendar-nav span.wp-calendar-nav-prev a:hover:before {
    right: auto;
    left: 0;
    width: 100%;
}

.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:before {
    content: "";
    width: 0;
    height: 1px;
    bottom: -3px;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}

.wp-calendar-nav span.wp-calendar-nav-next a:hover:before {
    right: auto;
    left: 0;
    width: 100%;
}

.widget-area > .widget.widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-comments li.wp-block-latest-comments__comment a {
    color: inherit;
    position: relative;
    color: inherit;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.widget-area > .widget.widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-comments li.wp-block-latest-comments__comment a:before {
    content: "";
    width: 0;
    height: 1px;
    bottom: -3px;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: #272727;
}

.widget-area > .widget.widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-comments li.wp-block-latest-comments__comment a:hover:before {
    right: auto;
    left: 0;
    width: 100%;
}

.comment-list .comment.bypostauthor {
    list-style: none;
}

.screen-reader-text {
    display: none;
}

.default-page input[type="password"],
.comment-content input[type="password"],
.wpb_text_column input[type="password"] {
    padding: 5px 10px 5px 0px;
    background-color: transparent;
    background-clip: padding-box;
    border-style: none none solid;
    border-width: 1px;
    border-color: #272727;
    resize: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 0px;
    width: 100%;
    height: 50px;
}

.default-page input[type="submit"],
.comment-content input[type="submit"],
.wpb_text_column input[type="submit"] {
    border: 1px solid #272727;
    border-radius: 0px;
    background: #272727;
    color: #fff;
    padding: 11px 33px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    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);
    letter-spacing: 1.3px;
}

.default-page input[type="submit"]:hover,
.comment-content input[type="submit"]:hover,
.wpb_text_column input[type="submit"]:hover {
    border: 1px solid #272727;
    background: #fff;
    color: #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);
    letter-spacing: 1.3px;
}

.comment-content a {
    position: relative;
    display: inline-block;
    color: #272727;
}

.comment-content a:before {
    content: '';
    display: block;
    position: absolute;
    top: calc(100% - 4px);
    left: 0;
    right: 0;
    height: 1px;
    ;
    background: #272727;
    transform-origin: left center;
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -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);
}

.comment-content a:hover:before {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    background: currentColor;
}

.single-product .wraper_footer.style-default {
    margin-bottom: 80px;
}

/**** Default Theme End ******/
.rt-header.fixed .rt-header .ph {
    margin-right: 0px;
    flex: 1;
    text-align: right;
    padding-right: 5%;
}

.rt-header .ph p {
    margin: 0px;
}

.rt-header.mobile-header-style1.fixed .rt-header-holder,
.rt-header.mobile-header-style5.fixed .rt-header-holder {
    padding-left: 0;
    padding-right: 0;
}

.rt-header.mobile-header-style1.fixed .mobile-logo-column,
.rt-header.mobile-header-style5.fixed .mobile-logo-column {
    padding-bottom: 0px;
    padding-top: 0px;
}

/***********/
.rt-header.mobile-header-style5.fixed .mobile-logo-column {
    display: flex;
    align-items: center;
    box-shadow: none;
    margin: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
}

.rt-header.mobile-header-style5.fixed .logo-holder {
    order: 2;
    flex: 1;
    display: block;
    text-align: center;
}

.rt-header.mobile-header-style5.fixed .rt-search-cart-holder {
    order: 3;
}

/**************/
.rt-header.header-full-width > .row {
    max-width: 100%;
    padding: 0 10px
}

.rt-header.style1 .header-menu-row {
    padding: 10px 0;
    position: relative
}

.rt-header.style1 .header-menu-row > .row > .columns {
    justify-content: space-between
}

.rt-header.style1.mobile-header-style1 .rt-menu-holder {
    flex-shrink: 1;
    flex: 2;
}

.rt-header.style1.mobile-header-style1 .rt-menu-holder nav {
    padding-left: 100px;
}

/**** Header Style Two ******/
.rt-header.style2.mobile-header-style1 .rt-navbar-menu {
    flex-shrink: 1;
    flex: 1;
    text-align: center;
}

.rt-header.style2.mobile-header-style1 .rt-navbar-menu .apr-nav-menu--layout-horizontal .mega-menu {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1;
}

.rt-header.style2.mobile-header-style1 .rt-navbar-menu .apr-nav-menu--layout-horizontal {
    display: block;
    margin: 0px;
    padding: 0 20px;
}

.rt-header.style2.mobile-header-style1 .mobile-logo-column {
    display: flex;
    align-items: center;
    box-shadow: none;
    margin: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.rt-header.style2.mobile-header-style1 {
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 0px;
}

.rt-header.mobile-header-style2.fixed .mobile-logo-column,
.rt-header.mobile-header-style3.fixed .mobile-logo-column {
    display: flex;
    align-items: center;
    box-shadow: none;
    margin: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.rt-header.mobile-header-style2.fixed,
.rt-header.mobile-header-style3.fixed {
    display: block;
}

/**** Header Style Two End ******/

/**** Header Style Three Start ******/
.rt-header.style3.mobile-header-style1 .rt-navbar-menu {
    flex-shrink: 1;
    flex: 2;
    text-align: center;
}

.rt-header.style3.mobile-header-style1 .rt-navbar-menu .apr-nav-menu--layout-horizontal .mega-menu {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1;
}

.rt-header.style3.mobile-header-style1 .rt-navbar-menu .apr-nav-menu--layout-horizontal {
    display: block;
    margin: 0px;
    padding: 0 20px;
}

.rt-header.style2.mobile-header-style1 .rt-navbar-menu.menu-left .apr-nav-menu--layout-horizontal,
.rt-header.style3.mobile-header-style1 .rt-navbar-menu.menu-left .apr-nav-menu--layout-horizontal {
    display: block;
    margin: 0px;
    padding: 0px;
}

.rt-header.style3.mobile-header-style1 .mobile-logo-column {
    display: flex;
    align-items: center;
    box-shadow: none;
    margin: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.rt-header.style2 .rt-search-cart-holder .rt-search-box2,
.rt-header.style3 .rt-search-cart-holder .rt-search-box2,
.rt-header.fixed .rt-search-cart-holder .rt-search-box2,
.rt-header.style2 .rt-search-cart-holder .rt-search-box2,
.rt-header.style3 .rt-search-cart-holder .rt-search-box2,
.rt-header.fixed .rt-search-cart-holder .rt-search-box2 {
    float: left;
    padding: 0;
    margin-left: 15px;
    display: flex;
}

.rt-header.style2 #search-box2,
.rt-header.style3 #search-box2,
.rt-header.style5 #search-box2,
.rt-header.fixed #search-box2 {
    position: relative;
    max-width: 100%;
    float: left;
    padding: 0;
}

.rt-header.style2 .search-area-grid,
.rt-header.style3 .search-area-grid,
.rt-header.style5 .search-area-grid,
.rt-header.fixed .search-area-grid {
    width: 100%;
    color: #272727;
    background: transparent;
    background-color: transparent;
    background-clip: padding-box;
    border-style: none none solid;
    border-width: 1px;
    border-color: #272727;
    overflow: hidden;
    margin: 0;
    height: 50px;
    position: relative;
}

.rt-header.mobile-header-style1.fixed .search-area-grid {
    background: #f3f3f3;
    border: none;
}

.rt-header.style2 #close-btn2,
.rt-header.style3 #close-btn2,
.rt-header.fixed #close-btn2,
.rt-header.style2 #close-btntwo,
.rt-header.style3 #close-btntwo,
.rt-header.style5 #close-btn2,
.rt-header.fixed #close-btntwo {
    margin: 0;
    float: right;
    text-align: right;
    padding: 0px 0;
    cursor: pointer;
    width: 20px;
    height: 20px;
    text-align: right;
    position: absolute;
    right: 0px;
    top: 9px;
}

.rt-header.style2 #close-btn2 svg,
.rt-header.style3 #close-btn2 svg,
.rt-header.fixed #close-btn2 svg,
.rt-header.style2 #close-btntwo svg,
.rt-header.style3 #close-btntwo svg,
.rt-header.style5 #close-btn2 svg,
.rt-header.fixed #close-btntwo svg {
    width: 24px;
}

.rt-header.style2 #search-box2 input[type="text"],
.rt-header.style3 #search-box3 input[type="text"],
.rt-header.fixed #search-box3 input[type="text"] {
    width: 100%;
    padding: 0;
    float: left;
    outline: none;
    color: #272727;
    font-size: 16px;
    line-height: 48px;
    height: 48px;
    background: none;
    border-bottom: none;
    border-top: none;
    border-left: none;
    border-right: none;
    padding-left: 0px;
    padding-right: 50px;
}

.rt-header.style2 .search-button2,
.rt-header.style3 .search-button2,
.rt-header.style4 .search-button2,
.rt-header.style5 .search-button2,
.rt-header.fixed .search-button2 {
    display: none;
}

.rt-header.mobile-header-style1.fixed .search-button2 {
    display: block;
    width: 45px;
    height: 45px;
    background: none;
    line-height: 40px;
    border: 0;
    cursor: pointer;
    float: left;
    padding: 0;
    text-align: left;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.rt-header.fixed.fixed-enabled #search-overlay2,
.rt-header.fixed.fixed-enabled #search-overlaytwo {
    top: 0;
}

.rt-header.fixed #search-overlay2,
.rt-header.fixed #search-overlaytwo {
    top: 67px;
}

/**** Header Style Three End ******/

/**** Header Style Four landing Start ******/
.rt-header.style4.mobile-header-style1 .rt-navbar-menu.menu-center {
    text-align: center;
}

.rt-header.style4.mobile-header-style1 .rt-navbar-menu.menu-left {
    text-align: left;
}

.rt-header.style4.mobile-header-style1 .rt-navbar-menu.menu-right {
    text-align: right;
}

.rt-header.style4.mobile-header-style1 .rt-navbar-menu {
    flex-shrink: 1;
    flex: 2;
    text-align: center;
}

.rt-header.style4.mobile-header-style1 .rt-navbar-menu .apr-nav-menu--layout-horizontal .mega-menu {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1;
}

.rt-header.style4.mobile-header-style1 .rt-navbar-menu .apr-nav-menu--layout-horizontal {
    display: block;
    margin: 0px;
    padding: 0 20px;
}

.rt-header.style4.mobile-header-style1 .rt-navbar-menu.menu-left .apr-nav-menu--layout-horizontal {
    display: block;
    margin: 0px;
    padding: 0 20px 0 40px;
}

.rt-header.style4.mobile-header-style1 .mobile-logo-column {
    display: flex;
    align-items: center;
    box-shadow: none;
    margin: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.rt-header.style4.mobile-header-style1 .rt-landing-button-holder {
    flex-shrink: 1;
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
}

.rt-header.style4.mobile-header-style1 .rt-landing-button-holder .rt_landing_text_link1,
.rt-header.style4.mobile-header-style1 .rt-landing-button-holder .rt_landing_text_link2 {
    flex-direction: column;
    display: flex;
    padding: 0 20px 0 0;
}

.rt-header.style4.mobile-header-style1 .rt-landing-button-holder .rt_landing_text_link3 {
    flex-direction: column;
    display: flex;
    padding: 0 0px 0 0;
}

.rt-header.style4.mobile-header-style1 .rt-landing-button-holder .rt_landing_text_link3 a {
    background: #272727;
    color: #fff;
    padding: 8px 33px 9px 33px;
}

.rt-header.mobile-header-style4.fixed .mobile-logo-column {
    display: flex;
    align-items: center;
    box-shadow: none;
    margin: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.rt-header.fixed .rt-navbar-menu {
    flex-shrink: 1;
    flex: 1;
}

.rt-header.mobile-header-style4.fixed {
    display: block;
}

.rt-header.mobile-header-style4.fixed .rt-landing-button-holder {
    flex-shrink: 1;
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
}

.rt-header.mobile-header-style4.fixed .rt-landing-button-holder .rt_landing_text_link1,
.rt-header.mobile-header-style4.fixed .rt-landing-button-holder .rt_landing_text_link2 {
    flex-direction: column;
    display: flex;
    padding: 0 20px 0 0;
}

.rt-header.mobile-header-style4.fixed .rt-landing-button-holder .rt_landing_text_link3 {
    flex-direction: column;
    display: flex;
    padding: 0 0px 0 0;
}

.rt-header.mobile-header-style4.fixed .rt-landing-button-holder .rt_landing_text_link3 a {
    background: #272727;
    color: #fff;
    padding: 5px 33px;
}

.mobile-menu-top .rt_landing_text_link3,
.mobile-menu-top .rt_landing_text_link2,
.mobile-menu-top .rt_landing_text_link1 {
    padding-right: 8px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left;
    margin: 0;
    font-size: 15px;
    border-top: 1px solid #eee;
}

/**** Header Style Four End ******/

/**** Header Style Five Start ******/
.rt-header.style5.mobile-header-style1 .rt-navbar-menu {
    flex-shrink: 1;
    flex: 1;
    text-align: center;
    display: none;
}

.desktop-menu-icon {
    font-size: 30px;
    cursor: pointer;
    color: #2c2c2c;
    min-width: 36px;
}

.rt-desktop-toggle-holder {
    cursor: pointer;
    align-items: center;
    margin: 0;
    padding: 0;
}

.rt-desktop-toggle-holder .rt-desktop-toggle {
    display: inline-flex;
    width: 18px;
    height: 20px;
    align-items: center;
    transition: none;
    vertical-align: middle;
    position: relative;
}

.rt-desktop-toggle-holder .rt-desktop-toggle span {
    display: block;
    position: absolute;
    width: 18px;
    height: 2px;
    background: #272727;
    content: " ";
    left: 0;
}

.rt-desktop-toggle-holder .rt-desktop-toggle > span:nth-child(1) {
    transform-origin: 0 0;
}

.rt-desktop-toggle-holder .rt-desktop-toggle span:nth-child(1) {
    top: 1px;
}

.rt-desktop-toggle-holder .rt-desktop-toggle > span:nth-child(2) {
    -moz-transition: width .25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: width .25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: width .25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: width .25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.rt-desktop-toggle-holder .rt-desktop-toggle span:nth-child(2) {
    top: 7px;
}

.rt-desktop-toggle-holder .rt-desktop-toggle > span:nth-child(3) {
    transform-origin: 0 100%;
}

.rt-desktop-toggle-holder .rt-desktop-toggle span:nth-child(3) {
    top: 13px;
}

.rt-header.style5.mobile-header-style1 .rt-navbar-menu .apr-nav-menu--layout-horizontal .mega-menu {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1;
}

.rt-header.style5.mobile-header-style1 .rt-navbar-menu .apr-nav-menu--layout-horizontal {
    display: block;
    margin: 0px;
    padding: 0 20px;
}

.rt-header.style5.mobile-header-style1 .rt-navbar-menu.menu-left .apr-nav-menu--layout-horizontal {
    display: block;
    margin: 0px;
    padding: 0px;
}

.rt-header.style5.mobile-header-style1 .mobile-logo-column {
    display: flex;
    align-items: center;
    box-shadow: none;
    margin: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

/**** Header Style Five End ******/

/**** Header Style Six Start ******/
.rt-header.style6 .apr-nav-menu--layout-horizontal {
    display: block;
    margin: 0px;
    padding: 0 5%;
    background: #272727;
}

.rt-header.style6 .rt-menu-holder.menu-center {
    flex-shrink: 1;
    flex: 1;
    text-align: center;
}

.rt-header.style6 .rt-menu-holder .apr-nav-menu--layout-horizontal .mega-menu {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1;
}

/**** Header Style Six End ******/

/**** Header Style Seven Start ******/
.rt-header.style7.mobile-header-style1 .rt-navbar-menu {
    flex-shrink: 1;
    flex: 1;
    text-align: center;
}

.rt-header.style7.mobile-header-style1 .rt-navbar-menu .apr-nav-menu--layout-horizontal .mega-menu {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1;
}

.rt-header.style7.mobile-header-style1 .rt-navbar-menu .apr-nav-menu--layout-horizontal {
    display: block;
    margin: 0px;
    padding: 0 20px;
}

.rt-header.style7.mobile-header-style1 .rt-navbar-menu.menu-left .apr-nav-menu--layout-horizontal {
    display: block;
    margin: 0px;
    padding: 0px;
}

.rt-header.style7.mobile-header-style1 .mobile-logo-column {
    display: flex;
    align-items: center;
    box-shadow: none;
    margin: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.rt-header.style7.mobile-header-style1 .header-top-bar-column {
    display: flex;
    align-items: center;
    box-shadow: none;
    margin: 0px;
    padding-bottom: 8px;
    padding-top: 8px;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    background: #ebebeb;
}

.rt-header.style7.mobile-header-style1 .rt-search-box2.cat-search-box {
    display: block;
    text-align: right;
    flex: 1;
    flex-shrink: 1;
}

.rt-header.style7.mobile-header-style1 .rt-search-box2.cat-search-box .container {
    padding: 0px
}

.rt-header.style7.mobile-header-style1 .rt-search-box2.cat-search-box .search-area-grid {
    width: 300px;
}

.rt-header.style7.mobile-header-style1 .rt-header-top-offer {
    flex-shrink: 1;
    flex: 1;
    text-align: center;
}

.rt-header.style7.mobile-header-style1 .rt-header-top-contact {
    float: right;
    display: block;
    padding: 0;
    flex-shrink: 1;
}

.rt-header.style7.mobile-header-style1 #search-box1 input[type="text"],
.rt-header.style7.mobile-header-style1 #search-boxone input[type="text"] {
    width: 100%;
    padding: 0;
    float: left;
    outline: none;
    color: #272727;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    background: none;
    border-bottom: none;
    border-top: none;
    border-left: none;
    border-right: none;
    padding-left: 15px;
    padding-right: 30px;
    background: #fff;
}

.rt-header.style7.mobile-header-style1 .search-button2 {
    width: 30px;
    height: 28px;
    background: none;
    line-height: 30px;
    border: 0;
    cursor: pointer;
    float: left;
    padding: 0;
    text-align: left;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    margin: 0;
}

.rt-header.style7.mobile-header-style1 .search-button2 svg {
    width: 16px;
    color: #676766;
}

.rt-header.style7.mobile-header-style1 #search-box1 input[type="text"]::placeholder,
.rt-header.style7.mobile-header-style1 #search-boxone input[type="text"]::placeholder {
    color: #bab9b9;
}

/**** Header Style Seven End ******/

/*** Menu Alignment ****/
.rt-header.style2.mobile-header-style1 .rt-navbar-menu.menu-left,
.rt-header.style3.mobile-header-style1 .rt-navbar-menu.menu-left {
    text-align: left;
}

.rt-header.style3.mobile-header-style1 .rt-navbar-menu.menu-left {
    text-align: left;
}

.rt-header.style2.mobile-header-style1 .rt-navbar-menu.menu-center,
.rt-header.style3.mobile-header-style1 .rt-navbar-menu.menu-center {
    text-align: center;
}

.rt-header.style2.mobile-header-style1 .rt-navbar-menu.menu-right,
.rt-header.style3.mobile-header-style1 .rt-navbar-menu.menu-right {
    text-align: right;
}

/***Sticky Header****/
.rt-header.fixed {
    background: #fff;
    box-shadow: 0 1px 1px rgb(0 0 0 / 6%);
    position: fixed;
    z-index: 150;
    padding: 0px 5%;
    -moz-transition: -moz-transform .5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: -o-transform .5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: -webkit-transform .5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform .5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.rt-header.fixed:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    pointer-events: none
}

.rt-header.fixed .rt-navbar-menu {
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.rt-header.fixed .fixed-logo-holder {
    display: inline-flex;
    align-items: center
}

.rt-header.fixed .rt-navbar-menu.menu-center-sticky {
    flex-shrink: 1;
    flex: 1;
    text-align: center;
}

.rt-header.fixed .rt-navbar-menu.menu-left-sticky {
    flex-shrink: 1;
    flex: 1;
    text-align: left;
}

.rt-header.fixed .rt-navbar-menu.menu-right-sticky {
    flex-shrink: 1;
    flex: 1;
    text-align: right;
}

.rt-header.mobile-header-style1.fixed .rt-navbar-menu.menu-center-sticky {
    flex-shrink: 1;
    flex: 2;
    text-align: center;
}

.rt-header.mobile-header-style1.fixed .rt-navbar-menu.menu-left-sticky {
    flex-shrink: 1;
    flex: 2;
    text-align: left;
}

.rt-header.mobile-header-style1.fixed .rt-navbar-menu.menu-right-sticky {
    flex-shrink: 1;
    flex: 2;
    text-align: right;
}

.rt-header.fixed .rt-navbar-menu .apr-nav-menu--layout-horizontal {
    display: block;
    margin: 0px;
    padding: 0 20px;
}

.rt-header.fixed .rt-navbar-menu .apr-nav-menu--layout-horizontal .mega-menu {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1;
}

.rt-header.fixed .fixed-logo-holder .rt-mobile-toggle-holder {
    display: none
}

.rt-header.fixed.fixed-enabled:not(.headroom--unpinned) {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%)
}

.open-cc .rt-header.fixed.fixed-enabled:not(.headroom--unpinned) {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.rt-header.fixed.headroom--not-top.headroom--pinned:before {
    opacity: 1
}

.rt-main-menu {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1
}

.rt-main-menu + .rt-main-menu {
    margin-left: 18px
}

.rt-main-menu > .menu-item {
    display: inline-flex
}

.rtl .rt-main-menu > .menu-item + .menu-item {
    margin-left: 0;
    margin-right: 30px
}

.rt-main-menu > .menu-item > a {
    display: flex;
    align-items: center;
    padding: 0 15px;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.rt-header.fixed .rt-main-menu > .menu-item > a {
    align-items: center
}

.rt-main-menu > .menu-item.logo-menu-item {
    padding: 0 35px;
}

.rt-main-menu .menu-item {
    margin: 0;
    white-space: nowrap;
}

.rt-main-menu .menu-item.menu-item-has-children {
    position: relative
}

.rt-main-menu .menu-item.menu-item-has-children.menu-item-mega-parent .sub-menu {
    right: auto;
    left: -11px;
}

.rt-main-menu .menu-item.menu-item-has-children.menu-item-mega-parent .sub-menu .mega-menu-content {
    overflow: hidden;
}

.rt-main-menu .menu-item.menu-item-has-children.menu-item-mega-parent .sub-menu h5 {
    padding: 0px 25px;
}

.rt-main-menu .menu-item.menu-item-has-children.menu-item-mega-parent .sub-menu > li {
    padding: 0px;
}

.rt-main-menu .menu-item.menu-item-has-children.menu-item-mega-parent .sub-menu > li + li {
    padding-left: 0
}

.rt-main-menu .menu-item.menu-item-has-children.menu-item-mega-parent .sub-menu > li.mega-menu-title > a {
    font-size: 12px;
    color: #bfab80;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600
}

.rt-main-menu .menu-item.menu-item-has-children.menu-item-mega-parent .sub-menu > li.mega-menu-title > a:before,
.rt-main-menu .menu-item.menu-item-has-children.menu-item-mega-parent .sub-menu > li.mega-menu-title > a:after {
    content: none !important
}

.rt-main-menu .menu-item.menu-item-has-children.menu-item-mega-parent .sub-menu > li.menu-item-has-children > .sub-menu {
    padding-top: 0;
    padding-bottom: 0;
    opacity: 1 !important;
    position: static;
    border: 0;
    display: block !important;
    visibility: visible !important;
    box-shadow: none;
    min-width: 100%;
    background: none
}

.rt-main-menu .menu-item.menu-item-has-children.menu-item-mega-parent .sub-menu > li.menu-item-has-children > .sub-menu > li {
    padding: 0
}

.rt-main-menu .menu-item.menu-item-has-children.menu-item-mega-parent .sub-menu > li.menu-item-has-children > .sub-menu > li.title-item > a {
    font-size: 12px;
    color: #bfab80;
    margin-bottom: 10px
}

.rt-main-menu .menu-item.menu-item-has-children.menu-item-mega-parent .sub-menu > li.menu-item-has-children > .sub-menu > li.title-item > a:before {
    content: none
}

.rt-main-menu .menu-item.menu-item-has-children.menu-item-mega-parent .sub-menu > li.menu-item-has-children > .sub-menu > li + .title-item a {
    margin-top: 30px
}

.rt-main-menu .menu-item.menu-item-has-children.menu-item-mega-parent .sub-menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > a:after {
    content: "\e801"
}

.rt-main-menu .menu-item.menu-item-has-children.menu-item-mega-parent .sub-menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children .sub-menu {
    padding: 30px 0;
    top: -30px
}

.rt-main-menu .menu-item.menu-item-has-children.menu-item-mega-parent .sub-menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children .sub-menu li {
    padding: 0 30px
}

.rt-main-menu .menu-item.menu-item-has-children.menu-item-mega-parent .sub-menu.has_bg {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    padding-right: 220px
}

.rt-main-menu .menu-item.menu-item-has-children:not(.mega-menu-title) > a:after {
    display: inline-flex;
    font-family: 'themify';
    content: "\e64b";
    margin-left: 8px;
    font-size: 10px;
    font-weight: 400;
}

.rt-main-menu .sub-menu li {
    display: block;
    padding: 0 25px;
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 1.1
}

.rt-main-menu .sub-menu li:last-child {
    margin-bottom: 0
}

.rt-main-menu .sub-menu li a,
.rt-main-menu .sub-menu li.mega-menu-content .menu li a {
    display: inline-flex;
    padding: 0;
    opacity: 0;
    font-size: inherit;
    font-weight: 400;
    align-items: center;
    justify-content: space-between;
    will-change: opacity;
    position: relative;
    color: #4f4f4f;
}

.rt-main-menu .sub-menu li a.radiantthemes-custom-button-main {
    opacity: 1;
}

.rt-main-menu .sub-menu li a sup {
    margin-left: 5px
}

.rtl .rt-main-menu .sub-menu li a sup {
    margin-right: 5px;
    margin-left: 0
}

.rt-main-menu .sub-menu li a:before {
    content: '';
    display: block;
    position: absolute;
    top: calc(100% - 4px);
    left: 0;
    right: 0;
    height: 1px;
    background: #272727;
    transform-origin: left center;
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1)
}

.rt-main-menu .sub-menu li a span {
    will-change: transform;
    -moz-transition: -moz-transform .5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: -o-transform .5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: -webkit-transform .5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform .5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-right: auto
}

.rt-main-menu .sub-menu li a:hover {
    color: #272727;
}

.rt-main-menu .sub-menu li a:hover:before {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    background: currentColor;
}

.rt-main-menu .sub-menu li a:hover > span {
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.rt-main-menu .sub-menu li.menu-item-has-children:not(.mega-menu-title) {
    position: relative
}

.rt-main-menu .sub-menu li.menu-item-has-children:not(.mega-menu-title) > a:after {
    font-family: 'themify';
    content: "\e64b";
    font-size: 10px;
    line-height: 14px;
    vertical-align: middle;
    width: 12px;
    margin-left: 5px;
    transform: rotate(270deg);
}

.rt-main-menu .sub-menu li.title-item > a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #bfab80
}

.rt-main-menu .sub-menu .sub-menu.menu-even {
    top: -11px;
    left: 100%;
    z-index: 10;
}

.rt-main-menu .sub-menu .sub-menu .sub-menu.menu-even {
    top: 0;
    left: -100%;
    z-index: 10;
    right: auto;
}

.rt-main-menu .sub-menu .sub-menu.menu-odd {
    top: 10px;
    z-index: -1;
    left: 100%;
}

.rt-main-menu .sub-menu .sub-menu .sub-menu {
    z-index: 15
}

.rt-main-menu > .menu-item.menu-item-has-children > a:before {
    top: 100%;
    left: 50%;
    content: " ";
    height: 12px;
    width: 12px;
    position: absolute;
    z-index: 45;
    pointer-events: none;
    margin-top: -5px;
    background: #fff;
    border-radius: 2px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -moz-transform: translate3d(-50%, 0%, 0) rotate(-45deg);
    -ms-transform: translate3d(-50%, 0%, 0) rotate(-45deg);
    -webkit-transform: translate3d(-50%, 0%, 0) rotate(-45deg);
    transform: translate3d(-50%, 0%, 0) rotate(-45deg);
    opacity: 0;
    transition: opacity 0.09s;
}

.rt-main-menu > .menu-item.menu-item-has-children:hover > a:before {
    opacity: 1;
}

.rt-main-menu .menu-item-has-children .sub-menu {
    padding: 15px 0;
    margin: 0;
    border-radius: 0px;
    list-style: none;
    position: absolute;
    text-align: left;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff;
    top: 100%;
    min-width: 170px;
    left: -20px;
    display: none;
    opacity: 0;
    visibility: hidden;
    z-index: 40;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#mobile-menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 60;
    overflow: scroll;
    background: #fff;
    width: 300px;
    max-width: 100%;
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 1099;
    box-shadow: 0 0px 12px rgb(27 20 20 / 23%);
}

#desktop-menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 60;
    overflow: scroll;
    background: #fff;
    width: 300px;
    max-width: 100%;
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 1099;
    box-shadow: 0 0px 12px rgb(27 20 20 / 23%);
}

.admin-bar #mobile-menu {
    top: 32px;
}

#mobile-menu .mobile-side-panel-inner .woocommerce-product-search,
#desktop-menu .mobile-side-panel-inner .woocommerce-product-search {
    margin-bottom: 30px;
}

#mobile-menu .mobile-side-panel-inner .woocommerce-product-search .search-field,
#desktop-menu .mobile-side-panel-inner .woocommerce-product-search .search-field {
    border-radius: 5px
}

#mobile-menu .mobile-side-panel-inner .mobile-menu-bottom,
#desktop-menu .mobile-side-panel-inner .mobile-menu-bottom {
    margin-top: auto
}

#mobile-menu .mobile-side-panel-inner .mobile-menu-bottom .thb-social-links-container,
#desktop-menu .mobile-side-panel-inner .mobile-menu-bottom .thb-social-links-container {
    font-size: 20px
}

#mobile-menu .mobile-side-panel-inner .mobile-menu-bottom .thb-social-links-container .thb-social-link + .thb-social-link,
#desktop-menu .mobile-side-panel-inner .mobile-menu-bottom .thb-social-links-container .thb-social-link + .thb-social-link {
    margin-left: 10px
}

#mobile-menu .mobile-side-panel-inner .mobile-menu-bottom .menu-footer,
#desktop-menu .mobile-side-panel-inner .mobile-menu-bottom .thb-social-links-container {
    margin-top: 20px
}

#mobile-menu .mobile-side-panel-inner .mobile-menu-bottom .menu-footer,
#desktop-menu .mobile-side-panel-inner .mobile-menu-bottom .menu-footer {
    font-size: 12px
}

#mobile-menu .mobile-side-panel-inner .mobile-menu-bottom .menu-footer > *:last-child,
#desktop-menu .mobile-side-panel-inner .mobile-menu-bottom .menu-footer > *:last-child {
    margin-bottom: 0
}

.search-lebel {
    display: none;
}

.rt-product-search {
    display: flex;
    position: relative;
    border: 1px solid #e0e0e0;
    border-radius: 0px;
    padding-right: 38px;
    width: 100%;
    max-width: 500px;
}

.rt-product-search input,
.rt-product-search select {
    height: 38px;
    margin: 0;
    font-size: 14px;
    background-color: transparent;
    width: 140px;
}

.rt-product-search .rt-product-category-select {
    border: none;
    position: absolute;
    right: 31px;
    width: 110px;
}

.rt-product-search input {
    padding: 10px 15px;
    border: 0;
    flex: 0;
}

.rt-product-search button {
    position: absolute;
    top: 0;
    right: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: none;
    background: none;
}

.rt-product-search .rt-search-icon {
    width: 18px;
    height: auto;
}

.side-panel-header {
    display: flex;
    height: 70px;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #272727;
    flex-shrink: 0;
    position: sticky;
    top: 0px;
    background: #fff;
    z-index: 20;
    width: 100%;
}

.side-panel-header .rt-close-btn {
    width: 40px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    cursor: pointer;
}

.side-panel-header span {
    font-size: 18px;
    font-weight: 400
}

.side-panel-header span img {
    max-width: 65px;
    width: 100%;
}

.rt-mobile-menu {
    line-height: 1;
    margin: 0;
    padding: 0;
    list-style: none
}

.rt-mobile-menu > li {
    border-bottom: 1px solid #eee;
    opacity: 0
}

.rt-mobile-menu > li > a {
    display: flex;
    align-items: center;
    text-transform: none;
    padding: 10px 0;
    line-height: 1;
    color: #272727;
    font-size: 14px;
    line-height: 28px;
    transition: none;
}

.rt-mobile-menu li .mega-menu-content h5 {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
}

.rt-mobile-menu > li:last-child {
    border-bottom: 0
}

.rt-mobile-menu li.menu-item-has-children {
    position: relative;
    /*padding-right: 10px*/
}

.rt-mobile-menu li.menu-item-has-children > a span {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-height: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 14px 0;
}

.rt-mobile-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children > a span {
    margin: 5px 0px;
}

.rt-mobile-menu li.menu-item-has-children > a span:after {
    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-left: 10px;
    right: 0px;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}

.rt-mobile-menu .sub-menu {
    display: none;
    font-size: 11px;
    margin: 0 0 10px 10px;
    padding: 0px;
    list-style: none
}

.rt-mobile-menu .sub-menu a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    line-height: 1;
    font-size: 14px
}

.rt-mobile-menu .sub-menu a:not(:hover) {
    color: #272727;
}

.rt-mobile-toggle-holder {
    cursor: pointer;
    align-items: center;
    margin: 0;
    padding: 0;
}

.rt-mobile-toggle-holder .rt-mobile-toggle {
    display: inline-flex;
    width: 18px;
    height: 20px;
    align-items: center;
    transition: none;
    vertical-align: middle;
    position: relative
}

.rt-mobile-toggle-holder .rt-mobile-toggle span {
    display: block;
    position: absolute;
    width: 18px;
    height: 2px;
    background: #272727;
    content: " ";
    left: 0
}

.rt-mobile-toggle-holder .rt-mobile-toggle span:nth-child(1) {
    top: 1px
}

.rt-mobile-toggle-holder .rt-mobile-toggle span:nth-child(2) {
    top: 7px
}

.rt-mobile-toggle-holder .rt-mobile-toggle span:nth-child(3) {
    top: 13px
}

.rt-mobile-toggle-holder strong {
    display: inline-flex;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    margin-right: 15px;
    line-height: 1
}

.rt-mobile-toggle-holder .rt-mobile-toggle > span:nth-child(1) {
    transform-origin: 0 0
}

.rt-mobile-toggle-holder .rt-mobile-toggle > span:nth-child(2) {
    -moz-transition: width .25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: width .25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: width .25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: width .25s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

.rt-mobile-toggle-holder .rt-mobile-toggle > span:nth-child(3) {
    transform-origin: 0 100%
}

/*======================================================================================
SEARCH
======================================================================================*/
.search-btn2,
.search-btntwo {
    float: right;
    padding: 0;
    font-size: 18px;
    cursor: pointer;
}

.rt-search-btn2.fa-2x {
    font-size: 18px;
    cursor: pointer;
}

#search-overlay2,
#search-overlaytwo {
    display: none;
}

#search-overlay {
    display: none;
}

.block2 {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    overflow: auto;
    text-align: center;
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(222, 222, 247, 0.33);
    border: 0px;
    margin: 0;
    padding: 100px 68px;
    z-index: 9999;
}

.block2:before {
    content: "";
    height: 100%;
    vertical-align: middle;
    margin-right: 0;
}

.search-area-grid {
    width: 100%;
    color: #272727;
    background: #f3f3f3;
    overflow: hidden;
    margin: 0;
    height: 50px;
}

.rt-header.mobile-header-style1 .search-area-grid {
    height: auto;
}

#search-box1,
#search-box2,
#search-boxone,
#search-boxtwo {
    position: relative;
    max-width: 100%;
    float: left;
    padding: 0;
}

.search-form {
    overflow: hidden;
    padding: 0PX;
    margin-bottom: 0px;
}

.search-text {
    font-size: 16px;
    text-transform: capitalize;
}

#search-box1 input[type="text"],
#search-boxone input[type="text"] {
    outline: 0;
    font-size: 16px;
    line-height: 45px;
    float: left;
    padding: 8px 40px 8px 0px;
    height: 48px;
    color: #676766;
    background-color: none;
    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%;
}

#search-box2 input[type="text"],
#search-boxtwo input[type="text"] {
    width: 100%;
    padding: 0;
    float: left;
    outline: none;
    color: #272727;
    font-size: 16px;
    line-height: 45px;
    height: 45px;
    background: none;
    border-bottom: none;
    border-top: none;
    border-left: none;
    border-right: none;
    padding-left: 0px;
    padding-right: 40px;
}

#search-box1 .rt-product-category-select,
#search-box2 .rt-product-category-select,
#search-boxone .rt-product-category-select,
#search-boxtwo .rt-product-category-select {
    border: none;
    position: absolute;
    float: left;
    left: 0px;
    width: 120px;
    height: 30px;
    border-right: 1px solid #676766;
    line-height: 30px;
    top: 4px;
    padding-left: 10px;
    background: none;
    outline: none;
    color: #272727;
}

#search-box1 input[type="text"]::-webkit-input-placeholder,
#search-box2 input[type="text"]::-webkit-input-placeholder,
#search-boxone input[type="text"]::-webkit-input-placeholder,
#search-boxtwo input[type="text"]::-webkit-input-placeholder {
    color: #696969;
}

#search-box1 input[type="text"]::-moz-placeholder,
#search-box2 input[type="text"]::-moz-placeholder,
#search-boxone input[type="text"]::-moz-placeholder,
#search-boxtwo input[type="text"]::-moz-placeholder {
    color: #696969;
}

#search-box1 input[type="text"]:-ms-input-placeholder,
#search-box2 input[type="text"]:-ms-input-placeholder,
#search-boxone input[type="text"]:-ms-input-placeholder,
#search-boxtwo input[type="text"]:-ms-input-placeholder {
    color: #696969;
}

.search-button2 {
    width: 20px;
    height: 45px;
    background: none;
    line-height: 40px;
    border: 0;
    cursor: pointer;
    float: left;
    padding: 0;
    text-align: left;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

#close-btn2,
#close-btntwo {
    margin: 0;
    float: right;
    text-align: right;
    padding: 3px 0;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: right;
}

#header .rt-header-inner .dark-search .search-btn2,
#header #header-wrap .dark-search .search-btn2 {
    display: none;
}

#header .rt-header-inner .default-search .search-btn2,
#header #header-wrap .default-search .search-btn2 {
    display: block;
}

.mega-menu li a .tip {
    position: static;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    right: 17px;
    border-radius: 30px;
    margin-left: 4px
}

.header-sticky {
    z-index: 12;
    width: 100%;
    left: 0;
    background: #fff;
    right: 0;
    -webkit-transition: transform .6s ease-in-out;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,
        -webkit-transform .6s ease-in-out
}

.header-sticky.hidden-menu {
    position: fixed;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.header-sticky.is-sticky {
    position: fixed;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.header-sticky.default .logo-sticky {
    display: block
}

.header-sticky.default .menu-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px
}

.header-sticky.default .cart-header,
.header-sticky.default .search-header {
    padding: 0 10px
}

.header-sticky.default .header-menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.navigation-top {
    padding: 0 20px;
    text-align: center
}

.navigation-top ul li:after {
    content: none
}

.navigation-top .main-navigation > ul li {
    list-style: none
}

.navigation-top .main-navigation > ul li:not(.megamenu) {
    position: relative
}

.navigation-top .main-navigation > ul > li {
    padding: 0
}

.navigation-top .mega-menu {
    margin-bottom: 0
}

.navigation-top .mega-menu li {
    display: inline-block;
    list-style: none
}

.navigation-top .mega-menu li:after {
    content: none
}

.navigation-top .mega-menu li .sub-menu li {
    width: 100%;
    text-align: left
}

.navigation-top .mega-menu > li {
    padding: 0
}

.navigation-top .mega-menu > li:not(.megamenu) {
    position: relative
}

.navigation-top .mega-menu > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    font-weight: 400;
    line-height: 22px;
    position: relative
}

.navigation-top .mega-menu > li > a i {
    font-size: 9px
}

.navigation-top .mega-menu > li .sub-menu > li {
    padding-top: 0;
    position: relative
}

.navigation-top .mega-menu > li .sub-menu > li a {
    font-size: 16px;
    text-transform: none;
    color: #0f0f0f;
    font-weight: 400;
    position: relative;
    display: block
}

.navigation-top .mega-menu > li .sub-menu > li:hover > a {
    color: #2c2c2c
}

.sub-arrow {
    font-size: 8px;
    margin-left: 8px
}

.sub-menu .menu-item-has-children .sub-arrow {
    position: absolute;
    right: 0;
    bottom: 5px
}

#popup-account .form-row label.error {
    color: #2c2c2c
}

.caret-submenu {
    display: none;
    font-size: 11px
}

.caret-submenu.active {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.active-sidebar .search-form .pro_cat_select {
    display: none
}

.apr-nav-menu--main .apr-item.apr-item-active,
.apr-nav-menu--main .apr-item.highlighted,
.apr-nav-menu--main > .mega-menu > li.current-menu-parent > a,
.apr-nav-menu--main > .mega-menu > li.current_page_item > a,
.apr-nav-menu--main > .mega-menu > li:hover > a,
.apr-nav-menu--main > .mega-menu > li > a:focus {
    color: #2c2c2c
}

.show-space-line.apr-nav-menu--main .mega-menu > li > a:hover:before {
    background-color: #2c2c2c !important
}

.header-default {
    background-color: #2e4356;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 74px;
    padding: 0 19px
}

.header-default .header-main-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.header-default .header-group {
    text-align: right
}

.header-default .header-group.menu-col-right > div {
    float: none
}

.header-default .header-cart > a,
.header-default .not-show-field .btn-search {
    float: left
}

.header-default .main-navigation > ul {
    padding: 0
}

.header-default .main-navigation a:hover {
    text-decoration: none
}

.header-default .menu-icon {
    color: #fff
}

.header-default .header-icon > div {
    display: inline-block;
    padding-left: 20px
}

.header-default .header-icon > div:first-child {
    padding: 0 !important
}

.header-default .header-icon .btn-search {
    padding: 0
}

.header-default .header-icon .account-header > a,
.header-default .header-icon .btn-search,
.header-default .header-icon .cart_label .text-header,
.header-default .header-icon .header-contact a {
    color: #fff
}

.header-default .header-icon .cart_label .text-header span {
    margin: 0 auto
}

.header-default .header-icon .text-items {
    background: #2c2c2c;
    top: -6px;
    right: -15px
}

.header-default .btn-search {
    color: #fff
}

.header-default .btn-search:hover {
    color: #7ad9ff
}

.header-default .header-cart > a {
    color: #fff
}

.header-default .header-cart > a:hover {
    color: #7ad9ff
}

.header-default .site-branding-text .site-title a,
.header-default .site-branding-text p.site-description {
    color: #fff
}

.header-default .apr-nav-menu--main .mega-menu > li > a:hover,
.header-default .apr-nav-menu--main > .mega-menu > li.current-menu-parent > a,
.header-default .apr-nav-menu--main > .mega-menu > li.current_page_item > a,
.header-default .apr-nav-menu--main > .mega-menu > li:hover > a {
    color: #7ad9ff !important
}

.apr-nav-menu--layout-vertical.apr-nav-menu--main > .mega-menu > li > a {
    display: inline-block
}

@-webkit-keyframes example {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes example {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,
                -100%,
                0);
        transform: translate3d(0,
                -100%,
                0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.btn-learn-more .btn {
    padding: 18px 62px 18px 45px
}

.menu-icon {
    font-size: 30px;
    cursor: pointer;
    color: #2c2c2c;
    min-width: 36px;
}

.menu-icon:hover {
    color: #2c2c2c
}

.navigation-top {
    padding: 0 20px;
    text-align: center
}

.navigation-top ul li:after {
    content: none
}

.navigation-top .main-navigation > ul li {
    list-style: none
}

.navigation-top .main-navigation > ul li:not(.megamenu) {
    position: relative
}

.navigation-top .main-navigation > ul > li {
    padding: 0
}

.navigation-top .mega-menu {
    margin-bottom: 0
}

.navigation-top .mega-menu li {
    display: inline-block;
    list-style: none
}

.navigation-top .mega-menu li:after {
    content: none
}

.navigation-top .mega-menu li .sub-menu li {
    width: 100%;
    text-align: left
}

.navigation-top .mega-menu > li {
    padding: 0
}

.navigation-top .mega-menu > li:not(.megamenu) {
    position: relative
}

.navigation-top .mega-menu > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    font-weight: 400;
    line-height: 22px;
    position: relative
}

.navigation-top .mega-menu > li > a i {
    font-size: 9px
}

.navigation-top .mega-menu > li .sub-menu > li {
    padding-top: 0;
    position: relative
}

.navigation-top .mega-menu > li .sub-menu > li a {
    font-size: 16px;
    text-transform: none;
    color: #0f0f0f;
    font-weight: 400;
    position: relative;
    display: block
}

.navigation-top .mega-menu > li .sub-menu > li:hover > a {
    color: #2c2c2c
}

.sub-arrow {
    font-size: 8px;
    margin-left: 8px
}

.sub-menu .menu-item-has-children .sub-arrow {
    position: absolute;
    right: 0;
    bottom: 18px
}

.caret-submenu {
    display: none;
    font-size: 11px
}

.caret-submenu.active {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.active-sidebar .search-form .pro_cat_select {
    display: none
}

.header-default {
    background-color: #2e4356;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 80px
}

.header-default .header-main-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.header-default .header-group {
    text-align: right
}

.header-default .header-group.menu-col-right > div {
    float: none
}

.header-default .header-cart > a,
.header-default .not-show-field .btn-search {
    float: left
}

.header-default .main-navigation > ul {
    padding: 0
}

.header-default .main-navigation a:hover {
    text-decoration: none
}

.header-default .menu-icon {
    color: #fff
}

.header-default .header-icon > div {
    display: inline-block;
    padding-left: 20px
}

.header-default .header-icon > div:first-child {
    padding: 0 !important
}

.header-default .header-icon .btn-search {
    padding: 0
}

.header-default .header-icon .account-header > a,
.header-default .header-icon .btn-search,
.header-default .header-icon .cart_label .text-header,
.header-default .header-icon .header-contact a {
    color: #fff
}

.header-default .header-icon .cart_label .text-header span {
    margin: 0 auto
}

.header-default .header-icon .text-items {
    background: #7ad9ff;
    top: -6px;
    right: -15px
}

.header-fixed .site-header:not(.header-sticky) {
    position: absolute
}

.header-fixed .header-sticky {
    position: fixed
}

.header-fixed .site-header {
    z-index: 9;
    left: 0;
    right: 0;
    background-color: transparent;
    border-bottom: none
}

.overlay.overlay-menu {
    content: "";
    left: 0;
    z-index: 99;
    top: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.overlay.overlay-megamenu {
    opacity: .3;
    visibility: visible;
    background: #000;
    content: "";
    left: 0;
    z-index: 1;
    right: 0;
    bottom: 0;
    position: fixed;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.apr-nav-menu--layout-horizontal .mega-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.apr-nav-menu--layout-horizontal .menu-title {
    font-size: 16px
}

.apr-nav-menu--toggle .apr-menu-toggle:not(.apr-active) + .apr-nav-menu__container {
    display: none
}

.top-menu {
    background: #2c2c2c;
    padding: 20px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.top-menu .menu-title {
    font-size: 16px;
    color: #fff;
    margin: 0
}

.top-menu .close-menu {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.mega-menu a {
    display: block
}

.mega-menu a:hover {
    text-decoration: none !important
}

.mega-menu li:after {
    content: none
}

.mega-menu .megamenu_sub ul > li > a > .tip {
    position: static;
    margin-left: 4px
}

.header-account .site-header-account > a {
    -webkit-transition: all .5s;
    transition: all .5s
}

.header-account .submenu-indicator {
    margin-left: 6px
}

.apr-nav-menu--main:not(.line-child) > .mega-menu > li::first-child > a {
    padding-left: 0 !important
}

.apr-nav-menu--main:not(.line-child) > .mega-menu > li::last-child > a {
    padding-right: 0 !important
}

.show-space-line.apr-nav-menu--main .mega-menu > li > a:before {
    content: "";
    height: 1px;
    width: 20px;
    background: rgba(255,
            255,
            255,
            .2);
    position: absolute;
    top: 50%;
    left: -15px;
    opacity: 1 !important
}

.show-space-line.apr-nav-menu--main .mega-menu > li:last-child > a:after {
    content: "";
    height: 1px;
    width: 20px;
    background: rgba(255,
            255,
            255,
            .2);
    position: absolute;
    top: 50%;
    left: auto;
    right: -10px;
    opacity: 1 !important
}

.apr-nav-menu__align-right .show-space-line.apr-nav-menu--main .mega-menu > li:last-child > a:after {
    content: none
}

.apr-nav-menu__align-left .show-space-line.apr-nav-menu--main .mega-menu > li:first-child > a:after {
    content: none
}

.is-sticky .hide-top {
    display: none
}

.apr-nav-menu--main ul {
    padding-left: 0
}

.apr-nav-menu--main .mega-menu li:not(.megamenu) {
    position: relative;
    z-index: 9999;
}

.apr-nav-menu--main .mega-menu > li > a {
    padding: 20px 35px 20px 0;
}

.wraper_header_main .apr-nav-menu--main .mega-menu > li > a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 20px;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    background: currentColor;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.wraper_header_main .apr-nav-menu--main .mega-menu > li > a:hover:after {
    width: 100%;
    left: 0;
}

.wraper_header_main {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    top: 0;
    left: 0;
    width: 100%;
    user-select: none;
    align-items: center;
}

.wraper_header_main .header_main {
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    box-shadow: 0px 1px 0px 0px rgb(0 0 0 / 6%);
}

.wraper_header_main.fixed .header_main {
    padding-left: 0px;
    padding-right: 0px;
}

.wraper_header_main .header_main .brand-logo {
    display: inline-flex;
    flex-shrink: 0;
}

.wraper_header_main .header_main .brand-logo p.site-title,
.wraper_header_main .header_main .brand-logo .table {
    margin: 0;
    font-size: 34px;
    color: #272727;
}

.wraper_header_main .header_main #rt-mainMenu {
    flex-shrink: 1;
    flex: 1;
    text-align: right;
}

.wraper_header_main .header_main #rt-mainMenu .apr-nav-menu--layout-horizontal {
    padding-right: 0;
}

.wraper_header_main .header_main #rt-mainMenu .apr-nav-menu--main > .mega-menu > li:not(.megamenu) .sub-menu {
    min-width: 300px;
}

.wraper_header_main .header_main #rt-mainMenu .apr-nav-menu--main > .mega-menu .sub-menu li a::after {
    display: none;
}

.apr-nav-menu--main > .mega-menu .sub-menu li a::before,
.wraper_header_main .header_main #rt-mainMenu .apr-nav-menu--main ul li:last-child {
    margin-right: 0;
}

.apr-nav-menu--main .mega-menu > li > .sub-menu > li:first-child:before {
    top: -9px;
}

.apr-nav-menu--main .mega-menu > li > a {
    color: #272727;
    font-size: 16px;
}

.apr-nav-menu--main .mega-menu > li > a:hover {
    color: #2c2c2c
}

.rt-header .apr-nav-menu--main .menu-item.menu-item-has-children > a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.rt-header.fixed .apr-nav-menu--main .mega-menu > li > a,
.rt-header .apr-nav-menu--main .mega-menu > li > a {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.apr-nav-menu--main li {
    margin-right: 20px;
    margin-left: 20px;
}

.apr-nav-menu--main li .sub-menu li {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 30px;
    padding-right: 30px;
}

.rt-header .apr-nav-menu--main ul.mega-menu li.menu-item-has-children a span.arrow {
    position: absolute;
    top: 0;
    right: -18px;
    max-height: 28px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 27px 0;
}

.rt-header .apr-nav-menu--main li.menu-item-has-children > a span:after {
    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-left: 10px;
    right: 0px;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    transition: transform .5s cubic-bezier(.19, 1, .22, 1);
}

.rt-header .apr-nav-menu--main ul.mega-menu li.menu-item-has-children:hover a span.arrow:after {
    transform: rotateX(-180deg);
}

.rt-header .apr-nav-menu--main ul.mega-menu li.menu-item-has-children ul.sub-menu li a span.arrow:after,
.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:after {
    display: none;
}

.rt-header .apr-nav-menu--main ul.mega-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children a span.arrow:after,
.rt-header .apr-nav-menu--main ul.mega-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu li a span.arrow:after {
    display: block;
}

.rt-header .apr-nav-menu--main ul.mega-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children a span.arrow,
.rt-header .apr-nav-menu--main ul.mega-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu li a span.arrow {
    margin: 6px 0;
    transform: rotateX(180deg)
}

.rt-header.mobile-header-style1 .apr-nav-menu--main .mega-menu > li > a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 20px;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    background: currentColor;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.rt-header.mobile-header-style1 .apr-nav-menu--main .mega-menu > li:hover a:after {
    width: 100%;
    left: 0;
}


.rt-header.fixed .apr-nav-menu--main .mega-menu > li:hover a span:after {
    transform: rotateX(-180deg);
}

.rt-header.fixed .apr-nav-menu--main .mega-menu > li > a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 20px;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    background: currentColor;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.rt-header.fixed .apr-nav-menu--main .mega-menu > li:hover a:after {
    width: 100%;
    left: 0;
}

.rt-header.mobile-header-style1 .apr-nav-menu--main .mega-menu > li > a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 20px;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    background: currentColor;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.rt-header.mobile-header-style1 .apr-nav-menu--main .mega-menu > li:hover a:after {
    width: 100%;
    left: 0;
}

.apr-nav-menu--main li {
    padding: 0;
    list-style: none
}

.apr-nav-menu--main li a,
.apr-nav-menu--main li li {
    position: relative
}

.megamenu_sub .apr-nav-menu--main > .mega-menu > li > a {
    margin: 0
}

.apr-nav-menu__align-center .apr-nav-menu,
.apr-nav-menu__align-center .apr-nav-menu--layout-dropdown > ul > li > a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.apr-nav-menu__align-center.apr-menu-layout-vertical .apr-nav-menu--layout-vertical > ul > li {
    text-align: center
}

.apr-nav-menu__align-left {
    text-align: left
}

.apr-nav-menu__align-left .mega-menu {
    text-align: left
}

.apr-nav-menu__align-left .mega-menu .sub-menu {
    text-align: left
}

.apr-nav-menu__align-left .apr-nav-menu--layout-horizontal > .mega-menu > li:first-child > a {
    margin-left: 0 !important
}

.apr-nav-menu__align-left.apr-menu-layout-vertical .apr-nav-menu--layout-vertical > ul > li {
    text-align: left
}

.apr-nav-menu__align-right {
    text-align: right
}

.apr-nav-menu__align-right .mega-menu {
    text-align: right
}

.apr-nav-menu__align-right .mega-menu .sub-menu {
    text-align: left
}

.apr-nav-menu__align-right .apr-nav-menu--layout-horizontal > .mega-menu > li:last-child > a {
    margin-right: 0 !important
}

.apr-nav-menu__align-right.apr-menu-layout-vertical .apr-nav-menu--layout-vertical > ul > li {
    text-align: right
}

.apr-nav-menu--main.apr-nav-menu--layout-vertical .sub-menu li {
    text-align: left
}

.apr-nav-menu__align-justify {
    text-align: justify
}

.apr-nav-menu__align-center .mega-menu {
    margin-left: auto;
    margin-right: auto
}

.apr-nav-menu--layout-horizontal .mega-menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.apr-nav-menu__align-right .apr-nav-menu,
.apr-nav-menu__align-right .apr-nav-menu--layout-dropdown > ul > li > a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.apr-nav-menu__align-justify {
    width: 100%
}

.apr-nav-menu__align-justify .apr-nav-menu--layout-horizontal .mega-menu {
    width: 100%
}

.apr-nav-menu__align-justify .apr-nav-menu--layout-horizontal .mega-menu > li {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1
}

.apr-nav-menu__align-right .mega-menu {
    margin-left: auto
}

.apr-nav-menu__align-left .apr-nav-menu,
.apr-nav-menu__align-left .apr-nav-menu--layout-dropdown > ul > li > a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left
}

.apr-nav-menu__align-left .mega-menu {
    margin-right: auto
}

.apr-item:after,
.apr-item:before,
.mega-menu > li > a:after,
.mega-menu > li > a:before {
    display: block;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transition-timing-function: cubic-bezier(.58, .3, .005, 1);
    transition-timing-function: cubic-bezier(.58, .3, .005, 1)
}

.e--pointer-framed .apr-item:before,
.e--pointer-framed .mega-menu > li > a:before {
    content: ""
}

.e--pointer-framed .apr-item:after,
.e--pointer-framed .apr-item:before,
.e--pointer-framed .mega-menu > li > a:after,
.e--pointer-framed .mega-menu > li > a:before {
    background: 0 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 2px solid #55595c
}

.e--pointer-background .apr-item:before,
.e--pointer-background .mega-menu > li > a:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #55595c;
    z-index: -1
}

.e--pointer-background .apr-item:after,
.e--pointer-background .apr-item:before,
.e--pointer-background .mega-menu > li > a:after,
.e--pointer-background .mega-menu > li > a:before {
    content: "";
    -webkit-transition: .3s;
    transition: .3s
}

.e--pointer-text.e--animation-grow .apr-item:focus,
.e--pointer-text.e--animation-grow .apr-item:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.apr-nav-menu--main .mega-menu a {
    -webkit-transition: .4s;
    transition: .4s
}

.sub_menu_show_arrow .sub-menu > li:first-child:before {
    display: none !important
}

.menu-icon {
    -webkit-transition: all .5s;
    transition: all .5s
}

.site-header-cart {
    position: relative
}

.site-header-cart .shopping_cart li {
    padding: 0
}

.site-header-cart .shopping_cart li:after {
    content: none
}

.site-header-cart .shopping_cart ul.woocommerce-mini-cart:after {
    content: none
}

.site-header-cart .shopping_cart ul.woocommerce-mini-cart li .quantity {
    height: auto;
    border: none
}

.site-header-cart .shopping_cart .woocommerce-mini-cart__total {
    margin: 0
}

.header-button .amount {
    padding-left: 10px
}

.wp-amount {
    padding: 4px 0
}

.cart-amount,
.title-amount {
    font-size: 14px;
    line-height: 12px
}

.cart-amount {
    margin-top: 12px
}

.apr-header-wishlist {
    position: relative
}

.apr-header-wishlist .blockUI {
    display: none !important
}

.apr-header-wishlist span.count {
    margin-left: -4px
}

.elementor-widget-apr-header-group,
.elementor-widget-apr_site_logo {
    margin-bottom: 0 !important
}

.elementor-widget-apr-header-group .toggle-search i {
    display: block
}

.elementor-widget-apr-header-group a:hover {
    text-decoration: none !important
}

.elementor-widget-apr-header-group .menu-icon i {
    display: block;
    line-height: 25px
}

.header-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header-info p {
    margin-bottom: 0;
    font-size: 15px;
    color: #fff;
    letter-spacing: .1em
}

.header-info p a {
    color: #2c2c2c;
    display: inline-block
}

.header-info p:first-child:after {
    content: '|';
    padding: 0 20px;
    display: inline-block
}

.chosen-single {
    background: #2c2c2c;
    padding: 13.5px 30px;
    color: #fff;
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 128px;
    max-width: 270px;
    height: 50px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.chosen-single i {
    margin-right: 12px
}

.chosen-single .menu-open-label {
    font-family: Jost;
    font-size: 14px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-transform: uppercase
}

.chosen-single .arrow-opener {
    padding-bottom: 5px
}

.chosen-single .arrow-opener:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f0dd';
    font-weight: 900
}

.mega-menu {
    list-style: none
}

.mega-menu > li.megamenu {
    position: static
}

.main-navigation .search-mobile {
    display: none
}

.toggle_show_search .main-navigation .search-mobile {
    display: block
}

.apr-nav-menu--main > .mega-menu .sub-menu > li.current-menu-item:not(.current-category-ancestor) > a:before,
.apr-nav-menu--main > .mega-menu .sub-menu > li:hover > a:before {
    background: #2c2c2c
}

.apr-nav-menu--layout-horizontal {
    padding: 0 20px;
}

.apr-nav-menu--layout-horizontal,
.apr-nav-menu--layout-horizontal .mega-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    margin: 0px;
}

.style-menu .apr-nav-menu--layout-horizontal,
.style-menu .apr-nav-menu--layout-horizontal .mega-menu {
    display: inherit
}

.header-default .header-group.menu-col-right > div.header-search {
    margin-top: 5px
}

.header-default .header-group.menu-col-right > div.header-cart {
    margin-top: 3px
}

.apr-nav-menu--layout-dropdown {
    position: fixed;
    height: 100%;
    width: 245px;
    opacity: 0;
    padding: 30px;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    z-index: 100;
    -webkit-transition: opacity 0.25s ease, transform 0.25s ease;
    transition: opacity 0.25s ease, transform 0.25s ease;
    background: #fff
}

.apr-nav-menu--layout-dropdown li.current-menu-item > a,
.apr-nav-menu--layout-dropdown li.current-menu-parent > a {
    color: #2c2c2c
}

.apr-nav-menu--layout-dropdown .sub-arrow {
    display: none
}

.apr-nav-menu--layout-dropdown .caret-submenu {
    display: block;
    color: #2c2c2c
}

.apr-nav-menu--layout-dropdown .caret-submenu:hover {
    color: #2c2c2c
}

.apr-nav-menu--layout-dropdown .mega-menu > li > a {
    padding: 0 0 13px 0;
    margin-bottom: 13px
}

.apr-nav-menu--layout-dropdown .mega-menu .caret-submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 14px;
    width: 30px;
    height: 30px;
    z-index: 9
}

.apr-nav-menu--layout-dropdown .mega-menu .caret-submenu.active:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.apr-nav-menu--layout-dropdown .mega-menu li {
    position: relative;
    list-style: none;
    padding: 0
}

.apr-nav-menu--layout-dropdown .mega-menu li:after {
    content: none
}

.apr-nav-menu--layout-dropdown .mega-menu li > a {
    position: relative;
    text-transform: capitalize;
    display: block;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 28px;
    text-align: left;
    color: #2c2c2c
}

.apr-nav-menu--layout-dropdown .mega-menu li:hover > a {
    color: #2c2c2c
}

.apr-nav-menu--layout-dropdown .mega-menu li .sub-menu {
    padding-top: 0;
    padding-left: 21px;
    position: relative;
    z-index: 10
}

.apr-nav-menu--layout-dropdown .mega-menu .sub-menu {
    display: none
}

.apr-nav-menu--layout-dropdown .mega-menu > li > a {
    padding-bottom: 13px;
    border-bottom: 1px solid #dbdbdb
}

.apr-nav-menu--layout-dropdown .mega-menu > li > a .caret-submenu {
    display: block;
    position: absolute;
    right: 0;
    bottom: 3px;
    font-size: 11px
}

.apr-nav-menu--layout-dropdown .mega-menu > li > a .caret-submenu i {
    display: none
}

.apr-nav-menu--layout-dropdown .mega-menu > li > a .caret-submenu:before {
    content: "\e904";
    font-family: lusion;
    font-size: 11px
}

.apr-nav-menu--layout-dropdown .mega-menu > li.megamenu .megamenu_sub {
    -webkit-transform: rotate3d(1,
            0,
            0,
            -90deg);
    transform: rotate3d(1,
            0,
            0,
            -90deg);
    top: 0;
    left: 100%
}

.apr-nav-menu--layout-dropdown .mega-menu > li.megamenu:hover .megamenu_sub {
    -webkit-transform: none;
    transform: none
}

.apr-nav-menu--layout-dropdown .site-title {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0
}

.apr-nav-menu--layout-dropdown .mega-menu li {
    position: relative
}

.apr-nav-menu--layout-dropdown .mega-menu .sub-menu .caret-submenu {
    top: 0
}

.apr-nav-menu--layout-dropdown .search-mobile {
    padding: 0 15px;
    margin-top: 25px
}

.apr-nav-menu--layout-dropdown .search-mobile input[type=search] {
    padding: 10px 20px;
    border-radius: 30px;
    background-color: #171717;
    height: 55px;
    -webkit-box-shadow: 0 2px 62px 0 rgba(0,
            0,
            0,
            .15);
    box-shadow: 0 2px 62px 0 rgba(0,
            0,
            0,
            .15);
    border: none;
    margin-bottom: 0
}

.apr-nav-menu--layout-dropdown .search-mobile .search-content-mobile {
    position: relative
}

.apr-nav-menu--layout-dropdown .search-mobile input[type=search],
.apr-nav-menu--layout-dropdown .search-mobile input[type=search]::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .4px
}

.apr-nav-menu--layout-dropdown .search-mobile input[type=search],
.apr-nav-menu--layout-dropdown .search-mobile input[type=search]:-ms-input-placeholder {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .4px
}

.apr-nav-menu--layout-dropdown .search-mobile input[type=search],
.apr-nav-menu--layout-dropdown .search-mobile input[type=search]::-ms-input-placeholder {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .4px
}

.apr-nav-menu--layout-dropdown .search-mobile input[type=search],
.apr-nav-menu--layout-dropdown .search-mobile input[type=search]::placeholder {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .4px
}

.apr-nav-menu--layout-dropdown .search-mobile .btn-search {
    position: absolute;
    width: auto;
    height: 55px;
    color: #fff;
    font-size: 16px;
    padding-right: 0;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    border: 0
}

.openmenu .menu-icon i:before {
    content: "\e918";
    font-size: 15px;
    position: relative;
    top: 0px;
    right: -200px;
    z-index: 999;
}

.openmenu .menu-hidden {
    -webkit-transform: none !important;
    transform: none !important;
    position: relative !important
}

.openmenu .apr-nav-menu--layout-dropdown {
    -webkit-transform: none;
    transform: none;
    opacity: 1
}

.openmenu .overlay-menu {
    visibility: visible;
    background: #1e1e1e
}

.logo-builder {
    display: inline-block
}

.logo-builder img {
    width: 87px
}

.apr-header-group__align-right {
    text-align: right
}

.apr-header-group__align-right > .elementor-widget-container {
    float: right
}

.apr-header-group__align-left {
    text-align: left
}

.apr-header-group__align-center {
    text-align: center
}

.header-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-group > div {
    display: inline-block;
    margin: 0 11px;
    float: left
}

.header-group > div:last-child {
    margin-right: 0
}

.header-group > div:first-child {
    margin-left: 0
}

.header-item-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto
}

.header-item-3 > div {
    width: 100%
}

.megamenu_sub .elementor-align-left .elementor-button {
    text-align: left
}

.apr-nav-menu--main > .mega-menu .sub-menu li a {
    padding: 0 0 8px 0;
    letter-spacing: 0;
    color: #2c2c2c;
    font-size: 16px;
    position: relative;
    display: block;
    white-space: pre-line;
    display: inline-block;
    position: relative;
}

.apr-nav-menu--main > .mega-menu .sub-menu li a::before {
    content: '';
    width: 0;
    height: 1px;
    bottom: 5px !important;
    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: currentColor;
}

.apr-nav-menu--main > .mega-menu .sub-menu li a:hover::before {
    width: 100%;
    left: 0;
    right: auto;
}

.apr-nav-menu--main > .mega-menu .sub-menu li.current-menu-item:not(.current-category-ancestor) > a {
    color: #2c2c2c
}

.apr-nav-menu--main > .mega-menu .sub-menu li:last-child a:before {
    bottom: 0
}

.show-template-header #primary {
    min-height: 500px
}

.megamenu_sub .show-space-line.apr-nav-menu--main .mega-menu > li:last-child > a::after {
    content: none
}

.mega-menu .tip {
    background: #2c2c2c none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    line-height: 8px;
    padding: 0 6px;
    position: relative;
    vertical-align: middle
}

.open-submenu {
    margin-left: 3px
}

.mega-menu > li.megamenu .sub-menu li:last-child > a {
    border: none
}

.menu-item-type-post_type.menu-item-has-children > a .open-submenu {
    position: absolute;
    right: 0;
    bottom: 5px
}

.menu-bottom {
    display: none
}

.megamenu > ul.sub-menu {
    width: 600px
}

.megamenu > ul.sub-menu > li.menu-item {
    float: left;
    width: 50%;
    padding: 0 15px
}

.megamenu > ul.sub-menu > li.menu-item.menu_start_new_row {
    clear: both;
    width: 100% !important
}

.megamenu > ul.sub-menu .sub-menu {
    background-color: transparent !important
}

.megamenu.menu-item-has-children > ul.sub-menu {
    left: auto;
    right: 15px
}

.megamenu.mega_column_3 > ul.sub-menu {
    width: 800px
}

.megamenu.mega_column_3 > ul.sub-menu > li.menu-item {
    width: calc(100%/3)
}

.megamenu.mega_column_4 > ul.sub-menu {
    width: 1110px
}

.megamenu.mega_column_4 > ul.sub-menu > li.menu-item {
    width: calc(100%/4)
}

.megamenu.mega_column_5 > ul.sub-menu {
    width: 1300px
}

.megamenu.mega_column_5 > ul.sub-menu > li.menu-item {
    width: calc(100%/5)
}

.megamenu.menu_fullw > ul.sub-menu {
    width: 100%
}

.megamenu .menu_hide_title > a {
    display: none
}

.menu_icon_top > a > i {
    position: absolute;
    top: calc(50% - 29px);
    width: 100%;
    left: 0;
    text-align: center
}

.menu_bg_overlay > ul.sub-menu:before {
    content: "";
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    opacity: .2
}

.ui-autocomplete {
    padding: 15px;
    max-height: 250px;
    overflow-y: scroll;
    background-color: #fff;
    top: 100% !important;
    left: 0 !important;
    z-index: 1
}

.ui-autocomplete::-webkit-scrollbar {
    display: none
}

.ui-autocomplete .woocommerce.add_to_cart_inline {
    border: none !important;
    padding: 0 !important;
    margin: 4px 0 0 !important
}

.ui-autocomplete .search-img {
    float: left;
    margin-right: 20px;
    background: #f5f5f5;
    margin-top: 0
}

.ui-autocomplete .search-img img {
    width: 65px;
    height: 75px
}

.ui-autocomplete > li {
    overflow: hidden;
    clear: both;
    padding: 0
}

.ui-autocomplete > li:last-child {
    margin-bottom: 0
}

.ui-autocomplete .search-info {
    overflow: hidden;
    text-align: left
}

.ui-autocomplete .search-info > a {
    font-size: 14px;
    text-transform: capitalize;
    display: block;
    color: #000;
    font-weight: 400;
    line-height: 20px
}

.ui-autocomplete .search-info > a:hover {
    color: #2c2c2c
}

.ui-autocomplete .price .add_to_cart_inline {
    line-height: normal;
    display: inline-block
}

.ui-autocomplete .price .add_to_cart_inline span {
    color: #2c2c2c
}

.ui-autocomplete .price .add_to_cart_inline ins {
    background: 0 0
}

.ui-autocomplete .price .add_to_cart_inline del span {
    color: #8f8f8f
}

.ui-autocomplete .add-cart {
    margin-top: 5px
}

.menu-block .woocommerce div.product-grid div.product {
    padding: 0
}

.menu-block .product_list .product-content .product-image {
    width: 60px;
    border: 1px solid #ebebeb;
    margin-right: 15px
}

.menu-block .product_list .product-content .product-desc .price span {
    font-size: 13px
}

.menu-block .product_list .product-content .product-desc .price span.woocommerce-Price-currencySymbol {
    font-size: 13px
}

.menu-block .arrowpress-products .woocommerce {
    margin-top: 12px
}

.menu-block .product-list {
    padding-bottom: 0
}

.menu-block .product-list > .item {
    margin-bottom: 15px
}

.menu-block .product-list .product-action-list {
    background-color: transparent
}

.menu-block .product-list .product-action-list .list_add_to_cart a {
    background-color: transparent
}

.menu-block .product-list .product-content .product-desc {
    padding: 0;
    min-height: 100%
}

.menu-block .product-list .product-content .product-desc .price {
    margin: 0;
    border: none;
    padding: 0
}

.menu-block .product-content .price {
    font-size: 13px
}

.menu-block .action_item_box,
.menu-block .desc {
    display: none !important
}

.menu-block .trending {
    font-size: 13px
}

.menu-block .trending label {
    color: #1b2429;
    font-weight: 400;
    margin: 0
}

.menu-block .trending a {
    display: inline-block !important;
    padding: 0 10px !important;
    vertical-align: middle;
    color: #2c2c2c !important
}

.menu-block .trending a:hover {
    color: #282828 !important
}

.megamenu_sub {
    background: #ffff;
    z-index: 10
}

.megamenu_sub .megamenu-content > .elementor > .elementor-inner > .elementor-section-wrap > .elementor-element {
    width: 100% !important;
    left: 0 !important
}

.megamenu_sub ul.mega-menu li:hover > a {
    background: 0 0
}

.rt-product-search {
    display: flex;
    position: relative;
    border: 1px solid #e0e0e0;
    border-radius: 0px;
    padding-right: 38px;
    width: 100%;
    margin: 20px 0 30px 0;
}

.rt-product-search button {
    position: absolute;
    top: 0;
    right: 1px;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: none;
    background: none;
}

.search-lebel {
    display: none;
}

.rt-product-search input {
    height: 38px;
    margin: 0;
    font-size: 14px;
    background-color: transparent;
}

.rt-product-search select {
    height: 26px;
    margin: 0;
    font-size: 14px;
    background-color: transparent;
}

.rt-product-search input {
    padding: 10px 15px;
    border: 0;
    flex: 1;
    outline: none;
}

.rt-mobile-toggle-holder .rt-mobile-toggle {
    display: inline-flex;
    width: 18px;
    align-items: center;
    transition: none;
    vertical-align: middle;
    position: relative;
}

.rt-mobile-toggle-holder .rt-mobile-toggle span {
    display: block;
    position: absolute;
    width: 18px;
    height: 2px;
    background: #272727;
    content: " ";
    left: 0;
}

.rt-mobile-toggle-holder .rt-mobile-toggle span:nth-child(1) {
    top: 1px;
}

.rt-mobile-toggle-holder .rt-mobile-toggle > span:nth-child(1) {
    transform-origin: 0 0;
}

.rt-mobile-toggle-holder .rt-mobile-toggle span:nth-child(2) {
    top: 7px;
}

.rt-mobile-toggle-holder .rt-mobile-toggle span:nth-child(3) {
    top: 13px;
}

/*--------------------------------------------------------------
# Header Menu Style End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Post (Style Default)
--------------------------------------------------------------*/
.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 30px 0px 30px;
    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/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;
}

.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: 4px 5px;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #272727;
    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: #272727;
    width: 13px;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 2px;
    right: 0;
    margin: 0 auto;
}

.entry-content > .page-links > .post-page-numbers.current {
    color: #272727 !important;
}

.entry-content > .page-links > .post-page-numbers:hover {
    color: #272727 !important;
}

.entry-content > .page-links > .post-page-numbers:hover:after {
    content: "";
    width: 13px;
    height: 1px;
    background: #272727;
    position: absolute;
    bottom: 0;
    left: 2px;
}

.entry-category > .category > a {
    color: #272727;
}

.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;
    font-weight: 400;
}

.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;
    word-break: break-all;
}

.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 {}

.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-radius: 0px;
    border: none;
}

.post.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 {
    background: #272727 !important;
    box-shadow: none !important;
    color: #fff;
    border-radius: 0px !important;
    padding: 11px 50px !important;
    border: 1px solid #272727 !important;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    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);
    display: block;
}

.post.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 {
    background: #fff !important;
    color: #272727 !important;
    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);
}

.post-read-more {
    margin-top: 25px;
}

.post-read-more a.btn {
    padding: 0;
    border-radius: 0px;
    box-shadow: none !important;
}

.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 {
    position: relative;
    overflow: hidden;
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span,
.page.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 {
    display: block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    background-color: #bd081c;
}

/*Post Image Hover*/
.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%;
}

/*--------------------------------------------------------------
# Post (Style Default) End
--------------------------------------------------------------*/
.woocommerce .woocommerce-ordering {
    margin: 0 8px 15px 0px;
}

.woocommerce .woocommerce-result-count {
    margin: 0 0px 15px 8px;
}

.wraper_shop_main.shop-nosidebar .woocommerce-result-count {
    margin: 0 0px 15px 8px;
}

.wraper_shop_main.shop-rightsidebar .woocommerce-result-count {
    margin: 0 0px 15px 8px;
}

.wraper_shop_main.shop-rightsidebar .woocommerce-ordering {
    margin: 0px;
    outline: none;
}

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

.radiantthemes-shop.style-three .radiantthemes-shop-box {
    float: left;
    padding-left: 8px;
    padding-right: 8px;
}

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

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

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

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

@media screen and (min-width:990px) and (max-width:1199px) {
    .rt-header.style1.mobile-header-style1 .rt-menu-holder nav {
        padding-left: 0px;
    }
}

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

    .radiantthemes-shop.three-column > .radiantthemes-shop-box,
    .radiantthemes-shop.four-column > .radiantthemes-shop-box,
    .radiantthemes-shop.five-column > .radiantthemes-shop-box,
    .radiantthemes-shop.six-column > .radiantthemes-shop-box {
        width: 33.33%;
    }

    .wraper_shop_main .rt-shop-filters.rt-sticky-filters .rt-display-view {
        display: none !important;
    }

    .wraper_shop_main.shop-topsidebar .rt-shop-filters.rt-sticky-filters .woocommerce-ordering,
    .wraper_shop_main.shop-leftsidebar .rt-shop-filters.rt-sticky-filters .woocommerce-ordering,
    .wraper_shop_main.shop-rightsidebar .rt-shop-filters.rt-sticky-filters .woocommerce-ordering {
        border-right: none !important;
        margin-right: 0px !important;
    }
}

@media screen and (min-width:480px) and (max-width:767px) {

    .radiantthemes-shop.three-column > .radiantthemes-shop-box,
    .radiantthemes-shop.four-column > .radiantthemes-shop-box,
    .radiantthemes-shop.five-column > .radiantthemes-shop-box,
    .radiantthemes-shop.six-column > .radiantthemes-shop-box {
        width: 50%;
    }

    .radiantthemes-shop > .radiantthemes-shop-box:nth-child(even) {
        padding-left: 8px !important;
        padding-right: 0px !important;
    }

    .radiantthemes-shop > .radiantthemes-shop-box:nth-child(odd) {
        padding-left: 0px !important;
        padding-right: 8px !important;
    }

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

    .wraper_shop_main.shop-leftsidebar {
        margin: 0px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .radiantthemes-shop.style-two .radiantthemes-shop-box {
        margin-bottom: 16px;
    }

    .woocommerce .woocommerce-ordering {
        margin: 0 0px 0px 0px;
        position: relative;
    }

    .wraper_shop_main .rt-shop-product-breadcrumb {
        margin-left: 0px !important;
    }

    .woocommerce .woocommerce-result-count {
        margin: 0 0px 15px 0px !important;
    }

    .wraper_shop_main.shop-topsidebar .rt-shop-product-breadcrumb {
        margin-left: 0px !important;
    }

    .wraper_shop_main .rt-shop-filters select {
        padding: 0px;
    }

    .rt-shop-filters .woocommerce-ordering:not(.select2-styled):after {
        top: 6px;
    }

    .wraper_shop_main.shop-nosidebar .container,
    .wraper_shop_main.shop-rightsidebar .container,
    .wraper_shop_main.shop-leftsidebar .container,
    .wraper_shop_main.shop-topsidebar .container,
    .wraper_shop_main .container {
        max-width: 100%;
        padding-left: 4% !important;
        padding-right: 4% !important;
    }

    .wraper_shop_main.shop-nosidebar .container .row {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
}

@media screen and (min-width:321px) and (max-width:479px) {
    .rt-list-view .radiantthemes-shop .radiantthemes-shop-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        flex-direction: row;
    }

    .radiantthemes-shop .radiantthemes-shop-box,
    .rt-grid-view .radiantthemes-shop .radiantthemes-shop-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        flex-direction: row;
    }

    .radiantthemes-shop .radiantthemes-shop-box:nth-child(odd),
    .rt-grid-view .radiantthemes-shop .radiantthemes-shop-box:nth-child(odd) {
        padding-right: 8px !important;
        padding-left: 0px !important;
    }

    .radiantthemes-shop .radiantthemes-shop-box:nth-child(even),
    .rt-grid-view .radiantthemes-shop .radiantthemes-shop-box:nth-child(even) {
        padding-left: 8px !important;
        padding-right: 0px !important;
    }

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

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

    .wraper_shop_main.shop-leftsidebar {
        margin: 0px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .shop_related .products h4 {
        padding: 0px !important;
    }

    .wraper_shop_main.shop-nosidebar .container,
    .wraper_shop_main.shop-rightsidebar .container,
    .wraper_shop_main.shop-leftsidebar .container,
    .wraper_shop_main.shop-topsidebar .container,
    .wraper_shop_main .container {
        max-width: 100%;
        padding-left: 4% !important;
        padding-right: 4% !important;
    }

    .wraper_shop_main.shop-nosidebar .container .row {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .woocommerce .woocommerce-ordering {
        margin: 0 0px 15px 0px;
    }

    .woocommerce .woocommerce-result-count {
        margin: 0 0px 15px 0px;
    }

}

@media screen and (max-width:320px) {

    .rt-list-view .radiantthemes-shop .radiantthemes-shop-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        flex-direction: row;
    }

    .radiantthemes-shop .radiantthemes-shop-box,
    .rt-grid-view .radiantthemes-shop .radiantthemes-shop-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        flex-direction: row;
    }

    .radiantthemes-shop .radiantthemes-shop-box:nth-child(odd),
    .rt-grid-view .radiantthemes-shop .radiantthemes-shop-box:nth-child(odd) {
        padding-right: 8px !important;
        padding-left: 0px !important;
    }

    .radiantthemes-shop .radiantthemes-shop-box:nth-child(even),
    .rt-grid-view .radiantthemes-shop .radiantthemes-shop-box:nth-child(even) {
        padding-left: 8px !important;
        padding-right: 0px !important;
    }

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

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

    .wraper_shop_main.shop-leftsidebar {
        margin: 0px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .shop_related .products h4 {
        padding: 0px !important;
    }

    .woocommerce .woocommerce-ordering {
        margin: 0 0px 15px 0px;
    }

    .woocommerce .woocommerce-result-count {
        margin: 0 0px 15px 0px;
    }

    .wraper_shop_main.shop-nosidebar .container,
    .wraper_shop_main.shop-rightsidebar .container,
    .wraper_shop_main.shop-leftsidebar .container,
    .wraper_shop_main.shop-topsidebar .container,
    .wraper_shop_main .container {
        max-width: 100%;
        padding-left: 4% !important;
        padding-right: 4% !important;
    }

    .wraper_shop_main.shop-nosidebar .container .row,
    .wraper_shop_main.shop-leftsidebar .container .row {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
}

.wraper_shop_main.shop-nosidebar [class*='col-'] {
    padding: 0;
}

.wraper_error_main.style-one {
    padding-top: 0px;
    padding-bottom: 80px;
    text-align: center;
}

.wraper_error_main.style-one .error_main img {
    padding-bottom: 0px;
    width: 450px;
    height: 320px;
}


.wraper_error_main.style-one .error_main {
    width: 50%;
    margin: 0 auto;
}

.wraper_error_main.style-one .error_main lottie-player {
    margin-top: -150px;
    margin-bottom: -70px;
}

.main {
    z-index: -1 !important;
}

@media screen and (max-width: 991px) {
    .wraper_error_main.style-one .error_main {
        width: 100%;
        margin: 0 auto;
    }

    .wraper_error_main.style-one .error_main lottie-player {
        margin-top: -120px;
        margin-bottom: -60px;
    }

    .wraper_error_main.style-one {
        padding-bottom: 50px;
    }

    .wraper_error_main.style-one .error_main img {
        height: 187px;
    }
}


/*-------------------------------------------------------------
Default theme shop style
-------------------------------------------------------------*/
.radiantthemes-shop.style-seven {
    margin-right: 0;
    margin-left: 0;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box {
    padding: 0 8px;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box {
    margin-bottom: 0px;
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
    margin: 0px;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .pic {
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
    text-align: center;
}

.radiantthemes-shop.style-seven .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-seven .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-seven .radiantthemes-shop-box .holder .pic:hover img.primary-img {
    opacity: 1;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
    transform: scale(1.06) translate3d(0px, 0px, 0px);
}

.radiantthemes-shop.style-seven .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-seven .radiantthemes-shop-box .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);
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .content-wrapper .thumbnail-wrapper .color-swatch {
    align-items: center;
    display: flex;
    flex-direction: row;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .content-wrapper .thumbnail-wrapper .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-seven .radiantthemes-shop-box .content-wrapper .thumbnail-wrapper .color-swatch .color:hover,
.radiantthemes-shop.style-seven .radiantthemes-shop-box .content-wrapper .thumbnail-wrapper .color-swatch .color.active {
    border: 1px solid #272727;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .content-wrapper .thumbnail-wrapper .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-seven .radiantthemes-shop-box .content-wrapper .thumbnail-wrapper .color-swatch div {
    position: relative;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .content-wrapper .thumbnail-wrapper .color-swatch div:hover:after,
.radiantthemes-shop.style-seven .radiantthemes-shop-box .content-wrapper .thumbnail-wrapper .color-swatch div.active:after {
    opacity: 1;
    visibility: visible;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .content-wrapper .thumbnail-wrapper .color-swatch .color:hover {
    cursor: pointer;
}

.radiantthemes-shop.style-seven .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: #000;
    z-index: 9;
}

.radiantthemes-shop.style-seven .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-seven .radiantthemes-shop-box .holder .product-description {
    background: #fff;
    text-align: left;
    padding: 15px 0 15px 0;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .product-description .woocommerce-loop-product__title {
    color: #272727;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-boxm .holder .product-description .percent-off {
    display: none;
}

.radiantthemes-shop.style-seven .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-seven .radiantthemes-shop-box .holder .action-buttons .tinv-wishlist {
    margin: 0px;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .action-buttons .button.yith-wcqv-button,
.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .action-buttons a.rt-add-to-cart,
.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .action-buttons .tinv-wishlist a,
.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .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%;
    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;
}

.radiantthemes-shop.style-seven .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-seven .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-seven .radiantthemes-shop-box .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;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder:hover .action-buttons .button,
.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder:hover .action-buttons a.rt-add-to-cart,
.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder:hover .action-buttons .tinv-wishlist a,
.radiantthemes-shop.style-seven .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-seven .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-seven .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-seven .radiantthemes-shop-box .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;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span.feedback {
    display: none;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .action-buttons .button:hover,
.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .action-buttons a.rt-add-to-cart:hover,
.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .action-buttons .tinv-wishlist a:hover,
.radiantthemes-shop.style-seven .radiantthemes-shop-box .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;
    outline: none;
}

.button-area.quick-view .blockUI,
.yith-wcqv-button .blockUI.blockOverlay,
.blockUI.blockOverlay {
    display: none !important;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist:hover a {
    color: #fff;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .action-buttons button:focus,
.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .action-buttons a:focus {
    outline: none;
    border: none;
}

.radiantthemes-shop.style-seven .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-seven .radiantthemes-shop-box .holder .product-description .star-rating::before {
    color: #000;
    float: left;
    top: 0;
    left: 1px;
    position: absolute;
    right: 0;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .product-description .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 1px;
    position: absolute;
    padding-top: 1.5em;
    color: #000;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .product-description .product-brand a {
    text-decoration: none;
    text-transform: uppercase;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .product-description .product-title {
    margin: 0 0 2px 0;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .product-description .price,
.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .product-description .product-price {
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 27px;
    color: #676766;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .product-description .price ins,
.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .product-description .product-price ins {
    padding-right: 8px;
    padding-left: 0px;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .product-description .price del,
.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .product-description .product-price del {
    opacity: 0.6;
    padding-right: 0px;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .product-description .product-title a {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-decoration: none;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .product-description .product-price span {
    margin-right: 2px;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .product-description .rt-color-variation .rt-size-chart,
.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .product-description .rt-color-variation .woocommerce-variation-add-to-cart,
.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .product-description .rt-color-variation .yith-wcqv-button,
.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .product-description .rt-color-variation .yith-wcwl-add-button,
.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .product-description .rt-color-variation .rt-simple-add-cart,
.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .product-description .rt-color-variation .variations tr .label,
.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .product-description .tinv-wraper.woocommerce.tinv-wishlist {
    display: none !important;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .product-description .rt-color-variation table.variations tr:last-child {
    display: none;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .product-description .rt-color-variation .wvs-has-image-tooltip:before,
[data-wvstooltip]:before,
.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .product-description .rt-color-variation .wvs-has-image-tooltip:after,
[data-wvstooltip]:after {
    display: none;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .product-description .rt-color-variation .woo-variation-swatches.wvs-show-label .variations td {
    padding-bottom: 0;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .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);
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .product-description .rt-color-variation .variations li.variable-item.color-variable-item.selected {
    padding: 0 !important;
    border: none;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .product-description .rt-color-variation .variations li.variable-item.color-variable-item:hover {
    border: 1px solid #272727;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .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);
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder:hover .product-description .add-bag {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transform: translateY(0px);
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .product-description .add-bag .ti {
    padding-right: 8px;
}

@media screen and (max-width:767px) {

    .radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .action-buttons,
    .radiantthemes-shop.style-seven .radiantthemes-shop-box .content-wrapper .action-buttons {
        display: none;
    }

    .radiantthemes-shop.style-seven .radiantthemes-shop-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        flex-direction: row;
    }

    .radiantthemes-shop.style-seven .radiantthemes-shop-box:nth-child(odd) {
        padding-right: 8px !important;
        padding-left: 0px !important;
    }

    .radiantthemes-shop.style-seven .radiantthemes-shop-box:nth-child(even) {
        padding-left: 8px !important;
        padding-right: 0px !important;
    }

    .wraper_shop_main .rt-shop-filters .rt-display-view {
        display: none !important;
    }

    .wraper_shop_main .rt-shop-filters.rt-sticky-filters .rt-top-filter,
    .rt-fly-filter {
        display: inline-block;
        display: flex;
        width: 50%;
        align-items: center;
        justify-content: center;
    }

    .wraper_shop_main .rt-shop-filters.rt-sticky-filters {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        margin: 0;
        z-index: 590;
        padding: 15px 20px;
        background: #fff;
        box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 30%);
        border-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    select.orderby {
        border: 0;
        color: inherit;
        background-color: transparent;
        background-image: none;
        width: 100%;
        max-width: 140px;
        height: auto;
        padding-top: 8px;
        padding-bottom: 8px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .radiantthemes-shop.style-four .radiantthemes-shop-box .holder .product-description {
        background: #fff;
        text-align: left;
        padding: 15px 0 15px 0;

    }

    .radiantthemes-shop.style-two .radiantthemes-shop-box .holder .product-description {
        min-height: 120px;
    }

    .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;
    }

    .radiantthemes-shop .radiantthemes-shop-box .holder .action-buttons .button.yith-wcqv-button,
    .radiantthemes-shop .radiantthemes-shop-box .holder .action-buttons a.rt-add-to-cart,
    .radiantthemes-shop .radiantthemes-shop-box .holder .action-buttons .tinv-wishlist a,
    .radiantthemes-shop .radiantthemes-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
        height: 30px !important;
        width: 30px !important;
        line-height: 30px !important;
    }

    .wraper_shop_main .widget-left {
        display: none;
    }
}

@media screen and (max-width: 767px) and (min-width: 480px) {
    .wraper_shop_main .widget.woocommerce {
        width: 45%;
        float: left;
        margin: 0px 0px 0px 8px;
        padding-right: 30px;
        border: none !important;
    }
}

@media screen and (max-width: 479px) and (min-width: 321px) {
    .wraper_shop_main .widget.woocommerce {
        width: 48%;
        float: left;
        margin: 0px 0px 0px 0px;
        padding-right: 15px;
        border: none !important;
    }

    .wraper_shop_main .rt-shop-filters select.orderby {
        width: 100% !important;
        max-width: 50px !important;
        padding: 5px 0px;
        margin-left: 50px;
    }

    .rt-shop-filters .woocommerce-ordering:not(.select2-styled):after {
        top: 7px;
        right: 50px;
    }

    .wraper_shop_main .rt-shop-product-breadcrumb {
        margin-left: 0;
        margin-bottom: 10px;
        display: none;
    }

    .wraper_shop_main .woocommerce-result-count {
        display: none;
    }

    .wraper_shop_main {
        padding-top: 30px !important;
        padding-bottom: 20px !important;
    }

    .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 {
        padding: 0;
        text-align: center;
    }

    .wraper_shop_main .woocommerce-result-count {
        margin: 0 0px 15px 0px;
        width: 100%;
    }
}

@media screen and (max-width: 320px) {
    .wraper_shop_main .rt-shop-filters.rt-sticky-filters .rt-top-filter {
        display: block;
    }

    .wraper_shop_main .rt-shop-filters.rt-sticky-filters {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        margin: 0;
        z-index: 590;
        padding: 15px 20px;
        background: #fff;
        box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 30%);
        border-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .wraper_shop_main .rt-shop-product-breadcrumb {
        margin-left: 0;
        margin-bottom: 10px;
        display: none;
    }

    .wraper_shop_main .woocommerce-result-count {
        display: none;
    }

    .wraper_shop_main .widget.woocommerce {
        width: 100%;
        float: left;
        margin: 0px 0px 15px 0px;
        padding-right: 15px;
        border: none !important;
    }

    .rt-top-filter,
    .rt-side-filter {
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 50%;
        padding-right: 12px;
    }

    .wraper_shop_main .rt-shop-product-breadcrumb {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .rt-shop-filters .woocommerce-ordering:not(.select2-styled):after {
        top: 7px;
        right: 30px;
    }

    .wraper_shop_main .rt-shop-filters.rt-sticky-filters .woocommerce-ordering {
        margin: 0;
        text-align: center;
        align-items: center;
        justify-content: center;
        display: inline-block;
        width: 50%;
        position: relative;
        padding: 0 20px;
    }

    .wraper_shop_main .rt-shop-filters.rt-sticky-filters .woocommerce-ordering:before {
        content: "";
        background: #d1d1d1;
        width: 1px;
        height: 100%;
        position: absolute;
        left: 0;
    }

    .wraper_shop_main {
        padding-top: 30px !important;
        padding-bottom: 20px !important;
    }

    .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 {
        padding: 0;
        text-align: center;
    }

    .topsidebar,
    .widget-left {
        padding-bottom: 30px;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        margin: 0;
        z-index: 99;
        padding: 10px 20px !important;
        background: #fff;
        box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 30%);
        border-bottom: 0;
        margin-bottom: 60px !important;
    }

    .topsidebar,
    .widget-left {
        padding-bottom: 30px;
        height: 350px;
        overflow-y: scroll;
    }

    .wraper_shop_main .woocommerce-result-count {
        margin: 0 0px 15px 0px;
    }
}

/*--------------------------------------------------------------
# Inner Page Breadcrumb Start
--------------------------------------------------------------*/
.inner_banner_breadcrumb #crumbs {
    color: #989898;
}

.inner_banner_breadcrumb #crumbs a {
    color: #989898;
}

.inner_banner_breadcrumb #crumbs span.gap i {
    display: none;
}

.inner_banner_breadcrumb #crumbs span.gap:after {
    content: "/";
    top: 0;
    margin: 0;
}

.wraper_inner_banner .container {
    width: 1260px;
    max-width: calc(100% - 10%);
    padding-left: 0;
    padding-right: 0;
}

@media only screen and (max-width: 767px) {
    .wraper_inner_banner .container {
        width: 1260px;
        max-width: calc(100% - 10%);
        padding-left: 0;
        padding-right: 0;
    }
}

/*--------------------------------------------------------------
# Inner Page Breadcrumb End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 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: 30px 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: 15px;
    margin-bottom: 21px;
    width: 100%;
    float: left;
    line-height: 20px;
    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: #272727;
}

.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .product-description .product-price {
    margin-bottom: 0px;
    width: 100%;
    float: left;
    font-size: 15px;
    line-height: 21px;
}

.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: 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.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: 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);
}

.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: none;
    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: 10xpx;
}

.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 {
    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 {
    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;
}

/*--------------------------------------------------------------
# Shop Box Style Two End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Shop Box Style Three Start
--------------------------------------------------------------*/
.radiantthemes-shop.style-three .radiantthemes-shop-box {
    margin-bottom: 30px;
    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 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-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: 10px;
    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 .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: 20px;
    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 .product-type-grouped.radiantthemes-shop-box .holder .action-buttons .more-action,
.radiantthemes-shop.style-four .product-type-external.radiantthemes-shop-box .holder .action-buttons .more-action,
.radiantthemes-shop.style-four .product-type-grouped.radiantthemes-shop-box .holder .action-buttons .rt-add-to-cart .product-price,
.radiantthemes-shop.style-four .product-type-external.radiantthemes-shop-box .holder .action-buttons .rt-add-to-cart .product-price {
    display: none;
}

.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .action-buttons .rt-add-to-cart .button.rt-simple-add-cart {
    float: left;
    margin-right: 0px !important;
}

.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .action-buttons .rt-add-to-cart button {
    margin-left: 0px !important;
}

.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 .rt-add-to-cart .button.rt-simple-add-cart,
.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,
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .action-buttons .rt-add-to-cart .button.rt-simple-add-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;
}

.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .action-buttons .tinv-wishlist {
    margin: 0px;
    float: left;
}

.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 .action-buttons .rt-add-to-cart .button.rt-simple-add-cart,
.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,
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .action-buttons .rt-add-to-cart .button.rt-simple-add-cart: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 .rt-add-to-cart .button.rt-simple-add-cart: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 .rt-add-to-cart {
    margin: 0;
}

.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,
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .product-description .price {
    margin: 0 0 12px 0;
}

.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .product-description .product-price p,
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .product-description .price p {
    margin: 0 0 12px 0;
}

.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .product-description .price ins {
    padding-right: 8px;
}

.radiantthemes-shop-box .holder .product-description .product-price del,
.radiantthemes-shop-box .holder .product-description .price del {
    font-size: 16px;
    margin-right: 10px;
    opacity: 1;
    font-weight: 400;
    opacity: 0.6;
}

.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%;
}

.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: 30px;
    margin: 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-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: 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-five .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-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: 10px;
}

.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 !important;
    }

    .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: 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-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 8px;
}

.wraper_shop_main.shop-nosidebar .container,
.wraper_shop_main.shop-rightsidebar .container,
.wraper_shop_main.shop-leftsidebar .container,
.wraper_shop_main.shop-topsidebar .container,
.wraper_shop_main .container {
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
}

.wraper_shop_main.shop-nosidebar .container .row {
    margin-right: 0px;
    margin-left: 0px;
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box {
    padding: 0 8px;
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box {
    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);
}

.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: #000;
    padding: 0px 6px 0px 6px;
    left: 15px;
    top: 15px;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    z-index: 9;
}

.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 .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: 5px;
    color: #272727;
    font-size: 16px;
    line-height: 27px;
}

.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: rgba(255, 255, 255, 0.8);
    color: #272727;
    border: none;
    padding: 11px 20px;
    font-weight: 400;
    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;
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .add-bag a:hover,
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .add-bag .button:hover {
    background: #272727;
    color: #fff;
    border: none;
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .add-bag a:before,
.radiantthemes-shop.style-eight .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-eight .radiantthemes-shop-box .holder .add-bag a:hover:before,
.radiantthemes-shop.style-eight .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-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: 10px;
}

.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;
}

/*--------------------------------------------------------------
# Shop Box Style Eight End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Shop Box shop top sidebar start
--------------------------------------------------------------*/
.wraper_shop_main.shop-topsidebar .rt-shop-product-breadcrumb {
    margin-bottom: 20px;
    margin-left: 8px;
    font-size: 14px;
    line-height: 24px;
    color: #989898;
    text-transform: capitalize;
}

.wraper_shop_main.shop-topsidebar .woocommerce-result-count {
    margin: 0 0px 15px 8px;
    width: 100%;
}

.wraper_shop_main.shop-topsidebar .widget.woocommerce {
    width: 24%;
    float: left;
    margin: 0px 0px 0px 8px;
    padding-right: 30px;
    border: none !important;
}

.wraper_shop_main.shop-topsidebar .rt-shop-filters.rt-sticky-filters .woocommerce-ordering {
    margin: 0;
}

.wraper_shop_main.shop-topsidebar .rt-shop-filters.rt-sticky-filters .woocommerce-ordering,
.wraper_shop_main.shop-leftsidebar .rt-shop-filters.rt-sticky-filters .woocommerce-ordering,
.wraper_shop_main.shop-rightsidebar .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;
    border-right: 1px solid #d1d1d1;
    margin-right: 10px;
    padding-right: 15px;
}

.wraper_shop_main.shop-nosidebar .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;
    margin-right: 10px;
}

.wraper_shop_main .rt-shop-filters.rt-sticky-filters .rt-display-view {
    display: flex;
}

.wraper_shop_main.shop-topsidebar .rt-shop-filters.rt-sticky-filters .woocommerce-ordering:before {
    content: "";
    background: #d1d1d1;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
}

.topsidebar {
    width: 100%;
    float: left;
    clear: both;
    background: #fff;
    margin-bottom: 20px;
}

.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;
    display: flex;
    align-items: center;
    line-height: 1;
    background: #fff;
}

.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:last-child {
    padding-right: 8PX;
}

.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;
}

.rt-hide-filter,
.rt-fly-hide-filter,
.rt-fly-filter {
    display: none;
}

#topsidebar {
    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;
}

.rt-top-filter svg {
    width: 16px;
    margin-left: 7px;
}

.radiantthemes-shop {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wraper_shop_main.shop-topsidebar .rt-shop-filters select.orderby,
.wraper_shop_main.shop-leftsidebar .rt-shop-filters select.orderby,
.wraper_shop_main.shop-rightsidebar .rt-shop-filters select.orderby,
.wraper_shop_main.shop-nosidebar .rt-shop-filters select.orderby {
    border: 0;
    color: inherit;
    background-color: transparent;
    background-image: none;
    width: 100%;
    max-width: 120px;
    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 select {
    -webkit-appearance: none;
}

.wraper_shop_main.shop-topsidebar .rt-shop-filters.rt-sticky-filters .woocommerce-ordering svg,
.wraper_shop_main.shop-leftsidebar .rt-shop-filters.rt-sticky-filters .woocommerce-ordering svg,
.wraper_shop_main.shop-rightsidebar .rt-shop-filters.rt-sticky-filters .woocommerce-ordering svg,
.wraper_shop_main.shop-nosidebar .rt-shop-filters.rt-sticky-filters .woocommerce-ordering svg,
.wraper_shop_main .rt-shop-filters.rt-sticky-filters .woocommerce-ordering svg {
    width: 16px;
    height: 16px;
}

.shop-topsidebar .rt-shop-filters .woocommerce-ordering:not(.select2-styled):after {
    right: 10px;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .wraper_shop_main.shop-topsidebar .widget.woocommerce {
        width: 45%;
        float: left;
        margin: 0px 0px 0px 8px;
        padding-right: 30px;
        border: none !important;
    }

    .topsidebar,
    .widget-left {
        padding-bottom: 30px;
    }

    .wraper_shop_main.shop-topsidebar,
    .wraper_shop_main.shop-leftsidebar {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .wraper_shop_main {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

}

@media screen and (max-width: 1024px) {

    .radiantthemes-shop.style-three .radiantthemes-shop-box .holder .action-buttons,
    .radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .action-buttons,
    .radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .add-bag {
        display: none;
    }

    .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: 767px) {

    .wraper_shop_main.shop-leftsidebar .rt-shop-filters.rt-sticky-filters .rt-top-filter,
    .wraper_shop_main.shop-rightsidebar .rt-shop-filters.rt-sticky-filters .rt-top-filter,
    .rt-fly-filter {
        display: inline-block;
    }

    .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 {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        margin: 0;
        z-index: 590;
        padding: 15px 20px;
        background: #fff;
        box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 30%);
        border-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .radiantthemes-shop.style-four .radiantthemes-shop-box .holder .product-description {
        background: #fff;
        text-align: left;
        padding: 15px 0 15px 0;

    }

    .radiantthemes-shop.style-two .radiantthemes-shop-box .holder .product-description {
        min-height: 120px;
    }

    .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;
    }

    .radiantthemes-shop .radiantthemes-shop-box .holder .action-buttons .button.yith-wcqv-button,
    .radiantthemes-shop .radiantthemes-shop-box .holder .action-buttons a.rt-add-to-cart,
    .radiantthemes-shop .radiantthemes-shop-box .holder .action-buttons .tinv-wishlist a,
    .radiantthemes-shop .radiantthemes-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
        height: 30px !important;
        width: 30px !important;
        line-height: 30px !important;
    }

    .wraper_shop_main.shop-leftsidebar .widget-left,
    .wraper_shop_main.shop-rightsidebar .widget-left {
        display: none;
        max-width: 100%;
    }

    .wraper_shop_main.shop-topsidebar,
    .wraper_shop_main.shop-leftsidebar {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .wraper_shop_main.shop-style-two {
        padding-bottom: 10px !important;
    }

    .wraper_shop_main {
        padding-top: 30px !important;
        padding-bottom: 20px !important;
    }

    .wraper_shop_main.shop-nosidebar .rt-shop-product-breadcrumb {
        margin-left: 0px !important;
    }
}

@media screen and (max-width: 767px) and (min-width: 480px) {

    .wraper_shop_main .widget.woocommerce,
    .wraper_shop_main.shop-topsidebar .widget.woocommerce {
        width: 45%;
        float: left;
        margin: 0px 0px 0px 8px;
        padding-right: 30px;
        border: none !important;
    }

    .rt-top-filter,
    .rt-side-filter {
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 50%;
        padding-right: 12px;
    }

    .wraper_shop_main.shop-topsidebar .rt-shop-filters.rt-sticky-filters .woocommerce-ordering,
    .wraper_shop_main.shop-leftsidebar .rt-shop-filters.rt-sticky-filters .woocommerce-ordering,
    .wraper_shop_main.shop-rightsidebar .rt-shop-filters.rt-sticky-filters .woocommerce-ordering,
    .wraper_shop_main .rt-shop-filters.rt-sticky-filters .woocommerce-ordering {
        border-right: none !important;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 0px;
        padding-right: 0px;
    }

    .wraper_shop_main .rt-shop-filters.rt-sticky-filters .woocommerce-ordering:before {
        content: "";
        background: #d1d1d1;
        width: 1px;
        height: 100%;
        position: absolute;
        left: 0;
        display: none;
    }

    .wraper_shop_main.shop-nosidebar .rt-shop-filters.rt-sticky-filters .woocommerce-ordering:before {
        content: "";
        background: none;
        width: 1px;
        height: 100%;
        position: absolute;
        left: 0;
    }

    .topsidebar,
    .widget-left {
        padding-bottom: 30px;
        padding-bottom: 30px;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 340px;
        overflow-y: scroll;
        margin: 0;
        z-index: 99;
        padding: 30px 20px !important;
        background: #fff;
        box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 30%);
        border-bottom: 0;
        margin-bottom: 60px !important;

    }

    .shop-topsidebar .rt-shop-filters .woocommerce-ordering:not(.select2-styled):after {
        right: 31%;
    }
}

@media screen and (max-width: 479px) and (min-width: 321px) {

    .wraper_shop_main .widget.woocommerce,
    .wraper_shop_main.shop-topsidebar .widget.woocommerce {
        width: 48%;
        float: left;
        margin: 0px 0px 0px 0px;
        padding-right: 15px;
        border: none !important;
    }

    .rt-top-filter,
    .rt-side-filter {
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 50%;
        padding-right: 12px;
    }

    .wraper_shop_main.shop-topsidebar .rt-shop-filters.rt-sticky-filters .woocommerce-ordering,
    .wraper_shop_main.shop-leftsidebar .rt-shop-filters.rt-sticky-filters .woocommerce-ordering,
    .wraper_shop_main.shop-rightsidebar .rt-shop-filters.rt-sticky-filters .woocommerce-ordering {
        padding-right: 0px;
    }

    .wraper_shop_main .rt-shop-filters select.orderby {
        width: 100% !important;
        max-width: 130px !important;
        padding: 0px 0px;
        margin-left: 0px;
    }

    .wraper_shop_main .rt-shop-filters .rt-display-view {
        display: none;
    }

    .rt-shop-filters .woocommerce-ordering:not(.select2-styled):after {
        top: 2px;
        right: 10px;
    }

    .shop-topsidebar .rt-shop-filters .woocommerce-ordering:not(.select2-styled):after {
        right: 75px;
    }

    .wraper_shop_main .rt-shop-filters.rt-sticky-filters .woocommerce-ordering {
        margin: 0;
        text-align: center;
        align-items: center;
        justify-content: center;
        display: flex;
        width: 50%;
        position: relative;
        padding: 0 20px;
        border-right: none !important;
        margin-right: 0px !important;
    }

    .wraper_shop_main .rt-shop-filters.rt-sticky-filters .woocommerce-ordering:before {
        content: "";
        background: #d1d1d1;
        width: 1px;
        height: 100%;
        position: absolute;
        left: 0;
        display: none;
    }

    .wraper_shop_main.shop-nosidebar .rt-shop-filters.rt-sticky-filters .woocommerce-ordering:before {
        content: "";
        background: none;
        width: 1px;
        height: 100%;
        position: absolute;
        left: 0;
    }

    .wraper_shop_main.shop-topsidebar .rt-shop-product-breadcrumb,
    .wraper_shop_main .rt-shop-product-breadcrumb {
        margin-left: 0;
        margin-bottom: 10px;
        display: none;
    }

    .wraper_shop_main.shop-topsidebar .woocommerce-result-count,
    .wraper_shop_main.shop-leftsidebar .woocommerce-result-count,
    .wraper_shop_main.shop-rightsidebar .woocommerce-result-count {
        display: none;
    }

    .wraper_shop_main.shop-topsidebar,
    .wraper_shop_main.shop-leftsidebar,
    .wraper_shop_main.shop-rightsidebar {
        padding-top: 20px;
        padding-bottom: 0px !important;
    }

    .wraper_shop_main.shop-style-two {
        padding-bottom: 10px !important;
    }

    .wraper_shop_main.shop-leftsidebar.shop-style-three {
        padding-bottom: 0px !important;
    }

    .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 {
        padding: 0;
        text-align: center;
    }

    .topsidebar,
    .widget-left {
        padding-bottom: 30px;
        padding-bottom: 30px;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 340px;
        overflow-y: scroll;
        margin: 0;
        z-index: 99;
        padding: 30px 20px !important;
        background: #fff;
        box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 30%);
        border-bottom: 0;
        margin-bottom: 60px !important;

    }

    .wraper_shop_main.shop-topsidebar .woocommerce-result-count {
        margin: 0 0px 15px 0px;
        width: 100%;
    }
}

@media screen and (max-width: 320px) {

    .wraper_shop_main.shop-leftsidebar .rt-shop-filters.rt-sticky-filters .rt-top-filter,
    .wraper_shop_main.shop-rightsidebar .rt-shop-filters.rt-sticky-filters .rt-top-filter {
        display: block;
    }

    .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 {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        margin: 0;
        z-index: 590;
        padding: 15px 20px;
        background: #fff;
        box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 30%);
        border-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .wraper_shop_main .widget.woocommerce,
    .wraper_shop_main.shop-topsidebar .widget.woocommerce {
        width: 100%;
        float: left;
        margin: 0px 0px 15px 0px;
        padding-right: 15px;
        border: none !important;
    }

    .rt-top-filter,
    .rt-side-filter {
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 50%;
        padding-right: 12px;
    }

    .wraper_shop_main.shop-topsidebar .rt-shop-product-breadcrumb {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .wraper_shop_main .rt-shop-filters select.orderby {
        width: 100% !important;
        max-width: 120px !important;
        padding: 0px 0px;
        margin-left: 0px;
    }

    .wraper_shop_main .rt-shop-filters .rt-display-view {
        display: none;
    }

    .rt-shop-filters .woocommerce-ordering:not(.select2-styled):after {
        top: 2px;
        right: 8px;
    }

    .shop-topsidebar .rt-shop-filters .woocommerce-ordering:not(.select2-styled):after {
        right: 0;
    }

    .wraper_shop_main .rt-shop-filters.rt-sticky-filters .woocommerce-ordering {
        margin: 0 !important;
        border-right: none !important;
        text-align: center;
        align-items: center;
        justify-content: center;
        display: flex;
        width: 50%;
        position: relative;
        padding: 0 0px;
    }

    .wraper_shop_main .rt-shop-filters.rt-sticky-filters .woocommerce-ordering:before {
        content: "";
        background: #d1d1d1;
        width: 1px;
        height: 100%;
        position: absolute;
        left: 0;
        display: none;
    }

    .wraper_shop_main.shop-nosidebar .rt-shop-filters.rt-sticky-filters .woocommerce-ordering:before {
        content: "";
        background: none;
        width: 1px;
        height: 100%;
        position: absolute;
        left: 0;
    }

    .wraper_shop_main.shop-topsidebar,
    .wraper_shop_main.shop-leftsidebar,
    .wraper_shop_main.shop-rightsidebar {
        padding-top: 20px;
    }

    .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 {
        padding: 0;
        text-align: center;
    }

    .topsidebar,
    .widget-left {
        padding-bottom: 30px;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        margin: 0;
        z-index: 99;
        padding: 10px 20px !important;
        background: #fff;
        box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 30%);
        border-bottom: 0;
        margin-bottom: 60px !important;
    }

    .topsidebar,
    .widget-left {
        padding-bottom: 30px;
        height: 350px;
        overflow-y: scroll;
    }

    .wraper_shop_main.shop-topsidebar .woocommerce-result-count {
        margin: 0 0px 15px 0px;
    }
}

/*--------------------------------------------------------------
# Shop Box shop top sidebar End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Quick View Shop Box Style
--------------------------------------------------------------*/
#woosq-popup {
    position: relative;
    width: 100%;
    max-width: 770px;
    margin: 0 auto;
    padding: 0px;
    background-color: #fff;
    max-height: 460px;
    box-sizing: border-box;
    overflow: hidden;
}

#woosq-popup .single-product .product > div {
    width: 50%;
    height: 460px;
    overflow: auto;
}

.woocommerce-variation.single_variation {
    margin-bottom: 20px;
}

#woosq-popup .thumbnails img {
    display: block;
    object-fit: cover;
    object-position: center;
    vertical-align: middle;
    max-height: 460px;
    max-width: 100%;
    height: 100%;
    margin: auto;
    border-radius: 0;
}

#woosq-popup .single-product .product .summary .summary-content {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    padding: 50px 60px 20px 40px;
}

.summary-content .product_title.entry-title {
    color: #272727 !important;
    margin-bottom: 5px;
    margin-top: 0px !important;

}

.summary-content .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;
}

.summary-content .star-rating:before {
    color: #272727;
    float: left;
    top: 0;
    left: 3px;
    position: absolute;
}

.summary-content .woocommerce-review-link {
    float: left;
    line-height: normal;
    margin-left: 10px;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.3px;
}

.summary-content .woocommerce-product-rating {
    margin-bottom: 10px !important;
}

.summary-content .price {
    margin-bottom: 17px;
    font-size: 16px !important;
    color: #666666 !important;
    line-height: 28px !important;
}

.summary-content .price del {
    font-size: 15px;
    margin-right: 10px;
    opacity: 1;
}

.summary-content .price ins span.woocommerce-Price-amount bdi {
    color: #EF5C5C !important;
}

.summary-content .quantity input.qty {
    width: 50px;
    height: 47px;
    float: none;
    margin-left: 0px;
    padding: 0px;
    border: none;
    background: #fff;
    box-shadow: initial;
    text-align: center;
    -moz-appearance: textfield;
    border-radius: 0px;
    background: #f7f7f7;
    font-size: 12px;
}

.summary-content .rt-size-chart {
    display: none;
}

.summary-content .single_add_to_cart_button {
    border: 1px solid #272727 !important;
    border-radius: 0px !important;
    background: #272727 !important;
    color: #fff !important;
    padding: 11px 33px !important;
    font-size: 14px !important;
    line-height: 24px !important;
    text-transform: capitalize;
    ;
    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);
    letter-spacing: 1.3px;
    font-weight: 400 !important;
}

.summary-content .single_add_to_cart_button:hover {
    background: #fff !important;
    color: #272727 !important;
}

.summary-content .single_add_to_cart_button:before {
    content: "\e82e";
    font-family: Linearicons-Free;
    font-style: normal;
    padding-right: 5px;
}

.summary-content .variations label {
    color: #272727;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1.3px;
    font-weight: 600 !important;
    text-transform: uppercase;
}

.summary-content .product_meta {
    margin-bottom: 25px;
    margin-top: 25px;
    border-top: 1px solid #D1D1D1;
    padding-top: 25px;
    width: 100%;
    float: left;
}

.summary-content .product_meta > .sku_wrapper {
    width: 100%;
}

.summary-content .product_meta > .sku_wrapper,
.summary-content .product_meta > .posted_in,
.summary-content .product_meta > .tagged_as {
    display: inline-block;
    margin-bottom: 3px;
    color: #272727;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}

.summary-content .product_meta > .sku_wrapper .sku,
.summary-content .product_meta > .posted_in a,
.summary-content .product_meta > .tagged_as a {
    color: #676666 !important;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    padding-left: 10px;
    letter-spacing: 1.3px;
}

.summary-content .product_meta > ul.social {
    float: right;
    display: inline-block;
    margin-top: -11px;
}

.summary-content .product_meta > ul.social li {
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    margin: 0px 0px 0 5px;
    line-height: 21px;
    align-items: center;
    display: flex;
    border: 1px solid #E1E2E6;
    border-radius: 50%;
    font-size: 12px;
}

.summary-content .product_meta > ul.social li a {
    color: #676666;
}

#woosq-popup .slick-slider .slick-arrow {
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    color: #222;
    background-color: transparent;
    border-radius: 0;
    z-index: 8;
    border: none;
}

#woosq-popup .slick-slider .slick-arrow:hover {
    color: #272727;
    background-color: transparent;
}

.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: 2px !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 #272727;
}

li.variable-item.color-variable-item.selected {
    border: 1px solid #272727;
}

li.variable-item.button-variable-item {
    width: 30px;
    height: 30px;
    border-radius: 0px !important;
    background: #f5f5f5 !important;
    box-shadow: none !important;
    border: 1px solid #d8d8d8;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}

li.variable-item.button-variable-item:hover {
    border: 1px solid #272727;
}

li.variable-item.button-variable-item.selected {
    border: 1px solid #272727;
}

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%);
}

.wvs-has-image-tooltip:before,
[data-wvstooltip]:before {
    margin-bottom: 5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 7px;
    border-radius: 3px;
    background-color: #272727 !important;
    color: #fff;
    text-align: center;
    font-size: 12px !important;
    line-height: 1.2;
}

.wvs-has-image-tooltip:after,
[data-wvstooltip]:after {
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #272727 !important;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}

[data-wvstooltip]:before {
    max-width: 100% !important;
    content: attr(data-wvstooltip);
}

li.variable-item.button-variable-item[data-value="ef-vvs"],
li.variable-item.button-variable-item[data-value="gh-vs"],
li.variable-item.button-variable-item[data-value="ij-si"],
li.variable-item.button-variable-item[data-value="gh-vvs"] {
    width: 100px;
}

.mfp-close {
    right: 25px;
    top: 20px;
}

.mfp-woosq .mfp-close:active {
    top: 20px;
}

.summary-content div.quantity {
    margin: 0 20px 0 0 !important;
}

#woosq-popup .thumbnails .thumbnail {
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: left;
    float: left;
}

#woosq-popup .thumbnails {
    background: #fff;
}

/*--------------------------------------------------------------
# Quick View Shop Box Style End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Add to Wishlist Box Style
--------------------------------------------------------------*/
.radiantthemes-cart-border a.add_to_cart_button {
    background: #272727;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    letter-spacing: 1.3px;
    font-weight: 400;
    border: 1px solid #272727;
    padding: 11px 33px;
    border-radius: 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);
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.radiantthemes-cart-border a.add_to_cart_button:hover {
    background: #fff !important;
    color: #272727 !important;
}

.radiantthemes-cart-border a.add_to_cart_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-cart-border a.add_to_cart_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);
}

.woosw-area .woosw-inner .woosw-content .woosw-content-top {
    flex: 0 0 auto;
    height: 48px;
    line-height: 48px;
    padding: 0 60px 0 20px;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    background-color: #222;
    font-size: 12px;
    vertical-align: middle;
    letter-spacing: 1.3px;
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items {
    margin: 0;
    padding: 0;
    width: 100%;
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--title a {
    font-weight: 600;
    color: #272727;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items tr:hover td {
    background: none;
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items tr:nth-child(2n) td {
    background-color: rgba(0, 0, 0, 0.03);
}

.woosw-content-bot-inner span {
    padding: 0 20px;
    font-size: 12px;
    letter-spacing: 1.3px;
}

.woosw-content-bot-inner span a,
.woosw-content-bot-inner span a:hover,
.woosw-content-bot-inner .woosw-continue:hover {
    color: #fff !important;
}

.woosw-area .woosw-inner .woosw-content {
    max-width: 580px;
}

.woosw-area.woosw-open .woosw-inner .woosw-content {
    border-radius: 0;
}

.woosw-area .woosw-inner .woosw-content .woosw-content-bot {
    margin: 0px;
}

.woocommerce-message {
    color: #272727;
    position: relative;
    right: 0;
    border: none;
    padding: 0;
    background: none;
    padding: 10px 15px;
}

.cart-empty.woocommerce-info {
    padding: 10px 15px;
}

.woocommerce-message::before {
    display: none;
}

.woocommerce-message .cart-added-button {
    position: absolute;
    right: -85px;
    top: 3px;
}

.woocommerce-message .cart-added {
    position: relative;
    display: inline-block;
}

.woocommerce-message .cart-added-button .rt-button-added-cart {
    background: transparent;
    display: inline-block;
    position: relative;
    color: #272727;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 1.3px;
    border-radius: 0px;
    padding: 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);
}

.woocommerce-message .cart-added-button .rt-button-added-cart:before,
.woocommerce-message .cart-added-button .rt-button-added-cart:after {
    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);
}

.woocommerce-message .cart-added-button .rt-button-added-cart: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;
}

.woocommerce-message .cart-added-button .rt-button-added-cart: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;
}

.woocommerce-message .cart-added-button .rt-button-added-cart:hover {
    background: transparent;
    color: #272727;
}

.woocommerce-message .cart-added-button .rt-button-added-cart:hover:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.woocommerce-message .cart-added-button .rt-button-added-cart:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-delay: .34s;
    -o-transition-delay: .34s;
    transition-delay: .34s;
}

/*--------------------------------------------------------------
# Add to Wishlist Box Style
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Size Chart Shop Box Style Start
--------------------------------------------------------------*/
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

#rtsizechart {
    padding: 0px !important;
    background: rgb(255 255 255 / 80%);
}

#rtsizechart .modal-header {
    position: absolute;
    border: none;
    right: 0;
    z-index: 9;
}

#rtsizechart .modal-header .close {
    width: 30px;
    height: 30px;
    background: #272727;
    border: none;
    top: 30px;
    right: 30px;
    position: absolute;
    display: block;
    z-index: 200;
    text-indent: -9999px;
    border-radius: 50%;
    opacity: 1;
}

#rtsizechart .modal-header .close:before,
#rtsizechart .modal-header .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;
}

#rtsizechart .modal-header .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;
}

#rtsizechart .modal-header .close:hover:before,
#rtsizechart .modal-header .close:hover:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

#rtsizechart .modal-header .close:hover {
    color: #272727;
    text-decoration: none;
}

#rtsizechart .modal-footer {
    display: none;
}

#rtsizechart .modal-dialog {
    max-width: 100%;
    margin: 0 auto;
}

#rtsizechart .modal-body {
    padding: 26px 35px 9px 35px;
}

#rtsizechart .modal-content table {
    table-layout: fixed;
    width: 100%;
    margin: 0 0 28px;
    padding: 10px 8px;
}

#rtsizechart .modal-content {
    border: none;
    border-radius: 0px;
}

.admin-bar #rtsizechart .modal-content {
    margin-top: 32px;
}

#rtsizechart .rt-size-table th {
    background-color: #272727;
    color: #fff;
    font-weight: 400;
    text-align: center;
    padding: 12px 8px;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 1.3px;
}

#rtsizechart .rt-size-table td {
    text-align: center;
    padding: 10px 8px;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 1.3px;
    color: #666666;
}

#rtsizechart .rt-size-table tbody tr:nth-child(even) {
    background-color: #f3f3f3;
}

/*--------------------------------------------------------------
# Size Chart Shop Box Style End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# End Shop Box Style One
--------------------------------------------------------------*/
@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1260px;
    }
}

/*--------------------------------------------------------------
## Product Single Related Product Start
--------------------------------------------------------------*/
.related-product-box .product-item {
    margin-bottom: 10px;
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
}

.related-product-box .product-item .holder {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.related-product-box .product-item .holder .pic {
    position: relative;
    overflow: hidden;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}

.related-product-box .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;
}

.related-product-box .product-item .holder:hover .product-description {
    -webkit-transform: translateY(-32%);
    -ms-transform: translateY(-32%);
    transform: translateY(-32%);
}

.related-product-box .product-item .holder .product-description .action-buttons {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -12%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.related-product-box .product-item .holder .product-description .action-buttons .yith-wcwl-add-to-wishlist {
    margin: 0px;
}

.related-product-box .product-item .holder .product-description .action-buttons .button.yith-wcqv-button,
.related-product-box .product-item .holder .product-description .action-buttons .tinv-wishlist a,
.related-product-box .product-item .holder .product-description .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 rgb(0 0 0 / 7%);
    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;
}

.related-product-box .product-item .holder:hover .product-description .action-buttons .button {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.related-product-box .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;
}

.related-product-box .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;
}

.related-product-box .product-item .holder:hover .product-description .action-buttons .button,
.related-product-box .product-item .holder:hover .product-description .action-buttons .tinv-wishlist a,
.related-product-box .product-item .holder:hover .product-description .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.related-product-box .product-item .holder .product-description .action-buttons .tinv-wishlist:hover a:before,
.related-product-box .product-item .holder .product-description .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:hover a:before {
    background: url(../images/heart-woocommerce-white.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.related-product-box .product-item .holder .product-description .action-buttons .button.yith-wcqv-button:hover:before {
    background: url(../images/eye-woocommerce-white.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.related-product-box .product-item .holder .product-description .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span.feedback {
    display: none;
}

.related-product-box .product-item .holder .product-description .action-buttons .button:hover,
.related-product-box .product-item .holder .product-description .action-buttons .tinv-wishlist a:hover,
.related-product-box .product-item .holder .product-description .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;
}

.related-product-box .product-item .holder .product-description .action-buttons .yith-wcwl-add-to-wishlist:hover a {
    color: #fff;
}

.related-product-box .product-item .holder .product-description .product-brand {
    margin: 0 0 3px;
    display: none;
}

.related-product-box .product-item .holder .product-description .product-title {
    margin: 0 0 7px;
    font-size: 16px;
    line-height: 27px;
    font-weight: normal;
}

.related-product-box .product-item .holder .product-description .product-title a {
    color: #272727;
    text-decoration: none;
}

.related-product-box .product-item .holder .product-description .product-price {
    margin-bottom: 25px;
    width: 100%;
    float: left;
}

.related-product-box .product-item .holder .product-description .product-price span {
    margin-right: 2px;
}

.related-product-box .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;
}

.related-product-box .product-item .holder .product-description .add-bag {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.related-product-box .product-item .holder .product-description .add-bag a {
    background: #272727;
    color: #fff;
    padding: 11px 33px;
    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;
}

.related-product-box .product-item .holder .product-description .add-bag a: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);
}

.related-product-box .product-item .holder .product-description .add-bag a: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);
}

.related-product-box .product-item .holder:hover .product-description .add-bag a {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transform: translateY(0px);
}

.related-product-box .product-item .holder .product-description .add-bag a:hover {
    color: #272727;
    background: #fff;
    border: 1px solid #272727;
    text-decoration: none;
}

.related-product-box .product-navigation-style-one {
    position: absolute;
    top: 0;
    bottom: 45%;
    width: 100%;
    display: inline-block;
}

.related-product-box .product-navigation-style-one .swiper-button-next,
.related-product-box .product-navigation-style-one .swiper-button-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);
}

.related-product-box:hover .product-navigation-style-one .swiper-button-next,
.related-product-box:hover .product-navigation-style-one .swiper-button-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;
}

.related-product-box .product-navigation-style-one .swiper-button-prev svg,
.related-product-box .product-navigation-style-one .swiper-button-next svg {
    width: 22px;
}

.related-product-box .product-navigation-style-one .swiper-button-next {
    right: 0px;
    left: auto;
}

.related-product-box .product-navigation-style-one .swiper-button-prev {
    left: 0px;
    right: auto;
}

/*--------------------------------------------------------------
## Product Single Related Product End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Product Single Page
--------------------------------------------------------------*/
.shop_single .rt-product-gallery {
    display: block;
    position: relative;
    width: 50%;
    margin: 0;
    float: left;
    padding-right: 7px;
}

.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.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    float: right;
    width: 50% !important;
    padding-top: 0px;
    clear: none;
    right: 0px;
    position: relative;
    display: inline-block;
    margin-top: -6px;
    padding-left: 70px;
}

.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 .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 .rt-product-gallery .flex-direction-nav {
    display: none;
}

.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: #272727;
    padding: 7px 20px 7px 20px;
    position: absolute;
    left: auto;
    right: 30px;
    top: 15px;
    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: #272727;
    padding: 5px 15px 5px 15px;
    position: absolute;
    left: auto;
    right: 22px;
    top: 15px;
    font-size: 14px;
    line-height: 1;
    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: 22px;
    z-index: 9;
}

#yith-quick-view-content .onsale {
    top: 15px;
    right: auto;
    left: 15px;
}

.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;
}

.shop_related > .related.products > h2 {
    color: #272727;
    margin-bottom: 22px;
    font-weight: 600;
    font-size: 36px;
    line-height: 50px;
    text-transform: capitalize;
}

.shop_single .summary form.cart .button {
    border: none !important;
    border-radius: 0px !important;
    background: #272727 !important;
    color: #fff !important;
    padding: 11px 20px !important;
    font-size: 12px;
    text-transform: uppercase !important;
    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);
    letter-spacing: 1.3px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.shop_single .summary form.cart .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);
}

.shop_single .summary form.cart .button.added:after {
    display: none;
}

.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;
}

.shop_single .summary button.wooscp-btn {
    border: none;
    background: none;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 24px;
    display: inline-flex;
    padding: 0;
    color: #666666;
    font-weight: 400;
    letter-spacing: 1.3px;
    margin-right: 35px;
}

.shop_single .summary button.wooscp-btn:before {
    content: "\e862";
    font-family: 'Linearicons-Free';
    font-size: 14px;
    text-align: center;
    margin: 0;
    padding-right: 10px;
}

.wraper_shop_single.style-one .shop_single_tabs {
    margin-top: 13px;
    margin-bottom: 68px;
}

.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: 15px;
    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: 10px 15px;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    background-color: transparent;
    border: 1px solid #D9D9D9;
    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: capitalize;
    line-height: 34px;
    letter-spacing: -0.3px;
    font-weight: 400;
    font-style: normal;
    color: #272727;
    font-size: 24px; 
}

.wraper_shop_single.style-one #review_form #respond p.stars a::before {
    color: #272727;
}

.wraper_shop_single.style-one #review_form #respond .stars {
    display: inline-block;
}

.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%;
    border-radius: 0px;
    padding: 8px 10px;
}

.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li > a p {
    color: #272727;
    margin: 0;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.8px;
}

.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li > a.active {
    background-color: #272727;
}

.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li > a.active p {
    color: #fff !important;
}

.shop_single #review_form #respond label,
.shop_single_tabs #review_form #respond label {
    display: none;
}

.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: 5px 10px 5px 0px;
    background-color: transparent;
    background-clip: padding-box;
    border-style: none none solid;
    border-width: 1px;
    border-color: #272727;
    resize: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 0px;
    width: 100%;
    height: 50px;
}

.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: 5px 10px 5px 0px;
    background-color: transparent;
    background-clip: padding-box;
    border-style: none none solid;
    border-width: 1px;
    border-color: #272727;
    resize: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 0px;
    width: 100%;
    height: 150px;
}

.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%);
    width: 17px;
    height: 17px;
}

.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/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;
}

#yith-quick-view-content div.images {
    width: 50%;
    float: left;
    opacity: 1 !important;
    margin: 0;
    padding-right: 50px;
    left: 0;
}

#yith-quick-view-content div.summary {
    padding: 45px 15px 15px 15px;
}

#yith-quick-view-close {
    width: 30px;
    height: 30px;
    background: #272727;
    border: none;
    top: 15px;
    right: 15px;
    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;
}

#yith-quick-view-modal.open .yith-wcqv-wrapper .shop_single .summary .quantity input[type=number] {
    -moz-appearance: auto;
}

/* Quick View Popup*/

@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 .wraper_shop_single.style-five div.product div.images .woocommerce-product-gallery__wrapper,
    .woocommerce-page #content .wraper_shop_single.style-five div.product div.images .woocommerce-product-gallery__wrapper {
        display: -webkit-inline-box;
    }
*/


    .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: 0;
    }

    .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;
    }

    .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: 15px;
    }

    #yith-quick-view-content div.images {
        padding-right: 0;
    }

    .woocommerce div.product div.images {
        margin-bottom: 0px;
    }

}

@media screen and (max-width: 767px) {

    .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 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 a.woocommerce-review-link {
        display: none;
    }

    .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: 16px;
        left: auto;
        top: auto;
        z-index: 9;
        width: 100%;
        margin: 0;
    }

    .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-two div.product div.images .flex-control-thumbs,
    .woocommerce .wraper_shop_single.style-three 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.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 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.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: 6px;
        height: 6px;
        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: 0;
    }

    .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-left: 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;
    }

    .woocommerce div.product form.cart div.quantity {
        margin: 0 auto 16px;
    }

    /*
    .shop_single .summary .quantity {
        margin: 0 auto 16px !important;
        width: 100% !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;
    }
}

.wraper_shop_single .shop_single {
    width: 100%;
    display: inline-block;
}

/*--------------------------------------------------------------
## Product Single Page End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Product Single Page Style Two
--------------------------------------------------------------*/
.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item {
    border-radius: 100%;
}

.wraper_shop_single.style-two .shop_single .rt-product-gallery {
    display: block;
    position: relative;
    width: 50%;
    margin: 0;
    float: left;
    padding-right: 15px;
}

.woocommerce #content .wraper_shop_single.style-two div.product div.images,
.woocommerce .wraper_shop_single.style-two div.product div.images,
.woocommerce-page #content .wraper_shop_single.style-two div.product div.images,
.woocommerce-page .wraper_shop_single.style-two div.product div.images {
    width: calc(100% - 0px);
    position: relative;
    display: inline-block;
    left: 0;
    height: auto;
}

.woocommerce .wraper_shop_single.style-two .shop_single span.onsale {
    background: #272727;
    padding: 7px 20px 7px 20px;
    position: absolute;
    left: auto;
    right: 30px;
    top: 15px;
    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 .wraper_shop_single.style-two div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0;
    top: 0px;
    position: initial;
    left: 0;
    margin-top: 16px;
}

.woocommerce .wraper_shop_single.style-two div.product div.images .flex-control-thumbs li {
    width: 50%;
    float: left;
    overflow: hidden;
    justify-content: center;
    object-fit: cover;
    display: grid;
    margin-bottom: 16px;
    height: auto;
}

.woocommerce .wraper_shop_single.style-two div.product div.images .flex-control-thumbs li img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.woocommerce #content .wraper_shop_single.style-two ul.flex-direction-nav {
    display: none;
}

.woocommerce .wraper_shop_single.style-two div.product div.images .flex-control-thumbs li:nth-child(1) {
    padding-right: 8px;
}

.woocommerce .wraper_shop_single.style-two div.product div.images .flex-control-thumbs li:nth-child(2) {
    padding-left: 8px;
    height: 250px;
}

.woocommerce .wraper_shop_single.style-two div.product div.images .flex-control-thumbs li:nth-child(3) {
    padding-left: 8px;
}

.woocommerce .wraper_shop_single.style-two div.product div.images .flex-control-thumbs li:nth-child(4) {
    padding-right: 8px;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 250px;
}

.woocommerce .wraper_shop_single.style-two .shop_single .shop_single_accordion {
    width: 100%;
    float: left;
    border: 1px solid #E6E6E6;
    border-top: none;
}

.woocommerce .wraper_shop_single.style-two .shop_single > .summary .quantity > .input-group-addon {
    display: flex;
    vertical-align: top;
    width: 35px;
    height: 24px;
    padding: 0;
    border-radius: 0px;
    text-align: center;
    font-size: 12px;
    color: #696969;
    background: #f7f7f7;
    line-height: 23px;
    cursor: pointer;
    user-select: none;
}

.woocommerce .wraper_shop_single.style-two .shop_single > .summary .quantity {
    min-width: auto;
    margin: 0px 0px 0px 0px;
    width: 80px;
    background: #f7f7f7;
}

.woocommerce .wraper_shop_single.style-two .shop_single > .summary .quantity > .input-group-addon.quantity-increase:before {
    content: "";
    background: url(../images/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);
}

.woocommerce .wraper_shop_single.style-two .shop_single > .summary .quantity > .input-group-addon.quantity-decrease:before {
    content: "";
    background: url(../images/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);
}

.woocommerce .wraper_shop_single.style-two .shop_single > .summary .quantity > .input-group-addon.quantity-increase {
    position: absolute;
    right: 0;
    top: 0;
}

.woocommerce .wraper_shop_single.style-two .shop_single > .summary .quantity > .input-group-addon.quantity-decrease {
    position: absolute;
    right: 0;
    bottom: 0;
}

.woocommerce .wraper_shop_single.style-two .shop_single > .summary .quantity > .qty {
    width: 40px;
    height: 47px;
    float: none;
    margin-left: 0px;
    margin-right: 30px;
    padding: 0px;
    border: none;
    box-shadow: initial;
    text-align: center;
    -moz-appearance: textfield;
    border-radius: 0px;
    font-size: 14px;
}

.woocommerce .wraper_shop_single.style-two .shop_single > .summary form.cart .button {
    border: 1px solid #272727 !important;
    border-radius: 0px !important;
    background: #272727;
    color: #fff;
    padding: 11px 50px !important;
    font-size: 14px;
    text-transform: capitalize !important;
    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);
    letter-spacing: 1.3px;
}

.woocommerce .wraper_shop_single.style-two .shop_single_accordion_item button.btn {
    border-top: 1px solid #E6E6E6;
    width: 100%;
    text-align: left;
    border-radius: 0px;
    padding: 12px 15px;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 0.8px;
    color: #272727;
    font-weight: 400;
}

.woocommerce .wraper_shop_single.style-two .shop_single_accordion_item .collapse {
    margin-bottom: 15px;
}

.woocommerce .wraper_shop_single.style-two .shop_single_accordion_item h4 {
    padding: 0 15px;
    display: none;
}

.woocommerce .wraper_shop_single.style-two .shop_single_accordion_item button.btn:focus {
    box-shadow: none !important;
}

.woocommerce .wraper_shop_single.style-two .shop_single_accordion_item #accordion-description ul {
    padding-left: 45px;
    margin-bottom: 8px;
    margin-top: 8px;
}

.woocommerce .wraper_shop_single.style-two .shop_single_accordion_item #accordion-description ul li {
    list-style: disc;
}

.woocommerce .wraper_shop_single.style-two table.shop_attributes th {
    width: 150px;
    font-weight: 400;
    padding: 8px 15px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, .1);
    margin: 0;
    line-height: 1.5;
    color: #272727;
}

.woocommerce .wraper_shop_single.style-two .shop_single_accordion_item p {
    margin: 0px 0 0 0;
    font-style: normal;
    padding: 0 15px;
}

.woocommerce .wraper_shop_single.style-two .shop_single_accordion_item #comments {
    margin-bottom: 20px !important;
    padding-bottom: 0px !important;
}

.woocommerce .wraper_shop_single.style-two #reviews #comments ol.commentlist li .comment-text .description p {
    padding: 0px;
}

.woocommerce .wraper_shop_single.style-two .shop_single_accordion_item p a {
    color: #272727;
}

.woocommerce .wraper_shop_single.style-two .shop_single_accordion_item h6 {
    display: none;
}

.woocommerce .wraper_shop_single.style-two .shop_single_accordion_item h5 {
    letter-spacing: 1.3px;
    font-weight: 400;
    text-transform: normal;
    color: #272727;
    padding: 0 15px;
}

.woocommerce .wraper_shop_single.style-two #reviews #comments {
    border-bottom: 1px solid #bdbdbd;
    margin-bottom: 73px;
    padding-bottom: 38px;
}

.woocommerce .wraper_shop_single.style-two #reviews #comments ol.commentlist li {
    padding: 0;
    margin: 0 0 20px 15px;
    border: 0;
    position: relative;
    background: 0;
    border: 0;
}

.woocommerce .wraper_shop_single.style-two #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%;
}

.woocommerce .wraper_shop_single.style-two #reviews #comments ol.commentlist li .comment-text {
    margin: 0px 0 0 59px;
    border: none;
    border-radius: 4px;
    padding: 4px 15px 0;
}

.woocommerce .wraper_shop_single.style-two .star-rating {
    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-two .star-rating::before {
    color: #272727;
    float: left;
    top: 0;
    left: 3px;
    position: absolute;
}

.woocommerce .wraper_shop_single.style-two #reviews #comments ol.commentlist li .comment-text p.meta {
    display: none;
}

.woocommerce .wraper_shop_single.style-two #reviews #comments ol.commentlist li .comment-text .description {
    float: left;
    width: 100%;
}

.woocommerce .wraper_shop_single.style-two #review_form #respond {
    padding: 0 15px;
}

.woocommerce .wraper_shop_single.style-two #review_form #respond p {
    padding: 0px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .wraper_shop_single.style-two .shop_single .rt-product-gallery {
        width: 100%;
        padding: 0;
    }

    .woocommerce .wraper_shop_single.style-two .shop_single > .summary .quantity > .input-group-addon.quantity-increase,
    .woocommerce .wraper_shop_single.style-three .shop_single > .summary .quantity > .input-group-addon.quantity-increase {
        position: absolute;
        right: 0;
        bottom: auto;
        top: 0;
    }

    .woocommerce .wraper_shop_single.style-two .shop_single > .summary .quantity > .input-group-addon.quantity-decrease,
    .woocommerce .wraper_shop_single.style-three .shop_single > .summary .quantity > .input-group-addon.quantity-decrease {
        position: absolute;
        right: 0;
        top: auto;
        bottom: 0;
    }

    .woocommerce .wraper_shop_single.style-two .shop_single > .summary .quantity {
        margin: 0 0 0px 0;
    }

    .woocommerce .wraper_shop_single.style-two .shop_single > .summary .quantity > .qty {
        margin-right: 20px;
    }

    .woocommerce .wraper_shop_single.style-two div.product div.images .flex-control-thumbs li:nth-child(1) {
        padding-right: 0px;
    }

    .woocommerce .wraper_shop_single.style-two div.product div.images .flex-control-thumbs li:nth-child(2) {
        padding-left: 0px;
        height: auto;
    }

    .woocommerce .wraper_shop_single.style-two div.product div.images .flex-control-thumbs li:nth-child(3) {
        padding-left: 0px;
    }

    .woocommerce .wraper_shop_single.style-two div.product div.images .flex-control-thumbs li:nth-child(4) {
        padding-right: 0px;
        position: initial;
    }
}

@media screen and (max-width: 767px) {
    .wraper_shop_single.style-two .shop_single .rt-product-gallery {
        width: 100% !important;
        padding: 0;
    }

    .woocommerce .wraper_shop_single.style-two .shop_single > .summary .quantity > .input-group-addon.quantity-increase,
    .woocommerce .wraper_shop_single.style-three .shop_single > .summary .quantity > .input-group-addon.quantity-increase {
        position: initial;
        right: 0;
        top: 0;
    }

    .woocommerce .wraper_shop_single.style-two .shop_single > .summary .quantity > .input-group-addon.quantity-decrease,
    .woocommerce .wraper_shop_single.style-three .shop_single > .summary .quantity > .input-group-addon.quantity-decrease {
        position: initial;
        right: 0;
        top: 0;
    }

    .woocommerce .wraper_shop_single.style-two .shop_single > .summary .quantity {
        margin: 0 0 16px 0;
    }

    .woocommerce .wraper_shop_single.style-two .shop_single > .summary .quantity > .qty {
        margin-right: 0px;
    }

    .woocommerce .wraper_shop_single.style-two div.product div.images .flex-control-thumbs li:nth-child(1) {
        padding-right: 0px;
    }

    .woocommerce .wraper_shop_single.style-two div.product div.images .flex-control-thumbs li:nth-child(2) {
        padding-left: 0px;
        height: auto;
    }

    .woocommerce .wraper_shop_single.style-two div.product div.images .flex-control-thumbs li:nth-child(3) {
        padding-left: 0px;
    }

    .woocommerce .wraper_shop_single.style-two div.product div.images .flex-control-thumbs li:nth-child(4) {
        padding-right: 0px;
        position: initial;
    }

}

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

/*--------------------------------------------------------------
## Product Single Page Style Three
--------------------------------------------------------------*/
.wraper_shop_single.style-three .shop_single .rt-product-gallery {
    display: block;
    position: relative;
    width: 50%;
    margin: 0;
    float: left;
    padding-right: 7px;
}

.woocommerce #content .wraper_shop_single.style-three div.product div.images,
.woocommerce .wraper_shop_single.style-three div.product div.images,
.woocommerce-page #content .wraper_shop_single.style-three div.product div.images,
.woocommerce-page .wraper_shop_single.style-three div.product div.images {
    width: calc(100% - 0px);
    position: relative;
    display: inline-block;
    left: 0;
    height: auto;
}

.woocommerce .wraper_shop_single.style-three .shop_single span.onsale {
    background: #272727;
    padding: 7px 20px 7px 20px;
    position: absolute;
    left: auto;
    right: 45px;
    top: 15px;
    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 .wraper_shop_single.style-three div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0;
    top: 0px;
    position: initial;
    left: 0;
    margin-top: 16px;
}

.woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs li {
    width: 50%;
    float: left;
    overflow: hidden;
    justify-content: center;
    object-fit: cover;
    display: block;
    margin-bottom: 16px;
    height: 100%;
}

.woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs li img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs li:nth-child(1) {
    padding-right: 8px;
}

.woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs li:nth-child(2) {
    padding-left: 8px;
}

.woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs li:nth-child(3) {
    padding-right: 8px;
}

.woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs li:nth-child(4) {
    padding-left: 8px;
}

.woocommerce .wraper_shop_single.style-three .shop_single .shop_single_accordion {
    width: 100%;
    float: left;
    border: 1px solid #E6E6E6;
    border-top: none;
}

.woocommerce .wraper_shop_single.style-three .shop_single > .summary .quantity > .input-group-addon {
    display: flex;
    vertical-align: top;
    width: 35px;
    height: 24px;
    padding: 0;
    border-radius: 0px;
    text-align: center;
    font-size: 12px;
    color: #696969;
    background: #f7f7f7;
    line-height: 23px;
    cursor: pointer;
    user-select: none;
}

.woocommerce .wraper_shop_single.style-three .shop_single > .summary .quantity {
    min-width: auto;
    margin: 0px 0px 0px 0px;
    width: 80px;
    background: #f7f7f7;
}

.woocommerce .wraper_shop_single.style-three .shop_single > .summary .quantity > .input-group-addon.quantity-increase {
    position: absolute;
    right: 0;
    top: 0;
}

.woocommerce .wraper_shop_single.style-three .shop_single > .summary .quantity > .input-group-addon.quantity-decrease {
    position: absolute;
    right: 0;
    bottom: 0;
}

.woocommerce .wraper_shop_single.style-three .shop_single > .summary .quantity > .qty {
    width: 40px;
    height: 47px;
    float: none;
    margin-left: 0px;
    margin-right: 30px;
    padding: 0px;
    border: none;
    box-shadow: initial;
    text-align: center;
    -moz-appearance: textfield;
    border-radius: 0px;
    font-size: 14px;
}

.woocommerce .wraper_shop_single.style-three .shop_single > .summary form.cart .button {
    border: 1px solid #272727 !important;
    border-radius: 0px !important;
    background: #272727 !important;
    color: #fff !important;
    padding: 11px 50px !important;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize !important;
    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);
    letter-spacing: 1.3px;
}

.woocommerce .wraper_shop_single.style-three .shop_single_accordion_item button.btn {
    border-top: 1px solid #E6E6E6;
    width: 100%;
    text-align: left;
    border-radius: 0px;
    padding: 12px 15px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.woocommerce .wraper_shop_single.style-three .shop_single_accordion_item button.btn:focus {
    box-shadow: none !important;
}

.wraper_shop_single.style-three .shop_single_tabs {
    margin-top: 13px;
    margin-bottom: 105px;
}

.wraper_shop_single.style-three .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-three .shop_single_tabs > ul.nav-tabs > li {
    display: inline-block;
    vertical-align: top;
    float: left;
    margin-right: 10px;
    margin-bottom: -1px;
}

.wraper_shop_single.style-three .shop_single_tabs > ul.nav-tabs > li > a.active {
    background-color: #272727;
}

.wraper_shop_single.style-three .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: 10px 15px;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    background-color: transparent;
    border: 1px solid #D9D9D9;
    border-radius: 0px;
}

.wraper_shop_single.style-three .shop_single_tabs > ul.nav-tabs > li > a.active p {
    color: #fff !important;
}

.wraper_shop_single.style-three .shop_single_tabs > ul.nav-tabs > li > a p {
    color: #676666;
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.8px;
}

.wraper_shop_single.style-three #myTabContent h6 {
    display: none;
}


.wraper_shop_single.style-three #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-three #reviews #comments ol.commentlist li .comment-text p.meta {
    display: none;
}

.wraper_shop_single.style-three .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-three .star-rating::before {
    color: #272727;
    float: left;
    top: 0;
    left: 3px;
    position: absolute;
}

.wraper_shop_single.style-three #reviews #comments ol.commentlist li .comment-text .description {
    float: left;
    width: 100%;
}

.wraper_shop_single.style-three #reviews #comments {
    border-bottom: 1px solid #bdbdbd;
    margin-bottom: 73px;
    padding-bottom: 38px;
}

.wraper_shop_single.style-three #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-three #review_form #respond .comment-reply-title {
    text-transform: capitalize;
    line-height: 34px;
    letter-spacing: -0.3px;
    font-weight: 400;
    font-style: normal;
    color: #272727;
    font-size: 24px; 
}

.wraper_shop_single.style-three .shop_single_tabs .tab-content p {
    margin: 0px 0 0 0;
    font-style: normal;
}

.wraper_shop_single.style-three .shop_single_tabs .tab-content p a {
    color: #272727;
}

.wraper_shop_single.style-three .shop_single_tabs #review_form #respond input[type=submit] {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.3px;
    border-radius: 0px;
    color: #fff;
    font-weight: 400;
    padding: 11px 50px;
    background: #272727 !important;
    border: 1px solid #272727 !important;
    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_shop_single.style-three .shop_single_tabs #review_form #respond input[type=submit]:hover {
    background: #fff !important;
    color: #272727;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .wraper_shop_single.style-three .shop_single .rt-product-gallery {
        width: 100%;
        padding: 0;
    }

    .woocommerce .wraper_shop_single.style-three .shop_single > .summary .quantity > .input-group-addon.quantity-increase {
        position: absolute;
        right: 0;
        bottom: auto;
        top: 0;
    }

    .woocommerce .wraper_shop_single.style-three .shop_single > .summary .quantity > .input-group-addon.quantity-decrease {
        position: absolute;
        right: 0;
        top: auto;
        bottom: 0;
    }

    .woocommerce .wraper_shop_single.style-three .shop_single > .summary .quantity {
        margin: 0 0 0px 0;
    }

    .woocommerce .wraper_shop_single.style-three .shop_single > .summary .quantity > .qty {
        margin-right: 20px;
    }

    .woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs li:nth-child(1) {
        padding-right: 0px;
    }

    .woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs li:nth-child(2) {
        padding-left: 0px;
        height: auto;
    }

    .woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs li:nth-child(3) {
        padding-left: 0px;
        padding-right: 0px;
    }

    .woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs li:nth-child(4) {
        padding-right: 0px;
        padding-left: 0px;
        position: initial;
    }

    .woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs {
        width: 100%;
    }

    .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;
    }
}

@media screen and (max-width: 767px) {
    .wraper_shop_single.style-three .shop_single .rt-product-gallery {
        width: 100%;
        padding: 0;
    }

    .woocommerce .wraper_shop_single.style-three .shop_single > .summary .quantity > .input-group-addon.quantity-increase {
        position: initial;
        right: 0;
        top: 0;
    }

    .woocommerce .wraper_shop_single.style-three .shop_single > .summary .quantity > .input-group-addon.quantity-decrease {
        position: initial;
        right: 0;
        top: 0;
    }

    .woocommerce .wraper_shop_single.style-three .shop_single > .summary .quantity {
        margin: 0 0 16px 0;
    }

    .woocommerce .wraper_shop_single.style-three .shop_single > .summary .quantity > .qty {
        margin-right: 0px;
    }

    .woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs li:nth-child(1) {
        padding-right: 0px;
    }

    .woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs li:nth-child(2) {
        padding-left: 0px;
        height: auto;
    }

    .woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs li:nth-child(3) {
        padding-left: 0px;
        padding-right: 0px;
    }

    .woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs li:nth-child(4) {
        padding-right: 0px;
        padding-left: 0px;
        position: initial;
    }
}

/*--------------------------------------------------------------
## Product Single Page Style Three End
--------------------------------------------------------------*/

/*-------------------------------------------------------------
## Product Single Page Style Four
--------------------------------------------------------------*/
.wraper_shop_single.style-four .shop_single .rt-product-gallery {
    display: block;
    position: relative;
    width: 50%;
    margin: 0;
    float: left;
    padding-right: 10px;
}

.woocommerce #content .wraper_shop_single.style-four div.product div.images,
.woocommerce .wraper_shop_single.style-four div.product div.images,
.woocommerce-page #content .wraper_shop_single.style-four div.product div.images,
.woocommerce-page .wraper_shop_single.style-four div.product div.images {
    width: calc(100% - 0px);
    position: relative;
    display: inline-block;
    left: 0;
    height: auto;
}

.woocommerce .wraper_shop_single.style-four .shop_single span.onsale {
    background: #272727;
    padding: 7px 20px 7px 20px;
    position: absolute;
    left: auto;
    right: 30px;
    top: 15px;
    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 .wraper_shop_single.style-four div.product .flex-viewport {
    height: 650px !important;
}

.woocommerce .wraper_shop_single.style-four div.product .woocommerce-product-gallery__image.flex-active-slide {
    height: 650px;
}

.woocommerce .wraper_shop_single.style-four div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0;
    top: 0px;
    position: initial;
    left: 0;
    margin-top: 16px;
}

.woocommerce .wraper_shop_single.style-four .rt-product-gallery .flex-direction-nav {
    display: none;
}

.woocommerce .wraper_shop_single.style-four div.product div.images .flex-control-thumbs li {
    width: 100%;
    float: left;
    overflow: hidden;
    justify-content: center;
    object-fit: cover;
    display: grid;
    margin-bottom: 16px;
    height: 650px;
}

.woocommerce .wraper_shop_single.style-four div.product div.images .flex-control-thumbs li img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.woocommerce .wraper_shop_single.style-four div.product div.images .flex-control-thumbs li:nth-child(1) {
    padding-right: 0px;
}

.woocommerce .wraper_shop_single.style-four div.product div.images .flex-control-thumbs li:nth-child(2) {
    padding-left: 0px;
}

.woocommerce .wraper_shop_single.style-four div.product div.images .flex-control-thumbs li:nth-child(3) {
    padding-right: 0px;
}

.woocommerce .wraper_shop_single.style-four div.product div.images .flex-control-thumbs li:nth-child(4) {
    padding-left: 0px;
}

.woocommerce .wraper_shop_single.style-four .shop_single .shop_single_accordion {
    width: 100%;
    float: left;
    border: 1px solid #E6E6E6;
    border-top: none;
}

.woocommerce .wraper_shop_single.style-four .shop_single > .summary .quantity > .input-group-addon {
    display: flex;
    vertical-align: top;
    width: 35px;
    height: 24px;
    padding: 0;
    border-radius: 0px;
    text-align: center;
    font-size: 12px;
    color: #696969;
    background: #f7f7f7;
    line-height: 23px;
    cursor: pointer;
    user-select: none;
}

.woocommerce .wraper_shop_single.style-four .shop_single > .summary .quantity {
    min-width: auto;
    margin: 0px 0px 0px 0px;
    width: 80px;
    background: #f7f7f7;
}

.woocommerce .wraper_shop_single.style-four .shop_single > .summary .quantity > .input-group-addon.quantity-increase {
    position: absolute;
    right: 0;
    top: 0;
}

.woocommerce .wraper_shop_single.style-four .shop_single > .summary .quantity > .input-group-addon.quantity-decrease {
    position: absolute;
    right: 0;
    bottom: 0;
}

.woocommerce .wraper_shop_single.style-four .shop_single > .summary .quantity > .qty {
    width: 40px;
    height: 47px;
    float: none;
    margin-left: 0px;
    margin-right: 30px;
    padding: 0px;
    border: none;
    background: #fff;
    box-shadow: initial;
    text-align: center;
    -moz-appearance: textfield;
    border-radius: 0px;
    background: #f7f7f7;
    font-size: 14px;
}

.woocommerce .wraper_shop_single.style-four .shop_single > .summary form.cart .button {
    border: 1px solid #272727 !important;
    border-radius: 0px !important;
    background: #272727 !important;
    color: #fff !important;
    padding: 11px 50px !important;
    font-size: 14px;
    text-transform: capitalize !important;
    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);
    letter-spacing: 1.3px;
}

.woocommerce .wraper_shop_single.style-four .shop_single_accordion_item button.btn {
    border-top: 1px solid #E6E6E6;
    width: 100%;
    text-align: left;
    border-radius: 0px;
    padding: 12px 15px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.woocommerce .wraper_shop_single.style-four .shop_single_accordion_item button.btn:focus {
    box-shadow: none !important;
}

.wraper_shop_single.style-four .shop_single_tabs {
    margin-top: 23px;
    margin-bottom: 63px;
}

.wraper_shop_single.style-four .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-four .shop_single_tabs > ul.nav-tabs > li {
    display: inline-block;
    vertical-align: top;
    float: left;
    margin-right: 10px;
    margin-bottom: -1px;
}

.wraper_shop_single.style-four .shop_single_tabs > ul.nav-tabs > li > a.active {
    background-color: #272727;
}

.wraper_shop_single.style-four .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: 10px 15px;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    background-color: transparent;
    border: 1px solid #D9D9D9;
    border-radius: 0px;
}

.wraper_shop_single.style-four .shop_single_tabs > ul.nav-tabs > li > a.active p {
    color: #fff !important;
}

.wraper_shop_single.style-four .shop_single_tabs > ul.nav-tabs > li > a p {
    color: #272727;
    margin: 0;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.8px;
}

.wraper_shop_single.style-four #myTabContent h6 {
    display: none;
}

.wraper_shop_single #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 #reviews #comments ol.commentlist li .comment-text p.meta {
    display: none;
}

.wraper_shop_single .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 .star-rating::before {
    color: #272727;
    float: left;
    top: 0;
    left: 3px;
    position: absolute;
}

.wraper_shop_single #reviews #comments ol.commentlist li .comment-text .description {
    float: left;
    width: 100%;
}

.wraper_shop_single #reviews #comments {
    border-bottom: 1px solid #bdbdbd;
    margin-bottom: 73px;
    padding-bottom: 38px;
}

.wraper_shop_single #reviews #comments ol.commentlist li .comment-text {
    margin: 0px 0 0 59px;
    border: none;
    border-radius: 4px;
    padding: 4px 15px 0;
}

.wraper_shop_single #review_form #respond .comment-reply-title {
    text-transform: capitalize;
    line-height: 34px;
    letter-spacing: -0.3px;
    font-weight: 400;
    font-style: normal;
    color: #272727;
    font-size: 24px; 
}

.wraper_shop_single.style-four .shop_single_tabs .tab-content p {
    margin: 0px 0 0 0;
    font-style: normal;
}

.wraper_shop_single.style-four .shop_single_tabs .tab-content p a {
    color: #272727;
}

.wraper_shop_single.style-four .shop_single_tabs #review_form #respond input[type=submit] {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.3px;
    border-radius: 0px;
    color: #fff;
    font-weight: 400;
    padding: 11px 50px;
    background: #272727 !important;
    border: 1px solid #272727 !important;
    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_shop_single.style-four .shop_single_tabs #review_form #respond input[type=submit]:hover {
    background: #fff !important;
    color: #272727;
}

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

    .wraper_shop_single.style-four .shop_single .rt-product-gallery,
    .wraper_shop_single.style-three .shop_single .rt-product-gallery,
    .wraper_shop_single.style-two .shop_single .rt-product-gallery {
        width: 100%;
        padding: 0;
        margin-bottom: 8px;
    }

    .woocommerce .wraper_shop_single.style-four 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-four 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 .wraper_shop_single.style-four 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 .wraper_shop_single.style-four 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 .wraper_shop_single.style-four .shop_single > .summary .quantity > .input-group-addon.quantity-decrease {
        position: absolute;
        right: 0;
        top: auto;
        bottom: 0;
    }

    .woocommerce .wraper_shop_single.style-four .shop_single > .summary .quantity > .input-group-addon.quantity-increase {
        position: absolute;
        right: 0;
        bottom: auto;
        top: 0;
    }

    .woocommerce .wraper_shop_single.style-four div.product div.images .flex-control-thumbs li:nth-child(1) {
        padding-right: 0px;
    }

    .woocommerce .wraper_shop_single.style-four div.product div.images .flex-control-thumbs li:nth-child(2) {
        padding-left: 0px;
        height: auto;
    }

    .woocommerce .wraper_shop_single.style-four div.product div.images .flex-control-thumbs li:nth-child(3) {
        padding-left: 0px;
    }

    .woocommerce .wraper_shop_single.style-four div.product div.images .flex-control-thumbs li:nth-child(4) {
        padding-right: 0px;
        /*position: inherit;*/
        left: 0;
        bottom: 0;
        height: auto;
    }

    .woocommerce .wraper_shop_single.style-four div.product .flex-viewport {
        height: auto !important;
    }

    .woocommerce .wraper_shop_single.style-four div.product .woocommerce-product-gallery__image.flex-active-slide {
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .wraper_shop_single.style-four .shop_single .rt-product-gallery {
        width: 100%;
        padding: 0;
    }

    .woocommerce .wraper_shop_single.style-four 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-four 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 .wraper_shop_single.style-four 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 .wraper_shop_single.style-four 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 .wraper_shop_single.style-four .shop_single > .summary .quantity > .input-group-addon.quantity-decrease {
        position: initial;
        right: 0;
        top: 0;
    }

    .woocommerce .wraper_shop_single.style-four .shop_single > .summary .quantity > .input-group-addon.quantity-increase {
        position: initial;
        right: 0;
        top: 0;
    }

    .woocommerce .wraper_shop_single.style-four .shop_single > .summary .quantity > .qty {
        margin-right: 0px;
    }

    .woocommerce .wraper_shop_single.style-four .shop_single_tabs > ul.nav-tabs > li {
        width: 100%;
    }

    .woocommerce .wraper_shop_single.style-four div.product div.images .flex-control-thumbs li:nth-child(1) {
        padding-right: 0px;
    }

    .woocommerce .wraper_shop_single.style-four div.product div.images .flex-control-thumbs li:nth-child(2) {
        padding-left: 0px;
        height: auto;
    }

    .woocommerce .wraper_shop_single.style-four div.product div.images .flex-control-thumbs li:nth-child(3) {
        padding-left: 0px;
    }

    .woocommerce .wraper_shop_single.style-four div.product div.images .flex-control-thumbs li:nth-child(4) {
        padding-right: 0px;
        left: 0;
        bottom: 0;
        height: auto;
    }

    .woocommerce .wraper_shop_single.style-four div.product .flex-viewport {
        height: auto !important;
    }

    .woocommerce .wraper_shop_single.style-four div.product .woocommerce-product-gallery__image.flex-active-slide {
        height: auto;
    }
}

/*--------------------------------------------------------------
## Product Single Page Style Four End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Product Single Page Style Five Start
--------------------------------------------------------------*/
.woocommerce .wraper_shop_single.style-five .star-rating {
    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;
}

.woocommerce .wraper_shop_single.style-five .star-rating::before {
    color: #272727;
    float: left;
    top: 0;
    left: 3px;
    position: absolute;
}

.woocommerce .wraper_shop_single.style-five div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    margin-top: 16px;
    padding: 0;
    position: initial;
    left: 0px;
    top: 0px;
    width: 103%;
    height: 150px;
}

.woocommerce .wraper_shop_single.style-five div.product div.images .flex-control-thumbs li {
    width: 22.35%;
    float: left;
    margin: 0;
    list-style: none;
    margin-bottom: 15px;
    margin: 0 16px 0 0;
    height: 150px;
    overflow: hidden;
}

.woocommerce #content .wraper_shop_single.style-five div.product div.images,
.woocommerce .wraper_shop_single.style-five div.product div.images,
.woocommerce-page #content .wraper_shop_single.style-five div.product div.images,
.woocommerce-page .wraper_shop_single.style-five div.product div.images {
    width: calc(100% - 0px);
    position: relative;
    display: inline-block;
    left: 0;
    height: auto;
}

.wraper_shop_single.style-five .shop_single_tabs {
    margin-top: 13px;
    margin-bottom: 68px;
}

.wraper_shop_single.style-five .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-five .shop_single_tabs > ul.nav-tabs > li {
    display: inline-block;
    vertical-align: top;
    float: left;
    margin-right: 15px;
    margin-bottom: -1px;

}

.wraper_shop_single.style-five .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: 10px 15px;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    background-color: transparent;
    border: 1px solid #D9D9D9;
    border-radius: 0px;
}

.wraper_shop_single.style-five .shop_single_tabs > ul.nav-tabs > li > a.active {
    background-color: #272727;
}

.wraper_shop_single.style-five .shop_single_tabs > ul.nav-tabs > li > a.active p {
    color: #fff !important;
}

.wraper_shop_single.style-five .shop_single_tabs > ul.nav-tabs > li > a p {
    color: #272727;
    margin: 0;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.8px;
}

.wraper_shop_single.style-five #reviews #comments {
    border-bottom: 1px solid #bdbdbd;
    margin-bottom: 73px;
    padding-bottom: 38px;
}

.wraper_shop_single.style-five .shop_single_tabs .tab-content p {
    margin: 0px 0 0 0;
    font-style: normal;
    color: #676666;
}

.wraper_shop_single.style-five #reviews #comments {
    border-bottom: 1px solid #bdbdbd;
    margin-bottom: 73px;
    padding-bottom: 38px;
}

.wraper_shop_single.style-five #review_form #respond .comment-reply-title {
    text-transform: capitalize;
    line-height: 34px;
    letter-spacing: -0.3px;
    font-weight: 400;
    font-style: normal;
    color: #272727;
    font-size: 24px; 
}

.wraper_shop_single.style-five #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-five #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-five .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-five .shop_single_tabs #review_form #respond input[type=submit] {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.3px;
    border-radius: 0px;
    color: #fff;
    font-weight: 400;
    padding: 11px 50px;
    background: #272727 !important;
    border: 1px solid #272727 !important;
    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_shop_single.style-five .shop_single_tabs #review_form #respond input[type=submit]:hover {
    background: #fff !important;
    color: #272727;
}

.wraper_shop_single.style-five #reviews #comments ol.commentlist li .comment-text .description {
    float: left;
    width: 100%;
}

.wraper_shop_single.style-five #reviews #comments ol.commentlist li .comment-text p.meta {
    display: none;
}

.wraper_shop_single.style-five #review_form #respond p.stars a::before {
    color: #272727;
}

.wraper_shop_single.style-five .shop_single_tabs .tab-content p a:hover {
    color: #272727;
}

.woocommerce .wraper_shop_single.style-five .shop_single > .summary .quantity {
    min-width: auto;
    margin: 0px 0px 0px 0px;
    width: 80px;
    background: #f7f7f7;
}

.woocommerce .wraper_shop_single.style-five .shop_single > .summary .quantity > .qty {
    width: 40px;
    height: 47px;
    float: none;
    margin-left: 0px;
    margin-right: 20px;
    padding: 0px;
    border: none;
    box-shadow: initial;
    text-align: center;
    -moz-appearance: textfield;
    border-radius: 0px;
    font-size: 14px;
}

.woocommerce .wraper_shop_single.style-five .shop_single > .summary .quantity > .input-group-addon {
    display: flex;
    vertical-align: top;
    width: 35px;
    height: 24px;
    padding: 0;
    border-radius: 0px;
    text-align: center;
    font-size: 12px;
    color: #696969;
    background: #f7f7f7;
    line-height: 23px;
    cursor: pointer;
    user-select: none;
}

.woocommerce .wraper_shop_single.style-five .shop_single > .summary .quantity > .qty::-webkit-inner-spin-button,
.woocommerce .wraper_shop_single.style-five .shop_single > .summary .quantity > .qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.woocommerce .wraper_shop_single.style-five .shop_single > .summary .quantity > .input-group-addon.quantity-increase {
    position: absolute;
    right: 0;
    top: 0;
}

.woocommerce .wraper_shop_single.style-five .shop_single > .summary .quantity > .input-group-addon.quantity-decrease {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media screen and (max-width: 479px) {
    .wraper_shop_single .container {
        padding-top: 80px;
        padding-bottom: 10px;
        padding-left: 0px !important;
        padding-right: 0px !important;
        width: 100%;
        max-width: calc(100% - 10%) !important;
    }
}

@media screen and (max-width: 767px) {
    .wraper_shop_single .container {
        padding-top: 80px;
        padding-bottom: 10px;
        padding-left: 0px !important;
        padding-right: 0px !important;
        width: 100%;
        max-width: calc(100% - 8%);
    }

    .wraper_shop_single.style-two .container {
        padding-bottom: 0px;
    }

    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        margin-top: 0;
    }

    .shop_single .summary .woocommerce-product-details__short-description .product-services p,
    .shop_single .summary .woocommerce-product-details__short-description .product-highlights p {
        width: 90px !important;
    }

    .wraper_shop_single.style-five .shop_single .rt-product-gallery {
        width: 100%;
        padding: 0;
    }

    .wraper_shop_single.style-five .shop_single_tabs > ul.nav-tabs > li {
        width: 100%;
    }

    .woocommerce .wraper_shop_single.style-five .shop_single span.onsale {
        left: auto;
        right: 15px;
    }

    .rt-product-gallery .flex-direction-nav {
        display: none;
    }

    .woocommerce .wraper_shop_single.style-five div.product div.images .flex-control-thumbs {
        display: block;
        float: none;
        width: auto;
        text-align: center;
        position: absolute;
        bottom: 10px;
        left: auto;
        top: auto;
        z-index: 9;
        width: 100%;
        height: auto;
        margin: 0;
    }

    .woocommerce .wraper_shop_single.style-five 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;
        margin: 0px;
        cursor: pointer;
    }

    .woocommerce .wraper_shop_single.style-five .shop_single > .summary .quantity > .input-group-addon.quantity-decrease,
    .woocommerce .wraper_shop_single.style-three .shop_single > .summary .quantity > .input-group-addon.quantity-decrease {
        position: initial;
        right: 0;
        top: 0;
    }

    .woocommerce .wraper_shop_single.style-five .shop_single > .summary .quantity > .input-group-addon.quantity-increase,
    .woocommerce .wraper_shop_single.style-three .shop_single > .summary .quantity > .input-group-addon.quantity-increase {
        position: initial;
        right: 0;
        top: 0;
    }

    .woocommerce .wraper_shop_single.style-five .shop_single > .summary .quantity > .qty {
        margin: 0px;
    }

}

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

    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        margin-top: 0;
    }

    .wraper_shop_single.style-five .shop_single .rt-product-gallery {
        width: 100%;
        padding: 0;
    }

    .woocommerce .wraper_shop_single.style-five .shop_single span.onsale {
        left: auto;
        right: 15px;
    }

    .rt-product-gallery .flex-direction-nav {
        display: none;
    }

    .woocommerce .wraper_shop_single.style-five div.product div.images .flex-control-thumbs {
        display: block;
        float: none;
        width: auto;
        text-align: center;
        position: absolute;
        bottom: 10px;
        left: auto;
        top: auto;
        z-index: 9;
        width: 100%;
        height: auto;
        margin: 0;
    }

    .woocommerce .wraper_shop_single.style-five 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;
        margin: 0px;
        cursor: pointer;
    }
}

/*--------------------------------------------------------------
## Product Single Page Style Five End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Product Single Page Style Six Start
--------------------------------------------------------------*/
.woocommerce .wraper_shop_single.style-six .shop_single {
    background: #f6f6f4;
}

.woocommerce .wraper_shop_single .summary .product-brand {
    display: none;
}

.woocommerce .wraper_shop_single.style-six .shop_single .rt-product-gallery {
    display: block;
    position: relative;
    width: 59%;
    margin: 0;
    float: left;
    padding-left: 60px;
    padding-right: 0px;
}

.woocommerce #content .wraper_shop_single.style-six div.product div.images,
.woocommerce .wraper_shop_single.style-six div.product div.images,
.woocommerce-page #content .wraper_shop_single.style-six div.product div.images,
.woocommerce-page .wraper_shop_single.style-six div.product div.images {
    width: calc(100% - 116px);
    position: relative;
    display: inline-block;
    right: 116px;
    height: auto;
    left: 0;
}

.woocommerce .wraper_shop_single.style-six div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0;
    position: absolute;
    right: -116px;
    top: 0px;
    width: 100px;
}

.woocommerce .wraper_shop_single.style-six 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 .wraper_shop_single.style-six .shop_single .summary .quantity {
    width: 100px;
    border: 1px solid #d0d0d0;
    border-radius: 0px;
    background: #fff;
    height: calc(50px);
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 0px 16px 0px 0px;
}

.woocommerce .wraper_shop_single.style-six .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;
}

.woocommerce .wraper_shop_single.style-six .shop_single .summary .quantity .input-group-addon.quantity-decrease {
    font-size: 0px;
}

.woocommerce .wraper_shop_single.style-six .shop_single .summary .quantity .input-group-addon.quantity-increase {
    font-size: 0px;
}

.woocommerce .wraper_shop_single.style-six .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;
}

.woocommerce .wraper_shop_single.style-six .shop_single .summary .quantity .qty::-webkit-inner-spin-button,
.woocommerce .wraper_shop_single.style-six .shop_single .summary .quantity .qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.woocommerce .wraper_shop_single.style-six .shop_single .summary form.cart .button {
    border: 1px solid #272727 !important;
    border-radius: 0px !important;
    background: #272727;
    color: #fff;
    padding: 11px 33px !important;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize !important;
    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);
    letter-spacing: 1.3px;
    font-weight: 400;
}

.woocommerce #content .wraper_shop_single.style-six div.product div.summary,
.woocommerce .wraper_shop_single.style-six div.product div.summary,
.woocommerce-page #content .wraper_shop_single.style-six div.product div.summary,
.woocommerce-page .wraper_shop_single.style-six div.product div.summary {
    float: right;
    width: 41% !important;
    max-width: 500px;
    padding-top: 0px;
    clear: none;
    right: 0px;
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-top: 0px;
    padding-right: 17px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0px;
    margin-bottom: 0px;
}

.woocommerce .wraper_shop_single.style-six .shop_single .woocommerce-notices-wrapper {
    margin: 0px;
}

.woocommerce .wraper_shop_single.style-six .shop_single_tabs {
    padding-top: 0px;
}

.woocommerce .wraper_shop_single.style-six .shop_single_tabs .row {
    margin-right: 0px;
    margin-left: 0px;
}

.woocommerce .wraper_shop_single.style-six .shop_single_tabs ul.nav-tabs {
    display: none;
}

.woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content h4 {
    letter-spacing: 1.3px;
    font-weight: 400;
    text-transform: normal;
    color: #272727;
    position: relative;
    display: block;
}

.woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content h4:after {
    content: "";
    width: 70px;
    height: 2px;
    background: #969696;
    position: absolute;
    left: 0;
    bottom: -8px;
}

.woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .description,
.woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .additional_information,
.woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .information_products_tab {
    width: 33.333%;
    flex: 33.333%;
    float: left;
}

.woocommerce .wraper_shop_single.style-six .comment-text .description {
    width: 100% !important;
}

.woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .reviews {
    width: 100%;
    flex: 100%;
    float: left;
    padding-top: 80px;
    padding-bottom: 0px;
}

.shop_related {
    padding-bottom: 40px;
}

.wraper_shop_single.style-five .shop_related {
    padding-bottom: 10px;
}

.woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .description {
    padding-right: 40px;
}

.woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .additional_information {
    padding: 0 20px;
}

.woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .information_products_tab {
    padding-left: 40px;
}

.wraper_shop_single.style-six #review_form #respond .comment-reply-title {
    text-transform: capitalize;
    line-height: 34px;
    letter-spacing: -0.3px;
    font-weight: 400;
    font-style: normal;
    color: #272727;
    font-size: 24px; 
}

.wraper_shop_single.style-six .shop_single_tabs .tab-content p {
    margin: 0px 0 0 0;
    font-style: normal;
    color: #676666;
}

.shop_single_tabs #review_form #respond label {
    display: none;
}

.wraper_shop_single.style-six #review_form #respond .stars {
    display: inline-block;
    margin-top: 10px;
}

.wraper_shop_single.style-six #review_form #respond p.stars a::before {
    color: #272727;
}

.shop_single_tabs #review_form #respond input[type=submit] {
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    letter-spacing: 1.3px;
    border-radius: 0px;
    background: #272727 !important;
    color: #fff;
    border: 1px solid #272727;
    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);
}

.shop_single_tabs #review_form #respond input[type=submit]:hover {
    background: #fff !important;
    color: #272727 !important;
}

/* gallery style*/
.product-gallery-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.rt-gallery-main {
    width: 100%;
    height: 800px;
}

.rt-gallery-main .swiper-slide.swiper-slide-prev img,
.rt-gallery-main .swiper-slide.swiper-slide-next img {
    opacity: 0.3;
}

.rt-gallery-main .swiper-slide img {
    width: 80%;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
    display: flex;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: none !important;
}

.rt-gallery-main .swiper-button-prev,
.rt-gallery-main .swiper-button-next {
    position: absolute;
    bottom: 0;
    width: 40px;
    color: #272727;
}

.rt-gallery-main .swiper-button-prev::after,
.rt-gallery-main .swiper-button-next::after {
    font-size: 22px;
    display: none;
}

.rt-gallery-main .swiper-button-prev {
    right: auto;
    left: 0px
}

.rt-product-gallery .product-gallery-container .offer {
    position: absolute;
    top: 27%;
    left: 35%;
    z-index: 99;
    background: #272727;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #fff;
    box-shadow: 0px 0px 0px 20px rgb(0 0 0 / 15%);
    padding: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {

    .woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .description,
    .woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .additional_information,
    .woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .information_products_tab {
        width: 100%;
        flex: 100%;
        float: left;
    }

    .woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .description {
        padding-right: 0px;
        padding-bottom: 30px;
    }

    .woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .additional_information {
        padding: 0px;
        padding-bottom: 30px;
    }

    .woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .information_products_tab {
        padding-left: 0px;
        padding-bottom: 30px;
    }

    .woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .reviews {
        padding-top: 0px;
        padding-bottom: 80px;
    }

    .woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .reviews #comments {
        margin-bottom: 45px;
        padding-bottom: 45px;
    }

    .woocommerce #content .wraper_shop_single.style-six div.product div.summary,
    .woocommerce .wraper_shop_single.style-six div.product div.summary,
    .woocommerce-page #content .wraper_shop_single.style-six div.product div.summary,
    .woocommerce-page .wraper_shop_single.style-six div.product div.summary {
        width: 100% !important;
        max-width: 100%;
        padding-top: 0px;
        padding-left: 4%;
        display: block;
    }

    .woocommerce .wraper_shop_single.style-six .shop_single .rt-product-gallery {
        display: block;
        position: relative;
        width: 100%;
        margin: 0;
        float: left;
        padding-left: 0px;
        padding-right: 0px;
    }

    .wraper_shop_single.style-five .shop_single .summary {
        margin-bottom: 0px;
    }

    .wraper_shop_single.style-five .shop_single_tabs > ul.nav-tabs {
        margin-bottom: 45px;
    }

    .wraper_shop_single.style-five .shop_single_tabs {
        margin-top: 13px;
        margin-bottom: 40px;
    }
}

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

    .woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .description,
    .woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .additional_information,
    .woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .information_products_tab {
        width: 100%;
        flex: 100%;
        float: left;
    }

    .woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .description {
        padding-right: 0px;
        padding-bottom: 30px;
    }

    .woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .additional_information {
        padding: 0px;
        padding-bottom: 30px;
    }

    .woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .information_products_tab {
        padding-left: 0px;
        padding-bottom: 30px;
    }

    .woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .reviews {
        padding-top: 0px;
        padding-bottom: 80px;
    }

    .woocommerce #content .wraper_shop_single.style-six div.product div.summary,
    .woocommerce .wraper_shop_single.style-six div.product div.summary,
    .woocommerce-page #content .wraper_shop_single.style-six div.product div.summary,
    .woocommerce-page .wraper_shop_single.style-six div.product div.summary {
        width: 100% !important;
        max-width: 100%;
        padding-top: 60px;
    }

    .woocommerce .wraper_shop_single.style-six .shop_single .rt-product-gallery {
        display: block;
        position: relative;
        width: 100%;
        margin: 0;
        float: left;
        padding-left: 0px;
        padding-right: 0px;
    }

    .rt-gallery-main {
        width: 100%;
        height: 600px;
    }
}

.wraper_shop_main.shop-leftsidebar.shop-style-eight {
    padding-top: 74px;
    padding-bottom: 71px;
}

.wraper_shop_main.shop-leftsidebar.shop-style-five {
    padding-top: 74px;
    padding-bottom: 71px;
}

.wraper_shop_main.shop-leftsidebar.shop-style-two {
    padding-top: 74px;
    padding-bottom: 50px;
}

.wraper_shop_main.shop-leftsidebar.shop-style-three {
    padding-top: 74px;
    padding-bottom: 34px;
}

.wraper_shop_main.shop-topsidebar.shop-style-four {
    padding-top: 74px;
    padding-bottom: 70px;
}

.wraper_shop_main.shop-leftsidebar.shop-style-six {
    padding-top: 74px;
    padding-bottom: 54px;
}

.wraper_shop_main.shop-topsidebar.shop-style-one {
    padding-top: 74px;
    padding-bottom: 20px;
}

/*--------------------------------------------------------------
## Product Single Page Style Six End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Product Single Page
--------------------------------------------------------------*/
.wraper_shop_single {
    width: 100%;
}

.wraper_shop_single.style-six .container {
    padding-top: 0px;
    padding-bottom: 0px;
}

.wraper_shop_single .container {
    padding-top: 80px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
}

.wraper_shop_single.style-one .shop_single .woocommerce-product-gallery .flex-viewport,
.wraper_shop_single.style-two .shop_single .woocommerce-product-gallery .flex-viewport,
.wraper_shop_single.style-three .shop_single .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 0px;
}

.wraper_shop_single.style-one .shop_single .woocommerce-product-gallery ol.flex-control-nav,
.wraper_shop_single.style-two .shop_single .woocommerce-product-gallery ol.flex-control-nav,
.wraper_shop_single.style-three .shop_single .woocommerce-product-gallery ol.flex-control-nav {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.wraper_shop_single.style-one .shop_single .woocommerce-product-gallery ol.flex-control-nav > li,
.wraper_shop_single.style-two .shop_single .woocommerce-product-gallery ol.flex-control-nav > li,
.wraper_shop_single.style-three .shop_single .woocommerce-product-gallery ol.flex-control-nav > li {
    margin-bottom: 16px !important;
    padding-left: 0px;
    padding-right: 0px;
}

.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover {
    color: #fff;
}

.shop_single .summary {
    margin-top: 0px;
}

.rt-single-product-breadcrumb,
.rt-single-product-breadcrumb .woocommerce-breadcrumb {
    margin-bottom: 10px;
    margin-left: 0px;
    font-size: 14px;
    line-height: 24px;
    color: #989898;
    text-transform: capitalize;
}

.rt-single-product-breadcrumb #crumbs span.gap i {
    display: none;
}

.rt-single-product-breadcrumb #crumbs span.gap:after {
    content: "/";
    top: 0;
    margin: 0 5px;
}

.rt-single-product-breadcrumb a,
.rt-single-product-breadcrumb .woocommerce-breadcrumb a {
    color: #989898;
}

.single-product .wraper_inner_banner {
    display: none;
}

.shop_single .summary .product-brand {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1.3px;
    margin-bottom: 17px;
    margin-left: 0px;
    color: #676666;
    display: none;
}

.shop_single .summary .product_title {
    color: #272727;
    margin-bottom: 18px;
    margin-top: 0px !important;
    margin-left: 0px;
}

.shop_single .summary .woocommerce-product-rating {
    margin-bottom: 10px !important;
    margin-left: 0px;
}

.shop_single .summary .yith-wcwl-add-to-wishlist {
    display: none !important;
}

.shop_single .summary .woocommerce-product-rating .star-rating {
    float: left;
}

.woocommerce-review-link {
    color: #676666;
}

.woocommerce-review-link:hover {
    color: #676666;
}

.wraper_shop_single.style-six .shop_single .summary .price {
    margin-top: 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: 24px !important;
    color: #676666 !important;
}

.shop_single .summary .product-price {
    display: flex;
}

.shop_single .summary .price ins span.woocommerce-Price-amount bdi {
    color: #676766;
    font-weight: 400;
}

.shop_single .summary .woocommerce-product-details__short-description {
    margin-bottom: 15px;
    padding-bottom: 0px;
    border-bottom: none;
    color: #676666;
}

.shop_single .summary .woocommerce-product-details__short-description .product-services,
.shop_single .summary .woocommerce-product-details__short-description .product-highlights {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.shop_single .summary .woocommerce-product-details__short-description .product-services p,
.shop_single .summary .woocommerce-product-details__short-description .product-highlights p {
    width: 110px;
    font-weight: 400;
    color: #272727;
}


.shop_single .summary table.group_table {
    margin: 0px 0px 30px 0px;
    font-size: 14px;
}

.shop_single .summary table.group_table td {
    vertical-align: middle !important;
}

.shop_single .summary table.group_table td label {
    margin-bottom: 0;
}

.shop_single .summary .wcppec-checkout-buttons {
    max-width: 120px;
    margin-top: 0;
    margin-bottom: 40px;
}

.shop_single .summary .product_meta {
    margin-bottom: 25px;
    margin-top: 25px;
    border-top: 1px solid #D1D1D1;
    padding-top: 25px;
    width: 100%;
    float: left;
}

.shop_single .summary p.stock {
    font-size: 17px !important;
    font-weight: 600;
    color: #272727;
}

.woocommerce div.product form.cart .reset_variations {
    display: none !important;
}

.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;
}

.shop_single .rt-size-chart button {
    background: none;
    border: none;
    color: #676666;
    font-size: 14px;
    line-height: 24px;
    padding: 0;
    padding-left: 30px;
    position: relative;
}

.shop_single .rt-size-chart button:before {
    content: "";
    width: 20px;
    height: 1px;
    position: absolute;
    background: #676666;
    bottom: 11px;
    left: 0px;
}

.shop_single .entry-summary .rt-size-chart {
    margin-bottom: 30px;
}

.shop_single .woocommerce-variation-add-to-cart {
    display: flex;
    width: 100%;
    position: relative;
}

.shop_single .rt-size-chart button:hover {
    background: none !important;
    color: #676666 !important;
}

.shop_single .rt-size-chart button:active {
    background: none !important;
    color: #676666 !important;
}

.shop_single .rt-size-chart button:focus {
    box-shadow: none !important;
}

.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: #848585;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
}

.shop_single .summary .product_meta > .sku_wrapper {
    width: 100%;
}

.shop_single .summary .product_meta > ul.social {
    float: right;
    display: inline-block;
    margin-top: -11px;
}

.shop_single .summary .product_meta > ul.social .share-img {
    display: inline-block;
    float: left;
    margin-right: 16px;
}

.shop_single .summary .product_meta > ul.social .share-img img {
    width: 20px;
}

.shop_single .summary .product_meta > ul.social li {
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    margin: 0px 0px 0 5px;
    line-height: 21px;
    align-items: center;
    display: flex;
    border: 1px solid #E1E2E6;
    border-radius: 50%;
    font-size: 12px;
}

.shop_single .summary .product_meta > ul.social li a {
    color: #676666;
}

.shop_single .summary .product_meta > .sku_wrapper .sku,
.shop_single .summary .product_meta > .posted_in a,
.shop_single .summary .product_meta > .tagged_as a {
    color: #272727 !important;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    padding-left: 5px !important;
}

.shop_single .summary .product_meta > .posted_in a:first-child {
    padding-left: 5px !important;
}

.shop_single .summary .product_meta > .posted_in a:last-child,
.shop_single .summary .product_meta > .posted_in a:nth-child(even) {
    padding-left: 0px;
}

.shop_single .summary .product_meta > .sku_wrapper .sku {
    padding-left: 5px;
}

.shop_single .summary .product_meta > .sku_wrapper a,
.shop_single .summary .product_meta > .posted_in a,
.shop_single .summary .product_meta > .tagged_as a {
    color: inherit;
    position: relative;
    text-transform: capitalize;
}

.shop_single .summary .product_meta > .posted_in a:hover,
.shop_single .summary .product_meta > .tagged_as a:hover {
    color: #272727 !important;
}

.shop_single .summary .post-share {
    float: left;
    margin-bottom: 20px;
}

.shop_single .summary .post-share .post-share-buttons .rt-social-share {
    float: left;
    margin-bottom: 0;
    font-size: 19px;
    font-size: 600;
    padding-top: 2px;
}

.shop_single .summary .post-share .post-share-buttons li {
    float: left;
    width: 22px;
    height: 22px;
    text-align: center;
    background: #272727;
    margin: 5px 5px;
    line-height: 21px;
    align-items: center;
    display: flex;
}

.shop_single .summary .post-share .post-share-buttons li a {
    color: #fff;
    font-size: 12px;
}

.woocommerce div.product form.cart div.quantity {
    margin: 0px 16px 0px 0px;
}

.shop_single .summary .quantity {
    width: 100px;
    border: 1px solid #d0d0d0;
    border-radius: 0px;
    background: #fff;
    height: calc(48px);
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 0px 16px 0px 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-decrease {
    font-size: 0px;
}

.shop_single .summary .quantity .input-group-addon.quantity-decrease:before {
    content: "";
    background: url(../images/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 .input-group-addon.quantity-increase {
    font-size: 0px;
}

.shop_single .summary .quantity .input-group-addon.quantity-increase:before {
    content: "";
    background: url(../images/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 .qty:focus {
    box-shadow: none;
}

.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;

}

.shop_single .summary .quantity > .qty:focus {
    border: none;
}

.shop_single .summary select {
    height: 35px;
    padding: 0px 10px 0px 10px;
    border: 1px rgba(195, 196, 198, 0.5) solid;
    font-weight: 400;
    font-size: 15px;
    color: #191717;
}

.shop_single .summary .variations {
    margin-bottom: 0px !important;
}

.woo-variation-swatches.wvs-show-label .variations td {
    padding-bottom: 0px;
}

.woo-variation-swatches.wvs-show-label .variations td {
    display: block;
    width: auto !important;
    font-size: 16px;
    line-height: 28px;
}

.shop_single .summary .variations td {
    padding: 13px 0;
}

.shop_single .summary .variations tr td {
    border-bottom: 1px solid rgba(0, 0, 0, .13) !important;
}

.shop_single .summary .variations tr:last-child td {
    border: 0px !important;
    padding: 12px 0 0 0;
}

.shop_single .summary .variations label {
    color: #272727;
    font-size: 16px;
    line-height: 26px;
    margin: 0 3px 0 0;
    font-weight: 400 !important;
}

.woocommerce .shop_single .summary form.cart .button {
    border: 1px solid #272727 !important;
    border-radius: 0px !important;
    background: #272727 !important;
    color: #fff !important;
    padding: 11px 50px !important;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize !important;
    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);
    letter-spacing: 1.3px;
    box-shadow: none;
}

.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
    margin-left: 10px;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    position: unset;
}

.woocommerce button.button.loading::after {
    display: none;
}

.woocommerce .shop_single .summary form.cart .added_to_cart {
    display: none;
}

.single-product div.product form.cart .tinvwl-button.tinvwl_add_to_wishlist_button,
div.product form.cart .tinvwl_add_to_wishlist_button {
    display: none;
}

.shop_single .summary .yith-wcwl-add-to-wishlist {
    display: inline-block;
    vertical-align: middle;
    margin-top: 11px;
    margin-left: 18px;
}

.shop_single .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.shop_single .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.shop_single .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
    font-size: 0;
}

.shop_single .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,
.shop_single .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,
.shop_single .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.shop_single .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,
.shop_single .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback,
.shop_single .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading {
    display: none !important;
}

.shop_single .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button > a,
.shop_single .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a,
.shop_single .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a {
    display: block;
}

.shop_single .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button > a:before,
.shop_single .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a:before,
.shop_single .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a:before {
    font-family: "Themify";
    font-weight: 400;
    font-size: 20px;
    color: #3a3d42;
    line-height: 1;
}

.shop_single .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button > a:before {
    content: "\e634";
}

.shop_single .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a:before,
.shop_single .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a:before {
    content: "\e635";
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
.woocommerce div.product .product-price del,
.woocommerce .product-price span.price del {
    font-size: 24px;
    margin-right: 10px;
    opacity: 1;
    font-weight: 400;
    opacity: 0.6;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce div.product .product-price ins,
.woocommerce .product-price span.price ins {
    margin-right: 10px;
    font-weight: 400;
    text-decoration: none;
}

ins {
    text-decoration: none;
}

.woocommerce div.product .product-price span.percent-off,
.woocommerce div.product p.price span.percent-off {
    font-size: 24px;
    margin-top: -1px;
    font-weight: 400;
}

.woocommerce div.product form.cart .variations td.label {
    width: 70px;
    line-height: 0;
}

.woocommerce .select_option_colorpicker {
    float: left;
    border: 1px solid #d6d3d3;
    margin-right: 8px;
    border-radius: 50%;
}

.woocommerce .select_box_colorpicker {
    margin-top: 5px;
}

.woocommerce .select_option_colorpicker.select_option span,
.woocommerce .select_option_colorpicker.select_option img {
    border: 4px solid #fff;
    display: block;
    width: 20px;
    height: 20px;
    text-decoration: none;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.woocommerce .select_option_colorpicker.select_option.selected span {
    border: none;
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.woocommerce .select_option_label {
    background: #F7F7F7;
    float: left;
    border: 1px solid #d6d3d3;
    margin-right: 8px;
}

.woocommerce .select_option_label.select_option span,
.woocommerce .select_option_label.select_option img {
    display: block;
    border: 2px solid #fff;
    width: 30px;
    height: 30px;
    text-decoration: none;
    line-height: 27px;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
}

.woocommerce .select_option_label.select_option.selected span {
    border: 2px solid #272727;
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.woocommerce #myTabContent h6 {
    display: none;
}

.shop_related .products h4 {
    padding: 0 8px;
}

.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
    background: none;
}

/*--------------------------------------------------------------
# woocommerce
--------------------------------------------------------------*/
.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
    padding: 20px 0px;
}

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

.woocommerce div.product .stock {
    color: #272727;
}

.woocommerce .shop_table td.actions {
    padding: 20px 0px 0px !important;
    border-bottom: 0 !important;
}

.woocommerce .shop_table.cart tbody > tr:last-child {
    border-bottom: 0 !important;
}

/*--------------------------------------------------------------
# Cart Page Style Start
--------------------------------------------------------------*/
.cart .plus,
.cart .minus {
    display: none;
}

.wraper_blog_main .container,
.wraper_blog_banner_image .container {
    width: 1260px;
    max-width: calc(100% - 10%);
    padding-left: 0;
    padding-right: 0;
}

.wraper_blog_main.default-page {
    padding-top: 75px;
    padding-bottom: 80px;
}

.shop_table.cart thead {
    display: none;
}

.radiantthemes-cart .woocommerce-cart-form {
    padding-right: 50px;
}

.radiantthemes-cart .woocommerce-cart-form h4 {
    background: #F5F5F5;
    padding: 10px 15px;
}

.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 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/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/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 {
    border: 1px solid #272727 !important;
    border-radius: 0px !important;
    background: #272727;
    color: #fff;
    padding: 11px 33px !important;
    font-size: 14px;
    text-transform: capitalize;
    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);
    letter-spacing: 1.3px;
}

.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: #fff !important;
    color: #272727 !important;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    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);
    border-radius: 0px;
}

.woocommerce .return-to-shop a.button {
    box-shadow: none;
}

.woocommerce .return-to-shop a.button:before {
    content: none;
}

.radiantthemes-cart .cart-collaterals .cart_totals {
    float: none;
    width: auto;
    background: #f5f5f5;
    padding-bottom: 15px;
}

.radiantthemes-cart .cart-collaterals .cart_totals h4 {
    background: #F5F5F5;
    padding: 10px 15px;
    border-bottom: 10px solid #fff;
    margin-bottom: 0px;
}

.radiantthemes-cart .cart-collaterals .cart_totals table.shop_table {
    border: none;
    padding: 0 15px;
}

.radiantthemes-cart .wc-proceed-to-checkout {
    padding: 0 15px;
}

.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;
}

.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: 48px;
    color: #282828;
    background-clip: padding-box;
    background-color: transparent;
    background-clip: padding-box;
    border-style: none none solid !important;
    border-width: 1px;
    border-color: #272727 !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 0px !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;
    color: #fff;
    font-size: 14px;
    padding: 11px 50px;
    height: 48px;
    letter-spacing: 0.3px;
    font-weight: 400;
}

.shipping-calculator-form button.button:hover {
    background: #272727;
    color: #fff;
}

.select2-container .select2-selection {
    height: 48px;
    background-color: transparent;
    background-clip: padding-box;
    border-style: none none solid;
    border-width: 1px;
    border-color: #272727;
    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: 0px;
    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: 1px;
    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: 0px;
    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 {
    border: 1px solid #272727 !important;
    border-radius: 0px !important;
    background: #272727;
    color: #fff;
    padding: 11px 33px !important;
    font-size: 14px;
    text-transform: capitalize;
    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);
    letter-spacing: 1.3px;
    box-shadow: none;
}

.radiantthemes-cart .wc-proceed-to-checkout .checkout-button.button:hover {
    background: #fff;
    color: #272727;
}

.woocommerce #respond input#submit,
.woocommerce button.button,
.woocommerce input.button {
    border-radius: 0px !important;
}

p.return-to-shop {
    margin-bottom: 80px;
}

/*--------------------------------------------------------------
# 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 form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
    line-height: 1.6;
    outline: 0;
    padding: 8px 8px 8px 0px;
    height: 48px;
    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 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: 49%;
    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-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;
}

.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;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    border-top: none;
}

.cd-user-modal-container .woocommerce-form .form-actions,
.woocommerce-privacy-policy-text {
    text-align: left;
}

.woocommerce-button.button.woocommerce-form-login__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.button.woocommerce-form-login__submit:hover {
    background: #fff;
    color: #272727;
}

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: #272727;
}

.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-coupon .woocommerce-error::before {
    top: 0px;
    left: 16px;
}

.rt-coupon .woocommerce-error li {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
    padding-left: 25px !important;
}

.woocommerce-notices-wrapper ul.woocommerce-error {
    padding: 10px 0px !important;
    position: relative;
    display: block;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    /*top: 0px; */
    left: 16px;
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
    /*margin-top: 12px !important;
    margin-bottom: 12px !important;*/
    padding-left: 45px !important;
}

.rt-login-form form.woocommerce-form-login,
.rt-coupon form.woocommerce-form-coupon {
    border: none;
    margin: 0px;
}

.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;
}

.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;
}

.shop_table.woocommerce-checkout-review-order-table .product-thumbnail img {
    height: auto;
    max-width: 100%;
}

.shop_table.woocommerce-checkout-review-order-table thead tr th,
.shop_table.woocommerce-checkout-review-order-table tbody tr td {
    /*border-top: 1px solid rgba(0, 0, 0, .1);*/
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table td {
    border-right: none;
    border-left: none;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
    background: #f5f5f5;
    border: none;
    padding: 16px 20px;
    margin-bottom: 0px;
}

.shop_table.woocommerce-checkout-review-order-table th.product-total,
.shop_table.woocommerce-checkout-review-order-table td.product-total {
    text-align: right;
}

.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);
}

.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: 32% !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: #272727;
    color: #fff;
    border: 1px solid #272727;
    padding: 5px 38px;
    font-size: 14px;
    line-height: 24px;
    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 .edit:hover {
    background: #fff;
    color: #272727;
    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);
}

.woocommerce-account .addresses .title h4 {
    float: left;
}

.woocommerce-MyAccount-navigation ul li {
    background: #f5f5f5;
    margin-bottom: 5px;
    padding: 10px 15px;
}

.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 {
    background: #272727;
    color: #fff;
    border-radius: 0px;
    padding: 11px 50px;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}

.woocommerce-MyAccount-content .woocommerce-info a:hover,
.woocommerce-MyAccount-content .woocommerce-message a:hover {
    background: #272727;
    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 {
    border: 1px solid #272727 !important;
    border-radius: 0px !important;
    background: #272727;
    color: #fff;
    padding: 11px 50px !important;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize !important;
    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);
    letter-spacing: 1.3px;
    font-weight: 400;
}

.woocommerce .woocommerce-MyAccount-content button.button:hover,
a.woocommerce-button.button.view:hover {
    background: #fff;
    color: #272727;
}

.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 !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;
    }
}

@media screen and (max-width: 448px) {

    .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: 4%;
        padding-right: 5%;
    }
}

@media screen and (max-width: 767px) {
    .wraper_blog_main .container {
        max-width: calc(100% - 10%);
    }

    .woocommerce-checkout .wraper_blog_main .container,
    .rt-wishlist-page .wraper_blog_main .container,
    .woocommerce-account .wraper_blog_main .container {
        max-width: calc(100% - 8%);
    }

    .woocommerce-cart .wraper_blog_main .container .row {
        margin-right: -14px;
        margin-left: -15px;
    }

    .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%;
    }
}

@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
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Wishlist Page Style Start
--------------------------------------------------------------*/
.shop_table.wishlist_table td.product-remove .remove {
    display: block;
    font-size: 22px;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: #272727 !important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}

.tinv-wishlist .tinv-header {
    display: none;
}

.shop_table.wishlist_table td.product-remove .remove:hover {
    color: #272727 !important;
    background: none;
}

.shop_table.wishlist_view .product-add-to-cart {
    text-align: center;
}

.shop_table.wishlist_view .product-name a {
    color: #272727;
}

.shop_table.wishlist_view .product-name .yith-wcqv-button {
    display: none;
}

.wishlist-title {
    display: inline-block;
}

.shop_table.wishlist_view .product-add-to-cart .radiantthemes-cart-border {
    margin-top: 0px;
}

.yith-wcwl-form .wishlist-title {
    margin: 0 0 20px;
}

.woocommerce .wishlist-title h2 {
    font-size: 24px;
    color: #272727;
    padding: 0;
    vertical-align: middle;
    margin-bottom: 0;
}

.wishlist-title h2 {
    display: inline-block;
    padding: 5px;
}

.wishlist-title a.show-title-form {
    cursor: pointer;
    visibility: hidden;
}

.wishlist-title:hover a.show-title-form {
    visibility: visible;
}

.yith-wcwl-form a.show-title-form,
.yith-wcwl-form a.hide-title-form {
    background: 0 0;
    color: inherit;
    border-color: inherit;
    cursor: pointer;
}

.yes-js .hidden-title-form {
    display: none;
}

.hidden-title-form {
    position: relative;
    margin: 25px 0 39px;
}

.hidden-title-form > input[type=text] {
    padding-right: 65px;
    line-height: 1;
}

.hidden-title-form .edit-title-buttons {
    position: absolute;
    right: 5px;
    top: calc(50% - 15px);
}

.wishlist-title .button.show-title-form {
    background: #272727;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    border-radius: 0px;
    margin-left: 15px;
    text-transform: capitalize;
}

.wishlist-title .button.show-title-form:hover {
    background: #272727;
    color: #fff;
}

.tinv-wishlist .tinv-header h2 {
    font-size: 24px;
    line-height: 34px;
    background: #F5F5F5;
    padding: 10px 20px;
}

.tinv-wishlist .tinvwl-table-manage-list th.product-name,
.tinv-wishlist .tinvwl-table-manage-list th.product-price,
.tinv-wishlist .tinvwl-table-manage-list th.product-date,
.tinv-wishlist .tinvwl-table-manage-list th.product-stock {
    font-weight: 400;
    color: #272727;
    font-size: 16px;
    text-align: left;
}

.tinv-wishlist .tinvwl-table-manage-list thead tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.tinv-wishlist .tinvwl-table-manage-list tbody tr.wishlist_item {
    border-bottom: 1px solid #ddd;
}

.tinv-wishlist .tinvwl-table-manage-list tbody tr.wishlist_item .product-price ins {
    padding-right: 8px;
}

.tinv-wishlist .tinvwl-table-manage-list .wishlist_item .product-action button,
.tinv-wishlist .tinvwl-table-manage-list .tinvwl-to-right button,
.tinv-wishlist .tinvwl-table-manage-list .tinvwl-to-left button {
    border: 1px solid #272727;
    border-radius: 0px;
    background: #272727;
    color: #fff;
    padding: 11px 33px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    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);
    letter-spacing: 1.3px;
}

.tinv-wishlist .tinvwl-table-manage-list .wishlist_item .product-action button.added:after,
.tinv-wishlist .tinvwl-table-manage-list .wishlist_item .product-action .added_to_cart {
    display: none;
}

.tinv-wishlist tfoot .tinvwl-to-right > * + * {
    margin-left: 16px;
}

.tinv-wishlist .tinvwl-table-manage-list .wishlist_item .product-action button:hover,
.tinv-wishlist .tinvwl-table-manage-list .tinvwl-to-right button:hover,
.tinv-wishlist .tinvwl-table-manage-list .tinvwl-to-left button:hover {
    border: 1px solid #272727;
    background: #fff;
    color: #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);
    letter-spacing: 1.3px;
}

.tinv-wishlist .tinvwl-table-manage-list .wishlist_item .product-action {
    width: 230px;
    text-align: right;
}

.tinv-wishlist .tinvwl-table-manage-list .wishlist_item .product-price .price ins {
    margin-right: 8px;
}

.tinv-wishlist .tinvwl-table-manage-list .wishlist_item .product-price .price del {
    opacity: 0.8;
}

.tinv-wishlist .tinvwl-table-manage-list .tinvwl-input-group select#tinvwl_product_actions {
    height: 48px;
    border-radius: 0px;
    border: 1px solid #272727;
    outline: none;
    width: 100%;
}

.tinv-wishlist .tinvwl-table-manage-list .tinvwl-input-group select#tinvwl_product_actions:focus {
    outline: none;
    box-shadow: none;
}

.tinv-wishlist table input[type=checkbox] {
    clear: none;
    cursor: pointer;
    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: 17px;
    width: 17px;
    height: 17px;
    border: 1px solid #272727;
    border-radius: 0px;
    margin-right: 8px;
    position: relative;
    top: 4px;
}

.tinv-wishlist table input[type=checkbox]:checked {
    background: #272727 !important;
    border-color: #272727 !important;
}

.tinv-wishlist table input[type=checkbox]:before,
.tinv-wishlist table input[type=checkbox]:after {
    background-color: #fff;
    border: 1px solid #e2e2e2;
    box-shadow: none !important;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.tinv-wishlist table input[type=checkbox]:before,
.tinv-wishlist table input[type=checkbox]:after {
    content: '';
    position: absolute;
    left: -1px;
    top: 48%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
}

.tinv-wishlist table input[type=checkbox]:after {
    transition: opacity .1s;
}

.tinv-wishlist table input[type=checkbox]:checked:before {
    color: #fff;
    border-color: #333;
    background-color: #333;
}

.tinv-wishlist table input[type=checkbox]:after {
    content: "";
    background: url(../images/check-w.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 18px;
    height: 18px;
    background-size: 18px;
    margin-right: 10px;
    opacity: 0;
    visibility: hidden;
}

.tinv-wishlist table input[type=checkbox]:checked:after {
    opacity: 1;
    visibility: visible;
    border: 1px solid #272727;
}

.tinv-wishlist .product-remove button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: 0 auto;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background-color: #e9e9e9;
    color: #272727;
    font-size: 20px;
    padding-right: 1px;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .tinv-wishlist .tinvwl-table-manage-list tbody tr.wishlist_item td {
        margin: 0;
        float: left;
        text-align: left;
        padding-left: 0px;
    }

    .tinv-wishlist .tinvwl-table-manage-list .wishlist_item .product-action {
        padding-top: 5px;
        padding-bottom: 14px;
        padding-left: 0;
        padding-right: 0;
    }

    .tinv-wishlist .product-remove button {
        margin: 0px;
    }

    .tinv-wishlist .product-stock p {
        text-align: left;
        margin: 0px !important;
    }

    .tinv-wishlist .product-remove button {
        padding-right: 0;
        padding-bottom: 1px;
    }
}

@media screen and (max-width: 991px) and (min-width: 769px) {
    .tinv-wishlist .tinvwl-table-manage-list tbody tr.wishlist_item td {
        margin: 0;
        float: none;
        text-align: left;
    }

    .tinv-wishlist .product-remove button {
        margin: 0px;
    }

    .tinv-wishlist .product-stock p {
        text-align: left;
        margin: 0px !important;
    }
}

/*--------------------------------------------------------------
# Wishlist Page Style End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Shop Default Page Style Start
--------------------------------------------------------------*/
.wraper_shop_main {
    padding-top: 80px;
    padding-bottom: 80px;
}

.wraper_shop_main .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 300px;
}

.wraper_shop_main .col-lg-9 {
    flex-basis: 0%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

/*Responsive prduct 4col + sidebar */
.wraper_shop_main.shop-leftsidebar [class*='col-'] {
    margin: 0px;
    padding-left: 15px;
    padding-right: 15px;
}

.wraper_shop_main.shop-nosidebar .rt-shop-product-breadcrumb {
    margin-left: 8px;
}

.wraper_shop_main .rt-shop-product-breadcrumb {
    margin-left: 8px;
}

.wraper_shop_main.shop-rightsidebar .rt-shop-product-breadcrumb {
    margin-left: 8px;
}

.rt-shop-product-breadcrumb {
    margin-bottom: 20px;
    margin-left: 0px;
    font-size: 14px;
    line-height: 24px;
    color: #989898;
    text-transform: capitalize;
}

.rt-shop-product-breadcrumb #crumbs span.gap i {
    display: none;
}

.rt-shop-product-breadcrumb #crumbs span.gap:after {
    content: "/";
    top: 0;
    margin: 0 5px;
}

.rt-shop-product-breadcrumb a {
    color: #989898;
}

.widget.widget_product_categories .product-categories {
    margin-bottom: 20px;
}

.widget.widget_product_categories .children {
    display: none;
    padding: 5px 0 5px 20px;
    list-style: none;
    font-size: 16px;
}

.widget.widget_product_categories .product-categories li a {
    color: #676666;
}

.widget .rt-arrow {
    display: inline-flex;
    cursor: pointer;
    position: relative;
    top: 6px;
}

.widget .rt-arrow svg {
    color: #676666;
}

.wraper_shop_main .widget.widget_layered_nav .woocommerce-widget-layered-nav-list li,
.wraper_shop_main .widget.widget_layered_nav_filters .woocommerce-widget-layered-nav-list li,
.wraper_shop_main .widget.widget_layered_nav .woocommerce-widget-layered-nav-list li,
.wraper_shop_main .widget.widget_layered_nav_filters .woocommerce-widget-layered-nav-list li {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}

.wraper_shop_main .widget.widget_layered_nav .woocommerce-widget-layered-nav-list li > a,
.wraper_shop_main .widget.widget_layered_nav_filters .woocommerce-widget-layered-nav-list li > a,
.wraper_shop_main .widget.widget_layered_nav .woocommerce-widget-layered-nav-list li > a,
.wraper_shop_main .widget.widget_layered_nav_filters .woocommerce-widget-layered-nav-list li > a {
    display: block;
    position: relative;
    padding-left: 25px;
    color: #676666;
    margin: 0px;
}

.wraper_shop_main .widget.widget_layered_nav .woocommerce-widget-layered-nav-list li > a:hover,
.wraper_shop_main .widget.widget_layered_nav_filters .woocommerce-widget-layered-nav-list li > a:hover,
.wraper_shop_main .widget.widget_layered_nav .woocommerce-widget-layered-nav-list li > a:hover,
.wraper_shop_main .widget.widget_layered_nav_filters .woocommerce-widget-layered-nav-list li > a:hover {
    color: #272727;
}

.wraper_shop_main .widget.widget_layered_nav .woocommerce-widget-layered-nav-list li > a:before,
.wraper_shop_main .widget.widget_layered_nav_filters .woocommerce-widget-layered-nav-list li > a:before,
.wraper_shop_main .widget.widget_layered_nav .woocommerce-widget-layered-nav-list li > a:before,
.wraper_shop_main .widget.widget_layered_nav_filters .woocommerce-widget-layered-nav-list li > a:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #272727;
    color: #fff;
}

.wraper_shop_main .widget.widget_layered_nav .woocommerce-widget-layered-nav-list li.chosen > a:before,
.wraper_shop_main .widget.widget_layered_nav_filters .woocommerce-widget-layered-nav-list li.chosen > a:before,
.wraper_shop_main .widget.widget_layered_nav .woocommerce-widget-layered-nav-list li.chosen > a:before,
.wraper_shop_main .widget.widget_layered_nav_filters .woocommerce-widget-layered-nav-list li.chosen > a:before {
    -moz-box-shadow: inset 0 0 0 2px !important;
    -webkit-box-shadow: inset 0 0 0 2px !important;
    box-shadow: inset 0 0 0 2px;
    background: #272727;
}

.wraper_shop_main .widget.widget_layered_nav .woocommerce-widget-layered-nav-list li:hover > a:before,
.wraper_shop_main .widget.widget_layered_nav_filters .woocommerce-widget-layered-nav-list li:hover > a:before,
.wraper_shop_main .widget.widget_layered_nav .woocommerce-widget-layered-nav-list li:hover > a:before,
.wraper_shop_main .widget.widget_layered_nav_filters .woocommerce-widget-layered-nav-list li:hover > a:before {
    -moz-box-shadow: inset 0 0 0 2px;
    -webkit-box-shadow: inset 0 0 0 2px;
    box-shadow: inset 0 0 0 2px;
    background: #272727;
}

#woocommerce_layered_nav-3.widget.widget_layered_nav .woocommerce-widget-layered-nav-list li .count,
#woocommerce_layered_nav-3.widget.widget_layered_nav_filters .woocommerce-widget-layered-nav-list li .count,
#woocommerce_layered_nav-2.widget.widget_layered_nav .woocommerce-widget-layered-nav-list li .count,
#woocommerce_layered_nav-2.widget.widget_layered_nav_filters .woocommerce-widget-layered-nav-list li .count {
    display: inline-flex;
    font-size: 10px;
    margin-left: 7px;
}

.woocommerce .woocommerce-widget-layered-nav-list {
    margin-bottom: 20px;
}

.woocommerce .widget.widget_price_filter .price_slider {
    height: 2px;
    background-color: #d3d3d3;
    position: relative;
    margin-bottom: 20px;
}

.woocommerce .widget.widget_price_filter .price_slider_amount {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 400;
}

.woocommerce .widget.widget_price_filter .price_slider .ui-slider-range {
    height: 2px;
    background: #272727;
    position: absolute;
}

.woocommerce .widget.widget_price_filter .price_slider .ui-slider-handle {
    display: block;
    outline: none;
    position: absolute;
    top: -5px;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: #272727;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    cursor: pointer;
}

.woocommerce .widget.widget_price_filter .price_slider_amount .price_label {
    width: 100%;
    margin-left: 0;
    text-align: left;
}

.woocommerce .widget.widget_price_filter .price_slider_amount .button {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #272727;
    background: none;
    height: auto;
    border: 0;
    padding: 0;
    margin: 0;
}

.woocommerce .widget.widget_price_filter .price_slider_amount .button {}

.woocommerce .widget.widget_price_filter .price_slider_amount .button:hover {
    color: #272727;
    background: none;
    border: none;
}

section#woocommerce_product_categories-2 {
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    margin-bottom: 15px;
}

.widget-area .widget.woocommerce {
    border-bottom: 1px solid rgba(0, 0, 0, .13);
    margin-bottom: 15px;
}

.widget-area .widget.woocommerce:last-child {
    border-bottom: none;
}

.woocommerce-pagination ul.page-numbers {}

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

.woocommerce nav.woocommerce-pagination ul li {
    border: none;
    display: block;

}

.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 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);
    font-size: 14px;
    line-height: 24px;
}

.woocommerce .woocommerce-pagination ul.page-numbers li span:hover:after,
.woocommerce .woocommerce-pagination ul.page-numbers li a.page-numbers:hover:after {
    content: "";
    width: 13px;
    height: 1px;
    background: #272727;
    position: absolute;
    bottom: 0;
    left: 0px;
}

.woocommerce .woocommerce-pagination ul.page-numbers li span.current:after {
    content: "";
    width: 13px;
    height: 1px;
    background: #272727;
    position: absolute;
    bottom: 0;
    left: 0px;
}

.woocommerce .woocommerce-pagination ul.page-numbers li span.current {
    background: none;
}

.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;
}

.woocommerce .woocommerce-pagination ul.page-numbers li a.next.page-numbers:before {
    position: absolute;
    content: "";
    background: url(../images/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/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,
.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;
    font-size: 0px;
    display: flex;
}

.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;
}

.selectbox a 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%);
}

.selectbox a {
    display: inline-flex;
}

.selectbox {
    border: transparent;
    width: auto;
    display: flex;
    margin-right: 4px;
    margin-left: 0px;
    margin-bottom: 4px;
    border-radius: 50%;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.selectbox:hover {
    border: 1px solid #272727;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

#welcome-user .modal-body .main-content {
    width: 100%;
}

.selectbox.active {
    border: 1px solid #333;
}

.woocommerce-widget-layered-nav-dropdown span.select2 {
    display: none;
}

form.woocommerce-widget-layered-nav-dropdown {
    display: inline-flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

button.woocommerce-widget-layered-nav-dropdown__submit {
    display: none;
}

.wraper_shop_main.shop-style-two {
    padding-top: 80px;
    padding-bottom: 50px;
}

/*--------------------------------------------------------------
# Shop Default Page Style End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Blog Default Page Style Start
--------------------------------------------------------------*/
.wraper_blog_main.style-default {
    margin-top: 80px;
    margin-bottom: 50px;
}

.wraper_blog_main.style-default .blog_main .row {
    margin-right: 0px;
    margin-left: 0px;
}

.wraper_blog_main.style-default .blog_main {
    padding-right: 48px;
}

.wraper_blog_main.style-default .blog-withoutsidebar .blog_main {
    padding-right: 0px;
}

.blog_main article.style-default {
    border-bottom: 1px solid #F1F0F0;
    margin-bottom: 50px !important;
    transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    width: 100%;
}

.blog_main .entry-blog-content {
    padding: 0px 35px 50px 0px;
}

.blog_main .style-default.sticky {
    padding: 20px 30px 0px 30px;
}

.blog_main .style-default.sticky .entry-blog-content {
    padding: 0px 35px 30px 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;
    background: #272727;
    border-radius: 0px;
    line-height: 13px;
    font-size: 13px;
    text-align: center;
    font-weight: 400;
    padding: 8px;
}

.wraper_blog_main.style-default .blog_main .post-thumbnail .cat-tag-name a {
    color: #fff;
}

.wraper_blog_main.style-default .blog_main .entry-blog-content .entry-extra-item {
    display: inline-flex;
    position: relative;
    font-size: 14px;
    line-height: 24px;
}

.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: #676666;
    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: #676666;
}

.wraper_blog_main.style-default .blog_main .entry-blog-content .entry-extra-item .tag-name a:hover {
    color: #272727;
}

.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%;
    border-bottom: 1px solid rgba(0, 0, 0, .13);
    margin-bottom: 30px;
}

.right-sidebar #monster-widget-placeholder-1 {
    margin-bottom: 45px;
    padding-bottom: 30px;
}

.right-sidebar .calendar_wrap {
    overflow-x: scroll;
}

.right-sidebar #monster-widget-placeholder-2 {
    padding-bottom: 35px;
}

.right-sidebar #monster-widget-placeholder-6 {
    padding-bottom: 35px;
    margin-bottom: 45px;
}

.right-sidebar #monster-widget-placeholder-7 {
    padding-bottom: 35px;
    margin-bottom: 45px;
}

.right-sidebar #monster-widget-placeholder-9 {
    padding-bottom: 35px;
    margin-bottom: 45px;
}

.right-sidebar #monster-widget-placeholder-12 {
    padding-bottom: 35px;
    margin-bottom: 45px;
}

.right-sidebar #monster-widget-placeholder-13 {
    padding-bottom: 35px;
    margin-bottom: 45px;
}

.wraper_blog_main .widget-area section.widget_categories,
.wraper_blog_main .widget-area section.widget_radiantthemes_recent_posts_widget {
    padding-bottom: 35px;
    margin-bottom: 40px;
}

.wraper_blog_main .widget_radiantthemes_image_box_widget {
    padding-bottom: 48px;
    margin-bottom: 42px !important;
}

.wraper_blog_main .widget-area section.widget:last-child {
    border: none;
    margin-bottom: 80px;
}

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

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

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

.widget-area > #search-2 {
    margin-bottom: 40px;
    border-bottom: none;
}

.widget-area > .widget.widget_search .search-form input[type="search"],
.widget-area > .widget.widget_search .search-form input[type="text"],
.widget-area > .widget.widget_product_search .woocommerce-product-search input[type="search"],
.widget-area > .widget.widget_product_search .woocommerce-product-search input[type="text"] {
    vertical-align: top;
    width: 100%;
    height: 50px;
    padding: 0 60px 0 0px;
    background-color: transparent;
    background-clip: padding-box;
    border-style: none none solid;
    border-width: 1px;
    border-color: #272727;
    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 button[type="submit"],
.widget-area > .widget.widget_product_search .woocommerce-product-search button[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 50px;
    padding: 0;
    background-color: initial;
    border: none;
    border-radius: 0;
    font-size: 0;
}

.widget-area > .widget.widget_search .search-form button[type="submit"]:after,
.widget-area > .widget.widget_product_search .woocommerce-product-search button[type="submit"]:after {
    left: 0;
    right: 0;
    top: 15px;
    position: absolute;
    content: "";
    background: url(../images/search-black.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 20px;
    height: 50px;
    top: 0;
    left: 0;
}

.wraper_blog_main .widget-area .widget .widget-title {
    font-weight: 400;
    padding-bottom: 0px;
    margin-bottom: 15px;
    position: relative;
}

.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder {
    float: left;
    margin-top: 10px;
}

.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;
    width: 115px;
    margin: 0 15px 0 0;
    position: relative;
    display: inline-flex;
    vertical-align: top;
    max-width: 100%;
    overflow: hidden;
    height: 72px;
}

.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;
}

.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 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 27px;
}

.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: #272727;
}

.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: #676666;
}

.widget-area > .widget.widget_archive ul li,
.widget-area > .widget.widget_categories ul li,
.widget-area > .widget.widget_meta ul li,
.widget-area > .widget.widget_pages ul li,
.widget-area > .widget.widget_nav_menu ul li,
.widget-area > .widget.widget_layered_nav ul li,
.widget-area > .widget.widget_product_categories ul li {
    margin-bottom: 8px;
    color: #676666;
}

.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_layered_nav ul li:last-child,
.widget-area > .widget.widget_product_categories 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_layered_nav ul li a,
.widget-area > .widget.widget_product_categories ul li a {
    color: #676766;
}

.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_layered_nav ul li a:hover,
.widget-area > .widget.widget_product_categories ul li a:hover {
    color: #272727;
}

.widget-area > .widget.widget_nav_menu ul li a {
    margin-bottom: 8px;
}

.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: #676666;
    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: #676666;
}

.widget_recent_comments li a:hover {
    color: #272727;
}

.widget_recent_comments li:before {
    position: absolute;
    content: "";
    background: url(../images/chat.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 45px;
    height: 50px;
    top: 0;
    left: 0;
}

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

.widget-area > .widget .tagcloud > a.tag-cloud-link,
.widget-area > .widget .wp-block-tag-cloud > a.tag-cloud-link {
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px 10px 0px;
    padding: 4px 12px 4px 12px;
    background: #f9f9f9;
    border: none;
    font-size: 14px !important;
    color: #272727;
    line-height: 24px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.widget-area > .widget .tagcloud > a.tag-cloud-link:hover,
.widget-area > .widget .wp-block-tag-cloud > a.tag-cloud-link:hover {
    opacity: 1;
    background: #272727;
    color: #fff;
}

.widget-area > .widget ul.wp-block-categories-list li.cat-item a {
    position: relative;
    color: #676766;
    transition: all 0.12s ease-in-out;
    -webkit-transition: all 0.12s ease-in-out;
}

.widget-area > .widget ul.wp-block-categories-list li.cat-item 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;
}

.widget-area > .widget ul.wp-block-categories-list li.cat-item a:hover:before {
    right: auto;
    left: 0;
    width: 100%;
}

.blog_main .pagination {
    border: none;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    display: block;
}

.blog_main .pagination span .current,
.blog_main .pagination a.page-numbers.current {
    color: #272727;
}

.blog_main .pagination span,
.blog_main .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);
}

.blog_main .pagination span:hover:after,
.blog_main .pagination a.page-numbers:hover:after {
    content: "";
    width: 13px;
    height: 1px;
    background: #272727;
    position: absolute;
    bottom: 0;
    left: -3px;
}

.blog_main .pagination span.current:after {
    content: "";
    width: 13px;
    height: 1px;
    background: #272727;
    position: absolute;
    bottom: 0;
    left: -3px;
}

.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/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/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: #272727;
}

.wraper_shop_main.shop-rightsidebar .order-lg-12.order-sm-12 {
    order: 1;
}

/*--------------------------------------------------------------
# Blog Default Page Style End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Blog masonry Style Box
--------------------------------------------------------------*/
.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 10px;
}

.rt-masonry .rt-grid {
    display: inline-block;
    margin-bottom: 20px;
    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;
}

.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: #272727;
}

.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 35px 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: #676666;
    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: 49%;
        margin: 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 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .wraper_blog_main.style-default .blog_main {
        padding-right: 0px;
    }

    .wraper_blog_main.clasic-box-layout .blog_main {
        margin-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;
    }
}

@media (max-width: 480px) {
    .rt-masonry {
        columns: 1;
    }
}

/*--------------------------------------------------------------
# Blog masonry Style Box
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Blog grid Style Box
--------------------------------------------------------------*/
.wraper_blog_main.style-one.clasic-box-layout {
    padding-top: 80px;
    padding-bottom: 80px;
}

.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: 0px;
    margin-bottom: 30px;
}

.blog-posts.blog-grid-style .blog-item > .holder > .data .title a {
    color: inherit;
}

.blog-posts.blog-grid-style .blog-item > .holder > .data {
    padding: 15px 20px;
    min-height: 242px;
}

.blog-posts.blog-grid-style .blog-item > .holder > .data .post-meta {
    margin-bottom: 5px;
}

.blog-posts .style-one.blog-item > .holder .data .post-read-more a.btn {
    border: 1px solid #272727;
    border-radius: 0px;
    background: #272727;
    color: #fff;
    padding: 11px 50px;
    font-size: 14px;
    text-transform: capitalize;
    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);
    letter-spacing: 1.3px;
}

.blog-posts .style-one.blog-item > .holder .data .post-read-more a.btn:hover {
    background: #fff;
    color: #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);
}

.wraper_blog_main.clasic-box-layout .pagination {
    border: none;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    display: block;
    padding-right: 50px;
}

.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 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: 13px;
    height: 1px;
    background: #272727;
    position: absolute;
    bottom: 0;
    left: -3px;
}

.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: #272727;
}

.wraper_blog_main.clasic-box-layout .pagination span:hover:after,
.wraper_blog_main.clasic-box-layout .pagination a.page-numbers:hover:after {
    content: "";
    width: 13px;
    height: 1px;
    background: #272727;
    position: absolute;
    bottom: 0;
    left: -3px;
}

.wraper_blog_main.clasic-box-layout .pagination a.next.page-numbers:before {
    position: absolute;
    content: "";
    background: url(../images/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/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;
}

/*--------------------------------------------------------------
# Blog masonry Style Box
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Blog Modern Style Box
--------------------------------------------------------------*/
.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;
}

.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: 80px;
    padding-bottom: 80px;
}

.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: 20px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 8%);
    border-radius: 0px;
    margin-bottom: 10px;
}

.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;
}

.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%;
    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;
    background: #272727;
    border-radius: 0px;
    line-height: 13px;
    font-size: 13px;
    text-align: center;
    font-weight: 400;
    padding: 8px;
}

.wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-post-box .modern-img-bx .tag-name a {
    color: #fff;
}

.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: 10px;
}

.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 .entry-title a {
    color: #272727;
}

.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: 5px;
    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: #676666;
    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: #676666;
    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 {
    border: 1px solid #272727;
    border-radius: 0px;
    background: #272727;
    color: #fff;
    padding: 11px 50px;
    font-size: 14px;
    letter-spacing: 1.3px;
    text-transform: capitalize;
    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 .post.style-three .modern-post-box .modern-desc-bx .entry-extra-item .post-read-more .btn:hover {
    background: #fff;
    color: #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);
}

.wraper_blog_main.style-three.morden-box-layout .pagination {
    border: none;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    display: block;
    padding-right: 50px;
}

.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 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: 13px;
    height: 1px;
    background: #272727;
    position: absolute;
    bottom: 0;
    left: -3px;
}

.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: #272727;
}

.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: 13px;
    height: 1px;
    background: #272727;
    position: absolute;
    bottom: 0;
    left: -3px;
}

.wraper_blog_main.style-three.morden-box-layout .pagination a.next.page-numbers:before {
    position: absolute;
    content: "";
    background: url(../images/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/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_banner.style-two {
        padding-top: 50px !important;
    }

    .wraper_blog_main.style-three.morden-box-layout {
        padding-top: 50px;
        padding-bottom: 48px;
    }
}



@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: 30px;
    }
}

@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%;
        display: inline-block;
    }

    .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;
    }

    .wraper_blog_main.style-one.clasic-box-layout {
        padding-top: 30px;
    }

    .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;
    }
}

/*--------------------------------------------------------------
# Blog Modern Style Box
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Blog Classic Style Box
--------------------------------------------------------------*/
.wraper_blog_main.clasic-box-layout .blog_main {
    margin-right: 50px;
}

.wraper_blog_main.clasic-box-layout .blog_main .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: 0px;
    margin-bottom: 30px;
}

.wraper_blog_main.clasic-box-layout .blog_main .holder .pic {
    overflow: hidden;
}

.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: 26px 35px 35px 35px;
    min-height: 242px;
}

.wraper_blog_main.clasic-box-layout .blog_main .holder .data .post-meta {
    margin-bottom: 5px;
}

.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: #676666;
    position: absolute;
    top: 50%;
    right: 0px;
}

.wraper_blog_main.clasic-box-layout .blog_main .holder .data .post-meta .date {
    padding-right: 20px;
    padding-left: 10px;
    position: relative;
    font-size: 14px;
    line-height: 24px;
}

.wraper_blog_main.clasic-box-layout .blog_main .holder .data .title a {
    color: inherit;
}

@media screen and (min-width:768px) and (max-width:991px) {
    .wraper_blog_main.clasic-box-layout .blog_main {
        margin-right: 0px;
    }

    .wraper_blog_main.style-three.morden-box-layout {
        padding-top: 30px;
        padding-bottom: 35px;
    }

    .wraper_blog_banner.style-two {
        padding-top: 30px !important;
    }

    .wraper_blog_main .blog_single {
        padding-top: 50px !important;
    }
}

@media screen and (max-width: 767px) {
    .wraper_blog_main.clasic-box-layout .blog_main {
        margin-right: 0px;
    }

    .wraper_blog_main.style-three.morden-box-layout {
        padding-top: 30px;
    }

    .wraper_blog_banner.style-two {
        padding-top: 30px !important;
    }

    .wraper_blog_main .blog_single {
        padding-top: 50px !important;
    }
}

/*--------------------------------------------------------------
# Blog Classic Style Box
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Blog details default Page Style Start
--------------------------------------------------------------*/
.wraper_blog_main .blog_single {
    padding-top: 80px;
}

.blog-style-one .wraper_blog_main .widget-area {
    padding-top: 80px;
}

.blog-style-one .wraper_blog_main .blog_single .entry-blog-content .post-meta .entry-header {
    padding: 0 150px;
    word-wrap: break-word;
}

.blog-style-one .wraper_blog_main .blog_single {
    padding-right: 48px;
}

.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 .entry-header {
    padding: 0 300px;
    word-break: break-word;
}

.blog_single .entry-blog-content .post-meta .entry-header a {
    color: #272727;
    font-size: 14px;
    line-height: 24px;
}

.wraper_blog_main .blog_single .entry-blog-content .entry-extra-item {
    display: flex;
    align-items: center;
    justify-content: center;
    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: #676666;
    padding: 0 0 0 5px;
}

.wraper_blog_main .blog_single .entry-blog-content .entry-extra-item .rt-author {
    padding-right: 20px;
    padding-left: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wraper_blog_main .blog_single .entry-blog-content .entry-extra-item .comment {
    padding-left: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.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: #676666;
    position: absolute;
    top: 50%;
    right: 0px;
}

.post-navigation,
.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-all;
}

.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: #676666;
    font-weight: 400;
}

.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: #272727;
}

.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);
}

.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-all;
}

.post-navigation .nav-links span svg {
    color: #676666;
    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: #676666;
    font-weight: 400;
}

.post-navigation .nav-links .rt-nav-text {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #676666;
    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: #272727;
}

.blog_single .post-tags {
    margin: 0px 0px 35px 0px;
    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: 3px 0px 3px 0px
}

.blog_single .post-tags > a {
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px 10px 0px;
    padding: 4px 12px 4px 12px;
    background: #f9f9f9;
    border: none;
    font-size: 14px !important;
    line-height: 24px;
    color: #272727;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.blog_single .post-tags > a:hover {
    opacity: 1;
    background: #272727;
    color: #fff !important;
}

.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: 12px;
}

.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: #272727;
    line-height: 27px;
    display: inline-block;
}

.comments-area ol.comment-list li .comment-body .comment-meta .comment-metadata {
    font-size: 14px;
    color: #676666;
    line-height: 24px;
    display: inline-block;
}

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

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

.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: #272727;
}

.comments-area ol.comment-list li .reply {
    position: absolute;
    top: 0px;
    right: 0;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
}

.comment-respond small #cancel-comment-reply-link {
    color: #272727;
    margin-left: 15px;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    display: inline-block;
}

.comments-area ol.comment-list li .comment-body .comment-meta .comment-metadata .edit-link a:before,
.comments-area ol.comment-list li .reply a:before,
.comment-respond #cancel-comment-reply-link: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;
}

.comments-area ol.comment-list li .comment-body .comment-meta .comment-metadata .edit-link a:before,
.comments-area ol.comment-list li .reply a:before,
.comment-respond #cancel-comment-reply-link:before {
    content: '';
    display: block;
    position: absolute;
    top: calc(100% - 4px);
    left: 0;
    right: 0;
    height: 1px;
    background: #272727;
    transform-origin: left center;
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -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);
}

.comments-area ol.comment-list li .comment-body .comment-meta .comment-metadata .edit-link a:hover:before,
.comments-area ol.comment-list li .reply a:hover:before,
.comment-respond #cancel-comment-reply-link:hover:before {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    background: currentColor;
}

.blog_single .comment-respond textarea,
.comment-respond textarea {
    padding: 5px 10px 5px 0px;
    background-color: transparent;
    background-clip: padding-box;
    border-style: none none solid;
    border-width: 1px;
    border-color: #272727;
    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;
}

.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: 5px 10px 5px 0px;
    background-color: transparent;
    background-clip: padding-box;
    border-style: none none solid;
    border-width: 1px;
    border-color: #272727;
    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;
}

.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;
}

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

.comments-area .comment-form > p .submit {
    border: 1px solid #272727 !important;
    border-radius: 0px !important;
    background: #272727;
    color: #fff;
    padding: 11px 33px !important;
    font-size: 14px;
    text-transform: capitalize;
    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);
    letter-spacing: 1.3px;
}

.comments-area .comment-form > p .submit:hover {
    background: #fff;
    color: #272727;
}

.comments-area .comment-form > p.logged-in-as a {
    position: relative;
    display: inline-block;
    color: #676766;
}

.comments-area .comment-form > p.logged-in-as 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;
}

.comments-area .comment-form > p.logged-in-as a:hover {
    color: #272727;
}

.comments-area .comment-form > p.logged-in-as a:hover:before {
    width: 100%;
    left: 0;
    right: auto;
    color: #272727;
}

.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: #272727;
    background-color: #272727;
}

.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: 17px;
    height: 17px;
}

.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 #676666;
    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/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"],
.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span {
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    letter-spacing: 1.3px;
    border-radius: 0px;
    background: #272727;
    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);
}

.comments-area .comment-form > p button[type="submit"]:hover,
.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover span {
    background: #fff;
    color: #272727;
}

.radiantthemes-search-form .form-row {
    margin-right: 0;
    margin-left: 0;
}

.radiantthemes-search-form {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

.radiantthemes-search-form input {
    padding: 5px 30px 5px 0px;
    background-color: transparent;
    background-clip: padding-box;
    border-style: none none solid;
    border-width: 1px;
    border-color: #272727;
    height: 50px;
    resize: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 0px;
    width: 100%;
}

.radiantthemes-search-form button i {
    display: none;
}

.radiantthemes-search-form button[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 50px;
    padding: 0;
    background-color: initial;
    border: none;
    border-radius: 0;
    font-size: 0;
    z-index: -1;
}

.radiantthemes-search-form button[type="submit"]:after {
    content: "";
    position: absolute;
    top: 15px;
    top: 0;
    left: 0;
    background: url(../images/search-black.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 999;
    width: 20px;
    height: 50px;
}



@media (max-width:494px) {

    .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;
    }
}

@media (max-width:1024px) {

    .post-navigation,
    .comment-navigation {
        margin-top: 0;
        margin-bottom: 50px;
        width: 100%;
        float: left;
        border-top: 1px solid #D1D1D1;
        border-bottom: 1px solid #D1D1D1;
        padding: 20px 0;
    }
}

/*--------------------------------------------------------------
# Blog details default Page Style End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Blog details Style Two start
--------------------------------------------------------------*/
.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: #676666;
}

.wraper_blog_banner.style-two .blog_banner_tags_item .site-meta {
    font-size: 14px;
    line-height: 24px;
    color: #676666;
}

.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: #272727;
    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: #272727;
    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 80px 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: 5px 10px 5px 0px;
    background-color: transparent;
    background-clip: padding-box;
    border-style: none none solid;
    border-width: 1px;
    border-color: #272727;
    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: #676666;
}

.wraper_blog_comments.style-two .comment-respond input[type="text"],
.wraper_blog_comments.style-two .comment-respond input[type="email"] {
    padding: 5px 10px 5px 0px;
    background-color: transparent;
    background-clip: padding-box;
    border-style: none none solid;
    border-width: 1px;
    border-color: #272727;
    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: #676666;
}

@media screen and (max-width:1024px) {
    .radiantthemes-search-form {
        width: 100%;
    }
}

@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 (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: block;
    }

}

@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;
    }

}

/*--------------------------------------------------------------
# Blog details Style Two End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Portfolio(lookbok) navigation Style start
--------------------------------------------------------------*/
.single-portfolio .wraper_inner_banner_breadcrumb {
    display: none;
}

.rt-portfolio-nav {
    margin-bottom: 80px;
    width: 100%;
    display: inline-block;
    border-top: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
    padding: 20px 0;
}

.rt-portfolio-nav {
    margin-left: 0;
    margin-right: 0;
}

.rt-portfolio-nav .nav-links .nav-previous {
    float: left;
    padding: 0;
    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);
}

.rt-portfolio-nav .nav-links .nav-previous a {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rt-portfolio-nav .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;
}

.rt-portfolio-nav .nav-links .nav-previous .rt-nav-info {
    width: 80%;
    padding-left: 13px;
}

.rt-portfolio-nav .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: #676666;
    font-weight: 400;
}

.rt-portfolio-nav .nav-links .nav-previous a:hover span .rt-portfolio-nav .nav-links .nav-next a:hover span {
    color: #272727;
}

.rt-portfolio-nav .nav-links .nav-next {
    float: right;
    padding: 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);
}

.rt-portfolio-nav .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;
}

.rt-portfolio-nav .nav-links span svg {
    color: #676666;
    stroke-width: 1;
    transition: transform .45s cubic-bezier(0, .95, .3, 1);
}

.rt-portfolio-nav .nav-links .nav-previous a:hover svg {
    transition: transform .45s cubic-bezier(0, .95, .3, 1);
    transform: translateX(-10px);
}

.rt-portfolio-nav .nav-links .nav-next a:hover svg {
    transition: transform .45s cubic-bezier(0, .95, .3, 1);
    transform: translateX(10px);
}

.rt-portfolio-nav .nav-links .nav-next .rt-nav-info {
    width: 80%;
    padding-right: 13px;
}

.rt-portfolio-nav .nav-links .nav-previous .rt-nav-img,
.rt-portfolio-nav .nav-links .nav-next .rt-nav-img {
    width: 100%;
    max-width: 75px;
}

.rt-portfolio-nav .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: #676666;
    font-weight: 400;
}

.rt-portfolio-nav .nav-links .rt-nav-text {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #676666;
    position: relative;
    display: inline-block;
}

.rt-portfolio-nav .nav-links .rt-nav-title {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    width: 100%;
    display: block;
    color: #272727;
}

.rt-portfolio-nav .nav-links .nav-previous a:hover span,
.rt-portfolio-nav .nav-links .nav-next a:hover span {
    color: #272727;
}

/****menu featured css*****/
.default a:after {
    content: "Default";
    color: #fff;
    background: #676666;
    font-size: 11px;
    line-height: 11px;
    padding: 2px 10px;
    right: 0;
    margin-left: 10px;
    border-radius: 0px;
}

.new a:after {
    content: "New";
    color: #fff;
    background: #B68973;
    font-size: 11px;
    line-height: 11px;
    padding: 2px 10px;
    right: 0;
    margin-left: 10px;
    border-radius: 0px;
}

.menu-featured a:after {
    content: "Featured";
    color: #fff;
    background: #272727;
    font-size: 11px;
    line-height: 11px;
    padding: 2px 10px;
    right: 0;
    margin-left: 10px;
    border-radius: 0px;
}

/****menu featured css*****/

/*******************/
.single-product footer.wraper_footer.custom-footer {
    margin-bottom: 80px;
}

.rt-not-sticky-product-bar.single-product footer.wraper_footer {
    margin-bottom: 0px;
}

.rt-sticky-product-bar {
    background: #fff;
    position: fixed;
    width: 100%;
    padding: 10px 0;
    opacity: 0;
    bottom: 0;
    transition: all .35s cubic-bezier(.25, .46, .45, .94);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 9;
    box-shadow: -2px 2px 40px -15px rgb(0 0 0 / 30%);
}

.rt-sticky-product-bar.sticky-active {
    transition: all .35s cubic-bezier(.25, .46, .45, .94);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    z-index: 99;
}

.sticky-product-bar-content .woocommerce-product-rating,
.sticky-product-bar-content .woocommerce-product-details__short-description,
.sticky-product-bar-content .rt-size-chart,
.sticky-product-bar-content .variations,
.sticky-product-bar-content .yith-wcwl-add-to-wishlist,
.sticky-product-bar-content .product_meta {
    display: none;
}

.sticky-product-bar-content .product_meta,
.sticky-product-bar-content .cart,
.sticky-product-bar-content .variations_form.cart {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sticky-product-bar-content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5%;
}

.sticky-product-bar-content .sticky-product-bar-image {
    display: flex;
    align-items: center;
    flex: 1;
}

.sticky-product-bar-content .sticky-product-bar-image img {
    max-width: 100%;
    max-height: 60px;
    width: auto;
}

.sticky-product-bar-content h3.product_title.entry-title {
    display: none;
}

.sticky-product-bar-content .rt-sticky-product-title {
    margin: 0;
    margin-left: 16px;
    font-size: 18px;
}

.sticky-product-bar-content .woocommerce-variation.single_variation {
    margin: 0px;
    display: none !important;
}

.sticky-product-bar-content .price {
    margin: 0px;
    margin-right: 16px;
}

.sticky-product-bar-content .product-price {
    margin: 0px;
    margin-right: 16px;
    display: flex;
}

.sticky-product-bar-content .product-price ins,
.sticky-product-bar-content .product-price del,
.sticky-product-bar-content .product-price span.percent-off {
    padding-right: 8px;
}

.sticky-product-bar-content .product-price del {
    opacity: 0.6;
}

.sticky-product-bar-content .product-price span.percent-off {
    font-size: 13px;
    font-weight: 600;
}

.sticky-product-bar-content .quantity {
    width: 100px;
    border: 1px solid #d0d0d0;
    border-radius: 0px;
    background: #fff;
    height: calc(48px);
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 0px 16px 0px 0px;
}

.sticky-product-bar-content .quantity .input-group-addon.quantity-decrease,
.sticky-product-bar-content .quantity .input-group-addon.quantity-increase {
    font-size: 0px;
}

.sticky-product-bar-content .quantity > .qty::-webkit-inner-spin-button,
.sticky-product-bar-content .quantity > .qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.sticky-product-bar-content .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;
}

.sticky-product-bar-content .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;
}

.sticky-product-bar-content .quantity .input-group-addon.quantity-decrease:before {
    content: "";
    background: url(../images/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);
}

.sticky-product-bar-content .quantity .input-group-addon.quantity-increase:before {
    content: "";
    background: url(../images/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);
}

.sticky-product-bar-content .woocommerce-variation-add-to-cart {
    display: flex;
    width: 100%;
    position: relative;
}

.sticky-product-bar-content .button.single_add_to_cart_button {
    border: 1px solid #272727 !important;
    border-radius: 0px !important;
    background: #272727 !important;
    color: #fff !important;
    padding: 11px 50px !important;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-transform: capitalize !important;
    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);
    letter-spacing: 1.3px;
    box-shadow: none;
    display: flex;
    align-items: center;
}

.sticky-product-bar-content .button.single_add_to_cart_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);
}

.sticky-product-bar-content .button.single_add_to_cart_button.added:after {
    display: none;
}

.sticky-product-bar-content .tinv-wishlist {
    display: none;
}

.sticky-product-bar-content .added_to_cart {
    display: none !important;
}

@media only screen and (max-width: 767px) {
    .rt-sticky-product-bar.sticky-active {
        display: none;
    }

    .woocommerce-shop footer.wraper_footer.custom-footer {
        margin-bottom: 60px;
    }

    .single-product.woocommerce-shop footer.wraper_footer.custom-footer {
        margin-bottom: 0px;
    }

    .woocommerce-shop .scrollup.right.active {
        right: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        bottom: 80px;
    }

    .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: 15px;
    }

    .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 {
        top: 15px;
    }

}

/*--------------------------------------------------------------
# Custom Css Start
--------------------------------------------------------------*/
.full-img img {
    width: 100%;
    max-width: 100%;
}

.single-portfolio .content-area .container {
    padding: 0;
}

.Demo-img-box {
    transition: all 0.4s ease-in-out;
    transform: translateY(0px);
}

.Demo-img-box:hover {
    transform: translateY(-25px);
    transition: all 0.4s ease-in-out;
}

.Demo-img-box .link-icon img {
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.Demo-img-box:hover .link-icon img {
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease-in-out;
}

.landing-slider img.swiper-slide-image {
    border-radius: 5px;
    box-shadow: 5px 10px 25px 14px rgb(0 0 0 / 9%);
}

.landing-slider .swiper-slide {
    margin: 50px 0px 50px 15px;
}

.landing-slider .elementor-swiper-button {
    position: absolute;
    top: -50px;
    right: 70px;
    background: #272727;
    border-radius: 50%;
    padding: 4px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.landing-slider .elementor-swiper-button i {
    display: flex;
    color: #fff;
}

.landing-slider .elementor-swiper-button i::before {
    font-size: 14px;
}

.landing-slider .elementor-swiper-button.elementor-swiper-button-prev {
    right: 110px;
    left: auto;
}

.landing-feature-box {
    transition: all 0.4s ease-in-out;
    transform: translateY(0px);
}

.landing-feature-box:hover {
    transform: translateY(-25px);
    transition: all 0.4s ease-in-out;
}

.elementor-widget-container img {
    transform: translate3d(0px, 0px, 0);
}

.landing-prduct-slider .elementor-swiper-button {
    width: 40px;
    height: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #c7c7c7;
}

.landing-prduct-slider .elementor-swiper-button.elementor-swiper-button-prev {
    left: 25px;
}

.landing-prduct-slider .elementor-swiper-button.elementor-swiper-button-next {
    right: 25px;
}

.landing-tab-item .rt-slider .owl-item.active.center {
    opacity: 1;
    transition: all 0.45s ease-in-out;
    box-shadow: 0px 0px 20px 20px rgb(0 0 0 / 3%)
}

.landing-tab-item .rt-slider .owl-item.active {
    opacity: 0.3;
    transition: all 0.45s ease-in-out;
}

.landing-tab-item .rt-slider .owl-stage {
    padding: 30px 0px;
}

.icon-moving-left-right img {
    transition: all .35s cubic-bezier(.38, 3, .57, 1.6);
}

.icon-moving-left-right:hover img {
    transform: translate3d(-6px, 0px, 0);
}

.icon-moving-top-bottom img {
    transition: all .35s cubic-bezier(.38, 3, .57, 1.6);
}

.icon-moving-top-bottom:hover img {
    transform: translate3d(0px, -6px, 0);
}

.icon-moving-top-bottom .elementor-image-box-img img {
    transition: all .35s cubic-bezier(.38, 3, .57, 1.6);
}

.icon-moving-top-bottom:hover .elementor-image-box-img img {
    transform: translate3d(0px, -6px, 0);
}

.border-left-right .elementor-heading-title {
    position: relative;
    display: inline-block;
}

.border-left-right .elementor-heading-title:before {
    content: "";
    background: #272727;
    width: 170px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 60px;
}

.border-left-right .elementor-heading-title:after {
    content: "";
    background: #272727;
    width: 170px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 60px;
}

.border-line-right .elementor-heading-title {
    position: relative;
    display: inline-block;
}

.border-line-right .elementor-heading-title:after {
    content: "";
    background: #272727;
    width: 70px;
    height: 2px;
    position: absolute;
    top: 55%;
    padding-left: 15px;
    margin-left: 15px;
}

.border-line-left .elementor-heading-title {
    position: relative;
    display: inline-block;
}

.border-line-left .elementor-heading-title:before {
    content: "";
    background: #272727;
    width: 70px;
    height: 2px;
    position: absolute;
    top: 55%;
    left: -85px;
}

.rt-border {
    position: relative;
    display: inline-block;
}

.rt-border::before {
    content: "";
    width: 86%;
    height: 5px;
    position: absolute;
    transition: all 0.35s linear;
    background: #fff;
    z-index: 1;
    top: 40px;
    left: 43px;
    opacity: 0.5;
}

.rt-border::after {
    content: "";
    width: 86%;
    height: 5px;
    position: absolute;
    transition: all 0.35s linear;
    background: #fff;
    z-index: 1;
    bottom: 57px;
    left: 38px;
    opacity: 0.5;
}

.rt-border:hover::before,
.rt-border:hover::after {
    width: 86%;
    background: #fff;
    opacity: 1;
}

.rt-border .rt-img-border::before {
    content: "";
    width: 5px;
    height: 83%;
    position: absolute;
    transition: all 0.35s linear;
    background: #fff;
    z-index: 1;
    top: 40px;
    left: 30px;
    opacity: 0.5;
}

.rt-border .rt-img-border::after {
    content: "";
    width: 5px;
    height: 83%;
    position: absolute;
    transition: all 0.35s linear;
    background: #fff;
    z-index: 1;
    top: 40px;
    right: 30px;
    opacity: 0.5;
}

.rt-border:hover .rt-img-border::before,
.rt-border:hover .rt-img-border::after {
    height: 83%;
    background: #fff;
    opacity: 1;
}

.rt-text-link a {
    letter-spacing: 0;
    position: relative;
    display: block;
    white-space: pre-line;
    display: inline-block;
    position: relative;
}

.rt-text-link a::before {
    content: '';
    width: 0;
    height: 1px;
    bottom: 0px;
    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: currentColor;
}

.rt-text-link a:hover::before {
    width: 100%;
    left: 0;
    right: auto;
}

.rt-rotate-text .elementor-heading-title {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

#yith-quick-view-content .quantity .minus,
#yith-quick-view-content .quantity .plus {
    display: block;
    cursor: pointer;
}

#yith-quick-view-modal.open,
#yith-quick-view-modal.open .yith-wcqv-wrapper {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
}

#yith-quick-view-content div.images {
    width: 55% !important;
    float: left;
    opacity: 1 !important;
    margin: 0;
}

#yith-quick-view-content div.summary {
    margin: 0;
    padding: 15px 50px 15px 15px;
    width: 45% !important;
    float: left;
    font-size: inherit;
}

#yith-quick-view-modal.open .yith-wcqv-main #rtsizechart::-webkit-scrollbar {
    width: 0px !important;
}

li.wc-block-product-categories-list-item a {
    font-size: 16px;
    line-height: 28px;
    color: #676766;
}

li.wc-block-product-categories-list-item a:hover {
    color: #272727;
}

li.wc-block-product-categories-list-item {
    margin-bottom: 2px;
}

.search-no-results p.woocommerce-info {
    padding: 16px;
}

/****** Home One ********/
.accesory-img-box .elementor-image {
    transition: transform 1.5s cubic-bezier(.19, 1, .22, 1);
}

.accesory-img-box:hover .elementor-image {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}

.accesory-img-box .elementor-widget-image {
    display: block;
    overflow: hidden;
}

.accesory-img-box {
    width: 100%;
    overflow: hidden;
    position: relative;
    transition: transform 1.5s cubic-bezier(.19, 1, .22, 1);
}

.accesory-img-box .elementor-image img {
    transition: transform 1.5s cubic-bezier(.19, 1, .22, 1);
    overflow: hidden;
    background-size: cover;
    background-position: center;
    display: flex;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.offer-sale {
    transition: all 0.3s ease-in-out;
}

.offer-sale:hover {
    background: #f1f1f1;
    transition: all 0.3s ease-in-out;
}

.zoom-img {
    width: 100%;
    overflow: hidden;
    position: relative;
    transition: transform 1.5s cubic-bezier(.19, 1, .22, 1);
}

.zoom-img .elementor-widget-container {
    display: block;
    overflow: hidden;
}

.zoom-img .elementor-widget-container img {
    transition: transform 1.5s cubic-bezier(.19, 1, .22, 1);
    overflow: hidden;
    background-size: cover;
    background-position: center;
    display: flex;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.zoom-img:hover .elementor-widget-container img {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
}

.text-rotate .elementor-heading-title {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    padding: 10px 0;
}

/****** Home One End ********/


/****** Home Five ********/
.new-lookbook-col .col-md-4 {
    padding-right: 8px;
    padding-left: 8px;
}

/****** Home Five End ********/

/****** Home Six ********/
.home-six-text .elementor-heading-title {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

/****** Home Six End ********/

/****** Home Seven Start *******/
.frm-text-one {
    position: relative;
    display: inline-block;
    -webkit-transition: .12s ease;
    -o-transition: .12s ease;
    transition: .12s ease;
    color: currentColor;
}

.frm-text-one: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;
}

.frm-text-one:after,
.frm-text-one:before {
    content: '';
    position: absolute;
    bottom: 2px;
    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);
}

.frm-text-one:hover:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.frm-text-one: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;
}

.frm-text-one:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-delay: .34s;
    -o-transition-delay: .34s;
    transition-delay: .34s;
}

.frm-text-two {
    position: relative;
    display: inline-block;
    -webkit-transition: .12s ease;
    -o-transition: .12s ease;
    transition: .12s ease;
    color: #272727 !important;
}

.frm-text-two: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;
}

.frm-text-two:after,
.frm-text-two:before {
    content: '';
    position: absolute;
    bottom: 2px;
    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);
}

.frm-text-two:hover:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.frm-text-two: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;
}

.frm-text-two:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-delay: .34s;
    -o-transition-delay: .34s;
    transition-delay: .34s;
}

/****** Home seven End *******/

/****** Home eleven Start *******/
.img-fancy-box .elementor-section-boxed {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.img-fancy-box .elementor-section-boxed {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 0;
    left: 0px;
}

.img-fancy-box:hover .elementor-section-boxed {
    opacity: 1;
    visibility: visible;
    transform: translateY(-35px);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.img-fancy-box .elementor-widget-image.overlay::after {
    transition: all 0.4s ease-in-out;
}

.img-fancy-box:hover .elementor-widget-image.overlay::after {
    content: "";
    background: linear-gradient(0deg, #0000007a 0%, #fff0 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    transition: all 0.4s ease-in-out;
}

/****** Home eleven End *******/

/****** Home thirteen Start *******/
.img-fancy-box-border .elementor-section-boxed {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.img-fancy-box-border:hover .elementor-section-boxed {
    opacity: 1;
    visibility: visible;
    transform: translateY(-90px);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.img-fancy-box-border .elementor-section-boxed {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0px;
}

.img-fancy-box-border .border-img img {
    opacity: 0;
    visibility: hidden;
    transition: all 0.45s ease-in-out;
}

.img-fancy-box-border:hover .border-img img {
    opacity: 1;
    visibility: visible;
    transition: all 0.45s ease-in-out;
}

.img-fancy-box-border .elementor-widget-image.overlay::after {
    transition: all 0.45s ease-in-out;
}

.img-fancy-box-border:hover .elementor-widget-image.overlay::after {
    content: "";
    background: linear-gradient(0deg, #000000 0%, #fff0 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    transition: all 0.45s ease-in-out;
}

/****** Home thirteen End *******/

/****** Home fourten Start *******/
.img-box-button .radiantthemes-custom-button.element-one {
    opacity: 0;
    visibility: hidden;
    transition: all .45s cubic-bezier(.18, .74, .58, 1);
}

.img-box-button:hover .radiantthemes-custom-button.element-one {
    opacity: 1;
    visibility: visible;
    transition: all .45s cubic-bezier(.18, .74, .58, 1);
}

/****** Home fourten End *******/

/****** Contact Us One Start *******/
.contact-us-one .form-row,
.contact-us-one .row {
    margin-right: 0;
    margin-left: 0;
}

.contact-us-one .wpcf7-form-control-wrap {
    width: 100%;
}

.contact-us-one .wpcf7-text {
    font-size: 14px;
    line-height: 24px;
    outline: 0;
    padding: 10px;
    margin-bottom: 15px;
    height: 50px;
    width: 100%;
    color: #272727;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #ddd;
}

.contact-us-one .wpcf7-textarea {
    background-color: transparent;
    border: 1px solid #ddd;
    font-size: 14px;
    line-height: 24px;
    outline: 0;
    padding: 10px;
    margin-bottom: 15px;
    width: 100%;
    height: 200px;
    display: block;
}

.contact-us-one .wpcf7-submit {
    margin: 0;
    height: 50px;
    border-radius: 0px;
    border: none;
    background: #272727;
    color: #fff;
    border: 1px solid #272727;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.contact-us-one .wpcf7-submit:hover {
    background: #fff;
    color: #272727;
    border: 1px solid #272727;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

/****** Contact Us One End *******/

/****** Contact Us Two Start *******/
.contact-us-two .form-row,
.contact-us-two .row {
    margin-right: 0;
    margin-left: 0;
}

.contact-us-two .wpcf7-form-control-wrap {
    width: 100%;
}

.contact-us-two label {
    font-size: 16px;
    line-height: 27px;
    margin: 0;
    padding: 0;
    color: #272727;
}

.contact-us-two .wpcf7-text {
    font-size: 14px;
    line-height: 24px;
    outline: 0;
    padding: 10px 10px 10px 0;
    margin-bottom: 15px;
    height: 50px;
    width: 100%;
    color: #272727;
    display: block;
    background-color: transparent;
    background-clip: padding-box;
    border-style: none none solid;
    border-width: 1px;
    border-color: #272727;
}

.contact-us-two .wpcf7-textarea {
    background-color: transparent;
    border: none;
    font-size: 14px;
    line-height: 24px;
    outline: 0;
    padding: 10px 10px 10px 0;
    margin-bottom: 23px;
    width: 100%;
    height: 200px;
    display: block;
    border-style: none none solid;
    border-width: 1px;
    border-color: #272727;

}

.contact-us-two .wpcf7-text:focus,
.contact-us-two .wpcf7-textarea:focus {
    transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
    border-image-slice: 0 34% 1 34%;
    animation: none;
}

.contact-us-two .wpcf7-submit {
    margin: 0;
    height: 50px;
    border-radius: 0px;
    border: none;
    background: #272727;
    color: #fff;
    border: 1px solid #272727;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.contact-us-two .wpcf7-submit:hover {
    background: #fff;
    color: #272727;
    border: 1px solid #272727;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

/****** Contact Us two End *******/

/****** Contact Us three Start *******/
.contact-us-three .form-row,
.contact-us-three .row {
    margin-right: 0;
    margin-left: 0;
}

.contact-us-three .wpcf7-form-control-wrap {
    width: 100%;
}

.contact-us-three label {
    font-size: 16px;
    line-height: 27px;
    margin: 0;
    padding: 0;
    color: #272727;
}

.contact-us-three .wpcf7-text {
    font-size: 14px;
    line-height: 24px;
    outline: 0;
    padding: 10px 10px 10px 10px;
    margin-bottom: 15px;
    height: 50px;
    width: 100%;
    color: #272727;
    display: block;
    background-color: #f7f6f6;
    background-clip: padding-box;
    border-style: transparent;
    border-width: 1px;
    border-color: #272727;
    transition: all 250ms ease-out;
}

.contact-us-three .wpcf7-textarea {
    background-color: transparent;
    border: none;
    font-size: 14px;
    line-height: 24px;
    outline: 0;
    padding: 10px 10px 10px 10px;
    margin-bottom: 23px;
    width: 100%;
    height: 200px;
    display: block;
    background-color: #f7f6f6;
    border-style: transparent;
    border-width: 1px;
    border-color: #272727;
    transition: all 250ms ease-out;

}

.contact-us-three .wpcf7-text:focus,
.contact-us-three .wpcf7-textarea:focus {
    border-style: solid;
    border-width: 1px;
    border-color: #272727;
    transition: all 250ms ease-out;
    ;
}

.contact-us-three .wpcf7-submit {
    margin: 0;
    height: 50px;
    border-radius: 0px;
    border: none;
    background: #272727;
    color: #fff;
    border: 1px solid #272727;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.contact-us-three .wpcf7-submit:hover {
    background: #fff;
    color: #272727;
    border: 1px solid #272727;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

/****** Contact Us Three End *******/


/****** Footer Newletter Start *******/
.footer-newletter .form-row,
.footer-newletter .row {
    margin-right: 0;
    margin-left: 0;
}

.footer-newletter .form-row {
    margin-bottom: 15px;
    height: 50px;
}

.footer-newletter .wpcf7-form-control-wrap {
    width: 100%;
}

.footer-newletter .wpcf7-text {
    font-size: 14px;
    line-height: 24;
    outline: 0;
    padding: 10px 10px 10px 20px;
    height: 50px;
    color: #272727;
    background-color: #ffffff80;
    background-clip: padding-box;
    border: 1px solid #272727;
    border-radius: 0px;
    width: 100%;
}

.footer-newletter .wpcf7-submit {
    margin: 0;
    height: 50px;
    border-radius: 0px;
    border: none;
    background: #272727;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
}

.footer-newletter .ajax-loader {
    position: absolute;
    left: 15px;
    top: 13px;
}

.wpcf7 form .wpcf7-response-output {
    display: none;
}

/****** Footer Newletter End *******/

/****** Footer Logo Start *******/
.rt-custom-logo.logo-center {
    text-align: center;
}

.rt-custom-logo.logo-right {
    text-align: right;
}

.rt-custom-logo.logo-left {
    text-align: left;
}

/****** Footer Logo End *******/


/****** About Us Two ******/
.list-bullet .radiantthemes-list.element-one ul li:after {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #676666;
    position: absolute;
    left: 0;
    z-index: 999;
    top: 39%;
}

.list-bullet .radiantthemes-list.element-one ul li {
    padding-left: 20px;
}

/****** About Us Two End ******/

/****** Landing Page Start ******/

.landing-demo .demo-img-scroll:after {
    position: relative;
    display: inline-block;
}

.landing-demo .demo-img-scroll:after {
    content: "";
    background: rgba(0, 0, 0, 0.70);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;

}

.landing-demo:hover .demo-img-scroll:after {
    opacity: 1;
    visibility: visible;
}

.landing-demo .landing-hover-icon {
    position: absolute;
    top: 25%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out 0.1s;
}

.landing-demo:hover .landing-hover-icon {
    opacity: 1;
    visibility: visible;
}

.landing-demo-content .landing-demo .demo-img-scroll {
    display: block;
    width: 100%;
    height: 470px;
    overflow: hidden;
    position: relative;
    border: 1px solid #C4C4C4;
    border-radius: 3px;
    margin: 0 auto;
}

.landing-demo-content .landing-demo .demo-img-scroll img {
    bottom: -995px;
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 0;
    margin: 0;
    padding: 0;
    -webkit-transition: top 11s;
    -moz-transition: top 11s;
    -ms-transition: top 11s;
    -o-transition: top 11s;
    transition: bottom 11s;
}

.landing-demo-content .landing-demo .demo-img-scroll:hover img {
    bottom: 0;
    -webkit-transition: all 11s;
    -moz-transition: all 11s;
    -ms-transition: all 11s;
    -o-transition: all 11s;
    transition: all 11s;
}

.landing-layout-box {
    position: relative;
    display: inline-block;
}

.landing-layout-box .elementor-widget-wrap:after {
    content: "";
    background: rgb(255 255 255 / 70%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    top: 0;
}

.landing-layout-box:hover .elementor-widget-wrap:after {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
}

.landing-layout-box .radiantthemes-custom-button {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.landing-layout-box:hover .radiantthemes-custom-button {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
}

/****** Landing Page End ******/

/*--------------------------------------------------------------
# Welcome user form popup Start
--------------------------------------------------------------*/
#welcome-user {
    padding: 0px !important;
    background: rgba(146, 146, 146, 0.95);
    text-align: center;
    /*    position: absolute;*/
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

#welcome-user:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#welcome-user .modal-header {
    position: absolute;
    border: none;
    right: -15px;
    top: -15px;
    z-index: 9;
    background: #272727;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    padding: 0px;
}

#welcome-user .modal-header button.close {
    width: 30px;
    height: 30px;
    background: #272727;
    border: none;
    top: 15px;
    right: 15px;
    position: absolute;
    display: block;
    z-index: 200;
    text-indent: -9999px;
    border-radius: 50%;
    opacity: 1;
}

#welcome-user .modal-header button.close:before,
#welcome-user .modal-header button.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;
}

#welcome-user .modal-header button.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;
}

#welcome-user .modal-header button.close:hover:before,
#welcome-user .modal-header button.close:hover:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.modal-body.welcome-box-body .footer-newletter .form-row {
    padding-right: 15px;
    height: 50px;
}

#welcome-user .modal-footer {
    display: none;
}

#welcome-user .modal-dialog {
    max-width: 750px;
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    position: relative;
    vertical-align: middle;
}

#welcome-user .modal-content {
    border: none;
    border-radius: 0px;
    background-image: url(https://dello.radiantthemes.com/wp-content/uploads/2021/07/Subscribe-popup-bg-img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#welcome-user .modal-body {
    padding: 100px 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#welcome-user .modal-body .modal-title {
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
    padding-right: 15px;
}

#welcome-user .modal-content table {
    table-layout: fixed;
    width: 100%;
    margin: 0 0 28px;
    padding: 10px 8px;
}

.admin-bar #welcome-user .modal-content {
    margin-top: 32px;
}

#welcome-user .rt-size-table th {
    background-color: #272727;
    color: #fff;
    font-weight: 400;
    text-align: center;
    padding: 12px 8px;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 1.3px;
}

#welcome-user .rt-size-table td {
    text-align: center;
    padding: 10px 8px;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 1.3px;
    color: #666666;
}

#welcome-user .rt-size-table tbody tr:nth-child(even) {
    background-color: #f3f3f3;
}

@media (max-width: 767px) {
    .modal-backdrop {
        display: none !important;
    }

    #welcome-user {
        display: none !important;
    }
}

/*--------------------------------------------------------------
# Welcome user form popup End
--------------------------------------------------------------*/

/* ================================== */
/* START OF MEDIA QUERY CSS*/
/* ================================== */
@media (min-width: 1200px) {}

@media (min-width: 1400px) {}

@media (max-width: 767px) {
    .blog .content-area .container {
        padding-left: 0;
        padding-right: 0;
    }

    .blog .content-area .container {
        max-width: calc(100% - 10%);
    }

    .tinv-wishlist table.tinvwl-table-manage-list tbody td {
        width: auto !important;
    }

    .tinv-wishlist .tinvwl-table-manage-list tbody tr.wishlist_item td.product-cb {
        display: none;
    }

    .tinv-wishlist tfoot .tinvwl-to-left:not(:empty) {
        float: none;
        width: 100% !important;
        margin-right: 0;
        display: inline-block !important;
    }

    .tinv-wishlist .tinvwl-table-manage-list .wishlist_item .product-action button,
    .tinv-wishlist .tinvwl-table-manage-list .tinvwl-to-right button,
    .tinv-wishlist .tinvwl-table-manage-list .tinvwl-to-left button {
        width: 100%;
    }

}

@media (max-width: 768px) {
    .rt-sticky-product-bar.sticky-active {
        display: none;
    }

    .tinv-wishlist table.tinvwl-table-manage-list tbody td {
        width: auto !important;
    }

    .wraper_blog_main.style-default {
        margin-top: 50px;
        margin-bottom: 20px;
    }
}

@media screen and (min-width:992px) and (max-width:1024px) {
    #welcome-user .modal-body {
        padding: 60px 100px;
    }
}

/* TABLET LANDSCAPE PART */

@media screen and (min-width:768px) and (max-width:991px) {
    .wraper_blog_main.style-default {
        margin-top: 50px;
        margin-bottom: 20px;
    }

    .blog-style-one .wraper_blog_main .blog_single {
        padding-right: 0px;
    }

    .blog_single .entry-blog-content .post-meta .entry-header {
        padding: 0px;
    }

    .blog .content-area .container {
        padding-left: 0;
        padding-right: 0;
        max-width: calc(100% - 10%);
    }

    .wraper_shop_single .container {
        padding-top: 60px;
        padding-left: 0px;
        padding-right: 0px;
        max-width: calc(100% - 10%);
    }

    .wraper_inner_banner .container {
        max-width: calc(100% - 4%);
        padding-left: 0;
        padding-right: 0;
    }

    .wraper_blog_main .container,
    .wraper_blog_banner_image .container {
        max-width: calc(100% - 4%);
        padding-left: 0;
        padding-right: 0;
    }

    .blog_main .entry-blog-content {
        padding: 0px;
        padding-bottom: 50px;
    }

    .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;
    }

    .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 {
        max-width: 200px;
        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: 65%;
    }

    .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;
    }

    .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;
    }

    .wraper_blog_main.style-three.morden-box-layout .post.style-three:last-child {
        margin-bottom: 22px;
    }

    .widget-area > #search-2 {
        margin-top: 10px;
    }

    .widget-area section.widget.widget_search {
        margin-top: 40px;
    }

    .blog-style-one .wraper_blog_main .widget-area {
        padding-top: 0;
    }

    .landing-demo-content .landing-demo .demo-img-scroll img {
        bottom: -384px;
    }

    .modal-content.welcome-box {
        margin: 0 30px;
    }

    .rt-wishlist-page .tinv-wishlist table.tinvwl-table-manage-list {
        margin-bottom: 0px;
        width: 100%;
    }

    .tinv-wishlist table.tinvwl-table-manage-list tfoot td {
        padding: 10px 0px 0px 0px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {}

/* TABLET PROTRAIT PART */
@media screen and (max-width:768px) {
    .border-left-right .elementor-heading-title:before {
        content: "";
        background: #272727;
        width: 100%;
        height: 2px;
        position: absolute;
        top: 50%;
        right: 80px;
    }

    .border-left-right .elementor-heading-title:after {
        content: "";
        background: #272727;
        width: 100%;
        height: 2px;
        position: absolute;
        top: 50%;
        left: 80px;
    }

    .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: transparent;
    }

    .radiantthemes-cart .cart-collaterals .cart_totals tr {
        border: none;
    }

    .woocommerce-account .wraper_blog_main.default-page {
        padding-top: 45px;
        padding-bottom: 50px !important;
    }

    .woocommerce-cart .wraper_blog_main.default-page {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .rt-wishlist-page .wraper_blog_main.default-page {
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .rt-wishlist-page .tinv-wishlist table.tinvwl-table-manage-list {
        margin-bottom: 0px;
        width: 100%;
    }

    .wraper_blog_main.default-page {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .woocommerce-checkout .wraper_blog_main.default-page {
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .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%;
    }
}

@media screen and (max-width:767px) {
    .comments-area ol.comment-list li ol {
        padding-left: 20px;
    }

    .comments-area ol.comment-list li .comment-content {
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 30px;
        overflow: hidden;
        width: 100%;
    }
}

@media screen and (min-width:480px) and (max-width:767px) {

    .woocommerce table.shop_table_responsive tr td,
    .woocommerce-page table.shop_table_responsive tr td {
        text-align: left !important;
    }

    .wraper_shop_single .container {
        padding-top: 25px;
        padding-bottom: 0px;
    }

    .wraper_shop_single.style-five .container {
        padding-bottom: 0px !important;
    }

    .shop_related {
        padding-left: 0px;
        padding-right: 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: block;
        border-top: 1px solid rgba(0, 0, 0, .1);
    }

    .woocommerce table.shop_table_responsive tr,
    .woocommerce-page table.shop_table_responsive tr {
        display: flex;
    }

    .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 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: 0px;
        padding-bottom: 50px;
    }

    .wraper_blog_main.style-default .blog_main .entry-blog-content .entry-extra-item {
        display: inline-flex;
        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,
    .post-navigation .nav-links .nav-previous {
        width: 40%;
    }

    .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;
    }

    .wraper_blog_main.style-three.morden-box-layout .post.style-three:last-child {
        margin-bottom: 22px;
    }

    .widget-area > #search-2 {
        margin-top: 10px;
    }

    .widget-area section.widget.widget_search {
        margin-top: 40px;
    }

    .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: -776px !important;
    }

    #welcome-user .modal-body {
        padding: 50px 50px;
    }

    .shop_table.cart tbody tr td.product-details .product-name {
        flex: 0 0 80%;
        max-width: 80%;
    }

    .shop_table.cart .product-subtotal {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .woocommerce-cart .woocommerce table.shop_table {
        margin: 0 -1px 30px 0;
    }
}

@media screen and (min-width:536px) and (max-width:620px) {
    .comments-area ol.comment-list li .comment-body .comment-meta .comment-metadata {
        font-size: 14px;
        color: #676666;
        line-height: 24px;
        display: block;
    }
}

/* SMART PHONE LANDSCAPE PART */

@media screen and (min-width:321px) and (max-width:479px) {
    .wraper_blog_main.style-default .blog_main .entry-blog-content .entry-extra-item .comments-no {
        padding-left: 0;
    }

    .wraper_shop_single .container {
        padding-top: 16px;
        padding-bottom: 0px;
    }

    .wraper_shop_single.style-five .container {
        padding-bottom: 10px;
    }

    .comments-area ol.comment-list li .reply {
        position: initial;
    }

    .comments-area ol.comment-list li .comment-body {
        padding: 0 0 35px 85px;
    }

    .shop_related {
        padding-left: 0px;
        padding-right: 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: 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: 65x;
        max-width: 65px;
    }

    .shop_table.cart tbody tr td .product-remove {
        margin-right: 0px;
        position: absolute;
        top: 28px;
        right: 0;
    }

    .shop_table.cart .product-subtotal {
        bottom: 29px;
        padding-right: 0;
        right: 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 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;
    }

    .woocommerce table.shop_table_responsive tr,
    .woocommerce-page table.shop_table_responsive tr {
        display: flex;
    }

    .radiantthemes-cart .cart-collaterals tr.order-total td {
        flex-grow: 1;
    }

    .woocommerce table.shop_table tbody:first-child tr:first-child th,
    .radiantthemes-cart .cart-collaterals .cart_totals tr th {
        margin: 0;
        width: 100%;
    }

    .radiantthemes-cart .wc-proceed-to-checkout {
        padding: 0 15px;
    }

    .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;
    }

    .blog_main .style-default.sticky .entry-blog-content {
        padding: 0px 0px 30px 0px;
    }

    .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: 10px;
    }

    .widget-area section.widget.widget_search {
        margin-top: 40px;
    }

    .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: -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;
    }
}

@media screen and (max-width:350px) {

    .woocommerce table.shop_table_responsive tr,
    .woocommerce-page table.shop_table_responsive tr {
        display: flex;
        flex-direction: column;
    }

    .shop_table.cart tbody tr td.product-details .product-name a {
        color: #272727;
        width: 80%;
        float: left;
    }
}

/* SMART PHONE PROTRAIT PART */

@media screen and (max-width:320px) {
    .comments-area ol.comment-list li .reply {
        position: initial;
    }

    .wraper_blog_main.style-default .blog_main .entry-blog-content .entry-extra-item .comments-no {
        padding-left: 0;
    }

    .blog .content-area .container {
        max-width: calc(100% - 10%);
    }

    .wraper_shop_single .container {
        padding-top: 16px;
        padding-bottom: 0px;
    }

    .wraper_shop_single.style-five .container {
        padding-bottom: 10px;
    }

    .radiantthemes-cart .woocommerce-cart-form {
        padding-right: 0px;
    }

    .comments-area ol.comment-list li .comment-body {
        padding: 0 0 35px 85px;
    }

    .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 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: 5px;
        position: absolute;
        top: 25px;
        right: 0;
    }

    .shop_table.cart .product-subtotal {
        position: absolute;
        bottom: 30px;
        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: 10px;
    }

    .widget-area section.widget.widget_search {
        margin-top: 40px;
    }

    .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;
    }
}

@media only screen and (max-width: 280px) {
    .shop_table.cart .product-subtotal {
        position: relative;
        bottom: 0;
        padding-right: 0;
        text-align: left;
        padding-left: 15px;
        padding-top: 10px;
    }
}

/* ================================== */
/* END OF MEDIA QUERY CSS*/
/* ================================== */

/*--------------------------------------------------------------
# Custom Css End
--------------------------------------------------------------*/

@media only screen and (min-width: 1068px) {
    .rt-header.logo-center .header-menu-row {
        order: 1;
    }

    .rt-header.logo-right .rt-navbar-menu.menu-center {
        order: 2;
    }
}

@media only screen and (min-width: 736px) {
    .logo-holder .logoimg {
        max-height: 40px
    }
}

@media only screen and (max-width: 767px) {
    .landing-slider .swiper-slide {
        margin: 50px 0px 50px 0px;
    }

    .landing-slider .elementor-swiper-button {
        position: absolute;
        top: 15px;
        right: 30px;
    }

    .landing-slider .elementor-swiper-button.elementor-swiper-button-prev {
        right: auto;
        left: 42%;
    }

    .landing-slider .elementor-swiper-button.elementor-swiper-button-next {
        right: auto;
        left: 42%;
    }

    .rt-header.mobile-header-style1.fixed .mobile-logo-column,
    .rt-header.mobile-header-style5.fixed .mobile-logo-column {
        box-shadow: none;
        padding: 15px 4%;
    }

    .rt-header.mobile-header-style1 .rt-header-holder,
    .rt-header.mobile-header-style5 .rt-header-holder {
        padding-left: 4%;
        padding-right: 4%;
    }

    .rt-header.mobile-header-style2.fixed,
    .rt-header.mobile-header-style3.fixed,
    .rt-header.mobile-header-style4.fixed {
        padding: 15px 4%;
    }

    .wraper_header_main .header_main,
    .wraper_header_main.fixed .header_main {
        padding: 15px 4% !important;
    }

    .rt-header.mobile-header-style1 .header_main,
    .rt-header.mobile-header-style1.fixed .header_main {
        padding: 15px 4% !important;
    }

    .elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
        max-width: 100% !important;
    }
}

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

    .rt-header.mobile-header-style1.fixed .mobile-logo-column,
    .rt-header.mobile-header-style2.fixed .mobile-logo-column,
    .rt-header.mobile-header-style3.fixed .mobile-logo-column,
    .rt-header.mobile-header-style5.fixed .mobile-logo-column,
    .rt-header.mobile-header-style4.fixed {
        box-shadow: none;
        padding: 15px 2%;
    }

    .rt-header.mobile-header-style1 .rt-header-holder {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }

    .wraper_header_main .header_main,
    .wraper_header_main.fixed .header_main {
        padding: 15px 4% !important;
    }

    .rt-header.mobile-header-style1 .header_main,
    .rt-header.mobile-header-style1.fixed .header_main {
        padding: 15px 2% !important;
    }
}

@media only screen and (max-width: 1067px) {
    .rt-header.mobile-header-style1 .mobile-logo-column {
        text-align: center;
        box-shadow: 0px 1px 0px 0px rgb(0 0 0 / 6%);
        padding-bottom: 0px;
    }

    .rt-header.mobile-header-style1 .mobile-logo-column .logo-holder,
    .rt-header.mobile-header-style1 .mobile-logo-column .fixed-logo-holder,
    .rt-header.mobile-header-style5 .mobile-logo-column .logo-holder {
        margin: 0;
    }

    .logo-holder .logo {
        max-width: 110px;
        margin: 0 auto;
    }

    .rt-search-cart-holder .rt-search-box2 {
        float: right;
        padding: 8px 0 0 0;
        position: absolute;
        right: 44px;
    }

    .rt-search-cart-holder .rt-wishlist-box {
        float: left;
        position: relative;
        display: inline-block;
    }

    .rt-search-cart-holder .rt-user-box {
        float: left;
    }

    .rt-search-cart-holder .rt-cart-box {
        float: right;
    }

    .rt-header.mobile-header-style1 .header-menu-row > .row > .columns {
        display: flex
    }
}

@media only screen and (min-width: 1068px) {
    .rt-header.style1 .header-menu-row {
        display: block;
        text-align: right;
        flex: 1;
        margin-left: 0px;
    }

    .rt-search-box2.cat-search-box {
        display: block;
        text-align: right;
        flex: 1;
        flex-shrink: 1;
    }

    .rt-header.style1 .header-logo-row {
        padding: 30px 0 10px
    }

    .rt-header.fixed .header-menu-row {
        display: block;
        flex: 1;
    }
}

@media only screen and (min-width: 1025px) {
    .rt-header .header_cat_name {
        display: none;
    }
}

@media only screen and (max-width: 1067px) and (min-width: 1025px) {

    .rt-search-box2.cat-search-box {
        display: block;
        text-align: right;
        flex: 1;
        flex-shrink: 1;
    }

    .rt-header.mobile-header-style1.fixed .mobile-logo-column {
        padding: 0;
    }

    .rt-header.style1.mobile-header-style1 .rt-menu-holder {
        flex-shrink: 1;
        flex: 2;
        text-align: left;
    }

}

@media only screen and (max-width: 1024px) {
    .rt-header .ph {
        display: none;
    }

    .rt-header.mobile-header-style1 .mobile-logo-column {
        text-align: center;
        box-shadow: 0px 1px 0px 0px rgb(0 0 0 / 6%);
        padding-bottom: 10px;
    }

    .rt-header.mobile-header-style1 .mobile-logo-column .logo-holder,
    .rt-header.mobile-header-style1 .mobile-logo-column .fixed-logo-holder,
    .rt-header.mobile-header-style5 .mobile-logo-column .logo-holder,
    .rt-header.mobile-header-style2.fixed .logo-holder,
    .rt-header.mobile-header-style3.fixed .logo-holder,
    .rt-header.mobile-header-style4.fixed .logo-holder {
        margin: 0;
        flex: 1;
        justify-content: center;
        display: inline-flex;
        align-items: center;
        text-align: center;
    }

    .rt-header .logo-holder .logo-default img {
        width: 70%;
    }

    .rt-header.style1.mobile-header-style1 .rt-menu-holder {
        display: none;
    }

    .rt-header .logo-holder.cat-logo-holder .logo {
        display: none;
    }

    .rt-header .header_cat_name {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #272727;
        flex-direction: row;
    }

    .rt-header .header_cat_name a {
        background: none;
        background-color: transparent;
        background-image: none;
        box-shadow: none !important;
        padding: 0;
        display: flex;
        margin-left: -10px;
        font-size: 16px;
        align-items: center;
        cursor: pointer;
        padding: 0 8px 0 0;
    }

    .rt-header .header_cat_name a[type=button] {
        background: none !important;
        background-color: transparent !important;
        background-image: none !important;
        box-shadow: none !important;
    }

    .rt-header .header_cat_name a svg {
        width: 30px;
        height: 100%;
    }

    .rt-header .header_cat_name .rt-cat-name-items {
        display: flex;
        flex-direction: column;
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
        letter-spacing: 0.3px;
    }

    .rt-header .header_cat_name .rt-cat-name-items span {
        font-size: 12px;
        line-height: 14px;
        text-align: left;
        color: #676766;
        font-weight: 400;
    }

    .wraper_header_main .header_main .brand-logo {
        margin: 0;
        flex: 1;
        justify-content: center;
        display: inline-flex;
        align-items: center;
        text-align: center;
        margin-right: 30px;
    }

    .rt-header.mobile-header-style1 .header_main .brand-logo {
        margin: 0;
        flex: 1;
        justify-content: center;
        display: inline-flex;
        align-items: center;
        text-align: center !important;
        margin-right: 0;
        padding: 0;
    }

    .rt-header.mobile-header-style1 .header_main #rt-mainMenu {
        display: none;
    }

    .wraper_header_main .header_main #rt-mainMenu {
        display: none;
    }

    #mobile-menu p.site-title {
        margin: 0;
        font-size: 24px;
    }
}

@media (min-width: 1025px) {
    .rt-header.style2.mobile-header-style1 .rt-navbar-menu .apr-nav-menu--main > .mega-menu > li:not(.megamenu) .sub-menu .sub-menu {
        top: -9px;
        left: : calc(100% + 30px);
        right: auto;
    }

    .rt-header.style2.mobile-header-style1 .rt-navbar-menu.menu-right .apr-nav-menu--main > .mega-menu > li:not(.megamenu) .sub-menu .sub-menu,
    .rt-header.style3.mobile-header-style1 .rt-navbar-menu.menu-right .apr-nav-menu--main > .mega-menu > li:not(.megamenu) .sub-menu .sub-menu {
        top: -9px;
        right: calc(100% + 30px);
        left: auto;
    }
}

@media only screen and (min-width: 1068px) {
    .rt-header.style6 .rt-search-box2.cat-search-box {
        display: block;
        text-align: right;
        flex: 1;
        flex-shrink: 1;
        margin-right: 15%;
        margin-left: 15%;
    }

    .rt-header.fixed .fixed-logo-holder .logo-holder {
        margin-left: 20px
    }

    .rt-header.fixed .fixed-logo-holder .rt-mobile-toggle-holder {
        display: flex
    }
}

@media only screen and (max-width: 1024px) {
    .rt-header.logo-center.style5 .logo-holder {
        display: inline-flex;
    }
}

@media only screen and (min-width: 736px) {

    #mobile-menu,
    #desktop-menu {
        width: 400px
    }

}

@media only screen and (min-width: 1024px) {
    .rt-product-search {
        display: none !important;
    }

    #mobile-menu,
    #desktop-menu {
        width: 400px;
        overflow-x: hidden;
    }

    #mobile-menu::-webkit-scrollbar {
        display: none;
    }

    #mobile-menu .mobile-menu-top .rt-search-cart-holder {
        display: none;
    }

    #mobile-menu .rt-mobile-menu > li > a {
        font-size: 16px;
        line-height: 28px;
    }

    #mobile-menu .mobile-side-panel-inner {
        padding-top: 50px !important;
    }

    #mobile-menu .rt-mobile-menu > li > a {
        padding: 15px 0;
    }

    #mobile-menu .menu-item-mega-parent li.mega-menu-content .elementor-container {
        display: flex;
        flex-direction: column;
        width: 100%;
        position: relative;
    }

    #mobile-menu .menu-item-mega-parent li.mega-menu-content .elementor-container .elementor-inner-column {
        margin: 0px;
    }

    #mobile-menu .menu-item-mega-parent li.mega-menu-content section {
        border: none;
        padding: 0px;
    }
}

@media only screen and (max-width: 1024px) {
    .desktop-menu-icon {
        display: none;
    }
}

#mobile-menu .mobile-side-panel-inner,
#desktop-menu .mobile-side-panel-inner {
    padding: 15px 15px 15px;
    flex: 1;
    margin: 0px;
}

@media only screen and (min-width: 736px) {

    #mobile-menu .mobile-side-panel-inner,
    #desktop-menu .mobile-side-panel-inner {
        padding: 0 30px 30px
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }

    .rt-mobile-menu .sub-menu a {
        display: inline-flex;
        align-items: center;
        text-transform: none;
        font-size: 14px;
    }

    .mega-menu-section {
        display: initial;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }

    .rt-mobile-menu .sub-menu a {
        display: inline-flex;
    }

    .mega-menu-section {
        display: initial;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .search-area-grid {
        margin: 0;
    }

    #search-box2 {
        padding: 0;
        margin: 0;
    }

    #search-box2 input[type="text"] {
        width: auto;
        padding: 0;
    }

    .rt-search-box2 {
        float: right;
        position: absolute;
        top: 16px;
        right: 30px;
        display: none;
    }

    .rt-mainMenu-open #header .default-search .search-btn2 {
        display: none;
    }

    .rt-mainMenu-open #header .default-search .search-btn2 {
        display: block;
        color: #272727;
    }
}

@media only screen and (max-width: 767px) {
    .search-area-grid {
        margin: 0;
    }

    #search-box2 {
        padding: 0;
        margin: 0;
    }

    #search-box2 input[type="text"] {
        width: auto;
        padding: 0;
    }

    .rt-search-box2 {
        float: right;
        position: absolute;
        top: 16px;
        right: 30px;
    }

    .rt-mainMenu-open #header .default-search .search-btn2 {
        display: none;
    }

    .rt-mainMenu-open #header .default-search .search-btn2 {
        display: block;
        color: #272727;
    }

    .rt-mainMenu-open #header .rt-cart-box .ti-shopping-cart {
        display: block;
        color: #272727;
    }
}

@media (max-width: 767px) {
    .header-default {
        padding: 0 5px
    }
}

@media (min-width: 1025px) {
    .elementor-widget-apr-header-group .elementor-widget-container {
        display: inline-block
    }

    .language-icon-open body > .language-content {
        min-width: 325px
    }

    .menu-title {
        text-transform: uppercase;
        margin-bottom: 17px
    }

    .show-space-line .style-menu .apr-nav-menu--main .mega-menu > li > a:before {
        content: none
    }

    .sub-cart .woocommerce a.button.checkout:before {
        background-color: #fff !important
    }

    .apr-nav-menu--layout-dropdown {
        border: 1px solid #ebeeee
    }
}

@media (max-width: 1024px) {
    .header-default .header-group > div {
        margin: 0 7.5px
    }

    .apr-nav-menu--main > .mega-menu .sub-menu li .sub-menu .li a {
        font-size: 14px
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .header-default .header-group > div {
        margin: 0 3px
    }

    .header-default .header-group > div:first-child {
        margin-left: 0
    }

    .header-default .header-group > div:last-child {
        margin-right: 0
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .megamenu.mega_column_4 > ul.sub-menu {
        width: 932px
    }

    .megamenu.mega_column_5 > ul.sub-menu {
        width: 932px
    }
}

@media (max-width: 1024px) {
    .menu-toggle .apr-nav-menu--layout-horizontal .mega-menu {
        display: none
    }
}

@media (min-width: 1025px) {
    .megamenu:not(.menu_fullw) .megamenu_sub {
        border: 1px solid #ebeeee
    }
}

@media (min-width: 1660px) {

    .header-sticky .container-fluid,
    .site-header .container-fluid {
        padding: 0 100px
    }
}

@media (max-width: 1530px) {
    .site-description {
        display: none
    }
}

@media (max-width: 1315px) and (min-width: 1025px) {
    .header-default .mega-menu > li > a {
        font-size: 14px !important
    }

    .header-default .navigation-top {
        width: 80%
    }
}

@media (max-width: 1100px) and (min-width: 1025px) {
    .site-branding-text .site-title {
        font-size: 22px
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }

    .site:not(.boxed) .container-fluid.boxed {
        padding: 0 100px
    }

    .megamenu_sub {
        width: 1170px
    }

    #page.boxed .container,
    #page.boxed .elementor-inner .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 100%
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .header-sticky.default .mega-menu > li > a {
        padding-left: 11px !important;
        padding-right: 11px !important
    }

    .header-default .mega-menu > li > a {
        padding-left: 10px !important;
        padding-right: 10px !important
    }
}

@media (max-width: 1199px) {
    .megamenu_sub .elementor-container {
        max-width: 100% !important
    }
}

@media (min-width: 1025px) {

    .apr-nav-menu--layout-dropdown .megamenu_sub,
    .apr-nav-menu--layout-dropdown .sub-menu {
        margin-top: -120px
    }

    .mega-menu .woo-list-category ul.children-cate li {
        width: 100%;
        display: inline-block
    }

    .mega-menu .woo-list-category ul.children-cate li a {
        display: inline-block
    }

    .mega-menu .woo-list-category ul.children-cate li a:before {
        content: "";
        width: 0;
        height: 1px;
        background: #2c2c2c;
        position: absolute;
        bottom: 0 !important;
        left: auto;
        right: 0;
        opacity: 0;
        -webkit-transition: all .2s linear;
        transition: all .2s linear
    }

    .mega-menu .woo-list-category ul.children-cate li a:hover:before {
        width: 100%;
        left: 0;
        right: auto;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .bgr-white .elementor-column-wrap {
        background-color: #fff !important
    }

    .apr-nav-menu--main > .mega-menu .sub-menu li a {
        display: inline-block
    }

    .apr-nav-menu--main > .mega-menu .sub-menu li .caret-submenu {
        display: block;
        position: absolute;
        right: 0;
        bottom: 18px;
        font-size: 8px;
        margin-left: 8px;
        pointer-events: none
    }

    .apr-nav-menu--main > .mega-menu .sub-menu li .caret-submenu .theme-icon-download:before {
        content: "\e904"
    }

    .apr-nav-menu--main > .mega-menu .sub-menu li:hover .caret-submenu {
        color: #2c2c2c
    }

    .sub-menu .menu-item-has-children .sub-arrow {
        display: none
    }

    .show-border-icon .header-account > a.icon-login {
        display: inline-block
    }

    .header-builder.home-fashion-children .header-group {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .header-builder.home-fashion-children .header-group .header-address {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .header-builder.home-fashion-children .header-group .header-account {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .header-builder.home-fashion-children .header-group .header-cart {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .sub-cart {
        min-width: 456px
    }

    .elementor-widget-container .apr-nav-menu--main > .mega-menu > li > a {
        color: #2c2c2c
    }

    .megamenu_sub .elementor-widget-container .apr-nav-menu--main > .mega-menu > li:last-of-type > a {
        border-bottom: 0 !important;
        margin-bottom: 0 !important
    }

    .apr-nav-menu--layout-horizontal .mega-menu > li > a .sub-arrow i:before,
    .navigation-top .apr-nav-menu--main .mega-menu > li > a .sub-arrow i:before {
        content: "\e900"
    }

    .customize-header2.openmenu .overlay-menu {
        visibility: hidden
    }

    .customize-header2 .enable-sticky .apr-nav-menu--layout-dropdown,
    .customize-header2.has-scroll .apr-nav-menu--layout-dropdown {
        margin-top: 0 !important
    }

    .has-scroll .header-scroll.apr-nav-menu--layout-dropdown {
        top: auto !important;
        bottom: 0;
        min-height: 100vh;
        height: auto !important
    }

    .apr-nav-menu--layout-dropdown .mega-menu > li > a {
        font-size: 16px;
        padding-bottom: 13px;
        margin-bottom: 14px
    }

    .apr-nav-menu--dropdown-tablet .apr-nav-menu--dropdown:not(.sub-menu) {
        display: none
    }

    .elementor-widget-apr-header-group.header-group-toggle-mobile-destop .menu-icon {
        display: block !important
    }

    .hidden-desktop {
        display: none !important
    }

    .caret-submenu {
        margin-left: 8px
    }

    .apr-nav-menu--layout-dropdown {
        width: 347px
    }

    .apr-nav-menu--layout-dropdown .caret-submenu {
        float: right
    }

    .apr-nav-menu--layout-dropdown .mega-menu .woo-list-category .caret-submenu {
        display: none
    }

    .show-border-icon .header-account > a,
    .show-border-icon .header-address > i,
    .show-border-icon .header-cart > a,
    .show-border-icon .header-language .lang-1,
    .show-border-icon .header-social ul li a,
    .show-border-icon .header-visit-home > a,
    .show-border-icon .header-wishlist > a,
    .show-border-icon .menu-icon,
    .show-border-icon .not-show-field .btn-search {
        height: 40px;
        width: 40px;
        text-align: center;
        float: none;
        line-height: 40px;
        display: block;
        border: 1px solid #ebeeee
    }

    .show-border-icon .apr-header-wishlist i {
        vertical-align: middle;
        margin-top: -4px
    }

    .show-border-icon .header-account > a i,
    .show-border-icon .header-cart > a i {
        float: none
    }

    .show-border-icon .header-social ul li a,
    .show-border-icon .not-show-field .btn-search {
        margin-top: 0
    }

    .show-border-icon .menu-icon {
        border-style: solid !important
    }

    .elementor-widget-apr-header-group .show-border-icon .menu-icon i,
    .elementor-widget-apr-header-group .show-border-icon .toggle-search i {
        display: inline-block
    }

    .header-language.header-language-text .languges-flags .lang-1 > i,
    .header-language.header-language-text-flag .languges-flags .lang-1 > i {
        display: none
    }

    .header-language.header-language-icon .languges-flags .lang-1 {
        display: inline-block
    }

    .header-language.header-language-icon .languges-flags .language-content {
        background: #fff;
        list-style-type: none;
        -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, .29);
        box-shadow: 0 0 9px 0 rgba(0, 0, 0, .29);
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        width: 245px;
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        z-index: 100;
        -webkit-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out
    }

    .header-language.header-language-icon .languges-flags .language-content .title-lang {
        display: block
    }

    .header-language.header-language-icon .content-filter.languges {
        padding: 15px 20px 0 20px
    }

    .openlanguage .header-language.header-language-icon .languges-flags .language-content {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }

    .openlanguage .overlay.overlay-menu {
        opacity: .3;
        visibility: visible;
        background: #000
    }

    .admin-bar .header-language.header-language-icon .languges-flags .language-content {
        top: 32px
    }

    .apr-nav-menu--dropdown-tablet .apr-nav-menu--dropdown:not(.sub-menu) {
        display: none
    }

    .apr-nav-menu--main > .mega-menu > li:not(.megamenu) > .sub-menu {
        -webkit-transform: rotate3d(1, 0, 0, -90deg);
        transform: rotate3d(1, 0, 0, -90deg);
        left: -20px;
    }

    .apr-nav-menu--main > .mega-menu > li:not(.megamenu) > .sub-menu > li:first-child:before {
        top: -9px
    }

    .apr-nav-menu--main > .mega-menu > li:not(.megamenu) .sub-menu {
        position: absolute;
        padding: 25px 0px 15px 0px;
        opacity: 0;
        z-index: 10;
        visibility: hidden;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        min-width: 250px;
        top: 100%;
        -webkit-transition: all .6s ease;
        transition: all .6s ease;
        text-align: left;
    }

    .apr-nav-menu--main > .mega-menu > li.menu-item-mega-parent .sub-menu {
        border: none;
        background: none;
        width: 600px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .apr-nav-menu--main > .mega-menu > li:not(.megamenu) .sub-menu .sub-menu {
        top: -9px;
        left: calc(100% + 0px)
    }

    .apr-nav-menu--main > .mega-menu > li:not(.megamenu) .sub-menu .menu-even.sub-menu {
        left: auto;
        right: calc(100% + 0px);
    }

    .apr-nav-menu--main > .mega-menu > li:not(.megamenu):hover > .sub-menu {
        -webkit-transform: none;
        transform: none
    }

    .apr-nav-menu--main > .mega-menu .sub-menu {
        background: #fff;
        border: 1px solid #ebeeee;
    }

    .apr-nav-menu--main > .mega-menu .sub-menu .sub-menu {
        -webkit-transform: rotate3d(1, 0, 0, -90deg);
        transform: rotate3d(1, 0, 0, -90deg)
    }

    .apr-nav-menu--main > .mega-menu .sub-menu li:hover .sub-menu {
        -webkit-transform: none;
        transform: none
    }

    .apr-nav-menu--main > .mega-menu li:hover > .sub-menu {
        opacity: 1;
        visibility: visible
    }

    .apr-nav-menu--layout-dropdown .apr-nav-menu > li > .sub-menu {
        -webkit-transform: rotate3d(1, 0, 0, -90deg) !important;
        transform: rotate3d(1, 0, 0, -90deg) !important;
        left: 100% !important;
        top: 0 !important
    }

    .apr-nav-menu--layout-dropdown .apr-nav-menu > li:hover > .sub-menu {
        -webkit-transform: none !important;
        transform: none !important
    }

    .header-default .apr-nav-menu--main > .mega-menu > li:not(.megamenu) .sub-menu .sub-menu {
        left: calc(100% + 30px)
    }

    .mega-menu > li > a {
        font-size: 16px;
        font-weight: 400
    }

    .mega-menu > li:not(.megamenu).left_side_menu .sub-menu {
        left: auto;
        right: 15px
    }

    .mega-menu > li:not(.megamenu).left_side_menu .sub-menu .sub-menu {
        left: auto;
        right: calc(100% + 30px)
    }

    .mega-menu li .product_list_widget .product-img {
        width: 60px;
        border: 1px solid #ebebeb
    }

    .mega-menu li .product_list_widget .product-img a {
        padding: 0;
        border: none !important
    }

    .mega-menu li .product_list_widget .product-img a:hover {
        background: 0 0
    }

    .mega-menu li .product_list_widget .product-img a img {
        width: 60px
    }

    .mega-menu li .product_list_widget .product-content {
        overflow: hidden
    }

    .mega-menu li .product_list_widget .product-content .product-title {
        font-size: 12px;
        padding: 0;
        text-transform: none;
        line-height: normal;
        border: none !important
    }

    .mega-menu li .product_list_widget .product-content .product-title:hover {
        background: 0 0
    }

    .mega-menu li .product_list_widget .product-content .price del span {
        font-size: 13px !important
    }

    .mega-menu li .product_list_widget .product-content .price .amount {
        font-size: 16px
    }

    .mega-menu li .product_list_widget .product-content span.woocommerce-Price-amount span {
        font-size: 16px
    }

    .header-default .menu-icon {
        display: none
    }

    .header-default .mega-menu > li > a {
        color: #fff;
        font-size: 16px;
        letter-spacing: .3px;
        text-transform: uppercase;
        padding: 28px 15px
    }

    .header-default .mega-menu > li:last-child {
        margin: 0
    }

    .header-default .mega-menu > li:last-child > a {
        padding-right: 0 !important
    }

    .header-default .mega-menu > li:first-child > a {
        padding-left: 0 !important
    }

    .header-default .mega-menu > li.current-menu-item > a,
    .header-default .mega-menu > li:hover > a {
        color: #2c2c2c
    }

    .megamenu_sub {
        background: 0 0;
        position: absolute;
        left: 50%;
        margin: 0 auto;
        top: 100%;
        -webkit-transform-origin: 0 0 0;
        transform-origin: 0 0 0;
        -webkit-transform: translateX(-50%) rotate3d(1, 0, 0, -90deg);
        transform: translateX(-50%) rotate3d(1, 0, 0, -90deg);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .6s ease 0s;
        transition: all .6s ease 0s
    }

    .megamenu.menu_fullw .megamenu_sub {
        left: 0;
        -webkit-transform: rotate3d(1, 0, 0, -90deg);
        transform: rotate3d(1, 0, 0, -90deg)
    }

    .mega-menu > li:hover .megamenu_sub {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 1;
        visibility: visible
    }

    .mega-menu > li.menu_fullw:hover .megamenu_sub {
        -webkit-transform: unset;
        transform: unset;
        opacity: 1;
        visibility: visible
    }

    .apr-nav-menu--layout-dropdown.apr-nav-menu--main > .mega-menu .caret-submenu {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        top: 0
    }

    .apr-nav-menu--layout-dropdown.apr-nav-menu--main > .mega-menu > li:not(.megamenu) .sub-menu {
        top: 0;
        display: block;
        left: calc(100% + 30px)
    }

    .apr-nav-menu--layout-dropdown.apr-nav-menu--main > .mega-menu > li:not(.megamenu) > .sub-menu,
    .apr-nav-menu--layout-dropdown.apr-nav-menu--main > .mega-menu > li > .megamenu_sub {
        left: calc(100% + 30px)
    }

    .apr-nav-menu--layout-dropdown.apr-nav-menu--main > .mega-menu li.menu-item-has-children > a::after {
        display: none
    }

    .apr-nav-menu--layout-dropdown .megamenu_sub {
        left: 100%;
        top: 0;
        -webkit-transform: rotate3d(1, 0, 0, -90deg);
        transform: rotate3d(1, 0, 0, -90deg)
    }

    .apr-nav-menu--layout-dropdown .mega-menu > li:hover .megamenu_sub {
        -webkit-transform: none;
        transform: none
    }

    .apr-nav-menu--layout-vertical .megamenu_sub {
        left: 100%;
        top: 0;
        -webkit-transform: rotate3d(1, 0, 0, -90deg);
        transform: rotate3d(1, 0, 0, -90deg)
    }

    .apr-nav-menu--layout-vertical .mega-menu > li:hover .megamenu_sub {
        -webkit-transform: none;
        transform: none
    }

    .apr-nav-menu--layout-vertical.apr-nav-menu--main > .mega-menu > li:not(.megamenu) > .sub-menu {
        left: 100%;
        top: 0;
        -webkit-transform: translateY(-30%);
        transform: translateY(-30%)
    }

    .header-fullheight {
        width: 300px;
        display: inline-block;
        position: fixed !important;
        top: 0;
        left: 0;
        z-index: 11
    }

    .header-fullheight > .elementor-container {
        height: 100%
    }

    .admin-bar .header-fullheight {
        top: 32px
    }

    .menu-icon {
        display: none;
    }
}

@media (min-width: 1025px) and (max-width: 1560px) {
    .apr-nav-menu--layout-dropdown .megamenu_sub {
        width: 1000px
    }

    .apr-nav-menu--layout-dropdown .megamenu_sub .megamenu-content > .elementor > .elementor-inner > .elementor-section-wrap > .elementor-element > .elementor-container > .elementor-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .apr-nav-menu--layout-dropdown .megamenu_sub .megamenu-content > .elementor > .elementor-inner > .elementor-section-wrap > .elementor-element > .elementor-container > .elementor-row > .elementor-element {
        width: 100% !important
    }
}

@media (max-width: 1199px) and (min-width: 1025px) {
    .chosen-single {
        padding: 13px 15px
    }

    .sale-header > p {
        font-size: 11px
    }

    .header-fixed .side-breadcrumb {
        padding-top: 150px
    }

    .megamenu_sub {
        width: 930px;
        padding-bottom: 25px
    }
}

@media (max-width: 1024px) {

    .apr-nav-menu--layout-horizontal,
    .apr-nav-menu--layout-horizontal .mega-menu {
        display: none;
    }

    .rt-header.style2.mobile-header-style1 .rt-navbar-menu {
        display: none;
    }

    .rt-header.style3.mobile-header-style1 .rt-navbar-menu {
        display: none;
    }

    .rt-header.style4.mobile-header-style1 .rt-navbar-menu,
    .rt-header.style4.mobile-header-style1 .rt-landing-button-holder .rt_landing_text_link1,
    .rt-header.style4.mobile-header-style1 .rt-landing-button-holder .rt_landing_text_link2 {
        display: none;
    }

    .rt-header.style2.mobile-header-style1 {
        position: inherit;
    }

    .rt-header.fixed .rt-navbar-menu,
    .rt-header.fixed .rt-navbar-menu .apr-nav-menu--layout-horizontal .mega-menu,
    .rt-header.style2.mobile-header-style1.fixed .rt-navbar-menu .rt-navbar-menu,
    .rt-header.style3.mobile-header-style1.fixed .rt-navbar-menu .rt-navbar-menu,
    .rt-header.mobile-header-style4.fixed .rt-landing-button-holder .rt_landing_text_link1,
    .rt-header.mobile-header-style4.fixed .rt-landing-button-holder .rt_landing_text_link2 {
        display: none !important;
    }

    .rt-header.style2.mobile-header-style1.fixed .rt-navbar-menu {
        position: inherit;
    }

    .rt-header.fixed {
        padding: 0;
    }

    ul.list-info-contact li .info-content {
        padding-left: 30px
    }

    header .apr-nav-menu--main .mega-menu > li > a {
        margin-left: 0;
        margin-right: 0
    }

    .remove-bg .elementor-column-wrap {
        background-color: transparent !important
    }

    .apr-nav-menu--main > .mega-menu .sub-menu li a {
        color: #707070
    }

    .apr-nav-menu--main .mega-menu li .sub-menu li:last-child {
        margin-bottom: 15px
    }

    .megamenu-content .apr-nav-menu--main .menu-title,
    .megamenu-content .apr-nav-menu--main > .mega-menu > li > a {
        border-color: #dbdbdb !important
    }

    .mega-menu-furniture {
        background: 0 0 !important
    }

    .apr-nav-menu--main > .mega-menu .sub-menu li a {
        border-color: #dbdbdb
    }

    .remove-boxshadown .elementor-element-populated {
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    .sub-cart a.button:hover {
        background-color: #2c2c2c
    }

    .style-menu .apr-nav-menu--layout-horizontal > .mega-menu {
        display: none
    }

    .megamenu-content .apr-nav-menu--main .mega-menu > li > a:not(:hover):not(:focus):not(.apr-item-active):not(.highlighted):before {
        opacity: 1
    }

    .megamenu-content .menu-title {
        position: relative;
        text-transform: none;
        padding: 0 0 13px;
        margin-bottom: 13px;
        margin-top: 8px;
        letter-spacing: 0;
        display: block;
        white-space: nowrap;
        color: #707070;
        margin-left: 20px;
        border-bottom: 1px solid #dbdbdb;
        line-height: 28px;
        font-family: Jost
    }

    .megamenu-content .style-menu .mega-menu {
        padding-left: 21px !important;
        margin-bottom: 4px
    }

    .megamenu-content .style-menu .mega-menu li a {
        padding: 0 0 3px;
        margin-bottom: 9px;
        letter-spacing: 0;
        position: relative;
        display: block;
        margin-left: 20px;
        border-bottom: 1px solid #dbdbdb;
        white-space: pre-line;
        color: #707070
    }

    .apr-nav-menu--layout-dropdown .mega-menu .caret-submenu {
        top: 0;
        right: -10px
    }

    .header-moblie-show {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header-moblie-show .header-visit-home {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .header-moblie-show .header-account {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .header-moblie-show .header-cart {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .header-moblie-show .header-wishlist {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .header-moblie-show .header-language {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .megamenu_sub {
        height: auto !important
    }

    .megamenu_sub .slimScrollRail {
        display: none !important
    }

    .apr-nav-menu--layout-dropdown {
        width: 80%;
        padding: 20px;
        top: 0px !important;
        background: #fff;
    }

    .apr-nav-menu--layout-dropdown .mega-menu > li.megamenu .megamenu_sub {
        -webkit-transform: none;
        transform: none;
        padding: 0;
        background: 0 0;
        width: 100% !important
    }

    .apr-nav-menu--layout-dropdown .mega-menu {
        padding: 30px 0;
        height: calc(100% - 20px);
        overflow-y: auto;
        overflow-x: hidden;
        background: #fff;
    }

    .apr-nav-menu--layout-dropdown .mega-menu li .sub-menu {
        padding-left: 21px
    }

    .apr-nav-menu--layout-dropdown .mega-menu .megamenu_sub .mega-menu {
        padding: 0
    }

    .openmenu .overlay-menu {
        opacity: 0;
        visibility: hidden
    }

    .header-group-toggle-mobile-tablet .menu-icon {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        cursor: pointer
    }

    .hiden-icon-search .btn-search.toggle-search {
        display: none
    }

    .not-show-field .btn-search {
        font-size: 16px
    }

    .header-sticky,
    .header-sticky.hidden-menu,
    .header-sticky.is-sticky {
        top: 0;
        background: #fff;
        -webkit-transform: none;
        transform: none;
        z-index: 99
    }

    .check-screen-mb .not-show-field.header-search .btn-search {
        font-size: 20px
    }

    .header-moblie-show {
        background: #fff;
        z-index: 99;
        position: fixed;
        bottom: 0;
        left: 0;
        height: 50px;
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .05);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, .05)
    }

    .header-moblie-show.header-group {
        width: 100%
    }

    .header-moblie-show.header-group > div {
        margin: 0;
        text-align: center;
        width: 20%;
        float: left
    }

    .header-moblie-show.header-group > div:first-child:nth-last-child(1) {
        width: 100%
    }

    .header-moblie-show.header-group > div:first-child:nth-last-child(2),
    .header-moblie-show.header-group > div:first-child:nth-last-child(2) ~ div {
        width: 50%
    }

    .header-moblie-show.header-group > div:first-child:nth-last-child(3),
    .header-moblie-show.header-group > div:first-child:nth-last-child(3) ~ div {
        width: 33.3333%
    }

    .header-moblie-show.header-group > div:first-child:nth-last-child(4),
    .header-moblie-show.header-group > div:first-child:nth-last-child(4) ~ div {
        width: 25%
    }

    .header-moblie-show.header-group > div:first-child:nth-last-child(6),
    .header-moblie-show.header-group > div:first-child:nth-last-child(6) ~ div {
        width: 16.666%
    }

    .header-moblie-show.header-group > div.hiden-icon-search {
        width: 0
    }

    .header-fixed .site-header:not(.is-sticky) > .elementor > .elementor-inner > .elementor-section-wrap > .elementor-element {
        background-color: transparent !important
    }
}

/**************************************************************************************************************************************/
*--------------------------------------------------------------- > > > RadiantThemes Custom CSS > > > THEME CUSTOM CSS || DO NOT CHANGE THIS WITHOUT PROPER KNOWLEDGE ----------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
* {
    margin: 0;
    text-decoration: none !important;
    outline: none !important;
}

::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: #272727;
}

::selection {
    color: #fff;
    background: #272727;
}

body {
    margin: 0px;
}

.hidden {
    display: none;
}

a {
    color: #272727;
}

a:hover {
    color: #272727;
    text-decoration: none;
}


button:focus {
    outline: 1px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.btn {
    border-radius: 0px;
}

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

iframe {
    max-width: 100%;
}

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

ol {
    list-style: decimal inside;
}

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

strong {
    font-weight: 400;
}

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

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

label {
    font-weight: 400;
}

.no-padding {
    padding: 0;
}

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

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1260px !important;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

button,
input,
optgroup,
select,
textarea {
    outline: none;
    border: none;
}

.widget select {
    width: 100%;
}

button.button {
    box-shadow: none !important;
}

/*--------------------------------------------------------------
# Scrollup
--------------------------------------------------------------*/

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

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

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

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

body > .scrollup.right.active {
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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;
}

/*--------------------------------------------------------------
# Header Menu Style Start
--------------------------------------------------------------*/
.header-menu-row .row {
    margin-right: auto;
    margin-left: auto;
}

.row.align-middle {
    display: flex;
    flex-flow: row wrap;
    margin-right: auto;
    margin-left: auto;
}

.rt-column {
    display: flex;
    align-items: center;
}

.rt-header.mobile-header-style1 .rt-header-holder {
    width: 100%;
}

.rt-text-underline .elementor-heading-title {
    position: relative;
    display: inline-block;
}

.rt-text-underline .elementor-heading-title:after {
    content: "";
    background: currentColor;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0px;
}

.object-fit {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.rt-main-menu .sub-menu li a,
.rt-main-menu .sub-menu li a:before {
    transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

.logo-holder {
    display: inline-flex;
    flex-shrink: 0;
}

.logo-holder .logo {
    position: relative;
}

.logo-holder .logolink {
    display: inline-flex;
    position: relative;
    align-items: center
}

.logo-holder .logoimg {
    max-height: 40px;
    object-fit: contain
}

/********************
 Logo center align start
*********************/
.rt-header.logo-center .logo-holder {
    order: 2;
    flex: 1;
    display: block;
    text-align: left;
}

.rt-header.logo-center .rt-search-cart-holder {
    order: 3;
}

.rt-header.logo-center.style5 .logo-holder {
    order: 2;
    flex: 1;
    display: block;
    text-align: center;
}

.rt-header.logo-left.style5 .logo-holder {
    order: 2;
    flex: 1;
    display: block;
    text-align: left;
}

.rt-header.logo-right.style5 .logo-holder {
    order: 2;
    flex: 1;
    display: block;
    text-align: right;
}

/********************
 Logo center align end
*********************/

/********************
 Logo right align start
*********************/
.rt-header.logo-right .logo-holder {
    order: 3;
}

.rt-header.logo-right .rt-search-cart-holder {
    order: 1;
}

.rt-header.logo-right .rt-navbar-menu.menu-center {
    order: 2;
}

/********************
 Logo right align end
*********************/
.rt-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    top: 0;
    left: 0;
    width: 100%;
    user-select: none;
}

.admin-bar .rt-header {
    top: 0;
}

@media screen and (max-width: 782px) and (min-width: 601px) {
    .admin-bar .rt-header {
    top: 42px;
    }
}

@media screen and (min-width: 783px) {
    .admin-bar .rt-header {
    top: 32px;
    }
}

.rt-header .header-logo-row {
    width: 100%;
    padding: 15px 0
}

.rt-header .header-logo-row > .row {
    width: 100%
}

.rt-header .header-logo-row > .row > .columns {
    display: flex;
    align-items: center
}

.rt-header .header-menu-row {
    display: none;
}

.rt-header .header-menu-row > .row > .columns {
    display: flex;
    align-items: center
}

.rt-header .header-menu-row > .row > .columns.text-right {
    justify-content: flex-end;
}

.rt-header.mobile-header-style1 .mobile-logo-column {
    display: flex;
    align-items: center;
    box-shadow: 0px 1px 0px 0px rgb(0 0 0 / 6%);
}

.rt-header.mobile-header-style1.fixed .mobile-logo-column {
    box-shadow: none;
}

.rt-header.mobile-header-style1 .rt-header-holder {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
}

/**** Default Theme******/
.rt-header.mobile-header-style1 .header_main {
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    box-shadow: 0px 1px 0px 0px rgb(0 0 0 / 6%);
}

.rt-header.mobile-header-style1 .header_main .brand-logo {
    display: inline-flex;
    flex-shrink: 0;
}

.rt-header.mobile-header-style1 .header_main .brand-logo p.site-title,
.rt-header.mobile-header-style1 .header_main .brand-logo .table {
    margin: 0;
    font-size: 34px;
    color: #272727;
}

.rt-header.mobile-header-style1 .header_main #rt-mainMenu {
    flex-shrink: 1;
    flex: 1;
    text-align: right;
}

.rt-header.mobile-header-style1.fixed .header_main {
    padding-left: 0px;
    padding-right: 0px;
}

.rt-header.mobile-header-style1 .header_main #rt-mainMenu .apr-nav-menu--layout-horizontal {
    padding-right: 0;
}

.apr-nav-menu--main > .mega-menu .sub-menu li a::before,
.rt-header.mobile-header-style1 .header_main #rt-mainMenu .apr-nav-menu--main ul li:last-child {
    margin-right: 0;
}

.rt-header.mobile-header-style1 .header_main #rt-mainMenu .apr-nav-menu--main > .mega-menu > li:not(.megamenu) .sub-menu {
    min-width: 300px;
}

.apr-nav-menu--main > .mega-menu > li .sub-menu {
    position: absolute;
    padding-top: 25px;
    padding-bottom: 15px;
    opacity: 0;
    z-index: 10;
    visibility: hidden;
    min-width: 250px;
    top: 100%;
    text-align: left;
    left: -20px;
}

.rt-select-wrapper {
    position: relative;
    width: 250px;
    height: 45px;
    display: inline-block;
    vertical-align: middle;
    min-width: 140px;
    padding-right: 36px;
    margin-bottom: 15px;
    border-radius: 0px;
    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: relative;
    left: 50%;
    top: 16px;
    margin-left: -8px;
    margin-top: -16px;
    font-size: 10px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-weight: normal;
}

.default-page table thead tr th,
.default-page table tbody tr td,
.default-page table tbody tr th,
.default-page table tfoot tr td,
.default-page table tfoot tr th,
.comment-content table thead tr th,
.comment-content table tbody tr td,
.comment-content table tbody tr th,
.comment-content table tfoot tr td,
.comment-content table tfoot tr th,
.wpb_text_column table thead tr th,
.wpb_text_column table tbody tr td,
.wpb_text_column table tbody tr th,
.wpb_text_column table tfoot tr td,
.wpb_text_column table tfoot tr th {
    padding: 10px 10px 10px 10px;
    border: 1px #e2e2e2 solid;
    text-align: left;
}

.tinv-wishlist table.tinvwl-table-manage-list thead tr th,
.tinv-wishlist table.tinvwl-table-manage-list tbody tr td,
.tinv-wishlist table.tinvwl-table-manage-list tbody tr th,
.tinv-wishlist table.tinvwl-table-manage-list tfoot tr td,
.tinv-wishlist table.tinvwl-table-manage-list tfoot tr th {
    border: none;
}

.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;
}

.default-page .shop_table thead tr th,
.default-page .shop_table tbody tr th,
.default-page .shop_table tfoot tr td,
.default-page .shop_table tfoot tr th {
    border: none;
}

.woocommerce table.shop_table td {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
}

.wp-block-button.is-style-outline a,
.wp-block-button.is-style-squared a,
.wp-block-button.alignleft a,
.wp-block-button.alignright a,
.wp-block-button.aligncenter a {
    border: 0;
    font-weight: normal;
    border-radius: 0;
}

.wp-block-button a {
    border: 0;
    font-weight: normal;
    border-radius: 4px;
}

img.alignleft,
figure.alignleft {
    float: left;
    margin: 8px 30px 15px 0px !important;
    border-radius: 0px;
}

img.alignright {
    margin: 5px 0px 30px 30px;
    border-radius: 0px;
    clear: both;
}

img.alignright,
figure.alignright {
    float: right;
    margin: 5px 0px 25px 30px;
    border-radius: 0px;
}

.wp-caption-text {
    font-size: 13px;
    line-height: 17px;
    margin: 0;
    padding: 4px 0;
    text-align: left;
}

.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 {
    margin-bottom: 30px;
    padding: 1em 1.5em 1em 1.2em;
    border-left-width: 4px;
    border-left-style: solid;
    font-weight: 400;
    font-size: 16px;
    border-color: #272727;
    font-style: italic;
}

.default-page table,
.comment-content table,
.wpb_text_column table {
    width: 100%;
    margin-bottom: 25px;
}

.default-page dd,
.comment-content dd,
.wpb_text_column dd {
    margin: 0 0px 20px 20px;
}

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
    padding-left: 0;
    text-align: left;
}

.wp-block-pullquote:not(.is-style-solid-color) {
    margin-bottom: 5px;
}

.wp-block-file .wp-block-file__button {
    background: #272727;
    border-radius: 0px;
    color: #fff;
    border: 1px solid #272727;
    font-size: 15px;
    line-height: 30px;
    font-weight: 700;
    padding: 11px 33px;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    text-transform: capitalize;
}

.wp-block-file .wp-block-file__button:hover {
    background: #fff;
    border-radius: 0px;
    color: #272727;
    border: 1px solid #272727;
}

strike {
    text-decoration: line-through !important;
}

u {
    text-decoration: underline !important;
}

.wp-block-calendar table caption {
    color: #272727;
    text-align: center;
    caption-side: top;
    font-weight: 400;
    text-transform: capitalize;
}

.wp-calendar-nav span.wp-calendar-nav-prev {
    padding-left: 0;
    font-size: 16px;
    float: left;
    line-height: 27px;
    color: #272727;
}

.wp-calendar-nav span.wp-calendar-nav-next {
    float: right;
    padding-right: 0;
    font-size: 16px;
    line-height: 27px;
    color: #272727;
}

.wp-calendar-nav span.wp-calendar-nav-prev 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-prev a:before {
    content: "";
    width: 0;
    height: 1px;
    bottom: -3px;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}

.wp-calendar-nav span.wp-calendar-nav-prev a:hover:before {
    right: auto;
    left: 0;
    width: 100%;
}

.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:before {
    content: "";
    width: 0;
    height: 1px;
    bottom: -3px;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}

.wp-calendar-nav span.wp-calendar-nav-next a:hover:before {
    right: auto;
    left: 0;
    width: 100%;
}

.widget-area > .widget.widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-comments li.wp-block-latest-comments__comment a {
    color: inherit;
    position: relative;
    color: inherit;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.widget-area > .widget.widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-comments li.wp-block-latest-comments__comment a:before {
    content: "";
    width: 0;
    height: 1px;
    bottom: -3px;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: #272727;
}

.widget-area > .widget.widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-comments li.wp-block-latest-comments__comment a:hover:before {
    right: auto;
    left: 0;
    width: 100%;
}

.comment-list .comment.bypostauthor {
    list-style: none;
}

.screen-reader-text {
    display: none;
}

.default-page input[type="password"],
.comment-content input[type="password"],
.wpb_text_column input[type="password"] {
    padding: 5px 10px 5px 0px;
    background-color: transparent;
    background-clip: padding-box;
    border-style: none none solid;
    border-width: 1px;
    border-color: #272727;
    resize: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 0px;
    width: 100%;
    height: 50px;
}

.default-page input[type="submit"],
.comment-content input[type="submit"],
.wpb_text_column input[type="submit"] {
    border: 1px solid #272727;
    border-radius: 0px;
    background: #272727;
    color: #fff;
    padding: 11px 33px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    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);
    letter-spacing: 1.3px;
}

.default-page input[type="submit"]:hover,
.comment-content input[type="submit"]:hover,
.wpb_text_column input[type="submit"]:hover {
    border: 1px solid #272727;
    background: #fff;
    color: #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);
    letter-spacing: 1.3px;
}

.comment-content a {
    position: relative;
    display: inline-block;
    color: #272727;
}

.comment-content a:before {
    content: '';
    display: block;
    position: absolute;
    top: calc(100% - 4px);
    left: 0;
    right: 0;
    height: 1px;
    ;
    background: #272727;
    transform-origin: left center;
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -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);
}

.comment-content a:hover:before {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    background: currentColor;
}

.single-product .wraper_footer.style-default {
    margin-bottom: 80px;
}

/**** Default Theme End ******/
.rt-header.fixed .rt-header .ph {
    margin-right: 0px;
    flex: 1;
    text-align: right;
    padding-right: 5%;
}

.rt-header .ph p {
    margin: 0px;
}

.rt-header.mobile-header-style1.fixed .rt-header-holder,
.rt-header.mobile-header-style5.fixed .rt-header-holder {
    padding-left: 0;
    padding-right: 0;
}

.rt-header.mobile-header-style1.fixed .mobile-logo-column,
.rt-header.mobile-header-style5.fixed .mobile-logo-column {
    padding-bottom: 0px;
    padding-top: 0px;
}

/***********/
.rt-header.mobile-header-style5.fixed .mobile-logo-column {
    display: flex;
    align-items: center;
    box-shadow: none;
    margin: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
}

.rt-header.mobile-header-style5.fixed .logo-holder {
    order: 2;
    flex: 1;
    display: block;
    text-align: center;
}

.rt-header.mobile-header-style5.fixed .rt-search-cart-holder {
    order: 3;
}

/**************/
.rt-header.header-full-width > .row {
    max-width: 100%;
    padding: 0 10px
}

.rt-header.style1 .header-menu-row {
    padding: 10px 0;
    position: relative
}

.rt-header.style1 .header-menu-row > .row > .columns {
    justify-content: space-between
}

.rt-header.style1.mobile-header-style1 .rt-menu-holder {
    flex-shrink: 1;
    flex: 2;
}

.rt-header.style1.mobile-header-style1 .rt-menu-holder nav {
    padding-left: 100px;
}

/**** Header Style Two ******/
.rt-header.style2.mobile-header-style1 .rt-navbar-menu {
    flex-shrink: 1;
    flex: 1;
    text-align: center;
}

.rt-header.style2.mobile-header-style1 .rt-navbar-menu .apr-nav-menu--layout-horizontal .mega-menu {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1;
}

.rt-header.style2.mobile-header-style1 .rt-navbar-menu .apr-nav-menu--layout-horizontal {
    display: block;
    margin: 0px;
    padding: 0 20px;
}

.rt-header.style2.mobile-header-style1 .mobile-logo-column {
    display: flex;
    align-items: center;
    box-shadow: none;
    margin: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.rt-header.style2.mobile-header-style1 {
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 0px;
}

.rt-header.mobile-header-style2.fixed .mobile-logo-column,
.rt-header.mobile-header-style3.fixed .mobile-logo-column {
    display: flex;
    align-items: center;
    box-shadow: none;
    margin: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.rt-header.mobile-header-style2.fixed,
.rt-header.mobile-header-style3.fixed {
    display: block;
}

/**** Header Style Two End ******/

/**** Header Style Three Start ******/
.rt-header.style3.mobile-header-style1 .rt-navbar-menu {
    flex-shrink: 1;
    flex: 2;
    text-align: center;
}

.rt-header.style3.mobile-header-style1 .rt-navbar-menu .apr-nav-menu--layout-horizontal .mega-menu {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1;
}

.rt-header.style3.mobile-header-style1 .rt-navbar-menu .apr-nav-menu--layout-horizontal {
    display: block;
    margin: 0px;
    padding: 0 20px;
}

.rt-header.style2.mobile-header-style1 .rt-navbar-menu.menu-left .apr-nav-menu--layout-horizontal,
.rt-header.style3.mobile-header-style1 .rt-navbar-menu.menu-left .apr-nav-menu--layout-horizontal {
    display: block;
    margin: 0px;
    padding: 0px;
}

.rt-header.style3.mobile-header-style1 .mobile-logo-column {
    display: flex;
    align-items: center;
    box-shadow: none;
    margin: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.rt-header.style2 .rt-search-cart-holder .rt-search-box2,
.rt-header.style3 .rt-search-cart-holder .rt-search-box2,
.rt-header.fixed .rt-search-cart-holder .rt-search-box2,
.rt-header.style2 .rt-search-cart-holder .rt-search-box2,
.rt-header.style3 .rt-search-cart-holder .rt-search-box2,
.rt-header.fixed .rt-search-cart-holder .rt-search-box2 {
    float: left;
    padding: 0;
    margin-left: 15px;
    display: flex;
}

.rt-header.style2 #search-box2,
.rt-header.style3 #search-box2,
.rt-header.style5 #search-box2,
.rt-header.fixed #search-box2 {
    position: relative;
    max-width: 100%;
    float: left;
    padding: 0;
}

.rt-header.style2 .search-area-grid,
.rt-header.style3 .search-area-grid,
.rt-header.style5 .search-area-grid,
.rt-header.fixed .search-area-grid {
    width: 100%;
    color: #272727;
    background: transparent;
    background-color: transparent;
    background-clip: padding-box;
    border-style: none none solid;
    border-width: 1px;
    border-color: #272727;
    overflow: hidden;
    margin: 0;
    height: 50px;
    position: relative;
}

.rt-header.mobile-header-style1.fixed .search-area-grid {
    background: #f3f3f3;
    border: none;
}

.rt-header.style2 #close-btn2,
.rt-header.style3 #close-btn2,
.rt-header.fixed #close-btn2,
.rt-header.style2 #close-btntwo,
.rt-header.style3 #close-btntwo,
.rt-header.style5 #close-btn2,
.rt-header.fixed #close-btntwo {
    margin: 0;
    float: right;
    text-align: right;
    padding: 0px 0;
    cursor: pointer;
    width: 20px;
    height: 20px;
    text-align: right;
    position: absolute;
    right: 0px;
    top: 9px;
}

.rt-header.style2 #close-btn2 svg,
.rt-header.style3 #close-btn2 svg,
.rt-header.fixed #close-btn2 svg,
.rt-header.style2 #close-btntwo svg,
.rt-header.style3 #close-btntwo svg,
.rt-header.style5 #close-btn2 svg,
.rt-header.fixed #close-btntwo svg {
    width: 24px;
}

.rt-header.style2 #search-box2 input[type="text"],
.rt-header.style3 #search-box3 input[type="text"],
.rt-header.fixed #search-box3 input[type="text"] {
    width: 100%;
    padding: 0;
    float: left;
    outline: none;
    color: #272727;
    font-size: 16px;
    line-height: 48px;
    height: 48px;
    background: none;
    border-bottom: none;
    border-top: none;
    border-left: none;
    border-right: none;
    padding-left: 0px;
    padding-right: 50px;
}

.rt-header.style2 .search-button2,
.rt-header.style3 .search-button2,
.rt-header.style4 .search-button2,
.rt-header.style5 .search-button2,
.rt-header.fixed .search-button2 {
    display: none;
}

.rt-header.mobile-header-style1.fixed .search-button2 {
    display: block;
    width: 45px;
    height: 45px;
    background: none;
    line-height: 40px;
    border: 0;
    cursor: pointer;
    float: left;
    padding: 0;
    text-align: left;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.rt-header.fixed.fixed-enabled #search-overlay2,
.rt-header.fixed.fixed-enabled #search-overlaytwo {
    top: 0;
}

.rt-header.fixed #search-overlay2,
.rt-header.fixed #search-overlaytwo {
    top: 67px;
}

/**** Header Style Three End ******/

/**** Header Style Four landing Start ******/
.rt-header.style4.mobile-header-style1 .rt-navbar-menu.menu-center {
    text-align: center;
}

.rt-header.style4.mobile-header-style1 .rt-navbar-menu.menu-left {
    text-align: left;
}

.rt-header.style4.mobile-header-style1 .rt-navbar-menu.menu-right {
    text-align: right;
}

.rt-header.style4.mobile-header-style1 .rt-navbar-menu {
    flex-shrink: 1;
    flex: 2;
    text-align: center;
}

.rt-header.style4.mobile-header-style1 .rt-navbar-menu .apr-nav-menu--layout-horizontal .mega-menu {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1;
}

.rt-header.style4.mobile-header-style1 .rt-navbar-menu .apr-nav-menu--layout-horizontal {
    display: block;
    margin: 0px;
    padding: 0 20px;
}

.rt-header.style4.mobile-header-style1 .rt-navbar-menu.menu-left .apr-nav-menu--layout-horizontal {
    display: block;
    margin: 0px;
    padding: 0 20px 0 40px;
}

.rt-header.style4.mobile-header-style1 .mobile-logo-column {
    display: flex;
    align-items: center;
    box-shadow: none;
    margin: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.rt-header.style4.mobile-header-style1 .rt-landing-button-holder {
    flex-shrink: 1;
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
}

.rt-header.style4.mobile-header-style1 .rt-landing-button-holder .rt_landing_text_link1,
.rt-header.style4.mobile-header-style1 .rt-landing-button-holder .rt_landing_text_link2 {
    flex-direction: column;
    display: flex;
    padding: 0 20px 0 0;
}

.rt-header.style4.mobile-header-style1 .rt-landing-button-holder .rt_landing_text_link3 {
    flex-direction: column;
    display: flex;
    padding: 0 0px 0 0;
}

.rt-header.style4.mobile-header-style1 .rt-landing-button-holder .rt_landing_text_link3 a {
    background: #272727;
    color: #fff;
    padding: 8px 33px 9px 33px;
}

.rt-header.mobile-header-style4.fixed .mobile-logo-column {
    display: flex;
    align-items: center;
    box-shadow: none;
    margin: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.rt-header.fixed .rt-navbar-menu {
    flex-shrink: 1;
    flex: 1;
}

.rt-header.mobile-header-style4.fixed {
    display: block;
}

.rt-header.mobile-header-style4.fixed .rt-landing-button-holder {
    flex-shrink: 1;
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
}

.rt-header.mobile-header-style4.fixed .rt-landing-button-holder .rt_landing_text_link1,
.rt-header.mobile-header-style4.fixed .rt-landing-button-holder .rt_landing_text_link2 {
    flex-direction: column;
    display: flex;
    padding: 0 20px 0 0;
}

.rt-header.mobile-header-style4.fixed .rt-landing-button-holder .rt_landing_text_link3 {
    flex-direction: column;
    display: flex;
    padding: 0 0px 0 0;
}

.rt-header.mobile-header-style4.fixed .rt-landing-button-holder .rt_landing_text_link3 a {
    background: #272727;
    color: #fff;
    padding: 5px 33px;
}

.mobile-menu-top .rt_landing_text_link3,
.mobile-menu-top .rt_landing_text_link2,
.mobile-menu-top .rt_landing_text_link1 {
    padding-right: 8px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left;
    margin: 0;
    font-size: 15px;
    border-top: 1px solid #eee;
}

/**** Header Style Four End ******/

/**** Header Style Five Start ******/
.rt-header.style5.mobile-header-style1 .rt-navbar-menu {
    flex-shrink: 1;
    flex: 1;
    text-align: center;
    display: none;
}

.desktop-menu-icon {
    font-size: 30px;
    cursor: pointer;
    color: #2c2c2c;
    min-width: 36px;
}

.rt-desktop-toggle-holder {
    cursor: pointer;
    align-items: center;
    margin: 0;
    padding: 0;
}

.rt-desktop-toggle-holder .rt-desktop-toggle {
    display: inline-flex;
    width: 18px;
    height: 20px;
    align-items: center;
    transition: none;
    vertical-align: middle;
    position: relative;
}

.rt-desktop-toggle-holder .rt-desktop-toggle span {
    display: block;
    position: absolute;
    width: 18px;
    height: 2px;
    background: #272727;
    content: " ";
    left: 0;
}

.rt-desktop-toggle-holder .rt-desktop-toggle > span:nth-child(1) {
    transform-origin: 0 0;
}

.rt-desktop-toggle-holder .rt-desktop-toggle span:nth-child(1) {
    top: 1px;
}

.rt-desktop-toggle-holder .rt-desktop-toggle > span:nth-child(2) {
    -moz-transition: width .25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: width .25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: width .25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: width .25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.rt-desktop-toggle-holder .rt-desktop-toggle span:nth-child(2) {
    top: 7px;
}

.rt-desktop-toggle-holder .rt-desktop-toggle > span:nth-child(3) {
    transform-origin: 0 100%;
}

.rt-desktop-toggle-holder .rt-desktop-toggle span:nth-child(3) {
    top: 13px;
}

.rt-header.style5.mobile-header-style1 .rt-navbar-menu .apr-nav-menu--layout-horizontal .mega-menu {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1;
}

.rt-header.style5.mobile-header-style1 .rt-navbar-menu .apr-nav-menu--layout-horizontal {
    display: block;
    margin: 0px;
    padding: 0 20px;
}

.rt-header.style5.mobile-header-style1 .rt-navbar-menu.menu-left .apr-nav-menu--layout-horizontal {
    display: block;
    margin: 0px;
    padding: 0px;
}

.rt-header.style5.mobile-header-style1 .mobile-logo-column {
    display: flex;
    align-items: center;
    box-shadow: none;
    margin: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

/**** Header Style Five End ******/

/**** Header Style Six Start ******/
.rt-header.style6 .apr-nav-menu--layout-horizontal {
    display: block;
    margin: 0px;
    padding: 0 5%;
    background: #272727;
}

.rt-header.style6 .rt-menu-holder.menu-center {
    flex-shrink: 1;
    flex: 1;
    text-align: center;
}

.rt-header.style6 .rt-menu-holder .apr-nav-menu--layout-horizontal .mega-menu {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1;
}

/**** Header Style Six End ******/

/**** Header Style Seven Start ******/
.rt-header.style7.mobile-header-style1 .rt-navbar-menu {
    flex-shrink: 1;
    flex: 1;
    text-align: center;
}

.rt-header.style7.mobile-header-style1 .rt-navbar-menu .apr-nav-menu--layout-horizontal .mega-menu {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1;
}

.rt-header.style7.mobile-header-style1 .rt-navbar-menu .apr-nav-menu--layout-horizontal {
    display: block;
    margin: 0px;
    padding: 0 20px;
}

.rt-header.style7.mobile-header-style1 .rt-navbar-menu.menu-left .apr-nav-menu--layout-horizontal {
    display: block;
    margin: 0px;
    padding: 0px;
}

.rt-header.style7.mobile-header-style1 .mobile-logo-column {
    display: flex;
    align-items: center;
    box-shadow: none;
    margin: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.rt-header.style7.mobile-header-style1 .header-top-bar-column {
    display: flex;
    align-items: center;
    box-shadow: none;
    margin: 0px;
    padding-bottom: 8px;
    padding-top: 8px;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    background: #ebebeb;
}

.rt-header.style7.mobile-header-style1 .rt-search-box2.cat-search-box {
    display: block;
    text-align: right;
    flex: 1;
    flex-shrink: 1;
}

.rt-header.style7.mobile-header-style1 .rt-search-box2.cat-search-box .container {
    padding: 0px
}

.rt-header.style7.mobile-header-style1 .rt-search-box2.cat-search-box .search-area-grid {
    width: 300px;
}

.rt-header.style7.mobile-header-style1 .rt-header-top-offer {
    flex-shrink: 1;
    flex: 1;
    text-align: center;
}

.rt-header.style7.mobile-header-style1 .rt-header-top-contact {
    float: right;
    display: block;
    padding: 0;
    flex-shrink: 1;
}

.rt-header.style7.mobile-header-style1 #search-box1 input[type="text"],
.rt-header.style7.mobile-header-style1 #search-boxone input[type="text"] {
    width: 100%;
    padding: 0;
    float: left;
    outline: none;
    color: #272727;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    background: none;
    border-bottom: none;
    border-top: none;
    border-left: none;
    border-right: none;
    padding-left: 15px;
    padding-right: 30px;
    background: #fff;
}

.rt-header.style7.mobile-header-style1 .search-button2 {
    width: 30px;
    height: 28px;
    background: none;
    line-height: 30px;
    border: 0;
    cursor: pointer;
    float: left;
    padding: 0;
    text-align: left;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    margin: 0;
}

.rt-header.style7.mobile-header-style1 .search-button2 svg {
    width: 16px;
    color: #676766;
}

.rt-header.style7.mobile-header-style1 #search-box1 input[type="text"]::placeholder,
.rt-header.style7.mobile-header-style1 #search-boxone input[type="text"]::placeholder {
    color: #bab9b9;
}

/**** Header Style Seven End ******/

/*** Menu Alignment ****/
.rt-header.style2.mobile-header-style1 .rt-navbar-menu.menu-left,
.rt-header.style3.mobile-header-style1 .rt-navbar-menu.menu-left {
    text-align: left;
}

.rt-header.style3.mobile-header-style1 .rt-navbar-menu.menu-left {
    text-align: left;
}

.rt-header.style2.mobile-header-style1 .rt-navbar-menu.menu-center,
.rt-header.style3.mobile-header-style1 .rt-navbar-menu.menu-center {
    text-align: center;
}

.rt-header.style2.mobile-header-style1 .rt-navbar-menu.menu-right,
.rt-header.style3.mobile-header-style1 .rt-navbar-menu.menu-right {
    text-align: right;
}

/***Sticky Header****/
.rt-header.fixed {
    background: #fff;
    box-shadow: 0 1px 1px rgb(0 0 0 / 6%);
    position: fixed;
    z-index: 150;
    padding: 0px 5%;
    -moz-transition: -moz-transform .5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: -o-transform .5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: -webkit-transform .5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform .5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.rt-header.fixed:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    pointer-events: none
}

.rt-header.fixed .rt-navbar-menu {
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.rt-header.fixed .fixed-logo-holder {
    display: inline-flex;
    align-items: center
}

.rt-header.fixed .rt-navbar-menu.menu-center-sticky {
    flex-shrink: 1;
    flex: 1;
    text-align: center;
}

.rt-header.fixed .rt-navbar-menu.menu-left-sticky {
    flex-shrink: 1;
    flex: 1;
    text-align: left;
}

.rt-header.fixed .rt-navbar-menu.menu-right-sticky {
    flex-shrink: 1;
    flex: 1;
    text-align: right;
}

.rt-header.mobile-header-style1.fixed .rt-navbar-menu.menu-center-sticky {
    flex-shrink: 1;
    flex: 2;
    text-align: center;
}

.rt-header.mobile-header-style1.fixed .rt-navbar-menu.menu-left-sticky {
    flex-shrink: 1;
    flex: 2;
    text-align: left;
}

.rt-header.mobile-header-style1.fixed .rt-navbar-menu.menu-right-sticky {
    flex-shrink: 1;
    flex: 2;
    text-align: right;
}

.rt-header.fixed .rt-navbar-menu .apr-nav-menu--layout-horizontal {
    display: block;
    margin: 0px;
    padding: 0 20px;
}

.rt-header.fixed .rt-navbar-menu .apr-nav-menu--layout-horizontal .mega-menu {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1;
}

.rt-header.fixed .fixed-logo-holder .rt-mobile-toggle-holder {
    display: none
}

.rt-header.fixed.fixed-enabled:not(.headroom--unpinned) {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%)
}

.open-cc .rt-header.fixed.fixed-enabled:not(.headroom--unpinned) {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.rt-header.fixed.headroom--not-top.headroom--pinned:before {
    opacity: 1
}

.rt-main-menu {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1
}

.rt-main-menu + .rt-main-menu {
    margin-left: 18px
}

.rt-main-menu > .menu-item {
    display: inline-flex
}

.rtl .rt-main-menu > .menu-item + .menu-item {
    margin-left: 0;
    margin-right: 30px
}

.rt-main-menu > .menu-item > a {
    display: flex;
    align-items: center;
    padding: 0 15px;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.rt-header.fixed .rt-main-menu > .menu-item > a {
    align-items: center
}

.rt-main-menu > .menu-item.logo-menu-item {
    padding: 0 35px;
}

.rt-main-menu .menu-item {
    margin: 0;
    white-space: nowrap;
}

.rt-main-menu .menu-item.menu-item-has-children {
    position: relative
}

.rt-main-menu .menu-item.menu-item-has-children.menu-item-mega-parent .sub-menu {
    right: auto;
    left: -11px;
}

.rt-main-menu .menu-item.menu-item-has-children.menu-item-mega-parent .sub-menu .mega-menu-content {
    overflow: hidden;
}

.rt-main-menu .menu-item.menu-item-has-children.menu-item-mega-parent .sub-menu h5 {
    padding: 0px 25px;
}

.rt-main-menu .menu-item.menu-item-has-children.menu-item-mega-parent .sub-menu > li {
    padding: 0px;
}

.rt-main-menu .menu-item.menu-item-has-children.menu-item-mega-parent .sub-menu > li + li {
    padding-left: 0
}

.rt-main-menu .menu-item.menu-item-has-children.menu-item-mega-parent .sub-menu > li.mega-menu-title > a {
    font-size: 12px;
    color: #bfab80;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600
}

.rt-main-menu .menu-item.menu-item-has-children.menu-item-mega-parent .sub-menu > li.mega-menu-title > a:before,
.rt-main-menu .menu-item.menu-item-has-children.menu-item-mega-parent .sub-menu > li.mega-menu-title > a:after {
    content: none !important
}

.rt-main-menu .menu-item.menu-item-has-children.menu-item-mega-parent .sub-menu > li.menu-item-has-children > .sub-menu {
    padding-top: 0;
    padding-bottom: 0;
    opacity: 1 !important;
    position: static;
    border: 0;
    display: block !important;
    visibility: visible !important;
    box-shadow: none;
    min-width: 100%;
    background: none
}

.rt-main-menu .menu-item.menu-item-has-children.menu-item-mega-parent .sub-menu > li.menu-item-has-children > .sub-menu > li {
    padding: 0
}

.rt-main-menu .menu-item.menu-item-has-children.menu-item-mega-parent .sub-menu > li.menu-item-has-children > .sub-menu > li.title-item > a {
    font-size: 12px;
    color: #bfab80;
    margin-bottom: 10px
}

.rt-main-menu .menu-item.menu-item-has-children.menu-item-mega-parent .sub-menu > li.menu-item-has-children > .sub-menu > li.title-item > a:before {
    content: none
}

.rt-main-menu .menu-item.menu-item-has-children.menu-item-mega-parent .sub-menu > li.menu-item-has-children > .sub-menu > li + .title-item a {
    margin-top: 30px
}

.rt-main-menu .menu-item.menu-item-has-children.menu-item-mega-parent .sub-menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > a:after {
    content: "\e801"
}

.rt-main-menu .menu-item.menu-item-has-children.menu-item-mega-parent .sub-menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children .sub-menu {
    padding: 30px 0;
    top: -30px
}

.rt-main-menu .menu-item.menu-item-has-children.menu-item-mega-parent .sub-menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children .sub-menu li {
    padding: 0 30px
}

.rt-main-menu .menu-item.menu-item-has-children.menu-item-mega-parent .sub-menu.has_bg {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    padding-right: 220px
}

.rt-main-menu .menu-item.menu-item-has-children:not(.mega-menu-title) > a:after {
    display: inline-flex;
    font-family: 'themify';
    content: "\e64b";
    margin-left: 8px;
    font-size: 10px;
    font-weight: 400;
}

.rt-main-menu .sub-menu li {
    display: block;
    padding: 0 25px;
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 1.1
}

.rt-main-menu .sub-menu li:last-child {
    margin-bottom: 0
}

.rt-main-menu .sub-menu li a,
.rt-main-menu .sub-menu li.mega-menu-content .menu li a {
    display: inline-flex;
    padding: 0;
    opacity: 0;
    font-size: inherit;
    font-weight: 400;
    align-items: center;
    justify-content: space-between;
    will-change: opacity;
    position: relative;
    color: #4f4f4f;
}

.rt-main-menu .sub-menu li a.radiantthemes-custom-button-main {
    opacity: 1;
}

.rt-main-menu .sub-menu li a sup {
    margin-left: 5px
}

.rtl .rt-main-menu .sub-menu li a sup {
    margin-right: 5px;
    margin-left: 0
}

.rt-main-menu .sub-menu li a:before {
    content: '';
    display: block;
    position: absolute;
    top: calc(100% - 4px);
    left: 0;
    right: 0;
    height: 1px;
    background: #272727;
    transform-origin: left center;
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1)
}

.rt-main-menu .sub-menu li a span {
    will-change: transform;
    -moz-transition: -moz-transform .5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: -o-transform .5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: -webkit-transform .5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform .5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-right: auto
}

.rt-main-menu .sub-menu li a:hover {
    color: #272727;
}

.rt-main-menu .sub-menu li a:hover:before {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    background: currentColor;
}

.rt-main-menu .sub-menu li a:hover > span {
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.rt-main-menu .sub-menu li.menu-item-has-children:not(.mega-menu-title) {
    position: relative
}

.rt-main-menu .sub-menu li.menu-item-has-children:not(.mega-menu-title) > a:after {
    font-family: 'themify';
    content: "\e64b";
    font-size: 10px;
    line-height: 14px;
    vertical-align: middle;
    width: 12px;
    margin-left: 5px;
    transform: rotate(270deg);
}

.rt-main-menu .sub-menu li.title-item > a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #bfab80
}

.rt-main-menu .sub-menu .sub-menu.menu-even {
    top: -11px;
    left: 100%;
    z-index: 10;
}

.rt-main-menu .sub-menu .sub-menu .sub-menu.menu-even {
    top: 0;
    left: -100%;
    z-index: 10;
    right: auto;
}

.rt-main-menu .sub-menu .sub-menu.menu-odd {
    top: 10px;
    z-index: -1;
    left: 100%;
}

.rt-main-menu .sub-menu .sub-menu .sub-menu {
    z-index: 15
}

.rt-main-menu > .menu-item.menu-item-has-children > a:before {
    top: 100%;
    left: 50%;
    content: " ";
    height: 12px;
    width: 12px;
    position: absolute;
    z-index: 45;
    pointer-events: none;
    margin-top: -5px;
    background: #fff;
    border-radius: 2px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -moz-transform: translate3d(-50%, 0%, 0) rotate(-45deg);
    -ms-transform: translate3d(-50%, 0%, 0) rotate(-45deg);
    -webkit-transform: translate3d(-50%, 0%, 0) rotate(-45deg);
    transform: translate3d(-50%, 0%, 0) rotate(-45deg);
    opacity: 0;
    transition: opacity 0.09s;
}

.rt-main-menu > .menu-item.menu-item-has-children:hover > a:before {
    opacity: 1;
}

.rt-main-menu .menu-item-has-children .sub-menu {
    padding: 15px 0;
    margin: 0;
    border-radius: 0px;
    list-style: none;
    position: absolute;
    text-align: left;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff;
    top: 100%;
    min-width: 170px;
    left: -20px;
    display: none;
    opacity: 0;
    visibility: hidden;
    z-index: 40;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#mobile-menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 60;
    overflow: scroll;
    background: #fff;
    width: 300px;
    max-width: 100%;
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 1099;
    box-shadow: none;
}

#desktop-menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 60;
    overflow: scroll;
    background: #fff;
    width: 300px;
    max-width: 100%;
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 1099;
    box-shadow: 0 0px 12px rgb(27 20 20 / 23%);
}

.admin-bar #mobile-menu {
    top: 32px;
}

#mobile-menu .mobile-side-panel-inner .woocommerce-product-search,
#desktop-menu .mobile-side-panel-inner .woocommerce-product-search {
    margin-bottom: 30px;
}

#mobile-menu .mobile-side-panel-inner .woocommerce-product-search .search-field,
#desktop-menu .mobile-side-panel-inner .woocommerce-product-search .search-field {
    border-radius: 5px
}

#mobile-menu .mobile-side-panel-inner .mobile-menu-bottom,
#desktop-menu .mobile-side-panel-inner .mobile-menu-bottom {
    margin-top: auto
}

#mobile-menu .mobile-side-panel-inner .mobile-menu-bottom .thb-social-links-container,
#desktop-menu .mobile-side-panel-inner .mobile-menu-bottom .thb-social-links-container {
    font-size: 20px
}

#mobile-menu .mobile-side-panel-inner .mobile-menu-bottom .thb-social-links-container .thb-social-link + .thb-social-link,
#desktop-menu .mobile-side-panel-inner .mobile-menu-bottom .thb-social-links-container .thb-social-link + .thb-social-link {
    margin-left: 10px
}

#mobile-menu .mobile-side-panel-inner .mobile-menu-bottom .menu-footer,
#desktop-menu .mobile-side-panel-inner .mobile-menu-bottom .thb-social-links-container {
    margin-top: 20px
}

#mobile-menu .mobile-side-panel-inner .mobile-menu-bottom .menu-footer,
#desktop-menu .mobile-side-panel-inner .mobile-menu-bottom .menu-footer {
    font-size: 12px
}

#mobile-menu .mobile-side-panel-inner .mobile-menu-bottom .menu-footer > *:last-child,
#desktop-menu .mobile-side-panel-inner .mobile-menu-bottom .menu-footer > *:last-child {
    margin-bottom: 0
}

.search-lebel {
    display: none;
}

.rt-product-search {
    display: flex;
    position: relative;
    border: 1px solid #e0e0e0;
    border-radius: 0px;
    padding-right: 38px;
    width: 100%;
    max-width: 500px;
}

.rt-product-search input,
.rt-product-search select {
    height: 38px;
    margin: 0;
    font-size: 14px;
    background-color: transparent;
    width: 140px;
}

.rt-product-search .rt-product-category-select {
    border: none;
    position: absolute;
    right: 31px;
    width: 110px;
}

.rt-product-search input {
    padding: 10px 15px;
    border: 0;
    flex: 0;
}

.rt-product-search button {
    position: absolute;
    top: 0;
    right: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: none;
    background: none;
}

.rt-product-search .rt-search-icon {
    width: 18px;
    height: auto;
}

.side-panel-header {
    display: flex;
    height: 70px;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #272727;
    flex-shrink: 0;
    position: sticky;
    top: 0px;
    background: #fff;
    z-index: 20;
    width: 100%;
}

.side-panel-header .rt-close-btn {
    width: 40px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    cursor: pointer;
}

.side-panel-header span {
    font-size: 18px;
    font-weight: 400
}

.side-panel-header span img {
    max-width: 65px;
    width: 100%;
}

.rt-mobile-menu {
    line-height: 1;
    margin: 0;
    padding: 0;
    list-style: none
}

.rt-mobile-menu > li {
    border-bottom: 1px solid #eee;
    opacity: 0
}

.rt-mobile-menu > li > a {
    display: flex;
    align-items: center;
    text-transform: none;
    padding: 10px 0;
    line-height: 1;
    color: #272727;
    font-size: 14px;
    line-height: 28px;
    transition: none;
}

.rt-mobile-menu li .mega-menu-content h5 {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
}

.rt-mobile-menu > li:last-child {
    border-bottom: 0
}

.rt-mobile-menu li.menu-item-has-children {
    position: relative;
    /*padding-right: 10px*/
}

.rt-mobile-menu li.menu-item-has-children > a span {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-height: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 14px 0;
}

.rt-mobile-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children > a span {
    margin: 5px 0px;
}

.rt-mobile-menu li.menu-item-has-children > a span:after {
    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-left: 10px;
    right: 0px;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}

.rt-mobile-menu .sub-menu {
    display: none;
    font-size: 11px;
    margin: 0 0 10px 10px;
    padding: 0px;
    list-style: none
}

.rt-mobile-menu .sub-menu a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    line-height: 1;
    font-size: 14px
}

.rt-mobile-menu .sub-menu a:not(:hover) {
    color: #272727;
}

.rt-mobile-toggle-holder {
    cursor: pointer;
    align-items: center;
    margin: 0;
    padding: 0;
}

.rt-mobile-toggle-holder .rt-mobile-toggle {
    display: inline-flex;
    width: 18px;
    height: 20px;
    align-items: center;
    transition: none;
    vertical-align: middle;
    position: relative
}

.rt-mobile-toggle-holder .rt-mobile-toggle span {
    display: block;
    position: absolute;
    width: 18px;
    height: 2px;
    background: #272727;
    content: " ";
    left: 0
}

.rt-mobile-toggle-holder .rt-mobile-toggle span:nth-child(1) {
    top: 1px
}

.rt-mobile-toggle-holder .rt-mobile-toggle span:nth-child(2) {
    top: 7px
}

.rt-mobile-toggle-holder .rt-mobile-toggle span:nth-child(3) {
    top: 13px
}

.rt-mobile-toggle-holder strong {
    display: inline-flex;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    margin-right: 15px;
    line-height: 1
}

.rt-mobile-toggle-holder .rt-mobile-toggle > span:nth-child(1) {
    transform-origin: 0 0
}

.rt-mobile-toggle-holder .rt-mobile-toggle > span:nth-child(2) {
    -moz-transition: width .25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: width .25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: width .25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: width .25s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

.rt-mobile-toggle-holder .rt-mobile-toggle > span:nth-child(3) {
    transform-origin: 0 100%
}

/*======================================================================================
SEARCH
======================================================================================*/
.search-btn2,
.search-btntwo {
    float: right;
    padding: 0;
    font-size: 18px;
    cursor: pointer;
}

.rt-search-btn2.fa-2x {
    font-size: 18px;
    cursor: pointer;
}

#search-overlay2,
#search-overlaytwo {
    display: none;
}

#search-overlay {
    display: none;
}

.block2 {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    overflow: auto;
    text-align: center;
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(222, 222, 247, 0.33);
    border: 0px;
    margin: 0;
    padding: 100px 68px;
    z-index: 9999;
}

.block2:before {
    content: "";
    height: 100%;
    vertical-align: middle;
    margin-right: 0;
}

.search-area-grid {
    width: 100%;
    color: #272727;
    background: #f3f3f3;
    overflow: hidden;
    margin: 0;
    height: 50px;
}

.rt-header.mobile-header-style1 .search-area-grid {
    height: auto;
}

#search-box1,
#search-box2,
#search-boxone,
#search-boxtwo {
    position: relative;
    max-width: 100%;
    float: left;
    padding: 0;
}

.search-form {
    overflow: hidden;
    padding: 0PX;
    margin-bottom: 0px;
}

.search-text {
    font-size: 16px;
    text-transform: capitalize;
}

#search-box1 input[type="text"],
#search-boxone input[type="text"] {
    outline: 0;
    font-size: 16px;
    line-height: 45px;
    float: left;
    padding: 8px 40px 8px 0px;
    height: 48px;
    color: #676766;
    background-color: none;
    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%;
}

#search-box2 input[type="text"],
#search-boxtwo input[type="text"] {
    width: 100%;
    padding: 0;
    float: left;
    outline: none;
    color: #272727;
    font-size: 16px;
    line-height: 45px;
    height: 45px;
    background: none;
    border-bottom: none;
    border-top: none;
    border-left: none;
    border-right: none;
    padding-left: 0px;
    padding-right: 40px;
}

#search-box1 .rt-product-category-select,
#search-box2 .rt-product-category-select,
#search-boxone .rt-product-category-select,
#search-boxtwo .rt-product-category-select {
    border: none;
    position: absolute;
    float: left;
    left: 0px;
    width: 120px;
    height: 30px;
    border-right: 1px solid #676766;
    line-height: 30px;
    top: 4px;
    padding-left: 10px;
    background: none;
    outline: none;
    color: #272727;
}

#search-box1 input[type="text"]::-webkit-input-placeholder,
#search-box2 input[type="text"]::-webkit-input-placeholder,
#search-boxone input[type="text"]::-webkit-input-placeholder,
#search-boxtwo input[type="text"]::-webkit-input-placeholder {
    color: #696969;
}

#search-box1 input[type="text"]::-moz-placeholder,
#search-box2 input[type="text"]::-moz-placeholder,
#search-boxone input[type="text"]::-moz-placeholder,
#search-boxtwo input[type="text"]::-moz-placeholder {
    color: #696969;
}

#search-box1 input[type="text"]:-ms-input-placeholder,
#search-box2 input[type="text"]:-ms-input-placeholder,
#search-boxone input[type="text"]:-ms-input-placeholder,
#search-boxtwo input[type="text"]:-ms-input-placeholder {
    color: #696969;
}

.search-button2 {
    width: 20px;
    height: 45px;
    background: none;
    line-height: 40px;
    border: 0;
    cursor: pointer;
    float: left;
    padding: 0;
    text-align: left;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

#close-btn2,
#close-btntwo {
    margin: 0;
    float: right;
    text-align: right;
    padding: 3px 0;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: right;
}

#header .rt-header-inner .dark-search .search-btn2,
#header #header-wrap .dark-search .search-btn2 {
    display: none;
}

#header .rt-header-inner .default-search .search-btn2,
#header #header-wrap .default-search .search-btn2 {
    display: block;
}

.mega-menu li a .tip {
    position: static;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    right: 17px;
    border-radius: 30px;
    margin-left: 4px
}

.header-sticky {
    z-index: 12;
    width: 100%;
    left: 0;
    background: #fff;
    right: 0;
    -webkit-transition: transform .6s ease-in-out;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,
        -webkit-transform .6s ease-in-out
}

.header-sticky.hidden-menu {
    position: fixed;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.header-sticky.is-sticky {
    position: fixed;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.header-sticky.default .logo-sticky {
    display: block
}

.header-sticky.default .menu-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px
}

.header-sticky.default .cart-header,
.header-sticky.default .search-header {
    padding: 0 10px
}

.header-sticky.default .header-menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.navigation-top {
    padding: 0 20px;
    text-align: center
}

.navigation-top ul li:after {
    content: none
}

.navigation-top .main-navigation > ul li {
    list-style: none
}

.navigation-top .main-navigation > ul li:not(.megamenu) {
    position: relative
}

.navigation-top .main-navigation > ul > li {
    padding: 0
}

.navigation-top .mega-menu {
    margin-bottom: 0
}

.navigation-top .mega-menu li {
    display: inline-block;
    list-style: none
}

.navigation-top .mega-menu li:after {
    content: none
}

.navigation-top .mega-menu li .sub-menu li {
    width: 100%;
    text-align: left
}

.navigation-top .mega-menu > li {
    padding: 0
}

.navigation-top .mega-menu > li:not(.megamenu) {
    position: relative
}

.navigation-top .mega-menu > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    font-weight: 400;
    line-height: 22px;
    position: relative
}

.navigation-top .mega-menu > li > a i {
    font-size: 9px
}

.navigation-top .mega-menu > li .sub-menu > li {
    padding-top: 0;
    position: relative
}

.navigation-top .mega-menu > li .sub-menu > li a {
    font-size: 16px;
    text-transform: none;
    color: #0f0f0f;
    font-weight: 400;
    position: relative;
    display: block
}

.navigation-top .mega-menu > li .sub-menu > li:hover > a {
    color: #2c2c2c
}

.sub-arrow {
    font-size: 8px;
    margin-left: 8px
}

.sub-menu .menu-item-has-children .sub-arrow {
    position: absolute;
    right: 0;
    bottom: 5px
}

#popup-account .form-row label.error {
    color: #2c2c2c
}

.caret-submenu {
    display: none;
    font-size: 11px
}

.caret-submenu.active {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.active-sidebar .search-form .pro_cat_select {
    display: none
}

.apr-nav-menu--main .apr-item.apr-item-active,
.apr-nav-menu--main .apr-item.highlighted,
.apr-nav-menu--main > .mega-menu > li.current-menu-parent > a,
.apr-nav-menu--main > .mega-menu > li.current_page_item > a,
.apr-nav-menu--main > .mega-menu > li:hover > a,
.apr-nav-menu--main > .mega-menu > li > a:focus {
    color: #2c2c2c
}

.show-space-line.apr-nav-menu--main .mega-menu > li > a:hover:before {
    background-color: #2c2c2c !important
}

.header-default {
    background-color: #2e4356;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 74px;
    padding: 0 19px
}

.header-default .header-main-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.header-default .header-group {
    text-align: right
}

.header-default .header-group.menu-col-right > div {
    float: none
}

.header-default .header-cart > a,
.header-default .not-show-field .btn-search {
    float: left
}

.header-default .main-navigation > ul {
    padding: 0
}

.header-default .main-navigation a:hover {
    text-decoration: none
}

.header-default .menu-icon {
    color: #fff
}

.header-default .header-icon > div {
    display: inline-block;
    padding-left: 20px
}

.header-default .header-icon > div:first-child {
    padding: 0 !important
}

.header-default .header-icon .btn-search {
    padding: 0
}

.header-default .header-icon .account-header > a,
.header-default .header-icon .btn-search,
.header-default .header-icon .cart_label .text-header,
.header-default .header-icon .header-contact a {
    color: #fff
}

.header-default .header-icon .cart_label .text-header span {
    margin: 0 auto
}

.header-default .header-icon .text-items {
    background: #2c2c2c;
    top: -6px;
    right: -15px
}

.header-default .btn-search {
    color: #fff
}

.header-default .btn-search:hover {
    color: #7ad9ff
}

.header-default .header-cart > a {
    color: #fff
}

.header-default .header-cart > a:hover {
    color: #7ad9ff
}

.header-default .site-branding-text .site-title a,
.header-default .site-branding-text p.site-description {
    color: #fff
}

.header-default .apr-nav-menu--main .mega-menu > li > a:hover,
.header-default .apr-nav-menu--main > .mega-menu > li.current-menu-parent > a,
.header-default .apr-nav-menu--main > .mega-menu > li.current_page_item > a,
.header-default .apr-nav-menu--main > .mega-menu > li:hover > a {
    color: #7ad9ff !important
}

.apr-nav-menu--layout-vertical.apr-nav-menu--main > .mega-menu > li > a {
    display: inline-block
}

@-webkit-keyframes example {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes example {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,
                -100%,
                0);
        transform: translate3d(0,
                -100%,
                0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.btn-learn-more .btn {
    padding: 18px 62px 18px 45px
}

.menu-icon {
    font-size: 30px;
    cursor: pointer;
    color: #2c2c2c;
    min-width: 36px;
}

.menu-icon:hover {
    color: #2c2c2c
}

.navigation-top {
    padding: 0 20px;
    text-align: center
}

.navigation-top ul li:after {
    content: none
}

.navigation-top .main-navigation > ul li {
    list-style: none
}

.navigation-top .main-navigation > ul li:not(.megamenu) {
    position: relative
}

.navigation-top .main-navigation > ul > li {
    padding: 0
}

.navigation-top .mega-menu {
    margin-bottom: 0
}

.navigation-top .mega-menu li {
    display: inline-block;
    list-style: none
}

.navigation-top .mega-menu li:after {
    content: none
}

.navigation-top .mega-menu li .sub-menu li {
    width: 100%;
    text-align: left
}

.navigation-top .mega-menu > li {
    padding: 0
}

.navigation-top .mega-menu > li:not(.megamenu) {
    position: relative
}

.navigation-top .mega-menu > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    font-weight: 400;
    line-height: 22px;
    position: relative
}

.navigation-top .mega-menu > li > a i {
    font-size: 9px
}

.navigation-top .mega-menu > li .sub-menu > li {
    padding-top: 0;
    position: relative
}

.navigation-top .mega-menu > li .sub-menu > li a {
    font-size: 16px;
    text-transform: none;
    color: #0f0f0f;
    font-weight: 400;
    position: relative;
    display: block
}

.navigation-top .mega-menu > li .sub-menu > li:hover > a {
    color: #2c2c2c
}

.sub-arrow {
    font-size: 8px;
    margin-left: 8px
}

.sub-menu .menu-item-has-children .sub-arrow {
    position: absolute;
    right: 0;
    bottom: 18px
}

.caret-submenu {
    display: none;
    font-size: 11px
}

.caret-submenu.active {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.active-sidebar .search-form .pro_cat_select {
    display: none
}

.header-default {
    background-color: #2e4356;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 80px
}

.header-default .header-main-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.header-default .header-group {
    text-align: right
}

.header-default .header-group.menu-col-right > div {
    float: none
}

.header-default .header-cart > a,
.header-default .not-show-field .btn-search {
    float: left
}

.header-default .main-navigation > ul {
    padding: 0
}

.header-default .main-navigation a:hover {
    text-decoration: none
}

.header-default .menu-icon {
    color: #fff
}

.header-default .header-icon > div {
    display: inline-block;
    padding-left: 20px
}

.header-default .header-icon > div:first-child {
    padding: 0 !important
}

.header-default .header-icon .btn-search {
    padding: 0
}

.header-default .header-icon .account-header > a,
.header-default .header-icon .btn-search,
.header-default .header-icon .cart_label .text-header,
.header-default .header-icon .header-contact a {
    color: #fff
}

.header-default .header-icon .cart_label .text-header span {
    margin: 0 auto
}

.header-default .header-icon .text-items {
    background: #7ad9ff;
    top: -6px;
    right: -15px
}

.header-fixed .site-header:not(.header-sticky) {
    position: absolute
}

.header-fixed .header-sticky {
    position: fixed
}

.header-fixed .site-header {
    z-index: 9;
    left: 0;
    right: 0;
    background-color: transparent;
    border-bottom: none
}

.overlay.overlay-menu {
    content: "";
    left: 0;
    z-index: 99;
    top: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.overlay.overlay-megamenu {
    opacity: .3;
    visibility: visible;
    background: #000;
    content: "";
    left: 0;
    z-index: 1;
    right: 0;
    bottom: 0;
    position: fixed;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.apr-nav-menu--layout-horizontal .mega-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.apr-nav-menu--layout-horizontal .menu-title {
    font-size: 16px
}

.apr-nav-menu--toggle .apr-menu-toggle:not(.apr-active) + .apr-nav-menu__container {
    display: none
}

.top-menu {
    background: #2c2c2c;
    padding: 20px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.top-menu .menu-title {
    font-size: 16px;
    color: #fff;
    margin: 0
}

.top-menu .close-menu {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.mega-menu a {
    display: block
}

.mega-menu a:hover {
    text-decoration: none !important
}

.mega-menu li:after {
    content: none
}

.mega-menu .megamenu_sub ul > li > a > .tip {
    position: static;
    margin-left: 4px
}

.header-account .site-header-account > a {
    -webkit-transition: all .5s;
    transition: all .5s
}

.header-account .submenu-indicator {
    margin-left: 6px
}

.apr-nav-menu--main:not(.line-child) > .mega-menu > li::first-child > a {
    padding-left: 0 !important
}

.apr-nav-menu--main:not(.line-child) > .mega-menu > li::last-child > a {
    padding-right: 0 !important
}

.show-space-line.apr-nav-menu--main .mega-menu > li > a:before {
    content: "";
    height: 1px;
    width: 20px;
    background: rgba(255,
            255,
            255,
            .2);
    position: absolute;
    top: 50%;
    left: -15px;
    opacity: 1 !important
}

.show-space-line.apr-nav-menu--main .mega-menu > li:last-child > a:after {
    content: "";
    height: 1px;
    width: 20px;
    background: rgba(255,
            255,
            255,
            .2);
    position: absolute;
    top: 50%;
    left: auto;
    right: -10px;
    opacity: 1 !important
}

.apr-nav-menu__align-right .show-space-line.apr-nav-menu--main .mega-menu > li:last-child > a:after {
    content: none
}

.apr-nav-menu__align-left .show-space-line.apr-nav-menu--main .mega-menu > li:first-child > a:after {
    content: none
}

.is-sticky .hide-top {
    display: none
}

.apr-nav-menu--main ul {
    padding-left: 0
}

.apr-nav-menu--main .mega-menu li:not(.megamenu) {
    position: relative;
    z-index: 9999;
}

.apr-nav-menu--main .mega-menu > li > a {
    padding: 20px 35px 20px 0;
}

.wraper_header_main .apr-nav-menu--main .mega-menu > li > a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 20px;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    background: currentColor;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.wraper_header_main .apr-nav-menu--main .mega-menu > li > a:hover:after {
    width: 100%;
    left: 0;
}

.wraper_header_main {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    top: 0;
    left: 0;
    width: 100%;
    user-select: none;
    align-items: center;
}

.wraper_header_main .header_main {
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    box-shadow: 0px 1px 0px 0px rgb(0 0 0 / 6%);
}

.wraper_header_main.fixed .header_main {
    padding-left: 0px;
    padding-right: 0px;
}

.wraper_header_main .header_main .brand-logo {
    display: inline-flex;
    flex-shrink: 0;
}

.wraper_header_main .header_main .brand-logo p.site-title,
.wraper_header_main .header_main .brand-logo .table {
    margin: 0;
    font-size: 34px;
    color: #272727;
}

.wraper_header_main .header_main #rt-mainMenu {
    flex-shrink: 1;
    flex: 1;
    text-align: right;
}

.wraper_header_main .header_main #rt-mainMenu .apr-nav-menu--layout-horizontal {
    padding-right: 0;
}

.wraper_header_main .header_main #rt-mainMenu .apr-nav-menu--main > .mega-menu > li:not(.megamenu) .sub-menu {
    min-width: 300px;
}

.wraper_header_main .header_main #rt-mainMenu .apr-nav-menu--main > .mega-menu .sub-menu li a::after {
    display: none;
}

.apr-nav-menu--main > .mega-menu .sub-menu li a::before,
.wraper_header_main .header_main #rt-mainMenu .apr-nav-menu--main ul li:last-child {
    margin-right: 0;
}

.apr-nav-menu--main .mega-menu > li > .sub-menu > li:first-child:before {
    top: -9px;
}

.apr-nav-menu--main .mega-menu > li > a {
    color: #272727;
    font-size: 16px;
}

.apr-nav-menu--main .mega-menu > li > a:hover {
    color: #2c2c2c
}

.rt-header .apr-nav-menu--main .menu-item.menu-item-has-children > a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.rt-header.fixed .apr-nav-menu--main .mega-menu > li > a,
.rt-header .apr-nav-menu--main .mega-menu > li > a {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.apr-nav-menu--main li {
    margin-right: 20px;
    margin-left: 20px;
}

.apr-nav-menu--main li .sub-menu li {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 30px;
    padding-right: 30px;
}

.rt-header .apr-nav-menu--main ul.mega-menu li.menu-item-has-children a span.arrow {
    position: absolute;
    top: 0;
    right: -18px;
    max-height: 28px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 27px 0;
}

.rt-header .apr-nav-menu--main li.menu-item-has-children > a span:after {
    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-left: 10px;
    right: 0px;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    transition: transform .5s cubic-bezier(.19, 1, .22, 1);
}

.rt-header .apr-nav-menu--main ul.mega-menu li.menu-item-has-children:hover a span.arrow:after {
    transform: rotateX(-180deg);
}

.rt-header .apr-nav-menu--main ul.mega-menu li.menu-item-has-children ul.sub-menu li a span.arrow:after,
.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:after {
    display: none;
}

.rt-header .apr-nav-menu--main ul.mega-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children a span.arrow:after,
.rt-header .apr-nav-menu--main ul.mega-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu li a span.arrow:after {
    display: block;
}

.rt-header .apr-nav-menu--main ul.mega-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children a span.arrow,
.rt-header .apr-nav-menu--main ul.mega-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu li a span.arrow {
    margin: 6px 0;
    transform: rotateX(180deg)
}

.rt-header.mobile-header-style1 .apr-nav-menu--main .mega-menu > li > a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 20px;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    background: currentColor;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.rt-header.mobile-header-style1 .apr-nav-menu--main .mega-menu > li:hover a:after {
    width: 100%;
    left: 0;
}


.rt-header.fixed .apr-nav-menu--main .mega-menu > li:hover a span:after {
    transform: rotateX(-180deg);
}

.rt-header.fixed .apr-nav-menu--main .mega-menu > li > a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 20px;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    background: currentColor;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.rt-header.fixed .apr-nav-menu--main .mega-menu > li:hover a:after {
    width: 100%;
    left: 0;
}

.rt-header.mobile-header-style1 .apr-nav-menu--main .mega-menu > li > a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 20px;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    background: currentColor;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.rt-header.mobile-header-style1 .apr-nav-menu--main .mega-menu > li:hover a:after {
    width: 100%;
    left: 0;
}

.apr-nav-menu--main li {
    padding: 0;
    list-style: none
}

.apr-nav-menu--main li a,
.apr-nav-menu--main li li {
    position: relative
}

.megamenu_sub .apr-nav-menu--main > .mega-menu > li > a {
    margin: 0
}

.apr-nav-menu__align-center .apr-nav-menu,
.apr-nav-menu__align-center .apr-nav-menu--layout-dropdown > ul > li > a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.apr-nav-menu__align-center.apr-menu-layout-vertical .apr-nav-menu--layout-vertical > ul > li {
    text-align: center
}

.apr-nav-menu__align-left {
    text-align: left
}

.apr-nav-menu__align-left .mega-menu {
    text-align: left
}

.apr-nav-menu__align-left .mega-menu .sub-menu {
    text-align: left
}

.apr-nav-menu__align-left .apr-nav-menu--layout-horizontal > .mega-menu > li:first-child > a {
    margin-left: 0 !important
}

.apr-nav-menu__align-left.apr-menu-layout-vertical .apr-nav-menu--layout-vertical > ul > li {
    text-align: left
}

.apr-nav-menu__align-right {
    text-align: right
}

.apr-nav-menu__align-right .mega-menu {
    text-align: right
}

.apr-nav-menu__align-right .mega-menu .sub-menu {
    text-align: left
}

.apr-nav-menu__align-right .apr-nav-menu--layout-horizontal > .mega-menu > li:last-child > a {
    margin-right: 0 !important
}

.apr-nav-menu__align-right.apr-menu-layout-vertical .apr-nav-menu--layout-vertical > ul > li {
    text-align: right
}

.apr-nav-menu--main.apr-nav-menu--layout-vertical .sub-menu li {
    text-align: left
}

.apr-nav-menu__align-justify {
    text-align: justify
}

.apr-nav-menu__align-center .mega-menu {
    margin-left: auto;
    margin-right: auto
}

.apr-nav-menu--layout-horizontal .mega-menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.apr-nav-menu__align-right .apr-nav-menu,
.apr-nav-menu__align-right .apr-nav-menu--layout-dropdown > ul > li > a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.apr-nav-menu__align-justify {
    width: 100%
}

.apr-nav-menu__align-justify .apr-nav-menu--layout-horizontal .mega-menu {
    width: 100%
}

.apr-nav-menu__align-justify .apr-nav-menu--layout-horizontal .mega-menu > li {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1
}

.apr-nav-menu__align-right .mega-menu {
    margin-left: auto
}

.apr-nav-menu__align-left .apr-nav-menu,
.apr-nav-menu__align-left .apr-nav-menu--layout-dropdown > ul > li > a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left
}

.apr-nav-menu__align-left .mega-menu {
    margin-right: auto
}

.apr-item:after,
.apr-item:before,
.mega-menu > li > a:after,
.mega-menu > li > a:before {
    display: block;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transition-timing-function: cubic-bezier(.58, .3, .005, 1);
    transition-timing-function: cubic-bezier(.58, .3, .005, 1)
}

.e--pointer-framed .apr-item:before,
.e--pointer-framed .mega-menu > li > a:before {
    content: ""
}

.e--pointer-framed .apr-item:after,
.e--pointer-framed .apr-item:before,
.e--pointer-framed .mega-menu > li > a:after,
.e--pointer-framed .mega-menu > li > a:before {
    background: 0 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 2px solid #55595c
}

.e--pointer-background .apr-item:before,
.e--pointer-background .mega-menu > li > a:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #55595c;
    z-index: -1
}

.e--pointer-background .apr-item:after,
.e--pointer-background .apr-item:before,
.e--pointer-background .mega-menu > li > a:after,
.e--pointer-background .mega-menu > li > a:before {
    content: "";
    -webkit-transition: .3s;
    transition: .3s
}

.e--pointer-text.e--animation-grow .apr-item:focus,
.e--pointer-text.e--animation-grow .apr-item:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.apr-nav-menu--main .mega-menu a {
    -webkit-transition: .4s;
    transition: .4s
}

.sub_menu_show_arrow .sub-menu > li:first-child:before {
    display: none !important
}

.menu-icon {
    -webkit-transition: all .5s;
    transition: all .5s
}

.site-header-cart {
    position: relative
}

.site-header-cart .shopping_cart li {
    padding: 0
}

.site-header-cart .shopping_cart li:after {
    content: none
}

.site-header-cart .shopping_cart ul.woocommerce-mini-cart:after {
    content: none
}

.site-header-cart .shopping_cart ul.woocommerce-mini-cart li .quantity {
    height: auto;
    border: none
}

.site-header-cart .shopping_cart .woocommerce-mini-cart__total {
    margin: 0
}

.header-button .amount {
    padding-left: 10px
}

.wp-amount {
    padding: 4px 0
}

.cart-amount,
.title-amount {
    font-size: 14px;
    line-height: 12px
}

.cart-amount {
    margin-top: 12px
}

.apr-header-wishlist {
    position: relative
}

.apr-header-wishlist .blockUI {
    display: none !important
}

.apr-header-wishlist span.count {
    margin-left: -4px
}

.elementor-widget-apr-header-group,
.elementor-widget-apr_site_logo {
    margin-bottom: 0 !important
}

.elementor-widget-apr-header-group .toggle-search i {
    display: block
}

.elementor-widget-apr-header-group a:hover {
    text-decoration: none !important
}

.elementor-widget-apr-header-group .menu-icon i {
    display: block;
    line-height: 25px
}

.header-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header-info p {
    margin-bottom: 0;
    font-size: 15px;
    color: #fff;
    letter-spacing: .1em
}

.header-info p a {
    color: #2c2c2c;
    display: inline-block
}

.header-info p:first-child:after {
    content: '|';
    padding: 0 20px;
    display: inline-block
}

.chosen-single {
    background: #2c2c2c;
    padding: 13.5px 30px;
    color: #fff;
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 128px;
    max-width: 270px;
    height: 50px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.chosen-single i {
    margin-right: 12px
}

.chosen-single .menu-open-label {
    font-family: Jost;
    font-size: 14px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-transform: uppercase
}

.chosen-single .arrow-opener {
    padding-bottom: 5px
}

.chosen-single .arrow-opener:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f0dd';
    font-weight: 900
}

.mega-menu {
    list-style: none
}

.mega-menu > li.megamenu {
    position: static
}

.main-navigation .search-mobile {
    display: none
}

.toggle_show_search .main-navigation .search-mobile {
    display: block
}

.apr-nav-menu--main > .mega-menu .sub-menu > li.current-menu-item:not(.current-category-ancestor) > a:before,
.apr-nav-menu--main > .mega-menu .sub-menu > li:hover > a:before {
    background: #2c2c2c
}

.apr-nav-menu--layout-horizontal {
    padding: 0 20px;
}

.apr-nav-menu--layout-horizontal,
.apr-nav-menu--layout-horizontal .mega-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    margin: 0px;
}

.style-menu .apr-nav-menu--layout-horizontal,
.style-menu .apr-nav-menu--layout-horizontal .mega-menu {
    display: inherit
}

.header-default .header-group.menu-col-right > div.header-search {
    margin-top: 5px
}

.header-default .header-group.menu-col-right > div.header-cart {
    margin-top: 3px
}

.apr-nav-menu--layout-dropdown {
    position: fixed;
    height: 100%;
    width: 245px;
    opacity: 0;
    padding: 30px;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    z-index: 100;
    -webkit-transition: opacity 0.25s ease, transform 0.25s ease;
    transition: opacity 0.25s ease, transform 0.25s ease;
    background: #fff
}

.apr-nav-menu--layout-dropdown li.current-menu-item > a,
.apr-nav-menu--layout-dropdown li.current-menu-parent > a {
    color: #2c2c2c
}

.apr-nav-menu--layout-dropdown .sub-arrow {
    display: none
}

.apr-nav-menu--layout-dropdown .caret-submenu {
    display: block;
    color: #2c2c2c
}

.apr-nav-menu--layout-dropdown .caret-submenu:hover {
    color: #2c2c2c
}

.apr-nav-menu--layout-dropdown .mega-menu > li > a {
    padding: 0 0 13px 0;
    margin-bottom: 13px
}

.apr-nav-menu--layout-dropdown .mega-menu .caret-submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 14px;
    width: 30px;
    height: 30px;
    z-index: 9
}

.apr-nav-menu--layout-dropdown .mega-menu .caret-submenu.active:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.apr-nav-menu--layout-dropdown .mega-menu li {
    position: relative;
    list-style: none;
    padding: 0
}

.apr-nav-menu--layout-dropdown .mega-menu li:after {
    content: none
}

.apr-nav-menu--layout-dropdown .mega-menu li > a {
    position: relative;
    text-transform: capitalize;
    display: block;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 28px;
    text-align: left;
    color: #2c2c2c
}

.apr-nav-menu--layout-dropdown .mega-menu li:hover > a {
    color: #2c2c2c
}

.apr-nav-menu--layout-dropdown .mega-menu li .sub-menu {
    padding-top: 0;
    padding-left: 21px;
    position: relative;
    z-index: 10
}

.apr-nav-menu--layout-dropdown .mega-menu .sub-menu {
    display: none
}

.apr-nav-menu--layout-dropdown .mega-menu > li > a {
    padding-bottom: 13px;
    border-bottom: 1px solid #dbdbdb
}

.apr-nav-menu--layout-dropdown .mega-menu > li > a .caret-submenu {
    display: block;
    position: absolute;
    right: 0;
    bottom: 3px;
    font-size: 11px
}

.apr-nav-menu--layout-dropdown .mega-menu > li > a .caret-submenu i {
    display: none
}

.apr-nav-menu--layout-dropdown .mega-menu > li > a .caret-submenu:before {
    content: "\e904";
    font-family: lusion;
    font-size: 11px
}

.apr-nav-menu--layout-dropdown .mega-menu > li.megamenu .megamenu_sub {
    -webkit-transform: rotate3d(1,
            0,
            0,
            -90deg);
    transform: rotate3d(1,
            0,
            0,
            -90deg);
    top: 0;
    left: 100%
}

.apr-nav-menu--layout-dropdown .mega-menu > li.megamenu:hover .megamenu_sub {
    -webkit-transform: none;
    transform: none
}

.apr-nav-menu--layout-dropdown .site-title {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0
}

.apr-nav-menu--layout-dropdown .mega-menu li {
    position: relative
}

.apr-nav-menu--layout-dropdown .mega-menu .sub-menu .caret-submenu {
    top: 0
}

.apr-nav-menu--layout-dropdown .search-mobile {
    padding: 0 15px;
    margin-top: 25px
}

.apr-nav-menu--layout-dropdown .search-mobile input[type=search] {
    padding: 10px 20px;
    border-radius: 30px;
    background-color: #171717;
    height: 55px;
    -webkit-box-shadow: 0 2px 62px 0 rgba(0,
            0,
            0,
            .15);
    box-shadow: 0 2px 62px 0 rgba(0,
            0,
            0,
            .15);
    border: none;
    margin-bottom: 0
}

.apr-nav-menu--layout-dropdown .search-mobile .search-content-mobile {
    position: relative
}

.apr-nav-menu--layout-dropdown .search-mobile input[type=search],
.apr-nav-menu--layout-dropdown .search-mobile input[type=search]::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .4px
}

.apr-nav-menu--layout-dropdown .search-mobile input[type=search],
.apr-nav-menu--layout-dropdown .search-mobile input[type=search]:-ms-input-placeholder {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .4px
}

.apr-nav-menu--layout-dropdown .search-mobile input[type=search],
.apr-nav-menu--layout-dropdown .search-mobile input[type=search]::-ms-input-placeholder {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .4px
}

.apr-nav-menu--layout-dropdown .search-mobile input[type=search],
.apr-nav-menu--layout-dropdown .search-mobile input[type=search]::placeholder {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .4px
}

.apr-nav-menu--layout-dropdown .search-mobile .btn-search {
    position: absolute;
    width: auto;
    height: 55px;
    color: #fff;
    font-size: 16px;
    padding-right: 0;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    border: 0
}

.openmenu .menu-icon i:before {
    content: "\e918";
    font-size: 15px;
    position: relative;
    top: 0px;
    right: -200px;
    z-index: 999;
}

.openmenu .menu-hidden {
    -webkit-transform: none !important;
    transform: none !important;
    position: relative !important
}

.openmenu .apr-nav-menu--layout-dropdown {
    -webkit-transform: none;
    transform: none;
    opacity: 1
}

.openmenu .overlay-menu {
    visibility: visible;
    background: #1e1e1e
}

.logo-builder {
    display: inline-block
}

.logo-builder img {
    width: 87px
}

.apr-header-group__align-right {
    text-align: right
}

.apr-header-group__align-right > .elementor-widget-container {
    float: right
}

.apr-header-group__align-left {
    text-align: left
}

.apr-header-group__align-center {
    text-align: center
}

.header-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-group > div {
    display: inline-block;
    margin: 0 11px;
    float: left
}

.header-group > div:last-child {
    margin-right: 0
}

.header-group > div:first-child {
    margin-left: 0
}

.header-item-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto
}

.header-item-3 > div {
    width: 100%
}

.megamenu_sub .elementor-align-left .elementor-button {
    text-align: left
}

.apr-nav-menu--main > .mega-menu .sub-menu li a {
    padding: 0 0 8px 0;
    letter-spacing: 0;
    color: #2c2c2c;
    font-size: 16px;
    position: relative;
    display: block;
    white-space: pre-line;
    display: inline-block;
    position: relative;
}

.apr-nav-menu--main > .mega-menu .sub-menu li a::before {
    content: '';
    width: 0;
    height: 1px;
    bottom: 5px !important;
    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: currentColor;
}

.apr-nav-menu--main > .mega-menu .sub-menu li a:hover::before {
    width: 100%;
    left: 0;
    right: auto;
}

.apr-nav-menu--main > .mega-menu .sub-menu li.current-menu-item:not(.current-category-ancestor) > a {
    color: #2c2c2c
}

.apr-nav-menu--main > .mega-menu .sub-menu li:last-child a:before {
    bottom: 0
}

.show-template-header #primary {
    min-height: 500px
}

.megamenu_sub .show-space-line.apr-nav-menu--main .mega-menu > li:last-child > a::after {
    content: none
}

.mega-menu .tip {
    background: #2c2c2c none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    line-height: 8px;
    padding: 0 6px;
    position: relative;
    vertical-align: middle
}

.open-submenu {
    margin-left: 3px
}

.mega-menu > li.megamenu .sub-menu li:last-child > a {
    border: none
}

.menu-item-type-post_type.menu-item-has-children > a .open-submenu {
    position: absolute;
    right: 0;
    bottom: 5px
}

.menu-bottom {
    display: none
}

.megamenu > ul.sub-menu {
    width: 600px
}

.megamenu > ul.sub-menu > li.menu-item {
    float: left;
    width: 50%;
    padding: 0 15px
}

.megamenu > ul.sub-menu > li.menu-item.menu_start_new_row {
    clear: both;
    width: 100% !important
}

.megamenu > ul.sub-menu .sub-menu {
    background-color: transparent !important
}

.megamenu.menu-item-has-children > ul.sub-menu {
    left: auto;
    right: 15px
}

.megamenu.mega_column_3 > ul.sub-menu {
    width: 800px
}

.megamenu.mega_column_3 > ul.sub-menu > li.menu-item {
    width: calc(100%/3)
}

.megamenu.mega_column_4 > ul.sub-menu {
    width: 1110px
}

.megamenu.mega_column_4 > ul.sub-menu > li.menu-item {
    width: calc(100%/4)
}

.megamenu.mega_column_5 > ul.sub-menu {
    width: 1300px
}

.megamenu.mega_column_5 > ul.sub-menu > li.menu-item {
    width: calc(100%/5)
}

.megamenu.menu_fullw > ul.sub-menu {
    width: 100%
}

.megamenu .menu_hide_title > a {
    display: none
}

.menu_icon_top > a > i {
    position: absolute;
    top: calc(50% - 29px);
    width: 100%;
    left: 0;
    text-align: center
}

.menu_bg_overlay > ul.sub-menu:before {
    content: "";
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    opacity: .2
}

.ui-autocomplete {
    padding: 15px;
    max-height: 250px;
    overflow-y: scroll;
    background-color: #fff;
    top: 100% !important;
    left: 0 !important;
    z-index: 1
}

.ui-autocomplete::-webkit-scrollbar {
    display: none
}

.ui-autocomplete .woocommerce.add_to_cart_inline {
    border: none !important;
    padding: 0 !important;
    margin: 4px 0 0 !important
}

.ui-autocomplete .search-img {
    float: left;
    margin-right: 20px;
    background: #f5f5f5;
    margin-top: 0
}

.ui-autocomplete .search-img img {
    width: 65px;
    height: 75px
}

.ui-autocomplete > li {
    overflow: hidden;
    clear: both;
    padding: 0
}

.ui-autocomplete > li:last-child {
    margin-bottom: 0
}

.ui-autocomplete .search-info {
    overflow: hidden;
    text-align: left
}

.ui-autocomplete .search-info > a {
    font-size: 14px;
    text-transform: capitalize;
    display: block;
    color: #000;
    font-weight: 400;
    line-height: 20px
}

.ui-autocomplete .search-info > a:hover {
    color: #2c2c2c
}

.ui-autocomplete .price .add_to_cart_inline {
    line-height: normal;
    display: inline-block
}

.ui-autocomplete .price .add_to_cart_inline span {
    color: #2c2c2c
}

.ui-autocomplete .price .add_to_cart_inline ins {
    background: 0 0
}

.ui-autocomplete .price .add_to_cart_inline del span {
    color: #8f8f8f
}

.ui-autocomplete .add-cart {
    margin-top: 5px
}

.menu-block .woocommerce div.product-grid div.product {
    padding: 0
}

.menu-block .product_list .product-content .product-image {
    width: 60px;
    border: 1px solid #ebebeb;
    margin-right: 15px
}

.menu-block .product_list .product-content .product-desc .price span {
    font-size: 13px
}

.menu-block .product_list .product-content .product-desc .price span.woocommerce-Price-currencySymbol {
    font-size: 13px
}

.menu-block .arrowpress-products .woocommerce {
    margin-top: 12px
}

.menu-block .product-list {
    padding-bottom: 0
}

.menu-block .product-list > .item {
    margin-bottom: 15px
}

.menu-block .product-list .product-action-list {
    background-color: transparent
}

.menu-block .product-list .product-action-list .list_add_to_cart a {
    background-color: transparent
}

.menu-block .product-list .product-content .product-desc {
    padding: 0;
    min-height: 100%
}

.menu-block .product-list .product-content .product-desc .price {
    margin: 0;
    border: none;
    padding: 0
}

.menu-block .product-content .price {
    font-size: 13px
}

.menu-block .action_item_box,
.menu-block .desc {
    display: none !important
}

.menu-block .trending {
    font-size: 13px
}

.menu-block .trending label {
    color: #1b2429;
    font-weight: 400;
    margin: 0
}

.menu-block .trending a {
    display: inline-block !important;
    padding: 0 10px !important;
    vertical-align: middle;
    color: #2c2c2c !important
}

.menu-block .trending a:hover {
    color: #282828 !important
}

.megamenu_sub {
    background: #ffff;
    z-index: 10
}

.megamenu_sub .megamenu-content > .elementor > .elementor-inner > .elementor-section-wrap > .elementor-element {
    width: 100% !important;
    left: 0 !important
}

.megamenu_sub ul.mega-menu li:hover > a {
    background: 0 0
}

.rt-product-search {
    display: flex;
    position: relative;
    border: 1px solid #e0e0e0;
    border-radius: 0px;
    padding-right: 38px;
    width: 100%;
    margin: 20px 0 30px 0;
}

.rt-product-search button {
    position: absolute;
    top: 0;
    right: 1px;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: none;
    background: none;
}

.search-lebel {
    display: none;
}

.rt-product-search input {
    height: 38px;
    margin: 0;
    font-size: 14px;
    background-color: transparent;
}

.rt-product-search select {
    height: 26px;
    margin: 0;
    font-size: 14px;
    background-color: transparent;
}

.rt-product-search input {
    padding: 10px 15px;
    border: 0;
    flex: 1;
    outline: none;
}

.rt-mobile-toggle-holder .rt-mobile-toggle {
    display: inline-flex;
    width: 18px;
    align-items: center;
    transition: none;
    vertical-align: middle;
    position: relative;
}

.rt-mobile-toggle-holder .rt-mobile-toggle span {
    display: block;
    position: absolute;
    width: 18px;
    height: 2px;
    background: #272727;
    content: " ";
    left: 0;
}

.rt-mobile-toggle-holder .rt-mobile-toggle span:nth-child(1) {
    top: 1px;
}

.rt-mobile-toggle-holder .rt-mobile-toggle > span:nth-child(1) {
    transform-origin: 0 0;
}

.rt-mobile-toggle-holder .rt-mobile-toggle span:nth-child(2) {
    top: 7px;
}

.rt-mobile-toggle-holder .rt-mobile-toggle span:nth-child(3) {
    top: 13px;
}

/*--------------------------------------------------------------
# Header Menu Style End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Post (Style Default)
--------------------------------------------------------------*/
.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 30px 0px 30px;
    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/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;
}

.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: 4px 5px;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #272727;
    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: #272727;
    width: 13px;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 2px;
    right: 0;
    margin: 0 auto;
}

.entry-content > .page-links > .post-page-numbers.current {
    color: #272727 !important;
}

.entry-content > .page-links > .post-page-numbers:hover {
    color: #272727 !important;
}

.entry-content > .page-links > .post-page-numbers:hover:after {
    content: "";
    width: 13px;
    height: 1px;
    background: #272727;
    position: absolute;
    bottom: 0;
    left: 2px;
}

.entry-category > .category > a {
    color: #272727;
}

.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;
    font-weight: 400;
}

.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;
    word-break: break-all;
}

.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 {}

.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-radius: 0px;
    border: none;
}

.post.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 {
    background: #272727 !important;
    box-shadow: none !important;
    color: #fff;
    border-radius: 0px !important;
    padding: 11px 50px !important;
    border: 1px solid #272727 !important;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    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);
    display: block;
}

.post.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 {
    background: #fff !important;
    color: #272727 !important;
    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);
}

.post-read-more {
    margin-top: 25px;
}

.post-read-more a.btn {
    padding: 0;
    border-radius: 0px;
    box-shadow: none !important;
}

.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 {
    position: relative;
    overflow: hidden;
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span,
.page.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 {
    display: block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    background-color: #bd081c;
}

/*Post Image Hover*/
.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%;
}

/*--------------------------------------------------------------
# Post (Style Default) End
--------------------------------------------------------------*/
.woocommerce .woocommerce-ordering {
    margin: 0 8px 15px 0px;
}

.woocommerce .woocommerce-result-count {
    margin: 0 0px 15px 8px;
}

.wraper_shop_main.shop-nosidebar .woocommerce-result-count {
    margin: 0 0px 15px 8px;
}

.wraper_shop_main.shop-rightsidebar .woocommerce-result-count {
    margin: 0 0px 15px 8px;
}

.wraper_shop_main.shop-rightsidebar .woocommerce-ordering {
    margin: 0px;
    outline: none;
}

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

.radiantthemes-shop.style-three .radiantthemes-shop-box {
    float: left;
    padding-left: 8px;
    padding-right: 8px;
}

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

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

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

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

@media screen and (min-width:990px) and (max-width:1199px) {
    .rt-header.style1.mobile-header-style1 .rt-menu-holder nav {
        padding-left: 0px;
    }
}

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

    .radiantthemes-shop.three-column > .radiantthemes-shop-box,
    .radiantthemes-shop.four-column > .radiantthemes-shop-box,
    .radiantthemes-shop.five-column > .radiantthemes-shop-box,
    .radiantthemes-shop.six-column > .radiantthemes-shop-box {
        width: 33.33%;
    }

    .wraper_shop_main .rt-shop-filters.rt-sticky-filters .rt-display-view {
        display: none !important;
    }

    .wraper_shop_main.shop-topsidebar .rt-shop-filters.rt-sticky-filters .woocommerce-ordering,
    .wraper_shop_main.shop-leftsidebar .rt-shop-filters.rt-sticky-filters .woocommerce-ordering,
    .wraper_shop_main.shop-rightsidebar .rt-shop-filters.rt-sticky-filters .woocommerce-ordering {
        border-right: none !important;
        margin-right: 0px !important;
    }
}

@media screen and (min-width:480px) and (max-width:767px) {

    .radiantthemes-shop.three-column > .radiantthemes-shop-box,
    .radiantthemes-shop.four-column > .radiantthemes-shop-box,
    .radiantthemes-shop.five-column > .radiantthemes-shop-box,
    .radiantthemes-shop.six-column > .radiantthemes-shop-box {
        width: 50%;
    }

    .radiantthemes-shop > .radiantthemes-shop-box:nth-child(even) {
        padding-left: 8px !important;
        padding-right: 0px !important;
    }

    .radiantthemes-shop > .radiantthemes-shop-box:nth-child(odd) {
        padding-left: 0px !important;
        padding-right: 8px !important;
    }

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

    .wraper_shop_main.shop-leftsidebar {
        margin: 0px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .radiantthemes-shop.style-two .radiantthemes-shop-box {
        margin-bottom: 16px;
    }

    .woocommerce .woocommerce-ordering {
        margin: 0 0px 0px 0px;
        position: relative;
    }

    .wraper_shop_main .rt-shop-product-breadcrumb {
        margin-left: 0px !important;
    }

    .woocommerce .woocommerce-result-count {
        margin: 0 0px 15px 0px !important;
    }

    .wraper_shop_main.shop-topsidebar .rt-shop-product-breadcrumb {
        margin-left: 0px !important;
    }

    .wraper_shop_main .rt-shop-filters select {
        padding: 0px;
    }

    .rt-shop-filters .woocommerce-ordering:not(.select2-styled):after {
        top: 6px;
    }

    .wraper_shop_main.shop-nosidebar .container,
    .wraper_shop_main.shop-rightsidebar .container,
    .wraper_shop_main.shop-leftsidebar .container,
    .wraper_shop_main.shop-topsidebar .container,
    .wraper_shop_main .container {
        max-width: 100%;
        padding-left: 4% !important;
        padding-right: 4% !important;
    }

    .wraper_shop_main.shop-nosidebar .container .row {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
}

@media screen and (min-width:321px) and (max-width:479px) {
    .rt-list-view .radiantthemes-shop .radiantthemes-shop-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        flex-direction: row;
    }

    .radiantthemes-shop .radiantthemes-shop-box,
    .rt-grid-view .radiantthemes-shop .radiantthemes-shop-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        flex-direction: row;
    }

    .radiantthemes-shop .radiantthemes-shop-box:nth-child(odd),
    .rt-grid-view .radiantthemes-shop .radiantthemes-shop-box:nth-child(odd) {
        padding-right: 8px !important;
        padding-left: 0px !important;
    }

    .radiantthemes-shop .radiantthemes-shop-box:nth-child(even),
    .rt-grid-view .radiantthemes-shop .radiantthemes-shop-box:nth-child(even) {
        padding-left: 8px !important;
        padding-right: 0px !important;
    }

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

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

    .wraper_shop_main.shop-leftsidebar {
        margin: 0px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .shop_related .products h4 {
        padding: 0px !important;
    }

    .wraper_shop_main.shop-nosidebar .container,
    .wraper_shop_main.shop-rightsidebar .container,
    .wraper_shop_main.shop-leftsidebar .container,
    .wraper_shop_main.shop-topsidebar .container,
    .wraper_shop_main .container {
        max-width: 100%;
        padding-left: 4% !important;
        padding-right: 4% !important;
    }

    .wraper_shop_main.shop-nosidebar .container .row {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .woocommerce .woocommerce-ordering {
        margin: 0 0px 15px 0px;
    }

    .woocommerce .woocommerce-result-count {
        margin: 0 0px 15px 0px;
    }

}

@media screen and (max-width:320px) {

    .rt-list-view .radiantthemes-shop .radiantthemes-shop-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        flex-direction: row;
    }

    .radiantthemes-shop .radiantthemes-shop-box,
    .rt-grid-view .radiantthemes-shop .radiantthemes-shop-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        flex-direction: row;
    }

    .radiantthemes-shop .radiantthemes-shop-box:nth-child(odd),
    .rt-grid-view .radiantthemes-shop .radiantthemes-shop-box:nth-child(odd) {
        padding-right: 8px !important;
        padding-left: 0px !important;
    }

    .radiantthemes-shop .radiantthemes-shop-box:nth-child(even),
    .rt-grid-view .radiantthemes-shop .radiantthemes-shop-box:nth-child(even) {
        padding-left: 8px !important;
        padding-right: 0px !important;
    }

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

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

    .wraper_shop_main.shop-leftsidebar {
        margin: 0px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .shop_related .products h4 {
        padding: 0px !important;
    }

    .woocommerce .woocommerce-ordering {
        margin: 0 0px 15px 0px;
    }

    .woocommerce .woocommerce-result-count {
        margin: 0 0px 15px 0px;
    }

    .wraper_shop_main.shop-nosidebar .container,
    .wraper_shop_main.shop-rightsidebar .container,
    .wraper_shop_main.shop-leftsidebar .container,
    .wraper_shop_main.shop-topsidebar .container,
    .wraper_shop_main .container {
        max-width: 100%;
        padding-left: 4% !important;
        padding-right: 4% !important;
    }

    .wraper_shop_main.shop-nosidebar .container .row,
    .wraper_shop_main.shop-leftsidebar .container .row {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
}

.wraper_shop_main.shop-nosidebar [class*='col-'] {
    padding: 0;
}

.wraper_error_main.style-one {
    padding-top: 0px;
    padding-bottom: 80px;
    text-align: center;
}

.wraper_error_main.style-one .error_main img {
    padding-bottom: 0px;
    width: 450px;
    height: 320px;
}


.wraper_error_main.style-one .error_main {
    width: 50%;
    margin: 0 auto;
}

.wraper_error_main.style-one .error_main lottie-player {
    margin-top: -150px;
    margin-bottom: -70px;
}

.main {
    z-index: -1 !important;
}

@media screen and (max-width: 991px) {
    .wraper_error_main.style-one .error_main {
        width: 100%;
        margin: 0 auto;
    }

    .wraper_error_main.style-one .error_main lottie-player {
        margin-top: -120px;
        margin-bottom: -60px;
    }

    .wraper_error_main.style-one {
        padding-bottom: 50px;
    }

    .wraper_error_main.style-one .error_main img {
        height: 187px;
    }


}


/*-------------------------------------------------------------
Default theme shop style
-------------------------------------------------------------*/
.radiantthemes-shop.style-seven {
    margin-right: 0;
    margin-left: 0;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box {
    padding: 0 8px;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box {
    margin-bottom: 0px;
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
    margin: 0px;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .pic {
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
    text-align: center;
}

.radiantthemes-shop.style-seven .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-seven .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-seven .radiantthemes-shop-box .holder .pic:hover img.primary-img {
    opacity: 1;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
    transform: scale(1.06) translate3d(0px, 0px, 0px);
}

.radiantthemes-shop.style-seven .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-seven .radiantthemes-shop-box .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);
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .content-wrapper .thumbnail-wrapper .color-swatch {
    align-items: center;
    display: flex;
    flex-direction: row;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .content-wrapper .thumbnail-wrapper .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-seven .radiantthemes-shop-box .content-wrapper .thumbnail-wrapper .color-swatch .color:hover,
.radiantthemes-shop.style-seven .radiantthemes-shop-box .content-wrapper .thumbnail-wrapper .color-swatch .color.active {
    border: 1px solid #272727;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .content-wrapper .thumbnail-wrapper .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-seven .radiantthemes-shop-box .content-wrapper .thumbnail-wrapper .color-swatch div {
    position: relative;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .content-wrapper .thumbnail-wrapper .color-swatch div:hover:after,
.radiantthemes-shop.style-seven .radiantthemes-shop-box .content-wrapper .thumbnail-wrapper .color-swatch div.active:after {
    opacity: 1;
    visibility: visible;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .content-wrapper .thumbnail-wrapper .color-swatch .color:hover {
    cursor: pointer;
}

.radiantthemes-shop.style-seven .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: #000;
    z-index: 9;
}

.radiantthemes-shop.style-seven .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-seven .radiantthemes-shop-box .holder .product-description {
    background: #fff;
    text-align: left;
    padding: 15px 0 15px 0;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .product-description .woocommerce-loop-product__title {
    color: #272727;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-boxm .holder .product-description .percent-off {
    display: none;
}

.radiantthemes-shop.style-seven .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-seven .radiantthemes-shop-box .holder .action-buttons .tinv-wishlist {
    margin: 0px;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .action-buttons .button.yith-wcqv-button,
.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .action-buttons a.rt-add-to-cart,
.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .action-buttons .tinv-wishlist a,
.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .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%;
    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;
}

.radiantthemes-shop.style-seven .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-seven .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-seven .radiantthemes-shop-box .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;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder:hover .action-buttons .button,
.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder:hover .action-buttons a.rt-add-to-cart,
.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder:hover .action-buttons .tinv-wishlist a,
.radiantthemes-shop.style-seven .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-seven .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-seven .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-seven .radiantthemes-shop-box .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;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span.feedback {
    display: none;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .action-buttons .button:hover,
.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .action-buttons a.rt-add-to-cart:hover,
.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .action-buttons .tinv-wishlist a:hover,
.radiantthemes-shop.style-seven .radiantthemes-shop-box .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;
    outline: none;
}

.button-area.quick-view .blockUI,
.yith-wcqv-button .blockUI.blockOverlay,
.blockUI.blockOverlay {
    display: none !important;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist:hover a {
    color: #fff;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .action-buttons button:focus,
.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .action-buttons a:focus {
    outline: none;
    border: none;
}

.radiantthemes-shop.style-seven .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-seven .radiantthemes-shop-box .holder .product-description .star-rating::before {
    color: #000;
    float: left;
    top: 0;
    left: 1px;
    position: absolute;
    right: 0;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .product-description .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 1px;
    position: absolute;
    padding-top: 1.5em;
    color: #000;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .product-description .product-brand a {
    text-decoration: none;
    text-transform: uppercase;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .product-description .product-title {
    margin: 0 0 2px 0;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .product-description .price,
.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .product-description .product-price {
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 27px;
    color: #676766;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .product-description .price ins,
.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .product-description .product-price ins {
    padding-right: 8px;
    padding-left: 0px;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .product-description .price del,
.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .product-description .product-price del {
    opacity: 0.6;
    padding-right: 0px;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .product-description .product-title a {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-decoration: none;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .product-description .product-price span {
    margin-right: 2px;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .product-description .rt-color-variation .rt-size-chart,
.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .product-description .rt-color-variation .woocommerce-variation-add-to-cart,
.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .product-description .rt-color-variation .yith-wcqv-button,
.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .product-description .rt-color-variation .yith-wcwl-add-button,
.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .product-description .rt-color-variation .rt-simple-add-cart,
.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .product-description .rt-color-variation .variations tr .label,
.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .product-description .tinv-wraper.woocommerce.tinv-wishlist {
    display: none !important;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .product-description .rt-color-variation table.variations tr:last-child {
    display: none;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .product-description .rt-color-variation .wvs-has-image-tooltip:before,
[data-wvstooltip]:before,
.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .product-description .rt-color-variation .wvs-has-image-tooltip:after,
[data-wvstooltip]:after {
    display: none;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .product-description .rt-color-variation .woo-variation-swatches.wvs-show-label .variations td {
    padding-bottom: 0;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .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);
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .product-description .rt-color-variation .variations li.variable-item.color-variable-item.selected {
    padding: 0 !important;
    border: none;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .product-description .rt-color-variation .variations li.variable-item.color-variable-item:hover {
    border: 1px solid #272727;
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .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);
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder:hover .product-description .add-bag {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transform: translateY(0px);
}

.radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .product-description .add-bag .ti {
    padding-right: 8px;
}

@media screen and (max-width:767px) {

    .radiantthemes-shop.style-seven .radiantthemes-shop-box .holder .action-buttons,
    .radiantthemes-shop.style-seven .radiantthemes-shop-box .content-wrapper .action-buttons {
        display: none;
    }

    .radiantthemes-shop.style-seven .radiantthemes-shop-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        flex-direction: row;
    }

    .radiantthemes-shop.style-seven .radiantthemes-shop-box:nth-child(odd) {
        padding-right: 8px !important;
        padding-left: 0px !important;
    }

    .radiantthemes-shop.style-seven .radiantthemes-shop-box:nth-child(even) {
        padding-left: 8px !important;
        padding-right: 0px !important;
    }

    .wraper_shop_main .rt-shop-filters .rt-display-view {
        display: none !important;
    }

    .wraper_shop_main .rt-shop-filters.rt-sticky-filters .rt-top-filter,
    .rt-fly-filter {
        display: inline-block;
        display: flex;
        width: 50%;
        align-items: center;
        justify-content: center;
    }

    .wraper_shop_main .rt-shop-filters.rt-sticky-filters {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        margin: 0;
        z-index: 590;
        padding: 15px 20px;
        background: #fff;
        box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 30%);
        border-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    select.orderby {
        border: 0;
        color: inherit;
        background-color: transparent;
        background-image: none;
        width: 100%;
        max-width: 140px;
        height: auto;
        padding-top: 8px;
        padding-bottom: 8px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .radiantthemes-shop.style-four .radiantthemes-shop-box .holder .product-description {
        background: #fff;
        text-align: left;
        padding: 15px 0 15px 0;

    }

    .radiantthemes-shop.style-two .radiantthemes-shop-box .holder .product-description {
        min-height: 120px;
    }

    .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;
    }

    .radiantthemes-shop .radiantthemes-shop-box .holder .action-buttons .button.yith-wcqv-button,
    .radiantthemes-shop .radiantthemes-shop-box .holder .action-buttons a.rt-add-to-cart,
    .radiantthemes-shop .radiantthemes-shop-box .holder .action-buttons .tinv-wishlist a,
    .radiantthemes-shop .radiantthemes-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
        height: 30px !important;
        width: 30px !important;
        line-height: 30px !important;
    }

    .wraper_shop_main .widget-left {
        display: none;
    }
}

@media screen and (max-width: 767px) and (min-width: 480px) {
    .wraper_shop_main .widget.woocommerce {
        width: 45%;
        float: left;
        margin: 0px 0px 0px 8px;
        padding-right: 30px;
        border: none !important;
    }
}

@media screen and (max-width: 479px) and (min-width: 321px) {
    .wraper_shop_main .widget.woocommerce {
        width: 48%;
        float: left;
        margin: 0px 0px 0px 0px;
        padding-right: 15px;
        border: none !important;
    }

    .wraper_shop_main .rt-shop-filters select.orderby {
        width: 100% !important;
        max-width: 50px !important;
        padding: 5px 0px;
        margin-left: 50px;
    }

    .rt-shop-filters .woocommerce-ordering:not(.select2-styled):after {
        top: 7px;
        right: 50px;
    }

    .wraper_shop_main .rt-shop-product-breadcrumb {
        margin-left: 0;
        margin-bottom: 10px;
        display: none;
    }

    .wraper_shop_main .woocommerce-result-count {
        display: none;
    }

    .wraper_shop_main {
        padding-top: 30px !important;
        padding-bottom: 20px !important;
    }

    .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 {
        padding: 0;
        text-align: center;
    }

    .wraper_shop_main .woocommerce-result-count {
        margin: 0 0px 15px 0px;
        width: 100%;
    }
}

@media screen and (max-width: 320px) {
    .wraper_shop_main .rt-shop-filters.rt-sticky-filters .rt-top-filter {
        display: block;
    }

    .wraper_shop_main .rt-shop-filters.rt-sticky-filters {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        margin: 0;
        z-index: 590;
        padding: 15px 20px;
        background: #fff;
        box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 30%);
        border-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .wraper_shop_main .rt-shop-product-breadcrumb {
        margin-left: 0;
        margin-bottom: 10px;
        display: none;
    }

    .wraper_shop_main .woocommerce-result-count {
        display: none;
    }

    .wraper_shop_main .widget.woocommerce {
        width: 100%;
        float: left;
        margin: 0px 0px 15px 0px;
        padding-right: 15px;
        border: none !important;
    }

    .rt-top-filter,
    .rt-side-filter {
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 50%;
        padding-right: 12px;
    }

    .wraper_shop_main .rt-shop-product-breadcrumb {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .rt-shop-filters .woocommerce-ordering:not(.select2-styled):after {
        top: 7px;
        right: 30px;
    }

    .wraper_shop_main .rt-shop-filters.rt-sticky-filters .woocommerce-ordering {
        margin: 0;
        text-align: center;
        align-items: center;
        justify-content: center;
        display: inline-block;
        width: 50%;
        position: relative;
        padding: 0 20px;
    }

    .wraper_shop_main .rt-shop-filters.rt-sticky-filters .woocommerce-ordering:before {
        content: "";
        background: #d1d1d1;
        width: 1px;
        height: 100%;
        position: absolute;
        left: 0;
    }

    .wraper_shop_main {
        padding-top: 30px !important;
        padding-bottom: 20px !important;
    }

    .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 {
        padding: 0;
        text-align: center;
    }

    .topsidebar,
    .widget-left {
        padding-bottom: 30px;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        margin: 0;
        z-index: 99;
        padding: 10px 20px !important;
        background: #fff;
        box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 30%);
        border-bottom: 0;
        margin-bottom: 60px !important;
    }

    .topsidebar,
    .widget-left {
        padding-bottom: 30px;
        height: 350px;
        overflow-y: scroll;
    }

    .wraper_shop_main .woocommerce-result-count {
        margin: 0 0px 15px 0px;
    }
}

/*--------------------------------------------------------------
# Inner Page Breadcrumb Start
--------------------------------------------------------------*/
.inner_banner_breadcrumb #crumbs {
    color: #989898;
}

.inner_banner_breadcrumb #crumbs a {
    color: #989898;
}

.inner_banner_breadcrumb #crumbs span.gap i {
    display: none;
}

.inner_banner_breadcrumb #crumbs span.gap:after {
    content: "/";
    top: 0;
    margin: 0;
}


.wraper_inner_banner .container {
    width: 1260px;
    max-width: calc(100% - 10%);
    padding-left: 0;
    padding-right: 0;
}

@media only screen and (max-width: 767px) {
    .wraper_inner_banner .container {
        width: 1260px;
        max-width: calc(100% - 10%);
        padding-left: 0;
        padding-right: 0;
    }
}

/*--------------------------------------------------------------
# Inner Page Breadcrumb End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 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: 30px 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: 15px;
    margin-bottom: 21px;
    width: 100%;
    float: left;
    line-height: 20px;
    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: #272727;
}

.radiantthemes-shop.style-one .radiantthemes-shop-box .holder .product-description .product-price {
    margin-bottom: 0px;
    width: 100%;
    float: left;
    font-size: 15px;
    line-height: 21px;
}

.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: 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.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: 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);
}

.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: none;
    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: 10xpx;
}

.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 {
    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 {
    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;
}

/*--------------------------------------------------------------
# Shop Box Style Two End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Shop Box Style Three Start
--------------------------------------------------------------*/
.radiantthemes-shop.style-three .radiantthemes-shop-box {
    margin-bottom: 30px;
    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 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-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: 10px;
    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 .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: 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-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 .product-type-grouped.radiantthemes-shop-box .holder .action-buttons .more-action,
.radiantthemes-shop.style-four .product-type-external.radiantthemes-shop-box .holder .action-buttons .more-action,
.radiantthemes-shop.style-four .product-type-grouped.radiantthemes-shop-box .holder .action-buttons .rt-add-to-cart .product-price,
.radiantthemes-shop.style-four .product-type-external.radiantthemes-shop-box .holder .action-buttons .rt-add-to-cart .product-price {
    display: none;
}

.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .action-buttons .rt-add-to-cart .button.rt-simple-add-cart {
    float: left;
    margin-right: 0px !important;
}

.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .action-buttons .rt-add-to-cart button {
    margin-left: 0px !important;
}

.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 .rt-add-to-cart .button.rt-simple-add-cart,
.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,
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .action-buttons .rt-add-to-cart .button.rt-simple-add-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;
}

.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .action-buttons .tinv-wishlist {
    margin: 0px;
    float: left;
}

.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 .action-buttons .rt-add-to-cart .button.rt-simple-add-cart,
.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,
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .action-buttons .rt-add-to-cart .button.rt-simple-add-cart: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 .rt-add-to-cart .button.rt-simple-add-cart: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 .rt-add-to-cart {
    margin: 0;
}

.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,
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .product-description .price {
    margin: 0 0 12px 0;
}

.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .product-description .product-price p,
.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .product-description .price p {
    margin: 0 0 0px 0;
}

.radiantthemes-shop.style-four .radiantthemes-shop-box .holder .product-description .price ins {
    padding-right: 8px;
}

.radiantthemes-shop-box .holder .product-description .product-price del,
.radiantthemes-shop-box .holder .product-description .price del {
    font-size: 16px;
    margin-right: 10px;
    opacity: 1;
    font-weight: 400;
    opacity: 0.6;
}

.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%;
}

.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: 30px;
    margin: 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-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: 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-five .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-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: 10px;
}

.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 !important;
    }

    .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: 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-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 8px;
}

.wraper_shop_main.shop-nosidebar .container,
.wraper_shop_main.shop-rightsidebar .container,
.wraper_shop_main.shop-leftsidebar .container,
.wraper_shop_main.shop-topsidebar .container,
.wraper_shop_main .container {
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
}

.wraper_shop_main.shop-nosidebar .container .row {
    margin-right: 0px;
    margin-left: 0px;
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box {
    padding: 0 8px;
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box {
    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);
}

.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: #000;
    padding: 0px 6px 0px 6px;
    left: 15px;
    top: 15px;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    z-index: 9;
}

.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 .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: 5px;
    color: #272727;
    font-size: 16px;
    line-height: 27px;
}

.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: rgba(255, 255, 255, 0.8);
    color: #272727;
    border: none;
    padding: 11px 20px;
    font-weight: 400;
    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;
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .add-bag a:hover,
.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .add-bag .button:hover {
    background: #272727;
    color: #fff;
    border: none;
}

.radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .add-bag a:before,
.radiantthemes-shop.style-eight .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-eight .radiantthemes-shop-box .holder .add-bag a:hover:before,
.radiantthemes-shop.style-eight .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-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: 10px;
}

.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;
}

/*--------------------------------------------------------------
# Shop Box Style Eight End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Shop Box shop top sidebar start
--------------------------------------------------------------*/
.wraper_shop_main.shop-topsidebar .rt-shop-product-breadcrumb {
    margin-bottom: 20px;
    margin-left: 8px;
    font-size: 14px;
    line-height: 24px;
    color: #989898;
    text-transform: capitalize;
}

.wraper_shop_main.shop-topsidebar .woocommerce-result-count {
    margin: 0 0px 15px 8px;
    width: 100%;
}

.wraper_shop_main.shop-topsidebar .widget.woocommerce {
    width: 24%;
    float: left;
    margin: 0px 0px 0px 8px;
    padding-right: 30px;
    border: none !important;
}

.wraper_shop_main.shop-topsidebar .rt-shop-filters.rt-sticky-filters .woocommerce-ordering {
    margin: 0;
}

.wraper_shop_main.shop-topsidebar .rt-shop-filters.rt-sticky-filters .woocommerce-ordering,
.wraper_shop_main.shop-leftsidebar .rt-shop-filters.rt-sticky-filters .woocommerce-ordering,
.wraper_shop_main.shop-rightsidebar .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;
    border-right: 1px solid #d1d1d1;
    margin-right: 10px;
    padding-right: 15px;
}

.wraper_shop_main.shop-nosidebar .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;
    margin-right: 10px;
}

.wraper_shop_main .rt-shop-filters.rt-sticky-filters .rt-display-view {
    display: flex;
}

.wraper_shop_main.shop-topsidebar .rt-shop-filters.rt-sticky-filters .woocommerce-ordering:before {
    content: "";
    background: #d1d1d1;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
}

.topsidebar {
    width: 100%;
    float: left;
    clear: both;
    background: #fff;
    margin-bottom: 20px;
}

.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;
    display: flex;
    align-items: center;
    line-height: 1;
    background: #fff;
}

.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:last-child {
    padding-right: 8PX;
}

.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;
}

.rt-hide-filter,
.rt-fly-hide-filter,
.rt-fly-filter {
    display: none;
}

#topsidebar {
    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;
}

.rt-top-filter svg {
    width: 16px;
    margin-left: 7px;
}

.radiantthemes-shop {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wraper_shop_main.shop-topsidebar .rt-shop-filters select.orderby,
.wraper_shop_main.shop-leftsidebar .rt-shop-filters select.orderby,
.wraper_shop_main.shop-rightsidebar .rt-shop-filters select.orderby,
.wraper_shop_main.shop-nosidebar .rt-shop-filters select.orderby {
    border: 0;
    color: inherit;
    background-color: transparent;
    background-image: none;
    width: 100%;
    max-width: 120px;
    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 select {
    -webkit-appearance: none;
}

.wraper_shop_main.shop-topsidebar .rt-shop-filters.rt-sticky-filters .woocommerce-ordering svg,
.wraper_shop_main.shop-leftsidebar .rt-shop-filters.rt-sticky-filters .woocommerce-ordering svg,
.wraper_shop_main.shop-rightsidebar .rt-shop-filters.rt-sticky-filters .woocommerce-ordering svg,
.wraper_shop_main.shop-nosidebar .rt-shop-filters.rt-sticky-filters .woocommerce-ordering svg,
.wraper_shop_main .rt-shop-filters.rt-sticky-filters .woocommerce-ordering svg {
    width: 16px;
    height: 16px;
}

.shop-topsidebar .rt-shop-filters .woocommerce-ordering:not(.select2-styled):after {
    right: 10px;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .wraper_shop_main.shop-topsidebar .widget.woocommerce {
        width: 45%;
        float: left;
        margin: 0px 0px 0px 8px;
        padding-right: 30px;
        border: none !important;
    }

    .topsidebar,
    .widget-left {
        padding-bottom: 30px;
    }

    .wraper_shop_main.shop-topsidebar,
    .wraper_shop_main.shop-leftsidebar {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .wraper_shop_main {
        padding-top: 45px !important;
        padding-bottom: 40px !important;
    }

}

@media screen and (max-width: 1024px) {

    .radiantthemes-shop.style-three .radiantthemes-shop-box .holder .action-buttons,
    .radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .action-buttons,
    .radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .add-bag {
        display: none;
    }

    .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: 767px) {

    .wraper_shop_main.shop-leftsidebar .rt-shop-filters.rt-sticky-filters .rt-top-filter,
    .wraper_shop_main.shop-rightsidebar .rt-shop-filters.rt-sticky-filters .rt-top-filter,
    .rt-fly-filter {
        display: inline-block;
    }

    .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 {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        margin: 0;
        z-index: 590;
        padding: 15px 20px;
        background: #fff;
        box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 30%);
        border-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .radiantthemes-shop.style-four .radiantthemes-shop-box .holder .product-description {
        background: #fff;
        text-align: left;


    }

    .radiantthemes-shop.style-two .radiantthemes-shop-box .holder .product-description {
        min-height: 120px;
    }

    .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;
    }

    .radiantthemes-shop .radiantthemes-shop-box .holder .action-buttons .button.yith-wcqv-button,
    .radiantthemes-shop .radiantthemes-shop-box .holder .action-buttons a.rt-add-to-cart,
    .radiantthemes-shop .radiantthemes-shop-box .holder .action-buttons .tinv-wishlist a,
    .radiantthemes-shop .radiantthemes-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
        height: 30px !important;
        width: 30px !important;
        line-height: 30px !important;
    }

    .wraper_shop_main.shop-leftsidebar .widget-left,
    .wraper_shop_main.shop-rightsidebar .widget-left {
        display: none;
        max-width: 100%;
    }

    .wraper_shop_main.shop-topsidebar,
    .wraper_shop_main.shop-leftsidebar {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .wraper_shop_main.shop-style-two {
        padding-bottom: 10px !important;
    }

    .wraper_shop_main {
        padding-top: 45px !important;
        padding-bottom: 40px !important;
    }

    .wraper_shop_main.shop-nosidebar .rt-shop-product-breadcrumb {
        margin-left: 0px !important;
    }
}

@media screen and (max-width: 767px) and (min-width: 480px) {

    .wraper_shop_main .widget.woocommerce,
    .wraper_shop_main.shop-topsidebar .widget.woocommerce {
        width: 45%;
        float: left;
        margin: 0px 0px 0px 8px;
        padding-right: 30px;
        border: none !important;
    }

    .rt-top-filter,
    .rt-side-filter {
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 50%;
        padding-right: 12px;
    }

    .wraper_shop_main.shop-topsidebar .rt-shop-filters.rt-sticky-filters .woocommerce-ordering,
    .wraper_shop_main.shop-leftsidebar .rt-shop-filters.rt-sticky-filters .woocommerce-ordering,
    .wraper_shop_main.shop-rightsidebar .rt-shop-filters.rt-sticky-filters .woocommerce-ordering,
    .wraper_shop_main .rt-shop-filters.rt-sticky-filters .woocommerce-ordering {
        border-right: none !important;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 0px;
        padding-right: 0px;
    }

    .wraper_shop_main .rt-shop-filters.rt-sticky-filters .woocommerce-ordering:before {
        content: "";
        background: #d1d1d1;
        width: 1px;
        height: 100%;
        position: absolute;
        left: 0;
        display: none;
    }

    .wraper_shop_main.shop-nosidebar .rt-shop-filters.rt-sticky-filters .woocommerce-ordering:before {
        content: "";
        background: none;
        width: 1px;
        height: 100%;
        position: absolute;
        left: 0;
    }

    .topsidebar,
    .widget-left {
        padding-bottom: 30px;
        padding-bottom: 30px;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 340px;
        overflow-y: scroll;
        margin: 0;
        z-index: 99;
        padding: 30px 20px !important;
        background: #fff;
        box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 30%);
        border-bottom: 0;
        margin-bottom: 60px !important;

    }

    .shop-topsidebar .rt-shop-filters .woocommerce-ordering:not(.select2-styled):after {
        right: 31%;
    }
}

@media screen and (max-width: 479px) and (min-width: 321px) {

    .wraper_shop_main .widget.woocommerce,
    .wraper_shop_main.shop-topsidebar .widget.woocommerce {
        width: 48%;
        float: left;
        margin: 0px 0px 0px 0px;
        padding-right: 15px;
        border: none !important;
    }

    .rt-top-filter,
    .rt-side-filter {
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 50%;
        padding-right: 12px;
    }

    .wraper_shop_main.shop-topsidebar .rt-shop-filters.rt-sticky-filters .woocommerce-ordering,
    .wraper_shop_main.shop-leftsidebar .rt-shop-filters.rt-sticky-filters .woocommerce-ordering,
    .wraper_shop_main.shop-rightsidebar .rt-shop-filters.rt-sticky-filters .woocommerce-ordering {
        padding-right: 0px;
    }

    .wraper_shop_main .rt-shop-filters select.orderby {
        width: 100% !important;
        max-width: 130px !important;
        padding: 0px 0px;
        margin-left: 0px;
    }

    .wraper_shop_main .rt-shop-filters .rt-display-view {
        display: none;
    }

    .rt-shop-filters .woocommerce-ordering:not(.select2-styled):after {
        top: 2px;
        right: 10px;
    }

    .shop-topsidebar .rt-shop-filters .woocommerce-ordering:not(.select2-styled):after {
        right: 75px;
    }

    .wraper_shop_main .rt-shop-filters.rt-sticky-filters .woocommerce-ordering {
        margin: 0;
        text-align: center;
        align-items: center;
        justify-content: center;
        display: flex;
        width: 50%;
        position: relative;
        padding: 0 20px;
        border-right: none !important;
        margin-right: 0px !important;
    }

    .wraper_shop_main .rt-shop-filters.rt-sticky-filters .woocommerce-ordering:before {
        content: "";
        background: #d1d1d1;
        width: 1px;
        height: 100%;
        position: absolute;
        left: 0;
        display: none;
    }

    .wraper_shop_main.shop-nosidebar .rt-shop-filters.rt-sticky-filters .woocommerce-ordering:before {
        content: "";
        background: none;
        width: 1px;
        height: 100%;
        position: absolute;
        left: 0;
    }

    .wraper_shop_main.shop-topsidebar .rt-shop-product-breadcrumb,
    .wraper_shop_main .rt-shop-product-breadcrumb {
        margin-left: 0;
        margin-bottom: 10px;
        display: none;
    }

    .wraper_shop_main.shop-topsidebar .woocommerce-result-count,
    .wraper_shop_main.shop-leftsidebar .woocommerce-result-count,
    .wraper_shop_main.shop-rightsidebar .woocommerce-result-count {
        display: none;
    }

    .wraper_shop_main.shop-topsidebar,
    .wraper_shop_main.shop-leftsidebar,
    .wraper_shop_main.shop-rightsidebar {
        padding-top: 20px;
        padding-bottom: 0px !important;
    }

    .wraper_shop_main.shop-style-two {
        padding-bottom: 10px !important;
    }

    .wraper_shop_main.shop-leftsidebar.shop-style-three {
        padding-bottom: 0px !important;
    }

    .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 {
        padding: 0;
        text-align: center;
    }

    .topsidebar,
    .widget-left {
        padding-bottom: 30px;
        padding-bottom: 30px;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 340px;
        overflow-y: scroll;
        margin: 0;
        z-index: 99;
        padding: 30px 20px !important;
        background: #fff;
        box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 30%);
        border-bottom: 0;
        margin-bottom: 60px !important;

    }

    .wraper_shop_main.shop-topsidebar .woocommerce-result-count {
        margin: 0 0px 15px 0px;
        width: 100%;
    }
}

@media screen and (max-width: 320px) {

    .wraper_shop_main.shop-leftsidebar .rt-shop-filters.rt-sticky-filters .rt-top-filter,
    .wraper_shop_main.shop-rightsidebar .rt-shop-filters.rt-sticky-filters .rt-top-filter {
        display: block;
    }

    .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 {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        margin: 0;
        z-index: 590;
        padding: 15px 20px;
        background: #fff;
        box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 30%);
        border-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .wraper_shop_main .widget.woocommerce,
    .wraper_shop_main.shop-topsidebar .widget.woocommerce {
        width: 100%;
        float: left;
        margin: 0px 0px 15px 0px;
        padding-right: 15px;
        border: none !important;
    }

    .rt-top-filter,
    .rt-side-filter {
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 50%;
        padding-right: 12px;
    }

    .wraper_shop_main.shop-topsidebar .rt-shop-product-breadcrumb {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .wraper_shop_main .rt-shop-filters select.orderby {
        width: 100% !important;
        max-width: 120px !important;
        padding: 0px 0px;
        margin-left: 0px;
    }

    .wraper_shop_main .rt-shop-filters .rt-display-view {
        display: none;
    }

    .rt-shop-filters .woocommerce-ordering:not(.select2-styled):after {
        top: 2px;
        right: 8px;
    }

    .shop-topsidebar .rt-shop-filters .woocommerce-ordering:not(.select2-styled):after {
        right: 0;
    }

    .wraper_shop_main .rt-shop-filters.rt-sticky-filters .woocommerce-ordering {
        margin: 0 !important;
        border-right: none !important;
        text-align: center;
        align-items: center;
        justify-content: center;
        display: flex;
        width: 50%;
        position: relative;
        padding: 0 0px;
    }

    .wraper_shop_main .rt-shop-filters.rt-sticky-filters .woocommerce-ordering:before {
        content: "";
        background: #d1d1d1;
        width: 1px;
        height: 100%;
        position: absolute;
        left: 0;
        display: none;
    }

    .wraper_shop_main.shop-nosidebar .rt-shop-filters.rt-sticky-filters .woocommerce-ordering:before {
        content: "";
        background: none;
        width: 1px;
        height: 100%;
        position: absolute;
        left: 0;
    }

    .wraper_shop_main.shop-topsidebar,
    .wraper_shop_main.shop-leftsidebar,
    .wraper_shop_main.shop-rightsidebar {
        padding-top: 20px;
    }

    .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 {
        padding: 0;
        text-align: center;
    }

    .topsidebar,
    .widget-left {
        padding-bottom: 30px;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        margin: 0;
        z-index: 99;
        padding: 10px 20px !important;
        background: #fff;
        box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 30%);
        border-bottom: 0;
        margin-bottom: 60px !important;
    }

    .topsidebar,
    .widget-left {
        padding-bottom: 30px;
        height: 350px;
        overflow-y: scroll;
    }

    .wraper_shop_main.shop-topsidebar .woocommerce-result-count {
        margin: 0 0px 15px 0px;
    }
}

/*--------------------------------------------------------------
# Shop Box shop top sidebar End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Quick View Shop Box Style
--------------------------------------------------------------*/
#woosq-popup {
    position: relative;
    width: 100%;
    max-width: 770px;
    margin: 0 auto;
    padding: 0px;
    background-color: #fff;
    max-height: 460px;
    box-sizing: border-box;
    overflow: hidden;
}

#woosq-popup .single-product .product > div {
    width: 50%;
    height: 460px;
    overflow: auto;
}

.woocommerce-variation.single_variation {
    margin-bottom: 20px;
}

#woosq-popup .thumbnails img {
    display: block;
    object-fit: cover;
    object-position: center;
    vertical-align: middle;
    max-height: 460px;
    max-width: 100%;
    height: 100%;
    margin: auto;
    border-radius: 0;
}

#woosq-popup .single-product .product .summary .summary-content {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    padding: 50px 60px 20px 40px;
}

.summary-content .product_title.entry-title {
    color: #272727 !important;
    margin-bottom: 5px;
    margin-top: 0px !important;

}

.summary-content .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;
}

.summary-content .star-rating:before {
    color: #272727;
    float: left;
    top: 0;
    left: 3px;
    position: absolute;
}

.summary-content .woocommerce-review-link {
    float: left;
    line-height: normal;
    margin-left: 10px;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.3px;
}

.summary-content .woocommerce-product-rating {
    margin-bottom: 10px !important;
}

.summary-content .price {
    margin-bottom: 17px;
    font-size: 16px !important;
    color: #666666 !important;
    line-height: 28px !important;
}

.summary-content .price del {
    font-size: 15px;
    margin-right: 10px;
    opacity: 1;
}

.summary-content .price ins span.woocommerce-Price-amount bdi {
    color: #EF5C5C !important;
}

.summary-content .quantity input.qty {
    width: 50px;
    height: 47px;
    float: none;
    margin-left: 0px;
    padding: 0px;
    border: none;
    background: #fff;
    box-shadow: initial;
    text-align: center;
    -moz-appearance: textfield;
    border-radius: 0px;
    background: #f7f7f7;
    font-size: 12px;
}

.summary-content .rt-size-chart {
    display: none;
}

.summary-content .single_add_to_cart_button {
    border: 1px solid #272727 !important;
    border-radius: 0px !important;
    background: #272727 !important;
    color: #fff !important;
    padding: 11px 33px !important;
    font-size: 14px !important;
    line-height: 24px !important;
    text-transform: capitalize;
    ;
    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);
    letter-spacing: 1.3px;
    font-weight: 400 !important;
}

.summary-content .single_add_to_cart_button:hover {
    background: #fff !important;
    color: #272727 !important;
}

.summary-content .single_add_to_cart_button:before {
    content: "\e82e";
    font-family: Linearicons-Free;
    font-style: normal;
    padding-right: 5px;
}

.summary-content .variations label {
    color: #272727;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1.3px;
    font-weight: 600 !important;
    text-transform: uppercase;
}

.summary-content .product_meta {
    margin-bottom: 25px;
    margin-top: 25px;
    border-top: 1px solid #D1D1D1;
    padding-top: 25px;
    width: 100%;
    float: left;
}

.summary-content .product_meta > .sku_wrapper {
    width: 100%;
}

.summary-content .product_meta > .sku_wrapper,
.summary-content .product_meta > .posted_in,
.summary-content .product_meta > .tagged_as {
    display: inline-block;
    margin-bottom: 3px;
    color: #272727;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}

.summary-content .product_meta > .sku_wrapper .sku,
.summary-content .product_meta > .posted_in a,
.summary-content .product_meta > .tagged_as a {
    color: #676666 !important;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    padding-left: 10px;
    letter-spacing: 1.3px;
}

.summary-content .product_meta > ul.social {
    float: right;
    display: inline-block;
    margin-top: -11px;
}

.summary-content .product_meta > ul.social li {
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    margin: 0px 0px 0 5px;
    line-height: 21px;
    align-items: center;
    display: flex;
    border: 1px solid #E1E2E6;
    border-radius: 50%;
    font-size: 12px;
}

.summary-content .product_meta > ul.social li a {
    color: #676666;
}

#woosq-popup .slick-slider .slick-arrow {
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    color: #222;
    background-color: transparent;
    border-radius: 0;
    z-index: 8;
    border: none;
}

#woosq-popup .slick-slider .slick-arrow:hover {
    color: #272727;
    background-color: transparent;
}

.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: 2px !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 #272727;
}

li.variable-item.color-variable-item.selected {
    border: 1px solid #272727;
}

li.variable-item.button-variable-item {
    width: 30px;
    height: 30px;
    border-radius: 0px !important;
    background: #f5f5f5 !important;
    box-shadow: none !important;
    border: 1px solid #d8d8d8;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}

li.variable-item.button-variable-item:hover {
    border: 1px solid #272727;
}

li.variable-item.button-variable-item.selected {
    border: 1px solid #272727;
}

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%);
}

.wvs-has-image-tooltip:before,
[data-wvstooltip]:before {
    margin-bottom: 5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 7px;
    border-radius: 3px;
    background-color: #272727 !important;
    color: #fff;
    text-align: center;
    font-size: 12px !important;
    line-height: 1.2;
}

.wvs-has-image-tooltip:after,
[data-wvstooltip]:after {
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #272727 !important;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}

[data-wvstooltip]:before {
    max-width: 100% !important;
    content: attr(data-wvstooltip);
}

li.variable-item.button-variable-item[data-value="ef-vvs"],
li.variable-item.button-variable-item[data-value="gh-vs"],
li.variable-item.button-variable-item[data-value="ij-si"],
li.variable-item.button-variable-item[data-value="gh-vvs"] {
    width: 100px;
}

.mfp-close {
    right: 25px;
    top: 20px;
}

.mfp-woosq .mfp-close:active {
    top: 20px;
}

.summary-content div.quantity {
    margin: 0 20px 0 0 !important;
}

#woosq-popup .thumbnails .thumbnail {
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: left;
    float: left;
}

#woosq-popup .thumbnails {
    background: #fff;
}

/*--------------------------------------------------------------
# Quick View Shop Box Style End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Add to Wishlist Box Style
--------------------------------------------------------------*/
.radiantthemes-cart-border a.add_to_cart_button {
    background: #272727;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    letter-spacing: 1.3px;
    font-weight: 400;
    border: 1px solid #272727;
    padding: 11px 33px;
    border-radius: 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);
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.radiantthemes-cart-border a.add_to_cart_button:hover {
    background: #fff !important;
    color: #272727 !important;
}

.radiantthemes-cart-border a.add_to_cart_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-cart-border a.add_to_cart_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);
}

.woosw-area .woosw-inner .woosw-content .woosw-content-top {
    flex: 0 0 auto;
    height: 48px;
    line-height: 48px;
    padding: 0 60px 0 20px;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    background-color: #222;
    font-size: 12px;
    vertical-align: middle;
    letter-spacing: 1.3px;
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items {
    margin: 0;
    padding: 0;
    width: 100%;
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--title a {
    font-weight: 600;
    color: #272727;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items tr:hover td {
    background: none;
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items tr:nth-child(2n) td {
    background-color: rgba(0, 0, 0, 0.03);
}

.woosw-content-bot-inner span {
    padding: 0 20px;
    font-size: 12px;
    letter-spacing: 1.3px;
}

.woosw-content-bot-inner span a,
.woosw-content-bot-inner span a:hover,
.woosw-content-bot-inner .woosw-continue:hover {
    color: #fff !important;
}

.woosw-area .woosw-inner .woosw-content {
    max-width: 580px;
}

.woosw-area.woosw-open .woosw-inner .woosw-content {
    border-radius: 0;
}

.woosw-area .woosw-inner .woosw-content .woosw-content-bot {
    margin: 0px;
}

.woocommerce-message {
    color: #272727;
    position: relative;
    right: 0;
    border: none;
    padding: 0;
    background: none;
    padding: 10px 15px;
}

.cart-empty.woocommerce-info {
    padding: 10px 15px;
}

.woocommerce-message::before {
    display: none;
}

.woocommerce-message .cart-added-button {
    position: absolute;
    right: -85px;
    top: 3px;
}

.woocommerce-message .cart-added {
    position: relative;
    display: inline-block;
}

.woocommerce-message .cart-added-button .rt-button-added-cart {
    background: transparent;
    display: inline-block;
    position: relative;
    color: #272727;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 1.3px;
    border-radius: 0px;
    padding: 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);
}

.woocommerce-message .cart-added-button .rt-button-added-cart:before,
.woocommerce-message .cart-added-button .rt-button-added-cart:after {
    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);
}

.woocommerce-message .cart-added-button .rt-button-added-cart: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;
}

.woocommerce-message .cart-added-button .rt-button-added-cart: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;
}

.woocommerce-message .cart-added-button .rt-button-added-cart:hover {
    background: transparent;
    color: #272727;
}

.woocommerce-message .cart-added-button .rt-button-added-cart:hover:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.woocommerce-message .cart-added-button .rt-button-added-cart:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-delay: .34s;
    -o-transition-delay: .34s;
    transition-delay: .34s;
}

/*--------------------------------------------------------------
# Add to Wishlist Box Style
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Size Chart Shop Box Style Start
--------------------------------------------------------------*/
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

#rtsizechart {
    padding: 0px !important;
    background: rgb(255 255 255 / 80%);
}

#rtsizechart .modal-header {
    position: absolute;
    border: none;
    right: 0;
    z-index: 9;
}

#rtsizechart .modal-header .close {
    width: 30px;
    height: 30px;
    background: #272727;
    border: none;
    top: 30px;
    right: 30px;
    position: absolute;
    display: block;
    z-index: 200;
    text-indent: -9999px;
    border-radius: 50%;
    opacity: 1;
}

#rtsizechart .modal-header .close:before,
#rtsizechart .modal-header .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;
}

#rtsizechart .modal-header .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;
}

#rtsizechart .modal-header .close:hover:before,
#rtsizechart .modal-header .close:hover:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

#rtsizechart .modal-header .close:hover {
    color: #272727;
    text-decoration: none;
}

#rtsizechart .modal-footer {
    display: none;
}

#rtsizechart .modal-dialog {
    max-width: 100%;
    margin: 0 auto;
}

#rtsizechart .modal-body {
    padding: 26px 35px 9px 35px;
}

#rtsizechart .modal-content table {
    table-layout: fixed;
    width: 100%;
    margin: 0 0 28px;
    padding: 10px 8px;
}

#rtsizechart .modal-content {
    border: none;
    border-radius: 0px;
}

.admin-bar #rtsizechart .modal-content {
    margin-top: 32px;
}

#rtsizechart .rt-size-table th {
    background-color: #272727;
    color: #fff;
    font-weight: 400;
    text-align: center;
    padding: 12px 8px;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 1.3px;
}

#rtsizechart .rt-size-table td {
    text-align: center;
    padding: 10px 8px;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 1.3px;
    color: #666666;
}

#rtsizechart .rt-size-table tbody tr:nth-child(even) {
    background-color: #f3f3f3;
}

/*--------------------------------------------------------------
# Size Chart Shop Box Style End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# End Shop Box Style One
--------------------------------------------------------------*/
@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1260px;
    }
}

/*--------------------------------------------------------------
## Product Single Related Product Start
--------------------------------------------------------------*/
.related-product-box .product-item {
    margin-bottom: 10px;
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
}

.related-product-box .product-item .holder {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.related-product-box .product-item .holder .pic {
    position: relative;
    overflow: hidden;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}

.related-product-box .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;
}

.related-product-box .product-item .holder:hover .product-description {
    -webkit-transform: translateY(-32%);
    -ms-transform: translateY(-32%);
    transform: translateY(-32%);
}

.related-product-box .product-item .holder .product-description .action-buttons {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -12%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.related-product-box .product-item .holder .product-description .action-buttons .yith-wcwl-add-to-wishlist {
    margin: 0px;
}

.related-product-box .product-item .holder .product-description .action-buttons .button.yith-wcqv-button,
.related-product-box .product-item .holder .product-description .action-buttons .tinv-wishlist a,
.related-product-box .product-item .holder .product-description .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 rgb(0 0 0 / 7%);
    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;
}

.related-product-box .product-item .holder:hover .product-description .action-buttons .button {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.related-product-box .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;
}

.related-product-box .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;
}

.related-product-box .product-item .holder:hover .product-description .action-buttons .button,
.related-product-box .product-item .holder:hover .product-description .action-buttons .tinv-wishlist a,
.related-product-box .product-item .holder:hover .product-description .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.related-product-box .product-item .holder .product-description .action-buttons .tinv-wishlist:hover a:before,
.related-product-box .product-item .holder .product-description .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:hover a:before {
    background: url(../images/heart-woocommerce-white.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.related-product-box .product-item .holder .product-description .action-buttons .button.yith-wcqv-button:hover:before {
    background: url(../images/eye-woocommerce-white.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.related-product-box .product-item .holder .product-description .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span.feedback {
    display: none;
}

.related-product-box .product-item .holder .product-description .action-buttons .button:hover,
.related-product-box .product-item .holder .product-description .action-buttons .tinv-wishlist a:hover,
.related-product-box .product-item .holder .product-description .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;
}

.related-product-box .product-item .holder .product-description .action-buttons .yith-wcwl-add-to-wishlist:hover a {
    color: #fff;
}

.related-product-box .product-item .holder .product-description .product-brand {
    margin: 0 0 3px;
    display: none;
}

.related-product-box .product-item .holder .product-description .product-title {
    margin: 0 0 7px;
    font-size: 16px;
    line-height: 27px;
    font-weight: normal;
}

.related-product-box .product-item .holder .product-description .product-title a {
    color: #272727;
    text-decoration: none;
}

.related-product-box .product-item .holder .product-description .product-price {
    margin-bottom: 25px;
    width: 100%;
    float: left;
}

.related-product-box .product-item .holder .product-description .product-price span {
    margin-right: 2px;
}

.related-product-box .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;
}

.related-product-box .product-item .holder .product-description .add-bag {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.related-product-box .product-item .holder .product-description .add-bag a {
    background: #272727;
    color: #fff;
    padding: 11px 33px;
    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;
}

.related-product-box .product-item .holder .product-description .add-bag a: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);
}

.related-product-box .product-item .holder .product-description .add-bag a: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);
}

.related-product-box .product-item .holder:hover .product-description .add-bag a {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transform: translateY(0px);
}

.related-product-box .product-item .holder .product-description .add-bag a:hover {
    color: #272727;
    background: #fff;
    border: 1px solid #272727;
    text-decoration: none;
}

.related-product-box .product-navigation-style-one {
    position: absolute;
    top: 0;
    bottom: 45%;
    width: 100%;
    display: inline-block;
}

.related-product-box .product-navigation-style-one .swiper-button-next,
.related-product-box .product-navigation-style-one .swiper-button-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);
}

.related-product-box:hover .product-navigation-style-one .swiper-button-next,
.related-product-box:hover .product-navigation-style-one .swiper-button-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;
}

.related-product-box .product-navigation-style-one .swiper-button-prev svg,
.related-product-box .product-navigation-style-one .swiper-button-next svg {
    width: 22px;
}

.related-product-box .product-navigation-style-one .swiper-button-next {
    right: 0px;
    left: auto;
}

.related-product-box .product-navigation-style-one .swiper-button-prev {
    left: 0px;
    right: auto;
}

/*--------------------------------------------------------------
## Product Single Related Product End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Product Single Page
--------------------------------------------------------------*/
.shop_single .rt-product-gallery {
    display: block;
    position: relative;
    width: 50%;
    margin: 0;
    float: left;
    padding-right: 7px;
}

.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.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    float: right;
    width: 50% !important;
    padding-top: 0px;
    clear: none;
    right: 0px;
    position: relative;
    display: inline-block;
    margin-top: -6px;
    padding-left: 70px;
}

.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 .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 .rt-product-gallery .flex-direction-nav {
    display: none;
}

.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: #272727;
    padding: 7px 20px 7px 20px;
    position: absolute;
    left: auto;
    right: 30px;
    top: 15px;
    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: #272727;
    padding: 5px 15px 5px 15px;
    position: absolute;
    left: auto;
    right: 22px;
    top: 15px;
    font-size: 14px;
    line-height: 1;
    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: 22px;
    z-index: 9;
}

#yith-quick-view-content .onsale {
    top: 15px;
    right: auto;
    left: 15px;
}

.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;
}

.shop_related > .related.products > h2 {
    color: #272727;
    margin-bottom: 22px;
    font-weight: 600;
    font-size: 36px;
    line-height: 50px;
    text-transform: capitalize;
}

.shop_single .summary form.cart .button {
    border: none !important;
    border-radius: 0px !important;
    background: #272727 !important;
    color: #fff !important;
    padding: 11px 20px !important;
    font-size: 12px;
    text-transform: uppercase !important;
    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);
    letter-spacing: 1.3px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.shop_single .summary form.cart .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);
}

.shop_single .summary form.cart .button.added:after {
    display: none;
}

.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;
}

.shop_single .summary button.wooscp-btn {
    border: none;
    background: none;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 24px;
    display: inline-flex;
    padding: 0;
    color: #666666;
    font-weight: 400;
    letter-spacing: 1.3px;
    margin-right: 35px;
}

.shop_single .summary button.wooscp-btn:before {
    content: "\e862";
    font-family: 'Linearicons-Free';
    font-size: 14px;
    text-align: center;
    margin: 0;
    padding-right: 10px;
}

.wraper_shop_single.style-one .shop_single_tabs {
    margin-top: 13px;
    margin-bottom: 68px;
}

.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: 15px;
    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: 10px 15px;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    background-color: transparent;
    border: 1px solid #D9D9D9;
    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: capitalize;
    line-height: 34px;
    letter-spacing: -0.3px;
    font-weight: 400;
    font-style: normal;
    color: #272727;
    font-size: 24px; 
}

.wraper_shop_single.style-one #review_form #respond p.stars a::before {
    color: #272727;
}

.wraper_shop_single.style-one #review_form #respond .stars {
    display: inline-block;
}

.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%;
    border-radius: 0px;
    padding: 8px 10px;
}

.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li > a p {
    color: #272727;
    margin: 0;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.8px;
}

.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li > a.active {
    background-color: #272727;
}

.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li > a.active p {
    color: #fff !important;
}

.shop_single #review_form #respond label,
.shop_single_tabs #review_form #respond label {
    display: none;
}

.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: 5px 10px 5px 0px;
    background-color: transparent;
    background-clip: padding-box;
    border-style: none none solid;
    border-width: 1px;
    border-color: #272727;
    resize: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 0px;
    width: 100%;
    height: 50px;
}

.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: 5px 10px 5px 0px;
    background-color: transparent;
    background-clip: padding-box;
    border-style: none none solid;
    border-width: 1px;
    border-color: #272727;
    resize: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 0px;
    width: 100%;
    height: 150px;
}

.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%);
    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/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;
}

#yith-quick-view-content div.images {
    width: 50%;
    float: left;
    opacity: 1 !important;
    margin: 0;
    padding-right: 50px;
    left: 0;
}

#yith-quick-view-content div.summary {
    padding: 45px 15px 15px 15px;
}

#yith-quick-view-close {
    width: 30px;
    height: 30px;
    background: #272727;
    border: none;
    top: 15px;
    right: 15px;
    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;
}

#yith-quick-view-modal.open .yith-wcqv-wrapper .shop_single .summary .quantity input[type=number] {
    -moz-appearance: auto;
}

/* Quick View Popup*/

@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 .wraper_shop_single.style-five div.product div.images .woocommerce-product-gallery__wrapper,
    .woocommerce-page #content .wraper_shop_single.style-five div.product div.images .woocommerce-product-gallery__wrapper {
        display: -webkit-inline-box;
    }
*/


    .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: 0;
    }

    .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;
    }

    .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: 15px;
    }

    #yith-quick-view-content div.images {
        padding-right: 0;
    }

    .woocommerce div.product div.images {
        margin-bottom: 0px;
    }

}

@media screen and (max-width: 767px) {

    .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 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 a.woocommerce-review-link {
        display: none;
    }

    .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: 16px;
        left: auto;
        top: auto;
        z-index: 9;
        width: 100%;
        margin: 0;
    }

    .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-two div.product div.images .flex-control-thumbs,
    .woocommerce .wraper_shop_single.style-three 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.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 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.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: 6px;
        height: 6px;
        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: 0;
    }

    .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-left: 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;
    }

    .woocommerce div.product form.cart div.quantity {
        margin: 0 auto 16px;
    }

    /*
    .shop_single .summary .quantity {
        margin: 0 auto 16px !important;
        width: 100% !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;
    }
}

.wraper_shop_single .shop_single {
    width: 100%;
    display: inline-block;
}

/*--------------------------------------------------------------
## Product Single Page End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Product Single Page Style Two
--------------------------------------------------------------*/
.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item {
    border-radius: 100%;
}

.wraper_shop_single.style-two .shop_single .rt-product-gallery {
    display: block;
    position: relative;
    width: 50%;
    margin: 0;
    float: left;
    padding-right: 15px;
}

.woocommerce #content .wraper_shop_single.style-two div.product div.images,
.woocommerce .wraper_shop_single.style-two div.product div.images,
.woocommerce-page #content .wraper_shop_single.style-two div.product div.images,
.woocommerce-page .wraper_shop_single.style-two div.product div.images {
    width: calc(100% - 0px);
    position: relative;
    display: inline-block;
    left: 0;
    height: auto;
}

.woocommerce .wraper_shop_single.style-two .shop_single span.onsale {
    background: #272727;
    padding: 7px 20px 7px 20px;
    position: absolute;
    left: auto;
    right: 30px;
    top: 15px;
    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 .wraper_shop_single.style-two div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0;
    top: 0px;
    position: initial;
    left: 0;
    margin-top: 16px;
}

.woocommerce .wraper_shop_single.style-two div.product div.images .flex-control-thumbs li {
    width: 50%;
    float: left;
    overflow: hidden;
    justify-content: center;
    object-fit: cover;
    display: grid;
    margin-bottom: 16px;
    height: auto;
}

.woocommerce .wraper_shop_single.style-two div.product div.images .flex-control-thumbs li img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.woocommerce #content .wraper_shop_single.style-two ul.flex-direction-nav {
    display: none;
}

.woocommerce .wraper_shop_single.style-two div.product div.images .flex-control-thumbs li:nth-child(1) {
    padding-right: 8px;
}

.woocommerce .wraper_shop_single.style-two div.product div.images .flex-control-thumbs li:nth-child(2) {
    padding-left: 8px;
    height: 250px;
}

.woocommerce .wraper_shop_single.style-two div.product div.images .flex-control-thumbs li:nth-child(3) {
    padding-left: 8px;
}

.woocommerce .wraper_shop_single.style-two div.product div.images .flex-control-thumbs li:nth-child(4) {
    padding-right: 8px;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 250px;
}

.woocommerce .wraper_shop_single.style-two .shop_single .shop_single_accordion {
    width: 100%;
    float: left;
    border: 1px solid #E6E6E6;
    border-top: none;
}

.woocommerce .wraper_shop_single.style-two .shop_single > .summary .quantity > .input-group-addon {
    display: flex;
    vertical-align: top;
    width: 35px;
    height: 24px;
    padding: 0;
    border-radius: 0px;
    text-align: center;
    font-size: 12px;
    color: #696969;
    background: #f7f7f7;
    line-height: 23px;
    cursor: pointer;
    user-select: none;
}

.woocommerce .wraper_shop_single.style-two .shop_single > .summary .quantity {
    min-width: auto;
    margin: 0px 0px 0px 0px;
    width: 80px;
    background: #f7f7f7;
}

.woocommerce .wraper_shop_single.style-two .shop_single > .summary .quantity > .input-group-addon.quantity-increase:before {
    content: "";
    background: url(../images/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);
}

.woocommerce .wraper_shop_single.style-two .shop_single > .summary .quantity > .input-group-addon.quantity-decrease:before {
    content: "";
    background: url(../images/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);
}

.woocommerce .wraper_shop_single.style-two .shop_single > .summary .quantity > .input-group-addon.quantity-increase {
    position: absolute;
    right: 0;
    top: 0;
}

.woocommerce .wraper_shop_single.style-two .shop_single > .summary .quantity > .input-group-addon.quantity-decrease {
    position: absolute;
    right: 0;
    bottom: 0;
}

.woocommerce .wraper_shop_single.style-two .shop_single > .summary .quantity > .qty {
    width: 40px;
    height: 47px;
    float: none;
    margin-left: 0px;
    margin-right: 30px;
    padding: 0px;
    border: none;
    box-shadow: initial;
    text-align: center;
    -moz-appearance: textfield;
    border-radius: 0px;
    font-size: 14px;
}

.woocommerce .wraper_shop_single.style-two .shop_single > .summary form.cart .button {
    border: 1px solid #272727 !important;
    border-radius: 0px !important;
    background: #272727;
    color: #fff;
    padding: 11px 50px !important;
    font-size: 14px;
    text-transform: capitalize !important;
    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);
    letter-spacing: 1.3px;
}

.woocommerce .wraper_shop_single.style-two .shop_single_accordion_item button.btn {
    border-top: 1px solid #E6E6E6;
    width: 100%;
    text-align: left;
    border-radius: 0px;
    padding: 12px 15px;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 0.8px;
    color: #272727;
    font-weight: 400;
}

.woocommerce .wraper_shop_single.style-two .shop_single_accordion_item .collapse {
    margin-bottom: 15px;
}

.woocommerce .wraper_shop_single.style-two .shop_single_accordion_item h4 {
    padding: 0 15px;
    display: none;
}

.woocommerce .wraper_shop_single.style-two .shop_single_accordion_item button.btn:focus {
    box-shadow: none !important;
}

.woocommerce .wraper_shop_single.style-two .shop_single_accordion_item #accordion-description ul {
    padding-left: 45px;
    margin-bottom: 8px;
    margin-top: 8px;
}

.woocommerce .wraper_shop_single.style-two .shop_single_accordion_item #accordion-description ul li {
    list-style: disc;
}

.woocommerce .wraper_shop_single.style-two table.shop_attributes th {
    width: 150px;
    font-weight: 400;
    padding: 8px 15px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, .1);
    margin: 0;
    line-height: 1.5;
    color: #272727;
}

.woocommerce .wraper_shop_single.style-two .shop_single_accordion_item p {
    margin: 0px 0 0 0;
    font-style: normal;
    padding: 0 15px;
}

.woocommerce .wraper_shop_single.style-two .shop_single_accordion_item #comments {
    margin-bottom: 20px !important;
    padding-bottom: 0px !important;
}

.woocommerce .wraper_shop_single.style-two #reviews #comments ol.commentlist li .comment-text .description p {
    padding: 0px;
}

.woocommerce .wraper_shop_single.style-two .shop_single_accordion_item p a {
    color: #272727;
}

.woocommerce .wraper_shop_single.style-two .shop_single_accordion_item h6 {
    display: none;
}

.woocommerce .wraper_shop_single.style-two .shop_single_accordion_item h5 {
    letter-spacing: 1.3px;
    font-weight: 400;
    text-transform: normal;
    color: #272727;
    padding: 0 15px;
}

.woocommerce .wraper_shop_single.style-two #reviews #comments {
    border-bottom: 1px solid #bdbdbd;
    margin-bottom: 73px;
    padding-bottom: 38px;
}

.woocommerce .wraper_shop_single.style-two #reviews #comments ol.commentlist li {
    padding: 0;
    margin: 0 0 20px 15px;
    border: 0;
    position: relative;
    background: 0;
    border: 0;
}

.woocommerce .wraper_shop_single.style-two #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%;
}

.woocommerce .wraper_shop_single.style-two #reviews #comments ol.commentlist li .comment-text {
    margin: 0px 0 0 59px;
    border: none;
    border-radius: 4px;
    padding: 4px 15px 0;
}

.woocommerce .wraper_shop_single.style-two .star-rating {
    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-two .star-rating::before {
    color: #272727;
    float: left;
    top: 0;
    left: 3px;
    position: absolute;
}

.woocommerce .wraper_shop_single.style-two #reviews #comments ol.commentlist li .comment-text p.meta {
    display: none;
}

.woocommerce .wraper_shop_single.style-two #reviews #comments ol.commentlist li .comment-text .description {
    float: left;
    width: 100%;
}

.woocommerce .wraper_shop_single.style-two #review_form #respond {
    padding: 0 15px;
}

.woocommerce .wraper_shop_single.style-two #review_form #respond p {
    padding: 0px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .wraper_shop_single.style-two .shop_single .rt-product-gallery {
        width: 100%;
        padding: 0;
    }

    .woocommerce .wraper_shop_single.style-two .shop_single > .summary .quantity > .input-group-addon.quantity-increase,
    .woocommerce .wraper_shop_single.style-three .shop_single > .summary .quantity > .input-group-addon.quantity-increase {
        position: absolute;
        right: 0;
        bottom: auto;
        top: 0;
    }

    .woocommerce .wraper_shop_single.style-two .shop_single > .summary .quantity > .input-group-addon.quantity-decrease,
    .woocommerce .wraper_shop_single.style-three .shop_single > .summary .quantity > .input-group-addon.quantity-decrease {
        position: absolute;
        right: 0;
        top: auto;
        bottom: 0;
    }

    .woocommerce .wraper_shop_single.style-two .shop_single > .summary .quantity {
        margin: 0 0 0px 0;
    }

    .woocommerce .wraper_shop_single.style-two .shop_single > .summary .quantity > .qty {
        margin-right: 20px;
    }

    .woocommerce .wraper_shop_single.style-two div.product div.images .flex-control-thumbs li:nth-child(1) {
        padding-right: 0px;
    }

    .woocommerce .wraper_shop_single.style-two div.product div.images .flex-control-thumbs li:nth-child(2) {
        padding-left: 0px;
        height: auto;
    }

    .woocommerce .wraper_shop_single.style-two div.product div.images .flex-control-thumbs li:nth-child(3) {
        padding-left: 0px;
    }

    .woocommerce .wraper_shop_single.style-two div.product div.images .flex-control-thumbs li:nth-child(4) {
        padding-right: 0px;
        position: initial;
    }
}

@media screen and (max-width: 767px) {
    .wraper_shop_single.style-two .shop_single .rt-product-gallery {
        width: 100% !important;
        padding: 0;
    }

    .woocommerce .wraper_shop_single.style-two .shop_single > .summary .quantity > .input-group-addon.quantity-increase,
    .woocommerce .wraper_shop_single.style-three .shop_single > .summary .quantity > .input-group-addon.quantity-increase {
        position: initial;
        right: 0;
        top: 0;
    }

    .woocommerce .wraper_shop_single.style-two .shop_single > .summary .quantity > .input-group-addon.quantity-decrease,
    .woocommerce .wraper_shop_single.style-three .shop_single > .summary .quantity > .input-group-addon.quantity-decrease {
        position: initial;
        right: 0;
        top: 0;
    }

    .woocommerce .wraper_shop_single.style-two .shop_single > .summary .quantity {
        margin: 0 0 16px 0;
    }

    .woocommerce .wraper_shop_single.style-two .shop_single > .summary .quantity > .qty {
        margin-right: 0px;
    }

    .woocommerce .wraper_shop_single.style-two div.product div.images .flex-control-thumbs li:nth-child(1) {
        padding-right: 0px;
    }

    .woocommerce .wraper_shop_single.style-two div.product div.images .flex-control-thumbs li:nth-child(2) {
        padding-left: 0px;
        height: auto;
    }

    .woocommerce .wraper_shop_single.style-two div.product div.images .flex-control-thumbs li:nth-child(3) {
        padding-left: 0px;
    }

    .woocommerce .wraper_shop_single.style-two div.product div.images .flex-control-thumbs li:nth-child(4) {
        padding-right: 0px;
        position: initial;
    }

}

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

/*--------------------------------------------------------------
## Product Single Page Style Three
--------------------------------------------------------------*/
.wraper_shop_single.style-three .shop_single .rt-product-gallery {
    display: block;
    position: relative;
    width: 50%;
    margin: 0;
    float: left;
    padding-right: 7px;
}

.woocommerce #content .wraper_shop_single.style-three div.product div.images,
.woocommerce .wraper_shop_single.style-three div.product div.images,
.woocommerce-page #content .wraper_shop_single.style-three div.product div.images,
.woocommerce-page .wraper_shop_single.style-three div.product div.images {
    width: calc(100% - 0px);
    position: relative;
    display: inline-block;
    left: 0;
    height: auto;
}

.woocommerce .wraper_shop_single.style-three .shop_single span.onsale {
    background: #272727;
    padding: 7px 20px 7px 20px;
    position: absolute;
    left: auto;
    right: 45px;
    top: 15px;
    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 .wraper_shop_single.style-three div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0;
    top: 0px;
    position: initial;
    left: 0;
    margin-top: 16px;
}

.woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs li {
    width: 50%;
    float: left;
    overflow: hidden;
    justify-content: center;
    object-fit: cover;
    display: block;
    margin-bottom: 16px;
    height: 100%;
}

.woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs li img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs li:nth-child(1) {
    padding-right: 8px;
}

.woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs li:nth-child(2) {
    padding-left: 8px;
}

.woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs li:nth-child(3) {
    padding-right: 8px;
}

.woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs li:nth-child(4) {
    padding-left: 8px;
}

.woocommerce .wraper_shop_single.style-three .shop_single .shop_single_accordion {
    width: 100%;
    float: left;
    border: 1px solid #E6E6E6;
    border-top: none;
}

.woocommerce .wraper_shop_single.style-three .shop_single > .summary .quantity > .input-group-addon {
    display: flex;
    vertical-align: top;
    width: 35px;
    height: 24px;
    padding: 0;
    border-radius: 0px;
    text-align: center;
    font-size: 12px;
    color: #696969;
    background: #f7f7f7;
    line-height: 23px;
    cursor: pointer;
    user-select: none;
}

.woocommerce .wraper_shop_single.style-three .shop_single > .summary .quantity {
    min-width: auto;
    margin: 0px 0px 0px 0px;
    width: 80px;
    background: #f7f7f7;
}

.woocommerce .wraper_shop_single.style-three .shop_single > .summary .quantity > .input-group-addon.quantity-increase {
    position: absolute;
    right: 0;
    top: 0;
}

.woocommerce .wraper_shop_single.style-three .shop_single > .summary .quantity > .input-group-addon.quantity-decrease {
    position: absolute;
    right: 0;
    bottom: 0;
}

.woocommerce .wraper_shop_single.style-three .shop_single > .summary .quantity > .qty {
    width: 40px;
    height: 47px;
    float: none;
    margin-left: 0px;
    margin-right: 30px;
    padding: 0px;
    border: none;
    box-shadow: initial;
    text-align: center;
    -moz-appearance: textfield;
    border-radius: 0px;
    font-size: 14px;
}

.woocommerce .wraper_shop_single.style-three .shop_single > .summary form.cart .button {
    border: 1px solid #272727 !important;
    border-radius: 0px !important;
    background: #272727 !important;
    color: #fff !important;
    padding: 11px 50px !important;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize !important;
    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);
    letter-spacing: 1.3px;
}

.woocommerce .wraper_shop_single.style-three .shop_single_accordion_item button.btn {
    border-top: 1px solid #E6E6E6;
    width: 100%;
    text-align: left;
    border-radius: 0px;
    padding: 12px 15px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.woocommerce .wraper_shop_single.style-three .shop_single_accordion_item button.btn:focus {
    box-shadow: none !important;
}

.wraper_shop_single.style-three .shop_single_tabs {
    margin-top: 13px;
    margin-bottom: 105px;
}

.wraper_shop_single.style-three .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-three .shop_single_tabs > ul.nav-tabs > li {
    display: inline-block;
    vertical-align: top;
    float: left;
    margin-right: 10px;
    margin-bottom: -1px;
}

.wraper_shop_single.style-three .shop_single_tabs > ul.nav-tabs > li > a.active {
    background-color: #272727;
}

.wraper_shop_single.style-three .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: 10px 15px;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    background-color: transparent;
    border: 1px solid #D9D9D9;
    border-radius: 0px;
}

.wraper_shop_single.style-three .shop_single_tabs > ul.nav-tabs > li > a.active p {
    color: #fff !important;
}

.wraper_shop_single.style-three .shop_single_tabs > ul.nav-tabs > li > a p {
    color: #676666;
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.8px;
}

.wraper_shop_single.style-three #myTabContent h6 {
    display: none;
}


.wraper_shop_single.style-three #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-three #reviews #comments ol.commentlist li .comment-text p.meta {
    display: none;
}

.wraper_shop_single.style-three .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-three .star-rating::before {
    color: #272727;
    float: left;
    top: 0;
    left: 3px;
    position: absolute;
}

.wraper_shop_single.style-three #reviews #comments ol.commentlist li .comment-text .description {
    float: left;
    width: 100%;
}

.wraper_shop_single.style-three #reviews #comments {
    border-bottom: 1px solid #bdbdbd;
    margin-bottom: 73px;
    padding-bottom: 38px;
}

.wraper_shop_single.style-three #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-three #review_form #respond .comment-reply-title {
    text-transform: capitalize;
    line-height: 34px;
    letter-spacing: -0.3px;
    font-weight: 400;
    font-style: normal;
    color: #272727;
    font-size: 24px; 
}

.wraper_shop_single.style-three .shop_single_tabs .tab-content p {
    margin: 0px 0 0 0;
    font-style: normal;
}

.wraper_shop_single.style-three .shop_single_tabs .tab-content p a {
    color: #272727;
}

.wraper_shop_single.style-three .shop_single_tabs #review_form #respond input[type=submit] {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.3px;
    border-radius: 0px;
    color: #fff;
    font-weight: 400;
    padding: 11px 50px;
    background: #272727 !important;
    border: 1px solid #272727 !important;
    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_shop_single.style-three .shop_single_tabs #review_form #respond input[type=submit]:hover {
    background: #fff !important;
    color: #272727;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .wraper_shop_single.style-three .shop_single .rt-product-gallery {
        width: 100%;
        padding: 0;
    }

    .woocommerce .wraper_shop_single.style-three .shop_single > .summary .quantity > .input-group-addon.quantity-increase {
        position: absolute;
        right: 0;
        bottom: auto;
        top: 0;
    }

    .woocommerce .wraper_shop_single.style-three .shop_single > .summary .quantity > .input-group-addon.quantity-decrease {
        position: absolute;
        right: 0;
        top: auto;
        bottom: 0;
    }

    .woocommerce .wraper_shop_single.style-three .shop_single > .summary .quantity {
        margin: 0 0 0px 0;
    }

    .woocommerce .wraper_shop_single.style-three .shop_single > .summary .quantity > .qty {
        margin-right: 20px;
    }

    .woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs li:nth-child(1) {
        padding-right: 0px;
    }

    .woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs li:nth-child(2) {
        padding-left: 0px;
        height: auto;
    }

    .woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs li:nth-child(3) {
        padding-left: 0px;
        padding-right: 0px;
    }

    .woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs li:nth-child(4) {
        padding-right: 0px;
        padding-left: 0px;
        position: initial;
    }

    .woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs {
        width: 100%;
    }

    .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;
    }
}

@media screen and (max-width: 767px) {
    .wraper_shop_single.style-three .shop_single .rt-product-gallery {
        width: 100%;
        padding: 0;
    }

    .woocommerce .wraper_shop_single.style-three .shop_single > .summary .quantity > .input-group-addon.quantity-increase {
        position: initial;
        right: 0;
        top: 0;
    }

    .woocommerce .wraper_shop_single.style-three .shop_single > .summary .quantity > .input-group-addon.quantity-decrease {
        position: initial;
        right: 0;
        top: 0;
    }

    .woocommerce .wraper_shop_single.style-three .shop_single > .summary .quantity {
        margin: 0 0 16px 0;
    }

    .woocommerce .wraper_shop_single.style-three .shop_single > .summary .quantity > .qty {
        margin-right: 0px;
    }

    .woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs li:nth-child(1) {
        padding-right: 0px;
    }

    .woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs li:nth-child(2) {
        padding-left: 0px;
        height: auto;
    }

    .woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs li:nth-child(3) {
        padding-left: 0px;
        padding-right: 0px;
    }

    .woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs li:nth-child(4) {
        padding-right: 0px;
        padding-left: 0px;
        position: initial;
    }
}

/*--------------------------------------------------------------
## Product Single Page Style Three End
--------------------------------------------------------------*/

/*-------------------------------------------------------------
## Product Single Page Style Four
--------------------------------------------------------------*/
.wraper_shop_single.style-four .shop_single .rt-product-gallery {
    display: block;
    position: relative;
    width: 50%;
    margin: 0;
    float: left;
    padding-right: 10px;
}

.woocommerce #content .wraper_shop_single.style-four div.product div.images,
.woocommerce .wraper_shop_single.style-four div.product div.images,
.woocommerce-page #content .wraper_shop_single.style-four div.product div.images,
.woocommerce-page .wraper_shop_single.style-four div.product div.images {
    width: calc(100% - 0px);
    position: relative;
    display: inline-block;
    left: 0;
    height: auto;
}

.woocommerce .wraper_shop_single.style-four .shop_single span.onsale {
    background: #272727;
    padding: 7px 20px 7px 20px;
    position: absolute;
    left: auto;
    right: 30px;
    top: 15px;
    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 .wraper_shop_single.style-four div.product .flex-viewport {
    height: 650px !important;
}

.woocommerce .wraper_shop_single.style-four div.product .woocommerce-product-gallery__image.flex-active-slide {
    height: 650px;
}

.woocommerce .wraper_shop_single.style-four div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0;
    top: 0px;
    position: initial;
    left: 0;
    margin-top: 16px;
}

.woocommerce .wraper_shop_single.style-four .rt-product-gallery .flex-direction-nav {
    display: none;
}

.woocommerce .wraper_shop_single.style-four div.product div.images .flex-control-thumbs li {
    width: 100%;
    float: left;
    overflow: hidden;
    justify-content: center;
    object-fit: cover;
    display: grid;
    margin-bottom: 16px;
    height: 650px;
}

.woocommerce .wraper_shop_single.style-four div.product div.images .flex-control-thumbs li img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.woocommerce .wraper_shop_single.style-four div.product div.images .flex-control-thumbs li:nth-child(1) {
    padding-right: 0px;
}

.woocommerce .wraper_shop_single.style-four div.product div.images .flex-control-thumbs li:nth-child(2) {
    padding-left: 0px;
}

.woocommerce .wraper_shop_single.style-four div.product div.images .flex-control-thumbs li:nth-child(3) {
    padding-right: 0px;
}

.woocommerce .wraper_shop_single.style-four div.product div.images .flex-control-thumbs li:nth-child(4) {
    padding-left: 0px;
}

.woocommerce .wraper_shop_single.style-four .shop_single .shop_single_accordion {
    width: 100%;
    float: left;
    border: 1px solid #E6E6E6;
    border-top: none;
}

.woocommerce .wraper_shop_single.style-four .shop_single > .summary .quantity > .input-group-addon {
    display: flex;
    vertical-align: top;
    width: 35px;
    height: 24px;
    padding: 0;
    border-radius: 0px;
    text-align: center;
    font-size: 12px;
    color: #696969;
    background: #f7f7f7;
    line-height: 23px;
    cursor: pointer;
    user-select: none;
}

.woocommerce .wraper_shop_single.style-four .shop_single > .summary .quantity {
    min-width: auto;
    margin: 0px 0px 0px 0px;
    width: 80px;
    background: #f7f7f7;
}

.woocommerce .wraper_shop_single.style-four .shop_single > .summary .quantity > .input-group-addon.quantity-increase {
    position: absolute;
    right: 0;
    top: 0;
}

.woocommerce .wraper_shop_single.style-four .shop_single > .summary .quantity > .input-group-addon.quantity-decrease {
    position: absolute;
    right: 0;
    bottom: 0;
}

.woocommerce .wraper_shop_single.style-four .shop_single > .summary .quantity > .qty {
    width: 40px;
    height: 47px;
    float: none;
    margin-left: 0px;
    margin-right: 30px;
    padding: 0px;
    border: none;
    background: #fff;
    box-shadow: initial;
    text-align: center;
    -moz-appearance: textfield;
    border-radius: 0px;
    background: #f7f7f7;
    font-size: 14px;
}

.woocommerce .wraper_shop_single.style-four .shop_single > .summary form.cart .button {
    border: 1px solid #272727 !important;
    border-radius: 0px !important;
    background: #272727 !important;
    color: #fff !important;
    padding: 11px 50px !important;
    font-size: 14px;
    text-transform: capitalize !important;
    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);
    letter-spacing: 1.3px;
}

.woocommerce .wraper_shop_single.style-four .shop_single_accordion_item button.btn {
    border-top: 1px solid #E6E6E6;
    width: 100%;
    text-align: left;
    border-radius: 0px;
    padding: 12px 15px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.woocommerce .wraper_shop_single.style-four .shop_single_accordion_item button.btn:focus {
    box-shadow: none !important;
}

.wraper_shop_single.style-four .shop_single_tabs {
    margin-top: 23px;
    margin-bottom: 63px;
}

.wraper_shop_single.style-four .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-four .shop_single_tabs > ul.nav-tabs > li {
    display: inline-block;
    vertical-align: top;
    float: left;
    margin-right: 10px;
    margin-bottom: -1px;
}

.wraper_shop_single.style-four .shop_single_tabs > ul.nav-tabs > li > a.active {
    background-color: #272727;
}

.wraper_shop_single.style-four .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: 10px 15px;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    background-color: transparent;
    border: 1px solid #D9D9D9;
    border-radius: 0px;
}

.wraper_shop_single.style-four .shop_single_tabs > ul.nav-tabs > li > a.active p {
    color: #fff !important;
}

.wraper_shop_single.style-four .shop_single_tabs > ul.nav-tabs > li > a p {
    color: #272727;
    margin: 0;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.8px;
}

.wraper_shop_single.style-four #myTabContent h6 {
    display: none;
}

.wraper_shop_single #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 #reviews #comments ol.commentlist li .comment-text p.meta {
    display: none;
}

.wraper_shop_single .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 .star-rating::before {
    color: #272727;
    float: left;
    top: 0;
    left: 3px;
    position: absolute;
}

.wraper_shop_single #reviews #comments ol.commentlist li .comment-text .description {
    float: left;
    width: 100%;
}

.wraper_shop_single #reviews #comments {
    border-bottom: 1px solid #bdbdbd;
    margin-bottom: 73px;
    padding-bottom: 38px;
}

.wraper_shop_single #reviews #comments ol.commentlist li .comment-text {
    margin: 0px 0 0 59px;
    border: none;
    border-radius: 4px;
    padding: 4px 15px 0;
}

.wraper_shop_single #review_form #respond .comment-reply-title {
    text-transform: capitalize;
    line-height: 34px;
    letter-spacing: -0.3px;
    font-weight: 400;
    font-style: normal;
    color: #272727;
    font-size: 24px; 
}

.wraper_shop_single.style-four .shop_single_tabs .tab-content p {
    margin: 0px 0 0 0;
    font-style: normal;
}

.wraper_shop_single.style-four .shop_single_tabs .tab-content p a {
    color: #272727;
}

.wraper_shop_single.style-four .shop_single_tabs #review_form #respond input[type=submit] {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.3px;
    border-radius: 0px;
    color: #fff;
    font-weight: 400;
    padding: 11px 50px;
    background: #272727 !important;
    border: 1px solid #272727 !important;
    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_shop_single.style-four .shop_single_tabs #review_form #respond input[type=submit]:hover {
    background: #fff !important;
    color: #272727;
}

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

    .wraper_shop_single.style-four .shop_single .rt-product-gallery,
    .wraper_shop_single.style-three .shop_single .rt-product-gallery,
    .wraper_shop_single.style-two .shop_single .rt-product-gallery {
        width: 100%;
        padding: 0;
        margin-bottom: 8px;
    }

    .woocommerce .wraper_shop_single.style-four 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-four 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 .wraper_shop_single.style-four 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 .wraper_shop_single.style-four 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 .wraper_shop_single.style-four .shop_single > .summary .quantity > .input-group-addon.quantity-decrease {
        position: absolute;
        right: 0;
        top: auto;
        bottom: 0;
    }

    .woocommerce .wraper_shop_single.style-four .shop_single > .summary .quantity > .input-group-addon.quantity-increase {
        position: absolute;
        right: 0;
        bottom: auto;
        top: 0;
    }

    .woocommerce .wraper_shop_single.style-four div.product div.images .flex-control-thumbs li:nth-child(1) {
        padding-right: 0px;
    }

    .woocommerce .wraper_shop_single.style-four div.product div.images .flex-control-thumbs li:nth-child(2) {
        padding-left: 0px;
        height: auto;
    }

    .woocommerce .wraper_shop_single.style-four div.product div.images .flex-control-thumbs li:nth-child(3) {
        padding-left: 0px;
    }

    .woocommerce .wraper_shop_single.style-four div.product div.images .flex-control-thumbs li:nth-child(4) {
        padding-right: 0px;
        /*position: inherit;*/
        left: 0;
        bottom: 0;
        height: auto;
    }

    .woocommerce .wraper_shop_single.style-four div.product .flex-viewport {
        height: auto !important;
    }

    .woocommerce .wraper_shop_single.style-four div.product .woocommerce-product-gallery__image.flex-active-slide {
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .wraper_shop_single.style-four .shop_single .rt-product-gallery {
        width: 100%;
        padding: 0;
    }

    .woocommerce .wraper_shop_single.style-four 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-four 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 .wraper_shop_single.style-four 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 .wraper_shop_single.style-four 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 .wraper_shop_single.style-four .shop_single > .summary .quantity > .input-group-addon.quantity-decrease {
        position: initial;
        right: 0;
        top: 0;
    }

    .woocommerce .wraper_shop_single.style-four .shop_single > .summary .quantity > .input-group-addon.quantity-increase {
        position: initial;
        right: 0;
        top: 0;
    }

    .woocommerce .wraper_shop_single.style-four .shop_single > .summary .quantity > .qty {
        margin-right: 0px;
    }

    .woocommerce .wraper_shop_single.style-four .shop_single_tabs > ul.nav-tabs > li {
        width: 100%;
    }

    .woocommerce .wraper_shop_single.style-four div.product div.images .flex-control-thumbs li:nth-child(1) {
        padding-right: 0px;
    }

    .woocommerce .wraper_shop_single.style-four div.product div.images .flex-control-thumbs li:nth-child(2) {
        padding-left: 0px;
        height: auto;
    }

    .woocommerce .wraper_shop_single.style-four div.product div.images .flex-control-thumbs li:nth-child(3) {
        padding-left: 0px;
    }

    .woocommerce .wraper_shop_single.style-four div.product div.images .flex-control-thumbs li:nth-child(4) {
        padding-right: 0px;
        left: 0;
        bottom: 0;
        height: auto;
    }

    .woocommerce .wraper_shop_single.style-four div.product .flex-viewport {
        height: auto !important;
    }

    .woocommerce .wraper_shop_single.style-four div.product .woocommerce-product-gallery__image.flex-active-slide {
        height: auto;
    }
}

/*--------------------------------------------------------------
## Product Single Page Style Four End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Product Single Page Style Five Start
--------------------------------------------------------------*/
.woocommerce .wraper_shop_single.style-five .star-rating {
    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;
}

.woocommerce .wraper_shop_single.style-five .star-rating::before {
    color: #272727;
    float: left;
    top: 0;
    left: 3px;
    position: absolute;
}

.woocommerce .wraper_shop_single.style-five div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    margin-top: 16px;
    padding: 0;
    position: initial;
    left: 0px;
    top: 0px;
    width: 103%;
    height: 150px;
}

.woocommerce .wraper_shop_single.style-five div.product div.images .flex-control-thumbs li {
    width: 22.35%;
    float: left;
    margin: 0;
    list-style: none;
    margin-bottom: 15px;
    margin: 0 16px 0 0;
    height: 150px;
    overflow: hidden;
}

.woocommerce #content .wraper_shop_single.style-five div.product div.images,
.woocommerce .wraper_shop_single.style-five div.product div.images,
.woocommerce-page #content .wraper_shop_single.style-five div.product div.images,
.woocommerce-page .wraper_shop_single.style-five div.product div.images {
    width: calc(100% - 0px);
    position: relative;
    display: inline-block;
    left: 0;
    height: auto;
}

.wraper_shop_single.style-five .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-five .shop_single_tabs > ul.nav-tabs > li {
    display: inline-block;
    vertical-align: top;
    float: left;
    margin-right: 15px;
    margin-bottom: -1px;

}

.wraper_shop_single.style-five .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: 10px 15px;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    background-color: transparent;
    border: 1px solid #D9D9D9;
    border-radius: 0px;
}

.wraper_shop_single.style-five .shop_single_tabs > ul.nav-tabs > li > a.active {
    background-color: #272727;
}

.wraper_shop_single.style-five .shop_single_tabs > ul.nav-tabs > li > a.active p {
    color: #fff !important;
}

.wraper_shop_single.style-five .shop_single_tabs > ul.nav-tabs > li > a p {
    color: #272727;
    margin: 0;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.8px;
}

.wraper_shop_single.style-five #reviews #comments {
    border-bottom: 1px solid #bdbdbd;
    margin-bottom: 73px;
    padding-bottom: 38px;
}


.wraper_shop_single.style-five .shop_single_tabs .tab-content p {
    margin: 0px 0 0 0;
    font-style: normal;
    color: #676666;
}

.wraper_shop_single.style-five #reviews #comments {
    border-bottom: 1px solid #bdbdbd;
    margin-bottom: 73px;
    padding-bottom: 38px;
}

.wraper_shop_single.style-five #review_form #respond .comment-reply-title {
    text-transform: capitalize;
    line-height: 34px;
    letter-spacing: -0.3px;
    font-weight: 400;
    font-style: normal;
    color: #272727;
    font-size: 24px; 
}

.wraper_shop_single.style-five #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-five #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-five .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-five .shop_single_tabs #review_form #respond input[type=submit] {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.3px;
    border-radius: 0px;
    color: #fff;
    font-weight: 400;
    padding: 11px 50px;
    background: #272727 !important;
    border: 1px solid #272727 !important;
    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_shop_single.style-five .shop_single_tabs #review_form #respond input[type=submit]:hover {
    background: #fff !important;
    color: #272727;
}

.wraper_shop_single.style-five #reviews #comments ol.commentlist li .comment-text .description {
    float: left;
    width: 100%;
}

.wraper_shop_single.style-five #reviews #comments ol.commentlist li .comment-text p.meta {
    display: none;
}

.wraper_shop_single.style-five #review_form #respond p.stars a::before {
    color: #272727;
}

.wraper_shop_single.style-five .shop_single_tabs .tab-content p a:hover {
    color: #272727;
}

.woocommerce .wraper_shop_single.style-five .shop_single > .summary .quantity {
    min-width: auto;
    margin: 0px 0px 0px 0px;
    width: 80px;
    background: #f7f7f7;
}

.woocommerce .wraper_shop_single.style-five .shop_single > .summary .quantity > .qty {
    width: 40px;
    height: 47px;
    float: none;
    margin-left: 0px;
    margin-right: 20px;
    padding: 0px;
    border: none;
    box-shadow: initial;
    text-align: center;
    -moz-appearance: textfield;
    border-radius: 0px;
    font-size: 14px;
}

.woocommerce .wraper_shop_single.style-five .shop_single > .summary .quantity > .input-group-addon {
    display: flex;
    vertical-align: top;
    width: 35px;
    height: 24px;
    padding: 0;
    border-radius: 0px;
    text-align: center;
    font-size: 12px;
    color: #696969;
    background: #f7f7f7;
    line-height: 23px;
    cursor: pointer;
    user-select: none;
}

.woocommerce .wraper_shop_single.style-five .shop_single > .summary .quantity > .qty::-webkit-inner-spin-button,
.woocommerce .wraper_shop_single.style-five .shop_single > .summary .quantity > .qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.woocommerce .wraper_shop_single.style-five .shop_single > .summary .quantity > .input-group-addon.quantity-increase {
    position: absolute;
    right: 0;
    top: 0;
}

.woocommerce .wraper_shop_single.style-five .shop_single > .summary .quantity > .input-group-addon.quantity-decrease {
    position: absolute;
    right: 0;
    bottom: 0;
}

figure.simple .woocommerce-product-gallery__image {
    width: 100% !important;
    display: block !important;
}

@media screen and (max-width: 767px) {
    .wraper_shop_single .container {
        padding-top: 80px;
        padding-bottom: 10px;
        padding-left: 0px !important;
        padding-right: 0px !important;
        width: 100%;
        max-width: calc(100% - 8%);
    }

    .wraper_shop_single.style-two .container {
        padding-bottom: 0px;
    }

    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        margin-top: 0;
    }

    .shop_single .summary .woocommerce-product-details__short-description .product-services p,
    .shop_single .summary .woocommerce-product-details__short-description .product-highlights p {
        width: 90px !important;
    }

    .wraper_shop_single.style-five .shop_single .rt-product-gallery {
        width: 100%;
        padding: 0;
    }

    .wraper_shop_single.style-five .shop_single_tabs > ul.nav-tabs > li {
        width: 100%;
    }

    .woocommerce .wraper_shop_single.style-five .shop_single span.onsale {
        left: auto;
        right: 15px;
    }

    .rt-product-gallery .flex-direction-nav {
        display: none;
    }

    .woocommerce .wraper_shop_single.style-five div.product div.images .flex-control-thumbs {
        display: block;
        float: none;
        width: auto;
        text-align: center;
        position: absolute;
        bottom: 10px;
        left: auto;
        top: auto;
        z-index: 9;
        width: 100%;
        height: auto;
        margin: 0;
    }

    .woocommerce .wraper_shop_single.style-five 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;
        margin: 0px;
        cursor: pointer;
    }

    .woocommerce .wraper_shop_single.style-five .shop_single > .summary .quantity > .input-group-addon.quantity-decrease,
    .woocommerce .wraper_shop_single.style-three .shop_single > .summary .quantity > .input-group-addon.quantity-decrease {
        position: initial;
        right: 0;
        top: 0;
    }

    .woocommerce .wraper_shop_single.style-five .shop_single > .summary .quantity > .input-group-addon.quantity-increase,
    .woocommerce .wraper_shop_single.style-three .shop_single > .summary .quantity > .input-group-addon.quantity-increase {
        position: initial;
        right: 0;
        top: 0;
    }

    .woocommerce .wraper_shop_single.style-five .shop_single > .summary .quantity > .qty {
        margin: 0px;
    }
}

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

    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        margin-top: 0;
    }

    .wraper_shop_single.style-five .shop_single .rt-product-gallery {
        width: 100%;
        padding: 0;
    }

    .woocommerce .wraper_shop_single.style-five .shop_single span.onsale {
        left: auto;
        right: 15px;
    }

    .rt-product-gallery .flex-direction-nav {
        display: none;
    }

    .woocommerce .wraper_shop_single.style-five div.product div.images .flex-control-thumbs {
        display: block;
        float: none;
        width: auto;
        text-align: center;
        position: absolute;
        bottom: 10px;
        left: auto;
        top: auto;
        z-index: 9;
        width: 100%;
        height: auto;
        margin: 0;
    }

    .woocommerce .wraper_shop_single.style-five 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;
        margin: 0px;
        cursor: pointer;
    }
}

/*--------------------------------------------------------------
## Product Single Page Style Five End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Product Single Page Style Six Start
--------------------------------------------------------------*/
.woocommerce .wraper_shop_single.style-six .shop_single {
    background: #f6f6f4;
}

.woocommerce .wraper_shop_single .summary .product-brand {
    display: none;
}

.woocommerce .wraper_shop_single.style-six .shop_single .rt-product-gallery {
    display: block;
    position: relative;
    width: 59%;
    margin: 0;
    float: left;
    padding-left: 60px;
    padding-right: 0px;
}

.woocommerce #content .wraper_shop_single.style-six div.product div.images,
.woocommerce .wraper_shop_single.style-six div.product div.images,
.woocommerce-page #content .wraper_shop_single.style-six div.product div.images,
.woocommerce-page .wraper_shop_single.style-six div.product div.images {
    width: calc(100% - 116px);
    position: relative;
    display: inline-block;
    right: 116px;
    height: auto;
    left: 0;
}

.woocommerce .wraper_shop_single.style-six div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0;
    position: absolute;
    right: -116px;
    top: 0px;
    width: 100px;
}

.woocommerce .wraper_shop_single.style-six 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 .wraper_shop_single.style-six .shop_single .summary .quantity {
    width: 100px;
    border: 1px solid #d0d0d0;
    border-radius: 0px;
    background: #fff;
    height: calc(50px);
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 0px 16px 0px 0px;
}

.woocommerce .wraper_shop_single.style-six .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;
}

.woocommerce .wraper_shop_single.style-six .shop_single .summary .quantity .input-group-addon.quantity-decrease {
    font-size: 0px;
}

.woocommerce .wraper_shop_single.style-six .shop_single .summary .quantity .input-group-addon.quantity-increase {
    font-size: 0px;
}

.woocommerce .wraper_shop_single.style-six .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;
}

.woocommerce .wraper_shop_single.style-six .shop_single .summary .quantity .qty::-webkit-inner-spin-button,
.woocommerce .wraper_shop_single.style-six .shop_single .summary .quantity .qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.woocommerce .wraper_shop_single.style-six .shop_single .summary form.cart .button {
    border: 1px solid #272727 !important;
    border-radius: 0px !important;
    background: #272727;
    color: #fff;
    padding: 11px 33px !important;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize !important;
    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);
    letter-spacing: 1.3px;
    font-weight: 400;
}

.woocommerce #content .wraper_shop_single.style-six div.product div.summary,
.woocommerce .wraper_shop_single.style-six div.product div.summary,
.woocommerce-page #content .wraper_shop_single.style-six div.product div.summary,
.woocommerce-page .wraper_shop_single.style-six div.product div.summary {
    float: right;
    width: 41% !important;
    max-width: 500px;
    padding-top: 0px;
    clear: none;
    right: 0px;
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-top: 0px;
    padding-right: 17px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0px;
    margin-bottom: 0px;
}

.woocommerce .wraper_shop_single.style-six .shop_single .woocommerce-notices-wrapper {
    margin: 0px;
}

.woocommerce .wraper_shop_single.style-six .shop_single_tabs {
    padding-top: 0px;
}

.woocommerce .wraper_shop_single.style-six .shop_single_tabs .row {
    margin-right: 0px;
    margin-left: 0px;
}

.woocommerce .wraper_shop_single.style-six .shop_single_tabs ul.nav-tabs {
    display: none;
}

.woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content h4 {
    letter-spacing: 1.3px;
    font-weight: 400;
    text-transform: normal;
    color: #272727;
    position: relative;
    display: block;
}

.woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content h4:after {
    content: "";
    width: 70px;
    height: 2px;
    background: #969696;
    position: absolute;
    left: 0;
    bottom: -8px;
}

.woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .description,
.woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .additional_information,
.woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .information_products_tab {
    width: 33.333%;
    flex: 33.333%;
    float: left;
}

.woocommerce .wraper_shop_single.style-six .comment-text .description {
    width: 100% !important;
}

.woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .reviews {
    width: 100%;
    flex: 100%;
    float: left;
    padding-top: 80px;
    padding-bottom: 0px;
}

.shop_related {
    padding-bottom: 40px;
}

.wraper_shop_single.style-five .shop_related {
    padding-bottom: 10px;
}

.woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .description {
    padding-right: 40px;
}

.woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .additional_information {
    padding: 0 20px;
}

.woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .information_products_tab {
    padding-left: 40px;
}

.wraper_shop_single.style-six #review_form #respond .comment-reply-title {
    text-transform: capitalize;
    line-height: 34px;
    letter-spacing: -0.3px;
    font-weight: 400;
    font-style: normal;
    color: #272727;
    font-size: 24px; 
}

.wraper_shop_single.style-six .shop_single_tabs .tab-content p {
    margin: 0px 0 0 0;
    font-style: normal;
    color: #676666;
}

.shop_single_tabs #review_form #respond label {
    display: none;
}

.wraper_shop_single.style-six #review_form #respond .stars {
    display: inline-block;
    margin-top: 10px;
}

.wraper_shop_single.style-six #review_form #respond p.stars a::before {
    color: #272727;
}

.shop_single_tabs #review_form #respond input[type=submit] {
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    letter-spacing: 1.3px;
    border-radius: 0px;
    background: #272727 !important;
    color: #fff;
    border: 1px solid #272727;
    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);
}

.shop_single_tabs #review_form #respond input[type=submit]:hover {
    background: #fff !important;
    color: #272727 !important;
}

/* gallery style*/
.product-gallery-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.rt-gallery-main {
    width: 100%;
    height: 800px;
}

.rt-gallery-main .swiper-slide.swiper-slide-prev img,
.rt-gallery-main .swiper-slide.swiper-slide-next img {
    opacity: 0.3;
}

.rt-gallery-main .swiper-slide img {
    width: 80%;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
    display: flex;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: none !important;
}

.rt-gallery-main .swiper-button-prev,
.rt-gallery-main .swiper-button-next {
    position: absolute;
    bottom: 0;
    width: 40px;
    color: #272727;
}

.rt-gallery-main .swiper-button-prev::after,
.rt-gallery-main .swiper-button-next::after {
    font-size: 22px;
    display: none;
}

.rt-gallery-main .swiper-button-prev {
    right: auto;
    left: 0px
}

.rt-product-gallery .product-gallery-container .offer {
    position: absolute;
    top: 27%;
    left: 35%;
    z-index: 99;
    background: #272727;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #fff;
    box-shadow: 0px 0px 0px 20px rgb(0 0 0 / 15%);
    padding: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {

    .woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .description,
    .woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .additional_information,
    .woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .information_products_tab {
        width: 100%;
        flex: 100%;
        float: left;
    }

    .woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .description {
        padding-right: 0px;
        padding-bottom: 30px;
    }

    .woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .additional_information {
        padding: 0px;
        padding-bottom: 30px;
    }

    .woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .information_products_tab {
        padding-left: 0px;
        padding-bottom: 30px;
    }

    .woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .reviews {
        padding-top: 0px;
        padding-bottom: 80px;
    }

    .woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .reviews #comments {
        margin-bottom: 45px;
        padding-bottom: 45px;
    }

    .woocommerce #content .wraper_shop_single.style-six div.product div.summary,
    .woocommerce .wraper_shop_single.style-six div.product div.summary,
    .woocommerce-page #content .wraper_shop_single.style-six div.product div.summary,
    .woocommerce-page .wraper_shop_single.style-six div.product div.summary {
        width: 100% !important;
        max-width: 100%;
        padding-top: 0px;
        padding-left: 4%;
        display: block;
    }

    .woocommerce .wraper_shop_single.style-six .shop_single .rt-product-gallery {
        display: block;
        position: relative;
        width: 100%;
        margin: 0;
        float: left;
        padding-left: 0px;
        padding-right: 0px;
    }

    .wraper_shop_single.style-five .shop_single .summary {
        margin-bottom: 0px;
    }

    .wraper_shop_single.style-five .shop_single_tabs > ul.nav-tabs {
        margin-bottom: 45px;
    }

    .wraper_shop_single.style-five .shop_single_tabs {
        margin-top: 13px;
        margin-bottom: 40px;
    }
}

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

    .woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .description,
    .woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .additional_information,
    .woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .information_products_tab {
        width: 100%;
        flex: 100%;
        float: left;
    }

    .woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .description {
        padding-right: 0px;
        padding-bottom: 30px;
    }

    .woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .additional_information {
        padding: 0px;
        padding-bottom: 30px;
    }

    .woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .information_products_tab {
        padding-left: 0px;
        padding-bottom: 30px;
    }

    .woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .reviews {
        padding-top: 0px;
        padding-bottom: 80px;
    }

    .woocommerce #content .wraper_shop_single.style-six div.product div.summary,
    .woocommerce .wraper_shop_single.style-six div.product div.summary,
    .woocommerce-page #content .wraper_shop_single.style-six div.product div.summary,
    .woocommerce-page .wraper_shop_single.style-six div.product div.summary {
        width: 100% !important;
        max-width: 100%;
        padding-top: 60px;
    }

    .woocommerce .wraper_shop_single.style-six .shop_single .rt-product-gallery {
        display: block;
        position: relative;
        width: 100%;
        margin: 0;
        float: left;
        padding-left: 0px;
        padding-right: 0px;
    }

    .rt-gallery-main {
        width: 100%;
        height: 600px;
    }
}

.wraper_shop_main.shop-leftsidebar.shop-style-eight {
    padding-top: 74px;
    padding-bottom: 71px;
}

.wraper_shop_main.shop-leftsidebar.shop-style-five {
    padding-top: 74px;
    padding-bottom: 71px;
}

.wraper_shop_main.shop-leftsidebar.shop-style-two {
    padding-top: 74px;
    padding-bottom: 50px;
}

.wraper_shop_main.shop-leftsidebar.shop-style-three {
    padding-top: 74px;
    padding-bottom: 34px;
}

.wraper_shop_main.shop-topsidebar.shop-style-four {
    padding-top: 74px;
    padding-bottom: 70px;
}

.wraper_shop_main.shop-leftsidebar.shop-style-six {
    padding-top: 74px;
    padding-bottom: 54px;
}

.wraper_shop_main.shop-topsidebar.shop-style-one {
    padding-top: 74px;
    padding-bottom: 20px;
}

/*--------------------------------------------------------------
## Product Single Page Style Six End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Product Single Page
--------------------------------------------------------------*/
.wraper_shop_single {
    width: 100%;
}

.wraper_shop_single.style-six .container {
    padding-top: 0px;
    padding-bottom: 0px;
}

.wraper_shop_single .container {
    padding-top: 80px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
}

.wraper_shop_single.style-one .shop_single .woocommerce-product-gallery .flex-viewport,
.wraper_shop_single.style-two .shop_single .woocommerce-product-gallery .flex-viewport,
.wraper_shop_single.style-three .shop_single .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 0px;
}

.wraper_shop_single.style-one .shop_single .woocommerce-product-gallery ol.flex-control-nav,
.wraper_shop_single.style-two .shop_single .woocommerce-product-gallery ol.flex-control-nav,
.wraper_shop_single.style-three .shop_single .woocommerce-product-gallery ol.flex-control-nav {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.wraper_shop_single.style-one .shop_single .woocommerce-product-gallery ol.flex-control-nav > li,
.wraper_shop_single.style-two .shop_single .woocommerce-product-gallery ol.flex-control-nav > li,
.wraper_shop_single.style-three .shop_single .woocommerce-product-gallery ol.flex-control-nav > li {
    margin-bottom: 16px !important;
    padding-left: 0px;
    padding-right: 0px;
}

.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover {
    color: #fff;
}

.shop_single .summary {
    margin-top: 0px;
}

.rt-single-product-breadcrumb,
.rt-single-product-breadcrumb .woocommerce-breadcrumb {
    margin-bottom: 10px;
    margin-left: 0px;
    font-size: 14px;
    line-height: 24px;
    color: #989898;
    text-transform: capitalize;
}

.rt-single-product-breadcrumb #crumbs span.gap i {
    display: none;
}

.rt-single-product-breadcrumb #crumbs span.gap:after {
    content: "/";
    top: 0;
    margin: 0 5px;
}

.rt-single-product-breadcrumb a,
.rt-single-product-breadcrumb .woocommerce-breadcrumb a {
    color: #989898;
}

.single-product .wraper_inner_banner {
    display: none;
}

.shop_single .summary .product-brand {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1.3px;
    margin-bottom: 17px;
    margin-left: 0px;
    color: #676666;
    display: none;
}

.shop_single .summary .product_title {
    color: #272727;
    margin-bottom: 18px;
    margin-top: 0px !important;
    margin-left: 0px;
}

.shop_single .summary .woocommerce-product-rating {
    margin-bottom: 10px !important;
    margin-left: 0px;
}

.shop_single .summary .yith-wcwl-add-to-wishlist {
    display: none !important;
}

.shop_single .summary .woocommerce-product-rating .star-rating {
    float: left;
}

.woocommerce-review-link {
    color: #676666;
}

.woocommerce-review-link:hover {
    color: #676666;
}

.wraper_shop_single.style-six .shop_single .summary .price {
    margin-top: 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: 24px !important;
    color: #676666 !important;
}

.shop_single .summary .product-price {
    display: flex;
}

.shop_single .summary .price ins span.woocommerce-Price-amount bdi {
    color: #676766;
    font-weight: 400;
}

.shop_single .summary .woocommerce-product-details__short-description {
    margin-bottom: 15px;
    padding-bottom: 0px;
    border-bottom: none;
    color: #676666;
}

.shop_single .summary .woocommerce-product-details__short-description .product-services,
.shop_single .summary .woocommerce-product-details__short-description .product-highlights {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.shop_single .summary .woocommerce-product-details__short-description .product-services p,
.shop_single .summary .woocommerce-product-details__short-description .product-highlights p {
    width: 110px;
    font-weight: 400;
    color: #272727;
}


.shop_single .summary table.group_table {
    margin: 0px 0px 30px 0px;
    font-size: 14px;
}

.shop_single .summary table.group_table td {
    vertical-align: middle !important;
}

.shop_single .summary table.group_table td label {
    margin-bottom: 0;
}

.shop_single .summary .wcppec-checkout-buttons {
    max-width: 120px;
    margin-top: 0;
    margin-bottom: 40px;
}

.shop_single .summary .product_meta {
    margin-bottom: 25px;
    margin-top: 25px;
    border-top: 1px solid #D1D1D1;
    padding-top: 25px;
    width: 100%;
    float: left;
}

.shop_single .summary p.stock {
    font-size: 17px !important;
    font-weight: 600;
    color: #272727;
}

.woocommerce div.product form.cart .reset_variations {
    display: none !important;
}

.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;
}

.shop_single .rt-size-chart button {
    background: none;
    border: none;
    color: #676666;
    font-size: 14px;
    line-height: 24px;
    padding: 0;
    padding-left: 30px;
    position: relative;
}

.shop_single .rt-size-chart button:before {
    content: "";
    width: 20px;
    height: 1px;
    position: absolute;
    background: #676666;
    bottom: 11px;
    left: 0px;
}

.shop_single .entry-summary .rt-size-chart {
    margin-bottom: 30px;
}

.shop_single .woocommerce-variation-add-to-cart {
    display: flex;
    width: 100%;
    position: relative;
}

.shop_single .rt-size-chart button:hover {
    background: none !important;
    color: #676666 !important;
}

.shop_single .rt-size-chart button:active {
    background: none !important;
    color: #676666 !important;
}

.shop_single .rt-size-chart button:focus {
    box-shadow: none !important;
}

.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: #848585;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
}

.shop_single .summary .product_meta > .sku_wrapper {
    width: 100%;
}

.shop_single .summary .product_meta > ul.social {
    float: right;
    display: inline-block;
    margin-top: -11px;
}

.shop_single .summary .product_meta > ul.social .share-img {
    display: inline-block;
    float: left;
    margin-right: 16px;
}

.shop_single .summary .product_meta > ul.social .share-img img {
    width: 20px;
}

.shop_single .summary .product_meta > ul.social li {
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    margin: 0px 0px 0 5px;
    line-height: 21px;
    align-items: center;
    display: flex;
    border: 1px solid #E1E2E6;
    border-radius: 50%;
    font-size: 12px;
}

.shop_single .summary .product_meta > ul.social li a {
    color: #676666;
}

.shop_single .summary .product_meta > .sku_wrapper .sku,
.shop_single .summary .product_meta > .posted_in a,
.shop_single .summary .product_meta > .tagged_as a {
    color: #272727 !important;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    padding-left: 5px !important;
}

.shop_single .summary .product_meta > .posted_in a:first-child {
    padding-left: 5px !important;
}

.shop_single .summary .product_meta > .posted_in a:last-child,
.shop_single .summary .product_meta > .posted_in a:nth-child(even) {
    padding-left: 0px;
}

.shop_single .summary .product_meta > .sku_wrapper .sku {
    padding-left: 5px;
}

.shop_single .summary .product_meta > .sku_wrapper a,
.shop_single .summary .product_meta > .posted_in a,
.shop_single .summary .product_meta > .tagged_as a {
    color: inherit;
    position: relative;
    text-transform: capitalize;
}

.shop_single .summary .product_meta > .posted_in a:hover,
.shop_single .summary .product_meta > .tagged_as a:hover {
    color: #272727 !important;
}

.shop_single .summary .post-share {
    float: left;
    margin-bottom: 20px;
}

.shop_single .summary .post-share .post-share-buttons .rt-social-share {
    float: left;
    margin-bottom: 0;
    font-size: 19px;
    font-size: 600;
    padding-top: 2px;
}

.shop_single .summary .post-share .post-share-buttons li {
    float: left;
    width: 22px;
    height: 22px;
    text-align: center;
    background: #272727;
    margin: 5px 5px;
    line-height: 21px;
    align-items: center;
    display: flex;
}

.shop_single .summary .post-share .post-share-buttons li a {
    color: #fff;
    font-size: 12px;
}

.woocommerce div.product form.cart div.quantity {
    margin: 0px 16px 0px 0px;
}

.shop_single .summary .quantity {
    width: 100px;
    border: 1px solid #d0d0d0;
    border-radius: 0px;
    background: #fff;
    height: calc(48px);
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 0px 16px 0px 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-decrease {
    font-size: 0px;
}

.shop_single .summary .quantity .input-group-addon.quantity-decrease:before {
    content: "";
    background: url(../images/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 .input-group-addon.quantity-increase {
    font-size: 0px;
}

.shop_single .summary .quantity .input-group-addon.quantity-increase:before {
    content: "";
    background: url(../images/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 .qty:focus {
    box-shadow: none;
}

.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;

}

.shop_single .summary .quantity > .qty:focus {
    border: none;
}

.shop_single .summary select {
    height: 35px;
    padding: 0px 10px 0px 10px;
    border: 1px rgba(195, 196, 198, 0.5) solid;
    font-weight: 400;
    font-size: 15px;
    color: #191717;
}

.shop_single .summary .variations {
    margin-bottom: 0px !important;
}

.woo-variation-swatches.wvs-show-label .variations td {
    padding-bottom: 0px;
}

.woo-variation-swatches.wvs-show-label .variations td {
    display: block;
    width: auto !important;
    font-size: 16px;
    line-height: 28px;
}

.shop_single .summary .variations td {
    padding: 13px 0;
}

.shop_single .summary .variations tr td {
    border-bottom: 1px solid rgba(0, 0, 0, .13) !important;
}

.shop_single .summary .variations tr:last-child td {
    border: 0px !important;
    padding: 12px 0 0 0;
}

.shop_single .summary .variations label {
    color: #272727;
    font-size: 16px;
    line-height: 26px;
    margin: 0 3px 0 0;
    font-weight: 400 !important;
}

.woocommerce .shop_single .summary form.cart .button {
    border: 1px solid #272727 !important;
    border-radius: 0px !important;
    background: #272727 !important;
    color: #fff !important;
    padding: 11px 50px !important;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize !important;
    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);
    letter-spacing: 1.3px;
    box-shadow: none;
}

.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
    margin-left: 10px;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    position: unset;
}

.woocommerce button.button.loading::after {
    display: none;
}

.woocommerce .shop_single .summary form.cart .added_to_cart {
    display: none;
}

.single-product div.product form.cart .tinvwl-button.tinvwl_add_to_wishlist_button,
div.product form.cart .tinvwl_add_to_wishlist_button {
    display: none;
}

.shop_single .summary .yith-wcwl-add-to-wishlist {
    display: inline-block;
    vertical-align: middle;
    margin-top: 11px;
    margin-left: 18px;
}

.shop_single .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.shop_single .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.shop_single .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
    font-size: 0;
}

.shop_single .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,
.shop_single .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,
.shop_single .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.shop_single .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,
.shop_single .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback,
.shop_single .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading {
    display: none !important;
}

.shop_single .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button > a,
.shop_single .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a,
.shop_single .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a {
    display: block;
}

.shop_single .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button > a:before,
.shop_single .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a:before,
.shop_single .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a:before {
    font-family: "Themify";
    font-weight: 400;
    font-size: 20px;
    color: #3a3d42;
    line-height: 1;
}

.shop_single .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button > a:before {
    content: "\e634";
}

.shop_single .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a:before,
.shop_single .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a:before {
    content: "\e635";
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
.woocommerce div.product .product-price del,
.woocommerce .product-price span.price del {
    font-size: 24px;
    margin-right: 10px;
    opacity: 1;
    font-weight: 400;
    opacity: 0.6;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce div.product .product-price ins,
.woocommerce .product-price span.price ins {
    margin-right: 10px;
    font-weight: 400;
    text-decoration: none;
}

ins {
    text-decoration: none;
}

.woocommerce div.product .product-price span.percent-off,
.woocommerce div.product p.price span.percent-off {
    font-size: 24px;
    margin-top: -1px;
    font-weight: 400;
}

.woocommerce div.product form.cart .variations td.label {
    width: 70px;
    line-height: 0;
}

.woocommerce .select_option_colorpicker {
    float: left;
    border: 1px solid #d6d3d3;
    margin-right: 8px;
    border-radius: 50%;
}

.woocommerce .select_box_colorpicker {
    margin-top: 5px;
}

.woocommerce .select_option_colorpicker.select_option span,
.woocommerce .select_option_colorpicker.select_option img {
    border: 4px solid #fff;
    display: block;
    width: 20px;
    height: 20px;
    text-decoration: none;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.woocommerce .select_option_colorpicker.select_option.selected span {
    border: none;
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.woocommerce .select_option_label {
    background: #F7F7F7;
    float: left;
    border: 1px solid #d6d3d3;
    margin-right: 8px;
}

.woocommerce .select_option_label.select_option span,
.woocommerce .select_option_label.select_option img {
    display: block;
    border: 2px solid #fff;
    width: 30px;
    height: 30px;
    text-decoration: none;
    line-height: 27px;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
}

.woocommerce .select_option_label.select_option.selected span {
    border: 2px solid #272727;
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.woocommerce #myTabContent h6 {
    display: none;
}

.shop_related .products h4 {
    padding: 0 8px;
}

.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
    background: none;
}



/*--------------------------------------------------------------
# woocommerce
--------------------------------------------------------------*/
.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
    padding: 20px 0px;
}

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

.woocommerce div.product .stock {
    color: #272727;
}

.woocommerce .shop_table td.actions {
    padding: 20px 0px 0px !important;
    border-bottom: 0 !important;
}

.woocommerce .shop_table.cart tbody > tr:last-child {
    border-bottom: 0 !important;
}

/*--------------------------------------------------------------
# Cart Page Style Start
--------------------------------------------------------------*/
.cart .plus,
.cart .minus {
    display: none;
}

.wraper_blog_main .container,
.wraper_blog_banner_image .container {
    width: 1260px;
    max-width: calc(100% - 10%);
    padding-left: 0;
    padding-right: 0;
}


.shop_table.cart thead {
    display: none;
}

.radiantthemes-cart .woocommerce-cart-form {
    padding-right: 50px;
}

.radiantthemes-cart .woocommerce-cart-form h4 {
    background: #F5F5F5;
    padding: 10px 15px;
}

.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 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/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/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 {
    border: 1px solid #272727 !important;
    border-radius: 0px !important;
    background: #272727;
    color: #fff;
    padding: 11px 30px !important;
    font-size: 14px;
    text-transform: capitalize;
    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);
    letter-spacing: 1.3px;
}

.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: #fff !important;
    color: #272727 !important;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    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);
    border-radius: 0px;
}

.woocommerce .return-to-shop a.button {
    box-shadow: none;
}

.woocommerce .return-to-shop a.button:before {
    content: none;
}

.radiantthemes-cart .cart-collaterals .cart_totals {
    float: none;
    width: auto;
    background: #f5f5f5;
    padding-bottom: 15px;
}

.radiantthemes-cart .cart-collaterals .cart_totals h4 {
    background: #F5F5F5;
    padding: 10px 15px;
    border-bottom: 10px solid #fff;
    margin-bottom: 0px;
}

.radiantthemes-cart .cart-collaterals .cart_totals table.shop_table {
    border: none;
    padding: 0 15px;
}

.radiantthemes-cart .wc-proceed-to-checkout {
    padding: 0 15px;
}

.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;
}

.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: 48px;
    color: #282828;
    background-clip: padding-box;
    background-color: transparent;
    background-clip: padding-box;
    border-style: none none solid !important;
    border-width: 1px;
    border-color: #272727 !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 0px !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;
    color: #fff;
    font-size: 14px;
    padding: 11px 50px;
    height: 48px;
    letter-spacing: 0.3px;
    font-weight: 400;
}

.shipping-calculator-form button.button:hover {
    background: #272727;
    color: #fff;
}

.select2-container .select2-selection {
    height: 48px;
    background-color: transparent;
    background-clip: padding-box;
    border-style: none none solid;
    border-width: 1px;
    border-color: #272727;
    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: 0px;
    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: 1px;
    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: 0px;
    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 {
    border: 1px solid #272727 !important;
    border-radius: 0px !important;
    background: #272727;
    color: #fff;
    padding: 11px 33px !important;
    font-size: 14px;
    text-transform: capitalize;
    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);
    letter-spacing: 1.3px;
    box-shadow: none;
}

.radiantthemes-cart .wc-proceed-to-checkout .checkout-button.button:hover {
    background: #fff;
    color: #272727;
}

.woocommerce #respond input#submit,
.woocommerce button.button,
.woocommerce input.button {
    border-radius: 0px !important;
}

p.return-to-shop {
    margin-bottom: 80px;
}
.woocommerce-checkout .entry-title,
.woocommerce-cart .entry-title {
    display: none
}

/*--------------------------------------------------------------
# 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-checkout .woocommerce form .woocommerce-terms-and-conditions-wrapper .form-row label {
    display: block;
}

.woocommerce-billing-fields__field-wrapper label {
    display: none;
}

span.woocommerce-input-wrapper {
    width: 100%;
}

.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
    line-height: 1.6;
    outline: 0;
    padding: 8px 8px 8px 0px;
    height: 48px;
    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 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: 49%;
    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-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;
}

.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;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    border-top: none;
}

.cd-user-modal-container .woocommerce-form .form-actions,
.woocommerce-privacy-policy-text {
    text-align: left;
}

.woocommerce-button.button.woocommerce-form-login__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.button.woocommerce-form-login__submit:hover {
    background: #fff;
    color: #272727;
}

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: #272727;
}

.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-coupon .woocommerce-error::before {
    top: 0px;
    left: 16px;
}

.rt-coupon .woocommerce-error li {
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    padding-left: 25px !important;
}

.woocommerce-notices-wrapper ul.woocommerce-error {
    padding: 10px 0px !important;
    position: relative;
    display: block;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    top: 0px;
    left: 16px;
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
    /*margin-top: 12px !important;
    margin-bottom: 12px !important;*/
    padding-left: 45px !important;
}

.rt-login-form form.woocommerce-form-login,
.rt-coupon form.woocommerce-form-coupon {
    border: none;
    margin: 0px;
}

.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;
}

.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;
}

.shop_table.woocommerce-checkout-review-order-table .product-thumbnail img {
    height: auto;
    max-width: 100%;
}

.shop_table.woocommerce-checkout-review-order-table thead tr th,
.shop_table.woocommerce-checkout-review-order-table tbody tr td {
    /*border-top: 1px solid rgba(0, 0, 0, .1);*/
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table td {
    border-right: none;
    border-left: none;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
    background: #f5f5f5;
    border: none;
    padding: 16px 20px;
    margin-bottom: 0px;
}

.shop_table.woocommerce-checkout-review-order-table th.product-total,
.shop_table.woocommerce-checkout-review-order-table td.product-total {
    text-align: right;
}

.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);
}

.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: 32% !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: #272727;
    color: #fff;
    border: 1px solid #272727;
    padding: 5px 38px;
    font-size: 14px;
    line-height: 24px;
    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 .edit:hover {
    background: #fff;
    color: #272727;
    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);
}

.woocommerce-account .addresses .title h4 {
    float: left;
}

.woocommerce-MyAccount-navigation ul li {
    background: #f5f5f5;
    margin-bottom: 5px;
    padding: 10px 15px;
}

.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 {
    background: #272727;
    color: #fff;
    border-radius: 0px;
    padding: 11px 50px;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}

.woocommerce-MyAccount-content .woocommerce-info a:hover,
.woocommerce-MyAccount-content .woocommerce-message a:hover {
    background: #272727;
    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 {
    border: 1px solid #272727 !important;
    border-radius: 0px !important;
    background: #272727;
    color: #fff;
    padding: 11px 50px !important;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize !important;
    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);
    letter-spacing: 1.3px;
    font-weight: 400;
}

.woocommerce .woocommerce-MyAccount-content button.button:hover,
a.woocommerce-button.button.view:hover {
    background: #fff;
    color: #272727;
}

.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 !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;
    }
}

@media screen and (max-width: 448px) {

    .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: 4%;
        padding-right: 5%;
    }
}

@media screen and (max-width: 767px) {
    .wraper_blog_main .container {
        max-width: calc(100% - 10%);
    }

    .woocommerce-checkout .wraper_blog_main .container,
    .rt-wishlist-page .wraper_blog_main .container,
    .woocommerce-account .wraper_blog_main .container {
        max-width: calc(100% - 8%);
    }

    .woocommerce-cart .wraper_blog_main .container .row {
        margin-right: -14px;
        margin-left: -15px;
    }

    .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%;
    }
}

@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
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Wishlist Page Style Start
--------------------------------------------------------------*/
.shop_table.wishlist_table td.product-remove .remove {
    display: block;
    font-size: 22px;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: #272727 !important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}

.tinv-wishlist .tinv-header {
    display: none;
}

.shop_table.wishlist_table td.product-remove .remove:hover {
    color: #272727 !important;
    background: none;
}

.shop_table.wishlist_view .product-add-to-cart {
    text-align: center;
}

.shop_table.wishlist_view .product-name a {
    color: #272727;
}

.shop_table.wishlist_view .product-name .yith-wcqv-button {
    display: none;
}

.wishlist-title {
    display: inline-block;
}

.shop_table.wishlist_view .product-add-to-cart .radiantthemes-cart-border {
    margin-top: 0px;
}

.yith-wcwl-form .wishlist-title {
    margin: 0 0 20px;
}

.woocommerce .wishlist-title h2 {
    font-size: 24px;
    color: #272727;
    padding: 0;
    vertical-align: middle;
    margin-bottom: 0;
}

.wishlist-title h2 {
    display: inline-block;
    padding: 5px;
}

.wishlist-title a.show-title-form {
    cursor: pointer;
    visibility: hidden;
}

.wishlist-title:hover a.show-title-form {
    visibility: visible;
}

.yith-wcwl-form a.show-title-form,
.yith-wcwl-form a.hide-title-form {
    background: 0 0;
    color: inherit;
    border-color: inherit;
    cursor: pointer;
}

.yes-js .hidden-title-form {
    display: none;
}

.hidden-title-form {
    position: relative;
    margin: 25px 0 39px;
}

.hidden-title-form > input[type=text] {
    padding-right: 65px;
    line-height: 1;
}

.hidden-title-form .edit-title-buttons {
    position: absolute;
    right: 5px;
    top: calc(50% - 15px);
}

.wishlist-title .button.show-title-form {
    background: #272727;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    border-radius: 0px;
    margin-left: 15px;
    text-transform: capitalize;
}

.wishlist-title .button.show-title-form:hover {
    background: #272727;
    color: #fff;
}

.tinv-wishlist .tinv-header h2 {
    font-size: 24px;
    line-height: 34px;
    background: #F5F5F5;
    padding: 10px 20px;
}

.tinv-wishlist .tinvwl-table-manage-list th.product-name,
.tinv-wishlist .tinvwl-table-manage-list th.product-price,
.tinv-wishlist .tinvwl-table-manage-list th.product-date,
.tinv-wishlist .tinvwl-table-manage-list th.product-stock {
    font-weight: 400;
    color: #272727;
    font-size: 16px;
    text-align: left;
}

.tinv-wishlist .tinvwl-table-manage-list thead tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.tinv-wishlist .tinvwl-table-manage-list tbody tr.wishlist_item {
    border-bottom: 1px solid #ddd;
}

.tinv-wishlist .tinvwl-table-manage-list tbody tr.wishlist_item .product-price ins {
    padding-right: 8px;
}

.tinv-wishlist .tinvwl-table-manage-list .wishlist_item .product-action button,
.tinv-wishlist .tinvwl-table-manage-list .tinvwl-to-right button,
.tinv-wishlist .tinvwl-table-manage-list .tinvwl-to-left button {
    border: 1px solid #272727;
    border-radius: 0px;
    background: #272727;
    color: #fff;
    padding: 11px 33px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    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);
    letter-spacing: 1.3px;
}

.tinv-wishlist .tinvwl-table-manage-list .wishlist_item .product-action button.added:after,
.tinv-wishlist .tinvwl-table-manage-list .wishlist_item .product-action .added_to_cart {
    display: none;
}

.tinv-wishlist tfoot .tinvwl-to-right > * + * {
    margin-left: 16px;
}

.tinv-wishlist .tinvwl-table-manage-list .wishlist_item .product-action button:hover,
.tinv-wishlist .tinvwl-table-manage-list .tinvwl-to-right button:hover,
.tinv-wishlist .tinvwl-table-manage-list .tinvwl-to-left button:hover {
    border: 1px solid #272727;
    background: #fff;
    color: #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);
    letter-spacing: 1.3px;
}

.tinv-wishlist .tinvwl-table-manage-list .wishlist_item .product-action {
    width: 230px;
    text-align: right;
}

.tinv-wishlist .tinvwl-table-manage-list .wishlist_item .product-price .price ins {
    margin-right: 8px;
}

.tinv-wishlist .tinvwl-table-manage-list .wishlist_item .product-price .price del {
    opacity: 0.8;
}

.tinv-wishlist .tinvwl-table-manage-list .tinvwl-input-group select#tinvwl_product_actions {
    height: 48px;
    border-radius: 0px;
    border: 1px solid #272727;
    outline: none;
    width: 100%;
}

.tinv-wishlist .tinvwl-table-manage-list .tinvwl-input-group select#tinvwl_product_actions:focus {
    outline: none;
    box-shadow: none;
}

.tinv-wishlist table input[type=checkbox] {
    clear: none;
    cursor: pointer;
    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: 17px;
    width: 17px;
    height: 17px;
    border: 1px solid #272727;
    border-radius: 0px;
    margin-right: 8px;
    position: relative;
    top: 4px;
}

.tinv-wishlist table input[type=checkbox]:checked {
    background: #272727 !important;
    border-color: #272727 !important;
}

.tinv-wishlist table input[type=checkbox]:before,
.tinv-wishlist table input[type=checkbox]:after {
    background-color: #fff;
    border: 1px solid #e2e2e2;
    box-shadow: none !important;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.tinv-wishlist table input[type=checkbox]:before,
.tinv-wishlist table input[type=checkbox]:after {
    content: '';
    position: absolute;
    left: -1px;
    top: 48%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
}

.tinv-wishlist table input[type=checkbox]:after {
    transition: opacity .1s;
}

.tinv-wishlist table input[type=checkbox]:checked:before {
    color: #fff;
    border-color: #333;
    background-color: #333;
}

.tinv-wishlist table input[type=checkbox]:after {
    content: "";
    background: url(../images/check-w.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 18px;
    height: 18px;
    background-size: 18px;
    margin-right: 10px;
    opacity: 0;
    visibility: hidden;
}

.tinv-wishlist table input[type=checkbox]:checked:after {
    opacity: 1;
    visibility: visible;
    border: 1px solid #272727;
}

.tinv-wishlist .product-remove button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: 0 auto;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background-color: #e9e9e9;
    color: #272727;
    font-size: 20px;
    padding-right: 1px;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .tinv-wishlist .tinvwl-table-manage-list tbody tr.wishlist_item td {
        margin: 0;
        float: left;
        text-align: left;
        padding-left: 0px;
    }

    .tinv-wishlist .tinvwl-table-manage-list .wishlist_item .product-action {
        padding-top: 5px;
        padding-bottom: 14px;
    }

    .tinv-wishlist .product-remove button {
        margin: 0px;
    }

    .tinv-wishlist .product-stock p {
        text-align: left;
        margin: 0px !important;
    }

    .tinv-wishlist .product-remove button {
        padding-right: 0;
        padding-bottom: 1px;
    }
}

@media screen and (max-width: 991px) and (min-width: 769px) {
    .tinv-wishlist .tinvwl-table-manage-list tbody tr.wishlist_item td {
        margin: 0;
        float: none;
        text-align: left;
    }

    .tinv-wishlist .product-remove button {
        margin: 0px;
    }

    .tinv-wishlist .product-stock p {
        text-align: left;
        margin: 0px !important;
    }
}

/*--------------------------------------------------------------
# Wishlist Page Style End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Shop Default Page Style Start
--------------------------------------------------------------*/
.wraper_shop_main {
    padding-top: 80px;
    padding-bottom: 80px;
}

.wraper_shop_main .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 300px;
}

.wraper_shop_main .col-lg-9 {
    flex-basis: 0%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

/*Responsive prduct 4col + sidebar */
.wraper_shop_main.shop-leftsidebar [class*='col-'] {
    margin: 0px;
    padding-left: 15px;
    padding-right: 15px;
}

.wraper_shop_main.shop-nosidebar .rt-shop-product-breadcrumb {
    margin-left: 8px;
}

.wraper_shop_main .rt-shop-product-breadcrumb {
    margin-left: 8px;
}

.wraper_shop_main.shop-rightsidebar .rt-shop-product-breadcrumb {
    margin-left: 8px;
}

.rt-shop-product-breadcrumb {
    margin-bottom: 20px;
    margin-left: 0px;
    font-size: 14px;
    line-height: 24px;
    color: #989898;
    text-transform: capitalize;
}

.rt-shop-product-breadcrumb #crumbs span.gap i {
    display: none;
}

.rt-shop-product-breadcrumb #crumbs span.gap:after {
    content: "/";
    top: 0;
    margin: 0 5px;
}

.rt-shop-product-breadcrumb a {
    color: #989898;
}

.widget.widget_product_categories .product-categories {
    margin-bottom: 20px;
}

.widget.widget_product_categories .children {
    display: none;
    padding: 5px 0 5px 20px;
    list-style: none;
    font-size: 16px;
}

.widget.widget_product_categories .product-categories li a {
    color: #676666;
}

.widget .rt-arrow {
    display: inline-flex;
    cursor: pointer;
    position: relative;
    top: 6px;
}

.widget .rt-arrow svg {
    color: #676666;
}

.wraper_shop_main .widget.widget_layered_nav .woocommerce-widget-layered-nav-list li,
.wraper_shop_main .widget.widget_layered_nav_filters .woocommerce-widget-layered-nav-list li,
.wraper_shop_main .widget.widget_layered_nav .woocommerce-widget-layered-nav-list li,
.wraper_shop_main .widget.widget_layered_nav_filters .woocommerce-widget-layered-nav-list li {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}

.wraper_shop_main .widget.widget_layered_nav .woocommerce-widget-layered-nav-list li > a,
.wraper_shop_main .widget.widget_layered_nav_filters .woocommerce-widget-layered-nav-list li > a,
.wraper_shop_main .widget.widget_layered_nav .woocommerce-widget-layered-nav-list li > a,
.wraper_shop_main .widget.widget_layered_nav_filters .woocommerce-widget-layered-nav-list li > a {
    display: block;
    position: relative;
    padding-left: 25px;
    color: #676666;
    margin: 0px;
}

.wraper_shop_main .widget.widget_layered_nav .woocommerce-widget-layered-nav-list li > a:hover,
.wraper_shop_main .widget.widget_layered_nav_filters .woocommerce-widget-layered-nav-list li > a:hover,
.wraper_shop_main .widget.widget_layered_nav .woocommerce-widget-layered-nav-list li > a:hover,
.wraper_shop_main .widget.widget_layered_nav_filters .woocommerce-widget-layered-nav-list li > a:hover {
    color: #272727;
}

.wraper_shop_main .widget.widget_layered_nav .woocommerce-widget-layered-nav-list li > a:before,
.wraper_shop_main .widget.widget_layered_nav_filters .woocommerce-widget-layered-nav-list li > a:before,
.wraper_shop_main .widget.widget_layered_nav .woocommerce-widget-layered-nav-list li > a:before,
.wraper_shop_main .widget.widget_layered_nav_filters .woocommerce-widget-layered-nav-list li > a:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #272727;
    color: #fff;
}

.wraper_shop_main .widget.widget_layered_nav .woocommerce-widget-layered-nav-list li.chosen > a:before,
.wraper_shop_main .widget.widget_layered_nav_filters .woocommerce-widget-layered-nav-list li.chosen > a:before,
.wraper_shop_main .widget.widget_layered_nav .woocommerce-widget-layered-nav-list li.chosen > a:before,
.wraper_shop_main .widget.widget_layered_nav_filters .woocommerce-widget-layered-nav-list li.chosen > a:before {
    -moz-box-shadow: inset 0 0 0 2px !important;
    -webkit-box-shadow: inset 0 0 0 2px !important;
    box-shadow: inset 0 0 0 2px;
    background: #272727;
}

.wraper_shop_main .widget.widget_layered_nav .woocommerce-widget-layered-nav-list li:hover > a:before,
.wraper_shop_main .widget.widget_layered_nav_filters .woocommerce-widget-layered-nav-list li:hover > a:before,
.wraper_shop_main .widget.widget_layered_nav .woocommerce-widget-layered-nav-list li:hover > a:before,
.wraper_shop_main .widget.widget_layered_nav_filters .woocommerce-widget-layered-nav-list li:hover > a:before {
    -moz-box-shadow: inset 0 0 0 2px;
    -webkit-box-shadow: inset 0 0 0 2px;
    box-shadow: inset 0 0 0 2px;
    background: #272727;
}

#woocommerce_layered_nav-3.widget.widget_layered_nav .woocommerce-widget-layered-nav-list li .count,
#woocommerce_layered_nav-3.widget.widget_layered_nav_filters .woocommerce-widget-layered-nav-list li .count,
#woocommerce_layered_nav-2.widget.widget_layered_nav .woocommerce-widget-layered-nav-list li .count,
#woocommerce_layered_nav-2.widget.widget_layered_nav_filters .woocommerce-widget-layered-nav-list li .count {
    display: inline-flex;
    font-size: 10px;
    margin-left: 7px;
}

.woocommerce .woocommerce-widget-layered-nav-list {
    margin-bottom: 20px;
}

.woocommerce .widget.widget_price_filter .price_slider {
    height: 2px;
    background-color: #d3d3d3;
    position: relative;
    margin-bottom: 20px;
}

.woocommerce .widget.widget_price_filter .price_slider_amount {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 400;
}

.woocommerce .widget.widget_price_filter .price_slider .ui-slider-range {
    height: 2px;
    background: #272727;
    position: absolute;
}

.woocommerce .widget.widget_price_filter .price_slider .ui-slider-handle {
    display: block;
    outline: none;
    position: absolute;
    top: -5px;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: #272727;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    cursor: pointer;
}

.woocommerce .widget.widget_price_filter .price_slider_amount .price_label {
    width: 100%;
    margin-left: 0;
    text-align: left;
}

.woocommerce .widget.widget_price_filter .price_slider_amount .button {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #272727;
    background: none;
    height: auto;
    border: 0;
    padding: 0;
    margin: 0;
}

.woocommerce .widget.widget_price_filter .price_slider_amount .button {}

.woocommerce .widget.widget_price_filter .price_slider_amount .button:hover {
    color: #272727;
    background: none;
    border: none;
}

section#woocommerce_product_categories-2 {
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    margin-bottom: 15px;
}

.widget-area .widget.woocommerce {
    border-bottom: 1px solid rgba(0, 0, 0, .13);
    margin-bottom: 15px;
}

.widget-area .widget.woocommerce:last-child {
    border-bottom: none;
}

.woocommerce-pagination ul.page-numbers {}

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

.woocommerce nav.woocommerce-pagination ul li {
    border: none;
    display: block;

}

.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 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);
    font-size: 14px;
    line-height: 24px;
}

.woocommerce .woocommerce-pagination ul.page-numbers li span:hover:after,
.woocommerce .woocommerce-pagination ul.page-numbers li a.page-numbers:hover:after {
    content: "";
    width: 13px;
    height: 1px;
    background: #272727;
    position: absolute;
    bottom: 0;
    left: 0px;
}

.woocommerce .woocommerce-pagination ul.page-numbers li span.current:after {
    content: "";
    width: 13px;
    height: 1px;
    background: #272727;
    position: absolute;
    bottom: 0;
    left: 0px;
}

.woocommerce .woocommerce-pagination ul.page-numbers li span.current {
    background: none;
}

.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;
}

.woocommerce .woocommerce-pagination ul.page-numbers li a.next.page-numbers:before {
    position: absolute;
    content: "";
    background: url(../images/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/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,
.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;
    font-size: 0px;
    display: flex;
}

.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;
}

.selectbox a 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%);
}

.selectbox a {
    display: inline-flex;
}

.selectbox {
    border: transparent;
    width: auto;
    display: flex;
    margin-right: 4px;
    margin-left: 0px;
    margin-bottom: 4px;
    border-radius: 50%;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.selectbox:hover {
    border: 1px solid #272727;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

#welcome-user .modal-body .main-content {
    width: 100%;
}

.selectbox.active {
    border: 1px solid #333;
}

.woocommerce-widget-layered-nav-dropdown span.select2 {
    display: none;
}

form.woocommerce-widget-layered-nav-dropdown {
    display: inline-flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

button.woocommerce-widget-layered-nav-dropdown__submit {
    display: none;
}

.wraper_shop_main.shop-style-two {
    padding-top: 80px;
    padding-bottom: 50px;
}

/*--------------------------------------------------------------
# Shop Default Page Style End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Blog Default Page Style Start
--------------------------------------------------------------*/
.wraper_blog_main.style-default {
    margin-top: 80px;
    margin-bottom: 50px;
}

.wraper_blog_main.style-default .blog_main .row {
    margin-right: 0px;
    margin-left: 0px;
}

.wraper_blog_main.style-default .blog_main {
    padding-right: 48px;
}

.wraper_blog_main.style-default .blog-withoutsidebar .blog_main {
    padding-right: 0px;
}

.blog_main article.style-default {
    border-bottom: 1px solid #F1F0F0;
    margin-bottom: 50px !important;
    transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    width: 100%;
}

.blog_main .entry-blog-content {
    padding: 0px 35px 50px 0px;
}

.blog_main .style-default.sticky {
    padding: 20px 30px 0px 30px;
}

.blog_main .style-default.sticky .entry-blog-content {
    padding: 0px 35px 30px 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;
    background: #272727;
    border-radius: 0px;
    line-height: 13px;
    font-size: 13px;
    text-align: center;
    font-weight: 400;
    padding: 8px;
}

.wraper_blog_main.style-default .blog_main .post-thumbnail .cat-tag-name a {
    color: #fff;
}

.wraper_blog_main.style-default .blog_main .entry-blog-content .entry-extra-item {
    display: inline-flex;
    position: relative;
    font-size: 14px;
    line-height: 24px;
}

.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: #676666;
    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: #676666;
}

.wraper_blog_main.style-default .blog_main .entry-blog-content .entry-extra-item .tag-name a:hover {
    color: #272727;
}

.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%;
    border-bottom: 1px solid rgba(0, 0, 0, .13);
    margin-bottom: 30px;
}

.right-sidebar #monster-widget-placeholder-1 {
    margin-bottom: 45px;
    padding-bottom: 30px;
}

.right-sidebar .calendar_wrap {
    overflow-x: scroll;
}


.right-sidebar #monster-widget-placeholder-2 {
    padding-bottom: 35px;
}

.right-sidebar #monster-widget-placeholder-6 {
    padding-bottom: 35px;
    margin-bottom: 45px;
}

.right-sidebar #monster-widget-placeholder-7 {
    padding-bottom: 35px;
    margin-bottom: 45px;
}

.right-sidebar #monster-widget-placeholder-9 {
    padding-bottom: 35px;
    margin-bottom: 45px;
}

.right-sidebar #monster-widget-placeholder-12 {
    padding-bottom: 35px;
    margin-bottom: 45px;
}

.right-sidebar #monster-widget-placeholder-13 {
    padding-bottom: 35px;
    margin-bottom: 45px;
}

.wraper_blog_main .widget-area section.widget_categories,
.wraper_blog_main .widget-area section.widget_radiantthemes_recent_posts_widget {
    padding-bottom: 35px;
    margin-bottom: 40px;
}

.wraper_blog_main .widget_radiantthemes_image_box_widget {
    padding-bottom: 48px;
    margin-bottom: 42px !important;
}

.wraper_blog_main .widget-area section.widget:last-child {
    border: none;
    margin-bottom: 80px;
}

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

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

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

.widget-area > #search-2 {
    margin-bottom: 40px;
    border-bottom: none;
}

.widget-area > .widget.widget_search .search-form input[type="search"],
.widget-area > .widget.widget_search .search-form input[type="text"],
.widget-area > .widget.widget_product_search .woocommerce-product-search input[type="search"],
.widget-area > .widget.widget_product_search .woocommerce-product-search input[type="text"] {
    vertical-align: top;
    width: 100%;
    height: 50px;
    padding: 0 60px 0 0px;
    background-color: transparent;
    background-clip: padding-box;
    border-style: none none solid;
    border-width: 1px;
    border-color: #272727;
    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 button[type="submit"],
.widget-area > .widget.widget_product_search .woocommerce-product-search button[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 50px;
    padding: 0;
    background-color: initial;
    border: none;
    border-radius: 0;
    font-size: 0;
}

.widget-area > .widget.widget_search .search-form button[type="submit"]:after,
.widget-area > .widget.widget_product_search .woocommerce-product-search button[type="submit"]:after {
    left: 0;
    right: 0;
    top: 15px;
    position: absolute;
    content: "";
    background: url(../images/search-black.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 20px;
    height: 50px;
    top: 0;
    left: 0;
}

.wraper_blog_main .widget-area .widget .widget-title {
    font-weight: 400;
    padding-bottom: 0px;
    margin-bottom: 15px;
    position: relative;
}

.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder {
    float: left;
    margin-top: 10px;
}

.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;
    width: 115px;
    margin: 0 15px 0 0;
    position: relative;
    display: inline-flex;
    vertical-align: top;
    max-width: 100%;
    overflow: hidden;
    height: 72px;
}

.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;
}

.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 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 27px;
}

.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: #272727;
}

.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: #676666;
}

.widget-area > .widget.widget_archive ul li,
.widget-area > .widget.widget_categories ul li,
.widget-area > .widget.widget_meta ul li,
.widget-area > .widget.widget_pages ul li,
.widget-area > .widget.widget_nav_menu ul li,
.widget-area > .widget.widget_layered_nav ul li,
.widget-area > .widget.widget_product_categories ul li {
    margin-bottom: 8px;
    color: #676666;
}

.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_layered_nav ul li:last-child,
.widget-area > .widget.widget_product_categories 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_layered_nav ul li a,
.widget-area > .widget.widget_product_categories ul li a {
    color: #676766;
}

.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_layered_nav ul li a:hover,
.widget-area > .widget.widget_product_categories ul li a:hover {
    color: #272727;
}

.widget-area > .widget.widget_nav_menu ul li a {
    margin-bottom: 8px;
}

.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: #676666;
    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: #676666;
}

.widget_recent_comments li a:hover {
    color: #272727;
}

.widget_recent_comments li:before {
    position: absolute;
    content: "";
    background: url(../images/chat.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 45px;
    height: 50px;
    top: 0;
    left: 0;
}

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

.widget-area > .widget .tagcloud > a.tag-cloud-link,
.widget-area > .widget .wp-block-tag-cloud > a.tag-cloud-link {
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px 10px 0px;
    padding: 4px 12px 4px 12px;
    background: #f9f9f9;
    border: none;
    font-size: 14px !important;
    color: #272727;
    line-height: 24px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.widget-area > .widget .tagcloud > a.tag-cloud-link:hover,
.widget-area > .widget .wp-block-tag-cloud > a.tag-cloud-link:hover {
    opacity: 1;
    background: #272727;
    color: #fff;
}

.widget-area > .widget ul.wp-block-categories-list li.cat-item a {
    position: relative;
    color: #676766;
    transition: all 0.12s ease-in-out;
    -webkit-transition: all 0.12s ease-in-out;
}

.widget-area > .widget ul.wp-block-categories-list li.cat-item 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;
}

.widget-area > .widget ul.wp-block-categories-list li.cat-item a:hover:before {
    right: auto;
    left: 0;
    width: 100%;
}

.blog_main .pagination {
    border: none;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    display: block;
}

.blog_main .pagination span .current,
.blog_main .pagination a.page-numbers.current {
    color: #272727;
}

.blog_main .pagination span,
.blog_main .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);
}

.blog_main .pagination span:hover:after,
.blog_main .pagination a.page-numbers:hover:after {
    content: "";
    width: 13px;
    height: 1px;
    background: #272727;
    position: absolute;
    bottom: 0;
    left: -3px;
}

.blog_main .pagination span.current:after {
    content: "";
    width: 13px;
    height: 1px;
    background: #272727;
    position: absolute;
    bottom: 0;
    left: -3px;
}

.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/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/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: #272727;
}

.wraper_shop_main.shop-rightsidebar .order-lg-12.order-sm-12 {
    order: 1;
}

/*--------------------------------------------------------------
# Blog Default Page Style End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Blog masonry Style Box
--------------------------------------------------------------*/
.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 10px;
}

.rt-masonry .rt-grid {
    display: inline-block;
    margin-bottom: 20px;
    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;
}

.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: #272727;
}

.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 35px 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: #676666;
    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: 49%;
        margin: 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 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .wraper_blog_main.style-default .blog_main {
        padding-right: 0px;
    }

    .wraper_blog_main.clasic-box-layout .blog_main {
        margin-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;
    }
}

@media (max-width: 480px) {
    .rt-masonry {
        columns: 1;
    }
}

/*--------------------------------------------------------------
# Blog masonry Style Box
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Blog grid Style Box
--------------------------------------------------------------*/
.wraper_blog_main.style-one.clasic-box-layout {
    padding-top: 80px;
    padding-bottom: 80px;
}

.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: 0px;
    margin-bottom: 30px;
}

.blog-posts.blog-grid-style .blog-item > .holder > .data .title a {
    color: inherit;
}

.blog-posts.blog-grid-style .blog-item > .holder > .data {
    padding: 15px 20px;
    min-height: 242px;
}

.blog-posts.blog-grid-style .blog-item > .holder > .data .post-meta {
    margin-bottom: 5px;
}

.blog-posts .style-one.blog-item > .holder .data .post-read-more a.btn {
    border: 1px solid #272727;
    border-radius: 0px;
    background: #272727;
    color: #fff;
    padding: 11px 50px;
    font-size: 14px;
    text-transform: capitalize;
    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);
    letter-spacing: 1.3px;
}

.blog-posts .style-one.blog-item > .holder .data .post-read-more a.btn:hover {
    background: #fff;
    color: #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);
}

.wraper_blog_main.clasic-box-layout .pagination {
    border: none;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    display: block;
    padding-right: 50px;
}

.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 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: 13px;
    height: 1px;
    background: #272727;
    position: absolute;
    bottom: 0;
    left: -3px;
}

.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: #272727;
}

.wraper_blog_main.clasic-box-layout .pagination span:hover:after,
.wraper_blog_main.clasic-box-layout .pagination a.page-numbers:hover:after {
    content: "";
    width: 13px;
    height: 1px;
    background: #272727;
    position: absolute;
    bottom: 0;
    left: -3px;
}

.wraper_blog_main.clasic-box-layout .pagination a.next.page-numbers:before {
    position: absolute;
    content: "";
    background: url(../images/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/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;
}

/*--------------------------------------------------------------
# Blog masonry Style Box
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Blog Modern Style Box
--------------------------------------------------------------*/
.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;
}

.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: 80px;
    padding-bottom: 80px;
}

.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: 20px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 8%);
    border-radius: 0px;
    margin-bottom: 60px;
}

.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;
}

.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%;
    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;
    background: #272727;
    border-radius: 0px;
    line-height: 13px;
    font-size: 13px;
    text-align: center;
    font-weight: 400;
    padding: 8px;
}

.wraper_blog_main.style-three.morden-box-layout .post.style-three .modern-post-box .modern-img-bx .tag-name a {
    color: #fff;
}

.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: 10px;
}

.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 .entry-title a {
    color: #272727;
}

.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: 5px;
    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: #676666;
    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: #676666;
    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 {
    border: 1px solid #272727;
    border-radius: 0px;
    background: #272727;
    color: #fff;
    padding: 11px 50px;
    font-size: 14px;
    letter-spacing: 1.3px;
    text-transform: capitalize;
    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 .post.style-three .modern-post-box .modern-desc-bx .entry-extra-item .post-read-more .btn:hover {
    background: #fff;
    color: #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);
}

.wraper_blog_main.style-three.morden-box-layout .pagination {
    border: none;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    display: block;
    padding-right: 50px;
}

.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 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: 13px;
    height: 1px;
    background: #272727;
    position: absolute;
    bottom: 0;
    left: -3px;
}

.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: #272727;
}

.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: 13px;
    height: 1px;
    background: #272727;
    position: absolute;
    bottom: 0;
    left: -3px;
}

.wraper_blog_main.style-three.morden-box-layout .pagination a.next.page-numbers:before {
    position: absolute;
    content: "";
    background: url(../images/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/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_banner.style-two {
        padding-top: 50px !important;
    }

    .wraper_blog_main.style-three.morden-box-layout {
        padding-top: 50px;
        padding-bottom: 48px;
    }
}



@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: 30px;
    }
}

@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%;
        display: inline-block;
    }

    .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;
    }

    .wraper_blog_main.style-one.clasic-box-layout {
        padding-top: 30px;
    }

    .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;
    }
}

/*--------------------------------------------------------------
# Blog Modern Style Box
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Blog Classic Style Box
--------------------------------------------------------------*/
.wraper_blog_main.clasic-box-layout .blog_main {
    margin-right: 50px;
}

.wraper_blog_main.clasic-box-layout .blog_main .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: 0px;
    margin-bottom: 30px;
}

.wraper_blog_main.clasic-box-layout .blog_main .holder .pic {
    overflow: hidden;
}

.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: 26px 35px 35px 35px;
    min-height: 242px;
}

.wraper_blog_main.clasic-box-layout .blog_main .holder .data .post-meta {
    margin-bottom: 5px;
}

.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: #676666;
    position: absolute;
    top: 50%;
    right: 0px;
}

.wraper_blog_main.clasic-box-layout .blog_main .holder .data .post-meta .date {
    padding-right: 20px;
    padding-left: 10px;
    position: relative;
    font-size: 14px;
    line-height: 24px;
}

.wraper_blog_main.clasic-box-layout .blog_main .holder .data .title a {
    color: inherit;
}

@media screen and (min-width:768px) and (max-width:991px) {
    .wraper_blog_main.clasic-box-layout .blog_main {
        margin-right: 0px;
    }

    .wraper_blog_main.style-three.morden-box-layout {
        padding-top: 30px;
        padding-bottom: 35px;
    }

    .wraper_blog_banner.style-two {
        padding-top: 30px !important;
    }

    .wraper_blog_main .blog_single {
        padding-top: 50px !important;
    }
}

@media screen and (max-width: 767px) {
    .wraper_blog_main.clasic-box-layout .blog_main {
        margin-right: 0px;
    }

    .wraper_blog_main.style-three.morden-box-layout {
        padding-top: 30px;
    }

    .wraper_blog_banner.style-two {
        padding-top: 30px !important;
    }

    .wraper_blog_main .blog_single {
        padding-top: 50px !important;
    }
}

/*--------------------------------------------------------------
# Blog Classic Style Box
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Blog details default Page Style Start
--------------------------------------------------------------*/
.wraper_blog_main .blog_single {
    padding-top: 80px;
}

.blog-style-one .wraper_blog_main .widget-area {
    padding-top: 80px;
}

.blog-style-one .wraper_blog_main .blog_single .entry-blog-content .post-meta .entry-header {
    padding: 0 150px;
    word-wrap: break-word;
}

.blog-style-one .wraper_blog_main .blog_single {
    padding-right: 48px;
}

.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 .entry-header {
    padding: 0 300px;
    word-break: break-word;
}

.blog_single .entry-blog-content .post-meta .entry-header a {
    color: #272727;
    font-size: 14px;
    line-height: 24px;
}

.wraper_blog_main .blog_single .entry-blog-content .entry-extra-item {
    display: flex;
    align-items: center;
    justify-content: center;
    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: #676666;
    padding: 0 0 0 5px;
}

.wraper_blog_main .blog_single .entry-blog-content .entry-extra-item .rt-author {
    padding-right: 20px;
    padding-left: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wraper_blog_main .blog_single .entry-blog-content .entry-extra-item .comment {
    padding-left: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.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: #676666;
    position: absolute;
    top: 50%;
    right: 0px;
}

.post-navigation,
.comment-navigation {
    margin-top: 0;
    margin-bottom: 72px;
    width: 100%;
    float: left;
    border-top: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
    padding: 20px 0;
}

@media screen and (max-width: 1024px) {
    .post-navigation,
    .comment-navigation {
       margin-bottom: 42px; 
    }
}

.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-all;
}

.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: #676666;
    font-weight: 400;
}

.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: #272727;
}

.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);
}

.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-all;
}

.post-navigation .nav-links span svg {
    color: #676666;
    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: #676666;
    font-weight: 400;
}

.post-navigation .nav-links .rt-nav-text {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #676666;
    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: #272727;
}

.blog_single .post-tags {
    margin: 0px 0px 35px 0px;
    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: 3px 0px 3px 0px
}

.blog_single .post-tags > a {
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px 10px 0px;
    padding: 4px 12px 4px 12px;
    background: #f9f9f9;
    border: none;
    font-size: 14px !important;
    line-height: 24px;
    color: #272727;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.blog_single .post-tags > a:hover {
    opacity: 1;
    background: #272727;
    color: #fff !important;
}

.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: 12px;
}

.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: #272727;
    line-height: 27px;
    display: inline-block;
}

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

.comments-area ol.comment-list li .comment-body .comment-meta .comment-metadata {
    font-size: 14px;
    color: #676666;
    line-height: 24px;
    display: inline-block;
}

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

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

.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: #272727;
}

.comments-area ol.comment-list li .reply {
    position: absolute;
    top: 0px;
    right: 0;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
}

.comment-respond small #cancel-comment-reply-link {
    color: #272727;
    margin-left: 15px;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    display: inline-block;
}

.comments-area ol.comment-list li .comment-body .comment-meta .comment-metadata .edit-link a:before,
.comments-area ol.comment-list li .reply a:before,
.comment-respond #cancel-comment-reply-link: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;
}

.comments-area ol.comment-list li .comment-body .comment-meta .comment-metadata .edit-link a:before,
.comments-area ol.comment-list li .reply a:before,
.comment-respond #cancel-comment-reply-link:before {
    content: '';
    display: block;
    position: absolute;
    top: calc(100% - 4px);
    left: 0;
    right: 0;
    height: 1px;
    background: #272727;
    transform-origin: left center;
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -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);
}

.comments-area ol.comment-list li .comment-body .comment-meta .comment-metadata .edit-link a:hover:before,
.comments-area ol.comment-list li .reply a:hover:before,
.comment-respond #cancel-comment-reply-link:hover:before {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    background: currentColor;
}

.blog_single .comment-respond textarea,
.comment-respond textarea {
    padding: 5px 10px 5px 0px;
    background-color: transparent;
    background-clip: padding-box;
    border-style: none none solid;
    border-width: 1px;
    border-color: #272727;
    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;
}

.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: 5px 10px 5px 0px;
    background-color: transparent;
    background-clip: padding-box;
    border-style: none none solid;
    border-width: 1px;
    border-color: #272727;
    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;
}

.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;
}

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

.comments-area .comment-form > p .submit {
    border: 1px solid #272727 !important;
    border-radius: 0px !important;
    background: #272727;
    color: #fff;
    padding: 11px 33px !important;
    font-size: 14px;
    text-transform: capitalize;
    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);
    letter-spacing: 1.3px;
}

.comments-area .comment-form > p .submit:hover {
    background: #fff;
    color: #272727;
}

.comments-area .comment-form > p.logged-in-as a {
    position: relative;
    display: inline-block;
    color: #676766;
}

.comments-area .comment-form > p.logged-in-as 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;
}

.comments-area .comment-form > p.logged-in-as a:hover {
    color: #272727;
}

.comments-area .comment-form > p.logged-in-as a:hover:before {
    width: 100%;
    left: 0;
    right: auto;
    color: #272727;
}

.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: #272727;
    background-color: #272727;
}

.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: 17px;
    height: 17px;
}

.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;
    box-shadow: none !important;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    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;
}

.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/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"],
.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span {
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    letter-spacing: 1.3px;
    border-radius: 0px;
    background: #272727;
    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);
}

.comments-area .comment-form > p button[type="submit"]:hover,
.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover span {
    background: #fff;
    color: #272727;
}

.radiantthemes-search-form .form-row {
    margin-right: 0;
    margin-left: 0;
}

.radiantthemes-search-form {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

.radiantthemes-search-form input {
    padding: 5px 30px 5px 0px;
    background-color: transparent;
    background-clip: padding-box;
    border-style: none none solid;
    border-width: 1px;
    border-color: #272727;
    height: 50px;
    resize: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 0px;
    width: 100%;
}

.radiantthemes-search-form button i {
    display: none;
}

.radiantthemes-search-form button[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 50px;
    padding: 0;
    background-color: initial;
    border: none;
    border-radius: 0;
    font-size: 0;
    z-index: 9;
}

.radiantthemes-search-form button[type="submit"]:after {
    content: "";
    position: absolute;
    top: 15px;
    top: 0;
    left: 0;
    background: url(../images/search-black.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 999;
    width: 20px;
    height: 50px;
}



@media (max-width:1024px) {

    .post-navigation,
    .comment-navigation {
        margin-top: 0;
        width: 100%;
        float: left;
        border-top: 1px solid #D1D1D1;
        border-bottom: 1px solid #D1D1D1;
        padding: 20px 0;
    }
}

/*--------------------------------------------------------------
# Blog details default Page Style End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Blog details Style Two start
--------------------------------------------------------------*/
.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: #676666;
}

.wraper_blog_banner.style-two .blog_banner_tags_item .site-meta {
    font-size: 14px;
    line-height: 24px;
    color: #676666;
}

.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: #272727;
    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: #272727;
    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 80px 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: 5px 10px 5px 0px;
    background-color: transparent;
    background-clip: padding-box;
    border-style: none none solid;
    border-width: 1px;
    border-color: #272727;
    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: #676666;
}

.wraper_blog_comments.style-two .comment-respond input[type="text"],
.wraper_blog_comments.style-two .comment-respond input[type="email"] {
    padding: 5px 10px 5px 0px;
    background-color: transparent;
    background-clip: padding-box;
    border-style: none none solid;
    border-width: 1px;
    border-color: #272727;
    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: #676666;
}

@media screen and (max-width:1024px) {
    .radiantthemes-search-form {
        width: 100%;
    }
}

@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 (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: block;
    }

}

@media screen and (max-width: 507px) {

    .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: block;
        padding: 0 10px;
        text-align: center;
        word-break: break-all;
    }
}

@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;
    }

}

/*--------------------------------------------------------------
# Blog details Style Two End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Portfolio(lookbok) navigation Style start
--------------------------------------------------------------*/
.single-portfolio .wraper_inner_banner_breadcrumb {
    display: none;
}

.rt-portfolio-nav {
    margin-bottom: 80px;
    width: 100%;
    display: inline-block;
    border-top: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
    padding: 20px 0;
}

.rt-portfolio-nav {
    margin-left: 0;
    margin-right: 0;
}

.rt-portfolio-nav .nav-links .nav-previous {
    float: left;
    padding: 0;
    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);
}

.rt-portfolio-nav .nav-links .nav-previous a {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rt-portfolio-nav .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;
}

.rt-portfolio-nav .nav-links .nav-previous .rt-nav-info {
    width: 80%;
    padding-left: 13px;
}

.rt-portfolio-nav .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: #676666;
    font-weight: 400;
}

.rt-portfolio-nav .nav-links .nav-previous a:hover span .rt-portfolio-nav .nav-links .nav-next a:hover span {
    color: #272727;
}

.rt-portfolio-nav .nav-links .nav-next {
    float: right;
    padding: 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);
}

.rt-portfolio-nav .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;
}

.rt-portfolio-nav .nav-links span svg {
    color: #676666;
    stroke-width: 1;
    transition: transform .45s cubic-bezier(0, .95, .3, 1);
}

.rt-portfolio-nav .nav-links .nav-previous a:hover svg {
    transition: transform .45s cubic-bezier(0, .95, .3, 1);
    transform: translateX(-10px);
}

.rt-portfolio-nav .nav-links .nav-next a:hover svg {
    transition: transform .45s cubic-bezier(0, .95, .3, 1);
    transform: translateX(10px);
}

.rt-portfolio-nav .nav-links .nav-next .rt-nav-info {
    width: 80%;
    padding-right: 13px;
}

.rt-portfolio-nav .nav-links .nav-previous .rt-nav-img,
.rt-portfolio-nav .nav-links .nav-next .rt-nav-img {
    width: 100%;
    max-width: 75px;
}

.rt-portfolio-nav .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: #676666;
    font-weight: 400;
}

.rt-portfolio-nav .nav-links .rt-nav-text {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #676666;
    position: relative;
    display: inline-block;
}

.rt-portfolio-nav .nav-links .rt-nav-title {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    width: 100%;
    display: block;
    color: #272727;
}

.rt-portfolio-nav .nav-links .nav-previous a:hover span,
.rt-portfolio-nav .nav-links .nav-next a:hover span {
    color: #272727;
}

/****menu featured css*****/
.default a:after {
    content: "Default";
    color: #fff;
    background: #676666;
    font-size: 11px;
    line-height: 11px;
    padding: 2px 10px;
    right: 0;
    margin-left: 10px;
    border-radius: 0px;
}

.new a:after {
    content: "New";
    color: #fff;
    background: #B68973;
    font-size: 11px;
    line-height: 11px;
    padding: 2px 10px;
    right: 0;
    margin-left: 10px;
    border-radius: 0px;
}

.menu-featured a:after {
    content: "Featured";
    color: #fff;
    background: #272727;
    font-size: 11px;
    line-height: 11px;
    padding: 2px 10px;
    right: 0;
    margin-left: 10px;
    border-radius: 0px;
}

/****menu featured css*****/

/*******************/
.single-product footer.wraper_footer.custom-footer {
    margin-bottom: 80px;
}

.rt-not-sticky-product-bar.single-product footer.wraper_footer {
    margin-bottom: 0px;
}

.rt-sticky-product-bar {
    background: #fff;
    position: fixed;
    width: 100%;
    padding: 10px 0;
    opacity: 0;
    bottom: 0;
    transition: all .35s cubic-bezier(.25, .46, .45, .94);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 9;
    box-shadow: -2px 2px 40px -15px rgb(0 0 0 / 30%);
}

.rt-sticky-product-bar.sticky-active {
    transition: all .35s cubic-bezier(.25, .46, .45, .94);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    z-index: 99;
}

.sticky-product-bar-content .woocommerce-product-rating,
.sticky-product-bar-content .woocommerce-product-details__short-description,
.sticky-product-bar-content .rt-size-chart,
.sticky-product-bar-content .variations,
.sticky-product-bar-content .yith-wcwl-add-to-wishlist,
.sticky-product-bar-content .product_meta {
    display: none;
}

.sticky-product-bar-content .product_meta,
.sticky-product-bar-content .cart,
.sticky-product-bar-content .variations_form.cart {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sticky-product-bar-content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5%;
}

.sticky-product-bar-content .sticky-product-bar-image {
    display: flex;
    align-items: center;
    flex: 1;
}

.sticky-product-bar-content .sticky-product-bar-image img {
    max-width: 100%;
    max-height: 60px;
    width: auto;
}

.sticky-product-bar-content h3.product_title.entry-title {
    display: none;
}

.sticky-product-bar-content .rt-sticky-product-title {
    margin: 0;
    margin-left: 16px;
    font-size: 18px;
}

.sticky-product-bar-content .woocommerce-variation.single_variation {
    margin: 0px;
    display: none !important;
}

.sticky-product-bar-content .price {
    margin: 0px;
    margin-right: 16px;
}

.sticky-product-bar-content .product-price {
    margin: 0px;
    margin-right: 16px;
    display: flex;
}

.sticky-product-bar-content .product-price ins,
.sticky-product-bar-content .product-price del,
.sticky-product-bar-content .product-price span.percent-off {
    padding-right: 8px;
}

.sticky-product-bar-content .product-price del {
    opacity: 0.6;
}

.sticky-product-bar-content .product-price span.percent-off {
    font-size: 13px;
    font-weight: 600;
}

.sticky-product-bar-content .quantity {
    width: 100px;
    border: 1px solid #d0d0d0;
    border-radius: 0px;
    background: #fff;
    height: calc(48px);
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 0px 16px 0px 0px;
}

.sticky-product-bar-content .quantity .input-group-addon.quantity-decrease,
.sticky-product-bar-content .quantity .input-group-addon.quantity-increase {
    font-size: 0px;
}

.sticky-product-bar-content .quantity > .qty::-webkit-inner-spin-button,
.sticky-product-bar-content .quantity > .qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.sticky-product-bar-content .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;
}

.sticky-product-bar-content .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;
}

.sticky-product-bar-content .quantity .input-group-addon.quantity-decrease:before {
    content: "";
    background: url(../images/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);
}

.sticky-product-bar-content .quantity .input-group-addon.quantity-increase:before {
    content: "";
    background: url(../images/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);
}

.sticky-product-bar-content .woocommerce-variation-add-to-cart {
    display: flex;
    width: 100%;
    position: relative;
}

.sticky-product-bar-content .button.single_add_to_cart_button {
    border: 1px solid #272727 !important;
    border-radius: 0px !important;
    background: #272727 !important;
    color: #fff !important;
    padding: 11px 50px !important;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-transform: capitalize !important;
    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);
    letter-spacing: 1.3px;
    box-shadow: none;
    display: flex;
    align-items: center;
}

.sticky-product-bar-content .button.single_add_to_cart_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);
}

.sticky-product-bar-content .button.single_add_to_cart_button.added:after {
    display: none;
}

.sticky-product-bar-content .tinv-wishlist {
    display: none;
}

.sticky-product-bar-content .added_to_cart {
    display: none !important;
}

@media only screen and (max-width: 767px) {
    .rt-sticky-product-bar.sticky-active {
        display: none;
    }

    .woocommerce-shop footer.wraper_footer.custom-footer {
        margin-bottom: 60px;
    }

    .single-product.woocommerce-shop footer.wraper_footer.custom-footer {
        margin-bottom: 0px;
    }

    .woocommerce-shop .scrollup.right.active {
        right: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        bottom: 80px;
    }

    .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: 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: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 {
        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;
    }

}

/*--------------------------------------------------------------
# Custom Css Start
--------------------------------------------------------------*/
.full-img img {
    width: 100%;
    max-width: 100%;
}

.single-portfolio .content-area .container {
    padding: 0;
}

.Demo-img-box {
    transition: all 0.4s ease-in-out;
    transform: translateY(0px);
}

.Demo-img-box:hover {
    transform: translateY(-25px);
    transition: all 0.4s ease-in-out;
}

.Demo-img-box .link-icon img {
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.Demo-img-box:hover .link-icon img {
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease-in-out;
}

.landing-slider img.swiper-slide-image {
    border-radius: 5px;
    box-shadow: 5px 10px 25px 14px rgb(0 0 0 / 9%);
}

.landing-slider .swiper-slide {
    margin: 50px 0px 50px 15px;
}

.landing-slider .elementor-swiper-button {
    position: absolute;
    top: -50px;
    right: 70px;
    background: #272727;
    border-radius: 50%;
    padding: 4px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.landing-slider .elementor-swiper-button i {
    display: flex;
    color: #fff;
}

.landing-slider .elementor-swiper-button i::before {
    font-size: 14px;
}

.landing-slider .elementor-swiper-button.elementor-swiper-button-prev {
    right: 110px;
    left: auto;
}

.landing-feature-box {
    transition: all 0.4s ease-in-out;
    transform: translateY(0px);
}

.landing-feature-box:hover {
    transform: translateY(-25px);
    transition: all 0.4s ease-in-out;
}

.elementor-widget-container img {
    transform: translate3d(0px, 0px, 0);
}

.landing-prduct-slider .elementor-swiper-button {
    width: 40px;
    height: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #c7c7c7;
}

.landing-prduct-slider .elementor-swiper-button.elementor-swiper-button-prev {
    left: 25px;
}

.landing-prduct-slider .elementor-swiper-button.elementor-swiper-button-next {
    right: 25px;
}

.landing-tab-item .rt-slider .owl-item.active.center {
    opacity: 1;
    transition: all 0.45s ease-in-out;
    box-shadow: 0px 0px 20px 20px rgb(0 0 0 / 3%)
}

.landing-tab-item .rt-slider .owl-item.active {
    opacity: 0.3;
    transition: all 0.45s ease-in-out;
}

.landing-tab-item .rt-slider .owl-stage {
    padding: 30px 0px;
}

.icon-moving-left-right img {
    transition: all .35s cubic-bezier(.38, 3, .57, 1.6);
}

.icon-moving-left-right:hover img {
    transform: translate3d(-6px, 0px, 0);
}

.icon-moving-top-bottom img {
    transition: all .35s cubic-bezier(.38, 3, .57, 1.6);
}

.icon-moving-top-bottom:hover img {
    transform: translate3d(0px, -6px, 0);
}

.icon-moving-top-bottom .elementor-image-box-img img {
    transition: all .35s cubic-bezier(.38, 3, .57, 1.6);
}

.icon-moving-top-bottom:hover .elementor-image-box-img img {
    transform: translate3d(0px, -6px, 0);
}

.border-left-right .elementor-heading-title {
    position: relative;
    display: inline-block;
}

.border-left-right .elementor-heading-title:before {
    content: "";
    background: #272727;
    width: 170px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 60px;
}

.border-left-right .elementor-heading-title:after {
    content: "";
    background: #272727;
    width: 170px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 60px;
}

.border-line-right .elementor-heading-title {
    position: relative;
    display: inline-block;
}

.border-line-right .elementor-heading-title:after {
    content: "";
    background: #272727;
    width: 70px;
    height: 2px;
    position: absolute;
    top: 55%;
    padding-left: 15px;
    margin-left: 15px;
}

.border-line-left .elementor-heading-title {
    position: relative;
    display: inline-block;
}

.border-line-left .elementor-heading-title:before {
    content: "";
    background: #272727;
    width: 70px;
    height: 2px;
    position: absolute;
    top: 55%;
    left: -85px;
}

.rt-border {
    position: relative;
    display: inline-block;
}

.rt-border::before {
    content: "";
    width: 86%;
    height: 5px;
    position: absolute;
    transition: all 0.35s linear;
    background: #fff;
    z-index: 1;
    top: 40px;
    left: 43px;
    opacity: 0.5;
}

.rt-border::after {
    content: "";
    width: 86%;
    height: 5px;
    position: absolute;
    transition: all 0.35s linear;
    background: #fff;
    z-index: 1;
    bottom: 57px;
    left: 38px;
    opacity: 0.5;
}

.rt-border:hover::before,
.rt-border:hover::after {
    width: 86%;
    background: #fff;
    opacity: 1;
}

.rt-border .rt-img-border::before {
    content: "";
    width: 5px;
    height: 83%;
    position: absolute;
    transition: all 0.35s linear;
    background: #fff;
    z-index: 1;
    top: 40px;
    left: 30px;
    opacity: 0.5;
}

.rt-border .rt-img-border::after {
    content: "";
    width: 5px;
    height: 83%;
    position: absolute;
    transition: all 0.35s linear;
    background: #fff;
    z-index: 1;
    top: 40px;
    right: 30px;
    opacity: 0.5;
}

.rt-border:hover .rt-img-border::before,
.rt-border:hover .rt-img-border::after {
    height: 83%;
    background: #fff;
    opacity: 1;
}

.rt-text-link a {
    letter-spacing: 0;
    position: relative;
    display: block;
    white-space: pre-line;
    display: inline-block;
    position: relative;
}

.rt-text-link a::before {
    content: '';
    width: 0;
    height: 1px;
    bottom: 0px;
    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: currentColor;
}

.rt-text-link a:hover::before {
    width: 100%;
    left: 0;
    right: auto;
}

.rt-rotate-text .elementor-heading-title {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

#yith-quick-view-content .quantity .minus,
#yith-quick-view-content .quantity .plus {
    display: block;
    cursor: pointer;
}

#yith-quick-view-modal.open,
#yith-quick-view-modal.open .yith-wcqv-wrapper {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
}

#yith-quick-view-content div.images {
    width: 55% !important;
    float: left;
    opacity: 1 !important;
    margin: 0;
}

#yith-quick-view-content div.summary {
    margin: 0;
    padding: 15px 50px 15px 15px;
    width: 45% !important;
    float: left;
    font-size: inherit;
}

#yith-quick-view-modal.open .yith-wcqv-main #rtsizechart::-webkit-scrollbar {
    width: 0px !important;
}

li.wc-block-product-categories-list-item a {
    font-size: 16px;
    line-height: 28px;
    color: #676766;
}

li.wc-block-product-categories-list-item a:hover {
    color: #272727;
}

li.wc-block-product-categories-list-item {
    margin-bottom: 2px;
}

.search-no-results p.woocommerce-info {
    padding: 16px;
}

/****** Home One ********/
.accesory-img-box .elementor-image {
    transition: transform 1.5s cubic-bezier(.19, 1, .22, 1);
}

.accesory-img-box:hover .elementor-image {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}

.accesory-img-box .elementor-widget-image {
    display: block;
    overflow: hidden;
}

.accesory-img-box {
    width: 100%;
    overflow: hidden;
    position: relative;
    transition: transform 1.5s cubic-bezier(.19, 1, .22, 1);
}

.accesory-img-box .elementor-image img {
    transition: transform 1.5s cubic-bezier(.19, 1, .22, 1);
    overflow: hidden;
    background-size: cover;
    background-position: center;
    display: flex;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.offer-sale {
    transition: all 0.3s ease-in-out;
}

.offer-sale:hover {
    background: #f1f1f1;
    transition: all 0.3s ease-in-out;
}

.zoom-img {
    width: 100%;
    overflow: hidden;
    position: relative;
    transition: transform 1.5s cubic-bezier(.19, 1, .22, 1);
}

.zoom-img .elementor-widget-container {
    display: block;
    overflow: hidden;
}

.zoom-img .elementor-widget-container img {
    transition: transform 1.5s cubic-bezier(.19, 1, .22, 1);
    overflow: hidden;
    background-size: cover;
    background-position: center;
    display: flex;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.zoom-img:hover .elementor-widget-container img {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
}

.text-rotate .elementor-heading-title {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    padding: 10px 0;
}

/****** Home One End ********/


/****** Home Five ********/
.new-lookbook-col .col-md-4 {
    padding-right: 8px;
    padding-left: 8px;
}

/****** Home Five End ********/

/****** Home Six ********/
.home-six-text .elementor-heading-title {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

/****** Home Six End ********/

/****** Home Seven Start *******/
.frm-text-one {
    position: relative;
    display: inline-block;
    -webkit-transition: .12s ease;
    -o-transition: .12s ease;
    transition: .12s ease;
    color: currentColor;
}

.frm-text-one: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;
}

.frm-text-one:after,
.frm-text-one:before {
    content: '';
    position: absolute;
    bottom: 2px;
    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);
}

.frm-text-one:hover:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.frm-text-one: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;
}

.frm-text-one:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-delay: .34s;
    -o-transition-delay: .34s;
    transition-delay: .34s;
}

.frm-text-two {
    position: relative;
    display: inline-block;
    -webkit-transition: .12s ease;
    -o-transition: .12s ease;
    transition: .12s ease;
    color: #272727 !important;
}

.frm-text-two: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;
}

.frm-text-two:after,
.frm-text-two:before {
    content: '';
    position: absolute;
    bottom: 2px;
    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);
}

.frm-text-two:hover:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.frm-text-two: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;
}

.frm-text-two:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-delay: .34s;
    -o-transition-delay: .34s;
    transition-delay: .34s;
}

/****** Home seven End *******/

/****** Home eleven Start *******/
.img-fancy-box .elementor-section-boxed {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.img-fancy-box .elementor-section-boxed {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 0;
    left: 0px;
}

.img-fancy-box:hover .elementor-section-boxed {
    opacity: 1;
    visibility: visible;
    transform: translateY(-35px);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.img-fancy-box .elementor-widget-image.overlay::after {
    transition: all 0.4s ease-in-out;
}

.img-fancy-box:hover .elementor-widget-image.overlay::after {
    content: "";
    background: linear-gradient(0deg, #0000007a 0%, #fff0 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    transition: all 0.4s ease-in-out;
}

/****** Home eleven End *******/

/****** Home thirteen Start *******/
.img-fancy-box-border .elementor-section-boxed {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.img-fancy-box-border:hover .elementor-section-boxed {
    opacity: 1;
    visibility: visible;
    transform: translateY(-90px);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.img-fancy-box-border .elementor-section-boxed {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0px;
}

.img-fancy-box-border .border-img img {
    opacity: 0;
    visibility: hidden;
    transition: all 0.45s ease-in-out;
}

.img-fancy-box-border:hover .border-img img {
    opacity: 1;
    visibility: visible;
    transition: all 0.45s ease-in-out;
}

.img-fancy-box-border .elementor-widget-image.overlay::after {
    transition: all 0.45s ease-in-out;
}

.img-fancy-box-border:hover .elementor-widget-image.overlay::after {
    content: "";
    background: linear-gradient(0deg, #000000 0%, #fff0 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    transition: all 0.45s ease-in-out;
}

/****** Home thirteen End *******/

/****** Home fourten Start *******/
.img-box-button .radiantthemes-custom-button.element-one {
    opacity: 0;
    visibility: hidden;
    transition: all .45s cubic-bezier(.18, .74, .58, 1);
}

.img-box-button:hover .radiantthemes-custom-button.element-one {
    opacity: 1;
    visibility: visible;
    transition: all .45s cubic-bezier(.18, .74, .58, 1);
}

/****** Home fourten End *******/

/****** Contact Us One Start *******/
.contact-us-one .form-row,
.contact-us-one .row {
    margin-right: 0;
    margin-left: 0;
}

.contact-us-one .wpcf7-form-control-wrap {
    width: 100%;
}

.contact-us-one .wpcf7-text {
    font-size: 14px;
    line-height: 24px;
    outline: 0;
    padding: 10px;
    margin-bottom: 15px;
    height: 50px;
    width: 100%;
    color: #272727;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #ddd;
}

.contact-us-one .wpcf7-textarea {
    background-color: transparent;
    border: 1px solid #ddd;
    font-size: 14px;
    line-height: 24px;
    outline: 0;
    padding: 10px;
    margin-bottom: 15px;
    width: 100%;
    height: 200px;
    display: block;
}

.contact-us-one .wpcf7-submit {
    margin: 0;
    height: 50px;
    border-radius: 0px;
    border: none;
    background: #272727;
    color: #fff;
    border: 1px solid #272727;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.contact-us-one .wpcf7-submit:hover {
    background: #fff;
    color: #272727;
    border: 1px solid #272727;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

/****** Contact Us One End *******/

/****** Contact Us Two Start *******/
.contact-us-two .form-row,
.contact-us-two .row {
    margin-right: 0;
    margin-left: 0;
}

.contact-us-two .wpcf7-form-control-wrap {
    width: 100%;
}

.contact-us-two label {
    font-size: 16px;
    line-height: 27px;
    margin: 0;
    padding: 0;
    color: #272727;
}

.contact-us-two .wpcf7-text {
    font-size: 14px;
    line-height: 24px;
    outline: 0;
    padding: 10px 10px 10px 0;
    margin-bottom: 15px;
    height: 50px;
    width: 100%;
    color: #272727;
    display: block;
    background-color: transparent;
    background-clip: padding-box;
    border-style: none none solid;
    border-width: 1px;
    border-color: #272727;
}

.contact-us-two .wpcf7-textarea {
    background-color: transparent;
    border: none;
    font-size: 14px;
    line-height: 24px;
    outline: 0;
    padding: 10px 10px 10px 0;
    margin-bottom: 23px;
    width: 100%;
    height: 200px;
    display: block;
    border-style: none none solid;
    border-width: 1px;
    border-color: #272727;

}

.contact-us-two .wpcf7-text:focus,
.contact-us-two .wpcf7-textarea:focus {
    transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
    border-image-slice: 0 34% 1 34%;
    animation: none;
}

.contact-us-two .wpcf7-submit {
    margin: 0;
    height: 50px;
    border-radius: 0px;
    border: none;
    background: #272727;
    color: #fff;
    border: 1px solid #272727;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.contact-us-two .wpcf7-submit:hover {
    background: #fff;
    color: #272727;
    border: 1px solid #272727;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

/****** Contact Us two End *******/

/****** Contact Us three Start *******/
.contact-us-three .form-row,
.contact-us-three .row {
    margin-right: 0;
    margin-left: 0;
}

.contact-us-three .wpcf7-form-control-wrap {
    width: 100%;
}

.contact-us-three label {
    font-size: 16px;
    line-height: 27px;
    margin: 0;
    padding: 0;
    color: #272727;
}

.contact-us-three .wpcf7-text {
    font-size: 14px;
    line-height: 24px;
    outline: 0;
    padding: 10px 10px 10px 10px;
    margin-bottom: 15px;
    height: 50px;
    width: 100%;
    color: #272727;
    display: block;
    background-color: #f7f6f6;
    background-clip: padding-box;
    border-style: transparent;
    border-width: 1px;
    border-color: #272727;
    transition: all 250ms ease-out;
}

.contact-us-three .wpcf7-textarea {
    background-color: transparent;
    border: none;
    font-size: 14px;
    line-height: 24px;
    outline: 0;
    padding: 10px 10px 10px 10px;
    margin-bottom: 23px;
    width: 100%;
    height: 200px;
    display: block;
    background-color: #f7f6f6;
    border-style: transparent;
    border-width: 1px;
    border-color: #272727;
    transition: all 250ms ease-out;

}

.contact-us-three .wpcf7-text:focus,
.contact-us-three .wpcf7-textarea:focus {
    border-style: solid;
    border-width: 1px;
    border-color: #272727;
    transition: all 250ms ease-out;
    ;
}

.contact-us-three .wpcf7-submit {
    margin: 0;
    height: 50px;
    border-radius: 0px;
    border: none;
    background: #272727;
    color: #fff;
    border: 1px solid #272727;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.contact-us-three .wpcf7-submit:hover {
    background: #fff;
    color: #272727;
    border: 1px solid #272727;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

/****** Contact Us Three End *******/


/****** Footer Newletter Start *******/
.footer-newletter .form-row,
.footer-newletter .row {
    margin-right: 0;
    margin-left: 0;
}

.footer-newletter .form-row {
    margin-bottom: 15px;
    height: 50px;
}

.footer-newletter .wpcf7-form-control-wrap {
    width: 100%;
}

.footer-newletter .wpcf7-text {
    font-size: 14px;
    line-height: 24;
    outline: 0;
    padding: 10px 10px 10px 20px;
    height: 50px;
    color: #272727;
    background-color: #ffffff80;
    background-clip: padding-box;
    border: 1px solid #272727;
    border-radius: 0px;
    width: 100%;
}

.footer-newletter .wpcf7-submit {
    margin: 0;
    height: 50px;
    border-radius: 0px;
    border: none;
    background: #272727;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
}

.footer-newletter .ajax-loader {
    position: absolute;
    left: 15px;
    top: 13px;
}

.wpcf7 form .wpcf7-response-output {
    display: none;
}

/****** Footer Newletter End *******/

/****** Footer Logo Start *******/
.rt-custom-logo.logo-center {
    text-align: center;
}

.rt-custom-logo.logo-right {
    text-align: right;
}

.rt-custom-logo.logo-left {
    text-align: left;
}

/****** Footer Logo End *******/


/****** About Us Two ******/
.list-bullet .radiantthemes-list.element-one ul li:after {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #676666;
    position: absolute;
    left: 0;
    z-index: 999;
    top: 39%;
}

.list-bullet .radiantthemes-list.element-one ul li {
    padding-left: 20px;
}

/****** About Us Two End ******/

/****** Landing Page Start ******/

.landing-demo .demo-img-scroll:after {
    position: relative;
    display: inline-block;
}

.landing-demo .demo-img-scroll:after {
    content: "";
    background: rgba(0, 0, 0, 0.70);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;

}

.landing-demo:hover .demo-img-scroll:after {
    opacity: 1;
    visibility: visible;
}

.landing-demo .landing-hover-icon {
    position: absolute;
    top: 25%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out 0.1s;
}

.landing-demo:hover .landing-hover-icon {
    opacity: 1;
    visibility: visible;
}

.landing-demo-content .landing-demo .demo-img-scroll {
    display: block;
    width: 100%;
    height: 470px;
    overflow: hidden;
    position: relative;
    border: 1px solid #C4C4C4;
    border-radius: 3px;
    margin: 0 auto;
}

.landing-demo-content .landing-demo .demo-img-scroll img {
    bottom: -995px;
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 0;
    margin: 0;
    padding: 0;
    -webkit-transition: top 11s;
    -moz-transition: top 11s;
    -ms-transition: top 11s;
    -o-transition: top 11s;
    transition: bottom 11s;
}

.landing-demo-content .landing-demo .demo-img-scroll:hover img {
    bottom: 0;
    -webkit-transition: all 11s;
    -moz-transition: all 11s;
    -ms-transition: all 11s;
    -o-transition: all 11s;
    transition: all 11s;
}

.landing-layout-box {
    position: relative;
    display: inline-block;
}

.landing-layout-box .elementor-widget-wrap:after {
    content: "";
    background: rgb(255 255 255 / 70%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    top: 0;
}

.landing-layout-box:hover .elementor-widget-wrap:after {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
}

.landing-layout-box .radiantthemes-custom-button {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.landing-layout-box:hover .radiantthemes-custom-button {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
}

/****** Landing Page End ******/

/*--------------------------------------------------------------
# Welcome user form popup Start
--------------------------------------------------------------*/
#welcome-user {
    padding: 0px !important;
    background: rgba(146, 146, 146, 0.95);
    text-align: center;
    /*    position: absolute;*/
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

#welcome-user:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#welcome-user .modal-header {
    position: absolute;
    border: none;
    right: -15px;
    top: -15px;
    z-index: 9;
    background: #272727;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    padding: 0px;
}

#welcome-user .modal-header button.close {
    width: 30px;
    height: 30px;
    background: #272727;
    border: none;
    top: 15px;
    right: 15px;
    position: absolute;
    display: block;
    z-index: 200;
    text-indent: -9999px;
    border-radius: 50%;
    opacity: 1;
}

#welcome-user .modal-header button.close:before,
#welcome-user .modal-header button.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;
}

#welcome-user .modal-header button.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;
}

#welcome-user .modal-header button.close:hover:before,
#welcome-user .modal-header button.close:hover:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.modal-body.welcome-box-body .footer-newletter .form-row {
    padding-right: 15px;
    height: 50px;
}

#welcome-user .modal-footer {
    display: none;
}

#welcome-user .modal-dialog {
    max-width: 750px;
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    position: relative;
    vertical-align: middle;
}

#welcome-user .modal-content {
    border: none;
    border-radius: 0px;
    background-image: url(https://dello.radiantthemes.com/wp-content/uploads/2021/07/Subscribe-popup-bg-img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#welcome-user .modal-body {
    padding: 100px 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#welcome-user .modal-body .modal-title {
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
    padding-right: 15px;
}

#welcome-user .modal-content table {
    table-layout: fixed;
    width: 100%;
    margin: 0 0 28px;
    padding: 10px 8px;
}

.admin-bar #welcome-user .modal-content {
    margin-top: 32px;
}

#welcome-user .rt-size-table th {
    background-color: #272727;
    color: #fff;
    font-weight: 400;
    text-align: center;
    padding: 12px 8px;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 1.3px;
}

#welcome-user .rt-size-table td {
    text-align: center;
    padding: 10px 8px;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 1.3px;
    color: #666666;
}

#welcome-user .rt-size-table tbody tr:nth-child(even) {
    background-color: #f3f3f3;
}

@media (max-width: 767px) {
    .modal-backdrop {
        display: none !important;
    }

    #welcome-user {
        display: none !important;
    }
}

/*--------------------------------------------------------------
# Welcome user form popup End
--------------------------------------------------------------*/

/* ================================== */
/* START OF MEDIA QUERY CSS*/
/* ================================== */
@media (min-width: 1200px) {}

@media (min-width: 1400px) {}

@media (max-width: 767px) {
    .blog .content-area .container {
        padding-left: 0;
        padding-right: 0;
    }

    .blog .content-area .container {
        max-width: calc(100% - 10%);
    }

    .tinv-wishlist table.tinvwl-table-manage-list tbody td {
        width: auto !important;
    }

    .tinv-wishlist .tinvwl-table-manage-list tbody tr.wishlist_item td.product-cb {
        display: none;
    }

    .tinv-wishlist tfoot .tinvwl-to-left:not(:empty) {
        float: none;
        width: 100% !important;
        margin-right: 0;
        display: inline-block !important;
    }

    .tinv-wishlist .tinvwl-table-manage-list .wishlist_item .product-action button,
    .tinv-wishlist .tinvwl-table-manage-list .tinvwl-to-right button,
    .tinv-wishlist .tinvwl-table-manage-list .tinvwl-to-left button {
        width: 100%;
    }

}

@media (max-width: 768px) {
    .rt-sticky-product-bar.sticky-active {
        display: none;
    }

    .tinv-wishlist table.tinvwl-table-manage-list tbody td {
        width: auto !important;
    }

    .wraper_blog_main.style-default {
        margin-top: 50px;
        margin-bottom: 20px;
    }
}

@media screen and (min-width:992px) and (max-width:1024px) {
    #welcome-user .modal-body {
        padding: 60px 100px;
    }
}

/* TABLET LANDSCAPE PART */

@media screen and (min-width:768px) and (max-width:991px) {
    .wraper_blog_main.style-default {
        margin-top: 50px;
        margin-bottom: 20px;
    }

    .blog-style-one .wraper_blog_main .blog_single {
        padding-right: 0px;
    }

    .blog_single .entry-blog-content .post-meta .entry-header {
        padding: 0px;
    }

    .blog .content-area .container {
        padding-left: 0;
        padding-right: 0;
        max-width: calc(100% - 10%);
    }

    .wraper_shop_single .container {
        padding-top: 50px;
        padding-left: 0px;
        padding-right: 0px;
        max-width: calc(100% - 4%);
    }

    .wraper_inner_banner .container {
        max-width: calc(100% - 4%);
        padding-left: 0;
        padding-right: 0;
    }

    .wraper_blog_main .container,
    .wraper_blog_banner_image .container {
        max-width: calc(100% - 4%);
        padding-left: 0;
        padding-right: 0;
    }

    .blog_main .entry-blog-content {
        padding: 0px;
        padding-bottom: 50px;
    }

    .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;
    }

    .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 {
        max-width: 200px;
        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: 65%;
    }

    .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;
    }

    .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;
    }

    .wraper_blog_main.style-three.morden-box-layout .post.style-three:last-child {
        margin-bottom: 22px;
    }

    .widget-area > #search-2 {
        margin-top: 10px;
    }

    .widget-area section.widget.widget_search {
        margin-top: 40px;
    }

    .blog-style-one .wraper_blog_main .widget-area {
        padding-top: 0;
    }

    .landing-demo-content .landing-demo .demo-img-scroll img {
        bottom: -384px;
    }

    .modal-content.welcome-box {
        margin: 0 30px;
    }

    .rt-wishlist-page .tinv-wishlist table.tinvwl-table-manage-list {
        margin-bottom: 0px;
        width: 100%;
    }

    .tinv-wishlist table.tinvwl-table-manage-list tfoot td {
        padding: 10px 0px 0px 0px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {}

/* TABLET PROTRAIT PART */
@media screen and (max-width:768px) {


    .border-left-right .elementor-heading-title:before {
        content: "";
        background: #272727;
        width: 100%;
        height: 2px;
        position: absolute;
        top: 50%;
        right: 80px;
    }

    .border-left-right .elementor-heading-title:after {
        content: "";
        background: #272727;
        width: 100%;
        height: 2px;
        position: absolute;
        top: 50%;
        left: 80px;
    }

    .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: transparent;
    }

    .radiantthemes-cart .cart-collaterals .cart_totals tr {
        border: none;
    }

    .woocommerce-account .wraper_blog_main.default-page {
        padding-top: 45px;
        padding-bottom: 25px;
    }

    .woocommerce-cart .wraper_blog_main.default-page {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .rt-wishlist-page .wraper_blog_main.default-page {
        padding-top: 50px;
        padding-bottom: 40px;
        overflow: hidden;
    }

    .rt-wishlist-page .tinv-wishlist table.tinvwl-table-manage-list {
        margin-bottom: 0px;
        width: 100%;
    }

    .wraper_blog_main.default-page {
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .woocommerce-checkout .wraper_blog_main.default-page {
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .wraper_blog_main div.comments-area {
        padding: 0 0 35px 0;
    }

    .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%;
    }
}

@media screen and (max-width:767px) {
    .comments-area ol.comment-list li ol {
        padding-left: 20px;
    }

    .comments-area ol.comment-list li .comment-content {
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 30px;
        overflow: hidden;
        width: 100%;
    }

    .wraper_blog_main.style-default .blog_main .entry-blog-content .entry-extra-item .date {
        padding-left: 0;
    }


}

@media screen and (min-width:480px) and (max-width:767px) {

    .woocommerce table.shop_table_responsive tr td,
    .woocommerce-page table.shop_table_responsive tr td {
        text-align: left !important;
    }

    .wraper_shop_single .container {
        padding-top: 50px;
        padding-bottom: 0px;
    }

    .wraper_shop_single.style-five .container {
        padding-bottom: 0px !important;
    }

    .shop_related {
        padding-left: 0px;
        padding-right: 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: block;
        border-top: 1px solid rgba(0, 0, 0, .1);
    }

    .woocommerce table.shop_table_responsive tr,
    .woocommerce-page table.shop_table_responsive tr {
        display: flex;
    }

    .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 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: 0px;
        padding-bottom: 50px;
    }

    .wraper_blog_main.style-default .blog_main .entry-blog-content .entry-extra-item {
        display: inline-flex;
        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,
    .post-navigation .nav-links .nav-previous {
        width: 40%;
    }

    .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;
    }

    .wraper_blog_main.style-three.morden-box-layout .post.style-three:last-child {
        margin-bottom: 22px;
    }

    .widget-area > #search-2 {
        margin-top: 10px;
    }

    .widget-area section.widget.widget_search {
        margin-top: 40px;
    }

    .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: -776px !important;
    }

    #welcome-user .modal-body {
        padding: 50px 50px;
    }

    .shop_table.cart tbody tr td.product-details .product-name {
        flex: 0 0 80%;
        max-width: 80%;
    }

    .shop_table.cart .product-subtotal {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .woocommerce-cart .woocommerce table.shop_table {
        margin: 0 -1px 30px 0;
    }
}

@media screen and (min-width:536px) and (max-width:620px) {
    .comments-area ol.comment-list li .comment-body .comment-meta .comment-metadata {
        font-size: 14px;
        color: #676666;
        line-height: 24px;
        display: block;
    }
}

/* SMART PHONE LANDSCAPE PART */

@media screen and (min-width: 480px) and (max-width: 650px) {
.comments-area ol.comment-list li .reply {
position: initial;
margin-bottom: 20px;
}
}

@media screen and (min-width:321px) and (max-width:479px) {
    .wraper_blog_main.style-default .blog_main .entry-blog-content .entry-extra-item .comments-no {
        padding-left: 0;
    }

    .wraper_shop_single .container {
        padding-top: 50px;
        padding-bottom: 0px;
    }

    .wraper_shop_single.style-five .container {
        padding-bottom: 10px;
    }

    .comments-area ol.comment-list li .reply {
        position: initial;
    }

    .comments-area ol.comment-list li .comment-body {
        padding: 0 0 35px 85px;
    }

    .shop_related {
        padding-left: 0px;
        padding-right: 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: 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: 65x;
        max-width: 65px;
    }

    .shop_table.cart tbody tr td .product-remove {
        margin-right: 0px;
        position: absolute;
        top: 28px;
        right: 0;
    }

    .shop_table.cart .product-subtotal {
        bottom: 29px;
        padding-right: 0;
        right: 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 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;
    }

    .woocommerce table.shop_table_responsive tr,
    .woocommerce-page table.shop_table_responsive tr {
        display: flex;
    }

    .radiantthemes-cart .cart-collaterals tr.order-total td {
        flex-grow: 1;
    }

    .woocommerce table.shop_table tbody:first-child tr:first-child th,
    .radiantthemes-cart .cart-collaterals .cart_totals tr th {
        margin: 0;
        width: 100%;
    }

    .radiantthemes-cart .wc-proceed-to-checkout {
        padding: 0 15px;
    }

    .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%;
        margin-top: 25px;
    }

    .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;
    }

    .blog_main .style-default.sticky .entry-blog-content {
        padding: 0px 0px 30px 0px;
    }

    .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: 10px;
    }

    .widget-area section.widget.widget_search {
        margin-top: 40px;
    }

    .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: -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;
    }
}

@media screen and (max-width:350px) {
    .woocommerce-checkout-review-order {
        width: 100%;
        margin-top: 25px;
    }

    .woocommerce table.shop_table_responsive tr,
    .woocommerce-page table.shop_table_responsive tr {
        display: flex;
        flex-direction: column;
    }

    .shop_table.cart tbody tr td.product-details .product-name a {
        color: #272727;
        width: 80%;
        float: left;
    }
}

/* SMART PHONE PROTRAIT PART */

@media screen and (max-width:320px) {
    .comments-area ol.comment-list li .reply {
        position: initial;
    }

    .wraper_blog_main.style-default .blog_main .entry-blog-content .entry-extra-item .comments-no {
        padding-left: 0;
    }

    .blog .content-area .container {
        max-width: calc(100% - 10%);
    }

    .wraper_shop_single .container {
        padding-top: 50px;
        padding-bottom: 0px;
    }

    .wraper_shop_single.style-five .container {
        padding-bottom: 10px;
    }

    .radiantthemes-cart .woocommerce-cart-form {
        padding-right: 0px;
    }

    .comments-area ol.comment-list li .comment-body {
        padding: 0 0 35px 85px;
    }

    .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 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: 5px;
        position: absolute;
        top: 25px;
        right: 0;
    }

    .shop_table.cart .product-subtotal {
        position: absolute;
        bottom: 30px;
        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;
        margin-right: 10px;
    }

    .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: 10px;
    }

    .widget-area section.widget.widget_search {
        margin-top: 40px;
    }

    .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;
    }
}

@media only screen and (max-width: 280px) {
    .shop_table.cart .product-subtotal {
        position: relative;
        bottom: 0;
        padding-right: 0;
        text-align: left;
        padding-left: 15px;
        padding-top: 10px;
    }
}

/* ================================== */
/* END OF MEDIA QUERY CSS*/
/* ================================== */

/*--------------------------------------------------------------
# Custom Css End
--------------------------------------------------------------*/

@media only screen and (min-width: 1068px) {
    .rt-header.logo-center .header-menu-row {
        order: 1;
    }

    .rt-header.logo-right .rt-navbar-menu.menu-center {
        order: 2;
    }
}

@media only screen and (min-width: 736px) {
    .logo-holder .logoimg {
        max-height: 40px
    }
}

@media only screen and (max-width: 767px) {
    .landing-slider .swiper-slide {
        margin: 50px 0px 50px 0px;
    }

    .landing-slider .elementor-swiper-button {
        position: absolute;
        top: 15px;
        right: 30px;
    }

    .landing-slider .elementor-swiper-button.elementor-swiper-button-prev {
        right: auto;
        left: 42%;
    }

    .landing-slider .elementor-swiper-button.elementor-swiper-button-next {
        right: auto;
        left: 42%;
    }

    .rt-header.mobile-header-style1.fixed .mobile-logo-column,
    .rt-header.mobile-header-style5.fixed .mobile-logo-column {
        box-shadow: none;
        padding: 15px 4%;
    }

    .rt-header.mobile-header-style1 .rt-header-holder,
    .rt-header.mobile-header-style5 .rt-header-holder {
        padding-left: 4%;
        padding-right: 4%;
    }

    .rt-header.mobile-header-style2.fixed,
    .rt-header.mobile-header-style3.fixed,
    .rt-header.mobile-header-style4.fixed {
        padding: 15px 4%;
    }

    .wraper_header_main .header_main,
    .wraper_header_main.fixed .header_main {
        padding: 15px 4% !important;
    }

    .rt-header.mobile-header-style1 .header_main,
    .rt-header.mobile-header-style1.fixed .header_main {
        padding: 15px 4% !important;
    }

    .elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
        max-width: 100% !important;
    }
}

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

    .rt-header.mobile-header-style1.fixed .mobile-logo-column,
    .rt-header.mobile-header-style2.fixed .mobile-logo-column,
    .rt-header.mobile-header-style3.fixed .mobile-logo-column,
    .rt-header.mobile-header-style5.fixed .mobile-logo-column,
    .rt-header.mobile-header-style4.fixed {
        box-shadow: none;
        padding: 15px 2%;
    }

    .rt-header.mobile-header-style1 .rt-header-holder {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }

    .wraper_header_main .header_main,
    .wraper_header_main.fixed .header_main {
        padding: 15px 4% !important;
    }

    .rt-header.mobile-header-style1 .header_main,
    .rt-header.mobile-header-style1.fixed .header_main {
        padding: 15px 2% !important;
    }
}

@media only screen and (max-width: 1067px) {
    .rt-header.mobile-header-style1 .mobile-logo-column {
        text-align: center;
        box-shadow: 0px 1px 0px 0px rgb(0 0 0 / 6%);
        padding-bottom: 0px;
    }

    .rt-header.mobile-header-style1 .mobile-logo-column .logo-holder,
    .rt-header.mobile-header-style1 .mobile-logo-column .fixed-logo-holder,
    .rt-header.mobile-header-style5 .mobile-logo-column .logo-holder {
        margin: 0;
    }

    .logo-holder .logo {
        max-width: 110px;
        margin: 0 auto;
    }

    .rt-search-cart-holder .rt-search-box2 {
        float: right;
        padding: 8px 0 0 0;
        position: absolute;
        right: 44px;
    }

    .rt-search-cart-holder .rt-wishlist-box {
        float: left;
        position: relative;
        display: inline-block;
    }

    .rt-search-cart-holder .rt-user-box {
        float: left;
    }

    .rt-search-cart-holder .rt-cart-box {
        float: right;
    }

    .rt-header.mobile-header-style1 .header-menu-row > .row > .columns {
        display: flex
    }
}

@media only screen and (min-width: 1068px) {
    .rt-header.style1 .header-menu-row {
        display: block;
        text-align: right;
        flex: 1;
        margin-left: 0px;
    }

    .rt-search-box2.cat-search-box {
        display: block;
        text-align: right;
        flex: 1;
        flex-shrink: 1;
    }

    .rt-header.style1 .header-logo-row {
        padding: 30px 0 10px
    }

    .rt-header.fixed .header-menu-row {
        display: block;
        flex: 1;
    }
}

@media only screen and (min-width: 1025px) {
    .rt-header .header_cat_name {
        display: none;
    }
}

@media only screen and (max-width: 1067px) and (min-width: 1025px) {

    .rt-search-box2.cat-search-box {
        display: block;
        text-align: right;
        flex: 1;
        flex-shrink: 1;
    }

    .rt-header.mobile-header-style1.fixed .mobile-logo-column {
        padding: 0;
    }

    .rt-header.style1.mobile-header-style1 .rt-menu-holder {
        flex-shrink: 1;
        flex: 2;
        text-align: left;
    }

}

@media only screen and (max-width: 1024px) {
    .rt-header .ph {
        display: none;
    }

    .rt-header.mobile-header-style1 .mobile-logo-column {
        text-align: center;
        box-shadow: 0px 1px 0px 0px rgb(0 0 0 / 6%);
        padding-bottom: 10px;
    }

    .rt-header.mobile-header-style1 .mobile-logo-column .logo-holder,
    .rt-header.mobile-header-style1 .mobile-logo-column .fixed-logo-holder,
    .rt-header.mobile-header-style5 .mobile-logo-column .logo-holder,
    .rt-header.mobile-header-style2.fixed .logo-holder,
    .rt-header.mobile-header-style3.fixed .logo-holder,
    .rt-header.mobile-header-style4.fixed .logo-holder {
        margin: 0;
        flex: 1;
        justify-content: center;
        display: inline-flex;
        align-items: center;
        text-align: center;
    }

    .rt-header .logo-holder .logo-default img {
        width: 70%;
    }

    .rt-header.style1.mobile-header-style1 .rt-menu-holder {
        display: none;
    }

    .rt-header .logo-holder.cat-logo-holder .logo {
        display: none;
    }

    .rt-header .header_cat_name {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #272727;
        flex-direction: row;
    }

    .rt-header .header_cat_name a {
        background: none;
        background-color: transparent;
        background-image: none;
        box-shadow: none !important;
        padding: 0;
        display: flex;
        margin-left: -10px;
        font-size: 16px;
        align-items: center;
        cursor: pointer;
        padding: 0 8px 0 0;
    }

    .rt-header .header_cat_name a[type=button] {
        background: none !important;
        background-color: transparent !important;
        background-image: none !important;
        box-shadow: none !important;
    }

    .rt-header .header_cat_name a svg {
        width: 30px;
        height: 100%;
    }

    .rt-header .header_cat_name .rt-cat-name-items {
        display: flex;
        flex-direction: column;
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
        letter-spacing: 0.3px;
    }

    .rt-header .header_cat_name .rt-cat-name-items span {
        font-size: 12px;
        line-height: 14px;
        text-align: left;
        color: #676766;
        font-weight: 400;
    }

    .wraper_header_main .header_main .brand-logo {
        margin: 0;
        flex: 1;
        justify-content: center;
        display: inline-flex;
        align-items: center;
        text-align: center;
        margin-right: 30px;
    }

    .rt-header.mobile-header-style1 .header_main .brand-logo {
        margin: 0;
        flex: 1;
        justify-content: center;
        display: inline-flex;
        align-items: center;
        text-align: center !important;
        margin-right: 0;
        padding: 0;
    }

    .rt-header.mobile-header-style1 .header_main #rt-mainMenu {
        display: none;
    }

    .wraper_header_main .header_main #rt-mainMenu {
        display: none;
    }

    #mobile-menu p.site-title {
        margin: 0;
        font-size: 24px;
    }
}

@media (min-width: 1025px) {
    .rt-header.style2.mobile-header-style1 .rt-navbar-menu .apr-nav-menu--main > .mega-menu > li:not(.megamenu) .sub-menu .sub-menu {
        top: -9px;
        left: : calc(100% + 30px);
        right: auto;
    }

    .rt-header.style2.mobile-header-style1 .rt-navbar-menu.menu-right .apr-nav-menu--main > .mega-menu > li:not(.megamenu) .sub-menu .sub-menu,
    .rt-header.style3.mobile-header-style1 .rt-navbar-menu.menu-right .apr-nav-menu--main > .mega-menu > li:not(.megamenu) .sub-menu .sub-menu {
        top: -9px;
        right: calc(100% + 30px);
        left: auto;
    }
}

@media only screen and (min-width: 1068px) {
    .rt-header.style6 .rt-search-box2.cat-search-box {
        display: block;
        text-align: right;
        flex: 1;
        flex-shrink: 1;
        margin-right: 15%;
        margin-left: 15%;
    }

    .rt-header.fixed .fixed-logo-holder .logo-holder {
        margin-left: 20px
    }

    .rt-header.fixed .fixed-logo-holder .rt-mobile-toggle-holder {
        display: flex
    }
}

@media only screen and (max-width: 1024px) {
    .rt-header.logo-center.style5 .logo-holder {
        display: inline-flex;
    }
}

@media only screen and (min-width: 736px) {

    #mobile-menu,
    #desktop-menu {
        width: 400px
    }

}

@media only screen and (min-width: 1024px) {
    .rt-product-search {
        display: none !important;
    }

    #mobile-menu,
    #desktop-menu {
        width: 400px;
        overflow-x: hidden;
    }

    #mobile-menu::-webkit-scrollbar {
        display: none;
    }

    #mobile-menu .mobile-menu-top .rt-search-cart-holder {
        display: none;
    }

    #mobile-menu .rt-mobile-menu > li > a {
        font-size: 16px;
        line-height: 28px;
    }

    #mobile-menu .mobile-side-panel-inner {
        padding-top: 50px !important;
    }

    #mobile-menu .rt-mobile-menu > li > a {
        padding: 15px 0;
    }

    #mobile-menu .menu-item-mega-parent li.mega-menu-content .elementor-container {
        display: flex;
        flex-direction: column;
        width: 100%;
        position: relative;
    }

    #mobile-menu .menu-item-mega-parent li.mega-menu-content .elementor-container .elementor-inner-column {
        margin: 0px;
    }

    #mobile-menu .menu-item-mega-parent li.mega-menu-content section {
        border: none;
        padding: 0px;
    }
}

@media only screen and (max-width: 1024px) {
    .desktop-menu-icon {
        display: none;
    }
}

#mobile-menu .mobile-side-panel-inner,
#desktop-menu .mobile-side-panel-inner {
    padding: 15px 15px 15px;
    flex: 1;
    margin: 0px;
}

@media only screen and (min-width: 736px) {

    #mobile-menu .mobile-side-panel-inner,
    #desktop-menu .mobile-side-panel-inner {
        padding: 0 30px 30px
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }

    .rt-mobile-menu .sub-menu a {
        display: inline-flex;
        align-items: center;
        text-transform: none;
        font-size: 14px;
    }

    .mega-menu-section {
        display: initial;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }

    .rt-mobile-menu .sub-menu a {
        display: inline-flex;
    }

    .mega-menu-section {
        display: initial;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .search-area-grid {
        margin: 0;
    }

    #search-box2 {
        padding: 0;
        margin: 0;
    }

    #search-box2 input[type="text"] {
        width: auto;
        padding: 0;
    }

    .rt-search-box2 {
        float: right;
        position: absolute;
        top: 16px;
        right: 30px;
        display: none;
    }

    .rt-mainMenu-open #header .default-search .search-btn2 {
        display: none;
    }

    .rt-mainMenu-open #header .default-search .search-btn2 {
        display: block;
        color: #272727;
    }
}

@media only screen and (max-width: 767px) {
    .search-area-grid {
        margin: 0;
    }

    #search-box2 {
        padding: 0;
        margin: 0;
    }

    #search-box2 input[type="text"] {
        width: auto;
        padding: 0;
    }

    .rt-search-box2 {
        float: right;
        position: absolute;
        top: 16px;
        right: 30px;
    }

    .rt-mainMenu-open #header .default-search .search-btn2 {
        display: none;
    }

    .rt-mainMenu-open #header .default-search .search-btn2 {
        display: block;
        color: #272727;
    }

    .rt-mainMenu-open #header .rt-cart-box .ti-shopping-cart {
        display: block;
        color: #272727;
    }
}

@media (max-width: 767px) {
    .header-default {
        padding: 0 5px
    }
}

@media (min-width: 1025px) {
    .elementor-widget-apr-header-group .elementor-widget-container {
        display: inline-block
    }

    .language-icon-open body > .language-content {
        min-width: 325px
    }

    .menu-title {
        text-transform: uppercase;
        margin-bottom: 17px
    }

    .show-space-line .style-menu .apr-nav-menu--main .mega-menu > li > a:before {
        content: none
    }

    .sub-cart .woocommerce a.button.checkout:before {
        background-color: #fff !important
    }

    .apr-nav-menu--layout-dropdown {
        border: 1px solid #ebeeee
    }
}

@media (max-width: 1024px) {
    .header-default .header-group > div {
        margin: 0 7.5px
    }

    .apr-nav-menu--main > .mega-menu .sub-menu li .sub-menu .li a {
        font-size: 14px
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .header-default .header-group > div {
        margin: 0 3px
    }

    .header-default .header-group > div:first-child {
        margin-left: 0
    }

    .header-default .header-group > div:last-child {
        margin-right: 0
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .megamenu.mega_column_4 > ul.sub-menu {
        width: 932px
    }

    .megamenu.mega_column_5 > ul.sub-menu {
        width: 932px
    }
}

@media (max-width: 1024px) {
    .menu-toggle .apr-nav-menu--layout-horizontal .mega-menu {
        display: none
    }
}

@media (min-width: 1025px) {
    .megamenu:not(.menu_fullw) .megamenu_sub {
        border: 1px solid #ebeeee
    }
}

@media (min-width: 1660px) {

    .header-sticky .container-fluid,
    .site-header .container-fluid {
        padding: 0 100px
    }
}

@media (max-width: 1530px) {
    .site-description {
        display: none
    }
}

@media (max-width: 1315px) and (min-width: 1025px) {
    .header-default .mega-menu > li > a {
        font-size: 14px !important
    }

    .header-default .navigation-top {
        width: 80%
    }
}

@media (max-width: 1100px) and (min-width: 1025px) {
    .site-branding-text .site-title {
        font-size: 22px
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }

    .site:not(.boxed) .container-fluid.boxed {
        padding: 0 100px
    }

    .megamenu_sub {
        width: 1170px
    }

    #page.boxed .container,
    #page.boxed .elementor-inner .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 100%
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .header-sticky.default .mega-menu > li > a {
        padding-left: 11px !important;
        padding-right: 11px !important
    }

    .header-default .mega-menu > li > a {
        padding-left: 10px !important;
        padding-right: 10px !important
    }
}

@media (max-width: 1199px) {
    .megamenu_sub .elementor-container {
        max-width: 100% !important
    }
}

@media (min-width: 1025px) {

    .apr-nav-menu--layout-dropdown .megamenu_sub,
    .apr-nav-menu--layout-dropdown .sub-menu {
        margin-top: -120px
    }

    .mega-menu .woo-list-category ul.children-cate li {
        width: 100%;
        display: inline-block
    }

    .mega-menu .woo-list-category ul.children-cate li a {
        display: inline-block
    }

    .mega-menu .woo-list-category ul.children-cate li a:before {
        content: "";
        width: 0;
        height: 1px;
        background: #2c2c2c;
        position: absolute;
        bottom: 0 !important;
        left: auto;
        right: 0;
        opacity: 0;
        -webkit-transition: all .2s linear;
        transition: all .2s linear
    }

    .mega-menu .woo-list-category ul.children-cate li a:hover:before {
        width: 100%;
        left: 0;
        right: auto;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .bgr-white .elementor-column-wrap {
        background-color: #fff !important
    }

    .apr-nav-menu--main > .mega-menu .sub-menu li a {
        display: inline-block
    }

    .apr-nav-menu--main > .mega-menu .sub-menu li .caret-submenu {
        display: block;
        position: absolute;
        right: 0;
        bottom: 18px;
        font-size: 8px;
        margin-left: 8px;
        pointer-events: none
    }

    .apr-nav-menu--main > .mega-menu .sub-menu li .caret-submenu .theme-icon-download:before {
        content: "\e904"
    }

    .apr-nav-menu--main > .mega-menu .sub-menu li:hover .caret-submenu {
        color: #2c2c2c
    }

    .sub-menu .menu-item-has-children .sub-arrow {
        display: none
    }

    .show-border-icon .header-account > a.icon-login {
        display: inline-block
    }

    .header-builder.home-fashion-children .header-group {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .header-builder.home-fashion-children .header-group .header-address {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .header-builder.home-fashion-children .header-group .header-account {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .header-builder.home-fashion-children .header-group .header-cart {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .sub-cart {
        min-width: 456px
    }

    .elementor-widget-container .apr-nav-menu--main > .mega-menu > li > a {
        color: #2c2c2c
    }

    .megamenu_sub .elementor-widget-container .apr-nav-menu--main > .mega-menu > li:last-of-type > a {
        border-bottom: 0 !important;
        margin-bottom: 0 !important
    }

    .apr-nav-menu--layout-horizontal .mega-menu > li > a .sub-arrow i:before,
    .navigation-top .apr-nav-menu--main .mega-menu > li > a .sub-arrow i:before {
        content: "\e900"
    }

    .customize-header2.openmenu .overlay-menu {
        visibility: hidden
    }

    .customize-header2 .enable-sticky .apr-nav-menu--layout-dropdown,
    .customize-header2.has-scroll .apr-nav-menu--layout-dropdown {
        margin-top: 0 !important
    }

    .has-scroll .header-scroll.apr-nav-menu--layout-dropdown {
        top: auto !important;
        bottom: 0;
        min-height: 100vh;
        height: auto !important
    }

    .apr-nav-menu--layout-dropdown .mega-menu > li > a {
        font-size: 16px;
        padding-bottom: 13px;
        margin-bottom: 14px
    }

    .apr-nav-menu--dropdown-tablet .apr-nav-menu--dropdown:not(.sub-menu) {
        display: none
    }

    .elementor-widget-apr-header-group.header-group-toggle-mobile-destop .menu-icon {
        display: block !important
    }

    .hidden-desktop {
        display: none !important
    }

    .caret-submenu {
        margin-left: 8px
    }

    .apr-nav-menu--layout-dropdown {
        width: 347px
    }

    .apr-nav-menu--layout-dropdown .caret-submenu {
        float: right
    }

    .apr-nav-menu--layout-dropdown .mega-menu .woo-list-category .caret-submenu {
        display: none
    }

    .show-border-icon .header-account > a,
    .show-border-icon .header-address > i,
    .show-border-icon .header-cart > a,
    .show-border-icon .header-language .lang-1,
    .show-border-icon .header-social ul li a,
    .show-border-icon .header-visit-home > a,
    .show-border-icon .header-wishlist > a,
    .show-border-icon .menu-icon,
    .show-border-icon .not-show-field .btn-search {
        height: 40px;
        width: 40px;
        text-align: center;
        float: none;
        line-height: 40px;
        display: block;
        border: 1px solid #ebeeee
    }

    .show-border-icon .apr-header-wishlist i {
        vertical-align: middle;
        margin-top: -4px
    }

    .show-border-icon .header-account > a i,
    .show-border-icon .header-cart > a i {
        float: none
    }

    .show-border-icon .header-social ul li a,
    .show-border-icon .not-show-field .btn-search {
        margin-top: 0
    }

    .show-border-icon .menu-icon {
        border-style: solid !important
    }

    .elementor-widget-apr-header-group .show-border-icon .menu-icon i,
    .elementor-widget-apr-header-group .show-border-icon .toggle-search i {
        display: inline-block
    }

    .header-language.header-language-text .languges-flags .lang-1 > i,
    .header-language.header-language-text-flag .languges-flags .lang-1 > i {
        display: none
    }

    .header-language.header-language-icon .languges-flags .lang-1 {
        display: inline-block
    }

    .header-language.header-language-icon .languges-flags .language-content {
        background: #fff;
        list-style-type: none;
        -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, .29);
        box-shadow: 0 0 9px 0 rgba(0, 0, 0, .29);
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        width: 245px;
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        z-index: 100;
        -webkit-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out
    }

    .header-language.header-language-icon .languges-flags .language-content .title-lang {
        display: block
    }

    .header-language.header-language-icon .content-filter.languges {
        padding: 15px 20px 0 20px
    }

    .openlanguage .header-language.header-language-icon .languges-flags .language-content {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }

    .openlanguage .overlay.overlay-menu {
        opacity: .3;
        visibility: visible;
        background: #000
    }

    .admin-bar .header-language.header-language-icon .languges-flags .language-content {
        top: 32px
    }

    .apr-nav-menu--dropdown-tablet .apr-nav-menu--dropdown:not(.sub-menu) {
        display: none
    }

    .apr-nav-menu--main > .mega-menu > li:not(.megamenu) > .sub-menu {
        -webkit-transform: rotate3d(1, 0, 0, -90deg);
        transform: rotate3d(1, 0, 0, -90deg);
        left: -20px;
    }

    .apr-nav-menu--main > .mega-menu > li:not(.megamenu) > .sub-menu > li:first-child:before {
        top: -9px
    }

    .apr-nav-menu--main > .mega-menu > li:not(.megamenu) .sub-menu {
        position: absolute;
        padding: 25px 0px 15px 0px;
        opacity: 0;
        z-index: 10;
        visibility: hidden;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        min-width: 250px;
        top: 100%;
        -webkit-transition: all .6s ease;
        transition: all .6s ease;
        text-align: left;
    }

    .apr-nav-menu--main > .mega-menu > li.menu-item-mega-parent .sub-menu {
        border: none;
        background: none;
        width: 600px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .apr-nav-menu--main > .mega-menu > li:not(.megamenu) .sub-menu .sub-menu {
        top: -9px;
        left: calc(100% + 0px)
    }

    .apr-nav-menu--main > .mega-menu > li:not(.megamenu) .sub-menu .menu-even.sub-menu {
        left: auto;
        right: calc(100% + 0px);
    }

    .apr-nav-menu--main > .mega-menu > li:not(.megamenu):hover > .sub-menu {
        -webkit-transform: none;
        transform: none
    }

    .apr-nav-menu--main > .mega-menu .sub-menu {
        background: #fff;
        border: 1px solid #ebeeee;
    }

    .apr-nav-menu--main > .mega-menu .sub-menu .sub-menu {
        -webkit-transform: rotate3d(1, 0, 0, -90deg);
        transform: rotate3d(1, 0, 0, -90deg)
    }

    .apr-nav-menu--main > .mega-menu .sub-menu li:hover .sub-menu {
        -webkit-transform: none;
        transform: none
    }

    .apr-nav-menu--main > .mega-menu li:hover > .sub-menu {
        opacity: 1;
        visibility: visible
    }

    .apr-nav-menu--layout-dropdown .apr-nav-menu > li > .sub-menu {
        -webkit-transform: rotate3d(1, 0, 0, -90deg) !important;
        transform: rotate3d(1, 0, 0, -90deg) !important;
        left: 100% !important;
        top: 0 !important
    }

    .apr-nav-menu--layout-dropdown .apr-nav-menu > li:hover > .sub-menu {
        -webkit-transform: none !important;
        transform: none !important
    }

    .header-default .apr-nav-menu--main > .mega-menu > li:not(.megamenu) .sub-menu .sub-menu {
        left: calc(100% + 30px)
    }

    .mega-menu > li > a {
        font-size: 16px;
        font-weight: 400
    }

    .mega-menu > li:not(.megamenu).left_side_menu .sub-menu {
        left: auto;
        right: 15px
    }

    .mega-menu > li:not(.megamenu).left_side_menu .sub-menu .sub-menu {
        left: auto;
        right: calc(100% + 30px)
    }

    .mega-menu li .product_list_widget .product-img {
        width: 60px;
        border: 1px solid #ebebeb
    }

    .mega-menu li .product_list_widget .product-img a {
        padding: 0;
        border: none !important
    }

    .mega-menu li .product_list_widget .product-img a:hover {
        background: 0 0
    }

    .mega-menu li .product_list_widget .product-img a img {
        width: 60px
    }

    .mega-menu li .product_list_widget .product-content {
        overflow: hidden
    }

    .mega-menu li .product_list_widget .product-content .product-title {
        font-size: 12px;
        padding: 0;
        text-transform: none;
        line-height: normal;
        border: none !important
    }

    .mega-menu li .product_list_widget .product-content .product-title:hover {
        background: 0 0
    }

    .mega-menu li .product_list_widget .product-content .price del span {
        font-size: 13px !important
    }

    .mega-menu li .product_list_widget .product-content .price .amount {
        font-size: 16px
    }

    .mega-menu li .product_list_widget .product-content span.woocommerce-Price-amount span {
        font-size: 16px
    }

    .header-default .menu-icon {
        display: none
    }

    .header-default .mega-menu > li > a {
        color: #fff;
        font-size: 16px;
        letter-spacing: .3px;
        text-transform: uppercase;
        padding: 28px 15px
    }

    .header-default .mega-menu > li:last-child {
        margin: 0
    }

    .header-default .mega-menu > li:last-child > a {
        padding-right: 0 !important
    }

    .header-default .mega-menu > li:first-child > a {
        padding-left: 0 !important
    }

    .header-default .mega-menu > li.current-menu-item > a,
    .header-default .mega-menu > li:hover > a {
        color: #2c2c2c
    }

    .megamenu_sub {
        background: 0 0;
        position: absolute;
        left: 50%;
        margin: 0 auto;
        top: 100%;
        -webkit-transform-origin: 0 0 0;
        transform-origin: 0 0 0;
        -webkit-transform: translateX(-50%) rotate3d(1, 0, 0, -90deg);
        transform: translateX(-50%) rotate3d(1, 0, 0, -90deg);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .6s ease 0s;
        transition: all .6s ease 0s
    }

    .megamenu.menu_fullw .megamenu_sub {
        left: 0;
        -webkit-transform: rotate3d(1, 0, 0, -90deg);
        transform: rotate3d(1, 0, 0, -90deg)
    }

    .mega-menu > li:hover .megamenu_sub {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 1;
        visibility: visible
    }

    .mega-menu > li.menu_fullw:hover .megamenu_sub {
        -webkit-transform: unset;
        transform: unset;
        opacity: 1;
        visibility: visible
    }

    .apr-nav-menu--layout-dropdown.apr-nav-menu--main > .mega-menu .caret-submenu {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        top: 0
    }

    .apr-nav-menu--layout-dropdown.apr-nav-menu--main > .mega-menu > li:not(.megamenu) .sub-menu {
        top: 0;
        display: block;
        left: calc(100% + 30px)
    }

    .apr-nav-menu--layout-dropdown.apr-nav-menu--main > .mega-menu > li:not(.megamenu) > .sub-menu,
    .apr-nav-menu--layout-dropdown.apr-nav-menu--main > .mega-menu > li > .megamenu_sub {
        left: calc(100% + 30px)
    }

    .apr-nav-menu--layout-dropdown.apr-nav-menu--main > .mega-menu li.menu-item-has-children > a::after {
        display: none
    }

    .apr-nav-menu--layout-dropdown .megamenu_sub {
        left: 100%;
        top: 0;
        -webkit-transform: rotate3d(1, 0, 0, -90deg);
        transform: rotate3d(1, 0, 0, -90deg)
    }

    .apr-nav-menu--layout-dropdown .mega-menu > li:hover .megamenu_sub {
        -webkit-transform: none;
        transform: none
    }

    .apr-nav-menu--layout-vertical .megamenu_sub {
        left: 100%;
        top: 0;
        -webkit-transform: rotate3d(1, 0, 0, -90deg);
        transform: rotate3d(1, 0, 0, -90deg)
    }

    .apr-nav-menu--layout-vertical .mega-menu > li:hover .megamenu_sub {
        -webkit-transform: none;
        transform: none
    }

    .apr-nav-menu--layout-vertical.apr-nav-menu--main > .mega-menu > li:not(.megamenu) > .sub-menu {
        left: 100%;
        top: 0;
        -webkit-transform: translateY(-30%);
        transform: translateY(-30%)
    }

    .header-fullheight {
        width: 300px;
        display: inline-block;
        position: fixed !important;
        top: 0;
        left: 0;
        z-index: 11
    }

    .header-fullheight > .elementor-container {
        height: 100%
    }

    .admin-bar .header-fullheight {
        top: 32px
    }

    .menu-icon {
        display: none;
    }
}

@media (min-width: 1025px) and (max-width: 1560px) {
    .apr-nav-menu--layout-dropdown .megamenu_sub {
        width: 1000px
    }

    .apr-nav-menu--layout-dropdown .megamenu_sub .megamenu-content > .elementor > .elementor-inner > .elementor-section-wrap > .elementor-element > .elementor-container > .elementor-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .apr-nav-menu--layout-dropdown .megamenu_sub .megamenu-content > .elementor > .elementor-inner > .elementor-section-wrap > .elementor-element > .elementor-container > .elementor-row > .elementor-element {
        width: 100% !important
    }
}

@media (max-width: 1199px) and (min-width: 1025px) {
    .chosen-single {
        padding: 13px 15px
    }

    .sale-header > p {
        font-size: 11px
    }

    .header-fixed .side-breadcrumb {
        padding-top: 150px
    }

    .megamenu_sub {
        width: 930px;
        padding-bottom: 25px
    }
}

@media (max-width: 1024px) {

    .apr-nav-menu--layout-horizontal,
    .apr-nav-menu--layout-horizontal .mega-menu {
        display: none;
    }

    .rt-header.style2.mobile-header-style1 .rt-navbar-menu {
        display: none;
    }

    .rt-header.style3.mobile-header-style1 .rt-navbar-menu {
        display: none;
    }

    .rt-header.style4.mobile-header-style1 .rt-navbar-menu,
    .rt-header.style4.mobile-header-style1 .rt-landing-button-holder .rt_landing_text_link1,
    .rt-header.style4.mobile-header-style1 .rt-landing-button-holder .rt_landing_text_link2 {
        display: none;
    }

    .rt-header.style2.mobile-header-style1 {
        position: inherit;
    }

    .rt-header.fixed .rt-navbar-menu,
    .rt-header.fixed .rt-navbar-menu .apr-nav-menu--layout-horizontal .mega-menu,
    .rt-header.style2.mobile-header-style1.fixed .rt-navbar-menu .rt-navbar-menu,
    .rt-header.style3.mobile-header-style1.fixed .rt-navbar-menu .rt-navbar-menu,
    .rt-header.mobile-header-style4.fixed .rt-landing-button-holder .rt_landing_text_link1,
    .rt-header.mobile-header-style4.fixed .rt-landing-button-holder .rt_landing_text_link2 {
        display: none !important;
    }

    .rt-header.style2.mobile-header-style1.fixed .rt-navbar-menu {
        position: inherit;
    }

    .rt-header.fixed {
        padding: 0;
    }

    ul.list-info-contact li .info-content {
        padding-left: 30px
    }

    header .apr-nav-menu--main .mega-menu > li > a {
        margin-left: 0;
        margin-right: 0
    }

    .remove-bg .elementor-column-wrap {
        background-color: transparent !important
    }

    .apr-nav-menu--main > .mega-menu .sub-menu li a {
        color: #707070
    }

    .apr-nav-menu--main .mega-menu li .sub-menu li:last-child {
        margin-bottom: 15px
    }

    .megamenu-content .apr-nav-menu--main .menu-title,
    .megamenu-content .apr-nav-menu--main > .mega-menu > li > a {
        border-color: #dbdbdb !important
    }

    .mega-menu-furniture {
        background: 0 0 !important
    }

    .apr-nav-menu--main > .mega-menu .sub-menu li a {
        border-color: #dbdbdb
    }

    .remove-boxshadown .elementor-element-populated {
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    .sub-cart a.button:hover {
        background-color: #2c2c2c
    }

    .style-menu .apr-nav-menu--layout-horizontal > .mega-menu {
        display: none
    }

    .megamenu-content .apr-nav-menu--main .mega-menu > li > a:not(:hover):not(:focus):not(.apr-item-active):not(.highlighted):before {
        opacity: 1
    }

    .megamenu-content .menu-title {
        position: relative;
        text-transform: none;
        padding: 0 0 13px;
        margin-bottom: 13px;
        margin-top: 8px;
        letter-spacing: 0;
        display: block;
        white-space: nowrap;
        color: #707070;
        margin-left: 20px;
        border-bottom: 1px solid #dbdbdb;
        line-height: 28px;
        font-family: Jost
    }

    .megamenu-content .style-menu .mega-menu {
        padding-left: 21px !important;
        margin-bottom: 4px
    }

    .megamenu-content .style-menu .mega-menu li a {
        padding: 0 0 3px;
        margin-bottom: 9px;
        letter-spacing: 0;
        position: relative;
        display: block;
        margin-left: 20px;
        border-bottom: 1px solid #dbdbdb;
        white-space: pre-line;
        color: #707070
    }

    .apr-nav-menu--layout-dropdown .mega-menu .caret-submenu {
        top: 0;
        right: -10px
    }

    .header-moblie-show {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header-moblie-show .header-visit-home {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .header-moblie-show .header-account {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .header-moblie-show .header-cart {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .header-moblie-show .header-wishlist {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .header-moblie-show .header-language {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .megamenu_sub {
        height: auto !important
    }

    .megamenu_sub .slimScrollRail {
        display: none !important
    }

    .apr-nav-menu--layout-dropdown {
        width: 80%;
        padding: 20px;
        top: 0px !important;
        background: #fff;
    }

    .apr-nav-menu--layout-dropdown .mega-menu > li.megamenu .megamenu_sub {
        -webkit-transform: none;
        transform: none;
        padding: 0;
        background: 0 0;
        width: 100% !important
    }

    .apr-nav-menu--layout-dropdown .mega-menu {
        padding: 30px 0;
        height: calc(100% - 20px);
        overflow-y: auto;
        overflow-x: hidden;
        background: #fff;
    }

    .apr-nav-menu--layout-dropdown .mega-menu li .sub-menu {
        padding-left: 21px
    }

    .apr-nav-menu--layout-dropdown .mega-menu .megamenu_sub .mega-menu {
        padding: 0
    }

    .openmenu .overlay-menu {
        opacity: 0;
        visibility: hidden
    }

    .header-group-toggle-mobile-tablet .menu-icon {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        cursor: pointer
    }

    .hiden-icon-search .btn-search.toggle-search {
        display: none
    }

    .not-show-field .btn-search {
        font-size: 16px
    }

    .header-sticky,
    .header-sticky.hidden-menu,
    .header-sticky.is-sticky {
        top: 0;
        background: #fff;
        -webkit-transform: none;
        transform: none;
        z-index: 99
    }

    .check-screen-mb .not-show-field.header-search .btn-search {
        font-size: 20px
    }

    .header-moblie-show {
        background: #fff;
        z-index: 99;
        position: fixed;
        bottom: 0;
        left: 0;
        height: 50px;
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .05);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, .05)
    }

    .header-moblie-show.header-group {
        width: 100%
    }

    .header-moblie-show.header-group > div {
        margin: 0;
        text-align: center;
        width: 20%;
        float: left
    }

    .header-moblie-show.header-group > div:first-child:nth-last-child(1) {
        width: 100%
    }

    .header-moblie-show.header-group > div:first-child:nth-last-child(2),
    .header-moblie-show.header-group > div:first-child:nth-last-child(2) ~ div {
        width: 50%
    }

    .header-moblie-show.header-group > div:first-child:nth-last-child(3),
    .header-moblie-show.header-group > div:first-child:nth-last-child(3) ~ div {
        width: 33.3333%
    }

    .header-moblie-show.header-group > div:first-child:nth-last-child(4),
    .header-moblie-show.header-group > div:first-child:nth-last-child(4) ~ div {
        width: 25%
    }

    .header-moblie-show.header-group > div:first-child:nth-last-child(6),
    .header-moblie-show.header-group > div:first-child:nth-last-child(6) ~ div {
        width: 16.666%
    }

    .header-moblie-show.header-group > div.hiden-icon-search {
        width: 0
    }

    .header-fixed .site-header:not(.is-sticky) > .elementor > .elementor-inner > .elementor-section-wrap > .elementor-element {
        background-color: transparent !important
    }
}

/****************************************************************************************************************************************/

.blog-content .comments-area .comment-respond {
margin-top: 0px;

}

body.page .comments-area {
    padding-top: 45px !important;
}

@media screen and (max-width: 1024px) {
    body.page .comments-area {
    padding-top: 15px !important;
    }
}