/*=============================================
=            CSS Index            =
=============================================


    -> Default styles
    -> Header
    -> Footer
    -> Sidebar
    -> Sidebar
    -> Social Link
    -> Backgrounds
    -> Buttons
    -> Scroll top
    -> Search overlay
    -> Slider
    -> Banner
    -> Feature icon
    -> Sectiuon title
    -> Newsletter
    -> Product
    -> Counter
    -> Progressbar
    -> Quickview
    -> Newsletter
    -> Breadcrumb
    -> Pagination
    -> Cart
    -> Checkout
    -> Checkout
    -> My account
    -> Login register
    -> FAQ
    -> Compare
    -> Contact
    -> About us
    -> Blog
    -> Shop


/*=====  End of CSS Index  ======*/
/*=============================================
=            Theme default CSS            =
=============================================*/
/*-- Google Font --*/
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans:300,400,500,600,700|Montserrat:400,600,700');
*,
*::after,
*::before
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

html,
body
{
    height: 100%;
}

body
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 18px;

    position: relative;

    visibility: visible;

    color: #333;
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-weight: 600;

    margin-top: 0; 

    color: #333;
}

h1
{
    font-size: 36px;
    line-height: 42px;
}

h2
{
    font-size: 30px;
    line-height: 36px;
}

h3
{
    font-size: 24px;
    line-height: 30px;
}

h4
{
    font-size: 18px;
    line-height: 24px;
}

h5
{
    font-size: 14px;
    line-height: 18px;
}

h6
{
    font-size: 12px;
    line-height: 14px;
}

p:last-child
{
    margin-bottom: 0;
}

a,
button
{
    line-height: inherit;

    display: inline-block;

    cursor: pointer; 
    text-decoration: none;

    color: inherit;
}

a,
button,
img,
input,
span
{
    -webkit-transition: all .1s ease 0s;
            transition: all .1s ease 0s;
}

*:focus
{
    outline: none !important;
}

a:focus
{
    text-decoration: none; 

    color: inherit;
    outline: none;
}

a:hover
{
    text-decoration: none;
}

button,
input[type='submit']
{
    cursor: pointer;
}

ul
{
    margin: 0;
    padding: 0; 

    list-style: outside none none;
}

/*-- Tab Content & Pane Fix --*/
.tab-content
{
    width: 100%;
}
.tab-content .tab-pane
{
    display: block;
    visibility: hidden;
    overflow: hidden;

    max-width: 100%;
    height: 0;

    opacity: 0;
}
.tab-content .tab-pane.active
{
    visibility: visible;
    overflow: visible; 

    height: auto;

    opacity: 1;
}

.border-bottom
{
    border-bottom: 1px solid #ededed;
}

select
{
    padding-right: 15px;

    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' version=\'1.1\' height=\'10px\' width=\'15px\'%3E%3Ctext x=\'0\' y=\'10\' fill=\'black\'%3E%E2%96%BE%3C/text%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: 95% 50%; 

    -webkit-appearance: none;
       -moz-appearance: none;
}

/*----------  Sharp border tippyjs theme  ----------*/
/* If `animateFill: true` (default) */
.tippy-tooltip.sharpborder-theme .tippy-backdrop
{
    font-weight: 400;

    color: #fff; 
    background-color: #CD0210;
}

/* If `animateFill: false` */
.tippy-tooltip.sharpborder-theme
{
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;

    padding: 8px 10px; 

    white-space: nowrap;

    color: #fff;
    background-color: #CD0210;
}

.tippy-popper[x-placement^='top'] .tippy-tooltip.sharpborder-theme .tippy-arrow
{
    border-top-color: #CD0210;
}



/*----------  Sharp border tippyjs theme BLU-RAY ----------*/

/* If `animateFill: true` (Bluray) */
.tippy-tooltip.sharpborderb-theme .tippy-backdrop
{
    font-weight: 400;

    color: #fff; 
    background-color: #007bff;
}

/* If `animateFill: false` */
.tippy-tooltip.sharpborderb-theme
{
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;

    padding: 8px 10px; 

    white-space: nowrap;

    color: #fff;
    background-color: #007bff;
}

.tippy-popper[x-placement^='top'] .tippy-tooltip.sharpborderb-theme .tippy-arrow
{
    border-top-color: #007bff;
}




/*----------  Sharp border tippyjs theme DVD ----------*/

/* If `animateFill: true` (DVD) */
.tippy-tooltip.sharpborderd-theme .tippy-backdrop
{
    font-weight: 400;

    color: #fff; 
    background-color: #343a40;
}

/* If `animateFill: false` */
.tippy-tooltip.sharpborderd-theme
{
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;

    padding: 8px 10px; 

    white-space: nowrap;

    color: #fff;
    background-color: #343a40;
}

.tippy-popper[x-placement^='top'] .tippy-tooltip.sharpborderd-theme .tippy-arrow
{
    border-top-color: #343a40;
}




/*=====  End of Theme default CSS  ======*/
/*=============================================
=            Header            =
=============================================*/
/*----------  header area  ----------*/
.header-area
{
    position: relative;
    z-index: 9;
	    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .08);
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .08);
    /* absolute header style */
}

.header-area.is-sticky
{
    position: fixed;
    top: 0;
    left: 0;

    width: 100%;

    -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
            animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
}
.header-area.is-sticky .navigation-top
{
    display: none;
}
.header-area.is-sticky .navigation-menu-area
{
    background: rgba(255, 255, 255, .7);
}
.header-area.is-sticky .navigation-menu-area:hover
{
    background-color: #fff;
}
.header-area--absolute
{
    position: absolute;
    z-index: 9; 
    top: 0;
    left: 0;

    width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .header-area--absolute
    {
        position: relative;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .header-area--absolute
    {
        position: relative;
    }
}
@media only screen and (max-width: 767px)
{
    .header-area--absolute
    {
        position: relative;
    }
}
.header-area--absolute.is-sticky--absolute
{
    position: fixed;
    top: 0;
    left: 0;

    width: 100%;

    -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
            animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;

    background-color: rgba(241, 241, 239, .7);
}
.header-area--absolute.is-sticky--absolute:hover
{
    background-color: #f1f1ef;
}
.header-area--absolute.is-sticky--absolute .navigation-top-topbar
{
    display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .header-area--absolute.is-sticky--absolute .navigation-top-search-area
    {
        margin-top: 0 !important;
    }
}
@media only screen and (max-width: 767px)
{
    .header-area--absolute.is-sticky--absolute .navigation-top-search-area
    {
        margin-top: 0 !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .header-area--absolute.is-sticky--absolute .logo
    {
        display: none;
    }
}
@media only screen and (max-width: 767px)
{
    .header-area--absolute.is-sticky--absolute .logo
    {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .header-area--absolute.is-sticky--absolute .search-icon
    {
        display: none !important;
    }
}
@media only screen and (max-width: 767px)
{
    .header-area--absolute.is-sticky--absolute .search-icon
    {
        display: none !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .header-area--absolute.is-sticky--absolute .header-cart-icon
    {
        display: none !important;
    }
}
@media only screen and (max-width: 767px)
{
    .header-area--absolute.is-sticky--absolute .header-cart-icon
    {
        display: none !important;
    }
}
.header-area--absolute.is-sticky--absolute .main-menu--separate nav > ul > li > a
{
    line-height: 70px;
}

/*----------  navigatopn top  ----------*/
.navigation-top
{
    background-color: #FFF;
}

/*----------  navigation top topbar  ----------*/
.navigation-top-topbar
{
    border-bottom: 1px solid rgba(255, 255, 255, .17);
}

/*----------  header top social links  ----------*/
@media only screen and (max-width: 767px)
{
    .header-top-social-links
    {
        padding-bottom: 10px; 

        border-bottom: 1px solid rgba(255, 255, 255, .17);
    }
}

/*----------  headertop dropdown container  ----------*/
.headertop-dropdown-container
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}
@media only screen and (max-width: 767px)
{
    .headertop-dropdown-container
    {
        padding-top: 10px;
    }
}
@media only screen and (max-width: 479px)
{
    .headertop-dropdown-container:first-child .extra-small-mobile-fix
    {
        left: 0;
    }
}
.headertop-dropdown-container .header-top-single-dropdown
{
    position: relative;
}
.headertop-dropdown-container .header-top-single-dropdown a
{
    font-size: 12px; 
    font-weight: 300;

    color: #333;
}
.headertop-dropdown-container .header-top-single-dropdown a:hover
{
    color: #ffdd20;
}
.headertop-dropdown-container .header-top-single-dropdown a i
{
    font-size: 12px;
    margin-left: 3px;
}
.headertop-dropdown-container .header-top-single-dropdown__dropdown-menu-items
{
    position: absolute;
    z-index: 5;
    top: 165%;
    right: -15%;
    left: auto;

    display: none; 

    min-width: 160px;
    padding: 0 20px;

    background-color: #fff;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
}
.headertop-dropdown-container .header-top-single-dropdown__dropdown-menu-items.deactive-dropdown-menu
{
    display: none;
}
.headertop-dropdown-container .header-top-single-dropdown__dropdown-menu-items.active-dropdown-menu
{
    display: block;
}
.headertop-dropdown-container .header-top-single-dropdown__dropdown-menu-items ul li
{
    border-bottom: 1px solid #eee;
}
.headertop-dropdown-container .header-top-single-dropdown__dropdown-menu-items ul li:last-child
{
    border-bottom: 0;
}
.headertop-dropdown-container .header-top-single-dropdown__dropdown-menu-items ul li a
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 2.2;

    display: block; 

    padding: 10px 0;

    color: #666;
}
.headertop-dropdown-container .header-top-single-dropdown__dropdown-menu-items ul li a:hover
{
    color: #CD0210;
}
.headertop-dropdown-container span.separator
{
    margin: 0 15px;

    color: #fff;
}

/*----------  navigation top search  ----------*/
/*----------  search bar  ----------*/
.search-bar
{
    position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .search-bar
    {
        width: 95%; 

        -webkit-transform: translateX(30px);
            -ms-transform: translateX(30px);
                transform: translateX(30px);
    }
}
.search-bar form input
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 14px;
    font-weight: 300;

    width: 100%;
    height: 46px;
    padding: 0 65px 0 20px;

    color: #fff;
    border: 0;
    border-radius: 5px; 
    background: rgba(255, 255, 255, .2);
}
.search-bar form button
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 48px; 

    position: absolute;
    top: 0;
    right: 0;

    width: 60px;
    margin: 0;
    padding: 0;

    color: #fff;
    border: 0;
    background: transparent;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}
.search-bar form button:hover
{
    color: #ffdd20;
}
.search-bar form ::-webkit-input-placeholder
{
    opacity: 1;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    /* Firefox */
}
.search-bar form ::-moz-placeholder
{
    opacity: 1;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    /* Firefox */
}
.search-bar form :-ms-input-placeholder
{
    opacity: 1;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    /* Firefox */
}
.search-bar form ::-ms-input-placeholder
{
    opacity: 1;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    /* Firefox */
}
.search-bar form ::placeholder
{
    opacity: 1;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    /* Firefox */
}
.search-bar form :-ms-input-placeholder
{
    /* Internet Explorer 10-11 */
    color: #fff;
}
.search-bar form ::-ms-input-placeholder
{
    /* Microsoft Edge */
    color: #fff;
}

/*----------  customer support text  ----------*/
.customer-support-text
{
    position: relative;

    -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
            transform: translateX(50px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .customer-support-text
    {
        -webkit-transform: translateX(70px);
            -ms-transform: translateX(70px);
                transform: translateX(70px);
    }
}
@media only screen and (max-width: 767px)
{
    .customer-support-text
    {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }
}
@media only screen and (max-width: 575px)
{
    .customer-support-text
    {
        display: inline-block;
    }
}
.customer-support-text .icon
{
    position: absolute;
    top: 5px; 
    left: 0;
}
.customer-support-text .text
{
    padding-left: 52px;
}
@media only screen and (max-width: 575px)
{
    .customer-support-text .text
    {
        text-align: left;
    }
}
.customer-support-text .text span
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px; 

    color: #fff;
}
.customer-support-text .text p
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px; 

    margin: 0;

    color: #ffdd20;
}

/*----------  small cart  ----------*/
.header-cart-icon
{
    position: relative;
	
}
.header-cart-icon .small-cart-trigger
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 27px;
    font-weight: 400;
    line-height: 42px;
    position: relative;


    display: inline-block;

    padding-right: 27px;
    padding-left: 8px;

    color: #fff;
    border: 1px solid rgba(255, 255, 255, .17);
    border-radius: 5px;
}
.header-cart-icon .small-cart-trigger .cart-counter
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 16px;

    position: absolute;
    top: 50%;
    left: 38px;

    width: 16px;
    height: 16px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center; 

    color: #333;
    border-radius: 100%;
    background: #fff;
}
.header-cart-icon .small-cart-trigger:hover,
.header-cart-icon .small-cart-trigger.active
{
    color: #333;
    border-color: #fff; 
    background: #fff;
}
.header-cart-icon .small-cart-trigger:hover .cart-counter,
.header-cart-icon .small-cart-trigger.active .cart-counter
{
    color: #fff; 
    background: #CD0210;
}

.small-cart
{
    position: absolute;
    z-index: 9; 
    right: 0;
    left: auto;

    display: none;

    width: 380px;
    margin-top: 26px;

    background-color: #fff;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
}
@media only screen and (max-width: 479px)
{
    .small-cart
    {
        max-width: 300px;
    }
}

.small-cart-item-wrapper
{
    padding: 30px;

    border-bottom: 1px solid #ebebeb;
}
.small-cart-item-wrapper .single-item
{
    position: relative; 

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-bottom: 30px;
    padding-bottom: 30px;

    border-bottom: 1px solid #ebebeb;
}
.small-cart-item-wrapper .single-item:last-child
{
    margin-bottom: 0;
    padding-bottom: 0;

    border-bottom: 0;
}
.small-cart-item-wrapper .single-item .image
{
    -webkit-flex-basis: 80px;
    -ms-flex-preferred-size: 80px;
            flex-basis: 80px;
}
.small-cart-item-wrapper .single-item .remove-icon
{
    position: absolute;
    top: 0;
    right: 0;
}
.small-cart-item-wrapper .single-item .remove-icon i
{
    font-size: 12px;
}
.small-cart-item-wrapper .single-item .remove-icon:hover
{
    color: #CD0210;
}
.small-cart-item-wrapper .single-item .content
{
    padding-left: 10px;

    text-align: left; 

    -webkit-flex-basis: calc(100% - 80px);
    -ms-flex-preferred-size: calc(100% - 80px);
            flex-basis: calc(100% - 80px);
}
.small-cart-item-wrapper .single-item .content p
{
    margin-bottom: 0;
}
.small-cart-item-wrapper .single-item .content p.cart-name a
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;

    margin-bottom: 8px; 

    color: #333;
}
.small-cart-item-wrapper .single-item .content p.cart-name a:hover
{
    color: #CD0210;
}
.small-cart-item-wrapper .single-item .content p.cart-quantity
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px; 

    color: #CD0210;
}
.small-cart-item-wrapper .single-item .content p.cart-quantity .quantity-mes
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px; 

    color: #333;
}

.cart-calculation-table
{
    padding: 30px;
}
.cart-calculation-table table tbody tr:last-child td:last-child
{
    font-size: 22px; 

    color: #CD0210;
}
.cart-calculation-table table tbody tr td
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px; 

    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;

    color: #333;
    border-top: 0;
}

.cart-buttons a
{
    display: block;

    margin-bottom: 10px;
}
.cart-buttons a:last-child
{
    margin-bottom: 0;
}

/*----------  active and deactive dropdown  ----------*/
.deactive-dropdown-menu
{
    display: none;
}

.active-dropdown-menu
{
    display: block;
}

/*----------  navigation menu  ----------*/
.navigation-menu-area
{
    background-color: #fff; 
	margin-top: -10px;

}

.main-menu
{
    /* separate menu style */
}
.main-menu nav > ul > li
{
    position: relative;

    display: inline-block;

    margin-right: 40px;
}
.main-menu nav > ul > li:last-child
{
    margin-right: 0;
}
.main-menu nav > ul > li.active > a,
.main-menu nav > ul > li:hover > a
{
    position: relative; 

    color: #CD0210;
}
.main-menu nav > ul > li.menu-item-has-children > a::after
{
    font-family: Ionicons;
    font-size: 12px;
    font-weight: 300; 
    float: right;
    margin-left: 6px;

    content: '\f3d0';
    -webkit-transition: .3s;
            transition: .3s;
}

.main-menu nav > ul > li > a
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
	font-size: 13px;
    font-weight: 600;
    line-height: 45px;
	text-transform: uppercase;
    display: block;
    color: #333;
}
.main-menu nav > ul > li:hover > .sub-menu,
.main-menu nav > ul > li:hover > .mega-menu
{
    z-index: 999; 

    visibility: visible;

    margin-top: 0;

    opacity: 1;
}
.main-menu--separate nav > ul
{
    text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .main-menu--separate nav > ul
    {
        text-align: left;
    }
}
.main-menu--separate nav > ul > li > a
{
    line-height: 100px;
}
.main-menu--separate .sub-menu
{
    text-align: left;
}
.main-menu--separate .mega-menu
{
    text-align: left;
}
.main-menu--separate .mega-menu.four-column
{
    left: -300px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px)
{
    .main-menu--separate .mega-menu.four-column
    {
        left: -300px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .main-menu--separate .mega-menu.four-column
    {
        left: -450px;
    }
}

/*----------  submenu  ----------*/
.sub-menu
{
    position: absolute;
    top: 100%;
    left: -20px;

    visibility: hidden;

    width: 230px;
    padding: 15px 0; 

    opacity: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
}
.sub-menu li
{
    position: relative;
}
.sub-menu li a
{
    font-size: 13px;
    font-weight: 600;

    display: block;

    padding: 10px 15px; 

    text-transform: uppercase;

    color: #333;
}
.sub-menu li a:hover
{
    color: #CD0210;
}
.sub-menu li.menu-item-has-children > a::after
{
    font-family: Ionicons;
    font-size: 12px; 
    font-weight: 300;

    float: right;

    margin-left: 5px;

    content: '\f3d1';
}
.sub-menu li:hover > .sub-menu
{
    z-index: 999; 

    visibility: visible;

    margin-top: 0;

    opacity: 1;
}
.sub-menu .sub-menu
{
    position: absolute;
    top: 0;
    right: auto;
    left: 100%;

    visibility: hidden;

    opacity: 0;
}
.sub-menu .sub-menu li a
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 14px;
    font-weight: 300;

    padding: 7px 15px; 

    text-transform: capitalize;

    color: #666;
}
.sub-menu .sub-menu li a:hover
{
    color: #CD0210;
}
.sub-menu .sub-menu .sub-menu
{
    right: 100%; 
    left: auto;
}
.sub-menu .sub-menu .sub-menu .sub-menu
{
    right: auto; 
    left: 100%;
}
.sub-menu .sub-menu .sub-menu .sub-menu
{
    right: 100%; 
    left: auto;
}

/*----------  mega menu  ----------*/
.mega-menu
{
    position: absolute;
    top: 100%;
    left: 0;

    visibility: hidden;

    width: 100%;

    opacity: 0; 
    background-color: #fff;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
}
.mega-menu.four-column
{
    left: -100px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 1100px;
    padding: 30px; 

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px)
{
    .mega-menu.four-column
    {
        width: 900px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .mega-menu.four-column
    {
        left: -200px; 

        width: 900px;
    }
}
.mega-menu.four-column > li
{
    width: 25%;
}
.mega-menu > li > a
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 15px;
    font-weight: 600;

    margin-bottom: 10px; 

    text-transform: uppercase;

    color: #333;
    color: #333;
}
.mega-menu > li > a:hover
{
    color: #CD0210;
}
.mega-menu > li ul li a
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px; 

    color: #666;
}
.mega-menu > li ul li a:hover
{
    color: #CD0210;
}

.megamenu-banner a img
{
    -webkit-transition: .3s;
            transition: .3s;
}

.megamenu-banner a:hover img
{
    opacity: .7;
}

