@import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap');

*,
 :focus {
	outline: none;
}

body,
html {
	width: 100%;
	height: 100%;
}

body {
	font-family: 'Rubik', sans-serif;
	margin: 0;
	font-weight: normal;
	color: var(--text);
	font-size: 15px;
	line-height: 1.5;
	padding: 0;
	overflow-x: hidden;
	background: var(--text2);
}

a,
input[type=radio],
input[type=checkbox],
select {
	cursor: pointer;
}
p{
	color: var(--text);
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: .75rem;
	font-weight: 500;
}

a {
	color: var(--text);
	text-decoration: none;
	-webkit-transition: color 0.25s ease-in-out;
	-o-transition: color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out;
}

a:focus,
a:hover {
	text-decoration: none;
	outline: none;
	-webkit-transition: .3s ease-out;
	-webkit-transition-delay: 0.3s;
	-o-transition: .3s ease-out;
	-o-transition-delay: 0.3s;
	-moz-transition: .3s ease-out;
	-moz-transition-delay: 0.3s;
	transition: .3s ease-out;
	transition-delay: 0.3s;
}

.fa {
	font-size: 20px;
}

.fa-home:before {
    content: ' ';
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cGF0aCBkPSJNMyA5bDktNyA5IDd2MTFhMiAyIDAgMCAxLTIgMkg1YTIgMiAwIDAgMS0yLTJ6Ii8+PHBvbHlsaW5lIHBvaW50cz0iOSAyMiA5IDEyIDE1IDEyIDE1IDIyIi8+PC9zdmc+");
    background-position: center;
    width: 20px;
    height: 20px;
	display: block;
}

img,
figure {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.img-thumbnail {
	border: none;
}

svg {
	max-width: 100%;
	vertical-align: middle;
}

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

legend {
	font-size: 18px;
	padding: 7px 0px;
}

label {
	font-size: 12px;
	font-weight: normal;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
	font-size: 12px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
	font-size: 12px;
}

.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}


/* Fix some bootstrap issues */

span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
	display: inline;
}

/* navs */
.nav-tabs {
	margin: 20px auto;
	display: flex;
	align-items: center;
	justify-content: start;
	flex-wrap: wrap;
	border: none;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: var(--text2);
	cursor: default;
	background-color: var(--main);
	border: none;
	border-radius: 0;
}

/*scrollbar*/

::-webkit-scrollbar {
	display: none
}

/* inputs */

::-webkit-input-placeholder {
	color:  var(--main3);
}

:-moz-placeholder {
	color:  var(--main3);
}

::-moz-placeholder {
	color:  var(--main3);
}

:-ms-input-placeholder {
	color:  var(--main3);
}

/* components */

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.m-auto {
	margin: auto;
}

.flex {
	display: flex;
}

.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

#content {
	min-height: 700px;
	margin-bottom: 20px;
}

.title {
color: var(--text);
    font-weight: 600;
    font-size: 35px;
    display: block;
    margin: 50px auto;
    text-transform: uppercase;
    text-align: center;
}

/* breadcrumb */
.breadcrumb {
	float: right;
	background: var(--main);
	width: fit-content;
    padding: 10px;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	    margin-top: 15px;
    margin-bottom: 15px;
}

.breadcrumb>li {
	padding: 0 16px;
	position: relative;
	white-space: nowrap;
}

.breadcrumb>li:first-child {
	padding-left: 0;
}

.breadcrumb>li+li:before {
	content: '';
	padding: 0;
}

.breadcrumb>li:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    right: -5px;
    width: 8px;
    height: 8px;
    /* opacity: 0.4; */
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.breadcrumb>li:last-child:after {
	display: none;
}

.breadcrumb>li>a {
	color: #fff;
/*	opacity: 0.4;*/
}

.breadcrumb .active {
	cursor: no-drop;
}
/* pagination */
.pagination {
	margin: 0;
	border-radius: 2px;
}

