body {
    font-family: Poppins, "Arial", "sans-serif";
    font-size: 14px;
    line-height: 22px;
    letter-spacing: .02em;
    background-color: #ffffff;
}

/* ----- Typography -------  */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.25em;
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 2.307692308em;
    margin-bottom: 1em;
}
h2 {
    font-size: 2em;
    margin-bottom: 1em;
}
h3 {
    font-size: 20px;
    margin-bottom: 1.25em;
}
h4 {
    font-size: 17px;
    margin-bottom: 1.5em;
}
h5 {
    font-size: 15px;
    margin-bottom: 1.5em;
}
h6 {
    font-size: 1em;
    margin-bottom: 1.5em; 
}
p:last-child,
p:last-of-type {
    margin-bottom: 0; 
}
small {
    font-size: 12px;
}

.text_white {
    color: #ffffff;
}

.section_title {
    line-height: 1.1em;
}

a{
    color: #0f0f0f;
    outline: none;
    box-shadow: none;
    transition: all 0.3s;
    word-break: break-all;
}

.btn {
    color: #0f0f0f;
    text-decoration: none;
    outline: none;
    box-shadow: none;
    transition: all 0.3s;
    word-break: break-all;
}

a:hover,
a:focus,
.btn:hover,
.btn:focus {
    color: #0f0f0f;
    text-decoration: none;
    outline: none;
    box-shadow: none;
    transition: all 0.3s;
}

img {
    max-width: 100%;
}

iframe {
    width: 100%;
}

input[type=checkbox] {
    border-radius: 0.25em;
    cursor: pointer;
}

.btn-close {
    opacity: 1;
}

.text-muted {
    color: #B5B5C3 !important;
}

.text-black {
    color: #000000 !important;
}

.formOverlay:before {
    content: "\f110";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -5%;
    font-size: 56px;
    margin-top: -34px;
}

.formOverlay {
    /*background:rgba(0,0,0,0.7) url('../images/loading.gif') no-repeat center center;*/
    background: rgb(0 0 0 / 70%);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}


.alert {
    margin-bottom: 0px;
    font-size: 14px;
}

.alert .message-icon {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #9F9F9F;
    border-radius: 50%;
    line-height: 30px;
}

.alert-success {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
    border-radius: 0;
}

.alert-danger {
    color: #ffffff;
    background-color: #ba380e;
    border-color: #ba380e;
}

.btn {
    font-family: Poppins, sans-serif;
    display: inline-block;
    position: relative;
    text-align: center;
    border: none;
    font-size: 12px !important;
    line-height: 16px;
    font-weight: 600;
    padding: 15px 42px;
    /*letter-spacing: 2px;*/
    border-radius: 4px;
    text-transform: uppercase;
    z-index: 100;
    -webkit-transition: color .15s ease-out, background-color .15s ease-out, border-color .15s ease-out;
    transition: color .15s ease-out, background-color .15s ease-out, border-color .15s ease-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.3s;
}

.btn-primary{
    background-color: #000000;
    color: #ffffff;
    transition: all 0.3s;
}
.btn-primary:hover, .btn-primary:focus{
    background-color: #000000;
    color: #ffffff;
    transition: all 0.3s;
}

.btn_lg {
    font-size: 13px;
    font-weight: 700;
    padding: 0 90px;
    line-height: 67px;
    transition: all 0.3s;
}

.btn_slide {
    overflow: hidden;
}