/*----------  mobile menu  ----------*/
.mobile-menu .mean-bar
{
    position: relative;

    text-align: right;
    /*---- Mean Nav ----*/
}
.mobile-menu .mean-bar:before
{
    font-size: 16px;
    font-weight: 500;

    position: absolute;
    top: 0;
    left: 0;

    display: none; 

    content: 'MENU';

    color: #363f4d;
}
.mobile-menu .mean-bar .meanmenu-reveal span
{
    position: relative;
    /*---- Menu Open ----*/
    /*---- Menu Close ----*/
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar
{
    display: block;

    width: 24px;
    height: 3px;
    margin: 5px 0; 

    background-color: #333;
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::before,
.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::after
{
    position: absolute;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    background-color: #333;
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::before
{
    top: -8px;
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::after
{
    bottom: -8px;
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-close
{
    display: block;

    width: 24px;
    height: 3px;
    margin: 5px 0; 

    background-color: transparent;
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-close::before,
.mobile-menu .mean-bar .meanmenu-reveal span.menu-close::after
{
    position: absolute;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    background-color: #333;
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-close::before
{
    top: 0;

    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-close::after
{
    bottom: 0;

    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.mobile-menu .mean-bar .meanmenu-reveal span.mean-menu-text
{
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;

    position: absolute !important;
    top: 1px;
    left: 0;

    color: #333;
}
.mobile-menu .mean-bar .meanmenu-reveal span.mean-menu-text i
{
    font-size: 18px;
    line-height: 19px; 

    display: inline-block;

    margin-right: 5px;

    vertical-align: top;
}
.mobile-menu .mean-bar .mean-nav
{
    text-align: left;

    background-color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .mobile-menu .mean-bar .mean-nav
    {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 767px)
{
    .mobile-menu .mean-bar .mean-nav
    {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
.mobile-menu .mean-bar .mean-nav > ul
{
    overflow-x: hidden; 

    border: 1px solid #eee;
    border-top: 0 solid transparent;
}
@media only screen and (max-width: 767px)
{
    .mobile-menu .mean-bar .mean-nav > ul
    {
        overflow-y: auto; 

        max-height: 180px;
    }
}
@media only screen and (max-width: 575px)
{
    .mobile-menu .mean-bar .mean-nav > ul
    {
        overflow-y: auto; 

        max-height: 220px;
    }
}
.mobile-menu .mean-bar .mean-nav > ul li
{
    position: relative;

    display: block;
    float: left;

    width: 100%;
    /*---- Sub Menu & Mega Menu ----*/
}
.mobile-menu .mean-bar .mean-nav > ul li a
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 44px;

    position: relative;

    display: block;

    padding: 0 40px 0 20px;

    text-transform: uppercase;

    color: #333;
    border-top: 1px solid #eee;
    /*---- Menu Expand For Sub Menu ----*/
}
.mobile-menu .mean-bar .mean-nav > ul li a::after
{
    display: none;
}
.mobile-menu .mean-bar .mean-nav > ul li a:hover
{
    padding-left: 25px; 

    color: #333;
}
.mobile-menu .mean-bar .mean-nav > ul li a.mean-expand
{
    font-size: 20px !important;
    line-height: 44px;

    position: absolute;
    top: 0;
    right: -1px;

    width: 40px;
    height: 46px;
    padding: 0; 

    text-align: center;

    color: #333;
    border: 1px solid #eee;
}
.mobile-menu .mean-bar .mean-nav > ul li a.mean-expand.mean-clicked
{
    line-height: 40px;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu,
.mobile-menu .mean-bar .mean-nav > ul li ul
{
    position: static;
    z-index: 1;

    display: none;
    visibility: visible;
    float: left;

    width: 100%;
    margin: 0;
    padding: 0 !important;

    -webkit-transition: none;
            transition: none; 

    opacity: 1;
    background-color: rgba(0, 0, 0, .03);
    -webkit-box-shadow: none;
            box-shadow: none;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li,
.mobile-menu .mean-bar .mean-nav > ul li ul li
{
    display: block;
    float: left; 

    width: 100%;
    margin: 0;
    padding: 0;

    border-right: 0 solid transparent;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li ul li a
{
    font-size: 12px;

    display: block;

    margin-bottom: 0;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li a::before,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li a::before,
.mobile-menu .mean-bar .mean-nav > ul li ul li a::before
{
    display: none;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul
{
    background-color: rgba(0, 0, 0, .04);
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul li a,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul li a,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul li a
{
    border-top: 1px solid #ddd;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul li a.mean-expand
{
    border: 1px solid #ddd;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul ul
{
    background-color: rgba(0, 0, 0, .05);
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul li a,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul li a,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul li a,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul li a,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul li a,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul ul li a
{
    border-top: 1px solid #eee;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul ul li a.mean-expand
{
    border: 1px solid #eee;
}

/*----------  search icon  ----------*/
.search-icon a i
{
    font-size: 22px;
}

.search-icon a:hover
{
    color: #f72525;
}

/*=============================================
=            page wrapper light green style            =
=============================================*/
.page-wrapper-light-green .header-area.is-sticky .navigation-menu-area
{
    background: rgba(73, 177, 77, .7);
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .page-wrapper-light-green .header-area.is-sticky .navigation-menu-area
    {
        background: #CD0210;
    }
}
@media only screen and (max-width: 767px)
{
    .page-wrapper-light-green .header-area.is-sticky .navigation-menu-area
    {
        background: #CD0210;
    }
}
.page-wrapper-light-green .header-area.is-sticky .navigation-menu-area:hover
{
    background-color: #CD0210;
}

.page-wrapper-light-green .navigation-top
{
    background-color: #fff;
}

.page-wrapper-light-green .navigation-top-topbar
{
    border-bottom: 1px solid #ededed;
}

.page-wrapper-light-green .header-top-social-links .follow-text
{
    color: #a4a4a4;
}

.page-wrapper-light-green .header-top-social-links .social-link-small li a
{
    color: #777;
}
.page-wrapper-light-green .header-top-social-links .social-link-small li a:hover
{
    color: #CD0210;
}

.page-wrapper-light-green .headertop-dropdown-container .header-top-single-dropdown a
{
    color: #a4a4a4;
}
.page-wrapper-light-green .headertop-dropdown-container .header-top-single-dropdown a:hover
{
    color: #CD0210;
}

.page-wrapper-light-green .headertop-dropdown-container span.separator
{
    margin: 0 15px;

    color: #333;
}

.page-wrapper-light-green .search-bar form input
{
    color: #a9a9a9; 
    background: #f5f5f5;
}

.page-wrapper-light-green .search-bar form ::-webkit-input-placeholder
{
    opacity: 1;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a9a9a9;
    /* Firefox */
}

.page-wrapper-light-green .search-bar form ::-moz-placeholder
{
    opacity: 1;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a9a9a9;
    /* Firefox */
}

.page-wrapper-light-green .search-bar form :-ms-input-placeholder
{
    opacity: 1;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a9a9a9;
    /* Firefox */
}

.page-wrapper-light-green .search-bar form ::-ms-input-placeholder
{
    opacity: 1;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a9a9a9;
    /* Firefox */
}

.page-wrapper-light-green .search-bar form ::placeholder
{
    opacity: 1;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a9a9a9;
    /* Firefox */
}

.page-wrapper-light-green .search-bar form :-ms-input-placeholder
{
    /* Internet Explorer 10-11 */
    color: #a9a9a9;
}

.page-wrapper-light-green .search-bar form ::-ms-input-placeholder
{
    /* Microsoft Edge */
    color: #a9a9a9;
}

.page-wrapper-light-green .search-bar form button
{
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; 
    background-color: #CD0210;
}
.page-wrapper-light-green .search-bar form button:hover
{
    background-color: #333;
}

.page-wrapper-light-green .customer-support-text .text span
{
    color: #888;
}

.page-wrapper-light-green .customer-support-text .text p
{
    color: #333;
}

.page-wrapper-light-green .header-cart-icon .small-cart-trigger
{
    color: #333; 
    background-color: #ffdd20;
}
.page-wrapper-light-green .header-cart-icon .small-cart-trigger:hover,
.page-wrapper-light-green .header-cart-icon .small-cart-trigger.active
{
    color: #fff; 
    background-color: #CD0210;
}
.page-wrapper-light-green .header-cart-icon .small-cart-trigger:hover .cart-counter,
.page-wrapper-light-green .header-cart-icon .small-cart-trigger.active .cart-counter
{
    color: #333; 
    background-color: #fff;
}

.page-wrapper-light-green .cart-buttons a
{
    background-color: #CD0210;
}
.page-wrapper-light-green .cart-buttons a:hover
{
    background-color: #333;
}

.page-wrapper-light-green .small-cart-item-wrapper .single-item .remove-icon:hover
{
    color: #CD0210;
}

.page-wrapper-light-green .small-cart-item-wrapper .single-item .content p.cart-name a:hover
{
    color: #CD0210;
}

.page-wrapper-light-green .small-cart-item-wrapper .single-item .content p.cart-quantity
{
    color: #CD0210;
}

.page-wrapper-light-green .cart-calculation-table table tbody tr:last-child td:last-child
{
    color: #CD0210;
}

.page-wrapper-light-green .navigation-menu-area
{
    background-color: #CD0210; 
    -webkit-box-shadow: none;
            box-shadow: none;
}

.page-wrapper-light-green .main-menu nav > ul > li > a
{
    color: #fff;
}

.page-wrapper-light-green .main-menu nav > ul > li.active > a,
.page-wrapper-light-green .main-menu nav > ul > li:hover > a
{
    color: #ffdd20;
}

.page-wrapper-light-green .sub-menu li a:hover
{
    color: #CD0210;
}

.page-wrapper-light-green .mega-menu li a:hover
{
    color: #CD0210;
}

.page-wrapper-light-green .mobile-menu .mean-bar .meanmenu-reveal .menu-bar
{
    background-color: #fff;
}
.page-wrapper-light-green .mobile-menu .mean-bar .meanmenu-reveal .menu-bar:before,
.page-wrapper-light-green .mobile-menu .mean-bar .meanmenu-reveal .menu-bar:after
{
    background-color: #fff;
}

.page-wrapper-light-green .mobile-menu .mean-bar .meanmenu-reveal .menu-close:before,
.page-wrapper-light-green .mobile-menu .mean-bar .meanmenu-reveal .menu-close:after
{
    background-color: #fff;
}

.page-wrapper-light-green .mobile-menu .mean-bar .meanmenu-reveal .mean-menu-text
{
    color: #fff;
}

/*=====  End of page wrapper light green style  ======*/
/*=============================================
=            page wrapper blue style            =
=============================================*/
.page-wrapper-reds .header-area.is-sticky .navigation-menu-area:hover
{
    background-color: #fff;
}

.page-wrapper-reds .navigation-top
{
    background-color: #fff;
}

.page-wrapper-reds .navigation-top-topbar
{
    border-bottom: 1px solid #ededed;
}


.page-wrapper-reds .header-top-social-links .follow-text
{
    color: #a4a4a4;
}

.page-wrapper-reds .header-top-social-links .social-link-small li a
{
    color: #777;
}
.page-wrapper-reds .header-top-social-links .social-link-small li a:hover
{
    color: #CD0210;
}

.page-wrapper-reds .headertop-dropdown-container .header-top-single-dropdown a
{
    color: #333;
}
.page-wrapper-reds .headertop-dropdown-container .header-top-single-dropdown a:hover
{
    color: #CD0210;
}

.page-wrapper-reds .headertop-dropdown-container span.separator
{
    margin: 0 15px;

    color: #666;
}

.page-wrapper-reds .search-bar form input
{
    color: #333; 
    background: #f5f5f5;
}

.page-wrapper-reds .search-bar form ::-webkit-input-placeholder
{
    opacity: 1;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a9a9a9;
    /* Firefox */
}

.page-wrapper-reds .search-bar form ::-moz-placeholder
{
    opacity: 1;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a9a9a9;
    /* Firefox */
}

.page-wrapper-reds .search-bar form :-ms-input-placeholder
{
    opacity: 1;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a9a9a9;
    /* Firefox */
}

.page-wrapper-reds .search-bar form ::-ms-input-placeholder
{
    opacity: 1;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a9a9a9;
    /* Firefox */
}

.page-wrapper-reds .search-bar form ::placeholder
{
    opacity: 1;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a9a9a9;
    /* Firefox */
}

.page-wrapper-reds .search-bar form :-ms-input-placeholder
{
    /* Internet Explorer 10-11 */
    color: #a9a9a9;
}

.page-wrapper-reds .search-bar form ::-ms-input-placeholder
{
    /* Microsoft Edge */
    color: #a9a9a9;
}

.page-wrapper-reds .search-bar form button
{
    color: #333;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.page-wrapper-reds .search-bar form button:hover
{
    color: #CD0210;
}

.page-wrapper-reds .customer-support-text .text span
{
    color: #888;
}

.page-wrapper-reds .customer-support-text .text p
{
    color: #333;
}



.page-wrapper-reds .header-cart-icon .small-cart-trigger
{
    color: #fff; 
    background-color: #CD0210;
}
.page-wrapper-reds .header-cart-icon .small-cart-trigger:hover,
.page-wrapper-reds .header-cart-icon .small-cart-trigger.active
{
    color: #333; 
    background-color: #ffdd20;
}
.page-wrapper-reds .header-cart-icon .small-cart-trigger:hover .cart-counter,
.page-wrapper-reds .header-cart-icon .small-cart-trigger.active .cart-counter
{
    color: #fff; 
    background-color: #CD0210;
}





.page-wrapper-reds .cart-buttons a
{
    background-color: #CD0210;
}
.page-wrapper-reds .cart-buttons a:hover
{
    background-color: #333;
}

.page-wrapper-reds .small-cart-item-wrapper .single-item .remove-icon:hover
{
    color: #CD0210;
}

.page-wrapper-reds .small-cart-item-wrapper .single-item .content p.cart-name a:hover
{
    color: #CD0210;
}

.page-wrapper-reds .small-cart-item-wrapper .single-item .content p.cart-quantity
{
    color: #CD0210;
}

.page-wrapper-reds .cart-calculation-table table tbody tr:last-child td:last-child
{
    color: #CD0210;
}

.page-wrapper-reds .navigation-menu-area
{
    background-color: #fff;
}

.page-wrapper-reds .main-menu nav > ul > li > a
{
    color: #333;
}

.page-wrapper-reds .main-menu nav > ul > li.active > a,
.page-wrapper-reds .main-menu nav > ul > li:hover > a
{
    color: #CD0210;
}

.page-wrapper-reds .sub-menu li a:hover
{
    color: #CD0210;
}

.page-wrapper-reds .mega-menu li a:hover
{
    color: #CD0210;
}

/*=====  End of page wrapper blue style  ======*/
/*=============================================
=            page wrapper red style            =
=============================================*/
.page-wrapper-red .navigation-top
{
    background-color: transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .page-wrapper-red .navigation-top
    {
        background-color: #fff;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .page-wrapper-red .navigation-top
    {
        background-color: #fff;
    }
}
@media only screen and (max-width: 767px)
{
    .page-wrapper-red .navigation-top
    {
        background-color: #fff;
    }
}

.page-wrapper-red .navigation-top-topbar
{
    border-bottom: 1px solid #e0e0e0;
}

.page-wrapper-red .header-top-social-links .follow-text
{
    color: #666;
}

.page-wrapper-red .header-top-social-links .social-link-small li a
{
    color: #777;
}
.page-wrapper-red .header-top-social-links .social-link-small li a:hover
{
    color: #f72525;
}

.page-wrapper-red .headertop-dropdown-container .header-top-single-dropdown a
{
    color: #666;
}
.page-wrapper-red .headertop-dropdown-container .header-top-single-dropdown a:hover
{
    color: #f72525;
}

.page-wrapper-red .headertop-dropdown-container span.separator
{
    margin: 0 15px;

    color: #333;
}



.page-wrapper-red .header-cart-icon .small-cart-trigger
{
    color: #333; 
    background-color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .page-wrapper-red .header-cart-icon .small-cart-trigger
    {
        border-color: #333;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .page-wrapper-red .header-cart-icon .small-cart-trigger
    {
        border-color: #333;
    }
}
@media only screen and (max-width: 767px)
{
    .page-wrapper-red .header-cart-icon .small-cart-trigger
    {
        border-color: #333;
    }
}
.page-wrapper-red .header-cart-icon .small-cart-trigger:hover,
.page-wrapper-red .header-cart-icon .small-cart-trigger.active
{
    color: white;
    border-color: #f72525; 
    background-color: #f72525;
}
.page-wrapper-red .header-cart-icon .small-cart-trigger:hover .cart-counter,
.page-wrapper-red .header-cart-icon .small-cart-trigger.active .cart-counter
{
    color: #333; 
    background-color: #fff;
}
.page-wrapper-red .header-cart-icon .small-cart-trigger .cart-counter
{
    color: #fff; 
    background-color: #f72525;
}

.page-wrapper-red .cart-buttons a
{
    background-color: #f72525;
}
.page-wrapper-red .cart-buttons a:hover
{
    background-color: #333;
}

.page-wrapper-red .small-cart-item-wrapper .single-item .remove-icon:hover
{
    color: #f72525;
}

.page-wrapper-red .small-cart-item-wrapper .single-item .content p.cart-name a:hover
{
    color: #f72525;
}

.page-wrapper-red .small-cart-item-wrapper .single-item .content p.cart-quantity
{
    color: #f72525;
}

.page-wrapper-red .cart-calculation-table table tbody tr:last-child td:last-child
{
    color: #f72525;
}

.page-wrapper-red .navigation-menu-area
{
    background-color: #fff;
}

.page-wrapper-red .main-menu nav > ul > li > a
{
    color: #333;
}

.page-wrapper-red .main-menu nav > ul > li.active > a,
.page-wrapper-red .main-menu nav > ul > li:hover > a
{
    color: #f72525;
}

.page-wrapper-red .sub-menu li a:hover
{
    color: #f72525;
}

.page-wrapper-red .mega-menu li a:hover
{
    color: #f72525;
}

/*=====  End of page wrapper red style  ======*/
/*=====  End of Header  ======*/
/*=============================================
=            footer            =
=============================================*/
.footer-text-block__title
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;

    margin-bottom: 0; 

    color: #333;
}

.footer-area h5 {color: #F0F0F0;}
.footer-area p {color: #F0F0F0;}

.footer-text-block__content
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px; 

    color: #666;
}

.footer-widget-title
{
    margin-bottom: 25px;
}
.footer-widget-title a
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 24px; 

    color: #333;
}
.footer-widget-title a:hover
{
    text-decoration: underline;
}

.montserrat-footer-widget-title
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;font-size: 17px;
    font-weight: 600;
    line-height: 24px;

    margin-bottom: 15px; 

    color: #FFF;
}

.footer-navigation nav ul
{
    display: grid;

    grid-template-columns: auto auto;
}
.footer-navigation nav ul li
{
    display: list-item;
}
.footer-navigation nav ul li a
{
    font-size: 14px; 
    font-weight: 300;
    line-height: 24px;

    position: relative;

    display: block;

    padding: 3px 0;

    color: #999;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .footer-navigation nav ul li a
    {
        line-height: 20px;
    }
}
@media only screen and (max-width: 767px)
{
    .footer-navigation nav ul li a
    {
        line-height: 20px;
    }
}
.footer-navigation nav ul li a:hover
{
    color: #CD0210;
}

.footer-social-icon-block ul li
{
    display: inline-block;

    margin-top: 10px; 
    margin-right: 7px;
    margin-bottom: 0;
}
.footer-social-icon-block ul li:last-child
{
    margin-right: 0;
}
.footer-social-icon-block ul li a
{
    font-size: 0;
    line-height: 34px;

    display: inline-block;

    width: 34px;
    height: 34px;

    text-align: center; 

    color: #fff;
    border: 0;
    border-radius: 100%;
}
.footer-social-icon-block ul li a:hover
{
    opacity: .7;
}
.footer-social-icon-block ul li a i
{
    font-size: 16px;
}
.footer-social-icon-block ul li a.facebook-icon
{
    background: #4867aa;
}
.footer-social-icon-block ul li a.twitter-icon
{
    background: #1da1f2;
}
.footer-social-icon-block ul li a.rss-icon
{
    background: #ff802d;
}
.footer-social-icon-block ul li a.googleplus-icon
{
    background: #dd5144;
}
.footer-social-icon-block ul li a.instagram-icon
{
    background: #b23a94;
}
.footer-social-icon-block ul li a.youtube-icon
{
    background: #fe0000;
}

.copyright-text-area
{
    padding: 20px 0; 
    border-top: 1px solid #999;
}

.copyright-text p
{
    font-weight: 400;
font-size: 13px;
    margin: 0;

    text-transform: capitalize;

    color: #999;
}
.copyright-text p a
{
    color: #CD0210;
}
.copyright-text p a:hover
{
    color: #CD0210;
	text-decoration: underline;
}

/*=====  End of footer  ======*/
/*=============================================
=            light green page style            =
=============================================*/
.page-wrapper-light-green .footer-navigation nav ul li a:hover
{
    color: #CD0210;
}

.page-wrapper-light-green .copyright-text p a:hover
{
    color: #CD0210;
}

/*=====  End of light green page style  ======*/
/*=============================================
=            blue page style            =
=============================================*/
.page-wrapper-reds .footer-navigation nav ul li a:hover
{
    color: #CD0210;
}

.page-wrapper-reds .copyright-text p a:hover
{
    color: #CD0210;
}

/*=====  End of blue page style  ======*/
/*=============================================
=            red page style            =
=============================================*/
.page-wrapper-red .footer-navigation nav ul li a:hover
{
    color: #f72525;
}

.page-wrapper-red .copyright-text p a:hover
{
    color: #f72525;
}

/*=====  End of blue page style  ======*/
/*=============================================
=            Sidebar            =
=============================================*/
.sidebar-widget
{
    padding: 15px; 
border: 1px solid #ebebeb;
	margin-bottom: 15px;
 
}
.sidebar-widget > ul
{
    padding-bottom: 20px; 

   
}

.sidebar-widget > ul li.has-children > ul
{
    padding-left: 15px;
}

.sidebar-widget > ul li a
{
    font-size: 13px; 
    line-height: 16px;

    position: relative;

    display: block;

    padding: 5px 0;

    text-transform: capitalize;

    color: #333;
}

.sidebar-widget > ul li a:hover,
.sidebar-widget > ul li a.active
{
    color: #CD0210;
}


/*=====  Change below for BIG SALE  ======*/

.sidebar-widget > ul.wkly-sale
{
	max-height: 500px; 
	overflow-y: auto;	
	}


.sidebar-widget > ul.series
{
	max-height: 500px;
	overflow-y: auto;	
	}



@media only screen and (max-width: 575.98px)
{

.sidebar-widget > ul.series
{
	max-height: 500px;
	overflow-y: scroll;
	background-color: #F5F5F5;
	
	}


}


.sidebar-widget > ul li.all a
{
	margin-top: 5px;
   color: #CD0210;
}

.sidebar-widget > ul li.all a:hover,
.sidebar-widget > ul li.all a.active
{
    color: #333;

}



.sidebar-widget-title
{font-family: 'meiryo', IBM Plex Sans, sans-serif;
	font-size: 14px;
    font-weight: 600;
    line-height: 20px;

    margin: 15px 0 11px;

    color: #222;
}

/*-- Sidebar Price --*/
.sidebar-price
{
    padding-bottom: 34px;

    border-bottom: 1px solid #dcdcdc;
}
.sidebar-price #price-range
{
    position: relative;

    width: 100%;
    height: 5px;
    margin: 7px 0;

    border-radius: 50px; 
    background-color: #ccc;
}
.sidebar-price #price-range .ui-slider-range
{
    position: absolute;
    top: 0;

    height: 100%;

    background-color: #CD0210;
}
.sidebar-price #price-range .ui-slider-handle
{
    position: absolute;
    top: -7px;

    display: block;

    width: 19px;
    height: 19px;

    cursor: pointer; 
    -webkit-transition: none;
            transition: none;

    border: 5px solid #CD0210;
    border-radius: 50px;
    background-color: #fff;
    -webkit-box-shadow: 2px 4px 4px rgba(0, 0, 0, .15);
            box-shadow: 2px 4px 4px rgba(0, 0, 0, .15);
}
.sidebar-price #price-range .ui-slider-handle:hover
{
    background-color: #CD0210;
}
.sidebar-price .price-amount
{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;

    margin-top: 12px; 
    padding: 0;

    color: #333;
    border: none;
    background-color: transparent;
}

.sidebar-filter-group
{
    padding-bottom: 29px;

    border-bottom: 1px solid #dcdcdc;
}

.sidebar-filter-group a
{
    line-height: 24px;

    position: relative;
    display: block;
    padding: 5px 0;
    padding-left: 21px; 

    text-transform: capitalize;

    color: #333;
    border: 0;
}


.sidebar-filter-group a span
{
    float: right;
}
.sidebar-filter-group a:hover,
.sidebar-filter-group a.active
{
    color: #CD0210;
}
.sidebar-filter-group a:hover:before,
.sidebar-filter-group a.active:before
{
    border-color: #CD0210; 
    background: #CD0210;
}



.sidebar-filter-group-color
{
   display: grid;
    padding-bottom: 10px; 
    grid-template-columns: auto auto auto;

}


.sidebar-filter-group-color a
{
    line-height: 24px;
	font-size: 12px;
    position: relative;
    display: block;
    padding: 5px 0 5px 3px;
    text-transform: capitalize;
    color: #333;
    border: 0;
}



/*-- 
.sidebar-filter-group-color a:before
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 12px;
    height: 12px;
    margin-top: -6px; 

    content: '';

    border: 1px solid #333;
    background: transparent;
}
--*/




.sidebar-filter-group-color a span
{
    float: none;

    margin-left: 2px;
}

.sidebar-filter-group-color a:hover,
.sidebar-filter-group-color a.active
{
    color: #CD0210;
}
.sidebar-filter-group-color a:hover:before,
.sidebar-filter-group-color a.active:before
{
    border-color: #CD0210; 
    background: #CD0210;
}

/*----------  tag container  ----------*/
.tag-container li
{
    display: inline-block;

    margin-right: 5px;
    margin-bottom: 10px;
}
.tag-container li a
{
    padding: 5px 10px;

    color: #555; 
    border: 1px solid #ebebeb;
    border-radius: 3px;
}
.tag-container li a:hover
{
    color: #fff; 
    border-color: #CD0210;
    background-color: #CD0210;
}

/*----------  Sidebar search box  ----------*/
.sidebar-search-box
{
    position: relative; 

    border: 1px solid #e0e0e0;
}
.sidebar-search-box input
{
    width: 100%; 
    padding: 10px;
    padding-left: 10px;

    border: none;
}
.sidebar-search-box button
{
    position: absolute;
    top: 10px;
    right: 0;

    border: none; 
    background: none;
}
.sidebar-search-box button:hover
{
    color: #CD0210;
}

/*----------  single block  ----------*/
.single-block
{
    padding: 15px 0; 

    border-bottom: 1px solid #ddd;
}
.single-block:first-child
{
    padding-top: 0;
}
.single-block:last-child
{
    padding-bottom: 0;

    border-bottom: 0;
}
.single-block .image
{
    margin-right: 5px; 

    -webkit-flex-basis: 100px;
    -ms-flex-preferred-size: 100px;
            flex-basis: 100px;
}
.single-block .image a
{
    display: block; 

    border: 2px solid transparent;
}
.single-block .image a img
{
    width: 100%;
}
.single-block .image a:hover
{
    border: 2px solid #CD0210;
}
.single-block .content
{
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
}
.single-block .content p
{
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;

    margin-bottom: 0;

    color: #333;
}
.single-block .content p a:hover
{
    color: #CD0210;
}
.single-block .content p span
{
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;

    display: block; 

    margin-top: 5px;

    color: #999;
}
.single-block.comment-block .image
{
    -webkit-flex-basis: 80px;
    -ms-flex-preferred-size: 80px;
            flex-basis: 80px;
}
.single-block.comment-block .content p span
{
    font-size: 14px;
    line-height: 20px;

    color: #666;
}
.single-block.comment-block .content p a
{
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;

    color: #808080;
}
.single-block.comment-block .content p a:hover
{
    color: #CD0210;
}

/*----------  tag container  ----------*/
.tag-container > li
{
    display: inline-block;

    margin-right: 5px;
    margin-bottom: 10px;
}
.tag-container > li > a
{
    display: block;

    padding: 5px 10px !important;

    color: #555; 
    border: 1px solid #ebebeb;
    border-radius: 3px;
}
.tag-container > li > a:hover
{
    color: #fff !important; 
    border-color: #CD0210;
    background-color: #CD0210;
}

/*=====  End of Sidebar  ======*/
/*=============================================
=            social link            =
=============================================*/
/*----------  social icon small  ----------*/
.follow-text
{
    font-size: 14px;
    font-weight: 300; 
    line-height: 24px;

    color: #fff;
}

.social-link-small
{
    display: inline-block;
}
.social-link-small li
{
    display: inline-block;

    margin-right: 20px;
}
.social-link-small li:last-child
{
    margin-right: 0;
}
.social-link-small li a
{
    color: #fff;
}
.social-link-small li a:hover
{
    color: #ffdd20;
}

/*=====  End of social link  ======*/
/*=============================================
=            Backgrounds            =
=============================================*/
/*----------  hero slider backgrounds  ----------*/
.hero-slider-bg-1
{
    background-image: url('../img/sliders/slider1.jpg');
}

.hero-slider-bg-2
{
    background-image: url('../img/sliders/slider2.jpg');
}

.hero-slider-bg-3
{
    background-image: url('../img/sliders/slider3.jpg');
}

.hero-slider-bg-4
{
    background-image: url('../img/sliders/slider4.jpg');
}

.hero-slider-bg-5
{
    background-image: url('../img/sliders/slider5.jpg');
}

.hero-slider-bg-6
{
    background-image: url('../img/sliders/slider6.jpg');
}

.hero-slider-bg-7
{
    background-image: url('../img/sliders/slider7.jpg');
}

.hero-slider-bg-8
{
    background-image: url('../img/sliders/slider8.jpg');
}

.hero-slider-bg-9
{
    background-image: url('../img/sliders/slider9.jpg');
}

.hero-slider-bg-10
{
    background-image: url('../img/sliders/slider10.jpg');
}

.hero-slider-bg-11
{
    background-image: url('../img/sliders/slider11.jpg');
}

.hero-slider-bg-12
{
    background-image: url('../img/sliders/slider12.jpg');
}

/*----------  banner backgrounds  ----------*/
.banner-bg-1
{
    background-image: url('../img/banners/banner-big3.jpg');
}

/*----------  newsletter backgrounds  ----------*/
.newsletter-bg-1
{
    background-color: #CD0210;
    background-image: url('../img/newsletter/newsletter1.jpg');
}

.newsletter-bg-2
{
    background-color: #CD0210;
    background-image: url('../img/newsletter/newsletter2.jpg');
}

.newsletter-bg-3
{
    background-color: #f72525;
    background-image: url('../img/newsletter/newsletter3.jpg');
}

.newsletter-bg-4
{
    background-color: #CD0210;
    background-image: url('../img/newsletter/newsletter4.jpg');
}

/*=====  End of Backgrounds  ======*/
/*=============================================
=            Button styles            =
=============================================*/
/*----------  default style  ----------*/
.theme-button
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 50px;
    padding: 0 30px;

    -webkit-transition: .3s;
            transition: .3s;
    text-align: center;

    color: #fff;
    border: none;
    background-color: #CD0210;
    /*----------  outline style  ----------*/
}

.theme-button:focus
{color: #FFF
	}
	

.page-wrapper-reds .product-cart-button-disabled
{ background-color: #7c7f83;
	line-height: 41px;
	    padding: 0 45px;
    border-radius: 5px;
	pointer-events: none;	
}


.theme-button:hover
{
    color: #fff; 
    background-color: #333;
}

.theme-button--outline
{
    color: #CD0210;
    border: 1px solid #CD0210; 
    background-color: #fff;
}
.theme-button--outline:hover
{
    color: #fff; 
    background-color: #CD0210;
}

.product-cart-button
{
    line-height: 41px;

    padding: 0 45px;

    border-radius: 5px;
}



@media only screen and (max-width: 479px)
{
    .product-cart-button
    {
        padding: 0 40px;
    }
}

.compare-button a,
.wishlist-button a
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 24px; 

    color: #333;
}
.compare-button a i,
.wishlist-button a i
{
    margin-right: 5px;
}
.compare-button a:hover,
.wishlist-button a:hover
{
    color: #CD0210;
}

.contact-button
{
    line-height: 40px;

    border-radius: 5px;
}

.list-cart-button
{
    line-height: 38px;

    width: 100%; 
    margin-top: 34px;
    padding: 0 30px;

    color: #333;
    border-radius: 5px;
    background: #f0f0f0;
}
.list-cart-button:hover
{
    color: #fff; 
    background-color: #CD0210;
}

/*=====  End of Button styles  ======*/
/*=============================================
=            scroll top            =
=============================================*/
a.scroll-top
{
    font-family: 'Ionicons';
    line-height: 42px;

    position: fixed;
    z-index: 999;
    right: 30px;
    bottom: 80px;

    display: none;

    width: 42px;
    height: 42px;

    text-align: center;

    color: #fff;
    border-radius: 50%; 
    background: #CD0210;
}
a.scroll-top:after
{
    font-size: 14px; 

    display: inline;

    content: '\f3d8';
}

/*=============================================
  =            page wrapper light green style            =
  =============================================*/
.page-wrapper-light-green a.scroll-top
{
    background: #CD0210;
}

/*=====  End of page wrapper light green style  ======*/
/*=============================================
  =            page wrapper blue style            =
  =============================================*/
.page-wrapper-reds a.scroll-top
{
    background: #CD0210;
}

/*=====  End of page wrapper light green style  ======*/
/*=============================================
  =            page wrapper red style            =
  =============================================*/
.page-wrapper-red a.scroll-top
{
    background: #f72525;
}

/*=====  End of page wrapper light red style  ======*/
/*=====  End of scroll top  ======*/
/*=============================================
=            search overlay            =
=============================================*/
.search-overlay
{
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0; 

    display: none;

    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, .75);
}

.search-form
{
    position: absolute;
    top: 47%;
    left: 50%;

    width: 1110px; 

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .search-form
    {
        width: 700px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .search-form
    {
        width: 650px;
    }
}
@media only screen and (max-width: 767px)
{
    .search-form
    {
        width: 500px;
    }
}
@media only screen and (max-width: 767px)
{
    .search-form
    {
        width: 400px;
    }
}
@media only screen and (max-width: 479px)
{
    .search-form
    {
        width: 300px;
    }
}
.search-form form input
{
    font-size: 24px;
    font-weight: 400;

    position: relative; 

    width: 100%;
    height: 70px;
    padding: 0 50px 0 15px;

    color: #fff;
    border: 0;
    border-bottom: 1px solid #f72525;
    border-radius: 0;
    background: transparent;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .search-form form input
    {
        font-size: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .search-form form input
    {
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px)
{
    .search-form form input
    {
        font-size: 20px;
    }
}
@media only screen and (max-width: 479px)
{
    .search-form form input
    {
        font-size: 15px;

        height: 50px;
    }
}
.search-form form ::-webkit-input-placeholder
{
    opacity: 1;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    /* Firefox */
}
.search-form form ::-moz-placeholder
{
    opacity: 1;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    /* Firefox */
}
.search-form form :-ms-input-placeholder
{
    opacity: 1;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    /* Firefox */
}
.search-form form ::-ms-input-placeholder
{
    opacity: 1;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    /* Firefox */
}
.search-form form ::placeholder
{
    opacity: 1;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    /* Firefox */
}
.search-form form :-ms-input-placeholder
{
    /* Internet Explorer 10-11 */
    color: #fff;
}
.search-form form ::-ms-input-placeholder
{
    /* Microsoft Edge */
    color: #fff;
}
.search-form form button
{
    font-size: 34px;
    line-height: 50px;

    position: absolute;
    top: 50%;
    right: 0;

    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); 

    color: #fff;
    border: 0;
    background: transparent;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .search-form form button
    {
        font-size: 26px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .search-form form button
    {
        font-size: 26px;
    }
}
@media only screen and (max-width: 767px)
{
    .search-form form button
    {
        font-size: 26px;
    }
}
@media only screen and (max-width: 479px)
{
    .search-form form button
    {
        font-size: 20px;
    }
}
.search-form form button:hover
{
    color: #f72525;
}

.close-search-overlay
{
    font-size: 72px; 

    position: absolute;
    top: 20px;
    right: 30px;

    color: #fff;
}
@media only screen and (max-width: 479px)
{
    .close-search-overlay
    {
        font-size: 50px;
    }
}
.close-search-overlay:hover
{
    color: #f72525;
}

/*=====  End of search overlay  ======*/
/*=============================================
=            slider            =
=============================================*/
/*----------  default style  ----------*/
.slick-slide > div > div
{
    vertical-align: middle;
}

.ht-slick-slider
{
    position: relative;
}
.ht-slick-slider .slick-arrow
{
    font-size: 16px; 

    position: absolute;
    z-index: 2;
    top: -58px;
    right: 0;

    width: 33px;
    height: 33px;

    -webkit-transition: .3s;
            transition: .3s;

    color: #333;
    border: none;
    border-radius: 5px;
    background: #f2f2f2;
}
.ht-slick-slider .slick-arrow:hover
{
    color: #fff; 
    background-color: #CD0210;
}
.ht-slick-slider .slick-arrow.slick-prev
{
    right: 40px;
}

/*----------  hero slider  ----------*/
.hero-slider-wrapper .slick-active
{
    /*-- Hero Content --*/
}
.hero-slider-wrapper .slick-active .hero-slider-content
{
    overflow: hidden;
}
.hero-slider-wrapper .slick-active .hero-slider-content > *:nth-child(1)
{
    -webkit-animation-name: fadeInDown;
            animation-name: fadeInDown;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
}
.hero-slider-wrapper .slick-active .hero-slider-content > *:nth-child(2)
{
    -webkit-animation-name: rollIn;
            animation-name: rollIn;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
}
.hero-slider-wrapper .slick-active .hero-slider-content > *:nth-child(3)
{
    -webkit-animation-name: fadeInLeft;
            animation-name: fadeInLeft;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
}
.hero-slider-wrapper .slick-active .hero-slider-content > *:nth-child(4)
{
    -webkit-animation-name: fadeInDown;
            animation-name: fadeInDown;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s;
}

.hero-slider-wrapper .slick-dots
{
    position: absolute;
    bottom: 20px;
    left: 50%;

    padding: 0 10px;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    border-radius: 50px; 
    background-color: #fff;
}
.hero-slider-wrapper .slick-dots li
{
    display: inline-block;
}
.hero-slider-wrapper .slick-dots li button
{
    font-size: 0;

    width: 10px;
    height: 10px;
    margin-right: 10px;
    padding: 0;

    -webkit-transition: .3s;
            transition: .3s; 

    border: none;
    border-radius: 50%;
    background: none;
    background-color: #d7d7d7;
}
.hero-slider-wrapper .slick-dots li button:hover
{
    background-color: #CD0210;
}
.hero-slider-wrapper .slick-dots li.slick-active button
{
    background-color: #CD0210;
}
.hero-slider-wrapper .slick-dots li:last-child button
{
    margin-right: 0;
}

.hero-slider-item-wrapper
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    height: 570px;

    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.hero-slider-item-wrapper--minimal-height
{
    height: 470px;
}
.hero-slider-item-wrapper--fullwidth
{
    height: 700px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .hero-slider-item-wrapper--fullwidth
    {
        background-position-x: 50%;
    }
}
@media only screen and (max-width: 767px)
{
    .hero-slider-item-wrapper--fullwidth
    {
        background-position-x: 25%;
    }
}
.hero-slider-item-wrapper--fullwidth--maxheight
{
    height: 860px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px)
{
    .hero-slider-item-wrapper--fullwidth--maxheight
    {
        height: 650px !important;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px)
{
    .hero-slider-item-wrapper
    {
        height: 450px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .hero-slider-item-wrapper
    {
        height: 450px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .hero-slider-item-wrapper
    {
        height: 450px;

        background-position-x: 50%;
    }
}
@media only screen and (max-width: 767px)
{
    .hero-slider-item-wrapper
    {
        height: 400px;

        background-position-x: 15%;
    }
}
@media only screen and (max-width: 479px)
{
    .hero-slider-item-wrapper
    {
        height: 350px;

        background-position-x: 30%;
    }
}

.hero-slider-content > *
{
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;

    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}

.hero-slider-content p.slider-title--small
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;

    margin-bottom: 5px; 

    color: #666;
}
@media only screen and (max-width: 479px)
{
    .hero-slider-content p.slider-title--small
    {
        font-size: 16px;
        line-height: 16px;
    }
}

.hero-slider-content p.slider-title--big-bold
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;

    margin-bottom: 5px; 

    color: #333;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px)
{
    .hero-slider-content p.slider-title--big-bold
    {
        font-size: 50px;
        line-height: 50px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .hero-slider-content p.slider-title--big-bold
    {
        font-size: 50px;
        line-height: 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .hero-slider-content p.slider-title--big-bold
    {
        font-size: 40px;
        line-height: 40px;
    }
}
@media only screen and (max-width: 767px)
{
    .hero-slider-content p.slider-title--big-bold
    {
        font-size: 40px;
        line-height: 40px;
    }
}
@media only screen and (max-width: 479px)
{
    .hero-slider-content p.slider-title--big-bold
    {
        font-size: 30px;
        line-height: 30px;
    }
}

.hero-slider-content p.slider-title--big-light
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 60px;

    margin-bottom: 35px; 

    color: #333;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px)
{
    .hero-slider-content p.slider-title--big-light
    {
        font-size: 50px;
        line-height: 50px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .hero-slider-content p.slider-title--big-light
    {
        font-size: 50px;
        line-height: 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .hero-slider-content p.slider-title--big-light
    {
        font-size: 40px;
        line-height: 40px;
    }
}
@media only screen and (max-width: 767px)
{
    .hero-slider-content p.slider-title--big-light
    {
        font-size: 40px;
        line-height: 40px;
    }
}
@media only screen and (max-width: 479px)
{
    .hero-slider-content p.slider-title--big-light
    {
        font-size: 30px;
        line-height: 30px;
    }
}

.hero-slider-content .hero-slider-button
{
    padding: 0 25px; 

    border-radius: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .hero-slider-content .hero-slider-button
    {
        font-size: 14px;
        line-height: 40px; 

        padding: 0 15px;
    }
}
@media only screen and (max-width: 767px)
{
    .hero-slider-content .hero-slider-button
    {
        font-size: 14px;
        line-height: 40px; 

        padding: 0 15px;
    }
}
@media only screen and (max-width: 479px)
{
    .hero-slider-content .hero-slider-button
    {
        font-size: 12px;
        line-height: 40px; 

        padding: 0 15px;
    }
}

/*----------  bog post slider  ----------*/
.blog-post-slider-wrapper .slick-list
{
    margin: 0 -10px;
}

.blog-post-slider-wrapper .slick-slide > div
{
    padding: 0 10px;
}

.blog-post-slider-wrapper .slider-single-post
{
    border: 1px solid #f5f5f5;
}
.blog-post-slider-wrapper .slider-single-post__image a
{
    position: relative; 

    display: block;

    width: 100%;
}
.blog-post-slider-wrapper .slider-single-post__image a:after
{
    font-family: fontAwesome;
    font-size: 23px;
    line-height: 52px;

    position: absolute;
    top: 50%;
    left: 50%;

    visibility: hidden;

    width: 52px;
    height: 52px;

    content: '\f03e';
    -webkit-transition: .3s;
            transition: .3s; 
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;

    opacity: 0;
    color: #fff;
    border: 1px solid #CD0210;
    background-color: #CD0210;
}
.blog-post-slider-wrapper .slider-single-post__image a img
{
    width: 100%;

    -webkit-transition: .6s;
            transition: .6s;
}
.blog-post-slider-wrapper .slider-single-post__image a:hover img
{
    opacity: .7;
}
.blog-post-slider-wrapper .slider-single-post__image a:hover:after
{
    visibility: visible;

    opacity: 1;
}
.blog-post-slider-wrapper .slider-single-post__content
{
    padding: 12px 20px 15px 20px;
}
.blog-post-slider-wrapper .slider-single-post__content .post-title
{
    margin-bottom: 0;
}
.blog-post-slider-wrapper .slider-single-post__content .post-title a
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;

    display: block;

    margin-bottom: 20px; 

    color: #333;
}
.blog-post-slider-wrapper .slider-single-post__content .post-title a:hover
{
    color: #CD0210;
}
.blog-post-slider-wrapper .slider-single-post__content .post-meta .author-name
{
    font-size: 13px;

    position: relative;

    display: inline-block;

    margin: 0;
    margin-right: 14px; 

    color: #999;
}
.blog-post-slider-wrapper .slider-single-post__content .post-meta .author-name span
{
    color: #333;
}
.blog-post-slider-wrapper .slider-single-post__content .post-meta .author-name:after
{
    position: absolute;
    top: 50%;
    right: -10px;

    width: 3px;
    height: 3px;
    margin-top: -1.5px; 

    content: '';

    border-radius: 100%;
    background: #999;
}
.blog-post-slider-wrapper .slider-single-post__content .post-meta .post-date
{
    font-size: 13px; 

    display: inline-block;

    color: #999;
}

/*----------  footer blog post slider  ----------*/
.footer-blog-post-slider-wrapper .slick-slide > div:last-child
{
    margin-top: 20px;
    padding-top: 20px;

    border-top: 1px solid #f0f0f0;
}

.single-footer-blog-post
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.single-footer-blog-post__image
{
    -webkit-flex-basis: 110px;
    -ms-flex-preferred-size: 110px;
            flex-basis: 110px;
}
.single-footer-blog-post__image a
{
    display: block;

    width: 100%;
}
.single-footer-blog-post__image a img
{
    width: 100%;

    -webkit-transition: .3s;
            transition: .3s;
}
.single-footer-blog-post__image a:hover img
{
    opacity: .7;
}
.single-footer-blog-post__content
{
    padding-left: 10px; 

    -webkit-flex-basis: calc(100% - 110px);
    -ms-flex-preferred-size: calc(100% - 110px);
            flex-basis: calc(100% - 110px);
}
.single-footer-blog-post__content .blog-post-title a
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; 

    color: #333;
}
.single-footer-blog-post__content .blog-post-title a:hover
{
    color: #f72525;
}
.single-footer-blog-post__content .blog-post-meta .author-name
{
    font-size: 12px;
    font-weight: 300; 
    line-height: 17px;

    position: relative;

    display: inline-block;

    margin: 0;
    margin-right: 14px;

    color: #999;
}
.single-footer-blog-post__content .blog-post-meta .author-name span
{
    color: #333;
}
.single-footer-blog-post__content .blog-post-meta .author-name:after
{
    position: absolute;
    top: 50%;
    right: -10px;

    width: 3px;
    height: 3px;
    margin-top: -1.5px; 

    content: '';

    border-radius: 100%;
    background: #999;
}
.single-footer-blog-post__content .blog-post-meta .post-date
{
    font-size: 12px;
    line-height: 17px; 

    display: inline-block;

    color: #999;
}

/*----------  brand logo slider  ----------*/
.brand-logo-slider-wrapper
{
    padding: 34px 0; 

    border-top: 1px solid #ededed;
}
.brand-logo-slider-wrapper--double-border
{
    border-bottom: 1px solid #ededed;
}

.single-brand-logo a
{
    display: block;

    width: 100%;

    text-align: center;
}
.single-brand-logo a img
{
    margin: 0 auto;
}
.single-brand-logo a:hover img
{
    opacity: .7;
}

/*----------  instagram image slider  ----------*/
.instagram-image-slider-wrapper
{
    margin-top: -10px;
}
.instagram-image-slider-wrapper .slick-list
{
    margin: 0 -5px;
}
.instagram-image-slider-wrapper .slick-slide > div
{
    margin: 0 5px;
    margin-top: 10px;
}
.instagram-image-slider-wrapper .single-instagram-image a
{
    position: relative; 

    display: block;

    width: 100%;
}
.instagram-image-slider-wrapper .single-instagram-image a img
{
    width: 100%;
}
.instagram-image-slider-wrapper .single-instagram-image a:hover:before
{
    visibility: visible;

    opacity: .7;
}
.instagram-image-slider-wrapper .single-instagram-image a:hover:after
{
    visibility: visible;

    opacity: 1;
}
.instagram-image-slider-wrapper .single-instagram-image a:before
{
    position: absolute;
    top: 0;
    left: 0;

    visibility: hidden;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: .3s;
            transition: .3s;

    opacity: 0; 
    background-color: #CD0210;
}
.instagram-image-slider-wrapper .single-instagram-image a:after
{
    font-family: IonIcons;
    font-size: 24px;

    position: absolute;
    top: 50%;
    left: 50%;

    visibility: hidden;

    content: '\f350';
    -webkit-transition: .3s;
            transition: .3s;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    opacity: 0; 
    color: #fff;
}


/*----------  category slider one ----------*/
.category-slider-wrapper-one .slick-list
{
    margin-right: -10px; 
    margin-left: -10px;
}

.category-slider-wrapper-one .slick-slide > div
{
    margin: 0 10px;
}

.category-slider-wrapper-one .single-category-item:hover .single-category-item__image a img
{
    opacity: .7;
}

.category-slider-wrapper-one .single-category-item__image
{
    position: relative;
}
.category-slider-wrapper-one .single-category-item__image a
{
    display: block;

    width: 100%;
}


.category-slider-wrapper-one .single-category-item__image a img
{
    width: 100%;

    -webkit-transition: .6s;
            transition: .6s;
}


.category-slider-wrapper-one .single-category-item__image__content
{
    position: absolute;
    bottom: 20px;
    left: 50%;

    width: 80%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
}


.category-slider-wrapper-one .single-category-item__image__content .category-title
{
    margin-bottom: 0;
}
.category-slider-wrapper-one .single-category-item__image__content .category-title a
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;

    -webkit-transition: .3s;
            transition: .3s; 

    color: #343434;
}
.category-slider-wrapper-one .single-category-item__image__content .category-title a:hover
{
    color: #CD0210;
}
.category-slider-wrapper-one .single-category-item__image__content .quantity
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px; 

    color: #868686;
}



/*----------  category slider two ----------*/
.category-slider-wrapper-two .slick-list
{
    margin-right: -10px; 
    margin-left: -10px;
}

.category-slider-wrapper-two .slick-slide > div
{
    margin: 0 10px;
}

.category-slider-wrapper-two .single-category-item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex; 
	margin-bottom: 15px;

    padding: 20px;

    border: 1px solid #f0f0f0;
}
@media only screen and (max-width: 575px)
{
    .category-slider-wrapper-two .single-category-item
    {
                flex-direction: column; 

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
}
@media only screen and (max-width: 479px)
{
    .category-slider-wrapper-two .single-category-item
    {
                flex-direction: row; 

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
    }
}

.category-slider-wrapper-two .single-category-item:hover .single-category-item__image a img
{
   
}


.category-slider-wrapper-two .single-category-item__image
{
    -webkit-flex-basis: 150px;
    -ms-flex-preferred-size: 150px;
            flex-basis: 150px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .category-slider-wrapper-two .single-category-item__image
    {
        -webkit-flex-basis: 100px;
        -ms-flex-preferred-size: 100px;
                flex-basis: 100px;
    }
}
@media only screen and (max-width: 767px)
{
    .category-slider-wrapper-two .single-category-item__image
    {
        -webkit-flex-basis: 70px;
        -ms-flex-preferred-size: 70px;
                flex-basis: 70px;
    }
}
@media only screen and (max-width: 575px)
{
    .category-slider-wrapper-two .single-category-item__image
    {
        margin-bottom: 20px; 

        -webkit-flex-basis: 70px;
        -ms-flex-preferred-size: 70px;
                flex-basis: 70px;
    }
}
@media only screen and (max-width: 479px)
{
    .category-slider-wrapper-two .single-category-item__image
    {
        margin-bottom: 0; 

        -webkit-flex-basis: 100px;
        -ms-flex-preferred-size: 100px;
                flex-basis: 100px;
    }
}
.category-slider-wrapper-two .single-category-item__image a
{
    display: block;

    width: 100%;
}
.category-slider-wrapper-two .single-category-item__image a img
{
    width: 100%;

    -webkit-transition: .3s;
            transition: .3s;
}

.category-slider-wrapper-two .single-category-item__content
{
    padding-left: 20px; 

    -webkit-flex-basis: calc(100% - 150px);
    -ms-flex-preferred-size: calc(100% - 150px);
            flex-basis: calc(100% - 150px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .category-slider-wrapper-two .single-category-item__content
    {
        -webkit-flex-basis: calc(100% - 100px);
        -ms-flex-preferred-size: calc(100% - 100px);
                flex-basis: calc(100% - 100px);
    }
}
@media only screen and (max-width: 767px)
{
    .category-slider-wrapper-two .single-category-item__content
    {
        -webkit-flex-basis: calc(100% - 70px);
        -ms-flex-preferred-size: calc(100% - 70px);
                flex-basis: calc(100% - 70px);
    }
}
@media only screen and (max-width: 575px)
{
    .category-slider-wrapper-two .single-category-item__content
    {
        padding-left: 0; 

        -webkit-flex-basis: calc(100% - 70px);
        -ms-flex-preferred-size: calc(100% - 70px);
                flex-basis: calc(100% - 70px);
    }
}
@media only screen and (max-width: 479px)
{
    .category-slider-wrapper-two .single-category-item__content
    {
        padding-left: 20px; 

        -webkit-flex-basis: calc(100% - 100px);
        -ms-flex-preferred-size: calc(100% - 100px);
                flex-basis: calc(100% - 100px);
    }
}
.category-slider-wrapper-two .single-category-item__content .category-item-title
{
    margin-bottom: 5px;
}
.category-slider-wrapper-two .single-category-item__content .category-item-title a
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px; 

    color: #333;
}
.category-slider-wrapper-two .single-category-item__content .category-item-title a:hover
{
    color: #CD0210;
}
.category-slider-wrapper-two .single-category-item__content .category-list-item
{
    margin-bottom: 10px;
}
.category-slider-wrapper-two .single-category-item__content .category-list-item li a
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px; 
margin-bottom: 10px;
    color: #333;
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

	
}
.category-slider-wrapper-two .single-category-item__content .category-list-item li a:hover
{
    color: #CD0210;
}
.category-slider-wrapper-two .single-category-item__content .category-link
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px; 

    color: #CD0210;
}
.category-slider-wrapper-two .single-category-item__content .category-link:hover
{
    text-decoration: underline;
}


/*----------  widget product slider  ----------*/
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .single-widget-slider .slick-list
    {
        margin-right: -10px; 
        margin-left: -10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .single-widget-slider .slick-slide
    {
        margin: 0 10px;
    }
}

.single-widget-slider .slick-slide > div
{
    margin-bottom: 20px;
}
.single-widget-slider .slick-slide > div:last-child
{
    margin-bottom: 0;
}

/*----------  single row slider  ----------*/
.product-single-row-slider-wrapper--border-bottom
{
    padding-bottom: 40px; 

    border-bottom: 1px solid #ededed;
}

.product-single-row-slider-wrapper .slick-list
{
    margin-right: -10px; 
    margin-left: -10px;
}

.product-single-row-slider-wrapper .slick-slide
{
    margin: 0 10px;
}


/*
.product-single-row-slider-wrapper .slick-slide.slick-active
{
    -webkit-animation-name: zoomIn;
            animation-name: zoomIn;
    -webkit-animation-duration: .6s;
            animation-duration: .6s;
}-*/


/*----------  double row slider  ----------*/
.product-double-row-slider-wrapper .slick-list
{
    margin-right: -10px; 
    margin-left: -10px;
}

.product-double-row-slider-wrapper .slick-slide
{
    margin: 0 10px;
}


/*
.product-double-row-slider-wrapper .slick-slide.slick-active
{
    -webkit-animation-name: zoomIn;
            animation-name: zoomIn;
    -webkit-animation-duration: .6s;
            animation-duration: .6s;
}
*/


.product-double-row-slider-wrapper .slick-slide > div:last-child
{
    margin-top: 20px;
}

/*----------  banner double row slider area  ----------*/
.banner-double-row-slider-area .col-custom-5
{
    max-width: 40%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
}
@media only screen and (max-width: 767px)
{
    .banner-double-row-slider-area .col-custom-5
    {
        max-width: 100%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
}

.banner-double-row-slider-area .col-custom-7
{
    max-width: 60%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
}
@media only screen and (max-width: 767px)
{
    .banner-double-row-slider-area .col-custom-7
    {
        max-width: 100%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
}

/*----------  double slider area  ----------*/
.product-single-row-double-slider-wrapper .slick-slide > div
{
    margin: 0 10px;
}

.product-single-row-double-slider-wrapper .slick-list
{
    margin-right: -10px; 
    margin-left: -10px;
}

.double-slider-single-item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex; 

    padding: 20px;

    border: 1px solid #f0f0f0;
}
@media only screen and (max-width: 575px)
{
    .double-slider-single-item
    {
                flex-direction: column; 

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
    .double-slider-single-item .double-slider-single-item__inner-slider
    {
        width: 100%;
    }
    .double-slider-single-item .double-slider-single-item__content
    {
        width: 100%;
        padding-left: 0;
    }
}
.double-slider-single-item__inner-slider
{
    display: inline-block;

    width: 270px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .double-slider-single-item__inner-slider
    {
        width: 200px;
    }
}
.double-slider-single-item__content
{
    position: relative;

    display: inline-block;

    width: calc(100% - 290px); 
    padding-left: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .double-slider-single-item__content
    {
        width: calc(100% - 220px);
    }
}
.double-slider-single-item:hover .hover-icons
{
    right: 15px; 

    visibility: visible;

    opacity: 1;
}

.small-image-slider-wrapper
{
    margin-top: 10px; 
    padding: 0 20px;
}
.small-image-slider-wrapper:hover .slick-arrow
{
    visibility: visible;

    opacity: 1;
}
.small-image-slider-wrapper .slick-current > div
{
    border: 1px solid #CD0210;
}
.small-image-slider-wrapper .slick-arrow
{
    top: 50%;

    visibility: hidden;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    opacity: 0; 
    background: none;
}
.small-image-slider-wrapper .slick-arrow:hover
{
    color: #CD0210; 
    background: none !important;
}
.small-image-slider-wrapper .slick-arrow.slick-next
{
    right: -25px;
    left: auto;
}
.small-image-slider-wrapper .slick-arrow.slick-prev
{
    right: auto; 
    left: -25px;
}
.small-image-slider-wrapper .slick-list
{
    margin-right: -5px; 
    margin-left: -5px;
}
.small-image-slider-wrapper .slick-slide > div
{
    margin: 0 5px;
}
.small-image-slider-wrapper--quickview
{
    margin-top: 20px; 
    padding: 0 30px;
}
.small-image-slider-wrapper--quickview .slick-arrow
{
    font-size: 30px; 

    visibility: visible;

    opacity: 1;
}
.small-image-slider-wrapper--quickview .slick-arrow.slick-prev
{
    left: -40px;
}
.small-image-slider-wrapper--quickview .slick-arrow.slick-next
{
    right: -40px;
}
.small-image-slider-wrapper--quickview .slick-slide > div
{
    margin: 0 10px;
}
@media only screen and (max-width: 767px)
{
    .small-image-slider-wrapper--side-style .small-image-slider
    {
        padding: 0 30px;
    }
}
.small-image-slider-wrapper--side-style .slick-slide > div
{
    margin: 5px 0;
}
@media only screen and (max-width: 767px)
{
    .small-image-slider-wrapper--side-style .slick-slide > div
    {
        margin: 0 5px;
    }
}
.small-image-slider-wrapper--side-style .slick-arrow
{
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.small-image-slider-wrapper--side-style .slick-arrow.slick-prev
{
    top: -30px;
    right: auto;
    bottom: auto; 
    left: 50%;
}
.small-image-slider-wrapper--side-style .slick-arrow.slick-next
{
    top: auto;
    right: auto; 
    bottom: -30px;
    left: 50%;
}

.big-image-slider-wrapper
{
    position: relative; 

    cursor: pointer;
}
.big-image-slider-wrapper--change-cursor
{
    cursor: crosshair !important;
}
.big-image-slider-wrapper--gallery-mode
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.big-image-slider-wrapper--gallery-mode .big-image-slider-single-item
{
    border: 1px solid #ddd; 

    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
}
.big-image-slider-wrapper--sticky-mode
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.big-image-slider-wrapper--sticky-mode .big-image-slider-single-item
{
    border: 1px solid #ddd; 

    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
}
.big-image-slider-wrapper--slider-mode .big-image-box-slider
{
    padding-right: 50px; 
    padding-left: 50px;
}
.big-image-slider-wrapper--slider-mode .slick-arrow
{
    top: 50%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.big-image-slider-wrapper--slider-mode .slick-arrow.slick-next
{
    right: 0;
    left: auto;
}
.big-image-slider-wrapper--slider-mode .slick-arrow.slick-prev
{
    right: auto; 
    left: 0;
}
.big-image-slider-wrapper--slider-mode .slick-list
{
    margin-right: -10px; 
    margin-left: -10px;
}
.big-image-slider-wrapper--slider-mode .slick-slide > div
{
    margin: 0 10px;
}

.small-image-slider-single-item
{
    cursor: pointer;
}
.small-image-slider-single-item img
{
    width: 100%;
}

/*=============================================
=            light green page style            =
=============================================*/
.page-wrapper-light-green .hero-slider-button
{
    background-color: #CD0210;
}
.page-wrapper-light-green .hero-slider-button:hover
{
    background-color: #333;
}

.page-wrapper-light-green .hero-slider-wrapper .slick-dots li.slick-active button
{
    background-color: #CD0210;
}

.page-wrapper-light-green .hero-slider-wrapper .slick-dots li button:hover
{
    background-color: #CD0210;
}

.page-wrapper-light-green .ht-slick-slider .slick-arrow:hover
{
    background-color: #CD0210;
}

.page-wrapper-light-green .ht-slick-slider .slick-arrow.slick-prev
{
    right: 40px;
}

.page-wrapper-light-green .blog-post-slider-wrapper .slider-single-post__image a:after
{
    border: 1px solid #CD0210; 
    background-color: #CD0210;
}

.page-wrapper-light-green .blog-post-slider-wrapper .slider-single-post__content .post-title a:hover
{
    color: #CD0210;
}

.page-wrapper-light-green .instagram-image-slider-wrapper .single-instagram-image a:before
{
    background-color: #CD0210;
}

.page-wrapper-light-green .small-image-slider-wrapper .slick-current > div
{
    border: 1px solid #CD0210;
}

.page-wrapper-light-green .small-image-slider-wrapper .slick-arrow:hover
{
    color: #CD0210;
}

/*=====  End of light green page style  ======*/
/*=============================================
=           blue page style            =
=============================================*/
.page-wrapper-reds .hero-slider-button
{
    background-color: #CD0210;
}
.page-wrapper-reds .hero-slider-button:hover
{
    background-color: #333;
}

.page-wrapper-reds .hero-slider-wrapper .slick-dots li.slick-active button
{
    background-color: #CD0210;
}

.page-wrapper-reds .hero-slider-wrapper .slick-dots li button:hover
{
    background-color: #CD0210;
}

.page-wrapper-reds .ht-slick-slider .slick-arrow:hover
{
    background-color: #CD0210;
}

.page-wrapper-reds .ht-slick-slider .slick-arrow.slick-prev
{
    right: 40px;
}

.page-wrapper-reds .blog-post-slider-wrapper .slider-single-post__image a:after
{
    border: 1px solid #CD0210; 
    background-color: #CD0210;
}

.page-wrapper-reds .blog-post-slider-wrapper .slider-single-post__content .post-title a:hover
{
    color: #CD0210;
}

.page-wrapper-reds .instagram-image-slider-wrapper .single-instagram-image a:before
{
    background-color: #CD0210;
}

.page-wrapper-reds .small-image-slider-wrapper .slick-current > div
{
    border: 1px solid #CD0210;
}

.page-wrapper-reds .small-image-slider-wrapper .slick-arrow:hover
{
    color: #CD0210;
}

/*=====  End of blue page style  ======*/
/*=============================================
=           red page style            =
=============================================*/
.page-wrapper-red .hero-slider-button
{
    background-color: #333;
}
.page-wrapper-red .hero-slider-button:hover
{
    background-color: #f72525;
}

.page-wrapper-red .hero-slider-wrapper .slick-dots li.slick-active button
{
    background-color: #333;
}

.page-wrapper-red .hero-slider-wrapper .slick-dots li button:hover
{
    background-color: #333;
}

.page-wrapper-red .ht-slick-slider .slick-arrow:hover
{
    background-color: #f72525;
}

.page-wrapper-red .ht-slick-slider .slick-arrow.slick-prev
{
    right: 40px;
}

.page-wrapper-red .category-slider-wrapper-two .single-category-item__content .category-item-title a:hover
{
    color: #f72525;
}

.page-wrapper-red .category-slider-wrapper-two .category-list-item li a:hover
{
    color: #f72525;
}

.page-wrapper-red .category-slider-wrapper-two .category-link
{
    color: #f72525;
}

.page-wrapper-red .small-image-slider-wrapper .slick-current > div
{
    border: 1px solid #f72525;
}

.page-wrapper-red .small-image-slider-wrapper .slick-arrow:hover
{
    color: #f72525;
}

/*=====  End of blue page style  ======*/
/*=====  End of slider  ======*/
/*=============================================
=            banner            =
=============================================*/
/*----------  single split banner  ----------*/
.single-split-banner__image
{
    position: relative;
}
.single-split-banner__image a
{
    display: block;

    width: 100%;
}
.single-split-banner__image a img
{
    width: 100%; 

    -webkit-transition: .6s;
            transition: .6s;
}
.single-split-banner__image a:hover img
{
    opacity: .7;
}
.single-split-banner__image__content
{
    position: absolute;
    top: 50%;

    padding-left: 40px; 

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.single-split-banner__image__content p
{
    margin-bottom: 0;
}
.single-split-banner__image__content p.split-banner-title--light
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;

    margin-bottom: 5px; 

    color: #666;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .single-split-banner__image__content p.split-banner-title--light
    {
        font-size: 16px;
        line-height: 16px;
    }
}
@media only screen and (max-width: 479px)
{
    .single-split-banner__image__content p.split-banner-title--light
    {
        font-size: 16px;
        line-height: 16px;
    }
}
.single-split-banner__image__content p.split-banner-title--bold
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 28px;

    margin-bottom: 15px; 

    color: #333;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .single-split-banner__image__content p.split-banner-title--bold
    {
        font-size: 22px;
        line-height: 22px;
    }
}
@media only screen and (max-width: 479px)
{
    .single-split-banner__image__content p.split-banner-title--bold
    {
        font-size: 22px;
        line-height: 22px;
    }
}
.single-split-banner__image__content p.split-banner-title--bold--small
{
    font-size: 22px;
    line-height: 22px;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .single-split-banner__image__content p.split-banner-title--bold--small
    {
        font-size: 19px;
        line-height: 19px;
    }
}
@media only screen and (max-width: 479px)
{
    .single-split-banner__image__content p.split-banner-title--bold--small
    {
        font-size: 19px;
        line-height: 19px;
    }
}
.single-split-banner__image__content p.split-banner-title--price
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px; 

    color: #666;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .single-split-banner__image__content p.split-banner-title--price
    {
        font-size: 15px;
        line-height: 15px;
    }
}
@media only screen and (max-width: 479px)
{
    .single-split-banner__image__content p.split-banner-title--price
    {
        font-size: 15px;
        line-height: 15px;
    }
}
.single-split-banner__image__content p.split-banner-title--price .amount
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px; 

    display: block;

    margin-top: 5px;

    color: #CD0210;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .single-split-banner__image__content p.split-banner-title--price .amount
    {
        font-size: 18px;
        line-height: 18px;
    }
}
@media only screen and (max-width: 479px)
{
    .single-split-banner__image__content p.split-banner-title--price .amount
    {
        font-size: 18px;
        line-height: 18px;
    }
}

/*----------  full banner  ----------*/
.full-banner__content h5
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;

    margin-bottom: 15px; 

    text-transform: uppercase;

    color: #CD0210;
}

.full-banner__content h4
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 35px;
    font-weight: 400;
    line-height: 35px; 

    color: #333;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .full-banner__content h4
    {
        font-size: 30px;
        line-height: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .full-banner__content h4
    {
        font-size: 30px;
        line-height: 30px;
    }
}
@media only screen and (max-width: 767px)
{
    .full-banner__content h4
    {
        font-size: 30px;
        line-height: 30px;
    }
}
@media only screen and (max-width: 479px)
{
    .full-banner__content h4
    {
        font-size: 22px;
        line-height: 22px;
    }
}

.full-banner__content h3
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 60px;
    font-weight: 500;
    line-height: 60px; 

    color: #333;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .full-banner__content h3
    {
        font-size: 50px;
        line-height: 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .full-banner__content h3
    {
        font-size: 45px;
        line-height: 45px;
    }
}
@media only screen and (max-width: 767px)
{
    .full-banner__content h3
    {
        font-size: 45px;
        line-height: 45px;
    }
}
@media only screen and (max-width: 479px)
{
    .full-banner__content h3
    {
        font-size: 35px;
        line-height: 35px;
    }
}

.full-banner__content p
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;

    margin-bottom: 40px; 

    color: #666;
}

.full-banner__content .banner-button
{
    padding: 0 20px; 

    border-radius: 5px;
}
@media only screen and (max-width: 479px)
{
    .full-banner__content .banner-button
    {
        font-size: 12px;
        line-height: 40px;

        padding: 0 15px;
    }
}

.full-banner__image a
{
    display: block;

    width: 100%;
}
.full-banner__image a img
{
    width: 100%; 

    -webkit-transition: .6s;
            transition: .6s;
}
.full-banner__image a:hover img
{
    opacity: .7;
}

/*----------  full banner two  ----------*/
.full-banner-two__content
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    height: 100%;
    padding: 0 45px;
    padding-right: 65px;

    background-color: #CD0210;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .full-banner-two__content
    {
        padding-top: 40px;
        padding-right: 40px; 
        padding-bottom: 40px;
    }
}
@media only screen and (max-width: 767px)
{
    .full-banner-two__content
    {
        padding-top: 40px;
        padding-right: 40px; 
        padding-bottom: 40px;
    }
}
.full-banner-two__content__wrapper h3
{
    font-size: 52px;
    font-weight: 500;
    line-height: 52px;

    margin-bottom: 5px; 

    letter-spacing: -1px;

    color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .full-banner-two__content__wrapper h3
    {
        font-size: 40px;
        line-height: 40px;
    }
}
@media only screen and (max-width: 479px)
{
    .full-banner-two__content__wrapper h3
    {
        font-size: 30px;
        line-height: 30px;
    }
}
.full-banner-two__content__wrapper h4
{
    font-size: 52px;
    font-weight: 400;
    line-height: 52px;

    margin-bottom: 20px; 

    letter-spacing: -1px;

    color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .full-banner-two__content__wrapper h4
    {
        font-size: 40px;
        line-height: 40px;
    }
}
@media only screen and (max-width: 479px)
{
    .full-banner-two__content__wrapper h4
    {
        font-size: 30px;
        line-height: 30px;
    }
}
.full-banner-two__content__wrapper p
{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;

    margin-bottom: 30px; 

    color: #fff;
}
.full-banner-two__content__wrapper .banner-two-button
{
    color: #333;
    border-radius: 5px; 
    background-color: #fff;
}
.full-banner-two__content__wrapper .banner-two-button:hover
{
    background-color: #ffdd20;
}
@media only screen and (max-width: 479px)
{
    .full-banner-two__content__wrapper .banner-two-button
    {
        font-size: 12px;
        line-height: 40px;

        padding: 0 15px;
    }
}

.full-banner-two__image a
{
    display: block;

    width: 100%;
}
.full-banner-two__image a img
{
    width: 100%;

    -webkit-transition: .6s;
            transition: .6s;
}
.full-banner-two__image a:hover img
{
    opacity: .7;
}

/*----------  full banner background  ----------*/
.full-banner-bg-wrapper
{
    padding: 80px 0;
    padding-top: 70px; 
    padding-left: 70px;

    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .full-banner-bg-wrapper
    {
        background-position-x: 20%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .full-banner-bg-wrapper
    {
        background-position-x: 15%;
    }
}
@media only screen and (max-width: 767px)
{
    .full-banner-bg-wrapper
    {
        padding-left: 50px; 

        background-position-x: 15%;
    }
}
@media only screen and (max-width: 479px)
{
    .full-banner-bg-wrapper
    {
        padding-left: 30px; 

        background-position-x: 30%;
    }
}
.full-banner-bg-wrapper__content
{
    max-width: 40%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .full-banner-bg-wrapper__content
    {
        max-width: 50%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .full-banner-bg-wrapper__content
    {
        max-width: 60%;
    }
}
@media only screen and (max-width: 767px)
{
    .full-banner-bg-wrapper__content
    {
        max-width: 80%;
    }
}
@media only screen and (max-width: 479px)
{
    .full-banner-bg-wrapper__content
    {
        max-width: 100%;
    }
}
.full-banner-bg-wrapper__content h3
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 70px;
    font-weight: 500;
    line-height: 70px;

    letter-spacing: -1px; 

    color: #333;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .full-banner-bg-wrapper__content h3
    {
        font-size: 60px;
        line-height: 60px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .full-banner-bg-wrapper__content h3
    {
        font-size: 55px;
        line-height: 55px;
    }
}
@media only screen and (max-width: 767px)
{
    .full-banner-bg-wrapper__content h3
    {
        font-size: 55px;
        line-height: 55px;
    }
}
@media only screen and (max-width: 575px)
{
    .full-banner-bg-wrapper__content h3
    {
        font-size: 45px;
        line-height: 45px;
    }
}
@media only screen and (max-width: 479px)
{
    .full-banner-bg-wrapper__content h3
    {
        font-size: 35px;
        line-height: 35px;
    }
}
.full-banner-bg-wrapper__content h4
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;

    margin-bottom: 30px; 

    color: #333;
}
@media only screen and (max-width: 575px)
{
    .full-banner-bg-wrapper__content h4
    {
        font-size: 30px;
        line-height: 30px;
    }
}
@media only screen and (max-width: 479px)
{
    .full-banner-bg-wrapper__content h4
    {
        font-size: 25px;
        line-height: 25px;
    }
}
.full-banner-bg-wrapper__content p
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;

    margin-bottom: 35px; 

    color: #666;
}
@media only screen and (max-width: 479px)
{
    .full-banner-bg-wrapper__content p
    {
        font-size: 18px;
        line-height: 22px;
    }
}
.full-banner-bg-wrapper__content .banner-bg-button
{
    color: #fff;
    border-radius: 5px; 
    background-color: #333;
}
.full-banner-bg-wrapper__content .banner-bg-button:hover
{
    background-color: #f72525;
}
@media only screen and (max-width: 479px)
{
    .full-banner-bg-wrapper__content .banner-bg-button
    {
        font-size: 12px;
        line-height: 40px;

        padding: 0 15px;
    }
}

/*----------  slider banner  ----------*/
.slider-banner a
{
    display: block;

    width: 100%;
}
.slider-banner a img
{
    width: 100%;

    -webkit-transition: .6s;
            transition: .6s;
}
.slider-banner a:hover img
{
    opacity: .7;
}

.page-sidebar-banner a
{
    display: block;
	margin-top: 7px;
    width: 100%;
}
.page-sidebar-banner a img
{
    -webkit-transition: .3s;
            transition: .3s;
}
.page-sidebar-banner a:hover img
{
    opacity: .7;
}

/*=====  End of banner  ======*/
/*=============================================
=            light green page style            =
=============================================*/
.page-wrapper-light-green .single-split-banner__image__content p.split-banner-title--price .amount
{
    color: #CD0210;
}

/*=====  End of light green page style  ======*/
/*=============================================
=            red page style            =
=============================================*/
.page-wrapper-red .single-split-banner__image__content p.split-banner-title--price .amount
{
    color: #333;
}

/*=====  End of red page style  ======*/
/*=============================================
=            blue page style            =
=============================================*/
.page-wrapper-reds .single-split-banner__image__content p.split-banner-title--price .amount
{
    color: #CD0210;
}

/*=====  End of red page style  ======*/
/*=============================================
=            feature icon            =
=============================================*/
.icon-feature-wrapper
{
    padding: 30px 0; 

    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .icon-feature-wrapper
    {
        margin-top: -15px;
    }
}
@media only screen and (max-width: 767px)
{
    .icon-feature-wrapper
    {
        margin-top: -15px;
    }
}
@media only screen and (max-width: 479px)
{
    .icon-feature-wrapper .col-6
    {
        max-width: 100%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
}

.single-icon-feature
{
    position: relative;

    padding: 10px 0;
    padding-left: 75px;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .single-icon-feature
    {
        margin-top: 15px;
    }
}
@media only screen and (max-width: 767px)
{
    .single-icon-feature
    {
        margin-top: 15px;
    }
}
.single-icon-feature--product-details
{
    padding-left: 50px;
}
.single-icon-feature__icon
{
    position: absolute;
    top: 50%;
    left: 0; 

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.single-icon-feature__content p
{
    margin-bottom: 0;
}
.single-icon-feature__content p.feature-title
{font-family: 'meiryo', IBM Plex Sans, sans-serif;font-size: 14px;
    font-weight: 600;
    line-height: 18px;

    color: #CD0210;
}
.single-icon-feature__content p.feature-text
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 12px;
    font-weight: 300;
	margin-top: 5px;
    line-height: 18px; 

    color: #666;
}

/*=====  End of feature icon  ======*/
/*=============================================
=            light green page style            =
=============================================*/
.page-wrapper-light-green .single-icon-feature__content p
{
    margin-bottom: 0;
}
.page-wrapper-light-green .single-icon-feature__content p.feature-title
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px; 

    color: #CD0210;
}

/*=====  End of light green page style  ======*/
/*=============================================
=            blue page style            =
=============================================*/
.page-wrapper-reds .single-icon-feature__content p
{
    margin-bottom: 0;
}

.page-wrapper-reds .single-icon-feature__content p.feature-title
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px; 

    color: #333;
}


.page-wrapper-reds .single-icon-feature__content p.feature-title a:hover
{

    color: #CD0210;
}


/*=====  End of blue page style  ======*/
/*=============================================
=            section title            =
=============================================*/

.section-title h2
{font-family: 'meiryo', IBM Plex Sans, sans-serif;
	font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    position: relative;
    margin: 0;
    padding-bottom: 8px;
    text-transform: capitalize;
    color: #222;
}

.section-title h2:after
{
    position: absolute;
    bottom: 0; 
    left: 0;

    width: 68px;
    height: 2px;

    content: '';

    background: #CD0210;
}

.section-title--medium h2
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px; 

    color: #333;
}

.section-title h3
{font-family: 'meiryo', IBM Plex Sans, sans-serif;
	font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    position: relative;
    margin: 0;
    padding-bottom: 8px;
    text-transform: capitalize;
    color: #222;
}

.section-title--medium h3
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px; 

    color: #333;
}



/*=====  End of section title  ======*/
/*=============================================
=            Light green page style            =
=============================================*/
.page-wrapper-light-green .section-title h2:after
{
    background: #CD0210;
}

/*=====  End of Light green page style  ======*/
/*=============================================
=            red page style            =
=============================================*/
.page-wrapper-red .section-title h2:after
{
    background: #f72525;
}

/*=====  End of red page style  ======*/
/*=============================================
=            blue page style            =
=============================================*/
.page-wrapper-reds .section-title h2:after
{
    background: #CD0210;
}

/*=====  End of blue page style  ======*/
/*=============================================
=            newsletter            =
=============================================*/
/*----------  newsletter section  ----------*/
.newsletter-wrapper
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 40px; 

    background-repeat: no-repeat;
    background-position: center;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .newsletter-wrapper
    {
                flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: start;
        -ms-flex-align: start;
                align-items: start;
    }
}
@media only screen and (max-width: 767px)
{
    .newsletter-wrapper
    {
                flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: start;
        -ms-flex-align: start;
                align-items: start;
    }
}
@media only screen and (max-width: 479px)
{
    .newsletter-wrapper
    {
        padding: 20px;
    }
}
.newsletter-wrapper__text
{
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .newsletter-wrapper__text
    {
        width: 100%;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 767px)
{
    .newsletter-wrapper__text
    {
        width: 100%;
        margin-bottom: 20px;
    }
}
.newsletter-wrapper__text h5
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
     
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;

    margin-bottom: 8px;

    color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .newsletter-wrapper__text h5
    {
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px)
{
    .newsletter-wrapper__text h5
    {
        font-size: 22px;
        line-height: 26px;
    }
}
@media only screen and (max-width: 575px)
{
    .newsletter-wrapper__text h5
    {
        font-size: 18px;
        line-height: 24px;
    }
}
.newsletter-wrapper__text p
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;

    margin-bottom: 0; 

    color: #fff;
}
@media only screen and (max-width: 575px)
{
    .newsletter-wrapper__text p
    {
        font-size: 14px;
        line-height: 20px;
    }
}
.newsletter-wrapper__form
{
    position: relative;

    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .newsletter-wrapper__form
    {
        width: 80%;
    }
}
@media only screen and (max-width: 767px)
{
    .newsletter-wrapper__form
    {
        width: 80%;
    }
}
@media only screen and (max-width: 575px)
{
    .newsletter-wrapper__form
    {
        width: 90%;
    }
}
@media only screen and (max-width: 479px)
{
    .newsletter-wrapper__form
    {
        width: 100%;
    }
}
.newsletter-wrapper__form form
{
    position: relative;
}
.newsletter-wrapper__form form input[type='email']
{
    font-size: 14px;
    line-height: 30px;

    display: inline-block;

    width: 100%;
    height: 48px;
    padding: 10px 15px;
    padding-right: 125px;

    text-align: left;
    vertical-align: top;

    color: #a9a9a9;
    border: 0;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
}
@media only screen and (max-width: 479px)
{
    .newsletter-wrapper__form form input[type='email']
    {
        font-size: 12px;

        padding-right: 100px;
    }
}
.newsletter-wrapper__form form ::-webkit-input-placeholder
{
    opacity: 1;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a9a9a9;
    /* Firefox */
}
.newsletter-wrapper__form form ::-moz-placeholder
{
    opacity: 1;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a9a9a9;
    /* Firefox */
}
.newsletter-wrapper__form form :-ms-input-placeholder
{
    opacity: 1;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a9a9a9;
    /* Firefox */
}
.newsletter-wrapper__form form ::-ms-input-placeholder
{
    opacity: 1;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a9a9a9;
    /* Firefox */
}
.newsletter-wrapper__form form ::placeholder
{
    opacity: 1;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a9a9a9;
    /* Firefox */
}
.newsletter-wrapper__form form :-ms-input-placeholder
{
    /* Internet Explorer 10-11 */
    color: #a9a9a9;
}
.newsletter-wrapper__form form ::-ms-input-placeholder
{
    /* Microsoft Edge */
    color: #a9a9a9;
}
.newsletter-wrapper__form form button
{
    font-size: 16px;
    font-weight: 700;
    line-height: 48px;

    position: absolute;
    top: 50%;
    right: -1px;

    max-width: 120px;
    padding: 0 18px;

    -webkit-transition: .3s;
            transition: .3s; 
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-transform: capitalize;

    color: #333;
    border: none;
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #ffdd20;
}
@media only screen and (max-width: 479px)
{
    .newsletter-wrapper__form form button
    {
        font-size: 12px;

        max-width: 80px;
        padding: 0 10px;
    }
}
.newsletter-wrapper__form form button:hover
{
    color: #CD0210;
}
.newsletter-wrapper__form .mailchimp-alerts
{
    color: #fff;
}

/*----------  newsletter popup  ----------*/
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px)
{
    .newsletter-popup-area
    {
        display: none;
    }
}

.newsletter-popup-area:after
{
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;

    visibility: visible; 

    width: 100%;
    height: 100%;

    content: '';

    opacity: .8;
    background-color: #333;
}

.newsletter-popup-content
{
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;

    width: 80%; 
    padding: 20px;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    background: #fff;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px)
{
    .newsletter-popup-content
    {
        width: 70%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .newsletter-popup-content
    {
        width: 80%;
    }
}


.newsletter-popup-content .close-newsletter-popup
{
    position: absolute;
    top: 0;
    right: 0;

    padding: 5px 15px;

    color: #fff; 
    background-color: #333;
}
.newsletter-popup-content .close-newsletter-popup:hover
{
    background-color: #CD0210;
}
.newsletter-popup-content h2
{
   font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 24px;
    font-weight: 700;

    margin: 0 0 15px;

    letter-spacing: 3px;
    text-transform: uppercase;

    color: #000;
}
.newsletter-popup-content p
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px; 

    color: #666;
}
.newsletter-popup-content .subscription-form form input
{
    font-size: 15px;

    display: block; 

    width: 80%;
    height: 40px;
    margin: 20px auto;
    padding: 0 15px;

    border: medium none;
    background: #ebebeb none repeat scroll 0 0;
}
.newsletter-popup-content button
{
    margin-bottom: 20px; 

    color: #FFF;
    border-radius: 5px;
    background-color: #CD0210;
}
.newsletter-popup-content button:hover
{
    color: #fff; 
    background-color: #333;
}


/*=====  End of newsletter  ======*/
/*=============================================
=            light green page style            =
=============================================*/
.page-wrapper-light-green .newsletter-wrapper__form form button:hover
{
    color: #CD0210;
}

/*=====  End of light green page style  ======*/
/*=============================================
=            red page style            =
=============================================*/
.page-wrapper-red .newsletter-wrapper__form form button
{
    color: #fff; 
    background-color: #f72525;
}
.page-wrapper-red .newsletter-wrapper__form form button:hover
{
    background-color: #333;
}

/*=====  End of red page style  ======*/
/*=============================================
=            blue page style            =
=============================================*/
.page-wrapper-reds .newsletter-wrapper__form form button:hover
{
    color: #CD0210;
}

/*=====  End of blue page style  ======*/
/*=============================================
=            product            =
=============================================*/
/*----------  default styles  ----------*/
.product-title
{
    margin-bottom: 10px;
	
}


.product-title a
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;font-size: 13px;
    font-weight: 400;
    line-height: 18px;
   text-overflow: ellipsis;                      
   display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;

  color: #222;
  }
  

.product-title a:hover
{
    color: #CD0210;
}

.product-title a span {color: #CD0210; padding-right: 3px; font-weight: bold; font-size: 16px;}

.rating
{
    margin-bottom: 10px;
}
.rating i
{
    font-size: 17px;

    color: #e0e0e0;
}
.rating i.active
{
    color: #ffdd20;
}

.product-price
{
    margin-bottom: 0;
}
.product-price .discounted-price
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px; 

    margin-right: 5px;

    color: #CD0210;
}

.product-price .ppv-price
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 20px; 
    margin-right: 5px;
    color: #CD0210;
}

.product-price .ppv-price-scene
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 20px; 
    margin-right: 5px;
    color: #CD0210;
}


.product-price .main-price
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px; 

    color: #CD0210;
}
.product-price .main-price.discounted
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;

    text-decoration: line-through; 

    color: #868686;
}
.product-price--medium .discounted-price
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px; 

    color: #CD0210;
}
.product-price--medium .main-price
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px; 

    color: #CD0210;
}
.product-price--medium .main-price.discounted
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 21px; 

    color: #868686;
}
.product-price--big .discounted-price
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 43px; 

    color: #CD0210;
}
@media only screen and (max-width: 479px)
{
    .product-price--big .discounted-price
    {
        font-size: 26px;
        line-height: 38px;
    }
}
.product-price--big .main-price
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 43px; 

    color: #CD0210;
}
@media only screen and (max-width: 479px)
{
    .product-price--big .main-price
    {
        font-size: 26px;
        line-height: 38px;
    }
}
.product-price--big .main-price.discounted
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 23px;
    font-weight: 300;
    line-height: 28px; 

    color: #868686;
}
@media only screen and (max-width: 479px)
{
    .product-price--big .main-price.discounted
    {
        font-size: 20px;
        line-height: 30px;
    }
}

.product-short-desc
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px; 

    color: #333;
}

.product-extra-b
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    margin-top: 5px;
    padding: 23px 0 5px 0;
    color: #333;
    border-top: 1px solid #f0f0f0;
    border-bottom: none;
}


.product-extra
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 5px;
    padding: 20px 0;

    color: #333;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}





.discount-label
{
    font-size: 12px;
    font-weight: 600; 
    line-height: 25px;
    position: absolute;
    top:  5px;
    right: auto;
    left:  5px;
    width: 60px;
    height: 25px;
    padding-left: 10px;
    color: #fff;
    background-repeat: no-repeat;
    background-position: left center;

}


.discount-label--green
{
    background-image: url('../img/icons/green-discount-label.png');
}
.discount-label--red
{
    background-image: url('../img/icons/red-discount-label.png');
}
.discount-label--blue
{
    background-image: url('../img/icons/blue-discount-label.png');
}
.discount-label--static
{
    position: static;

    display: inline-block;
}

.hover-icons
{
    position: absolute;
    right: 0;
    bottom: 15px;

    visibility: hidden;

    padding: 5px;

    -webkit-transition: .6s;
            transition: .6s; 

    opacity: 0;
    border-radius: 25px;
    background: #fff;
}
.hover-icons ul li a
{
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;

    width: 36px;
    height: 36px;
    padding: 0;

    -webkit-transition: .6s;
            transition: .6s; 
    text-align: center;

    color: #333;
    border-radius: 100%;
    background: #fff;
}
.hover-icons ul li a:hover,
.hover-icons ul li a.active
{
    color: #fff; 
    background: #CD0210;
}

.cart-icon
{
    position: absolute;
    right: 12px; 
    bottom: 35px;

    display: inline-block;
}
.cart-icon--double-slider
{
    right: -20px;
}
@media only screen and (max-width: 767px)
{
    .cart-icon--double-slider
    {
        right: -25px;
    }
}
@media only screen and (max-width: 575px)
{
    .cart-icon--double-slider
    {
        right: 0;
    }
}
.cart-icon a
{
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;

    display: block;

    width: 36px;
    height: 36px;
    padding: 0;

    -webkit-transition: .6s;
            transition: .6s; 
    text-align: center;

    color: #333;
    border-radius: 100%;
    background: #f2f2f2;
}
.cart-icon a:hover,
.cart-icon a.active
{
    color: #fff; 
    background-color: #CD0210;
}

/*----------  widget product  ----------*/
.single-widget-product
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.single-widget-product__image
{
    -webkit-flex-basis: 100px;
    -ms-flex-preferred-size: 100px;
            flex-basis: 100px;
}
.single-widget-product__image a
{
    display: block;

    width: 100%;
}
.single-widget-product__image a img
{
    width: 100%;
}
.single-widget-product__content
{
    padding-left: 20px; 

    -webkit-flex-basis: calc(100% - 100px);
    -ms-flex-preferred-size: calc(100% - 100px);
            flex-basis: calc(100% - 100px);
}

/*----------  product single row slider  ----------*/
.single-slider-product
{
    -webkit-transition: .6s;
            transition: .6s;
}
.single-slider-product__image
{
    position: relative;
}
.single-slider-product__image > a
{
    display: block;

    width: 100%;
}
.single-slider-product__image > a img
{
    width: 100%;

    -webkit-transition: .6s;
            transition: .6s;
}
.single-slider-product__image > a img:nth-child(1)
{
    visibility: visible;

    opacity: 1;
}
.single-slider-product__image > a img:nth-child(2)
{
    position: absolute;
    top: 0;
    left: 0;

    visibility: hidden;

    opacity: 0;
}
.single-slider-product__content
{
    position: relative;
    overflow: hidden;
    padding: 10px;
    text-align: left;
   border: 1px solid #f0f0f0;
    border-top: 0;
    background: transparent;

}
.single-slider-product:hover .single-slider-product__image > a img:nth-child(2)
{
    visibility: visible;

    opacity: 1;
}
.single-slider-product:hover .hover-icons
{
    right: 15px; 

    visibility: visible;

    opacity: 1;
}

/*----------  product details  ----------*/
.product-detail-content
{
    padding: 20px 17px 15px 17px; 
    border: 1px solid #ebebeb;
	margin-bottom: 10px;
}

.tags .tag-title
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px; 

    color: #666;
}

.tags .tag-list
{
    display: inline-block;
	margin-top: 10px;
}

.tags .tag-list li
{
    display: inline-block;
}

.tags .tag-list li a
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 14px;
	padding: 5px 10px;
    font-weight: 300;
    line-height: 34px; 
	margin-right: 12px;
    color: #333;
}
.tags .tag-list li a:hover
{
    color: #CD0210;
	text-decoration: underline;
}

.product-details-title
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 16px;
	padding-right: 15px;
    font-weight: 500;
    line-height: 24px;
    color: #222;
}