.pagination>li>a,
.pagination>li>span {
	color: #4f5f6f;
	background: #dbe1e8;
	border: 1px solid #dbe1e8;
	padding: 12px 15px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	color: var(--text2);
	background: var(--main);
	border: 1px solid var(--main);
	-webkit-transition: .3s ease-out;
	-webkit-transition-delay: 0.3s;
	-o-transition: .3s ease-out;
	-o-transition-delay: 0.3s;
	-moz-transition: .3s ease-out;
	-moz-transition-delay: 0.3s;
	transition: .3s ease-out;
	transition-delay: 0.3s;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	color: var(--text2);
	background: var(--main);
	border: 1px solid var(--main);
	-webkit-transition: .3s ease-out;
	-webkit-transition-delay: 0.3s;
	-o-transition: .3s ease-out;
	-o-transition-delay: 0.3s;
	-moz-transition: .3s ease-out;
	-moz-transition-delay: 0.3s;
	transition: .3s ease-out;
	transition-delay: 0.3s;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

/* buttons */
.btn,
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
	outline: none!important;
	box-shadow: none!important;
}

.btn-default,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
	position: relative;
	color: var(--text2);
	text-align: center;
	border: none;
	background: var(--main);
}

.btn-default:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0%;
	content: '.';
	color: transparent;
	background: var(--text);
	height: 1px;
}

.btn-default:hover:after {
	width: 100%;
	transition: all .5s;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
color: #ffffff;
    background-color: #cb0107;
    border-color: #cb0107;
    
}

#toTop {
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 999;
	border: 2px solid var(--text2);
	outline: none;
	background-color: var(--main);
	color: var(--text);
	cursor: pointer;
	padding: 10px 12px;
}

.cart-close {
	font-size: 20px;
	color: red;
}

/* list group */

.list-group a {
	border: 1px solid var(--main);
	color: var(--text);
	padding: 8px 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
	color: #fff;
	border: 1px solid var(--main);
/*	text-shadow: 0 1px 0 var(--text2);*/
	background-color: var(--main);
    border-color: var(--main);
}


/* main header*/
.stickyheader {
    position: fixed;
    z-index: 9998;
    width: 100%;
    background: #fffffff2;
     box-shadow: rgb(0 0 0 / 6%) 0px 1px 4px; 
    height: 115px;
}

.header {
	min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin: auto;
}
.header-menu>ul {
    display: flex;
    align-items: center;
    justify-content: center;
	margin: auto;
	    flex-wrap: wrap;
}
.header-menu>ul>li {
	position: relative;
	margin-bottom: 5px;
}
.header-menu>ul>li:hover .dropdown-menu {
	display: block;
}
.menu-link {
	padding: 0 30px;
    display: inline-block;
    font-weight: 400;
    height: 100%;
    font-size: 16px;
    transition: 0.3s ease-in-out;
    font-weight: 600;
}
.header-menu>ul>li:hover>.menu-link:before
{    content: '';
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -4px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #F5C332;
    transform: scale(1);
    transition: 0.3s ease-in-out;
}
.header-menu>ul>li:hover>.menu-link:after
{    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #F5C332;
    transform: scale(1);
    transition: 0.3s ease-in-out;
}
.menu-list {
	padding: 20px;
	columns: 1;
}
.menu-list>li {
	padding: 5px;
	min-width: 100px;
}
header button {
	background: none;
	box-shadow: none!important;
	padding: 0;
	border: none;
	margin: auto 5px;
	display: flex;
}

.logo {
	max-width: 150px;
	min-height: 40px;
	display: flex;
	align-items: center;
	flex: 150px;
}
/* menu */

.menu>li>a {
	position: relative;
	color: var(--text);
	text-transform: uppercase;
	font-size: 14px;
	padding: 0 0 5px 0;
	font-weight: 700;
	text-align: center;
	margin-right: 10px;
}

/*modal*/

.modal-block {
	position: absolute;
	right: 0;
	top: 0;
	width: 350px;
	min-height: 100vh;
	margin: 0;
	background: var(--text2);
	overflow: hidden;
	z-index: 9999;
}

.modal-close {
	color: var(--text);
	font-size: 40px;
	position: fixed;
	top: 10px;
	right: 10px;
	background: transparent;
	border: none;
	box-shadow: none;
	padding: 3px 15px;
	z-index: 9999;
}

