@-webkit-keyframes t-arrow-bottom {
    0% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -webkit-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px);
    }
    55% {
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -webkit-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px);
    }
    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes t-arrow-bottom {
    0% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -webkit-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px);
    }
    55% {
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -webkit-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px);
    }
    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

.opacity-0 {
  opacity:0!important;
}
.opacity-1 {
  opacity:0.2!important;
}
.opacity-2 {
  opacity:0.4!important;
}
.opacity-3 {
  opacity:0.6!important;
}
.opacity-4 {
  opacity:.8!important;
}
.opacity-5 {
  opacity:1!important;
}

.fdb-not-top-padding {
	padding-top: 0;
}
.fdb-not-bottom-padding {
	padding-bottom: 0;
}

.blue-color {
    color: #329ef7 !important;
}
.blue-color-b {
    color: #1e5f95 !important;
}

.gray-color {
    color: #4a4a4d; !important;
}

.btn-circle {
	border-radius: 50px;
    text-transform: uppercase;
}

.first-info-block:before,
.home-categories:before,
.footer:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: -moz-linear-gradient(115deg, rgb(102 2 39 / 40%), rgb(0 123 255 / 11%));
    background-image: -webkit-linear-gradient(115deg, rgb(102 2 39 / 40%), rgb(0 123 255 / 11%));
    background-image: -o-linear-gradient(115deg, rgb(102 2 39 / 40%), rgb(0 123 255 / 11%));
    background-image: -ms-linear-gradient(115deg, rgb(102 2 39 / 40%), rgb(0 123 255 / 11%));
    background-image: linear-gradient(115deg, rgb(102 2 39 / 40%), rgb(0 123 255 / 11%));
    z-index: 0;
}
.home-categories:before {
    background-image: -moz-linear-gradient(115deg, rgb(189 33 48 / 72%), transparent);
    background-image: -webkit-linear-gradient(115deg, rgb(189 33 48 / 72%), transparent);
    background-image: -o-linear-gradient(115deg, rgb(189 33 48 / 72%), transparent);
    background-image: -ms-linear-gradient(115deg, rgb(189 33 48 / 72%), transparent);
    background-image: linear-gradient(115deg, rgb(189 33 48 / 72%), transparent);
}

.header-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 1;
    background: rgba(0,0,0, 0.5) !important;
}
.header-menu .nav-link {
    
}
.header-menu .dropdown-menu {
	border-radius: 0;
    background: rgba(0,0,0, 0.5) !important;
}
.header-menu .dropdown-item {
	color: #dcdcdc;
    background: none !important;
	text-align: center;
}
.header-menu .dropdown-item:hover {
	color: #ffffff;
}

.header-cart {
    position: relative;
}

.header-cart .nav-link {
    font-size: 1.4rem;
    padding: 0;
    color: #ffffff !important;
}
.header-cart .cart-count {
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    top: -3px;
    right: -3px;
    background: #329ef7;
    border-radius: 40px;
    font-size: 0.8rem;
    text-align: center;
    font-weight: 500;
}
.leftimgelfbar{
    float:left;
    margin: 7px 32px 7px 0;
}
.first-info-block {
    position: relative;
    height: 30rem;
    background-image: url(../imgs/bg.jpg);
    box-shadow: 0 5px 10px rgb(0 0 0 / 79%);
}
.first-info-block > .container > .row {
    width: 100%;
}
.first-info-block p {
    color: #ffffff;
}
.first-info-block-btn {
    border-radius: 100px;
    outline: none !important;
    box-shadow: none !important;
}
.first-info-block .btn-down {
    position: absolute;
    bottom: 2rem;
    animation: t-arrow-bottom 1.7s infinite ease;
}
.common-home .first-info-block {
    height: 100vh;
}

.home-featured .fa-chevron-right {
    margin-right: 15px;
    color: #da45cc;
    font-size: 15px;
}