@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .product-details-title
    {
        font-size: 16px;
        line-height: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .product-details-title
    {
        font-size: 16px;
        line-height: 20px;
    }
}
@media only screen and (max-width: 767px)
{
    .product-details-title
    {
        font-size: 16px;
        line-height: 20px;
    }
}



.product-info-block .single-info
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 22px; 
    color: #333;
	display: block;
	clear: both;

}


.product-info-block .single-info .value
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px; 
    color: #CD0210;
}
.product-info-block .single-info .value a
{
    font-weight: 500;
	margin-left: 2px;
	color: #CD0210;
}
.product-info-block .single-info .value a:hover
{
    text-decoration: underline;

    color: #CD0210;
}

.product-info-block .single-info .value .text-black a
{
	color: #222;
	
}

.product-info-block .single-info .value .text-black a:hover
{
	color: #222;
text-decoration: underline;
}


.product-short-desc
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    margin-top: 5px;
    padding: 23px 0;

    color: #333;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}




.quantity .quantity-title
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 48px; 

    color: #222;
}

.pro-qty
{
    position: relative;

    display: inline-block;

    width: 100px;
    height: 40px; 

    border: 1px solid #ddd;
}
.pro-qty input
{
    width: 100%;
    height: 100%;
    padding-right: 25px;
    padding-left: 20px; 

    border: none;
}
.pro-qty a
{
    font-size: 18px; 
    font-weight: normal;
    line-height: 20px;

    position: absolute;

    width: 20px;
    height: 20px;

    text-align: center;
}
.pro-qty a:hover
{
    color: #CD0210;
}
.pro-qty a.inc
{
    top: 0;
    right: 0;

    border-bottom: 1px solid #ddd; 
    border-left: 1px solid #ddd;
}
.pro-qty a.dec
{
    right: 0;
    bottom: 0;

    padding-top: 2px; 

    border-left: 1px solid #ddd;
}