.menu-modal {
	width: 100%;
	padding: 80px 10% 0 10%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu-modal input {
	width: 100%;
	font-size: 18px;
	border: none;
	border-bottom: 1px solid var(--text);
	outline: none;
	height: auto;
}

.menu-modal .btn {
	font-size: 18px;
	border: none;
	outline: none;
	height: auto;
	width: 100%;
}
/*.menu-right */
.menu-right {
	display: flex;
	align-items: center;
	justify-content: end;
}
.menu-right>li {
	margin-left: 5px;
}
/* language/curency */ 
.lang {
display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: var(--text);
    white-space: nowrap;
	}

/*search*/
#search button {
	position: absolute;
	right: 10%;
	background: transparent;
	margin: 0px auto;
	border: none;
	box-shadow: none;
}

.search-block {
	width: 80%;
	overflow-y: hidden;
	max-height: 80vh;
}

.search-block li {
	border: none;
	display: flex;
	width: 100%;
	background-color: var(--text2);
}

.search-block a.search-link {
	padding-right: 6px;
}

.search-block li a {
	color: var(--text);
	display: inline-block;
	vertical-align: middle;
	padding: 6px 2px 1px 5px;
	font-size: 12px;
	white-space: normal;
}

.search-link {
	width: 100%;
	padding-right: 5px;
}

.search-link img {
	max-width: 30px;
}

/* cart */
#cart-total {
	background: var(--main);
	border-radius: 150px;
	color: var(--text2);
	padding: 2px 8px;
	font-size: 12px;
	margin-left: 3px;
	line-height: 20px;
	width: 24px;
    height: 24px;
}

.cart-block {
	top: 80px;
	right: 0;
	width: 100%;
	left: auto;
	padding: 0;
}

.cart-text {
	margin-top: 80px;
}

.cart-table img {
	height: 47px;
	width: 47px;
}

.cart-table>tbody>tr>td,
.cart-table>tbody>tr>th,
.cart-table>tfoot>tr>td,
.cart-table>tfoot>tr>th,
.cart-table>thead>tr>td,
.cart-table>thead>tr>th {
	vertical-align: middle;
	border-top: none;
}

.cart-total tbody tr {
	display: none;
}

.cart-total tbody tr:last-child {
	display: flex;
	justify-content: center;
}

.cart-total tbody tr td {
	border: none;
}

/*category */
.subcategory {
	width: 100%;
	padding: 20px 0;
}
.subcategory .btn{
	margin-bottom: 10px;
}
.product-list .image{
	display: none;
}
/* product list */
.product-thumb {
	margin-bottom: 40px;
	overflow: auto;
	    box-shadow: 2px 2px 5px 5px #cfcfcf26;
}

.product-thumb .image {
	text-align: center;
}

.product-thumb .image a {
	display: block;
	position:relative;
}

.product-thumb .image a:hover {
	opacity: 0.8;
}

.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}

.product-thumb .caption {
	min-height: 150px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.product-thumb .caption>h4 {
	max-width: calc(100% - 100px);
	background: var(--main3);
	height: 40px;	
	margin: 0 0 15px 0;
	padding-left: 10px;
	display: flex;
	align-items: center;
	flex: calc(100% - 100px);
}
.product-thumb .caption>h4>a{
	    overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
}
.product-thumb .caption>p {
	display: flex;
	order: 3;
	max-width: 100%;
	padding: 10px;
}
.product-thumb .caption>.price {
	order: 2;
	background: #231e41;
	color: #fff;
	width: 100px;
	flex: 90px;
    height: 40px;
	margin: 0 0 15px 0;
    font-weight: 900;
    font-size: 16px;
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 7.5px;
    position: relative;
}

.price-old {
	position: absolute;
	top: -20px;
	color: var(--text2);
	text-decoration: line-through;
	background: var(--main);
	width: 100px;
	display: flex;
    justify-content: center;
}

.price-tax {
	display: none;
}

.product-thumb .button-group {
	margin-top: 15px;
	overflow: auto;
}

.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: right;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	background: var(--main);
	font-weight: 300;
	color: #fff;
	fill: var(--text);
}
.product-thumb .button-group button>span{
	margin-left: 5px
}
.product-thumb .button-group button>svg{
	margin-top: -3px
}

.product-thumb .button-group button+button {
	width: 20%;
	background: none;
	    color: #cb0107;
}

.product-thumb .button-group button:hover {
	text-decoration: none;
	cursor: pointer;
}