.home-categories {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 5rem;
    background: url('../imgs/bg/bg-8.jpg');
    background-size: cover;
    background-position: center;
}
.home-categories.not-bg {
    background: none !important;
}
.home-categories.not-bg:before {
content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 15px;
    bottom: 0;
    background-image: -moz-linear-gradient(115deg, rgb(102 2 39 / 40%), rgb(0 123 255 / 11%));
    background-image: -webkit-linear-gradient(
115deg
, rgb(102 2 39 / 40%), rgb(0 123 255 / 11%));
    background-image: -o-linear-gradient(115deg, rgb(102 2 39 / 40%), rgb(0 123 255 / 11%));
    background-image: -ms-linear-gradient(115deg, rgb(102 2 39 / 40%), rgb(0 123 255 / 11%));
    background-image: linear-gradient(
115deg
, rgb(61 53 136), rgb(69 174 239));
}
.home-categories-item {
    position: relative;
    display: block;
    height: 18rem;
    margin: 15px 0;
    background-color: red;
    background-size: cover;
    background-position: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 2px 6px 10px rgb(255 255 255 / 10%);
    text-decoration: none !important;
    color: #ffffff !important;
}
.home-categories-item:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}
.home-categories-item:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0.80), rgba(0,0,0,0.20));
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.80), rgba(0,0,0,0.20));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0.80), rgba(0,0,0,0.20));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0.80), rgba(0,0,0,0.20));
    background-image: linear-gradient(left, rgba(0,0,0,0.80), rgba(0,0,0,0.20));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#33000000', endColorstr='#33000000');
    z-index: 0;
}
.home-categories-item:hover:before {
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0.90), rgba(0,0,0,0.65), rgba(0,0,0,0.20));
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.90), rgba(0,0,0,0.65), rgba(0,0,0,0.20));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0.90), rgba(0,0,0,0.65), rgba(0,0,0,0.20));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0.90), rgba(0,0,0,0.65), rgba(0,0,0,0.20));
    background-image: linear-gradient(left, rgba(0,0,0,0.90), rgba(0,0,0,0.65), rgba(0,0,0,0.20));
}
.home-categories_title {
    position: relative;
    display: block;
    padding: 2rem 2.5rem 0.5rem;
    font-size: 1.35rem;
}
.home-categories_subtitle {
    position: relative;
    display: block;
    padding: 0rem 2.5rem;
    font-size: 0.9rem;
}

.footer {
	background-image: url('../imgs/bg/bg-14.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
}
.footer a {
    text-decoration: none !important;
}
.footer p {
    font-weight: 300 !important;
}
.footer .lead a {
    font-size: 4rem;
    color: #ffffff;
}

/* ============== Category Page ================ */
.product-all_products .first-info-block {
	height: auto;
}

.categories-grid {
    position: relative;
    padding-top: 3rem;
}
.categories-grid-item {
    position: relative;
    display: block;
    height: 14rem;
    margin: 10px 0;
    background-color: red;
    background-size: cover;
    background-position: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 2px 6px 10px rgb(255 255 255 / 10%);
    text-decoration: none !important;
    color: #ffffff !important;
}
.categories-grid-item:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}
.categories-grid-item:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0.80), rgba(0,0,0,0.20));
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.80), rgba(0,0,0,0.20));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0.80), rgba(0,0,0,0.20));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0.80), rgba(0,0,0,0.20));
    background-image: linear-gradient(left, rgba(0,0,0,0.80), rgba(0,0,0,0.20));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#33000000', endColorstr='#33000000');
    z-index: 0;
}
.categories-grid-item:hover:before {
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0.90), rgba(0,0,0,0.65), rgba(0,0,0,0.20));
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.90), rgba(0,0,0,0.65), rgba(0,0,0,0.20));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0.90), rgba(0,0,0,0.65), rgba(0,0,0,0.20));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0.90), rgba(0,0,0,0.65), rgba(0,0,0,0.20));
    background-image: linear-gradient(left, rgba(0,0,0,0.90), rgba(0,0,0,0.65), rgba(0,0,0,0.20));
}
.categories-grid_title {
    position: relative;
    display: block;
    padding: 2rem 2.5rem 0.5rem;
    font-size: 1.35rem;
}
.categories-grid_subtitle {
    position: relative;
    display: block;
    padding: 0rem 2.5rem;
    font-size: 0.9rem;
}