.size
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px; 

    color: #222;
}
.size span.title
{
    font-weight: 500;
}
.size .nice-select
{
    float: none; 

    width: 100px;
    margin-top: 5px;

    border: 1px solid #ddd;
}

.color
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px; 

    color: #222;
}
.color span.title
{
    font-weight: 500;
}
.color span.color-block
{
    display: inline-block;

    width: 30px;
    height: 30px;
    margin-top: 10px; 
    margin-right: 5px;
}
.color span.color-choice-1
{
    background-color: #b09603;
}
.color span.color-choice-2
{
    background-color: #c8bdbb;
}
.color span.color-choice-3
{
    background-color: #225170;
}
.color span.active
{
    width: 32px;
    height: 32px; 

    border: 2px solid #CD0210;
}

.group-product-form .table-content table
{
    width: 100%; 

    text-align: center;

    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #e5e5e5;
    border-radius: 0;
    background: #fff none repeat scroll 0 0;
}
.group-product-form .table-content table td
{
    width: 33.33%; 
    padding: 12px 10px;

    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.group-product-form .table-content table td.product-name
{
    font-weight: 500;
}
.group-product-form .table-content table td.product-name a
{
    font-size: 14px;
}
.group-product-form .table-content table td.product-name a:hover
{
    color: #CD0210;
}
.group-product-form .table-content table td p span
{
    display: block;

    margin-top: 10px;
}

/*----------  produvt details feature wrapper  ----------*/
.product-details-feature-wrapper
{
    padding: 20px 0; 

    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}
@media only screen and (max-width: 575px)
{
    .product-details-feature-wrapper
    {
                flex-direction: column !important; 

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
            -ms-flex-direction: column !important;
    }
}

.social-share-buttons h3
{
    font-size: 16px;
    font-weight: 500;
    line-height: 30px; 

    text-transform: uppercase;
}

.social-share-buttons ul
{
    margin-bottom: 15px;
}
.social-share-buttons ul li
{
    display: inline-block;

    margin-right: 5px;
}
@media only screen and (max-width: 767px)
{
    .social-share-buttons ul li
    {
        margin-bottom: 5px;
    }
}
.social-share-buttons ul li a
{
    line-height: 40px;

    display: block;

    width: 40px;
    height: 40px;

    text-align: center; 

    border: 1px solid #ddd;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .social-share-buttons ul li a
    {
        margin-bottom: 5px;
    }
}
@media only screen and (max-width: 767px)
{
    .social-share-buttons ul li a
    {
        margin-bottom: 5px;
    }
}
.social-share-buttons ul li a i.fa-twitter
{
    color: #1da1f2;
}
.social-share-buttons ul li a i.fa-facebook
{
    color: #4867aa;
}
.social-share-buttons ul li a i.fa-google-plus
{
    color: #dd5144;
}
.social-share-buttons ul li a i.fa-pinterest
{
    color: #bd081b;
}
.social-share-buttons ul li a i.fa-rss
{
    color: #ff802d;
}
.social-share-buttons ul li:hover a
{
    color: #fff;
}
.social-share-buttons ul li:hover a i.fa
{
    color: #fff;
}
.social-share-buttons ul li:hover a.twitter
{
    background-color: #1da1f2;
}
.social-share-buttons ul li:hover a.facebook
{
    background-color: #4867aa;
}
.social-share-buttons ul li:hover a.google-plus
{
    background-color: #dd5144;
}
.social-share-buttons ul li:hover a.pinterest
{
    background-color: #bd081b;
}

.price-info
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 12px; 
	margin-top: -8px;
	margin-bottom: 20px;
    color: #666;
}