@media (max-width: 1200px) {
	.product-thumb .button-group button,
  .product-thumb .button-group button+button {
		width: 33.33%;
	}
}

@media (max-width: 767px) {
	.product-thumb .button-group button,
  .product-thumb .button-group button+button {
		width: 33.33%;
	}
}

.nostock {
	filter: grayscale(1);
	opacity:0.8;
}

.nobuy {
	background: #777!important;
}
/* a-block */
.a-block {
	background: var(--main3);
	margin: 30px auto;
	padding: 20px;
}
.a-block .title{
	text-align: center
}
.a-block1 {
	display: flex;
    align-items: center;
	flex-direction: column;
	background: var(--main3);
	margin: 20px auto;
}
.a-block1>div {
	display: flex;
    flex-direction: column;
	margin-top: 10px;
}
.a-block1 h4 {
	color: var(--text);
	font-weight: 600;
	display: block;
	font-size: 20px;
	margin: 0 auto 20px auto;
	text-transform: uppercase;
}
.a-block2 {
	display: flex;
    align-items: center;
	background: var(--main3);
	margin: 20px auto;
}
.a-block2>div {
	margin-left: 10px;
}
.a-block2 h4 {
	color: var(--text);
	font-weight: 600;
	display: block;
	font-size: 20px;
	margin: 0 auto 20px auto;
	text-transform: uppercase;
}
/*product*/ 

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: -20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.thumbnails>li {
	margin-left: 20px;
}

.thumbnails>img {
	width: 100%;
}

.image-main {
	flex: 100%;
}

.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
	max-width: 78px;
}

.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
/*	border: 1px solid #ddd;*/
}

.plus-minus {
	max-width: 200px;
	padding: 10px 0;
}

.plus-minus .btn {
	padding: 20px!important;
}

.plus-minus input {
	min-height: 55px;
}

/* footer */ 
footer {
	padding: 45px 45px;
	background: #03020a;
}

.footer-title {
font-weight: 600;
    color: #fff;
    font-size: 16px;
}
/* fixed product layouts used in left and right columns */

#column-left .product-layout,
#column-right .product-layout {
	width: 100%;
}

/*media*/

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
  #content .col-lg-3:nth-child(4n+1),
  #content .col-lg-4:nth-child(3n+1),
  #content .col-lg-6:nth-child(2n+1) {
		clear: left;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
  #content .col-md-3:nth-child(4n+1),
  #content .col-md-4:nth-child(3n+1),
  #content .col-md-6:nth-child(2n+1) {
		clear: left;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
  #content .col-sm-3:nth-child(4n+1),
  #content .col-sm-4:nth-child(3n+1),
  #content .col-sm-6:nth-child(2n+1) {
		clear: left;
	}
}


/* fixed colum left + content + right*/

@media (min-width: 768px) {
	#column-left .product-layout .col-md-3 {
		width: 100%;
	}

	#column-left+#content .product-layout .col-md-3 {
		width: 50%;
	}

	#column-left+#content+#column-right .product-layout .col-md-3 {
		width: 100%;
	}

	#content+#column-right .product-layout .col-md-3 {
		width: 100%;
	}
}

@media (max-width: 991px) {
	#mob-menu-close {
	position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
	}
	.header-menu {
	position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    min-height: 100vh;
    background: var(--text2);
    padding: 10px;
	}
	.showing {
	display: flex;
	align-items: center;
    justify-content: center;
    flex-direction: column;
	}
	.header-menu>ul {
	align-items: center;
    justify-content: center;
    flex-direction: column;
	}
	.header-menu>ul>li:hover .dropdown-menu {
	display: none;
	}
}
@media (max-width: 500px) {
	.header {
		flex-direction: column;
		justify-content: center;
	}
    .logo {
        width: 100px;
        max-width: 100px;
        display: block;
        margin: 0 auto 10px;
    }
	.modal-block {
		width: 100%;
	}
	.menu-right {
	display: flex;
	align-items: center;
	justify-content: space-between; 
	}
	}
	
.double-arrow {
font-size: 25px;
    /* font-weight: bold; */
    color: #cb0107;
    line-height: 1;
    margin-right: 5px;
}	
.footer-bottom {
    background: #02060afa;
}