.product-grid {
    position: relative;
    padding-top: 30px;
    padding-bottom: 50px;
}
.product-grid:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 15px;
    bottom: 0;
    background-image: -moz-linear-gradient(115deg, rgb(102 2 39 / 40%), rgb(0 123 255 / 11%));
    background-image: -webkit-linear-gradient(115deg, rgb(102 2 39 / 40%), rgb(0 123 255 / 11%));
    background-image: -o-linear-gradient(115deg, rgb(102 2 39 / 40%), rgb(0 123 255 / 11%));
    background-image: -ms-linear-gradient(115deg, rgb(102 2 39 / 40%), rgb(0 123 255 / 11%));
    background-image: linear-gradient(115deg, rgb(61 53 136), rgb(69 174 239));
}

.product-thumb {
    display: block;
    margin: 30px 0;
    overflow: hidden;
    text-decoration: none !important;
    color: #999999 !important;
    text-align: center;
}
.product-thumb span {
    display: block;
}
.product-thumb_image {
    max-width: 255px;
    max-height: 255px;
    margin-bottom: 1rem;
}
.product-thumb_name {
    margin-bottom: 1rem;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    color: #333;
}
.product-thumb_description {
    margin-bottom: 1rem;
    text-align: left;
}
.product-thumb_price {
    text-align: center;
    margin-bottom: 1rem;
    color: #cd2540;
    font-size: 1rem;
    font-weight: bold;
}
.product-thumb_price-old {
    display: inline-block;
    font-weight: 100;
    font-size: 0.8rem;
    color: #888888;
    text-decoration: line-through;
}
.product-thumb_btn-cart {
    border-radius: 50px;
    text-transform: uppercase;
}

/* Product Page */
.product-page .first-info-block {
    height: 14rem;
    padding-top: 10rem;
}
.product-page_content {
    z-index: 0;
    padding: 0.5rem 0;
}
.product-page_content > .container {
    padding: 1rem 2rem;
}
.product-page_content hr {
    margin-top: 1.5rem;
    margin-bottom: 1.6rem;
	border-top: 2px solid #e8f5ec;
}

.product-image_block .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -20px;
}
.product-image_block .owl-prev,
.product-image_block .owl-next {
    height: 40px;
    width: 40px;
    border: none !important;
    outline: none !important;
    opacity: 0.8;
}
.product-image_block .owl-prev:hover,
.product-image_block .owl-next:hover {
    opacity: 1;
}
.product-image_block .owl-prev {
    float: left;
}
.product-image_block .owl-next {
    float: right;
}

.product-image_nav .item {
    padding: 15px;
}
.product-image_nav .current img {
    outline: 1px solid blue;
}

.product-image_block .owl-nav {
    margin-top: -25px;
}
.product-image_nav .owl-prev,
.product-image_nav .owl-next {
    height: 28px;
    width: 20px;
}

.product-name { 
    margin-bottom: 2rem;    
    font-size: 2rem;   
    font-weight: bold;    
    color: #333333;
}

.product-stock-categories {
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 0.125rem solid transparent;
    padding: 0.375rem 1.625rem;
    font-size: 1em;
    line-height: 1.5;
    border-radius: 0.25rem;
	background: #e8f5ec;
    color: #666666;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.product-stock-categories.in-stock {
    font-weight: 400;
    text-align: center;
	margin-bottom: 8px;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 0.125rem solid transparent;
    padding: 0.375rem 1.625rem;
    font-size: 1em;
    line-height: 1.5;
    border-radius: 0.25rem;
	background: #e8f5ec;
    color: #666666;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.product-stock.out-stock {
    float: left;
    padding: 0.5rem 1.2rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 500;
	background: #fddbde;
    color: #666666;
}
.product-stock-categories.out-stock {
    font-weight: 400;
    text-align: center;
	margin-bottom: 8px;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 0.125rem solid transparent;
    padding: 0.375rem 1.625rem;
    font-size: 1em;
    line-height: 1.5;
    border-radius: 0.25rem;
	background: #fddbde;
    color: #666666;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.product-stock {
    float: left;
    padding: 0.5rem 1.2rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 500;
    background: #e8f5ec;
    color: #666666;
}
.product-stock.in-stock {
    color: #4cae6e;
}
.product-stock i {   
    font-size: 0.9rem;   
    margin-left: 0.3rem;
}