.price-info .separator
{
    font-weight: 300; 

    margin: 0 10px;
}

/*----------  product description tab  ----------*/
@media only screen and (max-width: 479px)
{
    .product-description-review-container nav .nav-tabs
    {
                flex-direction: row; 

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
    }
}
@media only screen and (max-width: 479px) and (max-width: 479px)
{
    .product-description-review-container nav .nav-tabs .nav-link
    {
        border-right: 1px solid #ebebeb !important;
    }
}
@media only screen and (max-width: 479px) and (max-width: 479px)
{
    .product-description-review-container nav .nav-tabs .nav-link:last-child
    {
        border-right: none !important;
    }
}

.product-description-review-container nav .nav-tabs a.nav-link
{
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;

    position: relative;

    margin: 0;
    margin-right: 50px; 
    padding: 13px 0;

    text-transform: capitalize;

    color: #a9a9a9;
    border: none !important;
    border-radius: 0;
    background: transparent;
}
.product-description-review-container nav .nav-tabs a.nav-link.active
{
    color: #333;
    border-bottom: 2px solid #CD0210 !important;
}

.product-description-review-container nav .nav-tabs a:hover
{
    color: #333;
}

.product-description-review-container nav .nav-tabs a:last-child
{
    margin-right: 0;
}

.product-description-review-container .tab-content .tab-pane.active
{
    padding: 20px 30px;
}

.product-description-review-container .tab-content .tab-pane .product-description p
{margin-top: 10px;
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px; 

    color: #333;
}



/*-- Single Product Rating --*/
.product-ratting-wrap
{
    overflow: hidden;
}

.pro-avg-ratting
{
    float: left;

    width: 100%; 
    margin-bottom: 20px;
}
.pro-avg-ratting h4
{
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;

    margin: 0 0 7px;
}
.pro-avg-ratting h4 span
{
    font-size: 12px;
    font-weight: 400;
    line-height: 10px; 

    color: #333;
}
.pro-avg-ratting > span
{
    font-size: 12px;
    line-height: 10px; 

    display: block;
}

.ratting-list
{
    float: left;

    width: 100%; 
    margin-bottom: 30px;
}
.ratting-list .sin-list
{
    margin-right: 30px;
}
.ratting-list .sin-list:last-child
{
    margin-right: 0;
}
.ratting-list .sin-list i
{
    font-size: 12px; 

    color: #333;
}
.ratting-list .sin-list span
{
    color: #666;
}

.rattings-wrapper
{
    float: left;

    width: 100%; 
    margin-bottom: 40px;
}

.sin-rattings
{
    margin-bottom: 40px;
}
.sin-rattings:last-child
{
    margin-bottom: 0;
}
.sin-rattings .ratting-author
{
    float: left;

    width: 100%;
    margin-bottom: 10px;
}
.sin-rattings .ratting-author h3
{
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;

    float: left;

    margin: 0;
    margin-right: 15px;
}
@media only screen and (max-width: 575px)
{
    .sin-rattings .ratting-author .ratting-star
    {
        float: left;

        width: 100%;
        margin-top: 5px;
    }
}
.sin-rattings .ratting-author .ratting-star i,
.sin-rattings .ratting-author .ratting-star span
{
    font-size: 12px;
    line-height: 18px;

    float: left; 

    color: #333;
}
.sin-rattings .ratting-author .ratting-star span
{
    margin-left: 5px;
}
.sin-rattings p
{
    font-size: 15px;
    line-height: 24px; 

    color: #666;
}

/*-- Ratting Form Wrap --*/
.ratting-form-wrapper
{
    float: left;

    width: 100%;
}
.ratting-form-wrapper h3
{
    font-size: 16px;
    font-weight: 500;
    line-height: 16px; 

    margin: 0 0 30px;

    text-transform: uppercase;
}

/*-- Ratting Form --*/
.ratting-form h5
{
    font-size: 14px;
    line-height: 18px;

    float: left;

    margin-right: 10px;
}

.ratting-form .ratting-star i
{
    font-size: 14px;
    line-height: 18px;

    display: block;
    float: left;

    margin-right: 3px;
}
.ratting-form .ratting-star i:last-child
{
    margin: 0;
}

.ratting-form label
{
    font-size: 14px;

    display: block;

    margin-bottom: 3px; 

    color: #666;
}

.ratting-form input
{
    font-size: 13px;
    line-height: 24px;

    width: 100%;
    padding: 8px 15px;

    color: #666; 
    border: 1px solid #ddd;
    background-color: transparent;
}
.ratting-form input[type='submit']
{
    font-weight: 600;

    width: auto;
    padding: 8px 30px;

    text-transform: uppercase;

    color: #fff; 
    border-color: #333;
    border-radius: 3px;
    background-color: #333;
}
.ratting-form input[type='submit']:hover
{
    color: #fff; 
    border-color: #CD0210;
    background-color: #CD0210;
}

.ratting-form textarea
{
    font-size: 13px;
    line-height: 24px;

    width: 100%;
    height: 80px;
    padding: 8px 15px;

    resize: none; 

    color: #666;
    border: 1px solid #ddd;
    background-color: transparent;
}

/*----------  list view product  ----------*/
.single-slider-product--list-view
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;
    padding: 19px;
	margin-bottom: 20px;

    border: 1px solid #f0f0f0;
}



@media only screen and (max-width: 575px)
{
    .single-slider-product--list-view
    {
	
                flex-direction: column; 
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
		
		    }
}


.single-slider-product--list-view__image
{
    -webkit-flex-basis: 150px;
    -ms-flex-preferred-size: 150px;
            flex-basis: 150px;
}


@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .single-slider-product--list-view__image
    {
        -webkit-flex-basis: 150px;
        -ms-flex-preferred-size: 150px;
                flex-basis: 150px;
    }
}

.single-slider-product--list-view__content
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 0; 

    border: none;

    -webkit-flex-basis: calc(100% - 150px);
    -ms-flex-preferred-size: calc(100% - 150px);
            flex-basis: calc(100% - 150px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .single-slider-product--list-view__content
    {
        -webkit-flex-basis: calc(100% - 150px);
        -ms-flex-preferred-size: calc(100% - 150px);
                flex-basis: calc(100% - 150px);
    }
}


@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .single-slider-product--list-view__content
    {
                flex-direction: column; 

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
}
@media only screen and (max-width: 767px)
{
    .single-slider-product--list-view__content
    {
                flex-direction: column; 

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
}
.single-slider-product--list-view__content__details
{
    padding: 0 20px;

    border-right: 1px solid #f0f0f0; 

    -webkit-flex-basis: 70%;
    -ms-flex-preferred-size: 70%;
            flex-basis: 70%;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .single-slider-product--list-view__content__details
    {
        padding-right: 0; 

        border-right: 0;

        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
    }
}
@media only screen and (max-width: 767px)
{
    .single-slider-product--list-view__content__details
    {
        padding-right: 0; 

        border-right: 0;

        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
    }
}

@media only screen and (max-width: 575px)
{
    .single-slider-product--list-view__content__details
    {
        padding-left: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .single-slider-product--list-view__content__details
    {
        -webkit-flex-basis: 55%;
        -ms-flex-preferred-size: 55%;
                flex-basis: 55%;
    }
}
.single-slider-product--list-view__content__details .product-title
{
    margin-top: 5px;
    margin-bottom: 10px;
}


.single-slider-product--list-view__content__details .product-title a
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;

    color: #333;
}
.single-slider-product--list-view__content__details .product-title a:hover
{
    color: #CD0210;
}
.single-slider-product--list-view__content__details .short-desc
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px; 
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
}


.single-slider-product--list-view__content__actions
{
    padding: 15px 0 0 20px;

    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .single-slider-product--list-view__content__actions
    {
        -webkit-flex-basis: 45%;
        -ms-flex-preferred-size: 45%;
                flex-basis: 45%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .single-slider-product--list-view__content__actions
    {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
    }
}
@media only screen and (max-width: 767px)
{
    .single-slider-product--list-view__content__actions
    {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
    }
}
@media only screen and (max-width: 575px)
{
    .single-slider-product--list-view__content__actions
    {
        padding-left: 0;
    }
}
.single-slider-product--list-view__content__actions .availability .availability-title
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px; 

    color: #666;
}
.single-slider-product--list-view__content__actions .availability .availability-value
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px; 

    color: #CD0210;
}
.single-slider-product--list-view__content__actions .product-price .discounted-price
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px; 

    color: #CD0210;
}
.single-slider-product--list-view__content__actions .product-price .main-price
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px; 

    color: #CD0210;
}
.single-slider-product--list-view__content__actions .product-price .main-price.discounted
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px; 

    color: #868686;
}
.single-slider-product--list-view__content__actions .hover-icons
{
    position: static; 

    visibility: visible;

    opacity: 1;
}
.single-slider-product--list-view__content__actions .hover-icons ul
{
    text-align: center;
}
.single-slider-product--list-view__content__actions .hover-icons ul li
{
    display: inline-block;
}

/*=====  End of product  ======*/
/*=============================================
=            light green page style            =
=============================================*/
.page-wrapper-light-green .product-title a:hover
{
    color: #CD0210;
}

.page-wrapper-light-green .product-price .discounted-price
{
    color: #CD0210;
}

.page-wrapper-light-green .product-price .main-price
{
    color: #CD0210;
}
.page-wrapper-light-green .product-price .main-price.discounted
{
    color: #868686;
}

.page-wrapper-light-green .product-price--medium .discounted-price
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px; 

    color: #CD0210;
}

.page-wrapper-light-green .product-price--medium .main-price
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px; 

    color: #CD0210;
}
.page-wrapper-light-green .product-price--medium .main-price.discounted
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 21px; 

    color: #868686;
}

.page-wrapper-light-green .hover-icons ul li a:hover,
.page-wrapper-light-green .hover-icons ul li a.active
{
    background-color: #CD0210;
}

.page-wrapper-light-green .cart-icon a:hover,
.page-wrapper-light-green .cart-icon a.active
{
    background-color: #CD0210;
}

.page-wrapper-light-green .tags .tag-list li a:hover
{
    color: #CD0210;
}

.page-wrapper-light-green .product-info-block .single-info .value
{
    color: #CD0210;
}
.page-wrapper-light-green .product-info-block .single-info .value a:hover
{
    color: #CD0210;
}

.page-wrapper-light-green .pro-qty a:hover
{
    color: #CD0210;
}

.page-wrapper-light-green .product-cart-button
{
    background-color: #CD0210;
}
.page-wrapper-light-green .product-cart-button:hover
{
    background-color: #333;
}

.page-wrapper-light-green .compare-button a:hover,
.page-wrapper-light-green .wishlist-button a:hover
{
    color: #CD0210;
}

/*=====  End of light green page style  ======*/
/*=============================================
=            red page style            =
=============================================*/
.page-wrapper-red .product-title a:hover
{
    color: #f72525;
}

.page-wrapper-red .product-price .discounted-price
{
    color: #f72525;
}

.page-wrapper-red .product-price .main-price
{
    color: #f72525;
}
.page-wrapper-red .product-price .main-price.discounted
{
    color: #868686;
}

.page-wrapper-red .hover-icons ul li a:hover,
.page-wrapper-red .hover-icons ul li a.active
{
    background-color: #f72525;
}

.page-wrapper-red .cart-icon a:hover,
.page-wrapper-red .cart-icon a.active
{
    background-color: #f72525;
}

.page-wrapper-red .tags .tag-list li a:hover
{
    color: #f72525;
}

.page-wrapper-red .product-info-block .single-info .value
{
    color: #f72525;
}
.page-wrapper-red .product-info-block .single-info .value a:hover
{
    color: #f72525;
}

.page-wrapper-red .pro-qty a:hover
{
    color: #f72525;
}

.page-wrapper-red .product-cart-button
{
    background-color: #f72525;
}
.page-wrapper-red .product-cart-button:hover
{
    background-color: #333;
}

.page-wrapper-red .compare-button a:hover,
.page-wrapper-red .wishlist-button a:hover
{
    color: #f72525;
}

/*=====  End of blue page style  ======*/
/*=============================================
=            reds page style            =
=============================================*/
.page-wrapper-reds .product-title a:hover
{
    color: #CD0210;
}

.page-wrapper-reds .product-price .discounted-price
{
    color: #CD0210;
}

.page-wrapper-reds .product-price .main-price
{
    color: #CD0210;
}
.page-wrapper-reds .product-price .main-price.discounted
{
    color: #868686;
}

.page-wrapper-reds .hover-icons ul li a:hover,
.page-wrapper-reds .hover-icons ul li a.active
{
    background-color: #CD0210;
}

.page-wrapper-reds .cart-icon a:hover,
.page-wrapper-reds .cart-icon a.active
{
    background-color: #CD0210;
}

.page-wrapper-reds .tags .tag-list li a:hover
{
    color: #CD0210;
}

.page-wrapper-reds .product-info-block .single-info .value
{
    color: #222;
}
.page-wrapper-reds .product-info-block .single-info .value a:hover
{
    color: #CD0210;
}

.page-wrapper-reds .pro-qty a:hover
{
    color: #CD0210;
}

.page-wrapper-reds .product-cart-button
{
    background-color: #CD0210;
}
.page-wrapper-reds .product-cart-button:hover
{
    background-color: #333;
}

.page-wrapper-reds .compare-button a:hover,
.page-wrapper-reds .wishlist-button a:hover
{
    color: #CD0210;
}

/*=====  End of reds page style  ======*/
/*=============================================
=            counter            =
=============================================*/
.counter-deal
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 36px;

    position: absolute;
    top: 50%;
    right: 127px;

    display: inline-block;

    padding: 0 20px;

    -webkit-transform: translateY(-80%);
        -ms-transform: translateY(-80%);
            transform: translateY(-80%);

    color: #fff;
    border-radius: 5px; 
    background-color: #CD0210;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .counter-deal
    {
        -webkit-transform: translateY(-160%);
            -ms-transform: translateY(-160%);
                transform: translateY(-160%);
    }
}
@media only screen and (max-width: 767px)
{
    .counter-deal
    {
        position: static;

        margin-bottom: 30px; 

        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }
}
.counter-deal .deal-countdown
{
    display: inline-block;

    margin-left: 15px;
}
.counter-deal .deal-countdown .single-countdown
{
    display: inline-block;
}
.counter-deal .deal-countdown .single-countdown__text
{
    margin: 0 5px;
}

/*=====  End of counter  ======*/
/*=============================================
=            light green page style            =
=============================================*/
.page-wrapper-light-green .counter-deal
{
    background-color: #CD0210;
}

/*=====  End of blue page style  ======*/
/*=============================================
=            blue page style            =
=============================================*/
.page-wrapper-reds .counter-deal
{
    background-color: #CD0210;
}

/*=====  End of blue page style  ======*/
/*=============================================
=            red page style            =
=============================================*/
.page-wrapper-red .counter-deal
{
    background-color: #f72525;
}

/*=====  End of blue page style  ======*/
/*=============================================
=            progressbar            =
=============================================*/
.product-availability__text
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px; 

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-bottom: 5px;

    color: #666;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}

.product-availability .progress
{
    height: 10px;
}
.product-availability .progress .progress-bar.bg-warning
{
    background-color: #ffdd20 !important;
}

/*=====  End of progressbar  ======*/
/*=============================================
=            quickview            =
=============================================*/
.quick-view-modal-container
{
    z-index: -1; 

    display: block !important;
    visibility: hidden;

    opacity: 0;
}
.quick-view-modal-container.show
{
    z-index: 99999; 

    visibility: visible;

    opacity: 1;
}


.quick-view-modal-container .modal-dialog
{
    max-width: 80%;
}

@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .quick-view-modal-container .modal-dialog
    {
        max-width: 90%;
    }
}
@media only screen and (max-width: 767px)
{
    .quick-view-modal-container .modal-dialog
    {
        max-width: 90%;
    }
}
@media only screen and (max-width: 575px)
{
    .quick-view-modal-container .modal-dialog
    {
        max-width: 100%;
    }
}
.quick-view-modal-container .modal-header
{
    padding-bottom: 0; 

    border: none;
}
.quick-view-modal-container .modal-header button
{
    z-index: 999;
}
.quick-view-modal-container .modal-body
{
    padding: 30px 50px 70px 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .quick-view-modal-container .modal-body
    {
        padding: 30px 30px 70px 30px;
    }
}
@media only screen and (max-width: 767px)
{
    .quick-view-modal-container .modal-body
    {
        padding: 30px 30px 70px 30px;
    }
}
@media only screen and (max-width: 479px)
{
    .quick-view-modal-container .modal-body
    {
        padding: 30px 15px 70px 15px;
    }
}
.quick-view-modal-container .modal-content
{
    overflow: auto; 

    max-height: 850px;

    border-radius: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px)
{
    .quick-view-modal-container .modal-content
    {
        overflow: auto; 

        max-height: 500px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .quick-view-modal-container .modal-content
    {
        overflow: auto; 

        max-height: 500px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .quick-view-modal-container .modal-content
    {
        overflow: auto; 

        max-height: 500px;
    }
}
@media only screen and (max-width: 767px)
{
    .quick-view-modal-container .modal-content
    {
        overflow: auto; 

        max-height: 500px;
    }
}

/*=====  End of quickview  ======*/
/*=============================================
=            breadcrumb            =
=============================================*/
.breadcrumb-content ul li
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 25px; 

    display: inline-block;

    margin-right: 20px;

    color: #333;
}
.breadcrumb-content ul li.has-child
{
    position: relative;
}
.breadcrumb-content ul li.has-child:before
{
    font-family: 'Ionicons';
    font-size: 12px;

    position: absolute;
    right: -15px; 

    display: inline-block;

    padding: 0;

    content: '\f3d3';
    vertical-align: top;

    color: #666;
}
.breadcrumb-content ul li:last-child
{
    margin-right: 0;
}
.breadcrumb-content ul li a
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 25px; 

    color: #666;
}

/*=====  End of breadcrumb  ======*/
/*=============================================
=            pagination            =
=============================================*/
.pagination-section
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 5px 20px;

    border: 1px solid #ededed;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media only screen and (max-width: 767px)
{
    .pagination-section
    {
                flex-direction: column; 

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
}
.pagination-section .pagination
{
    display: inline-block;

    padding: 10px 0;
}
.pagination-section .pagination li
{
    display: inline-block;
}
.pagination-section .pagination li a
{
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;

    width: 30px;
    height: 30px;
    padding: 0;

    -webkit-transition: .3s;
            transition: .3s; 
    text-align: center;

    color: #333;
    border: 0;
    border-radius: 4px;
    background: #fff;
}
.pagination-section .pagination li a:hover
{
    color: #fff; 
    background: #CD0210;
}
.pagination-section .pagination li.active a
{
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;

    width: 30px;
    height: 30px;
    padding: 0;

    text-align: center;

    color: #fff;
    border: 0;
    border-radius: 4px; 
    background: #CD0210;
}
.pagination-section .pagination-text
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 14px;
    line-height: 38px; 

    color: #333;
}

/*=====  End of pagination  ======*/
/*=============================================
=           Cart            =
=============================================*/
.cart-table
{
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
}
.cart-table .table
{
    margin: 0;
	
}
@media only screen and (max-width: 767px)
{
    .cart-table .table
    {
        border-top: 8px solid #f2f2f2;
    }
}
.cart-table .table thead
{
    background-color: #f2f2f2;
}
@media only screen and (max-width: 767px)
{
    .cart-table .table thead
    {
        display: none;
    }
}
.cart-table .table thead tr th
{
    font-size: 15px;
    font-weight: 700;

    padding: 12px 20px; 
    text-align: center;
    text-transform: uppercase;
    color: #333;
    border: none;
}

.cart-table .table tbody tr td
{
    padding: 20px 15px;

    text-align: center;
    vertical-align: middle;

    border: none;
    border-bottom: 1px solid #f2f2f2;
}


@media only screen and (max-width: 767px)
{
    .cart-table .table tbody tr td
    {
        display: block;
        width: 100%;
        max-width: none;
        padding: 15px;

        text-align: left;
    }
}

.cart-table th.pro-thumbnail,
.cart-table td.pro-thumbnail
{
    width: 140px; 
    min-width: 120px;
    max-width: 140px;
}

.cart-table th.pro-thumbnail-review,
.cart-table td.pro-thumbnail-review
{
    width: 120px; 
    min-width: 100px;
    max-width: 120px;
}




@media only screen and (max-width: 767px)
{
    .cart-table th.pro-thumbnail,
    .cart-table td.pro-thumbnail
    {
        width: 140px;
    }
}

.cart-table th.pro-title,
.cart-table td.pro-title
{

	width: 340px;
	min-width: 300px;
}

.cart-table th.pro-title-review,
.cart-table td.pro-title-review
{

	width: 200px;
	min-width: 180px;
}

.cart-table .table tbody tr td.pro-title-review
{
    padding: 10px 20px;
    text-align: left;
	font-size: 13px;

}

.cart-table .table tbody tr td.pro-title
{
    padding: 10px 20px;
    text-align: left;

}

.cart-table td.pro-title a
{
    font-size: 14px;
    font-weight: 500;
 line-height: 18px;
    color: #333;
}

.cart-table td.pro-title a:hover
{
    color: #CD0210;
}

.cart-table td.pro-title span
{

	margin-bottom: 6px;
    display: block;

}

.cart-table td.pro-title-review span
{

	margin-bottom: 6px;
    display: block;

}


.cart-table th.pro-type, 
.cart-table td.pro-type
{
    width: 140px; 
    min-width: 120px;
    max-width: 140px;

}


.cart-table th.pro-type-ppv, 
.cart-table td.pro-type-ppv
{
    width: 300px; 
    min-width: 160px;
    max-width: 200px;

}


.cart-table th.pro-price, 
.cart-table td.pro-price
{
    width: 140px; 
    min-width: 120px;
    max-width: 140px;

}

.cart-table th.pro-remove, 
.cart-table td.pro-remove
{
    width: 140px; 
    min-width: 120px;
    max-width: 140px;

}


.cart-table th.pro-price-ppv, 
.cart-table td.pro-price-ppv
{
    width: 200px; 
    min-width: 160px;
    max-width: 200px;

}


.cart-table th.pro-subtotal, 
.cart-table td.pro-subtotal
{
    width: 140px; 
    min-width: 120px;
    max-width: 140px;

}


.cart-table td.pro-thumbnail
{
    display: block;
}

.cart-table td.pro-thumbnail img
{
    width: 100%;

}



.cart-table td.pro-price span
{
    font-size: 15px;
    font-weight: 500;

    display: block;

    color: #333;
}




.check-box-lg {margin-bottom: 20px;}

.check-box-lg input[type='checkbox']
{
    display: none;
}


.check-box-lg input[type='checkbox'] + label
{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;

    position: relative;
    margin: 0; 
    padding-left: 30px;
    color: #333;
}

.check-box-lg input[type='checkbox'] + label::before
{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;

    content: '';
    -webkit-transition: all .3s ease 0s;
            transition: all .3s ease 0s; 

    border: 2px solid #999;
}

.check-box-lg input[type='checkbox'] + label::after
{
    font-family: Fontawesome;
    font-size: 12px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 20px;

    content: '\f00c';
    -webkit-transition: all .3s ease 0s;
            transition: all .3s ease 0s; 
    text-align: center;

    opacity: 0;
    color: #333;
}
.check-box-lg input[type='checkbox']:checked + label::before
{
    border: 2px solid #333;
}
.check-box-lg input[type='checkbox']:checked + label::after
{
    opacity: 1;
}


.check-box-lg input[type='radio'] + label::after
{
    position: absolute;
    top: 5px;
    left: 5px;

    display: block;
    width: 20px;

    content: '';
    -webkit-transition: all .3s ease 0s;
            transition: all .3s ease 0s; 
    text-align: center;

    opacity: 0;
    background-color: #333;
}

.check-box-lg input[type='radio'] + label
{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;

    position: relative;

    margin: 0; 
    padding-left: 5px;

    color: #333;
}




.cart-table td.pro-quantity
{
    /*----------  Additional cart quantity style will be placed here  ----------*/
}

.cart-table td.pro-subtotal span
{
    font-size: 15px;
    font-weight: 500;

    display: block;

    color: #333;
}

.cart-table td.pro-addtocart button
{
    font-weight: 700;
    line-height: 24px;
    width: 140px;
    height: 36px;
    padding: 5px 20px;
    text-transform: capitalize;
    color: #333;
    border: 1px solid #CD0210;
    border-radius: 0;
    background-color: #CD0210;
}

.cart-table td.pro-remove a
{
    font-weight: 500;
	display: block;
    color: #333;
}
.cart-table td.pro-remove a i
{
    font-size: 15px;
	line-height: 22px;
}

.cart-table td.pro-remove a:hover
{
    color: #f00;
}