.footer-bottom-content
 {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 20px 0 30px;
}

.container {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}


/**********************
SHAHENSHA PRODUCT STYLE
**********************/

.sb-title{
    text-align:center;
    font-size:34px;
    font-weight:700;
    margin:20px 0 40px;
    color:#222;
}

.sb-products-row{
    margin-left:-15px;
    margin-right:-15px;
}

.sb-products-row > div{
    margin-bottom:30px;
}

.sb-product-card{
    background:#fff;
    /*border:1px solid #efefef;*/
    overflow:hidden;
    transition:.35s;
    position:relative;
    text-align:center;
}

.sb-product-card:hover{
    box-shadow:0 10px 30px rgba(0,0,0,.12);
    transform:translateY(-5px);
}

.sb-product-image{
    position:relative;
    overflow:hidden;
    background:#fff;
}

.sb-product-image img{
    width:100%;
    display:block;
    transition:.5s;
}

.sb-product-card:hover .sb-product-image img{
    transform:scale(1.08);
}

.sb-actions{
    position:absolute;
    right:15px;
    top:15px;
    opacity:0;
    transition:.35s;
}

.sb-product-card:hover .sb-actions{
    opacity:1;
}

.sb-actions button{
    display:block;
    width:40px;
    height:40px;
    border:none;
    margin-bottom:10px;
    border-radius:50%;
    background:#fff;
    cursor:pointer;
    box-shadow:0 5px 15px rgba(0,0,0,.15);
    font-size:16px;
}

.sb-actions button:hover{
    background:#c62828;
    color:#fff;
}

.sb-product-content{
    padding:20px;
}

.sb-product-name{
    min-height:48px;
    margin:0 0 15px;
    font-size:16px;
    line-height:24px;
    font-weight:600;
}

.sb-product-name a{
    color:#222;
    text-decoration:none;
}

.sb-product-name a:hover{
    color:#c62828;
}

.sb-price{
    margin-bottom:18px;
}

.sb-normal-price,
.sb-special-price{
    font-size:24px;
    font-weight:700;
    color:#111;
}

.sb-old-price{
    color:#999;
    text-decoration:line-through;
    margin-left:8px;
    font-size:15px;
}

.sb-cart-btn{
    max-width: 100%;
    height: 46px;
    border: none;
    background: #c62828;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    transition: .3s;
    width: 125px;
    cursor: pointer;
    border-radius: 5px;
    cursor:pointer;
}

.sb-cart-btn:hover{
    background:#111;
}

@media(max-width:767px){

.sb-title{
    font-size:26px;
}

.sb-product-name{
    font-size:14px;
}

.sb-normal-price,
.sb-special-price{
    font-size:18px;
}

.sb-cart-btn{
    height:40px;
    font-size:14px;
}

}
/* Mobile Fix */

@media (max-width:767px){

.sb-products-row{
    margin-left:-10px !important;
    margin-right:-10px !important;
}

.sb-products-row > div{
    padding-left:10px !important;
    padding-right:10px !important;
    margin-bottom:20px;
}

.sb-product-card{
    width:100%;
}

.sb-product-image img{
    width:100%;
    height:auto;
}

.sb-product-content{
    padding:12px;
}

.sb-product-name{
    font-size:14px;
    line-height:20px;
    min-height:40px;
}

.sb-normal-price,
.sb-special-price{
    font-size:18px;
}

.sb-cart-btn{
    height:40px;
    font-size:13px;
}

}

html,
body{
    overflow-x:hidden!important;
    
}

.sb-products-row{
    overflow:hidden!important;
}
.festival-section{
        padding-right: 10px;
    padding-left: 10px;
}




/*=====================================================
 category page
=====================================================*/

.page-header-custom{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:20px;
    margin:30px 0;
    flex-wrap:wrap;
}

.page-header-custom h1{
    margin:0;
    font-size:48px;
    font-weight:700;
    color:#231e41;
}

.page-header-custom .breadcrumb{
    float:none;
    margin:0;
    padding:10px 20px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:var(--main);
    border-radius:5px;
}