.product-rating {   
    float: right;   
    text-align: center;
    font-size: 0.8rem;
}
.product-rating i {
    color: #d44d67;
}

.product-attribute_block {
    margin: 2rem 0 1.8rem 0;
    padding: 1.5rem 0;
    border-top: 2px solid #e8f5ec;
    border-bottom: 2px solid #e8f5ec;
}
.product-attribute_item {
    font-size: 0.8rem;
}
.product-attribute_item img {
    float: left;
    width: 23px;
    margin-right: 0.6rem;
}
.product-attribute_name {
    line-height: 1rem;
    color: #7a7980;  
    font-weight: bold;
    display: block;
    margin-bottom: 2px;
}
.product-attribute_value {
    font-weight: bold;
}

.related-products_heading {
    margin-top: 0.5rem;
    padding-top: 1.5rem;
    text-align: center;
    border-top: 2px solid #e8f5ec;
}
.related-products_block {
    margin: 0 0 2rem 0;
    padding-bottom: 1rem;
}
.related-products_item {
    text-align: center;
    margin-top: 1rem;
    padding: 15px;
    text-decoration: none !important;
    outline: none;
}
.related-products_item:hover {
    outline: 2px solid #329ef7;
    outline-offset: -5px;
}
.related-products_item img {
    width: 100%;
}
.related-products_name {
    padding-top: 6px;
    font-size: 0.9rem;
    color: #7c7b82;
}

.product-price {
    float: left;
    font-weight: bold;
    color: #7a7980;
    margin-bottom: 1.5rem;
}
.product-price span {
    display: block;
    font-size: 1.8rem;
    line-height: 1.8rem;
    color: #329ef7;
}
.product-price .price-old {
    font-size: 1.2rem;
	font-weight: 300;
	text-decoration: line-through;
    color: #a7a7a7;
}

.product-btn_block {
    float: left;
}
.product-quantity {
    float: right;
    margin-right: 1rem;
}
.product-quantity .input-group {
    padding: 0.5rem 0.2rem;
    border: 1px solid #e7e7e7;
    border-radius: 50px;
}
.product-quantity button {
    padding: 0.4rem 0.7rem 0.7rem 0.7rem;
    padding-right: 0.7rem;
    border: none;
    color: #7a7980;
    background: none !important;
    outline: none !important;
    font-size: 1.7rem;
    line-height: 0.7rem;
    vertical-align: middle;
    font-weight: 300;
    cursor: pointer;
}
.product-quantity button:hover {
    color: #329ef7;
}
.product-quantity .btn-plus {
    border-left: 1px solid #e7e7e7 !important;
    margin-left: 2px;
}
.product-quantity .btn-minus {
    margin-right: 2px;
    border-right: 1px solid #e7e7e7 !important;
}
.product-quantity input {
    width: 3rem !important;
    border: none !important;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    color: #329ef7;
}

.btn-add-cart {
    float: right;
    padding: 0.65rem 3rem;  
    text-transform: uppercase;   
    border-radius: 100px;
}

.attribute_row {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}
.attribute_name {
    float: left;
    margin-right: 1rem;
}
.attribute_value {
    color: #329ef7;
}

.product-description {
    line-height: 2rem;
}

.product-information_block .nav-item {
    border-radius: 0;
    font-size: 1.2rem;
}
.product-information_block .tab-content {
    margin-bottom: 4rem;
    box-shadow: 0 8px 10px rgb(0 0 0 / 23%);
    padding: 2rem 3rem;
}