@media only screen and (max-width: 767px)
{
    .cart-table td.pro-remove a
    {
        min-width: 60px;
        display: inline-block;
        text-align: left;
    }
	
		.cart-table td.pro-thumbnail img
{
    width: 40%;

}
	
	
}



@media only screen and (max-width: 575.98px)
{
	
.cart-table td.pro-remove a
    {
        min-width: 60px;
        display: inline-block;
        text-align: left;
    }
	
	.cart-table td.pro-remove a i
{
    margin-left: 5px;
}
	
	.cart-table td.pro-thumbnail img
{
    width: 50%;

}
	

}







/*-- Calculate Shipping --*/
.calculate-shipping
{
    margin-bottom: 23px;
}
.calculate-shipping h4
{
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;

    margin-bottom: 30px; 

    text-decoration: underline;
    text-transform: capitalize;
}
.calculate-shipping form .nice-select
{
    line-height: 24px;

    width: 100%;
    height: 36px;
    padding: 5px 20px;

    border: 1px solid #999;
    border-radius: 0;
    background-color: transparent;
}
.calculate-shipping form .nice-select::after
{
    border-color: #333;
}
.calculate-shipping form .nice-select .current
{
    font-size: 14px;
    line-height: 24px;

    display: block;

    color: #333;
}
.calculate-shipping form .nice-select .list
{
    width: 100%;
}
.calculate-shipping form input
{
    line-height: 24px;

    width: 100%;
    height: 36px;
    padding: 5px 20px;

    color: #333;
    border: 1px solid #999;
    border-radius: 0;
    background-color: transparent;
}
.calculate-shipping form input[type='submit']
{
    font-weight: 400;

    width: 140px;

    text-transform: uppercase;

    color: #fff;
    border-color: #333;
    border-radius: 3px; 
    background-color: #333;
}
.calculate-shipping form input[type='submit']:hover
{
    border-color: #CD0210; 
    background-color: #CD0210;
}

/*-- Discount Coupon --*/


.discount-coupon {margin-top: 20px;}


.discount-coupon h4
{
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;

    margin-bottom: 20px; 

    text-decoration: underline;
    text-transform: capitalize;
}

.discount-coupon form input
{
    line-height: 24px;

    width: 100%;
    height: 36px;
    padding: 5px 20px;

    color: #333;
    border: 1px solid #999;
    border-radius: 0;
    background-color: transparent;
}
.discount-coupon form input[type='submit']
{
    font-weight: 400;

    width: 140px;

    text-transform: uppercase;

    color: #fff;
    border-color: #333;
    border-radius: 3px; 
    background-color: #333;
}
.discount-coupon form input[type='submit']:hover
{
    border-color: #CD0210; 
    background-color: #CD0210;
}

/*-- Cart Summary --*/
.cart-summary
{
    float: right;

    width: 100%;
    max-width: 410px;
    margin-left: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .cart-summary
    {
        margin-left: 0;
    }
}
@media only screen and (max-width: 767px)
{
    .cart-summary
    {
        margin-left: 0;
    }
}
.cart-summary .cart-summary-wrap
{
    margin-bottom: 20px; 
    padding: 45px 50px;

    background-color: #f2f2f2;
}
@media only screen and (max-width: 575px)
{
    .cart-summary .cart-summary-wrap
    {
        padding: 25px 30px;
    }
}
.cart-summary .cart-summary-wrap h4
{
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;

    margin-bottom: 30px; 

    text-decoration: underline;
    text-transform: capitalize;
}
.cart-summary .cart-summary-wrap p
{
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;

    color: #333;
}
.cart-summary .cart-summary-wrap p span
{
    float: right;
}
.cart-summary .cart-summary-wrap h2
{
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;

    margin: 0; 
    padding-top: 9px;

    color: #000;
    border-top: 1px solid #999;
}
.cart-summary .cart-summary-wrap h2 span
{
    float: right;
}
.cart-summary .cart-summary-button
{
    overflow: hidden;

    width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .cart-summary .cart-summary-button
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
                justify-content: flex-start;
    }
}
@media only screen and (max-width: 767px)
{
    .cart-summary .cart-summary-button
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
                justify-content: flex-start;
    }
}
.cart-summary .cart-summary-button button
{
    line-height: 24px;

    float: right; 
    width: 150px;
    height: 36px;
    margin-top: 10px;
    margin-left: 20px;
    padding: 5px 20px;

    color: #333;
    border: 1px solid #999;
    border-radius: 0;
    background-color: transparent;
}
.cart-summary .cart-summary-button button:last-child
{
    margin-left: 0;
}
.cart-summary .cart-summary-button button:hover
{
    color: #fff; 
    border-color: #CD0210;
    background-color: #CD0210;
}


.cart-summary .cart-summary-button button.checkout-btn
{
    font-weight: 400;
 width: 200px;
    text-transform: uppercase;
	float: left;

    color: #fff;
    border-color: #CD0210;
    border-radius: 3px; 
    background-color: #CD0210;
}


.cart-summary .cart-summary-button button.checkout-btn:hover
{
    border-color: #333; 
    background-color: #333;
}


@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .cart-summary .cart-summary-button button
    {
        margin-right: 20px; 
        margin-left: 0;
    }
    .cart-summary .cart-summary-button button:last-child
    {
        margin-right: 0;
    }
}
@media only screen and (max-width: 767px)
{
    .cart-summary .cart-summary-button button
    {
        margin-right: 10px; 
        margin-left: 0;
    }
    .cart-summary .cart-summary-button button:last-child
    {
        margin-right: 0;
    }
}
@media only screen and (max-width: 575px)
{
    .cart-summary .cart-summary-button button
    {
        width: 130px;
    }
	

	
}


.cart-summary select {padding: 2px 3px 2px 5px; width: 90px;}



/*=====  End of Cart  ======*/
/*=============================================
=            Checkout            =
=============================================*/
/*-- Checkout Title --*/
.checkout-title
{
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;

    margin-bottom: 15px; 

    text-decoration: underline;
    text-transform: capitalize;
}

/*-- Checkout Form --*/
.checkout-form label
{
    font-size: 14px;
    font-weight: 500;

    display: block;

    margin-bottom: 12px;

    text-transform: capitalize;
}


.checkout-form .nice-select
{
    font-size: 14px;
    line-height: 23px;

    width: 100%;
    height: 45px;
    margin-bottom: 15px; 
    padding: 10px 20px;

    color: #333;
    border: 1px solid #999;
    border-radius: 0;
    background-color: #fff;
}
.checkout-form .nice-select::after
{
    right: 20px;

    width: 6px;
    height: 6px;

    border-width: 1px;
    border-color: #333;
}
.checkout-form .nice-select .current
{
    line-height: 23px; 

    display: block;

    color: #333;
}
.checkout-form .nice-select .list
{
    width: 100%;
}

.checkout-form input
{
    font-size: 14px;
    line-height: 23px;
    width: 100%;
    margin-bottom: 15px; 
	margin-top: 10px;
    padding: 10px 20px;
    color: #333;
    border: 1px solid #999;
    border-radius: 0;
    background-color: #fff;
}

.checkout-form input[type='checkbox']
{
    width: auto;
}


.checkout-form .check-box
{
    float: left;

    margin-right: 70px;
}
.checkout-form .check-box:last-child
{
    margin-right: 0;
}
.checkout-form .check-box input[type='checkbox']
{
    display: none;
}
.checkout-form .check-box input[type='checkbox'] + label
{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;

    position: relative;

    margin: 0; 
    padding-left: 30px;

    color: #333;
}
.checkout-form .check-box input[type='checkbox'] + label::before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 20px;
    height: 20px;

    content: '';
    -webkit-transition: all .3s ease 0s;
            transition: all .3s ease 0s; 

    border: 2px solid #999;
}
.checkout-form .check-box input[type='checkbox'] + label::after
{
    font-family: Fontawesome;
    font-size: 12px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 20px;

    content: '\f00c';
    -webkit-transition: all .3s ease 0s;
            transition: all .3s ease 0s; 
    text-align: center;

    opacity: 0;
    color: #333;
}
.checkout-form .check-box input[type='checkbox']:checked + label::before
{
    border: 2px solid #333;
}
.checkout-form .check-box input[type='checkbox']:checked + label::after
{
    opacity: 1;
}

/*-- Shipping Form --*/
#shipping-form
{
    display: none;
}

/*-- Checkout Cart Total --*/
.checkout-cart-total
{
    padding: 20px; 

    background-color: #f2f2f2;
}
@media only screen and (max-width: 575px)
{
   
.checkout-cart-total
    {
        padding: 20px;
    }
}
.checkout-cart-total h4
{
    font-weight: 700; 
    line-height: 23px;

    -webkit-flex-basis: 18px;
    -ms-flex-preferred-size: 18px;
            flex-basis: 18px;
}
.checkout-cart-total h4:first-child
{
    margin-top: 0;
    margin-bottom: 25px;
}
.checkout-cart-total h4:last-child
{
    margin-top: 15px;
    margin-bottom: 0;
}


.checkout-cart-side
{
    padding: 20px; 
border: 1px solid #ebebeb;
}

.checkout-cart-side.bg
{
    padding: 20px; 
border: 1px solid #ebebeb;
	background-color: #f2f2f2;
}


@media only screen and (max-width: 575px)
{
   
.checkout-cart-side
    {
        padding: 20px;
    }
}
.checkout-cart-side h4
{
    font-weight: 700; 
    line-height: 20px;
    -webkit-flex-basis: 18px;
    -ms-flex-preferred-size: 18px;
            flex-basis: 18px;
}
.checkout-cart-side h4:first-child
{
    margin-top: 0;
    margin-bottom: 20px;
}
.checkout-cart-side h4:last-child
{
    margin-top: 15px;
    margin-bottom: 0;
}

.checkout-cart-side p
{
    font-size: 14px;
    line-height: 23px;

}




.checkout-cart-total h4 span
{
    display: block; 
    float: right;
}
.checkout-cart-total ul
{
    border-bottom: 1px solid #999;
}
.checkout-cart-total ul li
{
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;

    display: block;

    margin-bottom: 16px; 

    color: #333;
}
.checkout-cart-total ul li span
{
    float: right; 

    color: #333;
}
.checkout-cart-total p
{
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;

    margin: 0; 
    padding: 10px 0;

    color: #505050;
    border-bottom: 1px solid #999;
}
.checkout-cart-total p span
{
    float: right;
}

/*-- Checkout Payment Method --*/
.checkout-payment-method
{
    padding: 45px; 

    background-color: #f2f2f2;
}
@media only screen and (max-width: 575px)
{
    .checkout-payment-method
    {
        padding: 30px;
    }
}

/*-- Single Payment Method --*/
.single-method
{
    margin-bottom: 20px;
}
.single-method:last-child
{
    margin-bottom: 0;
}
.single-method input[type='radio']
{
    display: none;
}
.single-method input[type='radio'] + label
{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;

    position: relative;

    margin: 0; 
    padding-left: 30px;

    color: #333;
}
.single-method input[type='radio'] + label::before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 20px;
    height: 20px;

    content: '';
    -webkit-transition: all .3s ease 0s;
            transition: all .3s ease 0s; 

    border: 2px solid #999;
}
.single-method input[type='radio'] + label::after
{
    position: absolute;
    top: 5px;
    left: 5px;

    display: block;

    width: 10px;
    height: 10px;

    content: '';
    -webkit-transition: all .3s ease 0s;
            transition: all .3s ease 0s; 
    text-align: center;

    opacity: 0;
    background-color: #333;
}
.single-method input[type='radio']:checked + label::before
{
    border: 2px solid #333;
}
.single-method input[type='radio']:checked + label::after
{
    opacity: 1;
}
.single-method input[type='checkbox']
{
    display: none;
}
.single-method input[type='checkbox'] + label
{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;

    position: relative;

    margin: 0; 
    padding-left: 30px;

    color: #333;
}
.single-method input[type='checkbox'] + label::before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 16px;
    height: 16px;

    content: '';
    -webkit-transition: all .3s ease 0s;
            transition: all .3s ease 0s; 

    border: 2px solid #999;
}
.single-method input[type='checkbox'] + label::after
{
    position: absolute;
    top: 4px;
    left: 4px;

    display: block;

    width: 8px;
    height: 8px;

    content: '';
    -webkit-transition: all .3s ease 0s;
            transition: all .3s ease 0s; 
    text-align: center;

    opacity: 0;
    background-color: #333;
}
.single-method input[type='checkbox']:checked + label::before
{
    border: 2px solid #333;
}
.single-method input[type='checkbox']:checked + label::after
{
    opacity: 1;
}
.single-method p
{
    font-size: 14px;
    line-height: 23px; 

    display: none;

    margin-top: 8px;

    color: #333;
}

/*-- Place Order --*/
.place-order
{
    font-weight: 400;
    line-height: 24px;

    float: left;

    width: 140px;
    height: 36px;
    margin-top: 40px;
    padding: 6px 20px;

    text-transform: uppercase;

    color: #fff;
    border: none;
    border-radius: 3px;
    background-color: #333;
}
.place-order:hover
{
    background-color: #CD0210;
}

/*=====  End of Checkout  ======*/
/*=============================================
=           My Account            =
=============================================*/
.myaccount-tab-menu
{
            flex-direction: column;

    background-color: #fff; 

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}
.myaccount-tab-menu a
{
    font-size: 12px;
    font-weight: 500;

    display: block;

    padding: 14px 14px 12px;

    text-transform: uppercase; 

    color: #333;
    border: 1px solid #eee;
    border-bottom: none;
}
.myaccount-tab-menu a:last-child
{
    border-bottom: 1px solid #eee;
}
.myaccount-tab-menu a:hover,
.myaccount-tab-menu a.active
{
    color: #fff; 
    background-color: #CD0210;
}
.myaccount-tab-menu a i
{
    font-size: 14px;

    width: 25px; 

    text-align: center;
}

/*-- My Account Content -*/
.myaccount-content
{
    font-size: 14px;

    padding: 10px 20px 30px 10px; 

    background-color: #fff;
}

@media only screen and (max-width: 575px)
{
    .myaccount-content
    {
        padding: 30px 10px;
    }
}


@media only screen and (max-width: 767px)
{

    .myaccount-content
    {
        padding: 30px 10px;
    }
}


.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}


.myaccount-content h3
{
    margin-bottom: 22px; 
	font-size: 22px;
    padding-bottom: 10px;

    border-bottom: 1px dashed #eee;
}

.myaccount-content .welcome a
{
    color: #000;
}
.myaccount-content .welcome a:hover
{
    color: #CD0210;
}
.myaccount-content .welcome strong
{
    font-weight: 600;
}
.myaccount-content a.edit-address-btn
{
    font-size: 14px;
    font-weight: 400;

    padding: 10px 20px;

    text-transform: uppercase;

    color: #fff;
    border: none;
    border-color: #333;
    border-radius: 3px; 
    background: none;
    background-color: #333;
}
.myaccount-content a.edit-address-btn i
{
    padding-right: 5px;
}
.myaccount-content a.edit-address-btn:hover
{
    background-color: #CD0210;
}
.myaccount-content button.save-change-btn
{
    font-weight: 400;

    width: 140px;
    padding: 10px 0;

    text-transform: uppercase;

    color: #fff;
    border: none;
    border-color: #333;
    border-radius: 3px; 
    background: none;
    background-color: #333;
}
.myaccount-content button.save-change-btn:hover
{
    background-color: #CD0210;
}

/*-- My Account Table -*/
.myaccount-table
{
    font-size: 15px; 

    white-space: nowrap;
}
.myaccount-table table th,
.myaccount-table .table th
{
    padding: 10px;
}
.myaccount-table table td,
.myaccount-table .table td
{
    padding: 20px 10px;

    vertical-align: middle;
}
.myaccount-table table td a:hover,
.myaccount-table .table td a:hover
{
    color: #CD0210;
}

.saved-message
{
    font-size: 13px;
    font-weight: 600;

    padding: 20px; 

    border-top: 3px solid #CD0210;
    border-radius: 5px 5px 0 0;
}

/*-- My Account Details Form -*/
.account-details-form h4
{
    margin: 0;
}

.account-details-form input
{
    line-height: 24px;

    display: block;

    width: 100%;
    padding: 11px 25px;

    color: #656565; 
    border: 1px solid #ebebeb;
    border-radius: 0;
}

/*=====  End of My Account  ======*/
/*=============================================
=            Login Register            =
=============================================*/
/*-- Login Title --*/
.login-title
{
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;

    margin-bottom: 30px; 

    text-decoration: underline;
    text-transform: capitalize;
}

/*-- Login Form --*/
.login-form
{
    padding: 20px;

   
}

@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .login-form
    {
        padding: 15px;
    }
}
.login-form label
{
    font-size: 14px;
    font-weight: 500;

    display: block;

    margin-bottom: 12px;

    text-transform: capitalize;
}
.login-form .nice-select
{
    font-size: 14px;
    line-height: 23px;

    width: 100%;
    height: 45px;
    margin-bottom: 15px; 
    padding: 10px 20px;

    color: #333;
    border: 1px solid #999;
    border-radius: 0;
    background-color: transparent;
}
.login-form .nice-select::after
{
    right: 20px;

    width: 6px;
    height: 6px;

    border-width: 1px;
    border-color: #333;
}
.login-form .nice-select .current
{
    line-height: 23px; 

    display: block;

    color: #333;
}
.login-form .nice-select .list
{
    width: 100%;
}
.login-form input
{
    font-size: 14px;
    line-height: 23px;

    width: 100%;
    margin-bottom: 15px; 
    padding: 10px 20px;

    color: #333;
    border: 1px solid #999;
    border-radius: 0;
    background-color: transparent;
}

.login-form select, .checkout-form select
{
    font-size: 14px;
    line-height: 23px;

    width: 100%;
    margin-bottom: 15px; 
    padding: 10px 20px;

    color: #333;
    border: 1px solid #999;
    border-radius: 0;
    background-color: transparent;
}





.login-form input[type='checkbox']
{
    width: auto;
}

.login-form .check-box
{
    float: left;

    margin-right: 70px;
}
.login-form .check-box:last-child
{
    margin-right: 0;
}
.login-form .check-box input[type='checkbox']
{
    display: none;
}
.login-form .check-box input[type='checkbox'] + label
{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;

    position: relative;

    margin: 0; 
    padding-left: 30px;

    color: #333;
}
.login-form .check-box input[type='checkbox'] + label::before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 20px;
    height: 20px;

    content: '';
    -webkit-transition: all .3s ease 0s;
            transition: all .3s ease 0s; 

    border: 2px solid #999;
}
.login-form .check-box input[type='checkbox'] + label::after
{
    font-family: Fontawesome;
    font-size: 12px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 20px;

    content: '\f00c';
    -webkit-transition: all .3s ease 0s;
            transition: all .3s ease 0s; 
    text-align: center;

    opacity: 0;
    color: #333;
}
.login-form .check-box input[type='checkbox']:checked + label::before
{
    border: 2px solid #333;
}
.login-form .check-box input[type='checkbox']:checked + label::after
{
    opacity: 1;
}


/*-- Place Order --*/
.register-button
{
    font-weight: 400;
    line-height: 24px;

    display: block;
    float: left;

    width: 250px;
    height: 36px;
    margin-top: 40px;
    padding: 6px 20px;

    text-transform: uppercase;

    color: #fff;
    border: none;
    border-radius: 3px; 
    background-color: #CD0210;
}

.register-button:hover
{
    background-color: #333;
	 color: #fff;
}


.register-button:active,
.register-button:focus,
button:active,
button:focus {
    color: #fff;
    background-color: #CD0210;
}


.buy-button
{
    font-weight: 400;
    line-height: 24px;
    display: block;
    width: 360px;
    height: 40px;
    margin-top: 40px;
    padding: 6px 20px;

    text-transform: uppercase;

    color: #fff;
    border: none;
    border-radius: 3px; 
    background-color: #CD0210;
}
.buy-button:hover
{
    background-color: #333;
}


input.submit-inputbutton1
{
    font-weight: 400;
    line-height: 24px;
    display: block;
    width: 360px;
    height: 40px;
    margin-top: 40px;
    padding: 6px 20px;

    text-transform: uppercase;

    color: #fff;
    border: none;
    border-radius: 3px; 
    background-color: #CD0210;
}

input.submit-inputbutton1:hover
{
    background-color: #333;
}









.goback-button
{
    font-weight: 400;
    line-height: 24px;

    display: block;
    float: left;

    width: 250px;
    height: 36px;
    margin-top: 40px;
    padding: 6px 20px;

    text-transform: uppercase;
    color: #333;
    border: 1px solid #999;
    border-radius: 0;
    background-color: transparent;
}

.goback-button:hover
{
	color: #FFF;
    background-color: #CD0210;
}



/*=====  End of Login Register  ======*/
/*=============================================
=           FAQ            =
=============================================*/
.faq-wrapper .panel.panel-default
{
    margin-bottom: 20px; 

    border: 1px solid #ebebeb;
}

.faq-wrapper .card,
.faq-wrapper .card-header
{
    border-radius: 0;
}

.faq-wrapper .card
{
    margin-bottom: 15px;
}
.faq-wrapper .card:last-child
{
    margin-bottom: 0;
}

.faq-wrapper .card-header
{
    padding: 0;

    border-bottom: 0;

}