.btn_slide .text,
.btn_slide .icon {
    display: block;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.btn_slide:hover .text {
    transform: translateY(300%);
}

.btn_slide:hover .icon {
    top: 50%;
}

.btn_slide .icon {
    position: absolute;
    left: 50%;
    top: -25%;
    transform: translateX(-50%) translateY(-50%);
}

.btn_play {
    padding: 15px 12px 15px 55px;
    color: #ffffff;
}

.btn_play:hover,
.btn_play:focus {
    color: #f7942a;
}

.btn_play:before {
    content: '\f04b';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #ffffff;
    width: 39px;
    height: 39px;
    line-height: 39px;
    border-radius: 50%;
    background-color: rgba(92, 93, 94, 0.6);
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    font-size: 7px;
}

.btn_play:hover:before,
.btn_play:focus:before {
    color: #f7942a;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    background-color: #f0f0f0;
}

.btn_plus{
    font-size: 22px;
}
.btn_del {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 200;
    color: #000000;
    background-color: #f7952a;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 56%);
}
.btn_del:hover, .btn_del:focus {
    color: #f7952a;
    background-color: #000000;
}

.btn-search {
    border-left: 1px dotted #000;
    padding-left: 20px;
    margin-left: 20px;
    font-size: 16px;
}

.hover_icon_link {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.hover_icon_link::before {
    content: '\f0c1';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    background-color: #e21818;
    font-size: 29px;
    opacity: 0;
    cursor: pointer;
    display: block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(5);
    transform: translateX(-50%) translateY(-50%) scale(5);
    -webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.hover_icon_link:hover:before {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.hover_icon_link_bg:after {
    content: ' ';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.hover_icon_link_bg:hover:after {
    opacity: 1;
}

.btn_sm{
    padding: 7px 15px;
}

.box_overlay,
.box_overlay_dark {
    z-index: 1;
    color: #ffffff;
}

.box_overlay:after {
    content: '';
    background-color: #e21818;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.75;
    z-index: -1;
}

.box_overlay_dark:after {
    content: '';
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.75;
    z-index: -1;
}

.box_overlay_light {
    color: #000000;
    z-index: 1;
}

.intro_box.box_overlay_light {
    color: #000000;
}

.box_overlay_light:after {
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.75;
    z-index: -1;
}

.page_header {
    padding: 60px 0;
}

.page_title {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

.section_space {
    padding: 60px 0;
}

.section_breadcrumb {
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    background-color: #1a1c1f;
    color: #ffffff;
    font-size: 12px;
}

.breadcrumb a {
    color: #ffffff;
}

.breadcrumb-item.active {
    color: #ffffff;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
    color: #f7942a;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff;
    content: '/';
}

form {
    font-size: 13px;
}
.form-label {
    font-size: 14px;
    color: #000000;
    margin-bottom: 4px;
}
.form-control:not(textarea) {
    min-height: 41px;
}
.form-select,
.form-control {
    color: #000;
    height: 41px;
    background-color: #f1f1f1;
    border-color: transparent;
    border-radius: 2px;
    font-size: 14px;
    padding: 10px 12px;
    box-shadow: 0 1px 3px rgb(50 50 93 / 15%), 0 1px 0 rgb(0 0 0 / 2%);
    transition: all 0.3s;
}

.form-select:focus,
.form-control:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    background-color: #f1f1f1;
    color: #000000;
    transition: all 0.3s;
}
.form-select{
    padding: 10px 35px 10px 12px;
}

textarea.form-control {
    height: auto;
}
input[type=file].form-control {
    height: 46px;
    padding: 12px 37px 10px 20px;
}
input[type=number].form-control {
    padding: 10px 20px;
}

.input-group .form-control {
    color: #ffffff;
    height: 46px;
    background-color: #131722;
    border-color: #545454;
    border-radius: 6px;
    font-size: 14px;
    padding: 10px 37px 10px 20px;
    transition: all 0.3s;
}
.input-group .form-control:focus {
    background-color: #0c101b;
    transition: all 0.3s;
}
.input-group button.input-group-text {
    background-color: transparent;
    border: 1px solid #545454;
    color: #ffffff;
    transition: all 0.3s;
}
.input-group button.input-group-text:hover, .input-group button.input-group-text:focus {
    background-color: #f7942a;
    border: 1px solid #545454;
    color: #000000;
    transition: all 0.3s;
}


#searchModal .modal-content{
    background-color: #f3f5f6;
    padding: 25px;
}
#searchModal .modal-header {
    padding: 0;
    border-bottom: 0;
}
#searchModal .input-group {
    border-bottom: 1px solid #d9d9d9;
}
#searchModal .input-group .form-control {
    color: #000000;
    height: 64px;
    background-color: #ffffff;
    border-color: #ffffff;
    border-radius: 0;
    font-size: 24px;
    padding: 10px;
    transition: all 0.3s;
}
#searchModal .input-group-text {
    padding: 0 5px 0 20px;
    font-size: 18px;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0;
}
#searchModal .btn-close {
    background: none;
    padding: 15px 25px !important;
    position: relative;
}
#searchModal .btn-close:focus {
    outline: 0;
    box-shadow: none;
}
#searchModal .btn-close:before {
    content: '';
    width: 38px;
    height: 2px;
    background-color: #72777c;
    position: absolute;
    left: 15px;
    transform: rotate(45deg);
}
#searchModal .btn-close::after {
    content: '';
    width: 38px;
    height: 2px;
    background-color: #72777c;
    position: absolute;
    left: 15px;
    transform: rotate(-45deg);
}