.product-information_block .pagination {
	margin: 0;
	justify-content: center !important;
}
.product-information_block .pagination .page-item {
	border-radius: 0 !important;
}
.product-information_block .pagination .page-link {	
	border-radius: 0 !important;
	background: none;
	border: none;
	margin: 5px;
	color: #333333;
}
.product-information_block .pagination .page-item.active .page-link {
	background: #ffffff;
	color: #329ef7;
}

/* ============= Review Page ============== */
.reviews-list {
	padding: 2rem 0;
}
.review-item {
    margin: 2rem 0;
}
.review-item_left {
    width: 12rem;
    float: left;
}
.review-item_img {
    margin: 0 2rem 1rem 2rem;
    padding: 0.4rem;
    border: 4px solid #329ef7;
    border-radius: 500px;
    overflow: hidden;
}
.review-item_img img {
    max-width: 100%;
    border-radius: 500px;
}
.review-item_rating {
    text-align: center;
    font-size: 0.5rem;
}
.review-item_rating i {
	color: #d44d67;
}
.review-item_right {
    margin-left: 16rem;
}
.review-item_text {
    color: #555555;
    margin-top: 1rem;
}
.review-item_heading {
	overflow: hidden;
}
.review-item_name {
    float: left;
	font-weight: bold;
}
.review-item_date {
    float: right;
	font-weight: bold;
}


/* ============= FAQ Page ================= */
.faq-block {
	padding: 3rem 0 0 0;
}
.faq-block .card {
	margin-bottom: 1rem;
	border-radius: 0;
	border: none;
}
.faq-block .card-header {
	border-radius: 0 !important;
	border: none;
	border-left: 3px solid #329ef7;
	cursor: pointer;
}

/* ============== Pagination ============== */
.pagination-block {
	padding: 1rem;
	background-image: -moz-linear-gradient(115deg, rgb(102 2 39 / 40%), rgb(0 123 255 / 11%));
    background-image: -webkit-linear-gradient(115deg, rgb(102 2 39 / 40%), rgb(0 123 255 / 11%));
    background-image: -o-linear-gradient(115deg, rgb(102 2 39 / 40%), rgb(0 123 255 / 11%));
    background-image: -ms-linear-gradient(115deg, rgb(102 2 39 / 40%), rgb(0 123 255 / 11%));
    background-image: linear-gradient(115deg, rgb(61 53 136), rgb(69 174 239));
}
.pagination-block .pagination {
	margin: 0;
	justify-content: center!important;
}
.pagination-block .pagination .page-item {
	border-radius: 0 !important;
}
.pagination-block .pagination .page-link {	
	border-radius: 0 !important;
	background: none;
	border: none;
	margin: 5px;
	color: #ffffff;
}
.pagination-block .pagination .page-item.active .page-link {
	background: #ffffff;
	color: #329ef7;
}


/* ============ Cart =============== */
#cart-modal .modal-dialog {
    max-width: 600px;
}
#cart-modal .modal-content {
    border-radius: 0;
}
#cart-modal .modal-body {
    padding: 1rem 2rem;
}
#cart-modal .close {
    position: absolute;
    right: 0.8rem;
    top: 0.8rem;
    width: 32px;
    height: 32px;
    font-size: 2rem;
    margin: 0;
    padding: 1px 0 0px 5px;
    border-radius: 50px;
    z-index: 2;
}
#cart-modal .close svg {
    display: block;
    width: 17px;
    height: 17px;
    margin: 0;
    padding: 0;
}

.cart-modal_heading {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(0,0,0,.2);
    color: #333;
}
.cart-modal_body {
}
.cart-modal_product {   
    margin-bottom: 1rem;
}
.cart-modal_product-content {
	
}
.cart-modal_product-img {
	padding-right: 0;
}
.cart-modal_product-img img {
    width: 100%;
}