.faq-wrapper .card-header h5 button
{
    font-weight: 500;

    position: relative;

    width: 100%;
    padding: 10px 20px;

    text-align: left;
    white-space: normal; 

    color: #333;

    overflow-wrap: break-word;
}
.faq-wrapper .card-header h5 button span
{
    position: absolute;
    top: 50%;
    right: 10px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.faq-wrapper .card-header h5 button span i.fa
{
    font-size: 12px;

    display: none; 
    visibility: hidden;

    opacity: 0;
}
.faq-wrapper .card-header h5 button:hover,
.faq-wrapper .card-header h5 button:focus
{
    text-decoration: none;
}
.faq-wrapper .card-header h5 button[aria-expanded='true']
{
    color: #fff;
    border-radius: 0; 
    background-color: #CD0210;
}
.faq-wrapper .card-header h5 button[aria-expanded='true'] span i.fa.fa-chevron-down
{
    display: inline; 
    visibility: visible;

    opacity: 1;
}
.faq-wrapper .card-header h5 button[aria-expanded='false'] span i.fa.fa-chevron-up
{
    display: inline; 
    visibility: visible;

    opacity: 1;
}

.faq-wrapper .card-body p
{
    font-size: 14px;
    line-height: 24px;
}

/*=====  End of FAQ  ======*/
/*=============================================
=           Point            =
=============================================*/
/*-- Point Table --*/
.point-table
{

}
.point-table .table tbody tr:first-child
{
    border-top: 1px solid #eee;
}
.point-table .table tbody tr td
{
    padding: 25px 30px;

    text-align: center;
    vertical-align: middle;

    border: none;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
}
.point-table .table tbody tr td:last-child
{
    border-right: 1px solid #eee;
}
.point-table .table tbody tr td.first-column
{
    font-size: 18px;
    font-weight: 600;
    line-height: 1; 

    min-width: 180px;
    margin: 0;

    color: #333;
}

.point-table .table tbody tr td.first-column
{
    font-size: 18px;
    font-weight: 600;
    line-height: 1; 

    min-width: 180px;
    margin: 0;

    color: #333;
}


.point-table .table tbody tr td.product-image-title
{
    padding-top: 50px;
}
.point-table .table tbody tr td.product-image-title .image
{
    clear: both;

    width: 100%;
    margin-bottom: 40px;
}
.point-table .table tbody tr td.product-image-title .image img
{
    max-width: 100%;
}
.point-table .table tbody tr td.product-image-title .category
{
    font-size: 13px;
    line-height: 15px;

    display: block;

    margin-bottom: 10px; 

    letter-spacing: .5px;
    text-transform: capitalize;

    color: #333;
}
.point-table .table tbody tr td.product-image-title .category:hover
{
    color: #CD0210;
}
.point-table .table tbody tr td.product-image-title .title
{
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;

    margin-bottom: 10px; 

    color: #333;
}
.point-table .table tbody tr td.product-image-title .title:hover
{
    color: #CD0210;
}
.point-table .table tbody tr td.pro-desc p
{
    margin: 0; 

    text-align: left;
}
.point-table .table tbody tr td.pro-price
{
    font-size: 24px;
    font-weight: 600;
    color: #CD0210;
}

.point-table .table tbody tr td.pro-color
{
    font-size: 16px;
    font-weight: 500;

    color: #333;
}
.point-table .table tbody tr td.pro-stock
{
    font-size: 16px;
    font-weight: 500;

    color: #333;
}
.point-table .table tbody tr td.pro-addtocart .add-to-cart
{
    position: relative;

    display: inline-block;

    width: 170px;
    padding: 10px 25px 10px 25px; 

    color: #fff;
    border-radius: 3px;
    background-color: #CD0210;
}
.point-table .table tbody tr td.pro-addtocart .add-to-cart i.fa
{
    padding-right: 10px;
}
.point-table .table tbody tr td.pro-addtocart .add-to-cart span
{
    font-size: 13px;
    font-weight: 500;
    line-height: 21px;

    overflow: hidden;

    text-align: center; 
    text-transform: uppercase;
}
.point-table .table tbody tr td.pro-addtocart .add-to-cart:hover
{
    background-color: #333;
}
.point-table .table tbody tr td.pro-remove button
{
    padding: 0; 

    border: none;
    background-color: transparent;
}
.point-table .table tbody tr td.pro-remove button i
{
    font-size: 20px;
}
.point-table .table tbody tr td.pro-remove button:hover
{
    color: red;
}
.point-table .table tbody tr td.pro-ratting i
{
    font-size: 14px; 

    color: #333;
}

/*=====  End of Point  ======*/
/*=============================================
=           Contact             =
=============================================*/
#google-map
{
    height: 400px;
}
@media only screen and (max-width: 767px)
{
    #google-map
    {
        height: 300px;
    }
}
@media only screen and (max-width: 575px)
{
    #google-map
    {
        height: 250px;
    }
}
@media only screen and (max-width: 479px)
{
    #google-map
    {
        height: 200px;
    }
}

h3.contact-page-title
{
    font-size: 32px;
    font-weight: 500;
    line-height: 32px;

    margin-bottom: 25px; 

    color: #333;
}
@media only screen and (max-width: 575px)
{
    h3.contact-page-title
    {
        font-size: 25px;
    }
}

.single-contact-block
{
    margin-bottom: 20px;
    padding-bottom: 20px;

    border-bottom: 1px solid #e0e0e0;
}
@media only screen and (max-width: 575px)
{
    .single-contact-block
    {
        margin-bottom: 20px; 
        padding-bottom: 20px;
    }
}
.single-contact-block:last-child
{
    margin-bottom: 0; 
    padding-bottom: 0;

    border-bottom: 0;
}
.single-contact-block h4
{
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;

    color: #222;
}
@media only screen and (max-width: 575px)
{
    .single-contact-block h4
    {
        font-size: 20px;
    }
}
.single-contact-block h4 img
{
    margin: 5px 20px 20px 0;
}
.single-contact-block p
{
    font-size: 15px;
    line-height: 29px;

    margin-bottom: 0;

    color: #666;
}

span.required
{
    color: #cd0210;
}

/*----------  contact form  ----------*/
.contact-form .form-group
{
    margin-bottom: 20px;
}


.contact-form label
{
    font-size: 15px;
    font-weight: 400;
    line-height: 29px;

    display: block;

    margin-bottom: 0; 

    color: #333;
}

.contact-form input
{
    line-height: 50px;

    width: 100%;
    height: 50px;
    padding-left: 20px; 

    border: 1px solid #999;
    outline: none;
    background-color: #fff;
}

.contact-form textarea
{
    line-height: 20px;

    width: 100%;
    height: 200px; 
    padding: 10px;

    border: 1px solid #999;
    outline: none;
    background-color: #fff;
}

.contact-form select
{
    font-size: 14px;
    line-height: 23px;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px 20px;
    color: #333;
    border: 1px solid #999;
    border-radius: 0;
    background-color: transparent;
}


/*----------  contact page side content  ----------*/
.contact-page-side-content
{
    padding: 30px; 

    background-color: #f2f2f2;
}

/*=====  End of Contact   ======*/
/*=============================================
=            About            =
=============================================*/
/*-- About Image --*/
.about-image img
{
    width: 100%;
}

/*-- About Content --*/
.about-content h1
{
    font-size: 36px;
    font-weight: 700;

    margin-bottom: 23px; 

    text-transform: uppercase;
}
.about-content h1 span
{
    color: #CD0210;
}
@media only screen and (max-width: 767px)
{
    .about-content h1
    {
        font-size: 24px;
        line-height: 30px;
    }
}

.about-content h4
{
    font-size: 18px;
    font-weight: 700;

    margin-bottom: 14px;
}

.about-content p
{
    font-size: 14px;
    line-height: 24px;
}

/*-- About Mission Vission Goal --*/
.about-mission-vission-goal h3
{
    font-size: 24px;
    font-weight: 700;

    margin-bottom: 13px;
}

.about-mission-vission-goal p
{
    font-size: 14px;
    line-height: 24px;
}

/*-- About Section Title --*/
.about-section-title h3
{
    font-size: 24px;
    font-weight: 700;

    margin-bottom: 23px;
}
@media only screen and (max-width: 767px)
{
    .about-section-title h3
    {
        font-size: 18px;
        line-height: 24px;
    }
}

.about-section-title p
{
    font-size: 14px;
    line-height: 24px;

    max-width: 600px;
}

/*-- About Feature --*/
.about-feature h4
{
    font-size: 18px;
    font-weight: 700;

    margin-bottom: 4px;
}

.about-feature p
{
    font-size: 14px;
    line-height: 23px;

    max-width: 265px;
}
@media only screen and (max-width: 767px)
{
    .about-feature p
    {
        max-width: 350px;
    }
}

/*-- About Feature Banner --*/
.about-feature-banner .banner
{
    margin-left: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .about-feature-banner .banner
    {
        margin-left: 0;
    }
}
@media only screen and (max-width: 767px)
{
    .about-feature-banner .banner
    {
        margin-left: 0;
    }
}

/*-- Feature Content --*/
.feature-content h2
{
    font-size: 30px;

    max-width: 470px;
    margin-bottom: 0;
}
.feature-content h2 span
{
    font-weight: 700;
}

.feature-content h1
{
    font-size: 36px;

    max-width: 470px;
}
.feature-content h1 span
{
    font-weight: 700;
}

.feature-content p
{
    line-height: 23px;

    max-width: 520px;
    margin-top: 30px; 
    margin-bottom: 0;
}

/*-- Feature Image --*/
.feature-image
{
    position: relative;
    z-index: 2;
}
.feature-image::before
{
    position: absolute;
    z-index: -1; 
    right: 0;
    bottom: -40px;

    width: 380px;
    height: 360px;

    content: '';

    background-color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .feature-image::before
    {
        display: none;
    }
}
@media only screen and (max-width: 767px)
{
    .feature-image::before
    {
        display: none;
    }
}
.feature-image img
{
    width: 100%;
    margin-left: -40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .feature-image img
    {
        margin-left: 0;
    }
}
@media only screen and (max-width: 767px)
{
    .feature-image img
    {
        margin-left: 0;
    }
}

.about-feature
{
    margin-bottom: -30px;
}

/*=====  End of About  ======*/
/*=============================================
=            Blog            =
=============================================*/
/*----------  slider blog post  ----------*/
.blog-post-slider-container
{
    padding: 30px 0;
}
.blog-post-slider-container .col
{
    -webkit-box-shadow: 1px 0 0 0 #ebebeb;
            box-shadow: 1px 0 0 0 #ebebeb;
}
.blog-post-slider-container .single-blog-post
{
    text-align: center;
}
.blog-post-slider-container .single-blog-post .image
{
    margin-bottom: 10px;
}
.blog-post-slider-container .single-blog-post .image a
{
    display: block;
}
.blog-post-slider-container .single-blog-post .image a img
{
    width: 100%;
}
.blog-post-slider-container .single-blog-post .content h3
{
    margin-bottom: 10px;
}
.blog-post-slider-container .single-blog-post .content h3 a
{
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}
.blog-post-slider-container .single-blog-post .content p
{
    margin-bottom: 10px;
}
.blog-post-slider-container .single-blog-post .content p span
{
    font-size: 13px;
    font-weight: 400; 

    color: #abaaaa;
}
.blog-post-slider-container .single-blog-post .content p span i.icon
{
    font-size: 15px; 

    color: #CD0210;
}
.blog-post-slider-container .single-blog-post .content p span.post-comments
{
    margin-right: 15px;
}
.blog-post-slider-container .single-blog-post .content p span.post-author a
{
    color: #CD0210;
}
.blog-post-slider-container .single-blog-post .content p span.post-author a:hover
{
    color: #333;
}
.blog-post-slider-container .single-blog-post .content p.post-excerpt
{
    font-size: 14px;
    line-height: 24px;

    margin-bottom: 10px;
}
.blog-post-slider-container .single-blog-post .content a.alula-button
{
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;

    display: inline-block;

    padding: 15px 30px;

    text-transform: uppercase; 

    color: #363f4d;
    border-radius: 3px;
    background: #f2f2f2;
}
.blog-post-slider-container .single-blog-post .content a.alula-button:hover
{
    color: #fff; 
    background-color: #CD0210;
}

.single-blog-post
{
    background-color: #fff;
}
.single-blog-post.gallery-type-post
{
    display: block;
}
.single-blog-post.gallery-type-post .single-blog-post-media:hover .slick-arrow
{
    visibility: visible;

    opacity: .6;
}
.single-blog-post.gallery-type-post .single-blog-post-media:hover .slick-arrow:hover
{
    opacity: 1;
}
.single-blog-post.gallery-type-post .single-blog-post-media:hover .slick-next
{
    right: 10px;
}
.single-blog-post.gallery-type-post .single-blog-post-media:hover .slick-prev
{
    left: 10px;
}
.single-blog-post.gallery-type-post .slick-arrow
{
    line-height: 40px;

    position: absolute;
    z-index: 9;
    top: 50%;

    visibility: hidden;

    width: 40px;
    height: 40px;
    margin-top: -20px;

    text-align: center; 

    opacity: 0;
    color: #fff;
    border: none;
    border-radius: 50%;
    background: none;
    background-color: #323232;
}
.single-blog-post.gallery-type-post .slick-next
{
    right: 30px;
    left: auto;
}
.single-blog-post.gallery-type-post .slick-prev
{
    right: auto; 
    left: 30px;
}
.single-blog-post .single-blog-post-media
{
    position: relative;
}
.single-blog-post .single-blog-post-media .image a
{
    display: block;

    width: 100%;
}
.single-blog-post .single-blog-post-media .image a img
{
    width: 100%;
}
.single-blog-post .single-blog-post-media .blog-categories
{
    position: absolute;
    bottom: 20px;
    left: 10px;
}
.single-blog-post .single-blog-post-media .blog-categories ul li
{
    display: inline-block;
}
.single-blog-post .single-blog-post-media .blog-categories ul li a
{
    display: block;

    margin-right: 5px;
    padding: 5px 10px;

    text-transform: capitalize;

    border-radius: 3px; 
    background-color: #fff;
}
.single-blog-post .single-blog-post-media .blog-categories ul li a:hover
{
    color: #fff; 
    background-color: #CD0210;
}
.single-blog-post .single-blog-post-media .video
{
    overflow: hidden;
}
.single-blog-post .single-blog-post-media .video iframe
{
    width: 100%;
}
@media only screen and (max-width: 479px)
{
    .single-blog-post .single-blog-post-media .video iframe
    {
        height: 200px;
    }
}
.single-blog-post .single-blog-post-content .post-audio
{
    overflow: hidden;
}
.single-blog-post .single-blog-post-content .post-audio iframe
{
    width: 100%;
}
.single-blog-post .single-blog-post-content h3.post-title
{
    font-size: 22px;
    font-weight: 500; 
    line-height: 30px;

    margin-bottom: 20px;

    color: #333;
}
.single-blog-post .single-blog-post-content h3.post-title a:hover
{
    color: #CD0210;
}
@media only screen and (max-width: 575px)
{
    .single-blog-post .single-blog-post-content h3.post-title
    {
        font-size: 25px;
    }
}
.single-blog-post .single-blog-post-content h3.post-title.sticky
{
    position: relative;

    padding-left: 25px;
}
.single-blog-post .single-blog-post-content h3.post-title.sticky:before
{
    font-family: fontAwesome;
    font-size: 25px; 

    position: absolute;
    top: 0;
    left: 0;

    content: '\f08d';
}
.single-blog-post .single-blog-post-content .post-meta
{
    margin-bottom: 20px;
    padding-bottom: 15px;

    border-bottom: 1px solid #e0e0e0;
}
.single-blog-post .single-blog-post-content .post-meta p span
{
    color: #999;
}
.single-blog-post .single-blog-post-content .post-meta p span i.fa
{
    margin-right: 5px;
}
.single-blog-post .single-blog-post-content .post-meta p a
{
    font-weight: 400;

    color: #808080;
}
.single-blog-post .single-blog-post-content .post-meta p a:hover
{
    color: #CD0210;
}
.single-blog-post .single-blog-post-content .post-meta p span.separator
{
    padding: 0 5px;
}
.single-blog-post .single-blog-post-content p.post-excerpt
{
    font-size: 14px;
    line-height: 29px;
}
.single-blog-post .single-blog-post-content a.blog-readmore-btn
{
    font-size: 12px;
    font-size: 12px;
    font-weight: 500;
    font-weight: 500;
    line-height: 12px;
    line-height: 18px;

    display: inline-block;

    padding: 15px 30px;
    padding: 15px 25px; 

    letter-spacing: 2px;
    text-transform: uppercase;

    color: #363f4d;
    border-radius: 3px;
    background: #f2f2f2;
}
.single-blog-post .single-blog-post-content a.blog-readmore-btn:hover
{
    color: #fff; 
    background-color: #CD0210;
}

.blog-single-post-container
{
    padding: 25px; 

    border: 1px solid #efefef;
    background-color: #fff;
}
.blog-single-post-container h3.post-title
{
    font-size: 34px;
    font-weight: 500;
    line-height: 46px;

    margin-bottom: 20px; 

    text-align: center;

    color: #333;
}
@media only screen and (max-width: 479px)
{
    .blog-single-post-container h3.post-title
    {
        font-size: 25px;
        line-height: 35px;
    }
}
.blog-single-post-container .post-meta
{
    margin-bottom: 20px; 
    padding-bottom: 15px;

    text-align: center;
}
.blog-single-post-container .post-meta p span
{
    color: #999;
}
.blog-single-post-container .post-meta p a
{
    font-weight: 400;

    color: #323232;
}
.blog-single-post-container .post-meta p a:hover
{
    color: #CD0210;
}
.blog-single-post-container .post-meta p span.separator
{
    padding: 0 5px;
}
.blog-single-post-container .single-blog-post-media
{
    position: relative;

    margin-bottom: 50px;
}
.blog-single-post-container .single-blog-post-media .image img
{
    width: 100%;
}
.blog-single-post-container .single-blog-post-media .blog-image-gallery .single-image img
{
    width: 100%;
}
.blog-single-post-container .single-blog-post-media .blog-categories
{
    position: absolute;
    bottom: 20px;
    left: 10px;
}
.blog-single-post-container .single-blog-post-media .blog-categories ul li
{
    display: inline-block;
}
.blog-single-post-container .single-blog-post-media .blog-categories ul li a
{
    display: block;

    margin-right: 5px;
    padding: 5px 10px;

    text-transform: capitalize;

    border-radius: 3px; 
    background-color: #fff;
}
.blog-single-post-container .single-blog-post-media .blog-categories ul li a:hover
{
    color: #fff; 
    background-color: #CD0210;
}
.blog-single-post-container .single-blog-post-media .video
{
    overflow: hidden;
}
.blog-single-post-container .single-blog-post-media .video iframe
{
    width: 100%;
    height: 500px;
}
@media only screen and (max-width: 767px)
{
    .blog-single-post-container .single-blog-post-media .video iframe
    {
        height: 400px;
    }
}
@media only screen and (max-width: 479px)
{
    .blog-single-post-container .single-blog-post-media .video iframe
    {
        height: 250px;
    }
}
.blog-single-post-container .post-audio
{
    overflow: hidden;
}
.blog-single-post-container .post-audio iframe
{
    width: 100%;
    height: 100px;
}
.blog-single-post-container .post-content p
{
    font-size: 15px;
    line-height: 29px;
}
.blog-single-post-container .post-content blockquote
{
    font-size: 14px;
    font-style: italic;
    line-height: 26px;

    margin: 40px 0 40px 40px;
    padding: 30px 45px; 

    border: 1px solid #e0e0e0;
    border-left: 5px solid #CD0210;
    background: #f6f6f6;
}
@media only screen and (max-width: 479px)
{
    .blog-single-post-container .post-content blockquote
    {
        margin-left: 10px;
        padding: 15px 20px;
    }
}
.blog-single-post-container .tag-area
{
    padding: 10px 0; 

    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.blog-single-post-container .tag-area span
{
    color: #999;
}
.blog-single-post-container .tag-area ul
{
    display: inline-block;
}
.blog-single-post-container .tag-area ul li
{
    display: inline-block;
}
.blog-single-post-container .tag-area ul li a
{
    font-size: 15px;
    font-weight: 500;
    font-style: italic;

    color: #333;
}
.blog-single-post-container .tag-area ul li a:hover
{
    color: #CD0210;
}
.blog-single-post-container .social-share-buttons
{
    text-align: center;
}
.blog-single-post-container .social-share-buttons h3
{
    font-size: 12px;
    font-weight: 500;
    line-height: 26px;

    width: auto;
    margin: 0 20px;
    margin-bottom: 15px; 

    text-transform: uppercase;

    color: #8c8c8c;
    background: none;
}
.blog-single-post-container .social-share-buttons ul li
{
    display: inline-block;
}
.blog-single-post-container .social-share-buttons ul li a
{
    font-size: 12px;
    line-height: 32px;

    display: inline-block;

    width: 32px; 
    height: 32px;
    margin-right: 10px;

    text-align: center;

    color: #353535;
    border-radius: 100%;
    background: #f7f7f7;
}
.blog-single-post-container .social-share-buttons ul li a:hover
{
    border-color: transparent;
}
.blog-single-post-container .related-post-container h3.related-post-title
{
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;

    color: #333;
}
.blog-single-post-container .related-post-container .single-related-post .image
{
    margin-bottom: 15px;
}
.blog-single-post-container .related-post-container .single-related-post .image a
{
    display: block;

    width: 100%;
}
.blog-single-post-container .related-post-container .single-related-post .image a img
{
    width: 100%;
}
.blog-single-post-container .related-post-container .single-related-post .content h3.related-post-title
{
    font-size: 17px;
    font-weight: 500;
    line-height: 23px;
}
.blog-single-post-container .related-post-container .single-related-post .content h3.related-post-title a:hover
{
    color: #CD0210;
}
.blog-single-post-container .related-post-container .single-related-post .content h3.related-post-title span
{
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;

    display: block;

    margin-top: 5px; 

    color: #999;
}

/*----------  single blog post media  ----------*/
.single-blog-post-media
{
    position: relative;
}
.single-blog-post-media:hover .slick-arrow
{
    visibility: visible;

    opacity: .6;
}
.single-blog-post-media:hover .slick-arrow:hover
{
    opacity: 1;
}
.single-blog-post-media:hover .slick-next
{
    right: 10px;
}
.single-blog-post-media:hover .slick-prev
{
    left: 10px;
}
.single-blog-post-media .slick-arrow
{
    line-height: 40px;

    position: absolute;
    z-index: 9;
    top: 50%;

    visibility: hidden;

    width: 40px;
    height: 40px;
    margin-top: -20px;

    opacity: 0; 
    color: #fff;
    border: none;
    border-radius: 50%;
    background: none;
    background-color: #323232;
}
.single-blog-post-media .slick-next
{
    right: 30px;
    left: auto;
}
.single-blog-post-media .slick-prev
{
    right: auto; 
    left: 30px;
}

/*----------  comment container  ----------*/
h3.comment-counter
{
    font-weight: 500; 

    margin-bottom: 20px;
}

.comment-container .single-comment
{
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex; 

    width: 100%;
    margin: 0 0 30px;
    padding: 30px;

    border: 1px solid #e0e0e0;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 4px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 5px 4px 0 rgba(0, 0, 0, .1);
}
.comment-container .single-comment.reply-comment
{
    width: 90%; 
    margin-left: 10%;
}
.comment-container .single-comment:last-child
{
    margin-bottom: 0;
}
.comment-container .single-comment span.reply-btn
{
    position: absolute;
    top: 30px;
    right: 30px;
}
.comment-container .single-comment span.reply-btn a
{
    font-size: 13px; 
    font-weight: 500;

    display: inline-block;

    padding: 5px 15px;

    color: #CD0210;
    border: 1px solid #CD0210;
    border-radius: 50px;
}
.comment-container .single-comment span.reply-btn a:hover
{
    color: #fff; 
    background-color: #CD0210;
}
.comment-container .single-comment .image
{
    -webkit-flex-basis: 50px;
    -ms-flex-preferred-size: 50px;
            flex-basis: 50px;
}
.comment-container .single-comment .content
{
    margin-left: 20px; 

    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
}
.comment-container .single-comment .content h3
{
    font-size: 15px;
    font-weight: 700;
    font-style: italic; 
    line-height: 29px;

    color: #999;
}
.comment-container .single-comment .content h3 span.comment-time
{
    font-size: 14px;
    font-weight: 400;
    line-height: 29px;

    display: block; 

    color: #999;
}
.comment-container .single-comment .content p.comment-text
{
    font-size: 15px;
    line-height: 24px; 

    color: #999;
}

/*----------  comment form  ----------*/
.comment-form-container h3
{
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;

    margin-bottom: 25px; 

    color: #333;
}

.comment-form-container p
{
    font-size: 12px;
    line-height: 23px;

    color: #999;
}

/*----------  comment form  ----------*/
.comment-form label
{
    font-size: 15px;
    font-weight: 500; 
    line-height: 29px;

    display: block;

    margin-bottom: 10px;

    color: #999;
}

.comment-form textarea
{
    width: 100%;
    height: 130px;
    padding: 15px; 

    border: 1px solid #e0e0e0;
    -webkit-box-shadow: 0 5px 4px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 5px 4px 0 rgba(0, 0, 0, .1);
}

.comment-form input
{
    line-height: 48px;

    width: 100%;
    height: 50px;
    padding: 0 15px;

    vertical-align: middle; 

    border: 1px solid #e0e0e0;
    border-radius: 0;
    background: #fff;
}

.comment-form .fl-btn
{
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;

    display: inline-block;

    padding: 15px 30px;

    text-transform: uppercase;

    color: #363f4d;
    color: #fff; 
    border: none;
    border-radius: 3px;
    background: #f2f2f2;
    background-color: #333;
}
.comment-form .fl-btn:hover
{
    color: #fff; 
    background-color: #CD0210;
}

/*=====  End of Blog  ======*/
/*=============================================
=            shop            =
=============================================*/
/*----------  shop header  ----------*/
.shop-header
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 5px 10px;

    border: 1px solid #ededed;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media only screen and (max-width: 767px)
{
    .shop-header
    {
                flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
                align-items: flex-start;
    }
}
.shop-header__left__message
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 14px;
    line-height: 40px;

    float: left; 

    color: #333;
}
@media only screen and (max-width: 479px)
{
    .shop-header__left__message
    {
        padding-left: 10px;
    }
}
.shop-header__right
{
    padding-left: 10px;
}
.shop-header__right .single-select-block .select-title
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px; 

    margin-right: 10px;

    color: #333;
}
.shop-header__right .single-select-block select
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;

    padding-left: 10px; 

    color: #333;
    border: none;
}

.grid-icons
{
    float: left;
}
.grid-icons button
{
    float: left; 

    width: 40px;
    height: 40px;
    padding: 0;

    border: none;
    background: none;
    background-repeat: no-repeat;
    background-position: center;
}
@media only screen and (max-width: 767px)
{
    .grid-icons button
    {
        height: 40px;
    }
}
.grid-icons button.three-column
{
    background-image: url('../img/icons/grid.png');
}
.grid-icons button.three-column:hover,
.grid-icons button.three-column.active
{
    background-image: url('../img/icons/grid-hover.png');
}
.grid-icons button.four-column
{
    background-image: url('../img/icons/grid-4.png');
}
.grid-icons button.four-column:hover,
.grid-icons button.four-column.active
{
    background-image: url('../img/icons/grid-4-hover.png');
}
.grid-icons button.list-view
{
    background-image: url('../img/icons/list.png');
}
.grid-icons button.list-view:hover,
.grid-icons button.list-view.active
{
    background-image: url('../img/icons/list-hover.png');
}

.shop-product-wrap.grid .list-view-product
{
    display: none;
}

.shop-product-wrap.list [class*='col'],
.shop-product-wrap.list [class*='col-']
{
    width: 100%;
    max-width: 100%; 

    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
}

.shop-product-wrap.rankinglist [class*='col'],
.shop-product-wrap.rankinglist [class*='col-']
{margin-bottom: 20px;

}

.shop-product-wrap.rankinglist img {width: 90%;}

.shop-product-wrap.rankinglist-ppv img {width: 100%;}

.shop-product-wrap.rankinglist .single-slider-product--list-view {margin-bottom: 20px;}

.shop-product-wrap.rankinglist .single-slider-product--list-view__content__details
{padding: 0 5px}


.shop-product-wrap.list .grid-view-product
{
    display: none;
}

/*=====  End of shop  ======*/





/*-----------------------------------------------*/
/*---------- NEWLY ADDED ON 1/29/2019  ----------*/
/*-----------------------------------------------*/



/*---------- DVD/PPV Menu  ----------*/

.main-menu2
{
    /* separate menu style */
}
.main-menu2 nav > ul > li
{
    position: relative;

    display: inline-block;

    margin-right: 40px;
}
.main-menu2 nav > ul > li:last-child
{
    margin-right: 0;
}
.main-menu2 nav > ul > li.active > a,
.main-menu2 nav > ul > li:hover > a
{
    position: relative; 
    color: #CD0210;
}
.main-menu2 nav > ul > li.menu-item-has-children > a::after
{
    font-family: Ionicons;
    font-size: 12px;
    font-weight: 300; 

    float: right;

    margin-left: 5px;

    content: '\f3d0';
    -webkit-transition: .3s;
            transition: .3s;
}
.main-menu2 nav > ul > li > a
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    line-height: 50px; 
    display: block;

    color: #333;
}
.main-menu2 nav > ul > li:hover > .sub-menu,
.main-menu2 nav > ul > li:hover > .mega-menu
{
    z-index: 999; 

    visibility: visible;

    margin-top: 0;

    opacity: 1;
}
.main-menu2--separate nav > ul
{
    text-align: center;
}


/*----------  Slider  ----------*/


.carousel-indicators {margin-bottom: 5px;}


/*----------  5 Col  ----------*/