#searchModal  a {
    text-decoration: none;
}

.sidebar_widget {
    margin-bottom: 25px;
}
.sidebar_widget ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 10px;
    max-height: 300px;
    overflow: auto;
}
.sidebar_widget ul li:not(:last-child){
    margin-bottom: 3px;
}
.sidebar_widget a{
    text-decoration: none;
}
.sidebar_widget_title {
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 15px;
}


.product_filter_title {
    font-weight: 500;
    margin-right: 12px;
    white-space: nowrap;
}
.product_filter_view button {
    border: 1px solid #d9d9d9;
    background-color: #ffffff;
    font-size: 16px;
    padding: 10px;
    display: inline-block;
    width: 42px;
    height: 42px;
    margin: 0;
}
.product_filters .form-select, .product_filters .form-control {
    background-color: #ffffff;
    border-color: #d9d9d9;
    box-shadow: none;
}

.product_item_content .table>:not(caption)>*>* {
    padding: 0.2rem 0.2rem;
}


.product_gallery_thumb{
    width: calc(20% - 20px);
}
.product_gallery_image{
    float: right;
    width: 80%;
}
.product_gallery_image .swiper-wrapper {
    min-height: 100%;
}
.product_gallery_image .swiper-slide {
    height: auto !important;
    cursor: col-resize;
}

.product_gallery_thumb .swiper-slide {
    border: 1px solid #d9d9d9;
    height: auto !important;
    cursor: pointer;
    opacity: 0.6;
    transition: all 0.3s;
}
.product_gallery_thumb .swiper-slide-thumb-active{
    opacity: 1;
    transition: all 0.3s;
}

.product_gallery_prev, .product_gallery_next {
    position: absolute;
    z-index: 100;
    font-size: 16px;
    width: 23px;
    height: 23px;
    text-align: center;
}

.product_gallery{
    position: relative;
}
.product_gallery_navs {
    width: calc(20% - 12px);
    position: absolute;
    text-align: center;
    top: 0;
    bottom: 0;
}

.product_gallery_prev::after, .product_gallery_next::after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.product_gallery_prev::after{
    content: "\f077";
}
.product_gallery_next::after{
    content: "\f078";
}
.product_gallery_prev {
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
}
.product_gallery_next {
    left: 0;
    right: 0;
    margin: auto;
    bottom: -25px;
}

.product_gallery_prev.swiper-button-disabled, .product_gallery_next.swiper-button-disabled {
    opacity: 0.5;
}



@media (max-width: 767px) {
    .product_gallery_thumb {
        width: 100%;
        order: 2;
    }
    .product_gallery_image {
        float: unset;
        width: 100%;
        margin-bottom: 20px;
    }
    .product_gallery_thumb .swiper-wrapper{
        height: auto !important;
    }
    .product_gallery_navs {
        width: 100%;
        top: auto;
        bottom: -32px;
    }
    .product_gallery_prev::after{
        content: "\f053";
    }
    .product_gallery_next::after{
        content: "\f054";
    }
    .product_gallery_next {
        left: auto;
        top: auto;
        bottom: 55px;
        right: -22px;
        font-size: 18px;
    }
    .product_gallery_prev {
        left: -22px;
        top: auto;
        bottom: 55px;
        right: auto;
        font-size: 18px;
    }

}