/* Mobile */
@media (max-width:768px){

.page-header-custom{
    flex-direction:column;
    gap:15px;
    text-align:center;
}

.page-header-custom h1{
    font-size:34px;
}

.page-header-custom .breadcrumb{
    width:auto;
    margin:0 auto;
}

}


/*=====================================================
 CATEGORY PAGE
=====================================================*/

.category-page{
    background:#ffffff;
    padding-bottom:60px;
}

/*=====================================================
 CATEGORY BANNER
=====================================================*/

.category-banner{
    background:#f7f7f7;
    padding:70px 0;
    margin-bottom:50px;
    text-align:center;
}

.category-title{
    font-size:58px;
    font-weight:700;
    color:#222;
    margin:0 0 30px;
    text-transform:uppercase;
    letter-spacing:2px;
}

/*=====================================================
 BREADCRUMB
=====================================================*/

.category-breadcrumb{
    display:inline-flex;
    align-items:center;
    flex-wrap:wrap;
    list-style:none;
    background:#b80000;
    padding:15px 35px;
    border-radius:6px;
    margin:0;
}

.category-breadcrumb li{
    color:#fff;
    font-size:15px;
}

.category-breadcrumb li+li:before{
    content:"/";
    margin:0 12px;
    color:#fff;
}

.category-breadcrumb li a{
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.category-breadcrumb li a:hover{
    opacity:.8;
}

.category-breadcrumb .active{
    font-weight:600;
}

/*=====================================================
 DESCRIPTION
=====================================================*/

.category-description{
    margin-bottom:40px;
    line-height:28px;
}

.category-description img{
    width:100%;
}

/*=====================================================
 TOOLBAR
=====================================================*/

.category-toolbar{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:35px;
    border-bottom:1px solid #eee;
    padding-bottom:20px;
}

.toolbar-left{
    font-size:15px;
    color:#666;
}

.toolbar-right{
    display:flex;
    align-items:center;
}

.toolbar-btn{
    width:44px;
    height:44px;
    border:1px solid #ddd;
    background:#fff;
    margin-left:8px;
    transition:.3s;
    cursor:pointer;
}

.toolbar-btn i{
    font-size:18px;
}

.toolbar-btn:hover{
    background:#b80000;
    color:#fff;
    border-color:#b80000;
}

.toolbar-btn.active{
    background:#b80000;
    color:#fff;
    border-color:#b80000;
}

/*=====================================================
 PRODUCT CARD
=====================================================*/

.fashion-card{
    background:#fff;
    border-radius:8px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.35s;
    margin-bottom:30px;
    display:flex;
    flex-direction:column;
    height:100%;
}

.fashion-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.15);
}

/*=====================================================
 IMAGE
=====================================================*/

.fashion-image{
    position:relative;
    overflow:hidden;
}

.product-image{
    width:100%;
    /*height:360px;*/
    object-fit:cover;
    transition:.5s;
}

.fashion-card:hover .product-image{
    transform:scale(1.08);
}

/*=====================================================
 SALE BADGE
=====================================================*/

.sale-badge{
    position:absolute;
    top:15px;
    left:15px;
    background:#c40000;
    color:#fff;
    padding:7px 12px;
    font-size:12px;
    font-weight:700;
    border-radius:3px;
    z-index:2;
}

/*=====================================================
 ICONS
=====================================================*/

.product-actions{
    position:absolute;
    top:15px;
    right:15px;
    display:flex;
    flex-direction:column;
    gap:10px;
}

.product-actions button{
    width:40px;
    height:40px;
    border:none;
    border-radius:50%;
    background:#fff;
    box-shadow:0 5px 15px rgba(0,0,0,.15);
    transition:.3s;
    cursor:pointer;
}

.product-actions button:hover{
    background:#c40000;
    color:#fff;
}

/*=====================================================
 CONTENT
=====================================================*/

.fashion-content{
    padding:22px;
    display:flex;
    flex-direction:column;
    flex:1;
    text-align:center;
}

.product-title{
    min-height:55px;
    margin-bottom:10px;
}

.product-title a{
    font-size:17px;
    font-weight:600;
    color:#222;
    text-decoration:none;
    line-height:26px;
}

.product-title a:hover{
    color:#c40000;
}

/*=====================================================
 RATING
=====================================================*/

.product-rating{
    margin:12px 0;
}