.cart-modal_product-name {
    padding-right: 0;
    font-weight: 500;
    color: #333333;
}
.cart-modal_product-quantity .product-quantity {
    margin-right: 0;
}
.cart-modal_product-quantity .product-quantity input {
    width: 2rem !important;
    padding: 0;
    font-size: 1rem;
    color: #333;
    font-weight: normal;
}
.cart-modal_product-quantity .product-quantity button {
    padding: 0.4rem 0.3rem 0.7rem 0.3rem !important;
    font-size: 1.2rem;
    line-height: 0.7rem;
}

.cart-modal_product-price {
    padding: 0;
    text-align: center;
    color: #444;
}
.cart-modal_product-delete {
    
}
.cart-modal_product-delete i { 
    color: #d44d67;
	cursor: pointer;
}

.cart-modal_total {
    padding: 1rem 0;
    text-align: right;
    font-size: 1.2rem;
}
.cart-modal_total span {
    padding-left: 0.5rem;
    font-size: 1.4rem;
    color: #339ef7;
}

#cart-modal_form {
    margin: 0 auto;
    padding: 2rem 0;
    border-top: 1px solid rgb(0 0 0 / 10%);
}
#cart-modal_form label {  
    font-size: 1.2rem;
}
#cart-modal_form label span {
    color: #d44d67;
}
#cart-modal_form input {
    border-radius: 0;
    box-shadow: none;
    padding: 1.5rem 1rem;
    z-index: 99999;
}
#cart-modal_form .btn {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    text-transform: uppercase;
}

.checkout-success {
	padding: 1.5rem;
}
.checkout-success i {
	margin: 1rem auto;
	font-size: 7rem;
	color: blue;
}

/* ============== Opt Page ================ */
.opt_block {
	padding: 3rem 0;
	text-align: center;
}
.del_block {
	padding: 3rem 0;
}
.opt_block > i {
	padding: 1rem 0 3rem 0;
	font-size:10rem;
	color: #329ef7;
}
.opt_block .btn i {
	font-size: 1.5rem;
}


/* ============== Scroll Top ============== */
#scroll_top {
	position: fixed;
	width: 3rem;
	height: 3rem;
	right: 3rem;
	bottom: 3rem;
	background: rgb(50 158 247 / 50%);
	display: none;
	cursor: pointer;
	box-shadow: 0 0 5px rgb(255 255 255 / 26%);
	text-align: center;
}
#scroll_top i {
	color: rgb(255 255 255 / 70%);
	line-height: 3rem;
	font-size: 1.2rem;
}

/* ============= Show|Hide Text ============ */
.hide_show-block {
	overflow: hidden;
}
.hide_show-block .hide_show-block_hide_content {
	max-height: 1500px;
    overflow: hidden;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.hide_show-block_hide .hide_show-block_hide_content {
	max-height: 170px;
}

.btn-show_more {
	padding-top: 12pt;
    text-align: center;
    color: #329ef7 !important;
	cursor: pointer;
}

/* ============== Responsive ============== */
@media (max-width: 1199px) {
    .btn-add-cart {
        padding: 0.65rem 1.5rem;
    }
}
@media (max-width: 992px) {
    h1, .h1 {
        font-size: 1.75rem;
    }
}
@media (max-width: 575px) {
    .product-price {
        text-align: center;
    }
    .btn-add-cart {
        width: 40%;
    }
    .product-quantity {
        float: left;
        margin-bottom: 1rem;
    }
    
    .product-attribute_item {
        margin: 10px 0;
    }
	
	#cart-modal .modal-body {
		padding: 1rem 0.5rem;
	}
	.cart-modal_product-name {
		margin-bottom: 1rem;
	}
	.cart-modal_product-quantity {
		padding: 0 0 0 15px;
	}
	.cart-modal_product-quantity .product-quantity {
		margin: 0;
	}
	.cart-modal_product-quantity .product-quantity .input-group {
		padding: 0;
	}
	
	.cart-modal_product-delete {
		padding: 0;
	}
}
@media (max-width: 374px) {
    .btn-add-cart {
        width: 100%;
    }
    .product-quantity {
        width: 100%;
        margin-top: 15px;
    }
}