@media (max-width: 767px) {
    #searchModal .input-group-text {
        padding: 0 5px 0 15px;
    }
    #searchModal .input-group .form-control {
        font-size: 16px;
        height: 48px;
    }
    #searchModal .btn-close {
        padding: 15px 15px !important;
    }
    #searchModal .btn-close:before {
        width: 28px;
        left: 9px;
    }
    #searchModal .btn-close::after {
        width: 28px;
        left: 9px;
    }
}


#offcanvasMenu{
    background-color: #ffffff;
    width: 300px;
}
.btn_offcanvas_close {
    background: no-repeat;
    border: none;
    font-size: 22px;
}

header {
    z-index: 100;
    background-color: #ffffff;
    color: #0f0f0f;
    -webkit-box-shadow: 0 3px 3px -3px rgb(0 0 0 / 12%);
    -moz-box-shadow: 0 3px 3px -3px rgba(0,0,0,0.12);
    box-shadow: 0 3px 3px -3px rgb(0 0 0 / 12%);
}
.navbar-brand img{
    max-height: 95px;
}

.navbar-toggler {
    border: 0;
    padding: 0;
    font-size: 22px;
    color: #000000;
    display: inline-block;
    margin-left: 20px;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.navbar-nav > .nav-item > .nav-link  {
    color: #000000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .05em;
    display: inline-block;
}
.navbar-nav > .nav-item > .nav-link.nav-link-strong{
    font-weight: 700;
}
.navbar-nav .dropdown-menu {
    padding: 0;
    margin-top: 0px;
}

.navbar-nav > .nav-item  {
    padding: 40px 20px ;
}

.navbar-nav > .nav-item > .nav-link  {
    position: relative;
    padding: 0;
}
.nav-link-title{
    position: relative;
}
.nav-link-title:before {
    content: "";
    height: 1px;
    position: absolute;
    bottom: 0;
    width: 0;
    left: 0;
    right: 0;
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    -ms-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
    visibility: hidden;
    display: block;
}
.nav-item:hover .nav-link .nav-link-title:before, .dropdown-item:hover .nav-link-title:before{
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    visibility: visible;
}
.dropdown .dropdown-menu .dropdown-item:hover .nav-link-title::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: -12px;
    top: -2px;
    font-size: 11px;
}
.navbar-nav .dropdown-menu .dropdown-item {
    color: #5f5f5f;
    letter-spacing: .05em;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 9px 30px 9px 20px;
    position: relative;
    text-align: left;
    cursor: pointer;
    border-bottom: 1px solid #eaeaea;
}
.dropdown-menu > li:hover > .submenu {
    background: #ffffff;
    border-radius: 0;
    border: 0;
    padding: 0;
    -webkit-box-shadow: 0 2px 15px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 2px 15px 0px rgba(0,0,0,.1);
    box-shadow: 0 2px 15px #0000001a;
}
.navbar-nav > .dropdown > .dropdown-menu.show{
    border: none;
    border-radius: 0;

    background: -moz-linear-gradient(top, #f9f9f9 0%, #ffffff 15%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #ffffff 15%, #ffffff 100%);
    background: -ms-linear-gradient(top, #f9f9f9 0%, #ffffff 15%, #ffffff 100%);
    background: linear-gradient(top, #f9f9f9 0%, #ffffff 15%, #ffffff 100%);

    -webkit-box-shadow: 0 1px 4px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 1px 4px 0px rgba(0,0,0,.1);
    box-shadow: 0 1px 4px #0000001a;
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .navbar-nav .dropdown-menu.show.dropdown-menu-multicol {
        display: flex;
        flex-wrap: wrap;
        width: 400px;
    }
    .navbar-nav .dropdown-menu > li:hover > .submenu.dropdown-menu-multicol{
        display: flex !important;
        flex-wrap: wrap;
        width: 400px;
    }
	.navbar-nav .dropdown-menu li{
		position: relative;
	}
	.navbar-nav .dropdown-menu .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.navbar-nav .dropdown-menu .submenu-left{ 
		right:100%; left:auto;
	}
	.navbar-nav .dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.navbar-nav .dropdown-menu > li:hover > .submenu{
		display: block;
	}
}	
/* ============ desktop view .end// ============ */
/* ============ small devices ============ */
@media (max-width: 991px) {
    .navbar-nav > .nav-item  {
        padding: 10px 20px ;
    }
    .navbar-nav .dropdown-menu .dropdown-menu{
            margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
    }
    .navbar-nav .dropdown-menu {
        border: none;
    }
    .navbar-nav > .dropdown > .dropdown-menu.show {
        background: #ffffff;
        position: relative !important;
        transform: translate3d(0px, 10px, 0px) !important;
        box-shadow: none;
    }
    .navbar-nav .dropdown-menu > li:hover > .submenu {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav > .nav-item > .nav-link {
        display: block;
    }
    .navbar-nav .dropdown-item:focus, .navbar-nav .dropdown-item:hover {
        color: var(--bs-dropdown-link-hover-color);
        background-color: transparent;
    }
}	
/* ============ small devices .end// ============ */



footer {
    position: relative;
}

.footer_top {
    padding: 50px 0;
}

.footer_block_title {
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
}
.footer_block ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer_block ul li{
    margin-bottom: 5px;
}
.footer_block ul li a{
    text-decoration: none;
}
.footer_block a, .footer_block p, .footer_block {
    font-size: 13px;
}


.footer_copyright{
    font-size: 13px;
}
.payment_icons i {
    margin: 5px;
    font-size: 24px;
    color: #000000;
}


.product_item {
    position: relative;
    transition: all 0.3s;
}
.product_item_image {
    margin-bottom: 15px;
    overflow: hidden;
    text-align: center;
}
.product_item_image img {
    height: 300px;
    object-fit: cover;
    transition: all 0.3s;
}
.product_item:hover .product_item_image img {
    transform: scale(1.2);
    transition: all 0.3s;
}
.product_item_title {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 7px;
    word-break: break-word;
    text-decoration: none;
}
.product_item_brand {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: #878484;
    margin-bottom: 5px;
    display: block;
    text-decoration: none;
}
.product_item_price {
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.heroSwiper {
    max-height: 600px;
}
.slide_item_image img, .slide_item_image video{
    max-height: 600px;
    width: 100%;
    object-fit: cover;
}
.slide_item_image:before {
    content: '';
    background-color: rgb(0 0 0 / 50%);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}
.slide_item_content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #ffffff;
    text-align: center;
    width: 640px;
    margin: 0 auto;
    max-width: 100%;
    padding: 25px;
}
.slide_item_title {
    margin-bottom: 10px;
    font-size: 38px;
    font-weight: 500;
    text-transform: uppercase;
}
.slide_item_description {
    font-size: 13px;
    width: 70%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.slide_item_button {
    color: #ffffff;
    background-color: #0f0f0f;
    padding: 10px 50px;
    border: 1px solid #ffffff;
    display: inline-block;
    font-size: 14px;
    margin-top: 20px;
    text-transform: uppercase;
    text-decoration: none;
}
.slide_item_button:hover, .slide_item_button:focus {
    color: #ffffff;
}

.collection_banner {
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
}
.collection_banner img{
    transform: scale(1);
    transition: all 0.3s;
}
.collection_banner:hover img{
    transform: scale(1.2);
    transition: all 0.3s;
}
.collection_banner_content {
    position: absolute;
    left: 25px;
    bottom: 25px;
}
.collection_banner_content h2 {
    color: #ffffff;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 30px;
}

.form_shadow{
    padding: 30px;
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}
.form_side_block {
    background-color: #f9f8f8;
}

.product_title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 7px;
    line-height: 1.5;
}
.product_stock {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.product_sku {
    display: block;
    font-size: 16px;
    font-weight: 700;
}
.product_sku span {
    font-size: 12px;
    color: #877f7f;
    font-weight: 600;
    margin-left: 5PX;
}
.product_price {
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
    display: block;
}

@media only screen and (max-width: 767px) {
    .slide_item_content {
        position: relative;
        color: #000000;
        background-color: #ffffff;
        width: 100%;
    }
    .slide_item_title {
        font-size: 22px;
    }
    .page_header {
        padding: 30px 0;
    }
}