.product-rating i{
    color:#ffb400;
    font-size:14px;
}

/*=====================================================
 PRICE
=====================================================*/

.product-price{
    margin:15px 0 20px;
}

.price-new{
    font-size:28px;
    font-weight:700;
    color:#111;
}

.price-old{
    margin-left:10px;
    font-size:18px;
    color:#999;
    text-decoration:line-through;
}

/*=====================================================
 CART BUTTON
=====================================================*/

.btn-cart{
    margin-top:auto;
    width:100%;
    background:#c40000;
    color:#fff;
    border:none;
    padding:14px;
    font-size:15px;
    font-weight:600;
    text-transform:uppercase;
    border-radius:4px;
    transition:.3s;
}

.btn-cart:hover{
    background:#222;
}

/*=====================================================
 PAGINATION
=====================================================*/

.category-pagination{
    margin-top:40px;
    text-align:center;
}

.pagination{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
}

.pagination>li{
    margin:0 5px;
}

.pagination>li>a,
.pagination>li>span{
    width:42px;
    height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid #ddd;
    border-radius:4px;
    color:#333;
}

.pagination>.active>span{
    background:#c40000;
    border-color:#c40000;
    color:#fff;
}

.pagination>li>a:hover{
    background:#c40000;
    border-color:#c40000;
    color:#fff;
}

/*=====================================================
 RESPONSIVE PRODUCT GRID
=====================================================*/

.fashion-products{
    display:flex;
    flex-wrap:wrap;
}

.product-layout{
    margin-bottom:30px;
}

.product-layout .fashion-card{
    height:100%;
}

/*=====================================================
 IMAGE HOVER EFFECT
=====================================================*/

.fashion-image{
    background:#f8f8f8;
}

.fashion-image img{
    transition:all .5s ease;
}

.fashion-card:hover .fashion-image img{
    transform:scale(1.08);
}

.fashion-card:hover .product-actions{
    opacity:1;
    visibility:visible;
    right:15px;
}

/*=====================================================
 PRODUCT ACTIONS ANIMATION
=====================================================*/

.product-actions{
    opacity:0;
    visibility:hidden;
    position:absolute;
    top:20px;
    right:0;
    transition:.35s;
}

.product-actions button{
    margin-bottom:10px;
}

/*=====================================================
 PRODUCT CONTENT
=====================================================*/

.product-title{
    overflow:hidden;
}

.product-title a{
    display:block;
    height:52px;
    overflow:hidden;
}

.product-price{
    min-height:40px;
}

/*=====================================================
 BUTTON ANIMATION
=====================================================*/

.btn-cart{
    position:relative;
    overflow:hidden;
}

.btn-cart:before{

    content:"";

    position:absolute;

    left:-100%;

    top:0;

    width:100%;

    height:100%;

    background:rgba(255,255,255,.15);

    transition:.4s;

}

.btn-cart:hover:before{

    left:100%;

}

/*=====================================================
 CARD BORDER
=====================================================*/

.fashion-card{

    border:1px solid #f0f0f0;

}

.fashion-card:hover{

    border-color:#d7d7d7;

}

/*=====================================================
 BREADCRUMB MOBILE
=====================================================*/

@media (max-width:991px){

.category-title{

    font-size:42px;

}

.category-banner{

    padding:50px 0;

}

.product-image{

    height:300px;

}

}

/*=====================================================
 TABLET
=====================================================*/

@media (max-width:767px){

.category-banner{

    padding:40px 15px;

}

.category-title{

    font-size:34px;

}

.category-breadcrumb{

    width:100%;

    justify-content:center;

    padding:15px;

}

.category-toolbar{

    display:block;

    text-align:center;

}

.toolbar-left{

    margin-bottom:15px;

}

.toolbar-right{

    justify-content:center;

}

.product-image{

    height:270px;

}

.product-title a{

    height:auto;

}

}

/*=====================================================
 MOBILE
=====================================================*/