.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}


 






 
.section-title h2 a:hover  {color: #CD0210}


.nopadding {
   padding: 0 10px 0 25px !important;
   margin: 0 !important;
}

.sidebar-widget > ul li a small {color: #999;}

.sidebar-filter-group-color a span 
{
margin-left: 5px;
}



/*---------iPhone Size---------*/

@media screen and (max-width: 767px) {
.section-title h2 {font-size: 18px;}
}


.rating a:hover img { opacity: .7;}

.rating img {margin-right: 2px;}

.modal-body{
    height: 800px;
	overflow-y: auto;

}



.modal-newsletter{
    height: 600px;
	overflow-y: auto;
}


.modal-body-jacket
 {max-width: 1000px;}

.modal-body-video
 {max-height: 500px; max-width: 900px;}

.modal-header h4 {font-size: 16px;}


@media only screen and (max-width: 767px)
{
   .modal-dialog
    {
        max-width: 60%;
				margin-left: auto;
		margin-right: auto;

    }
	
	   .modal-lg {
		   min-width: 80%;}
	
	.modal-header h4 {font-size: 14px;}
		   
	.single-slider-product--list-view__image a img {width: 100%;}

 	.sidebar-widget > ul li a
{
    font-size: 15px; 
    line-height: 18px;

    position: relative;

    display: block;

    padding: 5px 0;

    text-transform: capitalize;

    color: #333;
}
	
}


@media only screen and (max-width: 575.98px)
{
	

.single-slider-product--list-view__image a img {width: 70%; margin-bottom: 10px;}
	
.shop-product-wrap.rankinglist .single-slider-product--list-view__image img {width: 70%;}
	
.shop-product-wrap.rankinglist .modal-body img {width: 100%;}
	
	
	
.product-info-block .single-info .title
{

    font-size: 14px;
    line-height: 24px; 

}

.product-info-block .single-info .value
{

    font-size: 14px;
    line-height: 24px; 

}
	
	
	
.nopadding {
    padding: 0 15px 0 15px !important;
    margin: 0 !important;
}
    .modal-dialog
    {
        max-width: 80%;
		margin-left: auto;
		margin-right: auto;

    }	
 
	.modal-header h4 {font-size: 14px;}
	
   .modal-lg {
	min-width: 90%;
	   	
}
	
	.product-description-review-container nav .nav-tabs a.nav-link
{
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;

    position: relative;

    margin: 0;
    margin-right: 25px; 
    padding: 13px 0;

    text-transform: capitalize;

    color: #a9a9a9;
    border: none !important;
    border-radius: 0;
    background: transparent;
}
	
	.sidebar-widget > ul li a
{
    font-size: 15px; 
    line-height: 18px;

    position: relative;

    display: block;

    padding: 5px 0;

    text-transform: capitalize;

    color: #333;
}
	
	
	.product-description-review-container .tab-content .tab-pane.active
{
    padding: 20px;
}
	
	.section-title h2
{
	width: 90%;
 
}

.shop-product-wrap.rankinglist-ppv img {width: 90%;}
	
}


@media (max-width: 991.98px) { 	
	
.sidebar-filter-group-color
{
   display: grid;
    padding-bottom: 10px; 
    grid-template-columns: auto auto auto;
	border-bottom: 1px solid #dcdcdc;

} 
	
	
}


.button-set span {line-height: 38px;}
	
.pro-avg-ratting p {line-height: 26px}




/*---------List Actres ---------*/


.single-slider-product--list-view ul.actress li {line-height: 22px;}
	
.single-slider-product--list-view ul.actress li.all a {line-height: 30px; color: #CD0210;}
	
.single-slider-product--list-view ul.actress li.all a:hover, .single-slider-product--list-view ul.actress li.all a:active {color: #333;}


/*---------Ranking List ---------*/


.ranking-list
{
 
	padding-bottom: 10px; 
 }

.ranking-list a
{
   line-height: 24px;
	font-size: 14px;
    padding: 5px 0 5px 3px;
    color: #333;
    border: 0;
	display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


.ranking-list a span {
    color: #CD0210;
    padding-right: 8px;
    font-weight: bold;
}


.ranking-list a:hover,
.ranking-list a.active
{
    color: #CD0210;
}


/*---------Sale List Group ---------*/

.sale-list {
    padding: 5px;
    width: 100%;
    margin-top: 10px;

}


.sale-list ul {
    clear: both;
}

.sale-list li {
    float: left;
    margin-right: 3px;
    color: #171717;
}


.sale-list ul.sale a {
    text-decoration: none;
    line-height: 18px;
    font-weight: normal;
    font-size: 13px;
	    color: #171717;
    padding: 6px 15px;
    display: block;
    border: solid 1px #E9E9E9;
    margin-bottom: 3px;
}

.sale-list ul.sale a:hover {
   background-color: #f5f5f5;
}

.sale-list ul.sale li.w a {background-color: #b8000d; color: #FFF;}
.sale-list ul.sale li.w a:hover {background-color: #e60212;}


/*-------- Rank List Group ---------*/


.rank-list-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0
}

.rank-list-group-item {
	position: relative;
	display: block;
padding: 0 .20rem .60rem .20rem;
	margin-bottom: -1px;
	background-color: #fff;
		border-right: 0;
	border-left: 0;
	border-radius: 0;
	margin-bottom: 20px;
	font-weight: 600;
}


.rank-list-group-item:first-child {
}

.rank-list-group-item:last-child {
	margin-bottom: 0;
	border-bottom: 0
}

.rank-list-group-item:focus, .rank-list-group-item:hover {
	z-index: 1;
	text-decoration: none;

}

.rank-list-group-item.active {
	z-index: 2;
	font-weight: 600;
	color: #333;
	border-color: #CD0210;
}

.rank-list-group-item.active:after
{
    position: absolute;
    bottom: 0; 
    left: 0;
    width: 70px;
    height: 2px;
    content: '';
    background: #CD0210;
}

.ranking p {line-height: 22px;}



/*-------- Actress List Group ---------*/


.actress-group-list
{
   display: grid;
    padding-bottom: 10px; 
    grid-template-columns: auto auto auto auto auto auto auto;

}

.actress-group-list a span {font-size: 14px;}
.actress-group-list a:hover {color: #CD0210}

.actress-group-list a
{
    line-height: 14px;
	font-size: 12px;
    position: relative;
    display: block;
    padding: 5px 0 5px 3px;
    text-transform: capitalize;
    color: #222;
    border: 0;
    border: 0;
	text-align:  center;
}

.actress-group-list img {width: 80%; margin-bottom: 5px;}


.actress-title h2, .category-title h2

{font-family: 'meiryo', IBM Plex Sans, sans-serif;
	font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    position: relative;
    margin: 0;
    padding-bottom: 8px;
    text-transform: capitalize;
    color: #222;
}


.actress-menu .nav-pills .nav-link {
	font-weight: 600;
	margin-right: 10px;
	padding-right: 26px;
	padding-left: 26px;
    background-color: #f8f8f8;
	margin-bottom: 10px;
}



.actress-menu .nav-pills .nav-link.active, .actress-menu .nav-av-pills .show>.nav-link {
	color: #fff;
	background-color: #cd0210;
	font-weight: 600;
}


@media only screen and (max-width: 575.98px)
{
	
.actress-group-list
{
   display: grid;
    padding-bottom: 10px; 
    grid-template-columns: auto auto auto;

}	
	
	.actress-menu .nav-pills .nav-link {
	font-weight: 600;
	margin-right: 10px;
	padding-right: 23px;
	padding-left: 23px;
    background-color: #f8f8f8;
	margin-bottom: 10px;
}
	
	
}

@media only screen and (max-width: 767px)
{
	
.actress-group-list
{
   display: grid;
    padding-bottom: 10px; 
    grid-template-columns: auto auto auto;

}	
	
}

@media (max-width: 991.98px) { 	
	
.actress-group-list
{
   display: grid;
    padding-bottom: 10px; 
    grid-template-columns: auto auto auto;

}	
	
	
}



/*-------- Category List Group ---------*/


.category-group-list
{
   display: grid;
    padding-bottom: 10px; 
    grid-template-columns: auto auto auto auto;

}

.category-group-list a span {font-size: 14px;}

.category-group-list a:hover, .category-group-list a:active {color: #CD0210}

.category-group-list a
{
    line-height: 18px;
	font-size: 15px;
    position: relative;
    display: block;
    padding: 10px 10px 10px 5px;
    text-transform: capitalize;
    color: #222;
    border: 0;
    border: 0;
}


.category-group-list > a small {color: #999;}



@media only screen and (max-width: 575.98px)
{
	
.category-group-list
{
   display: grid;
    padding-bottom: 10px; 
    grid-template-columns: auto auto;
}

.category-group-list a:hover {color: #d80f05}
	
}

@media only screen and (max-width: 767px)
{
	
.category-group-list
{
   display: grid;
    padding-bottom: 10px; 
    grid-template-columns: auto auto;

}	
	
}

@media only screen and (max-width: 991.98px)
{
	
.category-group-list
{
   display: grid;
    padding-bottom: 10px; 
    grid-template-columns: auto auto;

}	
	
}


/*-------- Studio List Group ---------*/


.studio-title {
	display: block;
	font-size: 15px;
	font-weight: 600;
	color: #CD0210;
	margin-bottom: 20px;
}

.studio-group-list
{
   display: grid;
    padding-bottom: 10px; 
    grid-template-columns: auto auto auto auto auto;

}

.studio-group-list a:hover {color: #CD0210}


.studio-group-list a
{
    line-height: 20px;
	font-size: 15px;
    position: relative;
	margin-bottom: 10px;
	margin-right: 10px;
    display: block;
    padding: 20px;
    text-transform: capitalize;
    color: #222;
    border: 1px solid #f0f0f0;

}


.studio-group-list > a small {color: #999;}



@media only screen and (max-width: 575.98px)
{
	
.studio-group-list
{
   display: grid;
    padding-bottom: 10px; 
    grid-template-columns: auto auto;
}
	
	
}

@media only screen and (max-width: 767px)
{
	
.studio-group-list
{
   display: grid;
    padding-bottom: 10px; 
    grid-template-columns: auto auto;

}	
	
}

@media only screen and (max-width: 991.98px)
{
	
.studio-group-list
{
   display: grid;
    padding-bottom: 10px; 
    grid-template-columns: auto auto;

}	
	
}




/*=============================================
=           PPV SECTION           =
=============================================*/


/*-------- coming soon label ---------*/



.comingsoon-label
{
    font-size: 12px;
    font-weight: 600; 
    line-height: 12px;
    position: absolute;
    top:  0;
    right: auto;
    left:  0;
    width: 60px;
    height: 28px;
    padding-left: 6px;
	padding-top: 2px;
    color: #fff;
    background-repeat: no-repeat;
    background-position: top center;
	}


.comingsoon-label--red
{
    background-image: url('../img/icons/red-comingsoon-label.png');
}

.comingsoon-label--static
{
    position: static;

    display: inline-block;
}


/*=============================================
=            pagination REVISED         =
=============================================*/


.pagination-rev
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 0 20px 0 30px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}



/*----

@media only screen and (max-width: 575.98px)
{
	
.pagination-rev
    {
       width: 100%;
		flex-direction: column; 
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
	
	
}

----*/


@media only screen and (max-width: 767px)
{
   
.pagination-rev
    {
       flex-direction: column; 

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
}


.pagination-rev .pagination
{
    display: inline-block;

    padding: 5px 0;
}

.pagination-rev .pagination li
{
    display: inline-block;
}

.pagination-rev .pagination li a
{
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 1px;
    height: 30px;
    padding: 0 10px;
	
    -webkit-transition: .3s;
            transition: .3s; 
    text-align: center;

    color: #333;
    border: 0;
	border: 1px solid #FFF;
    border-radius: 4px;
    background: #fff;
}

.pagination-rev .disablelink-prev
{    cursor: default;
	font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    margin-right: 10px;
    color: rgb(180,180,180);
}

.pagination-rev .disablelink-next
{    cursor: default;
	font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    margin-left: 10px;
    color: rgb(180,180,180);
}

.pagination-rev .pagination li a:hover
{
        border: 1px solid #cccccc;
}

.pagination-rev .pagination li.active a
{
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;

    width: 30px;
    height: 30px;
    padding: 0;

    text-align: center;

    color: #fff;
    border: 0;
    border-radius: 4px; 
    background: #CD0210;
}
.pagination-rev .pagination-text
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 14px;
    line-height: 38px; 
    color: #333;
}



@media only screen and (max-width: 575.98px)
{
	
.input-group-sm>.form-control-page, .input-group-sm>.input-group-append>.btn, .input-group-sm>.input-group-append>.input-group-text, .input-group-sm>.input-group-prepend>.btn, .input-group-sm>.input-group-prepend>.input-group-text 
{
width: 300px;

}
	
h2.display-5 {font-size: 20px; line-height: 20px}
h1.display-5 {font-size: 30px; line-height: 30px}
		
}


@media only screen and (max-width: 767px)
{
	
.input-group-sm>.form-control-page, .input-group-sm>.input-group-append>.btn, .input-group-sm>.input-group-append>.input-group-text, .input-group-sm>.input-group-prepend>.btn, .input-group-sm>.input-group-prepend>.input-group-text 
{
width: 300px;

}	
	
	h2.display-5 {font-size: 20px; line-height: 20px}
	h1.display-5 {font-size: 30px; line-height: 30px}
	
}


.shop-header__right.pagination {width: 200px; margin-right: 5px;}


@media only screen and (max-width: 767px)
{
	
.shop-header__right.pagination {width: 90%;}
	
}


/*=============================================
=           PPV DETAIL PAGE         =
=============================================*/


.product-info-block .single-info-ppv
{
  
}

.product-info-block .single-info-ppv img
{
	width: 70%;
	height: 70%;
	padding: 0 10px 10px 0;
}


@media only screen and (min-width: 768px) and (max-width: 991px)
{
.product-info-block .single-info-ppv img
{
	width: 40%;
	height: 40%;
	padding: 0 10px 10px 0;
	float: left; 
}
}


@media only screen and (max-width: 767px)
{
	
.product-info-block .single-info-ppv img
{
	width: 40%;
	height: 40%;
	padding: 0 10px 10px 0;
	float: left; 
}
	
}

.product-review {line-height: 20px; margin-bottom: 20px;}


/* BOX INFO */

.product-frame {
    min-height: 20px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #f9f9f9;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
 
}

.product-frame h3 {font-size: 140%; color: #c91111;}
.product-frame h4 {font-size: 16px; line-height: 18px;}

.product-infom .wishlist-button a {font-size: 14px;}

.product-infom small {font-size: 90%;}

.product-infom {padding-left: 10px; margin-top: -2px; }

.product-infom-area {margin-top: 20px; border: 1px solid #ebebeb;}

.product-infom-area h3 {color: #CD0210; font-size: 20px; background-color: #dbdbdb; padding-left: 15px; padding-top: 5px; padding-bottom: 4px; }
	
.product-infom h4 {font-size: 16px; margin-bottom: 4px;}

.product-infom table {table-layout: fixed;}

.product-infom .left {
	border-collapse: collapse!important;
	width: 90%;
	margin-bottom: 20px;
	margin-top: 20px;}


.product-infom .left span.product-info {
	color: #222; font-weight: 600;
	font-size: 12px;
}
	

.product-infom .left tbody>tr>td {	
	padding: 10px 8px; font-size: 12px; vertical-align: top;}
	
.product-infom .left tbody>tr:last-child {border: none;}
.product-infom .left tbody>tr {border-bottom: solid 1px #dadada;}	
	
	
.product-infom .right {
	border-collapse: collapse!important;
	margin-bottom: 10px;}
	
	
.product-infom .right tbody>tr>td {	padding: 15px 2px}

.product-infom .right tbody>tr:last-child {border: none;}
.product-infom .right tbody>tr {border-bottom: solid 1px #dadada;}



.product-scene table {table-layout: fixed;}
.product-scene {padding: 5px;}
	
.product-scene .center {
	border-collapse: collapse!important;
	width: 100%;
	margin-bottom: 0;
	margin-top: 0;}
	
.product-scene .center tbody>tr>td {　padding: 0 }
.product-scene .center tbody>tr:last-child {border: none;}
.product-scene .center tbody>tr {border-bottom: solid 1px #dadada;}
.product-scene .center tbody>tr>td.pricedetail {padding: 0;}
.product-scene .center tbody>tr>td.pricedetail .button {font-size: 13px; padding: 8px 10px; margin-left: 10px; text-transform: uppercase;}
.product-scene .center tbody>tr>td.media {padding-left: 30px;}

.product-scene .price {
    display: inline-block;
	font-family: arial;
    margin: 10px 0 0 5px;
    font-weight: bold;
    font-size: 20px;
	color: #c91111;}

.product-scene .price span {font-size: 10px; font-weight: normal; color: #111; display: block; margin-left: 10px;}

.pricing-container .product-scene span.buy-time {
	color: #000;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	line-height: 20px;
}

.pricing-container .product-scene span.buy-option {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.product-scene .small {font-size: 10px;}

.product-scene .center tbody>tr>td.pricedetail .wish a:link, .product-scene .center tbody>tr>td.pricedetail .wish a:visited {font-size: 10px; color: #111;}

.product-scene .center tbody>tr>td.pricedetail .wish a:hover { text-decoration: none;}

.product-scene .center tbody>tr>td.pricedetail {padding-top: 15px;}



/* Grid-Gallery */


.gallery-block.grid-gallery{

	margin-top: 40px;
        width:100%;
}


.gallery-block.grid-gallery .item{
  margin-bottom: 20px;
	
}


h4.scene small  {font-size: 80%; margin-left: 5px; }

.scene-box {border-bottom: solid 1px #dadada; padding-bottom: 10px; margin-bottom: 20px;}

.wishwish {margin-left: 8px; line-height: 36px; font-size: 12px;}
.wishwishy {line-height: 14px; font-size: 11px; font-weight: 200; margin-left: 3px;}

h4.scene {font-size: 17px; line-height: 25px; padding-right: 8px;}

h4.scene-title {font-size: 16px; line-height: 22px; margin-bottom: 30px; margin-top: -5px;}
h4.scene-title span {margin-left: 10px;}

.section-title h2 small-xs {margin-left: 5px}


/* P Line Height */

p.lh, ul.lh {line-height: 22px}

.terms p  {line-height: 22px}

.terms h5 {margin-top:25px;}

p.lhh, ul.lhh {line-height: 30px}

.form-check {margin-top: 10px;}


/* Checkout-Custom */

.custom-box-bb {margin-top: 20px; margin-bottom: 20px; padding-bottom: 20px; }

.line-bar {
    width: 100%;
    border-bottom: solid 2px #e2e2e2;
    height: 2px;
    margin-bottom: 20px;
    margin-top: 40px;
}


.row-cc {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.cvv2-popup-content
{
    position: fixed;
    z-index: 999;
    top: 40%;
    left: 50%;
    width: 90%; 
    padding: 10px;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #fff;
}

.cvv2-popup-content p {line-height: 22px; margin-bottom: 20px;}
.cvv2-popup-content img {padding-right: 10px;}

@media only screen and (max-width: 575.98px)
{
	
.cvv2-popup-content
{
    top: 55%;

}
		
}


@media only screen and (max-width: 767px)
{
	
.cvv2-popup-content
{
    top: 45%;

}
	
}

.field {width: 300px;}


ul li.sort {float: left; padding: 5px;}
.sort select {padding: 5px 20px 5px 5px; margin-left: 5px; width: auto;}



/*=============================================
=           MY ACCOUNT DOWNLOAD            =
=============================================*/

.dashboard {margin-top: 40px;}

.dashboard i {padding-bottom: 2px}


.table tbody tr td.pro-type-ppv dt .small {margin-bottom: 5px; display: block;}
.table tbody tr td.pro-type-ppv dt {margin-bottom: 8px;}

.table tbody tr td.pro-type-ppv dt button {text-transform: uppercase;}


.table tbody tr td.pro-type-ppv dt.single {float: left; display: block; margin-right: 5px;}


/*--------　Dl buttons no Stacking
.table tbody tr td.pro-type-ppv dt .single {float: left; display: block; margin-right: 5px;}
--------*/


.sort {margin-top: 10px; margin-bottom: 15px;}

.sort-tab {margin-top: 30px;}


.dl-table
{     background-color: #fff;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
}
.dl-table .table
{
    margin: 0;
	
}
@media only screen and (max-width: 767px)
{
    .dl-table .table
    {
        border-top: 8px solid #f2f2f2;
    }
}
.dl-table .table thead
{
    background-color: #f2f2f2;
}
@media only screen and (max-width: 767px)
{
    .dl-table .table thead
    {
        display: none;
    }
}
.dl-table .table thead tr th
{
    font-size: 14px;
    font-weight: 700;

    padding: 12px 20px; 
    text-align: center;
    text-transform: uppercase;
    color: #333;
    border: none;
}


.dl-table .table tbody tr td
{
    padding: 15px 10px;
    border: none;
    border-bottom: 1px solid #f2f2f2;
}


@media only screen and (max-width: 767px)
{
    .dl-table .table tbody tr td
    {
        display: block;
        width: 100%;
        max-width: none;
        padding: 15px;

        text-align: left;
    }
}


.dl-table th.pro-thumbnail,
.dl-table td.pro-thumbnail
{
    width: 150px; 
    min-width: 120px;
    max-width: 150px;
}


.dl-table th.pro-thumbnail-wish,
.dl-table td.pro-thumbnail-wish
{
    width: 100px; 
    min-width: 80px;
    max-width: 100px;
}

.dl-table th.pro-thumbnail-wish-ppv,
.dl-table td.pro-thumbnail-wish-ppv
{
    width: 125px; 
	min-width: 100px;
    max-width: 125px;
}



@media only screen and (max-width: 767px)
{
    .dl-table th.pro-thumbnail,
    .dl-table td.pro-thumbnail
    {
        width: 140px;
    }
	
	
	
}

.dl-table th.pro-title,
.dl-table td.pro-title
{

	width: 380px;
	min-width: 300px;
}

.dl-table th.pro-title-wish,
.dl-table td.pro-title-wish
{

	width: 250px;
	min-width: 200px;
}

.dl-table th.pro-date,
.dl-table td.pro-date
{
text-align: center;
	vertical-align: middle;
	width: 150px;
	min-width: 100px;
}

.dl-table th.pro-price-wish,
.dl-table td.pro-price-wish
{
text-align: center;
	vertical-align: middle;
	width: 150px;
	min-width: 100px;
}


.dl-table td.pro-price-wish span
{ display: block;
}


.dl-table th.pro-atc,
.dl-table td.pro-atc
{
vertical-align: middle;
	text-align: center;
	width: 155px;

}


.dl-table th.pro-remove,
.dl-table td.pro-remove
{
	width: 80px;
	min-width: 80px;
	vertical-align: middle;
	text-align: center;
}



.dl-table .table tbody tr td.pro-title, .dl-table .table tbody tr td.pro-title-wish

{
    padding: 15px 10px;
    text-align: left;
	color: #000;
	line-height: 20px;
}


.dl-table .table tbody tr td.pro-type-ppv
{padding: 15px 10px 10px 15px; text-align: left;}


.dl-table td.pro-title span
{
	margin-bottom: 2px;
	font-size: 12px;
    display: block;
	color: #333;

}

.dl-table td.pro-title-wish small.badge
{
	marging-left: 10px;
	color: #333;
}

.dl-table td.pro-title-wish a
{ margin-right: 5px;
}



.dl-table th.pro-number, 
.dl-table td.pro-number
{
    width: 10px; 
    min-width: 5px;
    max-width: 10px;
	background-color: #f8f8f8;

}




.dl-table th.pro-type-ppv, 
.dl-table td.pro-type-ppv
{
    width: 400px; 
    min-width: 300px;
    max-width: 400px;

}


.dl-table td.pro-thumbnail img
{
    width: 100%;

}





@media only screen and (max-width: 767px)
{

.dl-table td.pro-thumbnail img {width: 40%;}
	.dl-table td.pro-price-wish span {display: inline-block;}
	
	
}



@media only screen and (max-width: 575.98px)
{
	
.dl-table td.pro-thumbnail img {width: 50%;}
	
.dl-table td.pro-price-wish span {display: inline-block;}
	

}

.warning {
    padding: 0;
    line-height: 12px;
    font-size: 12px;
    background-color: #fff000;
    display: block;
    margin: 3px 0;
    color: #CD0210;
}

h4.ma small {margin-left: 20px;}


.news-check-input {
	position: absolute;
margin-top:.3rem;
height: 14px;
   width: 14px;
	margin-left: -2.5rem
}




.news-check-box-lg input[type='radio'] + label {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    position: relative;
    margin: 0;
    color: #333;
}

.order-history {padding: 20px 10px; font-size: 13px;}

.order-history td a:hover {text-decoration: underline;}
.order-history dt {font-weight: normal; line-height: 22px;}

.po-number {font-size: 22px; font-weight: 300; margin-top: 10px;}
.po-number strong {padding-left: 10px; font-weight: 600;}



.forgotpass-popup-content
{
    position: fixed;
    z-index: 999;
    top: 45%;
    left: 50%;
    width: 90%; 
    padding: 10px;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #fff;
}

.forgotpass-popup-content p {line-height: 22px; margin-bottom: 20px;}
.forgotpass-popup-content img {padding-right: 10px;}

@media only screen and (max-width: 575.98px)
{
	
.forgotpass-popup-content
{
    top: 50%;

}
	
	
.section-title h3
{font-family: 'meiryo', IBM Plex Sans, sans-serif;
	font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    position: relative;
    margin: 0;
    padding-bottom: 8px;
    text-transform: capitalize;
    color: #222;
}
	
.product-info-block-rev .single-info .title
{width: 16%; display: block; float: left;}
	
	
		
}


@media only screen and (max-width: 767px)
{
	
.forgotpass-popup-content
{
    top: 45%;

}
	
}


.modal-body.password {
    height: 300px;
	overflow-y: auto;

}



/*=============================================
=         PROMO POPUP       =
=============================================*/

.promo-popup-content
{
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;

    width: 50%; 
    padding: 20px;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    background: #fff;
}

.promo-popup-content .banner {
    
	margin-top: 10px;
	margin-bottom: 20px;
}


@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .newsletter-popup-content
    {
        width: 80%;
    }
}


@media only screen and (max-width: 575.98px)
{
	
.promo-popup-content
{
   width: 80%; 
}
	
		
}


@media only screen and (max-width: 768px)
{
	
.promo-popup-content
{
  width: 70%; 

}
	
}




.promo-popup-content .close-promo-popup
{
    position: absolute;
    top: 0;
    right: 0;

    padding: 5px 15px;

    color: #fff; 
    background-color: #333;
}
.promo-popup-content .close-promo-popup:hover
{
    background-color: #CD0210;
}
.promo-popup-content h2
{
   font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 24px;
    font-weight: 700;

    margin: 0 0 15px;

    letter-spacing: 3px;
    text-transform: uppercase;

    color: #000;
}
.promo-popup-content p
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px; 

    color: #666;
}

.promo-popup-content h2 
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 26px;
    line-height: 26px;
	text-transform: inherit;
    color: #222;
}


.promo-popup-content button
{
    margin-bottom: 20px; 

    color: #FFF;
    border-radius: 5px;
    background-color: #CD0210;
}

.promo-popup-content button:hover
{
    color: #fff; 
    background-color: #333;
}




.promo-popup-area:after
{
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;

    visibility: visible; 

    width: 100%;
    height: 100%;

    content: '';

    opacity: .8;
    background-color: #333;
}


/*=============================================
=        PAGINATION DETAIL      =
=============================================*/


.pagination-detail {
  height: 34px;
  margin: 18px 0;
}

.pagination-detail ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination-detail li {
  display: inline;
	
}
.pagination-detail a {
  float: left;
  padding: 1px 14px 0 14px;
  line-height: 30px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
	
}

.pagination-detail a:hover,
.pagination-detail .active a {
  background-color: #f5f5f5;
	color: #999999;
}
.pagination-detail .active a {
  color: #333;
  cursor: default;
}

.pagination-detail .disabled span,
.pagination-detail .disabled a,
.pagination-detail .disabled a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}

.pagination-detail li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pagination-detail li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}


.pager {
 height: 30px;
  margin: 0 0 15px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.pager a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next a {
  float: right;
}
.pager .previous a {
  float: left;
}
.pager .disabled a,
.pager .disabled a:hover {
  color: #999999;
  background-color: #fff;
}






/*=============================================
=        INDEX - ADDED ON 5/7      =
=============================================*/


.index-button
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 15px;
    font-weight: 700;
	width: 250px;
    line-height: 50px;
border-radius: 5px;
    padding: 0 30px;
	margin-bottom: 5px;
	text-transform: uppercase;

    -webkit-transition: .3s;
            transition: .3s;
    text-align: center;

    color: #fff;
    border: none;
    background-color: #CD0210;
    /*----------  outline style  ----------*/
}

.index-button:hover
{
    color: #fff; 
    background-color: #333;
}


/*=====  Added on 5/24  ======*/

.subscribe-bottom img {width: auto;}


/*=====  Added on 7/25 ======*/

 .checkout-btn:focus
 {
                                color: #fff;
                                border-color: #333; 
                                background-color: #333;
                            }


.register-button:focus
{
    background-color: #333;
	color: #fff;
}


.modal-content a:link {
   margin-top: 10px;
}




/*=====  Added on 3/6 / 2020 ======*/



.item-arrow a:link {
    opacity: .3;
}

.item-arrow a:hover {
    opacity: .9;
}

.footer-area {background-color: #222;}

.footer-area.index, .footer-area.index h5 {color: #999;}


.footer-area.index h5 {color: #FFF;}


.footer-content-wrapper.border-top {border: 0!important;}

.product-description p
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px; 
    color: #333;
}



.product-info-block-rev .single-info
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 14px;
    font-weight: 300;
	line-height: 28px;
    color: #333;
	display: block;
}


.product-info-block-rev .additional-info .title
{display: block; line-height: 28px;}



.product-info-block-rev .additional-info h4
{margin-bottom: 12px;}


.product-info-block-rev .additional-info .value a
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 14px;
	margin-right: 25px;
    font-weight: 300;
    line-height: 30px;
}

.product-info-block-rev .additional-info .value a:hover, .product-info-block-rev .additional-info .title a:hover
{ text-decoration: underline;
}



.product-info-block-rev .single-info .title
{width: 15%; display: block; float: left;}


.product-info-block-rev .single-info .value
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 14px;
	width: 85%;
	float: left;
	display: block;
    color: #333;

}


.product-info-block-rev .single-info .value-video
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 14px;
	width: 85%;
	margin-right: 20px;
    color: #333;

}


.product-info-block-rev .single-info .value a
{
      font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 14px;
margin-right: 25px;
	line-height: 30px
    font-weight: 300;
    color: #CD0210;
}

.product-info-block-rev .single-info .value a:hover
{
    text-decoration: underline;
    color: #CD0210;
}


.product-info-block-rev .single-info .value-category
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 14px;
	width: 85%;
	float: left;
	display: block;
    color: #CD0210;

}


.product-info-block-rev .single-info .value-category a
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 14px;
	margin-right: 25px;
	line-height: 30px;
    font-weight: 300;
    color: #CD0210;
}

.product-info-block-rev .single-info .value-category a:hover
{
    text-decoration: underline;
    color: #CD0210;
}



.col-2dot8,
.col-sm-2dot8,
.col-md-2dot8,
.col-lg-2dot8,
.col-xl-2dot8 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-2dot8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
}
@media (min-width: 540px) {
    .col-sm-2dot8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}
@media (min-width: 720px) {
    .col-md-2dot8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}
@media (min-width: 960px) {
    .col-lg-2dot8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}
@media (min-width: 1140px) {
    .col-xl-2dot8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}


.wishwish a i {
    margin-right: 5px;
}


@media only screen and (max-width: 575px)
{
	
	
.small-xs, small-xs {
    font-size: 100%;
    font-weight: 400;
}
	
h4.scene small  {font-size: 100%; margin-left: 2px; }
	
.scene-box small {font-size: 13px}
	
.product-infom small {
    font-size: 100%;
}	
	

.wishwish {
    margin-left: 8px;
    line-height: 36px;
    font-size: 14px;
}
	
.wishwishy {font-size: 11px; margin-left: 5px}
	
	
.headertop-dropdown-container .header-top-single-dropdown a i
{
    font-size: 12px;
}


.header-cart-icon .small-cart-trigger .cart-counter
{
    font-size: 12px;

}
	
	
.product-info-block-rev .single-info
{line-height: 35px;}
   
.product-info-block-rev .single-info .title
{width: 20%; display: block; float: left;}


.product-info-block-rev .single-info .value
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 16px;
	width: 80%;
	float: left;
	display: block;
    color: #333;

}
	
.product-info-block-rev .single-info .value-category a
	
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 16px;
    margin-right: 25px;
    font-weight: 300;
    color: #CD0210;
	line-height: 35px;

}

	
.product-info-block-rev .single-info .value a
	{
    font-size: 16px;
	

}
	
	
	
.product-info-block-rev .additional-info .value a 
	
	{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 16px;
    margin-right: 25px;
    font-weight: 300;
    line-height: 35px;

}
	

.product-info-block-rev .single-info .value-video
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 14px;
	width: 80%;
    line-height: 20px;
    color: #333;

}


.product-info-block-rev .single-info .value-category
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 16px;
	width: 80%;
	float: left;
	display: block;
    color: #CD0210;
	margin-bottom: 15px;
}

}


@media only screen and (max-width: 960px)
{
	
.product-info-block-rev .single-info
{line-height: 35px;}
   

	
.product-info-block-rev .single-info .value-category a
	
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 16px;
    margin-right: 25px;
    font-weight: 300;
    color: #CD0210;
	line-height: 35px;

}

	
.product-info-block-rev .single-info .value a
	{
    font-size: 16px;
	

}
	
	
	
.product-info-block-rev .additional-info .value a 
	
	{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 16px;
    margin-right: 25px;
    font-weight: 300;
    line-height: 35px;

}
	

.product-info-block-rev .single-info .value-video
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 14px;
	width: 80%;
    line-height: 20px;
    color: #333;

}


.product-info-block-rev .single-info .value-category
{
    font-family: 'meiryo', IBM Plex Sans, sans-serif;
    font-size: 16px;
	width: 80%;
	float: left;
	display: block;
    color: #CD0210;
	margin-bottom: 15px;
}

}


.product-description
{
	font-size: 14px;
    font-weight: 300;
    line-height: 24px;	
	
}

.product-description .text-black a
{
	color: #CD0210;
	
}

.product-description .text-black a:hover
{
	color: #CD0210;
	text-decoration: underline;
}


.wishwishy a i {
    margin-right: 5px;} 



.notice-box {
    text-decoration: none;
    line-height: 20px;
    font-weight: normal;
    font-size: 14px;
	 color: #171717;
    padding: 6px 15px;
    display: block;
    border: solid 4px #CD0210;
    margin-bottom: 3px;
	background-color: white;
}


.trailer-title h4  {margin-top: 5px;}
.trailer-button .theme-button {margin-top: 10px;}