@media (max-width:575px){

.product-layout{

    width:50%;

    float:left;

    padding-left:8px;

    padding-right:8px;

}

.category-title{

    font-size:28px;

    letter-spacing:1px;

}

.category-banner{

    padding:30px 10px;

}

.category-breadcrumb{

    font-size:13px;

}

.product-image{

    height:220px;

}

.fashion-content{

    padding:15px;

}

.product-title{

    min-height:75px;

}

.product-title a{

    font-size:14px;

    line-height:20px;

}

.price-new{

    font-size:20px;

}

.price-old{

    display:block;

    margin:5px 0 0;

    font-size:14px;

}

.btn-cart{

    padding:12px;

    font-size:13px;

}

.product-actions{

    opacity:1;

    visibility:visible;

    right:10px;

}

.product-actions button{

    width:34px;

    height:34px;

}

.product-title {
    height: 76px;
    
}

}

/*=====================================================
 EXTRA SMALL DEVICES
=====================================================*/

@media (max-width:380px){

.product-layout{

    width:100%;

}

.product-image{

    height:280px;

}

.category-title{

    font-size:24px;

}

}

/*=====================================================
 LIST VIEW SUPPORT
=====================================================*/

.product-layout.product-list{

    width:100% !important;

}

.product-layout.product-list .fashion-card{

    display:flex;

    flex-direction:row;

}

.product-layout.product-list .fashion-image{

    width:280px;

    flex:0 0 280px;

}

.product-layout.product-list .product-image{

    height:100%;

}

.product-layout.product-list .fashion-content{

    text-align:left;

    padding:30px;

}

.product-layout.product-list .btn-cart{

    width:220px;

    margin-top:25px;

}

@media(max-width:767px){

.product-layout.product-list .fashion-card{

    display:block;

}

.product-layout.product-list .fashion-image{

    width:100%;

}

.product-layout.product-list .btn-cart{

    width:100%;

}

}

/*=====================================================
 SMOOTH ANIMATION
=====================================================*/

*{

    transition:background .25s,color .25s,border .25s;

}

.fashion-card{
    position:relative;
}

.fashion-card:hover .btn-cart{
    background:#000;
}

.fashion-card:hover .product-title a{
    color:#b40000;
}

.product-image{
    transition:transform .5s ease;
}

.fashion-card:hover .product-image{
    transform:scale(1.07);
}

.btn-cart{
    cursor:pointer;
    transition:.35s;
}

.btn-cart:hover{
    letter-spacing:1px;
}

.product-title{
    height:50px;
    overflow:hidden;
}

.product-title a{
    text-decoration:none;
}

.price-new{
    color:#cb0107;
}

.price-old{
    color:#888;
}

.fashion-card{
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.fashion-card:hover{
    box-shadow:0 20px 45px rgba(0,0,0,.15);
}
.sale-badge{
    letter-spacing:1px;
    text-transform:uppercase;
}
.pagination{
    margin-top:30px;
}

.pagination>li>a,
.pagination>li>span{
    transition:.3s;
}

@media(max-width:768px){

.category-toolbar{
    text-align:center;
}

.toolbar-right{
    margin-top:15px;
}

.product-layout{
    margin-bottom:20px;
}

}
.fashion-card{
    animation:fadeUp .4s ease;
}

@keyframes fadeUp{

from{

opacity:0;
transform:translateY(20px);

}

to{

opacity:1;
transform:translateY(0);

}

}
.fashion-image{
    background:#fafafa;
}
.fashion-card,
.product-image{

border-radius:8px;

}
.product-actions button i{

font-size:15px;

}



.form-group .checkbox input[type="checkbox"]{
    display:none;
}

.form-group .checkbox{
    display:inline-block;
    margin:0 10px 10px 0;
}

.form-group .checkbox label{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:55px;
    height:42px;
    padding:0 15px;
    border:1px solid #ddd;
    border-radius:4px;
    background:#fff;
    color:#333;
    cursor:pointer;
    font-weight:600;
    transition:all .3s ease;
}

.form-group .checkbox label.active{
    background:#000;
    color:#fff;
    border-color:#000;
}

#checkout-checkout, #checkout-cart,#account-return,#information-sitemap,#account-voucher,#affiliate-login,#account-login{
    padding-left :30px;
    padding-right :30px;
        margin-top: 30px;
}


@media (max-width:767px){

.dropdown-menu{
    display:none;
    position:static;
    width:100%;
    box-shadow:none;
    background:#fff;
}

li.active > .dropdown-menu{
    display:block;
}

}









